From babe0557420f6e01d7f5982e7190d01a8efa998b Mon Sep 17 00:00:00 2001 From: Wires77 Date: Fri, 23 Apr 2021 02:31:47 -0500 Subject: [PATCH 01/15] Add scripts to automatically sync unique mods with their text - Running uniqueMods.lua translates unique text into an actual mod (Run when adding new uniques) - Running uniqueText.lua translates those mods back into text (Run when the GGPK is updated, updating mod text on uniques) - This updates a lot of small text changes, and updates all catalyst tags where a matching mod was found --- src/Data/ModItem.lua | 34 +- src/Data/Uniques/Special/Uniques.lua | 6494 ++++++++++++++++++++++++++ src/Data/Uniques/Special/amulet.lua | 1044 +++++ src/Data/Uniques/Special/axe.lua | 436 ++ src/Data/Uniques/Special/belt.lua | 784 ++++ src/Data/Uniques/Special/body.lua | 1239 +++++ src/Data/Uniques/Special/boots.lua | 933 ++++ src/Data/Uniques/Special/bow.lua | 527 +++ src/Data/Uniques/Special/claw.lua | 363 ++ src/Data/Uniques/Special/dagger.lua | 314 ++ src/Data/Uniques/Special/flask.lua | 386 ++ src/Data/Uniques/Special/gloves.lua | 889 ++++ src/Data/Uniques/Special/helmet.lua | 1255 +++++ src/Data/Uniques/Special/jewel.lua | 1718 +++++++ src/Data/Uniques/Special/mace.lua | 836 ++++ src/Data/Uniques/Special/quiver.lua | 305 ++ src/Data/Uniques/Special/ring.lua | 1212 +++++ src/Data/Uniques/Special/shield.lua | 1082 +++++ src/Data/Uniques/Special/staff.lua | 602 +++ src/Data/Uniques/Special/sword.lua | 957 ++++ src/Data/Uniques/Special/wand.lua | 362 ++ src/Data/Uniques/amulet.lua | 530 +-- src/Data/Uniques/axe.lua | 24 +- src/Data/Uniques/belt.lua | 384 +- src/Data/Uniques/body.lua | 52 +- src/Data/Uniques/boots.lua | 18 +- src/Data/Uniques/bow.lua | 2 +- src/Data/Uniques/claw.lua | 6 +- src/Data/Uniques/dagger.lua | 4 +- src/Data/Uniques/flask.lua | 12 +- src/Data/Uniques/gloves.lua | 20 +- src/Data/Uniques/helmet.lua | 32 +- src/Data/Uniques/jewel.lua | 12 +- src/Data/Uniques/mace.lua | 38 +- src/Data/Uniques/quiver.lua | 6 +- src/Data/Uniques/ring.lua | 644 +-- src/Data/Uniques/shield.lua | 22 +- src/Data/Uniques/staff.lua | 34 +- src/Data/Uniques/sword.lua | 18 +- src/Data/Uniques/wand.lua | 10 +- src/Export/Launch.lua | 4 + src/Export/Scripts/mods.lua | 4 + src/Export/Scripts/uniqueMods.lua | 55 + src/Export/Scripts/uniqueText.lua | 77 + src/Export/spec.lua | 399 +- src/Export/statdesc.lua | 4 + 46 files changed, 23211 insertions(+), 972 deletions(-) create mode 100644 src/Data/Uniques/Special/Uniques.lua create mode 100644 src/Data/Uniques/Special/amulet.lua create mode 100644 src/Data/Uniques/Special/axe.lua create mode 100644 src/Data/Uniques/Special/belt.lua create mode 100644 src/Data/Uniques/Special/body.lua create mode 100644 src/Data/Uniques/Special/boots.lua create mode 100644 src/Data/Uniques/Special/bow.lua create mode 100644 src/Data/Uniques/Special/claw.lua create mode 100644 src/Data/Uniques/Special/dagger.lua create mode 100644 src/Data/Uniques/Special/flask.lua create mode 100644 src/Data/Uniques/Special/gloves.lua create mode 100644 src/Data/Uniques/Special/helmet.lua create mode 100644 src/Data/Uniques/Special/jewel.lua create mode 100644 src/Data/Uniques/Special/mace.lua create mode 100644 src/Data/Uniques/Special/quiver.lua create mode 100644 src/Data/Uniques/Special/ring.lua create mode 100644 src/Data/Uniques/Special/shield.lua create mode 100644 src/Data/Uniques/Special/staff.lua create mode 100644 src/Data/Uniques/Special/sword.lua create mode 100644 src/Data/Uniques/Special/wand.lua create mode 100644 src/Export/Scripts/uniqueMods.lua create mode 100644 src/Export/Scripts/uniqueText.lua diff --git a/src/Data/ModItem.lua b/src/Data/ModItem.lua index cf55f98c97..9696d50384 100644 --- a/src/Data/ModItem.lua +++ b/src/Data/ModItem.lua @@ -1926,8 +1926,8 @@ return { ["SocketedAttackCriticalStrikeChanceUber1__"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +1% to Critical Strike Chance", statOrderKey = "297", statOrder = { 297 }, level = 68, group = "SocketedCriticalStrikeChance", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "skill", "attack", "critical", "gem" }, }, ["SocketedAttackCriticalStrikeChanceUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +2% to Critical Strike Chance", statOrderKey = "297", statOrder = { 297 }, level = 75, group = "SocketedCriticalStrikeChance", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "skill", "attack", "critical", "gem" }, }, ["SocketedAttackCriticalStrikeChanceUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +3% to Critical Strike Chance", statOrderKey = "297", statOrder = { 297 }, level = 83, group = "SocketedCriticalStrikeChance", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "skill", "attack", "critical", "gem" }, }, - ["EnemyPhysicalDamageTakenAuraUber1_"] = { type = "Suffix", affix = "of the Elder", "Nearby Enemies take 9% increased Physical Damage", statOrderKey = "5786", statOrder = { 5786 }, level = 85, group = "LocalDisplayNearbyEnemyPhysicalDamageTaken", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["EnemyElementalDamageTakenAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Nearby Enemies take 6% increased Elemental Damage", statOrderKey = "5783", statOrder = { 5783 }, level = 85, group = "LocalDisplayNearbyEnemyElementalDamageTaken", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["EnemyPhysicalDamageTakenAuraUber1_"] = { type = "Suffix", affix = "of the Elder", "9% increased Physical Damage taken", "Nearby Enemies take 9% increased Physical Damage", statOrderKey = "1596,5786", statOrder = { 1596, 5786 }, level = 85, group = "LocalDisplayNearbyEnemyPhysicalDamageTaken", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["EnemyElementalDamageTakenAuraUber1"] = { type = "Suffix", affix = "of Shaping", "6% increased Elemental Damage taken", "Nearby Enemies take 6% increased Elemental Damage", statOrderKey = "2599,5783", statOrder = { 2599, 5783 }, level = 85, group = "LocalDisplayNearbyEnemyElementalDamageTaken", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, ["LocalIncreaseSocketedActiveGemLevelUber1"] = { type = "Prefix", affix = "The Shaper's", "+1 to Level of Socketed Active Skill Gems", statOrderKey = "70", statOrder = { 70 }, level = 80, group = "IncreaseSkillGemLevel", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedSupportGemLevelUber1"] = { type = "Prefix", affix = "Eldritch", "+1 to Level of Socketed Support Gems", statOrderKey = "69", statOrder = { 69 }, level = 80, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["PhysicalDamageTakenAsFirePercentUber1"] = { type = "Prefix", affix = "Eldritch", "(5-10)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1765", statOrder = { 1765 }, level = 68, group = "PhysicalDamageTakenAsElement", weightKey = { "has_damage_taken_as_mod", "body_armour_elder", "default", }, weightVal = { 0, 400, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, @@ -2531,7 +2531,7 @@ return { ["DelveGlovesFireDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Fire Damage", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "AddedFireDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, ["DelveBootsSocketedFireGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, ["DelveRingFireLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Fire Damage Leeched as Life", statOrderKey = "1065", statOrder = { 1065 }, level = 1, group = "FireDamageLifeLeech", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["DelveHelmetEnemyFireResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Fire Resistance", statOrderKey = "5784", statOrder = { 5784 }, level = 1, group = "LocalDisplayNearbyEnemyFireDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, + ["DelveHelmetEnemyFireResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "-9% to Fire Resistance", "Nearby Enemies have -9% to Fire Resistance", statOrderKey = "1026,5784", statOrder = { 1026, 5784 }, level = 1, group = "LocalDisplayNearbyEnemyFireDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, ["DelveJewelryFireDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, ["DelveWeaponColdPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Cold Resistance", statOrderKey = "2290", statOrder = { 2290 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, ["DelveWeaponColdPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Cold Resistance", statOrderKey = "2290", statOrder = { 2290 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, @@ -2541,7 +2541,7 @@ return { ["DelveGlovesColdDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Cold Damage", statOrderKey = "790", statOrder = { 790 }, level = 1, group = "AddedColdDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, ["DelveBootsSocketedColdGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Cold Gems", statOrderKey = "51", statOrder = { 51 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, ["DelveRingColdLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Cold Damage Leeched as Life", statOrderKey = "1067", statOrder = { 1067 }, level = 1, group = "ColdDamageLifeLeech", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["DelveHelmetEnemyColdResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Cold Resistance", statOrderKey = "5782", statOrder = { 5782 }, level = 1, group = "LocalDisplayNearbyEnemyColdDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, + ["DelveHelmetEnemyColdResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "-9% to Cold Resistance", "Nearby Enemies have -9% to Cold Resistance", statOrderKey = "1032,5782", statOrder = { 1032, 5782 }, level = 1, group = "LocalDisplayNearbyEnemyColdDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, ["DelveJewelryColdDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, ["DelveWeaponLightningPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Lightning Resistance", statOrderKey = "2291", statOrder = { 2291 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, ["DelveWeaponLightningPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Lightning Resistance", statOrderKey = "2291", statOrder = { 2291 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, @@ -2551,7 +2551,7 @@ return { ["DelveGlovesLightningDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds 1 to (48-60) Lightning Damage", statOrderKey = "799", statOrder = { 799 }, level = 1, group = "AddedLightningDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, ["DelveBootsSocketedLightningGemLevel1_"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Lightning Gems", statOrderKey = "52", statOrder = { 52 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "gem" }, }, ["DelveRingLightningLeech1_"] = { type = "Prefix", affix = "Subterranean", "0.2% of Lightning Damage Leeched as Life", statOrderKey = "1069", statOrder = { 1069 }, level = 1, group = "LightningDamageLifeLeech", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["DelveHelmetEnemyLightningResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Lightning Resistance", statOrderKey = "5785", statOrder = { 5785 }, level = 1, group = "LocalDisplayNearbyEnemyLightningDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, + ["DelveHelmetEnemyLightningResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "-9% to Lightning Resistance", "Nearby Enemies have -9% to Lightning Resistance", statOrderKey = "1037,5785", statOrder = { 1037, 5785 }, level = 1, group = "LocalDisplayNearbyEnemyLightningDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, ["DelveJewelryLightningDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, ["DelveWeaponIntimidateOnHit1"] = { type = "Suffix", affix = "of the Underground", "15% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5753", statOrder = { 5753 }, level = 1, group = "ChanceToIntimidateOnHit", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, ["DelveArmourPhysDamageTaken1"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrderKey = "1590", statOrder = { 1590 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, @@ -2562,7 +2562,7 @@ return { ["DelveBootsPhyiscalDamageReductionRatingWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% additional Physical Damage Reduction while moving", statOrderKey = "3772", statOrder = { 3772 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, ["DelveGlovesGlobalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "Adds (6-8) to (9-11) Physical Damage", statOrderKey = "692", statOrder = { 692 }, level = 1, group = "AddedPhysicalDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["DelveRingPhysicalLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Physical Damage Leeched as Life", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "PhysicalDamageLifeLeech", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical" }, }, - ["DelveHelmetEnemyPhysicalDamageTakenAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies take 9% increased Physical Damage", statOrderKey = "5786", statOrder = { 5786 }, level = 1, group = "LocalDisplayNearbyEnemyPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveHelmetEnemyPhysicalDamageTakenAura1"] = { type = "Suffix", affix = "of the Underground", "9% increased Physical Damage taken", "Nearby Enemies take 9% increased Physical Damage", statOrderKey = "1596,5786", statOrder = { 1596, 5786 }, level = 1, group = "LocalDisplayNearbyEnemyPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["DelveJewelryPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["DelveJewelPhysicalDamageOverTimeTaken1"] = { type = "Prefix", affix = "Subterranean", "(1-2)% reduced Physical Damage taken over time", statOrderKey = "4017", statOrder = { 4017 }, level = 1, group = "PhysicalDamageOverTimeTaken", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, ["DelveWeaponDespairOnHit1h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit, with 40% increased Effect", statOrderKey = "1837", statOrder = { 1837 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, @@ -2572,7 +2572,7 @@ return { ["DelveGlovesChaosDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (15-20) to (21-30) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, ["DelveBootsSocketedChaosGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Chaos Gems", statOrderKey = "53", statOrder = { 53 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "gem" }, }, ["DelveRingChaosLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Chaos Damage Leeched as Life", statOrderKey = "1070", statOrder = { 1070 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, - ["DelveHelmetEnemyChaosResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Chaos Resistance", statOrderKey = "5781", statOrder = { 5781 }, level = 1, group = "LocalDisplayNearbyEnemyChaosDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["DelveHelmetEnemyChaosResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "-9% to Chaos Resistance", "Nearby Enemies have -9% to Chaos Resistance", statOrderKey = "1041,5781", statOrder = { 1041, 5781 }, level = 1, group = "LocalDisplayNearbyEnemyChaosDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, ["DelveJewelryChaosDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, ["DelveJewelChaosDamage1"] = { type = "Suffix", affix = "of the Underground", "(13-19)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, ["DelveWeaponDamageOnFullLife1h1__"] = { type = "Suffix", affix = "of the Underground", "(50-60)% increased Damage when on Full Life", statOrderKey = "4551", statOrder = { 4551 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, @@ -3052,7 +3052,7 @@ return { ["MaximumManaInfluence2_"] = { type = "Prefix", affix = "Crusader's", "(12-15)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 80, group = "MaximumManaIncreasePercent", weightKey = { "helmet_crusader", "body_armour_crusader", "default", }, weightVal = { 500, 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, ["PhysTakenAsLightningHelmInfluence1"] = { type = "Prefix", affix = "Crusader's", "(4-6)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1767", statOrder = { 1767 }, level = 68, group = "PhysicalDamageTakenAsElement", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, ["PhysTakenAsLightningHelmInfluence2"] = { type = "Prefix", affix = "Crusader's", "(7-10)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1767", statOrder = { 1767 }, level = 83, group = "PhysicalDamageTakenAsElement", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, - ["EnemyLightningResistanceAuraInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "Nearby Enemies have -9% to Lightning Resistance", statOrderKey = "5785", statOrder = { 5785 }, level = 85, group = "LocalDisplayNearbyEnemyLightningDamageResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, + ["EnemyLightningResistanceAuraInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "-9% to Lightning Resistance", "Nearby Enemies have -9% to Lightning Resistance", statOrderKey = "1037,5785", statOrder = { 1037, 5785 }, level = 85, group = "LocalDisplayNearbyEnemyLightningDamageResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, ["SpellBlockPercentInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(3-4)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 68, group = "SpellBlockPercentage", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["SpellBlockPercentInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(5-6)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 80, group = "SpellBlockPercentage", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["FortifyEffectInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(15-20)% increased Effect of Fortify on you", statOrderKey = "2881", statOrder = { 2881 }, level = 75, group = "FortifyEffect", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, @@ -3075,7 +3075,7 @@ return { ["ElementalDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(19-22)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 75, group = "ElementalDamagePercent", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, ["WarcryAreaOfEffectInfluence1_"] = { type = "Prefix", affix = "Warlord's", "Warcry Skills have (21-25)% increased Area of Effect", statOrderKey = "7396", statOrder = { 7396 }, level = 68, group = "AreaOfEffect", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["WarcryAreaOfEffectInfluence2"] = { type = "Prefix", affix = "Warlord's", "Warcry Skills have (26-30)% increased Area of Effect", statOrderKey = "7396", statOrder = { 7396 }, level = 75, group = "AreaOfEffect", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemyFireResistanceAuraInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Nearby Enemies have -9% to Fire Resistance", statOrderKey = "5784", statOrder = { 5784 }, level = 85, group = "LocalDisplayNearbyEnemyFireDamageResistance", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, + ["EnemyFireResistanceAuraInfluence1"] = { type = "Suffix", affix = "of the Conquest", "-9% to Fire Resistance", "Nearby Enemies have -9% to Fire Resistance", statOrderKey = "1026,5784", statOrder = { 1026, 5784 }, level = 85, group = "LocalDisplayNearbyEnemyFireDamageResistance", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, ["CriticalStrikeMultiplierInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(11-13)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, ["CriticalStrikeMultiplierInfluence2"] = { type = "Suffix", affix = "of the Conquest", "+(14-16)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 70, group = "CriticalStrikeMultiplier", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, ["CriticalStrikeMultiplierInfluence3"] = { type = "Suffix", affix = "of the Conquest", "+(17-20)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 75, group = "CriticalStrikeMultiplier", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, @@ -3090,7 +3090,7 @@ return { ["PhysTakenAsColdHelmetInfluence1__"] = { type = "Prefix", affix = "Redeemer's", "(4-6)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "1766", statOrder = { 1766 }, level = 68, group = "PhysicalDamageTakenAsElement", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "cold" }, }, ["PhysTakenAsColdHelmetInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(7-10)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "1766", statOrder = { 1766 }, level = 83, group = "PhysicalDamageTakenAsElement", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "cold" }, }, ["SpellsAdditionalUnleashSealInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Skills supported by Unleash have +1 to maximum number of Seals", statOrderKey = "7446", statOrder = { 7446 }, level = 80, group = "SpellsAdditionalUnleashSeal", weightKey = { "helmet_eyrie", "default", }, weightVal = { 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemyColdResistanceAuraInfluence1__"] = { type = "Suffix", affix = "of Redemption", "Nearby Enemies have -9% to Cold Resistance", statOrderKey = "5782", statOrder = { 5782 }, level = 85, group = "LocalDisplayNearbyEnemyColdDamageResistance", weightKey = { "helmet_eyrie", "default", }, weightVal = { 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, + ["EnemyColdResistanceAuraInfluence1__"] = { type = "Suffix", affix = "of Redemption", "-9% to Cold Resistance", "Nearby Enemies have -9% to Cold Resistance", statOrderKey = "1032,5782", statOrder = { 1032, 5782 }, level = 85, group = "LocalDisplayNearbyEnemyColdDamageResistance", weightKey = { "helmet_eyrie", "default", }, weightVal = { 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, ["ReducedManaReservationInfluence1"] = { type = "Suffix", affix = "of Redemption", "(2-3)% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 68, group = "ReducedManaReservationsCost", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["ReducedManaReservationInfluence2"] = { type = "Suffix", affix = "of Redemption", "(4-5)% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 75, group = "ReducedManaReservationsCost", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["IgniteChanceAndDamageInfluence1__"] = { type = "Suffix", affix = "of Redemption", "(15-17)% increased Burning Damage", "(6-8)% chance to Ignite", statOrderKey = "1250,1387", statOrder = { 1250, 1387 }, level = 68, group = "ChanceToIgnite", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, @@ -3116,7 +3116,7 @@ return { ["SpellAddedChaosDamageInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (14-18) to (27-32) Chaos Damage to Spells", statOrderKey = "824", statOrder = { 824 }, level = 68, group = "SpellAddedChaosDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, 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 = "824", statOrder = { 824 }, level = 70, group = "SpellAddedChaosDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, 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 = "824", statOrder = { 824 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["EnemyChaosResistanceAuraInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Nearby Enemies have -9% to Chaos Resistance", statOrderKey = "5781", statOrder = { 5781 }, level = 85, group = "LocalDisplayNearbyEnemyChaosDamageResistance", weightKey = { "helmet_basilisk", "default", }, weightVal = { 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["EnemyChaosResistanceAuraInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "-9% to Chaos Resistance", "Nearby Enemies have -9% to Chaos Resistance", statOrderKey = "1041,5781", statOrder = { 1041, 5781 }, level = 85, group = "LocalDisplayNearbyEnemyChaosDamageResistance", weightKey = { "helmet_basilisk", "default", }, weightVal = { 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, ["PercentageIntelligenceInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "(6-8)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 68, group = "PercentageIntelligence", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, ["PercentageIntelligenceInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(9-10)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 75, group = "PercentageIntelligence", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, ["IgnitingConfluxInfluence1"] = { type = "Suffix", affix = "of the Hunt", "You have Igniting Conflux for 3 seconds every 8 seconds", statOrderKey = "4963", statOrder = { 4963 }, level = 80, group = "SingleConflux", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, @@ -3965,12 +3965,12 @@ return { ["AdditionalSpellBlockChanceUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "(5-6)% Chance to Block Spell Damage", "+1% to maximum Chance to Block Spell Damage", statOrderKey = "599,1354", statOrder = { 599, 1354 }, level = 90, group = "SpellBlockPercentage", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["SocketedSpellCriticalStrikeChanceUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Spells have +4% to Critical Strike Chance", statOrderKey = "314", statOrder = { 314 }, level = 94, group = "SocketedCriticalStrikeChance", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "skill", "caster", "critical", "gem" }, }, ["SocketedAttackCriticalStrikeChanceUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Attacks have +4% to Critical Strike Chance", statOrderKey = "297", statOrder = { 297 }, level = 93, group = "SocketedCriticalStrikeChance", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "skill", "attack", "critical", "gem" }, }, - ["EnemyPhysicalDamageTakenAuraUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Nearby Enemies take 12% increased Physical Damage", statOrderKey = "5786", statOrder = { 5786 }, level = 95, group = "LocalDisplayNearbyEnemyPhysicalDamageTaken", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["EnemyElementalDamageTakenAuraUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Nearby Enemies take 9% increased Elemental Damage", statOrderKey = "5783", statOrder = { 5783 }, level = 95, group = "LocalDisplayNearbyEnemyElementalDamageTaken", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["EnemyPhysicalDamageTakenAuraUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "12% increased Physical Damage taken", "Nearby Enemies take 12% increased Physical Damage", statOrderKey = "1596,5786", statOrder = { 1596, 5786 }, level = 95, group = "LocalDisplayNearbyEnemyPhysicalDamageTaken", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["EnemyElementalDamageTakenAuraUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "9% increased Elemental Damage taken", "Nearby Enemies take 9% increased Elemental Damage", statOrderKey = "2599,5783", statOrder = { 2599, 5783 }, level = 95, group = "LocalDisplayNearbyEnemyElementalDamageTaken", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, ["LifeRegenerationPercentInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "Regenerate (1.6-2)% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 83, group = "LifeRegenerationRatePercentage", weightKey = { "boots_adjudicator", "helmet_adjudicator", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["MaximumLightningResistanceInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "+3% to maximum Lightning Resistance", statOrderKey = "1035", statOrder = { 1035 }, level = 95, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, ["PhysTakenAsLightningHelmInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "(11-13)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1767", statOrder = { 1767 }, level = 93, group = "PhysicalDamageTakenAsElement", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, - ["EnemyLightningResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "Nearby Enemies have -12% to Lightning Resistance", statOrderKey = "5785", statOrder = { 5785 }, level = 95, group = "LocalDisplayNearbyEnemyLightningDamageResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, + ["EnemyLightningResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "-12% to Lightning Resistance", "Nearby Enemies have -12% to Lightning Resistance", statOrderKey = "1037,5785", statOrder = { 1037, 5785 }, level = 95, group = "LocalDisplayNearbyEnemyLightningDamageResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "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 = "599,1354", statOrder = { 599, 1354 }, level = 90, group = "SpellBlockPercentage", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["FortifyEffectInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Crusade", "(21-25)% increased Effect of Fortify on you", "+500 to Armour while you have Fortify", statOrderKey = "2881,3833", statOrder = { 2881, 3833 }, level = 90, group = "FortifyEffect", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, ["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 = "969,1944", statOrder = { 969, 1944 }, level = 85, group = "EnergyShieldRegeneration", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, @@ -3981,7 +3981,7 @@ return { ["PhysTakenAsFireHelmetInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(11-13)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1765", statOrder = { 1765 }, level = 93, group = "PhysicalDamageTakenAsElement", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, ["ElementalDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(19-22)% increased Elemental Damage", "Damage Penetrates (2-3)% of Enemy Elemental Resistances", statOrderKey = "1345,2870", statOrder = { 1345, 2870 }, level = 85, group = "ElementalDamagePercent", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, ["WarcryAreaOfEffectInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "15% increased Warcry Buff Effect", "Warcry Skills have (26-30)% increased Area of Effect", statOrderKey = "7390,7396", statOrder = { 7390, 7396 }, level = 85, group = "AreaOfEffect", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemyFireResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "Nearby Enemies have -12% to Fire Resistance", statOrderKey = "5784", statOrder = { 5784 }, level = 95, group = "LocalDisplayNearbyEnemyFireDamageResistance", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, + ["EnemyFireResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "-12% to Fire Resistance", "Nearby Enemies have -12% to Fire Resistance", statOrderKey = "1026,5784", statOrder = { 1026, 5784 }, level = 95, group = "LocalDisplayNearbyEnemyFireDamageResistance", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, ["CriticalStrikeMultiplierInfluenceMaven__"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(21-24)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 85, group = "CriticalStrikeMultiplier", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, ["ManaRegenerationInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "(56-70)% increased Mana Regeneration Rate", "20% increased Mana Regeneration Rate while stationary", statOrderKey = "986,3619", statOrder = { 986, 3619 }, level = 85, group = "ManaRegeneration", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "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 = "4441,4884", statOrder = { 4441, 4884 }, level = 85, group = "GainAccuracyEqualToStrength", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, @@ -3989,7 +3989,7 @@ return { ["PowerChargeOnKillInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "50% increased Power Charge Duration", "(11-15)% chance to gain a Power Charge on Kill", statOrderKey = "1502,1932", statOrder = { 1502, 1932 }, level = 90, group = "PowerChargeOnKillChance", 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 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, ["PhysTakenAsColdHelmetInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "(11-13)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "1766", statOrder = { 1766 }, level = 93, group = "PhysicalDamageTakenAsElement", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "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 = "7172,7446", statOrder = { 7172, 7446 }, level = 90, group = "SpellsAdditionalUnleashSeal", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, - ["EnemyColdResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "Nearby Enemies have -12% to Cold Resistance", statOrderKey = "5782", statOrder = { 5782 }, level = 95, group = "LocalDisplayNearbyEnemyColdDamageResistance", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, + ["EnemyColdResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "-12% to Cold Resistance", "Nearby Enemies have -12% to Cold Resistance", statOrderKey = "1032,5782", statOrder = { 1032, 5782 }, level = 95, group = "LocalDisplayNearbyEnemyColdDamageResistance", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, ["ReducedManaReservationInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(6-7)% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 85, group = "ReducedManaReservationsCost", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["IgniteChanceAndDamageInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(10-15)% chance to Ignite", "Ignites you inflict deal Damage (10-15)% faster", statOrderKey = "1387,1873", statOrder = { 1387, 1873 }, level = 85, group = "ChanceToIgnite", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "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 = "1390,5163", statOrder = { 1390, 5163 }, level = 85, group = "ChanceToFreeze", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, @@ -4000,7 +4000,7 @@ return { ["SpellAddedLightningDamageInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Hunter's", "Adds (2-8) to (101-121) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 85, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, 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 = "820", statOrder = { 820 }, level = 85, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, 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 = "824", statOrder = { 824 }, level = 85, group = "SpellAddedChaosDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["EnemyChaosResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "Nearby Enemies have -12% to Chaos Resistance", statOrderKey = "5781", statOrder = { 5781 }, level = 95, group = "LocalDisplayNearbyEnemyChaosDamageResistance", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["EnemyChaosResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "-12% to Chaos Resistance", "Nearby Enemies have -12% to Chaos Resistance", statOrderKey = "1041,5781", statOrder = { 1041, 5781 }, level = 95, group = "LocalDisplayNearbyEnemyChaosDamageResistance", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, ["PercentageIntelligenceInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "(11-12)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 85, group = "PercentageIntelligence", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "1232,4963", statOrder = { 1232, 4963 }, level = 90, group = "SingleConflux", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "1229,4963", statOrder = { 1229, 4963 }, level = 90, group = "SingleConflux", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, diff --git a/src/Data/Uniques/Special/Uniques.lua b/src/Data/Uniques/Special/Uniques.lua new file mode 100644 index 0000000000..8fbc773976 --- /dev/null +++ b/src/Data/Uniques/Special/Uniques.lua @@ -0,0 +1,6494 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + ["StrengthUniqueRing2"] = { affix = "", "+(10-20) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthImplicitAmulet1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 7, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthImplicitBelt1"] = { affix = "", "+(25-35) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueHelmetDexInt1"] = { affix = "", "+20 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandMace1"] = { affix = "", "+10 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueAmulet5"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueIntHelmet3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsInt1"] = { affix = "", "+(5-10) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueDagger2"] = { affix = "", "+25 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesDex1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt2"] = { affix = "", "+(40-50) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 20, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt4"] = { affix = "", "+25 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesStr2"] = { affix = "", "+100 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandAxe3"] = { affix = "", "+(15-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBodyStrInt3"] = { affix = "", "+(30-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesStrDex3"] = { affix = "", "+10 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueHelmetStrDex3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueClaw5_"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueRing8"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsDexInt2"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandAxe5"] = { affix = "", "+10 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandSword5"] = { affix = "", "+(40-50) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt7"] = { affix = "", "+(40-55) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueSceptre6"] = { affix = "", "+(50-70) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueBodyStr4"] = { affix = "", "+(10-20) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueQuiver6"] = { affix = "", "+(15-25) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueOneHandSword8"] = { affix = "", "+(35-50) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesStrInt2"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueRing31__"] = { affix = "", "+(15-25) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueClaw9"] = { affix = "", "+(10-15) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueRing36"] = { affix = "", "+(30-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__1"] = { affix = "", "+30 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique___2"] = { affix = "", "+(30-50) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__4"] = { affix = "", "+30 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__5"] = { affix = "", "+(20-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__6"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__7_"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__8"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__9"] = { affix = "", "+(20-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__10"] = { affix = "", "+(20-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__11"] = { affix = "", "+(30-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__12"] = { affix = "", "+200 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__13_"] = { affix = "", "+(60-120) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__14"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__15"] = { affix = "", "+20 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__16"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 65, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__17"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 62, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__18"] = { affix = "", "+(30-50) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__19_"] = { affix = "", "+(20-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__20_"] = { affix = "", "+20 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUnique__21"] = { affix = "", "+(10-20) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 50, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUniqueBootsStrInt2"] = { affix = "", "(15-18)% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUniqueJewel29"] = { affix = "", "(4-6)% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__1"] = { affix = "", "100% reduced Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__2"] = { affix = "", "(4-6)% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__3"] = { affix = "", "10% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__4_"] = { affix = "", "10% reduced Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthImplicitMace1"] = { affix = "", "10% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityImplicitAmulet1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 7, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityImplicitQuiver1"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 15, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueRing3"] = { affix = "", "+10 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBodyDex1"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsInt1"] = { affix = "", "+(5-10) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsInt2"] = { affix = "", "+5 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsInt3"] = { affix = "", "+10 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesDex2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesStrDex1"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueAmulet7"] = { affix = "", "+10 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetStrDex2"] = { affix = "", "+(50-65) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueDagger3"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueShieldStrInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBow4"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBow6"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex3"] = { affix = "", "+15 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBow7"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBodyDex4"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetDex4"] = { affix = "", "+(50-70) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesStrDex3"] = { affix = "", "+10 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesInt4__"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesDexInt4"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetStrDex3"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueRing8"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex4_"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDexInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBelt7"] = { affix = "", "+(40-55) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueQuiver6"] = { affix = "", "+(35-45) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueQuiver7"] = { affix = "", "+30 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex8"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueJewel8"] = { affix = "", "+20 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueDagger11"] = { affix = "", "+(10-15) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueDagger12"] = { affix = "", "+20 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueClaw9"] = { affix = "", "+(10-15) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 53, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex9"] = { affix = "", "+(25-35) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__2"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 57, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__3"] = { affix = "", "+(30-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__4"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__5"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__6"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__7"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__8"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__9"] = { affix = "", "+25 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__10_"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__11"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__12"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__13"] = { affix = "", "+20 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__14"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 65, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__15"] = { affix = "", "+(25-35) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__16"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__17"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 62, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__18"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__19"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 54, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__20__"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUnique__21_"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 50, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUniqueBodyDex7"] = { affix = "", "15% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUniqueJewel29"] = { affix = "", "(4-6)% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__1"] = { affix = "", "100% reduced Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__2"] = { affix = "", "(4-6)% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__3"] = { affix = "", "(8-12)% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__4"] = { affix = "", "(5-10)% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__5"] = { affix = "", "15% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueOneHandSword2"] = { affix = "", "+10 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceImplicitAmulet1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 7, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueRing4"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsInt1"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesInt2"] = { affix = "", "+20 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBelt1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueWand1"] = { affix = "", "+10 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsDex1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueWand2"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsDex3"] = { affix = "", "+15 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBodyInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueShieldDex3"] = { affix = "", "+(40-60) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBodyStrInt3"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesInt5"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetInt5"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetInt6"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueRing13"] = { affix = "", "+(60-75) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueOneHandAxe1"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueSceptre5"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesStr3"] = { affix = "", "+(60-80) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueQuiver6"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueShieldInt4"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueStaff8"] = { affix = "", "+(80-120) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBelt11"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueWand8"] = { affix = "", "+(10-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetInt9"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueDagger10_"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueRing34"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["Intelligence__1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__3"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__4"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__5"] = { affix = "", "+40 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__6"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__7"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__8"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__9"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__10"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__11"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__12"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__13"] = { affix = "", "+20 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__14"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 65, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__15_"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__16"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 60, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__17"] = { affix = "", "+(40-70) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__18"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__19"] = { affix = "", "+(30-50) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__20"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__21"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__22_"] = { affix = "", "+(30-50) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__23"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__24"] = { affix = "", "-(25-15) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 28, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__25"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__26_"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__27"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUnique__28"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 50, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUniqueStaff12_"] = { affix = "", "(14-18)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUniqueJewel29"] = { affix = "", "(10-15)% reduced Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__1"] = { affix = "", "100% reduced Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__2"] = { affix = "", "(4-6)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__3"] = { affix = "", "(8-12)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__4"] = { affix = "", "(5-8)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitAmulet1"] = { affix = "", "+(10-16) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueAmulet8"] = { affix = "", "+(80-100) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueBelt3"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 20, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueAmulet9"] = { affix = "", "+(20-40) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitWreath1"] = { affix = "", "+(16-24) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueRing6"] = { affix = "", "+(10-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueHelmetStr3"] = { affix = "", "+(20-25) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesTestUniqueAmulet1"] = { affix = "", "+500 to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueBodyStr3"] = { affix = "", "+(40-50) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueTwoHandMace7"] = { affix = "", "+(25-50) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitDemigodRing1"] = { affix = "", "+(8-12) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 16, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitDemigodOneHandSword1"] = { affix = "", "+(16-24) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueRing26"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueHelmetStrInt5"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueStaff10"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueAmulet22"] = { affix = "", "+(5-10) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__1"] = { affix = "", "+(30-50) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__2"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__3"] = { affix = "", "+(10-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__4"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__5"] = { affix = "", "+(25-75) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__6"] = { affix = "", "+(8-24) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__7"] = { affix = "", "+(15-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 57, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__8_"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__9"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__10_"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__11"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__12"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__13_"] = { affix = "", "+20 to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__14"] = { affix = "", "+(15-25) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__15"] = { affix = "", "+(25-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__16_"] = { affix = "", "+(15-25) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__17_"] = { affix = "", "+(10-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 65, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__18"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__19"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__20"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__21"] = { affix = "", "+(25-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 85, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__22_"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 60, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__23"] = { affix = "", "+(5-10) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 50, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IncreasedLifeImplicitShield1"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitShield2"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitShield3"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueOneHandSword1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetStr1"] = { affix = "", "+(25-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitRing1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 2, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitBelt1"] = { affix = "", "+(25-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 10, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr1"] = { affix = "", "+500 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet4"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDex2"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr1"] = { affix = "", "+(160-180) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsInt4"] = { affix = "", "+20 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr2"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueTwoHandAxe4"] = { affix = "", "+100 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyDexInt1"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetDex4"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyInt5"] = { affix = "", "+6 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesInt3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReducedLifeUniqueGlovesDexInt4"] = { affix = "", "-20 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetStrDex4"] = { affix = "", "+(200-220) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet14"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 40, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueTwoHandMace6"] = { affix = "", "+(35-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyDex6"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetDex5"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex3_"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStrInt6"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex2"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex6"] = { affix = "", "+(35-45) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing19"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt7"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt8"] = { affix = "", "+(75-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 63, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr2"] = { affix = "", "+(12-20) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueDescentShield1"] = { affix = "", "+15 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueDescentHelmet1"] = { affix = "", "+10 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueWand4"] = { affix = "", "+(15-20) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitGlovesDemigods1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueOneHandAxe3"] = { affix = "", "+(10-15) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsStrDex3"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesDexInt5"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetStrDex5"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesStrDex4"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueQuiver3"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex7"] = { affix = "", "+(55-75) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesStr3"] = { affix = "", "+(60-75) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDexInt1"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrInt5"] = { affix = "", "+(80-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsStr2"] = { affix = "", "+(150-200) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDexInt1"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDex5"] = { affix = "", "+(70-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex4"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesStrInt2"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDex6"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueQuiver9"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt13"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex5"] = { affix = "", "+(160-200) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing28"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet19"] = { affix = "", "+(40-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 77, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing32"] = { affix = "", "+(0-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 82, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeFireResistUniqueBelt14"] = { affix = "", "+(70-85) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 65, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyDexInt3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet22"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 25, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr6"] = { affix = "", "+(60-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrInt6"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueOneHandMace7"] = { affix = "", "+70 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr4"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr5"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsStr3_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStrInt5"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__15"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__4"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__5"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__6"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet25"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__1"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__2"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique___7"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__8"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__9"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__10"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__11"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__12_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex9__"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__14"] = { affix = "", "+(45-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__13"] = { affix = "", "+(40-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__16"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__17"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__18"] = { affix = "", "+(35-45) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__19"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__20"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__21"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__22"] = { affix = "", "+(100-150) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__23"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__24"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__25"] = { affix = "", "+(25-35) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__26"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__27"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__28"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__29"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__30"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__31"] = { affix = "", "+(65-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__32"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__33"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__34"] = { affix = "", "+(200-240) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__35"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__36_"] = { affix = "", "+(40-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__37"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__38"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__39"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__40"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__41"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__42_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__43"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__44"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__45"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__46"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__47"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__48"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__49_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__50"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__51"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__52"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__53"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 75, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__54"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__55"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__56"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__57"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__58"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__59"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__60"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__61"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__62"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__63_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__64"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__65"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 81, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__66"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__67_"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__68_"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__69"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__70"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__71"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__72_"] = { affix = "", "+(100-120) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__73"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__74"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__75"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__76"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__77"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__78"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__79"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__80_"] = { affix = "", "+(20-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__81"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__82"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__83"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__84"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__85_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__86_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__87"] = { affix = "", "+23 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 25, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__88"] = { affix = "", "+(50-175) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__89"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__90"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__91"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__92_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__93"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__94"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__95"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__96__"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__97"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__98"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__99"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__100"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__101"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__102"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__103"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 77, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__104_"] = { affix = "", "+100 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__105"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__106_"] = { affix = "", "+(120-160) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__107"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__108"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__109_"] = { affix = "", "+(45-65) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__110"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__111__"] = { affix = "", "+(40-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedManaImplicitRing1"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 2, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaImplicitArmour1"] = { affix = "", "+(20-25) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet1"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBow1"] = { affix = "", "+(80-100) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueTwoHandSword2"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueQuiver1"] = { affix = "", "+(10-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueQuiver1a"] = { affix = "", "+(10-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueDexHelmet1"] = { affix = "", "+(15-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueIntHelmet3"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueGlovesStr1"] = { affix = "", "(10-15)% reduced maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetInt4"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsInt4"] = { affix = "", "+20 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueShieldInt2"] = { affix = "", "+(15-25) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueDagger4"] = { affix = "", "+(40-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyInt5"] = { affix = "", "+6 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsInt5"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueGlovesInt3"] = { affix = "", "+(60-80) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet10"] = { affix = "", "+100 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueWand3"] = { affix = "", "+(40-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBelt5"] = { affix = "", "+(45-55) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing14"] = { affix = "", "+(25-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetStrInt3"] = { affix = "", "+(100-120) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueClaw7"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing20"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetDexInt3"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyDexInt2"] = { affix = "", "+(100-150) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueSceptre6"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueWand4"] = { affix = "", "+(15-20) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsStrDex4"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsStrDex3"] = { affix = "", "+(10-20) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing17"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetStrDex5_"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyInt9"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing29"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetInt8"] = { affix = "", "+(30-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet19"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueTwoHandAxe9"] = { affix = "", "+(100-150) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyStrInt6"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueOneHandMace7"] = { affix = "", "+70 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__3"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__1"] = { affix = "", "+(60-120) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__2"] = { affix = "", "+30 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__4"] = { affix = "", "+(80-120) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__5"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__6"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__7"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 24, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__8"] = { affix = "", "+(30-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__9"] = { affix = "", "+(50-80) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__10"] = { affix = "", "+(150-200) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__12"] = { affix = "", "+(20-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__13"] = { affix = "", "+(50-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__14"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__15"] = { affix = "", "+(1-75) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__16"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__17"] = { affix = "", "+(80-100) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__18"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__19"] = { affix = "", "+500 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__20_"] = { affix = "", "+(120-160) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__21"] = { affix = "", "+(40-70) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedEnergyShieldImplicitBelt1"] = { affix = "", "+(9-20) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 2, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldImplicitBelt2"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 99, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueClaw1"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueDagger4"] = { affix = "", "+50 to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueGlovesInt6"] = { affix = "", "+15 to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldImplicitRing1"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 25, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueAmulet14"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 40, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueBelt5"] = { affix = "", "+(60-70) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 70, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueRing18"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 25, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueBodyStrDexInt1"] = { affix = "", "+(70-80) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueQuiver7"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueBelt11"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueRing27"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueRing35"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique___1"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__2"] = { affix = "", "+35 to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__3"] = { affix = "", "+(70-100) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__4"] = { affix = "", "+(75-80) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__5"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__6"] = { affix = "", "+250 to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__7"] = { affix = "", "+(80-120) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__8"] = { affix = "", "+(40-45) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__9"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__10"] = { affix = "", "+(60-70) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsDex1"] = { affix = "", "+(100-150) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt5"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt9"] = { affix = "", "(200-220)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsDex8"] = { affix = "", "+(15-30) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetStrInt5_"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesStr4"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueShieldInt5"] = { affix = "", "+(70-90) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsDexInt4"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShiledUniqueBootsInt6"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergySheildUnique__1"] = { affix = "", "+(8-16) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergySheildUnique__2_"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__3"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique___4"] = { affix = "", "+20 to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__5"] = { affix = "", "+(40-50) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__6"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__7"] = { affix = "", "+(150-200) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__8"] = { affix = "", "+(110-130) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 65, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__9"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__10"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__11"] = { affix = "", "+(30-45) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__12"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__13_"] = { affix = "", "+40 to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__14"] = { affix = "", "+(50-80) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__15"] = { affix = "", "+(130-160) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__16"] = { affix = "", "+(90-110) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__17__"] = { affix = "", "+(30-50) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__18_"] = { affix = "", "+(64-96) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__19"] = { affix = "", "+(180-200) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__20"] = { affix = "", "+(15-50) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__21"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__22"] = { affix = "", "+(130-150) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__23"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__24_"] = { affix = "", "+(160-180) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__25"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__26"] = { affix = "", "+(40-80) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__27_"] = { affix = "", "+(50-90) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__28"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__29"] = { affix = "", "+(15-20) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__30__"] = { affix = "", "+(150-200) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__31"] = { affix = "", "+(30-60) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["AddedPhysicalDamageImplicitRing1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 2, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitRing2"] = { affix = "", "Adds (3-4) to (10-14) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 100, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 7, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver6_"] = { affix = "", "1 to 4 Added Physical Damage with Bow Attacks", statOrderKey = "1430", statOrder = { 1430 }, level = 7, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiverDescent"] = { affix = "", "1 to 4 Added Physical Damage with Bow Attacks", statOrderKey = "1430", statOrder = { 1430 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver11"] = { affix = "", "6 to 12 Added Physical Damage with Bow Attacks", statOrderKey = "1430", statOrder = { 1430 }, level = 35, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBelt4"] = { affix = "", "Adds 5 to 15 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBodyStr2"] = { affix = "", "Adds 2 to 4 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBodyDex2"] = { affix = "", "Your Attacks deal -3 Physical Damage", statOrderKey = "1784", statOrder = { 1784 }, level = 1, group = "DewathsHidePhysicalDamageDealt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["AddedPhysicalDamageUniqueBodyDex4"] = { affix = "", "Adds 5 to 12 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueHelmetStr3"] = { affix = "", "Adds 40 to 60 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueRing8"] = { affix = "", "Adds 5 to 9 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Adds 20 to 30 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver3"] = { affix = "", "(10-14) to (19-24) Added Physical Damage with Bow Attacks", statOrderKey = "1430", statOrder = { 1430 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver8"] = { affix = "", "6 to 10 Added Physical Damage with Bow Attacks", statOrderKey = "1430", statOrder = { 1430 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueShieldDex6"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueJewel9"] = { affix = "", "Adds 3 to 7 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver9"] = { affix = "", "(8-10) to (14-16) Added Physical Damage with Bow Attacks", statOrderKey = "1430", statOrder = { 1430 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueShieldStrDex3"] = { affix = "", "Adds 4 to 8 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueRing37"] = { affix = "", "Adds (5-10) to (11-15) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBootsStr3"] = { affix = "", "Adds (2-5) to (7-10) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique___1"] = { affix = "", "Adds 5 to 10 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueAmulet25"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__2"] = { affix = "", "Adds (5-15) to (25-50) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__3"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__4"] = { affix = "", "Adds 1 to (15-20) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__5"] = { affix = "", "Adds (3-6) to (10-12) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (4-10) to (14-36) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__7"] = { affix = "", "Adds (12-15) to (24-28) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__8"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__9_"] = { affix = "", "Adds (5-7) to (11-12) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__10"] = { affix = "", "Adds (13-18) to (26-32) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__1"] = { affix = "", "Adds (15-20) to (30-40) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueSceptre9"] = { affix = "", "Adds (8-13) to (26-31) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandAxe3"] = { affix = "", "Adds 5 to 10 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueRapier2"] = { affix = "", "Adds 10 to 15 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "Adds 2 to 10 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandMace6"] = { affix = "", "Adds (43-56) to (330-400) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandMace7"] = { affix = "", "Adds 5 to 25 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword5"] = { affix = "", "Adds (60-70) to (71-80) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe3"] = { affix = "", "Adds (10-15) to (25-30) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandAxe7"] = { affix = "", "Adds (205-220) to (250-270) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueStaff7"] = { affix = "", "Adds (135-145) to (160-175) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentClaw1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe5"] = { affix = "", "Adds (11-14) to (18-23) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueBow7"] = { affix = "", "Adds (25-35) to (36-45) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueBow5"] = { affix = "", "Adds (15-20) to (25-30) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandSword8"] = { affix = "", "Adds (65-75) to (100-110) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "Adds (5-10) to (15-23) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueSceptre10"] = { affix = "", "Adds (35-46) to (85-128) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "Adds (5-10) to (13-20) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueWand9"] = { affix = "", "Adds (5-8) to (13-17) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__6"] = { affix = "", "Adds (60-80) to (150-180) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__7"] = { affix = "", "Adds (50-70) to (135-165) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__8"] = { affix = "", "Adds (35-40) to (55-60) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__9"] = { affix = "", "Adds (24-30) to (34-40) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__10"] = { affix = "", "Adds (5-8) to (15-20) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__11"] = { affix = "", "Adds (30-38) to (40-50) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__12"] = { affix = "", "Adds (30-45) to (80-100) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__13"] = { affix = "", "Adds (25-35) to (50-65) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__14"] = { affix = "", "Adds (40-50) to (130-150) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__15"] = { affix = "", "Adds (90-115) to (230-260) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__16_"] = { affix = "", "Adds (15-30) to (70-95) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__17_"] = { affix = "", "Adds (10-20) to (30-35) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 50, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__18"] = { affix = "", "Adds (30-40) to (70-80) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 40, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__19"] = { affix = "", "Adds (15-25) to (50-60) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 45, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__20_"] = { affix = "", "Adds (10-20) to (30-40) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 46, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__21"] = { affix = "", "Adds (90-110) to (145-170) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__22"] = { affix = "", "Adds (110-125) to (245-265) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__23_"] = { affix = "", "Adds (35-50) to (100-125) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__24"] = { affix = "", "Adds (60-80) to (270-320) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__25"] = { affix = "", "Adds (8-13) to (20-30) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__26"] = { affix = "", "Adds (70-80) to (340-375) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__27"] = { affix = "", "Adds (80-115) to (150-205) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__28"] = { affix = "", "Adds (160-185) to (200-225) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__29___"] = { affix = "", "Adds (95-115) to (240-265) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__30_"] = { affix = "", "Adds (45-60) to (100-120) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__31"] = { affix = "", "Adds (220-240) to (270-300) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__32"] = { affix = "", "Adds (94-98) to (115-121) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 77, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__33_"] = { affix = "", "Adds (242-260) to (268-285) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 75, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__34"] = { affix = "", "Adds (11-14) to (17-21) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__35"] = { affix = "", "Adds (83-91) to (123-130) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__36"] = { affix = "", "Adds (70-85) to (110-118) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__37"] = { affix = "", "Adds (42-47) to (66-71) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__38"] = { affix = "", "Adds (25-35) to (45-55) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 75, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__39"] = { affix = "", "Adds (85-110) to (135-150) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__40__"] = { affix = "", "Adds (16-22) to (40-45) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__41_"] = { affix = "", "Adds (40-65) to (70-100) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedFireDamageImplicitQuiver1"] = { affix = "", "Adds 2 to 4 Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 2, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageImplicitQuiver10"] = { affix = "", "4 to 8 Added Fire Damage with Bow Attacks", statOrderKey = "1440", statOrder = { 1440 }, level = 28, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueQuiver1a"] = { affix = "", "5 to 10 Added Fire Damage with Bow Attacks", statOrderKey = "1440", statOrder = { 1440 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueBootsStrDex1"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueGlovesInt1"] = { affix = "", "Adds 4 to 8 Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueAmulet7"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueBodyInt5"] = { affix = "", "Adds 2 to 3 Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueRing10"] = { affix = "", "Adds (8-15) to (20-28) Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueRing20"] = { affix = "", "Adds (20-25) to (30-50) Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueBelt10"] = { affix = "", "Adds (7-8) to (15-16) Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueRing31"] = { affix = "", "Adds (8-10) to (12-14) Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueRing28"] = { affix = "", "Adds (12-15) to (25-30) Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueShieldStr3"] = { affix = "", "Adds (12-15) to (30-35) Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueShieldDemigods"] = { affix = "", "Adds 10 to 20 Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueRing36"] = { affix = "", "Adds (8-12) to (20-30) Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUnique__1_"] = { affix = "", "Adds (16-20) to (25-30) Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUnique__2"] = { affix = "", "Adds (19-22) to (30-35) Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUnique__3"] = { affix = "", "Adds (25-30) to (40-45) Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUnique__4"] = { affix = "", "Adds 40 to 75 Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedColdDamageImplicitQuiver1"] = { affix = "", "Adds 2 to 3 Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 2, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueBodyDex1"] = { affix = "", "(105-145) to (160-200) Added Cold Damage with Bow Attacks", statOrderKey = "1448", statOrder = { 1448 }, level = 47, group = "SpecificWeaponColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueDexHelmet1"] = { affix = "", "Adds 6 to 12 Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 15, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueBodyInt5"] = { affix = "", "Adds 2 to 3 Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUniqueBow9"] = { affix = "", "Adds (48-60) to (72-90) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueRing18"] = { affix = "", "Adds (20-25) to (30-50) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUniqueBelt10"] = { affix = "", "Adds (5-6) to (12-14) Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueRing30"] = { affix = "", "Adds (7-10) to (15-20) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUniqueGlovesStrInt3_"] = { affix = "", "Adds (30-36) to (44-50) Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueShieldStrDex3"] = { affix = "", "Adds 12 to 15 Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__2"] = { affix = "", "Adds (16-20) to (25-30) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__3"] = { affix = "", "Adds (19-22) to (30-35) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__4"] = { affix = "", "Adds (25-30) to (40-45) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__5"] = { affix = "", "Adds (26-32) to (42-48) Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__6"] = { affix = "", "Adds (12-15) to (25-30) Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__7"] = { affix = "", "Adds (30-40) to (80-100) Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__8"] = { affix = "", "Adds (11-15) to (23-28) Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__9"] = { affix = "", "Adds 30 to 65 Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__10"] = { affix = "", "Adds (15-20) to (25-35) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedLightningDamageImplicitQuiver1"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 2, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueHelmetStrInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUniqueBootsStrInt1"] = { affix = "", "Adds 1 to 120 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueGlovesInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueGlovesDexInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueDagger3"] = { affix = "", "Adds 3 to 30 Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLocalLightningDamageUniqueClaw1"] = { affix = "", "Adds 1 to 200 Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBow8"] = { affix = "", "Adds 1 to 85 Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBodyInt5_"] = { affix = "", "Adds 1 to 4 Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUniqueGlovesDexInt3"] = { affix = "", "Adds 1 to 100 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBodyInt8"] = { affix = "", "Adds 1 to 40 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBow9"] = { affix = "", "Adds 1 to (120-150) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBodyStrDex2"] = { affix = "", "Adds 1 to (20-30) Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueRing19"] = { affix = "", "Adds 1 to (50-70) Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 25, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUniqueBelt10"] = { affix = "", "Adds 1 to (30-34) Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBelt12"] = { affix = "", "Adds 1 to (30-50) Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 55, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueOneHandSword6"] = { affix = "", "Adds 1 to (550-650) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUnique__1"] = { affix = "", "Adds (1-3) to (42-47) Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUnique__3"] = { affix = "", "Adds 10 to 130 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedChaosDamageUniqueRing1"] = { affix = "", "Adds 1 to 3 Chaos Damage to Attacks", statOrderKey = "806", statOrder = { 806 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBootsStrDex4"] = { affix = "", "Adds (6-9) to (12-16) Chaos Damage to Attacks", statOrderKey = "806", statOrder = { 806 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBootsStrInt2"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks", statOrderKey = "806", statOrder = { 806 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueQuiver7"] = { affix = "", "Adds (13-18) to (26-32) Chaos Damage to Attacks", statOrderKey = "806", statOrder = { 806 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueAmulet23"] = { affix = "", "Adds 19 to 43 Chaos Damage to Attacks", statOrderKey = "806", statOrder = { 806 }, level = 25, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBow12"] = { affix = "", "Adds (50-80) to (130-180) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUnique__1"] = { affix = "", "Adds 12 to 24 Chaos Damage to Attacks", statOrderKey = "806", statOrder = { 806 }, level = 25, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LifeLeechUniqueRing2"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueRing2"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechImplicitClaw1"] = { affix = "", "8% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadImplicitClaw1"] = { affix = "", "1.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechImplicitClaw2"] = { affix = "", "10% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadImplicitClaw2"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueTwoHandMace1"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueTwoHandMace1"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueGlovesStrDex1"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueGlovesStrDex1"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBelt1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueShieldDex2"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueShieldDex2"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueAmulet9"] = { affix = "", "(6-10)% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueAmulet9"] = { affix = "", "(1.2-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueTwoHandAxe4"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueTwoHandAxe4"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueClaw3"] = { affix = "", "6% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueClaw3"] = { affix = "", "1.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueClaw6"] = { affix = "", "15% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueClaw6"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueRing12"] = { affix = "", "(3-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueRing12"] = { affix = "", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueHelmetInt7"] = { affix = "", "(2-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueHelmetInt7"] = { affix = "", "(0.4-0.8)% of Attack Damage Leeched as Life", statOrderKey = "1061", statOrder = { 1061 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueBodyStr3"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBodyStr3"] = { affix = "", "1% of Attack Damage Leeched as Life", statOrderKey = "1061", statOrder = { 1061 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueBodyStrDex3"] = { affix = "", "(2-3)% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBodyStrDex3"] = { affix = "", "(0.4-0.6)% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueBodyStrInt5"] = { affix = "", "(4-5)% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBodyStrInt5"] = { affix = "", "(0.8-1)% of Attack Damage Leeched as Life", statOrderKey = "1061", statOrder = { 1061 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueShieldDex5"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueShieldDex5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueHelmetDexInt6"] = { affix = "", "(0.4-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__2"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__3"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriad__1"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__4"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__5"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__6"] = { affix = "", "(0.8-1)% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["AxeBonus1"] = { affix = "Butcher's", "5% increased Physical Damage with Axes", "2% increased Attack Speed with Axes", "3% increased Accuracy Rating with Axes", statOrderKey = "728,837,854", statOrder = { 728, 837, 854 }, level = 6, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["StaffBonus1"] = { affix = "Monk's", "5% increased Physical Damage with Staves", "2% increased Attack Speed with Staves", "3% increased Accuracy Rating with Staves", statOrderKey = "732,838,855", statOrder = { 732, 838, 855 }, level = 8, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["ClawBonus1"] = { affix = "Feline", "5% increased Physical Damage with Claws", "2% increased Attack Speed with Claws", "3% increased Accuracy Rating with Claws", statOrderKey = "740,839,856", statOrder = { 740, 839, 856 }, level = 10, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["DaggerBonus1"] = { affix = "Assassin's", "5% increased Physical Damage with Daggers", "2% increased Attack Speed with Daggers", "3% increased Accuracy Rating with Daggers", statOrderKey = "746,840,857", statOrder = { 746, 840, 857 }, level = 7, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["MaceBonus1"] = { affix = "Crusher's", "5% increased Physical Damage with Maces or Sceptres", "2% increased Attack Speed with Maces or Sceptres", "3% increased Accuracy Rating with Maces or Sceptres", statOrderKey = "752,841,858", statOrder = { 752, 841, 858 }, level = 5, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["BowBonus1"] = { affix = "Archer's", "5% increased Physical Damage with Bows", "2% increased Attack Speed with Bows", "3% increased Accuracy Rating with Bows", statOrderKey = "758,842,859", statOrder = { 758, 842, 859 }, level = 3, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["SwordBonus1"] = { affix = "Blademaster's", "5% increased Physical Damage with Swords", "2% increased Attack Speed with Swords", "3% increased Accuracy Rating with Swords", statOrderKey = "763,843,860", statOrder = { 763, 843, 860 }, level = 2, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["WandBonus1"] = { affix = "Magician's", "5% increased Physical Damage with Wands", "2% increased Attack Speed with Wands", "3% increased Accuracy Rating with Wands", statOrderKey = "770,844,861", statOrder = { 770, 844, 861 }, level = 4, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["AccuracyPercentImplicitSword1"] = { affix = "", "40% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentImplicitSword2"] = { affix = "", "30% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentImplicit2HSword1"] = { affix = "", "60% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentImplicit2HSword2_"] = { affix = "", "45% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentUniqueBow5"] = { affix = "", "(15-30)% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentUniqueClaw9"] = { affix = "", "15% reduced Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentUnique__1"] = { affix = "", "100% reduced Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StaffBlockPercentImplicitStaff1"] = { affix = "", "+18% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentImplicitStaff2"] = { affix = "", "+20% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentImplicitStaff3"] = { affix = "", "+25% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUniqueStaff7"] = { affix = "", "+6% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUniqueStaff9"] = { affix = "", "+12% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__1"] = { affix = "", "+15% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 36, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__2_"] = { affix = "", "+10% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__3"] = { affix = "", "+(12-16)% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__4_"] = { affix = "", "+5% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__5"] = { affix = "", "+15% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffSpellBlockPercentImplicitStaff__1"] = { affix = "", "+20% Chance to Block Spell Damage while wielding a Staff", statOrderKey = "590", statOrder = { 590 }, level = 1, group = "StaffSpellBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueHelmetStrDex4"] = { affix = "", "6% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueAmulet16"] = { affix = "", "8% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueDescentStaff1"] = { affix = "", "16% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueQuiver4"] = { affix = "", "(20-24)% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 35, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentMarakethDaggerImplicit1"] = { affix = "", "4% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentMarakethDaggerImplicit2_"] = { affix = "", "6% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUnique__1"] = { affix = "", "(8-12)% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ElementalDamagePercentImplicitSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptre2"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptre3"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew1"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew2"] = { affix = "", "12% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew3"] = { affix = "", "12% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew4"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew5"] = { affix = "", "14% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew6"] = { affix = "", "16% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew7"] = { affix = "", "16% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew8"] = { affix = "", "22% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew9"] = { affix = "", "18% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew10"] = { affix = "", "18% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew11"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew12___"] = { affix = "", "22% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew13"] = { affix = "", "24% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew14"] = { affix = "", "24% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew15"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew16"] = { affix = "", "26% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew17"] = { affix = "", "26% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew18"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew19"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew20"] = { affix = "", "32% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew21__"] = { affix = "", "32% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew22"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitAtlasRing_"] = { affix = "", "(15-25)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 100, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentUnique__1"] = { affix = "", "(15-50)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentUnique__2"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["IncreasedPhysicalDamagePercentImplicitBelt1"] = { affix = "", "(12-24)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 2, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe1"] = { affix = "", "8% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe2"] = { affix = "", "12% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueRing1"] = { affix = "", "5% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueHelmetStr1"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueQuiver2"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 7, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt2"] = { affix = "", "(25-40)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueShieldStrDex1"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueHelmetStrDex2"] = { affix = "", "10% reduced Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueGlovesStr2"] = { affix = "", "10% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt9d"] = { affix = "", "(20-30)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueDescentClaw1"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueShieldDexInt1"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt13"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueJewel9"] = { affix = "", "10% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBootsDexInt4"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueSwordImplicit1"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__1"] = { affix = "", "(8-12)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__2"] = { affix = "", "(8-12)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__3"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 55, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__4"] = { affix = "", "100% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__5"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__6"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__7"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword2"] = { affix = "", "150% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1"] = { affix = "", "50% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow1"] = { affix = "", "(150-175)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow3"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace1"] = { affix = "", "(140-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace2"] = { affix = "", "200% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword1"] = { affix = "", "(120-150)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe2"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword3"] = { affix = "", "(180-220)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueRapier1"] = { affix = "", "(250-300)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueWand1"] = { affix = "", "(250-275)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace3"] = { affix = "", "(200-230)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger3"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace1"] = { affix = "", "(50-75)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow4"] = { affix = "", "30% less Damage", statOrderKey = "1774", statOrder = { 1774 }, level = 1, group = "QuillRainWeaponDamageFinalPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow5"] = { affix = "", "(130-150)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace4"] = { affix = "", "150% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow6"] = { affix = "", "(200-260)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow7"] = { affix = "", "(110-125)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw1"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueSceptre1"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw2"] = { affix = "", "(75-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe4"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw3"] = { affix = "", "(150-170)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5"] = { affix = "", "(200-220)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueRapier2"] = { affix = "", "(120-150)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw5"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw6"] = { affix = "", "(100-120)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueBow8"] = { affix = "", "No Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword4"] = { affix = "", "(250-300)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe5"] = { affix = "", "(120-160)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword5"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueSceptre5"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow10"] = { affix = "", "(50-70)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace7"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1"] = { affix = "", "100% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDescentBow1"] = { affix = "", "100% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace3"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger9"] = { affix = "", "(250-270)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8"] = { affix = "", "(230-260)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe5"] = { affix = "", "(130-150)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword7"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe8"] = { affix = "", "(120-140)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8"] = { affix = "", "(30-50)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueStaff9"] = { affix = "", "100% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueSceptre9"] = { affix = "", "20% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandMace4"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandSceptre10"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "(80-95)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueClaw8"] = { affix = "", "(160-180)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueWand9"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9"] = { affix = "", "(170-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger11"] = { affix = "", "(50-70)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger12"] = { affix = "", "(20-40)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique13"] = { affix = "", "(120-160)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe8"] = { affix = "", "(30-50)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword12"] = { affix = "", "(20-50)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword13"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace6"] = { affix = "", "(300-360)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7"] = { affix = "", "(160-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace8"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueStaff14"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueSceptre2"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace8"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__1"] = { affix = "", "(110-130)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__2"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhyiscalDamagePercentUnique__3"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__4"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__5"] = { affix = "", "(140-160)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__6"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__7"] = { affix = "", "(130-160)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__8"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__9"] = { affix = "", "(170-190)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__10"] = { affix = "", "(100-120)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__11_"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__12"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__13"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__14"] = { affix = "", "(35-50)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__15"] = { affix = "", "(50-75)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__16"] = { affix = "", "(260-310)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__17_"] = { affix = "", "(170-190)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__18"] = { affix = "", "(220-250)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__19"] = { affix = "", "(200-300)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__20"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__21"] = { affix = "", "(70-90)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__22"] = { affix = "", "(140-170)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__23"] = { affix = "", "(200-240)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__24"] = { affix = "", "(280-320)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__25"] = { affix = "", "(170-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__26"] = { affix = "", "100% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__27"] = { affix = "", "(140-160)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__28__"] = { affix = "", "(150-170)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__29"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__30"] = { affix = "", "(185-215)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__31"] = { affix = "", "(180-220)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__32"] = { affix = "", "(30-60)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__33"] = { affix = "", "(140-152)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__34___"] = { affix = "", "(180-210)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__35"] = { affix = "", "(180-210)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__36_"] = { affix = "", "(140-170)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__37__"] = { affix = "", "(40-50)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__38"] = { affix = "", "(265-330)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__39"] = { affix = "", "(140-175)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__40"] = { affix = "", "(200-250)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__41___"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__42"] = { affix = "", "(230-260)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__43"] = { affix = "", "(200-250)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueTwoHandSword6"] = { affix = "", "No Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueWand6"] = { affix = "", "No Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueOneHandSword7"] = { affix = "", "No Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUnique__1"] = { affix = "", "No Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUnique__2"] = { affix = "", "No Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedPhysicalDamagePercentOnLowLifeUniqueOneHandSword1"] = { affix = "", "100% increased Damage when on Low Life", statOrderKey = "644", statOrder = { 644 }, level = 1, group = "PhysicalDamagePercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ReducedPhysicalDamagePercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "50% reduced Damage when on Low Life", statOrderKey = "644", statOrder = { 644 }, level = 1, group = "PhysicalDamagePercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalAddedPhysicalDamageUniqueBow1"] = { affix = "", "Adds (6-12) to (20-32) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandMace3"] = { affix = "", "Adds 30 to 40 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueClaw3"] = { affix = "", "Adds 10 to 12 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageOneHandAxe1"] = { affix = "", "Adds 10 to 20 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentDagger1"] = { affix = "", "Adds 1 to 4 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentOneHandAxe1"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentStaff1"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger2"] = { affix = "", "Adds 12 to 24 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger8"] = { affix = "", "Adds (50-60) to (120-140) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueSceptre7"] = { affix = "", "Adds (65-85) to (100-160) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword9"] = { affix = "", "Adds (30-50) to (65-80) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword10"] = { affix = "", "Adds (3-6) to (33-66) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueBow11"] = { affix = "", "Adds (12-16) to (20-24) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger11"] = { affix = "", "Adds (1-2) to (3-5) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger12"] = { affix = "", "Adds (3-6) to (9-13) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueClaw9"] = { affix = "", "Adds (2-6) to (16-22) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe7"] = { affix = "", "Adds (5-15) to (20-25) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe8"] = { affix = "", "Adds (5-9) to (13-17) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword12"] = { affix = "", "Adds (3-4) to (5-8) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword13"] = { affix = "", "Adds (5-8) to (10-14) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandMace8"] = { affix = "", "Adds 10 to 15 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique14"] = { affix = "", "Adds (10-16) to (12-30) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage__1"] = { affix = "", "Adds (7-10) to (15-25) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__2_"] = { affix = "", "Adds (25-50) to (85-125) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__3"] = { affix = "", "Adds 20 to 50 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__4"] = { affix = "", "Adds (18-22) to (36-44) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__5"] = { affix = "", "Adds (8-12) to (16-24) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (26-32) to (36-42) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__7_"] = { affix = "", "Adds (75-92) to (125-154) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBodyStrInt1"] = { affix = "", "60% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueIntHelmet1"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBootsInt1"] = { affix = "", "+(10-16) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueShieldInt1"] = { affix = "", "(120-160)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueShieldInt2"] = { affix = "", "(40-80)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBodyInt8"] = { affix = "", "(125-150)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsInt2"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt1"] = { affix = "", "+18 to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt2"] = { affix = "", "+32 to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt4"] = { affix = "", "(180-200)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsInt4"] = { affix = "", "(40-60)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt1"] = { affix = "", "(100-150)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt3"] = { affix = "", "(210-250)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt4"] = { affix = "", "(120-160)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBootsInt5"] = { affix = "", "(140-180)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt7"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt4"] = { affix = "", "(40-60)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt5"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt6"] = { affix = "", "(180-250)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesDexInt3"] = { affix = "", "+(25-30) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt5_"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt6"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt7"] = { affix = "", "(120-150)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueShieldInt3"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyStrDexInt1g"] = { affix = "", "(270-300)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt10"] = { affix = "", "(130-170)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBootsInt6"] = { affix = "", "(50-80)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent__1"] = { affix = "", "(250-300)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent__2"] = { affix = "", "(210-250)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent___3"] = { affix = "", "(110-130)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique___4_"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(150-200)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__6"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__7"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__8"] = { affix = "", "(475-600)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__9"] = { affix = "", "(240-260)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__10"] = { affix = "", "(150-180)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__11"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__12"] = { affix = "", "(120-150)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__13"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__14"] = { affix = "", "(130-150)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__15_"] = { affix = "", "(200-250)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__16"] = { affix = "", "(150-180)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__17"] = { affix = "", "(120-140)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 84, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__18"] = { affix = "", "(220-250)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 82, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__19"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__20_"] = { affix = "", "(100-130)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__21"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__22"] = { affix = "", "(200-230)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__23"] = { affix = "", "(240-280)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__24"] = { affix = "", "(180-230)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__25_"] = { affix = "", "(200-250)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__26"] = { affix = "", "(60-80)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__27"] = { affix = "", "(80-120)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__28__"] = { affix = "", "(100-150)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__29"] = { affix = "", "(80-130)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUniqueOneHandSword2"] = { affix = "", "(40-50)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrInt1"] = { affix = "", "60% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr1"] = { affix = "", "+(15-25) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr1"] = { affix = "", "(50-80)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr1"] = { affix = "", "+(10-20) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr2"] = { affix = "", "(40-60)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr2"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr3"] = { affix = "", "(120-150)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr3"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStrDex3"] = { affix = "", "+(200-300) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr3"] = { affix = "", "(180-220)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStrDex2"] = { affix = "", "+(5-10) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2"] = { affix = "", "+(180-220) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr5"] = { affix = "", "+(400-600) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueGlovesStr3"] = { affix = "", "(200-220)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStrDexInt1a"] = { affix = "", "(380-420)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueHelmetStrDex6"] = { affix = "", "(100-150)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBootsStr3"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(100-140)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique6"] = { affix = "", "(90-140)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique7"] = { affix = "", "(120-180)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique8_"] = { affix = "", "(90-150)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__2"] = { affix = "", "+(120-160) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__3"] = { affix = "", "(600-650)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__4"] = { affix = "", "(120-160)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__5"] = { affix = "", "(130-170)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__7"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__8"] = { affix = "", "(50-100)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__10"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__11"] = { affix = "", "(130-150)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__12"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__15"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__16"] = { affix = "", "(300-350)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__17"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__18"] = { affix = "", "(150-180)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__19"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__20"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__21"] = { affix = "", "(50-80)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__22"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__23"] = { affix = "", "(120-150)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingTransformedUnique__1"] = { affix = "", "+2000 to Armour", statOrderKey = "944", statOrder = { 944 }, level = 38, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUnique__1"] = { affix = "", "+(100-120) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUnique__2"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex1"] = { affix = "", "(140-220)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueDexHelmet2"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1"] = { affix = "", "(80-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex1"] = { affix = "", "+(40-50) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex1"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex1"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex3"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex2"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex3"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex4"] = { affix = "", "(50-70)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex3"] = { affix = "", "+(30-50) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex3"] = { affix = "", "(180-200)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex2"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex5"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex5"] = { affix = "", "(200-250)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex6"] = { affix = "", "150% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUniqueBodyDex6"] = { affix = "", "+(240-380) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex6"] = { affix = "", "(200-240)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex5"] = { affix = "", "+(20-30) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3"] = { affix = "", "(160-200)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex6"] = { affix = "", "(160-200)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex4"] = { affix = "", "+(40-60) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUniqueBodyDex7"] = { affix = "", "+(120-180) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__1"] = { affix = "", "+(100-150) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__2"] = { affix = "", "+(600-700) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__3"] = { affix = "", "+(400-500) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__4"] = { affix = "", "+(350-500) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__5"] = { affix = "", "+(80-120) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex4"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesDexInt5"] = { affix = "", "(150-180)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex7"] = { affix = "", "180% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyStrDexInt1c"] = { affix = "", "(380-420)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex5"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex5"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvationRatingPercentUniqueBootsDex9"] = { affix = "", "(20-40)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__1"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__2"] = { affix = "", "(120-160)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__3"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__4"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__5"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__6"] = { affix = "", "(320-380)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__7"] = { affix = "", "(100-130)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__8"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__9"] = { affix = "", "(130-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__10"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__11"] = { affix = "", "(450-500)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__12"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__13"] = { affix = "", "(110-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__14"] = { affix = "", "(120-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__15_"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__16"] = { affix = "", "(60-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__17"] = { affix = "", "(120-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__18"] = { affix = "", "(170-250)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt1"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt1"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2"] = { affix = "", "(60-80)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt1"] = { affix = "", "(20-60)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2"] = { affix = "", "(180-220)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt3"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt4"] = { affix = "", "(300-400)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5"] = { affix = "", "(80-100)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt3"] = { affix = "", "(140-160)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt4"] = { affix = "", "(120-140)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt6"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1e"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1h"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt5"] = { affix = "", "(220-240)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt3"] = { affix = "", "(160-180)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergySheildUniqueGlovesStrInt2"] = { affix = "", "(150-180)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt5"] = { affix = "", "(60-100)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt6"] = { affix = "", "(70-80)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__1"] = { affix = "", "(120-180)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt6"] = { affix = "", "(150-170)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__2"] = { affix = "", "(50-75)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__3"] = { affix = "", "(140-190)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__4"] = { affix = "", "200% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__5"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__6"] = { affix = "", "(240-300)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__7"] = { affix = "", "(60-140)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__8"] = { affix = "", "(200-250)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__9_"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__10_"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__11"] = { affix = "", "(150-190)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__12"] = { affix = "", "(140-220)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__13_"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__14"] = { affix = "", "(250-300)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__15"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__16"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__17_"] = { affix = "", "(100-140)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__18_"] = { affix = "", "(200-250)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__19"] = { affix = "", "333% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__20"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__21"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__22"] = { affix = "", "(300-400)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__23_"] = { affix = "", "(70-130)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__24"] = { affix = "", "(120-160)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__25"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueStrDexHelmet1"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex2"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex1"] = { affix = "", "(100-120)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex2"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex4"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBootsStrDex3"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex2"] = { affix = "", "(90-120)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex5"] = { affix = "", "(60-80)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex4"] = { affix = "", "(120-140)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDexInt1b"] = { affix = "", "(200-220)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex4"] = { affix = "", "(160-200)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex5"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex5"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex6"] = { affix = "", "(90-110)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex3"] = { affix = "", "(90-130)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__1"] = { affix = "", "(120-160)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__2"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__3_"] = { affix = "", "(40-70)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__4"] = { affix = "", "(200-250)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__5_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__6"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__7"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__8_"] = { affix = "", "(100-140)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__9"] = { affix = "", "(170-200)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__10_"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__11"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__12"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__13"] = { affix = "", "(150-300)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__14"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__15_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__16__"] = { affix = "", "(300-400)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__17_"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__18"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt1"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt3"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt2"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1d"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1f"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "(245-280)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueGlovesDexInt6"] = { affix = "", "(100-130)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt3"] = { affix = "", "(220-250)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt6"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "(120-140)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__2"] = { affix = "", "(90-110)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__3"] = { affix = "", "(230-260)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__4"] = { affix = "", "(140-170)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__5"] = { affix = "", "(140-180)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__6_"] = { affix = "", "(100-120)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__7"] = { affix = "", "(130-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__8"] = { affix = "", "(80-100)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__9"] = { affix = "", "(500-600)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__10"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__11_"] = { affix = "", "(160-180)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__12"] = { affix = "", "(180-220)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__13"] = { affix = "", "(120-170)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__14"] = { affix = "", "(160-200)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__15"] = { affix = "", "(260-300)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__16"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__17"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__18"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__19___"] = { affix = "", "(250-300)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__20"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__21_"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__22"] = { affix = "", "(140-180)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__23"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__24"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__25"] = { affix = "", "(400-500)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__26"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__27"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__28"] = { affix = "", "(80-120)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__29"] = { affix = "", "(350-400)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__30_"] = { affix = "", "(500-600)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__31"] = { affix = "", "(100-140)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__32_"] = { affix = "", "(160-220)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedArmourEvasionEnergyShieldUnique__1_"] = { affix = "", "(250-350)% increased Armour, Evasion and Energy Shield", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueHelmetInt2"] = { affix = "", "+(30-50) to maximum Energy Shield", "(10-15)% increased Stun and Block Recovery", statOrderKey = "963,1270", statOrder = { 963, 1270 }, level = 1, group = "IncreasedEnergyShieldAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3"] = { affix = "", "(100-140)% increased Energy Shield", "(10-15)% increased Stun and Block Recovery", statOrderKey = "964,1270", statOrder = { 964, 1270 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUnique__1"] = { affix = "", "+(100-120) to maximum Energy Shield", "(30-40)% increased Stun and Block Recovery", statOrderKey = "963,1270", statOrder = { 963, 1270 }, level = 1, group = "IncreasedEnergyShieldAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecoveryUniqueStrHelmet2"] = { affix = "", "(100-120)% increased Armour", "10% increased Stun and Block Recovery", statOrderKey = "946,1270", statOrder = { 946, 1270 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1"] = { affix = "", "(200-250)% increased Armour", "20% increased Stun and Block Recovery", statOrderKey = "946,1270", statOrder = { 946, 1270 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedEvasionPercentAndStunRecoveryUniqueDexHelmet1"] = { affix = "", "70% increased Evasion Rating", "15% increased Stun and Block Recovery", statOrderKey = "955,1270", statOrder = { 955, 1270 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalAddedFireDamageUniqueTwoHandAxe1"] = { affix = "", "Adds (16-21) to (32-38) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 37, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueRapier1"] = { affix = "", "Adds 3 to 7 Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueBow6"] = { affix = "", "Adds 25 to 50 Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueTwoHandSword6"] = { affix = "", "Adds (425-475) to (550-600) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueDescentOneHandMace1"] = { affix = "", "Adds 3 to 6 Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueStaff13"] = { affix = "", "Adds (10-15) to (20-25) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueOneHandAxe7"] = { affix = "", "Adds (5-15) to (20-25) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__2"] = { affix = "", "Adds (10-14) to (18-22) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__3"] = { affix = "", "Adds (315-360) to (450-540) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__4"] = { affix = "", "Adds (223-250) to (264-280) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__5__"] = { affix = "", "Adds (130-160) to (220-240) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__6"] = { affix = "", "Adds (30-45) to (60-80) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageImplicitE1_"] = { affix = "", "Adds (40-48) to (60-72) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 30, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageImplicitE2_"] = { affix = "", "Adds (70-84) to (110-124) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 50, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageImplicitE3_"] = { affix = "", "Adds (105-116) to (160-172) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 70, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedColdDamageUniqueTwoHandMace2"] = { affix = "", "Adds 11 to 23 Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 19, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueTwoHandSword2"] = { affix = "", "Adds 35 to 70 Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 18, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueClaw5"] = { affix = "", "Adds 25 to 50 Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueDescentOneHandAxe1"] = { affix = "", "Adds 2 to 4 Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueOneHandMace4_"] = { affix = "", "Adds (10-20) to (30-50) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueStaff13"] = { affix = "", "Adds (10-15) to (20-25) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueStaff14"] = { affix = "", "Adds (25-35) to (45-60) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__2"] = { affix = "", "Adds (26-32) to (36-42) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__3"] = { affix = "", "Adds (30-38) to (40-50) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__4"] = { affix = "", "Adds (120-140) to (180-210) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__5"] = { affix = "", "Adds (80-100) to (160-200) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__6_"] = { affix = "", "Adds (310-350) to (460-500) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__7"] = { affix = "", "Adds (160-190) to (280-320) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__8"] = { affix = "", "Adds (130-150) to (270-300) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__9_"] = { affix = "", "Adds (385-440) to (490-545) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedLightningDamageUniqueOneHandSword3"] = { affix = "", "Adds 1 to (210-250) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueBow10"] = { affix = "", "Adds 1 to (275-325) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueDescentTwoHandSword1_"] = { affix = "", "Adds 1 to 9 Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueOneHandSword7"] = { affix = "", "Adds 1 to (40-50) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueStaff14"] = { affix = "", "Adds (1-10) to (70-90) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__2"] = { affix = "", "Adds 1 to (35-45) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (45-55) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (50-60) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__5"] = { affix = "", "Adds 1 to (60-70) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["IncreasedPhysicalDamageReductionRatingPercentUniqueJewel50"] = { affix = "", "(15-20)% increased Armour", statOrderKey = "945", statOrder = { 945 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(10-15)% increased Armour", statOrderKey = "945", statOrder = { 945 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedEvasionRatingPercentUnique__1_"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingPercentUnique__2"] = { affix = "", "(15-25)% increased Evasion Rating", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEnergyShieldPercentUniqueJewel51"] = { affix = "", "(3-6)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__1"] = { affix = "", "20% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__2_"] = { affix = "", "(4-6)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__3"] = { affix = "", "(6-10)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__4"] = { affix = "", "5% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(6-10)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldPercentUniqueAmulet13"] = { affix = "", "50% reduced maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 20, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldPercentUniqueRing16"] = { affix = "", "(5-10)% reduced maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEvasionRatingUniqueQuiver1"] = { affix = "", "+(80-100) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueAmulet7"] = { affix = "", "+(100-150) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueRapier1"] = { affix = "", "+(20-40) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueOneHandSword4"] = { affix = "", "+(400-500) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueAmulet17"] = { affix = "", "+(80-100) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueQuiver3_"] = { affix = "", "+350 to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueOneHandSword9"] = { affix = "", "+(180-200) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueRing30"] = { affix = "", "+(200-300) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique___1"] = { affix = "", "+110 to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__2"] = { affix = "", "+300 to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__3"] = { affix = "", "+(1000-1500) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__4"] = { affix = "", "+(300-500) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__5_"] = { affix = "", "+(600-700) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUniqueBodyInt5"] = { affix = "", "+(10-20) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUniqueBootsDex8"] = { affix = "", "+(30-50) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueRing12"] = { affix = "", "+(260-300) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueAmulet16"] = { affix = "", "+(400-500) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueQuiver4"] = { affix = "", "+(400-450) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueBelt9"] = { affix = "", "+(300-350) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueJewel9"] = { affix = "", "+50 to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__1"] = { affix = "", "+(450-500) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__3"] = { affix = "", "+(400-500) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__2"] = { affix = "", "+(260-300) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__4"] = { affix = "", "+(350-400) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__5"] = { affix = "", "+(180-200) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__6_"] = { affix = "", "+(800-1200) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__7"] = { affix = "", "+(600-700) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["MovementVelocityMarakethBowImplicit1"] = { affix = "", "6% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityMarakethBowImplicit2"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitShield1"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitShield2"] = { affix = "", "6% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitShield3"] = { affix = "", "9% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueTwoHandSword1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueAmulet5"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueIntHelmet2"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt2"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDexInt1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStr1"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueGlovesStrDex2"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueShieldStr1"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitArmour1"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueTwoHandSword3"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetStrDex2"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueTwoHandMace3"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex2"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt4"] = { affix = "", "(5-15)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBow7"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyDex4"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetStrDex1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueClaw3"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyDex5"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt5"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetDex6"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetInt6"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueAmulet12"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueBootsDex4"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueBodyDex6"] = { affix = "", "25% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueBootsDemigods1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique___6"] = { affix = "", "50% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDexInt2"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityDescent2Boots1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex4"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyDex7"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex3"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueOneHandAxe3"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrInt2_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex7"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueOneHandSword9"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrInt3"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityVictorAmulet"] = { affix = "", "(3-6)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 16, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyStrDex5_"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyStr5"] = { affix = "", "20% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueAmulet20"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueJewel43"] = { affix = "", "4% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueOneHandAxe7"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDexInt4"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex5"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStr3"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt6"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__2"] = { affix = "", "(5-10)% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__3"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__4"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique___5"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__7"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__8"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__9_"] = { affix = "", "(3-5)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__10"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__11"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__12"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__13"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__14"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__15"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__16"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__17__"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__18"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__19"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__20_"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__21"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__22"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__23_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__24"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__25"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__26"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__27"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__28"] = { affix = "", "(20-30)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__29"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__30"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__31"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__32"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__33_"] = { affix = "", "(5-10)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__34"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__35"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__36_"] = { affix = "", "(5-8)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__37"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__38"] = { affix = "", "(1-20)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__39_"] = { affix = "", "(20-30)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__40"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__42"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__43"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__44"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__45"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__46"] = { affix = "", "(8-12)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUnique__1"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUnique__2"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUnique__3"] = { affix = "", "3% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUniqueOneHandMace7"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUniqueCorruptedJewel2_"] = { affix = "", "15% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["SpellDamageImplicitShield1"] = { affix = "", "(5-10)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitShield2"] = { affix = "", "(10-15)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitShield3"] = { affix = "", "(15-20)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitArmour1"] = { affix = "", "(3-10)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitGloves1"] = { affix = "", "(12-16)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueHelmetDexInt1"] = { affix = "", "(15-30)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueGlovesInt2"] = { affix = "", "(50-60)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueShieldInt1"] = { affix = "", "(40-60)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueShieldStrInt1"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueWand1"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueStaff2"] = { affix = "", "(50-60)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueSceptre2"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueBodyInt7"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueSceptre5"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueDescentWand1"] = { affix = "", "20% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueWand4"] = { affix = "", "(20-28)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueStaff6"] = { affix = "", "(120-160)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueWand7"] = { affix = "", "(20-40)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueHelmetInt8"] = { affix = "", "(80-100)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueDagger10"] = { affix = "", "(40-60)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SpellDamageUniqueStaff12"] = { affix = "", "(50-70)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueStaff11_"] = { affix = "", "(40-60)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueCorruptedJewel3_"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueRing35"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__1"] = { affix = "", "(0-30)% reduced Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__2"] = { affix = "", "(60-80)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__3"] = { affix = "", "40% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__4"] = { affix = "", "(20-45)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__5"] = { affix = "", "(75-90)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__6"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__7"] = { affix = "", "(40-50)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__8_"] = { affix = "", "(100-140)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__9"] = { affix = "", "(70-100)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__10"] = { affix = "", "(30-50)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__11"] = { affix = "", "(20-40)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 85, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__12"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__13"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueDagger1"] = { affix = "", "(50-70)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueDagger4"] = { affix = "", "(60-70)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueWand3"] = { affix = "", "80% reduced Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueTwoHandAxe9"] = { affix = "", "(100-200)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand1"] = { affix = "", "(8-12)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand2"] = { affix = "", "(10-14)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand3"] = { affix = "", "(11-15)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand4"] = { affix = "", "(13-17)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand5"] = { affix = "", "(15-19)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand6"] = { affix = "", "(17-21)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand7"] = { affix = "", "(18-22)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand8"] = { affix = "", "(20-24)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand9"] = { affix = "", "(22-26)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand10"] = { affix = "", "(24-28)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand11"] = { affix = "", "(26-30)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand12"] = { affix = "", "(27-31)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand13"] = { affix = "", "(29-33)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand14"] = { affix = "", "(31-35)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand15"] = { affix = "", "(33-37)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand16"] = { affix = "", "(35-39)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand17"] = { affix = "", "(36-40)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand18"] = { affix = "", "(38-42)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["WeaponElementalDamageUniqueShieldStrInt4"] = { affix = "", "(10-20)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueRing10"] = { affix = "", "(20-30)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueBelt5"] = { affix = "", "(10-20)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueRing21"] = { affix = "", "30% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitBow1"] = { affix = "", "(20-24)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitBow2"] = { affix = "", "(25-28)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitBow3"] = { affix = "", "(29-32)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitSword1"] = { affix = "", "30% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueBelt10"] = { affix = "", "10% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__1"] = { affix = "", "(4-12)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__2"] = { affix = "", "(20-40)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__3"] = { affix = "", "(40-55)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__4"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__5"] = { affix = "", "(25-30)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ThisWeaponsWeaponElementalDamageUniqueWand6"] = { affix = "", "Attacks with this Weapon have (100-115)% increased Elemental Damage", statOrderKey = "2235", statOrder = { 2235 }, level = 1, group = "ThisWeaponWeaponElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ManaLeechUniqueOneHandSword2"] = { affix = "", "(3-5)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1084", statOrder = { 1084 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueOneHandSword2"] = { affix = "", "(0.6-1)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueTwoHandSword2"] = { affix = "", "3% of Physical Attack Damage Leeched as Mana", statOrderKey = "1084", statOrder = { 1084 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueTwoHandSword2"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Mana", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueAmulet3"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueAmulet3"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechStrDexHelmet1"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadStrDexHelmet1"] = { affix = "", "0.4% of Attack Damage Leeched as Mana", statOrderKey = "1089", statOrder = { 1089 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechUniqueGlovesStrDex1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueGlovesStrDex1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueBelt1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueTwoHandMace4"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1084", statOrder = { 1084 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueTwoHandMace4"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueHelmetInt7"] = { affix = "", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueHelmetInt7"] = { affix = "", "(0.2-0.4)% of Attack Damage Leeched as Mana", statOrderKey = "1089", statOrder = { 1089 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechUniqueRing17"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueRing17"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueGlovesDexInt6"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueGlovesDexInt6"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueBodyStr6"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueBodyStr6"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUnique__1"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUnique__2"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ItemFoundQuantityIncreaseUniqueGlovesInt1"] = { affix = "", "(5-10)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 14, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueBelt3"] = { affix = "", "(6-8)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueBootsDex2"] = { affix = "", "(14-20)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueRing7"] = { affix = "", "(10-16)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueShieldInt4"] = { affix = "", "(4-8)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueBodyStr5"] = { affix = "", "(10-15)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueRing32"] = { affix = "", "(-10-10)% reduced Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityReduceUniqueCorruptedJewel1"] = { affix = "", "10% reduced Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreasedUnique__1"] = { affix = "", "5% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseImplicitRing1"] = { affix = "", "(6-15)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseImplicitAmulet1"] = { affix = "", "(12-20)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 10, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRing3"] = { affix = "", "(50-70)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueAmulet6"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueStrDexHelmet1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueBootsDexInt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueGlovesStrDex2"] = { affix = "", "(40-50)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueTwoHandAxe2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityDecreaseUniqueRapier1"] = { affix = "", "20% reduced Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityDecreaseUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityDecreaseUniqueRing10"] = { affix = "", "(10-20)% reduced Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueHelmetDex3"] = { affix = "", "10% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueHelmetWreath1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRing6"] = { affix = "", "(10-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueHelmetDex6"] = { affix = "", "(20-25)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRapier2"] = { affix = "", "20% reduced Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityDecreaseUniqueOneHandSword4"] = { affix = "", "50% reduced Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueBootsDemigods1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueShieldStrDex2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseImplicitDemigodsBelt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRingDemigods1"] = { affix = "", "(16-24)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 16, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueBodyStr5"] = { affix = "", "(30-50)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRing32_"] = { affix = "", "(-40-40)% reduced Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueShieldDemigods"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__1"] = { affix = "", "10% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__2"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__3"] = { affix = "", "(6-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__4_"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__5"] = { affix = "", "(15-25)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedEnergyShieldDelayUniqueBodyInt1"] = { affix = "", "10% faster start of Energy Shield Recharge", statOrderKey = "966", statOrder = { 966 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUniqueDagger4"] = { affix = "", "10% faster start of Energy Shield Recharge", statOrderKey = "966", statOrder = { 966 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUniqueQuiver7"] = { affix = "", "80% faster start of Energy Shield Recharge", statOrderKey = "966", statOrder = { 966 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUniqueBelt11"] = { affix = "", "50% increased Energy Shield Recharge Rate", statOrderKey = "969", statOrder = { 969 }, level = 28, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUniqueCorruptedJewel15"] = { affix = "", "20% faster start of Energy Shield Recharge", statOrderKey = "966", statOrder = { 966 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldDelayUniqueHelmetInt4"] = { affix = "", "50% reduced Energy Shield Recharge Rate", statOrderKey = "969", statOrder = { 969 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUnique__1"] = { affix = "", "(30-50)% faster start of Energy Shield Recharge", statOrderKey = "966", statOrder = { 966 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayImplicit1_"] = { affix = "", "(10-15)% faster start of Energy Shield Recharge", statOrderKey = "966", statOrder = { 966 }, level = 93, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedCastSpeedImplicitMarakethWand1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedImplicitMarakethWand2"] = { affix = "", "14% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueAmulet1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueIntHelmet2"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesInt2"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesStr1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff2"] = { affix = "", "(10-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesInt4"] = { affix = "", "10% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand3"] = { affix = "", "(10-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueAmulet16"] = { affix = "", "10% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueClaw7"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueDescentWand1"] = { affix = "", "12% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueSceptre6"] = { affix = "", "(15-18)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand4"] = { affix = "", "(5-8)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesDemigods1"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff5"] = { affix = "", "18% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueSceptre7"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand7"] = { affix = "", "(25-30)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueRing27"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueBootsDex5"] = { affix = "", "10% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueHelmetInt8"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueHelmetStrInt6"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueGlovesStrInt4_"] = { affix = "", "(20-30)% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueAmulet20"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff12"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand10"] = { affix = "", "10% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueTwoHandMace8"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueRing38"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__1"] = { affix = "", "(4-8)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__2"] = { affix = "", "(14-18)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__3"] = { affix = "", "(30-40)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__4"] = { affix = "", "(4-6)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__5"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__6"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__7"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__8"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__9"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__10"] = { affix = "", "(12-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__11__"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__12"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__13"] = { affix = "", "(25-30)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__14"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__15_"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__16"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__17"] = { affix = "", "(1-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__18_"] = { affix = "", "(5-7)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__19__"] = { affix = "", "(8-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__20"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__21"] = { affix = "", "(7-12)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__22"] = { affix = "", "(15-25)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedFishing__Unique1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring", "caster", "speed" }, }, + ["LocalIncreasedAttackSpeedImplicitMarakethOneHandMace1"] = { affix = "", "4% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedImplicitMarakethOneHandMace2"] = { affix = "", "6% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow1"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow2"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword3"] = { affix = "", "20% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueRapier1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandMace3"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDagger3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandMace1"] = { affix = "", "45% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow4"] = { affix = "", "100% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow5"] = { affix = "", "20% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandMace4"] = { affix = "", "50% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow6"] = { affix = "", "(10-14)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw1"] = { affix = "", "(20-30)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueSceptre1"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw2"] = { affix = "", "20% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow8"] = { affix = "", "(36-50)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw3"] = { affix = "", "5% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandAxe1"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow9"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedOneHandSword3"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow10"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword6"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandAxe2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDescentDagger1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDescentBow1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDescentOneHandMace1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandAxe7"] = { affix = "", "(12-16)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueSceptre7"] = { affix = "", "(11-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueWand6"] = { affix = "", "(10-18)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow11"] = { affix = "", "(10-14)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword6"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword7"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueStaff7"] = { affix = "", "(12-16)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword8"] = { affix = "", "(22-27)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword9"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword8"] = { affix = "", "(6-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueStaff9"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueSceptre9"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow12"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword11"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw8"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueWand9"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandAxe9"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUniqueDagger9"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDagger12"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw9"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandAxe7"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword12"] = { affix = "", "15% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword13_"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUniqueOneHandMace6"] = { affix = "", "20% reduced Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUnique__1"] = { affix = "", "50% reduced Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUnique__2"] = { affix = "", "15% reduced Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUnique__3"] = { affix = "", "(25-30)% reduced Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandMace8"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandMace8_"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__2"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__1"] = { affix = "", "(4-8)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__3"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__4"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__5"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__6"] = { affix = "", "(14-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__7"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__8"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__9"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__10"] = { affix = "", "(8-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__11"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__12"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__13"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__14"] = { affix = "", "(17-25)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__15"] = { affix = "", "(16-22)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__16"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__17"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__18"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__19"] = { affix = "", "(5-8)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__20"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__21"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__22"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__23"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__24"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__25"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__26_"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__27"] = { affix = "", "(5-8)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__28"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__29"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__30"] = { affix = "", "(20-30)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__31"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__32"] = { affix = "", "(6-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__33"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__34"] = { affix = "", "(14-18)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__35"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__36"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitShield1"] = { affix = "", "6% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitShield2"] = { affix = "", "12% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitShield3"] = { affix = "", "18% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueIntHelmet2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBootsDexInt1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesDex2"] = { affix = "", "5% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStrDex1"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStr1"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueHelmetStrDex2"] = { affix = "", "16% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStr2"] = { affix = "", "(5-15)% reduced Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueHelmetDex4"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBodyDex5"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesDexInt3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueHelmetDex6"] = { affix = "", "15% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBodyStr3"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesDemigods1"] = { affix = "", "(10-16)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBodyDex7"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver3"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver5"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 4, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver6"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 10, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver7"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStrDex5"] = { affix = "", "(6-9)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueShieldDex6"] = { affix = "", "(6-10)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueShieldDexInt2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver9"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueRing27"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueShieldInt5"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUniqueAmulet16"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUnique__1"] = { affix = "", "30% reduced Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueAmulet20"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueRing37"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique_1"] = { affix = "", "(8-13)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__3_"] = { affix = "", "(1-20)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__4_"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedTransformedUnique__1"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 30, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAccuracyUniqueBow2"] = { affix = "", "+30 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandAxe1"] = { affix = "", "+(150-250) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandSword1"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueAmulet5"] = { affix = "", "+100 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 7, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueStrDexHelmet1"] = { affix = "", "+500 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueGlovesDexInt1"] = { affix = "", "+(50-80) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueAmulet7"] = { affix = "", "+(100-150) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandMace3"] = { affix = "", "-100 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueBow4"] = { affix = "", "+(25-50) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueBow7"] = { affix = "", "+(350-400) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueRing12"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueHelmetInt7"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandAxe5"] = { affix = "", "+(120-150) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["ReducedAccuracyUniqueTwoHandSword5"] = { affix = "", "-150 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueAmulet17_"] = { affix = "", "+(80-120) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueDescentBow1"] = { affix = "", "+30 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueRing17"] = { affix = "", "+333 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueWand6"] = { affix = "", "+(340-400) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueOneHandSword9"] = { affix = "", "+(280-300) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandSword7"] = { affix = "", "+(90-120) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueSceptre8"] = { affix = "", "+(160-220) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__1"] = { affix = "", "+(300-400) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__2"] = { affix = "", "+(350-400) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__3"] = { affix = "", "+1000 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__4"] = { affix = "", "+(800-1000) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__5"] = { affix = "", "+(300-400) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__6"] = { affix = "", "+(150-250) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__7_"] = { affix = "", "+(200-300) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__8"] = { affix = "", "+(350-500) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__9____"] = { affix = "", "-5000 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LifeRegenerationUniqueRing1"] = { affix = "", "Regenerate (2-4) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationImplicitAmulet1"] = { affix = "", "Regenerate (2-4) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 2, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationImplicitAmulet2"] = { affix = "", "Regenerate (1.2-1.6)% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 93, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationUniqueShieldDex2"] = { affix = "", "Regenerate (5-7.5) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueTwoHandAxe4"] = { affix = "", "Regenerate 20 Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueWreath1"] = { affix = "", "Regenerate 2 Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueShieldStrInt5"] = { affix = "", "Regenerate (15-20) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueBootsDex5"] = { affix = "", "Regenerate (1.7-2.7) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueBelt8"] = { affix = "", "Regenerate (66.7-75) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueGlovesStrDex5"] = { affix = "", "Regenerate (3-4) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueRing26"] = { affix = "", "Regenerate (13-17) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueRing33"] = { affix = "", "Regenerate (10-15) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueAmulet25"] = { affix = "", "Regenerate (16-24) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUnique__1"] = { affix = "", "Regenerate (50-70) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUnique__2__"] = { affix = "", "Regenerate (50-70) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["ManaRegenerationImplicitAmulet1"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 2, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationImplicitAmulet2"] = { affix = "", "(48-56)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 97, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationImplicitDemigodsBelt1"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing5"] = { affix = "", "50% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueDexHelmet2"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueIntHelmet2"] = { affix = "", "30% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsInt2"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsDex2"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueAmulet10"] = { affix = "", "(80-100)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 20, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing14"] = { affix = "", "(45-65)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsDex5"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBelt6"] = { affix = "", "20% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBodyDexInt2"] = { affix = "", "(40-50)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsStrDex4"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueOneHandMace3"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBow11"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueGlovesStrInt2"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRingDemigod1"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 16, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing26"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueHelmetStrInt5"] = { affix = "", "20% reduced Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing33"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueAmulet21"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueJewel30"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueJewel43"] = { affix = "", "10% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing34"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueShieldInt5"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__1"] = { affix = "", "(15-25)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__2"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__3"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__4"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__5"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__6"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__7"] = { affix = "", "(45-50)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__8"] = { affix = "", "(40-45)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__9___"] = { affix = "", "(80-100)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__10"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__11___"] = { affix = "", "(40-60)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__12"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__13"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__14___"] = { affix = "", "60% reduced Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedManaRegenerationUniqueRing27"] = { affix = "", "15% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["BaseManaRegenerationUniqueBodyDexInt2"] = { affix = "", "Regenerate 1% of Mana per second", statOrderKey = "984", statOrder = { 984 }, level = 1, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["StunThresholdReductionImlicitMarakethOneHandSword1"] = { affix = "", "8% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionImlicitMarakethOneHandSword2"] = { affix = "", "12% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionImplicitMace1"] = { affix = "", "10% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionImplicitMace2"] = { affix = "", "15% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionImplicitMace3_"] = { affix = "", "20% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueTwoHandMace1"] = { affix = "", "15% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueQuiver2"] = { affix = "", "(10-15)% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueGlovesDexInt2"] = { affix = "", "10% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueClaw2_"] = { affix = "", "25% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1813", statOrder = { 1813 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueClaw6"] = { affix = "", "10% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1813", statOrder = { 1813 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueTwoHandSword5"] = { affix = "", "25% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1813", statOrder = { 1813 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueQuiver8"] = { affix = "", "(20-25)% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueOneHandMace5"] = { affix = "", "(15-25)% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1813", statOrder = { 1813 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueStaff11"] = { affix = "", "(15-20)% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueOneHandMace6"] = { affix = "", "(10-20)% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueBootsStr3"] = { affix = "", "(5-10)% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUnique__1___"] = { affix = "", "(20-30)% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1813", statOrder = { 1813 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["CriticalStrikeChanceImplicitDagger1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "878", statOrder = { 878 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDagger2"] = { affix = "", "40% increased Global Critical Strike Chance", statOrderKey = "879", statOrder = { 879 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDagger3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "880", statOrder = { 880 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDaggerNew1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDaggerNew2"] = { affix = "", "40% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDaggerNew3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitQuiver13"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 57, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitMarakethStaff1"] = { affix = "", "80% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitMarakethStaff2"] = { affix = "", "100% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueOneHandSword2"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueGlovesDex2"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueRapier1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueDagger3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueBodyInt4"] = { affix = "", "100% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueHelmetDex4"] = { affix = "", "25% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueHelmetDex6"] = { affix = "", "(60-75)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueWand3"] = { affix = "", "(50-65)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitRing1"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 25, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueRing11_"] = { affix = "", "(30-35)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 35, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueAmulet17"] = { affix = "", "(200-250)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueGlovesStr3"] = { affix = "", "(25-35)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueGlovesDexInt6"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueBow9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["CriticalSrikeChanceUniqueSceptre7"] = { affix = "", "(30-40)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueAmulet18"] = { affix = "", "(250-350)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueWand10"] = { affix = "", "(40-60)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__2"] = { affix = "", "(20-60)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__3"] = { affix = "", "(50-70)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__4_"] = { affix = "", "(120-160)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe1"] = { affix = "", "50% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe2"] = { affix = "", "50% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueBow11"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueClaw2"] = { affix = "", "25% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceImplicitBow1"] = { affix = "", "(30-50)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueStaff7"] = { affix = "", "(10-20)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandSword8"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandMace4"] = { affix = "", "(15-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniquSceptre10"] = { affix = "", "(25-50)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandSword10"] = { affix = "", "(44-66)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueWand9"] = { affix = "", "(10-20)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueDagger11"] = { affix = "", "30% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__1"] = { affix = "", "(26-32)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__2"] = { affix = "", "(22-30)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique14"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__3"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__4"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__5"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__6"] = { affix = "", "(40-60)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__7"] = { affix = "", "(20-35)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__8"] = { affix = "", "(50-75)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__10"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__11"] = { affix = "", "(20-25)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__12"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__13"] = { affix = "", "(70-90)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__14"] = { affix = "", "(80-100)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__15"] = { affix = "", "(25-35)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__16"] = { affix = "", "(8-12)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__17_"] = { affix = "", "(22-28)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__18"] = { affix = "", "(60-80)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__19"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__20"] = { affix = "", "(20-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["FireResistImplicitRing1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 20, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistImplicitAmulet1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueDexHelmet2"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet4"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsDexInt1"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet7"] = { affix = "", "+20% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt3"] = { affix = "", "+20% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsDex2"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueOneHandMace1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyDex3"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyInt2"] = { affix = "", "+(30-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStr3"] = { affix = "", "+(35-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStrInt5"] = { affix = "", "+(20-25)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet13"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet16"] = { affix = "", "+(30-45)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueHelmetInt7"] = { affix = "", "-30% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceBodyDex6"] = { affix = "", "+(6-10)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueOneHandSword4"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt6"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt9"] = { affix = "", "+(30-35)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueRing15"] = { affix = "", "+(25-35)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsStrInt3"] = { affix = "", "+(50-60)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt13"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyStr5"] = { affix = "", "-10% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueRing32"] = { affix = "", "+(-25-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt14"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 65, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStrDex3"] = { affix = "", "+(30-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueOneHandAxe7_"] = { affix = "", "+(15-25)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsStr3_"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__2"] = { affix = "", "+(15-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__3"] = { affix = "", "-10% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__4"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__5"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__6"] = { affix = "", "+30% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__7_"] = { affix = "", "+(26-32)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__8"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__9"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__10"] = { affix = "", "-30% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__11"] = { affix = "", "-50% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__12"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__13"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__14"] = { affix = "", "+(20-25)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__15"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__16"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__18"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__19"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__20_"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__21"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__22_"] = { affix = "", "-(30-20)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__23_"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__24"] = { affix = "", "+(15-25)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__25"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__26"] = { affix = "", "+(40-60)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["ColdResistImplicitRing1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueAmulet3"] = { affix = "", "+25% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistDexHelmet2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueStrHelmet2"] = { affix = "", "+30% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesDex1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt4"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldDex1"] = { affix = "", "+50% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueHelmetDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyStrInt3"] = { affix = "", "+(50-75)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesStrDex3"] = { affix = "", "+(40-50)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueAmulet13"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueOneHandAxe1_"] = { affix = "", "+(20-25)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceBodyDex6"] = { affix = "", "+(26-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBootsDexInt2"] = { affix = "", "+20% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyDex7"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldInt3"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesStrDex4"] = { affix = "", "+40% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt9"] = { affix = "", "+(30-35)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueQuiver5"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueRing24"] = { affix = "", "+(25-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBootsDex8"] = { affix = "", "+20% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt13"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueRing28"] = { affix = "", "+(10-15)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyStr5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesStrInt3"] = { affix = "", "+(40-50)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueRing32"] = { affix = "", "+(-25-50)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt14"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldDex7"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBootsStrDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__3"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 23, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__4"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__5"] = { affix = "", "+75% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__6"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__7"] = { affix = "", "+(32-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__8"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__9"] = { affix = "", "-40% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__10"] = { affix = "", "+(30-50)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__11"] = { affix = "", "+(35-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__12"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__13"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__14"] = { affix = "", "-30% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__15"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__16"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__17"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__18"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__19"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__20"] = { affix = "", "+(20-25)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__21"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__22_"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 80, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__23"] = { affix = "", "+(25-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__24"] = { affix = "", "+(25-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__25"] = { affix = "", "+(25-35)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__26"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__27"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__28"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__29"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__30"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__31_"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__32"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__33"] = { affix = "", "+(40-60)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["LightningResistImplicitRing1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 15, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueHelmetDexInt1"] = { affix = "", "+10% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueDexHelmet1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueStrDexHelmet1"] = { affix = "", "+30% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldInt1"] = { affix = "", "+25% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldDex2"] = { affix = "", "+30% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueOneHandMace1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyInt1"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBootsStrDex2"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueAmulet15"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceBodyDex6"] = { affix = "", "+(11-25)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyStrDex2"] = { affix = "", "-60% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueDescentTwoHandSword1"] = { affix = "", "+40% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldInt3"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBelt9"] = { affix = "", "+(30-35)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBelt11"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyStr5"] = { affix = "", "-20% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueRing32"] = { affix = "", "+(-25-50)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueRing35"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBootsDexInt4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueHelmetInt10"] = { affix = "", "+(25-35)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__1"] = { affix = "", "+(15-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__2"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__3"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__5"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__6"] = { affix = "", "+(15-20)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__7"] = { affix = "", "+(35-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__8"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__10"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__11"] = { affix = "", "+(20-25)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__12"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__13"] = { affix = "", "+(1-50)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__14"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__15"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__16"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__17_"] = { affix = "", "+(25-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__18"] = { affix = "", "+(25-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__19_"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__20"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__21"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__22"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__23_"] = { affix = "", "+75% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__24"] = { affix = "", "+(40-60)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ChaosResistUniqueHelmetStrInt2"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueBodyInt8"] = { affix = "", "+(40-50)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistImplicitRing1"] = { affix = "", "+(9-13)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 38, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistImplicitBoots1"] = { affix = "", "+(7-13)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 85, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueAmulet15_"] = { affix = "", "+(8-10)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueRing12"] = { affix = "", "+(15-20)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistHelmetStrDex2"] = { affix = "", "+(15-25)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueRing16"] = { affix = "", "+(40-50)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueDagger8"] = { affix = "", "+(8-12)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueBootsStrInt2"] = { affix = "", "+(9-12)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueHelmetDexInt5"] = { affix = "", "+(24-30)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueWand7"] = { affix = "", "+(5-10)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueHelmetStrInt5"] = { affix = "", "+(43-61)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueQuiver9"] = { affix = "", "+(12-16)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueBow12"] = { affix = "", "+(7-11)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueAmulet23"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistDemigodsTorchImplicit"] = { affix = "", "+(11-19)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__1"] = { affix = "", "+11% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__2"] = { affix = "", "+(8-16)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__3"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__4"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__5"] = { affix = "", "+60% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__6"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__7"] = { affix = "", "+(15-25)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__8"] = { affix = "", "-(20-10)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__9"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__10"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__11"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__12"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__13"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__14"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__15"] = { affix = "", "+(23-31)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__16"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__17"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__18_"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__19"] = { affix = "", "+(29-41)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__20_"] = { affix = "", "+(23-31)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__21"] = { affix = "", "+(19-29)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["FireAndLightningResistImplicitRing1"] = { affix = "", "+(12-16)% to Fire and Lightning Resistances", statOrderKey = "2099", statOrder = { 2099 }, level = 25, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["ColdAndLightningResistImplicitRing1"] = { affix = "", "+(12-16)% to Cold and Lightning Resistances", statOrderKey = "2100", statOrder = { 2100 }, level = 25, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["FireAndColdResistImplicitRing1"] = { affix = "", "+(12-16)% to Fire and Cold Resistances", statOrderKey = "2098", statOrder = { 2098 }, level = 25, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndLightningResistImplicitBoots1"] = { affix = "", "+(8-12)% to Fire and Lightning Resistances", statOrderKey = "2099", statOrder = { 2099 }, level = 78, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["ColdAndLightningResistImplicitBoots1"] = { affix = "", "+(8-12)% to Cold and Lightning Resistances", statOrderKey = "2100", statOrder = { 2100 }, level = 78, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["FireAndColdResistImplicitBoots1_"] = { affix = "", "+(8-12)% to Fire and Cold Resistances", statOrderKey = "2098", statOrder = { 2098 }, level = 78, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__1"] = { affix = "", "+(15-25)% to Fire and Cold Resistances", statOrderKey = "2098", statOrder = { 2098 }, level = 75, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__2"] = { affix = "", "+(20-30)% to Fire and Cold Resistances", statOrderKey = "2098", statOrder = { 2098 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__3"] = { affix = "", "+(25-30)% to Fire and Cold Resistances", statOrderKey = "2098", statOrder = { 2098 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__4_"] = { affix = "", "+(10-20)% to Fire and Cold Resistances", statOrderKey = "2098", statOrder = { 2098 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["ColdAndLightningResistUnique__1"] = { affix = "", "+(20-25)% to Cold and Lightning Resistances", statOrderKey = "2100", statOrder = { 2100 }, level = 81, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["ColdAndLightningResistUnique__2"] = { affix = "", "+(15-20)% to Cold and Lightning Resistances", statOrderKey = "2100", statOrder = { 2100 }, level = 1, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["FireAndLightningResistUnique__1"] = { affix = "", "+(20-30)% to Fire and Lightning Resistances", statOrderKey = "2099", statOrder = { 2099 }, level = 1, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["FireAndLightningResistUnique__2"] = { affix = "", "+(20-30)% to Fire and Lightning Resistances", statOrderKey = "2099", statOrder = { 2099 }, level = 1, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["AllResistancesImplicitShield1"] = { affix = "", "+4% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitShield2"] = { affix = "", "+8% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitShield3"] = { affix = "", "+12% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitArmour1"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitRing1"] = { affix = "", "+(8-10)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitVictorAmulet"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 16, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing3"] = { affix = "", "-20% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet2"] = { affix = "", "+20% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 10, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing4"] = { affix = "", "+5% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueIntHelmet3"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueHelmetStrInt1"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBootsStr1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueGlovesStrDex2"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldStrInt1"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyStrInt2"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet9"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldStrInt2"] = { affix = "", "+25% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueHelmetDex3"] = { affix = "", "+(30-40)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldStrInt4"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldDex3"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyDexInt1"] = { affix = "", "+(9-12)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing6"] = { affix = "", "+(10-30)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 30, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBootsInt5"] = { affix = "", "+20% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRapier2"] = { affix = "", "+(40-60)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing7"] = { affix = "", "+(16-24)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing9"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet14"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueTwoHandMace6_"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplictBootsDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplictHelmetDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyStrDex1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing21"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBelt8"] = { affix = "", "-(25-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyStrDexInt1"] = { affix = "", "+(20-24)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueHelmetDexInt4"] = { affix = "", "+(26-30)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBeltDemigods1"] = { affix = "", "+(16-24)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueDagger9"] = { affix = "", "+(6-10)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing25"] = { affix = "", "-20% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 7, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBelt10"] = { affix = "", "+(6-8)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 32, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldDexInt2"] = { affix = "", "-50% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBelt13"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistajcesUniqueStaff10"] = { affix = "", "+(5-7)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet23"] = { affix = "", "-(10-5)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueJewel8"] = { affix = "", "+6% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesDescentUniqueQuiver1"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__1"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__2"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__3"] = { affix = "", "+(14-18)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__4"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__5"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__6"] = { affix = "", "-(20-10)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__7"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__8"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__9"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__10"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__11__"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__12"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__13"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 75, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__14"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__15"] = { affix = "", "+(12-18)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__16"] = { affix = "", "+(10-16)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__17"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__18"] = { affix = "", "-(20-10)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__19"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__20"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__21"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__22_"] = { affix = "", "-(15-10)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesDemigodsImplicit"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["CriticalMultiplierImplicitSword1"] = { affix = "", "+25% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSword2"] = { affix = "", "+35% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSword3"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSword2H1"] = { affix = "", "+25% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSwordM2"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitBow1"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDex2"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDexInt2"] = { affix = "", "+30% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDexInt4"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueHelmetStr3"] = { affix = "", "+60% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueRing8"] = { affix = "", "-50% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueAmulet17"] = { affix = "", "+(210-240)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 50, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueDescentDagger1"] = { affix = "", "+45% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueDagger8"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueRing17"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDexInt6_"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueAmulet18"] = { affix = "", "Your Critical Strikes do not deal extra Damage", statOrderKey = "1959", statOrder = { 1959 }, level = 29, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__1"] = { affix = "", "+(27-33)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__2"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__3__"] = { affix = "", "+(23-28)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__4____"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["StunRecoveryImplicitBelt1"] = { affix = "", "(15-25)% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 20, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueBootsStrDex1"] = { affix = "", "20% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueHelmetInt6"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueBootsStrDex3"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueHelmetStrInt4"] = { affix = "", "(20-22)% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueGlovesStrInt1"] = { affix = "", "(40-60)% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueQuiver4"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueAmulet18"] = { affix = "", "40% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueClaw8"] = { affix = "", "25% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueOneHandSword13"] = { affix = "", "(30-40)% reduced Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUnique__1_"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUnique__2"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUnique__3"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationImplicitBelt1"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 20, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationImplicitMace1"] = { affix = "", "30% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationImplicitMace2"] = { affix = "", "45% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationImplicitQuiver9"] = { affix = "", "(25-35)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 20, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandMace1"] = { affix = "", "(40-50)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandMace2"] = { affix = "", "(10-20)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueQuiver2"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandMace3"] = { affix = "", "(40-50)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueGlovesInt4_"] = { affix = "", "50% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueGlovesDexInt3"] = { affix = "", "10% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandSword5"] = { affix = "", "400% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueQuiver8"] = { affix = "", "(60-80)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueOneHandMace6"] = { affix = "", "(30-50)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUnique__1"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellCriticalStrikeChanceUniqueDagger1"] = { affix = "", "(80-100)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueGlovesInt5"] = { affix = "", "(75-100)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueGlovesInt6"] = { affix = "", "(125-150)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueHelmetInt6"] = { affix = "", "(20-25)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueShieldInt3"] = { affix = "", "(25-35)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueBootsStrDex5"] = { affix = "", "(50-70)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__1"] = { affix = "", "(100-140)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__2"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__3"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__4"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["ProjectileSpeedUniqueAmulet5"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueBow4_"] = { affix = "", "(50-100)% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueQuiver2"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueQuiver4"] = { affix = "", "(20-30)% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueQuiver8"] = { affix = "", "25% reduced Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique___1"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__2"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__3"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__4"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__5__"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__6"] = { affix = "", "(20-30)% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__7"] = { affix = "", "(30-40)% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__8"] = { affix = "", "(30-50)% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["LifeGainPerTargetUniqueRing2"] = { affix = "", "+(2-4) Life gained for each Enemy hit by your Attacks", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueOneHandSword1"] = { affix = "", "+2 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueDagger2"] = { affix = "", "+10 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw2"] = { affix = "", "+8 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw3"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw4"] = { affix = "", "+22 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw2"] = { affix = "", "+6 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw3"] = { affix = "", "+7 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw3_1"] = { affix = "", "+8 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw4"] = { affix = "", "+12 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw4_1"] = { affix = "", "+19 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw5"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw5_1"] = { affix = "", "+20 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw6"] = { affix = "", "+25 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw7"] = { affix = "", "+24 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw8"] = { affix = "", "+44 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw9_"] = { affix = "", "+40 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw10"] = { affix = "", "+46 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw11_"] = { affix = "", "+40 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw12"] = { affix = "", "+50 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw13"] = { affix = "", "+46 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitQuiver8"] = { affix = "", "+(3-4) Life gained for each Enemy hit by your Attacks", statOrderKey = "1120", statOrder = { 1120 }, level = 13, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueSceptre2"] = { affix = "", "+(6-10) Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueRapier2"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueRing7"] = { affix = "", "+(40-60) Life gained for each Enemy hit by your Attacks", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueQuiver6_"] = { affix = "", "+(2-3) Life gained for each Enemy hit by your Attacks", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueOneHandSword7"] = { affix = "", "+2 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueDescentClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUnique__1"] = { affix = "", "+7 Life gained for each Enemy hit by your Attacks", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LoseLifePerTargetUnique__1"] = { affix = "", "Lose (20-25) Life for each Enemy hit by your Attacks", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["FireDamagePercentUniqueStaff1_"] = { affix = "", "(70-90)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueStrHelmet2"] = { affix = "", "(30-40)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueBodyInt4"] = { affix = "", "(25-35)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueHelmetInt5"] = { affix = "", "50% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing18"] = { affix = "", "(25-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentBodyStr1"] = { affix = "", "(20-40)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueBelt9a"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing24"] = { affix = "", "(15-25)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 14, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueSceptre9"] = { affix = "", "30% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueWand10"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing36"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing38"] = { affix = "", "(30-40)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique___2"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__3"] = { affix = "", "(18-25)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__4"] = { affix = "", "(25-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique___5"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__6"] = { affix = "", "(50-70)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 45, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique___7"] = { affix = "", "25% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique____8"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__9"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__10"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__11"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__12___"] = { affix = "", "100% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdDamagePercentUniqueHelmetInt4"] = { affix = "", "30% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueStaff2"] = { affix = "", "(40-50)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueHelmetStrInt3"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueRing19"] = { affix = "", "(25-30)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueBelt9b"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__2"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__3"] = { affix = "", "(30-50)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__4"] = { affix = "", "(18-25)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__5"] = { affix = "", "(30-50)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__6"] = { affix = "", "(20-25)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__7"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__8"] = { affix = "", "30% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__9"] = { affix = "", "(20-40)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique___10"] = { affix = "", "(10-20)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique___11"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__12"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__13"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__14"] = { affix = "", "(5-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__15"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamageUniqueWand1"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamageUniqueHelmetDexInt1"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueHelmetStrInt3"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueRing20"] = { affix = "", "(25-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueBelt9c"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueStaff8"] = { affix = "", "(30-50)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueRing29"] = { affix = "", "20% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueRing34"] = { affix = "", "(15-25)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__2"] = { affix = "", "(15-20)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__3"] = { affix = "", "35% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__4"] = { affix = "", "100% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 40, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__5"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__6"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__7"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__8"] = { affix = "", "(30-40)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LifeGainedFromEnemyDeathUniqueTwoHandAxe1"] = { affix = "", "+20 Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "+30 Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueBootsStrInt1"] = { affix = "", "+(10-20) Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueTwoHandAxe2"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueTwoHandMace7"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "+(15-20) Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueOneHandAxe3"] = { affix = "", "+(5-7) Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueBodyStrDexInt1"] = { affix = "", "+100 Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 94, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueDagger11"] = { affix = "", "+5 Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUnique__1"] = { affix = "", "+(15-25) Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUnique__2"] = { affix = "", "+(20-30) Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaGainedFromEnemyDeathUniqueBow2"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueRing4"] = { affix = "", "+5 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueTwoHandSword3"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueTwoHandAxe5"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueShieldInt3"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueBodyStrDexInt1"] = { affix = "", "+100 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUnique__1"] = { affix = "", "+30 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUnique__2"] = { affix = "", "+(20-40) Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandMace1"] = { affix = "", "25% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandSword4"] = { affix = "", "(90-110)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueDescentDagger1"] = { affix = "", "100% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueDagger8"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueWand6_"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueSceptre9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandAxe8_"] = { affix = "", "(30-50)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueStaff14"] = { affix = "", "(20-35)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueTwoHandMace6"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalMultiplierUniqueBow3"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplierUniqueClaw2"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplierUniqueDagger4"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplierUniqueOneHandSword4"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["FlaskIncreasedRecoverySpeedUniqueFlask3"] = { affix = "", "(5-20)% increased Recovery rate", statOrderKey = "509", statOrder = { 509 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoverySpeedUnique___1"] = { affix = "", "(80-120)% increased Recovery rate", statOrderKey = "509", statOrder = { 509 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmountUniqueFlask4"] = { affix = "", "(30-50)% increased Amount Recovered", "100% increased Recovery rate", statOrderKey = "508,509", statOrder = { 508, 509 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmountUnique__1"] = { affix = "", "(30-50)% increased Amount Recovered", "50% reduced Recovery rate", statOrderKey = "508,509", statOrder = { 508, 509 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedDuration1"] = { affix = "Saturated", "33% reduced Recovery rate", statOrderKey = "509", statOrder = { 509 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskFullInstantRecoveryUnique__1"] = { affix = "", "(65-75)% reduced Amount Recovered", "Instant Recovery", statOrderKey = "508,515", statOrder = { 508, 515 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskExtraLifeUnique__1"] = { affix = "", "100% increased Life Recovered", statOrderKey = "505", statOrder = { 505 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskFreezeImmunityUnique__1"] = { affix = "", "Immunity to Freeze and Chill during Flask effect", "Removes Freeze and Chill on use", statOrderKey = "565,565.1", statOrder = { 565, 565.1 }, level = 1, group = "FlaskDispellChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["FlaskDispellsBurningUnique__1"] = { affix = "", "Immunity to Ignite during Flask effect", "Removes Burning on use", statOrderKey = "563,563.1", statOrder = { 563, 563.1 }, level = 1, group = "FlaskDispellBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["FlaskExtraChargesUnique__1"] = { affix = "", "+45 to Maximum Charges", statOrderKey = "523", statOrder = { 523 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercentUnique_1"] = { affix = "", "100% increased Charge Recovery", statOrderKey = "524", statOrder = { 524 }, level = 1, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskBuffMovementSpeedWhileHealingUnique__1"] = { affix = "", "(10-30)% increased Movement Speed during Flask effect", statOrderKey = "536", statOrder = { 536 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "speed" }, }, + ["FlaskBuffManaLeechWhileHealing"] = { affix = "of Craving", "2% of Physical Attack Damage Leeched as Mana during Flask effect", statOrderKey = "543", statOrder = { 543 }, level = 12, group = "FlaskBuffWhileHealing", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana", "physical", "attack" }, }, + ["FlaskChanceRechargeOnCritUnique__1"] = { affix = "", "50% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "528", statOrder = { 528 }, level = 50, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, + ["FlaskEffectDurationUnique__1"] = { affix = "", "(25-50)% increased Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__2"] = { affix = "", "60% reduced Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__3"] = { affix = "", "50% increased Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__4"] = { affix = "", "100% increased Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique___1"] = { affix = "", "500% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique___2"] = { affix = "", "(80-100)% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__3"] = { affix = "", "50% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__4"] = { affix = "", "50% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__5"] = { affix = "", "(-10-10)% reduced Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__6_"] = { affix = "", "(80-100)% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__7"] = { affix = "", "100% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskExtraChargesUnique__2_"] = { affix = "", "+(-40-90) to Maximum Charges", statOrderKey = "523", statOrder = { 523 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedDurationUnique1"] = { affix = "", "(10-20)% increased Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskIncreasedDurationUnique1", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedDurationUnique__2"] = { affix = "", "90% reduced Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskIncreasedDurationUnique1", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskBuffReducedManaCostWhileHealingUnique__1"] = { affix = "", "10% increased Mana Cost of Skills during Flask Effect", statOrderKey = "554", statOrder = { 554 }, level = 1, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["GlobalColdSpellGemsLevelUnique__1"] = { affix = "", "+3 to Level of all Cold Spell Skill Gems", statOrderKey = "1013", statOrder = { 1013 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["LocalIncreaseSocketedLightningGemLevelUniqueStaff8"] = { affix = "", "+2 to Level of all Lightning Spell Skill Gems", statOrderKey = "1014", statOrder = { 1014 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["LocalIncreaseSocketedLightningGemLevelUnique__1"] = { affix = "", "+(1-3) to Level of Socketed Lightning Gems", statOrderKey = "52", statOrder = { 52 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "gem" }, }, + ["LocalIncreaseSocketedChaosGemLevelUnique__1"] = { affix = "", "+2 to Level of all Chaos Spell Skill Gems", statOrderKey = "1015", statOrder = { 1015 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelUnique__1"] = { affix = "", "+3 to Level of all Physical Spell Skill Gems", statOrderKey = "1011", statOrder = { 1011 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalVaalGemsLevelImplicit1_"] = { affix = "", "+1 to Level of all Vaal Skill Gems", statOrderKey = "7366", statOrder = { 7366 }, level = 1, group = "GlobalAttributeTypeGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedProjectileGemLevel1"] = { affix = "", "+1 to Level of Socketed Projectile Gems", statOrderKey = "57", statOrder = { 57 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedSpellGemLevel1"] = { affix = "", "+1 to Level of Socketed Spell Gems", statOrderKey = "54", statOrder = { 54 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedSpellGemLevelUniqueWand4"] = { affix = "", "+1 to Level of Socketed Spell Gems", statOrderKey = "54", statOrder = { 54 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__2_"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__3"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__4"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__5____"] = { affix = "", "+3 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedSpellGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Spell Gems", statOrderKey = "54", statOrder = { 54 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueStaff1"] = { affix = "", "+2 to Level of all Fire Spell Skill Gems", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueDagger10"] = { affix = "", "+1 to Level of all Fire Spell Skill Gems", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueStaff13"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUnique__1_"] = { affix = "", "+2 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUnique__2"] = { affix = "", "+2 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedBowGemLevelUniqueBow2"] = { affix = "", "+1 to Level of Socketed Bow Gems", statOrderKey = "58", statOrder = { 58 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueDexHelmet2"] = { affix = "", "+1 to Level of Socketed Cold Gems", statOrderKey = "51", statOrder = { 51 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueStaff13"] = { affix = "", "+1 to Level of Socketed Cold Gems", statOrderKey = "51", statOrder = { 51 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Cold Gems", statOrderKey = "51", statOrder = { 51 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueDexHelmet2"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__4"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__5"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedMeleeGemLevelUniqueRapier1"] = { affix = "", "+1 to Level of Socketed Melee Gems", statOrderKey = "59", statOrder = { 59 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueStaff2"] = { affix = "", "+2 to Level of all Cold Spell Skill Gems", statOrderKey = "1013", statOrder = { 1013 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueSceptre1"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueBodyInt4"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMeleeGemLevelUniqueTwoHandMace5"] = { affix = "", "+1 to Level of Socketed Melee Gems", statOrderKey = "59", statOrder = { 59 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUniqueTwoHandMace5"] = { affix = "", "+1 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUniqueHelmetDex5"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUniqueBodyDexInt4"] = { affix = "", "+1 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUnique___1"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUnique___2___"] = { affix = "", "+5 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUnique___3"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueClaw5"] = { affix = "", "+1 to Level of Socketed Cold Gems", statOrderKey = "51", statOrder = { 51 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueRing23"] = { affix = "", "+5 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 57, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueHelmetDexInt5"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueRing39"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueWand8"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueTwoHandAxe9"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__2"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique___3"] = { affix = "", "+1 to Level of all Spell Skill Gems", statOrderKey = "1010", statOrder = { 1010 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__6"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__7"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__8"] = { affix = "", "+(1-2) to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__9"] = { affix = "", "+(5-8) to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__10"] = { affix = "", "+(1-2) to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedDexterityGemLevelUniqueClaw8"] = { affix = "", "+1 to Level of Socketed Dexterity Gems", statOrderKey = "43", statOrder = { 43 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGolemLevelUniqueRing35"] = { affix = "", "+3 to Level of Socketed Golem Gems", statOrderKey = "78", statOrder = { 78 }, level = 55, group = "LocalSocketedGolemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGolemLevelUniqueRing36"] = { affix = "", "+3 to Level of Socketed Golem Gems", statOrderKey = "78", statOrder = { 78 }, level = 55, group = "LocalSocketedGolemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGolemLevelUniqueRing37"] = { affix = "", "+3 to Level of Socketed Golem Gems", statOrderKey = "78", statOrder = { 78 }, level = 55, group = "LocalSocketedGolemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldInt5"] = { affix = "", "+3 to Level of Socketed Warcry Gems", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldStr4"] = { affix = "", "+1 to Level of Socketed Warcry Gems", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldDex7"] = { affix = "", "+1 to Level of Socketed Warcry Gems", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreasedAccuracyUnique__1"] = { affix = "", "+(330-350) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracyUnique__2"] = { affix = "", "(15-25)% increased Attack Speed", "+(400-500) to Accuracy Rating", statOrderKey = "830,1385", statOrder = { 830, 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAccuracySwordImplicit1"] = { affix = "", "+45 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit2"] = { affix = "", "+165 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit3"] = { affix = "", "+190 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit4"] = { affix = "", "+240 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit5"] = { affix = "", "+330 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit6"] = { affix = "", "+350 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit7"] = { affix = "", "+400 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit8"] = { affix = "", "+460 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit9"] = { affix = "", "+475 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit1"] = { affix = "", "+60 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit2"] = { affix = "", "+120 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit3"] = { affix = "", "+185 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit4"] = { affix = "", "+250 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit5"] = { affix = "", "+305 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit6"] = { affix = "", "+360 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit7"] = { affix = "", "+400 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit8"] = { affix = "", "+435 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit9"] = { affix = "", "+470 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["CannotBeFrozen"] = { affix = "", "Cannot be Frozen", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeFrozenUnique__1"] = { affix = "", "Cannot be Frozen", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["BlockingBlocksSpellsUniqueAmulet1"] = { affix = "", "15% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 7, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockingBlocksSpellsUnique__1"] = { affix = "", "6% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockingBlocksSpellsUnique__2"] = { affix = "", "(8-9)% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueAmulet1"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__1"] = { affix = "", "+(2-4)% Chance to Block Spell Damage", statOrderKey = "597", statOrder = { 597 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__2"] = { affix = "", "(4-6)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__3_"] = { affix = "", "(16-22)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CullingStrike"] = { affix = "", "Culling Strike", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CullingStrikeUniqueDescentTwoHandSword1"] = { affix = "", "Culling Strike", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlockRecoveryImplicitShield1"] = { affix = "", "60% increased Block Recovery", statOrderKey = "604", statOrder = { 604 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockRecoveryImplicitShield2"] = { affix = "", "120% increased Block Recovery", statOrderKey = "604", statOrder = { 604 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockRecoveryImplicitShield3"] = { affix = "", "180% increased Block Recovery", statOrderKey = "604", statOrder = { 604 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AlwaysHits"] = { affix = "", "Hits can't be Evaded", statOrderKey = "1404", statOrder = { 1404 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["AlwaysHitsUnique__1"] = { affix = "", "Hits can't be Evaded", statOrderKey = "1404", statOrder = { 1404 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["AlwaysHitsUnique__2"] = { affix = "", "Your hits can't be Evaded", statOrderKey = "1405", statOrder = { 1405 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AlwaysHitsUniqueGlovesDexInt4"] = { affix = "", "Your hits can't be Evaded", statOrderKey = "1405", statOrder = { 1405 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["HitsCauseMonsterFleeUniqueRing1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HitsCauseMonsterFleeUniqueBootsStrInt1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HitsCauseMonsterFleeUnique__1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumEnduranceChargeUniqueRing2"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUniqueBodyStr3"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUniqueBodyStrDex3"] = { affix = "", "+2 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUnique__1_"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ReducedMaximumEnduranceChargeUniqueCorruptedJewel17"] = { affix = "", "-1 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ReducedMaximumEnduranceChargeUnique__1"] = { affix = "", "-1 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ReducedMaximumEnduranceChargeUnique__2"] = { affix = "", "-2 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["AddPowerChargeOnCrit1__"] = { affix = "", "Gain a Power Charge for each Enemy you hit with a Critical Strike", statOrderKey = "1856", statOrder = { 1856 }, level = 1, group = "AddPowerChargeOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ActorSizeUniqueAmulet2"] = { affix = "", "20% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUniqueHelmetDex6"] = { affix = "", "10% reduced Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUniqueAmulet12"] = { affix = "", "10% reduced Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUniqueBeltDemigods1"] = { affix = "", "10% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUniqueRingDemigods1"] = { affix = "", "3% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUnique__1"] = { affix = "", "3% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUnique__2"] = { affix = "", "15% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUnique__3"] = { affix = "", "10% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUnique__4"] = { affix = "", "5% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumManaUniqueBodyStrInt1"] = { affix = "", "50% reduced maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueRing5"] = { affix = "", "20% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 14, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueTwoHandMace5"] = { affix = "", "25% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueAmulet10"] = { affix = "", "(16-24)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueStaff4"] = { affix = "", "(10-20)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueStaff5"] = { affix = "", "18% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueStaff6"] = { affix = "", "100% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueJewel54"] = { affix = "", "(15-20)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__1"] = { affix = "", "(7-10)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique___2"] = { affix = "", "(20-30)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__3"] = { affix = "", "(10-20)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__4"] = { affix = "", "(4-6)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__5"] = { affix = "", "(9-15)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__6"] = { affix = "", "(6-10)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__7"] = { affix = "", "(15-20)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__8"] = { affix = "", "(16-20)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaImplicitAtlasRing_"] = { affix = "", "(8-10)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 100, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumLifeUniqueOneHandSword2"] = { affix = "", "10% reduced maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueAmulet6"] = { affix = "", "20% reduced maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueBelt4"] = { affix = "", "10% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeShieldInt1"] = { affix = "", "10% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueBodyInt3"] = { affix = "", "10% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueRing16"] = { affix = "", "(5-10)% reduced maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueBodyStrDex1"] = { affix = "", "(30-40)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueStaff4"] = { affix = "", "(10-20)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueShieldDexInt2"] = { affix = "", "(10-20)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueGlovesStrInt3"] = { affix = "", "(12-16)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueJewel52"] = { affix = "", "(6-8)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__1"] = { affix = "", "(8-12)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__2"] = { affix = "", "4% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__3"] = { affix = "", "10% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__4_"] = { affix = "", "(4-8)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__5"] = { affix = "", "(15-25)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__6"] = { affix = "", "(4-8)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 25, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__7"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__8"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__9"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__10_"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__11"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__12"] = { affix = "", "(4-7)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__13"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__14"] = { affix = "", "5% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 62, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__15"] = { affix = "", "(6-8)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__16"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__17"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__18"] = { affix = "", "(7-10)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__19"] = { affix = "", "(7-12)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__20___"] = { affix = "", "(10-15)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__21"] = { affix = "", "(5-10)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__22"] = { affix = "", "(12-15)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeImplicitAtlasRing"] = { affix = "", "(5-7)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 100, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AreaOfEffectImplicitMarakethTwoHandMace1"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectImplicitMarakethTwoHandMace2"] = { affix = "", "20% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectImplicitTwoHandMace1__"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectImplicitTwoHandMace2_"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueDagger1"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueDescentStaff1"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueQuiver6"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 13, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "20% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueShieldDexInt2"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueOneHandMace7"] = { affix = "", "(15-25)% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueShieldDex7"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__1"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__2_"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__3"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__4_"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__5"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__6"] = { affix = "", "(10-15)% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__7_"] = { affix = "", "30% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BurnDamageUniqueStaff1"] = { affix = "", "70% increased Burning Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUniqueDescentOneHandMace1"] = { affix = "", "25% increased Burning Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUniqueRing15"] = { affix = "", "(60-80)% increased Burning Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 14, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUniqueCorruptedJewel1"] = { affix = "", "(20-30)% increased Burning Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUnique__1"] = { affix = "", "(20-30)% increased Burning Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["CannotCrit"] = { affix = "", "Never deal Critical Strikes", statOrderKey = "1540", statOrder = { 1540 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ManaCostIncreaseUniqueTwoHandAxe4"] = { affix = "", "50% increased Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreaseUniqueGlovesInt6"] = { affix = "", "(40-80)% increased Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreasedUniqueWand7"] = { affix = "", "40% increased Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreasedUniqueHelmetStrInt6"] = { affix = "", "75% increased Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostReductionUnique__1"] = { affix = "", "(6-8)% reduced Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostReductionUnique__2_"] = { affix = "", "(10-20)% reduced Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["SocketedGemsHaveReducedManaCostUniqueHelmetDexInt5"] = { affix = "", "Socketed Gems have 50% reduced Mana Cost", statOrderKey = "305", statOrder = { 305 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["SocketedGemsHaveReducedManaCostUniqueDescentClaw1"] = { affix = "", "Socketed Gems have 50% reduced Mana Cost", statOrderKey = "305", statOrder = { 305 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["BloodMagic"] = { affix = "", "Blood Magic", statOrderKey = "7469", statOrder = { 7469 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["CannotEvade"] = { affix = "", "Cannot Evade Enemy Attacks", statOrderKey = "1286", statOrder = { 1286 }, level = 1, group = "CannotEvade", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AdditionalArrowsUniqueBow3"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1170", statOrder = { 1170 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowsUniqueTransformed__1"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1170", statOrder = { 1170 }, level = 55, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowsUnique__1"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrderKey = "1170", statOrder = { 1170 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowsUnique__2"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrderKey = "1170", statOrder = { 1170 }, level = 77, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MinionRunSpeedUniqueAmulet3"] = { affix = "", "Minions have (10-15)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUniqueWand2"] = { affix = "", "Minions have (20-30)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUniqueJewel16"] = { affix = "", "Minions have (5-10)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__1"] = { affix = "", "Minions have 10% reduced Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__2"] = { affix = "", "Minions have (80-100)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 48, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__3"] = { affix = "", "Minions have (25-45)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__4"] = { affix = "", "Minions have (10-20)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 78, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__5"] = { affix = "", "Minions have (40-50)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__6"] = { affix = "", "Minions have (15-25)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionLifeUniqueAmulet3"] = { affix = "", "Minions have (10-15)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueTwoHandSword4"] = { affix = "", "Minions have (30-40)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueTwoHandMace5"] = { affix = "", "Minions have (20-40)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueBodyInt9"] = { affix = "", "Minions have 20% reduced maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueRing33"] = { affix = "", "Minions have 15% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueJewel18"] = { affix = "", "Minions have (5-15)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__1"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__2"] = { affix = "", "Minions have (10-20)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__3_"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__4__"] = { affix = "", "Minions have 10% reduced maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__5_"] = { affix = "", "Minions have (20-40)% reduced maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionDamageImplicitHelmet1"] = { affix = "", "Minions deal (15-20)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 78, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueAmulet3"] = { affix = "", "Minions deal (10-15)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueWand2"] = { affix = "", "Minions deal (50-70)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueTwoHandSword4"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueBodyInt9"] = { affix = "", "Minions deal 15% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueJewel1"] = { affix = "", "Minions deal (8-12)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__1"] = { affix = "", "Minions deal (8-12)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__2"] = { affix = "", "Minions deal (20-30)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__3_"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique4"] = { affix = "", "Minions deal (10-15)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__5"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__6"] = { affix = "", "Minions deal (35-45)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__7"] = { affix = "", "Minions deal (60-80)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__8_"] = { affix = "", "Minions deal (40-60)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionAttackAndCastSpeedUnique__1"] = { affix = "", "Minions have (12-16)% increased Attack Speed", "Minions have (12-16)% increased Cast Speed", statOrderKey = "2208,2209", statOrder = { 2208, 2209 }, level = 1, group = "MinionAttackSpeedAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionChaosResistanceUnique___1"] = { affix = "", "Minions have +17% to Chaos Resistance", statOrderKey = "2214", statOrder = { 2214 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, + ["MinionChaosResistanceUnique__2__"] = { affix = "", "Minions have +29% to Chaos Resistance", statOrderKey = "2214", statOrder = { 2214 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, + ["MinionChaosResistanceUnique__3"] = { affix = "", "Minions have +(-17-17)% to Chaos Resistance", statOrderKey = "2214", statOrder = { 2214 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, + ["MinionAttackBlockChanceUnique__1"] = { affix = "", "Minions have +(10-12)% Chance to Block Attack Damage", statOrderKey = "2204", statOrder = { 2204 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, + ["MinionSpellBlockChanceUnique__1_"] = { affix = "", "Minions have +(10-12)% Chance to Block Spell Damage", statOrderKey = "2205", statOrder = { 2205 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, + ["MinionAttackDodgeChanceUnique__1"] = { affix = "", "Minions have (10-12)% chance to Dodge Attack Hits", statOrderKey = "2364", statOrder = { 2364 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, + ["MinionSpellDodgeChanceUnique__1_"] = { affix = "", "Minions have (10-12)% chance to Dodge Spell Hits", statOrderKey = "6692", statOrder = { 6692 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, + ["CannotBeStunned"] = { affix = "", "Cannot be Stunned", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeStunnedUnique__1_"] = { affix = "", "Cannot be Stunned", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalCurseOnEnemiesUnique__1"] = { affix = "", "You can apply an additional Curse", statOrderKey = "1530", statOrder = { 1530 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnEnemiesUnique__2"] = { affix = "", "You can apply an additional Curse", statOrderKey = "1530", statOrder = { 1530 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnEnemiesUnique__3"] = { affix = "", "You can apply one fewer Curse", statOrderKey = "1530", statOrder = { 1530 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ConvertPhysicalToFireUniqueQuiver1_"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUniqueShieldStr3"] = { affix = "", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUniqueOneHandSword4"] = { affix = "", "100% of Physical Damage Converted to Fire Damage", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUnique__2_"] = { affix = "", "30% of Physical Damage Converted to Fire Damage", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["BeltReducedFlaskChargesGainedUnique__1"] = { affix = "", "30% reduced Flask Charges gained", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGainedUnique__1_"] = { affix = "", "(15-25)% increased Flask Charges gained", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargedUsedUnique__1"] = { affix = "", "(10-20)% increased Flask Charges used", statOrderKey = "1545", statOrder = { 1545 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__2"] = { affix = "", "60% increased Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__3___"] = { affix = "", "(10-20)% increased Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltReducedFlaskDurationUniqueDescentBelt1"] = { affix = "", "30% reduced Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__1"] = { affix = "", "60% increased Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 14, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["IncreasedFlaskDurationUnique__1"] = { affix = "", "(20-30)% reduced Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltFlaskLifeRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Life Recovery from Flasks", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryRateUniqueJewel46"] = { affix = "", "8% increased Life Recovery from Flasks", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryUniqueAmulet25"] = { affix = "", "100% increased Life Recovery from Flasks", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskManaRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Mana Recovery from Flasks", statOrderKey = "1421", statOrder = { 1421 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryUnique__1"] = { affix = "", "(20-30)% increased Mana Recovery from Flasks", statOrderKey = "1421", statOrder = { 1421 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryUniqueBodyDex7"] = { affix = "", "(20-25)% increased Mana Recovery from Flasks", statOrderKey = "1421", statOrder = { 1421 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryUniqueShieldInt3"] = { affix = "", "15% increased Mana Recovery from Flasks", statOrderKey = "1421", statOrder = { 1421 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskLifeRecoveryRateUniqueBelt4"] = { affix = "", "25% increased Flask Life Recovery rate", statOrderKey = "1550", statOrder = { 1550 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Life Recovery rate", statOrderKey = "1550", statOrder = { 1550 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryRateUniqueSceptre5"] = { affix = "", "10% reduced Flask Life Recovery rate", statOrderKey = "1550", statOrder = { 1550 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskManaRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Mana Recovery rate", statOrderKey = "1551", statOrder = { 1551 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryRateUniqueSceptre5"] = { affix = "", "(30-40)% increased Flask Mana Recovery rate", statOrderKey = "1551", statOrder = { 1551 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltIncreasedFlaskChargesGainedUniqueBelt2"] = { affix = "", "50% increased Flask Charges gained", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUniqueBelt3"] = { affix = "", "20% increased Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["IncreasedChillDurationUniqueBodyDex1"] = { affix = "", "25% increased Chill Duration on Enemies", statOrderKey = "1229", statOrder = { 1229 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IncreasedChillDurationUniqueBodyStrInt3"] = { affix = "", "150% increased Chill Duration on Enemies", statOrderKey = "1229", statOrder = { 1229 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IncreasedChillDurationUniqueQuiver5"] = { affix = "", "(30-40)% increased Chill Duration on Enemies", statOrderKey = "1229", statOrder = { 1229 }, level = 13, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IncreasedChillDurationUnique__1"] = { affix = "", "(35-50)% increased Chill Duration on Enemies", statOrderKey = "1229", statOrder = { 1229 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["Acrobatics"] = { affix = "", "Acrobatics", statOrderKey = "7464", statOrder = { 7464 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "block", "dodge", "energy_shield", "defences" }, }, + ["HasNoSockets"] = { affix = "", "Has no Sockets", statOrderKey = "27", statOrder = { 27 }, level = 1, group = "ForceSpecificSockets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeShocked"] = { affix = "", "Cannot be Shocked", statOrderKey = "1222", statOrder = { 1222 }, level = 1, group = "ReducedShockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AttackerTakesDamageShieldImplicit1"] = { affix = "", "Reflects (2-5) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 5, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit2"] = { affix = "", "Reflects (5-12) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 12, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit3"] = { affix = "", "Reflects (10-23) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 20, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit4"] = { affix = "", "Reflects (24-35) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 27, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit5"] = { affix = "", "Reflects (36-50) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 33, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit6"] = { affix = "", "Reflects (51-70) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 39, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit7"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 45, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit8"] = { affix = "", "Reflects (91-120) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 49, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit9"] = { affix = "", "Reflects (121-150) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 54, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit10"] = { affix = "", "Reflects (151-180) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 58, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit11"] = { affix = "", "Reflects (181-220) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 62, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit12"] = { affix = "", "Reflects (221-260) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 66, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit13"] = { affix = "", "Reflects (261-300) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 70, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUniqueIntHelmet1"] = { affix = "", "Reflects 5 Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUnique__1"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesColdDamageGlovesDex1"] = { affix = "", "Reflects 10 Cold Damage to Melee Attackers", statOrderKey = "1564", statOrder = { 1564 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AttackerTakesDamageUniqueHelmetDex3"] = { affix = "", "Reflects 4 Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUniqueHelmetDexInt6"] = { affix = "", "Reflects 100 to 150 Physical Damage to Melee Attackers", statOrderKey = "1558", statOrder = { 1558 }, level = 1, group = "AttackerTakesDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["TakesDamageWhenAttackedUniqueIntHelmet1"] = { affix = "", "+5 Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "TakesDamageWhenAttacked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["PainAttunement"] = { affix = "", "Pain Attunement", statOrderKey = "7491", statOrder = { 7491 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IncreasedExperienceUniqueIntHelmet3"] = { affix = "", "5% increased Experience gain", statOrderKey = "1005", statOrder = { 1005 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedExperienceUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Experience gain", statOrderKey = "1005", statOrder = { 1005 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedExperienceUniqueSceptre1"] = { affix = "", "3% increased Experience gain", statOrderKey = "1005", statOrder = { 1005 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedExperienceUniqueRing14"] = { affix = "", "2% increased Experience gain", statOrderKey = "1005", statOrder = { 1005 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToAvoidFreezeAndChillUniqueDexHelmet5"] = { affix = "", "25% chance to Avoid being Chilled", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidChillUniqueDescentOneHandAxe1"] = { affix = "", "50% chance to Avoid being Chilled", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeChilledUniqueBodyStrInt3"] = { affix = "", "Cannot be Chilled", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeChilledUnique__1"] = { affix = "", "Cannot be Chilled", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidChilledUnique__1"] = { affix = "", "50% chance to Avoid being Chilled", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeFrozenOrChilledUnique__1"] = { affix = "", "Cannot be Chilled", "Cannot be Frozen", statOrderKey = "1218,1219", statOrder = { 1218, 1219 }, level = 31, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedManaCostOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "20% reduced Mana Cost of Skills when on Low Life", statOrderKey = "1259", statOrder = { 1259 }, level = 1, group = "ReducedManaCostOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ElementalResistsOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "+20% to all Elemental Resistances while on Low Life", statOrderKey = "1023", statOrder = { 1023 }, level = 1, group = "ElementalResistsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["EvasionOnLowLifeUniqueAmulet4"] = { affix = "", "+100 to Evasion Rating while on Low Life", statOrderKey = "950", statOrder = { 950 }, level = 1, group = "EvasionOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LifeRegenerationOnLowLifeUniqueAmulet4"] = { affix = "", "Regenerate 1% of Life per second while on Low Life", statOrderKey = "1312", statOrder = { 1312 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationOnLowLifeUniqueBodyStrInt2"] = { affix = "", "Regenerate 2% of Life per second while on Low Life", statOrderKey = "1312", statOrder = { 1312 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationOnLowLifeUniqueShieldStrInt3_"] = { affix = "", "Regenerate 3% of Life per second while on Low Life", statOrderKey = "1312", statOrder = { 1312 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ItemRarityOnLowLifeUniqueBootsInt1"] = { affix = "", "100% increased Rarity of Items found when on Low Life", statOrderKey = "1001", statOrder = { 1001 }, level = 1, group = "ItemRarityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementVelocityOnLowLifeUniqueBootsStrDex1"] = { affix = "", "40% reduced Movement Speed when on Low Life", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueGlovesDexInt1"] = { affix = "", "20% increased Movement Speed when on Low Life", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueRapier1"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUniqueBootsInt3"] = { affix = "", "20% increased Movement Speed when on Full Life", statOrderKey = "1176", statOrder = { 1176 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUniqueTwoHandAxe2"] = { affix = "", "15% increased Movement Speed when on Full Life", statOrderKey = "1176", statOrder = { 1176 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueBootsDex3"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueShieldStrInt5"] = { affix = "", "10% increased Movement Speed when on Low Life", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueRing9"] = { affix = "", "(6-8)% increased Movement Speed when on Low Life", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUniqueAmulet13"] = { affix = "", "10% increased Movement Speed when on Full Life", statOrderKey = "1176", statOrder = { 1176 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ElementalDamageUniqueBootsStr1"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueIntHelmet3"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueRing21"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 38, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueDescentBelt1"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueSceptre7"] = { affix = "", "(80-100)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueHelmetInt9"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueRingVictors"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueJewel10"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueStaff13"] = { affix = "", "(30-50)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__1"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__2_"] = { affix = "", "(20-30)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__3"] = { affix = "", "(30-40)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__4"] = { affix = "", "(7-10)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ConvertPhysicalToColdUniqueGlovesDex1"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrderKey = "1325", statOrder = { 1325 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUniqueQuiver5"] = { affix = "", "Gain 20% of Physical Damage as Extra Cold Damage", statOrderKey = "1301", statOrder = { 1301 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1325", statOrder = { 1325 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUnique__1"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1325", statOrder = { 1325 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUnique__2"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrderKey = "1325", statOrder = { 1325 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__1"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__2"] = { affix = "", "30% of Physical Damage Converted to Lightning Damage", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__3"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__4"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["AttackSpeedOnFullLifeUniqueGlovesStr1"] = { affix = "", "30% increased Attack Speed when on Full Life", statOrderKey = "651", statOrder = { 651 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AttackSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "15% increased Attack Speed when on Full Life", statOrderKey = "651", statOrder = { 651 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["Conduit"] = { affix = "", "Conduit", statOrderKey = "7472", statOrder = { 7472 }, level = 1, group = "Conduit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["PhysicalAttackDamageReducedUniqueAmulet8"] = { affix = "", "-4 Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 25, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBelt3"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBodyStr2"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBodyDex2"] = { affix = "", "-3 Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBodyDex3"] = { affix = "", "-(7-5) Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBelt8"] = { affix = "", "-(50-40) Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueShieldDexInt1"] = { affix = "", "-(18-14) Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["AdditionalBlockChanceUniqueShieldStrDex1"] = { affix = "", "+(3-6)% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex1"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex2"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStr1"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrInt4"] = { affix = "", "+6% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrInt6"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueDescentShield1_"] = { affix = "", "+3% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrDex2"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex5"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldInt4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStr4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SubtractedBlockChanceUniqueShieldStrInt8"] = { affix = "", "-10% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__1"] = { affix = "", "+(3-5)% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__2"] = { affix = "", "+6% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__3"] = { affix = "", "+(6-10)% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__4"] = { affix = "", "+6% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__5"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__6"] = { affix = "", "+(3-4)% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__7__"] = { affix = "", "+(8-12)% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockOnLowLifeUniqueShieldStrDex1"] = { affix = "", "36% Chance to Block Spell Damage while on Low Life", statOrderKey = "595", statOrder = { 595 }, level = 1, group = "BlockPercentAppliedToSpellsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueShieldInt1"] = { affix = "", "(12-18)% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueShieldStrInt1"] = { affix = "", "(21-24)% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueBootsInt5"] = { affix = "", "(6-8)% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueTwoHandAxe6"] = { affix = "", "8% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueDescentShieldStr1"] = { affix = "", "30% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueShieldInt4"] = { affix = "", "8% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageOnLowLifeUniqueShieldStrDex1_"] = { affix = "", "+30% Chance to Block Spell Damage while on Low Life", statOrderKey = "588", statOrder = { 588 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldInt1"] = { affix = "", "(10-15)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldStrInt1"] = { affix = "", "(15-20)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueBootsInt5"] = { affix = "", "(4-6)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "blue_herring" }, }, + ["SpellBlockPercentageUniqueTwoHandAxe6"] = { affix = "", "(7-10)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldInt4"] = { affix = "", "10% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MaximumColdResistUniqueShieldDex1"] = { affix = "", "+5% to maximum Cold Resistance", statOrderKey = "1030", statOrder = { 1030 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistUnique__1_"] = { affix = "", "+(-3-3)% to maximum Cold Resistance", statOrderKey = "1030", statOrder = { 1030 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumFireResistUniqueShieldStrInt5"] = { affix = "", "+5% to maximum Fire Resistance", statOrderKey = "1024", statOrder = { 1024 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistUnique__1"] = { affix = "", "+(-3-3)% to maximum Fire Resistance", statOrderKey = "1024", statOrder = { 1024 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumLightningResistUniqueStaff8c"] = { affix = "", "+5% to maximum Lightning Resistance", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistUnique__1"] = { affix = "", "+(-3-3)% to maximum Lightning Resistance", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MeleeAttackerTakesColdDamageUniqueShieldDex1"] = { affix = "", "Reflects (25-50) Cold Damage to Melee Attackers", statOrderKey = "1564", statOrder = { 1564 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["RangedAttackDamageReducedUniqueShieldStr1"] = { affix = "", "-25 Physical Damage taken from Projectile Attacks", statOrderKey = "1601", statOrder = { 1601 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["RangedAttackDamageReducedUniqueShieldStr2"] = { affix = "", "-(80-50) Physical Damage taken from Projectile Attacks", statOrderKey = "1601", statOrder = { 1601 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["GainFrenzyChargeOnCriticalHit"] = { affix = "", "Gain a Frenzy Charge on Critical Strike", statOrderKey = "1204", statOrder = { 1204 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "critical" }, }, + ["DisableOffhandSlot"] = { affix = "", "Uses both hand slots", statOrderKey = "503", statOrder = { 503 }, level = 1, group = "DisableOffhandSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisableOffHandSlotUnique__1"] = { affix = "", "Uses both hand slots", statOrderKey = "503", statOrder = { 503 }, level = 1, group = "DisableOffhandSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBlockAttacks"] = { affix = "", "Cannot Block Attacks", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "CannotBlockAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["IncreasedMaximumResistsUniqueShieldStrInt1"] = { affix = "", "+4% to all maximum Resistances", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["IncreasedMaximumResistsUnique__1"] = { affix = "", "+(1-4)% to all maximum Resistances", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["IncreasedMaximumColdResistUniqueShieldStrInt4"] = { affix = "", "+5% to maximum Cold Resistance", statOrderKey = "1030", statOrder = { 1030 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ItemActsAsConcentratedAOESupportUniqueHelmetInt4"] = { affix = "", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrderKey = "219", statOrder = { 219 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsConcentratedAOESupportUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Concentrated Effect", statOrderKey = "219", statOrder = { 219 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsConcentratedAOESupportUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Concentrated Effect", statOrderKey = "219", statOrder = { 219 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsConcentratedAOESupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 5 Concentrated Effect", statOrderKey = "219", statOrder = { 219 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsFirePenetrationSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Fire Penetration", statOrderKey = "230", statOrder = { 230 }, level = 1, group = "DisplaySocketedGemsGetFirePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsFireDamageSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrderKey = "227", statOrder = { 227 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsColdToFireSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Cold to Fire", statOrderKey = "228", statOrder = { 228 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsColdToFireSupportUniqueStaff13"] = { affix = "", "Socketed Gems are Supported by Level 5 Cold to Fire", statOrderKey = "228", statOrder = { 228 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsColdToFireSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 30 Cold to Fire", statOrderKey = "228", statOrder = { 228 }, level = 75, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ShareEnduranceChargesWithParty"] = { affix = "", "Share Endurance Charges with nearby party members", statOrderKey = "1614", statOrder = { 1614 }, level = 1, group = "ShareEnduranceChargesWithParty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["GainEnduranceChargeWhenCriticallyHit"] = { affix = "", "Gain an Endurance Charge when you take a Critical Strike", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "GainEnduranceChargeWhenCriticallyHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "critical" }, }, + ["BlindingHitUniqueWand1"] = { affix = "", "10% chance to Blind Enemies on hit", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "BlindingHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUniqueWand1"] = { affix = "", "Socketed Gems are supported by Level 20 Blind", statOrderKey = "235", statOrder = { 235 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are supported by Level 18 Blind", statOrderKey = "235", statOrder = { 235 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are supported by Level 6 Blind", statOrderKey = "235", statOrder = { 235 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Blind", statOrderKey = "235", statOrder = { 235 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedFreezeDurationUniqueShieldStrInt3"] = { affix = "", "50% reduced Freeze Duration on you", statOrderKey = "1247", statOrder = { 1247 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeDurationOnSelfUnique__1"] = { affix = "", "10000% increased Freeze Duration on you", statOrderKey = "1247", statOrder = { 1247 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FacebreakerUnarmedMoreDamage"] = { affix = "", "(600-800)% more Physical Damage with Unarmed Attacks", statOrderKey = "1755", statOrder = { 1755 }, level = 1, group = "FacebreakerPhysicalUnarmedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandMace3"] = { affix = "", "Socketed Gems are Supported by Level 15 Pulverise", statOrderKey = "151", statOrder = { 151 }, level = 1, group = "SupportedByPulverise", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandAxe5"] = { affix = "", "Socketed Gems are Supported by Level 20 Increased Area of Effect", statOrderKey = "83", statOrder = { 83 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "Socketed Gems are Supported by Level 5 Increased Area of Effect", statOrderKey = "83", statOrder = { 83 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrderKey = "180", statOrder = { 180 }, level = 1, group = "SupportedByIntensify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["EnemiesCantLifeLeech"] = { affix = "", "Enemies Cannot Leech Life From you", statOrderKey = "1759", statOrder = { 1759 }, level = 1, group = "EnemiesCantLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExtraGore"] = { affix = "", "Extra gore", statOrderKey = "7538", statOrder = { 7538 }, level = 1, group = "ExtraGore", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OneSocketEachColourUnique"] = { affix = "", "Has one socket of each colour", statOrderKey = "37", statOrder = { 37 }, level = 1, group = "ForceSpecificSockets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlockWhileDualWieldingUniqueDagger3"] = { affix = "", "+12% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "600", statOrder = { 600 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUniqueTwoHandAxe6"] = { affix = "", "+(8-12)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "600", statOrder = { 600 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUniqueOneHandSword5"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "600", statOrder = { 600 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUniqueDagger9"] = { affix = "", "+5% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "600", statOrder = { 600 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "600", statOrder = { 600 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUnique__2_"] = { affix = "", "+18% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "600", statOrder = { 600 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MaximumMinionCountUniqueBootsInt4"] = { affix = "", "+1 to Level of all Raise Zombie Gems", "+1 to Level of all Raise Spectre Gems", statOrderKey = "1017,1018", statOrder = { 1017, 1018 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "minion", "gem" }, }, + ["MaximumMinionCountUniqueTwoHandSword4"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+2 to maximum number of Skeletons", statOrderKey = "1520,1521,6832", statOrder = { 1520, 1521, 6832 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueTwoHandSword4Updated"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrderKey = "1520,1521,1522", statOrder = { 1520, 1521, 1522 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueSceptre5"] = { affix = "", "+1 to maximum number of Spectres", statOrderKey = "1521", statOrder = { 1521 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueBootsStrInt2"] = { affix = "", "+2 to maximum number of Skeletons", statOrderKey = "6832", statOrder = { 6832 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueBootsStrInt2Updated"] = { affix = "", "+1 to maximum number of Skeletons", statOrderKey = "1522", statOrder = { 1522 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueBodyInt9"] = { affix = "", "+1 to maximum number of Spectres", statOrderKey = "1521", statOrder = { 1521 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", "(7-10)% increased Skeleton Cast Speed", "(3-5)% increased Skeleton Movement Speed", statOrderKey = "7115,7116,7117", statOrder = { 7115, 7116, 7117 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MaximumMinionCountUnique__1__"] = { affix = "", "+2 to maximum number of Spectres", statOrderKey = "1521", statOrder = { 1521 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SkeletonMovementSpeedUniqueJewel1"] = { affix = "", "(3-5)% increased Skeleton Movement Speed", statOrderKey = "7117", statOrder = { 7117 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["SkeletonAttackSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", statOrderKey = "7115", statOrder = { 7115 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["SkeletonCastSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Cast Speed", statOrderKey = "7116", statOrder = { 7116 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "minion" }, }, + ["SocketedemsHaveBloodMagicUniqueShieldStrInt2"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "278", statOrder = { 278 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsHaveBloodMagicUniqueOneHandSword7"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "278", statOrder = { 278 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsHaveBloodMagicUnique__1"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "278", statOrder = { 278 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, + ["SocketedItemsHaveChanceToFleeUniqueClaw6"] = { affix = "", "Socketed Gems have 10% chance to cause Enemies to Flee on Hit", statOrderKey = "286", statOrder = { 286 }, level = 1, group = "DisplaySocketedGemGetsFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["AttackerTakesLightningDamageUniqueBodyInt1"] = { affix = "", "Reflects 1 to 250 Lightning Damage to Melee Attackers", statOrderKey = "1561", statOrder = { 1561 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AttackerTakesLightningDamageUnique___1"] = { affix = "", "Reflects 1 to 150 Lightning Damage to Melee Attackers", statOrderKey = "1561", statOrder = { 1561 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["PhysicalDamageConvertToChaosUniqueBow5"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertToChaosUniqueClaw2"] = { affix = "", "(10-20)% of Physical Damage Converted to Chaos Damage", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertToChaosBodyStrInt4"] = { affix = "", "30% of Physical Damage Converted to Chaos Damage", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertedToChaosPerLevelUnique__1"] = { affix = "", "1% of Physical Damage Converted to Chaos Damage per Level", statOrderKey = "4018", statOrder = { 4018 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["MaximumMinionCountUniqueWand2"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+2 to maximum number of Skeletons", statOrderKey = "1520,1521,6832", statOrder = { 1520, 1521, 6832 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueWand2Updated"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrderKey = "1520,1521,1522", statOrder = { 1520, 1521, 1522 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["LifeReservationUniqueWand2"] = { affix = "", "Cannot be used with Chaos Inoculation", "Reserves 30% of Life", statOrderKey = "573,1758", statOrder = { 573, 1758 }, level = 1, group = "ReservesLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LocalIncreaseSocketedStrengthGemLevelUniqueTwoHandAxe3"] = { affix = "", "+1 to Level of Socketed Strength Gems", statOrderKey = "42", statOrder = { 42 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["ChaosTakenOnES"] = { affix = "", "Chaos Damage does not bypass Energy Shield", statOrderKey = "1826", statOrder = { 1826 }, level = 1, group = "ChaosTakenOnES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["PhysicalDamagePercentTakesAsChaosDamageUniqueBow5"] = { affix = "", "25% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "1769", statOrder = { 1769 }, level = 1, group = "PhysicalDamagePercentTakesAsChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, + ["PhysicalBowDamageCloseRangeUniqueBow6"] = { affix = "", "50% More Damage with Arrow Hits at Close Range", statOrderKey = "1761", statOrder = { 1761 }, level = 1, group = "PhysicalBowDamageAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["KnockbackCloseRangeUniqueBow6"] = { affix = "", "Bow Knockback at Close Range", statOrderKey = "1762", statOrder = { 1762 }, level = 1, group = "KnockbackAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PercentDamageGoesToManaUniqueBootsDex3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrderKey = "1773", statOrder = { 1773 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["PercentDamageGoesToManaUniqueHelmetStrInt3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrderKey = "1773", statOrder = { 1773 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["PercentDamageGoesToManaUnique__1"] = { affix = "", "8% of Damage taken Recouped as Mana", statOrderKey = "1773", statOrder = { 1773 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ChanceToIgniteUniqueBodyInt2"] = { affix = "", "10% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueTwoHandSword6"] = { affix = "", "20% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueDescentOneHandMace1"] = { affix = "", "30% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueBootsStrInt3"] = { affix = "", "(10-15)% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueRing38"] = { affix = "", "10% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__1"] = { affix = "", "(16-22)% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__2"] = { affix = "", "10% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__3"] = { affix = "", "10% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__4"] = { affix = "", "(6-10)% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__5"] = { affix = "", "25% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__6"] = { affix = "", "(10-15)% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueBodyInt2"] = { affix = "", "(30-50)% increased Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueDescentOneHandMace1"] = { affix = "", "500% increased Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueRing31"] = { affix = "", "15% increased Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueWand10"] = { affix = "", "25% reduced Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUnique__1"] = { affix = "", "33% increased Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUnique__2"] = { affix = "", "10000% increased Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["PhysicalDamageTakenAsFirePercentUniqueBodyInt2"] = { affix = "", "20% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1765", statOrder = { 1765 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFirePercentUnique__1"] = { affix = "", "8% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1765", statOrder = { 1765 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, + ["AttackerTakesFireDamageUniqueBodyInt2"] = { affix = "", "Reflects 15 Fire Damage to Melee Attackers", statOrderKey = "1565", statOrder = { 1565 }, level = 1, group = "AttackerTakesFireDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AvoidIgniteUniqueBodyDex3"] = { affix = "", "Cannot be Ignited", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteUnique__1"] = { affix = "", "Cannot be Ignited", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3"] = { affix = "", "(10-15)% increased Physical Damage with Ranged Weapons", statOrderKey = "1362", statOrder = { 1362 }, level = 1, group = "RangedWeaponPhysicalDamagePlusPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["PhysicalDamageTakenPercentToReflectUniqueBodyStr2"] = { affix = "", "40% of Melee Physical Damage taken reflected to Attacker", statOrderKey = "1775", statOrder = { 1775 }, level = 1, group = "PhysicalDamageTakenPercentToReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AdditionalBlockUniqueBodyDex2"] = { affix = "", "+5% Chance to Block Attack Damage", statOrderKey = "1776", statOrder = { 1776 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockUnique__1"] = { affix = "", "+(2-4)% Chance to Block Attack Damage", statOrderKey = "1776", statOrder = { 1776 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockUnique__2"] = { affix = "", "15% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ArrowPierceUniqueBow7"] = { affix = "", "Arrows Pierce all Targets", statOrderKey = "3985", statOrder = { 3985 }, level = 1, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowPierceImplicitQuiver12_"] = { affix = "", "Arrows Pierce an additional Target", statOrderKey = "1168", statOrder = { 1168 }, level = 45, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["LeechEnergyShieldInsteadofLife"] = { affix = "", "Leech Energy Shield instead of Life", statOrderKey = "5301", statOrder = { 5301 }, level = 1, group = "LeechEnergyShieldInsteadofLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["BlockWhileDualWieldingClawsUniqueClaw1"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding Claws", statOrderKey = "601", statOrder = { 601 }, level = 1, group = "BlockWhileDualWieldingClaws", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ArmourPercent VsProjectilesUniqueShieldStr2"] = { affix = "", "200% increased Armour against Projectiles", statOrderKey = "1781", statOrder = { 1781 }, level = 1, group = "ArmourPercent VsProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["BlockVsProjectilesUniqueShieldStr2"] = { affix = "", "+25% Chance to Block Projectile Attack Damage", statOrderKey = "1782", statOrder = { 1782 }, level = 1, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CannotLeech"] = { affix = "", "Cannot Leech", statOrderKey = "1783", statOrder = { 1783 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["SocketedItemsHaveReducedReservationUniqueShieldStrInt2"] = { affix = "", "Socketed Gems have 25% reduced Reservation", statOrderKey = "279", statOrder = { 279 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedItemsHaveReducedReservationUniqueBodyDexInt4"] = { affix = "", "Socketed Gems have 30% reduced Reservation", statOrderKey = "279", statOrder = { 279 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedItemsHaveReducedReservationUnique__1"] = { affix = "", "Socketed Gems have 20% reduced Reservation", statOrderKey = "279", statOrder = { 279 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedItemsHaveIncreasedReservationUnique__1"] = { affix = "", "Socketed Gems have 10% increased Reservation", statOrderKey = "279", statOrder = { 279 }, level = 57, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["ChanceToFreezeUniqueStaff2"] = { affix = "", "8% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUniqueQuiver5"] = { affix = "", "(7-10)% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUniqueRing30"] = { affix = "", "10% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__1"] = { affix = "", "5% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__2"] = { affix = "", "2% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__3"] = { affix = "", "10% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__4"] = { affix = "", "10% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__5"] = { affix = "", "20% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FrozenMonstersTakeIncreasedDamage"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrderKey = "1779", statOrder = { 1779 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["FrozenMonstersTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrderKey = "1779", statOrder = { 1779 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedIntelligenceRequirementsUniqueSceptre1"] = { affix = "", "60% increased Intelligence Requirement", statOrderKey = "577", statOrder = { 577 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedIntelligenceRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Intelligence Requirement", statOrderKey = "577", statOrder = { 577 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedIntelligenceRequirementsUnique__1"] = { affix = "", "+257 Intelligence Requirement", statOrderKey = "576", statOrder = { 576 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsHaveAddedChaosDamageUniqueBodyInt3"] = { affix = "", "Socketed Gems are Supported by Level 15 Added Chaos Damage", statOrderKey = "224", statOrder = { 224 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsHaveAddedChaosDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Chaos Damage", statOrderKey = "224", statOrder = { 224 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsHaveAddedChaosDamageUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 25 Added Chaos Damage", statOrderKey = "224", statOrder = { 224 }, level = 50, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["EnergyShieldGainedOnBlockUniqueShieldStrInt4"] = { affix = "", "Replenishes Energy Shield by 2% of Armour when you Block", statOrderKey = "1786", statOrder = { 1786 }, level = 1, group = "EnergyShieldGainedOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, + ["LocalPoisonOnHit"] = { affix = "", "Poisonous Hit", statOrderKey = "1787", statOrder = { 1787 }, level = 1, group = "LocalPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["SkeletonDurationUniqueTwoHandSword4"] = { affix = "", "(150-200)% increased Skeleton Duration", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SkeletonDurationUniqueJewel1_"] = { affix = "", "(10-20)% reduced Skeleton Duration", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["IncreasedStrengthRequirementsUniqueTwoHandSword4"] = { affix = "", "25% increased Strength Requirement", statOrderKey = "583", statOrder = { 583 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedStrengthRequirementsUniqueTwoHandMace5"] = { affix = "", "20% reduced Strength Requirement", statOrderKey = "583", statOrder = { 583 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedStrengthRequirementUniqueBodyStr5"] = { affix = "", "30% reduced Strength Requirement", statOrderKey = "583", statOrder = { 583 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedStrengthRequirementUniqueStaff8"] = { affix = "", "40% increased Strength Requirement", statOrderKey = "583", statOrder = { 583 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedStrengthREquirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Strength Requirement", statOrderKey = "583", statOrder = { 583 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUniqueOneHandMace3"] = { affix = "", "+200 Strength Requirement", statOrderKey = "582", statOrder = { 582 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__1"] = { affix = "", "+100 Strength Requirement", statOrderKey = "582", statOrder = { 582 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__2"] = { affix = "", "+200 Strength Requirement", statOrderKey = "582", statOrder = { 582 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__3_"] = { affix = "", "+(500-700) Strength Requirement", statOrderKey = "582", statOrder = { 582 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IntelligenceRequirementsUniqueOneHandMace3"] = { affix = "", "+300 Intelligence Requirement", statOrderKey = "576", statOrder = { 576 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IntelligenceRequirementsUniqueBow12"] = { affix = "", "+212 Intelligence Requirement", statOrderKey = "576", statOrder = { 576 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DexterityRequirementsUnique__1"] = { affix = "", "+160 Dexterity Requirement", statOrderKey = "574", statOrder = { 574 }, level = 1, group = "DexterityRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthIntelligenceRequirementsUnique__1"] = { affix = "", "+600 Strength and Intelligence Requirement", statOrderKey = "581", statOrder = { 581 }, level = 1, group = "StrengthIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellDamageTakenOnLowManaUniqueBodyInt4"] = { affix = "", "15% increased Spell Damage taken when on Low Mana", statOrderKey = "1789", statOrder = { 1789 }, level = 1, group = "SpellDamageTakenOnLowMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["EvasionOnFullLifeUniqueBodyDex4"] = { affix = "", "+500 to Evasion Rating while on Full Life", statOrderKey = "951", statOrder = { 951 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["EvasionOnFullLifeUnique__1_"] = { affix = "", "+1500 to Evasion Rating while on Full Life", statOrderKey = "951", statOrder = { 951 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["ReflectCurses"] = { affix = "", "Hex Reflection", statOrderKey = "1794", statOrder = { 1794 }, level = 1, group = "ReflectCurses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["FlaskCurseImmunityUnique___1"] = { affix = "", "Immune to Curses during Flask effect", "Removes Curses on use", statOrderKey = "568,568.1", statOrder = { 568, 568.1 }, level = 1, group = "FlaskCurseImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster", "curse" }, }, + ["CausesBleedingUniqueTwoHandAxe4"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "1799", statOrder = { 1799 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueTwoHandAxe4Updated"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueTwoHandAxe7"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1798", statOrder = { 1798 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueTwoHandAxe7Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueOneHandAxe5"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1798", statOrder = { 1798 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueOneHandAxe5Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__1"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1798", statOrder = { 1798 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__1Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__2"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1798", statOrder = { 1798 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__2Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CauseseBleedingOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Bleeding on Critical Strike", statOrderKey = "5746", statOrder = { 5746 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, }, + ["CausesBleedingOnCritUniqueDagger11"] = { affix = "", "50% chance to cause Bleeding on Critical Strike", statOrderKey = "5752", statOrder = { 5752 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AttacksDealNoPhysicalDamage"] = { affix = "", "Attacks deal no Physical Damage", statOrderKey = "1796", statOrder = { 1796 }, level = 1, group = "AttacksDealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["GoldenLightBeam"] = { affix = "", "Golden Radiance", statOrderKey = "1811", statOrder = { 1811 }, level = 1, group = "GoldenLightBeam", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeStunnedOnLowLife"] = { affix = "", "Cannot be Stunned when on Low Life", statOrderKey = "1536", statOrder = { 1536 }, level = 1, group = "CannotBeStunnedOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AuraEffectUniqueShieldInt2"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AuraEffectOnMinionsUniqueShieldInt2"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills on your Minions", statOrderKey = "1505", statOrder = { 1505 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "aura" }, }, + ["AuraEffectUnique__1"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AuraEffectUnique__2____"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AuraEffectOnMinionsUnique__1_"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills on your Minions", statOrderKey = "1505", statOrder = { 1505 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "aura" }, }, + ["AreaDamageUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area Damage", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamageUniqueDescentOneHandSword1"] = { affix = "", "10% increased Area Damage", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamageUniqueOneHandMace7"] = { affix = "", "(10-20)% increased Area Damage", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamageImplicitMace1"] = { affix = "", "30% increased Area Damage", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamageUnique__1"] = { affix = "", "30% increased Area Damage", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueRing6"] = { affix = "", "(10-30)% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 30, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueRing8"] = { affix = "", "10% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueHelmetDexInt2"] = { affix = "", "30% reduced Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueStaff4"] = { affix = "", "(40-50)% increased Global Damage", statOrderKey = "621", statOrder = { 621 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueSceptre8"] = { affix = "", "(40-60)% increased Global Damage", statOrderKey = "621", statOrder = { 621 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueBelt11"] = { affix = "", "10% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__1"] = { affix = "", "10% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__2"] = { affix = "", "(20-25)% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__3"] = { affix = "", "(250-300)% increased Global Damage", statOrderKey = "621", statOrder = { 621 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__4"] = { affix = "", "(30-40)% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LightRadiusUniqueSceptre2"] = { affix = "", "25% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBootsStrDex2"] = { affix = "", "25% reduced Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueRing9_"] = { affix = "", "31% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyInt8"] = { affix = "", "25% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyStrInt4"] = { affix = "", "25% reduced Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueRing11"] = { affix = "", "(10-15)% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueAmulet17"] = { affix = "", "(10-15)% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 50, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBelt6"] = { affix = "", "25% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyStr4"] = { affix = "", "25% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBootsStrDex3"] = { affix = "", "20% reduced Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueHelmetStrInt4"] = { affix = "", "40% reduced Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyStrInt5"] = { affix = "", "(20-30)% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueRing15"] = { affix = "", "10% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueHelmetStrDex6"] = { affix = "", "40% reduced Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueStaff10_"] = { affix = "", "20% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueShieldDemigods"] = { affix = "", "20% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__1"] = { affix = "", "20% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__2"] = { affix = "", "(10-30)% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__3"] = { affix = "", "20% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__4"] = { affix = "", "20% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__5"] = { affix = "", "(15-25)% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__6"] = { affix = "", "50% reduced Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnfeebleOnHitUniqueShieldStr3"] = { affix = "", "25% chance to Curse Non-Cursed Enemies with Enfeeble on Hit, with 80% increased Effect", statOrderKey = "4499", statOrder = { 4499 }, level = 1, group = "EnfeebleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["GroundTarOnCritTakenUniqueShieldInt2"] = { affix = "", "Spreads Tar when you take a Critical Strike", statOrderKey = "1827", statOrder = { 1827 }, level = 1, group = "GroundTarOnCritTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GroundTarOnHitTakenUnique__1"] = { affix = "", "20% chance to spread Tar when Hit", statOrderKey = "5004", statOrder = { 5004 }, level = 1, group = "GroundTarOnHitTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["SpellsHaveCullingStrikeUniqueDagger4"] = { affix = "", "Your Spells have Culling Strike", statOrderKey = "1841", statOrder = { 1841 }, level = 1, group = "SpellsHaveCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["EvasionRatingPercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "150% increased Global Evasion Rating when on Low Life", statOrderKey = "1844", statOrder = { 1844 }, level = 1, group = "EvasionRatingPercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalLifeLeechIsInstantUniqueClaw3"] = { affix = "", "Life Leech from Hits with this Weapon is instant", statOrderKey = "1846", statOrder = { 1846 }, level = 1, group = "LocalLifeLeechIsInstant", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReducedManaReservationsCostUniqueHelmetDex5"] = { affix = "", "8% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedManaReservationsCostUniqueOneHandSword11"] = { affix = "", "5% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedManaReservationsCostUnique__1"] = { affix = "", "40% increased Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedManaReservationsCostUnique__2"] = { affix = "", "10% increased Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedManaReservationsCostUniqueJewel44"] = { affix = "", "2% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedManaReservationCostUnique__1"] = { affix = "", "6% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedManaReservationCostUnique__2"] = { affix = "", "(6-10)% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireResistOnLowLifeUniqueShieldStrInt5"] = { affix = "", "+25% to Fire Resistance while on Low Life", statOrderKey = "1028", statOrder = { 1028 }, level = 1, group = "FireResistOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["AvoidIgniteOnLowLifeUniqueShieldStrInt5"] = { affix = "", "Cannot be Ignited while on Low Life", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "AvoidIgniteOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SocketedGemsGetElementalProliferationUniqueBodyInt5"] = { affix = "", "Socketed Gems are Supported by Level 5 Elemental Proliferation", statOrderKey = "231", statOrder = { 231 }, level = 1, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetElementalProliferationUniqueSceptre7"] = { affix = "", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrderKey = "231", statOrder = { 231 }, level = 94, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SkillEffectDurationUniqueTwoHandMace5"] = { affix = "", "15% increased Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedSkillEffectDurationUniqueAmulet20"] = { affix = "", "(10-15)% reduced Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 63, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationUnique__1"] = { affix = "", "(10-15)% increased Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationUnique__2_"] = { affix = "", "(-10-10)% reduced Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationUniqueJewel44"] = { affix = "", "4% increased Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationUnique__3"] = { affix = "", "30% increased Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 75, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationThresholdJewel"] = { affix = "", "(15-20)% reduced Spark Duration", statOrderKey = "7149", statOrder = { 7149 }, level = 1, group = "SparkSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["LocalIncreaseSocketedMovementGemLevelUniqueBodyDex5"] = { affix = "", "+2 to Level of Socketed Movement Gems", statOrderKey = "63", statOrder = { 63 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["MovementVelocityPerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "5% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUniqueBodyDexInt3"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUniqueDescentOneHandSword1_"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChanceToDodgePerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "2% chance to Dodge Attack Hits per Frenzy Charge", statOrderKey = "1855", statOrder = { 1855 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["MaximumFrenzyChargesUniqueBootsStrDex2_"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["MaximumFrenzyChargesUniqueBodyStr3"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["MaximumFrenzyChargesUniqueDescentOneHandSword1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ReducedMaximumFrenzyChargesUniqueCorruptedJewel16"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ReducedMaximumFrenzyChargesUnique__1"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ReducedMaximumFrenzyChargesUnique__2_"] = { affix = "", "-2 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["WeaponPhysicalDamagePerStrength"] = { affix = "", "1% increased Area of Effect per 20 Intelligence", statOrderKey = "1852", statOrder = { 1852 }, level = 1, group = "WeaponPhysicalDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackSpeedPerDexterity"] = { affix = "", "1% increased Attack Speed per 10 Dexterity", statOrderKey = "1853", statOrder = { 1853 }, level = 1, group = "AttackSpeedPerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAreaOfEffectPerIntelligence"] = { affix = "", "16% increased Physical Weapon Damage per 10 Strength", statOrderKey = "1854", statOrder = { 1854 }, level = 1, group = "IncreasedAreaOfEffectPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["FrenzyChargeDurationUniqueBootsStrDex2"] = { affix = "", "40% reduced Frenzy Charge Duration", statOrderKey = "1487", statOrder = { 1487 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeDurationUnique__1"] = { affix = "", "20% reduced Frenzy Charge Duration", statOrderKey = "1487", statOrder = { 1487 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["AdditionalTotemsUniqueBodyInt7"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrderKey = "1609", statOrder = { 1609 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalTotemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrderKey = "1609", statOrder = { 1609 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TotemLifeUniqueBodyInt7"] = { affix = "", "50% increased Totem Life", statOrderKey = "1151", statOrder = { 1151 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemLifeUnique__1"] = { affix = "", "(14-20)% increased Totem Life", statOrderKey = "1151", statOrder = { 1151 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemLifeUnique__2_"] = { affix = "", "(30-50)% increased Totem Life", statOrderKey = "1151", statOrder = { 1151 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DisplaySocketedGemGetsSpellTotemBodyInt7"] = { affix = "", "Socketed Gems are Supported by Level 20 Spell Totem", statOrderKey = "229", statOrder = { 229 }, level = 1, group = "DisplaySocketedGemGetsSpellTotemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsIncreasedDurationGlovesInt4_"] = { affix = "", "Socketed Gems are Supported by Level 10 Increased Duration", statOrderKey = "226", statOrder = { 226 }, level = 1, group = "DisplaySocketedGemGetsIncreasedDurationLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["RandomlyCursedWhenTotemsDieUniqueBodyInt7"] = { affix = "", "Inflicts a random Hex on you when your Totems die, with 80% more Effect", statOrderKey = "1860", statOrder = { 1860 }, level = 1, group = "RandomlyCursedWhenTotemsDie", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["DisplaySocketedGemGetsAddedLightningDamageGlovesDexInt3"] = { affix = "", "Socketed Gems are Supported by Level 18 Added Lightning Damage", statOrderKey = "232", statOrder = { 232 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ShockDurationUniqueGlovesDexInt3"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrderKey = "5363", statOrder = { 5363 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUniqueStaff8"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrderKey = "5363", statOrder = { 5363 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration on Enemies", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUnique__2"] = { affix = "", "50% increased Duration of Lightning Ailments", statOrderKey = "5363", statOrder = { 5363 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedPhysicalDamageTakenUniqueHelmetStr3"] = { affix = "", "(40-50)% increased Physical Damage taken", statOrderKey = "1596", statOrder = { 1596 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["IncreasedPhysicalDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Physical Damage taken", statOrderKey = "1596", statOrder = { 1596 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["IncreasedPhysicalDamageTakenUniqueBootsDex8"] = { affix = "", "20% increased Physical Damage taken", statOrderKey = "1596", statOrder = { 1596 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["IncreasedLocalAttributeRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Attribute Requirements", statOrderKey = "572", statOrder = { 572 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TemporalChainsOnHitUniqueGlovesInt3"] = { affix = "", "Curse Enemies with Temporal Chains on Hit", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "TemporalChainsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3"] = { affix = "", "+(100-125)% to Melee Critical Strike Multiplier", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["DisablesOtherRingSlot"] = { affix = "", "Can't use other Rings", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "DisablesOtherRingSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUniqueAmulet10"] = { affix = "", "Items and Gems have 25% reduced Attribute Requirements", statOrderKey = "1861", statOrder = { 1861 }, level = 20, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUniqueAmulet19"] = { affix = "", "Items and Gems have 10% reduced Attribute Requirements", statOrderKey = "1861", statOrder = { 1861 }, level = 45, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUnique__1_"] = { affix = "", "Items and Gems have 100% reduced Attribute Requirements", statOrderKey = "1861", statOrder = { 1861 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUnique__2"] = { affix = "", "Items and Gems have 50% increased Attribute Requirements", statOrderKey = "1861", statOrder = { 1861 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedCurseEffectUniqueRing7"] = { affix = "", "50% reduced Effect of Curses on you", statOrderKey = "1532", statOrder = { 1532 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ReducedCurseEffectUniqueRing26"] = { affix = "", "40% reduced Effect of Curses on you", statOrderKey = "1532", statOrder = { 1532 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedCurseEffectUnique__1"] = { affix = "", "50% increased Effect of Curses on you", statOrderKey = "1532", statOrder = { 1532 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ReducedCurseEffectUnique__1"] = { affix = "", "20% reduced Effect of Curses on you", statOrderKey = "1532", statOrder = { 1532 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ManaGainPerTargetUniqueRing7"] = { affix = "", "+30 Mana gained for each Enemy hit by your Attacks", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUniqueTwoHandAxe9"] = { affix = "", "+30 Mana gained for each Enemy hit by Attacks", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUnique__1"] = { affix = "", "+(2-3) Mana gained for each Enemy hit by Attacks", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUnique__2"] = { affix = "", "+2 Mana gained for each Enemy hit by Attacks", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["DisplaySocketedGemGetsChancetoFleeUniqueShieldDex4"] = { affix = "", "Socketed Gems are supported by Level 10 Chance to Flee", statOrderKey = "254", statOrder = { 254 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3"] = { affix = "", "Socketed Gems are supported by Level 2 Chance to Flee", statOrderKey = "254", statOrder = { 254 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["EnemyCriticalStrikeMultiplierUniqueRing8"] = { affix = "", "You take 50% reduced Extra Damage from Critical Strikes", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "EnemyCriticalMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["PlayerLightAlternateColourUniqueRing9"] = { affix = "", "Emits a golden glow", statOrderKey = "1863", statOrder = { 1863 }, level = 1, group = "PlayerLightAlternateColour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosResistanceOnLowLifeUniqueRing9"] = { affix = "", "+(20-25)% to Chaos Resistance when on Low Life", statOrderKey = "1864", statOrder = { 1864 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["EnemyHitsRollLowDamageUniqueRing9"] = { affix = "", "Enemy hits on you roll low Damage", statOrderKey = "1862", statOrder = { 1862 }, level = 1, group = "EnemyHitsRollLowDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Attacks", statOrderKey = "234", statOrder = { 234 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are Supported by Level 12 Faster Attacks", statOrderKey = "234", statOrder = { 234 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsFasterAttackUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 13 Faster Attacks", statOrderKey = "234", statOrder = { 234 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsGetsFasterAttackUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Attacks", statOrderKey = "234", statOrder = { 234 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsMeleePhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 18 Melee Physical Damage", statOrderKey = "233", statOrder = { 233 }, level = 1, group = "DisplaySocketedGemGetsMeleePhysicalDamageLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ChanceToGainEnduranceChargeOnBlockUniqueHelmetStrDex4"] = { affix = "", "20% chance to gain an Endurance Charge when you Block", statOrderKey = "1484", statOrder = { 1484 }, level = 1, group = "MonsterCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "endurance_charge" }, }, + ["ChanceToGainEnduranceChargeOnBlockUniqueDescentShield1"] = { affix = "", "50% chance to gain an Endurance Charge when you Block", statOrderKey = "1484", statOrder = { 1484 }, level = 1, group = "MonsterCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "endurance_charge" }, }, + ["EnemyExtraDamageRollsOnLowLifeUniqueRing9"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Low Life", statOrderKey = "1865", statOrder = { 1865 }, level = 1, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemyExtraDamageRollsOnFullLifeUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Full Life", statOrderKey = "4745", statOrder = { 4745 }, level = 68, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["EnemyExtraDamageRollsWithLightningDamageUnique__1"] = { affix = "", "Lightning Damage of Enemies Hitting you is Lucky", statOrderKey = "4716", statOrder = { 4716 }, level = 37, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ItemDropsOnDeathUniqueAmulet12"] = { affix = "", "Item drops on death", statOrderKey = "1867", statOrder = { 1867 }, level = 1, group = "ItemDropsOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightningDamageOnChargeExpiryUniqueAmulet12"] = { affix = "", "Deal 1 to 1000 Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge", statOrderKey = "1866", statOrder = { 1866 }, level = 1, group = "LightningDamageOnChargeExpiry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AttackerTakesChaosDamageUniqueBodyStrInt4"] = { affix = "", "Reflects 30 Chaos Damage to Melee Attackers", statOrderKey = "1567", statOrder = { 1567 }, level = 1, group = "AttackerTakesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedMaximumPowerChargesUniqueWand3"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUniqueStaff7"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__2"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__1"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__3"] = { affix = "", "+2 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ReducedMaximumPowerChargesUniqueCorruptedJewel18"] = { affix = "", "-1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ReducedMaximumPowerChargesUnique__1"] = { affix = "", "-1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedPowerChargeDurationUniqueWand3"] = { affix = "", "15% increased Power Charge Duration", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Power Charge Duration", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedPowerChargeDurationUnique__1"] = { affix = "", "(80-100)% increased Power Charge Duration", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedSpellDamagePerPowerChargeUniqueWand3"] = { affix = "", "25% increased Spell Damage per Power Charge", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IncreasedSpellDamagePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Spell Damage per Power Charge", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IncreasedSpellDamagePerPowerChargeUnique__1"] = { affix = "", "(12-16)% increased Spell Damage per Power Charge", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ConsecratedGroundOnBlockUniqueBodyInt8"] = { affix = "", "100% chance to create Consecrated Ground when you Block", statOrderKey = "1882", statOrder = { 1882 }, level = 1, group = "ConsecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["DesecratedGroundOnBlockUniqueBodyStrInt4"] = { affix = "", "100% chance to create Desecrated Ground when you Block", statOrderKey = "1883", statOrder = { 1883 }, level = 1, group = "DesecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["DisableChestSlot"] = { affix = "", "Can't use Chest armour", statOrderKey = "1892", statOrder = { 1892 }, level = 1, group = "DisableChestSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalIncreaseSocketedElementalGemUniqueGlovesInt6"] = { affix = "", "+1 to Level of Socketed Elemental Gems", statOrderKey = "81", statOrder = { 81 }, level = 1, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "gem" }, }, + ["LocalIncreaseSocketedElementalGemUnique___1"] = { affix = "", "+2 to Level of Socketed Elemental Gems", statOrderKey = "81", statOrder = { 81 }, level = 50, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "gem" }, }, + ["EnergyShieldGainedFromEnemyDeathUniqueGlovesInt6"] = { affix = "", "+(15-20) Energy Shield gained on Kill", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "+(10-15) Energy Shield gained on Kill", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldGainedFromEnemyDeathUnique__1"] = { affix = "", "+(15-25) Energy Shield gained on Kill", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedClawDamageOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Claw Physical Damage when on Low Life", statOrderKey = "1893", statOrder = { 1893 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedClawDamageOnLowLifeUnique__1__"] = { affix = "", "200% increased Damage with Claws while on Low Life", statOrderKey = "4348", statOrder = { 4348 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedAccuracyWhenOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Accuracy Rating when on Low Life", statOrderKey = "1894", statOrder = { 1894 }, level = 1, group = "IncreasedAccuracyWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrderKey = "650", statOrder = { 650 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedWhenOnLowLifeUnique__1"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrderKey = "650", statOrder = { 650 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedWhenOnLowLifeUniqueDescentHelmet1"] = { affix = "", "30% increased Attack Speed when on Low Life", statOrderKey = "650", statOrder = { 650 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["ReducedProjectileDamageUniqueAmulet12"] = { affix = "", "40% reduced Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ReducedProjectileDamageTakenUniqueAmulet12"] = { affix = "", "20% reduced Damage taken from Projectiles", statOrderKey = "2043", statOrder = { 2043 }, level = 1, group = "ProjectileDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NoItemRarity"] = { affix = "", "You cannot increase the Rarity of Items found", statOrderKey = "1858", statOrder = { 1858 }, level = 1, group = "NoItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NoItemQuantity"] = { affix = "", "You cannot increase the Quantity of Items found", statOrderKey = "1859", statOrder = { 1859 }, level = 1, group = "NoItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotDieToElementalReflect"] = { affix = "", "You cannot be killed by reflected Elemental Damage", statOrderKey = "1957", statOrder = { 1957 }, level = 1, group = "CannotDieToElementalReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MeleeAttacksUsableWithoutManaUniqueOneHandAxe1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrderKey = "1966", statOrder = { 1966 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["MeleeAttacksUsableWithoutManaUnique__1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrderKey = "1966", statOrder = { 1966 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["HybridStrDex"] = { affix = "", "+(16-24) to Strength and Dexterity", statOrderKey = "613", statOrder = { 613 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["HybridStrInt"] = { affix = "", "+(16-24) to Strength and Intelligence", statOrderKey = "614", statOrder = { 614 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["HybridDexInt"] = { affix = "", "+(16-24) to Dexterity and Intelligence", statOrderKey = "615", statOrder = { 615 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["HybridStrDexUnique__1"] = { affix = "", "+(30-50) to Strength and Dexterity", statOrderKey = "613", statOrder = { 613 }, level = 1, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IncreasedMeleeWeaponAndUnarmedRangeUniqueAmulet13"] = { affix = "", "+2 to Melee Strike Range", statOrderKey = "1843", statOrder = { 1843 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedMeleeWeaponAndUnarmedRangeUniqueJewel42"] = { affix = "", "+1 to Melee Strike Range", statOrderKey = "1843", statOrder = { 1843 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe7_"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUnique__1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUnique___2"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeEssence1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["EnduranceChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Endurance Charge Duration", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["EnduranceChargeDurationUniqueBodyStrInt4"] = { affix = "", "30% increased Endurance Charge Duration", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["FrenzyChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 20, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUniqueBootsDex4"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUniqueDescentOneHandSword1"] = { affix = "", "33% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUnique__2"] = { affix = "", "25% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["PowerChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceUniqueDescentDagger1"] = { affix = "", "15% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceUniqueUniqueShieldInt3"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceUnique__1"] = { affix = "", "(25-35)% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceProphecy_"] = { affix = "", "30% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["EnduranceChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain an Endurance Charge on Kill", statOrderKey = "1931", statOrder = { 1931 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["EnduranceChargeOnPowerChargeExpiryUniqueAmulet14"] = { affix = "", "Gain an Endurance Charge when you lose a Power Charge", statOrderKey = "1934", statOrder = { 1934 }, level = 1, group = "EnduranceChargeOnPowerChargeExpiry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChillAndFreezeBasedOffEnergyShieldBelt5Unique"] = { affix = "", "Chill Effect and Freeze Duration on you are based on 100% of Energy Shield", statOrderKey = "1900", statOrder = { 1900 }, level = 70, group = "ChillAndFreezeDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["MeleeDamageOnFullLifeUniqueAmulet13"] = { affix = "", "60% increased Melee Damage when on Full Life", statOrderKey = "1936", statOrder = { 1936 }, level = 1, group = "MeleeDamageOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ConsecrateOnCritChanceToCreateUniqueRing11"] = { affix = "", "Creates Consecrated Ground on Critical Strike", statOrderKey = "1937", statOrder = { 1937 }, level = 1, group = "ConsecrateOnCritChanceToCreate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ProjectileSpeedPerFrenzyChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Speed per Frenzy Charge", statOrderKey = "1938", statOrder = { 1938 }, level = 1, group = "ProjectileSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileDamagePerPowerChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Damage per Power Charge", statOrderKey = "1939", statOrder = { 1939 }, level = 1, group = "ProjectileDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["RightRingSlotNoManaRegenUniqueRing13"] = { affix = "", "Right ring slot: You cannot Regenerate Mana", statOrderKey = "1945", statOrder = { 1945 }, level = 38, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["RightRingSlotEnergyShieldRegenUniqueRing13"] = { affix = "", "Right ring slot: Regenerate 3% of Energy Shield per second", statOrderKey = "1946", statOrder = { 1946 }, level = 38, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LeftRingSlotManaRegenUniqueRing13"] = { affix = "", "Left ring slot: 100% increased Mana Regeneration Rate", statOrderKey = "1951", statOrder = { 1951 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LeftRingSlotNoEnergyShieldRegenUniqueRing13"] = { affix = "", "Left ring slot: You cannot Recharge or Regenerate Energy Shield", statOrderKey = "1949", statOrder = { 1949 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate 1% of Energy Shield per second", statOrderKey = "1944", statOrder = { 1944 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRegenerationUnique__2"] = { affix = "", "Regenerate 1% of Energy Shield per second", statOrderKey = "1944", statOrder = { 1944 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRegenerationUnique__3"] = { affix = "", "Regenerate 2% of Energy Shield per second", statOrderKey = "1944", statOrder = { 1944 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["FlatEnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate (80-100) Energy Shield per second", statOrderKey = "1943", statOrder = { 1943 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifeLeechAnyDamageUnique__1"] = { affix = "", "1% of Damage Leeched as Life", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "LifeLeechAnyDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["KilledMonsterItemRarityOnCritUniqueRing11"] = { affix = "", "(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Strike", statOrderKey = "1940", statOrder = { 1940 }, level = 1, group = "KilledMonsterItemRarityOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["OnslaughtBuffOnKillUniqueRing12"] = { affix = "", "You gain Onslaught for 4 seconds on Kill", statOrderKey = "1941", statOrder = { 1941 }, level = 58, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtBuffOnKillUniqueDagger12"] = { affix = "", "You gain Onslaught for 3 seconds on Kill", statOrderKey = "1941", statOrder = { 1941 }, level = 1, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackAndCastSpeedPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "4% reduced Attack and Cast Speed per Frenzy Charge", statOrderKey = "1410", statOrder = { 1410 }, level = 1, group = "AttackAndCastSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["LifeRegenerationPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "Regenerate 0.8% of Life per second per Frenzy Charge", statOrderKey = "1929", statOrder = { 1929 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnemiesOnLowLifeTakeMoreDamagePerFrenzyChargeUniqueBootsDex4"] = { affix = "", "(20-30)% increased Damage per Frenzy Charge with Hits against Enemies on Low Life", statOrderKey = "2110", statOrder = { 2110 }, level = 1, group = "EnemiesOnLowLifeTakeMoreDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AvoidIgniteUniqueOneHandSword4"] = { affix = "", "Cannot be Ignited", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedMovementVelictyWhileCursedUniqueOneHandSword4"] = { affix = "", "30% increased Movement Speed while Cursed", statOrderKey = "1928", statOrder = { 1928 }, level = 1, group = "MovementVelocityWhileCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ShieldBlockChanceUniqueAmulet16"] = { affix = "", "+10% Chance to Block Attack Damage while holding a Shield", statOrderKey = "585", statOrder = { 585 }, level = 1, group = "GlobalShieldBlockChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ReflectDamageToAttackersOnBlockUniqueAmulet16"] = { affix = "", "Reflects 240 to 300 Physical Damage to Attackers on Block", statOrderKey = "1895", statOrder = { 1895 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueDescentStaff1"] = { affix = "", "Reflects 8 to 14 Physical Damage to Attackers on Block", statOrderKey = "1895", statOrder = { 1895 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueDescentShield1"] = { affix = "", "Reflects 4 to 8 Physical Damage to Attackers on Block", statOrderKey = "1895", statOrder = { 1895 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueShieldDex5"] = { affix = "", "Reflects 1 to 1000 Physical Damage to Attackers on Block", statOrderKey = "1895", statOrder = { 1895 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueStaff9"] = { affix = "", "Reflects (22-44) Physical Damage to Attackers on Block", statOrderKey = "1895", statOrder = { 1895 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["GainLifeOnBlockUniqueAmulet16"] = { affix = "", "+(34-48) Life gained when you Block", statOrderKey = "1137", statOrder = { 1137 }, level = 1, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, + ["GainManaOnBlockUniqueAmulet16"] = { affix = "", "+(18-24) Mana gained when you Block", statOrderKey = "1138", statOrder = { 1138 }, level = 57, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "mana" }, }, + ["GainManaOnBlockUnique__1"] = { affix = "", "+(30-50) Mana gained when you Block", statOrderKey = "1138", statOrder = { 1138 }, level = 1, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "mana" }, }, + ["ZombieLifeUniqueSceptre3"] = { affix = "", "Raised Zombies have +5000 to maximum Life", statOrderKey = "1898", statOrder = { 1898 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["ZombieDamageUniqueSceptre3"] = { affix = "", "Raised Zombies deal (80-100)% more Physical Damage", statOrderKey = "7453", statOrder = { 7453 }, level = 1, group = "ZombieDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["ZombieChaosElementalResistsUniqueSceptre3"] = { affix = "", "Raised Zombies have +(25-30)% to all Resistances", statOrderKey = "1899", statOrder = { 1899 }, level = 1, group = "ZombieChaosElementalResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance", "minion" }, }, + ["ZombieSizeUniqueSceptre3_"] = { affix = "", "25% increased Raised Zombie Size", statOrderKey = "1961", statOrder = { 1961 }, level = 1, group = "ZombieSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ZombiesExplodeEnemiesOnHitUniqueSceptre3"] = { affix = "", "Enemies Killed by Zombies' Hits Explode, dealing 20% of their Life as Fire Damage", statOrderKey = "1963", statOrder = { 1963 }, level = 1, group = "ZombiesExplodeEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["NumberOfZombiesSummonedPercentageUniqueSceptre3"] = { affix = "", "50% reduced maximum number of Raised Zombies", statOrderKey = "1897", statOrder = { 1897 }, level = 1, group = "NumberOfZombiesSummonedPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["IncreasedIntelligencePerUniqueUniqueRing14"] = { affix = "", "2% increased Intelligence for each Unique Item Equipped", statOrderKey = "1901", statOrder = { 1901 }, level = 1, group = "IncreasedIntelligencePerUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IncreasedChanceForMonstersToDropWisdomScrollsUniqueRing14"] = { affix = "", "3% chance for Slain monsters to drop an additional Scroll of Wisdom", statOrderKey = "1904", statOrder = { 1904 }, level = 1, group = "IncreasedChanceForMonstersToDropWisdomScrolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ConvertColdToFireUniqueRing15"] = { affix = "", "40% of Cold Damage Converted to Fire Damage", statOrderKey = "1335", statOrder = { 1335 }, level = 1, group = "ConvertColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, }, + ["IgnitedEnemiesTurnToAshUniqueRing15"] = { affix = "", "Ignited Enemies Killed by your Hits are destroyed", statOrderKey = "1902", statOrder = { 1902 }, level = 1, group = "IgnitedEnemiesTurnToAsh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UndyingRageOnCritUniqueTwoHandMace6"] = { affix = "", "You gain Onslaught for 4 seconds on Critical Strike", statOrderKey = "1960", statOrder = { 1960 }, level = 1, group = "UndyingRageOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NoBonusesFromCriticalStrikes"] = { affix = "", "Your Critical Strikes do not deal extra Damage", statOrderKey = "1959", statOrder = { 1959 }, level = 1, group = "NoBonusesFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["FlaskItemRarityUniqueFlask1"] = { affix = "", "(40-60)% increased Rarity of Items found during Flask effect", statOrderKey = "1905", statOrder = { 1905 }, level = 1, group = "FlaskItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskItemQuantityUniqueFlask1"] = { affix = "", "(12-18)% increased Quantity of Items found during Flask effect", statOrderKey = "1906", statOrder = { 1906 }, level = 1, group = "FlaskItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskLightRadiusUniqueFlask1"] = { affix = "", "25% increased Light Radius during Flask effect", statOrderKey = "1907", statOrder = { 1907 }, level = 1, group = "FlaskLightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskMaximumElementalResistancesUniqueFlask1"] = { affix = "", "+4% to all maximum Elemental Resistances during Flask effect", statOrderKey = "1908", statOrder = { 1908 }, level = 1, group = "FlaskMaximumElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, }, + ["FlaskElementalResistancesUniqueFlask1_"] = { affix = "", "+50% to Elemental Resistances during Flask Effect", statOrderKey = "1909", statOrder = { 1909 }, level = 1, group = "FlaskElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, }, + ["SpellDamageModifiersApplyToAttackDamageUniqueHelmetInt7"] = { affix = "", "Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value", statOrderKey = "1969", statOrder = { 1969 }, level = 1, group = "SpellDamageModifiersApplyToAttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ConvertFireToChaosUniqueBodyInt4"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrderKey = "1338", statOrder = { 1338 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ConvertFireToChaosUniqueBodyInt4Updated"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrderKey = "1337", statOrder = { 1337 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ConvertFireToChaosUniqueDagger10"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrderKey = "1338", statOrder = { 1338 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ConvertFireToChaosUniqueDagger10Updated"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrderKey = "1337", statOrder = { 1337 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["MovementVelicityPerEvasionUniqueBodyDex6"] = { affix = "", "1% increased Movement Speed per 600 Evasion Rating, up to 75%", statOrderKey = "1956", statOrder = { 1956 }, level = 1, group = "MovementVelicityPerEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["PhysicalDamageCanChillUniqueOneHandAxe1"] = { affix = "", "Your Physical Damage can Chill", statOrderKey = "2180", statOrder = { 2180 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["PhysicalDamageCanChillUniqueDescentOneHandAxe1"] = { affix = "", "Your Physical Damage can Chill", statOrderKey = "2180", statOrder = { 2180 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ItemQuantityWhenFrozenUniqueBow9"] = { affix = "", "15% increased Quantity of Items Dropped by Slain Frozen Enemies", statOrderKey = "1987", statOrder = { 1987 }, level = 1, group = "ItemQuantityWhenFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemRarityWhenShockedUniqueBow9"] = { affix = "", "30% increased Rarity of Items Dropped by Slain Shocked Enemies", statOrderKey = "1989", statOrder = { 1989 }, level = 1, group = "ItemRarityWhenShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaLeechPerPowerChargeUniqueBelt5"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana per Power Charge", statOrderKey = "1099", statOrder = { 1099 }, level = 88, group = "ManaLeechPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadPerPowerChargeUniqueBelt5_"] = { affix = "", "0.2% of Attack Damage Leeched as Mana per Power Charge", statOrderKey = "6001", statOrder = { 6001 }, level = 88, group = "ManaLeechPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["LocalChaosDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalChaosDamageUniqueTwoHandSword7"] = { affix = "", "Adds (60-68) to (90-102) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageUnique___1"] = { affix = "", "Adds 1 to 59 Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageUnique__2"] = { affix = "", "Adds (53-67) to (71-89) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["ChaosDegenerationAuraPlayersUniqueBodyStr3"] = { affix = "", "450 Chaos Damage taken per second", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraNonPlayersUniqueBodyStr3"] = { affix = "", "250 Chaos Damage taken per second", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraNonPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["UniqueWingsOfEntropyCountsAsDualWielding"] = { affix = "", "Counts as Dual Wielding", statOrderKey = "1991", statOrder = { 1991 }, level = 1, group = "CountsAsDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosDegenerationOnKillUniqueBodyStr3"] = { affix = "", "You take 450 Chaos Damage per second for 3 seconds on Kill", statOrderKey = "1986", statOrder = { 1986 }, level = 1, group = "ChaosDegenerationOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ItemBloodFootstepsUniqueBodyStr3"] = { affix = "", "Gore Footprints", statOrderKey = "7535", statOrder = { 7535 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["DisplayChaosDegenerationAuraUniqueBodyStr3"] = { affix = "", "Deals 450 Chaos Damage per second to nearby Enemies", statOrderKey = "1985", statOrder = { 1985 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DisplayChaosDegenerationAuraUnique__1"] = { affix = "", "Deals 50 Chaos Damage per second to nearby Enemies", statOrderKey = "1985", statOrder = { 1985 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ItemBloodFootstepsUniqueBootsDex4"] = { affix = "", "Gore Footprints", statOrderKey = "7535", statOrder = { 7535 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["ItemSilverFootstepsUniqueHelmetStrDex2"] = { affix = "", "Mercury Footprints", statOrderKey = "7540", statOrder = { 7540 }, level = 1, group = "ItemSilverFootsteps", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemBloodFootstepsUnique__1"] = { affix = "", "Gore Footprints", statOrderKey = "7535", statOrder = { 7535 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["MaximumBlockChanceUniqueAmulet16"] = { affix = "", "+3% to maximum Chance to Block Attack Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MaximumBlockChanceUnique__1"] = { affix = "", "-10% to maximum Chance to Block Attack Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["FasterBurnFromAttacksUniqueOneHandSword4"] = { affix = "", "Ignites you inflict deal Damage 50% faster", statOrderKey = "1873", statOrder = { 1873 }, level = 1, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["CannotLeechMana"] = { affix = "", "Cannot Leech Mana", statOrderKey = "1877", statOrder = { 1877 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotLeechManaUnique__1_"] = { affix = "", "Cannot Leech Mana", statOrderKey = "1877", statOrder = { 1877 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemiesCannotLeechMana"] = { affix = "", "Enemies Cannot Leech Mana From you", statOrderKey = "1760", statOrder = { 1760 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotLeechOnLowLife"] = { affix = "", "Cannot Leech when on Low Life", statOrderKey = "1879", statOrder = { 1879 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MeleeDamageIncreaseUniqueHelmetStrDex3"] = { affix = "", "20% increased Melee Damage", statOrderKey = "662", statOrder = { 662 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageUniqueAmulet12"] = { affix = "", "(30-40)% increased Melee Damage", statOrderKey = "662", statOrder = { 662 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageImplicitGloves1"] = { affix = "", "(16-20)% increased Melee Damage", statOrderKey = "662", statOrder = { 662 }, level = 78, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageUnique__1"] = { affix = "", "(20-25)% increased Melee Damage", statOrderKey = "662", statOrder = { 662 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageUnique__2"] = { affix = "", "(25-40)% increased Melee Damage", statOrderKey = "662", statOrder = { 662 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["DamageAuraUniqueHelmetDexInt2"] = { affix = "", "15% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IronReflexes"] = { affix = "", "Iron Reflexes", statOrderKey = "7486", statOrder = { 7486 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["ChanceToIgniteUniqueOneHandSword4"] = { affix = "", "30% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["DisplayDamageAuraUniqueHelmetDexInt2"] = { affix = "", "You and nearby allies gain 15% increased Damage", statOrderKey = "1993", statOrder = { 1993 }, level = 1, group = "DisplayDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MainHandAddedFireDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Fire Damage in Main Hand", statOrderKey = "786", statOrder = { 786 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["MainHandAddedFireDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Fire Damage in Main Hand", statOrderKey = "786", statOrder = { 786 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["OffHandAddedChaosDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Chaos Damage in Off Hand", statOrderKey = "808", statOrder = { 808 }, level = 1, group = "OffHandAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["OffHandAddedColdDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Cold Damage in Off Hand", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "OffHandAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["ChaosDamageCanShockUniqueBow10"] = { affix = "", "Your Chaos Damage can Shock", statOrderKey = "2171", statOrder = { 2171 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, }, + ["ConvertLightningDamageToChaosUniqueBow10"] = { affix = "", "60% of Lightning Damage Converted to Chaos Damage", statOrderKey = "1334", statOrder = { 1334 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["ConvertLightningDamageToChaosUniqueBow10Updated"] = { affix = "", "60% of Lightning Damage Converted to Chaos Damage", statOrderKey = "1333", statOrder = { 1333 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["MaximumShockOverrideUniqueBow10"] = { affix = "", "Your Shocks can increase Damage taken by up to a maximum of 100%", statOrderKey = "7361", statOrder = { 7361 }, level = 1, group = "MaximumShockOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AttacksShockAsIfDealingMoreDamageUniqueBow10"] = { affix = "", "Shock Enemies as though dealing 300% more Damage", statOrderKey = "2231", statOrder = { 2231 }, level = 1, group = "WeaponShockAsIfDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AttacksShockAsIfDealingMoreDamageUnique__2"] = { affix = "", "Shock Enemies as though dealing 300% more Damage", statOrderKey = "2231", statOrder = { 2231 }, level = 1, group = "WeaponShockAsIfDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["EnemiesExplodeOnDeathUniqueTwoHandMace7"] = { affix = "", "Enemies Killed with Attack or Spell Hits Explode, dealing 10% of their Life as Fire Damage", statOrderKey = "1999", statOrder = { 1999 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DisplaySocketedGemGetsReducedManaCostUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Inspiration", statOrderKey = "250", statOrder = { 250 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsGetFasterCastUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Casting", statOrderKey = "255", statOrder = { 255 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByFasterCastUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Casting", statOrderKey = "255", statOrder = { 255 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["FlaskRemovePercentageOfEnergyShieldUniqueFlask2"] = { affix = "", "Removes 20% of your maximum Energy Shield on use", statOrderKey = "1975", statOrder = { 1975 }, level = 1, group = "FlaskRemovePercentageOfEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, + ["FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2"] = { affix = "", "You take 10% of your maximum Life as Chaos Damage on use", statOrderKey = "1980", statOrder = { 1980 }, level = 1, group = "FlaskTakeChaosDamagePercentageOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["FlaskGainFrenzyChargeUniqueFlask2"] = { affix = "", "You gain a Frenzy Charge on use", statOrderKey = "1982", statOrder = { 1982 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "frenzy_charge" }, }, + ["FlaskGainPowerChargeUniqueFlask2"] = { affix = "", "You gain a Power Charge on use", statOrderKey = "1981", statOrder = { 1981 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "power_charge" }, }, + ["FlaskGainEnduranceChargeUniqueFlask2"] = { affix = "", "You gain an Endurance Charge on use", statOrderKey = "1983", statOrder = { 1983 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "flask" }, }, + ["FlaskGainEnduranceChargeUnique__1_"] = { affix = "", "You gain an Endurance Charge on use", statOrderKey = "1983", statOrder = { 1983 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "flask" }, }, + ["CanOnlyDealDamageWithThisWeapon"] = { affix = "", "You can only deal Damage with this Weapon or Ignite", statOrderKey = "2007", statOrder = { 2007 }, level = 1, group = "CanOnlyDealDamageWithThisWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalFlaskChargesUsedUniqueFlask2"] = { affix = "", "(120-150)% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalFlaskChargesUsedUniqueFlask9"] = { affix = "", "(70-100)% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalFlaskChargesUsedUnique__1"] = { affix = "", "(50-100)% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalFlaskChargesUsedUnique__2"] = { affix = "", "(10-20)% reduced Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LeftRingSlotElementalReflectDamageTakenUniqueRing10"] = { affix = "", "Left ring slot: You and your Minions take 80% reduced Reflected Elemental Damage", statOrderKey = "2004", statOrder = { 2004 }, level = 57, group = "LeftRingSlotElementalReflectDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["RightRingSlotPhysicalReflectDamageTakenUniqueRing10"] = { affix = "", "Right ring slot: You and your Minions take 80% reduced Reflected Physical Damage", statOrderKey = "2005", statOrder = { 2005 }, level = 1, group = "RightRingSlotPhysicalReflectDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["DamageCannotBeReflectedUnique__1"] = { affix = "", "Damage cannot be Reflected", statOrderKey = "4509", statOrder = { 4509 }, level = 1, group = "ReflectedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedEnemyFireResistanceUniqueHelmetInt5"] = { affix = "", "Damage Penetrates 25% Fire Resistance", statOrderKey = "2289", statOrder = { 2289 }, level = 1, group = "EnemyFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["UsingFlasksDispelsBurningUniqueHelmetInt5"] = { affix = "", "Removes Burning when you use a Flask", statOrderKey = "2050", statOrder = { 2050 }, level = 1, group = "UsingFlasksDispelsBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["DamageRemovedFromManaBeforeLifeTestMod"] = { affix = "", "30% of Damage is taken from Mana before Life", statOrderKey = "1992", statOrder = { 1992 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ChanceToShockUniqueBow10"] = { affix = "", "10% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueOneHandSword7"] = { affix = "", "(15-20)% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueDescentTwoHandSword1"] = { affix = "", "9% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueStaff8"] = { affix = "", "15% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueRing29"] = { affix = "", "25% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueGlovesStr4"] = { affix = "", "30% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__1"] = { affix = "", "10% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__2_"] = { affix = "", "50% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__3"] = { affix = "", "(5-10)% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__4_"] = { affix = "", "(10-15)% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["FishingLineStrengthUnique__1"] = { affix = "", "100% increased Fishing Line Strength", statOrderKey = "2145", statOrder = { 2145 }, level = 1, group = "FishingLineStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingPoolConsumptionUnique__1__"] = { affix = "", "50% increased Fishing Pool Consumption", statOrderKey = "2146", statOrder = { 2146 }, level = 1, group = "FishingPoolConsumption", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingLureTypeUniqueFishingRod1"] = { affix = "", "Siren Worm Bait", statOrderKey = "2147", statOrder = { 2147 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingLureTypeUnique__1__"] = { affix = "", "Thaumaturgical Lure", statOrderKey = "2147", statOrder = { 2147 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingCastDistanceUnique__1__"] = { affix = "", "20% increased Fishing Range", statOrderKey = "2149", statOrder = { 2149 }, level = 1, group = "FishingCastDistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingQuantityUniqueFishingRod1"] = { affix = "", "(40-50)% reduced Quantity of Fish Caught", statOrderKey = "2150", statOrder = { 2150 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingQuantityUnique__2"] = { affix = "", "20% increased Quantity of Fish Caught", statOrderKey = "2150", statOrder = { 2150 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingQuantityUnique__1"] = { affix = "", "(10-20)% increased Quantity of Fish Caught", statOrderKey = "2150", statOrder = { 2150 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingRarityUniqueFishingRod1"] = { affix = "", "(50-60)% increased Rarity of Fish Caught", statOrderKey = "2151", statOrder = { 2151 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingRarityUnique__1"] = { affix = "", "40% increased Rarity of Fish Caught", statOrderKey = "2151", statOrder = { 2151 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingRarityUnique__2_"] = { affix = "", "(20-30)% increased Rarity of Fish Caught", statOrderKey = "2151", statOrder = { 2151 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedSpellDamagePerBlockChanceUniqueClaw7"] = { affix = "", "8% increased Spell Damage per 5% Chance to Block Attack Damage", statOrderKey = "2032", statOrder = { 2032 }, level = 1, group = "SpellDamagePerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["LifeGainedOnSpellHitUniqueClaw7"] = { affix = "", "+(5-8) Life gained for each Enemy hit by your Spells", statOrderKey = "1119", statOrder = { 1119 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["LifeGainedOnSpellHitUniqueDescentClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by your Spells", statOrderKey = "1119", statOrder = { 1119 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["LoseLifeOnSpellHitUnique__1"] = { affix = "", "Lose (10-15) Life for each Enemy hit by your Spells", statOrderKey = "1119", statOrder = { 1119 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["AttackSpeedPerGreenSocketUniqueOneHandSword5"] = { affix = "", "12% increased Global Attack Speed per Green Socket", statOrderKey = "2016", statOrder = { 2016 }, level = 1, group = "AttackSpeedPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["PhysicalDamgePerRedSocketUniqueOneHandSword5"] = { affix = "", "25% increased Global Physical Damage with Weapons per Red Socket", statOrderKey = "2013", statOrder = { 2013 }, level = 1, group = "PhysicalDamgePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ManaLeechFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2021", statOrder = { 2021 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2022", statOrder = { 2022 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUnique"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2022", statOrder = { 2022 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["MeleeRangePerWhiteSocketUniqueOneHandSword5"] = { affix = "", "+2 to Melee Strike Range per White Socket", statOrderKey = "2027", statOrder = { 2027 }, level = 1, group = "MeleeRangePerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MeleeDamageTakenUniqueAmulet12"] = { affix = "", "60% increased Damage taken from Melee Attacks", statOrderKey = "2042", statOrder = { 2042 }, level = 1, group = "MeleeDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ArmourAsLifeRegnerationOnBlockUniqueShieldStrInt6"] = { affix = "", "Regenerate 2% of your Armour as Life over 1 second when you Block", statOrderKey = "2134", statOrder = { 2134 }, level = 1, group = "ArmourAsLifeRegnerationOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, + ["LoseEnergyShieldOnBlockUniqueShieldStrInt6"] = { affix = "", "Lose 10% of your Energy Shield when you Block", statOrderKey = "2034", statOrder = { 2034 }, level = 1, group = "LoseEnergyShieldOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, + ["ChaosDamageAsPortionOfDamageUniqueRing16"] = { affix = "", "Gain 20% of Physical Damage as Extra Chaos Damage", statOrderKey = "1303", statOrder = { 1303 }, level = 87, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ChaosDamageAsPortionOfDamageUnique__1"] = { affix = "", "Gain (13-15)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ChaosDamageAsPortionOfFireDamageUnique__1"] = { affix = "", "Gain 5% of Fire Damage as Extra Chaos Damage", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "ChaosDamageAsPortionOfFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ChaosDamageAsPortionOfColdDamageUnique__1"] = { affix = "", "Gain 5% of Cold Damage as Extra Chaos Damage", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "ChaosDamageAsPortionOfColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["ChaosDamageAsPortionOfLightningDamageUnique__1"] = { affix = "", "Gain 5% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1306", statOrder = { 1306 }, level = 1, group = "ChaosDamageAsPortionOfLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["PhysicalDamageTakenAsLightningPercentUniqueBodyStrDex2"] = { affix = "", "30% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1767", statOrder = { 1767 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, + ["MainHandChanceToIgniteUniqueOneHandAxe2"] = { affix = "", "25% chance to Ignite when in Main Hand", statOrderKey = "2066", statOrder = { 2066 }, level = 1, group = "MainHandChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["OffHandChillDurationUniqueOneHandAxe2"] = { affix = "", "100% increased Chill Duration on Enemies when in Off Hand", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "OffHandChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["BurningDamageToChilledEnemiesUniqueOneHandAxe2"] = { affix = "", "100% increased Damage with Ignite inflicted on Chilled Enemies", statOrderKey = "5230", statOrder = { 5230 }, level = 1, group = "BurningDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["TrapThrowSpeedUniqueBootsDex6"] = { affix = "", "(14-18)% increased Trap Throwing Speed", statOrderKey = "1296", statOrder = { 1296 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["TrapThrowSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Trap Throwing Speed", statOrderKey = "1296", statOrder = { 1296 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedOnTrapThrowUniqueBootsDex6"] = { affix = "", "30% increased Movement Speed for 9 seconds on Throwing a Trap", statOrderKey = "2071", statOrder = { 2071 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedOnTrapThrowUnique__1"] = { affix = "", "15% increased Movement Speed for 9 seconds on Throwing a Trap", statOrderKey = "2071", statOrder = { 2071 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["DisplaySupportedByTrapUniqueBootsDex6"] = { affix = "", "Socketed Gems are Supported by Level 11 Trap", statOrderKey = "220", statOrder = { 220 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByTrapUniqueStaff4"] = { affix = "", "Socketed Gems are Supported by Level 8 Trap", statOrderKey = "220", statOrder = { 220 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap", statOrderKey = "220", statOrder = { 220 }, level = 40, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["TrapDurationUniqueBelt6"] = { affix = "", "80% reduced Trap Duration", statOrderKey = "1292", statOrder = { 1292 }, level = 47, group = "TrapDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TrapDurationUnique__1"] = { affix = "", "10% reduced Trap Duration", statOrderKey = "1292", statOrder = { 1292 }, level = 1, group = "TrapDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TrapDamageUniqueBelt6"] = { affix = "", "(30-40)% increased Trap Damage", statOrderKey = "623", statOrder = { 623 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TrapDamageUniqueShieldDexInt1"] = { affix = "", "(18-28)% increased Trap Damage", statOrderKey = "623", statOrder = { 623 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TrapDamageUnique___1"] = { affix = "", "(15-25)% increased Trap Damage", statOrderKey = "623", statOrder = { 623 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChanceToFreezeShockIgniteUniqueRing21"] = { affix = "", "10% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUniqueDescentWand1"] = { affix = "", "4% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUniqueHelmetDexInt4"] = { affix = "", "5% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUniqueAmulet19"] = { affix = "", "5% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteDescentUniqueQuiver1"] = { affix = "", "10% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUnique__1"] = { affix = "", "(5-10)% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["DamageWhileIgnitedUniqueRing18"] = { affix = "", "30% increased Damage while Ignited", statOrderKey = "2102", statOrder = { 2102 }, level = 1, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageWhileIgnitedUnique__1"] = { affix = "", "(50-70)% increased Damage while Ignited", statOrderKey = "2102", statOrder = { 2102 }, level = 85, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ArmourWhileFrozenUniqueRing18"] = { affix = "", "+5000 to Armour while Frozen", statOrderKey = "2103", statOrder = { 2103 }, level = 1, group = "ArmourWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["ManaLeechOnShockedEnemiesUniqueRing19"] = { affix = "", "5% of Damage against Shocked Enemies Leeched as Mana", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "ManaLeechOnShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaLeechPermyriadOnShockedEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Mana against Frozen Enemies", statOrderKey = "6003", statOrder = { 6003 }, level = 1, group = "ManaLeechOnShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldLeechPermyriadOnFrozenEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Energy Shield against Frozen Enemies", statOrderKey = "4752", statOrder = { 4752 }, level = 1, group = "EnergyShieldLeechPermyriadOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifeLeechOnFrozenEnemiesUniqueRing19"] = { affix = "", "5% of Damage against Frozen Enemies Leeched as Life", statOrderKey = "1075", statOrder = { 1075 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeLeechPermyriadOnFrozenEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1074", statOrder = { 1074 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DamageOnRareMonstersUniqueBelt7"] = { affix = "", "(20-30)% increased Damage with Hits against Rare monsters", statOrderKey = "2107", statOrder = { 2107 }, level = 1, group = "DamageOnRareMonsters", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageOnMagicMonstersUnique__1_"] = { affix = "", "(20-30)% increased Damage with Hits against Magic monsters", statOrderKey = "4548", statOrder = { 4548 }, level = 1, group = "DamageOnMagicMonsters", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamagePerStatusAilmentOnEnemiesUniqueRing21"] = { affix = "", "20% increased Damage with Hits and Ailments per Freeze, Shock or Ignite on Enemy", statOrderKey = "668", statOrder = { 668 }, level = 1, group = "DamagePerStatusAilmentOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ShrineBuffEffectUniqueHelmetDexInt3"] = { affix = "", "75% increased Effect of Shrine Buffs on you", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShrineBuffEffectUnique__1"] = { affix = "", "(50-75)% increased Effect of Shrine Buffs on you", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShrineEffectDurationUniqueHelmetDexInt3"] = { affix = "", "50% increased Duration of Shrine Effects on you", statOrderKey = "2113", statOrder = { 2113 }, level = 1, group = "ShrineEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalFlaskLifeOnFlaskDurationEndUniqueFlask3"] = { affix = "", "Recover Full Life at the end of the Flask Effect", statOrderKey = "2115", statOrder = { 2115 }, level = 1, group = "LocalFlaskLifeOnFlaskDurationEnd", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["LocalFlaskNoManaCostWhileHealingUniqueFlask4"] = { affix = "", "Your Skills Cost no Mana during Flask effect", statOrderKey = "2116", statOrder = { 2116 }, level = 1, group = "LocalFlaskNoManaCostWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["ShockNearbyEnemyOnShockedKillUniqueRing20"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrderKey = "2117", statOrder = { 2117 }, level = 25, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockNearbyEnemyOnShockedKillUniqueDescentTwoHandSword1_"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrderKey = "2117", statOrder = { 2117 }, level = 1, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IgniteNearbyEnemyOnIgnitedKillUniqueRing20"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrderKey = "2118", statOrder = { 2118 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteNearbyEnemyOnIgnitedKillUnique__1"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrderKey = "2118", statOrder = { 2118 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["GainRareMonsterModsOnKillUniqueBelt7_"] = { affix = "", "When you Kill a Rare monster, you gain its Modifiers for 20 seconds", statOrderKey = "2119", statOrder = { 2119 }, level = 1, group = "GainRareMonsterModsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainMagicMonsterModsOnKillUnique__1_"] = { affix = "", "20% chance when you Kill a Magic Monster to gain", "its Non-Bloodline Modifiers for 20 seconds", statOrderKey = "4926,4926.1", statOrder = { 4926, 4926.1 }, level = 1, group = "GainMagicMonsterModsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedManaRegenerationUniqueBelt8"] = { affix = "", "Regenerate (8-10) Mana per second", statOrderKey = "985", statOrder = { 985 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUniqueDescentWand1"] = { affix = "", "Regenerate 2 Mana per second", statOrderKey = "985", statOrder = { 985 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUniqueJewel10"] = { affix = "", "Regenerate 3 Mana per second", statOrderKey = "985", statOrder = { 985 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUnique__1"] = { affix = "", "Regenerate (3-6) Mana per second", statOrderKey = "985", statOrder = { 985 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUnique__2"] = { affix = "", "Regenerate (8-10) Mana per second", statOrderKey = "985", statOrder = { 985 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ArmourWhileNotIgnitedFrozenShockedBelt8"] = { affix = "", "40% increased Armour while not Ignited, Frozen or Shocked", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "ArmourWhileNotIgnitedFrozenShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["ManaShield"] = { affix = "", "Mind Over Matter", statOrderKey = "7487", statOrder = { 7487 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["DamageTakenFromManaBeforeLifeUniqueBodyDexInt2"] = { affix = "", "10% of Damage is taken from Mana before Life", statOrderKey = "1992", statOrder = { 1992 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ElementalResistancePerEnduranceChargeDescentShield1"] = { affix = "", "+3% to all Elemental Resistances per Endurance Charge", statOrderKey = "1021", statOrder = { 1021 }, level = 1, group = "ElementalResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["CastSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "9% increased Cast Speed when on Full Life", statOrderKey = "1364", statOrder = { 1364 }, level = 1, group = "CastSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["CastSpeedOnLowLifeUniqueDescentHelmet1"] = { affix = "", "20% increased Cast Speed when on Low Life", statOrderKey = "1363", statOrder = { 1363 }, level = 1, group = "CastSpeedOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["MaximumCriticalStrikeChanceUniqueAmulet17"] = { affix = "", "50% maximum Critical Strike Chance", statOrderKey = "2041", statOrder = { 2041 }, level = 1, group = "MaximumCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DamagePerStrengthInMainHandUniqueSceptre6"] = { affix = "", "1% increased Damage per 8 Strength when in Main Hand", statOrderKey = "2075", statOrder = { 2075 }, level = 1, group = "DamagePerStrengthInMainHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ArmourPerStrengthInOffHandUniqueSceptre6"] = { affix = "", "1% increased Armour per 16 Strength when in Off Hand", statOrderKey = "2076", statOrder = { 2076 }, level = 1, group = "ArmourPerStrengthInOffHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["DisplaySocketedGemsSupportedByIronWillUniqueSceptre6"] = { affix = "", "Socketed Gems are Supported by Level 30 Iron Will", statOrderKey = "256", statOrder = { 256 }, level = 1, group = "DisplaySocketedGemsSupportedByIronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByIronWillUniqueOneHandMace3"] = { affix = "", "Socketed Gems have Iron Will", statOrderKey = "289", statOrder = { 289 }, level = 1, group = "DisplaySocketedGemsSupportedByIronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LessCriticalStrikeChanceAmulet17"] = { affix = "", "-40% less Critical Strike Chance", statOrderKey = "2127", statOrder = { 2127 }, level = 1, group = "CriticalStrikeChanceFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChanceToDodgeUniqueBodyStrDex3"] = { affix = "", "6% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeUniqueBootsDex7"] = { affix = "", "8% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeUniqueJewel46"] = { affix = "", "2% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeUniqueBodyDex1"] = { affix = "", "10% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeUniqueRing37"] = { affix = "", "(3-5)% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeUnique__1"] = { affix = "", "(6-10)% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeImplicitShield1"] = { affix = "", "2% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeImplicitShield2"] = { affix = "", "4% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsUniqueBodyDex1"] = { affix = "", "10% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsUnique__1"] = { affix = "", "(6-10)% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsUnique__2"] = { affix = "", "10% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsUnique__3_"] = { affix = "", "(7-8)% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsImplicitShield1"] = { affix = "", "2% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsImplicitShield2"] = { affix = "", "4% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["EnduranceChargeOnKillUniqueBodyStrDex3"] = { affix = "", "You gain an Endurance Charge on Kill", statOrderKey = "2130", statOrder = { 2130 }, level = 1, group = "EnduranceChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["LoseEnduranceChargesWhenHitUniqueBodyStrDex3"] = { affix = "", "You lose all Endurance Charges when Hit", statOrderKey = "2128", statOrder = { 2128 }, level = 1, group = "LoseEnduranceChargesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["GainOnslaughtWhenHitUniqueBodyStrDex3"] = { affix = "", "You gain Onslaught for 5 seconds per Endurance Charge when Hit", statOrderKey = "2143", statOrder = { 2143 }, level = 1, group = "GainOnslaughtWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RegenerateLifeOnCastUniqueWand4"] = { affix = "", "Regenerate (6-8) Life over 1 second when you Cast a Spell", statOrderKey = "2133", statOrder = { 2133 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["PhasingUniqueBootsStrDex4"] = { affix = "", "Phasing", statOrderKey = "2123", statOrder = { 2123 }, level = 1, group = "Phasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CullingCriticalStrikes"] = { affix = "", "Critical Strikes have Culling Strike", statOrderKey = "2753", statOrder = { 2753 }, level = 1, group = "CullingCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["IncreasedFireDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Fire Damage taken", statOrderKey = "1597", statOrder = { 1597 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["ReducedFireDamageTakenUnique__1"] = { affix = "", "-20 Fire Damage taken from Hits", statOrderKey = "1592", statOrder = { 1592 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["FrenzyChargeOnIgniteUniqueTwoHandSword6"] = { affix = "", "Gain a Frenzy Charge if an Attack Ignites an Enemy", statOrderKey = "2138", statOrder = { 2138 }, level = 1, group = "FrenzyChargeOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["CullingAgainstBurningEnemiesUniqueTwoHandSword6"] = { affix = "", "Culling Strike against Burning Enemies", statOrderKey = "2137", statOrder = { 2137 }, level = 1, group = "CullingAgainstBurningEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosDamageTakenUniqueBodyStr4"] = { affix = "", "-(40-30) Chaos Damage taken", statOrderKey = "2140", statOrder = { 2140 }, level = 1, group = "ChaosDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["IncreasedCurseDurationUniqueShieldDex4"] = { affix = "", "Curse Skills have 100% increased Skill Effect Duration", statOrderKey = "4498", statOrder = { 4498 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedCurseDurationUniqueShieldStrDex2"] = { affix = "", "Curse Skills have 25% increased Skill Effect Duration", statOrderKey = "4498", statOrder = { 4498 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedCurseDurationUniqueHelmetInt9"] = { affix = "", "Curse Skills have (30-50)% increased Skill Effect Duration", statOrderKey = "4498", statOrder = { 4498 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreaseSocketedCurseGemLevelUniqueShieldDex4"] = { affix = "", "+1 to Level of Socketed Curse Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["IncreaseSocketedCurseGemLevelUniqueHelmetInt9"] = { affix = "", "+2 to Level of Socketed Curse Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["IncreaseSocketedCurseGemLevelUnique__1"] = { affix = "", "+1 to Level of Socketed Curse Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["IncreaseSocketedCurseGemLevelUnique__2"] = { affix = "", "+3 to Level of Socketed Curse Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["PoisonSpreadAndHealOnPoisonedKillUniqueDagger8"] = { affix = "", "On Killing a Poisoned Enemy, nearby Enemies are Poisoned", "and nearby Allies Regenerate 200 Life per second", statOrderKey = "2152,2153", statOrder = { 2152, 2153 }, level = 82, group = "PoisonSpreadAndHealOnPoisonedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "resource", "life", "chaos", "ailment" }, }, + ["IncreasedSelfCurseDurationUniqueShieldStrDex2"] = { affix = "", "100% increased Duration of Curses on you", statOrderKey = "1533", statOrder = { 1533 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ReducedSelfCurseDurationUniqueShieldDex3"] = { affix = "", "50% reduced Duration of Curses on you", statOrderKey = "1533", statOrder = { 1533 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3"] = { affix = "", "+50% to Chaos Resistance during any Flask Effect", statOrderKey = "2607", statOrder = { 2607 }, level = 1, group = "ChaosResistanceWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos", "resistance" }, }, + ["SetElementalResistancesUniqueHelmetStrInt4"] = { affix = "", "Elemental Resistances are Zero", statOrderKey = "2136", statOrder = { 2136 }, level = 1, group = "SetElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllDefencesUniqueHelmetStrInt4_"] = { affix = "", "(18-22)% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesVictorAmulet"] = { affix = "", "(5-10)% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__1"] = { affix = "", "5% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__2"] = { affix = "", "100% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__3"] = { affix = "", "100% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__4"] = { affix = "", "(15-20)% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["DodgeImplicitMarakethSword1"] = { affix = "", "4% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["DodgeImplicitMarakethSword2"] = { affix = "", "6% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["AllDefensesImplicitJetRing"] = { affix = "", "(5-10)% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["LightningDamageOnBlockUniqueHelmetStrInt4"] = { affix = "", "Reflects 1 to (180-220) Lightning Damage to Attackers on Block", statOrderKey = "1896", statOrder = { 1896 }, level = 1, group = "LightningDamageOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DuplicatesRingStats"] = { affix = "", "Duplicates your other ring", statOrderKey = "2155", statOrder = { 2155 }, level = 1, group = "DuplicatesRingStats", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DegenerationDamageUniqueDagger8"] = { affix = "", "30% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageEssence_1"] = { affix = "", "(14-20)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__1"] = { affix = "", "25% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__2"] = { affix = "", "(20-30)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__3"] = { affix = "", "(30-40)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__4__"] = { affix = "", "(8-12)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__5"] = { affix = "", "(20-30)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageImplicit1"] = { affix = "", "(14-18)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 85, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["FishingExoticFishUniqueFishingRod1"] = { affix = "", "You can catch Exotic Fish", statOrderKey = "2156", statOrder = { 2156 }, level = 1, group = "CannotCatchExoticFish", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireShocksUniqueHelmetDexInt4"] = { affix = "", "Your Fire Damage can Shock but not Ignite", statOrderKey = "2158", statOrder = { 2158 }, level = 1, group = "FireShocks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "ailment" }, }, + ["ColdIgnitesUniqueHelmetDexInt4_"] = { affix = "", "Your Cold Damage can Ignite but not Freeze or Chill", statOrderKey = "2159", statOrder = { 2159 }, level = 1, group = "ColdIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, }, + ["LightningFreezesUniqueHelmetDexInt4"] = { affix = "", "Your Lightning Damage can Freeze but not Shock", statOrderKey = "2160", statOrder = { 2160 }, level = 1, group = "LightningFreezes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "ailment" }, }, + ["SocketedCursesAreReflectedUniqueGlovesStrInt1"] = { affix = "", "Hexes applied by Socketed Curse Skills are Reflected back to you", statOrderKey = "288", statOrder = { 288 }, level = 1, group = "SocketedCursesAreReflected", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["ChillImmunityWhenChilledUniqueGlovesStrInt1"] = { affix = "", "You cannot be Chilled for 3 seconds after being Chilled", statOrderKey = "2194", statOrder = { 2194 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeImmunityWhenFrozenUniqueGlovesStrInt1"] = { affix = "", "You cannot be Frozen for 3 seconds after being Frozen", statOrderKey = "2196", statOrder = { 2196 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IgniteImmunityWhenIgnitedUniqueGlovesStrInt1"] = { affix = "", "You cannot be Ignited for 3 seconds after being Ignited", statOrderKey = "2197", statOrder = { 2197 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ShockImmunityWhenShockedUniqueGlovesStrInt1"] = { affix = "", "You cannot be Shocked for 3 seconds after being Shocked", statOrderKey = "2198", statOrder = { 2198 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["GrantFrenzyChargesToAlliesOnDeathUniqueGlovesStrInt1"] = { affix = "", "You grant (4-6) Frenzy Charges to allies on Death", statOrderKey = "2200", statOrder = { 2200 }, level = 1, group = "GrantFrenzyChargesToAlliesOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["PowerChargeOnNonCritUniqueRing17"] = { affix = "", "Gain a Power Charge on Non-Critical Strike", statOrderKey = "2201", statOrder = { 2201 }, level = 1, group = "PowerChargeOnNonCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ConsumeAllPowerChargesOnCritUniqueRing17"] = { affix = "", "Lose all Power Charges on Critical Strike", statOrderKey = "2202", statOrder = { 2202 }, level = 75, group = "ConsumeAllPowerChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["CastSocketedLightningSpellsOnHit"] = { affix = "", "Trigger a Socketed Lightning Spell on Hit, with a 0.15 second Cooldown", "Socketed Lightning Spells deal 100% increased Spell Damage if Triggered", statOrderKey = "494,494.1", statOrder = { 494, 494.1 }, level = 1, group = "CastSocketedLightningSpellsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster" }, }, + ["UndyingBreathCurseAuraUniqueStaff5"] = { affix = "", "18% increased Effect of Curses on you", statOrderKey = "1532", statOrder = { 1532 }, level = 1, group = "UndyingBreathCurseAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["UndyingBreathCurseAuraDisplayUniqueStaff5"] = { affix = "", "Nearby Enemies have 18% increased Effect of Curses on them", statOrderKey = "1994", statOrder = { 1994 }, level = 1, group = "UndyingBreathCurseAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "aura", "curse" }, }, + ["UndyingBreathDamageAuraUniqueStaff5"] = { affix = "", "18% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "UndyingBreathDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UndyingBreathDamageAuraDisplayUniqueStaff5"] = { affix = "", "Nearby allies gain 18% increased Damage", statOrderKey = "2207", statOrder = { 2207 }, level = 1, group = "UndyingBreathDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["CurseAreaOfEffectUniqueStaff5"] = { affix = "", "18% increased Area of Effect of Hex Skills", statOrderKey = "1585", statOrder = { 1585 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUniqueQuiver5"] = { affix = "", "40% reduced Area of Effect of Hex Skills", statOrderKey = "1585", statOrder = { 1585 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUnique__1"] = { affix = "", "60% increased Area of Effect of Hex Skills", statOrderKey = "1585", statOrder = { 1585 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUnique__2_"] = { affix = "", "60% increased Area of Effect of Hex Skills", statOrderKey = "1585", statOrder = { 1585 }, level = 76, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AuraIncreasedIncreasedAreaOfEffectUniqueStaff5"] = { affix = "", "18% increased Area of Effect of Aura Skills", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["DamageTakenUniqueStaff5"] = { affix = "", "18% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AuraEffectGlobalUnique__1"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AttackSpeedPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "2% increased Attack Speed per Frenzy Charge", statOrderKey = "1411", statOrder = { 1411 }, level = 1, group = "AttackSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AccuracyRatingPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "6% increased Accuracy Rating per Frenzy Charge", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["FrenzyChargeDurationPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "10% reduced Frenzy Charge Duration per Frenzy Charge", statOrderKey = "1413", statOrder = { 1413 }, level = 1, group = "FrenzyChargeDurationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["PoisonDotMultiplierPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "+5% to Damage over Time Multiplier for Poison per Frenzy Charge", statOrderKey = "6915", statOrder = { 6915 }, level = 1, group = "PoisonDotMultiplierPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["AtMaximumFrenzyChargesPoisonUniqueGlovesDexInt5"] = { affix = "", "While at maximum Frenzy Charges, Attacks Poison Enemies", statOrderKey = "1414", statOrder = { 1414 }, level = 1, group = "AtMaximumFrenzyChargesPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["AtMaximumFrenzyChargesChanceToPoisonUnique_1_"] = { affix = "", "Attacks have 60% chance to Poison while at maximum Frenzy Charges", statOrderKey = "1415", statOrder = { 1415 }, level = 1, group = "AtMaximumFrenzyChargesPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["NecromanticAegisUniqueHelmetStrDex5"] = { affix = "", "All bonuses from an Equipped Shield apply to your Minions instead of you", statOrderKey = "1553", statOrder = { 1553 }, level = 1, group = "NecromanticAegis", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionBlockChanceUniqueHelmetStrDex5"] = { affix = "", "Minions have +10% Chance to Block Attack Damage", statOrderKey = "2204", statOrder = { 2204 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, + ["MinionLifeRegenerationUniqueHelmetStrDex5"] = { affix = "", "Minions Regenerate 2% of Life per second", statOrderKey = "2212", statOrder = { 2212 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeRegenerationUnique__1"] = { affix = "", "Minions Regenerate 1% of Life per second", statOrderKey = "2212", statOrder = { 2212 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionArmourUniqueHelmetStrDex5"] = { affix = "", "Minions have +(300-350) to Armour", statOrderKey = "2206", statOrder = { 2206 }, level = 1, group = "MinionArmour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "minion" }, }, + ["IncreasedAccuracyPercentImplicitQuiver7"] = { affix = "", "(20-30)% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 5, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentUnique__1"] = { affix = "", "(30-40)% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DisplaySocketedSkillsChainUniqueOneHandMace3"] = { affix = "", "Socketed Gems Chain 1 additional times", statOrderKey = "290", statOrder = { 290 }, level = 1, group = "DisplaySocketedSkillsChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["LocalIncreaseSocketedVaalGemLevelUniqueGlovesStrDex4"] = { affix = "", "+2 to Level of Socketed Vaal Gems", statOrderKey = "68", statOrder = { 68 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal", "gem" }, }, + ["LocalIncreaseSocketedVaalGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Vaal Gems", statOrderKey = "68", statOrder = { 68 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal", "gem" }, }, + ["RingHasOneSocket"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 7, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["QuiverHasOneSocket"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 57, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasSixSocketsUnique__1"] = { affix = "", "Has 6 Sockets", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasOneSocketUnique__1"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasOneSocketUnique__2"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasTwoSocketsUnique__1"] = { affix = "", "Has 2 Sockets", statOrderKey = "29", statOrder = { 29 }, level = 57, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedProjectileDamageUniqueQuiver4"] = { affix = "", "(15-20)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUniqueStaff10"] = { affix = "", "(60-100)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUniqueBootsDexInt4"] = { affix = "", "(20-40)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__5"] = { affix = "", "20% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__1"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__2"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___3"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___4"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__6"] = { affix = "", "30% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__7"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___8"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___9"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___10_"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["SpellBlockPercentageUniqueQuiver4"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldDex6"] = { affix = "", "(8-12)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SupportedByEchoUniqueStaff6"] = { affix = "", "Socketed Gems are Supported by Level 30 Greater Spell Echo", statOrderKey = "118", statOrder = { 118 }, level = 1, group = "DisplaySupportedByGreaterEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByEchoUniqueWand8"] = { affix = "", "Socketed Gems are Supported by Level 10 Spell Echo", statOrderKey = "181", statOrder = { 181 }, level = 1, group = "DisplaySupportedByEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByEchoUniqueWand8New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Spell Echo", statOrderKey = "249", statOrder = { 249 }, level = 1, group = "DisplaySupportedByEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SpellDodgeUniqueBootsDex7_"] = { affix = "", "(14-16)% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 85, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["FireDamageLifeLeechPerMyriadUniqueBelt9a_"] = { affix = "", "100% of Fire Damage Leeched as Life", statOrderKey = "1064", statOrder = { 1064 }, level = 85, group = "FireDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageLifeLeechPermyriadUniqueBelt9aNew"] = { affix = "", "0.6% of Fire Damage Leeched as Life", statOrderKey = "1065", statOrder = { 1065 }, level = 85, group = "FireDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ColdDamageLifeLeechPerMyriadUniqueBelt9b"] = { affix = "", "100% of Cold Damage Leeched as Life", statOrderKey = "1066", statOrder = { 1066 }, level = 85, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageLifeLeechPermyriadUniqueBelt9bNew"] = { affix = "", "0.6% of Cold Damage Leeched as Life", statOrderKey = "1067", statOrder = { 1067 }, level = 85, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["LightningDamageLifeLeechPerMyriadUniqueBelt9c"] = { affix = "", "100% of Lightning Damage Leeched as Life", statOrderKey = "1068", statOrder = { 1068 }, level = 85, group = "LightningDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageLifeLeechPermyriadUniqueBelt9cNew"] = { affix = "", "0.6% of Lightning Damage Leeched as Life", statOrderKey = "1069", statOrder = { 1069 }, level = 85, group = "LightningDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["PhysicalDamageLifeLeechPerMyriadUniqueBelt9d"] = { affix = "", "100% of Physical Damage Leeched as Life", statOrderKey = "1062", statOrder = { 1062 }, level = 85, group = "PhysicalDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageLifeLeechPermyriadUniqueBelt9dNew"] = { affix = "", "0.6% of Physical Damage Leeched as Life", statOrderKey = "1063", statOrder = { 1063 }, level = 85, group = "PhysicalDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical" }, }, + ["IgniteChanceWhileUsingFlaskUniqueBelt9a"] = { affix = "", "(20-30)% chance to Ignite during any Flask Effect", statOrderKey = "2228", statOrder = { 2228 }, level = 85, group = "ChanceToIgnightWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["FreezeChanceWhileUsingFlaskUniqueBelt9b"] = { affix = "", "(20-30)% chance to Freeze during any Flask Effect", statOrderKey = "2229", statOrder = { 2229 }, level = 85, group = "ChanceToFreezeWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["ShockChanceWhileUsingFlaskUniqueBelt9c"] = { affix = "", "(20-30)% chance to Shock during any Flask Effect", statOrderKey = "2230", statOrder = { 2230 }, level = 85, group = "ChanceToShockWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ReducedStunThresholdWhileUsingFlaskUniqueBelt9d"] = { affix = "", "25% reduced Enemy Stun Threshold during any Flask Effect", statOrderKey = "2233", statOrder = { 2233 }, level = 85, group = "ReducedStunThresholdWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["AddedChaosDamageAsPercentOfPhysicalWhileUsingFlaskUniqueFlask5"] = { affix = "", "Gain (15-20)% of Physical Damage as Extra Chaos Damage during effect", statOrderKey = "2222", statOrder = { 2222 }, level = 85, group = "AddedChaosDamageAsPercentOfPhysicalWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["AddedChaosDamageAsPercentOfElementalWhileUsingFlaskUniqueFlask5"] = { affix = "", "Gain (10-15)% of Elemental Damage as Extra Chaos Damage during effect", statOrderKey = "2225", statOrder = { 2225 }, level = 85, group = "AddedChaosDamageAsPercentOfElementalWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__1"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__2"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__3"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__4"] = { affix = "", "Gain (5-8)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ChaosDamageLifeLeechPerMyriadWhileUsingFlaskUniqueFlask5"] = { affix = "", "1000% of Chaos Damage Leeched as Life during Flask effect", statOrderKey = "2220", statOrder = { 2220 }, level = 85, group = "ChaosDamageLifeLeechWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "chaos" }, }, + ["ChaosDamageLifeLeechPermyriadWhileUsingFlaskUniqueFlask5New"] = { affix = "", "2% of Chaos Damage Leeched as Life during Flask effect", statOrderKey = "2221", statOrder = { 2221 }, level = 85, group = "ChaosDamageLifeLeechWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "chaos" }, }, + ["FireDamageLifeLeechCorrupted"] = { affix = "", "100% of Fire Damage Leeched as Life", statOrderKey = "1064", statOrder = { 1064 }, level = 1, group = "FireDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ColdDamageLifeLeechCorrupted_"] = { affix = "", "100% of Cold Damage Leeched as Life", statOrderKey = "1066", statOrder = { 1066 }, level = 1, group = "ColdDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["LightningDamageLifeLeechCorrupted"] = { affix = "", "100% of Lightning Damage Leeched as Life", statOrderKey = "1068", statOrder = { 1068 }, level = 1, group = "LightningDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["DamageConversionFireUnique__1"] = { affix = "", "60% of Physical Damage Converted to Fire Damage", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["AdditionalTrapsUnique__1"] = { affix = "", "Can have up to 1 additional Trap placed at a time", statOrderKey = "1610", statOrder = { 1610 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalTrapsUnique__2__"] = { affix = "", "Can have 5 fewer Traps placed at a time", statOrderKey = "1610", statOrder = { 1610 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalTrapsThresholdJewel"] = { affix = "", "Can have up to 1 additional Trap placed at a time", statOrderKey = "1610", statOrder = { 1610 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PierceCurruption"] = { affix = "", "Arrows Pierce 1 additional Target", statOrderKey = "3843", statOrder = { 3843 }, level = 1, group = "ArrowPierce", weightKey = { "bow", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["PierceChanceUniqueJewel41"] = { affix = "", "Projectiles Pierce an additional Target", statOrderKey = "6958", statOrder = { 6958 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalPierceUniqueJewel__1"] = { affix = "", "Projectiles Pierce an additional Target", statOrderKey = "1167", statOrder = { 1167 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CurseOnHitTemporalChainsUnique__1"] = { affix = "", "Curse Enemies with Temporal Chains on Hit, with 40% increased Effect", statOrderKey = "1831", statOrder = { 1831 }, level = 1, group = "CurseOnHitLevelTemporalChains", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseOnHitCriticalWeaknessUnique__1"] = { affix = "", "Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy", statOrderKey = "434", statOrder = { 434 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseOnHitCriticalWeaknessUniqueNewUnique__1"] = { affix = "", "Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy", statOrderKey = "467", statOrder = { 467 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["SupportedByCastOnStunUnique___1"] = { affix = "", "Socketed Gems are supported by Level 10 Cast when Stunned", statOrderKey = "238", statOrder = { 238 }, level = 15, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByMeleeSplashUnique__1_"] = { affix = "", "Socketed Gems are supported by Level 25 Melee Splash", statOrderKey = "236", statOrder = { 236 }, level = 1, group = "SupportedByMelee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByAddedFireDamageUnique__1_"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrderKey = "227", statOrder = { 227 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["PuritySkillUniqueAmulet22"] = { affix = "", "Grants Level 10 Purity of Elements Skill", statOrderKey = "366", statOrder = { 366 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HatredSkillUniqueDescentClaw1"] = { affix = "", "Grants Level 20 Hatred Skill", statOrderKey = "370", statOrder = { 370 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ChanceToBeCritJewelUnique__1"] = { affix = "", "Hits have (140-200)% increased Critical Strike Chance against you", statOrderKey = "2437", statOrder = { 2437 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChanceToBeCritJewelUpdatedUnique__1"] = { affix = "", "Hits have (140-200)% increased Critical Strike Chance against you", statOrderKey = "2435", statOrder = { 2435 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SilenceImmunityUnique__1"] = { affix = "", "You cannot be Cursed with Silence", statOrderKey = "2399", statOrder = { 2399 }, level = 36, group = "PlayerCurseImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["UniqueSpecialCorruptionAreaOfEffect_"] = { affix = "", "(15-25)% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionSkillEffectDuration"] = { affix = "", "(15-25)% increased Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionSocketedGemsManaMultiplier_"] = { affix = "", "Socketed Skill Gems get a 80% Cost & Reservation Multiplier", statOrderKey = "281", statOrder = { 281 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["UniqueSpecialCorruptionCooldownRecoverySpeed__"] = { affix = "", "(8-12)% increased Cooldown Recovery Rate", statOrderKey = "3996", statOrder = { 3996 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionItemQuantity_"] = { affix = "", "(5-7)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionAdditionalProjectile"] = { affix = "", "Skills fire an additional Projectile", statOrderKey = "1169", statOrder = { 1169 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionAuraEffect"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["UniqueSpecialCorruptionCurseEffect___"] = { affix = "", "(10-15)% increased Effect of your Curses", statOrderKey = "1910", statOrder = { 1910 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["UniqueSpecialCorruptionSocketedGemLevel"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["UniqueSpecialCorruptionAllMinCharges"] = { affix = "", "+1 to Minimum Endurance, Frenzy and Power Charges", statOrderKey = "6676", statOrder = { 6676 }, level = 1, group = "MinimumEndurancePowerFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "power_charge", "frenzy_charge" }, }, + ["UniqueSpecialCorruptionNearbyEnemiesBlinded"] = { affix = "", "Nearby Enemies are Blinded", statOrderKey = "2714", statOrder = { 2714 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionNearbyEnemiesMalediction"] = { affix = "", "Nearby Enemies have Malediction", statOrderKey = "2716", statOrder = { 2716 }, level = 1, group = "NearbyEnemiesHaveMalediction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionNearbyEnemiesCrushed"] = { affix = "", "Nearby Enemies are Crushed", statOrderKey = "2715", statOrder = { 2715 }, level = 1, group = "NearbyEnemiesAreCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikesLeechInstantlyUniqueGlovesStr3"] = { affix = "", "Life and Mana Leech from Critical Strikes are instant", statOrderKey = "1847", statOrder = { 1847 }, level = 94, group = "CriticalStrikesLeechIsInstant", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["LocalArmourAndEvasionAndEnergyShieldUniqueBodyStrDexInt1i"] = { affix = "", "(270-340)% increased Armour, Evasion and Energy Shield", statOrderKey = "960", statOrder = { 960 }, level = 94, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, }, + ["MinionUnholyMightOnKillUniqueBodyInt9"] = { affix = "", "Minions gain Unholy Might for 10 seconds on Kill", statOrderKey = "2219", statOrder = { 2219 }, level = 1, group = "MinionUnholyMightOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ArrowPierceAppliesToProjectileDamageUniqueQuiver3"] = { affix = "", "Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce", statOrderKey = "3840", statOrder = { 3840 }, level = 45, group = "ArrowPierceAppliesToProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ArrowDamageAgainstPiercedTargetsUnique__1"] = { affix = "", "Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce", statOrderKey = "3839", statOrder = { 3839 }, level = 45, group = "ArrowDamageAgainstPiercedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["OnslaughtOnVaalSkillUseUniqueGlovesStrDex4"] = { affix = "", "You gain Onslaught for 5 seconds on using a Vaal Skill", statOrderKey = "2226", statOrder = { 2226 }, level = 1, group = "OnslaughtOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["ElementalDamageLeechedAsLifeUniqueSceptre7"] = { affix = "", "100% of Elemental Damage Leeched as Life", statOrderKey = "1071", statOrder = { 1071 }, level = 1, group = "ElementalDamageLeechedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ElementalDamageLeechedAsLifePermyriadUniqueSceptre7_"] = { affix = "", "0.2% of Elemental Damage Leeched as Life", statOrderKey = "1072", statOrder = { 1072 }, level = 1, group = "ElementalDamageLeechedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrderKey = "69", statOrder = { 69 }, level = 94, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedSupportGemLevelUniqueStaff12"] = { affix = "", "+1 to Level of Socketed Support Gems", statOrderKey = "69", statOrder = { 69 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedSupportGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrderKey = "69", statOrder = { 69 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["AdditionalChainUniqueOneHandMace3"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1166", statOrder = { 1166 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalChainUnique__1"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1166", statOrder = { 1166 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalChainUnique__2"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1166", statOrder = { 1166 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CurseTransferOnKillUniqueQuiver5"] = { affix = "", "Hexes on Slain Enemies are transferred to a nearby Enemy", statOrderKey = "2240", statOrder = { 2240 }, level = 5, group = "CurseTransferOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalMeleeDamageToBurningEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Ignited Enemies", statOrderKey = "667", statOrder = { 667 }, level = 1, group = "MeleeDamageToBurningEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AdditionalMeleeDamageToShockedEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Shocked Enemies", statOrderKey = "665", statOrder = { 665 }, level = 1, group = "MeleeDamageToShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AdditionalMeleeDamageToFrozenEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Frozen Enemies", statOrderKey = "663", statOrder = { 663 }, level = 1, group = "MeleeDamageToFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ProjectileShockChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Shock", statOrderKey = "1998", statOrder = { 1998 }, level = 1, group = "ProjectileShockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ProjectileFreezeChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Freeze", statOrderKey = "1997", statOrder = { 1997 }, level = 1, group = "ProjectileFreezeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ProjectileIgniteChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Ignite", statOrderKey = "1996", statOrder = { 1996 }, level = 1, group = "ProjectileIgniteChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SupportedByLifeLeechUniqueBodyStrInt5"] = { affix = "", "Socketed Gems are supported by Level 15 Life Leech", statOrderKey = "244", statOrder = { 244 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Life Leech", statOrderKey = "244", statOrder = { 244 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByChanceToBleedUnique__1"] = { affix = "", "Socketed Gems are supported by Level 1 Chance to Bleed", statOrderKey = "245", statOrder = { 245 }, level = 1, group = "SupportedByChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ElementalDamageTakenAsChaosUniqueBodyStrInt5"] = { affix = "", "25% of Elemental Damage from Hits taken as Chaos Damage", statOrderKey = "1771", statOrder = { 1771 }, level = 1, group = "ElementalDamageTakenAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos" }, }, + ["ArcaneVisionUniqueBodyStrInt5"] = { affix = "", "Light Radius is based on Energy Shield instead of Life", statOrderKey = "2036", statOrder = { 2036 }, level = 1, group = "ArcaneVision", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalDamageFromBeastsUniqueBodyDex6"] = { affix = "", "-(50-40) Physical Damage taken from Hits by Animals", statOrderKey = "2234", statOrder = { 2234 }, level = 1, group = "PhysicalDamageFromBeasts", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["WeaponLightningDamageUniqueOneHandMace3"] = { affix = "", "(30-40)% increased Lightning Damage with Attack Skills", statOrderKey = "5377", statOrder = { 5377 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementUniqueBow11"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2241", statOrder = { 2241 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementDescentUniqueQuiver1"] = { affix = "", "Gain 25% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2241", statOrder = { 2241 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementUnique__1__"] = { affix = "", "Gain 300% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2241", statOrder = { 2241 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["WeaponPhysicalDamageAddedAsColdOrLightningUnique__1"] = { affix = "", "Hits with this Weapon gain (75-100)% of Physical Damage as Extra Cold or Lightning Damage", statOrderKey = "3668", statOrder = { 3668 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "lightning", "attack" }, }, + ["DamageTakenPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "1% increased Damage taken per Frenzy Charge", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "DamageTakenPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreaseLightningDamagePerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "(15-20)% increased Lightning Damage per Frenzy Charge", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "IncreaseLightningDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LifeGainedOnEnemyDeathPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "+20 Life gained on Kill per Frenzy Charge", statOrderKey = "2238", statOrder = { 2238 }, level = 1, group = "LifeGainedOnEnemyDeathPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CannotBeKnockedBack"] = { affix = "", "Cannot be Knocked Back", statOrderKey = "936", statOrder = { 936 }, level = 1, group = "CannotBeKnockedBack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnwaveringStance"] = { affix = "", "Unwavering Stance", statOrderKey = "7504", statOrder = { 7504 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["ReducedEnergyShieldRegenerationRateUniqueQuiver7"] = { affix = "", "40% reduced Energy Shield Recharge Rate", statOrderKey = "969", statOrder = { 969 }, level = 81, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalFlaskInstantRecoverPercentOfLifeUniqueFlask6"] = { affix = "", "Recover (75-100)% of Life on use", statOrderKey = "2243", statOrder = { 2243 }, level = 1, group = "LocalFlaskInstantRecoverPercentOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6"] = { affix = "", "8% of Maximum Life taken as Chaos Damage per second", statOrderKey = "2244", statOrder = { 2244 }, level = 1, group = "LocalFlaskChaosDamageWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["PowerChargeOnKnockbackUniqueStaff7"] = { affix = "", "10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage", statOrderKey = "2245", statOrder = { 2245 }, level = 1, group = "PowerChargeOnKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "attack" }, }, + ["GrantsBearTrapUniqueShieldDexInt1"] = { affix = "", "Grants Level 25 Bear Trap Skill", statOrderKey = "349", statOrder = { 349 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PowerChargeOnTrapThrowChanceUniqueShieldDexInt1"] = { affix = "", "25% chance to gain a Power Charge when you Throw a Trap", statOrderKey = "2246", statOrder = { 2246 }, level = 1, group = "PowerChargeOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["CritChancePercentPerStrengthUniqueOneHandSword8_"] = { affix = "", "1% increased Critical Strike Chance per 8 Strength", statOrderKey = "2247", statOrder = { 2247 }, level = 1, group = "CritChancePercentPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["IncreasedAttackSpeedWhileIgnitedUniqueRing24"] = { affix = "", "20% increased Attack Speed while Ignited", statOrderKey = "2250", statOrder = { 2250 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Attack Speed while Ignited", statOrderKey = "2250", statOrder = { 2250 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedCastSpeedWhileIgnitedUniqueRing24"] = { affix = "", "20% increased Cast Speed while Ignited", statOrderKey = "2251", statOrder = { 2251 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedWhileIgnitedUniqueJewel20_"] = { affix = "", "(10-20)% increased Cast Speed while Ignited", statOrderKey = "2251", statOrder = { 2251 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedChanceToIgniteUniqueRing24"] = { affix = "", "(5-10)% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToIgniteUniqueRing31"] = { affix = "", "10% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToBeIgnitedUniqueRing24"] = { affix = "", "+25% chance to be Ignited", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToBeIgnitedUnique__1"] = { affix = "", "+25% chance to be Ignited", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToIgniteUnique__1"] = { affix = "", "2% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["CausesPoisonOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Poison on Critical Strike", statOrderKey = "5859", statOrder = { 5859 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, }, + ["CausesPoisonOnCritUnique__1"] = { affix = "", "Melee Critical Strikes Poison the Enemy", statOrderKey = "2072", statOrder = { 2072 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, }, + ["BlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(14-20)% Chance to Block Attack Damage during Flask effect", statOrderKey = "2248", statOrder = { 2248 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, + ["BlockIncreasedDuringFlaskEffectUnique__1"] = { affix = "", "+(35-50)% Chance to Block Attack Damage during Flask effect", statOrderKey = "2248", statOrder = { 2248 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, + ["SpellBlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(6-10)% Chance to Block Spell Damage during Flask effect", statOrderKey = "2249", statOrder = { 2249 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, + ["SpellBlockIncreasedDuringFlaskEffectUnique__1_"] = { affix = "", "+(20-30)% Chance to Block Spell Damage during Flask effect", statOrderKey = "2249", statOrder = { 2249 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, + ["EvasionRatingIncreasesWeaponDamageUniqueOneHandSword9"] = { affix = "", "1% increased Attack Damage per 450 Evasion Rating", statOrderKey = "2255", statOrder = { 2255 }, level = 1, group = "EvasionRatingIncreasesWeaponDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["IncreasedDamageToIgnitedTargetsUniqueBootsStrInt3"] = { affix = "", "(25-40)% increased Damage against Ignited Enemies", statOrderKey = "2261", statOrder = { 2261 }, level = 1, group = "IncreasedDamageToIgnitedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MovementVelocityWhileOnFullEnergyShieldUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed while on Full Energy Shield", statOrderKey = "2277", statOrder = { 2277 }, level = 1, group = "MovementSpeedWhileOnFullEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChanceForEnemyToFleeOnBlockUniqueShieldDex4"] = { affix = "", "10% Chance to Cause Monster to Flee on Block", statOrderKey = "2268", statOrder = { 2268 }, level = 1, group = "ChanceForEnemyToFleeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["IncreasedChaosDamageUniqueBodyStrDex4"] = { affix = "", "(50-80)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUniqueCorruptedJewel2"] = { affix = "", "(15-20)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUniqueShieldDex7"] = { affix = "", "(20-30)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__1"] = { affix = "", "(30-35)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__2"] = { affix = "", "(80-100)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__3"] = { affix = "", "(7-13)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__4"] = { affix = "", "(60-80)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__4_2"] = { affix = "", "(20-30)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__5"] = { affix = "", "(20-40)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageImplicit1_"] = { affix = "", "(17-23)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 100, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedLifeLeechRateUniqueBodyStrDex4"] = { affix = "", "100% increased Recovery per second from Life Leech", statOrderKey = "1517", statOrder = { 1517 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeLeechRateUniqueAmulet20"] = { affix = "", "30% increased total Recovery per second from Life, Mana, or Energy Shield Leech", statOrderKey = "5329", statOrder = { 5329 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["IncreasedLifeLeechRateUnique__1"] = { affix = "", "50% increased Recovery per second from Life Leech", statOrderKey = "1517", statOrder = { 1517 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReducedLifeLeechRateUniqueJewel19"] = { affix = "", "(10-20)% reduced Recovery per second from Life Leech", statOrderKey = "1517", statOrder = { 1517 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SpellAddedChaosDamageUniqueWand7"] = { affix = "", "Adds (90-130) to (140-190) Chaos Damage to Spells", statOrderKey = "824", statOrder = { 824 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageUnique__1"] = { affix = "", "Adds (48-56) to (73-84) Chaos Damage to Spells", statOrderKey = "824", statOrder = { 824 }, level = 81, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageUnique__2"] = { affix = "", "Adds (16-21) to (31-36) Chaos Damage to Spells", statOrderKey = "824", statOrder = { 824 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["HealOnRampageUniqueGlovesStrDex5"] = { affix = "", "Recover 20% of Life on Rampage", statOrderKey = "2262", statOrder = { 2262 }, level = 1, group = "HealOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DispelStatusAilmentsOnRampageUniqueGlovesStrInt2"] = { affix = "", "Removes Elemental Ailments on Rampage", statOrderKey = "2263", statOrder = { 2263 }, level = 1, group = "DispelStatusAilmentsOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, + ["PhysicalDamageImmunityOnRampageUniqueGlovesStrInt2"] = { affix = "", "Gain Immunity to Physical Damage for 1.5 seconds on Rampage", statOrderKey = "2264", statOrder = { 2264 }, level = 1, group = "PhysicalDamageImmunityOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["VaalSoulsOnRampageUniqueGlovesStrDex5"] = { affix = "", "Kills grant an additional Vaal Soul if you have Rampaged Recently", statOrderKey = "4888", statOrder = { 4888 }, level = 1, group = "VaalSoulsOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["GroundSmokeOnRampageUniqueGlovesDexInt6"] = { affix = "", "Creates a Smoke Cloud on Rampage", statOrderKey = "2275", statOrder = { 2275 }, level = 1, group = "GroundSmokeOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhasingOnRampageUniqueGlovesDexInt6"] = { affix = "", "Enemies do not block your movement for 4 seconds on Rampage", statOrderKey = "2276", statOrder = { 2276 }, level = 1, group = "PhasingOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalChanceToBlindOnHitUniqueSceptre8"] = { affix = "", "10% Global chance to Blind Enemies on hit", statOrderKey = "2266", statOrder = { 2266 }, level = 1, group = "BlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeRegenerationPerLevelUniqueTwoHandSword7"] = { affix = "", "Regenerate 0.2 Life per second per Level", statOrderKey = "2269", statOrder = { 2269 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CriticalStrikeChancePerLevelUniqueTwoHandAxe8"] = { affix = "", "3% increased Global Critical Strike Chance per Level", statOrderKey = "2270", statOrder = { 2270 }, level = 1, group = "CriticalStrikeChancePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AttackDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Attack Damage per Level", statOrderKey = "2271", statOrder = { 2271 }, level = 1, group = "AttackDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["SpellDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Spell Damage per Level", statOrderKey = "2272", statOrder = { 2272 }, level = 1, group = "SpellDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["FlaskChargesOnCritUniqueTwoHandAxe8"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike", statOrderKey = "2273", statOrder = { 2273 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, + ["LifeLeechOnCritUniqueTwoHandAxe8"] = { affix = "", "600% of Damage Leeched as Life on Critical Strike", statOrderKey = "1079", statOrder = { 1079 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["LifeLeechOnCritPermyriadUniqueTwoHandAxe8"] = { affix = "", "1.2% of Damage Leeched as Life on Critical Strike", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["ChanceToReflectChaosDamageToSelfUniqueTwoHandSword7_"] = { affix = "", "Enemies you Attack have 20% chance to Reflect 35 to 50 Chaos Damage to you", statOrderKey = "2278", statOrder = { 2278 }, level = 1, group = "ChanceToReflectChaosDamageToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SimulatedRampageStrDex5"] = { affix = "", "Rampage", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageDexInt6"] = { affix = "", "Rampage", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageStrInt2"] = { affix = "", "Rampage", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageUnique__1"] = { affix = "", "Rampage", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageUnique__2"] = { affix = "", "Rampage", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageUnique__3_"] = { affix = "", "Rampage", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlindImmunityUniqueSceptre8"] = { affix = "", "Cannot be Blinded", statOrderKey = "2282", statOrder = { 2282 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlindImmunityUnique__1"] = { affix = "", "Cannot be Blinded", statOrderKey = "2282", statOrder = { 2282 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "+1 Mana gained on Kill per Level", statOrderKey = "2280", statOrder = { 2280 }, level = 1, group = "ManaGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "+1 Energy Shield gained on Kill per Level", statOrderKey = "2281", statOrder = { 2281 }, level = 1, group = "EnergyShieldGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreaseSocketedActiveSkillGemLevelUniqueTwoHandSword7_"] = { affix = "", "+1 to Level of Socketed Active Skill Gems", statOrderKey = "70", statOrder = { 70 }, level = 1, group = "IncreaseSkillGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["IncreasedChaosDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Elemental Damage per Level", statOrderKey = "2284", statOrder = { 2284 }, level = 1, group = "ChaosDamagePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["IncreasedElementalDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Chaos Damage per Level", statOrderKey = "2285", statOrder = { 2285 }, level = 1, group = "ElementalDamagePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["LifeGainedOnEnemyDeathPerLevelUniqueTwoHandSword7"] = { affix = "", "+1 Life gained on Kill per Level", statOrderKey = "2279", statOrder = { 2279 }, level = 1, group = "LifeGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UnholyMightOnRampageUniqueGlovesDexInt6"] = { affix = "", "Gain Unholy Might for 3 seconds on Rampage", statOrderKey = "2283", statOrder = { 2283 }, level = 1, group = "UnholyMightOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReduceGlobalFlatManaCostUnique__1"] = { affix = "", "-(8-4) to Total Mana Cost of Skills", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreaseGlobalFlatManaCostUnique__1"] = { affix = "", "+50 to Total Mana Cost of Skills", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreaseGlobalFlatManaCostUnique__2"] = { affix = "", "+(40-80) to Total Mana Cost of Skills", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreaseGlobalFlatManaCostUnique__3_"] = { affix = "", "+40 to Total Mana Cost of Skills", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedLifeRegenerationPercentUniqueOneHandAxe5"] = { affix = "", "50% reduced Life Regeneration rate", statOrderKey = "980", statOrder = { 980 }, level = 1, group = "IncreaseLifeRegenPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IgniteDurationUnique__1"] = { affix = "", "20% reduced Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteDurationUnique__2"] = { affix = "", "90% reduced Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteDurationUnique__3_"] = { affix = "", "50% reduced Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SocketedGemsGetBloodMagicUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Lifetap", statOrderKey = "133", statOrder = { 133 }, level = 1, group = "SupportedByBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["MapAnarchyExiles"] = { affix = "", "Area is inhabited by 3 additional Rogue Exiles", statOrderKey = "1664", statOrder = { 1664 }, level = 0, group = "MapAnarchyLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HarvestInfusedMapAnarchyExiles"] = { affix = "", "Area is inhabited by 12 additional Rogue Exiles", statOrderKey = "1664", statOrder = { 1664 }, level = 0, group = "MapAnarchyLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemHasElementalEquilibriumUniqueRing25"] = { affix = "", "Socketed Gems have Elemental Equilibrium", statOrderKey = "332", statOrder = { 332 }, level = 1, group = "SocketedGemHasElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental_damage", "damage", "elemental", "gem" }, }, + ["SocketedGemHasSecretsOfSufferingUnique__1"] = { affix = "", "Socketed Gems have Secrets of Suffering", statOrderKey = "334", statOrder = { 334 }, level = 1, group = "SocketedGemHasSecretsOfSuffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental", "fire", "cold", "lightning", "critical", "ailment", "gem" }, }, + ["ImmuneToElementalAilmentsWhileLifeAndManaCloseUnique__1"] = { affix = "", "Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500", statOrderKey = "7345", statOrder = { 7345 }, level = 1, group = "ImmuneToElementalAilmentsWhileLifeAndManaClose", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, + ["FireResistanceWhenSocketedWithRedGemUniqueRing25"] = { affix = "", "+(75-100)% to Fire Resistance when Socketed with a Red Gem", statOrderKey = "1027", statOrder = { 1027 }, level = 1, group = "FireResistanceWhenSocketedWithRedGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance", "gem" }, }, + ["LightningResistanceWhenSocketedWithBlueGemUniqueRing25"] = { affix = "", "+(75-100)% to Lightning Resistance when Socketed with a Blue Gem", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "LightningResistanceWhenSocketedWithBlueGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance", "gem" }, }, + ["ColdResistanceWhenSocketedWithGreenGemUniqueRing25"] = { affix = "", "+(75-100)% to Cold Resistance when Socketed with a Green Gem", statOrderKey = "1033", statOrder = { 1033 }, level = 1, group = "ColdResistanceWhenSocketedWithGreenGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance", "gem" }, }, + ["LightningPenetrationUniqueStaff8"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrderKey = "2291", statOrder = { 2291 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningPenetrationUnique__1"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrderKey = "2291", statOrder = { 2291 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["FirePenetrationUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance", statOrderKey = "2289", statOrder = { 2289 }, level = 81, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ManaLeechFromLightningDamageUniqueStaff8"] = { affix = "", "200% of Lightning Damage Leeched as Mana", statOrderKey = "1093", statOrder = { 1093 }, level = 1, group = "LightningManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, + ["ManaLeechPermyriadFromLightningDamageUniqueStaff8"] = { affix = "", "0.4% of Lightning Damage Leeched as Mana", statOrderKey = "1094", statOrder = { 1094 }, level = 1, group = "LightningManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, + ["AllSocketsAreWhiteUniqueRing25"] = { affix = "", "All Sockets are White", statOrderKey = "1287", statOrder = { 1287 }, level = 1, group = "AllSocketsAreWhite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PunishmentOnMeleeBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Punishment when you Block their Melee Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2294", statOrder = { 2294 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["TemporalChainsOnProjectileBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2295", statOrder = { 2295 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["ElementalWeaknessOnSpellBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Elemental Weakness when you Block their Spell Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2296", statOrder = { 2296 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["SocketedGemsGetIncreasedItemQuantityUniqueShieldInt4"] = { affix = "", "Enemies slain by Socketed Gems drop 10% increased item quantity", statOrderKey = "287", statOrder = { 287 }, level = 1, group = "SocketedGemsGetIncreasedItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["VulnerabilityOnBlockUniqueStaff9"] = { affix = "", "Curse Enemies with Vulnerability on Block, with 20% increased Effect", statOrderKey = "2292", statOrder = { 2292 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["VulnerabilityOnBlockUniqueShieldStrDex3"] = { affix = "", "Curse Enemies with Vulnerability on Block, with 20% increased Effect", statOrderKey = "2292", statOrder = { 2292 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["HealAlliesOnDeathUniqueShieldDexInt2"] = { affix = "", "Nearby allies Recover 1% of your Maximum Life when you Die", statOrderKey = "2298", statOrder = { 2298 }, level = 1, group = "HealAlliesOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SelfShockDurationUniqueBelt12_"] = { affix = "", "100% increased Shock Duration on you", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SelfShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration on you", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SelfShockDurationUnique__2"] = { affix = "", "50% increased Shock Duration on you", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShocksReflectToSelfUniqueBelt12"] = { affix = "", "Shocks you cause are reflected back to you", statOrderKey = "2073", statOrder = { 2073 }, level = 1, group = "ShockReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShocksReflectToSelfUnique__1"] = { affix = "", "Shocks you cause are reflected back to you", statOrderKey = "2073", statOrder = { 2073 }, level = 1, group = "ShockReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["MovementVelocityWhileShockedUniqueBelt12"] = { affix = "", "15% increased Movement Speed while Shocked", statOrderKey = "2106", statOrder = { 2106 }, level = 1, group = "MovementWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["DamageIncreaseWhileShockedUniqueBelt12"] = { affix = "", "60% increased Damage while Shocked", statOrderKey = "2074", statOrder = { 2074 }, level = 1, group = "DamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageOnLowLifeUniqueHelmetStrInt5"] = { affix = "", "20% increased Damage when on Low Life", statOrderKey = "644", statOrder = { 644 }, level = 1, group = "DamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["SocketedGemsSupportedByCastOnDeathUniqueHelmetStrInt5"] = { affix = "", "Socketed Gems are supported by Level 20 Cast on Death", statOrderKey = "239", statOrder = { 239 }, level = 1, group = "DisplaySupportedByCastOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["IncreaseDamageOnBlindedEnemiesUniqueQuiver9_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2111", statOrder = { 2111 }, level = 69, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreaseDamageOnBlindedEnemiesUnique__1"] = { affix = "", "(25-40)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2111", statOrder = { 2111 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["SmokeCloudWhenHitUniqueQuiver9"] = { affix = "", "25% chance to create a Smoke Cloud when Hit", statOrderKey = "1885", statOrder = { 1885 }, level = 1, group = "SmokeCloudWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10"] = { affix = "", "30% increased Elemental Damage with Attack Skills during any Flask Effect", statOrderKey = "2052", statOrder = { 2052 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "attack" }, }, + ["IncreasedDamageToShockedTargetsUniqueRing29"] = { affix = "", "40% increased Damage with Hits against Shocked Enemies", statOrderKey = "666", statOrder = { 666 }, level = 1, group = "IncreasedDamageToShockedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LifeLeechVsShockedEnemiesUniqueRing29"] = { affix = "", "100% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1073", statOrder = { 1073 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeLeechPermyriadVsShockedEnemiesUniqueRing29"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1074", statOrder = { 1074 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AddedPhysicalDamageVsFrozenEnemiesUniqueRing30"] = { affix = "", "Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies", statOrderKey = "696", statOrder = { 696 }, level = 1, group = "AddedPhysicalDamageOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ReducedChillDurationOnSelfUniqueRing30"] = { affix = "", "20% reduced Chill Duration on you", statOrderKey = "1245", statOrder = { 1245 }, level = 25, group = "ReducedChillDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChillDurationOnSelfUnique__1"] = { affix = "", "10000% increased Chill Duration on you", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "ReducedChillDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["LifeGainOnHitVsIgnitedEnemiesUniqueRing31"] = { affix = "", "+(4-5) Life gained for each Ignited Enemy hit by your Attacks", statOrderKey = "1123", statOrder = { 1123 }, level = 37, group = "LifeGainOnHitVsIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SocketedRedGemsHaveAddedFireDamageUniqueTwoHandSword8_"] = { affix = "", "Socketed Red Gems get 10% Physical Damage as Extra Fire Damage", statOrderKey = "283", statOrder = { 283 }, level = 1, group = "SocketedRedGemsHaveAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "gem" }, }, + ["SocketedMeleeGemsHaveIncreasedAoEUniqueTwoHandSword8"] = { affix = "", "Socketed Melee Gems have 15% increased Area of Effect", statOrderKey = "282", statOrder = { 282 }, level = 1, group = "SocketedMeleeGemsHaveIncreasedAoE", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, + ["ReducedCriticalStrikeDamageTakenUniqueBelt13"] = { affix = "", "You take 30% reduced Extra Damage from Critical Strikes", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "ReducedCriticalStrikeDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["PhysicalDamageConvertedToFireVsBurningEnemyUniqueSceptre9"] = { affix = "", "50% of Physical Damage Converted to Fire Damage against Ignited Enemies", statOrderKey = "1539", statOrder = { 1539 }, level = 1, group = "PhysicalDamageConvertedToFireVsBurningEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalTakenAsColdUniqueFlask8"] = { affix = "", "20% of Physical Damage from Hits taken as Cold Damage during Flask effect", statOrderKey = "546", statOrder = { 546 }, level = 1, group = "PhysicalTakenAsColdFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUniqueFlask8"] = { affix = "", "Gain (15-20)% of Physical Damage as Extra Cold Damage during effect", statOrderKey = "547", statOrder = { 547 }, level = 1, group = "PhysicalAddedAsColdFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUniqueOneHandSword12"] = { affix = "", "Gain (25-30)% of Physical Damage as Extra Cold Damage", statOrderKey = "1301", statOrder = { 1301 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUnique__1"] = { affix = "", "Gain 50% of Physical Damage as Extra Cold Damage", statOrderKey = "1301", statOrder = { 1301 }, level = 35, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUnique__2"] = { affix = "", "Gain (10-15)% of Physical Damage as Extra Cold Damage", statOrderKey = "1301", statOrder = { 1301 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["AvoidChillUniqueFlask8"] = { affix = "", "30% chance to Avoid being Chilled during Flask effect", statOrderKey = "548", statOrder = { 548 }, level = 1, group = "AvoidChillFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["AvoidFreezeUniqueFlask8"] = { affix = "", "30% chance to Avoid being Frozen during Flask effect", statOrderKey = "550", statOrder = { 550 }, level = 1, group = "AvoidFreezeFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["IncreasedSelfBurnDurationUniqueRing28"] = { affix = "", "100% increased Ignite Duration on you", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SelfBurnDurationUnique__1"] = { affix = "", "10000% increased Ignite Duration on you", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["FireDamageTakenCausesExtraPhysicalDamageUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage taken causes extra Physical Damage", statOrderKey = "1772", statOrder = { 1772 }, level = 1, group = "FireDamageTakenCausesExtraPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ReducedChanceToBlockUnique__1"] = { affix = "", "30% reduced Chance to Block Attack and Spell Damage", statOrderKey = "603", statOrder = { 603 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChillEffectivenessOnSelfUniqueRing28"] = { affix = "", "75% reduced Effect of Chill on you", statOrderKey = "1045", statOrder = { 1045 }, level = 30, group = "ChillEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["TemporalChainsEffectivenessOnSelfUniqueRing27"] = { affix = "", "Temporal Chains has 50% reduced Effect on you", statOrderKey = "1044", statOrder = { 1044 }, level = 28, group = "TemporalChainsEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["TemporalChainsEffectivenessOnSelfUnique__1"] = { affix = "", "Unaffected by Temporal Chains", statOrderKey = "7350", statOrder = { 7350 }, level = 80, group = "TemporalChainsEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["PhysicalDamageOnSkillUseUniqueHelmetInt8"] = { affix = "", "Your Skills deal you 400% of Mana Spent on Skill Mana Costs as Physical Damage", statOrderKey = "1577", statOrder = { 1577 }, level = 1, group = "PhysicalDamageOnSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedFireDamageTakenUniqueBodyStrDex5"] = { affix = "", "20% increased Fire Damage taken", statOrderKey = "1597", statOrder = { 1597 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["FireDamageTakenConvertedToPhysicalUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrderKey = "1764", statOrder = { 1764 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, + ["FireDamageTakenConvertedToPhysicalUnique__1"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrderKey = "1763", statOrder = { 1763 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, + ["LocalAddedFireDamageAgainstIgnitedEnemiesUniqueSceptre9"] = { affix = "", "Adds 15 to 25 Fire Damage to Attacks against Ignited Enemies", statOrderKey = "697", statOrder = { 697 }, level = 1, group = "AddedFireDamageVsIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["CastSocketedMinionSpellsOnKillUniqueBow12"] = { affix = "", "Trigger Socketed Minion Spells on Kill with this Weapon", "Minion Spells Triggered by this Item have a 0.25 second Cooldown with 5 Uses", statOrderKey = "431,431.1", statOrder = { 431, 431.1 }, level = 1, group = "CastSocketedMinionSpellsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "minion" }, }, + ["IncreasedMinionDamagePerDexterityUniqueBow12"] = { affix = "", "Minions deal 1% increased Damage per 5 Dexterity", statOrderKey = "1343", statOrder = { 1343 }, level = 1, group = "IncreasedMinionDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["CastSocketedSpellsOnShockedEnemyKillUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells on Killing a Shocked Enemy", statOrderKey = "430", statOrder = { 430 }, level = 1, group = "CastSocketedSpellsOnShockedEnemyKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MaxPowerChargesIsZeroUniqueAmulet19"] = { affix = "", "Cannot gain Power Charges", statOrderKey = "2321", statOrder = { 2321 }, level = 1, group = "MaxPowerChargesIsZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedDamagePerCurseUniqueHelmetInt9"] = { affix = "", "(10-20)% increased Damage with Hits and Ailments per Curse on Enemy", statOrderKey = "2320", statOrder = { 2320 }, level = 1, group = "DamageToEnemiesPerCurse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["StealChargesOnHitPercentUniqueGlovesStrDex6"] = { affix = "", "10% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2299", statOrder = { 2299 }, level = 1, group = "StealCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["StealChargesOnHitPercentUnique__1"] = { affix = "", "25% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2299", statOrder = { 2299 }, level = 1, group = "StealCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["IncreasedPhysicalDamagePerEnduranceChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Physical Damage per Endurance Charge", statOrderKey = "1499", statOrder = { 1499 }, level = 1, group = "IncreasedPhysicalDamagePerEndurance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "10% increased Physical Damage per Endurance Charge", statOrderKey = "1499", statOrder = { 1499 }, level = 1, group = "IncreasedPhysicalDamagePerEndurance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedDamageVsFullLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Full Life", statOrderKey = "2303", statOrder = { 2303 }, level = 1, group = "DamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageVsLowLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Low Life", statOrderKey = "2304", statOrder = { 2304 }, level = 1, group = "DamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalPenetrationPerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "Penetrate 1% Elemental Resistances per Frenzy Charge", statOrderKey = "2302", statOrder = { 2302 }, level = 1, group = "ElementalPenetrationPerFrenzy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ChargeDurationUniqueBodyDexInt3"] = { affix = "", "100% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2332", statOrder = { 2332 }, level = 1, group = "ChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["ElementalStatusAilmentDurationUniqueAmulet19"] = { affix = "", "20% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1234", statOrder = { 1234 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ElementalStatusAilmentDurationDescentUniqueQuiver1"] = { affix = "", "50% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1234", statOrder = { 1234 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ElementalStatusAilmentDurationUnique__1_"] = { affix = "", "(10-15)% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1234", statOrder = { 1234 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["CanOnlyKillFrozenEnemiesUniqueGlovesStrInt3"] = { affix = "", "Your Hits can only Kill Frozen Enemies", statOrderKey = "2327", statOrder = { 2327 }, level = 1, group = "CanOnlyKillFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FreezeDurationUniqueGlovesStrInt3"] = { affix = "", "25% increased Freeze Duration on Enemies", statOrderKey = "1231", statOrder = { 1231 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeChillDurationUnique__1"] = { affix = "", "10000% increased Chill Duration on Enemies", "10000% increased Freeze Duration on Enemies", statOrderKey = "1229,1231", statOrder = { 1229, 1231 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeDurationUnique__1"] = { affix = "", "30% increased Freeze Duration on Enemies", statOrderKey = "1231", statOrder = { 1231 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ElementalPenetrationMarakethSceptreImplicit1"] = { affix = "", "Damage Penetrates 4% Elemental Resistances", statOrderKey = "2288", statOrder = { 2288 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalPenetrationMarakethSceptreImplicit2"] = { affix = "", "Damage Penetrates 6% Elemental Resistances", statOrderKey = "2288", statOrder = { 2288 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["MinonAreaOfEffectUniqueRing33"] = { affix = "", "Minions have 10% increased Area of Effect", statOrderKey = "2330", statOrder = { 2330 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionAreaOfEffectUnique__1"] = { affix = "", "Minions have (6-8)% increased Area of Effect", statOrderKey = "2330", statOrder = { 2330 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PhysicalDamageToSelfOnMinionDeathUniqueRing33"] = { affix = "", "350 Physical Damage taken on Minion Death", statOrderKey = "2333", statOrder = { 2333 }, level = 25, group = "SelfPhysicalDamageOnMinionDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageToSelfOnMinionDeathESPercentUniqueRing33_"] = { affix = "", "8% of Maximum Energy Shield taken as Physical Damage on Minion Death", statOrderKey = "2329", statOrder = { 2329 }, level = 1, group = "SelfPhysicalDamageOnMinionDeathPerES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DealNoPhysicalDamageUniqueBelt14"] = { affix = "", "Deal no Physical Damage", statOrderKey = "2089", statOrder = { 2089 }, level = 65, group = "DealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DealNoNonPhysicalDamageUniqueBelt__1"] = { affix = "", "Deal no Non-Physical Damage", statOrderKey = "2090", statOrder = { 2090 }, level = 65, group = "DealNoNonPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["RangedAttacksConsumeAmmoUniqueBelt__1"] = { affix = "", "Attacks that Fire Projectiles Consume up to 1 additional Steel Shard", statOrderKey = "3942", statOrder = { 3942 }, level = 1, group = "RangedAttacksConsumeAmmo", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalProjectilesAfterAmmoConsumedUniqueBelt__1"] = { affix = "", "Skills Fire 3 additional Projectiles for 4 seconds after", "you consume a total of 12 Steel Shards", statOrderKey = "7129,7129.1", statOrder = { 7129, 7129.1 }, level = 1, group = "AdditionalProjectilesAfterAmmoConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["LifeLeechFromAttacksAgainstChilledEnemiesUniqueBelt14"] = { affix = "", "300% of Attack Damage Leeched as Life against Chilled Enemies", statOrderKey = "1077", statOrder = { 1077 }, level = 65, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechPermyriadFromAttacksAgainstChilledEnemiesUniqueBelt14"] = { affix = "", "1% of Attack Damage Leeched as Life against Chilled Enemies", statOrderKey = "1078", statOrder = { 1078 }, level = 65, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["FasterBurnFromAttacksEnemiesUniqueBelt14"] = { affix = "", "Ignites you inflict with Attacks deal Damage 35% faster", statOrderKey = "1875", statOrder = { 1875 }, level = 65, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack", "ailment" }, }, + ["SocketedGemsProjectilesNovaUniqueStaff10"] = { affix = "", "Socketed Gems fire Projectiles in a circle", statOrderKey = "337", statOrder = { 337 }, level = 1, group = "DisplaySocketedGemsNova", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsAdditionalProjectilesUniqueStaff10_"] = { affix = "", "Socketed Gems fire 4 additional Projectiles", statOrderKey = "336", statOrder = { 336 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsAdditionalProjectilesUniqueWand9"] = { affix = "", "Socketed Gems fire an additional Projectile", statOrderKey = "336", statOrder = { 336 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsReducedDurationUniqueStaff10"] = { affix = "", "Socketed Gems have 70% reduced Skill Effect Duration", statOrderKey = "338", statOrder = { 338 }, level = 1, group = "DisplaySocketedGemReducedDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SupportedByReducedManaUniqueBodyDexInt4"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrderKey = "250", statOrder = { 250 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByGenerosityUniqueBodyDexInt4_"] = { affix = "", "Socketed Gems are Supported by Level 30 Generosity", statOrderKey = "251", statOrder = { 251 }, level = 1, group = "DisplaySocketedGemGenerosity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["IncreasedAuraEffectUniqueBodyDexInt4"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["IncreasedAuraEffectUniqueJewel45"] = { affix = "", "3% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["IncreasedAuraRadiusUniqueBodyDexInt4"] = { affix = "", "(20-40)% increased Area of Effect of Aura Skills", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["IncreasedAuraRadiusUnique__1"] = { affix = "", "20% increased Area of Effect of Aura Skills", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["ChaosDamagePoisonsUniqueDagger10"] = { affix = "", "Your Chaos Damage Poisons Enemies", statOrderKey = "2337", statOrder = { 2337 }, level = 1, group = "ChaosDamagePoisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChaosDamageChanceToPoisonUnique__1"] = { affix = "", "Your Chaos Damage has 60% chance to Poison Enemies", statOrderKey = "2338", statOrder = { 2338 }, level = 1, group = "ChaosDamagePoisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["IncreasedElementalDamagePerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Elemental Damage per Frenzy Charge", statOrderKey = "1498", statOrder = { 1498 }, level = 1, group = "IncreasedElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["MinesMultipleDetonationUniqueStaff11"] = { affix = "", "Mines can be Detonated an additional time", statOrderKey = "2339", statOrder = { 2339 }, level = 1, group = "MinesMultipleDetonation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainOnslaughtWhenCullingEnemyUniqueOneHandAxe6"] = { affix = "", "You gain Onslaught for 3 seconds on Culling Strike", statOrderKey = "2334", statOrder = { 2334 }, level = 1, group = "OnslaughtBuffOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe6"] = { affix = "", "Adds (3-5) to (7-10) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LifeLeechUniqueOneHandAxe6"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueOneHandAxe6"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["CannotBeChilledWhenOnslaughtUniqueOneHandAxe6"] = { affix = "", "Cannot be Chilled during Onslaught", statOrderKey = "2336", statOrder = { 2336 }, level = 1, group = "CannotBeChilledWhenOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["LifeRegenerationRatePercentageUniqueAmulet21"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 20, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentageUniqueShieldStrInt3"] = { affix = "", "Regenerate 3% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentageUniqueJewel24"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationAuraUniqueAmulet21"] = { affix = "", "40% increased Mana Regeneration Rate", "Regenerate 2% of Life per second", statOrderKey = "986,1311", statOrder = { 986, 1311 }, level = 1, group = "ShapersSeedAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["LifeRegenerationRatePercentUniqueShieldStr5"] = { affix = "", "You and your Totems Regenerate 0.5% of Life per second for each Summoned Totem", statOrderKey = "7423", statOrder = { 7423 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__1"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__2"] = { affix = "", "Regenerate 5% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__3"] = { affix = "", "Regenerate 1% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__4_"] = { affix = "", "Regenerate 1% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentImplicitUnique__5"] = { affix = "", "Regenerate (1-2)% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["RemoteMineLayingSpeedUniqueStaff11"] = { affix = "", "(40-60)% increased Mine Throwing Speed", statOrderKey = "1297", statOrder = { 1297 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["RemoteMineLayingSpeedUnique__1"] = { affix = "", "(10-15)% reduced Mine Throwing Speed", statOrderKey = "1297", statOrder = { 1297 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["RemoteMineArmingSpeedUnique__1"] = { affix = "", "Mines have (40-50)% increased Detonation Speed", statOrderKey = "6642", statOrder = { 6642 }, level = 1, group = "MineArmingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["LessMineDamageUniqueStaff11"] = { affix = "", "35% less Mine Damage", statOrderKey = "626", statOrder = { 626 }, level = 1, group = "LessMineDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["SupportedByRemoteMineUniqueStaff11"] = { affix = "", "Socketed Gems are Supported by Level 10 Blastchain Mine", statOrderKey = "253", statOrder = { 253 }, level = 1, group = "SupportedByRemoteMineLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ColdWeaponDamageUniqueOneHandMace4"] = { affix = "", "(30-40)% increased Cold Damage with Attack Skills", statOrderKey = "4373", statOrder = { 4373 }, level = 1, group = "ColdWeaponDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedLightningDamageWhileUnarmedUniqueGlovesStr4_"] = { affix = "", "Adds (150-225) to (525-600) Lightning Damage to Unarmed Attacks", statOrderKey = "1756", statOrder = { 1756 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamagetoSpellsWhileUnarmedUniqueGlovesStr4"] = { affix = "", "Adds (90-135) to (315-360) Lightning Damage to Spells while Unarmed", statOrderKey = "1757", statOrder = { 1757 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["GainEnergyShieldOnKillShockedEnemyUniqueGlovesStr4"] = { affix = "", "+(200-250) Energy Shield gained on Killing a Shocked Enemy", statOrderKey = "1881", statOrder = { 1881 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GainEnergyShieldOnKillShockedEnemyUnique__1_"] = { affix = "", "+(90-120) Energy Shield gained on Killing a Shocked Enemy", statOrderKey = "1881", statOrder = { 1881 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["CannotKnockBackUniqueOneHandMace5_"] = { affix = "", "Cannot Knock Enemies Back", statOrderKey = "2316", statOrder = { 2316 }, level = 1, group = "CannotKnockBack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChillOnAttackStunUniqueOneHandMace5"] = { affix = "", "All Attack Damage Chills when you Stun", statOrderKey = "2317", statOrder = { 2317 }, level = 1, group = "ChillOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, + ["DisplayLifeRegenerationAuraUniqueAmulet21"] = { affix = "", "Nearby Allies gain 2% of Life Regenerated per second", statOrderKey = "2305", statOrder = { 2305 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DisplayManaRegenerationAuaUniqueAmulet21"] = { affix = "", "Nearby Allies gain 40% increased Mana Regeneration Rate", statOrderKey = "2310", statOrder = { 2310 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedRarityWhenSlayingFrozenUniqueOneHandMace4"] = { affix = "", "40% increased Rarity of Items Dropped by Frozen Enemies", statOrderKey = "1990", statOrder = { 1990 }, level = 1, group = "MonsterDroppedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SwordPhysicalDamageToAddAsFireUniqueOneHandSword10"] = { affix = "", "Gain (66-99)% of Sword Physical Damage as Extra Fire Damage", statOrderKey = "2346", statOrder = { 2346 }, level = 1, group = "SwordPhysicalDamageToAddAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["CannotBeBuffedByAlliedAurasUniqueOneHandSword11"] = { affix = "", "Allies' Aura Buffs do not affect you", statOrderKey = "2324", statOrder = { 2324 }, level = 1, group = "CannotBeBuffedByAlliedAuras", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AurasCannotBuffAlliesUniqueOneHandSword11"] = { affix = "", "Your Aura Buffs do not affect allies", statOrderKey = "2326", statOrder = { 2326 }, level = 1, group = "AurasCannotBuffAllies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["IncreasedBuffEffectivenessUniqueOneHandSword11"] = { affix = "", "10% increased Effect of Buffs on you", statOrderKey = "1504", statOrder = { 1504 }, level = 1, group = "BuffEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedBuffEffectivenessBodyInt12"] = { affix = "", "30% increased Effect of Buffs on you", statOrderKey = "1504", statOrder = { 1504 }, level = 1, group = "BuffEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemyKnockbackDirectionReversedUniqueGlovesStr5_"] = { affix = "", "Knockback direction is reversed", statOrderKey = "2323", statOrder = { 2323 }, level = 1, group = "EnemyKnockbackDirectionReversed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplaySupportedByKnockbackUniqueGlovesStr5"] = { affix = "", "Socketed Gems are Supported by Level 10 Knockback", statOrderKey = "257", statOrder = { 257 }, level = 1, group = "DisplaySupportedByKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["LifeRegenPerMinutePerEnduranceChargeUniqueBodyDexInt3"] = { affix = "", "Regenerate (20-30) Life per second per Endurance Charge", statOrderKey = "2315", statOrder = { 2315 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenPerMinutePerEnduranceChargeUnique__1"] = { affix = "", "Regenerate (100-140) Life per second per Endurance Charge", statOrderKey = "2315", statOrder = { 2315 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MonstersFleeOnFlaskUseUniqueFlask9"] = { affix = "", "75% chance to cause Enemies to Flee on use", statOrderKey = "1984", statOrder = { 1984 }, level = 1, group = "MonstersFleeOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["PhysicalDamageOnFlaskUseUniqueFlask9"] = { affix = "", "(20-25)% more Melee Physical Damage during effect", statOrderKey = "2223", statOrder = { 2223 }, level = 1, group = "PhysicalDamageOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "damage", "physical", "attack" }, }, + ["KnockbackOnFlaskUseUniqueFlask9"] = { affix = "", "Adds Knockback to Melee Attacks during Flask effect", statOrderKey = "545", statOrder = { 545 }, level = 1, group = "KnockbackOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "attack" }, }, + ["CausesBleedingImplicitMarakethRapier1"] = { affix = "", "Causes Bleeding on Hit", statOrderKey = "1797", statOrder = { 1797 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LifeAndManaOnHitImplicitMarakethClaw1"] = { affix = "", "+6 Life and Mana gained for each Enemy hit", statOrderKey = "1122", statOrder = { 1122 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitImplicitMarakethClaw2"] = { affix = "", "+10 Life and Mana gained for each Enemy hit", statOrderKey = "1122", statOrder = { 1122 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitImplicitMarakethClaw3"] = { affix = "", "+14 Life and Mana gained for each Enemy hit", statOrderKey = "1122", statOrder = { 1122 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw1"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", "+6 Mana gained for each Enemy hit by Attacks", statOrderKey = "1118,1125", statOrder = { 1118, 1125 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw2"] = { affix = "", "+28 Life gained for each Enemy hit by Attacks", "+10 Mana gained for each Enemy hit by Attacks", statOrderKey = "1118,1125", statOrder = { 1118, 1125 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw3"] = { affix = "", "+38 Life gained for each Enemy hit by Attacks", "+14 Mana gained for each Enemy hit by Attacks", statOrderKey = "1118,1125", statOrder = { 1118, 1125 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaLeechImplicitMarakethClaw1"] = { affix = "", "0.8% of Physical Attack Damage Leeched as Life and Mana", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LifeAndManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "physical", "attack" }, }, + ["IcestormUniqueStaff12"] = { affix = "", "Grants Level 1 Icestorm Skill", statOrderKey = "384", statOrder = { 384 }, level = 1, group = "IcestormActiveSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PowerChargeOnMeleeStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun with Melee Damage", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnMeleeStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun", statOrderKey = "2070", statOrder = { 2070 }, level = 1, group = "PowerChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["UnholyMightOnMeleeCritUniqueSceptre10"] = { affix = "", "Gain Unholy Might for 2 seconds on Melee Critical Strike", statOrderKey = "2216", statOrder = { 2216 }, level = 1, group = "UnholyMightOnMeleeCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["UnholyMightOnCritUniqueSceptre10"] = { affix = "", "Gain Unholy Might for 4 seconds on Critical Strike", statOrderKey = "2218", statOrder = { 2218 }, level = 1, group = "UnholyMightOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChanceToAvoidElementalStatusAilmentsUniqueAmulet22"] = { affix = "", "5% chance to Avoid Elemental Ailments", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidElementalStatusAilmentsUniqueJewel46"] = { affix = "", "3% chance to Avoid Elemental Ailments", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToBePiercedUniqueBodyStr6"] = { affix = "", "Enemy Projectiles Pierce you", statOrderKey = "6955", statOrder = { 6955 }, level = 1, group = "ProjectilesAlwaysPierceYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IronWillUniqueGlovesStrInt4__"] = { affix = "", "Iron Will", statOrderKey = "7510", statOrder = { 7510 }, level = 1, group = "IronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GluttonyOfElementsUniqueAmulet23"] = { affix = "", "Grants Level 10 Gluttony of Elements Skill", statOrderKey = "367", statOrder = { 367 }, level = 1, group = "DisplayGluttonyOfElements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SocketedGemsSupportedByPierceUniqueBodyStr6"] = { affix = "", "Socketed Gems are Supported by Level 15 Pierce", statOrderKey = "264", statOrder = { 264 }, level = 1, group = "DisplaySupportedByPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["LifeRegenPerActiveBuffUniqueBodyInt12"] = { affix = "", "Regenerate (12-20) Life per second per Buff on you", statOrderKey = "5337", statOrder = { 5337 }, level = 1, group = "LifeRegenPerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ProjectileDamageJewelUniqueJewel41"] = { affix = "", "10% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "DamageForm", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["PhysicalDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DamageOverTimeUnique___1"] = { affix = "", "(8-12)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AttackAndCastSpeedJewelUniqueJewel43"] = { affix = "", "4% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__1"] = { affix = "", "(10-15)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 75, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__2"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__3"] = { affix = "", "(6-9)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__4"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__5"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__6"] = { affix = "", "(5-7)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__7"] = { affix = "", "(5-8)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["StrengthDexterityUnique__1"] = { affix = "", "+20 to Strength and Dexterity", statOrderKey = "613", statOrder = { 613 }, level = 1, group = "StrengthDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthDexterityImplicitSword_1"] = { affix = "", "+50 to Strength and Dexterity", statOrderKey = "613", statOrder = { 613 }, level = 1, group = "StrengthDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthIntelligenceUnique__1"] = { affix = "", "+20 to Strength and Intelligence", statOrderKey = "614", statOrder = { 614 }, level = 1, group = "StrengthIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthIntelligenceUnique__2"] = { affix = "", "+(10-30) to Strength and Intelligence", statOrderKey = "614", statOrder = { 614 }, level = 1, group = "StrengthIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityIntelligenceUnique__1__"] = { affix = "", "+20 to Dexterity and Intelligence", statOrderKey = "615", statOrder = { 615 }, level = 1, group = "DexterityIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["LifeLeechJewel"] = { affix = "Hungering", "(1-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { "not_str", "default", }, weightVal = { 0, 500 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ManaLeechJewel"] = { affix = "Thirsting", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SpellLifeLeechJewel"] = { affix = "Transfusing", "1% of Spell Damage Leeched as Life", statOrderKey = "1059", statOrder = { 1059 }, level = 1, group = "LifeLeech", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["SpellManaLeechJewel"] = { affix = "Siphoning", "1% of Spell Damage Leeched as Mana", statOrderKey = "1087", statOrder = { 1087 }, level = 1, group = "ManaLeech", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "caster" }, }, + ["PercentIncreasedAccuracyJewelUnique__1"] = { affix = "", "20% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["TrapCritChanceUnique__1"] = { affix = "", "(100-120)% increased Critical Strike Chance with Traps", statOrderKey = "891", statOrder = { 891 }, level = 1, group = "FormCritChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ManaCostReductionUniqueJewel44"] = { affix = "", "3% reduced Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreasedUniqueCorruptedJewel3"] = { affix = "", "50% increased Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["KnockbackChanceUnique__1"] = { affix = "", "10% chance to Knock Enemies Back on hit", statOrderKey = "1359", statOrder = { 1359 }, level = 1, group = "Knockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionElementalResistancesUnique__1"] = { affix = "", "Minions have +(7-10)% to all Elemental Resistances", statOrderKey = "2213", statOrder = { 2213 }, level = 1, group = "MinionElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance", "minion" }, }, + ["ReducedTotemDamageUniqueJewel26"] = { affix = "", "(30-50)% reduced Totem Damage", statOrderKey = "622", statOrder = { 622 }, level = 1, group = "TotemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TotemDamageUnique__1_"] = { affix = "", "40% increased Totem Damage", statOrderKey = "622", statOrder = { 622 }, level = 1, group = "TotemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["JewelStrToDex"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrderKey = "2355", statOrder = { 2355 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelStrToDexUniqueJewel13"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrderKey = "2355", statOrder = { 2355 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueJewel13"] = { affix = "", "+(16-24) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelDexToInt"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrderKey = "2358", statOrder = { 2358 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelDexToIntUniqueJewel11"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrderKey = "2358", statOrder = { 2358 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueJewel11"] = { affix = "", "+(16-24) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelIntToStr"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrderKey = "2359", statOrder = { 2359 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelIntToStrUniqueJewel34"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrderKey = "2359", statOrder = { 2359 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueJewel34"] = { affix = "", "+(16-24) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelStrToInt"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrderKey = "2356", statOrder = { 2356 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelStrToIntUniqueJewel35"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrderKey = "2356", statOrder = { 2356 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueJewel35"] = { affix = "", "+(16-24) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelIntToDex"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrderKey = "2360", statOrder = { 2360 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelIntToDexUniqueJewel36"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrderKey = "2360", statOrder = { 2360 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueJewel36"] = { affix = "", "+(16-24) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelDexToStr"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrderKey = "2357", statOrder = { 2357 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelDexToStrUniqueJewel37"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrderKey = "2357", statOrder = { 2357 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueJewel37"] = { affix = "", "+(16-24) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["ReducedAttackAndCastSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUniqueRing39"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["LifeLeechLocal1"] = { affix = "Remora's", "(1-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 9, group = "LifeLeech", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal2"] = { affix = "Lamprey's", "(3-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 25, group = "LifeLeech", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal3"] = { affix = "Vampire's", "(5-6)% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 72, group = "LifeLeech", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocalUniqueOneHandMace8"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocalPermyriadUniqueOneHandMace8__"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ManaLeechLocal1"] = { affix = "Thirsty", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1084", statOrder = { 1084 }, level = 9, group = "ManaLeech", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["AoEKnockBackOnFlaskUseUniqueFlask9_"] = { affix = "", "Knocks Back Enemies in an Area when you use a Flask", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "AoEKnockBackOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["AttacksCostNoManaUniqueTwoHandAxe9"] = { affix = "", "Your Attacks do not cost Mana", statOrderKey = "1262", statOrder = { 1262 }, level = 1, group = "AttacksCostNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["CannotLeechOrRegenerateManaUniqueTwoHandAxe9"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrderKey = "1878", statOrder = { 1878 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["CannotLeechOrRegenerateManaUnique__1_"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrderKey = "1878", statOrder = { 1878 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ResoluteTechniqueUniqueTwoHandAxe9"] = { affix = "", "Resolute Technique", statOrderKey = "7509", statOrder = { 7509 }, level = 1, group = "ResoluteTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["JewelUniqueAllocateDisconnectedPassives"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrderKey = "571", statOrder = { 571 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelRingRadiusValuesUnique__1"] = { affix = "", "Only affects Passives in Small Ring", statOrderKey = "5", statOrder = { 5 }, level = 1, group = "JewelRingRadiusValues", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AllocateDisconnectedPassivesDonutUnique__1"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrderKey = "571", statOrder = { 571 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvoidStunUniqueRingVictors"] = { affix = "", "(10-20)% chance to Avoid being Stunned", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvoidStunUnique__1"] = { affix = "", "30% chance to Avoid being Stunned", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvoidElementalAilmentsUnique__1_"] = { affix = "", "30% chance to Avoid Elemental Ailments", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["LocalChanceToBleedImplicitMarakethRapier1"] = { affix = "", "15% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedImplicitMarakethRapier2"] = { affix = "", "20% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedUniqueDagger12"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedUniqueOneHandMace8"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedUnique__1__"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedUnique__1_"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrderKey = "1806", statOrder = { 1806 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedUnique__2__"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrderKey = "1806", statOrder = { 1806 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedUnique__3_"] = { affix = "", "Attacks have 15% chance to cause Bleeding", statOrderKey = "1806", statOrder = { 1806 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["StealRareModUniqueJewel3"] = { affix = "", "With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain 1 of its Modifiers for 20 seconds", statOrderKey = "2365", statOrder = { 2365 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnarmedAreaOfEffectUniqueJewel4"] = { affix = "", "(10-15)% increased Area of Effect while Unarmed", statOrderKey = "2361", statOrder = { 2361 }, level = 1, group = "UnarmedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnarmedStrikeRangeUniqueJewel__1_"] = { affix = "", "+(3-4) to Melee Strike Range while Unarmed", statOrderKey = "2383", statOrder = { 2383 }, level = 1, group = "UnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["UniqueJewelMeleeToBow"] = { affix = "", "Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers", statOrderKey = "2372", statOrder = { 2372 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ChaosDamageIncreasedPerIntUniqueJewel2"] = { affix = "", "5% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius", statOrderKey = "2376", statOrder = { 2376 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["PassivesApplyToMinionsUniqueJewel7"] = { affix = "", "Passives in Radius apply to Minions instead of you", statOrderKey = "2377", statOrder = { 2377 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SpellDamagePerIntelligenceUniqueStaff12"] = { affix = "", "1% increased Spell Damage per 10 Intelligence", statOrderKey = "2033", statOrder = { 2033 }, level = 1, group = "SpellDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Culling Strike", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesHaveCullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesHaveCriticalStrikeMultiplierUnique__1"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LifeOnCorpseRemovalUniqueJewel14"] = { affix = "", "Recover 2% of Life when you Consume a corpse", statOrderKey = "2362", statOrder = { 2362 }, level = 1, group = "LifeOnCorpseRemoval", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemLifePerStrengthUniqueJewel15"] = { affix = "", "3% increased Totem Life per 10 Strength Allocated in Radius", statOrderKey = "2363", statOrder = { 2363 }, level = 1, group = "TotemLifePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemsCannotBeStunnedUniqueJewel15"] = { affix = "", "Totems cannot be Stunned", statOrderKey = "2369", statOrder = { 2369 }, level = 1, group = "TotemsCannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionDodgeChanceUniqueJewel16"] = { affix = "", "Minions have (2-5)% chance to Dodge Attack Hits", statOrderKey = "2364", statOrder = { 2364 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, + ["MinionDodgeChanceUnique__1"] = { affix = "", "Minions have (6-10)% chance to Dodge Attack Hits", statOrderKey = "2364", statOrder = { 2364 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, + ["FireDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (3-5) to (8-12) Fire Attack Damage per Buff on you", statOrderKey = "698", statOrder = { 698 }, level = 1, group = "FireDamagePerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["FireSpellDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (2-3) to (5-8) Fire Spell Damage per Buff on you", statOrderKey = "699", statOrder = { 699 }, level = 1, group = "FireDamagePerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["MinionLifeRecoveryOnBlockUniqueJewel18"] = { affix = "", "Minions Recover 2% of their Life when they Block", statOrderKey = "2368", statOrder = { 2368 }, level = 1, group = "MinionLifeRecoveryOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life", "minion" }, }, + ["IncreasedDamageWhileLeechingLifeUniqueJewel19"] = { affix = "", "(25-30)% increased Damage while Leeching", statOrderKey = "2370", statOrder = { 2370 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageWhileLeechingUnique__1"] = { affix = "", "(30-40)% increased Damage while Leeching", statOrderKey = "2370", statOrder = { 2370 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageWhileLeechingUnique__2__"] = { affix = "", "(15-25)% increased Damage while Leeching", statOrderKey = "2370", statOrder = { 2370 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MovementVelocityWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrderKey = "2105", statOrder = { 2105 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityWhileIgnitedUnique__1"] = { affix = "", "10% increased Movement Speed while Ignited", statOrderKey = "2105", statOrder = { 2105 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityWhileIgnitedUnique__2"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrderKey = "2105", statOrder = { 2105 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["FortifyOnMeleeHitUniqueJewel22"] = { affix = "", "10% chance to Fortify on Melee hit", statOrderKey = "1618", statOrder = { 1618 }, level = 1, group = "FortifyOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DamageTakenUniqueJewel24"] = { affix = "", "10% increased Damage taken", statOrderKey = "1593", statOrder = { 1593 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedDamagePerMagicItemJewel25"] = { affix = "", "(20-25)% increased Damage for each Magic Item Equipped", statOrderKey = "2384", statOrder = { 2384 }, level = 1, group = "IncreasedDamagePerMagicItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AdditionalTotemProjectilesUniqueJewel26"] = { affix = "", "Totems fire 2 additional Projectiles", statOrderKey = "2386", statOrder = { 2386 }, level = 1, group = "AdditionalTotemProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnholyMightOnMeleeKillUniqueJewel28"] = { affix = "", "5% chance to Gain Unholy Might for 4 seconds on Melee Kill", statOrderKey = "2388", statOrder = { 2388 }, level = 1, group = "UnholyMightOnMeleeKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SpellDamageWithNoManaReservedUniqueJewel30"] = { affix = "", "(40-60)% increased Spell Damage while no Mana is Reserved", statOrderKey = "2389", statOrder = { 2389 }, level = 1, group = "SpellDamageWithNoManaReserved", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["AllAttributesPerAssignedKeystoneUniqueJewel32"] = { affix = "", "4% increased Attributes per allocated Keystone", statOrderKey = "2392", statOrder = { 2392 }, level = 1, group = "AllAttributesPerAssignedKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["LifeOnHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "+3 Life gained for each Elemental Ailment on Enemies hit by your Attacks", statOrderKey = "2379", statOrder = { 2379 }, level = 1, group = "LifeOnHitPerStatusAilmentOnEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeOnSpellHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "+3 Life gained for each Elemental Ailment on Enemies hit by your Spells", statOrderKey = "2380", statOrder = { 2380 }, level = 1, group = "LifeOnSpellHitPerStatusAilmentOnEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have Culling Strike", statOrderKey = "1842", statOrder = { 1842 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have 30% increased Item Rarity", statOrderKey = "999", statOrder = { 999 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9"] = { affix = "", "Nearby Allies have +50% to Critical Strike Multiplier", statOrderKey = "5774", statOrder = { 5774 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["DisplayNearbyAlliesHaveFortifyTwoHandAxe9"] = { affix = "", "Nearby Allies have Fortify", statOrderKey = "5776", statOrder = { 5776 }, level = 1, group = "Fortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalVaalSoulOnKillUniqueCorruptedJewel4_"] = { affix = "", "(20-30)% chance to gain an additional Vaal Soul on Kill", statOrderKey = "2409", statOrder = { 2409 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["VaalSkillDurationUniqueCorruptedJewel5"] = { affix = "", "(15-20)% increased Vaal Skill Effect Duration", statOrderKey = "2410", statOrder = { 2410 }, level = 1, group = "VaalSkillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["VaalSkillRefundChanceUniqueCorruptedJewel5"] = { affix = "", "Vaal Skills have (15-20)% chance to regain consumed Souls when used", statOrderKey = "7368", statOrder = { 7368 }, level = 1, group = "VaalSkillRefundChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["VaalSkillCriticalStrikeChanceCorruptedJewel6"] = { affix = "", "(80-120)% increased Vaal Skill Critical Strike Chance", statOrderKey = "2412", statOrder = { 2412 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical", "vaal" }, }, + ["VaalSkillCriticalStrikeMultiplierCorruptedJewel6"] = { affix = "", "+(22-30)% to Vaal Skill Critical Strike Multiplier", statOrderKey = "2413", statOrder = { 2413 }, level = 1, group = "VaalSkillCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "vaal" }, }, + ["AttackDamageUniqueJewel42"] = { affix = "", "8% increased Attack Damage", statOrderKey = "627", statOrder = { 627 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["IncreasedFlaskEffectUniqueJewel45"] = { affix = "", "Flasks applied to you have 8% increased Effect", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "FlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["CurseEffectivenessUniqueJewel45"] = { affix = "", "4% increased Effect of your Curses", statOrderKey = "1910", statOrder = { 1910 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessUnique__2_"] = { affix = "", "(15-20)% increased Effect of your Curses", statOrderKey = "1910", statOrder = { 1910 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessUnique__3_"] = { affix = "", "(10-15)% increased Effect of your Curses", statOrderKey = "1910", statOrder = { 1910 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessUnique__4"] = { affix = "", "(25-35)% increased Effect of your Curses", statOrderKey = "1910", statOrder = { 1910 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ManaCostOfTotemAurasUniqueCorruptedJewel8"] = { affix = "", "60% reduced Cost of Aura Skills that summon Totems", statOrderKey = "2415", statOrder = { 2415 }, level = 1, group = "ManaCostOfTotemAuras", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AdditionalVaalSoulOnShatterUniqueCorruptedJewel7"] = { affix = "", "50% chance to gain an additional Vaal Soul per Enemy Shattered", statOrderKey = "2414", statOrder = { 2414 }, level = 1, group = "AdditionalVaalSoulOnShatter", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["IncreasedCorruptedGemExperienceUniqueCorruptedJewel9"] = { affix = "", "10% increased Experience Gain for Corrupted Gems", statOrderKey = "2416", statOrder = { 2416 }, level = 1, group = "IncreasedCorruptedGemExperience", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["CorruptThresholdSoulEaterOnVaalSkillUseUniqueCorruptedJewel11"] = { affix = "", "With 5 Corrupted Items Equipped: Gain Soul Eater for 10 seconds on Vaal Skill use", statOrderKey = "2419", statOrder = { 2419 }, level = 1, group = "CorruptThresholdSoulEaterOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["CorruptThresholdPhysBypassesESUniqueCorruptedJewel12"] = { affix = "", "With 5 Corrupted Items Equipped: 50% of Chaos Damage does not bypass Energy Shield, and 50% of Physical Damage bypasses Energy Shield", statOrderKey = "2418", statOrder = { 2418 }, level = 1, group = "CorruptThresholdPhysBypassesES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences", "chaos" }, }, + ["CorruptThresholdLifeLeechUsesChaosDamageUniqueCorruptedJewel10"] = { affix = "", "With 5 Corrupted Items Equipped: Life Leech recovers based on your Chaos Damage instead", statOrderKey = "2417", statOrder = { 2417 }, level = 1, group = "CorruptThresholdLifeLeechUsesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["ManaGainedOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Recover 1% of Mana on Kill", statOrderKey = "1135", statOrder = { 1135 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LifeLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of Life on Kill", statOrderKey = "1134", statOrder = { 1134 }, level = 1, group = "LifeLostOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of Energy Shield on Kill", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "EnergyShieldLostOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["PunishmentSelfCurseOnKillUniqueCorruptedJewel13"] = { affix = "", "(20-30)% chance to Curse you with Punishment on Kill, with 40% increased Effect", statOrderKey = "2426", statOrder = { 2426 }, level = 1, group = "PunishmentSelfCurseOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnSelfUniqueCorruptedJewel13"] = { affix = "", "An additional Curse can be applied to you", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "AdditionalCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedDamagePerCurseOnSelfCorruptedJewel13_"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrderKey = "645", statOrder = { 645 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageTakenOnFullESUniqueCorruptedJewel15"] = { affix = "", "10% increased Damage taken while on Full Energy Shield", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageTakenOnFullESUnique__1"] = { affix = "", "15% increased Damage taken while on Full Energy Shield", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ConvertLightningToColdUniqueRing34"] = { affix = "", "40% of Lightning Damage Converted to Cold Damage", statOrderKey = "1332", statOrder = { 1332 }, level = 25, group = "ConvertLightningToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "lightning" }, }, + ["SpellChanceToShockFrozenEnemiesUniqueRing34"] = { affix = "", "Your spells have 100% chance to Shock against Frozen Enemies", statOrderKey = "2232", statOrder = { 2232 }, level = 1, group = "SpellChanceToShockFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster", "ailment" }, }, + ["ClawPhysDamageAndEvasionPerDexUniqueJewel47"] = { affix = "", "1% increased Evasion Rating per 3 Dexterity Allocated in Radius", "1% increased Claw Physical Damage per 3 Dexterity Allocated in Radius", "1% increased Melee Physical Damage with Unarmed Attacks per 3 Dexterity Allocated in Radius", statOrderKey = "2428,2429,2444", statOrder = { 2428, 2429, 2444 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "physical_damage", "defences", "damage", "physical", "attack" }, }, + ["ColdAndPhysicalNodesInRadiusSwapPropertiesUniqueJewel48_"] = { affix = "", "Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage", "Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage", statOrderKey = "2431,2432", statOrder = { 2431, 2432 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["AllDamageInRadiusBecomesFireUniqueJewel49"] = { affix = "", "Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage", statOrderKey = "2430", statOrder = { 2430 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["EnergyShieldInRadiusIncreasesArmourUniqueJewel50"] = { affix = "", "Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value", statOrderKey = "2433", statOrder = { 2433 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LifeInRadiusBecomesEnergyShieldAtHalfValueUniqueJewel51"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield", statOrderKey = "2434", statOrder = { 2434 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LifePerIntelligenceInRadusUniqueJewel52"] = { affix = "", "Adds 1 to Maximum Life per 3 Intelligence Allocated in Radius", statOrderKey = "2439", statOrder = { 2439 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AddedLightningDamagePerDexInRadiusUniqueJewel53"] = { affix = "", "Adds 1 to 2 Lightning Damage to Attacks", "Adds 1 maximum Lightning Damage to Attacks per 1 Dexterity Allocated in Radius", statOrderKey = "800,2438", statOrder = { 800, 2438 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LifePassivesBecomeManaPassivesInRadiusUniqueJewel54"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value", statOrderKey = "2442", statOrder = { 2442 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["DexterityAndIntelligenceGiveStrengthMeleeBonusInRadiusUniqueJewel55"] = { affix = "", "Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus", statOrderKey = "2443", statOrder = { 2443 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LifeGainOnEndurangeChargeConsumptionUniqueBodyStrInt6"] = { affix = "", "Gain 100 Life when you lose an Endurance Charge", statOrderKey = "2319", statOrder = { 2319 }, level = 1, group = "LifeGainOnEnduranceChargeConsumption", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SummonTotemCastSpeedUnique__1"] = { affix = "", "(14-20)% increased Totem Placement speed", statOrderKey = "1887", statOrder = { 1887 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedUnique__2"] = { affix = "", "(30-50)% increased Totem Placement speed", statOrderKey = "1887", statOrder = { 1887 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedImplicit1"] = { affix = "", "(20-30)% increased Totem Placement speed", statOrderKey = "1887", statOrder = { 1887 }, level = 93, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AttackDamageAgainstBleedingUniqueDagger11"] = { affix = "", "40% increased Attack Damage against Bleeding Enemies", statOrderKey = "1807", statOrder = { 1807 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AttackDamageAgainstBleedingUniqueOneHandMace8"] = { affix = "", "30% increased Attack Damage against Bleeding Enemies", statOrderKey = "1807", statOrder = { 1807 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AttackDamageAgainstBleedingUnique__1__"] = { affix = "", "(25-40)% increased Attack Damage against Bleeding Enemies", statOrderKey = "1807", statOrder = { 1807 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FlammabilityOnHitUniqueOneHandAxe7"] = { affix = "", "Curse Enemies with Flammability on Hit", statOrderKey = "2045", statOrder = { 2045 }, level = 1, group = "FlammabilityOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["FlammabilityOnHitUnique__1"] = { affix = "", "Curse Enemies with Flammability on Hit, with 40% increased Effect", statOrderKey = "1839", statOrder = { 1839 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["LightningWarpSkillUniqueOneHandAxe8"] = { affix = "", "Grants Level 1 Lightning Warp Skill", statOrderKey = "410", statOrder = { 410 }, level = 1, group = "LightningWarpSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["StunAvoidanceUniqueOneHandSword13"] = { affix = "", "20% chance to Avoid being Stunned", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunAvoidanceUnique___1"] = { affix = "", "20% chance to Avoid being Stunned", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SupportedByMultistrikeUniqueOneHandSword13"] = { affix = "", "Socketed Gems are supported by Level 1 Multistrike", statOrderKey = "242", statOrder = { 242 }, level = 1, group = "SupportedByMultistrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["MeleeDamageAgainstBleedingEnemiesUniqueOneHandMace6"] = { affix = "", "30% increased Melee Damage against Bleeding Enemies", statOrderKey = "1808", statOrder = { 1808 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "50% increased Melee Damage against Bleeding Enemies", statOrderKey = "1808", statOrder = { 1808 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["SpellAddedFireDamageUniqueWand10"] = { affix = "", "Adds (4-6) to (8-12) Fire Damage to Spells", statOrderKey = "821", statOrder = { 821 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage to Spells", statOrderKey = "821", statOrder = { 821 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__2_"] = { affix = "", "Adds (20-30) to 40 Fire Damage to Spells", statOrderKey = "821", statOrder = { 821 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__3"] = { affix = "", "Adds (4-6) to (7-9) Fire Damage to Spells", statOrderKey = "821", statOrder = { 821 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__4"] = { affix = "", "Adds (2-3) to (5-6) Fire Damage to Spells", statOrderKey = "821", statOrder = { 821 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__5"] = { affix = "", "Battlemage", statOrderKey = "7468", statOrder = { 7468 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellAddedFireDamageUnique__6_"] = { affix = "", "Adds (7-8) to (15-16) Fire Damage to Spells", statOrderKey = "821", statOrder = { 821 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedColdDamageUniqueBootsStrDex5"] = { affix = "", "Adds (25-30) to (40-50) Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__2"] = { affix = "", "Adds (20-30) to 40 Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__3"] = { affix = "", "Adds (2-3) to (5-6) Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__4"] = { affix = "", "Adds (40-60) to (90-110) Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__5"] = { affix = "", "Adds (35-39) to (54-60) Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__6__"] = { affix = "", "Adds (5-6) to (12-14) Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__2"] = { affix = "", "Adds (30-40) to (60-70) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (10-12) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (60-70) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__5"] = { affix = "", "Adds (26-35) to (95-105) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__6_"] = { affix = "", "Adds (13-18) to (50-56) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__7"] = { affix = "", "Adds 1 to (30-34) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHandUniqueStaff8d"] = { affix = "", "Adds (5-15) to (100-140) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["IncreasedDamagePerCurseOnSelfUniqueCorruptedJewel8"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrderKey = "645", statOrder = { 645 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalAddedChaosDamageImplicitE1"] = { affix = "", "Adds (23-33) to (45-60) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 30, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageImplicitE2"] = { affix = "", "Adds (38-48) to (70-90) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 50, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageImplicitE3_"] = { affix = "", "Adds (40-55) to (80-98) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 70, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["DamageWithMovementSkillsUniqueClaw9"] = { affix = "", "20% increased Damage with Movement Skills", statOrderKey = "847", statOrder = { 847 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(35-50)% increased Damage with Movement Skills", statOrderKey = "847", statOrder = { 847 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AttackSpeedWithMovementSkillsUniqueClaw9"] = { affix = "", "15% increased Attack Speed with Movement Skills", statOrderKey = "848", statOrder = { 848 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AttackSpeedWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(10-20)% increased Attack Speed with Movement Skills", statOrderKey = "848", statOrder = { 848 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["LifeGainedOnKillingIgnitedEnemiesUniqueWand10_"] = { affix = "", "+10 Life gained on Killing Ignited Enemies", statOrderKey = "1133", statOrder = { 1133 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedOnKillingIgnitedEnemiesUnique__1"] = { affix = "", "+(20-30) Life gained on Killing Ignited Enemies", statOrderKey = "1133", statOrder = { 1133 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DamageTakenFromSkeletonsUniqueOneHandSword12_"] = { affix = "", "10% increased Damage taken from Skeletons", statOrderKey = "1602", statOrder = { 1602 }, level = 1, group = "DamageTakenFromSkeletons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageTakenFromGhostsUniqueOneHandSword12"] = { affix = "", "10% increased Damage taken from Ghosts", statOrderKey = "1603", statOrder = { 1603 }, level = 1, group = "DamageTakenFromGhosts", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeShockedWhileFrozenUniqueStaff14"] = { affix = "", "You cannot be Shocked while Frozen", statOrderKey = "2199", statOrder = { 2199 }, level = 1, group = "CannotBeShockedWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["LifeLeechPhysicalAgainstBleedingEnemiesUniqueOneHandMace8"] = { affix = "", "3% of Attack Damage Leeched as Life against Bleeding Enemies", statOrderKey = "1081", statOrder = { 1081 }, level = 1, group = "LifeLeechPhysicalAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DisplaySocketedGemsSupportedByMinionLifeUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Minion Life", statOrderKey = "258", statOrder = { 258 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByLesserMultipleProjectilesUniqueRing36"] = { affix = "", "Socketed Gems are Supported by Level 12 Lesser Multiple Projectiles", statOrderKey = "259", statOrder = { 259 }, level = 1, group = "DisplaySocketedGemsSupportedByLesserMultipleProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByIncreasedMinionDamageUniqueRing36"] = { affix = "", "Socketed Gems are Supported by Level 17 Minion Damage", statOrderKey = "260", statOrder = { 260 }, level = 1, group = "DisplaySocketedGemsSupportedByIncreasedMinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByIncreasedCriticalDamageUniqueRing37_"] = { affix = "", "Socketed Gems are Supported by Level 16 Increased Critical Damage", statOrderKey = "261", statOrder = { 261 }, level = 1, group = "DisplaySocketedGemsSupportedByIncreasedCriticalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByMinionSpeedUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 16 Minion Speed", statOrderKey = "262", statOrder = { 262 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ManaGainedOnHitAgainstTauntedEnemyUniqueShieldInt5"] = { affix = "", "Gain +3 Mana when you hit a Taunted Enemy", statOrderKey = "1161", statOrder = { 1161 }, level = 1, group = "ManaOnHitVsTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LifeGainedOnTauntingEnemyUniqueShieldStr4"] = { affix = "", "Gain +10 Life when you Taunt an Enemy", statOrderKey = "1160", statOrder = { 1160 }, level = 1, group = "LifeGainedOnTauntingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedOnTauntingEnemyUnique__1"] = { affix = "", "Gain +50 Life when you Taunt an Enemy", statOrderKey = "1160", statOrder = { 1160 }, level = 1, group = "LifeGainedOnTauntingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedTauntDurationUniqueShieldStr4"] = { affix = "", "20% increased Taunt Duration", statOrderKey = "1159", statOrder = { 1159 }, level = 1, group = "TauntDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtOnKillingTauntedEnemyUniqueShieldDex7"] = { affix = "", "You gain Onslaught for 2 seconds on Killing Taunted Enemies", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "OnslaughtOnKillingTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtOnKillingTauntedEnemyUnique__1"] = { affix = "", "You gain Onslaught for 1 seconds on Killing Taunted Enemies", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "OnslaughtOnKillingTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TotemAreaOfEffectUniqueShieldStr5"] = { affix = "", "15% increased Area of Effect for Skills used by Totems", statOrderKey = "1890", statOrder = { 1890 }, level = 1, group = "TotemAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeLeechFromTotemSkillsUniqueShieldStr5"] = { affix = "", "1% of Damage Leeched as Life for Skills used by Totems", statOrderKey = "1891", statOrder = { 1891 }, level = 1, group = "LifeLeechFromTotemSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AnimateWeaponDurationUniqueTwoHandMace8"] = { affix = "", "30% less Animate Weapon Duration", statOrderKey = "2095", statOrder = { 2095 }, level = 1, group = "AnimateWeaponDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["NumberOfAdditionalAnimateWeaponCopiesUniqueTwoHandMace8"] = { affix = "", "Weapons you Animate create an additional copy", statOrderKey = "2097", statOrder = { 2097 }, level = 1, group = "NumberOfAdditionalAnimateWeaponCopies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["DamageYouReflectGainedAsLifeUniqueHelmetDexInt6"] = { affix = "", "30% of Damage you Reflect to Enemies when Hit is gained as Life", statOrderKey = "2006", statOrder = { 2006 }, level = 1, group = "DamageYouReflectGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DamageYouReflectGainedAsLifeUnique__1"] = { affix = "", "10% of Damage you Reflect to Enemies when Hit is gained as Life", statOrderKey = "2006", statOrder = { 2006 }, level = 1, group = "DamageYouReflectGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ImmuneToChilledGroundUniqueBootsStrDex5"] = { affix = "", "Unaffected by Chilled Ground", statOrderKey = "7336", statOrder = { 7336 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ImmuneToBurningGroundUniqueBootsStr3"] = { affix = "", "Unaffected by Burning Ground", statOrderKey = "7333", statOrder = { 7333 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["ImmuneToShockedGroundUniqueBootsDexInt4"] = { affix = "", "Unaffected by Shocked Ground", statOrderKey = "7348", statOrder = { 7348 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ImmuneToDesecratedGroundUniqueBootsInt6"] = { affix = "", "Unaffected by Desecrated Ground", statOrderKey = "7339", statOrder = { 7339 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["ShockedGroundWhenHitUniqueHelmetInt10"] = { affix = "", "20% chance to create Shocked Ground when Hit", statOrderKey = "1886", statOrder = { 1886 }, level = 1, group = "ShockedGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShockedGroundWhenHitUnique__1"] = { affix = "", "Trigger Level 10 Shock Ground when Hit", statOrderKey = "387", statOrder = { 387 }, level = 1, group = "ShockedGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedLightningDamageToSpellsAndAttacksUniqueHelmetInt10"] = { affix = "", "Adds 1 to (60-80) Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (3-15) to (80-100) Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["RandomCurseOnHitChanceUniqueHelmetInt10"] = { affix = "", "20% chance to Curse non-Cursed Enemies with a random Hex on Hit", statOrderKey = "7001", statOrder = { 7001 }, level = 1, group = "RandomCurseOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CanInflictMultipleIgnitesUniqueRing38"] = { affix = "", "You can inflict an additional Ignite on an Enemy", statOrderKey = "6821", statOrder = { 6821 }, level = 1, group = "CanInflictMultipleIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["EmberwakeLessBurningDamageUniqueRing38"] = { affix = "", "Ignited Enemies Burn (50-65)% slower", statOrderKey = "1874", statOrder = { 1874 }, level = 1, group = "EmberwakeLessBurningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["GainPhasingOnVaalSkillUseUnique__1"] = { affix = "", "You gain Phasing for 10 seconds on using a Vaal Skill", statOrderKey = "2227", statOrder = { 2227 }, level = 1, group = "GainPhasingOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["MovementSpeedWhilePhasedUnique__1"] = { affix = "", "15% increased Movement Speed while Phasing", statOrderKey = "1913", statOrder = { 1913 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedWhilePhasedUnique__2"] = { affix = "", "10% increased Movement Speed while Phasing", statOrderKey = "1913", statOrder = { 1913 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["LifePerRedSocket"] = { affix = "", "+30 to Maximum Life per Red Socket", statOrderKey = "2011", statOrder = { 2011 }, level = 1, group = "LifePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldPerBlueSocket"] = { affix = "", "+30 to Maximum Energy Shield per Blue Socket", statOrderKey = "2019", statOrder = { 2019 }, level = 1, group = "EnergyShieldPerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ManaPerGreenSocket"] = { affix = "", "+30 to Maximum Mana per Green Socket", statOrderKey = "2015", statOrder = { 2015 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LifePerRedSocketUniqueRing39"] = { affix = "", "+100 to Maximum Life per Red Socket", statOrderKey = "2011", statOrder = { 2011 }, level = 1, group = "LifePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldPerBlueSocketUniqueRing39"] = { affix = "", "+100 to Maximum Energy Shield per Blue Socket", statOrderKey = "2019", statOrder = { 2019 }, level = 1, group = "EnergyShieldPerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ManaPerGreenSocketUniqueRing39"] = { affix = "", "+100 to Maximum Mana per Green Socket", statOrderKey = "2015", statOrder = { 2015 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedDamageOnZeroEnergyShieldUniqueShieldStrInt8"] = { affix = "", "(20-30)% increased Damage while you have no Energy Shield", statOrderKey = "2029", statOrder = { 2029 }, level = 1, group = "IncreasedDamageOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedArmourOnZeroEnergyShieldUnique__1"] = { affix = "", "100% increased Global Armour while you have no Energy Shield", statOrderKey = "2030", statOrder = { 2030 }, level = 1, group = "IncreasedArmourOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["UnholyMightOnBlockChanceUniqueShieldStrInt8"] = { affix = "", "30% chance to gain Unholy Might on block for 3 seconds", statOrderKey = "2354", statOrder = { 2354 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["UnholyMightOnBlockChanceUnique__1"] = { affix = "", "Gain Unholy Might on block for 10 seconds", statOrderKey = "2354", statOrder = { 2354 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["IncreasedDamageOnBurningGroundUniqueBootsInt6"] = { affix = "", "50% increased Damage on Burning Ground", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "IncreasedDamageOnBurningGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LifeRegenerationPercentOnChilledGroundUniqueBootsInt6"] = { affix = "", "Regenerate 2% of Life per second on Chilled Ground", statOrderKey = "1508", statOrder = { 1508 }, level = 1, group = "LifeRegenerationPercentOnChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MovementVelocityOnShockedGroundUniqueBootsInt6_"] = { affix = "", "20% increased Movement Speed on Shocked Ground", statOrderKey = "1506", statOrder = { 1506 }, level = 1, group = "MovementVelocityOnShockedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChaosDamageLifeLeechPermyriadUniqueShieldStrInt8"] = { affix = "", "0.4% of Chaos Damage Leeched as Life", statOrderKey = "1070", statOrder = { 1070 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["ChaosDamageLifeLeechPermyriadUnique__1"] = { affix = "", "0.2% of Chaos Damage Leeched as Life", statOrderKey = "1070", statOrder = { 1070 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["ChaosDamageLifeLeechPermyriadUnique__2"] = { affix = "", "0.5% of Chaos Damage Leeched as Life", statOrderKey = "1070", statOrder = { 1070 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["PhysicalDamageAddedAsChaosUniqueShiledStrInt8"] = { affix = "", "Gain (5-10)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "PhysicalDamageAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ItemQuantityPerWhiteSocketUniqueRing39_"] = { affix = "", "15% increased Item Quantity per White Socket", statOrderKey = "2023", statOrder = { 2023 }, level = 75, group = "ItemQuantityPerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosDamageDoesNotBypassESDuringFlaskEffectUnique__1"] = { affix = "", "Chaos Damage does not bypass Energy Shield during effect", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "ChaosDamageDoesNotBypassESDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUseUnique__1"] = { affix = "", "Removes all but one Life on use", "Removed life is Regenerated as Energy Shield over 2 seconds", statOrderKey = "2449,2449.1", statOrder = { 2449, 2449.1 }, level = 1, group = "RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["TalismanHasOneSocket_"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanIncreasedMana"] = { affix = "", "(20-30)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["TalismanIncreasedFireDamage"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["TalismanIncreasedColdDamage"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["TalismanIncreasedLightningDamage"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["TalismanIncreasedPhysicalDamage"] = { affix = "", "(20-30)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["TalismanIncreasedChaosDamage"] = { affix = "", "(19-31)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["TalismanAdditionalZombie"] = { affix = "", "+1 to maximum number of Raised Zombies", statOrderKey = "1520", statOrder = { 1520 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["TalismanIncreasedCriticalChance"] = { affix = "", "(40-50)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["TalismanIncreasedStrength"] = { affix = "", "(8-14)% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedDexterity"] = { affix = "", "(8-14)% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedIntelligence"] = { affix = "", "(8-14)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedEnergyShield"] = { affix = "", "(15-25)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["TalismanIncreasedLife"] = { affix = "", "(8-12)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TalismanIncreasedItemQuantity"] = { affix = "", "(6-10)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanIncreasedAllAttributes"] = { affix = "", "(12-16)% increased Attributes", statOrderKey = "616", statOrder = { 616 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesPercentUnique__1"] = { affix = "", "(5-7)% increased Attributes", statOrderKey = "616", statOrder = { 616 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesPercentUnique__2"] = { affix = "", "(5-15)% increased Attributes", statOrderKey = "616", statOrder = { 616 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedDamage"] = { affix = "", "(25-35)% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TalismanIncreasedCriticalStrikeMultiplier_"] = { affix = "", "+(24-36)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["TalismanDamageDealtAddedAsRandomElement"] = { affix = "", "Gain (6-12)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2242", statOrder = { 2242 }, level = 1, group = "PhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental" }, }, + ["TalismanIncreasedAreaOfEffect"] = { affix = "", "(5-8)% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanFireTakenAsCold"] = { affix = "", "50% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2481", statOrder = { 2481 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["FireDamageTakenAsColdUnique___1"] = { affix = "", "20% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2481", statOrder = { 2481 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["FireDamageTakenAsColdUnique___2_"] = { affix = "", "30% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2481", statOrder = { 2481 }, level = 62, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["TalismanFireTakenAsLightning"] = { affix = "", "50% of Fire Damage from Hits taken as Lightning Damage", statOrderKey = "2482", statOrder = { 2482 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning" }, }, + ["TalismanColdTakenAsFire"] = { affix = "", "50% of Cold Damage from Hits taken as Fire Damage", statOrderKey = "2483", statOrder = { 2483 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["TalismanColdTakenAsLightning"] = { affix = "", "50% of Cold Damage from Hits taken as Lightning Damage", statOrderKey = "2484", statOrder = { 2484 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning" }, }, + ["TalismanLightningTakenAsCold"] = { affix = "", "50% of Lightning Damage from Hits taken as Cold Damage", statOrderKey = "2487", statOrder = { 2487 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning" }, }, + ["TalismanLightningTakenAsFire"] = { affix = "", "50% of Lightning Damage from Hits taken as Fire Damage", statOrderKey = "2485", statOrder = { 2485 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning" }, }, + ["TalismanReducedPhysicalDamageTaken_"] = { affix = "", "(4-6)% additional Physical Damage Reduction", statOrderKey = "1627", statOrder = { 1627 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["TalismanIncreasedSkillEffectDuration"] = { affix = "", "(20-25)% increased Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanPercentLifeRegeneration"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TalismanChanceToFreezeShockIgnite_"] = { affix = "", "(4-6)% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["TalismanFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["TalismanPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["TalismanEnduranceChargeOnKill_"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrderKey = "1931", statOrder = { 1931 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["TalismanGlobalDefensesPercent"] = { affix = "", "(15-25)% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["TalismanFishBiteSensitivity"] = { affix = "", "(30-40)% increased Fish Bite Sensitivity", statOrderKey = "2889", statOrder = { 2889 }, level = 1, group = "FishingBiteSensitivity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["FishBiteSensitivityUnique__1"] = { affix = "", "(20-40)% increased Fish Bite Sensitivity", statOrderKey = "2889", statOrder = { 2889 }, level = 48, group = "FishingBiteSensitivity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["TalismanAttackAndCastSpeed"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["TalismanSpellDamage"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["TalismanAttackDamage"] = { affix = "", "(20-30)% increased Attack Damage", statOrderKey = "627", statOrder = { 627 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["TalismanPierceChance"] = { affix = "", "Projectiles Pierce (25-35) additional Targets", statOrderKey = "7289", statOrder = { 7289 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanAdditionalPierce"] = { affix = "", "Projectiles Pierce 2 additional Targets", statOrderKey = "1167", statOrder = { 1167 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageTakeFromManaBeforeLifePerPowerChargeUnique__1"] = { affix = "", "1% of Damage is taken from Mana before Life per Power Charge", statOrderKey = "2470", statOrder = { 2470 }, level = 40, group = "DamageTakeFromManaBeforeLifePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeUnique__1"] = { affix = "", "10% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1344", statOrder = { 1344 }, level = 1, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["CriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "40% reduced Critical Strike Chance per Power Charge", statOrderKey = "2471", statOrder = { 2471 }, level = 1, group = "CriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["IncreasedFireballRadiusUniqueJewel57"] = { affix = "", "Fire Damage is increased by 1% per 5 Intelligence from Allocated Passives in Radius", statOrderKey = "2452", statOrder = { 2452 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AdditionalGlacialCascadeSequenceUniqueJewel58"] = { affix = "", "Cold Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius", "Physical Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius", "Glacial Cascade gains an additional Burst with 60 Intelligence from Passives in Radius", statOrderKey = "2453,2454,2460", statOrder = { 2453, 2454, 2460 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["AnimateBowsAndWandsUnique____70"] = { affix = "", "With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 12 Ranged Weapons", statOrderKey = "2560", statOrder = { 2560 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExtraArrowForSplitArrowUniqueJewel60"] = { affix = "", "Projectile Damage is increased by 1% per 5 Dexterity from Allocated Passives in Radius", "Split Arrow fires an additional arrow with 50 Dexterity from Passives in Radius", statOrderKey = "2459,2462", statOrder = { 2459, 2462 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["FlaskChargeRecoveryDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Flask Charges gained during any Flask Effect", statOrderKey = "2488", statOrder = { 2488 }, level = 1, group = "FlaskChargeRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargeRecoveryDuringFlaskEffectUnique__2"] = { affix = "", "30% reduced Flask Charges gained during any Flask Effect", statOrderKey = "2488", statOrder = { 2488 }, level = 1, group = "FlaskChargeRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["ManaRegenerationDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Mana Regeneration Rate during any Flask Effect", statOrderKey = "2489", statOrder = { 2489 }, level = 14, group = "ManaRegenerationDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["EnemiesLoseLifePlayerLeechesUnique__1"] = { affix = "", "200% of Life Leech applies to Enemies as Chaos Damage", statOrderKey = "2490", statOrder = { 2490 }, level = 55, group = "EnemiesLoseLifePlayerLeeches", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "resource", "life", "damage", "chaos" }, }, + ["MovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "15% increased Movement Speed during any Flask Effect", statOrderKey = "2491", statOrder = { 2491 }, level = 1, group = "MovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "speed" }, }, + ["NoExtraBleedDamageWhileMovingUniqueAmulet25"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "2497", statOrder = { 2497 }, level = 69, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["NoExtraBleedDamageWhileMovingUnique__1"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "2497", statOrder = { 2497 }, level = 1, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AttacksHaveBloodMagic__1"] = { affix = "", "Attacks Cost Life instead of Mana", statOrderKey = "7512", statOrder = { 7512 }, level = 1, group = "AttacksHaveBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SocketedTrapSkillsCreateSmokeCloudWhenDetonated__1"] = { affix = "", "Traps from Socketed Skills create a Smoke Cloud when triggered", statOrderKey = "339", statOrder = { 339 }, level = 1, group = "SocketedTrapSkillsCreateSmokeCloudWhenDetonated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireDamageToBlindEnemies__1"] = { affix = "", "(30-50)% increased Fire Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2525", statOrder = { 2525 }, level = 1, group = "FireDamageToBlindEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SpellDamageTakenFromBlindEnemies__1"] = { affix = "", "30% reduced Spell Damage taken from Blinded Enemies", statOrderKey = "2526", statOrder = { 2526 }, level = 1, group = "SpellDamageTakenFromBlindEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GlacialHammerThresholdJewel__1"] = { affix = "", "With at least 40 Strength in Radius, 20% increased", "Rarity of Items dropped by Enemies Shattered by Glacial Hammer", statOrderKey = "2531,2531.1", statOrder = { 2531, 2531.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SpectralThrowThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 5% increased Damage each time it Hits", statOrderKey = "2532", statOrder = { 2532 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ViperStrikeThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, Viper Strike deals 2% increased Damage with Hits and Poison for each Poison on the Enemy", statOrderKey = "2534", statOrder = { 2534 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ViperStrikeThresholdJewel__2"] = { affix = "", "With at least 40 Dexterity in Radius, Viper Strike has a 10% chance per Poison on Enemy to grant Unholy Might for 4 seconds on Hit", statOrderKey = "5963", statOrder = { 5963 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["HeavyStrikeThresholdJewel___1"] = { affix = "", "With at least 40 Strength in Radius, Heavy Strike has a ", "20% chance to deal Double Damage", statOrderKey = "2535,2535.1", statOrder = { 2535, 2535.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ShrapnelShotThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Galvanic Arrow has 25% increased Area of Effect", "With at least 40 Dexterity in Radius, Galvanic Arrow deals 50% increased Area Damage", statOrderKey = "2670,5953", statOrder = { 2670, 5953 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["BurningArrowThresholdJewel_2"] = { affix = "", "With at least 40 Dexterity in Radius, Burning Arrow can inflict", "an additional Ignite on an Enemy and cannot apply its Burning Debuff", statOrderKey = "2662,2662.1", statOrder = { 2662, 2662.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack", "ailment" }, }, + ["CleaveThresholdJewel_1"] = { affix = "", "With at least 40 Strength in Radius, Cleave grants Fortify on Hit", "With at least 40 Strength in Radius, Cleave has +1 to Radius per Nearby", "Enemy, up to +10", statOrderKey = "2664,2665,2665.1", statOrder = { 2664, 2665, 2665.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["FreezingPulseThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Freezing Pulse fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, 25% increased Freezing Pulse Damage if", "you've Shattered an Enemy Recently", statOrderKey = "2673,2674,2674.1", statOrder = { 2673, 2674, 2674.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IceShotThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, Ice Shot Pierces 50 additional Targets", "With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect", statOrderKey = "5936,5937", statOrder = { 5936, 5937 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IceShotThresholdJewel__2"] = { affix = "", "With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect", "With at least 40 Dexterity in Radius, Ice Shot Pierces 3 additional Targets", statOrderKey = "5937,5938", statOrder = { 5937, 5938 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MoltenStrikeThresholdJewel_1"] = { affix = "", "With at least 40 Strength in Radius, Molten Strike fires 2 additional Projectiles", "With at least 40 Strength in Radius, Molten Strike has 25% increased Area of Effect", statOrderKey = "5948,5949", statOrder = { 5948, 5949 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MoltenStrikeThresholdJewel__2"] = { affix = "", "With at least 40 Strength in Radius, Molten Strike Projectiles Chain on impacting ground", "With at least 40 Strength in Radius, Molten Strike Projectiles Chain +1 time", "With at least 40 Strength in Radius, Molten Strike fires 50% less Projectiles", statOrderKey = "5838,5839,5840", statOrder = { 5838, 5839, 5840 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["FrostBladesThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Melee Damage", "dealt by Frost Blades Penetrates 15% Cold Resistance", "With at least 40 Dexterity in Radius, Frost Blades has 25% increased Projectile Speed", statOrderKey = "5929,5929.1,5930", statOrder = { 5929, 5929.1, 5930 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack", "speed" }, }, + ["DualStrikeThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has a 20% chance", "to deal Double Damage with the Main-Hand Weapon", "With at least 40 Dexterity in Radius, Dual Strike deals Off-Hand Splash Damage", "to surrounding targets", statOrderKey = "5915,5915.1,5917,5917.1", statOrder = { 5915, 5915.1, 5917, 5917.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["DualStrikeThresholdJewelAxe"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike Hits Intimidate Enemies for", "4 seconds while wielding an Axe", statOrderKey = "5914,5914.1", statOrder = { 5914, 5914.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DualStrikeThresholdJewelClaw"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has (10-15)% increased Attack", "Speed while wielding a Claw", statOrderKey = "5912,5912.1", statOrder = { 5912, 5912.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["DualStrikeThresholdJewelDagger"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has +(20-30)% to Critical Strike", "Multiplier while wielding a Dagger", statOrderKey = "5913,5913.1", statOrder = { 5913, 5913.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["DualStrikeThresholdJewelMace"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike deals Splash Damage", "to surrounding targets while wielding a Mace", statOrderKey = "5916,5916.1", statOrder = { 5916, 5916.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DualStrikeThresholdJewelSword_"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has (20-30)% increased", "Accuracy Rating while wielding a Sword", statOrderKey = "5911,5911.1", statOrder = { 5911, 5911.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DualStrikeThresholdJewel__2_"] = { affix = "", "(10-15)% increased Attack Damage", statOrderKey = "627", statOrder = { 627 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FrostboltThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Frostbolt fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, Frostbolt Projectiles gain 40% increased Projectile Speed per second", statOrderKey = "5931,5932", statOrder = { 5931, 5932 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["EtherealKnivesThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Ethereal Knives fires 5 additional Projectiles", "With at least 40 Dexterity in Radius, Ethereal Knives fires Projectiles in a circle", statOrderKey = "2666,2667", statOrder = { 2666, 2667 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["LightningTendrilsThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, each Lightning Tendrils Repeat has 4% increased Area of Effect per Enemy Hit", statOrderKey = "5943", statOrder = { 5943 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MagmaOrbThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Rolling Magma fires an additional Projectile", "With at least 40 Intelligence in Radius, Rolling Magma", "has 10% increased Area of Effect per Chain", statOrderKey = "5944,5945,5945.1", statOrder = { 5944, 5945, 5945.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MagmaOrbThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Rolling Magma deals 50% less Damage", "With at least 40 Intelligence in Radius, Rolling Magma deals 40% more Damage per Chain", "With at least 40 Intelligence in Radius, Rolling Magma", "has 10% increased Area of Effect per Chain", statOrderKey = "5836,5837,5945,5945.1", statOrder = { 5836, 5837, 5945, 5945.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["GlacialHammerThresholdJewel_2"] = { affix = "", "With at least 40 Strength in Radius, Glacial Hammer deals", "Cold-only Splash Damage to surrounding targets", "With at least 40 Strength in Radius, 25% of Glacial", "Hammer Physical Damage Converted to Cold Damage", statOrderKey = "2668,2668.1,2669,2669.1", statOrder = { 2668, 2668.1, 2669, 2669.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "attack" }, }, + ["BlightThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Blight has 25% increased Area of Effect after 1 second of Channelling", statOrderKey = "5899", statOrder = { 5899 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["BlightThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration", statOrderKey = "5896,5897", statOrder = { 5896, 5897 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["BlightThresholdJewel_3"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration", statOrderKey = "5895,5897", statOrder = { 5895, 5897 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RaiseZombieThresholdJewel1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised", "Zombies' Slam Attack has 100% increased Cooldown Recovery Rate", "With at least 40 Intelligence in Radius, Raised Zombies' Slam", "Attack deals 30% increased Damage", statOrderKey = "5964,5964.1,5965,5965.1", statOrder = { 5964, 5964.1, 5965, 5965.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SparkThresholdJewel1"] = { affix = "", "With at least 40 Intelligence in Radius, 2 additional Spark Projectiles", statOrderKey = "2672", statOrder = { 2672 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["SparkThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Spark fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, Spark fires Projectiles in a circle", statOrderKey = "5955,5956", statOrder = { 5955, 5956 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["FireTrapThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Fire Trap throws up to 1 additional Trap", statOrderKey = "5928", statOrder = { 5928 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["SplitArrowThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Split Arrow fires Projectiles in Parallel", statOrderKey = "5962", statOrder = { 5962 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["GlacialCascadeThresholdJewel1"] = { affix = "", "With 40 Intelligence in Radius, Glacial Cascade has an additional Burst", "With 40 Intelligence in Radius, 20% of Glacial Cascade Physical Damage", "Converted to Cold Damage", statOrderKey = "5933,5934,5934.1", statOrder = { 5933, 5934, 5934.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["CausticArrowThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow deals 30% reduced Damage with Hits", statOrderKey = "5902", statOrder = { 5902 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["CausticArrowThresholdJewel2"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow deals 40% increased Damage over Time", statOrderKey = "5901", statOrder = { 5901 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["CausticArrowThresholdJewel3"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow has a 50% chance on Hit to Poison Enemies on Caustic Ground", statOrderKey = "5900", statOrder = { 5900 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["SpectralShieldThrowThresholdJewel1_"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Spectral Shield Throw Chains +4 times", statOrderKey = "5957", statOrder = { 5957 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SpectralShieldThrowThresholdJewel2"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Spectral Shield Throw fires Shard Projectiles when Chaining", statOrderKey = "5958", statOrder = { 5958 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SpectralShieldThrowThresholdJewel3"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Spectral Shield Throw fires 75% less Shard Projectiles", statOrderKey = "5959", statOrder = { 5959 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedStunThresholdUnique__1_"] = { affix = "", "20% increased Stun Threshold", statOrderKey = "2578", statOrder = { 2578 }, level = 1, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdBasedOnManaUnique__1"] = { affix = "", "Stun Threshold is based on 500% of your Mana instead of Life", statOrderKey = "2577", statOrder = { 2577 }, level = 1, group = "StunThresholdBasedOnMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PowerChargeOnCriticalStrikeChanceUnique__1"] = { affix = "", "25% chance to gain a Power Charge on Critical Strike", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "critical" }, }, + ["NoLifeRegenerationUnique___1"] = { affix = "", "You have no Life Regeneration", statOrderKey = "1625", statOrder = { 1625 }, level = 1, group = "NoLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NeverBlockUnique__1"] = { affix = "", "Cannot Block", statOrderKey = "2571", statOrder = { 2571 }, level = 1, group = "NeverBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LocalShieldHasNoBlockChanceUnique__1"] = { affix = "", "No Chance to Block", statOrderKey = "2572", statOrder = { 2572 }, level = 1, group = "LocalShieldHasNoBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LocalFlaskOnslaughtPerFrenzyChargeUnique__1"] = { affix = "", "Gain Onslaught for 2 seconds per Frenzy Charge on use", statOrderKey = "1979", statOrder = { 1979 }, level = 1, group = "LocalFlaskOnslaughtPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["GrantUniqueBuff__1"] = { affix = "", "Gain Her Blessing for 3 seconds when you Ignite an Enemy", statOrderKey = "2584", statOrder = { 2584 }, level = 66, group = "HerBlessingOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["UniqueConditionOnBuff__1"] = { affix = "", "Cannot be Frozen, Chilled or Ignited with Her Blessing", statOrderKey = "2586", statOrder = { 2586 }, level = 66, group = "AvoidAilmentsDuringHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, }, + ["UniqueConditionOnBuff__2"] = { affix = "", "20% increased Attack and Movement Speed with Her Blessing", statOrderKey = "2587", statOrder = { 2587 }, level = 66, group = "AttackAndMoveSpeedDuringHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["UniqueEffectOnBuff__3"] = { affix = "", "33% chance to Blind nearby Enemies when gaining Her Blessing", statOrderKey = "2585", statOrder = { 2585 }, level = 66, group = "BlindOnGainingHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RallyingCryThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, 10% of Damage taken Recouped as Mana if you've Warcried Recently", statOrderKey = "2567", statOrder = { 2567 }, level = 1, group = "RallyingCryThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["VigilantStrikeThresholdJewel__1"] = { affix = "", "With at least 40 Strength in Radius, Vigilant Strike", "Fortifies you and Nearby Allies for 8 seconds", statOrderKey = "2554,2554.1", statOrder = { 2554, 2554.1 }, level = 1, group = "VigilantStrikeThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ColdsnapThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Cold Snap grants Power Charges instead of Frenzy Charges when Enemies die in its Area", "With at least 40 Intelligence in Radius, Cold Snap's Cooldown can be bypassed by Power Charges instead of Frenzy Charges", statOrderKey = "5906,5906.1", statOrder = { 5906, 5906.1 }, level = 1, group = "ColdSnapThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["FireballThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball Projectiles gain Area as they travel farther, up to 50% increased Area of Effect", statOrderKey = "2556", statOrder = { 2556 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["FireballThresholdJewel__2_"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball Projectiles gain Radius as they travel farther, up to +4 Radius", statOrderKey = "2557", statOrder = { 2557 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["FireballThresholdJewel__3"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball cannot ignite", "With at least 40 Intelligence in Radius, Fireball has +(30-50)% chance to inflict scorch", statOrderKey = "5834,5835", statOrder = { 5834, 5835 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["ShockNearbyEnemiesDuringFlaskEffect___1"] = { affix = "", "Shocks nearby Enemies during Flask effect, causing 10% increased Damage taken", statOrderKey = "2609", statOrder = { 2609 }, level = 85, group = "ShockNearbyEnemiesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ShockSelfDuringFlaskEffect__1"] = { affix = "", "You are Shocked during Flask effect, causing 50% increased Damage taken", statOrderKey = "2610", statOrder = { 2610 }, level = 1, group = "ShockSelfDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["LightningLifeLeechDuringFlaskEffect__1"] = { affix = "", "20% of Lightning Damage Leeched as Life during Flask effect", statOrderKey = "2617", statOrder = { 2617 }, level = 1, group = "LightningLifeLeechDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "elemental", "lightning" }, }, + ["LightningManaLeechDuringFlaskEffect__1"] = { affix = "", "20% of Lightning Damage Leeched as Mana during Flask effect", statOrderKey = "2618", statOrder = { 2618 }, level = 1, group = "LightningManaLeechDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana", "elemental", "lightning" }, }, + ["LeechInstantDuringFlaskEffect__1"] = { affix = "", "Life and Mana Leech are instant during effect", statOrderKey = "2619", statOrder = { 2619 }, level = 1, group = "LeechInstantDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["AddedLightningDamageDuringFlaskEffect__1"] = { affix = "", "Adds (25-35) to (110-130) Lightning Damage to Attacks during Flask effect", statOrderKey = "2615", statOrder = { 2615 }, level = 1, group = "AddedLightningDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedSpellLightningDamageDuringFlaskEffect__1"] = { affix = "", "Adds (25-35) to (110-130) Lightning Damage to Spells during Flask effect", statOrderKey = "2616", statOrder = { 2616 }, level = 1, group = "AddedSpellLightningDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["PhysicalToLightningDuringFlaskEffect__1"] = { affix = "", "50% of Physical Damage Converted to Lightning during Flask effect", statOrderKey = "2611", statOrder = { 2611 }, level = 1, group = "PhysicalToLightningDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["LightningPenetrationDuringFlaskEffect__1"] = { affix = "", "Damage Penetrates 10% Lightning Resistance during Flask effect", statOrderKey = "2612", statOrder = { 2612 }, level = 1, group = "LightningPenetrationDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "lightning" }, }, + ["MinionAttackAndCastSpeedPerSkeleton__1"] = { affix = "", "2% increased Minion Attack and Cast Speed per Skeleton you own", statOrderKey = "2579", statOrder = { 2579 }, level = 1, group = "MinionAttackAndCastSpeedPerSkeleton", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionDurationPerZombie__1"] = { affix = "", "2% increased Minion Duration per Raised Zombie", statOrderKey = "2580", statOrder = { 2580 }, level = 1, group = "MinionDurationPerZombie", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionDamagePerSpectre__1"] = { affix = "", "(8-12)% increased Minion Damage per Raised Spectre", statOrderKey = "2581", statOrder = { 2581 }, level = 1, group = "MinionDamagePerSpectre", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionLifeRegenerationPerRagingSpirit__1"] = { affix = "", "Minions Regenerate (1.5-2.5)% of Life per second", statOrderKey = "2212", statOrder = { 2212 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["ExplodeOnKillChaosUnique__1"] = { affix = "", "Enemies you Kill have a 20% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage", statOrderKey = "2622", statOrder = { 2622 }, level = 1, group = "ExplodeOnKillChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ReduceManaCostPerEnduranceChargeUnique__1"] = { affix = "", "4% reduced Mana Cost per Endurance Charge", statOrderKey = "2573", statOrder = { 2573 }, level = 1, group = "ReduceManaCostPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["RampageWhileAtMaxEnduranceChargesUnique__1"] = { affix = "", "Gain Rampage while at Maximum Endurance Charges", statOrderKey = "2574", statOrder = { 2574 }, level = 1, group = "RampageWhileAtMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LoseEnduranceChargesOnRampageEndUnique___1"] = { affix = "", "Lose all Endurance Charges when Rampage ends", statOrderKey = "2575", statOrder = { 2575 }, level = 1, group = "LoseEnduranceChargesOnRampageEnd", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["IncreasedDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "40% increased Damage with Hits against Frozen Enemies", statOrderKey = "664", statOrder = { 664 }, level = 1, group = "IncreasedDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["PhysicalDamageWhileFrozenUnique___1"] = { affix = "", "100% increased Global Physical Damage while Frozen", statOrderKey = "2660", statOrder = { 2660 }, level = 1, group = "PhysicalDamageWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttacksThatStunCauseBleedingUnique__1"] = { affix = "", "Causes Bleeding when you Stun", statOrderKey = "1801", statOrder = { 1801 }, level = 1, group = "AttacksThatStunCauseBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["GrantEnemiesUnholyMightOnKillUnique__1"] = { affix = "", "5% chance to grant Unholy Might to nearby Enemies on Kill", statOrderKey = "2701", statOrder = { 2701 }, level = 1, group = "GrantEnemiesUnholyMightOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantEnemiesOnslaughtOnKillUnique__1"] = { affix = "", "5% chance to grant Onslaught to nearby Enemies on Kill", statOrderKey = "2700", statOrder = { 2700 }, level = 1, group = "GrantEnemiesOnslaughtOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnholyMightOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Unholy Might for 10 seconds on Kill", statOrderKey = "4288", statOrder = { 4288 }, level = 1, group = "UnholyMightOnKillPercentChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaugtOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Onslaught for 10 seconds on Kill", statOrderKey = "4282", statOrder = { 4282 }, level = 1, group = "OnslaugtOnKillPercentChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumLifeOnKillPercentUnique__1"] = { affix = "", "Recover 1% of Life on Kill", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__2"] = { affix = "", "Recover (1-3)% of Life on Kill", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__3__"] = { affix = "", "Recover (3-5)% of Life on Kill", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__4_"] = { affix = "", "Recover 1% of Life on Kill", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumManaOnKillPercentUnique__1"] = { affix = "", "Recover (1-3)% of Mana on Kill", statOrderKey = "1131", statOrder = { 1131 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumEnergyShieldOnKillPercentUnique__1"] = { affix = "", "Recover (3-5)% of Energy Shield on Kill", statOrderKey = "1130", statOrder = { 1130 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["MaximumEnergyShieldOnKillPercentUnique__2"] = { affix = "", "Recover 1% of Energy Shield on Kill", statOrderKey = "1130", statOrder = { 1130 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["BurningArrowThresholdJewelUnique__1"] = { affix = "", "With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Burning Ground if it Ignites an Enemy", "With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Tar if it does not Ignite an Enemy", statOrderKey = "2661,2663", statOrder = { 2661, 2663 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DisplayManifestWeaponUnique__1"] = { affix = "", "Triggers Level 15 Manifest Dancing Dervish on Rampage", "Manifested Dancing Dervish disables both weapon slots", "Manifested Dancing Dervish dies when Rampage ends", statOrderKey = "2656,2657,2658", statOrder = { 2656, 2657, 2658 }, level = 1, group = "DisplayManifestWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["BarrageThresholdUnique__1"] = { affix = "", "With at least 40 Dexterity in Radius, Barrage fires an additional 6 projectiles simultaneously on the first and final attacks", statOrderKey = "2569", statOrder = { 2569 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["GroundSlamThresholdUnique__1"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam", "has a 50% increased angle", statOrderKey = "2563,2563.1", statOrder = { 2563, 2563.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["GroundSlamThresholdUnique__2"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam has a 35% chance", "to grant an Endurance Charge when you Stun an Enemy", statOrderKey = "2562,2562.1", statOrder = { 2562, 2562.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SummonSkeletonsThresholdUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Summon Skeletons can Summon up to 15 Skeleton Mages", statOrderKey = "2552", statOrder = { 2552 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AdditionalSnipeTotemsPerDexterityUnique__1"] = { affix = "", "Siege Ballista has +1 to maximum number of Summoned Totems per 200 Dexterity", statOrderKey = "2712", statOrder = { 2712 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalShrapnelBallistaePerStrengthUnique__1"] = { affix = "", "Shrapnel Ballista has +1 to maximum number of Summoned Totems per 200 Strength", statOrderKey = "2711", statOrder = { 2711 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AddedDamagePerDexterityUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity", statOrderKey = "2713", statOrder = { 2713 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedDamagePerStrengthUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Strength", statOrderKey = "3917", statOrder = { 3917 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["DisplayBlindAuraUnique__1"] = { affix = "", "Nearby Enemies are Blinded", statOrderKey = "2714", statOrder = { 2714 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayNearbyEnemiesAreSlowedUnique__1"] = { affix = "", "Nearby Enemies are Hindered, with 25% reduced Movement Speed", statOrderKey = "2720", statOrder = { 2720 }, level = 1, group = "NearbyEnemiesAreSlowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "aura" }, }, + ["DisplaySupportedByHypothermiaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Hypothermia", statOrderKey = "265", statOrder = { 265 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Ice Bite", statOrderKey = "266", statOrder = { 266 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByIceBiteUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 10 Ice Bite", statOrderKey = "266", statOrder = { 266 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByColdPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Cold Penetration", statOrderKey = "267", statOrder = { 267 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByManaLeechUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Mana Leech", statOrderKey = "268", statOrder = { 268 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByAddedColdDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Cold Damage", statOrderKey = "269", statOrder = { 269 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByReducedManaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "270", statOrder = { 270 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByReducedManaUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "270", statOrder = { 270 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByBonechillUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Bonechill", statOrderKey = "90", statOrder = { 90 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["FlaskConsumesFrenzyChargesUnique__1"] = { affix = "", "Consumes Frenzy Charges on use", statOrderKey = "1976", statOrder = { 1976 }, level = 1, group = "FlaskConsumesFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "frenzy_charge" }, }, + ["CriticalChanceAgainstBlindedEnemiesUnique__1"] = { affix = "", "(120-140)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "2723", statOrder = { 2723 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalChanceAgainstBlindedEnemiesUnique__2__"] = { affix = "", "(30-50)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "2723", statOrder = { 2723 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DamageAgainstNearEnemiesUnique__1"] = { affix = "", "(60-80)% increased Damage with Hits and Ailments against Hindered Enemies", statOrderKey = "3418", statOrder = { 3418 }, level = 1, group = "DamageAgainstNearEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BeltSoulEaterDuringFlaskEffect__1"] = { affix = "", "Gain Soul Eater during any Flask Effect", statOrderKey = "2743", statOrder = { 2743 }, level = 57, group = "BeltSoulEaterDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltSoulsRemovedOnFlaskUse__1"] = { affix = "", "Lose Souls gained from Soul Eater when you use a Flask", statOrderKey = "2744", statOrder = { 2744 }, level = 1, group = "BeltSoulsRemovedOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FireDamageToNearbyEnemiesOnKillUnique"] = { affix = "", "Trigger Level 1 Fire Burst on Kill", statOrderKey = "439", statOrder = { 439 }, level = 1, group = "DamageToNearbyEnemiesOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedAurasReserveNoManaUnique__1"] = { affix = "", "Socketed Gems have no Reservation", statOrderKey = "280", statOrder = { 280 }, level = 48, group = "SocketedAurasReserveNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["ItemGrantsIllusoryWarpUnique__1"] = { affix = "", "Grants Level 20 Illusory Warp Skill", statOrderKey = "348", statOrder = { 348 }, level = 1, group = "ItemGrantsIllusoryWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LocalDoubleImplicitMods"] = { affix = "", "Implicit Modifier magnitudes are doubled", statOrderKey = "22", statOrder = { 22 }, level = 65, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalTripleImplicitModsUnique__1__"] = { affix = "", "Implicit Modifier magnitudes are tripled", statOrderKey = "22", statOrder = { 22 }, level = 1, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnarmedDamageVsBleedingEnemiesUnique__1"] = { affix = "", "100% increased Damage with Unarmed Attacks against Bleeding Enemies", statOrderKey = "2874", statOrder = { 2874 }, level = 1, group = "UnarmedDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ClawDamageModsAlsoAffectUnarmedUnique__1"] = { affix = "", "Modifiers to Claw Damage also apply to Unarmed Attack Damage", statOrderKey = "2877", statOrder = { 2877 }, level = 1, group = "ClawDamageModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["BaseUnarmedCriticalStrikeChanceUnique__1"] = { affix = "", "+7% to Unarmed Attack Critical Strike Chance", statOrderKey = "2876", statOrder = { 2876 }, level = 1, group = "BaseUnarmedCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["LifeGainVsBleedingEnemiesUnique__1"] = { affix = "", "Gain +30 Life when you Hit a Bleeding Enemy", statOrderKey = "2875", statOrder = { 2875 }, level = 1, group = "LifeGainVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SummonWolfOnKillUnique__1"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "460", statOrder = { 460 }, level = 62, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SummonWolfOnKillUnique__1New"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "460", statOrder = { 460 }, level = 62, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SummonWolfOnKillUnique__2_"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "460", statOrder = { 460 }, level = 1, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SummonWolfOnCritUnique__1"] = { affix = "", "20% chance to Trigger Level 25 Summon Spectral Wolf on Critical Strike with this Weapon", statOrderKey = "423", statOrder = { 423 }, level = 1, group = "SummonWolfOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, + ["SwordPhysicalAttackSpeedUnique__1"] = { affix = "", "35% increased Attack Speed with Swords", statOrderKey = "843", statOrder = { 843 }, level = 80, group = "SwordAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AxePhysicalDamageUnique__1"] = { affix = "", "80% increased Physical Damage with Axes", statOrderKey = "728", statOrder = { 728 }, level = 80, group = "AxePhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["DualWieldingPhysicalDamageUnique__1"] = { affix = "", "40% increased Physical Attack Damage while Dual Wielding", statOrderKey = "704", statOrder = { 704 }, level = 1, group = "DualWieldingPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ProjectilesForkUnique____1"] = { affix = "", "Arrows Fork", statOrderKey = "2887", statOrder = { 2887 }, level = 70, group = "ProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ClawAttackSpeedModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed", statOrderKey = "2878", statOrder = { 2878 }, level = 1, group = "ClawAttackSpeedModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["ClawCritModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Critical Strike Chance also apply to Unarmed Attack Critical Strike Chance", statOrderKey = "2879", statOrder = { 2879 }, level = 35, group = "ClawCritModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["EnergyShieldDelayDuringFlaskEffect__1"] = { affix = "", "30% slower start of Energy Shield Recharge during any Flask Effect", statOrderKey = "2883", statOrder = { 2883 }, level = 35, group = "EnergyShieldDelayDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, + ["ESRechargeRateDuringFlaskEffect__1"] = { affix = "", "400% increased Energy Shield Recharge Rate during any Flask Effect", statOrderKey = "2885", statOrder = { 2885 }, level = 1, group = "ESRechargeRateDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, + ["IncreasedColdDamagePerBlockChanceUnique__1"] = { affix = "", "1% increased Cold Damage per 1% Chance to Block Attack Damage", statOrderKey = "2890", statOrder = { 2890 }, level = 74, group = "IncreasedColdDamagePerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["IncreasedManaPerSpellBlockChanceUnique__1"] = { affix = "", "1% increased Maximum Mana per 2% Chance to Block Spell Damage", statOrderKey = "2891", statOrder = { 2891 }, level = 1, group = "IncreasedManaPerSpellBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedArmourWhileChilledOrFrozenUnique__1"] = { affix = "", "300% increased Armour while Chilled or Frozen", statOrderKey = "2892", statOrder = { 2892 }, level = 1, group = "IncreasedArmourWhileChilledOrFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["AddedColdDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (15-25) to (40-50) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageToSpellsAndAttacksUnique__2"] = { affix = "", "Adds (5-7) to (13-15) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["UtilityFlaskSmokeCloud"] = { affix = "", "Creates a Smoke Cloud on Use", statOrderKey = "2903", statOrder = { 2903 }, level = 1, group = "UtilityFlaskSmokeCloud", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskConsecrate"] = { affix = "", "Creates Consecrated Ground on Use", statOrderKey = "2904", statOrder = { 2904 }, level = 1, group = "UtilityFlaskConsecrate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskChilledGround"] = { affix = "", "Creates Chilled Ground on Use", statOrderKey = "2936", statOrder = { 2936 }, level = 1, group = "UtilityFlaskChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["SummonsWormsOnUse"] = { affix = "", "2 Enemy Writhing Worms escape the Flask when used", "Writhing Worms are destroyed when Hit", statOrderKey = "521,521.1", statOrder = { 521, 521.1 }, level = 1, group = "SummonsWormsOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["PowerChargeOnHitUnique__1"] = { affix = "", "20% chance to gain a Power Charge on Hit", statOrderKey = "1210", statOrder = { 1210 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LosePowerChargesOnMaxPowerChargesUnique__1"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrderKey = "2910", statOrder = { 2910 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LosePowerChargesOnMaxPowerChargesUnique__2"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrderKey = "2910", statOrder = { 2910 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LoseEnduranceChargesOnMaxEnduranceChargesUnique__1_"] = { affix = "", "You lose all Endurance Charges on reaching maximum Endurance Charges", statOrderKey = "2047", statOrder = { 2047 }, level = 1, group = "LoseEnduranceChargesOnMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ShockOnMaxPowerChargesUnique__1"] = { affix = "", "Shocks you when you reach Maximum Power Charges", statOrderKey = "2911", statOrder = { 2911 }, level = 1, group = "ShockOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["MoltenBurstOnMeleeHitUnique__1"] = { affix = "", "20% chance to Trigger Level 16 Molten Burst on Melee Hit", statOrderKey = "452", statOrder = { 452 }, level = 1, group = "MoltenBurstOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["PenetrateEnemyFireResistUnique__1"] = { affix = "", "Damage Penetrates 20% Fire Resistance", statOrderKey = "2289", statOrder = { 2289 }, level = 1, group = "PenetrateEnemyFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["LocalFlaskPetrifiedUnique__1"] = { affix = "", "Petrified during Flask Effect", statOrderKey = "2920", statOrder = { 2920 }, level = 1, group = "LocalFlaskPetrified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalFlaskPhysicalDamageReductionUnique__1"] = { affix = "", "(40-50)% additional Physical Damage Reduction during Flask Effect", statOrderKey = "2925", statOrder = { 2925 }, level = 1, group = "LocalFlaskPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical" }, }, + ["LightningDegenAuraUniqueDisplay__1"] = { affix = "", "Nearby Enemies take 50 Lightning Damage per second", statOrderKey = "2469", statOrder = { 2469 }, level = 1, group = "LightningDegenAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["CannotBeAffectedByFlasksUnique__1"] = { affix = "", "Flasks do not apply to you", statOrderKey = "3061", statOrder = { 3061 }, level = 38, group = "CannotBeAffectedByFlasks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlasksApplyToMinionsUnique__1"] = { affix = "", "Flasks apply to your Raised Zombies and Spectres", statOrderKey = "3062", statOrder = { 3062 }, level = 1, group = "FlasksApplyToMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, + ["RepeatingShockwave"] = { affix = "", "Triggers Level 7 Abberath's Fury when Equipped", statOrderKey = "438", statOrder = { 438 }, level = 1, group = "RepeatingShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LifeRegenerationWhileFrozenUnique__1"] = { affix = "", "Regenerate 20% of Life per second while Frozen", statOrderKey = "3055", statOrder = { 3055 }, level = 1, group = "LifeRegenerationWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["KnockbackOnCounterattackChanceUnique__1"] = { affix = "", "100% chance to knockback on Counterattack", statOrderKey = "2935", statOrder = { 2935 }, level = 1, group = "KnockbackOnCounterattack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EnergyShieldRechargeOnBlockUnique__1"] = { affix = "", "20% chance for Energy Shield Recharge to start when you Block", statOrderKey = "2739", statOrder = { 2739 }, level = 1, group = "EnergyShieldRechargeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, + ["LocalAttacksAlwaysCritUnique__1"] = { affix = "", "All Attacks with this Weapon are Critical Strikes", statOrderKey = "3109", statOrder = { 3109 }, level = 1, group = "AlwaysCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["LocalDoubleDamageToChilledEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage to Chilled Enemies", statOrderKey = "3072", statOrder = { 3072 }, level = 1, group = "DoubleDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["LocalElementalPenetrationUnique__1"] = { affix = "", "Attacks with this Weapon Penetrate 30% Elemental Resistances", statOrderKey = "3073", statOrder = { 3073 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["FlaskZealotsOathUnique__1"] = { affix = "", "Zealot's Oath during Flask effect", "Life Recovery from Flasks also applies to Energy Shield during Flask Effect", statOrderKey = "3079,5807", statOrder = { 3079, 5807 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "resource", "life", "defences" }, }, + ["IncreasedDamageAtNoFrenzyChargesUnique__1"] = { affix = "", "(60-80)% increased Damage while you have no Frenzy Charges", statOrderKey = "3077", statOrder = { 3077 }, level = 1, group = "DamageOnNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["CriticalChanceAgainstEnemiesOnFullLifeUnique__1"] = { affix = "", "100% increased Critical Strike Chance against Enemies on Full Life", statOrderKey = "3081", statOrder = { 3081 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeAttackLifeLeechUnique__1"] = { affix = "", "1% of Attack Damage Leeched as Life on Critical Strike", statOrderKey = "3082", statOrder = { 3082 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AddedPhysicalToMinionAttacksUnique__1"] = { affix = "", "Minions deal (5-8) to (12-16) additional Attack Physical Damage", statOrderKey = "3083", statOrder = { 3083 }, level = 1, group = "AddedPhysicalToMinionAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["AttackPhysicalDamageAddedAsLightningUnique__1"] = { affix = "", "Gain 15% of Physical Attack Damage as Extra Lightning Damage", statOrderKey = "3091", statOrder = { 3091 }, level = 1, group = "LightningDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, }, + ["AttackPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Gain 15% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3089", statOrder = { 3089 }, level = 1, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["AttackPhysicalDamageAddedAsFireUnique__2"] = { affix = "", "Gain (30-40)% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3089", statOrder = { 3089 }, level = 1, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["EnergyShieldPer5StrengthUnique__1"] = { affix = "", "+2 maximum Energy Shield per 5 Strength", statOrderKey = "3092", statOrder = { 3092 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["MaximumGolemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrderKey = "3004", statOrder = { 3004 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumGolemsUnique__2"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrderKey = "3004", statOrder = { 3004 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumGolemsUnique__3"] = { affix = "", "+3 to maximum number of Summoned Golems", statOrderKey = "3004", statOrder = { 3004 }, level = 43, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumGolemsUnique__4_"] = { affix = "", "-1 to maximum number of Summoned Golems", statOrderKey = "3004", statOrder = { 3004 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GrantsLevel12StoneGolem"] = { affix = "", "Grants Level 12 Summon Stone Golem Skill", statOrderKey = "350", statOrder = { 350 }, level = 1, group = "GrantsStoneGolemSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ZealotsOathUnique__1"] = { affix = "", "Zealot's Oath", statOrderKey = "7496", statOrder = { 7496 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["WeaponCountsAsAllOneHandedWeapons__1"] = { affix = "", "Counts as all One Handed Melee Weapon Types", statOrderKey = "3094", statOrder = { 3094 }, level = 1, group = "CountsAsAllOneHandMeleeWeapons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsSupportedByFortifyUnique____1"] = { affix = "", "Socketed Gems are Supported by Level 12 Fortify", statOrderKey = "252", statOrder = { 252 }, level = 1, group = "DisplaySocketedGemGetsFortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["CannotBePoisonedUnique__1"] = { affix = "", "Cannot be Poisoned", statOrderKey = "2687", statOrder = { 2687 }, level = 1, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["EnergyShieldRecoveryRateUnique__1"] = { affix = "", "(30-40)% increased Energy Shield Recovery rate", statOrderKey = "972", statOrder = { 972 }, level = 1, group = "EnergyShieldRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedDamageTakenUnique__1"] = { affix = "", "5% increased Damage taken", statOrderKey = "1593", statOrder = { 1593 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskImmuneToDamage__1"] = { affix = "", "You are Immune to Damage during Flask Effect", statOrderKey = "3108", statOrder = { 3108 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalAlwaysCrit"] = { affix = "", "All Attacks with this Weapon are Critical Strikes", statOrderKey = "3109", statOrder = { 3109 }, level = 1, group = "AlwaysCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["IncreasePhysicalDegenDamagePerDexterityUnique__1"] = { affix = "", "2% increased Physical Damage Over Time per 10 Dexterity", statOrderKey = "3112", statOrder = { 3112 }, level = 1, group = "DegenerationDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreaseBleedDurationPerIntelligenceUnique__1"] = { affix = "", "1% increased Bleeding Duration per 12 Intelligence", statOrderKey = "3113", statOrder = { 3113 }, level = 1, group = "BleedDurationPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "ailment" }, }, + ["BleedingEnemiesFleeOnHitUnique__1"] = { affix = "", "30% Chance to cause Bleeding Enemies to Flee on hit", statOrderKey = "3114", statOrder = { 3114 }, level = 1, group = "BleedingEnemiesFleeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToAvoidFireDamageUnique__1"] = { affix = "", "25% chance to Avoid Fire Damage from Hits", statOrderKey = "2691", statOrder = { 2691 }, level = 1, group = "FireDamageAvoidance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["TrapTriggerRadiusUnique__1"] = { affix = "", "(40-60)% increased Trap Trigger Area of Effect", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "TrapTriggerRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpreadChilledGroundOnFreezeUnique__1"] = { affix = "", "15% chance to create Chilled Ground when you Freeze an Enemy", statOrderKey = "2724", statOrder = { 2724 }, level = 1, group = "SpreadChilledGroundOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SpreadConsecratedGroundOnShatterUnique__1"] = { affix = "", "Create Consecrated Ground when you Shatter an Enemy", statOrderKey = "3438", statOrder = { 3438 }, level = 1, group = "SpreadConsecratedGroundOnShatter", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToPoisonWithAttacksUnique___1"] = { affix = "", "20% chance to Poison on Hit with Attacks", statOrderKey = "2480", statOrder = { 2480 }, level = 1, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["TrapTriggerTwiceChanceUnique__1"] = { affix = "", "(8-12)% Chance for Traps to Trigger an additional time", statOrderKey = "3111", statOrder = { 3111 }, level = 1, group = "TrapTriggerTwiceChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TrapAndMineAddedPhysicalDamageUnique__1"] = { affix = "", "Traps and Mines deal (3-5) to (10-15) additional Physical Damage", statOrderKey = "3110", statOrder = { 3110 }, level = 1, group = "TrapAndMineDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["FlaskLifeGainOnSkillUseUnique__1"] = { affix = "", "Grants Last Breath when you Use a Skill during Flask Effect, for (450-600)% of Mana Cost", statOrderKey = "551", statOrder = { 551 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["TrapPoisonChanceUnique__1"] = { affix = "", "Traps and Mines have a 25% chance to Poison on Hit", statOrderKey = "3401", statOrder = { 3401 }, level = 1, group = "TrapPoisonChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SocketedGemsSupportedByBlasphemyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 22 Blasphemy", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, + ["SocketedGemsSupportedByBlasphemyUnique__2__"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, + ["ReducedReservationForSocketedCurseGemsUnique__1"] = { affix = "", "Socketed Curse Gems have 12% reduced Reservation", statOrderKey = "340", statOrder = { 340 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["ReducedReservationForSocketedCurseGemsUnique__2"] = { affix = "", "Socketed Curse Gems have 50% reduced Reservation", statOrderKey = "340", statOrder = { 340 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["GrantAlliesPowerChargeOnKillUnique__1"] = { affix = "", "10% chance to grant a Power Charge to nearby Allies on Kill", statOrderKey = "2702", statOrder = { 2702 }, level = 1, group = "GrantAlliesPowerChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["GrantAlliesFrenzyChargeOnHitUnique__1"] = { affix = "", "5% chance to grant a Frenzy Charge to nearby Allies on Hit", statOrderKey = "2703", statOrder = { 2703 }, level = 1, group = "GrantAlliesFrenzyChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["SummonRagingSpiritOnKillUnique__1"] = { affix = "", "10% chance to Trigger Level 8 Summon Raging Spirit on Kill", statOrderKey = "454", statOrder = { 454 }, level = 1, group = "SummonRagingSpiritOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PhysicalDamageConvertedToChaosUnique__1"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertedToChaosUnique__2"] = { affix = "", "50% of Physical Damage Converted to Chaos Damage", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["FishDetectionUnique__1_"] = { affix = "", "Glows while in an Area containing a Unique Fish", statOrderKey = "3439", statOrder = { 3439 }, level = 1, group = "FishingDetection", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalMaimOnHitUnique__1"] = { affix = "", "Attacks with this Weapon Maim on hit", statOrderKey = "3443", statOrder = { 3443 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["LocalMaimOnHit2HImplicit_1"] = { affix = "", "25% chance to Maim on Hit", statOrderKey = "5848", statOrder = { 5848 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AlwaysCritShockedEnemiesUnique__1"] = { affix = "", "Always Critically Strike Shocked Enemies", statOrderKey = "3446", statOrder = { 3446 }, level = 1, group = "AlwaysCritShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CannotCritNonShockedEnemiesUnique___1"] = { affix = "", "You cannot deal Critical Strikes against non-Shocked Enemies", statOrderKey = "3447", statOrder = { 3447 }, level = 1, group = "CannotCritNonShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["MinionChanceToBlindOnHitUnique__1"] = { affix = "", "Minions have 15% chance to Blind Enemies on hit", statOrderKey = "3465", statOrder = { 3465 }, level = 1, group = "MinionChanceToBlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionBlindImmunityUnique__1"] = { affix = "", "Minions cannot be Blinded", statOrderKey = "3464", statOrder = { 3464 }, level = 1, group = "MinionBlindImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["DisplaySocketedMinionGemsSupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Minion Gems are Supported by Level 16 Life Leech", statOrderKey = "275", statOrder = { 275 }, level = 1, group = "DisplaySocketedMinionGemsSupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "minion", "gem" }, }, + ["MagicItemsDropIdentifiedUnique__1"] = { affix = "", "Found Magic Items drop Identified", statOrderKey = "3466", statOrder = { 3466 }, level = 1, group = "MagicItemsDropIdentified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaPerStackableJewelUnique__1"] = { affix = "", "Gain 30 Mana per Grand Spectrum", statOrderKey = "3467", statOrder = { 3467 }, level = 1, group = "ManaPerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ArmourPerStackableJewelUnique__1"] = { affix = "", "Gain 200 Armour per Grand Spectrum", statOrderKey = "3468", statOrder = { 3468 }, level = 1, group = "ArmourPerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedDamagePerStackableJewelUnique__1"] = { affix = "", "15% increased Elemental Damage per Grand Spectrum", statOrderKey = "3470", statOrder = { 3470 }, level = 1, group = "IncreasedDamagePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["CriticalStrikeChancePerStackableJewelUnique__1"] = { affix = "", "25% increased Critical Strike Chance per Grand Spectrum", statOrderKey = "3469", statOrder = { 3469 }, level = 1, group = "CriticalStrikeChancePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AllResistancePerStackableJewelUnique__1"] = { affix = "", "+7% to all Elemental Resistances per Grand Spectrum", statOrderKey = "3471", statOrder = { 3471 }, level = 1, group = "AllResistancePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AddedColdDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Spells per Power Charge", statOrderKey = "1201", statOrder = { 1201 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AddedColdDamagePerPowerChargeUnique__2"] = { affix = "", "Adds 15 to 25 Cold Damage to Spells per Power Charge", statOrderKey = "1201", statOrder = { 1201 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["GainManaOnKillingFrozenEnemyUnique__1"] = { affix = "", "+(20-25) Mana gained on Killing a Frozen Enemy", statOrderKey = "7008", statOrder = { 7008 }, level = 1, group = "GainManaOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainPowerChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "50% chance to gain a Power Charge on Killing a Frozen Enemy", statOrderKey = "1200", statOrder = { 1200 }, level = 1, group = "GainPowerChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedDamageIfFrozenRecentlyUnique__1"] = { affix = "", "60% increased Damage if you've Frozen an Enemy Recently", statOrderKey = "4532", statOrder = { 4532 }, level = 44, group = "IncreasedDamageIfFrozenRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AddedLightningDamagePerIntelligenceUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "3914", statOrder = { 3914 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamagePerIntelligenceUnique__2"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "3914", statOrder = { 3914 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["IncreasedAttackSpeedPerDexterityUnique__1"] = { affix = "", "1% increased Attack Speed per 25 Dexterity", statOrderKey = "3936", statOrder = { 3936 }, level = 1, group = "IncreasedAttackSpeedPerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["MovementVelocityWhileBleedingUnique__1"] = { affix = "", "15% increased Movement Speed while Bleeding", statOrderKey = "6773", statOrder = { 6773 }, level = 1, group = "MovementVelocityWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["IncreasedPhysicalDamageTakenWhileMovingUnique__1"] = { affix = "", "10% increased Physical Damage taken while moving", statOrderKey = "3618", statOrder = { 3618 }, level = 1, group = "IncreasedPhysicalDamageTakenWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["PhysicalDamageReductionWhileNotMovingUnique__1"] = { affix = "", "10% additional Physical Damage Reduction while stationary", statOrderKey = "3616", statOrder = { 3616 }, level = 1, group = "PhysicalDamageReductionWhileNotMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["AddedLightningDamagePerShockedEnemyKilledUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage for each Shocked Enemy you've Killed Recently", statOrderKey = "6662", statOrder = { 6662 }, level = 1, group = "AddedLightningDamagePerShockedEnemyKilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ColdPenetrationAgainstChilledEnemiesUnique__1"] = { affix = "", "Damage Penetrates 20% Cold Resistance against Chilled Enemies", statOrderKey = "4377", statOrder = { 4377 }, level = 81, group = "ColdPenetrationAgainstChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GainLifeOnIgnitingEnemyUnique__1"] = { affix = "", "Recover (40-60) Life when you Ignite an Enemy", statOrderKey = "7007", statOrder = { 7007 }, level = 81, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainLifeOnIgnitingEnemyUnique__2"] = { affix = "", "Recover (20-30) Life when you Ignite an Enemy", statOrderKey = "7007", statOrder = { 7007 }, level = 36, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReflectsShocksUnique__1"] = { affix = "", "Shock Reflection", statOrderKey = "7023", statOrder = { 7023 }, level = 1, group = "ReflectsShocks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReflectsShockToEnemiesInRadiusUnique__1"] = { affix = "", "Reflect Shocks applied to you to all Nearby Enemies", statOrderKey = "7024", statOrder = { 7024 }, level = 1, group = "ReflectsShockToEnemiesInRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1"] = { affix = "", "Chaos Damage does not bypass Energy Shield while not on Low Life or Low Mana", statOrderKey = "4306", statOrder = { 4306 }, level = 1, group = "ChaosDamageDoesNotBypassESNotLowLifeOrMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["FrenzyChargeOnHitWhileBleedingUnique__1"] = { affix = "", "Gain a Frenzy Charge on Hit while Bleeding", statOrderKey = "4920", statOrder = { 4920 }, level = 1, group = "FrenzyChargeOnHitWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["IncreasedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "(10-15)% increased Cold Damage per Frenzy Charge", statOrderKey = "4364", statOrder = { 4364 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["IncreasedColdDamagePerFrenzyChargeUnique__2"] = { affix = "", "(15-20)% increased Cold Damage per Frenzy Charge", statOrderKey = "4364", statOrder = { 4364 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["OnHitBlindChilledEnemiesUnique__1_"] = { affix = "", "Blind Chilled Enemies on Hit", statOrderKey = "4157", statOrder = { 4157 }, level = 1, group = "OnHitBlindChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainLifeOnBlockUnique__1"] = { affix = "", "Recover 250 Life when you Block", statOrderKey = "1139", statOrder = { 1139 }, level = 1, group = "RecoverLifeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, + ["GrantsLevel30ReckoningUnique__1"] = { affix = "", "Grants Level 30 Reckoning Skill", statOrderKey = "377", statOrder = { 377 }, level = 1, group = "GrantsLevel30Reckoning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["MinionsRecoverLifeOnKillingPoisonedEnemyUnique__1_"] = { affix = "", "Minions Recover 20% of Life on Killing a Poisoned Enemy", statOrderKey = "6740", statOrder = { 6740 }, level = 1, group = "MinionsRecoverLifeOnKillingPoisonedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1"] = { affix = "", "Gain a Frenzy Charge on reaching Maximum Power Charges", statOrderKey = "2912", statOrder = { 2912 }, level = 1, group = "WhenReachingMaxPowerChargesGainAFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["GrantsEnvyUnique__1"] = { affix = "", "Grants Level 15 Envy Skill", statOrderKey = "376", statOrder = { 376 }, level = 87, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsEnvyUnique__2"] = { affix = "", "Grants Level 15 Envy Skill", statOrderKey = "376", statOrder = { 376 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GainArmourIfBlockedRecentlyUnique__1"] = { affix = "", "+1000 Armour if you've Blocked Recently", statOrderKey = "3721", statOrder = { 3721 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["GainArmourIfBlockedRecentlyUnique__2"] = { affix = "", "+1500 Armour if you've Blocked Recently", statOrderKey = "3721", statOrder = { 3721 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EnemiesBlockedAreIntimidatedUnique__1"] = { affix = "", "Permanently Intimidate Enemies on Block", statOrderKey = "6856", statOrder = { 6856 }, level = 1, group = "EnemiesBlockedAreIntimidated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MinionsPoisonEnemiesOnHitUnique__1"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrderKey = "2479", statOrder = { 2479 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, }, + ["MinionsPoisonEnemiesOnHitUnique__2"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrderKey = "2479", statOrder = { 2479 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, }, + ["GrantsLevel20BoneNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Bone Nova when you Hit a Bleeding Enemy", statOrderKey = "441", statOrder = { 441 }, level = 1, group = "GrantsLevel20BoneNovaTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["GrantsLevel20IcicleNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Icicle Burst when you Hit a Frozen Enemy", statOrderKey = "479", statOrder = { 479 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["AttacksCauseBleedingOnCursedEnemyHitUnique__1"] = { affix = "", "Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies", statOrderKey = "3946", statOrder = { 3946 }, level = 1, group = "AttacksCauseBleedingOnCursedEnemyHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ReceiveBleedingWhenHitUnique__1_"] = { affix = "", "50% chance to be inflicted with Bleeding when Hit by an Attack", statOrderKey = "7004", statOrder = { 7004 }, level = 1, group = "ReceiveBleedingWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ArmourIncreasedByUncappedFireResistanceUnique__1"] = { affix = "", "Armour is increased by Uncapped Fire Resistance", statOrderKey = "3830", statOrder = { 3830 }, level = 1, group = "ArmourIncreasedByUncappedFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EvasionIncreasedByUncappedColdResistanceUnique__1"] = { affix = "", "Evasion Rating is increased by Uncapped Cold Resistance", statOrderKey = "4778", statOrder = { 4778 }, level = 1, group = "EvasionIncreasedByUncappedColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["CriticalChanceIncreasedByUncappedLightningResistanceUnique__1"] = { affix = "", "Critical Strike Chance is increased by Lightning Resistance", statOrderKey = "4430", statOrder = { 4430 }, level = 1, group = "CriticalChanceIncreasedByUncappedLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CoverInAshWhenHitUnique__1"] = { affix = "", "Cover Enemies in Ash when they Hit you", statOrderKey = "3794", statOrder = { 3794 }, level = 44, group = "CoverInAshWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikesDealIncreasedLightningDamageUnique__1"] = { affix = "", "50% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 87, group = "CriticalStrikesDealIncreasedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["MaximumEnergyShieldAsPercentageOfLifeUnique__1"] = { affix = "", "Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "6598", statOrder = { 6598 }, level = 60, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GlobalIgniteProlifUnique__1"] = { affix = "", "Ignites you inflict spread to other Enemies within a Radius of 15", statOrderKey = "1582", statOrder = { 1582 }, level = 1, group = "GlobalIgniteProlif", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChillEnemiesWhenHitUnique__1"] = { affix = "", "Chill Enemy for 1 second when Hit, reducing their Action Speed by 30%", statOrderKey = "2445", statOrder = { 2445 }, level = 1, group = "ChillEnemiesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["Roll6LinkedRandomColourSocketsUnique__1"] = { affix = "", "Sockets cannot be modified", statOrderKey = "30", statOrder = { 30 }, level = 1, group = "Roll6LinkedRandomColourSockets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnlySocketCorruptedGemsUnique__1"] = { affix = "", "You can only Socket Corrupted Gems in this item", statOrderKey = "5748", statOrder = { 5748 }, level = 1, group = "OnlySocketCorruptedGems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["CurseLevel10VulnerabilityOnHitUnique__1"] = { affix = "", "25% chance to Curse Enemies with Vulnerability on Hit, with 40% increased Effect", statOrderKey = "1833", statOrder = { 1833 }, level = 1, group = "CurseVulnerabilityOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["FireResistConvertedToBlockChanceScaledJewelUnique__1_"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Attack Damage at 35% of its value", statOrderKey = "5926,5926.1", statOrder = { 5926, 5926.1 }, level = 1, group = "FireResistConvertedToBlockChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ColdResistConvertedToDodgeChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant Chance to Dodge Attack Hits at 35% of its value", statOrderKey = "5904,5904.1", statOrder = { 5904, 5904.1 }, level = 1, group = "ColdResistConvertedToDodgeChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["LightningResistConvertedToSpellBlockChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Spell Damage at 35% of its value", statOrderKey = "5941,5941.1", statOrder = { 5941, 5941.1 }, level = 1, group = "LightningResistConvertedToSpellBlockChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["FireResistAlsoGrantsEnduranceChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain an Endurance Charge on Kill", statOrderKey = "5927,5927.1", statOrder = { 5927, 5927.1 }, level = 1, group = "FireResistAlsoGrantsEnduranceChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Frenzy Charge on Kill", statOrderKey = "5905,5905.1", statOrder = { 5905, 5905.1 }, level = 1, group = "ColdResistAlsoGrantsFrenzyChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Power Charge on Kill", statOrderKey = "5942,5942.1", statOrder = { 5942, 5942.1 }, level = 1, group = "LightningResistAlsoGrantsPowerChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LightningStrikesOnCritUnique__1"] = { affix = "", "Trigger Level 12 Lightning Bolt when you deal a Critical Strike", statOrderKey = "447", statOrder = { 447 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["LightningStrikesOnCritUnique__2"] = { affix = "", "Trigger Level 20 Lightning Bolt when you deal a Critical Strike", statOrderKey = "447", statOrder = { 447 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["ArcticArmourBuffEffectUnique__1_"] = { affix = "", "25% increased Arctic Armour Buff Effect", statOrderKey = "3335", statOrder = { 3335 }, level = 1, group = "ArcticArmourBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ArcticArmourReservationCostUnique__1"] = { affix = "", "Arctic Armour has 100% reduced Reservation", statOrderKey = "3342", statOrder = { 3342 }, level = 1, group = "ArcticArmourReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionLeechOnPoisonedEnemiesUnique__1"] = { affix = "", "Minions Leech 5% of Damage as Life against Poisoned Enemies", statOrderKey = "6711", statOrder = { 6711 }, level = 1, group = "MinionLeechOnPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["BleedingEnemiesExplodeUnique__1"] = { affix = "", "Bleeding Enemies you Kill Explode, dealing 5% of", "their Maximum Life as Physical Damage", statOrderKey = "2794,2794.1", statOrder = { 2794, 2794.1 }, level = 1, group = "BleedingEnemiesExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ChilledGroundEffectUnique__1"] = { affix = "", "40% increased Effect of Chilled Ground", statOrderKey = "4339", statOrder = { 4339 }, level = 1, group = "ChilledGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["HeraldOfIceDamageUnique__1_"] = { affix = "", "50% increased Herald of Ice Damage", statOrderKey = "3029", statOrder = { 3029 }, level = 1, group = "HeraldOfIceDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["KeystoneMinionInstabilityUnique__1"] = { affix = "", "Minion Instability", statOrderKey = "7488", statOrder = { 7488 }, level = 1, group = "MinionInstability", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["KeystoneConduitUnique__1__"] = { affix = "", "Conduit", statOrderKey = "7472", statOrder = { 7472 }, level = 1, group = "Conduit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["KeystoneAcrobaticsUnique__1"] = { affix = "", "Acrobatics", statOrderKey = "7464", statOrder = { 7464 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "block", "dodge", "energy_shield", "defences" }, }, + ["KeystoneIronReflexesUnique__1"] = { affix = "", "Iron Reflexes", statOrderKey = "7486", statOrder = { 7486 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["KeystoneResoluteTechniqueUnique__1"] = { affix = "", "Resolute Technique", statOrderKey = "7509", statOrder = { 7509 }, level = 1, group = "ResoluteTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["KeystoneUnwaveringStanceUnique__1"] = { affix = "", "Unwavering Stance", statOrderKey = "7504", statOrder = { 7504 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["KeystoneBloodMagicUnique__1_"] = { affix = "", "Blood Magic", statOrderKey = "7469", statOrder = { 7469 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["KeystonePainAttunementUnique__1"] = { affix = "", "Pain Attunement", statOrderKey = "7491", statOrder = { 7491 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["KeystoneElementalEquilibriumUnique__1"] = { affix = "", "Elemental Equilibrium", statOrderKey = "7477", statOrder = { 7477 }, level = 1, group = "ElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["KeystoneElementalEquilibriumSceptreImplicit1"] = { affix = "", "Elemental Equilibrium", statOrderKey = "7477", statOrder = { 7477 }, level = 1, group = "ElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["KeystoneIronGripUnique__1"] = { affix = "", "Iron Grip", statOrderKey = "7502", statOrder = { 7502 }, level = 1, group = "IronGrip", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["KeystonePointBlankUnique__1"] = { affix = "", "Point Blank", statOrderKey = "7493", statOrder = { 7493 }, level = 1, group = "PointBlank", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["KeystoneArrowDodgingUnique__1"] = { affix = "", "Arrow Dancing", statOrderKey = "7494", statOrder = { 7494 }, level = 1, group = "ArrowDodging", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["KeystonePhaseAcrobaticsUnique__1"] = { affix = "", "Phase Acrobatics", statOrderKey = "7492", statOrder = { 7492 }, level = 1, group = "PhaseAcrobatics", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["KeystoneGhostReaverUnique__1"] = { affix = "", "Ghost Reaver", statOrderKey = "7481", statOrder = { 7481 }, level = 1, group = "KeystoneGhostReaver", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["KeystoneVaalPactUnique__1"] = { affix = "", "Vaal Pact", statOrderKey = "7505", statOrder = { 7505 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["KeystoneZealotsOathUnique__1_"] = { affix = "", "Zealot's Oath", statOrderKey = "7496", statOrder = { 7496 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["KeystoneMindOverMatterUnique__1"] = { affix = "", "Mind Over Matter", statOrderKey = "7487", statOrder = { 7487 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["KeystoneElementalOverloadUnique__1"] = { affix = "", "Elemental Overload", statOrderKey = "7478", statOrder = { 7478 }, level = 1, group = "ElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["KeystoneElementalOverloadSceptreImplicit1_"] = { affix = "", "Elemental Overload", statOrderKey = "7478", statOrder = { 7478 }, level = 1, group = "ElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["KeystoneAvatarOfFireUnique__1"] = { affix = "", "Avatar of Fire", statOrderKey = "7467", statOrder = { 7467 }, level = 1, group = "AvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["KeystoneEldritchBatteryUnique__1"] = { affix = "", "Eldritch Battery", statOrderKey = "7476", statOrder = { 7476 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["KeystoneEldritchBatteryUnique__2"] = { affix = "", "Eldritch Battery", statOrderKey = "7476", statOrder = { 7476 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["KeystoneAncestralBondUnique__1"] = { affix = "", "Ancestral Bond", statOrderKey = "7466", statOrder = { 7466 }, level = 1, group = "AncestralBond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["KeystoneCrimsonDanceUnique__1"] = { affix = "", "Crimson Dance", statOrderKey = "7474", statOrder = { 7474 }, level = 1, group = "CrimsonDance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["KeystonePerfectAgonyUnique__1"] = { affix = "", "Perfect Agony", statOrderKey = "7465", statOrder = { 7465 }, level = 1, group = "PerfectAgony", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "ailment" }, }, + ["KeystoneRunebinderUnique__1"] = { affix = "", "Runebinder", statOrderKey = "7497", statOrder = { 7497 }, level = 1, group = "Runebinder", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["KeystoneWickedWardUnique__1"] = { affix = "", "Wicked Ward", statOrderKey = "7506", statOrder = { 7506 }, level = 1, group = "WickedWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["KeystoneMortalConvictionUnique__1"] = { affix = "", "Mortal Conviction", statOrderKey = "7490", statOrder = { 7490 }, level = 1, group = "MortalConviction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["KeystoneGlancingBlowsUnique__1___"] = { affix = "", "Glancing Blows", statOrderKey = "7482", statOrder = { 7482 }, level = 1, group = "GlancingBlows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["KeystoneCallToArmsUnique__1"] = { affix = "", "Call to Arms", statOrderKey = "7470", statOrder = { 7470 }, level = 1, group = "CallToArms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneEternalYouthUnique__1"] = { affix = "", "Eternal Youth", statOrderKey = "7479", statOrder = { 7479 }, level = 1, group = "EternalYouth", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["KeystoneWindDancerUnique__1_"] = { affix = "", "Wind Dancer", statOrderKey = "7507", statOrder = { 7507 }, level = 1, group = "WindDancer", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["KeystoneTheAgnosticUnique__1_"] = { affix = "", "The Agnostic", statOrderKey = "7489", statOrder = { 7489 }, level = 1, group = "TheAgnostic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["KeystoneTheAgnosticUnique__2"] = { affix = "", "The Agnostic", statOrderKey = "7489", statOrder = { 7489 }, level = 1, group = "TheAgnostic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["KeystoneSupremeEgoUnique__1_"] = { affix = "", "Supreme Ego", statOrderKey = "7503", statOrder = { 7503 }, level = 1, group = "SupremeEgo", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["KeystoneSacredBastionUnique__1"] = { affix = "", "Imbalanced Guard", statOrderKey = "7498", statOrder = { 7498 }, level = 1, group = "SacredBastion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["KeystoneTheImpalerUnique__1_"] = { affix = "", "The Impaler", statOrderKey = "7485", statOrder = { 7485 }, level = 1, group = "Impaler", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["KeystoneCorruptedSoulUnique_1"] = { affix = "", "Corrupted Soul", statOrderKey = "7473", statOrder = { 7473 }, level = 1, group = "CorruptedSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "chaos" }, }, + ["KeystoneDoomsdayUnique__1"] = { affix = "", "Doomsday", statOrderKey = "7483", statOrder = { 7483 }, level = 1, group = "Doomsday", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, + ["KeystoneCorruptedSoulUnique__2_"] = { affix = "", "Corrupted Soul", statOrderKey = "7473", statOrder = { 7473 }, level = 1, group = "CorruptedSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "chaos" }, }, + ["KeystoneVaalPactUnique__2"] = { affix = "", "Vaal Pact", statOrderKey = "7505", statOrder = { 7505 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["KeystoneEternalYouthUnique__2_"] = { affix = "", "Eternal Youth", statOrderKey = "7479", statOrder = { 7479 }, level = 1, group = "EternalYouth", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["KeystoneDivineFleshUnique__1_"] = { affix = "", "Divine Flesh", statOrderKey = "7475", statOrder = { 7475 }, level = 1, group = "DivineFlesh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["KeystoneEverlastingSacrificeUnique__1"] = { affix = "", "Everlasting Sacrifice", statOrderKey = "7480", statOrder = { 7480 }, level = 1, group = "EverlastingSacrifice", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "resistance" }, }, + ["KeystoneShepherdOfSoulsUnique__1"] = { affix = "", "Shepherd of Souls", statOrderKey = "5283", statOrder = { 5283 }, level = 1, group = "ShepherdOfSouls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, + ["IncreasedLightningDamageTakenUnique__1"] = { affix = "", "40% increased Lightning Damage taken", statOrderKey = "2706", statOrder = { 2706 }, level = 1, group = "IncreasedLightningDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning" }, }, + ["PercentLightningDamageTakenFromManaBeforeLifeUnique__1"] = { affix = "", "30% of Lightning Damage is taken from Mana before Life", statOrderKey = "3473", statOrder = { 3473 }, level = 1, group = "PercentLightningDamageTakenFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "elemental", "lightning" }, }, + ["PercentManaRecoveredWhenYouShockUnique__1"] = { affix = "", "Recover 3% of Mana when you Shock an Enemy", statOrderKey = "3475", statOrder = { 3475 }, level = 1, group = "PercentManaRecoveredWhenYouShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ChanceToCastOnManaSpentUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells when", "you Spend at least 100 Mana to Use a Skill, with a 0.1 second Cooldown", statOrderKey = "432,432.1", statOrder = { 432, 432.1 }, level = 1, group = "ChanceToCastOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem" }, }, + ["AdditionalChanceToBlockInOffHandUnique_1"] = { affix = "", "+8% Chance to Block Attack Damage when in Off Hand", statOrderKey = "3492", statOrder = { 3492 }, level = 1, group = "AdditionalChanceToBlockInOffHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CriticalStrikeChanceInMainHandUnique_1"] = { affix = "", "(60-80)% increased Global Critical Strike Chance when in Main Hand", statOrderKey = "3491", statOrder = { 3491 }, level = 1, group = "CriticalStrikeChanceInMainHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeMultiplierPerGreenSocketUnique_1"] = { affix = "", "+10% to Global Critical Strike Multiplier per Green Socket", statOrderKey = "2017", statOrder = { 2017 }, level = 1, group = "CriticalStrikeMultiplierPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LifeLeechFromPhysicalAttackDamagePerRedSocket_Unique_1"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Life per Red Socket", statOrderKey = "2012", statOrder = { 2012 }, level = 1, group = "LifeLeechFromPhysicalAttackDamagePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["IncreasedFlaskChargesForOtherFlasksDuringEffectUnique_1"] = { affix = "", "100% increased Charges gained by Other Flasks during Flask Effect", statOrderKey = "3502", statOrder = { 3502 }, level = 1, group = "IncreasedFlaskChargesForOtherFlasksDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["CannotGainFlaskChargesDuringFlaskEffectUnique_1"] = { affix = "", "Gains no Charges during Effect of any Overflowing Chalice Flask", statOrderKey = "3500", statOrder = { 3500 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["IncreasedLightningDamagePer10IntelligenceUnique__1"] = { affix = "", "1% increased Lightning Damage per 10 Intelligence", statOrderKey = "3442", statOrder = { 3442 }, level = 1, group = "IncreasedLightningDamagePer10Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["IncreasedDamagePerEnduranceChargeUnique_1"] = { affix = "", "4% increased Melee Damage per Endurance Charge", statOrderKey = "3482", statOrder = { 3482 }, level = 1, group = "IncreasedDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["CannotBeShockedWhileMaximumEnduranceChargesUnique_1"] = { affix = "", "You cannot be Shocked while at maximum Endurance Charges", statOrderKey = "3485", statOrder = { 3485 }, level = 1, group = "CannotBeShockedWhileMaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedStunDurationOnSelfUnique_1"] = { affix = "", "50% increased Stun Duration on you", statOrderKey = "3481", statOrder = { 3481 }, level = 1, group = "IncreasedStunDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedDamageIfNotHitRecentlyUnique__1"] = { affix = "", "20% less Damage taken if you have not been Hit Recently", statOrderKey = "3494", statOrder = { 3494 }, level = 1, group = "ReducedDamageIfNotHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedEvasionIfHitRecentlyUnique___1"] = { affix = "", "50% increased Evasion Rating if you have been Hit Recently", statOrderKey = "3495", statOrder = { 3495 }, level = 1, group = "IncreasedEvasionIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["MovementSpeedIfUsedWarcryRecentlyUnique_1"] = { affix = "", "10% increased Movement Speed if you've used a Warcry Recently", statOrderKey = "3486", statOrder = { 3486 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedIfUsedWarcryRecentlyUnique__2"] = { affix = "", "15% increased Movement Speed if you've used a Warcry Recently", statOrderKey = "3486", statOrder = { 3486 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["LifeRegeneratedAfterSavageHitUnique_1"] = { affix = "", "Regenerate 10% of Life per second if you've taken a Savage Hit in the past 1 second", statOrderKey = "3484", statOrder = { 3484 }, level = 1, group = "LifeRegeneratedAfterSavageHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReducedDamageIfTakenASavageHitRecentlyUnique_1"] = { affix = "", "10% increased Damage taken if you've taken a Savage Hit Recently", statOrderKey = "3480", statOrder = { 3480 }, level = 1, group = "ReducedDamageIfTakenASavageHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemiesUnique___1"] = { affix = "", "20% increased Damage with Hits for each Level higher the Enemy is than you", statOrderKey = "3501", statOrder = { 3501 }, level = 1, group = "IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AdditionalChanceToDodgeIfYouHaveTakenSpellDamageRecentlyUnique_1"] = { affix = "", "(15-20)% chance to Dodge Attack Hits if you've taken Spell Damage Recently", statOrderKey = "3477", statOrder = { 3477 }, level = 1, group = "AdditionalChanceToDodgeIfYouHaveTakenSpellDamageRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["AdditionalChanceToSpellDodgeIfYouHaveTakenAttackDamageRecentlyUnique_1"] = { affix = "", "(15-20)% chance to Dodge Spell Hits if you've taken Attack Damage Recently", statOrderKey = "3476", statOrder = { 3476 }, level = 1, group = "AdditionalChanceToSpellDodgeIfYouHaveTakenAttackDamageRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["IncreasedCostOfMovementSkillsUnique_1"] = { affix = "", "25% increased Movement Skill Mana Cost", statOrderKey = "3490", statOrder = { 3490 }, level = 1, group = "IncreasedCostOfMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ChanceToDodgeSpellsWhilePhasing_Unique_1"] = { affix = "", "10% chance to Dodge Spell Hits while Phasing", statOrderKey = "2782", statOrder = { 2782 }, level = 1, group = "ChanceToDodgeSpellsWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["IncreasedEvasionWithOnslaughtUnique_1"] = { affix = "", "100% increased Evasion Rating during Onslaught", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "IncreasedEvasionWithOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AttackDamageLifeLeechAgainstBleedingEnemiesUnique_1"] = { affix = "", "1% of Attack Damage Leeched as Life against Bleeding Enemies", statOrderKey = "1081", statOrder = { 1081 }, level = 1, group = "AttackDamageLifeLeechAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AttackDamageManaLeechAgainstPoisonedEnemiesUnique_1"] = { affix = "", "1% of Attack Damage Leeched as Mana against Poisoned Enemies", statOrderKey = "3488", statOrder = { 3488 }, level = 1, group = "AttackDamageManaLeechAgainstPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["AttackDamageManaLeechAgainstPoisonedEnemiesUnique_2"] = { affix = "", "0.5% of Attack Damage Leeched as Mana against Poisoned Enemies", statOrderKey = "3488", statOrder = { 3488 }, level = 1, group = "AttackDamageManaLeechAgainstPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["IIQFromMaimedEnemiesUnique_1"] = { affix = "", "(15-25)% increased Quantity of Items Dropped by Slain Maimed Enemies", statOrderKey = "3478", statOrder = { 3478 }, level = 1, group = "IIQFromMaimedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IIRFromMaimedEnemiesUnique_1"] = { affix = "", "(30-40)% increased Rarity of Items Dropped by Slain Maimed Enemies", statOrderKey = "3479", statOrder = { 3479 }, level = 1, group = "IIRFromMaimedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalChainWhileAtMaxFrenzyChargesUnique___1"] = { affix = "", "Skills Chain an additional time while at maximum Frenzy Charges", statOrderKey = "1202", statOrder = { 1202 }, level = 1, group = "AdditionalChainWhileAtMaxFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikesDoNotFreezeUnique___1"] = { affix = "", "Critical Strikes do not inherently Freeze", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "CriticalStrikesDoNotFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "critical", "ailment" }, }, + ["ChanceToGainFrenzyChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "20% chance to gain a Frenzy Charge on Killing a Frozen Enemy", statOrderKey = "1199", statOrder = { 1199 }, level = 1, group = "ChanceToGainFrenzyChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["PhasingOnBeginESRechargeUnique___1"] = { affix = "", "You have Phasing if Energy Shield Recharge has started Recently", statOrderKey = "1820", statOrder = { 1820 }, level = 56, group = "GainPhasingFor4SecondsOnBeginESRecharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeAttacksWhilePhasingUnique___1"] = { affix = "", "6% chance to Dodge Attack Hits while Phasing", statOrderKey = "1821", statOrder = { 1821 }, level = 1, group = "ChanceToDodgeAttacksWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["AdditionalChanceToBlockAgainstTauntedEnemiesUnique_1"] = { affix = "", "+5% Chance to Block Attack Damage from Taunted Enemies", statOrderKey = "3496", statOrder = { 3496 }, level = 1, group = "AdditionalChanceToBlockAgainstTauntedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["IncreasedArmourAndEvasionIfKilledTauntedEnemyRecentlyUnique__1"] = { affix = "", "40% increased Armour and Evasion Rating if you've killed a Taunted Enemy Recently", statOrderKey = "3499", statOrder = { 3499 }, level = 1, group = "IncreasedArmourAndEvasionIfKilledTauntedEnemyRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["SummonMaximumNumberOfSocketedTotemsUnique_1"] = { affix = "", "Socketed Skills Summon your maximum number of Totems in formation", statOrderKey = "284", statOrder = { 284 }, level = 1, group = "SummonMaximumNumberOfSocketedTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["TotemElementalResistPerActiveTotemUnique_1"] = { affix = "", "Totems gain -10% to all Elemental Resistances per Summoned Totem", statOrderKey = "3483", statOrder = { 3483 }, level = 1, group = "TotemElementalResistPerActiveTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["SpellsCastByTotemsHaveReducedCastSpeedPerTotemUnique_1"] = { affix = "", "Totems have 5% increased Cast Speed per Summoned Totem", statOrderKey = "3489", statOrder = { 3489 }, level = 1, group = "SpellsCastByTotemsHaveReducedCastSpeedPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["AttacksByTotemsHaveReducedAttackSpeedPerTotemUnique_1"] = { affix = "", "Totems have 5% increased Attack Speed per Summoned Totem", statOrderKey = "3503", statOrder = { 3503 }, level = 1, group = "AttacksByTotemsHaveReducedAttackSpeedPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedManaRecoveryRateUnique__1"] = { affix = "", "10% increased Mana Recovery rate", statOrderKey = "988", statOrder = { 988 }, level = 1, group = "ManaRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AttacksChainInMainHandUnique__1"] = { affix = "", "Attacks Chain an additional time when in Main Hand", statOrderKey = "3504", statOrder = { 3504 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttacksExtraProjectileInOffHandUnique__1"] = { affix = "", "Attacks fire an additional Projectile when in Off Hand", statOrderKey = "3506", statOrder = { 3506 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CounterAttacksAddedColdDamageUnique__1"] = { affix = "", "Adds 250 to 300 Cold Damage to Counterattacks", statOrderKey = "3514", statOrder = { 3514 }, level = 1, group = "CounterAttacksAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["IncreasedGolemDamagePerGolemUnique__1"] = { affix = "", "(16-20)% increased Golem Damage for each Type of Golem you have Summoned", statOrderKey = "3508", statOrder = { 3508 }, level = 1, group = "IncreasedGolemDamagePerGolem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["IncreasedLifeWhileNoCorruptedItemsUnique__1"] = { affix = "", "(8-12)% increased Maximum Life if no Equipped Items are Corrupted", statOrderKey = "3510", statOrder = { 3510 }, level = 1, group = "IncreasedLifeWhileNoCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPerMinuteWhileNoCorruptedItemsUnique__1"] = { affix = "", "Regenerate 100 Life per second if no Equipped Items are Corrupted", statOrderKey = "3511", statOrder = { 3511 }, level = 1, group = "LifeRegenerationPerMinuteWhileNoCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldRegenerationPerMinuteWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 250 Energy Shield per second if all Equipped items are Corrupted", statOrderKey = "3512", statOrder = { 3512 }, level = 1, group = "EnergyShieldRegenerationPerMinuteWhileAllCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["BaseManaRegenerationWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 35 Mana per second if all Equipped Items are Corrupted", statOrderKey = "6007", statOrder = { 6007 }, level = 1, group = "BaseManaRegenerationWhileAllCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedChaosDamageToAttacksAndSpellsUnique__1"] = { affix = "", "Adds (13-17) to (29-37) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageToAttacksAndSpellsUnique__2"] = { affix = "", "Adds (13-17) to (23-29) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__1"] = { affix = "", "Adds (17-19) to (23-29) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__2"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__3"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__4__"] = { affix = "", "Adds (48-53) to (58-60) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__5_"] = { affix = "", "Adds (15-20) to (21-30) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__6_"] = { affix = "", "Adds (17-23) to (29-31) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedPhysicalDamageUnique__1_"] = { affix = "", "Adds (12-16) to (20-25) Physical Damage", statOrderKey = "692", statOrder = { 692 }, level = 1, group = "AddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GlobalAddedPhysicalDamageUnique__2"] = { affix = "", "Adds (8-10) to (13-15) Physical Damage", statOrderKey = "692", statOrder = { 692 }, level = 1, group = "AddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GlobalAddedFireDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Fire Damage", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__2"] = { affix = "", "Adds (22-27) to (34-38) Fire Damage", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__3_"] = { affix = "", "Adds (20-25) to (26-35) Fire Damage", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Fire Damage", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedColdDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Cold Damage", statOrderKey = "790", statOrder = { 790 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__2_"] = { affix = "", "Adds (20-23) to (31-35) Cold Damage", statOrderKey = "790", statOrder = { 790 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__3"] = { affix = "", "Adds (20-25) to (26-35) Cold Damage", statOrderKey = "790", statOrder = { 790 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Cold Damage", statOrderKey = "790", statOrder = { 790 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedLightningDamageUnique__1_"] = { affix = "", "Adds (10-13) to (43-47) Lightning Damage", statOrderKey = "799", statOrder = { 799 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (47-52) Lightning Damage", statOrderKey = "799", statOrder = { 799 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (48-60) Lightning Damage", statOrderKey = "799", statOrder = { 799 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__4"] = { affix = "", "Adds (6-10) to (33-38) Lightning Damage", statOrderKey = "799", statOrder = { 799 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["EnergyShieldRegenerationperMinuteWhileOnLowLifeTransformedUnique__1"] = { affix = "", "Regenerate 2% of Energy Shield per second while on Low Life", statOrderKey = "1177", statOrder = { 1177 }, level = 45, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReflectPhysicalDamageToSelfOnHitUnique__1"] = { affix = "", "Enemies you Attack Reflect 100 Physical Damage to you", statOrderKey = "1557", statOrder = { 1557 }, level = 1, group = "ReflectPhysicalDamageToSelfOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IgnoreHexproofUnique___1"] = { affix = "", "Your Hexes can affect Hexproof Enemies", statOrderKey = "1912", statOrder = { 1912 }, level = 1, group = "IgnoreHexproof", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "Poison Cursed Enemies on hit", statOrderKey = "3516", statOrder = { 3516 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToPoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "60% chance to Poison on Hit against Cursed Enemies", statOrderKey = "3517", statOrder = { 3517 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToBeShockedUnique__1"] = { affix = "", "+20% chance to be Shocked", statOrderKey = "2257", statOrder = { 2257 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToBeShockedUnique__2"] = { affix = "", "+50% chance to be Shocked", statOrderKey = "2257", statOrder = { 2257 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["GlobalDefensesPerWhiteSocketUnique__1"] = { affix = "", "8% increased Global Defences per White Socket", statOrderKey = "2026", statOrder = { 2026 }, level = 1, group = "GlobalDefensesPerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["ItemQuantityWhileWearingAMagicItemUnique__1"] = { affix = "", "(10-15)% increased Quantity of Items found with a Magic Item Equipped", statOrderKey = "3519", statOrder = { 3519 }, level = 10, group = "ItemQuantityWhileWearingAMagicItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemRarityWhileWearingANormalItemUnique__1"] = { affix = "", "(80-100)% increased Rarity of Items found with a Normal Item Equipped", statOrderKey = "3518", statOrder = { 3518 }, level = 1, group = "ItemRarityWhileWearingANormalItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalAttackTotemsUnique__1"] = { affix = "", "Attack Skills have +1 to maximum number of Summoned Totems", statOrderKey = "3554", statOrder = { 3554 }, level = 1, group = "AdditionalAttackTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MinionColdResistUnique__1"] = { affix = "", "Minions have +40% to Cold Resistance", statOrderKey = "3497", statOrder = { 3497 }, level = 1, group = "MinionColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance", "minion" }, }, + ["MinionFireResistUnique__1"] = { affix = "", "Minions have +40% to Fire Resistance", statOrderKey = "6709", statOrder = { 6709 }, level = 1, group = "MinionFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance", "minion" }, }, + ["MinionPhysicalDamageAddedAsColdUnique__1_"] = { affix = "", "Minions gain 20% of Physical Damage as Extra Cold Damage", statOrderKey = "3498", statOrder = { 3498 }, level = 1, group = "MinionPhysicalDamageAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, }, + ["FlaskStunImmunityUnique__1"] = { affix = "", "Cannot be Stunned during Flask Effect", statOrderKey = "3565", statOrder = { 3565 }, level = 1, group = "FlaskStunImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["PhasingOnTrapTriggeredUnique__1"] = { affix = "", "30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy", statOrderKey = "3550", statOrder = { 3550 }, level = 1, group = "PhasingOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainEnergyShieldOnTrapTriggeredUnique__1_"] = { affix = "", "Recover 50 Energy Shield when your Trap is triggered by an Enemy", statOrderKey = "3552", statOrder = { 3552 }, level = 1, group = "GainEnergyShieldOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GainLifeOnTrapTriggeredUnique__1"] = { affix = "", "Recover 100 Life when your Trap is triggered by an Enemy", statOrderKey = "3551", statOrder = { 3551 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainLifeOnTrapTriggeredUnique__2__"] = { affix = "", "Recover (20-30) Life when your Trap is triggered by an Enemy", statOrderKey = "3551", statOrder = { 3551 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainFrenzyChargeOnTrapTriggeredUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy", statOrderKey = "2907", statOrder = { 2907 }, level = 1, group = "GainFrenzyChargeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["BleedingImmunityUnique__1"] = { affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "3523", statOrder = { 3523 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["BleedingImmunityUnique__2"] = { affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "3523", statOrder = { 3523 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SelfStatusAilmentDurationUnique__1"] = { affix = "", "50% increased Elemental Ailment Duration on you", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, + ["PoisonOnMeleeHitUnique__1"] = { affix = "", "Melee Attacks have (20-40)% chance to Poison on Hit", statOrderKey = "3569", statOrder = { 3569 }, level = 60, group = "PoisonOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LifeLeechVsCursedEnemiesUnique__1"] = { affix = "", "1% of Damage Leeched as Life against Cursed Enemies", statOrderKey = "3570", statOrder = { 3570 }, level = 40, group = "LifeLeechVsCursedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MovementSpeedIfKilledRecentlyUnique___1"] = { affix = "", "15% increased Movement Speed if you've Killed Recently", statOrderKey = "3571", statOrder = { 3571 }, level = 40, group = "MovementSpeedIfKilledRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ControlledDestructionSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrderKey = "179", statOrder = { 179 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ControlledDestructionSupportUnique__1New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrderKey = "276", statOrder = { 276 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ColdDamageIgnitesUnique__1"] = { affix = "", "Your Cold Damage can Ignite", statOrderKey = "2183", statOrder = { 2183 }, level = 30, group = "ColdDamageAlsoIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["LifeRegenerationPercentPerEnduranceChargeUnique__1"] = { affix = "", "Regenerate 0.4% of Life per second per Endurance Charge", statOrderKey = "979", statOrder = { 979 }, level = 40, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChanceForDoubleStunDurationUnique__1"] = { affix = "", "50% chance to double Stun Duration", statOrderKey = "2871", statOrder = { 2871 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceForDoubleStunDurationImplicitMace_1"] = { affix = "", "25% chance to double Stun Duration", statOrderKey = "2871", statOrder = { 2871 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalAddedAsFireUnique__1"] = { affix = "", "Gain (25-35)% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3089", statOrder = { 3089 }, level = 30, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["PhysicalAddedAsFireUnique__2"] = { affix = "", "Gain 70% of Physical Damage as Extra Fire Damage", statOrderKey = "1300", statOrder = { 1300 }, level = 50, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireUnique__3"] = { affix = "", "Gain 20% of Physical Damage as Extra Fire Damage", statOrderKey = "1300", statOrder = { 1300 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["AttackCastMoveOnWarcryRecentlyUnique____1"] = { affix = "", "If you've Warcried Recently, you and nearby allies have 20% increased Attack, Cast and Movement Speed", statOrderKey = "2631", statOrder = { 2631 }, level = 1, group = "AttackCastMoveOnWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ChaosSkillEffectDurationUnique__1"] = { affix = "", "Chaos Skills have 40% increased Skill Effect Duration", statOrderKey = "1266", statOrder = { 1266 }, level = 1, group = "ChaosSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["PoisonDurationUnique__1_"] = { affix = "", "(15-20)% increased Poison Duration", statOrderKey = "2475", statOrder = { 2475 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDurationUnique__2"] = { affix = "", "(20-25)% increased Poison Duration", statOrderKey = "2475", statOrder = { 2475 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["FlaskImmuneToStunFreezeCursesUnique__1"] = { affix = "", "Immune to Freeze, Chill, Curses and Stuns during Flask Effect", statOrderKey = "555", statOrder = { 555 }, level = 1, group = "KiarasDeterminationBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalPhysicalDamageAddedAsEachElementTransformed"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrderKey = "3572", statOrder = { 3572 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalPhysicalDamageAddedAsEachElementTransformed2"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrderKey = "3572", statOrder = { 3572 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["BleedOnMeleeHitChanceUnique__1"] = { affix = "", "Melee Attacks have (30-50)% chance to cause Bleeding", statOrderKey = "1804", statOrder = { 1804 }, level = 1, group = "BleedOnMeleeHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ArmourAndEvasionImplicitBelt1"] = { affix = "", "+(260-320) to Armour and Evasion Rating", statOrderKey = "3576", statOrder = { 3576 }, level = 98, group = "BaseArmourAndEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["PhysicalDamageTakenAsColdUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "1766", statOrder = { 1766 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "cold" }, }, + ["ChaosDamageOverTimeUnique__1"] = { affix = "", "25% reduced Chaos Damage taken over time", statOrderKey = "1315", statOrder = { 1315 }, level = 1, group = "ChaosDamageOverTimeTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["PowerFrenzyOrEnduranceChargeOnKillUnique__1"] = { affix = "", "10% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrderKey = "2921", statOrder = { 2921 }, level = 1, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["CannotLeechFromCriticalStrikesUnique___1"] = { affix = "", "Cannot Leech Life from Critical Strikes", statOrderKey = "3586", statOrder = { 3586 }, level = 1, group = "CannotLeechFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["ChanceToBlindOnCriticalStrikesUnique__1"] = { affix = "", "30% chance to Blind Enemies on Critical Strike", statOrderKey = "3587", statOrder = { 3587 }, level = 1, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChanceToBlindOnCriticalStrikesUnique__2_"] = { affix = "", "(40-50)% chance to Blind Enemies on Critical Strike", statOrderKey = "3587", statOrder = { 3587 }, level = 38, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["BleedOnMeleeCriticalStrikeUnique__1"] = { affix = "", "50% chance to cause Bleeding on Critical Strike", statOrderKey = "5752", statOrder = { 5752 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["StunDurationBasedOnEnergyShieldUnique__1"] = { affix = "", "Stun Threshold is based on Energy Shield instead of Life", statOrderKey = "3585", statOrder = { 3585 }, level = 48, group = "StunDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TakeNoExtraDamageFromCriticalStrikesUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes", statOrderKey = "3596", statOrder = { 3596 }, level = 1, group = "TakeNoExtraDamageFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ShockedEnemyCastSpeedUnique__1"] = { affix = "", "Enemies you Shock have 30% reduced Cast Speed", statOrderKey = "3597", statOrder = { 3597 }, level = 1, group = "ShockedEnemyCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShockedEnemyMovementSpeedUnique__1"] = { affix = "", "Enemies you Shock have 20% reduced Movement Speed", statOrderKey = "3598", statOrder = { 3598 }, level = 1, group = "ShockedEnemyMovementSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedBurningDamageIfYouHaveIgnitedRecentlyUnique__1"] = { affix = "", "100% increased Burning Damage if you've Ignited an Enemy Recently", statOrderKey = "3602", statOrder = { 3602 }, level = 1, group = "IncreasedBurningDamageIfYouHaveIgnitedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["RecoverLifePercentOnIgniteUnique__1"] = { affix = "", "Recover 1% of Life when you Ignite an Enemy", statOrderKey = "3603", statOrder = { 3603 }, level = 1, group = "RecoverLifePercentOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedMeleePhysicalDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "100% increased Melee Physical Damage against Ignited Enemies", statOrderKey = "3604", statOrder = { 3604 }, level = 1, group = "IncreasedMeleePhysicalDamageAgainstIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NormalMonsterItemQuantityUnique__1"] = { affix = "", "(35-50)% increased Quantity of Items Dropped by Slain Normal Enemies", statOrderKey = "6816", statOrder = { 6816 }, level = 38, group = "NormalMonsterItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MagicMonsterItemRarityUnique__1"] = { affix = "", "(100-150)% increased Rarity of Items Dropped by Slain Magic Enemies", statOrderKey = "5977", statOrder = { 5977 }, level = 1, group = "MagicMonsterItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAtlasOnslaught"] = { affix = "", "Monsters have Onslaught", statOrderKey = "1711", statOrder = { 1711 }, level = 1, group = "MapAtlasOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAtlasMultipleProjectiles"] = { affix = "", "Monsters fire 3 additional Projectiles", statOrderKey = "1717", statOrder = { 1717 }, level = 1, group = "MapAtlasMultipleProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAtlasDamage"] = { affix = "", "50% increased Monster Damage", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "MapAtlasDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeChanceForForkingArrowsUnique__1"] = { affix = "", "(150-200)% increased Critical Strike Chance with arrows that Fork", statOrderKey = "3605", statOrder = { 3605 }, level = 1, group = "CriticalStrikeChanceForForkingArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["ArrowsAlwaysCritAfterPiercingUnique___1"] = { affix = "", "Arrows Pierce all Targets after Chaining", statOrderKey = "3608", statOrder = { 3608 }, level = 1, group = "ArrowsAlwaysCritAfterPiercing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ArrowsThatPierceCauseBleedingUnique__1"] = { affix = "", "Arrows that Pierce have 50% chance to inflict Bleeding", statOrderKey = "3607", statOrder = { 3607 }, level = 1, group = "ArrowsThatPierceCauseBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["IncreaseProjectileAttackDamagePerAccuracyUnique__1"] = { affix = "", "1% increased Projectile Attack Damage per 200 Accuracy Rating", statOrderKey = "3611", statOrder = { 3611 }, level = 1, group = "IncreaseProjectileAttackDamagePerAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AdditionalSpellProjectilesUnique__1"] = { affix = "", "Spells fire an additional Projectile", statOrderKey = "3609", statOrder = { 3609 }, level = 85, group = "AdditionalSpellProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["IncreasedMinionDamageIfYouHitEnemyUnique__1"] = { affix = "", "Minions deal 70% increased Damage if you've Hit Recently", statOrderKey = "6702", statOrder = { 6702 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageAlsoAffectsYouUnique__1"] = { affix = "", "Increases and Reductions to Minion Damage also affect you at 150% of their value", statOrderKey = "3780", statOrder = { 3780 }, level = 1, group = "MinionDamageAlsoAffectsYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["GlobalCriticalStrikeChanceAgainstChilledUnique__1"] = { affix = "", "60% increased Critical Strike Chance against Chilled Enemies", statOrderKey = "4983", statOrder = { 4983 }, level = 1, group = "GlobalCriticalStrikeChanceAgainstChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CastSocketedColdSkillsOnCriticalStrikeUnique__1"] = { affix = "", "Trigger a Socketed Cold Spell on Melee Critical Strike, with a 0.15 second Cooldown", statOrderKey = "495", statOrder = { 495 }, level = 1, group = "CastSocketedColdSpellsOnMeleeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental", "cold", "attack", "caster", "gem" }, }, + ["IncreasedAttackAreaOfEffectUnique__1_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrderKey = "3890", statOrder = { 3890 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedAttackAreaOfEffectUnique__2_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrderKey = "3890", statOrder = { 3890 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["PhysicalDamageCanShockUnique__1"] = { affix = "", "Your Physical Damage can Shock", statOrderKey = "2182", statOrder = { 2182 }, level = 1, group = "PhysicalDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["DealNoElementalDamageUnique__1"] = { affix = "", "Deal no Elemental Damage", statOrderKey = "4591", statOrder = { 4591 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DealNoElementalDamageUnique__2"] = { affix = "", "Deal no Elemental Damage", statOrderKey = "4591", statOrder = { 4591 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["TakeFireDamageOnIgniteUnique__1"] = { affix = "", "Take 100 Fire Damage when you Ignite an Enemy", statOrderKey = "4826", statOrder = { 4826 }, level = 1, group = "TakeFireDamageOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageLeechedAsLifeWhileIgnitedUnique__1"] = { affix = "", "2% of Fire Damage Leeched as Life while Ignited", statOrderKey = "5322", statOrder = { 5322 }, level = 1, group = "FireDamageLeechedAsLifeWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ChanceForSpectersToGainSoulEaterOnKillUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised Spectres have a 50% chance to gain Soul Eater for 20 seconds on Kill", statOrderKey = "5961", statOrder = { 5961 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MovementSkillsDealNoPhysicalDamageUnique__1"] = { affix = "", "Movement Skills deal no Physical Damage", statOrderKey = "6758", statOrder = { 6758 }, level = 1, group = "MovementSkillsDealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GainPhasingIfKilledRecentlyUnique__1"] = { affix = "", "You have Phasing if you've Killed Recently", statOrderKey = "4948", statOrder = { 4948 }, level = 1, group = "GainPhasingIfKilledRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementSkillsCostNoManaUnique__1"] = { affix = "", "Movement Skills Cost no Mana", statOrderKey = "2786", statOrder = { 2786 }, level = 1, group = "MovementSkillsCostNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ProjectileAttackDamageImplicitGloves1"] = { affix = "", "(14-18)% increased Projectile Attack Damage", statOrderKey = "1361", statOrder = { 1361 }, level = 1, group = "ProjectileAttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ManaPerStrengthUnique__1__"] = { affix = "", "+1 Mana per 4 Strength", statOrderKey = "1383", statOrder = { 1383 }, level = 1, group = "ManaPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldPerStrengthUnique__1"] = { affix = "", "1% increased Energy Shield per 10 Strength", statOrderKey = "4755", statOrder = { 4755 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifePerDexterityUnique__1"] = { affix = "", "+1 Life per 4 Dexterity", statOrderKey = "1382", statOrder = { 1382 }, level = 1, group = "LifePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MeleePhysicalDamagePerDexterityUnique__1_"] = { affix = "", "2% increased Melee Physical Damage per 10 Dexterity", statOrderKey = "6615", statOrder = { 6615 }, level = 1, group = "MeleePhysicalDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AccuracyPerIntelligenceUnique__1"] = { affix = "", "+4 Accuracy Rating per 2 Intelligence", statOrderKey = "1381", statOrder = { 1381 }, level = 1, group = "AccuracyPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EvasionRatingPerIntelligenceUnique__1"] = { affix = "", "2% increased Evasion Rating per 10 Intelligence", statOrderKey = "4777", statOrder = { 4777 }, level = 1, group = "EvasionRatingPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["ChanceToGainFrenzyChargeOnStunUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when you Stun an Enemy", statOrderKey = "4279", statOrder = { 4279 }, level = 38, group = "ChanceToGainFrenzyChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["IncreasedDamageOverTimeDuringFlaskEffectUnique__1"] = { affix = "", "(25-40)% increased Damage Over Time during Flask Effect", statOrderKey = "5884", statOrder = { 5884 }, level = 1, group = "IncreasedDamageOverTimeDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage" }, }, + ["VulnerabilityAuraDuringFlaskEffectUnique__1"] = { affix = "", "Grants Level 21 Despair Curse Aura during Flask Effect", statOrderKey = "5887", statOrder = { 5887 }, level = 60, group = "VulnerabilityAuraDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster", "curse" }, }, + ["PrrojectilesPierceWhilePhasingUnique__1_"] = { affix = "", "Projectiles Pierce all Targets while you have Phasing", statOrderKey = "6960", statOrder = { 6960 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalPierceWhilePhasingUnique__1"] = { affix = "", "Projectiles Pierce 5 additional Targets while you have Phasing", statOrderKey = "6961", statOrder = { 6961 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToAvoidProjectilesWhilePhasingUnique__1"] = { affix = "", "20% chance to Avoid Projectiles while Phasing", statOrderKey = "3970", statOrder = { 3970 }, level = 1, group = "ChanceToAvoidProjectilesWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskAdditionalProjectilesDuringEffectUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles during Flask Effect", statOrderKey = "553", statOrder = { 553 }, level = 85, group = "FlaskAdditionalProjectilesDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedAreaOfEffectDuringEffectUnique__1_"] = { affix = "", "(15-25)% increased Area of Effect during Flask Effect", statOrderKey = "5796", statOrder = { 5796 }, level = 1, group = "FlaskIncreasedAreaOfEffectDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["CelestialFootprintsUnique__1_"] = { affix = "", "Celestial Footprints", statOrderKey = "7536", statOrder = { 7536 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedMinionAttackSpeedUnique__1_"] = { affix = "", "Minions have (10-15)% increased Attack Speed", statOrderKey = "2208", statOrder = { 2208 }, level = 1, group = "MinionAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["GolemPerPrimordialJewel"] = { affix = "", "+1 to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped", statOrderKey = "6830", statOrder = { 6830 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__1"] = { affix = "", "Primordial", statOrderKey = "7445", statOrder = { 7445 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__2"] = { affix = "", "Primordial", statOrderKey = "7445", statOrder = { 7445 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__3"] = { affix = "", "Primordial", statOrderKey = "7445", statOrder = { 7445 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__4"] = { affix = "", "Primordial", statOrderKey = "7445", statOrder = { 7445 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GolemLifeUnique__1"] = { affix = "", "Golems have (18-22)% increased Maximum Life", statOrderKey = "4995", statOrder = { 4995 }, level = 1, group = "GolemLifeUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["GolemLifeRegenerationUnique__1"] = { affix = "", "Summoned Golems Regenerate 2% of their Life per second", statOrderKey = "4994", statOrder = { 4994 }, level = 1, group = "GolemLifeRegenerationUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["IncreasedDamageIfGolemSummonedRecently__1"] = { affix = "", "(25-30)% increased Damage if you Summoned a Golem in the past 8 seconds", statOrderKey = "3012", statOrder = { 3012 }, level = 1, group = "IncreasedDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedGolemDamageIfGolemSummonedRecently__1_"] = { affix = "", "Golems Summoned in the past 8 seconds deal (35-45)% increased Damage", statOrderKey = "3013", statOrder = { 3013 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["IncreasedGolemDamageIfGolemSummonedRecentlyUnique__1"] = { affix = "", "Golems Summoned in the past 8 seconds deal (100-125)% increased Damage", statOrderKey = "3013", statOrder = { 3013 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["GolemSkillsCooldownRecoveryUnique__1"] = { affix = "", "Golem Skills have (20-30)% increased Cooldown Recovery Rate", statOrderKey = "2647", statOrder = { 2647 }, level = 1, group = "GolemSkillsCooldownRecoveryUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GolemsSkillsCooldownRecoveryUnique__1_"] = { affix = "", "Summoned Golems have (30-45)% increased Cooldown Recovery Rate", statOrderKey = "2648", statOrder = { 2648 }, level = 1, group = "GolemsSkillsCooldownRecoveryUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GolemBuffEffectUnique__1"] = { affix = "", "30% increased Effect of Buffs granted by your Golems", statOrderKey = "4992", statOrder = { 4992 }, level = 1, group = "GolemBuffEffectUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GolemAttackAndCastSpeedUnique__1"] = { affix = "", "Golems have (16-20)% increased Attack and Cast Speed", statOrderKey = "4991", statOrder = { 4991 }, level = 1, group = "GolemAttackAndCastSpeedUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["GolemArmourRatingUnique__1"] = { affix = "", "Golems have +(800-1000) to Armour", statOrderKey = "4997", statOrder = { 4997 }, level = 1, group = "GolemArmourRatingUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "minion" }, }, + ["ArmourPerTotemUnique__1"] = { affix = "", "+300 Armour per Summoned Totem", statOrderKey = "3722", statOrder = { 3722 }, level = 1, group = "ArmourPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["SpellDamageIfYouHaveCritRecentlyUnique__1"] = { affix = "", "200% increased Spell Damage if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "7178", statOrder = { 7178 }, level = 1, group = "SpellDamageIfCritPast8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageIfYouHaveCritRecentlyUnique__2"] = { affix = "", "(120-150)% increased Spell Damage if you've dealt a Critical Strike Recently", statOrderKey = "7175", statOrder = { 7175 }, level = 1, group = "SpellDamageIfYouHaveCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["CriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Critical Strikes deal no Damage", statOrderKey = "4484", statOrder = { 4484 }, level = 1, group = "CriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["IncreasedManaRegenerationWhileStationaryUnique__1"] = { affix = "", "60% increased Mana Regeneration Rate while stationary", statOrderKey = "3619", statOrder = { 3619 }, level = 1, group = "IncreasedManaRegenerationWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedArmourWhileStationaryUnique__1"] = { affix = "", "+1500 Armour while stationary", statOrderKey = "3617", statOrder = { 3617 }, level = 1, group = "AddedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["SpreadChilledGroundWhenHitByAttackUnique__1"] = { affix = "", "15% chance to create Chilled Ground when Hit with an Attack", statOrderKey = "4340", statOrder = { 4340 }, level = 1, group = "SpreadChilledGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalFlaskUnholyMightUnique__1"] = { affix = "", "Gain Unholy Might during Flask Effect", statOrderKey = "561", statOrder = { 561 }, level = 1, group = "LocalFlaskUnholyMight", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["NonCriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Non-Critical Strikes deal no Damage", statOrderKey = "6805", statOrder = { 6805 }, level = 1, group = "NonCriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["CritMultiIfDealtNonCritRecentlyUnique__1"] = { affix = "", "+25% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently", statOrderKey = "4458", statOrder = { 4458 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CritMultiIfDealtNonCritRecentlyUnique__2"] = { affix = "", "+60% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently", statOrderKey = "4458", statOrder = { 4458 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["EnemiesDestroyedOnKillUnique__1"] = { affix = "", "Enemies you hit are destroyed on Kill", statOrderKey = "4714", statOrder = { 4714 }, level = 1, group = "EnemiesDestroyedOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RecoverPercentMaxLifeOnKillUnique__1"] = { affix = "", "Recover 5% of Life on Kill", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["RecoverPercentMaxLifeOnKillUnique__2"] = { affix = "", "Recover 5% of Life on Kill", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CriticalMultiplierPerBlockChanceUnique__1"] = { affix = "", "+1% to Critical Strike Multiplier per 1% Chance to Block Attack Damage", statOrderKey = "2494", statOrder = { 2494 }, level = 1, group = "CriticalMultiplierPerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["AttackDamagePerLowestArmourOrEvasionUnique__1"] = { affix = "", "1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating", statOrderKey = "3900", statOrder = { 3900 }, level = 98, group = "AttackDamagePerLowestArmourOrEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FortifyOnMeleeStunUnique__1"] = { affix = "", "(14-20)% chance to gain Fortify when you Stun an Enemy with Melee Damage", statOrderKey = "4272", statOrder = { 4272 }, level = 1, group = "FortifyOnMeleeStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtWhileFortifiedUnique__1"] = { affix = "", "You have Onslaught while you have Fortify", statOrderKey = "4944", statOrder = { 4944 }, level = 1, group = "OnslaughtWhileFortified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemStatsDoubledInBreachImplicit"] = { affix = "", "Properties are doubled while in a Breach", statOrderKey = "5820", statOrder = { 5820 }, level = 1, group = "StatsDoubledInBreach", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonSpidersOnKillUnique__1"] = { affix = "", "100% chance to Trigger Level 1 Raise Spiders on Kill", statOrderKey = "453", statOrder = { 453 }, level = 1, group = "GrantsMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["CannotCastSpellsUnique__1"] = { affix = "", "Cannot Cast Spells", statOrderKey = "4213", statOrder = { 4213 }, level = 1, group = "CannotCastSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["CannotDealSpellDamageUnique__1"] = { affix = "", "Spell Skills deal no Damage", statOrderKey = "7194", statOrder = { 7194 }, level = 1, group = "CannotDealSpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["GoatHoofFootprintsUnique__1"] = { affix = "", "Burning Hoofprints", statOrderKey = "7539", statOrder = { 7539 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireDamagePerStrengthUnique__1"] = { affix = "", "1% increased Fire Damage per 20 Strength", statOrderKey = "4817", statOrder = { 4817 }, level = 1, group = "FireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GolemLargerAggroRadiusUnique__1"] = { affix = "", "Summoned Golems are Aggressive", statOrderKey = "7457", statOrder = { 7457 }, level = 1, group = "GolemLargerAggroRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "20% of Maximum Life Converted to Energy Shield", statOrderKey = "6599", statOrder = { 6599 }, level = 75, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LocalChanceToPoisonOnHitUnique__1"] = { affix = "", "15% chance to Poison on Hit", statOrderKey = "5860", statOrder = { 5860 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LocalChanceToPoisonOnHitUnique__2"] = { affix = "", "60% chance to Poison on Hit", statOrderKey = "5860", statOrder = { 5860 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LocalChanceToPoisonOnHitUnique__3"] = { affix = "", "20% chance to Poison on Hit", statOrderKey = "5860", statOrder = { 5860 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LocalChanceToPoisonOnHitUnique__4"] = { affix = "", "20% chance to Poison on Hit", statOrderKey = "5860", statOrder = { 5860 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["ChanceToPoisonUnique__1_______"] = { affix = "", "25% chance to Poison on Hit", statOrderKey = "2478", statOrder = { 2478 }, level = 1, group = "PoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["IncreasedSpellDamageWhileShockedUnique__1"] = { affix = "", "50% increased Spell Damage while Shocked", statOrderKey = "7186", statOrder = { 7186 }, level = 1, group = "IncreasedSpellDamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["MaximumResistanceWithNoEnduranceChargesUnique__1__"] = { affix = "", "+2% to all maximum Resistances while you have no Endurance Charges", statOrderKey = "3755", statOrder = { 3755 }, level = 1, group = "MaximumResistanceWithNoEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["OnslaughtWithMaxEnduranceChargesUnique__1"] = { affix = "", "You have Onslaught while at maximum Endurance Charges", statOrderKey = "4940", statOrder = { 4940 }, level = 1, group = "OnslaughtWithMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionsGainYourStrengthUnique__1"] = { affix = "", "Half of your Strength is added to your Minions", statOrderKey = "6737", statOrder = { 6737 }, level = 1, group = "MinionsGainYourStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "attribute" }, }, + ["AdditionalZombiesPerXStrengthUnique__1"] = { affix = "", "+1 to maximum number of Raised Zombies per 500 Strength", statOrderKey = "6833", statOrder = { 6833 }, level = 1, group = "AdditionalZombiesPerXStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ZombiesLeechLifeToYouAt1000StrengthUnique__1"] = { affix = "", "With at least 1000 Strength, (1.5-2)% of Damage dealt by your Raised Zombies is Leeched to you as Life", statOrderKey = "7452", statOrder = { 7452 }, level = 1, group = "ZombiesLeechLifeToYouAt1000Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["ReducedBleedDurationUnique__1_"] = { affix = "", "25% reduced Bleeding Duration", statOrderKey = "3987", statOrder = { 3987 }, level = 1, group = "BleedDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["IncreasedRarityPerRampageStacksUnique__1"] = { affix = "", "1% increased Rarity of Items found per 15 Rampage Kills", statOrderKey = "5281", statOrder = { 5281 }, level = 38, group = "IncreasedRarityPerRampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ImmuneToBurningShockedChilledGroundUnique__1"] = { affix = "", "Immune to Burning Ground, Shocked Ground and Chilled Ground", statOrderKey = "5238", statOrder = { 5238 }, level = 1, group = "ImmuneToBurningShockedChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["MaximumLifePer10DexterityUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Dexterity", statOrderKey = "6594", statOrder = { 6594 }, level = 1, group = "FlatLifePer10Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationWhileMovingUnique__1"] = { affix = "", "Regenerate 100 Life per second while moving", statOrderKey = "5343", statOrder = { 5343 }, level = 1, group = "LifeRegenerationWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SpellsAreDisabledUnique__1"] = { affix = "", "Your Spells are disabled", statOrderKey = "7432", statOrder = { 7432 }, level = 1, group = "SpellsAreDisabled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MaximumLifePerItemRarityUnique__1"] = { affix = "", "+1 Life per 2% increased Rarity of Items found", statOrderKey = "6596", statOrder = { 6596 }, level = 1, group = "MaxLifePerItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["PercentDamagePerItemQuantityUnique__1"] = { affix = "", "Your Increases and Reductions to Quantity of Items found also apply to Damage", statOrderKey = "4539", statOrder = { 4539 }, level = 1, group = "PercentDamagePerItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ItemQuantityPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% increased Quantity of Items found per Chest opened Recently", statOrderKey = "5280", statOrder = { 5280 }, level = 1, group = "ItemQuantityPerChestOpenedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementSpeedPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% reduced Movement Speed per Chest opened Recently", statOrderKey = "6767", statOrder = { 6767 }, level = 1, group = "MovementSpeedPerChestOpenedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["WarcryKnockbackUnique__1"] = { affix = "", "Warcries Knock Back and Interrupt Enemies in a smaller Area", statOrderKey = "7389", statOrder = { 7389 }, level = 1, group = "WarcryKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackAndCastSpeedOnUsingMovementSkillUnique__1"] = { affix = "", "15% increased Attack and Cast Speed if you've used a Movement Skill Recently", statOrderKey = "2787", statOrder = { 2787 }, level = 1, group = "AttackAndCastSpeedOnUsingMovementSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["CannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", statOrderKey = "2499", statOrder = { 2499 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementCannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Movement Speed cannot be modified to below base value", statOrderKey = "2500", statOrder = { 2500 }, level = 1, group = "MovementCannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["EnergyShieldStartsAtZero"] = { affix = "", "Immortal Ambition", statOrderKey = "7501", statOrder = { 7501 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["FlaskElementalPenetrationOfHighestResistUnique__1"] = { affix = "", "During Flask Effect, Damage Penetrates (10-15)% Resistance of each Element for which your Uncapped Elemental Resistance is highest", statOrderKey = "5886", statOrder = { 5886 }, level = 1, group = "FlaskElementalPenetrationOfHighestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, + ["FlaskElementalDamageTakenOfLowestResistUnique__1"] = { affix = "", "During Flask Effect, 10% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest", statOrderKey = "5885", statOrder = { 5885 }, level = 1, group = "FlaskElementalDamageTakenOfLowestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["SocketedGemsSupportedByEnduranceChargeOnStunUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrderKey = "277", statOrder = { 277 }, level = 1, group = "DisplaySupportedByEnduranceChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplayGrantsVengeanceUnique__1"] = { affix = "", "Grants Level 15 Vengeance Skill", statOrderKey = "351", statOrder = { 351 }, level = 1, group = "DisplayGrantsVengeance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["CannotLeechLifeUnique__1"] = { affix = "", "Cannot Leech Life", statOrderKey = "1876", statOrder = { 1876 }, level = 1, group = "CannotLeechLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AllResistanceAt200StrengthUnique__1"] = { affix = "", "+(20-25)% to all Elemental Resistances while you have at least 200 Strength", statOrderKey = "3664", statOrder = { 3664 }, level = 1, group = "AllResistanceAt200Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["LifeRegenerationAt400StrengthUnique__1"] = { affix = "", "Regenerate 2% of Life per second with at least 400 Strength", statOrderKey = "5360", statOrder = { 5360 }, level = 1, group = "LifeRegenerationAt400Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationIfHitRecentlyUnique__1"] = { affix = "", "Regenerate 2% of Life per second if you have been Hit Recently", statOrderKey = "5349", statOrder = { 5349 }, level = 1, group = "LifeRegenerationIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AttackBlockIfBlockedSpellRecentlyUnique__1_"] = { affix = "", "+20% Chance to Block Attack Damage if you have Blocked Spell Damage Recently", statOrderKey = "3891", statOrder = { 3891 }, level = 1, group = "AttackBlockIfBlockedSpellRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockIfBlockedAttackRecentlyUnique__1"] = { affix = "", "+20% chance to Block Spell Damage if you have Blocked Attack Damage Recently", statOrderKey = "7169", statOrder = { 7169 }, level = 1, group = "SpellBlockIfBlockedAttackRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AddedChaosDamageWhileUsingAFlaskUnique__1_"] = { affix = "", "Adds (15-20) to (25-30) Chaos Damage to Spells and Attacks during any Flask Effect", statOrderKey = "7166", statOrder = { 7166 }, level = 1, group = "AddedChaosDamageWhileUsingAFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster" }, }, + ["AddedChaosDamageWhileUsingAFlaskUnique__2"] = { affix = "", "Adds (30-40) to (50-60) Chaos Damage to Spells and Attacks during any Flask Effect", statOrderKey = "7166", statOrder = { 7166 }, level = 1, group = "AddedChaosDamageWhileUsingAFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster" }, }, + ["GainPowerChargesOnUsingWarcryUnique__1"] = { affix = "", "Gain 2 Power Charges when you Warcry", statOrderKey = "4880", statOrder = { 4880 }, level = 1, group = "GainPowerChargesOnUsingWarcry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["AttackLeechAgainstTauntedEnemyUnique__1"] = { affix = "", "2% of Attack Damage Leeched as Life against Taunted Enemies", statOrderKey = "5320", statOrder = { 5320 }, level = 1, group = "AttackLeechAgainstTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["WarcryCooldownSpeedUnique__1"] = { affix = "", "50% increased Warcry Cooldown Recovery Rate", statOrderKey = "2646", statOrder = { 2646 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryCooldownSpeedUnique__2"] = { affix = "", "50% increased Warcry Cooldown Recovery Rate", statOrderKey = "2646", statOrder = { 2646 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryEffectUnique__1"] = { affix = "", "25% increased Warcry Buff Effect", statOrderKey = "7390", statOrder = { 7390 }, level = 1, group = "WarcryEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryEffectUnique__2"] = { affix = "", "25% increased Warcry Buff Effect", statOrderKey = "7390", statOrder = { 7390 }, level = 1, group = "WarcryEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtOnUsingWarcryUnique__1"] = { affix = "", "Gain Onslaught for 4 seconds when you Warcry", statOrderKey = "4936", statOrder = { 4936 }, level = 1, group = "OnslaughtOnUsingWarcry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedColdDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "Adds 40 to 60 Cold Damage against Chilled Enemies", statOrderKey = "6652", statOrder = { 6652 }, level = 1, group = "AddedColdDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageAgainstFrozenEnemiesUnique__2"] = { affix = "", "Adds 60 to 80 Cold Damage against Chilled Enemies", statOrderKey = "6652", statOrder = { 6652 }, level = 1, group = "AddedColdDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["CannotBeShockedWhileChilledUnique__1"] = { affix = "", "Cannot be Shocked while Chilled", statOrderKey = "3971", statOrder = { 3971 }, level = 1, group = "AvoidShockWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockChilledEnemiesUnique__1"] = { affix = "", "50% chance to Shock Chilled Enemies", statOrderKey = "4301", statOrder = { 4301 }, level = 1, group = "ChanceToShockChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidFreezeAndChillIfFireSkillUsedRecentlyUnique__1"] = { affix = "", "Cannot be Chilled or Frozen if you have used a Fire Skill Recently", statOrderKey = "3965", statOrder = { 3965 }, level = 1, group = "AvoidFreezeAndChillIfFireSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["HeraldOfThunderBuffEffectUnique__1"] = { affix = "", "Herald of Thunder has 50% increased Buff Effect", statOrderKey = "5179", statOrder = { 5179 }, level = 1, group = "HeraldOfThunderBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeRegenerationPerLevelUnique__1"] = { affix = "", "Regenerate 1 Life per second per Level", statOrderKey = "2269", statOrder = { 2269 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemLeechLifeToYouUnique__1"] = { affix = "", "0.5% of Damage dealt by your Totems is Leeched to you as Life", statOrderKey = "3545", statOrder = { 3545 }, level = 1, group = "TotemLeechLifeToYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TriggeredConsecrateUnique__1"] = { affix = "", "Trigger Level 10 Consecrate when you deal a Critical Strike", statOrderKey = "386", statOrder = { 386 }, level = 1, group = "TriggeredConsecrate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["IncreasedDamageOnConsecratedGroundUnique__1"] = { affix = "", "50% increased Damage while on Consecrated Ground", statOrderKey = "2864", statOrder = { 2864 }, level = 1, group = "IncreasedDamageOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BlockChanceOnConsecratedGroundUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while on Consecrated Ground", statOrderKey = "3744", statOrder = { 3744 }, level = 1, group = "BlockChanceOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChillEnemiesOnHitWithWeaponUnique__1"] = { affix = "", "Chill Enemies for 1 second on Hit with this Weapon when in Off Hand", statOrderKey = "5756", statOrder = { 5756 }, level = 1, group = "ChillEnemiesOnHitWithWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, + ["SupportFlatAddedFireDamageUnique__1"] = { affix = "", "Socketed Gems deal 63 to 94 Added Fire Damage", statOrderKey = "306", statOrder = { 306 }, level = 1, group = "SupportFlatAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["PhysicalDamageToAttacksPerLevelUnique__1_"] = { affix = "", "Adds 1 to 2 Physical Damage to Attacks per Level", statOrderKey = "3918", statOrder = { 3918 }, level = 1, group = "PhysicalDamageToAttacksPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["PhysicalDamageToAttacksPerLevelUnique__2"] = { affix = "", "Adds 2 to 3 Physical Damage to Attacks per Level", statOrderKey = "3918", statOrder = { 3918 }, level = 1, group = "PhysicalDamageToAttacksPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["RightRingSlotMaximumManaUnique__1"] = { affix = "", "Right ring slot: +100 to maximum Mana", statOrderKey = "1947", statOrder = { 1947 }, level = 1, group = "RightRingSlotMaximumMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LeftRingSlotMaximumEnergyShieldUnique__1"] = { affix = "", "Left ring slot: +100 to maximum Energy Shield", statOrderKey = "1953", statOrder = { 1953 }, level = 1, group = "LeftRingSlotMaximumEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LeftRingSlotFlatManaRegenerationUnique__1"] = { affix = "", "Left ring slot: Regenerate 40 Mana per Second", statOrderKey = "1950", statOrder = { 1950 }, level = 1, group = "LeftRingSlotFlatManaRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["NearbyEnemiesAreIntimidatedUnique__1"] = { affix = "", "Nearby Enemies are Intimidated", statOrderKey = "5778", statOrder = { 5778 }, level = 1, group = "NearbyEnemiesAreIntimidated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesMovementVelocityUnique__1"] = { affix = "", "10% increased Movement Speed", "10% increased Movement Speed for you and nearby Allies", statOrderKey = "1174,5772", statOrder = { 1174, 5772 }, level = 1, group = "NearbyAlliesMovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["WeaponElementalPenetrationUnique__1"] = { affix = "", "Damage with Weapons Penetrates 5% Elemental Resistance", statOrderKey = "2906", statOrder = { 2906 }, level = 1, group = "WeaponElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["IncreasedElementalDamageIfUsedWarcryRecentlyUnique__1"] = { affix = "", "150% increased Elemental Damage if you've used a Warcry Recently", statOrderKey = "4664", statOrder = { 4664 }, level = 1, group = "IncreasedElementalDamageIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["TriggeredAnimateWeaponUnique__1"] = { affix = "", "25% chance to Trigger Level 20 Animate Weapon on Kill", statOrderKey = "442", statOrder = { 442 }, level = 1, group = "TriggeredAnimateWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AddedFireDamagePerStrengthUnique__1"] = { affix = "", "Adds 4 to 7 Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "3912", statOrder = { 3912 }, level = 1, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalGolemBuffEffectUnique__1"] = { affix = "", "25% increased Effect of Buffs granted by Socketed Golem Skills", statOrderKey = "73", statOrder = { 73 }, level = 1, group = "LocalGolemBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["LocalGolemLifeAddedAsESUnique__1"] = { affix = "", "Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "77", statOrder = { 77 }, level = 1, group = "LocalGolemLifeAddedAsES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "skill", "resource", "life", "defences", "minion", "gem" }, }, + ["LocalGolemIncreasedAttackAndCastSpeedUnique__1"] = { affix = "", "Socketed Golem Skills have 20% increased Attack and Cast Speed", statOrderKey = "72", statOrder = { 72 }, level = 1, group = "LocalGolemIncreasedAttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "speed", "minion", "gem" }, }, + ["LocalGolemGrantOnslaughtOnSummonUnique__1"] = { affix = "", "Gain Onslaught for 10 seconds when you Cast Socketed Golem Skill", statOrderKey = "76", statOrder = { 76 }, level = 1, group = "LocalGolemGrantsOnslaughtOnSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["LocalGolemTauntOnHitUnique__1_"] = { affix = "", "Socketed Golem Skills have 25% chance to Taunt on Hit", statOrderKey = "74", statOrder = { 74 }, level = 1, group = "LocalGolemTauntOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "minion", "gem" }, }, + ["LocalGolemLifeRegenerationUnique__1"] = { affix = "", "Socketed Golem Skills have Minions Regenerate 5% of Life per second", statOrderKey = "75", statOrder = { 75 }, level = 1, group = "LocalGolemLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "resource", "life", "minion", "gem" }, }, + ["LocalVaalDamageUnique__1_"] = { affix = "", "Socketed Vaal Skills deal 150% more Damage", statOrderKey = "319", statOrder = { 319 }, level = 80, group = "LocalVaalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, + ["LocalVaalSoulRequirementUnique__1"] = { affix = "", "Socketed Vaal Skills require 30% less Souls per Use", statOrderKey = "327", statOrder = { 327 }, level = 80, group = "LocalVaalSoulRequirement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalUsesToStoreUnique__1"] = { affix = "", "Socketed Vaal Skills can store Souls for 1 additional Use", statOrderKey = "328", statOrder = { 328 }, level = 80, group = "LocalVaalUsesToStore", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalIgnoreMonsterResistancesUnique__1"] = { affix = "", "Hits from Socketed Vaal Skills ignore Enemy Monster Resistances", statOrderKey = "324", statOrder = { 324 }, level = 80, group = "LocalVaalIgnoreMonsterResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalIgnoreMonsterPhysicalReductionUnique__1"] = { affix = "", "Hits from Socketed Vaal Skills ignore Enemy Monster Physical Damage Reduction", statOrderKey = "323", statOrder = { 323 }, level = 80, group = "LocalVaalIgnoreMonsterPhysicalReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "vaal" }, }, + ["LocalVaalElusiveOnUseUnique__1_"] = { affix = "", "Socketed Vaal Skills grant Elusive when Used", statOrderKey = "321", statOrder = { 321 }, level = 80, group = "LocalVaalElusiveOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalTailwindIfUsedRecentlyUnique__1"] = { affix = "", "You have Tailwind if you've used a Socketed Vaal Skill Recently", statOrderKey = "330", statOrder = { 330 }, level = 80, group = "LocalVaalTailwindIfUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalAreaOfEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 60% increased Area of Effect", statOrderKey = "317", statOrder = { 317 }, level = 80, group = "LocalVaalAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalProjectileSpeedUnique__1"] = { affix = "", "Socketed Vaal Skills have 80% increased Projectile Speed", statOrderKey = "325", statOrder = { 325 }, level = 80, group = "LocalVaalProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "vaal" }, }, + ["LocalVaalSkillEffectDurationUnique__1"] = { affix = "", "Socketed Vaal Skills have 80% increased Skill Effect Duration", statOrderKey = "320", statOrder = { 320 }, level = 80, group = "LocalVaalSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalSoulGainPreventionUnique__1"] = { affix = "", "Socketed Vaal Skills have 30% reduced Soul Gain Prevention Duration", statOrderKey = "326", statOrder = { 326 }, level = 80, group = "LocalVaalSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalLuckyDamageUnique__1"] = { affix = "", "Damage with Hits from Socketed Vaal Skills is Lucky", statOrderKey = "322", statOrder = { 322 }, level = 80, group = "LocalVaalLuckyDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, + ["LocalVaalAuraEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 50% increased Aura Effect", statOrderKey = "318", statOrder = { 318 }, level = 80, group = "LocalVaalAuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "vaal" }, }, + ["IncreasedDamageToChilledEnemies1"] = { affix = "", "(15-20)% increased Damage with Hits against Chilled Enemies", statOrderKey = "4547", statOrder = { 4547 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedFireDamgeIfHitRecentlyUnique__1"] = { affix = "", "100% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ImmuneToFreezeAndChillWhileIgnitedUnique__1"] = { affix = "", "Immune to Freeze and Chill while Ignited", statOrderKey = "5244", statOrder = { 5244 }, level = 1, group = "ImmuneToFreezeAndChillWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FirePenetrationIfBlockedRecentlyUnique__1"] = { affix = "", "Damage Penetrates 15% of Fire Resistance if you have Blocked Recently", statOrderKey = "4831", statOrder = { 4831 }, level = 1, group = "FirePenetrationIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DisplayGrantsBloodOfferingUnique__1_"] = { affix = "", "Grants Level 15 Blood Offering Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "DisplayGrantsBloodOffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredSummonLesserShrineUnique__1"] = { affix = "", "Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrderKey = "385", statOrder = { 385 }, level = 1, group = "TriggeredSummonLesserShrine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["CastLevel1SummonLesserShrineOnKillUnique"] = { affix = "", "(1-100)% chance to Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrderKey = "385", statOrder = { 385 }, level = 1, group = "CastSummonLesserShrineOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LifeGainedOnStunUnique__1_"] = { affix = "", "Gain 50 Life when you Stun an Enemy", statOrderKey = "4879", statOrder = { 4879 }, level = 40, group = "LifeGainedOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["RyuslathaMinimumDamageModifierUnique__1"] = { affix = "", "(30-40)% less Minimum Physical Attack Damage", statOrderKey = "629", statOrder = { 629 }, level = 1, group = "RyuslathaMinimumDamageModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["RyuslathaMaximumDamageModifierUnique__1_"] = { affix = "", "(30-40)% more Maximum Physical Attack Damage", statOrderKey = "628", statOrder = { 628 }, level = 1, group = "RyuslathaMaximumDamageModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AlwaysIgniteWhileBurningUnique__1"] = { affix = "", "You always Ignite while Burning", statOrderKey = "3783", statOrder = { 3783 }, level = 1, group = "AlwaysIgniteWhileBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AdditionalBlockWhileNotCursedUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while not Cursed", statOrderKey = "3743", statOrder = { 3743 }, level = 1, group = "AdditionalBlockWhileNotCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalSpellBlockWhileCursedUnique__1"] = { affix = "", "+20% Chance to Block Spell Damage while Cursed", statOrderKey = "3775", statOrder = { 3775 }, level = 1, group = "AdditionalSpellBlockWhileCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LifePerLevelUnique__1"] = { affix = "", "+1 Maximum Life per Level", statOrderKey = "5330", statOrder = { 5330 }, level = 1, group = "LifePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaPerLevelUnique__1"] = { affix = "", "+1 Maximum Mana per Level", statOrderKey = "6004", statOrder = { 6004 }, level = 1, group = "ManaPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldPerLevelUnique__1"] = { affix = "", "+1 Maximum Energy Shield per Level", statOrderKey = "4754", statOrder = { 4754 }, level = 1, group = "EnergyShieldPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ChaosDegenAuraUnique__1"] = { affix = "", "Grants Level 20 Death Aura Skill", statOrderKey = "383", statOrder = { 383 }, level = 1, group = "ChaosDegenAuraUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HeraldsAlwaysCost45Unique__1"] = { affix = "", "Mana Reservation of Herald Skills is always 45%", statOrderKey = "5166", statOrder = { 5166 }, level = 1, group = "HeraldsAlwaysCost45", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["StunAvoidancePerHeraldUnique__1"] = { affix = "", "35% chance to avoid being Stunned for each Herald Buff affecting you", statOrderKey = "3972", statOrder = { 3972 }, level = 1, group = "StunAvoidancePerHerald", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedDamageIfShockedRecentlyUnique__1"] = { affix = "", "(20-50)% increased Damage if you have Shocked an Enemy Recently", statOrderKey = "4533", statOrder = { 4533 }, level = 1, group = "IncreasedDamageIfShockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ShockedEnemiesExplodeUnique__1_"] = { affix = "", "Shocked Enemies you Kill Explode, dealing 5% of", "their Life as Lightning Damage which cannot Shock", statOrderKey = "7092,7092.1", statOrder = { 7092, 7092.1 }, level = 1, group = "ShockedEnemiesExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["UnaffectedByShockUnique__1"] = { affix = "", "Unaffected by Shock", statOrderKey = "7347", statOrder = { 7347 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["UnaffectedByShockUnique__2"] = { affix = "", "Unaffected by Shock", statOrderKey = "7347", statOrder = { 7347 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["MinionAttackSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Attack Speed per 50 Dexterity", statOrderKey = "6688", statOrder = { 6688 }, level = 1, group = "MinionAttackSpeedPerXDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["MinionMovementSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Movement Speed per 50 Dexterity", statOrderKey = "6719", statOrder = { 6719 }, level = 1, group = "MinionMovementSpeedPerXDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionHitsOnlyKillIgnitedEnemiesUnique__1"] = { affix = "", "Minions' Hits can only Kill Ignited Enemies", statOrderKey = "6739", statOrder = { 6739 }, level = 1, group = "MinionHitsOnlyKillIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PoisonDamageUnique__1"] = { affix = "", "(40-60)% increased Damage with Poison", statOrderKey = "2486", statOrder = { 2486 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["BleedDamageUnique__1_"] = { affix = "", "(40-60)% increased Damage with Bleeding", statOrderKey = "2474", statOrder = { 2474 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["LocalIncreaseSocketedHeraldLevelUnique__1_"] = { affix = "", "+2 to Level of Socketed Herald Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["LocalIncreaseSocketedHeraldLevelUnique__2"] = { affix = "", "+4 to Level of Socketed Herald Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["IncreasedAreaOfSkillsWithNoFrenzyChargesUnique__1_"] = { affix = "", "15% increased Area of Effect while you have no Frenzy Charges", statOrderKey = "1417", statOrder = { 1417 }, level = 1, group = "IncreasedAreaOfSkillsWithNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalCriticalMultiplierWithNoFrenzyChargesUnique__1"] = { affix = "", "+50% Global Critical Strike Multiplier while you have no Frenzy Charges", statOrderKey = "1416", statOrder = { 1416 }, level = 1, group = "GlobalCriticalMultiplierWithNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["AccuracyRatingWithMaxFrenzyChargesUnique__1"] = { affix = "", "+(400-500) to Accuracy Rating while at Maximum Frenzy Charges", statOrderKey = "3729", statOrder = { 3729 }, level = 1, group = "AccuracyRatingWithMaxFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ReducedAttackSpeedOfMovementSkillsUnique__1"] = { affix = "", "Movement Attack Skills have 40% reduced Attack Speed", statOrderKey = "6755", statOrder = { 6755 }, level = 1, group = "ReducedAttackSpeedOfMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedColdDamageIfUsedFireSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Cold Damage if you have used a Fire Skill Recently", statOrderKey = "4360", statOrder = { 4360 }, level = 1, group = "IncreasedColdDamageIfUsedFireSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Fire Damage if you have used a Cold Skill Recently", statOrderKey = "4816", statOrder = { 4816 }, level = 1, group = "IncreasedFireDamageIfUsedColdSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["IncreasedDamagePerPowerChargeUnique__1"] = { affix = "", "5% increased Damage per Power Charge", statOrderKey = "4544", statOrder = { 4544 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChanceToGainMaximumPowerChargesUnique__1_"] = { affix = "", "25% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrderKey = "4931,4931.1", statOrder = { 4931, 4931.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["FireDamageCanPoisonUnique__1"] = { affix = "", "Your Fire Damage can Poison", statOrderKey = "2167", statOrder = { 2167 }, level = 1, group = "FireDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ColdDamageCanPoisonUnique__1_"] = { affix = "", "Your Cold Damage can Poison", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "ColdDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["LightningDamageCanPoisonUnique__1"] = { affix = "", "Your Lightning Damage can Poison", statOrderKey = "2168", statOrder = { 2168 }, level = 1, group = "LightningDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["FireSkillsChanceToPoisonUnique__1"] = { affix = "", "Fire Skills have 20% chance to Poison on Hit", statOrderKey = "4835", statOrder = { 4835 }, level = 1, group = "FireSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ColdSkillsChanceToPoisonUnique__1"] = { affix = "", "Cold Skills have 20% chance to Poison on Hit", statOrderKey = "4385", statOrder = { 4385 }, level = 1, group = "ColdSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["LightningSkillsChanceToPoisonUnique__1_"] = { affix = "", "Lightning Skills have 20% chance to Poison on Hit", statOrderKey = "5388", statOrder = { 5388 }, level = 1, group = "LightningSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["GainManaAsExtraEnergyShieldUnique__1"] = { affix = "", "Gain (5-10)% of Maximum Mana as Extra Maximum Energy Shield", statOrderKey = "1537", statOrder = { 1537 }, level = 1, group = "GainManaAsExtraEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GrantsTouchOfGodUnique__1"] = { affix = "", "Grants Level 20 Doryani's Touch Skill", statOrderKey = "381", statOrder = { 381 }, level = 1, group = "GrantsTouchOfGod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsFrostbiteUnique__1"] = { affix = "", "Grants Level 5 Frostbite Skill", statOrderKey = "359", statOrder = { 359 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsSummonBeastRhoaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Rhoa Skill", statOrderKey = "354", statOrder = { 354 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsSummonBeastUrsaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Ursa Skill", statOrderKey = "354", statOrder = { 354 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsSummonBeastSnakeUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Snake Skill", statOrderKey = "354", statOrder = { 354 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ChaosResistDoubledUnique__1"] = { affix = "", "Chaos Resistance is doubled", statOrderKey = "4312", statOrder = { 4312 }, level = 1, group = "ChaosResistDoubled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["PlayerFarShotUnique__1"] = { affix = "", "Far Shot", statOrderKey = "7508", statOrder = { 7508 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionSkillManaCostUnique__1_"] = { affix = "", "(10-15)% reduced Mana Cost of Minion Skills", statOrderKey = "6727", statOrder = { 6727 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, + ["MinionSkillManaCostUnique__2"] = { affix = "", "(20-30)% reduced Mana Cost of Minion Skills", statOrderKey = "6727", statOrder = { 6727 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, + ["TriggeredAbyssalCryUnique__1"] = { affix = "", "Trigger Level 1 Intimidating Cry on Hit", statOrderKey = "493", statOrder = { 493 }, level = 1, group = "TriggeredAbyssalCry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredLightningWarpUnique__1__"] = { affix = "", "Trigger Level 15 Lightning Warp on Hit with this Weapon", statOrderKey = "426", statOrder = { 426 }, level = 1, group = "TriggeredLightningWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster" }, }, + ["SummonSkeletonsNumberOfSkeletonsToSummonUnique__1"] = { affix = "", "Summon 4 additional Skeleton Warriors with Summon Skeleton", statOrderKey = "3314", statOrder = { 3314 }, level = 1, group = "SummonSkeletonsNumberOfSkeletonsToSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SummonSkeletonsCooldownTimeUnique__1"] = { affix = "", "+1 second to Summon Skeleton Cooldown", statOrderKey = "7247", statOrder = { 7247 }, level = 1, group = "SummonSkeletonsCooldownTime", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["EnergyShieldRechargeStartsWhenStunnedUnique__1"] = { affix = "", "Energy Shield Recharge starts when you are Stunned", statOrderKey = "4757", statOrder = { 4757 }, level = 1, group = "EnergyShieldRechargeStartsWhenStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["TrapCooldownRecoveryUnique__1"] = { affix = "", "(10-15)% increased Cooldown Recovery Rate for throwing Traps", statOrderKey = "2774", statOrder = { 2774 }, level = 1, group = "TrapCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedExtraDamageFromCritsWithNoPowerChargesUnique__1"] = { affix = "", "You take 50% reduced Extra Damage from Critical Strikes while you have no Power Charges", statOrderKey = "4802", statOrder = { 4802 }, level = 1, group = "ReducedExtraDamageFromCritsWithNoPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["PhysAddedAsChaosWithMaxPowerChargesUnique__1"] = { affix = "", "Gain (8-12)% of Physical Damage as Extra Chaos Damage while at maximum Power Charges", statOrderKey = "2785", statOrder = { 2785 }, level = 1, group = "PhysAddedAsChaosWithMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ScorchingRaySkillUnique__1"] = { affix = "", "Grants Level 25 Scorching Ray Skill", statOrderKey = "374", statOrder = { 374 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["BlightSkillUnique__1"] = { affix = "", "Grants Level 22 Blight Skill", statOrderKey = "378", statOrder = { 378 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__1"] = { affix = "", "Grants Summon Harbinger of the Arcane Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__2"] = { affix = "", "Grants Summon Harbinger of Time Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__3"] = { affix = "", "Grants Summon Harbinger of Focus Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__4_"] = { affix = "", "Grants Summon Harbinger of Directions Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__5"] = { affix = "", "Grants Summon Harbinger of Storms Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__6"] = { affix = "", "Grants Summon Harbinger of Brutality Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_1"] = { affix = "", "Grants Summon Greater Harbinger of the Arcane Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_2"] = { affix = "", "Grants Summon Greater Harbinger of Time Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2__3"] = { affix = "", "Grants Summon Greater Harbinger of Focus Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_4"] = { affix = "", "Grants Summon Greater Harbinger of Directions Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_5"] = { affix = "", "Grants Summon Greater Harbinger of Storms Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_6"] = { affix = "", "Grants Summon Greater Harbinger of Brutality Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ChannelledSkillDamageUnique__1"] = { affix = "", "Channelling Skills deal (50-70)% increased Damage", statOrderKey = "4304", statOrder = { 4304 }, level = 1, group = "ChannelledSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["VolkuurLessPoisonDurationUnique__1"] = { affix = "", "50% less Poison Duration", statOrderKey = "2476", statOrder = { 2476 }, level = 1, group = "VolkuurLessPoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ProjectileAttackCriticalStrikeChanceUnique__1"] = { affix = "", "Projectile Attack Skills have (40-60)% increased Critical Strike Chance", statOrderKey = "3620", statOrder = { 3620 }, level = 1, group = "ProjectileAttackCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["SupportedByLesserPoisonUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Lesser Poison", statOrderKey = "274", statOrder = { 274 }, level = 1, group = "SupportedByLesserPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByVileToxinsUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrderKey = "273", statOrder = { 273 }, level = 1, group = "SupportedByVileToxins", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByInnervateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Innervate", statOrderKey = "272", statOrder = { 272 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByInnervateUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 10 Innervate", statOrderKey = "272", statOrder = { 272 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Ice Bite", statOrderKey = "266", statOrder = { 266 }, level = 1, group = "SupportedByIceBite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["GrantsVoidGazeUnique__1"] = { affix = "", "Trigger Level 10 Void Gaze when you use a Skill", statOrderKey = "425", statOrder = { 425 }, level = 1, group = "GrantsVoidGaze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AddedChaosDamageVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "Attacks with this Weapon deal 80-120 added Chaos Damage against", "Enemies affected by at least 5 Poisons", statOrderKey = "6649,6649.1", statOrder = { 6649, 6649.1 }, level = 1, group = "AddedChaosDamageVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["PoisonDurationPerPowerChargeUnique__1"] = { affix = "", "3% increased Poison Duration per Power Charge", statOrderKey = "6919", statOrder = { 6919 }, level = 1, group = "PoisonDurationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDamagePerFrenzyChargeUnique__1"] = { affix = "", "10% increased Damage with Poison per Frenzy Charge", statOrderKey = "6911", statOrder = { 6911 }, level = 1, group = "PoisonDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["GainFrenzyChargeOnKillVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "(25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by at least 5 Poisons", statOrderKey = "4922", statOrder = { 4922 }, level = 1, group = "GainFrenzyChargeOnKillVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["GainPowerChargeOnKillVsEnemiesWithLessThan5PoisonsUnique__1"] = { affix = "", "(12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons", statOrderKey = "4952", statOrder = { 4952 }, level = 1, group = "GainPowerChargeOnKillVsEnemiesWithLessThan5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PoisonDurationWithOver150IntelligenceUnique__1"] = { affix = "", "(15-25)% increased Poison Duration if you have at least 150 Intelligence", statOrderKey = "6920", statOrder = { 6920 }, level = 1, group = "PoisonDurationWithOver150Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDamageWithOver300DexterityUnique__1"] = { affix = "", "(75-100)% increased Damage with Poison if you have at least 300 Dexterity", statOrderKey = "6914", statOrder = { 6914 }, level = 1, group = "PoisonDamageWithOver300Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["YouCannotBeHinderedUnique__1"] = { affix = "", "You cannot be Hindered", statOrderKey = "7424", statOrder = { 7424 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring" }, }, + ["YouCannotBeHinderedUnique__2"] = { affix = "", "You cannot be Hindered", statOrderKey = "7424", statOrder = { 7424 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring" }, }, + ["LocalMaimOnHitChanceUnique__1"] = { affix = "", "(15-20)% chance to Maim on Hit", statOrderKey = "5848", statOrder = { 5848 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["BlightSecondarySkillEffectDurationUnique__1"] = { affix = "", "Blight has (20-30)% increased Hinder Duration", statOrderKey = "4112", statOrder = { 4112 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GlobalCooldownRecoveryUnique__1"] = { affix = "", "(15-20)% increased Cooldown Recovery Rate", statOrderKey = "3996", statOrder = { 3996 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DebuffTimePassedUnique__1"] = { affix = "", "Debuffs on you expire (15-20)% faster", statOrderKey = "4596", statOrder = { 4596 }, level = 1, group = "DebuffTime", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeAndEnergyShieldRecoveryRateUnique_1"] = { affix = "", "(15-20)% increased Energy Shield Recovery rate", "(15-20)% increased Life Recovery rate", statOrderKey = "972,981", statOrder = { 972, 981 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LocalGrantsStormCascadeOnAttackUnique__1"] = { affix = "", "Trigger Level 20 Storm Cascade when you Attack", statOrderKey = "427", statOrder = { 427 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ProjectileAttacksChanceToBleedBeastialMinionUnique__1_"] = { affix = "", "Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while", "you have a Bestial Minion", statOrderKey = "3621,3621.1", statOrder = { 3621, 3621.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ProjectileAttacksChanceToPoisonBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Poison on Hit while", "you have a Bestial Minion", statOrderKey = "3623,3623.1", statOrder = { 3623, 3623.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["ProjectileAttacksChanceToMaimBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Maim on Hit while", "you have a Bestial Minion", statOrderKey = "3622,3622.1", statOrder = { 3622, 3622.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AddedPhysicalDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (11-16)-(21-25) Physical Damage to Attacks while you have a Bestial Minion", statOrderKey = "3624", statOrder = { 3624 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedChaosDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (13-19)-(23-29) Chaos Damage to Attacks while you have a Bestial Minion", statOrderKey = "3625", statOrder = { 3625 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AttackAndMovementSpeedBeastialMinionUnique__1"] = { affix = "", "(10-15)% increased Attack and Movement Speed while you have a Bestial Minion", statOrderKey = "3626", statOrder = { 3626 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["LifeLeechFromAttackDamageAgainstMaimedEnemiesUnique__1"] = { affix = "", "0.5% of Attack Damage Leeched as Life against Maimed Enemies", statOrderKey = "5319", statOrder = { 5319 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["GrantsDarktongueKissUnique__1"] = { affix = "", "Trigger Level 20 Darktongue's Kiss when you Cast a Curse Skill", statOrderKey = "424", statOrder = { 424 }, level = 1, group = "GrantsDarktongueKiss", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ShockEffectUnique__1"] = { affix = "", "(15-25)% increased Effect of Shock", statOrderKey = "7084", statOrder = { 7084 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockEffectUnique__2"] = { affix = "", "(15-25)% increased Effect of Lightning Ailments", statOrderKey = "5364", statOrder = { 5364 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockEffectUnique__3"] = { affix = "", "30% increased Effect of Lightning Ailments", statOrderKey = "5364", statOrder = { 5364 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["LocalCanSocketIgnoringColourUnique__1"] = { affix = "", "Gems can be Socketed in this Item ignoring Socket Colour", statOrderKey = "38", statOrder = { 38 }, level = 1, group = "LocalCanSocketIgnoringColour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalNoAttributeRequirementsUnique__1"] = { affix = "", "Has no Attribute Requirements", statOrderKey = "579", statOrder = { 579 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalNoAttributeRequirementsUnique__2"] = { affix = "", "Has no Attribute Requirements", statOrderKey = "579", statOrder = { 579 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsInRedSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Red Sockets have +1 to Level", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "SocketedGemsInColouredSocketEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsInGreenSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Green Sockets have +10% to Quality", statOrderKey = "48", statOrder = { 48 }, level = 1, group = "SocketedGemsInColouredSocketEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsInBlueSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Blue Sockets gain 25% increased Experience", statOrderKey = "49", statOrder = { 49 }, level = 1, group = "SocketedGemsInColouredSocketEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["GainThaumaturgyBuffRotationUnique__1_"] = { affix = "", "Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence", statOrderKey = "7298", statOrder = { 7298 }, level = 1, group = "GainThaumaturgyBuffRotation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireBeamLengthUnique__1"] = { affix = "", "10% increased Scorching Ray beam length", statOrderKey = "4812", statOrder = { 4812 }, level = 1, group = "FireBeamLength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GrantsPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Purity of Fire Skill", statOrderKey = "347", statOrder = { 347 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Purity of Ice Skill", statOrderKey = "353", statOrder = { 353 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Purity of Lightning Skill", statOrderKey = "355", statOrder = { 355 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsVaalPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Fire Skill", statOrderKey = "418", statOrder = { 418 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsVaalPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Ice Skill", statOrderKey = "419", statOrder = { 419 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsVaalPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Lightning Skill", statOrderKey = "420", statOrder = { 420 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SpectreLifeUnique__1___"] = { affix = "", "+1000 to Spectre maximum Life", statOrderKey = "7158", statOrder = { 7158 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["SpectreIncreasedLifeUnique__1"] = { affix = "", "Spectres have (50-100)% increased maximum Life", statOrderKey = "1147", statOrder = { 1147 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["PowerChargeOnManaSpentUnique__1"] = { affix = "", "Gain a Power Charge after Spending a total of 200 Mana", statOrderKey = "5769", statOrder = { 5769 }, level = 1, group = "PowerChargeOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedCastSpeedPerPowerChargeUnique__1"] = { affix = "", "2% increased Cast Speed per Power Charge", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "IncreasedCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["ManaRegeneratedPerSecondPerPowerChargeUnique__1"] = { affix = "", "Regenerate 2 Mana per Second per Power Charge", statOrderKey = "6015", statOrder = { 6015 }, level = 1, group = "ManaRegeneratedPerSecondPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainARandomChargePerSecondWhileStationaryUnique__1"] = { affix = "", "Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary", statOrderKey = "4958", statOrder = { 4958 }, level = 1, group = "GainARandomChargePerSecondWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["LoseAllChargesOnMoveUnique__1"] = { affix = "", "Lose all Frenzy, Endurance, and Power Charges when you Move", statOrderKey = "5969", statOrder = { 5969 }, level = 1, group = "LoseAllChargesOnMove", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["ConsumesSupportGemsUnique"] = { affix = "", "Consumes Socketed Uncorrupted Support Gems when they reach Maximum Level", "Can Consume 4 Uncorrupted Support Gems", "Has not Consumed any Gems", statOrderKey = "39,39.1,39.2", statOrder = { 39, 39.1, 39.2 }, level = 88, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HungryLoopSupportedByAddedFireDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Fire Damage", statOrderKey = "39,227", statOrder = { 39, 227 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByColdPenetration_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cold Penetration", statOrderKey = "39,267", statOrder = { 39, 267 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIceBite"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ice Bite", statOrderKey = "39,266", statOrder = { 39, 266 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByManaLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mana Leech", statOrderKey = "39,268", statOrder = { 39, 268 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedColdDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Cold Damage", statOrderKey = "39,269", statOrder = { 39, 269 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReducedManaCost"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Inspiration", statOrderKey = "39,270", statOrder = { 39, 270 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAdditionalAccuracy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Additional Accuracy", statOrderKey = "39,241", statOrder = { 39, 241 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBloodMagic"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arrogance", statOrderKey = "39,225", statOrder = { 39, 225 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFork"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Fork", statOrderKey = "39,247", statOrder = { 39, 247 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByInnervate_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Innervate", statOrderKey = "39,272", statOrder = { 39, 272 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLesserPoison_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lesser Poison", statOrderKey = "39,274", statOrder = { 39, 274 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByHypothermia"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hypothermia", statOrderKey = "39,265", statOrder = { 39, 265 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLifeLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Life Leech", statOrderKey = "39,244", statOrder = { 39, 244 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeleeSplash_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Melee Splash", statOrderKey = "39,236", statOrder = { 39, 236 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMultistrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Multistrike", statOrderKey = "39,242", statOrder = { 39, 242 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFasterProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Faster Projectiles", statOrderKey = "39,243", statOrder = { 39, 243 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRemoteMine"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Blastchain Mine", statOrderKey = "39,253", statOrder = { 39, 253 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRemoteMine2_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 High-Impact Mine", statOrderKey = "39,158", statOrder = { 39, 158 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByStun"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Stun", statOrderKey = "39,240", statOrder = { 39, 240 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnCrit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast On Critical Strike", statOrderKey = "39,237", statOrder = { 39, 237 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastWhenStunned"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast when Stunned", statOrderKey = "39,238", statOrder = { 39, 238 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByVileToxins_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrderKey = "39,273", statOrder = { 39, 273 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByWeaponElementalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Elemental Damage with Attacks", statOrderKey = "39,248", statOrder = { 39, 248 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedArea"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Area of Effect", statOrderKey = "39,83", statOrder = { 39, 83 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByKnockback"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Knockback", statOrderKey = "39,257", statOrder = { 39, 257 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedMinionLife"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Life", statOrderKey = "39,258", statOrder = { 39, 258 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedMinionSpeed"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Speed", statOrderKey = "39,262", statOrder = { 39, 262 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLesserMultipleProjectiles_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lesser Multiple Projectiles", statOrderKey = "39,259", statOrder = { 39, 259 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedMinionDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Damage", statOrderKey = "39,260", statOrder = { 39, 260 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedCriticalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Increased Critical Damage", statOrderKey = "39,246", statOrder = { 39, 246 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBlind"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Blind", statOrderKey = "39,235", statOrder = { 39, 235 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnduranceChargeOnStun"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrderKey = "39,277", statOrder = { 39, 277 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBlasphemy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "39,271", statOrder = { 39, 271 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trap", statOrderKey = "39,220", statOrder = { 39, 220 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIronWill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Iron Will", statOrderKey = "39,256", statOrder = { 39, 256 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFasterCast"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Faster Casting", statOrderKey = "39,255", statOrder = { 39, 255 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFlee"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Chance to Flee", statOrderKey = "39,254", statOrder = { 39, 254 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByColdToFire_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cold to Fire", statOrderKey = "39,228", statOrder = { 39, 228 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Totem", statOrderKey = "39,229", statOrder = { 39, 229 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGreaterMultipleProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Greater Multiple Projectiles", statOrderKey = "39,117", statOrder = { 39, 117 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedCriticalStrikes"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Critical Strikes", statOrderKey = "39,125", statOrder = { 39, 125 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByItemQuantity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Item Quantity", statOrderKey = "39,130", statOrder = { 39, 130 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByItemRarity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Item Rarity", statOrderKey = "39,131", statOrder = { 39, 131 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedDuration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Duration", statOrderKey = "39,126", statOrder = { 39, 126 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChanceToIgnite"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Combustion", statOrderKey = "39,97", statOrder = { 39, 97 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBloodlust"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bloodlust", statOrderKey = "39,88", statOrder = { 39, 88 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLifeGainOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Life Gain On Hit", statOrderKey = "39,132", statOrder = { 39, 132 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCullingStrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Culling Strike", statOrderKey = "39,100", statOrder = { 39, 100 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPointBlank"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Point Blank", statOrderKey = "39,148", statOrder = { 39, 148 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIronGrip"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Iron Grip", statOrderKey = "39,129", statOrder = { 39, 129 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeleeDamageOnFullLife"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Damage On Full Life", statOrderKey = "39,137", statOrder = { 39, 137 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRangedAttackTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ballista Totem", statOrderKey = "39,154", statOrder = { 39, 154 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFirePenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fire Penetration", statOrderKey = "39,113", statOrder = { 39, 113 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLightningPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lightning Penetration", statOrderKey = "39,134", statOrder = { 39, 134 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChain"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chain", statOrderKey = "39,95", statOrder = { 39, 95 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMulticast"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Echo", statOrderKey = "39,141", statOrder = { 39, 141 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPowerChargeOnCrit_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Power Charge On Critical Strike", statOrderKey = "39,150", statOrder = { 39, 150 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedBurningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Burning Damage", statOrderKey = "39,124", statOrder = { 39, 124 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySummonElementalResistance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Army Support", statOrderKey = "39,168", statOrder = { 39, 168 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCurseOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hextouch", statOrderKey = "39,101", statOrder = { 39, 101 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnKill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast On Melee Kill", statOrderKey = "39,93", statOrder = { 39, 93 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMultiTrap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Multiple Traps", statOrderKey = "39,222", statOrder = { 39, 222 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEmpower"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Empower", statOrderKey = "39,108", statOrder = { 39, 108 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySlowerProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Slower Projectiles", statOrderKey = "39,162", statOrder = { 39, 162 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReducedDuration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Less Duration", statOrderKey = "39,157", statOrder = { 39, 157 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnDamageTaken"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast when Damage Taken", statOrderKey = "39,92", statOrder = { 39, 92 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnhance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Enhance", statOrderKey = "39,110", statOrder = { 39, 110 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPhysicalProjectileAttackDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Vicious Projectiles", statOrderKey = "39,145", statOrder = { 39, 145 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnlighten"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Enlighten", statOrderKey = "39,111", statOrder = { 39, 111 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPhysicalToLightning_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Physical To Lightning", statOrderKey = "39,146", statOrder = { 39, 146 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrapAndMineDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trap And Mine Damage", statOrderKey = "39,223", statOrder = { 39, 223 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPoison"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Poison", statOrderKey = "39,149", statOrder = { 39, 149 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByVoidManipulation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Void Manipulation", statOrderKey = "39,177", statOrder = { 39, 177 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRapidDecay"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swift Affliction", statOrderKey = "39,155", statOrder = { 39, 155 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByClusterTrap_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cluster Trap", statOrderKey = "39,221", statOrder = { 39, 221 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByElementalFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Focus", statOrderKey = "39,106", statOrder = { 39, 106 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMinefield"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minefield", statOrderKey = "39,138", statOrder = { 39, 138 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrapCooldown"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Advanced Traps", statOrderKey = "39,172", statOrder = { 39, 172 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastWhileChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast While Channelling", statOrderKey = "39,94", statOrder = { 39, 94 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIgniteProliferation__"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ignite Proliferation", statOrderKey = "39,120", statOrder = { 39, 120 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChanceToBleed"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chance To Bleed", statOrderKey = "39,96", statOrder = { 39, 96 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDeadlyAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Deadly Ailments", statOrderKey = "39,102", statOrder = { 39, 102 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDecay"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Decay", statOrderKey = "39,104", statOrder = { 39, 104 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEfficacy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Efficacy", statOrderKey = "39,105", statOrder = { 39, 105 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMaim"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Maim", statOrderKey = "39,135", statOrder = { 39, 135 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByImmolate"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Immolate", statOrderKey = "39,121", statOrder = { 39, 121 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByUnboundAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Unbound Ailments", statOrderKey = "39,174", statOrder = { 39, 174 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBrutality"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Brutality", statOrderKey = "39,91", statOrder = { 39, 91 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRuthless_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ruthless", statOrderKey = "39,159", statOrder = { 39, 159 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByOnslaught_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Onslaught", statOrderKey = "39,143", statOrder = { 39, 143 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByArcaneSurge"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arcane Surge", statOrderKey = "39,84", statOrder = { 39, 84 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBarrage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Barrage", statOrderKey = "39,87", statOrder = { 39, 87 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByArrowNova"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arrow Nova", statOrderKey = "39,153", statOrder = { 39, 153 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPierce_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Pierce", statOrderKey = "39,263", statOrder = { 39, 263 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFasterAttacks"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Faster Attacks", statOrderKey = "39,234", statOrder = { 39, 234 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeleePhysicalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Melee Physical Damage", statOrderKey = "39,233", statOrder = { 39, 233 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGenerosity_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Generosity", statOrderKey = "39,251", statOrder = { 39, 251 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFortify_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fortify", statOrderKey = "39,252", statOrder = { 39, 252 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByElementalProliferation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrderKey = "39,231", statOrder = { 39, 231 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByControlledDestruction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Controlled Destruction", statOrderKey = "39,276", statOrder = { 39, 276 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByConcentratedEffect"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrderKey = "39,219", statOrder = { 39, 219 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnDeath"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast on Death", statOrderKey = "39,239", statOrder = { 39, 239 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedLightningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Lightning Damage", statOrderKey = "39,232", statOrder = { 39, 232 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedChaosDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Chaos Damage", statOrderKey = "39,224", statOrder = { 39, 224 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReducedBlockChance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Block Chance Reduction", statOrderKey = "39,156", statOrder = { 39, 156 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByStormBarrier"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Infused Channelling", statOrderKey = "39,167", statOrder = { 39, 167 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByParallelProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Volley", statOrderKey = "39,144", statOrder = { 39, 144 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGreaterVolley"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Greater Volley", statOrderKey = "39,119", statOrder = { 39, 119 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellCascade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Cascade", statOrderKey = "39,164", statOrder = { 39, 164 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpiritStrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ancestral Call", statOrderKey = "39,166", statOrder = { 39, 166 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySummonGhostOnKill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Summon Phantasm", statOrderKey = "39,169", statOrder = { 39, 169 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMirageArcher_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mirage Archer", statOrderKey = "39,139", statOrder = { 39, 139 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFrenzyPowerOnTrapTrigger"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Charged Traps", statOrderKey = "39,116", statOrder = { 39, 116 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChaosAttacks"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Withering Touch", statOrderKey = "39,178", statOrder = { 39, 178 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBonechill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bonechill", statOrderKey = "39,90", statOrder = { 39, 90 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMultiTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Multiple Totems", statOrderKey = "39,140", statOrder = { 39, 140 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnergyLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Energy Leech", statOrderKey = "39,109", statOrder = { 39, 109 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Intensify", statOrderKey = "39,165", statOrder = { 39, 165 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByUnleash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Unleash", statOrderKey = "39,175", statOrder = { 39, 175 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByImpale"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Impale", statOrderKey = "39,122", statOrder = { 39, 122 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPulverise"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Pulverise", statOrderKey = "39,151", statOrder = { 39, 151 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Rage", statOrderKey = "39,152", statOrder = { 39, 152 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCloseCombat"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Close Combat", statOrderKey = "39,99", statOrder = { 39, 99 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByShockwave_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Shockwave", statOrderKey = "39,161", statOrder = { 39, 161 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFeedingFrenzy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Feeding Frenzy", statOrderKey = "39,112", statOrder = { 39, 112 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeatShield"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Meat Shield", statOrderKey = "39,136", statOrder = { 39, 136 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDeathmark_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Predator", statOrderKey = "39,103", statOrder = { 39, 103 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByNightblade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Nightblade", statOrderKey = "39,142", statOrder = { 39, 142 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByInfernalLegion_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Infernal Legion", statOrderKey = "39,127", statOrder = { 39, 127 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySwiftAssembly"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swift Assembly", statOrderKey = "39,170", statOrder = { 39, 170 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChargedMines"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Charged Mines", statOrderKey = "39,98", statOrder = { 39, 98 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedFireDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Fire Damage", statOrderKey = "39,184", statOrder = { 39, 184 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAncestralCall"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Ancestral Call", statOrderKey = "39,186", statOrder = { 39, 186 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedBrutality"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Brutality", statOrderKey = "39,189", statOrder = { 39, 189 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedBurningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Burning Damage", statOrderKey = "39,190", statOrder = { 39, 190 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedWeaponElementalDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Elemental Damage With Attacks", statOrderKey = "39,216", statOrder = { 39, 216 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedFirePenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Fire Penetration", statOrderKey = "39,199", statOrder = { 39, 199 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedGenerosity_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Generosity", statOrderKey = "39,201", statOrder = { 39, 201 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMeleePhysicalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Melee Physical Damage", statOrderKey = "39,205", statOrder = { 39, 205 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMeleeSplash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Melee Splash", statOrderKey = "39,206", statOrder = { 39, 206 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMultistrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Multistrike", statOrderKey = "39,208", statOrder = { 39, 208 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedColdDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Cold Damage", statOrderKey = "39,183", statOrder = { 39, 183 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedArrowNova"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Arrow Nova", statOrderKey = "39,187", statOrder = { 39, 187 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedCastOnCrit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cast On Critical Strike", statOrderKey = "39,191", statOrder = { 39, 191 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedChain"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Chain", statOrderKey = "39,193", statOrder = { 39, 193 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedColdPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cold Penetration", statOrderKey = "39,194", statOrder = { 39, 194 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedDeadlyAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Deadly Ailments", statOrderKey = "39,197", statOrder = { 39, 197 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedFork"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Fork", statOrderKey = "39,200", statOrder = { 39, 200 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedGreaterMultipleProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Greater Multiple Projectiles", statOrderKey = "39,202", statOrder = { 39, 202 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedSwiftAffliction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Swift Affliction", statOrderKey = "39,211", statOrder = { 39, 211 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedVoidManipulation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Void Manipulation", statOrderKey = "39,215", statOrder = { 39, 215 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedViciousProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Vicious Projectiles", statOrderKey = "39,214", statOrder = { 39, 214 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedChaosDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Chaos Damage", statOrderKey = "39,182", statOrder = { 39, 182 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedLightningDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Lightning Damage", statOrderKey = "39,185", statOrder = { 39, 185 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedBlasphemy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Blasphemy", statOrderKey = "39,188", statOrder = { 39, 188 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedCastWhileChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cast While Channelling", statOrderKey = "39,192", statOrder = { 39, 192 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedControlledDestruction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Controlled Destruction", statOrderKey = "39,195", statOrder = { 39, 195 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedCurseOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Hextouch", statOrderKey = "39,196", statOrder = { 39, 196 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedElementalFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Elemental Focus", statOrderKey = "39,198", statOrder = { 39, 198 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedIncreasedAreaOfEffect_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Increased Area Of Effect", statOrderKey = "39,203", statOrder = { 39, 203 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedLightningPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Lightning Penetration", statOrderKey = "39,204", statOrder = { 39, 204 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMinionDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Minion Damage", statOrderKey = "39,207", statOrder = { 39, 207 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedSpellCascade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Spell Cascade", statOrderKey = "39,209", statOrder = { 39, 209 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedSpellEcho__"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Spell Echo", statOrderKey = "39,210", statOrder = { 39, 210 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedUnboundAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Unbound Ailments", statOrderKey = "39,212", statOrder = { 39, 212 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedUnleash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Unleash", statOrderKey = "39,213", statOrder = { 39, 213 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySecondWind_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Second Wind", statOrderKey = "39,160", statOrder = { 39, 160 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByArchmage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Archmage", statOrderKey = "39,85", statOrder = { 39, 85 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByUrgentOrders"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Urgent Orders", statOrderKey = "39,176", statOrder = { 39, 176 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFistOfWar"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fist of War", statOrderKey = "39,114", statOrder = { 39, 114 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySwiftBrand"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swiftbrand", statOrderKey = "39,171", statOrder = { 39, 171 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByElementalPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Penetration", statOrderKey = "39,107", statOrder = { 39, 107 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByImpendingDoom"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Impending Doom", statOrderKey = "39,123", statOrder = { 39, 123 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HungryLoopSupportedByBloodthirst_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bloodthirst", statOrderKey = "39,89", statOrder = { 39, 89 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HungryLoopSupportedByFragility_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cruelty", statOrderKey = "39,115", statOrder = { 39, 115 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HungryLoopSupportedByLifetap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lifetap", statOrderKey = "39,133", statOrder = { 39, 133 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemLevelPer25PlayerLevelsUnique__1"] = { affix = "", "+1 to Level of Socketed Active Skill Gems per 25 Player Levels", statOrderKey = "46", statOrder = { 46 }, level = 1, group = "SocketedGemLevelPer25PlayerLevels", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["TriggerSocketedSpellOnAttackUnique__1"] = { affix = "", "Trigger a Socketed Spell when you Attack with this Weapon, with a 0.15 second Cooldown", statOrderKey = "497", statOrder = { 497 }, level = 1, group = "TriggerSocketedSpellOnAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["AddsPhysicalDamagePer3PlayerLevelsUnique__1_"] = { affix = "", "Adds 3 to 5 Physical Damage to Attacks with this Weapon per 3 Player Levels", statOrderKey = "695", statOrder = { 695 }, level = 1, group = "AddsPhysicalDamagePer3PlayerLevels", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["FlaskPoisonDurationUnique__1"] = { affix = "", "(50-75)% increased Duration of Poisons you inflict during Flask effect", statOrderKey = "5858", statOrder = { 5858 }, level = 1, group = "FlaskPoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "poison", "chaos", "ailment" }, }, + ["FlaskHitsHaveNoCritMultiUnique__1"] = { affix = "", "Your Critical Strikes do not deal extra Damage during Flask effect", statOrderKey = "5857", statOrder = { 5857 }, level = 1, group = "FlaskHitsHaveNoCritMulti", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage", "critical" }, }, + ["FlaskGrantsPerfectAgonyUnique__1_"] = { affix = "", "Grants Perfect Agony during Flask effect", statOrderKey = "7523", statOrder = { 7523 }, level = 1, group = "FlaskGrantsPerfectAgony", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage", "critical", "ailment" }, }, + ["FlaskChanceToPoisonUnique__1"] = { affix = "", "25% chance to Poison on Hit during Flask effect", statOrderKey = "5754", statOrder = { 5754 }, level = 1, group = "FlaskChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "poison", "chaos", "ailment" }, }, + ["FlaskTakeChaosDamagePerSecondUnique__1"] = { affix = "", "Take 30 Chaos Damage per Second during Flask effect", statOrderKey = "564", statOrder = { 564 }, level = 1, group = "FlaskTakeChaosDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["StarterPassiveTreeJewelUnique__1_"] = { affix = "", "While your Passive Skill Tree connects to the Duelist's starting location, you gain:", "1% of Attack Damage Leeched as Life", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AbyssJewelSocketImplicit"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__1"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__2"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__3"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__4"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__5"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__6_"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__7"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__8"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__9"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__10"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__11_"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__12"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__13"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__14"] = { affix = "", "Has 6 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StarterPassiveTreeJewelUnique__2"] = { affix = "", "While your Passive Skill Tree connects to the Ranger's starting location, you gain:", "7% increased Movement Speed", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["StarterPassiveTreeJewelUnique__3"] = { affix = "", "While your Passive Skill Tree connects to the Shadow's starting location, you gain:", "+0.5% to Critical Strike Chance", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["StarterPassiveTreeJewelUnique__4"] = { affix = "", "While your Passive Skill Tree connects to the Witch's starting location, you gain:", "0.5% of Mana Regenerated per second", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["StarterPassiveTreeJewelUnique__5"] = { affix = "", "While your Passive Skill Tree connects to the Templar's starting location, you gain:", "Damage Penetrates 5% Elemental Resistances", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["StarterPassiveTreeJewelUnique__6"] = { affix = "", "While your Passive Skill Tree connects to the Scion's starting location, you gain:", "+25 to All Attributes", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StarterPassiveTreeJewelUnique__7"] = { affix = "", "While your Passive Skill Tree connects to the Marauder's starting location, you gain:", "Melee Skills have 15% increased Area of Effect", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StarterPassiveJewelUnique__8"] = { affix = "", "While your Passive Skill Tree connects to the Marauder's starting location, you gain:", "1% of Life Regenerated per second", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["StarterPassiveJewelUnique__9_"] = { affix = "", "While your Passive Skill Tree connects to the Duelist's starting location, you gain:", "+2 to Melee Strike Range", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StarterPassiveJewelUnique__10__"] = { affix = "", "While your Passive Skill Tree connects to the Ranger's starting location, you gain:", "20% increased Flask Charges gained", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["StarterPassiveJewelUnique__11__"] = { affix = "", "While your Passive Skill Tree connects to the Shadow's starting location, you gain:", "12% increased Attack and Cast Speed", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["StarterPassiveJewelUnique__12__"] = { affix = "", "While your Passive Skill Tree connects to the Witch's starting location, you gain:", "20% increased Skill Effect Duration", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StarterPassiveJewelUnique__13"] = { affix = "", "While your Passive Skill Tree connects to the Templar's starting location, you gain:", "+4% Chance to Block Attack and Spell Damage", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StarterPassiveJewelUnique__14_"] = { affix = "", "While your Passive Skill Tree connects to the Scion's starting location, you gain:", "30% increased Damage", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedCriticalStrikeChancePerAccuracyRatingUnique__1"] = { affix = "", "2% increased Attack Critical Strike Chance per 200 Accuracy Rating", statOrderKey = "3896", statOrder = { 3896 }, level = 65, group = "IncreasedCriticalStrikeChancePerAccuracyRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["PassiveEffectivenessJewelUnique__1_"] = { affix = "", "50% increased Effect of non-Keystone Passive Skills in Radius", "Notable Passive Skills in Radius grant nothing", statOrderKey = "5951,5952", statOrder = { 5951, 5952 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DegradingMovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Attack, Cast and Movement Speed during Flask Effect", "Reduce Attack, Cast and Movement Speed 10% every second during Flask Effect", statOrderKey = "5739,5740", statOrder = { 5739, 5740 }, level = 1, group = "DegradingMovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "attack", "caster", "speed" }, }, + ["TriggeredFireAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Fire Aegis when Equipped", statOrderKey = "445", statOrder = { 445 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredColdAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Cold Aegis when Equipped", statOrderKey = "443", statOrder = { 443 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredLightningAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Lightning Aegis when Equipped", statOrderKey = "446", statOrder = { 446 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredElementalAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Elemental Aegis when Equipped", statOrderKey = "444", statOrder = { 444 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredPhysicalAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Physical Aegis when Equipped", statOrderKey = "448", statOrder = { 448 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SupportedByBlasphemyUnique"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, + ["GrantCursePillarSkillUnique"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills ignore Curse Limit", statOrderKey = "391,391.1,391.2", statOrder = { 391, 391.1, 391.2 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ReflectPoisonsToSelfUnique__1"] = { affix = "", "Poison you inflict is Reflected to you if you have fewer than 100 Poisons on you", statOrderKey = "6923", statOrder = { 6923 }, level = 1, group = "ReflectPoisonsToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ReflectBleedingToSelfUnique__1"] = { affix = "", "Bleeding you inflict is Reflected to you", statOrderKey = "4053", statOrder = { 4053 }, level = 1, group = "ReflectBleedingToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChaosResistancePerPoisonOnSelfUnique__1"] = { affix = "", "+1% to Chaos Resistance per Poison on you", statOrderKey = "4313", statOrder = { 4313 }, level = 1, group = "ChaosResistancePerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["DamagePerPoisonOnSelfUnique__1_"] = { affix = "", "15% increased Damage for each Poison on you up to a maximum of 75%", statOrderKey = "4543", statOrder = { 4543 }, level = 1, group = "DamagePerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MovementSpeedPerPoisonOnSelfUnique__1_"] = { affix = "", "10% increased Movement Speed for each Poison on you up to a maximum of 50%", statOrderKey = "6770", statOrder = { 6770 }, level = 1, group = "MovementSpeedPerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["TravelSkillsReflectPoisonUnique__1"] = { affix = "", "Poison you inflict with Travel Skills is Reflected to you if you", "have fewer than 5 Poisons on you", statOrderKey = "7326,7326.1", statOrder = { 7326, 7326.1 }, level = 57, group = "TravelSkillsReflectPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["IncreasedArmourWhileBleedingUnique__1"] = { affix = "", "(30-40)% increased Armour while Bleeding", statOrderKey = "3836", statOrder = { 3836 }, level = 1, group = "IncreasedArmourWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["SpectreCriticalStrikeChanceUnique__1"] = { affix = "", "Spectres have (800-1000)% increased Critical Strike Chance", statOrderKey = "7160", statOrder = { 7160 }, level = 1, group = "SpectreCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, + ["SpectreHaveBaseDurationUnique__1"] = { affix = "", "Spectres have a Base Duration of 20 seconds", "Spectres do not travel between Areas", statOrderKey = "7163,7163.1", statOrder = { 7163, 7163.1 }, level = 1, group = "SpectreHaveBaseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GainCriticalStrikeChanceOnManaSpentUnique__1"] = { affix = "", "Gain +2% to Critical Strike Chance for 2 seconds after Spending a total of 800 Mana", statOrderKey = "4908", statOrder = { 4908 }, level = 69, group = "GainCriticalStrikeChanceOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["GainHerEmbraceOnIgniteUnique__1"] = { affix = "", "Gain Her Embrace for 3 seconds when you Ignite an Enemy", statOrderKey = "4925", statOrder = { 4925 }, level = 1, group = "GainHerEmbraceOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TakeDamagePerLevelWhileHerEmbraceUnique__1_"] = { affix = "", "While in Her Embrace, take 0.5% of your total Maximum Life and Energy Shield as Fire Damage per second per Level", statOrderKey = "6854", statOrder = { 6854 }, level = 1, group = "TakeDamagePerLevelWhileHerEmbrace", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GainArmourEqualToManaReservedUnique__1"] = { affix = "", "Gain Armour equal to your Reserved Mana", statOrderKey = "4902", statOrder = { 4902 }, level = 1, group = "GainArmourEqualToManaReserved", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["VaalPactIfCritRecentlyUnique__1"] = { affix = "", "You have Vaal Pact if you've dealt a Critical Strike Recently", statOrderKey = "4966", statOrder = { 4966 }, level = 1, group = "VaalPactIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AdditionalArrowWhileAccuracyIs3000Uber1"] = { affix = "", "Bow Attacks fire an additional Arrow while Main Hand Accuracy Rating is at least 3000", statOrderKey = "6818", statOrder = { 6818 }, level = 1, group = "AdditionalArrowWhileAccuracyIs3000", weightKey = { "bow_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyRatingIsDoubledUber1"] = { affix = "", "50% more Global Accuracy Rating", statOrderKey = "3724", statOrder = { 3724 }, level = 1, group = "AccuracyRatingIsDoubled", weightKey = { "bow_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MeleePhysicalDamagePerStrengthWhileFortifiedUber1"] = { affix = "", "1% increased Melee Physical Damage per 10 Strength while Fortified", statOrderKey = "6616", statOrder = { 6616 }, level = 1, group = "MeleePhysicalDamagePerStrengthWhileFortified", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedEvasionRatingWhileLeechingUber1"] = { affix = "", "20% increased Evasion while Leeching", statOrderKey = "4787", statOrder = { 4787 }, level = 1, group = "IncreasedEvasionRatingWhileLeeching", weightKey = { "claw_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingIfHitEnemyRecentlyUber1"] = { affix = "", "20% increased Evasion if you have Hit an Enemy Recently", statOrderKey = "4785", statOrder = { 4785 }, level = 1, group = "IncreasedEvasionRatingIfHitEnemyRecently", weightKey = { "claw_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["CriticalStrikeMultiplierIfHaventCritRecentlyUber1"] = { affix = "", "+50% to Critical Strike Multiplier if you haven't dealt a Critical Strike Recently", statOrderKey = "4468", statOrder = { 4468 }, level = 1, group = "CriticalStrikeMultiplierIfHaventCritRecently", weightKey = { "dagger_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalStrikeChanceAgainstBleedingEnemiesUber1"] = { affix = "", "70% increased Critical Strike Chance against Bleeding Enemies", statOrderKey = "2495", statOrder = { 2495 }, level = 1, group = "CriticalStrikeChanceAgainstBleedingEnemies", weightKey = { "2h_axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AreaOfEffectWith500StrengthUber1"] = { affix = "", "30% increased Area of Effect if you have at least 500 Strength", statOrderKey = "3820", statOrder = { 3820 }, level = 1, group = "AreaOfEffectWith500Strength", weightKey = { "mace_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HitsCantBeEvadedIfBlockedRecentlyUber1_"] = { affix = "", "Hits with this Weapon can't be Evaded if you have Blocked Recently", statOrderKey = "5811", statOrder = { 5811 }, level = 1, group = "AlwaysHits", weightKey = { "sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AttackSpeedIfBlockedRecentlyUber1"] = { affix = "", "20% increased Attack Speed if you have Blocked Recently", statOrderKey = "3930", statOrder = { 3930 }, level = 1, group = "AttackSpeedIfBlockedRecently", weightKey = { "sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AreaOfEffectWhileFortifiedUber1"] = { affix = "", "25% increased Area of Effect while Fortified", statOrderKey = "3815", statOrder = { 3815 }, level = 1, group = "AreaOfEffectWhileFortified", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MeleeWeaponRangeWhileFortifiedUber1"] = { affix = "", "+2 to Melee Strike Range while Fortified", statOrderKey = "6632", statOrder = { 6632 }, level = 1, group = "MeleeWeaponRangeWhileFortified", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunDurationPerStrengthUber1"] = { affix = "", "2% increased Stun Duration per 15 Strength", statOrderKey = "7240", statOrder = { 7240 }, level = 1, group = "StunDurationPerStrength", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedStunThresholdWith500StrengthUber1"] = { affix = "", "30% reduced Enemy Stun Threshold while you have at least 500 Strength", statOrderKey = "7242", statOrder = { 7242 }, level = 1, group = "ReducedStunThresholdWith500Strength", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaDamagePerStrengthUber1"] = { affix = "", "1% increased Area Damage per 12 Strength", statOrderKey = "3804", statOrder = { 3804 }, level = 1, group = "AreaDamagePerStrength", weightKey = { "2h_mace_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageAgainstTauntedEnemiesUber1"] = { affix = "", "50% increased Damage against Taunted Enemies", statOrderKey = "4549", statOrder = { 4549 }, level = 1, group = "IncreasedDamageAgainstTauntedEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BleedingDamagePerEnduranceChargeUber1"] = { affix = "", "5% increased Damage with Bleeding per Endurance Charge", statOrderKey = "4047", statOrder = { 4047 }, level = 1, group = "BleedingDamagePerEnduranceCharge", weightKey = { "2h_axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["MovementSpeedWhileFortifiedUber1"] = { affix = "", "15% increased Movement Speed while you have Fortify", statOrderKey = "2637", statOrder = { 2637 }, level = 1, group = "MovementSpeedWhileFortified", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MeleeWeaponRangeAtMaximumFrenzyChargesUber1_"] = { affix = "", "+3 to Melee Strike Range while at Maximum Frenzy Charges", statOrderKey = "6631", statOrder = { 6631 }, level = 1, group = "MeleeWeaponRangeAtMaximumFrenzyCharges", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["BlindEnemiesWhenHitUber1__"] = { affix = "", "20% chance to Blind Enemies when they Hit you", statOrderKey = "4160", statOrder = { 4160 }, level = 1, group = "BlindEnemiesWhenHit", weightKey = { "claw_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PoisonDamageAgainstBleedingEnemiesUber1"] = { affix = "", "50% increased Damage with Poison inflicted on Bleeding Enemies", statOrderKey = "6913", statOrder = { 6913 }, level = 1, group = "PoisonDamageAgainstBleedingEnemies", weightKey = { "dagger_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["ChanceToBleedOnTauntedEnemiesUber1"] = { affix = "", "20% chance to inflict Bleeding on Hit with Attacks against Taunted Enemies", statOrderKey = "3947", statOrder = { 3947 }, level = 1, group = "ChanceToBleedOnTauntedEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AreaOfEffectPerPowerChargeUber1"] = { affix = "", "3% increased Area of Effect per Power Charge", statOrderKey = "1489", statOrder = { 1489 }, level = 1, group = "AreaOfEffectPerPowerCharge", weightKey = { "staff_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BleedDamageAgainstPoisonedEnemiesUber1"] = { affix = "", "50% increased Damage with Bleeding inflicted on Poisoned Enemies", statOrderKey = "4050", statOrder = { 4050 }, level = 1, group = "BleedDamageAgainstPoisonedEnemies", weightKey = { "dagger_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["GainEnduranceChargeOnStunChanceUber1"] = { affix = "", "25% chance to gain an Endurance Charge when you Stun an Enemy", statOrderKey = "4275", statOrder = { 4275 }, level = 1, group = "GainEnduranceChargeOnStunChance", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["FortifyEffectWhileStationaryUber1"] = { affix = "", "20% increased Effect of Fortify on you while Stationary", statOrderKey = "4858", statOrder = { 4858 }, level = 1, group = "FortifyEffectWhileStationary", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FortifyDurationPerStrengthUber1"] = { affix = "", "1% increased Fortify Duration per 10 Strength", statOrderKey = "4857", statOrder = { 4857 }, level = 1, group = "FortifyDurationPerStrength", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedElementalDamageTakenPerEnduranceChargeUber1"] = { affix = "", "1% reduced Elemental Damage taken per Endurance Charge", statOrderKey = "4679", statOrder = { 4679 }, level = 1, group = "ReducedElementalDamageTakenPerEnduranceCharge", weightKey = { "sceptre_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["AreaOfEffectIfBlockedRecentlyUber1"] = { affix = "", "20% increased Area of Effect if you have Blocked Recently", statOrderKey = "3810", statOrder = { 3810 }, level = 1, group = "AreaOfEffectIfBlockedRecently", weightKey = { "staff_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamagePer12IntelligenceUber1"] = { affix = "", "1% increased Elemental Damage per 12 Intelligence", statOrderKey = "4667", statOrder = { 4667 }, level = 1, group = "ElementalDamagePerIntelligence", weightKey = { "sceptre_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AdditionalBlockChanceIfCritRecentlyUber1__"] = { affix = "", "+5% Chance to Block Attack Damage if you've dealt a Critical Strike Recently", statOrderKey = "3740", statOrder = { 3740 }, level = 1, group = "AdditionalBlockChanceIfCritRecently", weightKey = { "staff_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ElementalDamagePer12StrengthUber1"] = { affix = "", "1% increased Elemental Damage per 12 Strength", statOrderKey = "4668", statOrder = { 4668 }, level = 1, group = "ElementalDamagePerStrength", weightKey = { "sceptre_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePerPowerChargeUber1"] = { affix = "", "5% increased Elemental Damage per Power charge", statOrderKey = "4669", statOrder = { 4669 }, level = 1, group = "ElementalDamagePerPowerCharge", weightKey = { "sceptre_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["CullingStrikeIfCritRecentlyUber1"] = { affix = "", "Hits with this Weapon have Culling Strike if you have dealt a Critical Strike Recently", statOrderKey = "5761", statOrder = { 5761 }, level = 1, group = "CullingStrikeIfCritRecently", weightKey = { "axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["CritsHaveCullingStrikeUber1"] = { affix = "", "Critical Strikes with this Weapon have Culling Strike", statOrderKey = "5760", statOrder = { 5760 }, level = 1, group = "CritsHaveCullingStrike", weightKey = { "dagger_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["GainEnduranceChargeOnLosingFortifyUber1"] = { affix = "", "Gain an Endurance Charge when you lose Fortify", statOrderKey = "4913", statOrder = { 4913 }, level = 1, group = "GainEnduranceChargeOnLosingFortify", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["LifeGainOnHitWhileLeechingUber1"] = { affix = "", "+(30-50) Life gained for each Enemy Hit by this Weapon while you are Leeching", statOrderKey = "5845", statOrder = { 5845 }, level = 1, group = "LifeGainOnHitWhileLeeching", weightKey = { "claw_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["CannotBeIgnitedWithStrHigherThanDexUnique__1"] = { affix = "", "Cannot be Ignited if Strength is higher than Dexterity", statOrderKey = "4197", statOrder = { 4197 }, level = 1, group = "CannotBeIgnitedWithStrHigherThanDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["CannotBeFrozenWithDexHigherThanIntUnique__1"] = { affix = "", "Cannot be Frozen if Dexterity is higher than Intelligence", statOrderKey = "4194", statOrder = { 4194 }, level = 1, group = "CannotBeFrozenWithDexHigherThanInt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeShockedWithIntHigherThanStrUnique__1"] = { affix = "", "Cannot be Shocked if Intelligence is higher than Strength", statOrderKey = "4203", statOrder = { 4203 }, level = 1, group = "CannotBeShockedWithIntHigherThanStr", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedDamagePerLowestAttributeUnique__1"] = { affix = "", "1% increased Damage per 5 of your lowest Attribute", statOrderKey = "4540", statOrder = { 4540 }, level = 85, group = "IncreasedDamagePerLowestAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedAilmentDurationUnique__1"] = { affix = "", "40% increased Duration of Ailments on Enemies", statOrderKey = "1233", statOrder = { 1233 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationUnique__2"] = { affix = "", "30% reduced Duration of Ailments on Enemies", statOrderKey = "1233", statOrder = { 1233 }, level = 88, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["SharedSufferingUnique__1"] = { affix = "", "Shared Suffering", statOrderKey = "7500", statOrder = { 7500 }, level = 1, group = "SharedSuffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CreateSmokeCloudWhenTrapTriggeredUnique__1"] = { affix = "", "Trigger Level 20 Fog of War when your Trap is triggered", statOrderKey = "483", statOrder = { 483 }, level = 1, group = "CreateSmokeCloudWhenTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["FlammabilityReservationCostUnique__1"] = { affix = "", "Flammability has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3360", statOrder = { 3360 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["FrostbiteReservationCostUnique__1"] = { affix = "", "Frostbite has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3361", statOrder = { 3361 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ConductivityReservationCostUnique__1"] = { affix = "", "Conductivity has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3359", statOrder = { 3359 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["VulnerabilityReservationCostUnique__1_"] = { affix = "", "Vulnerability has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3363", statOrder = { 3363 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["DespairReservationCostUnique__1"] = { affix = "", "Despair has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3358", statOrder = { 3358 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["TemporalChainsReservationCostUnique__1"] = { affix = "", "Temporal Chains has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3362", statOrder = { 3362 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ChanceToDodgeWhileOffhandIsEmpty"] = { affix = "", "(15-25)% chance to Dodge Attack Hits while your Off Hand is empty", statOrderKey = "4264", statOrder = { 4264 }, level = 1, group = "ChanceToDodgeWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["IncreasedColdDamageWhileOffhandIsEmpty_"] = { affix = "", "(100-200)% increased Cold Damage while your Off Hand is empty", statOrderKey = "4368", statOrder = { 4368 }, level = 1, group = "IncreasedColdDamageWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DisplayIronReflexesFor8SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Iron Reflexes for 8 seconds", statOrderKey = "7524", statOrder = { 7524 }, level = 1, group = "DisplayIronReflexesFor8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["ArborixMoreDamageAtCloseRangeUnique__1"] = { affix = "", "30% more Damage with Arrow Hits at Close Range while you have Iron Reflexes", statOrderKey = "7530", statOrder = { 7530 }, level = 1, group = "ArborixMoreDamageAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FarShotWhileYouDoNotHaveIronReflexesUnique__1_"] = { affix = "", "You have Far Shot while you do not have Iron Reflexes", statOrderKey = "7534", statOrder = { 7534 }, level = 1, group = "FarShotWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackCastMovementSpeedWhileYouDoNotHaveIronReflexesUnique__1"] = { affix = "", "30% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes", statOrderKey = "7533", statOrder = { 7533 }, level = 1, group = "AttackCastMovementSpeedWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ElementalDamageCanShockUnique__1__"] = { affix = "", "Your Elemental Damage can Shock", statOrderKey = "2174", statOrder = { 2174 }, level = 1, group = "ElementalDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["EnemiesTakeIncreasedDamagePerAilmentTypeUnique__1"] = { affix = "", "Enemies take 5% increased Damage for each type of Ailment you have inflicted on them", statOrderKey = "1780", statOrder = { 1780 }, level = 1, group = "EnemiesTakeIncreasedDamagePerAilmentType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DeathWalk"] = { affix = "", "Triggers Level 20 Death Walk when Equipped", statOrderKey = "459", statOrder = { 459 }, level = 1, group = "DeathWalk", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DamagePerAbyssJewelTypeUnique__1_"] = { affix = "", "10% increased Damage for each type of Abyss Jewel affecting you", statOrderKey = "3472", statOrder = { 3472 }, level = 1, group = "DamagePerAbyssJewelType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AdditionalPhysicalDamageReductionWhileMovingUnique__1"] = { affix = "", "5% additional Physical Damage Reduction while moving", statOrderKey = "3772", statOrder = { 3772 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["ReducedElementalDamageTakenWhileStationaryUnique__1_"] = { affix = "", "5% reduced Elemental Damage taken while stationary", statOrderKey = "4680", statOrder = { 4680 }, level = 1, group = "ReducedElementalDamageTakenWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["IncreasedLifePerAbyssalJewelUnique__1"] = { affix = "", "1% increased Maximum Life per Abyss Jewel affecting you", statOrderKey = "6601", statOrder = { 6601 }, level = 1, group = "IncreasedLifePerAbyssalJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedManaPerAbyssalJewelUnique__1_"] = { affix = "", "1% increased Maximum Mana per Abyss Jewel affecting you", statOrderKey = "6605", statOrder = { 6605 }, level = 1, group = "IncreasedManaPerAbyssalJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedLifePerElderItemUnique__1"] = { affix = "", "+6 to Maximum Life per Elder Item Equipped", statOrderKey = "3631", statOrder = { 3631 }, level = 1, group = "IncreasedLifePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AilmentEffectPerElderItemUnique__1"] = { affix = "", "8% increased Effect of non-Damaging Ailments per Elder Item Equipped", statOrderKey = "3634", statOrder = { 3634 }, level = 1, group = "AilmentEffectPerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["AilmentDamagePerElderItemUnique__1__"] = { affix = "", "15% increased Damage with Ailments per Elder Item Equipped", statOrderKey = "3632", statOrder = { 3632 }, level = 1, group = "AilmentDamagePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "ailment" }, }, + ["AilmentDamageOverTimeMultiplierPerElderItemUnique__1"] = { affix = "", "+4% to Damage over Time Multiplier for Ailments per Elder Item Equipped", statOrderKey = "3633", statOrder = { 3633 }, level = 1, group = "AilmentDamagePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "ailment" }, }, + ["RemoveAilmentOnFlaskUseIfAllItemsAreElderUnique__1_"] = { affix = "", "Remove an Ailment when you use a Flask if all Equipped Items are Elder Items", statOrderKey = "7037", statOrder = { 7037 }, level = 1, group = "RemoveAilmentOnFlaskUseIfAllItemsAreElder", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "ailment" }, }, + ["StrengthDamageBonus3Per10Unique__1"] = { affix = "", "Strength's Damage Bonus instead grants 3% increased Melee", "Physical Damage per 10 Strength", statOrderKey = "7238,7238.1", statOrder = { 7238, 7238.1 }, level = 1, group = "StrengthDamageBonus3Per10", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["CannotBlockSpellsUnique__1"] = { affix = "", "Cannot Block Spells", statOrderKey = "4212", statOrder = { 4212 }, level = 1, group = "CannotBlockSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "+(80-100) to Evasion Rating and Energy Shield", statOrderKey = "5793", statOrder = { 5793 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__2_"] = { affix = "", "+(120-150) to Evasion Rating and Energy Shield", statOrderKey = "5793", statOrder = { 5793 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["IntimidateOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks", statOrderKey = "5744", statOrder = { 5744 }, level = 1, group = "IntimidateOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MaimOnHitWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks", statOrderKey = "5745", statOrder = { 5745 }, level = 1, group = "MaimOnHitWithRangedAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ArcaneSurgeOnHitWithSpellAbyssJewelUnique__1"] = { affix = "", "With a Hypnotic Eye Jewel Socketed, gain Arcane Surge on Hit with Spells", statOrderKey = "5882", statOrder = { 5882 }, level = 1, group = "ArcaneSurgeOnHitWithSpellAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MinionAccuracyWithMinionAbyssJewelUnique__1"] = { affix = "", "With a Ghastly Eye Jewel Socketed, Minions have +1000 to Accuracy Rating", statOrderKey = "5855", statOrder = { 5855 }, level = 1, group = "MinionAccuracyWithMinionAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, + ["AbyssJewelEffectUnique__1"] = { affix = "", "75% increased Effect of Socketed Jewels", statOrderKey = "341", statOrder = { 341 }, level = 1, group = "AbyssJewelEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedArmourWhileStationaryUnique__1"] = { affix = "", "80% increased Armour while stationary", statOrderKey = "3837", statOrder = { 3837 }, level = 1, group = "IncreasedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["NumberOfProjectilesIfHitRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've been Hit Recently", statOrderKey = "6824", statOrder = { 6824 }, level = 1, group = "NumberOfProjectilesIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainIronReflexesWhileStationaryUnique__1"] = { affix = "", "Iron Reflexes while stationary", statOrderKey = "7521", statOrder = { 7521 }, level = 1, group = "GainIronReflexesWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["PlayerFarShotUnique__2"] = { affix = "", "Far Shot", statOrderKey = "7508", statOrder = { 7508 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PlayerFarShotUnique__3"] = { affix = "", "Far Shot", statOrderKey = "7508", statOrder = { 7508 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystonePointBlankUnique__2"] = { affix = "", "Point Blank", statOrderKey = "7493", statOrder = { 7493 }, level = 1, group = "PointBlank", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["NumberOfProjectilesIfUsedAMovementSkillRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've used a Movement Skill Recently", statOrderKey = "6825", statOrder = { 6825 }, level = 1, group = "NumberOfProjectilesIfUsedAMovementSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EvasionRatingWhileMovingUnique__1"] = { affix = "", "80% increased Evasion Rating while moving", statOrderKey = "4788", statOrder = { 4788 }, level = 1, group = "EvasionRatingWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AddedPhysicalDamageVersusIgnitedEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal (80-100) to (160-200) added Physical Damage to Ignited Enemies", statOrderKey = "3919", statOrder = { 3919 }, level = 1, group = "AddedPhysicalDamageVersusIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedFireDamageVersusBleedingEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal (80-100) to (160-200) added Fire Damage to Bleeding Enemies", statOrderKey = "3913", statOrder = { 3913 }, level = 1, group = "AddedFireDamageVersusBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["GainAvatarOfFireEvery8SecondsUnique__1"] = { affix = "", "Every 8 seconds, gain Avatar of Fire for 4 seconds", statOrderKey = "7519", statOrder = { 7519 }, level = 1, group = "GainAvatarOfFireEvery8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ChanceToBleedIgnitedEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon have 25% chance to inflict Bleeding against Ignited Enemies", statOrderKey = "3945", statOrder = { 3945 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["IncreasedCriticalStrikeChanceWithAvatarOfFireUnique__1"] = { affix = "", "(160-200)% increased Critical Strike Chance while you have Avatar of Fire", statOrderKey = "7528", statOrder = { 7528 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ArmourWithoutAvatarOfFireUnique__1"] = { affix = "", "+2000 Armour while you do not have Avatar of Fire", statOrderKey = "7532", statOrder = { 7532 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["ConvertPhysicalToFireWithAvatarOfFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire while you have Avatar of Fire", statOrderKey = "7529", statOrder = { 7529 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["GainElementalOverloadEvery16SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Elemental Overload for 8 seconds", statOrderKey = "7520", statOrder = { 7520 }, level = 1, group = "GainElementalOverloadEvery16Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["GainResoluteTechniqueWithoutElementalOverloadUnique__1"] = { affix = "", "You have Resolute Technique while you do not have Elemental Overload", statOrderKey = "7522", statOrder = { 7522 }, level = 1, group = "GainResoluteTechniqueWithoutElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["ProjectilesGainPercentOfNonChaosAsChaosUnique__1"] = { affix = "", "Projectiles gain (15-20)% of Non-Chaos Damage as extra Chaos Damage per Chain", statOrderKey = "6954", statOrder = { 6954 }, level = 70, group = "ProjectilesGainPercentOfNonChaosAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ProjectilesGainPercentOfNonChaosAsChaosUnique__2"] = { affix = "", "Projectiles that have Chained gain (20-35)% of Non-Chaos Damage as extra Chaos Damage", statOrderKey = "6953", statOrder = { 6953 }, level = 70, group = "ProjectilesGainPercentOfNonChaosAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DealNoNonElementalDamageUnique__1"] = { affix = "", "Deal no Non-Elemental Damage", statOrderKey = "4593", statOrder = { 4593 }, level = 1, group = "DealNoNonElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["DisplaySupportedByElementalPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Elemental Penetration", statOrderKey = "107", statOrder = { 107 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByElementalPenetrationUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Elemental Penetration", statOrderKey = "107", statOrder = { 107 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["GainSpiritChargeOnKillChanceUnique__1"] = { affix = "", "(15-20)% chance to gain a Spirit Charge on Kill", statOrderKey = "3685", statOrder = { 3685 }, level = 1, group = "GainSpiritChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__1_"] = { affix = "", "Recover (4-5)% of Life when you lose a Spirit Charge", statOrderKey = "3687", statOrder = { 3687 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__2"] = { affix = "", "Recover (2-3)% of Life when you lose a Spirit Charge", statOrderKey = "3687", statOrder = { 3687 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainESWhenSpiritChargeExpiresOrConsumedUnique__1"] = { affix = "", "Recover (2-3)% of Energy Shield when you lose a Spirit Charge", statOrderKey = "3688", statOrder = { 3688 }, level = 1, group = "GainESWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalDisplayGrantLevelXSpiritBurstUnique__1"] = { affix = "", "Trigger Level 20 Spirit Burst when you Use a Skill while you have a Spirit Charge", statOrderKey = "484", statOrder = { 484 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GainSpiritChargeEverySecondUnique__1"] = { affix = "", "Gain a Spirit Charge every second", statOrderKey = "3684", statOrder = { 3684 }, level = 1, group = "GainSpiritChargeEverySecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LoseSpiritChargesOnSavageHitUnique__1_"] = { affix = "", "You lose all Spirit Charges when taking a Savage Hit", statOrderKey = "3686", statOrder = { 3686 }, level = 1, group = "LoseSpiritChargesOnSavageHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__1"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrderKey = "3682", statOrder = { 3682 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__2"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrderKey = "3682", statOrder = { 3682 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainDebilitatingPresenceUnique__1"] = { affix = "", "Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy", statOrderKey = "4909", statOrder = { 4909 }, level = 1, group = "GainDebilitatingPresence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalDisplayGrantLevelXShadeFormUnique__1"] = { affix = "", "20% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill", statOrderKey = "464", statOrder = { 464 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggerShadeFormWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Shade Form when Hit", statOrderKey = "465", statOrder = { 465 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AddedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "Adds 5 to 8 Physical Damage per Endurance Charge", statOrderKey = "6667", statOrder = { 6667 }, level = 1, group = "AddedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ChaosResistancePerEnduranceChargeUnique__1_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrderKey = "4311", statOrder = { 4311 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ReducedElementalDamageTakenHitsPerEnduranceChargeUnique__1"] = { affix = "", "1% reduced Elemental Damage taken from Hits per Endurance Charge", statOrderKey = "4676", statOrder = { 4676 }, level = 1, group = "ReducedElementalDamageTakenHitsPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["ArmourPerEnduranceChargeUnique__1"] = { affix = "", "+500 to Armour per Endurance Charge", statOrderKey = "6890", statOrder = { 6890 }, level = 1, group = "ArmourPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["AddedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "12 to 14 Added Cold Damage per Frenzy Charge", statOrderKey = "3582", statOrder = { 3582 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AvoidElementalDamagePerFrenzyChargeUnique__1"] = { affix = "", "2% chance to Avoid Elemental Damage from Hits per Frenzy Charge", statOrderKey = "2690", statOrder = { 2690 }, level = 1, group = "AvoidElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["MovementVelocityPerFrenzyChargeUnique__1"] = { affix = "", "4% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUnique__2"] = { affix = "", "6% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AttackDamageLeechPerFrenzyChargeUnique__1"] = { affix = "", "0.5% of Attack Damage Leeched as Life per Frenzy Charge", statOrderKey = "5318", statOrder = { 5318 }, level = 1, group = "AttackDamageLeechPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 3 to 9 Lightning Damage to Spells per Power Charge", statOrderKey = "6664", statOrder = { 6664 }, level = 1, group = "AddedLightningDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AdditionalCriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "+0.3% Critical Strike Chance per Power Charge", statOrderKey = "3747", statOrder = { 3747 }, level = 1, group = "AdditionalCriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalMultiplierPerPowerChargeUnique__1"] = { affix = "", "+(6-10)% to Critical Strike Multiplier per Power Charge", statOrderKey = "2588", statOrder = { 2588 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["ChanceToBlockSpellsPerPowerChargeUnique__1"] = { affix = "", "+2% Chance to Block Spell Damage per Power Charge", statOrderKey = "3773", statOrder = { 3773 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChanceToBlockSpellsPerPowerChargeUnique__2_"] = { affix = "", "+5% Chance to Block Spell Damage per Power Charge", statOrderKey = "3773", statOrder = { 3773 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["DamageTakenPerEnduranceChargeWhenHitUnique__1_"] = { affix = "", "200 Fire Damage taken per second per Endurance Charge if you've been Hit Recently", statOrderKey = "7438", statOrder = { 7438 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DamageTakenPerFrenzyChargeMovingUnique__1"] = { affix = "", "200 Cold Damage taken per second per Frenzy Charge while moving", statOrderKey = "7436", statOrder = { 7436 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DamageTakenPerPowerChargeOnCritUnique__1"] = { affix = "", "200 Lightning Damage taken per second per Power Charge if", "your Skills have dealt a Critical Strike Recently", statOrderKey = "7442,7442.1", statOrder = { 7442, 7442.1 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["RaiseSpectreManaCostUnique__1_"] = { affix = "", "(40-50)% reduced Mana Cost of Raise Spectre", statOrderKey = "6991", statOrder = { 6991 }, level = 1, group = "RaiseSpectreManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, + ["VoidShotOnSkillUseUnique__1_"] = { affix = "", "Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows with a Non-Triggered Skill", statOrderKey = "487", statOrder = { 487 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["MaximumVoidArrowsUnique__1"] = { affix = "", "5 Maximum Void Charges", "Gain a Void Charge every 0.5 seconds", statOrderKey = "3658,5770", statOrder = { 3658, 5770 }, level = 1, group = "MaximumVoidArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeStunnedByAttacksElderItemUnique__1"] = { affix = "", "Cannot be Stunned by Attacks if your other Ring is an Elder Item", statOrderKey = "3630", statOrder = { 3630 }, level = 1, group = "CannotBeStunnedByAttacksElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackDamageShaperItemUnique__1"] = { affix = "", "(60-80)% increased Attack Damage if your other Ring is a Shaper Item", statOrderKey = "3627", statOrder = { 3627 }, level = 1, group = "AttackDamageShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["SpellDamageElderItemUnique__1_"] = { affix = "", "(60-80)% increased Spell Damage if your other Ring is an Elder Item", statOrderKey = "3628", statOrder = { 3628 }, level = 1, group = "SpellDamageElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["CannotBeStunnedBySpellsShaperItemUnique__1"] = { affix = "", "Cannot be Stunned by Spells if your other Ring is a Shaper Item", statOrderKey = "3629", statOrder = { 3629 }, level = 1, group = "CannotBeStunnedBySpellsShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RecoverLifeInstantlyOnManaFlaskUnique__1"] = { affix = "", "Recover (8-10)% of Life when you use a Mana Flask", statOrderKey = "3645", statOrder = { 3645 }, level = 1, group = "RecoverLifeInstantlyOnManaFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["NonInstantManaRecoveryAlsoAffectsLifeUnique__1"] = { affix = "", "Non-instant Mana Recovery from Flasks is also Recovered as Life", statOrderKey = "3646", statOrder = { 3646 }, level = 1, group = "NonInstantManaRecoveryAlsoAffectsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["SpellDamagePer200ManaSpentRecentlyUnique__1__"] = { affix = "", "(20-25)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000%", statOrderKey = "3648", statOrder = { 3648 }, level = 1, group = "SpellDamagePer200ManaSpentRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ManaCostPer200ManaSpentRecentlyUnique__1"] = { affix = "", "(50-60)% increased Cost of Skills for each 200 total Mana Spent Recently", statOrderKey = "3647", statOrder = { 3647 }, level = 1, group = "ManaCostPer200ManaSpentRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["SiphoningChargeOnSkillUseUnique__1"] = { affix = "", "25% chance to gain a Siphoning Charge when you use a Skill", statOrderKey = "3638", statOrder = { 3638 }, level = 1, group = "SiphoningChargeOnSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumSiphoningChargePerElderOrShaperItemUnique__1"] = { affix = "", "+1 to Maximum Siphoning Charges per Elder or Shaper Item Equipped", statOrderKey = "3637", statOrder = { 3637 }, level = 1, group = "MaximumSiphoningChargePerElderOrShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalDamageToAttacksPerSiphoningChargeUnique__1"] = { affix = "", "Adds (12-14) to (15-16) Physical Damage to Attacks and Spells per Siphoning Charge", statOrderKey = "3639", statOrder = { 3639 }, level = 1, group = "PhysicalDamageToAttacksPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "attack", "caster" }, }, + ["LifeLeechPerSiphoningChargeUnique__1"] = { affix = "", "0.2% of Damage Leeched as Life per Siphoning Charge", statOrderKey = "3642", statOrder = { 3642 }, level = 1, group = "LifeLeechPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NonChaosDamageAddedAsChaosPerSiphoningChargeUnique__1"] = { affix = "", "Gain 4% of Non-Chaos Damage as extra Chaos Damage per Siphoning Charge", statOrderKey = "3640", statOrder = { 3640 }, level = 1, group = "NonChaosDamageAddedAsChaosPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AdditionalPhysicalDamageReductionPerSiphoningChargeUnique__1"] = { affix = "", "1% additional Physical Damage Reduction from Hits per Siphoning Charge", statOrderKey = "3641", statOrder = { 3641 }, level = 1, group = "AdditionalPhysicalDamageReductionPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["DamageTakenPerSiphoningChargeOnSkillUseUnique__1"] = { affix = "", "Take 150 Physical Damage per Second per Siphoning Charge if you've used a Skill Recently", statOrderKey = "3643", statOrder = { 3643 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SpellAddedPhysicalDamageUnique__1_"] = { affix = "", "Battlemage", statOrderKey = "7468", statOrder = { 7468 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TentacleSmashOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Tentacle Whip on Kill", statOrderKey = "491", statOrder = { 491 }, level = 100, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "green_herring" }, }, + ["GlimpseOfEternityWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Glimpse of Eternity when Hit", statOrderKey = "490", statOrder = { 490 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SummonVoidSphereOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill", statOrderKey = "492", statOrder = { 492 }, level = 100, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PetrificationStatueUnique__1"] = { affix = "", "Grants Level 20 Petrification Statue Skill", statOrderKey = "388", statOrder = { 388 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsCatAspect1"] = { affix = "", "Grants Level 20 Aspect of the Cat Skill", statOrderKey = "399", statOrder = { 399 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsBirdAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Avian Skill", statOrderKey = "395", statOrder = { 395 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsSpiderAspect1"] = { affix = "", "Grants Level 20 Aspect of the Spider Skill", statOrderKey = "416", statOrder = { 416 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsIntimidatingCry1"] = { affix = "", "Grants Level 20 Intimidating Cry Skill", statOrderKey = "409", statOrder = { 409 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsCrabAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Crab Skill", statOrderKey = "400", statOrder = { 400 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring", "skill" }, }, + ["ItemQuantityOnLowLifeUnique__1"] = { affix = "", "(10-16)% increased Quantity of Items found when on Low Life", statOrderKey = "995", statOrder = { 995 }, level = 65, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamagePer15DexterityUnique__1"] = { affix = "", "1% increased Damage per 15 Dexterity", statOrderKey = "4535", statOrder = { 4535 }, level = 72, group = "DamagePer15Attributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LifeRegeneratedPerMinuteWhileIgnitedUnique__1"] = { affix = "", "Regenerate (75-125) Life per second while Ignited", statOrderKey = "5342", statOrder = { 5342 }, level = 74, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedElementalDamageIfKilledCursedEnemyRecentlyUnique__1"] = { affix = "", "20% increased Elemental Damage if you've Killed a Cursed Enemy Recently", statOrderKey = "4659", statOrder = { 4659 }, level = 77, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DoubleDamagePer500StrengthUnique__1"] = { affix = "", "6% chance to deal Double Damage per 500 Strength", statOrderKey = "4255", statOrder = { 4255 }, level = 63, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BestiaryLeague"] = { affix = "", "Areas contain Beasts to hunt", statOrderKey = "6453", statOrder = { 6453 }, level = 1, group = "BestiaryLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RagingSpiritDurationResetOnIgnitedEnemyUnique__1"] = { affix = "", "Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy", statOrderKey = "6987", statOrder = { 6987 }, level = 1, group = "RagingSpiritDurationResetOnIgnitedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["FrenzyChargePer50RampageStacksUnique__1"] = { affix = "", "Gain a Frenzy Charge on every 50th Rampage Kill", statOrderKey = "3677", statOrder = { 3677 }, level = 1, group = "FrenzyChargePer50RampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["AreaOfEffectPer25RampageStacksUnique__1_"] = { affix = "", "2% increased Area of Effect per 25 Rampage Kills", statOrderKey = "3676", statOrder = { 3676 }, level = 1, group = "AreaOfEffectPer25RampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnaffectedByCursesUnique__1"] = { affix = "", "Unaffected by Curses", statOrderKey = "1795", statOrder = { 1795 }, level = 85, group = "UnaffectedByCurses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ChanceToChillAttackersOnBlockUnique__1"] = { affix = "", "(30-40)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "4334", statOrder = { 4334 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, + ["ChanceToChillAttackersOnBlockUnique__2__"] = { affix = "", "Chill Attackers for 4 seconds on Block", statOrderKey = "4334", statOrder = { 4334 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, + ["ChanceToShockAttackersOnBlockUnique__1_"] = { affix = "", "(30-40)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "7083", statOrder = { 7083 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, }, + ["ChanceToShockAttackersOnBlockUnique__2"] = { affix = "", "Shock Attackers for 4 seconds on Block", statOrderKey = "7083", statOrder = { 7083 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, }, + ["SupportedByTrapAndMineDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap And Mine Damage", statOrderKey = "223", statOrder = { 223 }, level = 1, group = "TrapAndMineSupported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByClusterTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Cluster Trap", statOrderKey = "221", statOrder = { 221 }, level = 1, group = "TrapSupported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["AviansMightColdDamageUnique__1"] = { affix = "", "Adds (20-25) to (37-40) Cold Damage while you have Avian's Might", statOrderKey = "6654", statOrder = { 6654 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AviansMightLightningDamageUnique__1_"] = { affix = "", "Adds (1-3) to (55-62) Lightning Damage while you have Avian's Might", statOrderKey = "6665", statOrder = { 6665 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AviansMightDurationUnique__1"] = { affix = "", "+(-2000-2000) seconds to Avian's Might Duration", statOrderKey = "3956", statOrder = { 3956 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantAviansAspectToAlliesUnique__1"] = { affix = "", "Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies", statOrderKey = "3850", statOrder = { 3850 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvianAspectBuffEffectUnique__1"] = { affix = "", "100% increased Aspect of the Avian Buff Effect", statOrderKey = "3849", statOrder = { 3849 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AviansFlightLifeRegenerationUnique__1"] = { affix = "", "Regenerate 100 Life per Second while you have Avian's Flight", statOrderKey = "5344", statOrder = { 5344 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AviansFlightManaRegenerationUnique__1_"] = { affix = "", "Regenerate 12 Mana per Second while you have Avian's Flight", statOrderKey = "6023", statOrder = { 6023 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AviansFlightDurationUnique__1"] = { affix = "", "+(-2000-2000) seconds to Avian's Flight Duration", statOrderKey = "3955", statOrder = { 3955 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsAvianTornadoUnique__1__"] = { affix = "", "Trigger Level 20 Tornado when you gain Avian's Might or Avian's Flight", statOrderKey = "466", statOrder = { 466 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["CatsStealthTriggeredIntimidatingCry"] = { affix = "", "Trigger Level 20 Intimidating Cry when you lose Cat's Stealth", statOrderKey = "480", statOrder = { 480 }, level = 1, group = "CatsStealthTriggeredIntimidatingCry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["MaximumCrabBarriersUnique__1"] = { affix = "", "+5 to Maximum number of Crab Barriers", statOrderKey = "3651", statOrder = { 3651 }, level = 81, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalBlockChance5CrabBarriersUnique__1"] = { affix = "", "+3% Chance to Block Attack Damage while you have at least 5 Crab Barriers", statOrderKey = "3654", statOrder = { 3654 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChance10CrabBarriersUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while you have at least 10 Crab Barriers", statOrderKey = "3655", statOrder = { 3655 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CrabBarriersLostWhenHitUnique__1_"] = { affix = "", "You only lose (5-7) Crab Barriers when you take Physical Damage from a Hit", statOrderKey = "3653", statOrder = { 3653 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamagePerCrabBarrierUnique__1"] = { affix = "", "3% increased Damage per Crab Barrier", statOrderKey = "3652", statOrder = { 3652 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChanceToGainMaximumCrabBarriersUnique__1_"] = { affix = "", "10% chance that if you would gain a Crab Barrier, you instead gain up to", "your maximum number of Crab Barriers", statOrderKey = "3656,3656.1", statOrder = { 3656, 3656.1 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeStunned10CrabBarriersUnique__1"] = { affix = "", "Cannot be Stunned if you have at least 10 Crab Barriers", statOrderKey = "3649", statOrder = { 3649 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotLoseCrabBarriersIfLostRecentlyUnique__1"] = { affix = "", "Cannot lose Crab Barriers if you have lost Crab Barriers Recently", statOrderKey = "3650", statOrder = { 3650 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainPhasingWhileCatsStealthUnique__1"] = { affix = "", "You have Phasing while you have Cat's Stealth", statOrderKey = "4950", statOrder = { 4950 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainOnslaughtWhileCatsAgilityUnique__1_"] = { affix = "", "You have Onslaught while you have Cat's Agility", statOrderKey = "4943", statOrder = { 4943 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CatsStealthDurationUnique__1_"] = { affix = "", "+2000 seconds to Cat's Stealth Duration", statOrderKey = "4234", statOrder = { 4234 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CatsAgilityDurationUnique__1"] = { affix = "", "+2000 seconds to Cat's Agility Duration", statOrderKey = "3851", statOrder = { 3851 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CatAspectReservesNoManaUnique__1___"] = { affix = "", "Aspect of the Cat has no Reservation", statOrderKey = "4233", statOrder = { 4233 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainMaxFrenzyAndPowerOnCatsStealthUnique__1"] = { affix = "", "Gain up to your maximum number of Frenzy and Power Charges when you gain Cat's Stealth", statOrderKey = "4929", statOrder = { 4929 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge" }, }, + ["GainMaxFrenzyAndEnduranceOnCatsAgilityUnique__1"] = { affix = "", "Gain up to your maximum number of Frenzy and Endurance Charges when you gain Cat's Agility", statOrderKey = "4928", statOrder = { 4928 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge" }, }, + ["AttacksBleedOnHitWithCatsStealthUnique__1_"] = { affix = "", "Attacks always inflict Bleeding while you have Cat's Stealth", statOrderKey = "3943", statOrder = { 3943 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["GainCrimsonDanceWithCatsStealthUnique__1"] = { affix = "", "You have Crimson Dance while you have Cat's Stealth", statOrderKey = "7514", statOrder = { 7514 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["MovementSpeedWithCatsStealthUnique__1"] = { affix = "", "20% increased Movement Speed while you have Cat's Stealth", statOrderKey = "6779", statOrder = { 6779 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AdditionalCriticalStrikeChanceWithCatAspectUnique__1"] = { affix = "", "+1% to Critical Strike Chance while affected by Aspect of the Cat", statOrderKey = "3662", statOrder = { 3662 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CritsBlindChanceWithCatsStealthUnique__1"] = { affix = "", "Critical Strikes have (10-20)% chance to Blind Enemies while you have Cat's Stealth", statOrderKey = "3663", statOrder = { 3663 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DamageAgainstBlindedEnemiesUnique__1"] = { affix = "", "(40-50)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "5197", statOrder = { 5197 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChanceToAvoidBleedingUnique__1"] = { affix = "", "(40-50)% chance to avoid Bleeding", statOrderKey = "3524", statOrder = { 3524 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAvoidBleedingUnique__2_"] = { affix = "", "(30-50)% chance to avoid Bleeding", statOrderKey = "3524", statOrder = { 3524 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["DamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "(40-50)% increased Damage with Hits and Ailments against Bleeding Enemies", statOrderKey = "5196", statOrder = { 5196 }, level = 1, group = "DamageAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AccuracyAgainstBleedingEnemiesUnique__1"] = { affix = "", "+(400-500) to Accuracy against Bleeding Enemies", statOrderKey = "3728", statOrder = { 3728 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["CommandmentOfInfernoOnCritUnique__1"] = { affix = "", "Trigger Commandment of Inferno on Critical Strike", statOrderKey = "456", statOrder = { 456 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["MaximumResistancesOverrideUnique__1"] = { affix = "", "Your Maximum Resistances are (76-78)%", statOrderKey = "6843", statOrder = { 6843 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance" }, }, + ["MaximumResistancesOverrideUnique__2"] = { affix = "", "Your Maximum Resistances are (70-72)%", statOrderKey = "6843", statOrder = { 6843 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance" }, }, + ["BurningDamagePerEnemyShockedRecentlyUnique__1_"] = { affix = "", "(4-6)% increased Burning Damage for each time you have Shocked a Non-Shocked Enemy Recently", statOrderKey = "4188", statOrder = { 4188 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedLightningDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies", statOrderKey = "4987", statOrder = { 4987 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamageCanIgniteUnique__1"] = { affix = "", "Your Lightning Damage can Ignite", statOrderKey = "5368", statOrder = { 5368 }, level = 100, group = "LightningDamageCanIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ProjectileAttackDamageAt200DexterityUnique__1"] = { affix = "", "(40-50)% increased Projectile Attack Damage while you have at least 200 Dexterity", statOrderKey = "3665", statOrder = { 3665 }, level = 60, group = "ProjectileAttackDamageAt200Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["CriticalStrikeChanceAt200IntelligenceUnique__1"] = { affix = "", "(50-60)% increased Critical Strike Chance while you have at least 200 Intelligence", statOrderKey = "3666", statOrder = { 3666 }, level = 60, group = "CriticalStrikeChanceAt200Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AddedFireDamageWhileNoLifeReservedUnique__1"] = { affix = "", "Adds (54-64) to (96-107) Fire Damage to Spells while no Life is Reserved", statOrderKey = "6671", statOrder = { 6671 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedColdDamageWhileNoLifeReservedUnique__1__"] = { affix = "", "Adds (42-54) to (78-88) Cold Damage to Spells while no Life is Reserved", statOrderKey = "6670", statOrder = { 6670 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedLightningDamageWhileNoLifeReservedUnique__1"] = { affix = "", "Adds (5-14) to (160-173) Lightning Damage to Spells while no Life is Reserved", statOrderKey = "6672", statOrder = { 6672 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["OnslaughtOnLowLifeUnique__1"] = { affix = "", "You have Onslaught while on Low Life", statOrderKey = "4942", statOrder = { 4942 }, level = 77, group = "OnslaughtOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IgnoreEnemyFireResistWhileIgnitedUnique__1"] = { affix = "", "Hits ignore Enemy Monster Fire Resistance while you are Ignited", statOrderKey = "5207", statOrder = { 5207 }, level = 75, group = "IgnoreEnemyFireResistWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["CrimsonDanceIfCritRecentlyUnique__1"] = { affix = "", "You have Crimson Dance if you have dealt a Critical Strike Recently", statOrderKey = "7513", statOrder = { 7513 }, level = 74, group = "CrimsonDanceIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["AnimateGuardianWeaponOnGuardianKillUnique__1_"] = { affix = "", "Trigger Level 20 Animate Guardian's Weapon when Animated Guardian Kills an Enemy", statOrderKey = "462", statOrder = { 462 }, level = 1, group = "AnimateGuardianWeaponOnGuardianKillUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AnimateGuardianWeaponOnAnimatedWeaponKillUnique__1"] = { affix = "", "10% chance to Trigger Level 18 Animate Guardian's Weapon when Animated Weapon Kills an Enemy", statOrderKey = "463", statOrder = { 463 }, level = 1, group = "AnimateGuardianWeaponOnAnimatedWeaponKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannnotHaveNonAnimatedMinionsUnique__1"] = { affix = "", "You cannot have non-Animated Minions", statOrderKey = "7425", statOrder = { 7425 }, level = 1, group = "CannnotHaveNonAnimatedMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AnimatedGuardianDamagePerAnimatedWeaponUnique__1__"] = { affix = "", "Animated Guardian deals 5% increased Damage per Animated Weapon", statOrderKey = "3790", statOrder = { 3790 }, level = 1, group = "AnimatedGuardianDamagePerAnimatedWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AnimatedMinionsHaveMeleeSplashUnique__1"] = { affix = "", "Animated Minions' Melee Attacks deal Splash Damage to surrounding targets", statOrderKey = "3791", statOrder = { 3791 }, level = 1, group = "AnimatedMinionsHaveMeleeSplash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["IncreasedAnimatedMinionSplashDamageUnique__1"] = { affix = "", "Animated Minions' Melee Attacks deal 50% less Damage to surrounding targets", statOrderKey = "4999", statOrder = { 4999 }, level = 1, group = "IncreasedAnimatedMinionSplashDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["FireDamageToAttacksPerStrengthUnique__1"] = { affix = "", "Adds 1 to 2 Fire Damage to Attacks per 10 Strength", statOrderKey = "6658", statOrder = { 6658 }, level = 1, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack" }, }, + ["ColdDamageToAttacksPerDexterityUnique__1"] = { affix = "", "Adds 1 to 2 Cold Damage to Attacks per 10 Dexterity", statOrderKey = "6651", statOrder = { 6651 }, level = 1, group = "AddedColdDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack" }, }, + ["LightningDamageToAttacksPerIntelligenceUnique__1"] = { affix = "", "Adds 0 to 3 Lightning Damage to Attacks per 10 Intelligence", statOrderKey = "6663", statOrder = { 6663 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "attack" }, }, + ["AttackSpeedIfCriticalStrikeDealtRecentlyUnique__1"] = { affix = "", "(8-12)% increased Attack Speed if you've dealt a Critical Strike Recently", statOrderKey = "3931", statOrder = { 3931 }, level = 1, group = "AttackSpeedIfCriticalStrikeDealtRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["CastSpeedIfCriticalStrikeDealtRecentlyUnique__1"] = { affix = "", "(8-12)% increased Cast Speed if you've dealt a Critical Strike Recently", statOrderKey = "4228", statOrder = { 4228 }, level = 1, group = "CastSpeedIfCriticalStrikeDealtRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["EffectOfChillIsReversedUnique__1"] = { affix = "", "The Effect of Chill on you is reversed", statOrderKey = "4335", statOrder = { 4335 }, level = 67, group = "EffectOfChillIsReversed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["TriggerSocketedSpellOnBowAttackUnique__1_"] = { affix = "", "Trigger a Socketed Spell when you Attack with a Bow, with a 0.3 second Cooldown", statOrderKey = "293", statOrder = { 293 }, level = 57, group = "TriggerSocketedSpellOnAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["CountAsLowLifeWhenNotOnFullLifeUnique__1"] = { affix = "", "You count as on Low Life while not on Full Life", statOrderKey = "7426", statOrder = { 7426 }, level = 75, group = "CountAsLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedSpiderWebCountUnique__1"] = { affix = "", "Aspect of the Spider can inflict Spider's Web on Enemies an additional time", statOrderKey = "3852", statOrder = { 3852 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AspectOfSpiderDurationUnique__1"] = { affix = "", "(40-50)% increased Aspect of the Spider Debuff Duration", statOrderKey = "7203", statOrder = { 7203 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ESOnHitWebbedEnemiesUnique__1"] = { affix = "", "Gain (15-20) Energy Shield for each Enemy you Hit which is affected by a Spider's Web", statOrderKey = "4748", statOrder = { 4748 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AspectOfSpiderWebIntervalUnique__1"] = { affix = "", "Aspect of the Spider inflicts Spider's Webs and Hinder every 0.5 Seconds instead", statOrderKey = "7205", statOrder = { 7205 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PowerChargeOnHitWebbedEnemyUnique__1"] = { affix = "", "10% chance to gain a Power Charge on hitting an Enemy affected by a Spider's Web", statOrderKey = "4283", statOrder = { 4283 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PoisonChancePerPowerChargeUnique__1"] = { affix = "", "(6-10)% chance to Poison per Power Charge", statOrderKey = "4299", statOrder = { 4299 }, level = 1, group = "ChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDamagePerPowerChargeUnique__1"] = { affix = "", "(15-20)% increased Damage with Poison per Power Charge", statOrderKey = "6912", statOrder = { 6912 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["ChaosDamagePerWebOnEnemyUnique__1"] = { affix = "", "Adds (8-10) to (13-15) Chaos Damage for each Spider's Web on the Enemy", statOrderKey = "6646", statOrder = { 6646 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageAgainstEnemiesWith3WebsUnique__1_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Enemies affected by 3 Spider's Webs", statOrderKey = "5201", statOrder = { 5201 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaOfEffectAspectOfSpiderUnique__1"] = { affix = "", "(50-70)% increased Aspect of the Spider Area of Effect", statOrderKey = "7204", statOrder = { 7204 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageDealtByWebbedEnemiesUnique__1"] = { affix = "", "Enemies affected by your Spider's Webs deal 10% reduced Damage", statOrderKey = "4524", statOrder = { 4524 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ResistancesOfWebbedEnemiesUnique__1"] = { affix = "", "Enemies affected by your Spider's Webs have -10% to All Resistances", statOrderKey = "7043", statOrder = { 7043 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["NoArmourOrEnergyShieldUnique__1_"] = { affix = "", "You have no Armour or Maximum Energy Shield", statOrderKey = "7427", statOrder = { 7427 }, level = 1, group = "NoArmourOrEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["PoachersMarkCurseOnHitHexproofUnique__1"] = { affix = "", "Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy", statOrderKey = "436", statOrder = { 436 }, level = 61, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CullingStrikePoachersMarkUnique__1"] = { affix = "", "Culling Strike against Enemies Cursed with Poacher's Mark", statOrderKey = "4489", statOrder = { 4489 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageOnMovementSkillUnique__1"] = { affix = "", "Take (100-200) Physical Damage when you use a Movement Skill", statOrderKey = "7067", statOrder = { 7067 }, level = 1, group = "DamageOnMovementSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["RagingSpiritDamageUnique__1_"] = { affix = "", "Summoned Raging Spirits deal (130-150)% increased Damage", statOrderKey = "2965", statOrder = { 2965 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["RagingSpiritDamageUnique__2"] = { affix = "", "Summoned Raging Spirits deal (60-80)% increased Damage", statOrderKey = "2965", statOrder = { 2965 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["RagingSpiritAlwaysIgniteUnique__1"] = { affix = "", "Summoned Raging Spirits' Hits always Ignite", statOrderKey = "6985", statOrder = { 6985 }, level = 1, group = "RagingSpiritAlwaysIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "minion", "ailment" }, }, + ["ReducedRagingSpiritsAllowedUnique__1"] = { affix = "", "75% reduced Maximum number of Summoned Raging Spirits", statOrderKey = "6855", statOrder = { 6855 }, level = 1, group = "ReducedRagingSpiritsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["BlindingAuraSkillUnique__1"] = { affix = "", "Triggers Level 20 Blinding Aura when Equipped", statOrderKey = "389", statOrder = { 389 }, level = 79, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AddedFireDamageAgainstBlindedEnemiesUnique__1_"] = { affix = "", "Adds (145-157) to (196-210) Fire Damage to Hits with this Weapon against Blinded Enemies", statOrderKey = "6659", statOrder = { 6659 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["LightRadiusAppliesToAccuracyUnique__1_"] = { affix = "", "Increases and Reductions to Light Radius also apply to Accuracy", statOrderKey = "5361", statOrder = { 5361 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["FirePenetrationAgainstBlindedEnemiesUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance against Blinded Enemies", statOrderKey = "7018", statOrder = { 7018 }, level = 1, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HitsCannotBeEvadedAgainstBlindedEnemiesUnique__1"] = { affix = "", "Your Hits can't be Evaded by Blinded Enemies", statOrderKey = "5204", statOrder = { 5204 }, level = 72, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ManifestExtraDancingDervishCopiesUnique__1_"] = { affix = "", "Manifest Dancing Dervish also manifests a copy of Dancing Dervish", statOrderKey = "6032", statOrder = { 6032 }, level = 82, group = "ManifestExtraDancingDervishCopies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ChillEffectUnique__1"] = { affix = "", "(15-20)% increased Effect of Cold Ailments", statOrderKey = "4355", statOrder = { 4355 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["OnHitWhileCursedTriggeredCurseNovaUnique__1"] = { affix = "", "Trigger Level 20 Elemental Warding on Melee Hit while Cursed", statOrderKey = "475", statOrder = { 475 }, level = 77, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ChanceToBePoisonedUnique__1"] = { affix = "", "+25% chance to be Poisoned", statOrderKey = "2688", statOrder = { 2688 }, level = 1, group = "ChanceToBePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonExpiresSlowerUnique__1"] = { affix = "", "Poisons on you expire 50% slower", statOrderKey = "6924", statOrder = { 6924 }, level = 1, group = "PoisonExpiresSlower", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["MaximumResistancesWhilePoisonedUnique__1"] = { affix = "", "+3% to all maximum Resistances while Poisoned", statOrderKey = "3753", statOrder = { 3753 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["EnergyShieldRegenPerPoisonUnique__1"] = { affix = "", "Regenerate 80 Energy Shield per Second per Poison on you, up to 400 per second", statOrderKey = "4764", statOrder = { 4764 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["BleedOnSelfDealChaosDamageUnique__1"] = { affix = "", "You take Chaos Damage instead of Physical Damage from Bleeding", statOrderKey = "1768", statOrder = { 1768 }, level = 1, group = "BleedOnSelfDealChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, + ["MaximumLifePercentPerCorruptedItemUnique__1_"] = { affix = "", "6% increased Maximum Life for each Corrupted Item Equipped", statOrderKey = "2402", statOrder = { 2402 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumEnergyShieldPercentPerCorruptedItemUnique__1_"] = { affix = "", "8% increased Maximum Energy Shield for each Corrupted Item Equipped", statOrderKey = "2403", statOrder = { 2403 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["AllResistancesPerCorruptedItemUnique__1"] = { affix = "", "-(6-4)% to all Resistances for each Corrupted Item Equipped", statOrderKey = "2408", statOrder = { 2408 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["NoManaRecoveryDuringFlaskEffectUnique__1_"] = { affix = "", "Cannot gain Mana during effect", statOrderKey = "5809", statOrder = { 5809 }, level = 1, group = "NoManaRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskGainVaalSoulPerSecondUnique__1_"] = { affix = "", "Gain 2 Vaal Souls Per Second during effect", statOrderKey = "5810", statOrder = { 5810 }, level = 1, group = "FlaskGainVaalSoulPerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskGainVaalSoulsOnUseUnique__1"] = { affix = "", "Gain (10-12) Vaal Souls on use", statOrderKey = "5804", statOrder = { 5804 }, level = 1, group = "FlaskGainVaalSoulsOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskLoseChargesOnNewAreaUnique__1"] = { affix = "", "Loses all Charges when you enter a new area", statOrderKey = "3566", statOrder = { 3566 }, level = 1, group = "FlaskLoseChargesOnNewArea", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskVaalSkillDamageUnique__1"] = { affix = "", "(80-120)% increased Damage with Vaal Skills during effect", statOrderKey = "5889", statOrder = { 5889 }, level = 1, group = "FlaskVaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSkillDamageUnique__2"] = { affix = "", "Vaal Skills deal (30-40)% more Damage during Effect", statOrderKey = "5890", statOrder = { 5890 }, level = 1, group = "FlaskVaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSkillCriticalStrikeChanceUnique__1"] = { affix = "", "Vaal Skills have (80-120)% increased Critical Strike Chance during effect", statOrderKey = "5888", statOrder = { 5888 }, level = 1, group = "FlaskVaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSkillCostUnique__1"] = { affix = "", "Vaal Skills require 25% reduced Souls Per Use during effect", statOrderKey = "5892", statOrder = { 5892 }, level = 1, group = "FlaskVaalSkillCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSoulPreventionDurationUnique__1_"] = { affix = "", "Vaal Skills used during effect have (20-40)% reduced Soul Gain Prevention Duration", statOrderKey = "5893", statOrder = { 5893 }, level = 1, group = "FlaskVaalSoulPreventionDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalNoSoulPreventionUnique__1"] = { affix = "", "Vaal Skills used during effect do not apply Soul Gain Prevention", statOrderKey = "5891", statOrder = { 5891 }, level = 1, group = "FlaskVaalNoSoulPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["CannotGainFlaskChargesDuringEffectUnique__1"] = { affix = "", "Gains no Charges during effect of any Soul Ripper Flask", statOrderKey = "5966", statOrder = { 5966 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskVaalConsumeMaximumChargesUnique__1"] = { affix = "", "Consumes Maximum Charges to use", statOrderKey = "5798", statOrder = { 5798 }, level = 1, group = "FlaskVaalConsumeMaximumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskVaalGainSoulsAsChargesUnique__1_"] = { affix = "", "Gain Vaal Souls equal to Charges Consumed when used", statOrderKey = "5803", statOrder = { 5803 }, level = 1, group = "FlaskVaalGainSoulsAsCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["UniqueSelfCurseVulnerabilityLevel10"] = { affix = "", "You are Cursed with Vulnerability, with 40% increased Effect", statOrderKey = "2427", statOrder = { 2427 }, level = 28, group = "UniqueSelfCurseVulnerabilityLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["UniqueSelfCurseVulnerabilityLevel20"] = { affix = "", "You are Cursed with Vulnerability, with 80% increased Effect", statOrderKey = "2427", statOrder = { 2427 }, level = 66, group = "UniqueSelfCurseVulnerabilityLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["EnemiesExtraDamageRollsWhileAffectedByVulnerabilityUnique__1_"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are Cursed with Vulnerability", statOrderKey = "2422", statOrder = { 2422 }, level = 1, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CountAsLowLifeWhileAffectedByVulnerabilityUnique__1"] = { affix = "", "You count as on Low Life while you are Cursed with Vulnerability", statOrderKey = "2425", statOrder = { 2425 }, level = 1, group = "CountAsLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TrapAreaOfEffectUnique__1"] = { affix = "", "Skills used by Traps have (10-20)% increased Area of Effect", statOrderKey = "2792", statOrder = { 2792 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CastSpeedAppliesToTrapSpeedUnique__1"] = { affix = "", "Increases and Reductions to Cast Speed also Apply to Trap Throwing Speed", statOrderKey = "3776", statOrder = { 3776 }, level = 1, group = "CastSpeedAppliesToTrapSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["RandomChargeOnTrapTriggerUnique__1"] = { affix = "", "10% chance to gain an Endurance, Frenzy or Power Charge when any", "of your Traps are Triggered by an Enemy", statOrderKey = "6853,6853.1", statOrder = { 6853, 6853.1 }, level = 1, group = "RandomChargeOnTrapTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["TrapSkillsHaveBloodMagicUnique__1"] = { affix = "", "Skills which throw Traps Cost Life instead of Mana", statOrderKey = "7525", statOrder = { 7525 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotGainEnergyShieldUnique__1"] = { affix = "", "Cannot gain Energy Shield", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "CannotGainEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifeRegenerationWith500EnergyShieldUnique__1"] = { affix = "", "Regenerate 50 Life per second if you have at least 500 Maximum Energy Shield", statOrderKey = "3673", statOrder = { 3673 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationWith1000EnergyShieldUnique__1"] = { affix = "", "Regenerate 100 Life per second if you have at least 1000 Maximum Energy Shield", statOrderKey = "3674", statOrder = { 3674 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationWith1500EnergyShieldUnique__1"] = { affix = "", "Regenerate 150 Life per second if you have at least 1500 Maximum Energy Shield", statOrderKey = "3675", statOrder = { 3675 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifePerIntelligenceUnique__1"] = { affix = "", "+1 to Maximum Life per 2 Intelligence", statOrderKey = "1384", statOrder = { 1384 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NoMaximumLifePerStrengthUnique__1"] = { affix = "", "Strength provides no bonus to Maximum Life", statOrderKey = "1379", statOrder = { 1379 }, level = 1, group = "NoMaximumLifePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NoMaximumManaPerIntelligenceUnique__1"] = { affix = "", "Intelligence provides no bonus to Maximum Mana", statOrderKey = "1380", statOrder = { 1380 }, level = 1, group = "NoMaximumManaPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LifeRegenerationPer500EnergyShieldUnique__1"] = { affix = "", "Regenerate 1% of Life per second per 500 Maximum Energy Shield", statOrderKey = "5351", statOrder = { 5351 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SkeletonsTakeFireDamagrPerSecondUnique__1"] = { affix = "", "Summoned Skeletons take (15-30)% of their Maximum Life per second as Fire Damage", statOrderKey = "7255", statOrder = { 7255 }, level = 1, group = "SkeletonsTakeFireDamagrPerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["SkeletonsCoverEnemiesInAshUnique__1"] = { affix = "", "Summoned Skeletons Cover Enemies in Ash on Hit", statOrderKey = "7254", statOrder = { 7254 }, level = 1, group = "SkeletonsCoverEnemiesInAsh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SkeletonsHaveAvatarOfFireUnique__1_"] = { affix = "", "Summoned Skeletons have Avatar of Fire", statOrderKey = "7511", statOrder = { 7511 }, level = 1, group = "SkeletonsHaveAvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["AreaOfEffectPerEnemyKilledRecentlyUnique__1"] = { affix = "", "1% increased Area of Effect per Enemy killed recently, up to 50%", statOrderKey = "3814", statOrder = { 3814 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ZealotsOathIfHaventBeenHitRecentlyUnique__1"] = { affix = "", "You have Zealot's Oath if you haven't been hit recently", statOrderKey = "7526", statOrder = { 7526 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LifeGainOnHitIfVaalSkillUsedRecentlyUnique__1"] = { affix = "", "10 Life gained for each Enemy Hit if you have used a Vaal Skill Recently", statOrderKey = "5311", statOrder = { 5311 }, level = 1, group = "LifeGainOnHitIfVaalSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MovementVelocityIfVaalSkillUsedRecentlyUnique__1_"] = { affix = "", "10% increased Movement Speed if you have used a Vaal Skill Recently", statOrderKey = "6766", statOrder = { 6766 }, level = 40, group = "MovementVelocityIfVaalSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GainPowerChargeOnUsingVaalSkillUnique__1"] = { affix = "", "Gain a Power Charge when you use a Vaal Skill", statOrderKey = "4954", statOrder = { 4954 }, level = 1, group = "GainPowerChargeOnUsingVaalSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChaosDamageCanIgniteChillAndShockUnique__1"] = { affix = "", "Chaos Damage can Ignite, Chill and Shock", statOrderKey = "2188", statOrder = { 2188 }, level = 1, group = "ChaosDamageCanIgniteChillAndShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["GainSoulEaterOnVaalSkillUseUnique__1"] = { affix = "", "Gain Soul Eater for 20 seconds when you use a Vaal Skill", statOrderKey = "4964", statOrder = { 4964 }, level = 88, group = "GainSoulEaterOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["CriticalStrikeMultiplierPerUnallocatedStrengthJewelUnique__1_"] = { affix = "", "+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius", statOrderKey = "2464", statOrder = { 2464 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["AdditionalPhysicalReductionPerAllocatedStrengthJewelUnique__1"] = { affix = "", "1% additional Physical Damage Reduction per 10 Strength on Allocated Passives in Radius", statOrderKey = "2456", statOrder = { 2456 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["AdditionalStrengthPerAllocatedStrengthJewelUnique__1_"] = { affix = "", "-1 Strength per 1 Strength on Allocated Passives in Radius", statOrderKey = "2375", statOrder = { 2375 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["FlatManaPerUnallocatedDexterityJewelUnique__1"] = { affix = "", "+15 to Maximum Mana per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "2465", statOrder = { 2465 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MovementSpeedPerAllocatedDexterityJewelUnique__1"] = { affix = "", "2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2458", statOrder = { 2458 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AdditionalDexterityPerAllocatedDexterityJewelUnique__1"] = { affix = "", "-1 Dexterity per 1 Dexterity on Allocated Passives in Radius", statOrderKey = "2373", statOrder = { 2373 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AccuracyRatingPerUnallocatedIntelligenceJewelUnique__1"] = { affix = "", "+125 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "2463", statOrder = { 2463 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EnergyShieldRegenPerAllocatedIntelligenceJewelUnique__1_"] = { affix = "", "Regenerate 0.4% of Energy Shield per Second for", "every 10 Intelligence on Allocated Passives in Radius", statOrderKey = "2457,2457.1", statOrder = { 2457, 2457.1 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["AdditionalIntelligencePerAllocatedIntelligenceJewelUnique__1__"] = { affix = "", "-1 Intelligence per 1 Intelligence on Allocated Passives in Radius", statOrderKey = "2374", statOrder = { 2374 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["LifeRecoveryRatePerAllocatedStrengthUnique__1_"] = { affix = "", "2% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius", statOrderKey = "5939", statOrder = { 5939 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRatePerAllocatedStrengthUnique__2"] = { affix = "", "3% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius", statOrderKey = "5939", statOrder = { 5939 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRatePerUnallocatedStrengthUnique__1_"] = { affix = "", "2% reduced Life Recovery Rate per 10 Strength on Unallocated Passives in Radius", statOrderKey = "5940", statOrder = { 5940 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CriticalStrikeMultiplierPerUnallocatedStrengthUnique__1"] = { affix = "", "+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius", statOrderKey = "2464", statOrder = { 2464 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["MovementSpeedPerAllocatedDexterityUnique__1"] = { affix = "", "2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2458", statOrder = { 2458 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedPerAllocatedDexterityUnique__2"] = { affix = "", "3% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2458", statOrder = { 2458 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedPerUnallocatedDexterityUnique__1_"] = { affix = "", "2% reduced Movement Speed per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "5950", statOrder = { 5950 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AccuracyRatingPerUnallocatedDexterityUnique__1_"] = { affix = "", "+125 to Accuracy Rating per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "5894", statOrder = { 5894 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ManaRecoveryRatePerAllocatedIntelligenceUnique__1"] = { affix = "", "2% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius", statOrderKey = "5946", statOrder = { 5946 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRatePerAllocatedIntelligenceUnique__2"] = { affix = "", "3% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius", statOrderKey = "5946", statOrder = { 5946 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRatePerUnallocatedIntelligenceUnique__1"] = { affix = "", "2% reduced Mana Recovery Rate per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "5947", statOrder = { 5947 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["DamageOverTimeMultiplierPerUnallocatedIntelligenceUnique__1___"] = { affix = "", "+3% to Damage over Time Multiplier per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "5910", statOrder = { 5910 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalDamageConversionToRandomElementUnique__1"] = { affix = "", "50% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3667", statOrder = { 3667 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalDamageConversionToRandomElementUnique__2_"] = { affix = "", "100% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3667", statOrder = { 3667 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalDamageConversionToRandomElementImplicitE1"] = { affix = "", "100% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3667", statOrder = { 3667 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalAlwaysInflictElementalAilmentsUnique__1"] = { affix = "", "Hits with this Weapon always Ignite, Freeze, and Shock", statOrderKey = "3669", statOrder = { 3669 }, level = 1, group = "LocalAlwaysInflictElementalAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "attack", "ailment" }, }, + ["LocalElementalDamageAgainstIgnitedEnemiesUnique__1_"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Ignited Enemies", statOrderKey = "3670", statOrder = { 3670 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["LocalElementalDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Frozen Enemies", statOrderKey = "3671", statOrder = { 3671 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["LocalElementalDamageAgainstShockedEnemiesUnique__1_"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Shocked Enemies", statOrderKey = "3672", statOrder = { 3672 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["OnslaughtWhileNotOnLowManaUnique__1_"] = { affix = "", "You have Onslaught while not on Low Mana", statOrderKey = "4941", statOrder = { 4941 }, level = 1, group = "OnslaughtWhileNotOnLowMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LoseManaPerSecondUnique__1"] = { affix = "", "Lose (30-40) Mana per Second", statOrderKey = "5994", statOrder = { 5994 }, level = 1, group = "ManaDegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LoseManaPercentPerSecondUnique__1"] = { affix = "", "Lose 7% of Mana per Second", statOrderKey = "5995", statOrder = { 5995 }, level = 1, group = "ManaDegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["DodgeAndSpellDodgePerMaximumManaUnique__1"] = { affix = "", "2% chance to Dodge Attack and Spell Hits per 500 Maximum Mana, up to 20%", statOrderKey = "4629", statOrder = { 4629 }, level = 1, group = "ChanceToDodgeAndSpellDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["DisplayHasAdditionalModUnique__1"] = { affix = "", "Has an additional Implicit Mod", statOrderKey = "362", statOrder = { 362 }, level = 1, group = "DisplayHasAdditionalMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamageUniqueJewel_1"] = { affix = "", "(10-15)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ElementalHitDisableFireUniqueJewel_1"] = { affix = "", "With 40 total Intelligence and Dexterity in Radius, Elemental Hit and Wild Strike deal 50% less Fire Damage", "With 40 total Intelligence and Dexterity in Radius, Elemental Hit and Wild Strike cannot choose Fire", statOrderKey = "5919,5922", statOrder = { 5919, 5922 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["ElementalHitDisableColdUniqueJewel_1"] = { affix = "", "With 40 total Strength and Intelligence in Radius, Elemental Hit and Wild Strike deal 50% less Cold Damage", "With 40 total Strength and Intelligence in Radius, Elemental Hit and Wild Strike cannot choose Cold", statOrderKey = "5918,5921", statOrder = { 5918, 5921 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["ElementalHitDisableLightningUniqueJewel_1"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Elemental Hit and Wild Strike deal 50% less Lightning Damage", "With 40 total Dexterity and Strength in Radius, Elemental Hit and Wild Strike cannot choose Lightning", statOrderKey = "5920,5923", statOrder = { 5920, 5923 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["TriggerSummonPhantasmOnCorpseConsumeUnique__1"] = { affix = "", "Trigger Level 20 Summon Phantasm Skill when you Consume a corpse", statOrderKey = "486", statOrder = { 486 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CastSpeedPerCorpseConsumedRecentlyUnique__1"] = { affix = "", "3% increased Cast Speed for each corpse Consumed Recently", statOrderKey = "4230", statOrder = { 4230 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["LifeRegenerationIfCorpseConsumedRecentlyUnique__1"] = { affix = "", "If you Consumed a corpse Recently, you and nearby Allies Regenerate 5% of Life per second", statOrderKey = "7418", statOrder = { 7418 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CannotHaveNonGolemMinionsUnique__1_"] = { affix = "", "You cannot have non-Golem Minions", statOrderKey = "3005", statOrder = { 3005 }, level = 1, group = "CannotHaveNonGolemMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["UniqueTriggerSocketedWarcriesOnEnduranceChargeExpireOrUse"] = { affix = "", "Trigger a Socketed Warcry Skill on losing Endurance Charges, with a 0.25 second Cooldown", statOrderKey = "40", statOrder = { 40 }, level = 1, group = "UniqueTriggerSocketedWarcriesOnEnduranceChargeExpireOrUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueCurseWithSocketedCurseOnHit_"] = { affix = "", "Curse Enemies with Socketed Hex Curse Gem on Hit", statOrderKey = "5766", statOrder = { 5766 }, level = 30, group = "UniqueCurseWithSocketedCurseOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, + ["LessGolemDamageUnique__1"] = { affix = "", "Golems Deal (35-45)% less Damage", statOrderKey = "3014", statOrder = { 3014 }, level = 1, group = "GolemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["LessGolemLifeUnique__1"] = { affix = "", "Golems have (35-45)% less Life", statOrderKey = "3405", statOrder = { 3405 }, level = 1, group = "GolemLifeUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["GolemSizeUnique__1"] = { affix = "", "25% reduced Golem Size", statOrderKey = "3006", statOrder = { 3006 }, level = 1, group = "GolemSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GolemMovementSpeedUnique__1"] = { affix = "", "Golems have (80-100)% increased Movement Speed", statOrderKey = "4996", statOrder = { 4996 }, level = 1, group = "GolemMovementSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["SacrificeLifeToGainESUnique__1"] = { affix = "", "Sacrifice 5% of Life to gain that much Energy Shield when you Cast a Spell", statOrderKey = "7053", statOrder = { 7053 }, level = 1, group = "SacrificeLifeToGainES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["PhysicalDamageReductionPerKeystoneUnique__1"] = { affix = "", "4% additional Physical Damage Reduction per Keystone", statOrderKey = "3763", statOrder = { 3763 }, level = 1, group = "BenefitPerKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["CannotGainEnduranceChargesUnique__1__"] = { affix = "", "Cannot gain Endurance Charges", statOrderKey = "3991", statOrder = { 3991 }, level = 1, group = "CannotGainEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["GrantsStatsFromNonNotablesInRadiusUnique__1"] = { affix = "", "Grants all bonuses of Unallocated Small Passive Skills in Radius", statOrderKey = "5822", statOrder = { 5822 }, level = 1, group = "GrantsStatsFromNonNotablesInRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AllocatedNonNotablesGrantNothingUnique__1_"] = { affix = "", "Allocated Small Passive Skills in Radius grant nothing", statOrderKey = "5821", statOrder = { 5821 }, level = 1, group = "AllocatedNonNotablesGrantNothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueNearbyAlliesAreLuckyDisplay"] = { affix = "", "Nearby Allies' Damage with Hits is Lucky", statOrderKey = "5775", statOrder = { 5775 }, level = 1, group = "UniqueNearbyAlliesAreLucky", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["PlaceAdditionalMineWith600IntelligenceUnique__1"] = { affix = "", "Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Intelligence", statOrderKey = "6823", statOrder = { 6823 }, level = 1, group = "PlaceAdditionalMine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PlaceAdditionalMineWith600DexterityUnique__1"] = { affix = "", "Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Dexterity", statOrderKey = "6822", statOrder = { 6822 }, level = 1, group = "PlaceAdditionalMine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlockChancePer50StrengthUnique__1"] = { affix = "", "+1% Chance to Block Attack Damage per 50 Strength", statOrderKey = "592", statOrder = { 592 }, level = 85, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ExtraRollsSpellBlockUnique__1"] = { affix = "", "Chance to Block Spell Damage is Unlucky", statOrderKey = "598", statOrder = { 598 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChargeBonusEnduranceChargeDuration"] = { affix = "", "(20-40)% increased Endurance Charge Duration", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusFrenzyChargeDuration"] = { affix = "", "(20-40)% increased Frenzy Charge Duration", statOrderKey = "1487", statOrder = { 1487 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusPowerChargeDuration"] = { affix = "", "(20-40)% increased Power Charge Duration", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusEnduranceChargeOnKill"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrderKey = "1931", statOrder = { 1931 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusMovementVelocityPerEnduranceCharge"] = { affix = "", "1% increased Movement Speed per Endurance Charge", statOrderKey = "6768", statOrder = { 6768 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChargeBonusMovementVelocityPerFrenzyCharge"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChargeBonusMovementVelocityPerPowerCharge"] = { affix = "", "1% increased Movement Speed per Power Charge", statOrderKey = "6771", statOrder = { 6771 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChargeBonusLifeRegenerationPerEnduranceCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Endurance Charge", statOrderKey = "979", statOrder = { 979 }, level = 1, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusLifeRegenerationPerFrenzyCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Frenzy Charge", statOrderKey = "1929", statOrder = { 1929 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusLifeRegenerationPerPowerCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Power Charge", statOrderKey = "5354", statOrder = { 5354 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusDamagePerEnduranceCharge"] = { affix = "", "5% increased Damage per Endurance Charge", statOrderKey = "2503", statOrder = { 2503 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChargeBonusDamagePerFrenzyCharge"] = { affix = "", "5% increased Damage per Frenzy Charge", statOrderKey = "2592", statOrder = { 2592 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChargeBonusDamagePerPowerCharge"] = { affix = "", "5% increased Damage per Power Charge", statOrderKey = "4544", statOrder = { 4544 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChargeBonusAddedFireDamagePerEnduranceCharge"] = { affix = "", "(7-9) to (13-14) Fire Damage per Endurance Charge", statOrderKey = "6657", statOrder = { 6657 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ChargeBonusAddedColdDamagePerFrenzyCharge"] = { affix = "", "(6-8) to (12-13) Added Cold Damage per Frenzy Charge", statOrderKey = "3582", statOrder = { 3582 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ChargeBonusAddedLightningDamagePerPowerCharge"] = { affix = "", "(1-2) to (18-20) Lightning Damage per Power Charge", statOrderKey = "6661", statOrder = { 6661 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ChargeBonusBlockChancePerEnduranceCharge"] = { affix = "", "+1% Chance to Block Attack Damage per Endurance Charge", statOrderKey = "3735", statOrder = { 3735 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChargeBonusBlockChancePerFrenzyCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Frenzy Charge", statOrderKey = "3736", statOrder = { 3736 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChargeBonusBlockChancePerPowerCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Power Charge", statOrderKey = "3737", statOrder = { 3737 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChargeBonusDodgeChancePerEnduranceCharge"] = { affix = "", "1% chance to Dodge Attack Hits per Endurance Charge", statOrderKey = "4261", statOrder = { 4261 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChargeBonusDodgeChancePerFrenzyCharge"] = { affix = "", "1% chance to Dodge Attack Hits per Frenzy Charge", statOrderKey = "1855", statOrder = { 1855 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChargeBonusDodgeChancePerPowerCharge"] = { affix = "", "1% chance to Dodge Attack Hits per Power Charge", statOrderKey = "4262", statOrder = { 4262 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChargeBonusFireDamageAddedAsChaos__"] = { affix = "", "Gain 1% of Fire Damage as Extra Chaos Damage per Endurance Charge", statOrderKey = "4814", statOrder = { 4814 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ChargeBonusColdDamageAddedAsChaos"] = { affix = "", "Gain 1% of Cold Damage as Extra Chaos Damage per Frenzy Charge", statOrderKey = "4359", statOrder = { 4359 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["ChargeBonusLightningDamageAddedAsChaos"] = { affix = "", "Gain 1% of Lightning Damage as Extra Chaos Damage per Power Charge", statOrderKey = "5370", statOrder = { 5370 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["ChargeBonusArmourPerEnduranceCharge"] = { affix = "", "6% increased Armour per Endurance Charge", statOrderKey = "6892", statOrder = { 6892 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["ChargeBonusEvasionPerFrenzyCharge"] = { affix = "", "8% increased Evasion Rating per Frenzy Charge", statOrderKey = "961", statOrder = { 961 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["ChargeBonusEnergyShieldPerPowerCharge"] = { affix = "", "3% increased Energy Shield per Power Charge", statOrderKey = "4756", statOrder = { 4756 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ChargeBonusChanceToGainMaximumEnduranceCharges"] = { affix = "", "15% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges", statOrderKey = "3547", statOrder = { 3547 }, level = 1, group = "ChanceToGainMaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusChanceToGainMaximumFrenzyCharges"] = { affix = "", "15% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", statOrderKey = "4930", statOrder = { 4930 }, level = 1, group = "ChanceToGainMaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusChanceToGainMaximumPowerCharges"] = { affix = "", "15% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrderKey = "4931,4931.1", statOrder = { 4931, 4931.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusEnduranceChargeIfHitRecently"] = { affix = "", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrderKey = "4911", statOrder = { 4911 }, level = 1, group = "EnduranceChargeIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusFrenzyChargeOnHit__"] = { affix = "", "10% chance to gain a Frenzy Charge on Hit", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "FrenzyChargeOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusPowerChargeOnCrit"] = { affix = "", "20% chance to gain a Power Charge on Critical Strike", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "critical" }, }, + ["ChargeBonusAttackAndCastSpeedPerEnduranceCharge"] = { affix = "", "1% increased Attack and Cast Speed per Endurance Charge", statOrderKey = "3873", statOrder = { 3873 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ChargeBonusAccuracyRatingPerFrenzyCharge"] = { affix = "", "10% increased Accuracy Rating per Frenzy Charge", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["ChargeBonusAttackAndCastSpeedPerPowerCharge"] = { affix = "", "1% increased Attack and Cast Speed per Power Charge", statOrderKey = "3874", statOrder = { 3874 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ChargeBonusCriticalStrikeChancePerEnduranceCharge"] = { affix = "", "6% increased Critical Strike Chance per Endurance Charge", statOrderKey = "4444", statOrder = { 4444 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChargeBonusCriticalStrikeChancePerFrenzyCharge"] = { affix = "", "6% increased Critical Strike Chance per Frenzy Charge", statOrderKey = "4445", statOrder = { 4445 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChargeBonusCriticalStrikeMultiplierPerPowerCharge"] = { affix = "", "+3% to Critical Strike Multiplier per Power Charge", statOrderKey = "2588", statOrder = { 2588 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["ChargeBonusChaosResistancePerEnduranceCharge_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrderKey = "4311", statOrder = { 4311 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChargeBonusPhysicalDamageReductionPerFrenzyCharge__"] = { affix = "", "1% additional Physical Damage Reduction per Frenzy Charge", statOrderKey = "6884", statOrder = { 6884 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["ChargeBonusPhysicalDamageReductionPerPowerCharge_"] = { affix = "", "1% additional Physical Damage Reduction per Power Charge", statOrderKey = "6886", statOrder = { 6886 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["ChargeBonusMaximumEnduranceCharges"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusMaximumFrenzyCharges"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusMaximumPowerCharges"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusIntimidateOnHitEnduranceCharges"] = { affix = "", "Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges", statOrderKey = "5276", statOrder = { 5276 }, level = 1, group = "IntimidateOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChargeBonusOnslaughtOnHitFrenzyCharges_"] = { affix = "", "Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges", statOrderKey = "4937", statOrder = { 4937 }, level = 1, group = "OnslaughtOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChargeBonusArcaneSurgeOnHitPowerCharges"] = { affix = "", "Gain Arcane Surge on Hit with Spells while at maximum Power Charges", statOrderKey = "4893", statOrder = { 4893 }, level = 1, group = "ArcaneSurgeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["ChargeBonusCannotBeStunnedEnduranceCharges__"] = { affix = "", "You cannot be Stunned while at maximum Endurance Charges", statOrderKey = "3364", statOrder = { 3364 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChargeBonusFlaskChargeOnCritFrenzyCharges"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike while at maximum Frenzy Charges", statOrderKey = "4916", statOrder = { 4916 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["ChargeBonusAdditionalCursePowerCharges"] = { affix = "", "You can apply an additional Curse while at maximum Power Charges", statOrderKey = "6820", statOrder = { 6820 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ChargeBonusVaalPactEnduranceCharges"] = { affix = "", "You have Vaal Pact while at maximum Endurance Charges", statOrderKey = "7517", statOrder = { 7517 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusIronReflexesFrenzyCharges"] = { affix = "", "You have Iron Reflexes while at maximum Frenzy Charges", statOrderKey = "7515", statOrder = { 7515 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["ChargeBonusMindOverMatterPowerCharges"] = { affix = "", "You have Mind over Matter while at maximum Power Charges", statOrderKey = "7516", statOrder = { 7516 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["GlobalEnergyShieldPercentUnique__1"] = { affix = "", "(15-20)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GlobalEvasionRatingPercentUnique__1"] = { affix = "", "(15-20)% increased Evasion Rating", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["GlobalEvasionRatingAndArmourPercentUnique__1_"] = { affix = "", "(30-60)% increased Evasion Rating and Armour", statOrderKey = "947", statOrder = { 947 }, level = 1, group = "EvasionRatingAndArmourPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "armour", "defences" }, }, + ["GlobalPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(15-20)% increased Armour", statOrderKey = "945", statOrder = { 945 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["NearbyEnemiesReducedStunRecoveryUnique__1"] = { affix = "", "10% reduced Stun and Block Recovery", "Nearby Enemies have 10% reduced Stun and Block Recovery", statOrderKey = "1270,2721", statOrder = { 1270, 2721 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesGrantIncreasedFlaskChargesUnique__1"] = { affix = "", "Nearby Enemies grant 25% increased Flask Charges", statOrderKey = "2719", statOrder = { 2719 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["NearbyEnemiesHaveIncreasedChanceToBeCritUnique__1"] = { affix = "", "Hits against Nearby Enemies have 50% increased Critical Strike Chance", statOrderKey = "2717", statOrder = { 2717 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["NearbyEnemiesHaveIncreasedChanceToBeCritUnique__2"] = { affix = "", "Hits have 50% increased Critical Strike Chance against you", "Hits against Nearby Enemies have 50% increased Critical Strike Chance", statOrderKey = "2435,2718", statOrder = { 2435, 2718 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["NearbyEnemiesHaveReducedAllResistancesUnique__1"] = { affix = "", "Nearby Enemies have -10% to all Resistances", statOrderKey = "2306", statOrder = { 2306 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["AuraAddedFireDamagePerRedSocketUnique__1"] = { affix = "", "You and Nearby Allies have 64 to 96 added Fire Damage per Red Socket", statOrderKey = "2311", statOrder = { 2311 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AuraAddedColdDamagePerGreenSocketUnique__1"] = { affix = "", "You and Nearby Allies have 56 to 88 added Cold Damage per Green Socket", statOrderKey = "2312", statOrder = { 2312 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AuraAddedLightningDamagePerBlueSocketUnique__1"] = { affix = "", "You and Nearby Allies have 16 to 144 added Lightning Damage per Blue Socket", statOrderKey = "2313", statOrder = { 2313 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AuraAddedChaosDamagePerWhiteSocketUnique__1"] = { affix = "", "You and Nearby Allies have 47 to 61 added Chaos Damage per White Socket", statOrderKey = "2314", statOrder = { 2314 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ArmourPerEvasionRatingOnShieldUnique__1"] = { affix = "", "+5 to Armour per 5 Evasion Rating on Equipped Shield", statOrderKey = "3680", statOrder = { 3680 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EvasionRatingPerEnergyShieldOnShieldUnique__1"] = { affix = "", "+20 to Evasion Rating per 5 Maximum Energy Shield on Equipped Shield", statOrderKey = "3681", statOrder = { 3681 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["EnergyShieldPerArmourOnShieldUnique__1"] = { affix = "", "+1 to Maximum Energy Shield per 5 Armour on Equipped Shield", statOrderKey = "3679", statOrder = { 3679 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifeLeechFromSpellsWith30BlockOnShieldUnique__1_"] = { affix = "", "0.5% of Spell Damage Leeched as Life if Equipped Shield has at least 30% Chance to Block", statOrderKey = "3678", statOrder = { 3678 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["AngerNoReservationUnique__1"] = { affix = "", "Anger has no Reservation", statOrderKey = "3789", statOrder = { 3789 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["ClarityNoReservationUnique__1"] = { affix = "", "Clarity has no Reservation", statOrderKey = "4347", statOrder = { 4347 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["DeterminationNoReservationUnique__1"] = { affix = "", "Determination has no Reservation", statOrderKey = "4605", statOrder = { 4605 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["DisciplineNoReservationUnique__1"] = { affix = "", "Discipline has no Reservation", statOrderKey = "4613", statOrder = { 4613 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["GraceNoReservationUnique__1"] = { affix = "", "Grace has no Reservation", statOrderKey = "4998", statOrder = { 4998 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["HasteNoReservationUnique__1"] = { affix = "", "Haste has no Reservation", statOrderKey = "5013", statOrder = { 5013 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["HatredNoReservationUnique__1_"] = { affix = "", "Hatred has no Reservation", statOrderKey = "5014", statOrder = { 5014 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PurityOfElementsNoReservationUnique__1_"] = { affix = "", "Purity of Elements has no Reservation", statOrderKey = "6967", statOrder = { 6967 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PurityOfFireNoReservationUnique__1"] = { affix = "", "Purity of Fire has no Reservation", statOrderKey = "6968", statOrder = { 6968 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PurityOfIceNoReservationUnique__1_"] = { affix = "", "Purity of Ice has no Reservation", statOrderKey = "6969", statOrder = { 6969 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PurityOfLightningNoReservationUnique__1"] = { affix = "", "Purity of Lightning has no Reservation", statOrderKey = "6970", statOrder = { 6970 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["VitalityNoReservationUnique__1"] = { affix = "", "Vitality has no Reservation", statOrderKey = "7376", statOrder = { 7376 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["WrathNoReservationUnique__1"] = { affix = "", "Wrath has no Reservation", statOrderKey = "7412", statOrder = { 7412 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["EnvyNoReservationUnique__1"] = { affix = "", "Envy has no Reservation", statOrderKey = "4772", statOrder = { 4772 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["MalevolenceNoReservationUnique__1"] = { affix = "", "Malevolence has no Reservation", statOrderKey = "4601", statOrder = { 4601 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["ZealotryNoReservationUnique__1"] = { affix = "", "Zealotry has no Reservation", statOrderKey = "7449", statOrder = { 7449 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PrideNoReservationUnique__1"] = { affix = "", "Pride has no Reservation", statOrderKey = "6942", statOrder = { 6942 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["MinionAddedPhysicalDamageUnique__1"] = { affix = "", "Minions deal (45-51) to (66-78) additional Physical Damage", statOrderKey = "3088", statOrder = { 3088 }, level = 1, group = "MinionAddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["DoubleDamageChanceImplicitMace1"] = { affix = "", "5% chance to deal Double Damage", statOrderKey = "4250", statOrder = { 4250 }, level = 1, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AdditionalHolyRelicUnique__1"] = { affix = "", "+1 to maximum number of Summoned Holy Relics", statOrderKey = "4013", statOrder = { 4013 }, level = 78, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["HolyRelicCooldownRecoveryUnique__1"] = { affix = "", "Summoned Holy Relics have (20-25)% reduced Cooldown Recovery Rate", statOrderKey = "5211", statOrder = { 5211 }, level = 1, group = "HolyRelicCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ColdDamageTakenUnique__1"] = { affix = "", "5% reduced Cold Damage taken", statOrderKey = "2707", statOrder = { 2707 }, level = 1, group = "ColdDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["ColdDamageTakenUnique__2"] = { affix = "", "10% increased Cold Damage taken", statOrderKey = "2707", statOrder = { 2707 }, level = 1, group = "ColdDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["OnslaughtEffectUnique__1"] = { affix = "", "(60-100)% increased Onslaught Effect", statOrderKey = "2596", statOrder = { 2596 }, level = 1, group = "OnslaughtEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalDamageWhileResoluteTechniqueUnique__1__"] = { affix = "", "100% increased Physical Damage while you have Resolute Technique", statOrderKey = "7527", statOrder = { 7527 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedWeaponElementalDamagePercentPerPowerChargeUnique__1"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills per Power Charge", statOrderKey = "4682", statOrder = { 4682 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ArrowsAlwaysPierceAfterForkingUnique__1__"] = { affix = "", "Arrows Pierce all Targets after Forking", statOrderKey = "3842", statOrder = { 3842 }, level = 1, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ArrowsThatPierceHaveCritMultiUnique__1"] = { affix = "", "Arrows that Pierce have +50% to Critical Strike Multiplier", statOrderKey = "4459", statOrder = { 4459 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SupportedByGreaterVolleyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Greater Volley", statOrderKey = "119", statOrder = { 119 }, level = 1, group = "SupportedByGreaterVolley", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByIgniteProliferationUnique1"] = { affix = "", "Socketed Gems are Supported by Level 20 Ignite Proliferation", statOrderKey = "120", statOrder = { 120 }, level = 1, group = "SupportedByIgniteProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ChanceToBleedWithoutAvatarOfFireUnique__1"] = { affix = "", "Attacks with this Weapon have 50% chance to inflict Bleeding while you do not have Avatar of Fire", statOrderKey = "7531", statOrder = { 7531 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["FireDamageVersusBleedingEnemiesUnique__1"] = { affix = "", "(70-100)% increased Fire Damage with Hits and Ailments against Bleeding Enemies", statOrderKey = "4820", statOrder = { 4820 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["PhysicalDamageVersusIgnitedEnemiesUnique__1"] = { affix = "", "(70-100)% increased Physical Damage with Hits and Ailments against Ignited Enemies", statOrderKey = "6879", statOrder = { 6879 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageTakenAsRandomElementUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Damage of a Random Element", statOrderKey = "6867", statOrder = { 6867 }, level = 1, group = "PhysicalDamageTakenAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental" }, }, + ["StartEnergyShieldRechargeOnSkillUnique__1"] = { affix = "", "10% chance for Energy Shield Recharge to start when you use a Skill", statOrderKey = "4758", statOrder = { 4758 }, level = 1, group = "StartEnergyShieldRechargeOnSkillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["SpellCriticalStrikeChancePerSpectreUnique__1_"] = { affix = "", "(40-50)% increased Critical Strike Chance for Spells per Raised Spectre", statOrderKey = "7174", statOrder = { 7174 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, + ["GainArcaneSurgeOnCritUnique__1"] = { affix = "", "Gain Arcane Surge when you deal a Critical Strike", statOrderKey = "4891", statOrder = { 4891 }, level = 1, group = "ArcaneSurgeOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SpectresGainArcaneSurgeWhenYouDoUnique__1_"] = { affix = "", "Your Raised Spectres also gain Arcane Surge when you do", statOrderKey = "7161", statOrder = { 7161 }, level = 1, group = "SpectresGainArcaneSurge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["TriggerFeastOfFleshSkillUnique__1_"] = { affix = "", "Trigger Level 15 Feast of Flesh every 5 seconds", statOrderKey = "470", statOrder = { 470 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggerRandomOfferingSkillUnique__1"] = { affix = "", "Trigger Level 20 Bone Offering, Flesh Offering or Spirit Offering every 5 seconds", "Offering Skills Triggered this way also affect you", statOrderKey = "471,471.1", statOrder = { 471, 471.1 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LeftRingSpellProjectilesForkUnique__1_"] = { affix = "", "Left ring slot: Projectiles from Spells Fork", statOrderKey = "5842", statOrder = { 5842 }, level = 1, group = "LeftRingSpellProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LeftRingSpellProjectilesCannotChainUnique__1"] = { affix = "", "Left ring slot: Projectiles from Spells cannot Chain", statOrderKey = "5841", statOrder = { 5841 }, level = 1, group = "LeftRingSpellProjectilesCannotChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RightRingSpellProjectilesChainUnique__1"] = { affix = "", "Right ring slot: Projectiles from Spells Chain +1 times", statOrderKey = "5862", statOrder = { 5862 }, level = 1, group = "RightRingSpellProjectilesChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RightRingSpellProjectilesCannotForkUnique__1"] = { affix = "", "Right ring slot: Projectiles from Spells cannot Fork", statOrderKey = "5863", statOrder = { 5863 }, level = 1, group = "RightRingSpellProjectilesCannotFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireAndChaosDamageResistanceUnique__1__"] = { affix = "", "+(20-25)% to Fire and Chaos Resistances", statOrderKey = "4806", statOrder = { 4806 }, level = 1, group = "FireAndChaosDamageResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "chaos", "resistance" }, }, + ["TriggerArcaneWakeSkillUnique__1"] = { affix = "", "Trigger Level 20 Arcane Wake after Spending a total of 200 Mana", statOrderKey = "440", statOrder = { 440 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DoubleDamageWithWeaponUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage", statOrderKey = "5790", statOrder = { 5790 }, level = 1, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FocusCooldownRecoveryUnique__1_"] = { affix = "", "Focus has (30-50)% increased Cooldown Recovery Rate", statOrderKey = "4855", statOrder = { 4855 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeRegenPerUncorruptedItemUnique__1"] = { affix = "", "Regenerate 15 Life per second for each Uncorrupted Item Equipped", statOrderKey = "2406", statOrder = { 2406 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotalManaCostPerCorruptedItemUnique__1"] = { affix = "", "-2 to Total Mana Cost of Skills for each Corrupted Item Equipped", statOrderKey = "3635", statOrder = { 3635 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ChillNearbyEnemiesOnFocusUnique__1_"] = { affix = "", "Chill nearby Enemies when you Focus, causing 30% reduced Action Speed", statOrderKey = "4338", statOrder = { 4338 }, level = 67, group = "ChillNearbyEnemiesOnFocus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["DamageWithHitsAndAilmentsAgainstChilledEnemyUnique__1"] = { affix = "", "(50-70)% increased Damage with Hits and Ailments against Chilled Enemies", statOrderKey = "5198", statOrder = { 5198 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalDamageWhileAffectedBySextantUnique__1"] = { affix = "", "(30-40)% increased Elemental Damage while in an area affected by a Sextant", statOrderKey = "4672", statOrder = { 4672 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePerSextantUnique__1"] = { affix = "", "10% increased Elemental Damage per Sextant affecting the area", statOrderKey = "4670", statOrder = { 4670 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AttackSpeedPerMapModUnique__1"] = { affix = "", "3% increased Attack Speed for each Map Item Modifier affecting the Area", statOrderKey = "3925", statOrder = { 3925 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AttackDamagePerMapModUnique__1"] = { affix = "", "6% increased Attack Damage for each Map Item Modifier affecting the Area", statOrderKey = "3899", statOrder = { 3899 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["BleedOnCritUnique__1_"] = { affix = "", "50% chance to inflict Bleeding on Critical Strike with Attacks", statOrderKey = "1802", statOrder = { 1802 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, }, + ["MaimOnCritUnique__1"] = { affix = "", "50% chance to Maim Enemies on Critical Strike with Attacks", statOrderKey = "5981", statOrder = { 5981 }, level = 1, group = "ChanceToMaim", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["EnemiesYouBleedGrantIncreasedFlaskChargesUnique__1_"] = { affix = "", "Enemies you inflict Bleeding on grant (60-100)% increased Flask Charges", statOrderKey = "1809", statOrder = { 1809 }, level = 1, group = "FlaskChargesGained", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["AddedPhysicalDamageVsBleedingEnemiesUnique__1"] = { affix = "", "Adds (100-120) to (150-165) Physical Damage against Bleeding Enemies", statOrderKey = "1810", statOrder = { 1810 }, level = 1, group = "MinimumAddedPhysicalDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["LifeRegenerationIfBlockedRecentlyUnique__1"] = { affix = "", "If you have Blocked Recently, you and nearby Allies Regenerate 5% of Life per second", statOrderKey = "7419", statOrder = { 7419 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GroundTarOnBlockUnique__1"] = { affix = "", "Spreads Tar when you Block", statOrderKey = "5003", statOrder = { 5003 }, level = 79, group = "GroundTarOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["GainShapersPresenceUnique__1"] = { affix = "", "Gain Shaper's Presence for 10 seconds when you kill a Rare or Unique Enemy", statOrderKey = "4962", statOrder = { 4962 }, level = 81, group = "GainShapersPresence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellsCannotPierceUnique__1__"] = { affix = "", "Projectiles from Spells cannot Pierce", statOrderKey = "6956", statOrder = { 6956 }, level = 1, group = "SpellsCannotPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemiesIgnitedTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Ignited by you during Flask Effect take 10% increased Damage", statOrderKey = "556", statOrder = { 556 }, level = 1, group = "EnemiesIgnitedTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage" }, }, + ["GainChargeOnConsumingIgnitedCorpseUnique__1__"] = { affix = "", "Recharges 1 Charge when you Consume an Ignited corpse", statOrderKey = "526", statOrder = { 526 }, level = 1, group = "GainChargeOnConsumingIgnitedCorpse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["RecoverMaximumLifeOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Life when you Kill an Enemy during Flask Effect", statOrderKey = "557", statOrder = { 557 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["RecoverMaximumManaOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Mana when you Kill an Enemy during Flask Effect", statOrderKey = "558", statOrder = { 558 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["RecoverMaximumEnergyShieldOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Energy Shield when you Kill an Enemy during Flask Effect", statOrderKey = "559", statOrder = { 559 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, + ["AlternateFireAilmentUnique__1"] = { affix = "", "25% chance to Scorch Enemies", "Cannot inflict Ignite", statOrderKey = "1388,1869", statOrder = { 1388, 1869 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AlternateColdAilmentUnique__1"] = { affix = "", "25% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrderKey = "1391,1871", statOrder = { 1391, 1871 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["AlternateLightningAilmentUnique__1__"] = { affix = "", "25% chance to Sap Enemies", "Cannot inflict Shock", statOrderKey = "1395,1872", statOrder = { 1395, 1872 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(40-55)% to Chaos Damage over Time Multiplier", statOrderKey = "686", statOrder = { 686 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ColdDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(25-35)% to Cold Damage over Time Multiplier", statOrderKey = "683", statOrder = { 683 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierUnique__2"] = { affix = "", "+(16-22)% to Cold Damage over Time Multiplier", statOrderKey = "683", statOrder = { 683 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["FireDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(40-60)% to Fire Damage over Time Multiplier", statOrderKey = "678", statOrder = { 678 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierUnique__2_"] = { affix = "", "+(15-25)% to Fire Damage over Time Multiplier", statOrderKey = "678", statOrder = { 678 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierUnique__3"] = { affix = "", "+(8-12)% to Fire Damage over Time Multiplier", statOrderKey = "678", statOrder = { 678 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["CurseCastSpeedUnique__1"] = { affix = "", "Curse Skills have (10-20)% increased Cast Speed", statOrderKey = "1578", statOrder = { 1578 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "curse" }, }, + ["CurseCastSpeedUnique__2"] = { affix = "", "Curse Skills have (8-12)% increased Cast Speed", statOrderKey = "1578", statOrder = { 1578 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "curse" }, }, + ["TriggerSocketedCurseSkillsOnCurseUnique__1_"] = { affix = "", "Trigger Socketed Curse Skill when you cast a Curse Skill, with a 0.25 second Cooldown", statOrderKey = "489", statOrder = { 489 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, + ["EnergyShieldLeechPerCurseUnique__1_"] = { affix = "", "0.2% of Spell Damage Leeched as Energy Shield for each Curse on Enemy", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ElementalDamagePercentAddedAsChaosPerShaperItemUnique__1"] = { affix = "", "Gain (3-5)% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped", statOrderKey = "3636", statOrder = { 3636 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["HitsIgnoreChaosResistanceAllShaperItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items", statOrderKey = "5206", statOrder = { 5206 }, level = 1, group = "HitsIgnoreChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HitsIgnoreChaosResistanceAllElderItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items", statOrderKey = "5205", statOrder = { 5205 }, level = 1, group = "HitsIgnoreChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ColdDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Cold Resistance above 75%", statOrderKey = "4358", statOrder = { 4358 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Lightning Damage per 1% Lightning Resistance above 75%", statOrderKey = "5369", statOrder = { 5369 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["FlaskConsecratedGroundDurationUnique__1"] = { affix = "", "(30-50)% increased Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskConsecratedGroundDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskConsecratedGroundAreaOfEffectUnique__1_"] = { affix = "", "Consecrated Ground created by this Flask has Tripled Radius", statOrderKey = "5795", statOrder = { 5795 }, level = 1, group = "FlaskConsecratedGroundAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskConsecratedGroundDamageTakenUnique__1"] = { affix = "", "Consecrated Ground created during Effect applies (7-10)% increased Damage taken to Enemies", statOrderKey = "5801", statOrder = { 5801 }, level = 1, group = "FlaskConsecratedGroundDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage" }, }, + ["FlaskConsecratedGroundEffectUnique__1_"] = { affix = "", "+(1-2)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect", statOrderKey = "5799", statOrder = { 5799 }, level = 1, group = "FlaskConsecratedGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, + ["ShockProliferationUnique__1"] = { affix = "", "Shocks you inflict spread to other Enemies within a Radius of 15", statOrderKey = "1583", statOrder = { 1583 }, level = 1, group = "ShockProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationDuringFlaskEffectUnique__1"] = { affix = "", "Shocks you inflict during Flask effect spread to other Enemies in a radius of 20", statOrderKey = "2614", statOrder = { 2614 }, level = 85, group = "ShockProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ShockEffectDuringFlaskEffectUnique__1__"] = { affix = "", "(25-40)% increased Effect of Shocks you inflict during Flask effect", statOrderKey = "2613", statOrder = { 2613 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ShockOnKillUnique__1"] = { affix = "", "Enemies you kill are Shocked", statOrderKey = "1280", statOrder = { 1280 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["DivineChargeOnHitUnique__1_"] = { affix = "", "+10 to maximum Divine Charges", "Gain a Divine Charge on Hit", statOrderKey = "3689,3690", statOrder = { 3689, 3690 }, level = 1, group = "DivineCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainDivinityOnMaxDivineChargeUnique__1"] = { affix = "", "You gain Divinity for 10 seconds on reaching maximum Divine Charges", "Lose all Divine Charges when you gain Divinity", statOrderKey = "3692,3692.1", statOrder = { 3692, 3692.1 }, level = 1, group = "DivineCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesCannotCritUnique__1"] = { affix = "", "Never deal Critical Strikes", "Nearby Enemies cannot deal Critical Strikes", statOrderKey = "1540,5779", statOrder = { 1540, 5779 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["NearbyAlliesCannotBeSlowedUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", "Nearby Allies' Action Speed cannot be modified to below base value", statOrderKey = "2499,5773", statOrder = { 2499, 5773 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ManaReservationPerAttributeUnique__1"] = { affix = "", "1% reduced Reservation of Skills per 250 total Attributes", statOrderKey = "6030", statOrder = { 6030 }, level = 1, group = "ManaReservationReduced", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DefencesPer100StrengthAuraUnique__1"] = { affix = "", "Nearby Allies have (4-6)% increased Defences per 100 Strength you have", statOrderKey = "2307", statOrder = { 2307 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["CriticalMultiplierPer100DexterityAuraUnique__1"] = { affix = "", "Nearby Allies have +(6-8)% to Critical Strike Multiplier per 100 Dexterity you have", statOrderKey = "2308", statOrder = { 2308 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CastSpeedPer100IntelligenceAuraUnique__1"] = { affix = "", "Nearby Allies have (2-4)% increased Cast Speed per 100 Intelligence you have", statOrderKey = "2309", statOrder = { 2309 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["GrantsAccuracyAuraSkillUnique__1"] = { affix = "", "Grants Level 22 Precision Skill", statOrderKey = "394", statOrder = { 394 }, level = 81, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PrecisionAuraBonusUnique__1"] = { affix = "", "Precision has 50% less Reservation", statOrderKey = "6932", statOrder = { 6932 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SupportedByBlessingSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Blessing", statOrderKey = "86", statOrder = { 86 }, level = 1, group = "SupportedByBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["TriggerBowSkillsOnBowAttackUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown", statOrderKey = "433", statOrder = { 433 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "gem" }, }, + ["TriggerBowSkillsOnCastUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Cast a Spell while", "wielding a Bow, with a 1 second Cooldown", statOrderKey = "496,496.1", statOrder = { 496, 496.1 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["MaximumLifeLeechAmountUnique__1"] = { affix = "", "50% reduced Maximum Recovery per Life Leech", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeLeechAmountUnique__2"] = { affix = "", "80% reduced Maximum Recovery per Life Leech", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeLeechNotRemovedOnFullLifeUnique__1"] = { affix = "", "Life Leech effects are not removed at Full Life", statOrderKey = "2515", statOrder = { 2515 }, level = 1, group = "LifeLeechNotRemovedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AttacksBlindOnHitChanceUnique__1"] = { affix = "", "5% chance to Blind Enemies on Hit with Attacks", statOrderKey = "3948", statOrder = { 3948 }, level = 1, group = "BlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["HeraldBonusExtraMod1"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7443", statOrder = { 7443 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod2_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7443", statOrder = { 7443 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod3_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7443", statOrder = { 7443 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod4"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7443", statOrder = { 7443 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod5"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7443", statOrder = { 7443 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusThunderReservation"] = { affix = "", "Herald of Thunder has (15-20)% reduced Reservation", statOrderKey = "3345", statOrder = { 3345 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusThunderLightningDamage"] = { affix = "", "(40-60)% increased Lightning Damage while affected by Herald of Thunder", statOrderKey = "5372", statOrder = { 5372 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HeraldBonusThunderEffect"] = { affix = "", "Herald of Thunder has (40-60)% increased Buff Effect", statOrderKey = "5179", statOrder = { 5179 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusThunderMaxLightningResist"] = { affix = "", "+1% to maximum Lightning Resistance while affected by Herald of Thunder", statOrderKey = "6602", statOrder = { 6602 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HeraldBonusThunderLightningResist_"] = { affix = "", "+(50-60)% to Lightning Resistance while affected by Herald of Thunder", statOrderKey = "5374", statOrder = { 5374 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HeraldBonusAshReservation"] = { affix = "", "Herald of Ash has (15-20)% reduced Reservation", statOrderKey = "3343", statOrder = { 3343 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusAshFireDamage"] = { affix = "", "(40-60)% increased Fire Damage while affected by Herald of Ash", statOrderKey = "4822", statOrder = { 4822 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HeraldBonusAshEffect"] = { affix = "", "Herald of Ash has (40-60)% increased Buff Effect", statOrderKey = "5170", statOrder = { 5170 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusAshMaxFireResist"] = { affix = "", "+1% to maximum Fire Resistance while affected by Herald of Ash", statOrderKey = "6589", statOrder = { 6589 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["HeraldBonusFireResist"] = { affix = "", "+(50-60)% to Fire Resistance while affected by Herald of Ash", statOrderKey = "4823", statOrder = { 4823 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["HeraldBonusIceReservation_"] = { affix = "", "Herald of Ice has (15-20)% reduced Reservation", statOrderKey = "3344", statOrder = { 3344 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusIceColdDamage"] = { affix = "", "(40-60)% increased Cold Damage while affected by Herald of Ice", statOrderKey = "4367", statOrder = { 4367 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HeraldBonusIceEffect_"] = { affix = "", "Herald of Ice has (40-60)% increased Buff Effect", statOrderKey = "5173", statOrder = { 5173 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusMaxColdResist__"] = { affix = "", "+1% to maximum Cold Resistance while affected by Herald of Ice", statOrderKey = "6585", statOrder = { 6585 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["HeraldBonusColdResist"] = { affix = "", "+(50-60)% to Cold Resistance while affected by Herald of Ice", statOrderKey = "4369", statOrder = { 4369 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["HeraldBonusPurityReservation_"] = { affix = "", "Herald of Purity has (15-20)% reduced Reservation", statOrderKey = "5177", statOrder = { 5177 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusPurityPhysicalDamage"] = { affix = "", "(40-60)% increased Physical Damage while affected by Herald of Purity", statOrderKey = "6880", statOrder = { 6880 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HeraldBonusPurityEffect"] = { affix = "", "Herald of Purity has (40-60)% increased Buff Effect", statOrderKey = "5175", statOrder = { 5175 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusPurityMinionDamage"] = { affix = "", "Sentinels of Purity deal (70-100)% increased Damage", statOrderKey = "7074", statOrder = { 7074 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["HeraldBonusPurityPhysicalDamageReduction"] = { affix = "", "4% additional Physical Damage Reduction while affected by Herald of Purity", statOrderKey = "6887", statOrder = { 6887 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["HeraldBonusAgonyReservation"] = { affix = "", "Herald of Agony has (15-20)% reduced Reservation", statOrderKey = "5169", statOrder = { 5169 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusAgonyChaosDamage_"] = { affix = "", "(40-60)% increased Chaos Damage while affected by Herald of Agony", statOrderKey = "4310", statOrder = { 4310 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HeraldBonusAgonyEffect"] = { affix = "", "Herald of Agony has (40-60)% increased Buff Effect", statOrderKey = "5168", statOrder = { 5168 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusAgonyMinionDamage_"] = { affix = "", "Agony Crawler deals (70-100)% increased Damage", statOrderKey = "3781", statOrder = { 3781 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["HeraldBonusAgonyChaosResist_"] = { affix = "", "+(31-43)% to Chaos Resistance while affected by Herald of Agony", statOrderKey = "4315", statOrder = { 4315 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ZombiesCountAsCorpsesUnique__1"] = { affix = "", "Your Raised Zombies count as corpses", statOrderKey = "6994", statOrder = { 6994 }, level = 1, group = "ZombiesCountAsCorpses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ZombiesNeedNoCorpsesUnique__1"] = { affix = "", "Raise Zombie does not require a corpse", statOrderKey = "6992", statOrder = { 6992 }, level = 1, group = "ZombiesNeedNoCorpses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ZombieIncreasedLifeUnique__1"] = { affix = "", "Raised Zombies have (80-100)% increased maximum Life", statOrderKey = "1148", statOrder = { 1148 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["AdditionalPhysicalDamageReductionWhileBleedingUnique__1"] = { affix = "", "(10-15)% additional Physical Damage Reduction while Bleeding", statOrderKey = "3769", statOrder = { 3769 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["DamageTakenGainedAsLifeUnique__1_"] = { affix = "", "(10-20)% of Damage taken Recouped as Life", statOrderKey = "4568", statOrder = { 4568 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MinimumEnduranceChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Endurance Charges while on Low Life", statOrderKey = "6674", statOrder = { 6674 }, level = 1, group = "MinimumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MinimumPowerChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Power Charges while on Low Life", statOrderKey = "6678", statOrder = { 6678 }, level = 1, group = "MinimumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["SpellCriticalStrikeChanceIfKilledRecentlyUnique__1"] = { affix = "", "(125-175)% increased Critical Strike Chance for Spells if you've Killed Recently", statOrderKey = "4435", statOrder = { 4435 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeMultiplierIfNotKilledRecentlyUnique__1"] = { affix = "", "+(40-60)% to Critical Strike Multiplier for Spells if you haven't Killed Recently", statOrderKey = "4462", statOrder = { 4462 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, + ["RagingSpiritLifeUnique__1"] = { affix = "", "Summoned Raging Spirits have (80-100)% increased maximum Life", statOrderKey = "6724", statOrder = { 6724 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["RagingSpiritDurationUnique__1"] = { affix = "", "Summon Raging Spirit has (20-30)% increased Duration", statOrderKey = "2729", statOrder = { 2729 }, level = 1, group = "MinionDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["RagingSpiritChaosDamageTakenUnique__1"] = { affix = "", "Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage", statOrderKey = "6725", statOrder = { 6725 }, level = 68, group = "RagingSpiritChaosDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["LosePowerChargeWhenHitUnique__1"] = { affix = "", "Lose a Power Charge when Hit", statOrderKey = "7357", statOrder = { 7357 }, level = 1, group = "LosePowerChargeWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["SpellDamagePerLifeUnique__1"] = { affix = "", "2% increased Spell Damage per 100 Player Maximum Life", statOrderKey = "7180", statOrder = { 7180 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellCriticalStrikeChancePerLifeUnique__1"] = { affix = "", "2% increased Critical Strike Chance for Spells per 100 Player Maximum Life", statOrderKey = "7173", statOrder = { 7173 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, + ["SacrificeLifeOnSpellSkillUnique__1"] = { affix = "", "Sacrifice 4% of your Life when you Use or Trigger a Spell Skill", statOrderKey = "7052", statOrder = { 7052 }, level = 1, group = "SacrificeLifeOnSpellSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["PercentDexterityIfStrengthHigherThanIntelligenceUnique__1"] = { affix = "", "15% increased Dexterity if Strength is higher than Intelligence", statOrderKey = "4606", statOrder = { 4606 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["CriticalStrikeMultiplierIfDexterityHigherThanIntelligenceUnique__1"] = { affix = "", "+(25-40)% to Critical Strike Multiplier if Dexterity is higher than Intelligence", statOrderKey = "4464", statOrder = { 4464 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["ElementalDamagePerDexterityUnique__1"] = { affix = "", "1% increased Elemental Damage per 10 Dexterity", statOrderKey = "4666", statOrder = { 4666 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["LifePer10IntelligenceUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Intelligence", statOrderKey = "6595", statOrder = { 6595 }, level = 1, group = "LifePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GrantsLevel30SmiteUnique__1"] = { affix = "", "Grants Level 30 Smite Skill", statOrderKey = "415", statOrder = { 415 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ElementalAilmentsOnYouInsteadOfAlliesUnique__1"] = { affix = "", "Enemies inflict Elemental Ailments on you instead of nearby Allies", statOrderKey = "5789", statOrder = { 5789 }, level = 1, group = "ElementalAilmentsOnYouInsteadOfAllies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["UnaffectedByPoisonUnique__1_"] = { affix = "", "Unaffected by Poison", statOrderKey = "4023", statOrder = { 4023 }, level = 1, group = "UnaffectedByPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["KeystoneInnerConvictionUnique__1"] = { affix = "", "Inner Conviction", statOrderKey = "7495", statOrder = { 7495 }, level = 1, group = "KeystoneInnerConviction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge", "damage" }, }, + ["FasterPoisonDamageUnique__1"] = { affix = "", "Poisons you inflict deal Damage 20% faster", statOrderKey = "4805", statOrder = { 4805 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["TriggerRainOfArrowsOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Rain of Arrows when you Attack with a Bow", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["TriggerToxicRainOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Toxic Rain when you Attack with a Bow", statOrderKey = "501", statOrder = { 501 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["CursesRemainOnDeathUnique__1_"] = { affix = "", "Non-Aura Curses you inflict are not removed from Dying Enemies", statOrderKey = "4504", statOrder = { 4504 }, level = 1, group = "CursesRemainOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["EnemiesNearCursesBlindAndExplodeUnique__1"] = { affix = "", "Enemies near corpses affected by your Curses are Blinded", "Enemies Killed near corpses affected by your Curses explode, dealing", "3% of their Life as Physical Damage", statOrderKey = "4720,4720.1,4720.2", statOrder = { 4720, 4720.1, 4720.2 }, level = 1, group = "EnemiesNearCursesBlindAndExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["WarcryCooldownIs2SecondsUnique__1"] = { affix = "", "Warcry Skills' Cooldown Time is 4 seconds", statOrderKey = "7397", statOrder = { 7397 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeMultiplierIs250Unique__1"] = { affix = "", "Your Critical Strike Multiplier is 300%", statOrderKey = "4460", statOrder = { 4460 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["RageOnAttackCritUnique__1"] = { affix = "", "Gain 1 Rage on Critical Hit with attacks, no more than once every 0.5 seconds", statOrderKey = "5282", statOrder = { 5282 }, level = 1, group = "RageOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["PhysicalAddedAsFirePerRageUnique__1"] = { affix = "", "Gain 1% of Physical Damage as Extra Fire Damage per 1 Rage", statOrderKey = "6872", statOrder = { 6872 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["LocalChanceForPoisonDamage300FinalInflictedWithThisWeaponUnique__1_"] = { affix = "", "20% chance for Poisons inflicted with this Weapon to deal 300% more Damage", statOrderKey = "5751", statOrder = { 5751 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["AttackDamageWhileHoldingShieldUnique__1"] = { affix = "", "(10-15)% increased Attack Damage while holding a Shield", statOrderKey = "635", statOrder = { 635 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["DisplayCowardsTrialWavesOfMonsters"] = { affix = "", "Contains waves of Monsters", statOrderKey = "4615", statOrder = { 4615 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayCowardsTrialWavesOfUndeadMonsters"] = { affix = "", "Contains additional waves of Undead Monsters", statOrderKey = "4616", statOrder = { 4616 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraGhosts___"] = { affix = "", "Area contains additional waves of Ghosts", statOrderKey = "6152", statOrder = { 6152 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraPhantasms"] = { affix = "", "Area contains additional waves of Phantasms", statOrderKey = "6154", statOrder = { 6154 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraZombies"] = { affix = "", "Area contains additional waves of Zombies", statOrderKey = "6158", statOrder = { 6158 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraRagingSpirits"] = { affix = "", "Area contains additional waves of Raging Spirits", statOrderKey = "6155", statOrder = { 6155 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraRhoas___"] = { affix = "", "Area contains additional waves of Bone Rhoas", statOrderKey = "6156", statOrder = { 6156 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraOriathCitizens"] = { affix = "", "Area contains additional waves of Oriathan Zombies", statOrderKey = "6153", statOrder = { 6153 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraSkeletonCannons"] = { affix = "", "Area contains additional waves of Ravager Maws", statOrderKey = "6157", statOrder = { 6157 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueJewelAlternateTreeInRadiusVaal"] = { affix = "", "Bathed in the blood of (100-8000) sacrificed in the name of Xibaqua", "Passives in radius are Conquered by the Vaal", "Historic", statOrderKey = "3,3.1,7444", statOrder = { 3, 3.1, 7444 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusKarui"] = { affix = "", "Commanded leadership over (10000-18000) warriors under Kaom", "Passives in radius are Conquered by the Karui", "Historic", statOrderKey = "3,3.1,7444", statOrder = { 3, 3.1, 7444 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusMaraketh"] = { affix = "", "Denoted service of (500-8000) dekhara in the akhara of Balbala", "Passives in radius are Conquered by the Maraketh", "Historic", statOrderKey = "3,3.1,7444", statOrder = { 3, 3.1, 7444 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusTemplar"] = { affix = "", "Carved to glorify (2000-10000) new faithful converted by High Templar Maxarius", "Passives in radius are Conquered by the Templars", "Historic", statOrderKey = "3,3.1,7444", statOrder = { 3, 3.1, 7444 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusEternal"] = { affix = "", "Commissioned (2000-160000) coins to commemorate Cadiro", "Passives in radius are Conquered by the Eternal Empire", "Historic", statOrderKey = "3,3.1,7444", statOrder = { 3, 3.1, 7444 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["TotemDamagePerDevotion"] = { affix = "", "4% increased Totem Damage per 10 Devotion", statOrderKey = "7309", statOrder = { 7309 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BrandDamagePerDevotion"] = { affix = "", "4% increased Brand Damage per 10 Devotion", statOrderKey = "7106", statOrder = { 7106 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ChannelledSkillDamagePerDevotion"] = { affix = "", "Channelling Skills deal 4% increased Damage per 10 Devotion", statOrderKey = "4305", statOrder = { 4305 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamagePerDevotion"] = { affix = "", "4% increased Area Damage per 10 Devotion", statOrderKey = "3803", statOrder = { 3803 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalDamagePerDevotion_"] = { affix = "", "4% increased Elemental Damage per 10 Devotion", statOrderKey = "4665", statOrder = { 4665 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalResistancesPerDevotion"] = { affix = "", "+2% to all Elemental Resistances per 10 Devotion", statOrderKey = "4694", statOrder = { 4694 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AilmentEffectPerDevotion"] = { affix = "", "3% increased Effect of non-Damaging Ailments on Enemies per 10 Devotion", statOrderKey = "6812", statOrder = { 6812 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["ElementalAilmentSelfDurationPerDevotion_"] = { affix = "", "4% reduced Elemental Ailment Duration on you per 10 Devotion", statOrderKey = "7066", statOrder = { 7066 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["CurseSelfDurationPerDevotion"] = { affix = "", "4% reduced Duration of Curses on you per 10 Devotion", statOrderKey = "7065", statOrder = { 7065 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["MinionAttackAndCastSpeedPerDevotion"] = { affix = "", "1% increased Minion Attack and Cast Speed per 10 Devotion", statOrderKey = "6685", statOrder = { 6685 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionAccuracyRatingPerDevotion_"] = { affix = "", "Minions have +60 to Accuracy Rating per 10 Devotion", statOrderKey = "6680", statOrder = { 6680 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, + ["AddedManaRegenerationPerDevotion"] = { affix = "", "Regenerate 0.6 Mana per Second per 10 Devotion", statOrderKey = "6014", statOrder = { 6014 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedManaCostPerDevotion"] = { affix = "", "1% reduced Cost of Skills per 10 Devotion", statOrderKey = "5993", statOrder = { 5993 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AuraEffectPerDevotion"] = { affix = "", "1% increased effect of Non-Curse Auras per 10 Devotion", statOrderKey = "6806", statOrder = { 6806 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["ShieldDefencesPerDevotion"] = { affix = "", "3% increased Defences from Equipped Shield per 10 Devotion", statOrderKey = "7082", statOrder = { 7082 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["DealNoChaosDamageUnique_1"] = { affix = "", "Deal no Chaos Damage", statOrderKey = "3997", statOrder = { 3997 }, level = 1, group = "DealNoChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["LightRadiusToDamageUnique_1"] = { affix = "", "Increases and Reductions to Light Radius also apply to Damage", statOrderKey = "1815", statOrder = { 1815 }, level = 1, group = "LightRadiusModifiersApplyToDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LightRadiusToAreaOfEffectUnique__1"] = { affix = "", "Increases and Reductions to Light Radius also apply to Area of Effect at 50% of their value", statOrderKey = "1814", statOrder = { 1814 }, level = 1, group = "LightRadiusModifiersApplyToAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CanRollMinionModifiersImplicitWandAtlas1"] = { affix = "", "Can roll Minion Modifiers", statOrderKey = "10", statOrder = { 10 }, level = 1, group = "CanRollMinionModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "weapon_can_roll_minion_modifiers", }, modTags = { "minion" }, }, + ["MinionPhysicalToFirePerRedSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Fire Damage per Red Socket", statOrderKey = "2014", statOrder = { 2014 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "minion" }, }, + ["MinionPhysicalToColdPerGreenSocket_"] = { affix = "", "Minions convert 25% of Physical Damage to Cold Damage per Green Socket", statOrderKey = "2018", statOrder = { 2018 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, }, + ["MinionPhysicalToLightningPerBlueSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Lightning Damage per Blue Socket", statOrderKey = "2020", statOrder = { 2020 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "minion" }, }, + ["MinionPhysicalToChaosPerWhiteSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Chaos Damage per White Socket", statOrderKey = "2024", statOrder = { 2024 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "minion" }, }, + ["MinionChanceToFreezeShockIgnite"] = { affix = "", "Minions have (5-10)% chance to Freeze, Shock and Ignite", statOrderKey = "6693", statOrder = { 6693 }, level = 1, group = "MinionChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "minion", "ailment" }, }, + ["NonChilledEnemiesBleedAndChillUnique__1_"] = { affix = "", "Non-Chilled Enemies you inflict Bleeding on are Chilled", statOrderKey = "6803", statOrder = { 6803 }, level = 1, group = "NonChilledEnemiesBleedAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChilledWhileBleedingUnique__1_"] = { affix = "", "You are Chilled while you are Bleeding", statOrderKey = "4341", statOrder = { 4341 }, level = 1, group = "ChilledWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["BleedingEnemiesShatterOnKillUnique__1"] = { affix = "", "Bleeding Enemies you Kill with Hits Shatter", statOrderKey = "7076", statOrder = { 7076 }, level = 1, group = "BleedingEnemiesShatterOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NonChilledEnemiesPoisonAndChillUnique__1"] = { affix = "", "Non-Chilled Enemies you Poison are Chilled", statOrderKey = "6804", statOrder = { 6804 }, level = 1, group = "NonChilledEnemiesPoisonAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChilledWhilePoisonedUnique__1"] = { affix = "", "You are Chilled when you are Poisoned", statOrderKey = "4342", statOrder = { 4342 }, level = 1, group = "ChilledWhilePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["PoisonedEnemiesShatterOnKillUnique__1"] = { affix = "", "Poisoned Enemies you Kill with Hits Shatter", statOrderKey = "7077", statOrder = { 7077 }, level = 1, group = "PoisonedEnemiesShatterOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamagePerZombieUnique__1"] = { affix = "", "(5-8)% increased Damage per Raised Zombie", statOrderKey = "4508", statOrder = { 4508 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalDamageTakenPerZombieUnique__1"] = { affix = "", "1% less Elemental Damage taken per Raised Zombie", statOrderKey = "4675", statOrder = { 4675 }, level = 1, group = "ElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["LoseFrenzyChargeOnTravelSkillUnique__1"] = { affix = "", "(20-25)% chance to lose a Frenzy Charge when you use a Travel Skill", statOrderKey = "3695", statOrder = { 3695 }, level = 1, group = "LoseFrenzyChargeOnTravelSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["LosePowerChargeOnElusiveGainUnique__1_"] = { affix = "", "(20-25)% chance to lose a Power Charge when you gain Elusive", statOrderKey = "3696", statOrder = { 3696 }, level = 1, group = "LosePowerChargeOnElusiveGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ElusiveBuffEffectPerPowerChargeUnique__1"] = { affix = "", "(7-10)% increased Effect of Elusive on you per Power Charge", statOrderKey = "3694", statOrder = { 3694 }, level = 1, group = "ElusiveBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TravelSkillCooldownRecoveryPerFrenzyChargeUnique__1"] = { affix = "", "(7-10)% increased Cooldown Recovery Rate of Travel Skills per Frenzy Charge", statOrderKey = "3693", statOrder = { 3693 }, level = 1, group = "TravelSkillCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumFrenzyChargesEqualToMaximumPowerChargesUnique__1"] = { affix = "", "Your Maximum Frenzy Charges is equal to your Maximum Power Charges", statOrderKey = "1186", statOrder = { 1186 }, level = 75, group = "MaximumFrenzyChargesEqualToMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["MinionAttacksTauntOnHitChanceUnique__1"] = { affix = "", "Minions have 5% chance to Taunt on Hit with Attacks", statOrderKey = "2747", statOrder = { 2747 }, level = 55, group = "TauntOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, + ["MinionCausticCloudOnDeathUnique__1_"] = { affix = "", "Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second", statOrderKey = "2755", statOrder = { 2755 }, level = 1, group = "MinionCausticCloudOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["MinionBurningCloudOnDeathUnique__1"] = { affix = "", "Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second", statOrderKey = "6708", statOrder = { 6708 }, level = 55, group = "MinionBurningCloudOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["TotemReflectFireDamageUnique__1_"] = { affix = "", "Totems Reflect 25% of their maximum Life as Fire Damage to nearby Enemies when Hit", statOrderKey = "3102", statOrder = { 3102 }, level = 1, group = "TotemReflectFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["MinionAddedColdDamageUnique__1"] = { affix = "", "Minions deal (5-9) to (11-15) additional Cold Damage", statOrderKey = "3085", statOrder = { 3085 }, level = 1, group = "MinionAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, + ["MineDamageLeechedToYouUnique__1"] = { affix = "", "1% of Damage dealt by your Mines is Leeched to you as Life", statOrderKey = "3544", statOrder = { 3544 }, level = 1, group = "MineDamageLeechedToYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeEnergyShieldRecoveryRateUnique__1"] = { affix = "", "(20-30)% reduced Recovery rate of Life and Energy Shield", statOrderKey = "5302", statOrder = { 5302 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LifeAndEnergyShieldRecoveryRatePerPowerChargeUnique__1"] = { affix = "", "5% increased Recovery rate of Life and Energy Shield per Power Charge", statOrderKey = "5305", statOrder = { 5305 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LosePowerChargeIfNotDetonatedRecentlyUnique__1"] = { affix = "", "Lose a Power Charge each second if you have not Detonated Mines Recently", statOrderKey = "5976", statOrder = { 5976 }, level = 1, group = "LosePowerChargeIfNotDetonatedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["NotablesGrantMinionDamageTakenUnique__1_"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: Minions take 20% increased Damage", statOrderKey = "7460,7460.1", statOrder = { 7460, 7460.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["NotablesGrantMinionMovementSpeedUnique__1_"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: Minions have 25% reduced Movement Speed", statOrderKey = "7461,7461.1", statOrder = { 7461, 7461.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["PassivesGrantTrapMineAddedPhysicalUnique__1_"] = { affix = "", "Passive Skills in Radius also grant: Traps and Mines deal (2-3) to (4-6) added Physical Damage", statOrderKey = "7462", statOrder = { 7462 }, level = 1, group = "PassivesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PassivesGrantUnarmedAttackSpeedUnique__1_"] = { affix = "", "Passive Skills in Radius also grant: 1% increased Attack Speed with Unarmed Attacks", statOrderKey = "5954", statOrder = { 5954 }, level = 1, group = "PassivesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["MovementVelocityOverrideUnique__1"] = { affix = "", "Your Movement Speed is 150% of its base value", statOrderKey = "6760", statOrder = { 6760 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["TravelSkillCooldownRecoveryUnique__1_"] = { affix = "", "(50-80)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "3683", statOrder = { 3683 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageRemovedFromSpectresUnique__1"] = { affix = "", "10% of Damage from Hits is taken from your Spectres' Life before you", statOrderKey = "4564", statOrder = { 4564 }, level = 1, group = "DamageRemovedFromMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionElementalDamageAddedAsChaosUnique__1"] = { affix = "", "Minions gain (15-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "6706", statOrder = { 6706 }, level = 1, group = "MinionElementalDamageAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos", "minion" }, }, + ["LifeRegenerationPerZombieUnique__1"] = { affix = "", "Regenerate 0.6% of Life per second for each Raised Zombie", statOrderKey = "5355", statOrder = { 5355 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaRegenerationPerSpectreUnique__1"] = { affix = "", "30% increased Mana Regeneration Rate per Raised Spectre", statOrderKey = "6027", statOrder = { 6027 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AttackBlockPerSkeletonUnique__1"] = { affix = "", "+1% Chance to Block Attack Damage per Summoned Skeleton", statOrderKey = "3738", statOrder = { 3738 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AttackAndCastSpeedPerRagingSpiritUnique__1"] = { affix = "", "2% increased Attack and Cast Speed per Summoned Raging Spirit", statOrderKey = "3875", statOrder = { 3875 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["SupportedByMeatShieldUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Meat Shield", statOrderKey = "136", statOrder = { 136 }, level = 1, group = "SupportedByMeatShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ReviveEnemiesOnKillUnique__1"] = { affix = "", "Create a Blighted Spore when your Skills or Minions Kill a Rare Monster", statOrderKey = "4421", statOrder = { 4421 }, level = 1, group = "ReviveEnemiesOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireResistanceOverrideUnique__1__"] = { affix = "", "Fire Resistance is 75%", statOrderKey = "1025", statOrder = { 1025 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["ColdResistanceOverrideUnique__1"] = { affix = "", "Cold Resistance is 75%", statOrderKey = "1031", statOrder = { 1031 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["LightningResistanceOverrideUnique__1_"] = { affix = "", "Lightning Resistance is 75%", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ReducedFireResistanceUnique__1"] = { affix = "", "(50-55)% reduced Fire Resistance", statOrderKey = "1029", statOrder = { 1029 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["ReducedColdResistanceUnique__1"] = { affix = "", "(50-55)% reduced Cold Resistance", statOrderKey = "1034", statOrder = { 1034 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ReducedLightningResistanceUnique__1"] = { affix = "", "(50-55)% reduced Lightning Resistance", statOrderKey = "1039", statOrder = { 1039 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ManaRegenerationRateWhileMovingUnique__1"] = { affix = "", "(30-40)% increased Mana Regeneration Rate while moving", statOrderKey = "6028", statOrder = { 6028 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["FungalAroundWhenStationaryUnique__1_"] = { affix = "", "You have Fungal Ground around you while stationary", statOrderKey = "4876", statOrder = { 4876 }, level = 1, group = "FungalAroundWhenStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggerFungalGroundOnKillUnique__1_"] = { affix = "", "Trigger Level 10 Contaminate when you Kill an Enemy", statOrderKey = "458", statOrder = { 458 }, level = 1, group = "TriggerFungalGroundOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemiesOnFungalGroundExplodeUnique__1"] = { affix = "", "Enemies on Fungal Ground you Kill Explode, dealing 5% of their Life as Chaos Damage", statOrderKey = "4718", statOrder = { 4718 }, level = 1, group = "EnemiesOnFungalGroundExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["FrostblinkDurationUnique__1_"] = { affix = "", "Frostblink has 50% increased Duration", statOrderKey = "5216", statOrder = { 5216 }, level = 1, group = "FrostblinkDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GrantsFrostblinkSkillUnique__1"] = { affix = "", "Grants Level 10 Frostblink Skill", statOrderKey = "346", statOrder = { 346 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AttackSkillsHavePhysToExtraFireDamagePerSocketedRedGemUniqueTwoHandSword8"] = { affix = "", "Attack Skills gain 5% of Physical Damage as Extra Fire Damage per Socketed Red Gem", statOrderKey = "2010", statOrder = { 2010 }, level = 1, group = "SocketedRedGemsHaveAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack", "gem" }, }, + ["VaalPactIfAllSocketedGemsAreRedUniqueTwoHandSword8"] = { affix = "", "You have Vaal Pact while all Socketed Gems are Red", statOrderKey = "7518", statOrder = { 7518 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "gem" }, }, + ["MultipleEnchantmentsAllowedUnique__1"] = { affix = "", "Can have a second Enchantment Modifier", statOrderKey = "6", statOrder = { 6 }, level = 1, group = "MultipleEnchantmentsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalProjectilesUnique__1__"] = { affix = "", "Skills fire 2 additional Projectiles", statOrderKey = "1169", statOrder = { 1169 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ProjectileModifiersApplyToSplitsUnique__1"] = { affix = "", "Modifiers to number of Projectiles instead apply", "to the number of targets Projectiles Split towards", statOrderKey = "6746,6746.1", statOrder = { 6746, 6746.1 }, level = 50, group = "ProjectileModifiersApplyToSplits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumLifeManaEnergyShieldUnique__1"] = { affix = "", "(9-21)% increased maximum Life, Mana and Global Energy Shield", statOrderKey = "974", statOrder = { 974 }, level = 1, group = "MaximumLifeManaEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["TransfigurationOfBodyUnique__1"] = { affix = "", "Transfiguration of Body", statOrderKey = "3778", statOrder = { 3778 }, level = 1, group = "TransfigurationOfBody", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["TransfigurationOfMindUnique__1"] = { affix = "", "Transfiguration of Mind", statOrderKey = "3779", statOrder = { 3779 }, level = 1, group = "TransfigurationOfMind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TransfigurationOfSoulUnique__1_"] = { affix = "", "Transfiguration of Soul", statOrderKey = "3777", statOrder = { 3777 }, level = 1, group = "TransfigurationOfSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["MaximumEnergyShieldPerReservedLifeUnique__1"] = { affix = "", "+30 to maximum Energy Shield per 100 Reserved Life", statOrderKey = "970", statOrder = { 970 }, level = 1, group = "MaximumEnergyShieldPerReservedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ChaosDamageRemovedFromManaBeforeLifeUnique__1___"] = { affix = "", "Chaos Damage is taken from Mana before Life", statOrderKey = "4308", statOrder = { 4308 }, level = 1, group = "ChaosDamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "chaos" }, }, + ["DrainAllManaLightningDamageUnique__1"] = { affix = "", "When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage", "equal to 25% of Sacrificed Mana for 4 seconds", statOrderKey = "6839,6839.1", statOrder = { 6839, 6839.1 }, level = 1, group = "DrainAllManaLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "resource", "mana", "damage", "elemental", "lightning" }, }, + ["MultipleOfferingsAllowedUnique__1_"] = { affix = "", "You can have an Offering of each type", statOrderKey = "3782", statOrder = { 3782 }, level = 62, group = "MultipleOfferingsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OfferingDurationUnique__1"] = { affix = "", "Offering Skills have 50% reduced Duration", statOrderKey = "6838", statOrder = { 6838 }, level = 1, group = "OfferingDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumBlockChanceIfNotBlockedRecentlyUnique__1"] = { affix = "", "You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently", statOrderKey = "6580", statOrder = { 6580 }, level = 1, group = "MaximumBlockChanceIfNotBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["PhasingIfBlockedRecentlyUnique__1"] = { affix = "", "You have Phasing if you have Blocked Recently", statOrderKey = "6860", statOrder = { 6860 }, level = 1, group = "PhasingIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvoidElementalDamagePhasingUnique__1"] = { affix = "", "+(8-15)% chance to Avoid Elemental Damage from Hits while Phasing", statOrderKey = "3964", statOrder = { 3964 }, level = 1, group = "AvoidElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["ApplyAilmentsMoreDamageUnique__1"] = { affix = "", "Inflict non-Damaging Ailments as though dealing (100-200)% more Damage", statOrderKey = "6814", statOrder = { 6814 }, level = 1, group = "ApplyAilmentsMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["CriticalStrikesNotAlwaysApplyAilmentsUnique__1"] = { affix = "", "Critical Strikes do not inherently apply non-Damaging Ailments", statOrderKey = "4485", statOrder = { 4485 }, level = 1, group = "CriticalStrikesNotAlwaysApplyAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical", "ailment" }, }, + ["PermanentPhantasmUnique__1"] = { affix = "", "Summoned Phantasms have no Duration", statOrderKey = "7251", statOrder = { 7251 }, level = 1, group = "PermanentPhantasm", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PhantasmGrantsBuffUnique__1"] = { affix = "", "Each Summoned Phantasm grants you Phantasmal Might", statOrderKey = "7250", statOrder = { 7250 }, level = 1, group = "PhantasmGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["CorruptUntilFiveImplicits"] = { affix = "", "Can be modified while Corrupted", "Can have up to 5 Implicit Modifiers while Item has this Modifier", statOrderKey = "4,7", statOrder = { 4, 7 }, level = 1, group = "CorruptionIntertactions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ModifyableWhileCorruptedUnique__1"] = { affix = "", "Can be modified while Corrupted", statOrderKey = "4", statOrder = { 4 }, level = 1, group = "CorruptionIntertactions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionsUseFlaskOnSummonUnique__1__"] = { affix = "", "Your Minions use your Flasks when summoned", statOrderKey = "1543", statOrder = { 1543 }, level = 50, group = "MinionsUseFlaskOnSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, + ["MinionFlaskChargesUsedUnique__1"] = { affix = "", "Minions have (25-40)% reduced Flask Charges used", statOrderKey = "1547", statOrder = { 1547 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, + ["MinionFlaskDurationUnique__1"] = { affix = "", "Minions have (50-80)% increased Flask Effect Duration", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, + ["StrikeSkillMemoryUseUnique__1_______"] = { affix = "", "Strike Skills also target the previous location they were Used", statOrderKey = "6629", statOrder = { 6629 }, level = 50, group = "StrikeSkillMemory", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["NovaSkillsTargetLocationUnique__1__"] = { affix = "", "Nova Spells deal 30% less Damage to Players", "Nova Spells Cast at the targeted location instead of around you", statOrderKey = "6817,6817.1", statOrder = { 6817, 6817.1 }, level = 50, group = "NovaSkillsTargetLocation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["AttackAndCastSpeedFortifyUnique__1"] = { affix = "", "(15-25)% increased Attack and Cast Speed while you have Fortify", statOrderKey = "1621", statOrder = { 1621 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AlternateFortifyUnique__1_"] = { affix = "", "Fortify Buffs you create instead grant 30% more Evasion Rating", statOrderKey = "1620", statOrder = { 1620 }, level = 65, group = "AlternateFortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonDoubleOnCritUnique__1"] = { affix = "", "Triggers Level 20 Reflection when Equipped", statOrderKey = "482", statOrder = { 482 }, level = 1, group = "SummonDoubleOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireExposureOnHitUnique__1"] = { affix = "", "25% chance to inflict Fire Exposure on Hit", statOrderKey = "4007", statOrder = { 4007 }, level = 1, group = "ExposureOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ColdExposureOnHitUnique__1"] = { affix = "", "25% chance to inflict Cold Exposure on Hit", statOrderKey = "4006", statOrder = { 4006 }, level = 1, group = "ExposureOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesIncreasedFireColdResistUnique__1_"] = { affix = "", "50% increased Fire Resistance", "50% increased Cold Resistance", "Nearby Enemies have 50% increased Fire and Cold Resistances", statOrderKey = "1029,1034,5768", statOrder = { 1029, 1034, 5768 }, level = 1, group = "NearbyEnemiesIncreasedFireColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, }, + ["MetamorphosisItemisedBossDifficult"] = { affix = "", "50% more Life", "50% more Damage", statOrderKey = "4180,4636", statOrder = { 4180, 4636 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToImpaleUnique__1"] = { affix = "", "10% chance to Impale Enemies on Hit with Attacks", statOrderKey = "3950", statOrder = { 3950 }, level = 1, group = "ImpaleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["MapAddsExtraSynthesisMods"] = { affix = "", "Map has (3-5) additional random Modifiers", statOrderKey = "6039", statOrder = { 6039 }, level = 1, group = "MapAddsExtraSynthesisMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAddsExtraSynthesisModsCortexReplica"] = { affix = "", "Map has (6-8) additional random Modifiers", statOrderKey = "6039", statOrder = { 6039 }, level = 1, group = "MapAddsExtraSynthesisMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAddsExtraSynthesisSpecialMods"] = { affix = "", "Map has (2-4) additional Synthesis Global Modifiers", statOrderKey = "6040", statOrder = { 6040 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAddsExtraSynthesisSpecialModsCortex"] = { affix = "", "Map has (4-6) additional Synthesis Global Modifiers", statOrderKey = "6040", statOrder = { 6040 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAddsExtraSynthesisSpecialModsCortexReplica"] = { affix = "", "Map has (4-6) additional Synthesis Global Modifiers", statOrderKey = "6040", statOrder = { 6040 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NovaSpellsAreaOfEffectUnique__1"] = { affix = "", "Nova Spells have 20% less Area of Effect", statOrderKey = "5866", statOrder = { 5866 }, level = 50, group = "NovaSpellsAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["RingAttackSpeedUnique__1"] = { affix = "", "20% less Attack Speed", statOrderKey = "5865", statOrder = { 5865 }, level = 1, group = "RingAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAilmentEffectOnEnemiesUnique__1"] = { affix = "", "(15-20)% increased Effect of Non-Damaging Ailments", statOrderKey = "6809", statOrder = { 6809 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesUnique_2"] = { affix = "", "(20-40)% increased Effect of Non-Damaging Ailments", statOrderKey = "6809", statOrder = { 6809 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["ChillingAreasAlsoGrantLightningDamageTakenUnique__1"] = { affix = "", "Enemies in your Chilling Areas take (25-35)% increased Lightning Damage", statOrderKey = "4343", statOrder = { 4343 }, level = 1, group = "ChillingAreasAlsoGrantLightningDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ChanceToSapVsEnemiesInChillingAreasUnique__1"] = { affix = "", "(20-30)% chance to Sap Enemies in Chilling Areas", statOrderKey = "4300", statOrder = { 4300 }, level = 1, group = "ChanceToSapVsEnemiesInChillingAreas", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["Allow2ActiveBannersUnique__1"] = { affix = "", "You can have two different Banners at the same time", statOrderKey = "2325", statOrder = { 2325 }, level = 1, group = "Allow2ActiveBanners", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BannerFortifyDurationUnique__1"] = { affix = "", "Dread Banner has (100-200)% increased Fortify duration", statOrderKey = "3978", statOrder = { 3978 }, level = 1, group = "BannerFortifyDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BannerAdrenalineDurationUnique__1"] = { affix = "", "War Banner has (100-200)% increased Adrenaline duration", statOrderKey = "3977", statOrder = { 3977 }, level = 1, group = "BannerAdrenalineDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["Add1StageToBannersOnMeleeHitUpTo5PerSecondUnique__1"] = { affix = "", "Banners you are carrying gain 1 Stage on Melee Hit, up to 5 per second", statOrderKey = "3976", statOrder = { 3976 }, level = 1, group = "Add1StageToBannersOnMeleeHitUpTo5PerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsLevel20SnipeUnique__1"] = { affix = "", "Grants Level 20 Snipe Skill", statOrderKey = "23", statOrder = { 23 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsLevel20SnipeSupportUnique__1"] = { affix = "", "Socketed Non-Channelling Bow Skills are Triggered by Snipe", "Socketed Triggered Bow Skills gain a 0.05 second Cooldown", statOrderKey = "163,163.1", statOrder = { 163, 163.1 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedBowSkillsDealMoreDamageUnique__1"] = { affix = "", "Socketed Triggered Bow Skills deal 33% less Damage", statOrderKey = "294", statOrder = { 294 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "gem" }, }, + ["ChanceToDodgeAttacksWhileChannellingUnique__1"] = { affix = "", "(7-10)% chance to Dodge Attack Hits while Channelling", statOrderKey = "3911", statOrder = { 3911 }, level = 1, group = "ChanceToDodgeWhileChannelling", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsWhileChannellingUnique__1"] = { affix = "", "(7-10)% chance to Dodge Spell Hits while Channelling", statOrderKey = "7189", statOrder = { 7189 }, level = 1, group = "ChanceToDodgeWhileChannelling", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["JewelExpansionPassiveNodesUnique__1"] = { affix = "", "Adds 4 Passive Skills", statOrderKey = "3723", statOrder = { 3723 }, level = 1, group = "JewelExpansionPassiveNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionJewelNodesLarge1"] = { affix = "of Potential", "1 Added Passive Skill is a Jewel Socket", statOrderKey = "5823", statOrder = { 5823 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionJewelNodesLarge2___"] = { affix = "of Possibility", "2 Added Passive Skills are Jewel Sockets", statOrderKey = "5823", statOrder = { 5823 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionJewelNodesMedium"] = { affix = "of Potential", "1 Added Passive Skill is a Jewel Socket", statOrderKey = "5823", statOrder = { 5823 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionKeystoneDiscipleOfKitava_"] = { affix = "", "Adds Disciple of Kitava", statOrderKey = "5825", statOrder = { 5825 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "damage" }, }, + ["JewelExpansionLoneMessenger_"] = { affix = "", "Adds Lone Messenger", statOrderKey = "5828", statOrder = { 5828 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion", "aura" }, }, + ["JewelExpansionNaturesPatience"] = { affix = "", "Adds Nature's Patience", statOrderKey = "5829", statOrder = { 5829 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["JewelExpansionSecretsOfSuffering"] = { affix = "", "Adds Secrets of Suffering", statOrderKey = "5831", statOrder = { 5831 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "critical", "ailment" }, }, + ["JewelExpansionKineticism"] = { affix = "", "Adds Kineticism", statOrderKey = "5827", statOrder = { 5827 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["JewelExpansionVeteransAwareness_"] = { affix = "", "Adds Veteran's Awareness", statOrderKey = "5832", statOrder = { 5832 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental" }, }, + ["JewelExpansionHollowPalmTechnique"] = { affix = "", "Adds Hollow Palm Technique", statOrderKey = "5826", statOrder = { 5826 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["ExpansionJewel3JewelSockets"] = { affix = "", "Adds 3 Jewel Socket Passive Skills", statOrderKey = "5824", statOrder = { 5824 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique__1"] = { affix = "", "Adds 1 Small Passive Skill which grants nothing", statOrderKey = "5935", statOrder = { 5935 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique__2"] = { affix = "", "Adds 3 Small Passive Skills which grant nothing", statOrderKey = "5935", statOrder = { 5935 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique_3_"] = { affix = "", "Adds 5 Small Passive Skills which grant nothing", statOrderKey = "5935", statOrder = { 5935 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique__4"] = { affix = "", "Adds 7 Small Passive Skills which grant nothing", statOrderKey = "5935", statOrder = { 5935 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalIncreasedEffectPathToClassStartUnique__1"] = { affix = "", "This Jewel's Socket has 25% increased effect per Allocated Passive Skill between", "it and your Class' starting location", statOrderKey = "2,2.1", statOrder = { 2, 2.1 }, level = 1, group = "LocalIncreasedEffectPathToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SupportSkitterBotAilmentAuraReplaceWithCurse____1"] = { affix = "", "Left Ring Slot: Your Chilling Skitterbot's Aura applies Socketed Hex Curse instead", "Right Ring Slot: Your Shocking Skitterbot's Aura applies Socketed Hex Curse instead", statOrderKey = "5843,5864", statOrder = { 5843, 5864 }, level = 65, group = "UniqueSkitterBotAilmentAuraReplace", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "minion", "curse" }, }, + ["AttackLightningDamageMaximumManaUnique__1__"] = { affix = "", "Attack Skills have Added Lightning Damage equal to 6% of maximum Mana", statOrderKey = "3924", statOrder = { 3924 }, level = 1, group = "AttackLightningDamageMaximumMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LoseManaOnAttackSkillUnique__1"] = { affix = "", "Lose 3% of Mana when you use an Attack Skill", statOrderKey = "5975", statOrder = { 5975 }, level = 1, group = "LoseManaOnAttackSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["StrengthPerPointToClassStartUnique__1"] = { affix = "", "+5 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "StrengthPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityPerPointToClassStartUnique__1"] = { affix = "", "+5 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "DexterityPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligencePerPointToClassStartUnique__1"] = { affix = "", "+5 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "IntelligencePerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["LifePerPointToClassStartUnique__1_"] = { affix = "", "+5 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "LifePerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaPerPointToClassStartUnique__1"] = { affix = "", "+5 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "ManaPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldPerPointToClassStartUnique__1"] = { affix = "", "+5 to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "EnergyShieldPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ArmourPerPointToClassStartUnique__1"] = { affix = "", "+40 to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "ArmourPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EvasionPerPointToClassStartUnique__1"] = { affix = "", "+40 to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "EvasionPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AccuracyPerPointToClassStartUnique__1"] = { affix = "", "+40 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "AccuracyPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EnemiesExplodeOnDeathChaosGloriousMadnessUnique1"] = { affix = "", "Enemies you Kill while affected by Glorious Madness have a 40% chance to Explode, dealing a quarter of their Life as Chaos Damage", statOrderKey = "7437", statOrder = { 7437 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AllDamageCanPoisonGloriousMadnessUnique___1"] = { affix = "", "All Damage inflicts Poison while affected by Glorious Madness", statOrderKey = "7434", statOrder = { 7434 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["FortifyEffectSelfGloriousMadnessUnique1"] = { affix = "", "60% increased Effect of Fortify on you while affected by Glorious Madness", statOrderKey = "7439", statOrder = { 7439 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DoubleDamageChanceGloriousMadnessUnique_1"] = { affix = "", "20% chance to deal Double Damage while affected by Glorious Madness", statOrderKey = "7435", statOrder = { 7435 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalConfluxesGloriousMadnessUnique1"] = { affix = "", "You have Igniting, Chilling and Shocking Conflux while affected by Glorious Madness", statOrderKey = "7440", statOrder = { 7440 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalAilmentImmunityGloriousMadnessUnique1"] = { affix = "", "Immune to Elemental Ailments while affected by Glorious Madness", statOrderKey = "7441", statOrder = { 7441 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["MovementSpeedUnique_42"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GrantEmbraceMadnessSkillUnique1"] = { affix = "", "Grants Level 1 Embrace Madness Skill", statOrderKey = "404", statOrder = { 404 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LocalAfflictionJewelDisplaySmallNodesGrantNothingUnique_1"] = { affix = "", "Added Small Passive Skills grant Nothing", statOrderKey = "5399", statOrder = { 5399 }, level = 1, group = "LocalAfflictionJewelDisplaySmallNodesGrantNothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackSpeedAfterSavageHitTakenUnique__1"] = { affix = "", "40% increased Attack Speed if you've taken a Savage Hit Recently", statOrderKey = "2760", statOrder = { 2760 }, level = 1, group = "AttackSpeedAfterSavageHitTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["FrenzyChargeOnCritCloseRangeUnique__1"] = { affix = "", "(10-20)% chance to gain a Frenzy Charge on Critical Strike at Close Range", statOrderKey = "4918", statOrder = { 4918 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "critical" }, }, + ["BleedDotMultiplierPerFrenzyChargeUnique__1_"] = { affix = "", "+4% to Damage over Time Multiplier for Bleeding per Frenzy Charge", statOrderKey = "4051", statOrder = { 4051 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedPerFrenzyChargeUnique__1"] = { affix = "", "Bleeding you inflict deals Damage 4% faster per Frenzy Charge", statOrderKey = "4803", statOrder = { 4803 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["CriticalBleedDotMultiplierUnique__1_"] = { affix = "", "+(30-40)% to Damage over Time Multiplier for Bleeding from Critical Strikes", statOrderKey = "676", statOrder = { 676 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["BleedDotMultiplier2HImplicit1"] = { affix = "", "+20% to Damage over Time Multiplier for Bleeding", statOrderKey = "675", statOrder = { 675 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["LocalWitherOnHitChanceUnique__1"] = { affix = "", "(20-25)% chance to inflict Withered for 2 seconds on Hit with this Weapon", statOrderKey = "3711", statOrder = { 3711 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalWitherOnHitChanceUnique__2"] = { affix = "", "Inflict Withered for 2 seconds on Hit with this Weapon", statOrderKey = "3711", statOrder = { 3711 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WitherOnHitChanceUnique__1"] = { affix = "", "(20-25)% chance to inflict Withered for 2 seconds on Hit", statOrderKey = "3697", statOrder = { 3697 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotPenetrateResistancesUnique__1"] = { affix = "", "Your Hits cannot Penetrate or ignore Elemental Resistances", statOrderKey = "4216", statOrder = { 4216 }, level = 1, group = "CannotPenetrateResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["WitherGrantsElementalDamageTakenUnique__1__"] = { affix = "", "Enemies take 4% increased Elemental Damage from your Hits for", "each Withered you have inflicted on them", statOrderKey = "3698,3698.1", statOrder = { 3698, 3698.1 }, level = 1, group = "WitherGrantsElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ActivateHeraldOfThunderOnShockUnique__1"] = { affix = "", "Herald of Thunder also creates a storm when you Shock an Enemy", statOrderKey = "4424", statOrder = { 4424 }, level = 1, group = "ActivateHeraldOfThunderOnShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TakeDamageWhenHeraldOfThunderHitsUnique__1__"] = { affix = "", "Take 250 Lightning Damage when Herald of Thunder Hits an Enemy", statOrderKey = "7287", statOrder = { 7287 }, level = 1, group = "TakeDamageWhenHeraldOfThunderHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HeraldOfThunderBoltFrequencyUnique__1"] = { affix = "", "Herald of Thunder's Storms Hit Enemies with (30-50)% increased Frequency", statOrderKey = "5178", statOrder = { 5178 }, level = 1, group = "HeraldOfThunderBoltFrequency", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RagingSpiritFireSplashDamageUnique__1"] = { affix = "", "Summoned Raging Spirits' Melee Strikes deal Fire-only Splash", "Damage to Surrounding Targets", statOrderKey = "7244,7244.1", statOrder = { 7244, 7244.1 }, level = 1, group = "MeleeSplash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring", "elemental", "fire", "minion" }, }, + ["FragileRegrowthLifeRegenerationUnique__1"] = { affix = "", "Maximum 10 Fragile Regrowth", "42% of Life Regenerated per second per Fragile Regrowth", "Lose all Fragile Regrowth when Hit", "Gain 1 Fragile Regrowth each second ", statOrderKey = "3700,3701,3702,4970", statOrder = { 3700, 3701, 3702, 4970 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["FragileRegrowthLifeRegenerationUnique__2_"] = { affix = "", "Maximum 5 Fragile Regrowth", "42% of Life Regenerated per second per Fragile Regrowth", "Gain up to maximum Fragile Regrowth when Hit", "Lose 1 Fragile Regrowth each second ", statOrderKey = "3700,3701,4965,4970", statOrder = { 3700, 3701, 4965, 4970 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumESLeechAmountUnique__1_"] = { affix = "", "50% reduced Maximum Recovery per Energy Shield Leech", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ESLeechFromAttacksNotRemovedOnFullESUnique__1"] = { affix = "", "Energy Shield Leech Effects from Attacks are not removed at Full Energy Shield", statOrderKey = "4749", statOrder = { 4749 }, level = 1, group = "ESLeechNotRemovedOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnemiesKilledApplyImpaleDamageUnique__1"] = { affix = "", "50% chance for Impales on Enemies you Kill to Reflect Damage to surrounding Enemies", statOrderKey = "5284", statOrder = { 5284 }, level = 1, group = "EnemiesKilledApplyImpaleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ArmourAppliesToLightningDamageUnique__1_"] = { affix = "", "Armour also applies to Lightning Damage taken from Hits", statOrderKey = "3984", statOrder = { 3984 }, level = 1, group = "ArmourAppliesToLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "elemental", "lightning" }, }, + ["LightningResistNoReductionUnique__1_"] = { affix = "", "Lightning Resistance does not affect Lightning Damage taken", statOrderKey = "5384", statOrder = { 5384 }, level = 1, group = "LightningResistNoReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["DealNoNonLightningDamageUnique__1_"] = { affix = "", "Deal no Non-Lightning Damage", statOrderKey = "2093", statOrder = { 2093 }, level = 1, group = "DealNoNonLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["NearbyEnemyLightningResistanceEqualUnique__1"] = { affix = "", "Nearby Enemies have Lightning Resistance equal to yours", statOrderKey = "6793", statOrder = { 6793 }, level = 1, group = "NearbyEnemyLightningResistanceEqual", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SupportedByIntensifyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrderKey = "128", statOrder = { 128 }, level = 1, group = "SupportedByIntensify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ShockedGroundWhileMovingUnique__1_"] = { affix = "", "Drops Shocked Ground while moving, lasting 2 seconds", statOrderKey = "3614", statOrder = { 3614 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__1_"] = { affix = "", "Trigger Level 1 Gore Shockwave on Melee Hit if you have at least 150 Strength", statOrderKey = "478", statOrder = { 478 }, level = 1, group = "SupportedByShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__2"] = { affix = "", "Trigger Level 5 Gore Shockwave on Melee Hit if you have at least 150 Strength", statOrderKey = "478", statOrder = { 478 }, level = 1, group = "SupportedByShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["ProjectileDamageBloodStanceUnique__1"] = { affix = "", "(40-60)% increased Projectile Damage while in Blood Stance", statOrderKey = "7214", statOrder = { 7214 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LifeRegenerationBloodStanceUnique__1"] = { affix = "", "(150-200) Life Regenerated per Second while in Blood Stance", statOrderKey = "7213", statOrder = { 7213 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AreaOfEffectSandStanceUnique__1"] = { affix = "", "(20-30)% increased Area of Effect while in Sand Stance", statOrderKey = "7218", statOrder = { 7218 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EvasionRatingSandStanceUnique__1"] = { affix = "", "+(700-1000) to Evasion Rating while in Sand Stance", statOrderKey = "7215", statOrder = { 7215 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["MaxRagePerEquippedSwordUnique__1____"] = { affix = "", "+25 to Maximum Rage while wielding a Sword", statOrderKey = "6607", statOrder = { 6607 }, level = 1, group = "MaxRagePerEquippedSword", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BleedDotMultiplierPerRagePerEquippedAxeUnique__1"] = { affix = "", "+1% to Damage over Time Multiplier for Bleeding per Rage while wielding an Axe", statOrderKey = "4048", statOrder = { 4048 }, level = 1, group = "BleedDotMultiplierPerRagePerEquippedAxe", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["LifeManaESLeechRateUnique__1"] = { affix = "", "30% increased total Recovery per second from Life, Mana, or Energy Shield Leech", statOrderKey = "5329", statOrder = { 5329 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["RandomSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level (15-25) (1-137)", statOrderKey = "217", statOrder = { 217 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["RandomSupportUnique__2"] = { affix = "", "Socketed Gems are Supported by Level (15-25) (1-137)", statOrderKey = "218", statOrder = { 218 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["RandomSupportUnique__3"] = { affix = "", "Socketed Gems are Supported by Level (1-10) (1-137)", statOrderKey = "217", statOrder = { 217 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["RandomSupportUnique__4_"] = { affix = "", "Socketed Gems are Supported by Level (25-35) (1-137)", statOrderKey = "218", statOrder = { 218 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["GrantsDashUnique__1_"] = { affix = "", "Grants Level 30 Dash Skill", statOrderKey = "401", statOrder = { 401 }, level = 1, group = "GrantsDash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DisableTravelSkillsExceptDashUnique__1"] = { affix = "", "Travel Skills other than Dash are Disabled", statOrderKey = "7433", statOrder = { 7433 }, level = 1, group = "DisableTravelSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ArrowsIfHaventUsedDashRecentlyUnique__1"] = { affix = "", "Bow Attacks fire 2 additional Arrows if you haven't Cast Dash recently", statOrderKey = "1171", statOrder = { 1171 }, level = 1, group = "ArrowsIfHaventUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AttackSpeedIfHaventUsedDashRecentlyUnique__1"] = { affix = "", "(20-30)% increased Attack Speed if you haven't Cast Dash recently", statOrderKey = "3932", statOrder = { 3932 }, level = 1, group = "AttackSpeedIfHaventUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["MovementSpeedIfUsedDashRecentlyUnique__1"] = { affix = "", "(20-30)% increased Movement Speed if you've Cast Dash recently", statOrderKey = "6764", statOrder = { 6764 }, level = 1, group = "MovementSpeedIfUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["EvasionRatingIfUsedDashRecentlyUnique__1"] = { affix = "", "(100-160)% increased Evasion Rating if you've Cast Dash recently", statOrderKey = "4783", statOrder = { 4783 }, level = 1, group = "EvasionRatingIfUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["MinionLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "Minions Convert 2% of their Maximum Life to Maximum Energy", "Shield per 1% Chaos Resistance they have", statOrderKey = "3703,3703.1", statOrder = { 3703, 3703.1 }, level = 1, group = "MinionLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences", "minion" }, }, + ["MinionChaosDamageDoesNotBypassESUnique__1"] = { affix = "", "Chaos Damage does not bypass Minions' Energy Shield", statOrderKey = "3704", statOrder = { 3704 }, level = 1, group = "MinionChaosDamageDoesNotBypassES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "minion" }, }, + ["MinionHitsIgnoreResistanceWithESUnique__1_"] = { affix = "", "While Minions have Energy Shield, their Hits Ignore Monster Elemental Resistances", statOrderKey = "3706", statOrder = { 3706 }, level = 1, group = "MinionHitsIgnoreResistanceWithES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "minion" }, }, + ["MinionEnergyShieldRechargeDelayUnique__1"] = { affix = "", "Minions have (50-100)% faster start of Energy Shield Recharge", statOrderKey = "3705", statOrder = { 3705 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "minion" }, }, + ["DamageBypassEnergyShieldBlockUnique__1"] = { affix = "", "Damage from Blocked Hits cannot bypass Energy Shield", "Damage from Unblocked hits always bypasses Energy Shield", statOrderKey = "4510,4510.1", statOrder = { 4510, 4510.1 }, level = 1, group = "DamageBypassEnergyShieldBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NoEnergyShieldUnique__1"] = { affix = "", "Has no Energy Shield", statOrderKey = "580", statOrder = { 580 }, level = 1, group = "LocalNoEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["CannotBlockWithNoEnergyShieldUnique__1"] = { affix = "", "Cannot Block while you have no Energy Shield", statOrderKey = "2028", statOrder = { 2028 }, level = 1, group = "CannotBlockWithNoEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlindReflectedToSelfUnique__1"] = { affix = "", "Blind you inflict is Reflected to you", statOrderKey = "4162", statOrder = { 4162 }, level = 1, group = "BlindReflectedToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlindDoesNotAffectLightRadiusUnique__1"] = { affix = "", "Blind does not affect your Light Radius", statOrderKey = "4159", statOrder = { 4159 }, level = 1, group = "BlindDoesNotAffectLightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NotablesGrantManaCostAndSpellDamageUnique1"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: 10% increased Mana Cost of Skills and 20% increased Spell Damage", statOrderKey = "7459,7459.1", statOrder = { 7459, 7459.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["UnleashSealGainFrequencyUnique__1"] = { affix = "", "Skills Supported by Unleash have (30-50)% increased Seal gain frequency", statOrderKey = "7258", statOrder = { 7258 }, level = 1, group = "UnleashSealGainFrequency", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnholyMightOnZeroEnergyShieldUnique__1"] = { affix = "", "You have Unholy Might while you have no Energy Shield", statOrderKey = "2031", statOrder = { 2031 }, level = 1, group = "UnholyMightOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ProfaneGroundInsteadOfConsecratedGround__1_"] = { affix = "", "Create Profane Ground instead of Consecrated Ground", statOrderKey = "4425", statOrder = { 4425 }, level = 1, group = "CreateProfaneGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StalkingPustuleOnKillUnique__1"] = { affix = "", "Trigger Level 1 Stalking Pustule on Kill", statOrderKey = "485", statOrder = { 485 }, level = 50, group = "StalkingPustuleOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["BlindDoesNotAffectHitChanceUnique__1"] = { affix = "", "Blind does not affect your Chance to Hit", statOrderKey = "4158", statOrder = { 4158 }, level = 1, group = "BlindDoesNotAffectHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaledictionOnBlindWhileBlindedUnique__1"] = { affix = "", "Enemies Blinded by you while you are Blinded have Malediction", statOrderKey = "4709", statOrder = { 4709 }, level = 1, group = "MaledictionOnBlindWhileBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackImpaleChanceUnique__1"] = { affix = "", "(10-20)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "3950", statOrder = { 3950 }, level = 1, group = "ImpaleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["GrantsBrandDetonateUnique__1"] = { affix = "", "Grants Level 20 Brandsurge Skill", statOrderKey = "397", statOrder = { 397 }, level = 85, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["BrandDurationUnique__1"] = { affix = "", "Brand Skills have (50-100)% increased Duration", statOrderKey = "7107", statOrder = { 7107 }, level = 1, group = "BrandDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["SummonAdditionalBrandUnique__1"] = { affix = "", "Skills which create Brands create an additional Brand", statOrderKey = "3756", statOrder = { 3756 }, level = 1, group = "SummonAdditionalBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["AttackSpeedChangedStanceUnique__1"] = { affix = "", "(25-30)% increased Attack Speed if you've changed Stance Recently", statOrderKey = "7219", statOrder = { 7219 }, level = 72, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["WarcryInfiniteEnemyPowerUnique__1__"] = { affix = "", "Warcries have infinite Power", statOrderKey = "7393", statOrder = { 7393 }, level = 1, group = "WarcryInfiniteEnemyPower", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneCallToArmsUnique__2_"] = { affix = "", "Call to Arms", statOrderKey = "7470", statOrder = { 7470 }, level = 1, group = "CallToArms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryGrantsArcaneSurgeUnique__1"] = { affix = "", "Warcries grant Arcane Surge to you and Allies, with 10% increased effect per 5 power, up to 50%", statOrderKey = "3798", statOrder = { 3798 }, level = 1, group = "WarcryGrantsArcaneSurge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryTauntChaosExplosionUnique__1_"] = { affix = "", "Enemies Taunted by your Warcries Explode on death, dealing 8% of their maximum Life as Chaos Damage", statOrderKey = "4725", statOrder = { 4725 }, level = 1, group = "WarcryTauntChaosExplosion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["Curse25PercentHinderEnemyUnique__1"] = { affix = "", "Enemies Cursed by you are Hindered with 25% reduced Movement", "Speed if 25% of Curse Duration expired", statOrderKey = "7400,7400.1", statOrder = { 7400, 7400.1 }, level = 77, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["Curse50PercentCurseEffectUnique__1"] = { affix = "", "Your Curses have 25% increased Effect if 50% of Curse Duration expired", statOrderKey = "7402", statOrder = { 7402 }, level = 1, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["Curse75PercentEnemyDamageTakenUnique__1__"] = { affix = "", "Enemies Cursed by you take 25% increased Damage if 75% of Curse Duration expired", statOrderKey = "7403", statOrder = { 7403 }, level = 1, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "curse" }, }, + ["SpellsAlwaysCritFinalRepeatUnique__1_"] = { affix = "", "Spell Skills always deal Critical Strikes on final Repeat", statOrderKey = "7192", statOrder = { 7192 }, level = 80, group = "SpellsAlwaysCritFinalRepeat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SpellsNeverCritExceptFinalRepeatUnique__1"] = { affix = "", "Spell Skills cannot deal Critical Strikes except on final Repeat", statOrderKey = "7195", statOrder = { 7195 }, level = 1, group = "SpellsNeverCritExceptFinalRepeat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SpellsCriticalMultiplierFinalRepeatUnique__1"] = { affix = "", "Spell Skills have +(20-30)% to Critical Strike Multiplier on final Repeat", statOrderKey = "7193", statOrder = { 7193 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["NonCriticalStrikesLessDamageUnique__1"] = { affix = "", "Non-critical strikes deal 80% less Damage", statOrderKey = "2008", statOrder = { 2008 }, level = 1, group = "NonCriticalDamageMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MaximumRageUnique__1"] = { affix = "", "+20 to Maximum Rage", statOrderKey = "6977", statOrder = { 6977 }, level = 85, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumRageUnique__2"] = { affix = "", "+5 to Maximum Rage", statOrderKey = "6977", statOrder = { 6977 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumRageImplicitE1"] = { affix = "", "+10 to Maximum Rage", statOrderKey = "6977", statOrder = { 6977 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalDamagePerRageUnique__1"] = { affix = "", "(4-6)% increased Physical Damage per 10 Rage", statOrderKey = "6878", statOrder = { 6878 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["EnemiesCrushedWithRageUnique__1_"] = { affix = "", "Nearby Enemies are Crushed while you have at least 25 Rage", statOrderKey = "6788", statOrder = { 6788 }, level = 1, group = "Crushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapDoesntConsumeSextantCharge_"] = { affix = "", "Does not consume Sextant Uses", statOrderKey = "6170", statOrder = { 6170 }, level = 1, group = "MapDoesntConsumeSextantCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapGainsRandomZanaMod"] = { affix = "", "Map has an additional random Modifier from Zana's Crafting Bench", statOrderKey = "6425", statOrder = { 6425 }, level = 1, group = "MapGainsRandomZanaMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapBossSurroundedByTormentedSpirits"] = { affix = "", "Map Boss is surrounded by Tormented Spirits", statOrderKey = "6102", statOrder = { 6102 }, level = 1, group = "MapBossSurroundedByTormentedSpirits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapHarbingerPortalAdditionalFragments__"] = { affix = "", "Unique Boss drops an additional Harbinger Scroll", statOrderKey = "6195", statOrder = { 6195 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelImplicitLifeRegeneration"] = { affix = "", "Regenerate 0.1% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "JewelImplicitLifeRegeneration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["JewelImplicitEnergyShieldRechargeRate"] = { affix = "", "(3-6)% increased Energy Shield Recharge Rate", statOrderKey = "969", statOrder = { 969 }, level = 1, group = "JewelImplicitEnergyShieldRechargeRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["JewelImplicitTotemPlacementSpeed"] = { affix = "", "(4-6)% increased Totem Placement speed", statOrderKey = "1887", statOrder = { 1887 }, level = 1, group = "JewelImplicitTotemPlacementSpeed", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["JewelImplicitDamageTakenGainedAsMana"] = { affix = "", "1% of Damage taken Recouped as Mana", statOrderKey = "1773", statOrder = { 1773 }, level = 1, group = "JewelImplicitDamageTakenGainedAsMana", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["JewelImplicitLifeLeechRate"] = { affix = "", "20% increased Recovery per second from Life Leech", statOrderKey = "1517", statOrder = { 1517 }, level = 1, group = "JewelImplicitLifeLeechRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["JewelImplicitManaLeechRate"] = { affix = "", "20% increased total Recovery per second from Mana Leech", statOrderKey = "1518", statOrder = { 1518 }, level = 1, group = "JewelImplicitManaLeechRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["JewelImplicitAuraAreaOfEffect"] = { affix = "", "(3-6)% increased Area of Effect of Aura Skills", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "JewelImplicitAuraAreaOfEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["JewelImplicitMinionLife___"] = { affix = "", "Minions have (3-5)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "JewelImplicitMinionLife", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["JewelImplicitMovementSpeed"] = { affix = "", "1% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "JewelImplicitMovementSpeed", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["JewelImplicitLightRadius"] = { affix = "", "(3-6)% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "JewelImplicitLightRadius", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelImplicitFlaskDuration"] = { affix = "", "1% increased Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 1, group = "JewelImplicitFlaskDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["JewelImplicitReducedChillEffect"] = { affix = "", "10% reduced Effect of Chill on you", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "JewelImplicitReducedChillEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitReducedFreezeDuration_"] = { affix = "", "10% reduced Freeze Duration on you", statOrderKey = "1247", statOrder = { 1247 }, level = 1, group = "JewelImplicitReducedFreezeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitReducedShockEffect"] = { affix = "", "10% reduced Effect of Shock on you", statOrderKey = "7091", statOrder = { 7091 }, level = 1, group = "JewelImplicitReducedShockEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["JewelImplicitReducedIgniteDuration_"] = { affix = "", "10% reduced Ignite Duration on you", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "JewelImplicitReducedIgniteDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["JewelImplicitChanceToAvoidStun"] = { affix = "", "10% chance to Avoid being Stunned", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "JewelImplicitChanceToAvoidStun", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelImplicitChanceToAvoidChill"] = { affix = "", "10% chance to Avoid being Chilled", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "JewelImplicitChanceToAvoidChill", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitChanceToAvoidFreeze"] = { affix = "", "10% chance to Avoid being Frozen", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "JewelImplicitChanceToAvoidFreeze", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitChanceToAvoidShock"] = { affix = "", "10% chance to Avoid being Shocked", statOrderKey = "1222", statOrder = { 1222 }, level = 1, group = "JewelImplicitChanceToAvoidShock", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["JewelImplicitChanceToAvoidIgnite"] = { affix = "", "10% chance to Avoid being Ignited", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "JewelImplicitChanceToAvoidIgnite", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["JewelImplicitChanceToAvoidPoison"] = { affix = "", "10% chance to Avoid being Poisoned", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "JewelImplicitChanceToAvoidPoison", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["JewelImplicitReducedElementalReflect"] = { affix = "", "10% reduced Reflected Elemental Damage taken", statOrderKey = "2002", statOrder = { 2002 }, level = 1, group = "JewelImplicitReducedElementalReflect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["JewelImplicitReducedPhysicalReflect"] = { affix = "", "10% reduced Reflected Physical Damage taken", statOrderKey = "2003", statOrder = { 2003 }, level = 1, group = "JewelImplicitReducedPhysicalReflect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["JewelImplicitFrenzyChargeDuration__"] = { affix = "", "10% increased Frenzy Charge Duration", statOrderKey = "1487", statOrder = { 1487 }, level = 1, group = "JewelImplicitFrenzyChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["JewelImplicitPowerChargeDuration"] = { affix = "", "10% increased Power Charge Duration", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "JewelImplicitPowerChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["JewelImplicitEnduranceChargeDuration"] = { affix = "", "10% increased Endurance Charge Duration", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "JewelImplicitEnduranceChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["VolleyFirstPointPierceUnique__1_"] = { affix = "", "Arrows fired from the first firing points always Pierce", statOrderKey = "3707", statOrder = { 3707 }, level = 1, group = "VolleyFirstPointPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["VolleySecondPointForkUnique__1"] = { affix = "", "Arrows fired from the second firing points Fork", statOrderKey = "3708", statOrder = { 3708 }, level = 1, group = "VolleySecondPointFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["VolleyThirdPointReturnUnique__1__"] = { affix = "", "Arrows fired from the third firing points Return to you", statOrderKey = "3709", statOrder = { 3709 }, level = 1, group = "VolleyThirdPointReturn", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["VolleyFourthPointChainUnique__1"] = { affix = "", "Arrows fired from the fourth firing points Chain +2 times", statOrderKey = "3710", statOrder = { 3710 }, level = 1, group = "VolleyFourthPointChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["HarvestAlternateWeaponQualityLocalCriticalStrikeChance__"] = { affix = "", "Quality does not increase Physical Damage", "1% increased Critical Strike Chance per 4% Quality", statOrderKey = "1284,5759", statOrder = { 1284, 5759 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "critical" }, }, + ["HarvestAlternateWeaponQualityAccuracyRatingIncrease_"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Accuracy per 2% Quality", statOrderKey = "1284,5398", statOrder = { 1284, 5398 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HarvestAlternateWeaponQualityLocalIncreasedAttackSpeed"] = { affix = "", "Quality does not increase Physical Damage", "1% increased Attack Speed per 8% Quality", statOrderKey = "1284,5742", statOrder = { 1284, 5742 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["HarvestAlternateWeaponQualityLocalMeleeWeaponRange_"] = { affix = "", "Quality does not increase Physical Damage", "+1 Weapon Range per 10% Quality", statOrderKey = "1284,5968", statOrder = { 1284, 5968 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HarvestAlternateWeaponQualityElementalDamagePercent"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Elemental Damage per 2% Quality", statOrderKey = "1284,5791", statOrder = { 1284, 5791 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["HarvestAlternateWeaponQualityAreaOfEffect_"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Area of Effect per 4% Quality", statOrderKey = "1284,5737", statOrder = { 1284, 5737 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HarvestAlternateArmourQualityIncreasedLife"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Maximum Life per 2% Quality", statOrderKey = "1283,5851", statOrder = { 1283, 5851 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "defences" }, }, + ["HarvestAlternateArmourQualityIncreasedMana"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Maximum Mana per 2% Quality", statOrderKey = "1283,5853", statOrder = { 1283, 5853 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "defences" }, }, + ["HarvestAlternateArmourQualityStrength"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Strength per 2% Quality", statOrderKey = "1283,5883", statOrder = { 1283, 5883 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, + ["HarvestAlternateArmourQualityDexterity"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Dexterity per 2% Quality", statOrderKey = "1283,5765", statOrder = { 1283, 5765 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, + ["HarvestAlternateArmourQualityIntelligence_"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Intelligence per 2% Quality", statOrderKey = "1283,5816", statOrder = { 1283, 5816 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, + ["HarvestAlternateArmourQualityFireResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Fire Resistance per 2% Quality", statOrderKey = "1283,5794", statOrder = { 1283, 5794 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "fire", "resistance" }, }, + ["HarvestAlternateArmourQualityColdResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Cold Resistance per 2% Quality", statOrderKey = "1283,5757", statOrder = { 1283, 5757 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "cold", "resistance" }, }, + ["HarvestAlternateArmourQualityLightningResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Lightning Resistance per 2% Quality", statOrderKey = "1283,5847", statOrder = { 1283, 5847 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "lightning", "resistance" }, }, + ["SummonedSkeletonWarriorsGetWeaponStatsInMainHandUnique__1"] = { affix = "", "Summoned Skeleton Warriors wield a copy of this Weapon while in your Main Hand", statOrderKey = "3712", statOrder = { 3712 }, level = 1, group = "SummonSkeletonsWarriorsGetWeaponStats", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkeletonWarriorsTripleDamageUnique__1_"] = { affix = "", "Summoned Skeleton Warriors deal Triple Damage with this", "Weapon if you've Hit with this Weapon Recently", statOrderKey = "3713,3713.1", statOrder = { 3713, 3713.1 }, level = 1, group = "SkeletonWarriorsTripleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsUnholyMightUnique__1"] = { affix = "", "Unholy Might", statOrderKey = "2215", statOrder = { 2215 }, level = 1, group = "UnholyMightBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesAreChilledUnique__1"] = { affix = "", "Nearby Enemies are Chilled", statOrderKey = "5777", statOrder = { 5777 }, level = 1, group = "NearbyEnemiesAreChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeChilledEnemiesMoreDamageUnique__1_"] = { affix = "", "Freeze Chilled Enemies as though dealing (50-100)% more Damage", statOrderKey = "4861", statOrder = { 4861 }, level = 1, group = "FreezeChilledEnemiesMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["AllDamageCanFreezeUnique__1"] = { affix = "", "All Damage with Hits can Freeze", statOrderKey = "2163", statOrder = { 2163 }, level = 1, group = "AllDamageCanFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CriticalStrikeMultiplierIfGainedPowerChargeUnique__1_"] = { affix = "", "+(30-40)% to Critical Strike Multiplier if you've gained a Power Charge Recently", statOrderKey = "4467", statOrder = { 4467 }, level = 85, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["PowerChargeDurationFinalUnique__1__"] = { affix = "", "90% less Power Charge Duration", statOrderKey = "6927", statOrder = { 6927 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ElementalDamageTakenUnique__1"] = { affix = "", "(40-50)% increased Elemental Damage taken", statOrderKey = "2599", statOrder = { 2599 }, level = 1, group = "ElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["DisplaySupportedByImmolateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Immolate", statOrderKey = "121", statOrder = { 121 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByUnboundAilmentsUnique__1__"] = { affix = "", "Socketed Gems are Supported by Level 1 Unbound Ailments", statOrderKey = "174", statOrder = { 174 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["FireHitAndDoTDamageTakenAsLightningUnique__1"] = { affix = "", "40% of Fire Damage taken as Lightning", statOrderKey = "4830", statOrder = { 4830 }, level = 1, group = "DamageTakenAsLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ColdHitAndDoTDamageTakenAsLightningUnique__1"] = { affix = "", "40% of Cold Damage taken as Lightning", statOrderKey = "4375", statOrder = { 4375 }, level = 1, group = "DamageTakenAsLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemyShockedConvertedToLightningUnique__1"] = { affix = "", "Enemies Shocked by you have (10-15)% of Physical Damage they deal converted to Lightning", statOrderKey = "4723", statOrder = { 4723 }, level = 1, group = "EnemyShockedConvertedToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemyIgnitedConvertedToFireUnique__1"] = { affix = "", "Enemies Ignited by you have (10-15)% of Physical Damage they deal converted to Fire", statOrderKey = "4717", statOrder = { 4717 }, level = 1, group = "EnemyIgnitedConvertedToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeGainOnHitCursedEnemyUnique__1"] = { affix = "", "(20-28) Life gained for each Cursed Enemy hit by your Attacks", statOrderKey = "5312", statOrder = { 5312 }, level = 61, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["ManaGainOnHitCursedEnemyUnique__1"] = { affix = "", "(10-14) Mana gained for each Cursed Enemy hit by your Attacks", statOrderKey = "5997", statOrder = { 5997 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["CullingStrikeCursedEnemyUnique__1_"] = { affix = "", "You have Culling Strike against Cursed Enemies", statOrderKey = "4490", statOrder = { 4490 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesAvoidProjectilesUnique__1"] = { affix = "", "Projectiles cannot collide with Enemies at Close Range", statOrderKey = "6789", statOrder = { 6789 }, level = 1, group = "NearbyEnemiesAvoidProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ScorchingBrittleSappingConfluxUnique__1"] = { affix = "", "You have Scorching Conflux, Brittle Conflux and Sapping Conflux while your two highest Attributes are equal", statOrderKey = "4961", statOrder = { 4961 }, level = 85, group = "ScorchingBrittleSappingConflux", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotIgniteChillFreezeShockUnique__1"] = { affix = "", "Cannot Ignite, Chill, Freeze or Shock", statOrderKey = "6800", statOrder = { 6800 }, level = 1, group = "CannotIgniteChillFreezeShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CorpseWalk"] = { affix = "", "Triggers Level 20 Corpse Walk when Equipped", statOrderKey = "457", statOrder = { 457 }, level = 1, group = "CorpseWalk", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GainAreaOfEffectPluspercentOnManaSpentUnique__1"] = { affix = "", "Gain 40% increased Area of Effect for 2 seconds after Spending a total of 800 Mana", statOrderKey = "4901", statOrder = { 4901 }, level = 69, group = "GainAreaOfEffectPluspercentOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeRegenerationPerNearbyCorpseUnique__1"] = { affix = "", "For each nearby corpse, Regenerate 0.25% Life per second, up to 3%", statOrderKey = "5353", statOrder = { 5353 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainEnduranceChargesWhenHitUnique__1_"] = { affix = "", "Gain an Endurance Charge when you are Hit", statOrderKey = "2046", statOrder = { 2046 }, level = 1, group = "GainEnduranceChargesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["LoseLifeIfHitRecentlyUnique__1"] = { affix = "", "Lose 2% of Life per second if you have been Hit Recently", statOrderKey = "5327", statOrder = { 5327 }, level = 1, group = "LoseLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["PerfectAgonyIfCritRecentlyUnique__1"] = { affix = "", "You have Perfect Agony if you've dealt a Critical Strike recently", statOrderKey = "4947", statOrder = { 4947 }, level = 1, group = "PerfectAgonyIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "ailment" }, }, + ["BrandDamageUnique__1"] = { affix = "", "40% increased Brand Damage", statOrderKey = "7105", statOrder = { 7105 }, level = 1, group = "BrandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["AdditionalBrandUnique__1"] = { affix = "", "You can Cast an additional Brand", statOrderKey = "4022", statOrder = { 4022 }, level = 1, group = "AdditionalBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["CriticalStrikeChancePerBrandUnique__1___"] = { affix = "", "20% increased Critical Strike Chance per Brand", statOrderKey = "4443", statOrder = { 4443 }, level = 1, group = "CriticalStrikeChancePerBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, + ["MaximumDoomUnique__1___"] = { affix = "", "Hexes you inflict have +15 to maximum Doom", statOrderKey = "4496", statOrder = { 4496 }, level = 1, group = "MaximumDoom", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["DamageAgainstMarkedEnemiesUnique__1"] = { affix = "", "(30-50)% increased Damage with Hits and Ailments against Marked Enemy", statOrderKey = "4520", statOrder = { 4520 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MarkCastSpeedUnique__1"] = { affix = "", "Mark Skills have (10-15)% increased Cast Speed", statOrderKey = "1580", statOrder = { 1580 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "curse" }, }, + ["TransferMarkOnDeathUnique__1"] = { affix = "", "Your Mark transfers to another Enemy when Marked Enemy dies", statOrderKey = "7431", statOrder = { 7431 }, level = 1, group = "TransferMarkOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskEldritchBatteryUnique__1"] = { affix = "", "Eldritch Battery during Flask effect", "Life Recovery from Flasks also applies to Energy Shield during Flask Effect", statOrderKey = "3080,5807", statOrder = { 3080, 5807 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "resource", "life", "defences" }, }, + ["GrantsDeathWishUnique__1__"] = { affix = "", "Grants Level 20 Death Wish Skill", statOrderKey = "402", statOrder = { 402 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["EnemyTemporalChainsOnHitUnique__1"] = { affix = "", "Enemy Hits inflict Temporal Chains on you", statOrderKey = "4729", statOrder = { 4729 }, level = 1, group = "EnemyTemporalChainsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainRageOnLosingTemporalChainsUnique__1__"] = { affix = "", "When you lose Temporal Chains you gain maximum Rage", statOrderKey = "4927", statOrder = { 4927 }, level = 1, group = "GainRageOnLosingTemporalChains", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ImmuneToCursesWithRageUnique__1"] = { affix = "", "Immune to Curses while you have at least 25 Rage", statOrderKey = "5239", statOrder = { 5239 }, level = 1, group = "ImmuneToCursesWithRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WeaponCritChanceOverrideUnique__1__"] = { affix = "", "Critical Strike Chance is (20-30)% for Hits with this Weapon", statOrderKey = "5967", statOrder = { 5967 }, level = 1, group = "WeaponCritChanceIs", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["NoIntelligenceUnique__1_"] = { affix = "", "You have no Intelligence", statOrderKey = "5272", statOrder = { 5272 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["FlaskLifeRecoveryAlliesUnique__1_"] = { affix = "", "100% of Life Recovery from Flasks is applied to nearby Allies instead of You", statOrderKey = "5331", statOrder = { 5331 }, level = 1, group = "FlaskLifeRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["DamageIfConsumedCorpseUnique__1__"] = { affix = "", "(20-40)% increased Damage if you have Consumed a corpse Recently", statOrderKey = "3561", statOrder = { 3561 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["HexExpiresMaxDoomUnique__1"] = { affix = "", "Hexes expire 0.5 seconds after reaching maximum Doom", statOrderKey = "5188", statOrder = { 5188 }, level = 48, group = "HexExpiresMaxDoom", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, + ["DoubleDoomEffectUnique__1"] = { affix = "", "Hexes you inflict have their Effect increased by twice their Doom instead", statOrderKey = "4641", statOrder = { 4641 }, level = 1, group = "DoubleDoomEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HexDoomGainUnique__1"] = { affix = "", "Hexes have (-20-20)% reduced Doom gain rate", statOrderKey = "5182", statOrder = { 5182 }, level = 1, group = "HexDoomGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalAddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "(1-2) to (36-40) Lightning Damage per Power Charge", statOrderKey = "6661", statOrder = { 6661 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HasMassiveShrineBuffUnique__1"] = { affix = "", "You have Lesser Massive Shrine Buff", statOrderKey = "5012", statOrder = { 5012 }, level = 1, group = "HasShrineBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasBrutalShrineBuffUnique__1"] = { affix = "", "You have Lesser Brutal Shrine Buff", statOrderKey = "5011", statOrder = { 5011 }, level = 1, group = "HasShrineBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedSkillsDoubleDamageUnique__1_"] = { affix = "", "Socketed Skills deal Double Damage", statOrderKey = "311", statOrder = { 311 }, level = 1, group = "SocketedSkillsDoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TotalRecoveryLifeLeechDoubledUnique__1"] = { affix = "", "Total Recovery per second from Life Leech is Doubled", statOrderKey = "7303", statOrder = { 7303 }, level = 55, group = "LifeLeechSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageLeechWith5ChargesUnique__1"] = { affix = "", "0.5% of Damage Leeched as Life while you have at least 5 total Endurance, Frenzy and Power Charges", statOrderKey = "5317", statOrder = { 5317 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReflectElementalAilmentsToSelfUnique__1"] = { affix = "", "Elemental Ailments you inflict are Reflected to you", statOrderKey = "4656", statOrder = { 4656 }, level = 1, group = "ReflectElementalAilmentsToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ProlifElementalAilmentsFromSelfUnique__1__"] = { affix = "", "Elemental Ailments inflicted on you spread to Enemies in a radius of 25", statOrderKey = "4655", statOrder = { 4655 }, level = 1, group = "ProlifElementalAilmentsFromSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamagePerPowerChargeUnique__1"] = { affix = "", "(3-5)% increased Elemental Damage per Power charge", statOrderKey = "4669", statOrder = { 4669 }, level = 1, group = "ElementalDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["LosePowerChargesOnBlockUnique__1"] = { affix = "", "Lose all Power Charges when you Block", statOrderKey = "5972", statOrder = { 5972 }, level = 1, group = "LosePowerChargesOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainPowerChargesNotLostRecentlyUnique__1_"] = { affix = "", "Gain a Power Charge every Second if you haven't lost Power Charges Recently", statOrderKey = "4955", statOrder = { 4955 }, level = 1, group = "GainPowerChargesNotLostRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemQualityUnique__1"] = { affix = "", "+(30-50)% to Quality of Socketed Gems", statOrderKey = "79", statOrder = { 79 }, level = 1, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemQualityUnique__2_"] = { affix = "", "+30% to Quality of Socketed Gems", statOrderKey = "79", statOrder = { 79 }, level = 57, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["NearbyEnemiesAreBlindedPhysicalAegisUnique__1"] = { affix = "", "Nearby Enemies are Blinded while Physical Aegis is not depleted", statOrderKey = "6787", statOrder = { 6787 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeChanceWithoutPhysicalAegisUnique__1"] = { affix = "", "(50-70)% increased Critical Strike Chance while Physical Aegis is depleted", statOrderKey = "4456", statOrder = { 4456 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackAndCastSpeedWithoutPhysicalAegisUnique__1"] = { affix = "", "(8-15)% increased Attack and Cast Speed while Physical Aegis is depleted", statOrderKey = "3880", statOrder = { 3880 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellsGainIntensityUnique__1"] = { affix = "", "Spells which have gained Intensity Recently gain 1 Intensity every 500 Seconds", statOrderKey = "7130", statOrder = { 7130 }, level = 1, group = "SpellsIntensityModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellsLoseIntensityUnique__1"] = { affix = "", "Spells which have gained Intensity Recently lose 1 Intensity every 500 Seconds", statOrderKey = "7131", statOrder = { 7131 }, level = 1, group = "SpellsIntensityModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeChancePerIntensityUnique__1"] = { affix = "", "Spells have 10% reduced Critical Strike Chance per Intensity", statOrderKey = "4446", statOrder = { 4446 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeChancePerIntensityUnique__2"] = { affix = "", "Spells have 30% increased Critical Strike Chance per Intensity", statOrderKey = "4446", statOrder = { 4446 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeFlaskPassiveChargeGainUnique__1_"] = { affix = "", "Life Flasks gain 1 Charge every 3 seconds", statOrderKey = "5308", statOrder = { 5308 }, level = 1, group = "LifeFlaskPassiveChargeGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamageLowestResistUnique__1"] = { affix = "", "Elemental Damage you Deal with Hits is Resisted by lowest Elemental Resistance instead", statOrderKey = "4674", statOrder = { 4674 }, level = 1, group = "ElementalDamageLowestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["ReducedAttackSpeedWhilePhasingUnique__1"] = { affix = "", "30% reduced Attack Speed while Phasing", statOrderKey = "3940", statOrder = { 3940 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["PhysicalDamageAddedAsRandomWhileIgnitedUnique__1"] = { affix = "", "Gain (30-40)% of Physical Damage as Extra Damage of a random Element while you are Ignited ", statOrderKey = "6874", statOrder = { 6874 }, level = 1, group = "PhysicalDamageAddedAsRandomWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalPenetrationWhileChilledUnique__1___"] = { affix = "", "Damage Penetrates (8-10)% Elemental Resistances while you are Chilled ", statOrderKey = "4690", statOrder = { 4690 }, level = 1, group = "ElementalPenetrationWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamageLuckyWhileShockedUnique__1__"] = { affix = "", "Elemental Damage with Hits is Lucky while you are Shocked", statOrderKey = "4657", statOrder = { 4657 }, level = 1, group = "ElementalDamageLuckyWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DischargeThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Discharge has 60% less Area of Effect", "With at least 40 Intelligence in Radius, Discharge Cooldown is 250 ms", "With at least 40 Intelligence in Radius, Discharge deals 60% less Damage", statOrderKey = "5907,5908,5909", statOrder = { 5907, 5908, 5909 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["DisplaySupportedByUnleashUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Unleash", statOrderKey = "175", statOrder = { 175 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["CanHaveEveryInfluenceTypeImplicitE1"] = { affix = "", "Implicit Modifiers Cannot Be Changed", "Has Elder, Shaper and all Conqueror Influences", statOrderKey = "13,5817", statOrder = { 13, 5817 }, level = 87, group = "HasEveryInfluenceType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcriesExertAnAdditionalAttackImplicitE1_"] = { affix = "", "Warcries Exert 1 additional Attack", statOrderKey = "7121", statOrder = { 7121 }, level = 1, group = "WarcriesExertAnAdditionalAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSecretBladeGrantHiddenBlade"] = { affix = "", "Trigger Level 20 Unseen Strike every 0.5 seconds while Phasing", statOrderKey = "451", statOrder = { 451 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LifeRecoveryRateUnique__1"] = { affix = "", "(20-25)% increased Life Recovery rate", statOrderKey = "981", statOrder = { 981 }, level = 1, group = "LifeRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldRegenerationWhileShockedUnique__1"] = { affix = "", "Regenerate 5% of Energy Shield per second while Shocked", statOrderKey = "2331", statOrder = { 2331 }, level = 1, group = "EnergyShieldRegenerationWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["StrUniqueShieldTriggerShieldShatterOnBlock"] = { affix = "", "Trigger Level 20 Shield Shatter when you Block", statOrderKey = "473", statOrder = { 473 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["UniqueStaffTriggerAtziriStormCall__1____"] = { affix = "", "Queen's Demand can Trigger Level 20 Storm of Judgement", statOrderKey = "469", statOrder = { 469 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["UniqueStaffTriggerAtziriStormFlameblast__1"] = { affix = "", "Queen's Demand can Trigger Level 20 Flames of Judgement", statOrderKey = "468", statOrder = { 468 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["UniqueStaffGrantQueensDemand___"] = { affix = "", "Grants Level 20 Queen's Demand Skill", statOrderKey = "428", statOrder = { 428 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["UniqueWandGrantsBloodSacrament__1"] = { affix = "", "Grants Level 1 Blood Sacrament Skill", statOrderKey = "364", statOrder = { 364 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ImmuneToChillUnique__1"] = { affix = "", "Immune to Chill", statOrderKey = "2195", statOrder = { 2195 }, level = 1, group = "ImmuneToChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ImmuneToChillUnique__2__"] = { affix = "", "Immune to Chill", statOrderKey = "2195", statOrder = { 2195 }, level = 1, group = "ImmuneToChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ColdDamageCannotFreeze"] = { affix = "", "Your Cold Damage cannot Freeze", statOrderKey = "2186", statOrder = { 2186 }, level = 1, group = "ColdDamageCannotFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FasterIgniteDamageUnique__1"] = { affix = "", "Ignites you inflict deal Damage (35-45)% faster", statOrderKey = "1873", statOrder = { 1873 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["MaximumLifeLeechRateUnique__1"] = { affix = "", "40% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1111", statOrder = { 1111 }, level = 80, group = "MaximumLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["FleshAndStoneManaReservationUnique__1_"] = { affix = "", "Flesh and Stone has 100% reduced Reservation", statOrderKey = "4168", statOrder = { 4168 }, level = 1, group = "FleshAndStoneManaReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneHollowPalmTechniqueUnique__1"] = { affix = "", "Hollow Palm Technique", statOrderKey = "7484", statOrder = { 7484 }, level = 1, group = "KeystoneHollowPalmTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["ElusiveEffectUnique__1"] = { affix = "", "(10-30)% increased Elusive Effect", statOrderKey = "4701", statOrder = { 4701 }, level = 1, group = "ElusiveEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementSpeedIfHitRecentlyUnique__1_"] = { affix = "", "10% increased Movement Speed if you've Hit an Enemy Recently", statOrderKey = "6762", statOrder = { 6762 }, level = 1, group = "MovementSpeedIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GrantsWintertideBrandUnique__1"] = { affix = "", "Grants Level 22 Wintertide Brand Skill", statOrderKey = "392", statOrder = { 392 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["WintertideBrandChillEffectUnique__1_"] = { affix = "", "Wintertide Brand has (20-30)% increased Chill Effect", statOrderKey = "7406", statOrder = { 7406 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidPoisonUnique__1"] = { affix = "", "25% chance to Avoid being Poisoned", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PhysicalDamageCanFreezeUnique__1_"] = { affix = "", "Your Physical Damage can Freeze", statOrderKey = "2181", statOrder = { 2181 }, level = 1, group = "PhysicalDamageCanFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "elemental", "cold", "ailment" }, }, + ["ElusiveOnCriticalStrikeUnique__1"] = { affix = "", "Gain Elusive on Critical Strike", statOrderKey = "3589", statOrder = { 3589 }, level = 1, group = "ElusiveOnCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SupportedByArrowNovaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Arrow Nova", statOrderKey = "153", statOrder = { 153 }, level = 1, group = "SupportedByArrowNova", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["CriticalStrikeChanceAgainstBleedingEnemiesUnique__1"] = { affix = "", "(100-150)% increased Critical Strike Chance against Bleeding Enemies", statOrderKey = "2495", statOrder = { 2495 }, level = 1, group = "CriticalStrikeChanceAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DealNoColdDamageUnique__1"] = { affix = "", "Deal no Cold Damage", statOrderKey = "2091", statOrder = { 2091 }, level = 1, group = "DealNoColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["OneHandedMeleeCriticalStrikeMultiplierUnique__1"] = { affix = "", "+(60-100)% to Critical Strike Multiplier with One Handed Melee Weapons", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "MeleeTypeCritMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["PhysicalDamageTakenAsChaosUnique__1"] = { affix = "", "10% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "1769", statOrder = { 1769 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, + ["ChanceToBeFrozenShockedIgnitedUnique__1"] = { affix = "", "+10% chance to be Frozen, Shocked and Ignited", statOrderKey = "2258", statOrder = { 2258 }, level = 1, group = "ChanceToBeFrozenShockedIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["CallOfSteelAreaOfEffectUnique__1"] = { affix = "", "Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect", statOrderKey = "7224", statOrder = { 7224 }, level = 1, group = "CallOfSteelAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelAreaOfEffectUnique__2___"] = { affix = "", "Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect", statOrderKey = "7224", statOrder = { 7224 }, level = 1, group = "CallOfSteelAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelReflectDamageUnique__1"] = { affix = "", "Call of Steel causes (20-25)% increased Reflected Damage", statOrderKey = "7226", statOrder = { 7226 }, level = 1, group = "CallOfSteelReflectDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelReflectDamageUnique__2"] = { affix = "", "Call of Steel causes (20-25)% increased Reflected Damage", statOrderKey = "7226", statOrder = { 7226 }, level = 1, group = "CallOfSteelReflectDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelUseSpeedUnique__1"] = { affix = "", "Call of Steel has (80-100)% increased Use Speed", statOrderKey = "7225", statOrder = { 7225 }, level = 1, group = "CallOfSteelUseSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelUseSpeedUnique__2"] = { affix = "", "Call of Steel has (80-100)% increased Use Speed", statOrderKey = "7225", statOrder = { 7225 }, level = 1, group = "CallOfSteelUseSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SecretsOfSufferingKeystoneSceptreImplicit1"] = { affix = "", "Secrets of Suffering", statOrderKey = "7499", statOrder = { 7499 }, level = 1, group = "SecretsOfSufferingKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaCostTotalNonChannelledUnique__1__"] = { affix = "", "Non-Channelling Skills have -9 to Total Mana Cost", statOrderKey = "7126", statOrder = { 7126 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_mana_cost_mod", }, modTags = { "resource", "mana" }, }, + ["TriggerFlameDashOnSocketedSkillUseImplicitE1"] = { affix = "", "Trigger Level 10 Flame Dash when you use a Socketed Skill", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggerFlameDashOnSocketedSkillUseImplicitE2"] = { affix = "", "Trigger Level 20 Flame Dash when you use a Socketed Skill", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggerFlameDashOnSocketedSkillUseImplicitE3_"] = { affix = "", "Trigger Level 30 Flame Dash when you use a Socketed Skill", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainRandomChargeEvery6SecondsImplicitE1"] = { affix = "", "Gain an Endurance, Frenzy or Power Charge every 6 seconds", statOrderKey = "4881", statOrder = { 4881 }, level = 1, group = "GainRandomChargesEvery6Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE1"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(66-80) to maximum Energy Shield", statOrderKey = "329,962", statOrder = { 329, 962 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE2"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(100-120) to maximum Energy Shield", statOrderKey = "329,962", statOrder = { 329, 962 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE3"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(140-165) to maximum Energy Shield", statOrderKey = "329,962", statOrder = { 329, 962 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackCriticalStrikesIgnoreElementalResistancesImplicitE1"] = { affix = "", "Attack Critical Strikes ignore Enemy Monster Elemental Resistances", statOrderKey = "3897", statOrder = { 3897 }, level = 1, group = "AttackCriticalStrikesIgnoreElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalMaximumQualityImplicitE1"] = { affix = "", "+20% to Maximum Quality", statOrderKey = "5854", statOrder = { 5854 }, level = 1, group = "LocalMaximumQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotUseFlaskInFifthSlotImplicitE1_"] = { affix = "", "Flasks applied to you have 20% increased Effect", "Can't use Flask in Fifth Slot", statOrderKey = "2037,4222", statOrder = { 2037, 4222 }, level = 30, group = "CannotUseFlaskInFifthSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumPowerandEnduranceChargesImplicitE1"] = { affix = "", "+1 to Maximum Power Charges and Maximum Endurance Charges", statOrderKey = "6606", statOrder = { 6606 }, level = 1, group = "MaximumPowerandEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonTauntingContraptionOnFlaskUseImplicitE1"] = { affix = "", "Trigger Level 20 Summon Taunting Contraption when you use a Flask", statOrderKey = "488", statOrder = { 488 }, level = 70, group = "SummonTauntingContraptionOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionChanceToMaimOnHitUnique__1_"] = { affix = "", "Minions have 5% chance to Maim Enemies on Hit with Attacks", statOrderKey = "6713", statOrder = { 6713 }, level = 1, group = "MinionChanceToMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, + ["PhysicalDamagePercentAddedAsChaosPerElderItemUnique__1"] = { affix = "", "Gain (3-5)% of Physical Damage as Extra Chaos Damage per Elder Item Equipped", statOrderKey = "4945", statOrder = { 4945 }, level = 1, group = "PhysicalDamagePercentAddedAsChaosPerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["AddedChaosDamageToAttacksPer50StrengthUnique__1"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks per 80 Strength", statOrderKey = "6648", statOrder = { 6648 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["CannotDealNonChaosDamageUnique__1_"] = { affix = "", "Cannot deal non-Chaos Damage", statOrderKey = "4592", statOrder = { 4592 }, level = 1, group = "CannotDealNonChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["TravelSkillMoreDamageUnique__1"] = { affix = "", "Socketed Travel Skills deal 80% more Damage", statOrderKey = "5788", statOrder = { 5788 }, level = 1, group = "TravelSkillMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DamageTakenWhilePhasingUnique__1"] = { affix = "", "10% increased Damage taken while Phasing", statOrderKey = "4580", statOrder = { 4580 }, level = 1, group = "DamageTakenWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ProjectilesChainWhilePhasingUnique__1_"] = { affix = "", "Projectiles Chain +1 times while you have Phasing", statOrderKey = "6819", statOrder = { 6819 }, level = 1, group = "ProjectilesChainWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Minions gain 20% of Physical Damage as Extra Fire Damage", statOrderKey = "6722", statOrder = { 6722 }, level = 1, group = "MinionPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "has_damage_taken_as_mod", "physical", "elemental", "fire", "minion" }, }, + ["ChaosDamageCanIgniteUnique__1"] = { affix = "", "Your Chaos Damage can Ignite", statOrderKey = "3994", statOrder = { 3994 }, level = 1, group = "ChaosDamageCanIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "poison", "damage", "elemental", "fire", "chaos", "ailment" }, }, + ["ChanceToIgniteWithChaosSkillsUnique__1"] = { affix = "", "Chaos Skills have 20% chance to Ignite", statOrderKey = "4322", statOrder = { 4322 }, level = 1, group = "ChanceToIgniteWithChaosSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "fire", "chaos", "ailment" }, }, + ["UniqueVolkuursGuidanceIgniteDurationFinal"] = { affix = "", "50% less Ignite Duration", statOrderKey = "7359", statOrder = { 7359 }, level = 1, group = "UniqueVolkuursGuidanceIgniteDurationFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ManaRegenerationAuraUnique__1"] = { affix = "", "30% increased Mana Regeneration Rate", "You and nearby Allies have 30% increased Mana Regeneration Rate", statOrderKey = "986,5771", statOrder = { 986, 5771 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AvoidPhysicalDamageWhilePhasingUnique__1"] = { affix = "", "+(8-15)% chance to Avoid Physical Damage from Hits while Phasing", statOrderKey = "3968", statOrder = { 3968 }, level = 1, group = "AvoidPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["GrantsAlliesFrenzyChargeOnKillUnique__1_"] = { affix = "", "10% chance to grant a Frenzy Charge to nearby Allies on Kill", statOrderKey = "4290", statOrder = { 4290 }, level = 1, group = "GrantsAlliesFrenzyChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["GrantsAlliesEnduranceChargeOnHitUnique__1"] = { affix = "", "5% chance to grant an Endurance Charge to nearby Allies on Hit", statOrderKey = "4289", statOrder = { 4289 }, level = 1, group = "GrantsAlliesEnduranceChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChanceToImpaleWithSpellsUnique__1"] = { affix = "", "20% chance to Impale on Spell Hit", statOrderKey = "7199", statOrder = { 7199 }, level = 1, group = "ChanceToImpaleWithSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "caster" }, }, + ["ImpaleEffectUnique__1"] = { affix = "", "20% increased Impale Effect", statOrderKey = "5251", statOrder = { 5251 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["ImpaleEffectUnique__2"] = { affix = "", "5% increased Impale Effect", statOrderKey = "5251", statOrder = { 5251 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["AttackDamagePer450ArmourUnique__1__"] = { affix = "", "1% increased Attack Damage per 450 Armour", statOrderKey = "3901", statOrder = { 3901 }, level = 1, group = "AttackDamagePer450Armour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ZombiesTakeFireDamagePerSecondUnique__1_"] = { affix = "", "Raised Zombies take (15-30)% of their Maximum Life per second as Fire Damage", statOrderKey = "6996", statOrder = { 6996 }, level = 1, group = "ZombiesTakeFireDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["ZombiesHaveAvatarOfFireUnique__1"] = { affix = "", "Raised Zombies have Avatar of Fire", statOrderKey = "6997", statOrder = { 6997 }, level = 1, group = "ZombiesHaveAvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["ZombiesCoverInAshOnHitUnique__1"] = { affix = "", "Raised Zombies Cover Enemies in Ash on Hit", statOrderKey = "6995", statOrder = { 6995 }, level = 1, group = "ZombiesCoverInAshOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["LifeLeechPermyriadOnFrozenEnemiesUnique__1"] = { affix = "", "1% of Damage against Frozen Enemies Leeched as Life", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnduranceChargeIfAttackFreezesUnique__1"] = { affix = "", "Gain an Endurance Charge if an Attack Freezes an Enemy", statOrderKey = "4910", statOrder = { 4910 }, level = 1, group = "EnduranceChargeIfAttackFreezes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "elemental", "cold", "attack", "ailment" }, }, + ["PowerChargeOnHittingFrozenEnemyUnique__1"] = { affix = "", "50% chance to gain a Power Charge when you Hit a Frozen Enemy", statOrderKey = "4951", statOrder = { 4951 }, level = 1, group = "PowerChargeOnHittingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["TakeColdDamageOnMaximumPowerChargesUnique__1____"] = { affix = "", "Take 500 Cold Damage on reaching Maximum Power Charges", statOrderKey = "7063", statOrder = { 7063 }, level = 1, group = "TakeColdDamageOnMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["MovementVelocityWhileChilledUnique__1_"] = { affix = "", "(10-20)% increased Movement Speed while Chilled", statOrderKey = "6785", statOrder = { 6785 }, level = 1, group = "MovementVelocityWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AttackSpeedWhileChilledUnique__1"] = { affix = "", "(10-20)% increased Attack Speed while Chilled", statOrderKey = "3938", statOrder = { 3938 }, level = 1, group = "AttackSpeedWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["CastSpeedWhileChilledUnique__1"] = { affix = "", "(10-20)% increased Cast Speed while Chilled", statOrderKey = "4232", statOrder = { 4232 }, level = 1, group = "CastSpeedWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["ReflectFireDamageOnBlockUnique__1___"] = { affix = "", "Reflects (22-44) Fire Damage to Attackers on Block", statOrderKey = "4827", statOrder = { 4827 }, level = 1, group = "ReflectFireDamageOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental_damage", "damage", "elemental", "fire" }, }, + ["DealNoDamageWhenNotOnLowLifeUnique__1"] = { affix = "", "Deal no Damage when not on Low Life", statOrderKey = "4590", statOrder = { 4590 }, level = 1, group = "DealNoDamageWhenNotOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TriggeredFieryImpactOnHitWithWeaponImplicitE1"] = { affix = "", "Trigger Level 10 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "476", statOrder = { 476 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggeredFieryImpactOnHitWithWeaponImplicitE2_"] = { affix = "", "Trigger Level 15 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "476", statOrder = { 476 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggeredFieryImpactOnHitWithWeaponImplicitE3"] = { affix = "", "Trigger Level 20 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "476", statOrder = { 476 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixImplicitE1__"] = { affix = "", "-1 Prefix Modifier allowed", "+1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", statOrderKey = "8,9,13", statOrder = { 8, 9, 13 }, level = 30, group = "MaxPrefixMaxSuffix", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixImplicitE2_"] = { affix = "", "+1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", statOrderKey = "8,9,13", statOrder = { 8, 9, 13 }, level = 30, group = "MaxPrefixMaxSuffix", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixModEffectImplicitE1"] = { affix = "", "-1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", "25% increased Explicit Modifier magnitudes", statOrderKey = "8,9,13,21", statOrder = { 8, 9, 13, 21 }, level = 30, group = "MaxPrefixMaxSuffixModEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalAllDamageCanPoisonImplicitE1_"] = { affix = "", "All Damage from Hits with This Weapon can Poison", statOrderKey = "1788", statOrder = { 1788 }, level = 1, group = "LocalAllDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToInflictScorchOnEnemyOnBlockImplicitE1"] = { affix = "", "Scorch Enemies when you Block their Damage", statOrderKey = "4296", statOrder = { 4296 }, level = 1, group = "ChanceToInflictScorchOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToInflictBrittleOnEnemyOnBlockImplicitE1"] = { affix = "", "Inflict Brittle on Enemies when you Block their Damage", statOrderKey = "4294", statOrder = { 4294 }, level = 1, group = "ChanceToInflictBrittleOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToInflictSapOnEnemyOnBlockImplicitE1"] = { affix = "", "Sap Enemies when you Block their Damage", statOrderKey = "4295", statOrder = { 4295 }, level = 1, group = "ChanceToInflictSapOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemNecroticFootprintsUnique__1s"] = { affix = "", "Necrotic Footprints ", statOrderKey = "6799", statOrder = { 6799 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosResistanceWhileStationaryUnique__1"] = { affix = "", "+30% to Chaos Resistance while stationary", statOrderKey = "4314", statOrder = { 4314 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["PowerChargeOnHitWhilePoisonedUnique__1"] = { affix = "", "Gain a Power Charge on Hit while Poisoned", statOrderKey = "3733", statOrder = { 3733 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["MovementSpeedWhilePoisonedUnique__1"] = { affix = "", "15% increased Movement Speed while Poisoned", statOrderKey = "6778", statOrder = { 6778 }, level = 1, group = "MovementSpeedWhilePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChanceToBePoisonedBySpellsUnique__1_"] = { affix = "", "50% chance for Spell Hits against you to inflict Poison ", statOrderKey = "7190", statOrder = { 7190 }, level = 1, group = "ChanceToBePoisonedBySpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SpiritMinionRefreshOnUniqueHitUnique__1"] = { affix = "", "Summoned Phantasms have 10% chance to refresh their Duration when they Hit a Unique Enemy", "Summoned Raging Spirits have 10% chance to refresh their Duration when they Hit a Unique Enemy", statOrderKey = "6858,6986", statOrder = { 6858, 6986 }, level = 1, group = "SpiritMinionRefreshOnUniqueHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MovementVelocityPerPowerChargeUnique__1__"] = { affix = "", "5% increased Movement Speed per Power Charge", statOrderKey = "6771", statOrder = { 6771 }, level = 1, group = "MovementVelocityPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LifeRegenerationPerPowerChargeUnique__1__"] = { affix = "", "Regenerate 0.5% of Life per second per Power Charge", statOrderKey = "5354", statOrder = { 5354 }, level = 1, group = "LifeRegenerationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LocalFlaskAttackAndCastSpeedWhileHealingUnique__1"] = { affix = "", "(5-15)% increased Attack Speed during Flask effect", "(5-15)% increased Cast Speed during Flask effect", statOrderKey = "534,535", statOrder = { 534, 535 }, level = 1, group = "LocalFlaskAttackAndCastSpeedWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["IncreasedElementalResistancesUnique__1"] = { affix = "", "(18-22)% increased Elemental Resistances ", statOrderKey = "4673", statOrder = { 4673 }, level = 1, group = "IncreasedElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["DefencesAreZeroUnique__1_"] = { affix = "", "Defences are Zero", statOrderKey = "4597", statOrder = { 4597 }, level = 1, group = "DefencesAreZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["ChaosResistanceIsZeroUnique__1"] = { affix = "", "Chaos Resistance is Zero", statOrderKey = "7450", statOrder = { 7450 }, level = 1, group = "ChaosResistanceIsZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ElementalDamageDuringFlaskEffectUnique__1"] = { affix = "", "30% increased Elemental Damage during any Flask Effect", statOrderKey = "3533", statOrder = { 3533 }, level = 1, group = "ElementalDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, + ["SupportedByCastOnDamageTakenUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 12 Cast when Damage Taken", statOrderKey = "92", statOrder = { 92 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ShieldArmourIncreaseUnique__1"] = { affix = "", "50% increased Defences from Equipped Shield", statOrderKey = "1358", statOrder = { 1358 }, level = 1, group = "ShieldArmourIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AddedFireDamageIfBlockedRecentlyUnique__1"] = { affix = "", "Adds 45 to 75 Fire Damage if you've Blocked Recently", statOrderKey = "3584", statOrder = { 3584 }, level = 1, group = "AddedFireDamageIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamagePer100LowestOfLifeOrManaUnique__1"] = { affix = "", "(3-4) to (7-8) added Fire Damage per 100 of Maximum Life or Maximum Mana, whichever is lower", statOrderKey = "6656", statOrder = { 6656 }, level = 1, group = "AddedFireDamagePer100LowestOfLifeOrMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["TauntedEnemiesTakeIncreasedDamage_"] = { affix = "", "Enemies Taunted by you take 10% increased Damage", statOrderKey = "2519", statOrder = { 2519 }, level = 1, group = "TauntedEnemiesTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChaosDamageCanChill"] = { affix = "", "Your Chaos Damage can Chill", statOrderKey = "2169", statOrder = { 2169 }, level = 1, group = "ChaosDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "cold", "chaos", "ailment" }, }, + ["ElementalDamageIfCritRecently"] = { affix = "", "(120-150)% increased Elemental Damage if you've dealt a Critical Strike Recently", statOrderKey = "4663", statOrder = { 4663 }, level = 1, group = "ElementalDamageIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SupportedByMultiTotemUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Multiple Totems", statOrderKey = "140", statOrder = { 140 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["AttackAdditionalProjectilesUnique__1"] = { affix = "", "Attacks fire an additional Projectile", statOrderKey = "3505", statOrder = { 3505 }, level = 1, group = "AttackAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ExtraMaximumPhantasmsUnique__1"] = { affix = "", "+3 to maximum number of Summoned Phantasms", statOrderKey = "4015", statOrder = { 4015 }, level = 1, group = "ExtraMaximumPhantasms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ExtraRagingSpiritsUnique__1"] = { affix = "", "+6 to maximum number of Raging Spirits", statOrderKey = "1523", statOrder = { 1523 }, level = 1, group = "ExtraRagingSpirits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["HungryLoopSupportedByPinpoint"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Pinpoint", statOrderKey = "39,147", statOrder = { 39, 147 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SpellBlockIfNotBlockedRecentlyUnique__1"] = { affix = "", "+75% Chance to Block Spell Damage if you have not Blocked Recently", statOrderKey = "3774", statOrder = { 3774 }, level = 1, group = "SpellBlockIfNotBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LocalEnergyShieldRegenerationIfCritRecentlyUnique__1"] = { affix = "", "Regenerate 20% of Energy Shield per second if you've dealt a Critical Strike with this weapon Recently", statOrderKey = "5792", statOrder = { 5792 }, level = 1, group = "LocalEnergyShieldRegenerationIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ColdDamagePerMissingColdResistanceUnique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Missing Cold Resistance, up to a maximum of 300%", statOrderKey = "4365", statOrder = { 4365 }, level = 1, group = "ColdDamagePerMissingColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["FireDamagePerMissingFireResistanceUnique__1"] = { affix = "", "(15-20)% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300%", statOrderKey = "4819", statOrder = { 4819 }, level = 1, group = "FireDamagePerMissingFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HyrrisTruthHatredManaReservationFinalUnique__1"] = { affix = "", "Hatred has 50% less Reservation", statOrderKey = "7042", statOrder = { 7042 }, level = 1, group = "HyrrisTruthHatredManaReservationFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["GrantsHatredUnique__1__"] = { affix = "", "Grants Level 22 Hatred Skill", statOrderKey = "370", statOrder = { 370 }, level = 81, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ColdDamageLifeLeechUnique__1"] = { affix = "", "(0.8-1)% of Cold Damage Leeched as Life", statOrderKey = "1067", statOrder = { 1067 }, level = 1, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["WingsOfEntropyMainHandAttackSpeedFinalUnique__1_"] = { affix = "", "(50-70)% more Main Hand attack speed", statOrderKey = "5984", statOrder = { 5984 }, level = 1, group = "WingsOfEntropyMainHandAttackSpeedFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OffHandBaseCriticalStrikeChanceUnique__1"] = { affix = "", "+(8-10)% to Off Hand Critical Strike Chance", statOrderKey = "3757", statOrder = { 3757 }, level = 1, group = "OffHandBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlammabilityOnBlockChanceUnique__1"] = { affix = "", "Curse Enemies with Flammability on Block, with 20% increased Effect", statOrderKey = "2293", statOrder = { 2293 }, level = 1, group = "FlammabilityOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "curse" }, }, + ["AttackProjectilesForkUnique__1"] = { affix = "", "Projectiles from Attacks Fork", statOrderKey = "3920", statOrder = { 3920 }, level = 1, group = "AttackProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AttackProjectilesForkExtraTimesUnique__1"] = { affix = "", "Projectiles from Attacks Fork an additional time", statOrderKey = "3921", statOrder = { 3921 }, level = 1, group = "AttackProjectilesForkExtraTimes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ImpalePhysicalReductionPenaltyUnique__1"] = { affix = "", "Impale Damage dealt to Enemies Impaled by you Overwhelms 10% Physical Damage Reduction", statOrderKey = "2287", statOrder = { 2287 }, level = 1, group = "ImpalePhysicalReductionPenalty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["MinionLargerAggroRadiusUnique__1"] = { affix = "", "Minions are Aggressive", statOrderKey = "7458", statOrder = { 7458 }, level = 1, group = "MinionLargerAggroRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["HungryLoopSupportedByTrinity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trinity", statOrderKey = "39,173", statOrder = { 39, 173 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["LoseLifePercentOnCritUnique__1"] = { affix = "", "Lose (10-15)% of Life when you deal a Critical Strike", statOrderKey = "5974", statOrder = { 5974 }, level = 1, group = "LoseLifePercentOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["LoseEnergyShieldPercentOnCritUnique__1"] = { affix = "", "Lose (10-15)% of Energy Shield when you deal a Critical Strike", statOrderKey = "5973", statOrder = { 5973 }, level = 1, group = "LoseEnergyShieldPercentOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "critical" }, }, + ["DamageOverTimeMultiplierIfCrit8SecondsUnique__1_"] = { affix = "", "+(40-60)% to Damage over Time Multiplier if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "4637", statOrder = { 4637 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LifeRegenerationIfCrit8SecondsUnique__1"] = { affix = "", "(2-2.5)% of Life Regenerated per Second if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "5348", statOrder = { 5348 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["ArmourPerStrengthUnique__1_"] = { affix = "", "10% reduced Armour per 50 Strength", statOrderKey = "3835", statOrder = { 3835 }, level = 65, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EnemiesIgniteChaosDamageUnique__1"] = { affix = "", "Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite", statOrderKey = "4737", statOrder = { 4737 }, level = 62, group = "EnemiesIgniteChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["EnemiesIgniteWitherNeverExpiresUnique__1"] = { affix = "", "Withered does not expire on Enemies Ignited by you", statOrderKey = "4738", statOrder = { 4738 }, level = 1, group = "EnemiesIgniteWitherNeverExpires", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["GrantsVampiricIconSkillUnique__1"] = { affix = "", "Grants Level 20 Thirst for Blood Skill", statOrderKey = "421", statOrder = { 421 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LocalBleedDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(25-35)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon", statOrderKey = "5747", statOrder = { 5747 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SacrificialZealOnSkillUseUnique__1_"] = { affix = "", "Gain Sacrificial Zeal when you use a Skill, dealing you 150% of the Skill's Mana Cost as Physical Damage per Second", statOrderKey = "4960", statOrder = { 4960 }, level = 1, group = "SacrificialZeal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ArmourPenetrationSacrificialZealUnique__1"] = { affix = "", "Hits Overwhelm (10-15)% of Physical Damage Reduction while you have Sacrificial Zeal", statOrderKey = "6845", statOrder = { 6845 }, level = 1, group = "ArmourPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["RightRingMagicHexproofUnique__1"] = { affix = "", "You are Hexproof if you have a Magic Ring in right slot", statOrderKey = "5189", statOrder = { 5189 }, level = 1, group = "RightRingMagicHexproof", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, + ["LeftRingMagicNoCritDamageUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes if you have a Magic Ring in left slot", statOrderKey = "7069", statOrder = { 7069 }, level = 1, group = "LeftRingMagicNoCritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AnyRingMagicDamageExtraRollUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you have a Magic Ring Equipped", statOrderKey = "4744", statOrder = { 4744 }, level = 1, group = "AnyRingMagicDamageExtraRoll", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsApplyExposureReducedResistsImplicitR1"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "304,1020", statOrder = { 304, 1020 }, level = 15, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["SocketedGemsApplyExposureReducedResistsImplicitR2"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "304,1020", statOrder = { 304, 1020 }, level = 45, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["SocketedGemsApplyExposureReducedResistsImplicitR3___"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "304,1020", statOrder = { 304, 1020 }, level = 75, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR1"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "1776,3988", statOrder = { 1776, 3988 }, level = 20, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR2__"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "1776,3988", statOrder = { 1776, 3988 }, level = 50, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR3"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "1776,3988", statOrder = { 1776, 3988 }, level = 80, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MovementSkillCooldownReducedMoveSpeedImplicitR1"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1174,6756", statOrder = { 1174, 6756 }, level = 20, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSkillCooldownReducedMoveSpeedImplicitR2_"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1174,6756", statOrder = { 1174, 6756 }, level = 50, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSkillCooldownReducedMoveSpeedImplicitR3_"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1174,6756", statOrder = { 1174, 6756 }, level = 80, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR1_"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "3915,4179", statOrder = { 3915, 4179 }, level = 20, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR2_"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "3915,4179", statOrder = { 3915, 4179 }, level = 50, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR3"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "3915,4179", statOrder = { 3915, 4179 }, level = 80, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MainHandOffHandDamage1_"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "707,708", statOrder = { 707, 708 }, level = 10, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MainHandOffHandDamage2"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "707,708", statOrder = { 707, 708 }, level = 40, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MainHandOffHandDamage3_"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "707,708", statOrder = { 707, 708 }, level = 70, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["GainManaOnManaPaidManaCost1"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "983,4286", statOrder = { 983, 4286 }, level = 10, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainManaOnManaPaidManaCost2"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "983,4286", statOrder = { 983, 4286 }, level = 40, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainManaOnManaPaidManaCost3____"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "983,4286", statOrder = { 983, 4286 }, level = 70, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ExertedDamageWarcryCooldown1"] = { affix = "", "Exerted Attacks deal (25-30)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "4703,7392", statOrder = { 4703, 7392 }, level = 10, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ExertedDamageWarcryCooldown2"] = { affix = "", "Exerted Attacks deal (30-40)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "4703,7392", statOrder = { 4703, 7392 }, level = 40, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ExertedDamageWarcryCooldown3"] = { affix = "", "Exerted Attacks deal (40-50)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "4703,7392", statOrder = { 4703, 7392 }, level = 70, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["FortifyEffectCrushed1"] = { affix = "", "-15% additional Physical Damage Reduction", "(20-25)% increased Effect of Fortify on you", "You are Crushed", statOrderKey = "1627,2881,5787", statOrder = { 1627, 2881, 5787 }, level = 15, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FortifyEffectCrushed2_"] = { affix = "", "-15% additional Physical Damage Reduction", "(20-25)% increased Effect of Fortify on you", "You are Crushed", statOrderKey = "1627,2881,5787", statOrder = { 1627, 2881, 5787 }, level = 45, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FortifyEffectCrushed3_"] = { affix = "", "-15% additional Physical Damage Reduction", "(20-25)% increased Effect of Fortify on you", "You are Crushed", statOrderKey = "1627,2881,5787", statOrder = { 1627, 2881, 5787 }, level = 75, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedColdDamageColdPenetration1"] = { affix = "", "Adds (3-4) to (5-6) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "790,2290", statOrder = { 790, 2290 }, level = 15, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageColdPenetration2"] = { affix = "", "Adds (15-20) to (28-35) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "790,2290", statOrder = { 790, 2290 }, level = 45, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageColdPenetration3"] = { affix = "", "Adds (75-85) to (115-128) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "790,2290", statOrder = { 790, 2290 }, level = 75, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GrantsUnhingeUnique__1"] = { affix = "", "Grants Level 20 Unhinge Skill", statOrderKey = "417", statOrder = { 417 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PhysicalChaosDamageTakenNotUnhingedUnique__1_"] = { affix = "", "(15-25)% less Physical and Chaos Damage Taken while Sane", statOrderKey = "6865", statOrder = { 6865 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, + ["RegenerateLifeNotUnhingedUnique__1"] = { affix = "", "Regenerate 10% Life over one second when Hit while Sane", statOrderKey = "7026", statOrder = { 7026 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CriticalStrikeChanceFinalUnhingedUnique__1"] = { affix = "", "(40-60)% more Critical Strike Chance while Insane", statOrderKey = "4434", statOrder = { 4434 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["EnemiesExplodeOnKillUnhingedUnique__1_"] = { affix = "", "Enemies Killed by your Hits are destroyed while Insane", statOrderKey = "4715", statOrder = { 4715 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CurseAurasAffectYouUnique__1"] = { affix = "", "Curse Auras from Socketed Skills also affect you", statOrderKey = "301", statOrder = { 301 }, level = 70, group = "CurseAurasAffectYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem", "curse" }, }, + ["HitAndAilmentDamageCursedEnemiesUnique__1"] = { affix = "", "(15-25)% increased Damage with Hits and Ailments against Cursed Enemies", statOrderKey = "5199", statOrder = { 5199 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "curse" }, }, + ["ScorchedGroundWhileMovingUnique__1"] = { affix = "", "Drops Scorched Ground while moving, lasting 4 seconds", statOrderKey = "3613", statOrder = { 3613 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ScorchEffectUnique__1"] = { affix = "", "(30-50)% increased Effect of Scorch", statOrderKey = "7057", statOrder = { 7057 }, level = 1, group = "ScorchEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ScorchedEnemiesDegenExplodeUnique__1_"] = { affix = "", "(30-40)% chance when you Kill a Scorched Enemy to Burn Each surrounding", "Enemy for 4 seconds, dealing 8% of the Killed Enemy's Life as Fire Damage per second", statOrderKey = "7058,7058.1", statOrder = { 7058, 7058.1 }, level = 87, group = "ScorchedEnemiesDegenExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AttackSpeedFrenzyChargeNotGainedUnique__1"] = { affix = "", "(20-25)% increased Attack Speed if you haven't gained a Frenzy Charge Recently", statOrderKey = "3933", statOrder = { 3933 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["CriticalStrikeChancePowerChargeNotGainedUnique__1"] = { affix = "", "(60-80)% increased Critical Strike Chance if you haven't gained a Power Charge Recently", statOrderKey = "4440", statOrder = { 4440 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ExtendFrenzyPowerChargeDurationCullUnique__1"] = { affix = "", "+3 seconds to Duration of Frenzy and Power Charges on Culling Strike", statOrderKey = "4864", statOrder = { 4864 }, level = 1, group = "ExtendChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeGainOnCullUnique__1"] = { affix = "", "Gain (120-150) Life on Culling Strike", statOrderKey = "5313", statOrder = { 5313 }, level = 1, group = "LifeGainOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaGainOnCullUnique__1_"] = { affix = "", "Gain (10-20) Mana on Culling Strike", statOrderKey = "5998", statOrder = { 5998 }, level = 1, group = "ManaGainOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainBrutalChargesInsteadOfEnduranceUnique__1"] = { affix = "", "Gain Brutal Charges instead of Endurance Charges", statOrderKey = "4905", statOrder = { 4905 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainAfflictionChargesInsteadOfFrenzyUnique__1"] = { affix = "", "Gain Affliction Charges instead of Frenzy Charges", statOrderKey = "4886", statOrder = { 4886 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainAbsorptionChargesInsteadOfPowerUnique__1"] = { affix = "", "Gain Absorption Charges instead of Power Charges", statOrderKey = "4882", statOrder = { 4882 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumBrutalChargesEqualsEnduranceUnique__1__"] = { affix = "", "Maximum Brutal Charges is equal to Maximum Endurance Charges", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumAfflictionChargesEqualsFrenzyUnique__1"] = { affix = "", "Maximum Affliction Charges is equal to Maximum Frenzy Charges", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumAbsorptionChargesEqualsPowerUnique__1_"] = { affix = "", "Maximum Absorption Charges is equal to Maximum Power Charges", statOrderKey = "1193", statOrder = { 1193 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinimumBrutalChargeModifiersEqualsEnduranceUnique__1"] = { affix = "", "Modifiers to Minimum Endurance Charges instead apply to Minimum Brutal Charges", statOrderKey = "1182", statOrder = { 1182 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinimumAfflictionChargeModifiersEqualsFrenzyUnique__1"] = { affix = "", "Modifiers to Minimum Frenzy Charges instead apply to Minimum Affliction Charges", statOrderKey = "1187", statOrder = { 1187 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinimumAbsorptionChargeModifiersEqualsPowerUnique__1"] = { affix = "", "Modifiers to Minimum Power Charges instead apply to Minimum Absorption Charges", statOrderKey = "1192", statOrder = { 1192 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionsCrazyOnCritUnique__1__"] = { affix = "", "Minions can hear the whispers for 5 seconds after they deal a Critical Strike", statOrderKey = "6738", statOrder = { 6738 }, level = 1, group = "MinionsCrazyOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, + ["MinionCriticalStrikeChanceMaximumPowerChargeUnique__1"] = { affix = "", "Minions have 50% increased Critical Strike Chance per Maximum Power Charge you have", statOrderKey = "6698", statOrder = { 6698 }, level = 1, group = "MinionCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, + ["PhysicalDamageTakenAsLightningDescentTwoHandSword1"] = { affix = "", "50% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1767", statOrder = { 1767 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, + ["LocalDisplayYouAndNearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", "You and Nearby Allies have 30% increased Item Rarity", statOrderKey = "998,1000", statOrder = { 998, 1000 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__1"] = { affix = "", "Battlemage", statOrderKey = "7468", statOrder = { 7468 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__2_"] = { affix = "", "Battlemage", statOrderKey = "7468", statOrder = { 7468 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChainOffTerrainChancePerRangedAbyssJewelUnique__1__"] = { affix = "", "Projectiles have 4% chance to be able to Chain when colliding with terrain per", "Searching Eye Jewel affecting you, up to a maximum of 20%", statOrderKey = "6944,6944.1", statOrder = { 6944, 6944.1 }, level = 1, group = "ChainOffTerrainChancePerRangedAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MainHandCriticalStrikeChancePerMeleeAbyssJewelUnique__1"] = { affix = "", "20% increased Main Hand Critical Strike Chance per", "Murderous Eye Jewel affecting you, up to a maximum of 100%", statOrderKey = "5985,5985.1", statOrder = { 5985, 5985.1 }, level = 1, group = "MainHandCriticalStrikeChancePerMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["OffHandCriticalStrikeMultiplierPerMeleeAbyssJewelUnique__1__"] = { affix = "", "+10% to Off Hand Critical Strike Multiplier per", "Murderous Eye Jewel affecting you, up to a maximum of +50%", statOrderKey = "6837,6837.1", statOrder = { 6837, 6837.1 }, level = 1, group = "OffHandCriticalStrikeMultiplierPerMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["MinionDamageOverTimeMultiplierPerMinionAbyssJewelUnique__1"] = { affix = "", "Minions have +6% to Damage over Time Multiplier per", "Ghastly Eye Jewel affecting you, up to a maximum of +30%", statOrderKey = "6701,6701.1", statOrder = { 6701, 6701.1 }, level = 1, group = "MinionDamageOverTimeMultiplierPerMinionAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["ArcaneSurgeEffectPerCasterAbyssJewelUnique__1"] = { affix = "", "8% increased Effect of Arcane Surge on you per", "Hypnotic Eye Jewel affecting you, up to a maximum of 40%", statOrderKey = "2593,2593.1", statOrder = { 2593, 2593.1 }, level = 1, group = "ArcaneSurgeEffectPerCasterAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MapAdditionalBlightEnchantment"] = { affix = "", "Area contains an additional Blight Encounter", statOrderKey = "6349", statOrder = { 6349 }, level = 1, group = "MapAdditionalBlightEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAdditionalBreachEnchantment1"] = { affix = "", "Area can contain Breaches", "Area contains an additional Breach", statOrderKey = "1916,6112", statOrder = { 1916, 6112 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAdditionalBreachEnchantment2"] = { affix = "", "Area can contain Breaches", "Area contains 2 additional Breaches", statOrderKey = "1916,6112", statOrder = { 1916, 6112 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAdditionalBreachEnchantment3__"] = { affix = "", "Area can contain Breaches", "Area contains 3 additional Breaches", statOrderKey = "1916,6112", statOrder = { 1916, 6112 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAdditionalBreachEnchantment5"] = { affix = "", "Area can contain Breaches", "Area contains 5 additional Breaches", statOrderKey = "1916,6112", statOrder = { 1916, 6112 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsCallOfSteelSkillUnique__1_"] = { affix = "", "Grants Call of Steel", statOrderKey = "398", statOrder = { 398 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LocalVeiledModEffectUnique__1"] = { affix = "", "(60-90)% increased Unveiled Modifier magnitudes", statOrderKey = "20", statOrder = { 20 }, level = 85, group = "LocalVeiledModEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalFreezeAsThoughDealingMoreDamageUnique__1"] = { affix = "", "Hits with this Weapon Freeze Enemies as though dealing (150-200)% more Damage", statOrderKey = "5812", statOrder = { 5812 }, level = 1, group = "LocalFreezeAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, + ["LocalShockAsThoughDealingMoreDamageUnique__1"] = { affix = "", "Hits with this Weapon Shock Enemies as though dealing (150-200)% more Damage", statOrderKey = "5813", statOrder = { 5813 }, level = 1, group = "LocalShockAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "attack", "ailment" }, }, + ["LocalWeaponMoreIgniteDamageUnique__1"] = { affix = "", "Ignites inflicted with this Weapon deal (50-75)% more Damage", statOrderKey = "5814", statOrder = { 5814 }, level = 1, group = "LocalWeaponMoreIgniteDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack", "ailment" }, }, + ["ChanceToThrowFourAdditionalTrapsUnique__1"] = { affix = "", "(4-6)% chance to throw up to 4 additional Traps", statOrderKey = "4302", statOrder = { 4302 }, level = 1, group = "ChanceToThrowFourAdditionalTraps", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainMaximumPowerChargesOnVaalSkillUseUnique__1"] = { affix = "", "Gain up to maximum Power Charges when you use a Vaal Skill", statOrderKey = "4932", statOrder = { 4932 }, level = 1, group = "GainMaximumPowerChargesOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "vaal" }, }, + ["GainRandomChargeOnVaalSkillUseUnique__1_"] = { affix = "", "Gain an Endurance Charge, Frenzy Charge, and Power Charge when you use a Vaal Skill", statOrderKey = "4924", statOrder = { 4924 }, level = 1, group = "GainRandomChargeOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "frenzy_charge", "endurance_charge", "vaal" }, }, + ["CountOnFullLifeWhileAffectedByVulnerabilityUnique__1"] = { affix = "", "You count as on Full Life while you are Cursed with Vulnerability", statOrderKey = "2424", statOrder = { 2424 }, level = 1, group = "CountOnFullLifeWhileAffectedByVulnerability", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["VaalAttacksUseRageInsteadOfSoulsUnique__1_"] = { affix = "", "Vaal Attack Skills Cost Rage instead of requiring Souls to Use", statOrderKey = "1972", statOrder = { 1972 }, level = 90, group = "VaalAttacksUseRageInsteadOfSouls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["CannotGainRageDuringSoulGainPreventionUnique__1__"] = { affix = "", "You cannot gain Rage during Soul Gain Prevention", statOrderKey = "4214", statOrder = { 4214 }, level = 1, group = "CannotGainRageDuringSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["SupportedByRageUnique__1__"] = { affix = "", "Socketed Gems are Supported by Level 30 Rage", statOrderKey = "152", statOrder = { 152 }, level = 1, group = "SupportedByMelee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ReducedRageCostUnique__1"] = { affix = "", "(10-25)% reduced Rage Cost of Skills", statOrderKey = "1257", statOrder = { 1257 }, level = 1, group = "RageCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeAndReducedFireResistanceUnique__1"] = { affix = "", "(30-40)% increased maximum Life and reduced Fire Resistance", statOrderKey = "989", statOrder = { 989 }, level = 1, group = "LifeAndReducedFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, + ["ManaAndReducedColdResistanceUnique__1"] = { affix = "", "(30-40)% increased maximum Mana and reduced Cold Resistance", statOrderKey = "990", statOrder = { 990 }, level = 1, group = "ManaAndReducedColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning", "resistance" }, }, + ["EnergyShieldAndReducedLightningResistanceUnique__1"] = { affix = "", "(30-40)% increased Global maximum Energy Shield and reduced Lightning Resistance", statOrderKey = "991", statOrder = { 991 }, level = 1, group = "EnergyShieldAndReducedLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "cold", "resistance" }, }, + ["VaalSkillDamageUnique__1"] = { affix = "", "(80-120)% increased Damage with Vaal Skills", statOrderKey = "2400", statOrder = { 2400 }, level = 1, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, + ["VaalSoulGainPreventionUnique__1__"] = { affix = "", "(6-8)% reduced Soul Gain Prevention Duration", statOrderKey = "2411", statOrder = { 2411 }, level = 1, group = "VaalSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LuckyCriticalsOnLowLifeUnique__1___"] = { affix = "", "Your Critical Strike Chance is Lucky while on Low Life", statOrderKey = "4799", statOrder = { 4799 }, level = 1, group = "LuckyCriticalsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["UltimatumTrialDifficultyDamage2__"] = { affix = "", "10% increased Monster Damage", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UltimatumTrialDifficultyDamage3"] = { affix = "", "20% increased Monster Damage", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UltimatumTrialDifficultyDamage4_"] = { affix = "", "30% increased Monster Damage", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UltimatumTrialDifficultyDamage5_"] = { affix = "", "50% increased Monster Damage", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UltimatumTrialDifficultyLife2_"] = { affix = "", "30% more Monster Life", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UltimatumTrialDifficultyLife3"] = { affix = "", "70% more Monster Life", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UltimatumTrialDifficultyLife4_"] = { affix = "", "120% more Monster Life", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UltimatumTrialDifficultyLife5"] = { affix = "", "200% more Monster Life", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, +} \ No newline at end of file diff --git a/src/Data/Uniques/Special/amulet.lua b/src/Data/Uniques/Special/amulet.lua new file mode 100644 index 0000000000..365ac73ba6 --- /dev/null +++ b/src/Data/Uniques/Special/amulet.lua @@ -0,0 +1,1044 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Amulet +[[ +The Anvil +Amber Amulet +Variant: Pre 1.3.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 45 +Implicits: 1 +StrengthUniqueClaw5_ +ReducedAttackSpeedUniqueAmulet16 +ReducedCastSpeedUniqueBootsDex5 +IncreasedPhysicalDamageReductionRatingUnique__3 +{variant:1}{tags:life}+(30-40) Life gained when you Block +{variant:2,3}GainLifeOnBlockUniqueAmulet16 +{variant:1}{tags:mana}+(10-20) Mana gained when you Block +{variant:2,3}{tags:mana}+(10-24) Mana gained when you Block +{variant:1}MovementVelocityUniqueBodyStr5 +{variant:2}MovementSkillCooldownReducedMoveSpeedImplicitR2_ ++3% to maximum Block Chance +{variant:1}10% Chance to Block +{variant:2,3}8% Chance to Block +{tags:physical}{variant:1}Reflects 200 to 250 Physical Damage to Attackers on Block +{variant:2,3}ReflectDamageToAttackersOnBlockUniqueAmulet16 +]],[[ +Araku Tiki +Coral Amulet +Upgrade: Upgrades to unique{Ngamahu Tiki} via prophecy{A Forest of False Idols} +Implicits: 1 +{tags:life}(2-4) Life Regenerated per second +{tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life +IncreasedLifeUniqueAmulet4 +FireResistUniqueAmulet4 +{tags:life}1% of Life Regenerated per Second while on Low Life +]],[[ +Ngamahu Tiki +Coral Amulet +Source: Upgraded from unique{Araku Tiki} via prophecy{A Forest of False Idols} +Requires Level 36 +Implicits: 1 +{tags:life}(2-4) Life Regenerated per second +FireDamagePercentUnique__6 +{tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life +IncreasedLifeUniqueAmulet4 +FireResistUniqueAmulet4 +{tags:life}1% of Life Regenerated per Second while on Low Life +]],[[ +The Ascetic +Gold Amulet +Source: prophecy{The Ambitious Bandit III} +Requires Level 8 +Implicits: 1 +ItemFoundRarityIncreaseImplicitAmulet1 +ItemRarityWhileWearingANormalItemUnique__1 +ItemQuantityWhileWearingAMagicItemUnique__1 +]],[[ +Astramentis +Onyx Amulet +Requires Level 20 +Implicits: 1 +AllAttributesImplicitAmulet1 +AllAttributesUniqueAmulet8 +{tags:attack,physical}-4 Physical Damage taken from Attacks +]],[[ +Atziri's Foible +Paua Amulet +Variant: Pre 2.6.0 +Variant: Current +Requires Level 16 +Implicits: 1 +ManaRegenerationImplicitAmulet1 +{variant:1}{tags:mana}+50 to maximum Mana +{variant:2}IncreasedManaUniqueAmulet10 +{variant:1}{tags:mana}(8-12)% increased maximum Mana +{variant:2}MaximumManaUniqueAmulet10 +{variant:1}ManaRegenerationUnique__11___ +{variant:2}ManaRegenerationUnique__9___ +GlobalItemAttributeRequirementsUniqueAmulet10 +]],[[ +Replica Atziri's Foible +Paua Amulet +League: Heist +Requires Level 16 +Implicits: 1 +{tags:life}Regenerate (1.00-2.00)% of Life per second +IncreasedLifeUniqueTwoHandAxe4 +LifeRecoveryRateUnique__1 +GlobalItemAttributeRequirementsUniqueAmulet10 +]],[[ +Aul's Uprising +Onyx Amulet +League: Delve +Source: Drops from unique{Aul, the Crystal King} +Variant: Strength: Anger +Variant: Strength: Determination +Variant: Strength: Pride +Variant: Strength: Purity of Fire +Variant: Strength: Vitality +Variant: Dexterity: Grace +Variant: Dexterity: Haste +Variant: Dexterity: Hatred +Variant: Dexterity: Purity of Ice +Variant: Intelligence: Clarity +Variant: Intelligence: Discipline +Variant: Intelligence: Malevolence +Variant: Intelligence: Purity of Elements +Variant: Intelligence: Purity of Lightning +Variant: Intelligence: Wrath +Variant: Intelligence: Zealotry +Variant: Envy +Requires Level 55 +Implicits: 1 +AllAttributesImplicitAmulet1 +{variant:1,2,3,4,5}StrengthUniqueClaw5_ +{variant:6,7,8,9}DexterityUniqueGlovesInt4__ +{variant:10,11,12,13,14,15,16}IntelligenceUnique__7 +{variant:17}GrantsEnvyUnique__2 +{variant:1,2,3,4,5}GlobalPhysicalDamageReductionRatingPercentUnique__1 +{variant:6,7,8,9}GlobalEvasionRatingPercentUnique__1 +{variant:10,11,12,13,14,15,16}GlobalEnergyShieldPercentUnique__1 +{variant:17}AllAttributesUnique__12 +IncreasedLifeUnique__2 +{variant:1,2,3,4,5}NearbyEnemiesReducedStunRecoveryUnique__1 +{variant:6,7,8,9}NearbyEnemiesGrantIncreasedFlaskChargesUnique__1 +{tags:critical}{variant:10,11,12,13,14,15,16}2% additional Chance to receive a Critical Strike +{variant:1,2,3,4,5}Nearby Enemies have 10% reduced Stun and Block Recovery +{variant:10,11,12,13,14,15,16}NearbyEnemiesHaveIncreasedChanceToBeCritUnique__1 +{variant:17}AllDefencesUnique__4 +{variant:1}AngerNoReservationUnique__1 +{variant:2}DeterminationNoReservationUnique__1 +{variant:3}PrideNoReservationUnique__1 +{variant:4}PurityOfFireNoReservationUnique__1 +{variant:5}VitalityNoReservationUnique__1 +{variant:6}GraceNoReservationUnique__1 +{variant:7}HasteNoReservationUnique__1 +{variant:8}HatredNoReservationUnique__1_ +{variant:9}PurityOfIceNoReservationUnique__1_ +{variant:10}ClarityNoReservationUnique__1 +{variant:11}DisciplineNoReservationUnique__1 +{variant:12}MalevolenceNoReservationUnique__1 +{variant:13}PurityOfElementsNoReservationUnique__1_ +{variant:14}PurityOfLightningNoReservationUnique__1 +{variant:15}WrathNoReservationUnique__1 +{variant:16}ZealotryNoReservationUnique__1 +{variant:17}EnvyNoReservationUnique__1 +]],[[ +The Aylardex +Agate Amulet +Variant: Pre 2.5.0 +Variant: Current +Requires Level 32 +Implicits: 1 +HybridStrInt +IncreasedLifeUniqueAmulet4 +IncreasedManaUniqueHelmetStrDex5_ +IncreasedMaximumPowerChargesUnique__1 +IncreasedManaRegenerationPerPowerChargeUnique__1 +{variant:2}IncreasedPowerChargeDurationUnique__1 +DamageTakeFromManaBeforeLifePerPowerChargeUnique__1 +CriticalStrikeChancePerPowerChargeUnique__1 +]],[[ +Badge of the Brotherhood +Turquoise Amulet +Requires Level: 20 +Implicits: 1 +League: Blight +HybridDexInt +(7-10)% increased Cooldown Recovery of Travel Skills per Frenzy Charge +ElusiveBuffEffectPerPowerChargeUnique__1 +LoseFrenzyChargeOnTravelSkillUnique__1 +LosePowerChargeOnElusiveGainUnique__1_ +MaximumFrenzyChargesEqualToMaximumPowerChargesUnique__1 +]],[[ +Bisco's Collar +Gold Amulet +Variant: Pre 3.0.0 +Variant: Pre 3.2.0 +Variant: Current +Requires Level 30 +Implicits: 1 +ItemFoundRarityIncreaseImplicitAmulet1 +{variant:1}150% increased Rarity of Items Dropped by Slain Magic Enemies +{variant:2,3}MagicMonsterItemRarityUnique__1 +{variant:1}100% increased Quantity of Items Dropped by Slain Normal Enemies +{variant:2}(50-100)% increased Quantity of Items Dropped by Slain Normal Enemies +{variant:3}NormalMonsterItemQuantityUnique__1 +]],[[ +Blightwell +Clutching Talisman +League: Talisman Hardcore +Talisman Tier: 2 +Requires Level 28 +Implicits: 1 +TalismanGlobalDefensesPercent +LocalIncreasedEnergyShieldUnique__6 +FireResistUnique__2 +LightningResistUnique__1 +30% slower start of Energy Shield Recharge during Flask Effect +400% increased Energy Shield Recharge Rate during Flask Effect +Corrupted +]],[[ +Blood of Corruption +Amber Amulet +Source: Use currency{Vaal Orb} on unique{Tear of Purity} +Requires Level 20 +Implicits: 1 +StrengthUniqueClaw5_ +GluttonyOfElementsUniqueAmulet23 +{tags:attack,chaos}Adds 19-43 Chaos Damage to Attacks +AllResistancesUniqueAmulet23 +ChaosResistUnique__4 +Corrupted +]],[[ +Bloodgrip +Coral Amulet +Variant: Pre 3.0.0 +Variant: Current +Requires Level 55 +Implicits: 1 +{tags:life}(2.0-4.0) Life Regenerated per second +AddedPhysicalDamageUnique__3 +IncreasedLifeUniqueAmulet25 +{variant:1}{tags:life}Regenerate (8.0-12.0) Life per second +{variant:2}{tags:life}Regenerate (16.0-24.0) Life per second +FlaskLifeRecoveryUniqueAmulet25 +NoExtraBleedDamageWhileMovingUnique__1 +]],[[ +Bloodgrip +Marble Amulet +Variant: Pre 3.12.0 +Variant: Current +Requires Level 74 +Implicits: 1 +{tags:life}(1.2-1.6)% of Life Regenerated per second +AddedPhysicalDamageUnique__3 +IncreasedLifeUniqueAmulet25 +{variant:1}{tags:life}Regenerate (8.0-12.0) Life per second +{variant:2}{tags:life}Regenerate (16.0-24.0) Life per second +FlaskLifeRecoveryUniqueAmulet25 +NoExtraBleedDamageWhileMovingUnique__1 +]],[[ +Carnage Heart +Onyx Amulet +Variant: Pre 2.6.0 +Variant: Current +Requires Level 20 +Implicits: 1 +AllAttributesImplicitAmulet1 +AllAttributesUniqueAmulet9 +{tags:life}{variant:1}25% reduced maximum Life +{tags:jewellery_defense}{variant:1}25% reduced maximum Energy Shield +AllResistancesUnique__20 +LifeLeechPermyriadUniqueAmulet9 +{variant:2}IncreasedDamageWhileLeechingUnique__1 +{tags:life}{variant:2}50% increased Life Leeched per second +ExtraGore +]],[[ +Daresso's Salute +Citrine Amulet +League: Anarchy +Requires Level 16 +Implicits: 1 +HybridStrDex +ReducedEnergyShieldPercentUniqueAmulet13 +FireResistUniqueAmulet13 +ColdResistUnique__17 +MovementVelocityOnFullLifeUniqueAmulet13 +{tags:attack}+2 to Melee Weapon and Unarmed range +MeleeDamageOnFullLifeUniqueAmulet13 +]],[[ +The Ephemeral Bond +Lapis Amulet +League: Heist +Requires Level 68 +Implicits: 1 +IntelligenceUnique__7 +ManaRegenerationUnique__12 +AllResistancesUnique__21 +CriticalStrikeMultiplierIfGainedPowerChargeUnique__1_ +GlobalAddedLightningDamagePerPowerChargeUnique__1 +PowerChargeDurationFinalUnique__1__ +]],[[ +Extractor Mentis +Agate Amulet +Variant: Pre 3.5.0 +Variant: Current +Requires Level 16 +Implicits: 1 +HybridStrInt +StrengthUnique___2 +GrantEnemiesUnholyMightOnKillUnique__1 +GrantEnemiesOnslaughtOnKillUnique__1 +{variant:1}5% chance to gain Unholy Might for 10 seconds on Kill +{variant:2}UnholyMightOnKillPercentChanceUnique__1 +{variant:1}{tags:caster,attack}5% chance to gain Onslaught for 10 seconds on Kill +{variant:2}OnslaugtOnKillPercentChanceUnique__1 +{tags:life}Recover 1% of Maximum Life on Kill +]],[[ +Eye of Chayula +Onyx Amulet +Upgrade: Upgrades to unique{Presence of Chayula} using currency{Blessing of Chayula} +Requires Level 20 +Implicits: 1 +AllAttributesImplicitAmulet1 +MaximumLifeUniqueAmulet6 +ItemFoundRarityIncreaseUnique__2 +CannotBeStunned +]],[[ +Presence of Chayula +Onyx Amulet +League: Breach +Source: Upgraded from unique{Eye of Chayula} using currency{Blessing of Chayula} +Requires Level 60 +Implicits: 1 +AllAttributesImplicitAmulet1 +ItemFoundRarityIncreaseUnique__2 +ChaosResistUnique__5 +CannotBeStunned +MaximumLifeConvertedToEnergyShieldUnique__1 +]],[[ +Eye of Innocence +Citrine Amulet +Source: Drops from unique{Guardian of the Phoenix} +Requires Level 68 +Implicits: 1 +HybridStrDex +ChanceToIgniteUniqueBodyInt2 +DamageWhileIgnitedUnique__1 +TakeFireDamageOnIgniteUnique__1 +FireDamageLeechedAsLifeWhileIgnitedUnique__1 +]],[[ +Eyes of the Greatwolf +Greatwolf Talisman +Requires Level 52 +Has Alt Variant: true +Variant: Attributes +Variant: Global Defences +Variant: Chaos Damage +Variant: Attack Damage +Variant: Cold Damage +Variant: Fire Damage +Variant: Lightning Damage +Variant: Spell Damage +Variant: Global Physical Damage +Variant: Mana +Variant: Damage +Variant: Physical Damage Reduction +Variant: Chance to Freeze, Shock and Ignite +Variant: Crit Chance +Variant: Area of Effect +Variant: Attack/Cast Speed +Variant: Item Quantity +Variant: Life +Variant: Crit Multiplier +Variant: Maximum number of Raised Zombies +Variant: Frenzy Charge on Kill +Variant: Power Charge on Kill +Variant: Endurance Charge on Kill +Variant: Life Regen +Variant: Cold taken as Fire +Variant: Cold taken as Lightning +Variant: Fire taken as Cold +Variant: Fire taken as Lightning +Variant: Lightning taken as Cold +Variant: Lightning taken as Fire +Variant: Gain Physical as random Element +Variant: Extra Pierces +Implicits: 32 +{variant:1}(24-32)% increased Attributes +{variant:2}(30-50)% increased Global Defences +{variant:3}(38-62)% increased Chaos Damage +{variant:4}(40-60)% increased Attack Damage +{variant:5}(40-60)% increased Cold Damage +{variant:6}SpellDamageUniqueDagger10 +{variant:7}(40-60)% increased Lightning Damage +{variant:8}SpellDamageUniqueStaff11_ +{variant:9}(40-60)% increased Global Physical Damage +{variant:10}(40-60)% increased maximum Mana +{variant:11}(50-70)% increased Damage +{variant:12}(8-12)% increased Physical Damage Reduction +{variant:13}(8-12)% chance to Freeze, Shock and Ignite +{variant:14}(80-100)% increased Global Critical Strike Chance +{variant:15}(10-16)% increased Area of Effect +{variant:16}(12-20)% increased Attack and Cast Speed +{variant:17}(12-20)% increased Quantity of Items found +{variant:18}(16-24)% increased maximum Life +{variant:19}+(48-72)% to Global Critical Strike Multiplier +{variant:20}+2 to maximum number of Raised Zombies +{variant:21}20% chance to gain a Frenzy Charge on Kill +{variant:22}20% chance to gain a Power Charge on Kill +{variant:23}20% chance to gain a Endurance Charge on Kill +{variant:24}4% of Life Regenerated per second +{variant:25}100% of Cold Damage from Hits taken as Fire Damage +{variant:26}100% of Cold Damage from Hits taken as Lightning Damage +{variant:27}100% of Fire Damage from Hits taken as Cold Damage +{variant:28}100% of Fire Damage from Hits taken as Lightning Damage +{variant:29}100% of Lightning Damage from Hits taken as Cold Damage +{variant:30}100% of Lightning Damage from Hits taken as Fire Damage +{variant:31}Gain (12-24)% of Physical Damage as Extra Damage of a random Element +{variant:32}Projectiles Pierce (4-6) additional Targets +LocalDoubleImplicitMods +]],[[ +The Felbog Fang +Citrine Amulet +League: Harvest +Requires Level 61 +Implicits: 1 +HybridStrDex +IntelligenceUnique__22_ +IncreasedCastSpeedUnique__7 +AreaOfEffectUnique__6 +{tags:caster}Enemies Cursed by you are Hindered with 25% reduced Movement Speed if 25% of Curse Duration expired +Curse50PercentCurseEffectUnique__1 +Curse75PercentEnemyDamageTakenUnique__1__ +]],[[ +Fury Valve +Turquoise Amulet +League: Metamorph +Requires Level 40 +Implicits: 1 +HybridDexInt +IncreasedEvasionRatingPercentUnique__2 +AllResistancesUnique__17 +AdditionalProjectilesUnique__1__ +ProjectileSpeedUniqueQuiver4 +Modifiers to number of Projectiles instead apply to the number of targets Projectiles Split towards +]],[[ +Gloomfang +Blue Pearl Amulet +Source: Drops from unique{The Purifier} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 77 +Implicits: 1 +ManaRegenerationImplicitAmulet2 +ChaosDamageLifeLeechPermyriadUnique__2 +LoseLifeOnSpellHitUnique__1 +LoseLifePerTargetUnique__1 +AdditionalChainUniqueOneHandMace3 +{variant:2}ProjectileSpeedUnique__7 +{variant:1}ProjectilesGainPercentOfNonChaosAsChaosUnique__1 +{variant:2}ProjectilesGainPercentOfNonChaosAsChaosUnique__2 +]],[[ +The Halcyon +Jade Amulet +League: Breach +Source: Drops in Tul Breach or from unique{Tul, Creeping Avalanche} +Upgrade: Upgrades to unique{The Pandemonius} using currency{Blessing of Tul} +Requires Level 35 +Implicits: 1 +DexterityUniqueGlovesInt4__ +ColdDamagePercentUnique___10 +ColdResistUnique__11 +FreezeDurationUnique__1 +ChanceToFreezeUnique__4 +IncreasedDamageIfFrozenRecentlyUnique__1 +]],[[ +The Pandemonius +Jade Amulet +League: Breach +Source: Upgraded from unique{The Halcyon} using currency{Blessing of Tul} +Requires Level 64 +Implicits: 1 +DexterityUniqueGlovesInt4__ +ColdDamagePercentUniqueBelt9b +ColdResistUnique__11 +Chill Enemy for 1 second when Hit +OnHitBlindChilledEnemiesUnique__1_ +ColdPenetrationAgainstChilledEnemiesUnique__1 +]],[[ +Hinekora's Sight +Onyx Amulet +Source: Any prophecy{Prophecy} enemy +Requires Level 20 +Implicits: 1 +AllAttributesImplicitAmulet1 +IncreasedAccuracyUnique__3 +(6-10)% chance to Dodge Attacks +(6-10)% chance to Dodge Spell Damage +BlindImmunityUnique__1 +]],[[ +Hyrri's Truth +Jade Amulet +League: Synthesis +Requires Level 64 +Implicits: 1 +DexterityUniqueGlovesInt4__ +GrantsAccuracyAuraSkillUnique__1 +DexterityUnique__15 +AddedPhysicalDamageUnique__7 +AddedColdDamageUnique__8 +CriticalMultiplierUnique__3__ +LifeLeechPermyriadUnique__6 +PrecisionAuraBonusUnique__1 +]],[[ +Replica Hyrri's Truth +Jade Amulet +League: Heist +Requires Level 64 +Implicits: 1 +DexterityUniqueGlovesInt4__ +GrantsHatredUnique__1__ +DexterityUnique__15 +AddedPhysicalDamageUnique__7 +AddedColdDamageUnique__8 +CriticalMultiplierUnique__3__ +{tags:life}(0.8-1.0)% of Cold Damage Leeched as Life +{tags:mana}Hatred has 50% less Mana Reservation +]],[[ +The Ignomon +Gold Amulet +Upgrade: Upgrades to unique{The Effigon} via prophecy{Blind Faith} +Requires Level 8 +Implicits: 1 +ItemFoundRarityIncreaseImplicitAmulet1 +DexterityUniqueRing3 +AddedFireDamageUniqueAmulet7 +IncreasedAccuracyUniqueAmulet7 +LocalIncreasedEvasionRatingUnique__1 +FireResistUniqueAmulet7 +]],[[ +The Effigon +Gold Amulet +Source: Upgraded from unique{The Ignomon} via prophecy{Blind Faith} +Requires Level 57 +Implicits: 1 +ItemFoundRarityIncreaseImplicitAmulet1 +DexterityUniqueRing3 +AddedFireDamageUniqueAmulet7 +IncreasedAccuracyUniqueAmulet7 +LocalIncreasedEvasionRatingUnique__1 +FireResistUniqueAmulet7 +HitsCannotBeEvadedAgainstBlindedEnemiesUnique__1 +FirePenetrationAgainstBlindedEnemiesUnique__1 +]],[[ +Impresence +Onyx Amulet +Source: Drops from unique{The Elder} (Tier 11+) +Variant: Physical +Variant: Fire +Variant: Cold +Variant: Lightning +Variant: Chaos +Requires Level 64 +Implicits: 1 +AllAttributesImplicitAmulet1 +{variant:1}GlobalAddedPhysicalDamageUnique__1_ +{variant:2}GlobalAddedFireDamageUnique__1 +{variant:3}GlobalAddedColdDamageUnique__1 +{variant:4}GlobalAddedLightningDamageUnique__1_ +{variant:5}GlobalAddedChaosDamageUnique__1 +IncreasedLifeUnique__2 +{variant:1}IncreasedPhysicalDamageReductionRatingUnique__3 +{variant:2}LifeRegenerationRatePercentUnique__3 +{variant:3}ManaRegenerationUnique__7 +{variant:4}EnergyShieldRegenerationUnique__2 +{variant:5}DegenerationDamageUnique__3 +{variant:1}StunRecoveryUnique__3 +{variant:2}FireResistUniqueShieldStrInt5 +{variant:3}ColdResistUniqueOneHandAxe1_ +{variant:4}LightningResistUnique__11 +{variant:5}ChaosResistUnique__17 +{variant:1}VulnerabilityReservationCostUnique__1_ +{variant:2}FlammabilityReservationCostUnique__1 +{variant:3}FrostbiteReservationCostUnique__1 +{variant:4}ConductivityReservationCostUnique__1 +{variant:5}DespairReservationCostUnique__1 +GainDebilitatingPresenceUnique__1 +Elder Item +]],[[ +Karui Ward +Jade Amulet +Upgrade: Upgrades to unique{Karui Charge} via prophecy{The Karui Rebellion} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 5 +Implicits: 1 +DexterityUniqueGlovesInt4__ +StrengthUniqueClaw5_ +IncreasedAccuracyUniqueAmulet5 +{variant:2}IncreasedProjectileDamageUnique__6 +ProjectileSpeedUnique__5__ +MovementVelocityUniqueAmulet5 +]],[[ +Replica Karui Ward +Jade Amulet +League: Heist +Requires Level 5 +Implicits: 1 +DexterityUniqueGlovesInt4__ +IntelligenceUnique__7 +IncreasedAccuracyUniqueAmulet5 +MovementVelocityUniqueAmulet5 +AreaOfEffectUnique__7_ +AreaDamageUnique__1 +]],[[ +Karui Charge +Jade Amulet +Source: Upgraded from unique{Karui Ward} via prophecy{The Karui Rebellion} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 24 +Implicits: 1 +DexterityUniqueGlovesInt4__ +StrengthUniqueClaw5_ +{variant:1}LocalIncreasedAttackSpeedUniqueSceptre9 +{variant:2}LocalIncreasedAttackSpeedUniqueStaff9 +IncreasedAccuracyUniqueAmulet5 +{variant:2}IncreasedProjectileDamageUnique__6 +ProjectileSpeedUnique__5__ +MovementVelocityUniqueAmulet5 +]],[[ +Maligaro's Cruelty +Turquoise Amulet +Requires Level 20 +Implicits: 1 +HybridDexInt +MaximumLifeUnique__6 +(25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by 5 or more Poisons +GainPowerChargeOnKillVsEnemiesWithLessThan5PoisonsUnique__1 +PoisonDamagePerFrenzyChargeUnique__1 +PoisonDurationPerPowerChargeUnique__1 +]],[[ +The Jinxed Juju +Citrine Amulet +Requires Level 48 +Implicits: 1 +HybridStrDex +IntelligenceUnique__16 +ChaosResistUnique__15 +CurseEffectivenessUnique__3_ +AuraEffectGlobalUnique__1 +DamageRemovedFromSpectresUnique__1 +(The damage they take will be divided evenly between them) +]],[[ +Marylene's Fallacy +Lapis Amulet +Variant: Pre 1.3.0 +Variant: Pre 2.0.0 +Variant: Pre 2.2.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 40 +Implicits: 1 +IntelligenceUnique__7 +IncreasedAccuracyUniqueAmulet17_ +{tags:critical}{variant:1,2,3}+(140-160)% to Global Critical Strike Multiplier +{variant:4,5}CriticalMultiplierUniqueAmulet17 +IncreasedEvasionRatingUniqueQuiver1 +LightRadiusUniqueAmulet17 +{variant:1,2}Non-critical strikes deal 25% Damage +{variant:3,4}Non-critical strikes deal 40% Damage +{tags:critical}{variant:1}60% less Critical Strike Chance +{tags:critical}{variant:2}50% less Critical Strike Chance +{tags:critical}{variant:3,4,5}40% less Critical Strike Chance +{variant:1,2,3,4}Your Critical Strikes have Culling Strike +{variant:5}CullingCriticalStrikes +]],[[ +Natural Hierarchy +Rotfeather Talisman +League: Talisman Standard, Talisman Hardcore +Talisman Tier: 3 +Requires Level 44 +Implicits: 1 +TalismanIncreasedDamage +(10-15)% increased Physical Damage +FireDamagePercentUnique__4 +ColdDamagePercentUnique__6 +LightningDamagePercentUnique__2 +IncreasedChaosDamageUnique__1 +Corrupted +]],[[ +Night's Hold +Black Maw Talisman +League: Talisman Standard, Talisman Hardcore +Talisman Tier: 1 +Requires Level 12 +Implicits: 1 +RingHasOneSocket +LocalIncreaseSocketedGemLevelUniqueWand8 +SocketedGemsHaveAddedChaosDamageUnique__1 +ItemActsAsSupportBlindUnique__1 +SupportedByCastOnStunUnique___1 +Corrupted +]],[[ +Perquil's Toe +Gold Amulet +Requires Level 29 +Implicits: 1 +ItemFoundRarityIncreaseImplicitAmulet1 +DexterityUnique__7 +MovementVelocityUnique__36_ +Lightning Damage from Enemies Hitting you is Lucky +UniqueNearbyAlliesAreLuckyDisplay +]],[[ +The Primordial Chain +Coral Amulet +League: Delve +Requires Level 34 +Implicits: 1 +{tags:life}(2-4) Life Regenerated per second ++3 to maximum number of Golems +CannotHaveNonGolemMinionsUnique__1_ +GolemSizeUnique__1 +LessGolemDamageUnique__1 +LessGolemLifeUnique__1 +GolemMovementSpeedUnique__1 +PrimordialJewelCountUnique__1 +]],[[ +Rashkaldor's Patience +Jade Amulet +Requires Level 61 +Implicits: 1 +DexterityUniqueGlovesInt4__ +IncreasedLifeUnique__13 +IncreasedManaUniqueAmulet19 +ElementalStatusAilmentDurationUniqueAmulet19 +GlobalItemAttributeRequirementsUniqueAmulet19 +ChanceToFreezeShockIgniteUniqueAmulet19 +MaxPowerChargesIsZeroUniqueAmulet19 +]],[[ +Retaliation Charm +Citrine Amulet +Requires Level 30 +Implicits: 1 +HybridStrDex +IncreaseDamageOnBlindedEnemiesUnique__1 +CriticalChanceAgainstBlindedEnemiesUnique__2__ +ChanceToBlindOnCriticalStrikesUnique__2_ +BlindDoesNotAffectLightRadiusUnique__1 +BlindReflectedToSelfUnique__1 +]],[[ +Rigwald's Curse +Wereclaw Talisman +League: Talisman Standard +Variant: Pre 2.2.0 +Variant: Current +Talisman Tier: 2 +Requires Level 28 +Implicits: 2 +{variant:1}+(16-24)% to Global Critical Strike Multiplier +{variant:2}TalismanIncreasedCriticalStrikeMultiplier_ ++7% Base Unarmed Critical Strike Chance +ClawDamageModsAlsoAffectUnarmedUnique__1 +ClawAttackSpeedModsAlsoAffectUnarmed__1 +ClawCritModsAlsoAffectUnarmed__1 +Corrupted +]],[[ +Sacrificial Heart +Paua Amulet +Variant: Pre 3.14.0 +Variant: Current +League: Incursion +Source: Drops from unique{The Vaal Omnitect} +Upgrade: Upgrades to unique{Zerphi's Heart} via currency{Vial of Sacrifice} +Requires Level 32 +Implicits: 1 +ManaRegenerationImplicitAmulet1 +GlobalAddedFireDamageUnique__2 +GlobalAddedColdDamageUnique__2_ +GlobalAddedLightningDamageUnique__2_ +{variant:1}GainPowerChargeOnUsingVaalSkillUnique__1 +LifeGainOnHitIfVaalSkillUsedRecentlyUnique__1 +MovementVelocityIfVaalSkillUsedRecentlyUnique__1_ +{variant:2}GainMaximumPowerChargesOnVaalSkillUseUnique__1 +]],[[ +Zerphi's Heart +Paua Amulet +League: Incursion +Source: Upgraded from unique{Sacrificial Heart} via currency{Vial of Sacrifice} +Variant: Pre 3.10.0 +Variant: Current +Requires Level 70 +Implicits: 1 +ManaRegenerationImplicitAmulet1 +GlobalAddedChaosDamageUnique__4__ +GlobalItemAttributeRequirementsUnique__2 +ChaosDamageCanIgniteChillAndShockUnique__1 +{variant:1}Gain Soul Eater for 10 seconds when you use a Vaal Skill +{variant:2}GainSoulEaterOnVaalSkillUseUnique__1 +]],[[ +Shaper's Seed +Agate Amulet +Variant: Pre 2.6.0 +Variant: Current +Requires Level 16 +Implicits: 1 +HybridStrInt +ManaRegenerationUnique__10 +{tags:life}2% of Life Regenerated per Second +{variant:1}{tags:life}Nearby Allies gain 1% of Life Regenerated per Second +{variant:2}DisplayLifeRegenerationAuraUniqueAmulet21 +DisplayManaRegenerationAuaUniqueAmulet21 +]],[[ +Sidhebreath +Paua Amulet +Variant: Pre 3.0.0 +Variant: Pre 3.8.0 +Variant: Current +ManaRegenerationImplicitAmulet1 +ColdResistUniqueAmulet3 +{variant:1,2}ManaLeechPermyriadUniqueGlovesDexInt6 +MinionLifeUniqueAmulet3 +MinionRunSpeedUniqueAmulet3 +{tags:jewellery_elemental}{variant:3}Minions deal 6 to 13 additional Cold Damage +{variant:1,2}MinionDamageUnique4 +{variant:2,3}MinionSkillManaCostUnique__1_ +]],[[ +Solstice Vigil +Onyx Amulet +Source: Drops from unique{The Shaper} +Variant: Pre 3.10.0 +Variant: Current +Requires Level 64 +Implicits: 1 +AllAttributesImplicitAmulet1 +{variant:1}AllDamageUnique__2 +{variant:2}AllDamageUnique__4 +IncreasedLifeUnique__2 +{variant:1}{tags:mana}(2-3) Mana Regenerated per second +{variant:2}{tags:mana}(8-10) Mana Regenerated per second +{tags:mana}Temporal Chains has 100% reduced Mana Reservation +GainShapersPresenceUnique__1 +]],[[ +Star of Wraeclast +Ruby Amulet +Source: Vendor recipe +Variant: Pre 2.6.0 +Variant: Pre 3.8.0 +Variant: Current +Requires Level 28 +Implicits: 1 +FireResistUniqueAmulet4 +{variant:3}GrantsFrostblinkSkillUnique__1 +ColdDamagePercentUnique__3 +AllResistancesUniqueBootsStr1 +{variant:1}{tags:caster}30% increased Area of Effect of Hex Skills +{variant:2,3}CurseAreaOfEffectUnique__1 +SilenceImmunityUnique__1 +{variant:1,2}ItemGrantsIllusoryWarpUnique__1 +{variant:3}FrostblinkDurationUnique__1_ +Corrupted +]],[[ +Stone of Lazhwar +Lapis Amulet +Variant: Pre 3.4.0 +Variant: Current +Requires Level 5 +Implicits: 1 +IntelligenceUnique__7 +{variant:1}+15% chance to Block Spell Damage +{variant:2}+(12-15)% chance to Block Spell Damage +IncreasedCastSpeedUnique__7 +IncreasedManaUnique__6 +]],[[ +Tavukai +Coral Amulet +League: Legion +Source: Drops from Karui Legion +Requires Level 54 +Implicits: 1 +{tags:life}(2.0-4.0) Life regenerated per second +IntelligenceUnique__16 +{tags:chaos,jewellery_resistance}Minions have (-17-17)% to Chaos Resistance +RagingSpiritDurationUnique__1 +RagingSpiritDamageUnique__2 +RagingSpiritLifeUnique__1 +RagingSpiritChaosDamageTakenUnique__1 +]],[[ +Tear of Purity +Lapis Amulet +Requires Level 20 +Implicits: 1 +IntelligenceUnique__7 +PuritySkillUniqueAmulet22 +AllAttributesUnique__23 +IncreasedLifeUniqueRing28 +ChanceToAvoidElementalStatusAilmentsUniqueAmulet22 +]],[[ +Ungil's Harmony +Turquoise Amulet +Variant: Pre 3.11.0 +Variant: Current +Requires Level 23 +Implicits: 1 +HybridDexInt +{variant:1}CriticalStrikeChanceUniqueBodyInt4 +{variant:2}CriticalStrikeChanceUniqueAmulet18 +IncreasedLifeUniqueAmulet4 +IncreasedManaUnique__6 +StunRecoveryUniqueAmulet18 +CriticalMultiplierUniqueAmulet18 +]],[[ +Victario's Acuity +Turquoise Amulet +League: Onslaught +Requires Level 16 +Implicits: 1 +HybridDexInt +LightningResistUnique__8 +ChaosResistUniqueAmulet15_ +TalismanFrenzyChargeOnKill +PowerChargeOnKillChanceUniqueUniqueShieldInt3 +ProjectileSpeedPerFrenzyChargeUniqueAmulet15 +ProjectileDamagePerPowerChargeUniqueAmulet15 +]],[[ +Voice of the Storm +Lapis Amulet +League: Breach +Source: Drops in Esh Breach or from unique{Esh, Forked Thought} +Upgrade: Upgrades to unique{Choir of the Storm} using currency{Blessing of Esh} +Requires Level 40 +Implicits: 1 +IntelligenceUnique__7 +LightningStrikesOnCritUnique__1 +AllAttributesUniqueRing26 +MaximumManaUniqueStaff4 +CriticalChanceIncreasedByUncappedLightningResistanceUnique__1 +]],[[ +Choir of the Storm +Lapis Amulet +League: Breach +Source: Upgraded from unique{Voice of the Storm} using currency{Blessing of Esh} +Variant: Pre 3.0.0 +Variant: Current +Requires Level 69 +Implicits: 1 +IntelligenceUnique__7 +LightningStrikesOnCritUnique__2 +CriticalStrikesDealIncreasedLightningDamageUnique__1 +MaximumManaUniqueStaff4 +{variant:1}{tags:jewellery_resistance}-30% to Lightning Resistance +CriticalChanceIncreasedByUncappedLightningResistanceUnique__1 +]],[[ +Voll's Devotion +Agate Amulet +League: Anarchy, Onslaught +Requires Level 32 +Implicits: 1 +HybridStrInt +IncreasedLifeUnique__19 +LocalIncreasedEnergyShieldUnique__6 +AllResistancesUnique__17 +EnduranceChargeDurationUniqueAmulet14 +PowerChargeDurationUniqueAmulet14 +Gain an Endurance Charge when a Power Charge expires or is consumed +]],[[ +Warped Timepiece +Turquoise Amulet +Variant: Pre 3.11.0 +Variant: Current +Requires Level 50 +Implicits: 1 +HybridDexInt +{variant:1}LocalIncreasedAttackSpeedUnique__24 +{variant:2}LocalIncreasedAttackSpeedUniqueBow10 +{variant:1}IncreasedCastSpeedUniqueClaw7 +{variant:2}IncreasedCastSpeedUnique__7 +{tags:speed}12% increased Movement Speed +{variant:1}(8-12)% reduced Skill Effect Duration +{variant:2}ReducedSkillEffectDurationUniqueAmulet20 +IncreasedLifeLeechRateUniqueAmulet20 +]],[[ +Willowgift +Jade Amulet +Requires Level 52 +Implicits: 1 +DexterityUniqueGlovesInt4__ +PercentageStrengthUnique__4_ +PercentageDexterityUnique__5 +FireResistUnique__22_ +ColdResistUnique__17 +AlternateFortifyUnique__1_ +AttackAndCastSpeedFortifyUnique__1 +]],[[ +Winterheart +Gold Amulet +Requires Level 42 +Implicits: 1 +ItemFoundRarityIncreaseImplicitAmulet1 +DexterityUniqueGlovesInt4__ +IncreasedLifeUnique__2 +ColdResistUnique__5 +CannotBeChilledUniqueBodyStrInt3 +{tags:life}20% of Life Regenerated per Second while Frozen +]],[[ +Replica Winterheart +Gold Amulet +League: Heist +Requires Level 42 +Implicits: 1 +ItemFoundRarityIncreaseImplicitAmulet1 +DexterityUniqueGlovesInt4__ +IncreasedEnergyShieldUnique__9 +LightningResistUnique__23_ +EnergyShieldRegenerationWhileShockedUnique__1 +UnaffectedByShockUnique__1 +]],[[ +Xoph's Heart +Amber Amulet +League: Breach +Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} +Upgrade: Upgrades to unique{Xoph's Blood} using currency{Blessing of Xoph} +Requires Level 35 +Implicits: 1 +StrengthUniqueClaw5_ +StrengthUniqueClaw5_ +FireDamagePercentUnique___7 +IncreasedLifeUnique__25 +FireResistUnique__23_ +CoverInAshWhenHitUnique__1 +]],[[ +Xoph's Blood +Amber Amulet +League: Breach +Source: Upgraded from unique{Xoph's Heart} using currency{Blessing of Xoph} +Requires Level 64 +Implicits: 1 +StrengthUniqueClaw5_ +MaximumLifeUnique__3 +FireResistUnique__23_ +PercentageStrengthImplicitMace1 +FirePenetrationUnique__1 +CoverInAshWhenHitUnique__1 +KeystoneAvatarOfFireUnique__1 +]],[[ +Yoke of Suffering +Onyx Amulet +Source: Drops from unique{The Eradicator} (Tier 11+) +Requires Level 70 +Implicits: 1 +AllAttributesImplicitAmulet1 +FireResistUniqueBelt13 +ColdResistUniqueBelt13 +LightningResistUnique__5 +IncreasedAilmentDurationUnique__2 +ChanceToShockUnique__3 +EnemiesTakeIncreasedDamagePerAilmentTypeUnique__1 +ElementalDamageCanShockUnique__1__ +]], +} diff --git a/src/Data/Uniques/Special/axe.lua b/src/Data/Uniques/Special/axe.lua new file mode 100644 index 0000000000..9f0ebcdff8 --- /dev/null +++ b/src/Data/Uniques/Special/axe.lua @@ -0,0 +1,436 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Weapon: One Handed Axe +[[ +Actum +Butcher Axe +League: Heist +Requires Level 63, 149 Str, 76 Dex +HasNoSockets +LocalIncreasedPhysicalDamagePercentUnique__43 +NoIntelligenceUnique__1_ +WeaponCritChanceOverrideUnique__1__ +]],[[ +Dreadarc +Cleaver +Upgrade: Upgrades to unique{Dreadsurge} via prophecy{Burning Dread} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 16, 48 Str +LocalAddedPhysicalDamageUniqueOneHandAxe7 +LocalAddedFireDamageUniqueOneHandAxe7 +IncreasedAttackSpeedUniqueQuiver6 +FireResistUnique__24 +MovementVelocityUniqueIntHelmet2 +{variant:1}FlammabilityOnHitUniqueOneHandAxe7 +{variant:2}FlammabilityOnHitUnique__1 +]],[[ +Dreadsurge +Cleaver +Source: Upgraded from unique{Dreadarc} via prophecy{Burning Dread} +Requires Level 60, 48 Str +LocalAddedPhysicalDamageUniqueOneHandAxe7 +LocalAddedFireDamageUnique__4 +IncreasedAttackSpeedUniqueQuiver6 +FireResistUnique__24 +MovementVelocityUniqueIntHelmet2 +IgnoreEnemyFireResistWhileIgnitedUnique__1 +]],[[ +Dyadus +Infernal Axe +Variant: Pre 2.6.0 +Variant: Pre 3.3.0 +Variant: Current +Requires Level 69, 158 Str, 76 Dex +{variant:1}Adds (170-190) to (200-220) Fire Damage in Main Hand +{variant:2,3}MainHandAddedFireDamageUniqueOneHandAxe2 +{variant:1}Adds (170-190) to (200-220) Cold Damage in Off Hand +{variant:2,3}OffHandAddedColdDamageUniqueOneHandAxe2 +LocalIncreasedAttackSpeedUniqueBow10 +{variant:1}Enemies Chilled by you take 40% increased Burning Damage +{variant:2}Enemies Chilled by you take 100% increased Burning Damage +{variant:3}100% increased Damage with Ignites inflicted on Chilled Enemies +MainHandChanceToIgniteUniqueOneHandAxe2 +{variant:1}OffHandChillDurationUniqueOneHandAxe2 +{variant:2,3}ChillEnemiesOnHitWithWeaponUnique__1 +]],[[ +The Screaming Eagle +Jade Hatchet +Upgrade: Upgrades to unique{The Gryphon} via prophecy{The Apex Predator} +Variant: Pre 2.0.0 +Variant: Current +Requires Level 6, 21 Str +{variant:1}Adds (8-12) to (18-22) Physical Damage +{variant:2}LocalAddedPhysicalDamageUniqueOneHandAxe3 +IncreasedLifeUniqueOneHandAxe3 +LifeGainedFromEnemyDeathUniqueOneHandAxe3 +MovementVelocityUniqueAmulet5 +DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3 +]],[[ +The Gryphon +Jade Hatchet +Source: Upgraded from unique{The Screaming Eagle} via prophecy{The Apex Predator} +Requires Level 32, 21 Str +DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3 +LocalIncreasedPhysicalDamagePercentUnique__17_ +LocalAddedPhysicalDamageUniqueOneHandAxe3 +IncreasedLifeUniqueOneHandAxe3 +LifeGainedFromEnemyDeathUniqueOneHandAxe3 +MovementVelocityUniqueAmulet5 +MovementSpeedIfKilledRecentlyUnique___1 +]],[[ +Jack, the Axe +Vaal Hatchet +Variant: Pre 3.13.0 +Variant: Current +Requires Level 65, 140 Str, 86 Dex +{variant:2}GrantsVampiricIconSkillUnique__1 +{variant:1}(90-110)% increased Physical Damage +{variant:2}LocalIncreasedPhysicalDamagePercentUniqueBow5 +LocalAddedPhysicalDamageUniqueOneHandAxe5 +{variant:1}LocalIncreasedAttackSpeedUniqueBow10 +{variant:1}LifeLeechUniqueRing2 +{variant:1}50% reduced Life Leeched per second +CausesBleedingUnique__1 +{variant:2}LocalBleedDamageOverTimeMultiplierUnique__1 +]],[[ +Moonbender's Wing +Tomahawk +Variant: Pre 3.11.0 +Variant: Current +Requires Level 39, 81 Str, 56 Dex +{variant:1}LightningWarpSkillUniqueOneHandAxe8 +{variant:2}TriggeredLightningWarpUnique__1__ +{variant:1}LocalIncreasedPhysicalDamagePercentUnique__21 +{variant:2}LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8 +{variant:1}LocalAddedPhysicalDamageUniqueOneHandAxe8 +LocalCriticalStrikeChanceImplicitBow1 +{variant:1}ConvertPhysicalToColdUnique__1 +{variant:1}ConvertPhysicalToLightningUniqueOneHandAxe8 +{variant:2}WeaponPhysicalDamageAddedAsColdOrLightningUnique__1 +]],[[ +Relentless Fury +Decorative Axe +Variant: Pre 2.6.0 +Variant: Current +Requires Level 29, 80 Str, 23 Dex +LocalIncreasedPhyiscalDamagePercentUnique__3 +LocalAddedPhysicalDamageUniqueOneHandAxe6 +{variant:1}LifeLeechPermyriadUniqueShieldDex2 +{variant:2}LifeLeechUniqueRing2 +NearbyAlliesHaveCullingStrikeUnique__1 +GainOnslaughtWhenCullingEnemyUniqueOneHandAxe6 +Cannot be Chilled while you have Onslaught +]],[[ +Rigwald's Savagery +Royal Axe +League: Talisman Standard, Talisman Hardcore +Source: Drops from unique{Rigwald, the Wolven King} (Level 75+) +Variant: Pre 3.11.0 +Variant: Current +Requires Level 67, 167 Str, 57 Dex +LocalAddedPhysicalDamageUnique__7 +40% increased Physical Weapon Damage while Dual Wielding +LocalIncreasedAttackSpeedUniqueBow10 +{variant:1}SwordPhysicalAttackSpeedUnique__1 +{variant:1}CausesBleedingUnique__1 +{variant:2}MaxRagePerEquippedSwordUnique__1____ +]],[[ +Soul Taker +Siege Axe +Variant: Pre 1.0.0 +Variant: Current +Requires Level 59, 119 Str, 82 Dex +{variant:1}LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7 +{variant:2}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 +LocalAddedPhysicalDamageOneHandAxe1 +LocalIncreasedAttackSpeedUniqueOneHandSword9 +ColdResistUniqueOneHandAxe1_ +MeleeAttacksUsableWithoutManaUnique__1 +PhysicalDamageCanChillUniqueDescentOneHandAxe1 +]],[[ +Replica Soul Taker +Siege Axe +League: Heist +Requires Level 59, 119 Str, 82 Dex +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 +LocalAddedPhysicalDamageOneHandAxe1 +LocalCriticalStrikeChanceUnique__18 +ColdResistUniqueOneHandAxe1_ +PhysicalDamageCanFreezeUnique__1_ +KeystoneEldritchBatteryUnique__2 +]], +-- Weapon: Two Handed Axe +[[ +Atziri's Disfavour +Vaal Axe +Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 75, 158 Str, 76 Dex +Implicits: 1 +{variant:2}LocalMaimOnHit2HImplicit_1 +LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7 +{variant:1}Adds (220-235) to (270-290) Physical Damage +{variant:2}LocalAddedPhysicalDamageUniqueTwoHandAxe7 +LocalIncreasedAttackSpeedUniqueTwoHandAxe7 +CausesBleedingUnique__1 +LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1 +]],[[ +The Blood Reaper +Headsman Axe +Variant: Pre 3.0.0 +Variant: Pre 3.12.0 +Variant: Current +Requires Level 45, 99 Str, 57 Dex +{variant:1}LocalIncreasedPhysicalDamagePercentUnique__10 +{variant:2,3}LocalIncreasedPhysicalDamagePercentUnique__29 +IncreasedLifeUniqueTwoHandAxe4 +{variant:1,2}Regenerate 10 Life per second +{variant:3}LifeRegenerationUniqueTwoHandAxe4 +LifeLeechPermyriadUnique__5 +ManaCostIncreasedUniqueCorruptedJewel3 +CausesBleedingUniqueTwoHandAxe4 +]],[[ +Debeon's Dirge +Despot Axe +Requires Level 66, 140 Str, 86 Dex +LocalAddedColdDamageUnique__6_ +MovementSpeedIfUsedWarcryRecentlyUnique__2 +IncreasedElementalDamageIfUsedWarcryRecentlyUnique__1 +Warcries Knock Enemies Back in an Area +]],[[ +The Harvest +Jasper Chopper +League: Beyond +Requires Level 37, 100 Str, 29 Dex +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe8 +LifeLeechOnCritPermyriadUniqueTwoHandAxe8 +CriticalStrikeChancePerLevelUniqueTwoHandAxe8 +Gain Flask Charges when you deal a Critical Strike +]],[[ +Replica Harvest +Jasper Chopper +League: Heist +Requires Level 37, 100 Str, 29 Dex +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe8 +LifeLeechOnCritPermyriadUniqueTwoHandAxe8 +CriticalStrikeChancePerLevelUniqueTwoHandAxe8 +ElusiveOnCriticalStrikeUnique__1 +]],[[ +Hezmana's Bloodlust +Vaal Axe +Variant: Pre 3.11.0 +Variant: Current +Requires Level 64, 158 Str, 76 Dex +Implicits: 1 +{variant:2}LocalMaimOnHit2HImplicit_1 +{variant:1}LocalIncreasedPhysicalDamagePercentUniqueClaw3 +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__2 +Adds (7-12) to (16-25) Physical Damage +LifeLeechPermyriadUnique__5 +{variant:2}AttackSpeedAfterSavageHitTakenUnique__1 +Attacks have Blood Magic +]],[[ +Kaom's Primacy +Karui Chopper +League: Legion +Source: Drops from Karui Legion +Variant: Pre 3.7.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 58, 151 Str, 43 Dex +{variant:1,2}(160-220)% increased Physical Damage +{variant:3}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 +LifeGainedFromEnemyDeathUniqueTwoHandAxe1 +{variant:1}LocalAddedFireDamageUniqueTwoHandAxe1 +IncreasedAccuracyUnique__6 +NearbyAlliesHaveCullingStrikeUnique__1 +{variant:2,3}RageOnAttackCritUnique__1 +{variant:2,3}PhysicalAddedAsFirePerRageUnique__1 +]],[[ +Kingmaker +Despot Axe +Source: Vendor recipe +Variant: Pre 2.6.0 +Variant: Pre 3.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 66, 140 Str, 86 Dex +{variant:1,2}LocalIncreasedPhysicalDamagePercentUnique__43 +{variant:3}(250-285)% increased Physical Damage +{variant:4}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9 +IncreasedAttackSpeedUnique__4_ +{variant:2,3,4}LocalCriticalStrikeChanceUnique__10 +{variant:1}IncreasedManaUniqueTwoHandAxe9 +DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9 +{variant:1}Nearby Allies' spells have Culling Strike +{variant:2,3,4}DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9 +{variant:2,3,4}MeleeAttacksUsableWithoutManaUnique__1 +{variant:3,4}DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9 +{variant:3,4}DisplayNearbyAlliesHaveFortifyTwoHandAxe9 +]],[[ +Kitava's Feast +Void Axe +Variant: Pre 3.5.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 68, 149 Str, 76 Dex +SupportedByMeleeSplashUnique__1_ +{variant:1}LocalIncreasedPhysicalDamagePercentUniqueRapier1 +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__38 +{variant:3}LocalIncreasedPhysicalDamagePercentUnique__23 +LifeLeechPermyriadUnique__5 +ManaLeechUniqueGlovesDexInt6 +Recover 5% of Maximum Life on Kill +EnemiesDestroyedOnKillUnique__1 +]],[[ +Limbsplit +Woodsplitter +Upgrade: Upgrades to unique{The Cauteriser} via prophecy{Severed Limbs} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 13, 36 Str, 17 Dex +LocalIncreaseSocketedStrengthGemLevelUniqueTwoHandAxe3 +{variant:2}TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__1_ +StrengthUniqueTwoHandAxe3 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalAddedPhysicalDamageUniqueTwoHandAxe3 +NearbyAlliesHaveCullingStrikeUnique__1 +]],[[ +The Cauteriser +Woodsplitter +Source: Upgraded from unique{Limbsplit} using prophecy{Severed Limbs} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 40, 36 Str, 17 Dex +LocalIncreaseSocketedStrengthGemLevelUniqueTwoHandAxe3 +{variant:2}TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__2 +StrengthUniqueTwoHandAxe3 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +Adds (35-45) to (80-90) Physical Damage +PhysicalAddedAsFireUnique__2 +NearbyAlliesHaveCullingStrikeUnique__1 +]],[[ +Ngamahu's Flame +Abyssal Axe +Variant: Pre 3.11.0 +Variant: Current +Requires Level 55, 128 Str, 60 Dex +{variant:1}(190-230)% increased Physical Damage +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__17_ +LocalIncreasedAttackSpeedUnique__24 +{variant:1}ConvertPhysicalToFireUniqueQuiver1_ +{variant:2}DamageConversionFireUnique__1 +PenetrateEnemyFireResistUnique__1 +20% chance to attack with Level 16 Molten Burst on Melee Hit +]],[[ +Reaper's Pursuit +Shadow Axe +Requires Level 33, 80 Str, 37 Dex +LocalIncreasedPhysicalDamagePercentUnique__2 +LifeGainedFromEnemyDeathUniqueTwoHandMace7 +ItemFoundRarityIncreaseUniqueShieldStrDex2 +MovementVelocityOnFullLifeUniqueTwoHandAxe2 +NearbyAlliesHaveCullingStrikeUnique__1 +AlwaysHits +]],[[ +Sinvicta's Mettle +Ezomyte Axe +Variant: Pre 3.11.0 +Variant: Current +Requires Level 62, 140 Str, 86 Dex +{variant:1}(200-212)% increased Physical Damage +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__33 +LocalIncreasedAttackSpeedUnique__24 +SimulatedRampageDexInt6 +AreaOfEffectPer25RampageStacksUnique__1_ +FrenzyChargePer50RampageStacksUnique__1 +]],[[ +Uul-Netol's Kiss +Labrys +League: Breach +Source: Drops in Uul-Netol Breach or from unique{Uul-Netol, Unburdened Flesh} +Upgrade: Upgrades to unique{Uul-Netol's Embrace} using currency{Blessing of Uul-Netol} +Requires Level 49, 122 Str, 53 Dex +LocalIncreasedPhysicalDamagePercentUnique__36_ +LocalReducedAttackSpeedUnique__2 +CurseLevel10VulnerabilityOnHitUnique__1 +Attacks have 25% chance to cause Bleeding when Hitting Cursed Enemies +]],[[ +Uul-Netol's Embrace +Vaal Axe +League: Breach +Source: Upgraded from unique{Uul-Netol's Kiss} using currency{Blessing of Uul-Netol} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 64, 158 Str, 76 Dex +Implicits: 1 +{variant:2}LocalMaimOnHit2HImplicit_1 +GrantsLevel20BoneNovaTriggerUnique__1 +LocalIncreasedPhysicalDamagePercentUnique__24 +(30-25)% reduced Attack Speed +AttacksCauseBleedingOnCursedEnemyHitUnique__1 +]],[[ +Wideswing +Poleaxe +Variant: Pre 3.7.0 +Variant: Current +Requires Level 18, 44 Str, 25 Dex +SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandAxe5 +LocalIncreasedPhysicalDamagePercentUnique13 +StrengthUniqueTwoHandMace1 +{variant:1}IncreasedAccuracyUniqueGlovesDexInt1 +{variant:2}IncreasedAccuracyUniqueTwoHandAxe5 +ManaGainedFromEnemyDeathUniqueShieldInt3 +LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1 +]],[[ +Wings of Entropy +Ezomyte Axe +Requires Level 62, 140 Str, 86 Dex +SpellBlockPercentageUniqueTwoHandAxe6 +BlockWhileDualWieldingUniqueTwoHandAxe6 +LocalIncreasedPhyiscalDamagePercentUnique__3 +MainHandAddedFireDamageUniqueTwoHandAxe6 +OffHandAddedChaosDamageUniqueTwoHandAxe6 +UniqueWingsOfEntropyCountsAsDualWielding +]],[[ +Replica Wings of Entropy +Ezomyte Axe +League: Heist +Requires Level 62, 140 Str, 86 Dex +SpellBlockPercentageUniqueTwoHandAxe6 +BlockWhileDualWieldingUniqueTwoHandAxe6 +LocalIncreasedPhyiscalDamagePercentUnique__3 +UniqueWingsOfEntropyCountsAsDualWielding ++(8.00-10.00)% to Off Hand Critical Strike Chance +WingsOfEntropyMainHandAttackSpeedFinalUnique__1_ +]],[[ +Wings of Entropy +Sundering Axe +Variant: Pre 1.3.0 +Variant: Pre 2.0.0 +Variant: Pre 3.4.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 60, 149 Str, 76 Dex +Implicits:1 +{variant:5}BleedDotMultiplier2HImplicit1 +{variant:1,2}25% of Block Chance applied to Spells +{variant:3}7% chance to Block Spell Damage +{variant:4}(6-7)% chance to Block Spell Damage +{variant:5}SpellBlockPercentageUniqueTwoHandAxe6 +{variant:1}BlockWhileDualWieldingUnique__1 +{variant:2,3,4}BlockWhileDualWieldingUniqueOneHandSword5 +{variant:5}+(8-10)% Chance to Block Attack Damage while Dual Wielding +{variant:1,2}LocalIncreasedPhysicalDamagePercentUniqueWand9 +{variant:3,4}LocalIncreasedPhysicalDamagePercentUnique__10 +{variant:5}LocalIncreasedPhyiscalDamagePercentUnique__3 +{variant:1,2,3,4}Adds (55-65) to (100-120) Fire Damage in Main Hand +{variant:5}MainHandAddedFireDamageUniqueTwoHandAxe6 +{variant:1,2,3,4}Adds (55-65) to (100-120) Chaos Damage in Off Hand +{variant:5}OffHandAddedChaosDamageUniqueTwoHandAxe6 +UniqueWingsOfEntropyCountsAsDualWielding +]], +} diff --git a/src/Data/Uniques/Special/belt.lua b/src/Data/Uniques/Special/belt.lua new file mode 100644 index 0000000000..2d4be1efbf --- /dev/null +++ b/src/Data/Uniques/Special/belt.lua @@ -0,0 +1,784 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Belt +[[ +Arn's Anguish +Cloth Belt +League: Ritual +Requires Level 68 +Implicits: 1 +StunRecoveryImplicitBelt1 +IncreasedPhysicalDamageReductionRatingUnique__7 +MaximumLifeUnique__22 +FireResistUnique__26 +MinimumBrutalChargeModifiersEqualsEnduranceUnique__1 +MaximumBrutalChargesEqualsEnduranceUnique__1__ +GainBrutalChargesInsteadOfEnduranceUnique__1 +]],[[ +Ascent From Flesh +Chain Belt +Source: prophecy{Thaumaturgical History IV} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 44 +Implicits: 1 +IncreasedEnergyShieldImplicitBelt1 +IncreasedEvasionRatingUnique__2 +{variant:1}{tags:jewellery_defense}+(35-45) to maximum Energy Shield +{variant:2}IncreasedEnergyShieldUnique__4 +AllResistancesUniqueBootsStr1 +PhasingOnBeginESRechargeUnique___1 +6% chance to Dodge Attacks while Phasing +MovementSpeedWhilePhasedUnique__2 +]],[[ +Auxium +Chain Belt +Variant: Pre 2.6.0 +Requires Level 70 +Implicits: 1 +IncreasedEnergyShieldImplicitBelt1 +WeaponElementalDamageUniqueShieldStrInt4 +IncreasedManaUniqueBelt5 +IncreasedEnergyShieldUniqueBelt5 +{tags:attack,mana,physical}0.2% of Physical Attack Damage Leeched as Mana per Power Charge +Chill and Freeze duration on you is based on 65% of Energy Shield +]],[[ +Auxium +Crystal Belt +Variant: Pre 3.5.0 +Variant: Current +Requires Level 70 +Implicits: 1 +LocalIncreasedEnergyShieldPercentUniqueIntHelmet1 +{variant:1}WeaponElementalDamageUniqueShieldStrInt4 +{variant:2}IncreasedWeaponElementalDamagePercentPerPowerChargeUnique__1 +IncreasedManaUniqueBelt5 +IncreasedEnergyShieldUniqueBelt5 +ManaLeechPermyriadPerPowerChargeUniqueBelt5_ +{variant:1}{tags:jewellery_defense}Chill Effect and Freeze duration on you is based on 65% of Energy Shield +{variant:2}{tags:jewellery_defense}Chill Effect and Freeze duration on you is based on 100% of Energy Shield +]],[[ +Bated Breath +Chain Belt +Variant: Pre 2.6.0 +Variant: Current +Requires Level 22 +Implicits: 1 +IncreasedEnergyShieldImplicitBelt1 +AllDamageUniqueRing8 +IntelligenceUniqueBelt11 +LocalIncreasedEnergyShieldUnique__6 +{variant:2}IncreasedEnergyShieldPercentUnique__1 +ReducedEnergyShieldDelayUniqueBelt11 +]],[[ +Replica Bated Breath +Chain Belt +League: Heist +Requires Level 22 +Implicits: 1 +IncreasedEnergyShieldImplicitBelt1 +IntelligenceUniqueBelt11 +AllDamageUniqueRing8 +FishingPoolConsumptionUnique__1__ +FishingCastDistanceUnique__1__ +FishingRarityUnique__2_ +]],[[ +Bear's Girdle +Leather Belt +League: Harvest +Requires Level 68 +Implicits: 1 +IncreasedLifeImplicitBelt1 +AddedPhysicalDamageUnique__9_ +StunDurationUniqueQuiver2 +Nearby Enemies are Crushed while you have least 25 Rage +PhysicalDamagePerRageUnique__1 +MaximumRageUnique__1 +]],[[ +Belt of the Deceiver +Heavy Belt +Variant: Pre 2.6.0 +Variant: Current +Requires Level 20 +Implicits: 1 +StrengthImplicitBelt1 +{variant:1}10% reduced Chance to Block Attacks and Spells +{tags:physical}(15-25)% increased Physical Damage +ReducedCriticalStrikeDamageTakenUniqueBelt13 +IncreasedLifeUnique__19 +{variant:1}AllResistancesUniqueDagger9 +{variant:2}AllResistancesUniqueBootsStr1 +{variant:2}NearbyEnemiesAreIntimidatedUnique__1 +]],[[ +Bisco's Leash +Heavy Belt +Requires Level 30 +Implicits: 1 +StrengthImplicitBelt1 +ItemFoundQuantityIncreasedUnique__1 +ColdResistUniqueShieldDex7 +SimulatedRampageDexInt6 +IncreasedRarityPerRampageStacksUnique__1 +]],[[ +Chains of Emancipation +Chain Belt +League: Heist +Requires Level 61 +Implicits: 1 +IncreasedEnergyShieldImplicitBelt1 +IncreasedLifeUniqueGlovesInt3 +ChaosResistUnique__17 +EnemyTemporalChainsOnHitUnique__1 +GainRageOnLosingTemporalChainsUnique__1__ +ImmuneToCursesWithRageUnique__1 +]],[[ +Coward's Chains +Chain Belt +Variant: Pre 3.14.0 +Variant: Current +League: Incursion +Upgrade: Upgrades to unique{Coward's Legacy} via currency{Vial of Consequence} +Requires Level 22 +Implicits: 1 +IncreasedEnergyShieldImplicitBelt1 +{variant:1}AllDamageUnique__2 +{variant:1}AllAttributesUniqueRing26 +{variant:2}AllAttributesUnique__12 +{variant:2}CountOnFullLifeWhileAffectedByVulnerabilityUnique__1 +MovementVelocityUnique__33_ +Damage from Enemies Hitting you is Unlucky while you are Cursed with Vulnerability +UniqueSelfCurseVulnerabilityLevel10 +]],[[ +Coward's Legacy +Chain Belt +League: Incursion +Source: Upgraded from unique{Coward's Chains} via currency{Vial of Consequence} +Requires Level 52 +Implicits: 1 +IncreasedEnergyShieldImplicitBelt1 +AllAttributesUnique__12 +MovementVelocityUnique__33_ +IncreasedCurseEffectUnique__1 +CountAsLowLifeWhileAffectedByVulnerabilityUnique__1 +UniqueSelfCurseVulnerabilityLevel20 +]],[[ +Cyclopean Coil +Leather Belt +Source: Drops from unique{The Elder} +Requires Level 68 +Implicits: 1 +IncreasedLifeImplicitBelt1 +IncreasedLifeUniqueGlovesInt3 +AllAttributesPercentUnique__2 +CannotBeFrozenWithDexHigherThanIntUnique__1 +CannotBeIgnitedWithStrHigherThanDexUnique__1 +CannotBeShockedWithIntHigherThanStrUnique__1 +IncreasedDamagePerLowestAttributeUnique__1 +Elder Item +]],[[ +Darkness Enthroned +Stygian Vise +League: Abyss +Source: Drops from Abyssal Liches +Variant: Pre 3.11.0 +Variant: Current +Implicits: 1 +AbyssJewelSocketUnique__3 +AbyssJewelSocketUnique__3 +{variant:1}50% increased Effect of Socketed Jewels +{variant:2}AbyssJewelEffectUnique__1 +]],[[ +Doryani's Invitation +Heavy Belt +Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} +Variant: Pre 3.11.0 (Physical) +Variant: Pre 3.11.0 (Fire) +Variant: Pre 3.11.0 (Cold) +Variant: Pre 3.11.0 (Lightning) +Variant: Current (Physical) +Variant: Current (Fire) +Variant: Current (Cold) +Variant: Current (Lightning) +Requires Level 68 +Implicits: 1 +StrengthImplicitBelt1 +{variant:1,5}{tags:physical}(20-30)% increased Physical Damage +{variant:2,6}FireDamagePercentUniqueRing36 +{variant:3,7}ColdDamagePercentUniqueBelt9b +{variant:4,8}TalismanIncreasedLightningDamage +{variant:2,3,4,6,7,8}IncreasedPhysicalDamageReductionRatingUniqueBelt9 +{variant:1,3,4,5,7,8}FireResistUniqueBelt9 +{variant:1,2,4,5,6,8}ColdResistUniqueBelt9 +{variant:1,2,3,5,6,7}LightningResistUniqueBelt9 +{variant:1}{tags:life,physical}0.2% of Physical Damage Leeched as Life +{variant:5}PhysicalDamageLifeLeechPermyriadUniqueBelt9dNew +{variant:2}{tags:life,jewellery_elemental}0.2% of Fire Damage Leeched as Life +{variant:6}FireDamageLifeLeechPermyriadUniqueBelt9aNew +{variant:3}{tags:life,jewellery_elemental}0.2% of Cold Damage Leeched as Life +{variant:7}ColdDamageLifeLeechPermyriadUniqueBelt9bNew +{variant:4}{tags:life,jewellery_elemental}0.2% of Lightning Damage Leeched as Life +{variant:8}LightningDamageLifeLeechPermyriadUniqueBelt9cNew +{variant:1,5}Your Flasks grant 25% reduced Enemy Stun Threshold during any Flask Effect +{variant:2}Your Flasks grant 10% chance to Ignite during any Flask Effect +{variant:6}Your Flasks grant (20-30)% chance to Ignite during any Flask Effect +{variant:3}Your Flasks grant 10% chance to Freeze during any Flask Effect +{variant:7}Your Flasks grant (20-30)% chance to Freeze during any Flask Effect +{variant:4}Your Flasks grant 10% chance to Shock during any Flask Effect +{variant:8}Your Flasks grant (20-30)% chance to Shock during any Flask Effect +]],[[ +The Druggery +Cloth Belt +League: Heist +Requires Level 48 +Implicits: 1 +StunRecoveryImplicitBelt1 +AllAttributesUnique__8_ +BeltIncreasedFlaskChargesGainedUnique__1_ +BeltIncreasedFlaskChargedUsedUnique__1 +BeltIncreasedFlaskDurationUnique__3___ +LifeFlaskPassiveChargeGainUnique__1_ +FlaskLifeRecoveryAlliesUnique__1_ +]],[[ +Dyadian Dawn +Heavy Belt +Variant: Pre 2.6.0 +Variant: Current +Requires Level 52 +Implicits: 1 +StrengthImplicitBelt1 +IncreasedLifeFireResistUniqueBelt14 +FireResistUnique__23_ +ColdResistUniqueShieldDex7 +{variant:1}{tags:attack,life}0.6% of Attack Damage Leeched as Life against Chilled enemies +{variant:2}LifeLeechPermyriadFromAttacksAgainstChilledEnemiesUniqueBelt14 +{variant:1}{tags:jewellery_elemental,attack}Ignites you inflict with Attacks deal Damage 20% faster +{variant:2}FasterBurnFromAttacksEnemiesUniqueBelt14 +DealNoPhysicalDamageUniqueBelt14 +]],[[ +Faminebind +Rustic Sash +League: Talisman Standard, Talisman Hardcore +Requires Level 18 +Implicits: 1 +{tags:physical}(12-24)% increased Physical Damage +ColdResistUnique__3 +BeltIncreasedFlaskDurationUnique__2 +DisplayChaosDegenerationAuraUnique__1 +IncreasedProjectileDamageUnique__5 +30% reduced Flask Charges gained while using a Flask +]],[[ +Feastbind +Rustic Sash +League: Talisman Standard, Talisman Hardcore +Requires Level 11 +Implicits: 1 +{tags:physical}(12-24)% increased Physical Damage +AddedPhysicalDamageUnique___1 +IncreasedLifeUniqueRing28 +LifeLeechPermyriadUnique__2 +50% increased Flask Charges gained while using a Flask +{tags:mana}50% increased Mana Regeneration while using a Flask +]],[[ +The Flow Untethered +Cloth Belt +League: Harbinger +Upgrade: Upgrades to unique{The Torrent's Reclamation} via currency{Time-light Scroll} +Requires Level 60 +Implicits: 1 +StunRecoveryImplicitBelt1 +HarbingerSkillOnEquipUnique__2 +AttackAndCastSpeedUnique__1 +{tags:life}(15-20)% increased Life Recovery rate +LifeAndEnergyShieldRecoveryRateUnique_1 +(15-20)% increased Cooldown Recovery Speed +DebuffTimePassedUnique__1 +]],[[ +The Torrent's Reclamation +Cloth Belt +League: Harvest +Source: Upgraded from unique{The Flow Untethered} via currency{Time-light Scroll} +Requires Level 60 +Implicits: 1 +StunRecoveryImplicitBelt1 +HarbingerSkillOnEquipUnique2_2 +AttackAndCastSpeedUnique__1 +{tags:life}(15-20)% increased Life Recovery rate +LifeAndEnergyShieldRecoveryRateUnique_1 +(15-20)% increased Cooldown Recovery Speed +DebuffTimePassedUnique__1 +]],[[ +Gluttony +Leather Belt +Variant: Pre 3.12.0 +Variant: Current +Requires Level 48 +Implicits: 1 +IncreasedLifeImplicitBelt1 +{variant:1}PoachersMarkCurseOnHitHexproofUnique__1 +IncreasedLifeUniqueGlovesInt3 +{variant:1}CullingStrikePoachersMarkUnique__1 +{variant:2}CullingStrikeCursedEnemyUnique__1_ +{variant:2}LifeGainOnHitCursedEnemyUnique__1 +{variant:2}ManaGainOnHitCursedEnemyUnique__1 +DamageOnMovementSkillUnique__1 +NoArmourOrEnergyShieldUnique__1_ +]],[[ +Graven's Secret +Cloth Belt +League: Ritual +Requires Level 68 +Implicits: 1 +StunRecoveryImplicitBelt1 +{tags:jewellery_defense}+(60-70) to Energy Shield +MaximumManaUnique__8 +LightningResistUnique__24 +MinimumAbsorptionChargeModifiersEqualsPowerUnique__1 +MaximumAbsorptionChargesEqualsPowerUnique__1_ +GainAbsorptionChargesInsteadOfPowerUnique__1 +]],[[ +Headhunter +Leather Belt +League: Nemesis +Requires Level 40 +Implicits: 1 +IncreasedLifeImplicitBelt1 +StrengthUniqueBelt7 +DexterityUniqueBelt7 +IncreasedLifeUnique__67_ +DamageOnRareMonstersUniqueBelt7 +When you Kill a Rare monster, you gain its mods for 20 seconds +]],[[ +Replica Headhunter +Leather Belt +League: Heist +Requires Level 40 +Implicits: 1 +IncreasedLifeImplicitBelt1 +StrengthUniqueBelt7 +DexterityUniqueBelt7 +IncreasedLifeUnique__67_ +DamageOnMagicMonstersUnique__1_ +GainMagicMonsterModsOnKillUnique__1_ +its Non-Bloodline Modifiers for 20 seconds +]],[[ +Hyperboreus +Leather Belt +League: Betrayal +Variant: Pre 3.11.0 (Life Regen) +Variant: Pre 3.11.0 (Fire and Chaos Resistances) +Variant: Pre 3.11.0 (Cold and Chaos Resistances) +Variant: Pre 3.11.0 (Light and Chaos Resistances) +Variant: Pre 3.11.0 (Strength and Dexterity) +Variant: Pre 3.11.0 (Dexterity and Intelligence) +Variant: Pre 3.11.0 (Strength and Intelligence) +Variant: Pre 3.11.0 (Trap Throwing Speed) +Variant: Pre 3.11.0 (Energy Shield Regen) +Variant: Pre 3.11.0 (Lucky Crit Chance while Focussed) +Variant: Current (Life Regen) +Variant: Current (Fire and Chaos Resistances) +Variant: Current (Cold and Chaos Resistances) +Variant: Current (Light and Chaos Resistances) +Variant: Current (Strength and Dexterity) +Variant: Current (Dexterity and Intelligence) +Variant: Current (Strength and Intelligence) +Variant: Current (Trap Throwing Speed) +Variant: Current (Energy Shield Regen) +Variant: Current (Lucky Crit Chance while Focussed) +Requires Level 60 +Implicits: 1 +IncreasedLifeImplicitBelt1 +ColdResistUnique__17 +ChillNearbyEnemiesOnFocusUnique__1_ +{variant:1,2,3,4,5,6,7,8,9,10}Focus has (15-25)% increased Cooldown Recovery Speed +{variant:11,12,13,14,15,16,17,18,19,20}FocusCooldownRecoveryUnique__1_ +DamageWithHitsAndAilmentsAgainstChilledEnemyUnique__1 +{variant:1,11}{crafted}{tags:life}(1.0-2.0)% of Life Regenerated per second during any Flask Effect +{variant:2,12}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Fire and Chaos Resistances +{variant:3,13}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Cold and Chaos Resistances +{variant:4,14}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Lightning and Chaos Resistances +{variant:5,15}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Dexterity +{variant:6,16}{crafted}{tags:jewellery_attribute}+(6-17) to Dexterity and Intelligence +{variant:7,17}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Intelligence +{variant:8,18}{crafted}(7-12)% increased Trap Throwing Speed +{variant:9,19}{crafted}{tags:jewellery_defense}(15-120) Energy Shield Regenerated per second while a Rare or Unique Enemy is Nearby +{variant:10,20}{crafted}Your Critical Strike Chance is Lucky while Focussed +]],[[ +Immortal Flesh +Leather Belt +Variant: Pre 1.3.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 50 +Implicits: 1 +IncreasedLifeImplicitBelt1 +IncreasedLifeUniqueBelt8 +{tags:life}(67-75) Life Regenerated per second +{tags:mana}(8-10) Mana Regenerated per second +{variant:1}−40% to all Elemental Resistances +{variant:3}−(15-25)% to all Elemental Resistances +{variant:1}−10% to all maximum Resistances +{variant:2}−5% to all maximum Resistances +{tags:physical}−(50-40) Physical Damage taken from Attacks +ArmourWhileNotIgnitedFrozenShockedBelt8 +]],[[ +Leash of Oblation +Leather Belt +Requires Level 49 +Implicits: 1 +IncreasedLifeImplicitBelt1 +AllAttributesUnique__12 +IncreasedLifeUnique__2 +MultipleOfferingsAllowedUnique__1_ +OfferingDurationUnique__1 +]],[[ +The Magnate +Studded Belt +Upgrade: Upgrades to unique{The Nomad} via prophecy{The Great Leader of the North} +Upgrade: Upgrades to unique{The Tactician} via prophecy{The Great Mind of the North} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 16 +Implicits: 1 +StunDurationUniqueQuiver2 +{tags:physical}(25-40)% increased Physical Damage +StrengthUniqueBelt2 +BeltIncreasedFlaskChargesGainedUniqueBelt2 +{variant:2}AllResistanceAt200StrengthUnique__1 +]],[[ +The Nomad +Studded Belt +Source: Upgraded from unique{The Magnate} via prophecy{The Great Leader of the North} +Requires Level 48 +Implicits: 1 +StunDurationUniqueQuiver2 +IncreasedPhysicalDamagePercentUniqueBelt2 +StrengthUniqueBelt2 +DexterityUnique__7 +BeltIncreasedFlaskChargesGainedUniqueBelt2 +AllResistanceAt200StrengthUnique__1 +ProjectileAttackDamageAt200DexterityUnique__1 +]],[[ +The Tactician +Studded Belt +Source: Upgraded from unique{The Magnate} via prophecy{The Great Mind of the North} +Requires Level 48 +Implicits: 1 +StunDurationUniqueQuiver2 +IncreasedPhysicalDamagePercentUniqueBelt2 +StrengthUniqueBelt2 +IntelligenceUnique__9 +BeltIncreasedFlaskChargesGainedUniqueBelt2 +AllResistanceAt200StrengthUnique__1 +CriticalStrikeChanceAt200IntelligenceUnique__1 +]],[[ +Maligaro's Restraint +Chain Belt +Requires Level 44 +Implicits: 1 +IncreasedEnergyShieldImplicitBelt1 +AddedLightningDamageUniqueBelt12 +SelfShockDurationUniqueBelt12_ +ShocksReflectToSelfUnique__1 +DamageIncreaseWhileShockedUniqueBelt12 +MovementVelocityWhileShockedUniqueBelt12 +]],[[ +Meginord's Girdle +Heavy Belt +Variant: Pre 2.0.0 +Variant: Current +Requires Level 8 +Implicits: 1 +StrengthImplicitBelt1 +{variant:1}AddedPhysicalDamageUnique__3 +{variant:2}AddedPhysicalDamageUniqueBelt4 +StrengthUniqueDagger2 +MaximumLifeUnique__3 +ColdResistUniqueBelt13 +BeltFlaskLifeRecoveryRateUniqueBelt4 +]],[[ +Mother's Embrace +Heavy Belt +League: Metamorph +Requires Level 40 +Implicits: 1 +StrengthImplicitBelt1 +IncreasedLifeUnique__2 +ColdResistUnique__3 +MinionsUseFlaskOnSummonUnique__1__ +Minions have (40-25)% reduced Flask Charges used +MinionFlaskDurationUnique__1 +]],[[ +Olesya's Delight +Cloth Belt +League: Ritual +Requires Level 68 +Implicits: 1 +StunRecoveryImplicitBelt1 +IncreasedEvasionRatingUnique__5_ +ColdResistUnique__33 +MovementVelocityUnique__46 +MinimumAfflictionChargeModifiersEqualsFrenzyUnique__1 +MaximumAfflictionChargesEqualsFrenzyUnique__1 +GainAfflictionChargesInsteadOfFrenzyUnique__1 +]],[[ +Perandus Blazon +Cloth Belt +Variant: Pre 1.1.0 +Variant: Current +Requires Level 16 +Implicits: 1 +(15-25)% increased Stun Recovery +AllAttributesUnique__8_ +{variant:1}(8-12)% increased Quantity of Items found +{variant:2}ItemFoundQuantityIncreaseUniqueBelt3 +FireResistUniqueAmulet7 +BeltIncreasedFlaskDurationUniqueBelt3 +{tags:physical}−2 Physical Damage taken from Attacks +]],[[ +Perseverance +Vanguard Belt +Requires Level 78 +Implicits: 1 +ArmourAndEvasionImplicitBelt1 +MaximumLifeUnique__6 +ColdResistUniqueShieldDex7 +AttackDamagePerLowestArmourOrEvasionUnique__1 +FortifyOnMeleeStunUnique__1 +OnslaughtWhileFortifiedUnique__1 +]],[[ +Prismweave +Rustic Sash +Variant: Pre 2.6.0 +Variant: Current +Requires Level 25 +Implicits: 1 +{tags:physical}(12-24)% increased Physical Damage +WeaponElementalDamageUniqueBelt10 +{variant:1}{tags:jewellery_elemental,attack}Adds (3-4) to (7-8) Fire Damage to Attacks +{variant:2}AddedFireDamageUniqueBelt10 +{variant:1}{tags:jewellery_elemental,attack}Adds (2-3) to (5-7) Cold Damage to Attacks +{variant:2}AddedColdDamageUniqueBelt10 +{variant:1}{tags:jewellery_elemental,attack}Adds 1 to (13-17) Lightning Damage to Attacks +{variant:2}AddedLightningDamageUniqueBelt10 +AllResistancesUniqueBelt10 +IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10 +]],[[ +Replica Prismweave +Rustic Sash +League: Heist +Requires Level 25 +Implicits: 1 +IncreasedPhysicalDamagePercentImplicitBelt1 +SpellAddedFireDamageUnique__6_ +SpellAddedColdDamageUnique__6__ +SpellAddedLightningDamageUnique__7 +AllResistancesUniqueBelt10 +ElementalDamageUniqueDescentBelt1 +ElementalDamageDuringFlaskEffectUnique__1 +]],[[ +Pyroshock Clasp +Leather Belt +League: Heist +Requires Level 43 +Implicits: 1 +IncreasedLifeImplicitBelt1 +DexterityUnique__5 +IncreasedEvasionRatingUnique__4 +ElementalStatusAilmentDurationUnique__1_ +EnemyIgnitedConvertedToFireUnique__1 +EnemyShockedConvertedToLightningUnique__1 +]],[[ +The Retch +Rustic Sash +League: Talisman Standard, Talisman Hardcore +Source: Vendor recipe +Requires Level 44 +Implicits: 1 +{tags:physical}(12-24)% increased Physical Damage +IncreasedLifeUniqueGlovesInt3 +ColdResistUniqueRing24 +LifeLeechPermyriadUniqueRing2 +BeltIncreasedFlaskDurationUnique__2 +30% reduced Flask Charges gained while using a Flask +EnemiesLoseLifePlayerLeechesUnique__1 +{tags:speed}15% increased Movement Speed while using a Flask +]],[[ +Ryslatha's Coil +Studded Belt +Variant: Pre 3.5.0 +Variant: Current +Requires Level 20 +Implicits: 1 +StunDurationUniqueQuiver2 +{variant:2}IncreasedLifeUniqueHelmetDex4 +StrengthUnique__5 +AddedPhysicalDamageUnique__4 +LifeGainedOnStunUnique__1_ +{variant:1}{tags:attack,physical}20% less Minimum Physical Attack Damage +{variant:2}RyuslathaMinimumDamageModifierUnique__1 +{variant:1}{tags:attack,physical}20% more Maximum Physical Attack Damage +{variant:2}RyuslathaMaximumDamageModifierUnique__1_ +]],[[ +Siegebreaker +Heavy Belt +Requires Level: 44 +Implicits: 1 +StrengthImplicitBelt1 +IncreasedEnergyShieldPercentUnique__3 +MaximumLifeUnique__16 +ChaosResistUnique__17 +MinionAttacksTauntOnHitChanceUnique__1 +MinionCausticCloudOnDeathUnique__1_ +]],[[ +Replica Siegebreaker +Heavy Belt +League: Heist +Requires Level 44 +Implicits: 1 +StrengthImplicitBelt1 +IncreasedEnergyShieldPercentUnique__3 +MaximumLifeUnique__16 +FireResistUnique__24 +MinionBurningCloudOnDeathUnique__1 +MinionChanceToMaimOnHitUnique__1_ +]],[[ +Soul Tether +Cloth Belt +Variant: Pre 3.11.0 +Variant: Current +Requires Level 48 +Implicits: 1 +StunRecoveryImplicitBelt1 +IntelligenceUnique__25 +MaximumEnergyShieldAsPercentageOfLifeUnique__1 +{variant:1}Your Energy Shield starts at zero +{variant:1}You cannot Recharge Energy Shield +{variant:1}You cannot Regenerate Energy Shield +{variant:1}{tags:jewellery_defense}You lose 5% of Energy Shield per second +{variant:1}LifeLeechNotRemovedOnFullLifeUnique__1 +{variant:1}{tags:life}Life Leech is applied to Energy Shield instead while on Full Life +{variant:2}EnergyShieldStartsAtZero +]],[[ +Replica Soul Tether +Cloth Belt +League: Heist +Requires Level 48 +Implicits: 1 +StunRecoveryImplicitBelt1 +StrengthUnique__5 +MaximumEnergyShieldAsPercentageOfLifeUnique__1 +KeystoneCorruptedSoulUnique_1 +]],[[ +Soulthirst +Cloth Belt +Requires Level 45 +Implicits: 1 +(15-25)% increased Stun Recovery +IncreasedLifeUniqueGlovesInt3 +AllResistancesUniqueBodyStrInt2 +BeltFlaskManaRecoveryUnique__1 +IncreasedFlaskDurationUnique__1 +Gain Soul Eater during Flask Effect +Lose Souls gained from Soul Eater on Flask Use +]],[[ +String of Servitude +Heavy Belt +League: Incursion +Source: Drops from unique{The Vaal Omnitect} +Variant: Area of Effect +Variant: Crit Multi during Flask Effect +Variant: Attack Speed during Flask Effect +Variant: Cast Speed during Flask Effect +Variant: Crit Chance during Flask Effect +Variant: Effect Duration +Variant: Energy Shield +Variant: Life +Variant: Movement Speed during Flask Effect +Variant: Item Rarity +Variant: Item Quantity +Variant: Wrath Aura Effect +Variant: Anger Aura Effect +Variant: Hatred Aura Effect +Variant: Determination Aura Effect +Variant: Discipline Aura Effect +Variant: Grace Aura Effect +Variant: Intelligence/Dexterity +Variant: Dexterity/Strength +Variant: Strength/Intelligence +Variant: Elemental Resistances +Implicits: 24 +{variant:1}(24-30)% increased Area of Effect +{variant:2}{tags:critical}+(60-75)% to Critical Strike Multiplier during any Flask Effect +{variant:3}{tags:speed}(24-36)% increased Attack Speed during any Flask Effect +{variant:4}{tags:speed}(24-36)% increased Cast Speed during any Flask Effect +{variant:5}{tags:critical}(105-120)% increased Critical Strike Chance during any Flask Effect +{variant:6}(36-45)% increased Skill Effect Duration +{variant:7}(24-30)% increased maximum Energy Shield +{variant:8}(18-24)% increased maximum Life +{variant:9}{tags:speed}(24-36)% increased Movement Speed during any Flask Effect +{variant:10}(60-90)% increased Rarity of Items found +{variant:11}(9-15)% increased Quantity of Items found +{variant:12}Wrath has (45-60)% increased Aura Effect +{variant:13}Anger has (45-60)% increased Aura Effect +{variant:14}Hatred has (45-60)% increased Aura Effect +{variant:15}Determination has (45-60)% increased Aura Effect +{variant:16}Discipline has (45-60)% increased Aura Effect +{variant:17}Grace has (45-60)% increased Aura Effect +{variant:18}(12-18)% increased Intelligence +{variant:18}(12-18)% increased Dexterity +{variant:19}(12-18)% increased Dexterity +{variant:19}(12-18)% increased Strength +{variant:20}(12-18)% increased Strength +{variant:20}(12-18)% increased Intelligence +{variant:21}{tags:jewellery_resistance}+(42-48)% to all Elemental Resistances +LocalTripleImplicitModsUnique__1__ +Corrupted +]],[[ +Sunblast +Cloth Belt +Requires Level 37 +Implicits: 1 +(15-25)% increased Stun Recovery +TrapDamageUniqueBelt6 +ManaRegenerationUniqueBelt6 +FireResistUniqueAmulet4 +TrapDurationUniqueBelt6 +LightRadiusUniqueSceptre2 +Traps trigger at the end of their Duration +]],[[ +Survivor's Guilt +Heavy Belt +League: Ritual +Requires Level 52 +Implicits: 1 +{tags:jewellery_attribute}+(25-35)% to Strength +{tags:jewellery_defense}+(800-1200)% to Armour +LifeRegenerationUnique__2__ +IncreasedStunThresholdUnique__1_ +ArmourPerStrengthUnique__1_ +KeystoneSacredBastionUnique__1 +]],[[ +Umbilicus Immortalis +Leather Belt +League: Perandus +Requires Level 30 +Implicits: 1 +IncreasedLifeImplicitBelt1 +MaximumLifeUnique__1 +{tags:life}2% of Life Regenerated per second +CannotBeAffectedByFlasksUnique__1 +FlasksApplyToMinionsUnique__1 +]],[[ +Wurm's Molt +Leather Belt +Requires Level 8 +Implicits: 1 +IncreasedLifeImplicitBelt1 +StrengthUniqueClaw5_ +IntelligenceUnique__7 +ColdResistUniqueBelt13 +LifeLeechPermyriadUniqueRing2 +ManaLeechPermyriadUniqueRing17 +]], +} diff --git a/src/Data/Uniques/Special/body.lua b/src/Data/Uniques/Special/body.lua new file mode 100644 index 0000000000..32f83c9a1e --- /dev/null +++ b/src/Data/Uniques/Special/body.lua @@ -0,0 +1,1239 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Body: Armour +[[ +Blunderbore +Astral Plate +League: Heist +Requires Level 62, 180 Str +Implicits: 1 +AllResistancesImplicitArmour1 +StrengthRequirementsUnique__3_ +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6 +ShrineBuffEffectUnique__1 +HasBrutalShrineBuffUnique__1 +HasMassiveShrineBuffUnique__1 +]],[[ +Bramblejack +Plate Vest +Upgrade: Upgrades to unique{Wall of Brambles} via prophecy{The King and the Brambles} +AddedPhysicalDamageUniqueBodyStr2 +IncreasedLifeUniqueBodyStr2 +−2 Physical Damage taken from Attacks +PhysicalDamageTakenPercentToReflectUniqueBodyStr2 +]],[[ +Wall of Brambles +Plate Vest +Source: Upgraded from unique{Bramblejack} using prophecy{The King and the Brambles} +Requires Level 30 +AddedPhysicalDamageUniqueBodyStr2 +LocalIncreasedPhysicalDamageReductionRatingTransformedUnique__1 +IncreasedLifeUniqueBodyStr2 +−2 Physical Damage taken from Attacks +PhysicalDamageTakenPercentToReflectUniqueBodyStr2 +]],[[ +The Brass Dome +Gladiator Plate +Source: Drops from unique{Guardian of the Minotaur} +Requires Level 65, 177 Str +30% reduced Chance to Block Attacks and Spells +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__3 +MovementSkillCooldownReducedMoveSpeedImplicitR2_ +SelfShockDurationUnique__2 +TakeNoExtraDamageFromCriticalStrikesUnique__1 +]],[[ +Craiceann's Carapace +Golden Plate +League: Bestiary +Source: Drops from unique{Craiceann, First of the Deep} +Requires Level 56, 152 Str +GrantsCrabAspect1_ +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__16 +IncreasedLifeUnique__72_ +FireAndColdResistUnique__3 +BleedingImmunityUnique__1 +MaximumCrabBarriersUnique__1 +]],[[ +Death's Oath +Astral Plate +Variant: Pre 2.0.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 62, 180 Str +Implicits: 1 +AllResistancesImplicitArmour1 +{variant:3}ChaosDegenAuraUnique__1 +AllAttributesUniqueBodyStr3 +{variant:3}IncreasedLifeUniqueAmulet25 +LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr3 +LifeLeechPermyriadUniqueBodyStr3 +{variant:1,2}DisplayChaosDegenerationAuraUniqueBodyStr3 +{variant:1}You take 450 Chaos Damage per second for 10 seconds on Kill +{variant:2,3}ChaosDegenerationOnKillUniqueBodyStr3 +ItemBloodFootstepsUnique__1 +]],[[ +Doppelgänger Guise +Sadist Garb +League: Ritual +Requires Level 68, 103 Dex, 109 Int +Implicits: 0 +GrantsUnhingeUnique__1 +CriticalStrikeChanceFinalUnhingedUnique__1 +EnemiesExplodeOnKillUnhingedUnique__1_ +PhysicalChaosDamageTakenNotUnhingedUnique__1_ +RegenerateLifeNotUnhingedUnique__1 +]],[[ +Greed's Embrace +Golden Plate +Requires Level 56, 106 Str +ItemFoundQuantityIncreaseUniqueBodyStr5 +ItemFoundRarityIncreaseUniqueBodyStr5 +FireResistUnique__3 +ColdResistUnique__3 +LightningResistUniqueBodyStr5 +MovementVelocityUniqueBodyStr5 +ReducedStrengthRequirementUniqueBodyStr5 +]],[[ +Kaom's Heart +Glorious Plate +Variant: Pre 1.0.0 +Variant: Current +Requires Level 68, 191 Str +HasNoSockets +{variant:1}+1000 to maximum Life +{variant:2}IncreasedLifeUniqueBodyStr1 +{variant:2}FireDamagePercentBodyStr1 +]],[[ +Replica Kaom's Heart +Glorious Plate +League: Heist +Requires Level 68, 191 Str +HasNoSockets +LightningDamagePercentUnique__8 +IncreasedManaUnique__19 +]],[[ +Lioneye's Vision +Crusader Plate +Variant: Pre 3.5.0 +Variant: Current +Requires Level 59, 160 Str +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_ +IncreasedLifeUniqueBodyStr6 +ManaLeechPermyriadUniqueRing17 +SocketedGemsSupportedByPierceUniqueBodyStr6 +ChanceToBePiercedUniqueBodyStr6 +{variant:2}DexterityRequirementsUnique__1 +]],[[ +Iron Heart +Crusader Plate +Upgrade: Upgrades to unique{The Iron Fortress} via prophecy{Battle Hardened} +Requires Level 59, 160 Str +(80-100)% increased Armour +10% reduced Movement Speed +(8-12)% Chance to Block +Cannot Block Spells +Strength's Damage Bonus instead grants 3% increased Melee Physical Damage per 10 Strength +]],[[ +The Iron Fortress +Crusader Plate +Source: Upgraded from unique{Iron Heart} via prophecy{Battle Hardened} +Requires Level 68, 160 Str +BlockChancePer50StrengthUnique__1 +ExtraRollsSpellBlockUnique__1 +StrengthUnique__13_ +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9 +MovementSkillCooldownReducedMoveSpeedImplicitR2_ +Strength's Damage Bonus instead grants 3% increased Melee Physical Damage per 10 Strength +]],[[ +Perfidy +Glorious Plate +Requires Level 68, 191 Str +League: Delirium +Source: Drops from the Simulacrum Encounter +MeleeDamageUnique__2 +IncreasedLifeUnique__101 +Allow2ActiveBannersUnique__1 +Add1StageToBannersOnMeleeHitUpTo5PerSecondUnique__1 +BannerAdrenalineDurationUnique__1 +BannerFortifyDurationUnique__1 +]],[[ +Solaris Lorica +Copper Plate +Variant: Pre 2.6.0 +Variant: Current +Requires Level 17, 53 Str +StrengthUniqueBodyStr4 +LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 +LightRadiusUniqueSceptre2 +ChaosTakenOnES +{variant:1}−10 Chaos Damage taken +{variant:2}-(30-40) Chaos Damage taken +{variant:2}ChaosDamageOverTimeUnique__1 +]], +-- Body: Evasion +[[ +Ashrend +Buckskin Tunic +Variant: Pre 2.6.0 +Variant: Current +Requires Level 17, 53 Dex +{variant:2}ItemActsAsFireDamageSupportUniqueSceptre2 +LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 +{variant:2}IncreasedLifeUniqueAmulet4 +FireResistUniqueBootsDex2 +AvoidIgniteUnique__1 +RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3 +−(5-7) Physical Damage taken from Attacks +]],[[ +Briskwrap +Strapped Leather +Upgrade: Upgrades to unique{Wildwrap} via prophecy{Last of the Wildmen} +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 9, 32 Dex +{variant:1,2}LocalIncreasedAttackSpeedUniqueClaw3 +{variant:3}IncreasedAttackSpeedUniqueQuiver1 +LocalIncreasedEvasionRatingUniqueBodyDex7 +ColdResistUnique__17 +MovementVelocityUniqueIntHelmet2 +FlaskManaRecoveryUniqueBodyDex7 +{variant:1}5% increased Dexterity +{variant:2,3}PercentageDexterityUnique__5 +]],[[ +Wildwrap +Strapped Leather +Source: Upgraded from unique{Briskwrap} via prophecy{Last of the Wildmen} +Requires Level 57, 32 Dex +LocalIncreasedAttackSpeedUnique__19 +IncreasedEvasionRatingUnique__5_ +ColdResistUnique__17 +MovementVelocityUniqueIntHelmet2 +FlaskManaRecoveryUniqueBodyDex7 +PercentageDexterityUnique__5 +DamagePer15DexterityUnique__1 +]],[[ +Bronn's Lithe +Cutthroat's Garb +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 53, 144 Dex +LocalIncreaseSocketedMovementGemLevelUniqueBodyDex5 +IncreasedAttackSpeedUniqueQuiver1 +{variant:2,3}DamageWithMovementSkillsUniqueBodyDex5 +{variant:3}AttackAndCastSpeedOnUsingMovementSkillUnique__1 +LocalIncreasedEvasionRatingPercentUniqueBodyDex5 +MovementVelocityUniqueAmulet5 +]],[[ +Cospri's Will +Assassin's Garb +Variant: Pre 3.0.0 +Variant: Current +Requires Level 68, 183 Dex +Implicits: 1 +MovementVelocityUniqueOneHandSword9 +LocalIncreasedEvasionRatingPercentUnique__2 +ChaosResistUnique__4 +Enemies can have 1 additional Curse +IgnoreHexproofUnique___1 +{variant:1}PoisonCursedEnemiesOnHitUnique__1 +{variant:2}ChanceToPoisonCursedEnemiesOnHitUnique__1 +]],[[ +Foxshade +Wild Leather +Upgrade: Upgrades to unique{Fox's Fortune} via prophecy{Dark Instincts} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 25, 73 Dex +AddedPhysicalDamageUniqueBodyDex4 +DexterityUniqueGlovesInt4__ +{variant:1}You gain 150 Evasion Rating when on Full Life +{variant:2}You gain 500 Evasion Rating when on Full Life +LocalIncreasedEvasionRatingPercentUniqueBodyDex4 +MovementVelocityUniqueAmulet5 +]],[[ +Fox's Fortune +Wild Leather +Source: Upgraded from unique{Foxshade} via prophecy{Dark Instincts} +Requires level 54, 73 Dex +AddedPhysicalDamageUniqueBodyDex4 +DexterityUniqueGlovesInt4__ +EvasionOnFullLifeUnique__1_ +IncreasedEvasionRatingUniqueOneHandSword4 +LocalIncreasedEvasionRatingPercentUnique__17 +MovementVelocityUniqueAmulet5 +Enemies are Unlucky when Damaging you while you are on Full Life +]],[[ +Hyrri's Ire +Zodiac Leather +Variant: Pre 1.0.0 +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.5.0 +Variant: Pre 3.9.0 +Variant: Current +Requires Level 65, 197 Dex +{variant:1,2,3}DexterityUniqueGlovesInt4__ +DexterityUnique__7 +{variant:1,2,3}Adds 13 to 24 Cold Damage to Bow Attacks +{variant:4}Adds (50-60) to (70-80) Cold Damage to Bow Attacks +{variant:5}Adds (173-188) to (240-262) Cold Damage to Bow Attacks +{variant:6}Adds (100-145) to (160-200) Cold Damage to Bow Attacks +{variant:1}LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1 +{variant:2,3,4,5,6}LocalIncreasedEvasionRatingPercentUniqueBodyDex1 +IncreasedChillDurationUniqueBodyDex1 +{variant:1,2}Acrobatics +{variant:3,4,5,6}10% chance to Dodge Attacks +{variant:3,4,5,6}10% chance to Dodge Spell Damage +]],[[ +Kintsugi +Exquisite Leather +Source: prophecy{Deadly Rivalry V} +Requires Level 62, 170 Dex +LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 +IncreasedLifeUniqueGlovesInt3 +FireResistUnique__6 +ReducedDamageIfNotHitRecentlyUnique__1 +50% increased Evasion if you have been Hit Recently +]],[[ +Queen of the Forest +Destiny Leather +Variant: Pre 3.1.0 +Variant: Current +Requires Level 59, 160 Dex +{variant:1}(240-380)% increased Evasion Rating +{variant:2}LocalIncreasedEvasionRatingPercentUniqueBodyDex6 +IncreasedLifeUniqueAmulet25 +FireResistanceBodyDex6 +ColdResistanceBodyDex6 +LightningResistanceBodyDex6 +MovementVeolcityUniqueBodyDex6 +MovementVelicityPerEvasionUniqueBodyDex6 +−(50-40) Physical Damage taken when hit by Animals +]],[[ +The Rat Cage +Sharkskin Tunic +League: Torment +Variant: Pre 2.6.0 +Variant: Current +Requires Level 56, 152 Dex +LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 +IncreasedLifeUniqueBodyStrDex5 +{variant:1}−5% to maximum Fire Resistance +{variant:2}FireResistUnique__11 +MovementVelocityUniqueBootsStrDex3 +IncreasedFireDamageTakenUniqueBodyStrDex5 +FireDamageTakenConvertedToPhysicalUnique__1 +]],[[ +The Snowblind Grace +Coronal Leather +League: Breach +Source: Drops in Tul Breach or from unique{Tul, Creeping Avalanche} +Upgrade: Upgrades to unique{The Perfect Form} using currency{Blessing of Tul} +Requires Level 49, 134 Dex +DexterityUnique__5 +LocalIncreasedEvasionRatingPercentUnique__5 +IncreasedLifeUniqueShieldStr5 +10% chance to Dodge Spell Damage +ArcticArmourBuffEffectUnique__1_ +EvasionIncreasedByUncappedColdResistanceUnique__1 +]],[[ +The Perfect Form +Zodiac Leather +League: Breach +Source: Upgraded from unique{The Snowblind Grace} using currency{Blessing of Tul} +Requires Level 65, 197 Dex +LocalIncreasedEvasionRatingPercentUnique__5 +IncreasedLifeUnique__37 +ColdResistUnique__14 +PercentageDexterityUnique__4 +ArcticArmourReservationCostUnique__1 +EvasionIncreasedByUncappedColdResistanceUnique__1 +KeystonePhaseAcrobaticsUnique__1 +]],[[ +Replica Perfect Form +Zodiac Leather +League: Heist +Requires Level 65, 197 Dex +PercentageDexterityUnique__4 +LocalIncreasedEvasionRatingPercentUnique__5 +IncreasedLifeUnique__37 +ColdResistUnique__14 +Flesh and Stone has 100% reduced Mana Reservation +EvasionIncreasedByUncappedColdResistanceUnique__1 +KeystoneHollowPalmTechniqueUnique__1 +]],[[ +The Queen's Hunger +Vaal Regalia +League: Betrayal +Variant: Pre 3.8.0 +Variant: Current +Requires Level 68, 194 Int +TriggerRandomOfferingSkillUnique__1 +Offering Skills Triggered this way also affect you +{variant:1}Your Offerings have 25% reduced Effect on you +IncreasedCastSpeedUnique__15_ +LocalIncreasedEnergyShieldPercentUnique__20_ +MaximumLifeUnique__16 +]],[[ +Yriel's Fostering +Exquisite Leather +Source: Drops from The Pale Council +Variant: Rhoa +Variant: Snake +Variant: Ursa +Requires Level 62, 170 Dex +{variant:1}GrantsSummonBeastRhoaUnique__1 +{variant:2}GrantsSummonBeastSnakeUnique__1 +{variant:3}GrantsSummonBeastUrsaUnique__1 +IncreasedAccuracyUnique__5 +LocalIncreasedEvasionRatingPercentUnique__9 +IncreasedLifeUniqueBodyStrDexInt1 +ProjectileAttackCriticalStrikeChanceUnique__1 +{variant:1}Projectiles from Attacks have 20% chance to Maim on Hit while you have a Bestial Minion +{variant:2}Projectiles from Attacks have 20% chance to Poison on Hit while you have a Bestial Minion +{variant:3}Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while you have a Bestial Minion +{variant:1}AttackAndMovementSpeedBeastialMinionUnique__1 +{variant:2}AddedChaosDamageToAttacksBeastialMinionUnique__1 +{variant:3}AddedPhysicalDamageToAttacksBeastialMinionUnique__1 +]], +-- Body: Energy Shield +[[ +The Beast Fur Shawl +Vaal Regalia +Variant: Pre 3.0.0 +Variant: Current +Requires Level 68, 194 Int +SpellDamageUnique__3 +LocalIncreasedEnergyShieldPercent___3 +{variant:1}+(50-65) to maximum Energy Shield +{variant:2}IncreasedEnergyShieldUniqueRing27 +10% increased Area of Effect of Area Skills +IncreasedDamageTakenUnique__1 +EnergyShieldRecoveryRateUnique__1 +]],[[ +Cloak of Flame +Scholar's Robe +Requires Level 18, 55 Int +FireResistUniqueBodyInt2 +BurnDurationUniqueBodyInt2 +ChanceToIgniteUniqueBodyInt2 +AttackerTakesFireDamageUniqueBodyInt2 +PhysicalDamageTakenAsFirePercentUniqueBodyInt2 +]],[[ +Cloak of Tawm'r Isley +Savant's Robe +Source: Drops from unique{Elreon, Light's Judge} during Betrayal encounters +Variant: Pre 3.0.0 +Variant: Current +Requires Level 56, 152 Int +{variant:1}LocalIncreasedEnergyShieldPercent__1 +{variant:2}LocalIncreasedEnergyShieldPercentUnique__5 +MinionBlindImmunityUnique__1 +MinionChanceToBlindOnHitUnique__1 +DisplaySocketedMinionGemsSupportedByLifeLeechUnique__1 +MagicItemsDropIdentifiedUnique__1 +]],[[ +The Coming Calamity +Destroyer Regalia +Requires Level 53, 144 Int +LocalIncreaseSocketedHeraldLevelUnique__1_ +LocalIncreasedEnergyShieldPercentUnique__6 +35% chance to avoid being Stunned for each Herald Skill affecting you +HeraldsAlwaysCost45Unique__1 +]],[[ +The Covenant +Spidersilk Robe +Variant: Pre 1.0.0 +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 49, 134 Int +SocketedGemsHaveAddedChaosDamageUniqueBodyInt3 +IntelligenceUnique__7 +{variant:1,2,3}MaximumLifeUniqueAmulet6 +{variant:4,5}MaximumLifeUnique__3 +{variant:1}LocalIncreasedEnergyShieldPercentUniqueBodyInt8 +{variant:2}LocalIncreasedEnergyShieldPercentUnique__19 +{variant:3,4}(280-320)% increased Energy Shield +{variant:5}LocalIncreasedEnergyShieldPercent__2 +{variant:1,2,3}BloodMagic +{variant:4,5}Socketed Gems have Blood Magic +]],[[ +Dialla's Malefaction +Sage's Robe +Requires Level 37 +Gems can be Socketed in this Item ignoring Socket Colour +Gems Socketed in Red Sockets have +1 to Level +Gems Socketed in Green Sockets have +10% to Quality +Gems Socketed in Blue Sockets gain 25% increased Experience +LocalNoAttributeRequirementsUnique__1 +]],[[ +Doedre's Skin +Widowsilk Robe +Variant: Pre 3.5.0 +Variant: Current +Requires Level 65, 187 Int +Socketed Curse Gems are Supported by Level 20 Blasphemy +GrantCursePillarSkillUnique +Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned +Hexes from Socketed Skills ignore Curse Limit ++(30-40) to Intelligence +(130-150)% increased Energy Shield +{variant:1}(25-33)% reduced Effect of your Curses +]],[[ +Fenumus' Shroud +Widowsilk Robe +League: Bestiary +Source: Drops from unique{Fenumus, First of the Night} +Requires Level 65, 187 Int +IntelligenceUnique__16 +LocalIncreasedEnergyShieldPercentUnique__17 +(80-100) Energy Shield Regenerated per second +DamageDealtByWebbedEnemiesUnique__1 +ResistancesOfWebbedEnemiesUnique__1 +AreaOfEffectAspectOfSpiderUnique__1 +]],[[ +Fleshcrafter +Necromancer Silks +League: Harvest +Requires Level 59, 160 Int +LocalIncreasedEnergyShieldUniqueBodyInt1 +Minions Convert 2% of their Maximum Life to Maximum Energy Shield per 1% Chaos Resistance they have +MinionChaosDamageDoesNotBypassESUnique__1 +MinionEnergyShieldRechargeDelayUnique__1 +MinionHitsIgnoreResistanceWithESUnique__1_ +]],[[ +Garb of the Ephemeral +Savant's Robe +League: Synthesis +Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} +Requires Level 56, 152 Int +LocalIncreasedEnergyShieldPercentUnique__24 +StrengthIntelligenceRequirementsUnique__1 +DivineChargeOnHitUnique__1_ +Gain a Divine Charge on Hit +GainDivinityOnMaxDivineChargeUnique__1 +Lose all Divine Charges when you gain Divinity +Nearby Allies' Action Speed cannot be modified to below base value +Nearby Enemies cannot deal Critical Strikes +]],[[ +Infernal Mantle +Widowsilk Robe +Variant: Pre 3.0.0 +Variant: Pre 3.14.0 +Variant: Current +Requires Level 65, 187 Int +LocalIncreaseSocketedFireGemLevelUniqueStaff13 +FireDamagePercentUniqueBodyInt4 +CriticalStrikeChanceUniqueBodyInt4 +{variant:1}(190-230)% increased Energy Shield +{variant:2,3}LocalIncreasedEnergyShieldPercentUniqueShieldInt1 +ConvertFireToChaosUniqueBodyInt4Updated +{variant:1}100% increased Spell Damage taken when on Low Mana +{variant:2}25% increased Spell Damage taken when on Low Mana +{variant:3}SpellDamageTakenOnLowManaUniqueBodyInt4 +]],[[ +Infernal Mantle +Occultist's Vestment +Variant: Pre 2.0.0 +Requires Level 65, 187 Int +Implicits: 1 +SpellDamageImplicitArmour1 +LocalIncreaseSocketedFireGemLevelUniqueStaff13 +FireDamagePercentUniqueBodyInt4 +CriticalStrikeChanceUniqueBodyInt4 +(190-230)% increased Energy Shield +ConvertFireToChaosUniqueBodyInt4Updated +100% increased Spell Damage taken when on Low Mana +]],[[ +Shavronne's Wrappings +Occultist's Vestment +Variant: Pre 1.0.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 62, 180 Int +Implicits: 1 +SpellDamageImplicitArmour1 +{variant:1}LocalIncreasedEnergyShieldPercentUnique__25_ +{variant:2}(140-200)% increased Energy Shield +{variant:3}LocalIncreasedEnergyShieldUniqueBodyInt1 +ReducedEnergyShieldDelayUniqueBodyInt1 +LightningResistUnique__8 +AttackerTakesLightningDamageUniqueBodyInt1 +ChaosTakenOnES +]],[[ +Skin of the Loyal +Simple Robe +League: Breach +Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} +Upgrade: Upgrades to unique{Skin of the Lords} using currency{Blessing of Chayula} +Implicits: 0 +Roll6LinkedRandomColourSocketsUnique__1 +LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +AllDefencesUnique__2 +]],[[ +Soul Mantle +Spidersilk Robe +Variant: Pre 1.2.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 49, 134 Int +{variant:1,2}Socketed Gems are Supported by level 14 Spell Totem +{variant:3}DisplaySocketedGemGetsSpellTotemBodyInt7 +SpellDamageUnique__12 +LocalIncreasedEnergyShieldUniqueBodyInt7 +{variant:1}25% increased Totem Life +{variant:2,3}TotemLifeUniqueBodyInt7 +Can have up to 1 additional Totem summoned at a time +RandomlyCursedWhenTotemsDieUniqueBodyInt7 +]],[[ +Tabula Rasa +Simple Robe +Sockets: W-W-W-W-W-W +]],[[ +Thousand Ribbons +Simple Robe +Variant: Pre 3.0.0 +Variant: Current +SocketedGemsGetElementalProliferationUniqueBodyInt5 +AddedFireDamageUniqueBodyInt5 +AddedColdDamageUniqueBodyInt5 +AddedLightningDamageUniqueBodyInt5_ +{variant:1}ReducedCastSpeedUniqueBootsDex5 +LocalIncreasedEvasionRatingUniqueBodyInt5 +IncreasedLifeUniqueBodyInt5 +IncreasedManaUniqueBodyInt5 +LocalIncreasedEnergyShieldUniqueBodyInt5 +FireResistUniqueBodyInt5 +ColdResistUniqueBodyInt5 +LightningResistUniqueBodyInt5 +]],[[ +Vis Mortis +Necromancer Silks +Variant: Pre 2.6.0 +Variant: Pre 3.8.0 +Variant: Current +Requires Level 59, 160 Int +{variant:1}LocalIncreasedEnergyShieldUniqueBodyInt7 +{variant:2,3}LocalIncreasedEnergyShieldUniqueBodyInt9 +IncreasedManaUniqueBodyInt9 +MinionLifeUniqueBodyInt9 +MinionDamageUniqueBodyInt9 +{variant:1,2}MaximumMinionCountUniqueSceptre5 +{variant:1}Minions gain Unholy Might for 5 seconds on Kill +{variant:2}MinionUnholyMightOnKillUniqueBodyInt9 +{variant:3}MinionElementalDamageAddedAsChaosUnique__1 +]],[[ +Zahndethus' Cassock +Sage's Robe +Variant: Pre 1.0.0 +Variant: Pre 1.3.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 37, 104 Int +{variant:1}Adds 1 to 25 Lightning Damage +{variant:2,3,4}AddedLightningDamageUniqueBodyInt8 +{variant:1,2,3}(75-100)% increased Energy Shield +{variant:4}LocalIncreasedEnergyShieldPercentUniqueBodyInt8 +{variant:1}+(20-25)% to Chaos Resistance +{variant:2,3,4}ChaosResistUniqueRing16 +LightRadiusUniqueSceptre2 +{variant:1}25% chance on Block to create Consecrated Ground +{variant:2}50% chance on Block to create Consecrated Ground +{variant:3,4}100% chance on Block to create Consecrated Ground +]], +-- Body: Armour/Evasion +[[ +Belly of the Beast +Full Wyrmscale +Requires Level 46, 68 Str, 68 Dex +LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1 +MaximumLifeUniqueBodyStrDex1 +AllResistancesUniqueBootsStr1 +FlaskLifeRecoveryRateUniqueBodyStrDex1 +ExtraGore +]],[[ +Cherrubim's Maleficence +Triumphant Lamellar +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 69, 95 Str, 116 Dex +{variant:1,2}(10-20)% increased Chaos Damage +{variant:3}IncreasedChaosDamageUniqueBodyStrDex4 +LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3 +IncreasedLifeUnique__91 +{variant:1}30% increased Life Leeched per second +{variant:2,3}100% increased Life Leeched per second +]],[[ +Daresso's Defiance +Full Dragonscale +Variant: Pre 2.6.0 +Variant: Pre 3.5.0 +Variant: Current +Requires Level 63, 115 Str, 94 Dex +LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3 +{variant:1,2}IncreasedLifeUniqueShieldStr5 +{variant:3}IncreasedLifeUnique__101 +LifeLeechPermyriadUniqueBodyStrDex3 +6% Chance to Dodge Attacks +LoseEnduranceChargesWhenHitUniqueBodyStrDex3 +EnduranceChargeOnKillUniqueBodyStrDex3 +{variant:1}You gain Onslaught for 1 second per Endurance Charge when Hit +{variant:2}You gain Onslaught for 2 second per Endurance Charge when Hit +{variant:3}You gain Onslaught for 5 second per Endurance Charge when Hit +{variant:3}OnslaughtEffectUnique__1 +]],[[ +Farrul's Fur +Triumphant Lamellar +League: Bestiary +Source: Drops from unique{Farrul, First of the Plains} +Requires Level 69, 95 Str, 116 Dex +LocalIncreasedArmourAndEvasionUnique__14 +IncreasedLifeUniqueBodyStrDexInt1 +CatAspectReservesNoManaUnique__1___ ++2 seconds to Cat's Stealth Duration +GainMaxFrenzyAndPowerOnCatsStealthUnique__1 +GainPhasingWhileCatsStealthUnique__1 +]],[[ +Replica Farrul's Fur +Triumphant Lamellar +League: Heist +Requires Level 69, 95 Str, 116 Dex +LocalIncreasedArmourAndEvasionUnique__14 +IncreasedLifeUniqueHelmetDex4 ++2.00 seconds to Cat's Agility Duration +CatAspectReservesNoManaUnique__1___ +GainMaxFrenzyAndEnduranceOnCatsAgilityUnique__1 +GainOnslaughtWhileCatsAgilityUnique__1_ +]],[[ +Gruthkul's Pelt +Wyrmscale Doublet +Variant: Pre 3.5.0 +Variant: Current +Requires Level 38, 57 Str, 57 Dex +{variant:1}(60-100)% increased Physical Damage +{variant:2}LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1 +{variant:1}+(130-160) to maximum Life +{variant:2}IncreasedLifeUnique__34 +ColdResistUniqueShieldDex7 +{variant:1}2% of Life Regenerated per second +{variant:2}5% of Life Regenerated per second +ActorSizeUnique__2 +CannotDealSpellDamageUnique__1 +SpellsAreDisabledUnique__1 +]],[[ +Lightning Coil +Desert Brigandine +Variant: Pre 1.3.0 +Variant: Current +Requires Level 60, 96 Str, 96 Dex +AddedLightningDamageUniqueBodyStrDex2 +LocalIncreasedArmourAndEvasionUniqueBodyStrDex2 +IncreasedLifeUniqueGlovesInt3 +LightningResistUniqueBodyStrDex2 +{variant:1}40% of Physical Damage from Hits taken as Lightning Damage +{variant:2}PhysicalDamageTakenAsLightningPercentUniqueBodyStrDex2 +]],[[ +Viper's Scales +Full Scale Armour +Source: Drops in The Lord's Labyrinth +Requires Level 28, 43 Str, 43 Dex +LocalIncreasedArmourAndEvasionUnique__10_ +IncreasedLifeUnique__19 +ColdResistUnique__19 +MovementVelocityUniqueIntHelmet2 +ChanceToPoisonWithAttacksUnique___1 +CannotBePoisonedUnique__1 +]], +-- Body: Armour/Energy Shield +[[ +Ambu's Charge +Crusader Chainmail +Variant: Pre 1.0.0 +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 43, 64 Str, 64 Int +{variant:1}LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5 +{variant:2}LocalIncreasedArmourAndEnergyShieldUnique__10_ +{variant:3,4}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2 +{variant:4}IncreasedLifeUniqueGlovesInt3 +{variant:1,2}AllResistancesUniqueIntHelmet3 +{variant:3,4}AllResistancesUniqueBodyStrInt2 +GainEnduranceChargeWhenCriticallyHit +{variant:1,2,3}2% of Life Regenerated per Second while on Low Life +{variant:4}2% of Life Regenerated per Second if you've been Hit Recently +ShareEnduranceChargesWithParty +]],[[ +Replica Ambu's Charge +Crusader Chainmail +League: Heist +Requires Level 43, 64 Str, 64 Int +LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2 +IncreasedLifeUniqueGlovesInt3 +AllResistancesUniqueBodyStrInt2 +ShareEnduranceChargesWithParty +GainEnduranceChargesWhenHitUnique__1_ +LoseLifeIfHitRecentlyUnique__1 +]],[[ +Chains of Command +Saintly Chainmail +Requires Level 70, 99 Str, 115 Int +AnimateGuardianWeaponOnGuardianKillUnique__1_ +AnimateGuardianWeaponOnAnimatedWeaponKillUnique__1 +LocalIncreasedArmourAndEnergyShieldUnique__11 +IncreasedLifeUnique__101 +AnimatedGuardianDamagePerAnimatedWeaponUnique__1__ +AnimatedMinionsHaveMeleeSplashUnique__1 +IncreasedAnimatedMinionSplashDamageUnique__1 +CannnotHaveNonAnimatedMinionsUnique__1 +]],[[ +Doryani's Prototype +Saint's Hauberk +League: Harvest +Requires Level 67, 109 Str, 94 Int +LocalIncreasedArmourAndEnergyShieldUnique__21 +IncreasedLifeUnique__101 +DealNoNonLightningDamageUnique__1_ +ArmourAppliesToLightningDamageUnique__1_ +LightningResistNoReductionUnique__1_ +NearbyEnemyLightningResistanceEqualUnique__1 +]],[[ +Geofri's Sanctuary +Elegant Ringmail +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 64, 90 Str, 105 Int +LocalIncreasedArmourAndEnergyShieldUnique__2 +IncreasedLifeUnique__2 +{variant:1,2}IncreasedEnergyShieldUniqueBodyStrDexInt1 +{variant:3}IncreasedEnergyShieldUnique__5 +AllResistancesUnique__3 +{variant:1}+1 maximum Energy Shield per 5 Strength +{variant:2,3}EnergyShieldPer5StrengthUnique__1 +ZealotsOathUnique__1 +]],[[ +Icetomb +Latticed Ringmail +Upgrade: Upgrades to unique{Crystal Vault} via prophecy{End of the Light} +Variant: Pre 2.0.0 +Variant: Current +Requires Level 39, 59 Str, 59 Int +{variant:1}+15 to Strength +{variant:2}StrengthUniqueBodyStrInt3 +{variant:1}IntelligenceUniqueBootsDex3 +{variant:2}IntelligenceUnique__16 +LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt3 +ColdResistUniqueBodyStrInt3 +CannotBeChilledUniqueBodyStrInt3 +IncreasedChillDurationUniqueBodyStrInt3 +]],[[ +Crystal Vault +Latticed Ringmail +Source: Upgraded from unique{Icetomb} via prophecy{End of the Light} +Requires Level 49, 59 Str, 59 Int +StrengthUniqueBodyStrInt3 +IntelligenceUnique__16 +LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt3 +ColdResistUniqueBodyStrInt3 +CannotBeChilledUniqueBodyStrInt3 +PhysicalDamageTakenAsColdUnique__1 +FireDamageTakenAsColdUnique___2_ +ChillEffectUnique__1 +]],[[ +Incandescent Heart +Saintly Chainmail +Variant: Pre 2.6.0 +Variant: Current +Requires Level 70, 99 Str, 115 Int +{variant:1}+(60-80) to Armour +{variant:1}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt4 +{variant:2}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt5 +IncreasedLifeUniqueBodyStrInt5 +{variant:2}ElementalDamagePercentAddedAsChaosUnique__1 +{variant:1}LifeLeechPermyriadUnique__6 +{variant:2}LifeLeechPermyriadUniqueBodyStrInt5 +ElementalDamageTakenAsChaosUniqueBodyStrInt5 +LightRadiusUniqueBodyStrInt5 +ArcaneVisionUniqueBodyStrInt5 +]],[[ +The Ivory Tower +Saint's Hauberk +Requires Level 67, 109 Str, 94 Int +IntelligenceUnique__17 +MaximumEnergyShieldPerReservedLifeUnique__1 +IncreasedManaUnique__17 +EnergyShieldRegenerationUnique__3 +ChaosDamageRemovedFromManaBeforeLifeUnique__1___ +]],[[ +Kingsguard +Conquest Chainmail +Requires Level 61, 96 Str, 96 Int +LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt6 +IncreasedLifeUnique__101 +IncreasedManaUniqueHelmetStrDex5_ +EnduranceChargeDurationUniqueBodyStrInt4 +Gain 100 Life when an Endurance Charge expires or is consumed +]],[[ +Lightbane Raiment +Ornate Ringmail +Variant: Pre 1.0.0 +Variant: Pre 1.3.0 +Variant: Pre 2.0.0 +Variant: Current +Requires Level 47, 69 Str, 69 Int +{variant:1}LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5 +{variant:2,3,4}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt4 +{variant:1,2,3}10% of Physical Damage Converted to Chaos Damage +{variant:4}PhysicalDamageConvertToChaosBodyStrInt4 +{variant:1}Reflects (10-20) Chaos Damage to Melee Attackers +{variant:2,3,4}AttackerTakesChaosDamageUniqueBodyStrInt4 +LightRadiusUniqueBootsStrDex2 +{variant:1}25% chance on Block to create Desecrated Ground +{variant:2}50% chance on Block to create Desecrated Ground +{variant:3,4}100% chance on Block to create Desecrated Ground +]],[[ +Loreweave +Elegant Ringmail +Source: Vendor Recipe +Variant: Pre 3.6.0 +Variant: Current +Requires Level 64, 90 Str, 105 Int +HasSixSocketsUnique__1 +AddedPhysicalDamageUnique__6_ +AllAttributesUnique__6 +CriticalStrikeChanceUnique__2 +LocalIncreasedEnergyShieldUnique__20 +IncreasedLifeUnique__80_ +IncreasedManaUnique__12 +ItemFoundRarityIncreaseUnique__3 +ElementalDamagePercentUnique__1 +{variant:1}Your Maximum Resistances are (76-80)% +{variant:2}MaximumResistancesOverrideUnique__1 +]],[[ +Replica Loreweave +Elegant Ringmail +League: Heist +Requires Level 64, 90 Str, 105 Int +HasSixSocketsUnique__1 +AllAttributesUnique__6 +AddedPhysicalDamageUnique__6_ +CriticalStrikeChanceUnique__4_ +LocalIncreasedEnergyShieldUnique__7 +IncreasedLifeUnique__106_ +IncreasedManaUnique__20_ +ItemFoundRarityIncreaseUnique__3 +ElementalDamagePercentUnique__1 +MaximumResistancesOverrideUnique__2 +]],[[ +Rotting Legion +Loricated Ringmail +Requires Level 58, 84 Str, 84 Int +League: Blight +SupportedByMeatShieldUnique__1 +LocalIncreasedArmourAndEnergyShieldUnique__17_ +IncreasedLifeUnique__37 +DamagePerZombieUnique__1 +ElementalDamageTakenPerZombieUnique__1 +]],[[ +Sporeguard +Saint's Hauberk +Requires Level 67, 109 Str, 94 Int +League: Blight +Implicits: 0 +TriggerFungalGroundOnKillUnique__1_ +LocalIncreasedArmourAndEnergyShieldUnique__18_ +MaximumLifeUnique__18 +ChaosResistUnique__17 +EnemiesOnFungalGroundExplodeUnique__1 +FungalAroundWhenStationaryUnique__1_ +This item can be anointed by Cassia +]],[[ +Voll's Protector +Holy Chainmail +League: Legion +Source: Drops from Templar Legion +Variant: Pre 3.7.0 +Variant: Current +Requires Level 35, 53 Str, 53 Int +{variant:1}60% increased Armour and Energy Shield +{variant:2}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt1 +MaximumManaUniqueBodyStrInt1 +AddPowerChargeOnCrit1__ +{variant:2}KeystoneInnerConvictionUnique__1 +]], +-- Body: Evasion/Energy Shield +[[ +Bloodbond +Bone Armour +Requires Level 35, 53 Dex, 53 Int +Grants Level 15 Blood Offering Skill +(100-120)% increased Evasion and Energy Shield +(15-25)% increased maximum Life +Minions have (20-30)% increased maximum Life +1% of Life Regenerated per second +Minions have (6-10)% chance to Dodge Attacks +]],[[ +Carcass Jack +Varnished Coat +Variant: Pre 3.0.0 +Variant: Pre 3.5.0 +Variant: Current +Requires Level 62, 96 Dex, 96 Int +LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4 +IncreasedLifeUnique__2 +AllResistancesUniqueBodyDexInt1 +{variant:1,2}20% increased Area of Effect of Area Skills +{variant:3}(40-50)% increased Area of Effect of Area Skills +{variant:1}12% increased Area Damage +{variant:2,3}AreaDamageUniqueBodyDexInt1 +ExtraGore +]],[[ +Cloak of Defiance +Lacquered Garb +Variant: Pre 1.3.0 +Variant: Pre 3.0.0 +Variant: Pre 3.5.0 +Variant: Current +Requires Level 52, 76 Dex, 76 Int +{variant:1,2,3}(110-150)% increased Evasion and Energy Shield +{variant:4}LocalIncreasedEvasionAndEnergyShieldUnique__20 +{variant:1,2}+(90-110) to maximum Mana +{variant:3,4}IncreasedManaUniqueTwoHandAxe9 +{variant:1,2}ManaRegenerationUniqueBodyDexInt2 +{variant:1}When hit, 10% of Damage is taken from Mana before Life +{variant:3,4}DamageTakenFromManaBeforeLifeUniqueBodyDexInt2 +{variant:3,4}1% of Mana Regenerated per second +KeystoneMindOverMatterUnique__1 +]],[[ +Dendrobate +Sentinel Jacket +Requires Level 59, 86 Dex, 86 Int +SupportedByLesserPoisonUnique__1 +LocalIncreasedEvasionAndEnergyShieldUnique__7 +LocalIncreasedEnergyShieldUnique__13_ +AllResistancesUnique__21 +PoisonDamageWithOver300DexterityUnique__1 +PoisonDurationWithOver150IntelligenceUnique__1 +]],[[ +The Eternity Shroud +Blood Raiment +Shaper Item +Source: Drops from unique{The Elder} (Uber) +Requires Level 65, 107 Dex, 90 Int +Implicits: 0 +GlimpseOfEternityWhenHitUnique__1 +LocalIncreasedEvasionAndEnergyShieldUnique__27 +IncreasedLifeUnique__91 +ChaosResistUnique__17 +ElementalDamagePercentAddedAsChaosPerShaperItemUnique__1 +HitsIgnoreChaosResistanceAllShaperItemsUnique__1 +]],[[ +Replica Eternity Shroud +Blood Raiment +Elder Item +League: Heist +Requires Level 65, 107 Dex, 90 Int +TriggerShadeFormWhenHitUnique__1 +LocalIncreasedEvasionAndEnergyShieldUnique__27 +IncreasedLifeUnique__91 +ChaosResistUnique__17 +PhysicalDamagePercentAddedAsChaosPerElderItemUnique__1 +HitsIgnoreChaosResistanceAllElderItemsUnique__1 +]],[[ +Expedition's End +Sentinel Jacket +League: Heist +Requires Level 59, 86 Dex, 86 Int +LocalIncreasedEvasionAndEnergyShieldUnique__27 +MaximumLifeUnique__21 +All your Damage can Freeze +FreezeChilledEnemiesMoreDamageUnique__1_ +NearbyEnemiesAreChilledUnique__1 +]],[[ +Inpulsa's Broken Heart +Sadist Garb +Variant: Pre 3.5.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 68, 103 Dex, 109 Int ++(60-80) to maximum Life +(20-50)% increased Damage if you have Shocked an Enemy Recently +{variant:1,2}(25-40)% increased Effect of Shock +{variant:3}ShockEffectUnique__1 +Unaffected by Shock +{variant:1}Shocked Enemies you Kill Explode, dealing (5-10)% of +{variant:2,3}ShockedEnemiesExplodeUnique__1_ +their Maximum Life as Lightning Damage which cannot Shock +]],[[ +The Restless Ward +Carnal Armour +Variant: Pre 2.6.0 +Variant: Current +Requires Level 71, 88 Dex, 122 Int +Implicits: 1 +IncreasedManaImplicitArmour1 +{variant:1}IncreasedLifeUniqueShieldStr5 +{variant:2}IncreasedLifeUniqueGlovesInt3 +{variant:1}LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4 +{variant:2}LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt3 +ChargeBonusMovementVelocityPerFrenzyCharge +ChargeDurationUniqueBodyDexInt3 +{variant:1}(15-20) Life Regenerated per second per Endurance Charge +{variant:2}(20-30) Life Regenerated per second per Endurance Charge +]],[[ +Replica Restless Ward +Carnal Armour +League: Heist +Requires Level 71, 88 Dex, 122 Int +Implicits: 1 +IncreasedManaImplicitArmour1 +LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt3 +IncreasedLifeUniqueGlovesInt3 +MovementVelocityPerFrenzyChargeUnique__2 +ReducedMaximumEnduranceChargeUnique__2 +ReducedMaximumFrenzyChargesUnique__2_ +Regenerate (100.0-140.0) Life per second per Endurance Charge +]],[[ +Saqawal's Nest +Blood Raiment +League: Bestiary +Source: Drops from unique{Saqawal, First of the Sky} +Requires Level 65, 107 Dex, 90 Int +AllAttributesUnique__5 +LightningResistUnique__8 +(6-10)% reduced Mana Reserved +AvianAspectBuffEffectUnique__1 +GrantAviansAspectToAlliesUnique__1 +LocalFlatIncreasedEvasionAndEnergyShieldUnique__2_ +]],[[ +Shroud of the Lightless +Carnal Armour +League: Abyss +Source: Drops from Abyssal Liches +Variant: Two Abyssal Sockets (Pre 3.12.0) +Variant: One Abyssal Socket (Pre 3.12.0) +Variant: Two Abyssal Sockets (Current) +Variant: One Abyssal Socket (Current) +Requires Level: 71, 88 Dex, 122 Int +Implicits: 1 +IncreasedManaImplicitArmour1 +{variant:1,3}AbyssJewelSocketUnique__4 +{variant:2,4}AbyssJewelSocketUnique__3 +{variant:1,2}Socketed Gems are Supported by Level 20 Elemental Penetration +{variant:3,4}DisplaySupportedByElementalPenetrationUnique__1 +LocalDisplayGrantLevelXShadeFormUnique__1 +LocalIncreasedEvasionAndEnergyShieldUnique__11_ +MaximumLifeUnique__16 +MaximumManaUnique__5 +IncreasedLifePerAbyssalJewelUnique__1 +IncreasedManaPerAbyssalJewelUnique__1_ +]],[[ +Replica Shroud of the Lightless +Carnal Armour +League: Heist +Requires Level 71, 88 Dex, 122 Int +Implicits: 1 +IncreasedManaImplicitArmour1 +AbyssJewelSocketUnique__14 +]],[[ +Tinkerskin +Sadist Garb +Requires Level 68, 103 Dex, 109 Int +LocalIncreasedEvasionAndEnergyShieldUnique__4 +IncreasedLifeUnique__101 +(10-15)% increased Cooldown Recovery Speed for throwing Traps +GainFrenzyChargeOnTrapTriggeredUnique__1 +PhasingOnTrapTriggeredUnique__1 +GainLifeOnTrapTriggeredUnique__1 +GainEnergyShieldOnTrapTriggeredUnique__1_ +]],[[ +Victario's Influence +Lacquered Garb +Variant: Pre 2.6.0 +Variant: Current +Requires Level 52, 76 Dex, 76 Int +LocalIncreaseSocketedAuraGemLevelUniqueBodyDexInt4 +{variant:1}Socketed Gems have 20% reduced Mana Reservation +{variant:2}Socketed Gems have 30% reduced Mana Reservation +{variant:1}Socketed Gems are Supported by level 1 Generosity +{variant:2}SupportedByGenerosityUniqueBodyDexInt4_ +LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4 +{variant:1}(10-20)% increased Radius of Auras +{variant:2}IncreasedAuraRadiusUniqueBodyDexInt4 +{variant:1}(10-15)% increased effect of Non-Curse Auras you Cast +{variant:2}AuraEffectGlobalUnique__1 +]], +-- Body: Armour/Evasion/Energy Shield +[[ +The Admiral +Varnished Coat +League: Heist +Requires Level 62, 96 Dex, 96 Int +IntelligenceUnique__16 +LocalIncreasedEvasionAndEnergyShieldUnique__31 +AllResistancesUnique__20 +ChanceToFreezeShockIgniteUnique__1 +ElementalDamageLowestResistUnique__1 +]],[[ +Atziri's Splendour +Sacrificial Garb +Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} +Variant: Pre 3.0.0 (Armour) +Variant: Pre 3.0.0 (Armour/Evasion) +Variant: Pre 3.0.0 (Evasion) +Variant: Pre 3.0.0 (Evasion/ES + Life) +Variant: Pre 3.0.0 (Evasion/ES + ES) +Variant: Pre 3.0.0 (Energy Shield) +Variant: Pre 3.0.0 (Armour/ES + Life) +Variant: Pre 3.0.0 (Armour/ES + ES) +Variant: Pre 3.0.0 (Armour/Evasion/ES) +Variant: Current (Armour) +Variant: Current (Armour/Evasion) +Variant: Current (Evasion) +Variant: Current (Evasion/ES + Life) +Variant: Current (Evasion/ES + ES) +Variant: Current (Energy Shield) +Variant: Current (Armour/ES + Life) +Variant: Current (Armour/ES + ES) +Variant: Current (Armour/Evasion/ES) +Requires Level 75, 66 Str, 66 Dex, 66 Int +{variant:1,10}LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStrDexInt1a +{variant:2,11}(200-220)% increased Evasion Rating and Armour +{variant:3,12}LocalIncreasedEvasionRatingPercentUniqueBodyStrDexInt1c +{variant:4,5,13,14}LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1d +{variant:6,15}LocalIncreasedEnergyShieldUniqueBodyStrDexInt1g +{variant:7,8,16,17}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1e +{variant:9,18}LocalArmourAndEvasionAndEnergyShieldUniqueBodyStrDexInt1i +{variant:1,2,3,4,7,10,11,12,13,16}IncreasedLifeUniqueBodyStrDexInt1 +{variant:5,6,8}+(90-100) to Maximum Energy Shield +{variant:14,15,17}IncreasedEnergyShieldUniqueBodyStrDexInt1 +AllResistancesUniqueBodyStrDexInt1 +LifeGainedFromEnemyDeathUniqueBodyStrDexInt1 +ManaGainedFromEnemyDeathUniqueBodyStrDexInt1 +]],[[ +Shadowstitch +Sacrificial Garb +League: Incursion +Variant: Pre 3.10.0 +Variant: Current +Requires Level 72, 66 Str, 66 Dex, 66 Int +Implicits: 0 +DisplayHasAdditionalModUnique__1 +AllAttributesUnique__8_ +{variant:2}LocalIncreasedArmourEvasionEnergyShieldUnique__1_ +Recover (3-5)% of Maximum Life on Kill +Recover (3-5)% of Maximum Energy Shield on Kill +6% increased Maximum Life for each Equipped Corrupted Item +8% increased Maximum Energy Shield for each Equipped Corrupted Item +-(6-4)% to all Resistances for each Equipped Corrupted Item +Corrupted +]], +} diff --git a/src/Data/Uniques/Special/boots.lua b/src/Data/Uniques/Special/boots.lua new file mode 100644 index 0000000000..fcd4555065 --- /dev/null +++ b/src/Data/Uniques/Special/boots.lua @@ -0,0 +1,933 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Boots: Armour +[[ +Craiceann's Tracks +Goliath Greaves +League: Bestiary +Source: Drops from unique{Craiceann, First of the Deep} +Requires Level 54, 95 Str +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__18 +IncreasedLifeUnique__2 +ColdResistUnique__24 +MovementVelocityUniqueBootsStr3 +CannotBeStunned10CrabBarriersUnique__1 +CrabBarriersLostWhenHitUnique__1_ +]],[[ +Doryani's Delusion +Titan Greaves +League: Delve +Source: Drops from unique{The Apex Assembly} in unique{Doryani's Machinarium} +Variant: Purity of Fire: Fire +Variant: Purity of Fire: Cold +Variant: Purity of Fire: Lightning +Variant: Purity of Ice: Fire +Variant: Purity of Ice: Cold +Variant: Purity of Ice: Lightning +Variant: Purity of Lightning: Fire +Variant: Purity of Lightning: Cold +Variant: Purity of Lightning: Lightning +Requires Level 68, 120 Str +{variant:1,2,3}GrantsPurityOfFireUnique__1 +{variant:4,5,6}GrantsPurityOfIceUnique__1 +{variant:7,8,9}GrantsPurityOfLightningUnique__1 +{variant:1,4,7}AddedFireDamageUnique__3 +{variant:2,5,8}AddedColdDamageUnique__4 +{variant:3,6,9}AddedLightningDamageUnique__2_ +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13 +IncreasedLifeUniqueAmulet25 +MovementVelocityUnique__12 +]],[[ +The Infinite Pursuit +Goliath Greaves +League: Breach +Source: Drops in Uul-Netol Breach or from unique{Uul-Netol, Unburdened Flesh} +Upgrade: Upgrades to unique{The Red Trail} using currency{Blessing of Uul-Netol} +Requires Level 54, 95 Str +IncreasedLifeUnique__27 +MovementVelocityUniqueBootsInt2 +NoExtraBleedDamageWhileMovingUnique__1 +MovementVelocityWhileBleedingUnique__1 +ReceiveBleedingWhenHitUnique__1_ +]],[[ +The Red Trail +Titan Greaves +League: Breach +Source: Upgraded from unique{The Infinite Pursuit} using currency{Blessing of Uul-Netol} +Requires Level 68, 120 Str +LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 +IncreasedLifeUnique__2 +MovementVelocityUniqueBootsStr3 +FrenzyChargeOnHitWhileBleedingUnique__1 +MovementVelocityWhileBleedingUnique__1 +PhysicalDamageReductionWhileNotMovingUnique__1 +ReceiveBleedingWhenHitUnique__1_ +ItemBloodFootstepsUnique__1 +]],[[ +Replica Red Trail +Titan Greaves +League: Heist +Requires Level 68, 120 Str +LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 +IncreasedLifeUniqueAmulet25 +MovementVelocityUniqueBootsStr3 +PowerChargeOnHitWhilePoisonedUnique__1 +ChaosResistanceWhileStationaryUnique__1 +MovementSpeedWhilePoisonedUnique__1 +Necrotic Footprints +50% chance for Spell Hits against you to inflict Poison +]],[[ +Kaom's Roots +Titan Greaves +Variant: Pre 2.6.0 +Variant: Current +Requires Level 68, 120 Str +HasNoSockets +CannotBeKnockedBack +{variant:1}+(120-150) to maximum Life +{variant:2}IncreasedLifeUniqueBootsStr2 +UnwaveringStance +{variant:2}Cannot Be Slowed to Below Base Speed +]],[[ +Redblade Tramplers +Ancient Greaves +League: Warbands +Variant: Pre 2.6.0 +Variant: Current +Requires Level 46, 82 Str +{variant:2}IncreasedLifeUnique__2 +AddedPhysicalDamageUniqueBootsStr3 +StunThresholdReductionUniqueBootsStr3 +LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1 +FireResistUniqueAmulet4 +{variant:1}MovementVelocityUniqueBootsInt2 +{variant:2}MovementVelocityUniqueBootsStr3 +ImmuneToBurningGroundUniqueBootsStr3 +]],[[ +Stormcharger +Plated Greaves +Requires Level: 23, 44 Str ++(1-50)% to Lightning Resistance +MovementVelocityUniqueBootsInt2 +ConvertPhysicaltoLightningUnique__2 +ShockDurationUnique__2 +ShockEffectUnique__2 +]],[[ +Torchoak Step +Antique Greaves +Requires Level 37, 67 Str +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6 +TotemLifeUnique__2_ +MovementVelocityUniqueBootsStr3 +SummonTotemCastSpeedUnique__2 +TotemReflectFireDamageUnique__1_ +]],[[ +Windscream +Reinforced Greaves +Upgrade: Upgrades to unique{Windshriek} via prophecy{Darktongue's Shriek} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 33, 60 Str +LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr1 +AllResistancesUniqueBootsStr1 +{variant:1}MovementVelocityUniqueAmulet5 +{variant:2}MovementVelocityUniqueBootsStrDex3 +{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:2}ElementalDamageUniqueBootsStr1 +Enemies can have 1 additional Curse +]],[[ +Windshriek +Reinforced Greaves +Source: Upgraded from unique{Windscream} via prophecy{Darktongue's Shriek} +Requires Level 60, 60 Str +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_ +AllResistancesUniqueBootsStr1 +MovementVelocityUniqueBootsStr3 +ElementalDamageUniqueBootsStr1 +Enemies can have 1 additional Curse +CurseAreaOfEffectUnique__1 +]], +-- Boots: Evasion +[[ +Abberath's Hooves +Goathide Boots +Requires Level 12, 26 Dex +RepeatingShockwave +StrengthUniqueClaw5_ +MovementVelocityUniqueBootsStrDex3 +ChanceToIgniteUnique__4 +IgniteNearbyEnemyOnIgnitedKillUniqueRing20 +FireDamagePerStrengthUnique__1 +GoatHoofFootprintsUnique__1 +]],[[ +Atziri's Step +Slink Boots +Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} +Requires Level 69, 120 Dex +LocalIncreasedEvasionRatingPercentUniqueBootsDex7 +IncreasedLifeUniqueBootsDex7 +MovementVelocityUnique__12 +(14-16)% Chance to Dodge Spell Damage +]],[[ +The Blood Dance +Sharkskin Boots +Variant: Pre 1.0.0 +Variant: Pre 2.1.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 44, 79 Dex +DexterityUnique__5 +MovementVelocityUniqueBootsInt2 +MovementVelocityPerFrenzyChargeUniqueBootsDex4 +{variant:1,2,3}3% reduced Attack and Cast Speed per Frenzy Charge +{variant:4}AttackAndCastSpeedPerFrenzyChargeUniqueBootsDex4 +{variant:1,2}Regenerate 1% of Life per second per Frenzy Charge +{variant:3}Regenerate 0.5% of Life per second per Frenzy Charge +{variant:4}LifeRegenerationPerFrenzyChargeUniqueBootsDex4 +FrenzyChargeOnKillChanceUniqueBootsDex4 +ItemBloodFootstepsUnique__1 +{variant:1}3% increased Damage per Frenzy Charge with Hits against Enemies on Low Life +{variant:2,3}6% increased Damage per Frenzy Charge with Hits against Enemies on Low Life +{variant:4}EnemiesOnLowLifeTakeMoreDamagePerFrenzyChargeUniqueBootsDex4 +]],[[ +Deerstalker +Deerskin Boots +Variant: Pre 2.6.0 +Variant: Current +Requires Level 22, 42 Dex +DisplaySupportedByTrapUniqueBootsDex6 +LocalIncreasedEvasionRatingPercentUniqueBootsDex6 +IncreasedLifeUnique__18 +TrapThrowSpeedUniqueBootsDex6 +{variant:2}MovementVelocityUniqueBootsStrDex3 +{variant:1}MovementSpeedOnTrapThrowUniqueBootsDex6 +{variant:2}MovementSpeedOnTrapThrowUnique__1 +]],[[ +Doryani's Delusion +Slink Boots +League: Delve +Source: Drops from unique{The Apex Assembly} in unique{Doryani's Machinarium} +Variant: Purity of Fire: Fire +Variant: Purity of Fire: Cold +Variant: Purity of Fire: Lightning +Variant: Purity of Ice: Fire +Variant: Purity of Ice: Cold +Variant: Purity of Ice: Lightning +Variant: Purity of Lightning: Fire +Variant: Purity of Lightning: Cold +Variant: Purity of Lightning: Lightning +Requires Level 69, 120 Dex +{variant:1,2,3}GrantsPurityOfFireUnique__1 +{variant:4,5,6}GrantsPurityOfIceUnique__1 +{variant:7,8,9}GrantsPurityOfLightningUnique__1 +{variant:1,4,7}AddedFireDamageUnique__3 +{variant:2,5,8}AddedColdDamageUnique__4 +{variant:3,6,9}AddedLightningDamageUnique__2_ +LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 +IncreasedLifeUniqueAmulet25 +MovementVelocityUnique__12 +]],[[ +Farrul's Chase +Slink Boots +League: Bestiary +Source: Drops from unique{Farrul, First of the Plains} +Requires Level 69, 120 Dex +CatsStealthTriggeredIntimidatingCry +LocalIncreasedEvasionRatingPercentUnique__13 +IncreasedLifeUnique__2 +MovementVelocityUniqueBootsInt2 +ChanceToAvoidBleedingUnique__1 +MovementSpeedWithCatsStealthUnique__1 +]],[[ +Goldwyrm +Nubuck Boots +Variant: Pre 1.1.0 +Variant: Current +Requires Level 34, 62 Dex +ManaRegenerationUniqueBootsDex2 +{variant:1}(20-30)% increased Quantity of Items Found +{variant:2}ItemFoundQuantityIncreaseUniqueBootsDex2 +FireResistUniqueBootsDex2 +MovementVelocityUniqueAmulet5 +]],[[ +Garukhan's Flight +Stealth Boots +Variant: Pre 3.5.0 +Variant: Current +Requires Level 62, 117 Dex +DexterityUnique__5 +{variant:1}LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1 +{variant:2}LocalIncreasedEvasionRatingPercentUnique__6 +MovementVelocityUnique__12 +ImmuneToBurningShockedChilledGroundUnique__1 +LifeRegenerationWhileMovingUnique__1 +{variant:1}+1 to Maximum Life per 10 Dexterity +{variant:2}MaximumLifePer10DexterityUnique__1 +]],[[ +Seven-League Step +Rawhide Boots +League: Perandus +MovementVelocityUnique___6 +]],[[ +Sin Trek +Stealth Boots +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.5.0 +Variant: Current +Requires Level 62, 117 Dex +DexterityUniqueGlovesInt4__ +IntelligenceUnique__7 +LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 +{variant:1}IncreasedEnergyShieldUnique__9 +{variant:2}IncreasedEnergyShieldUnique__3 +{variant:3}+(100-160) to maximum Energy Shield +{variant:4}LocalIncreasedEnergyShieldUniqueBootsDex1 +MovementVelocityUnique__12 +EnemiesCantLifeLeech +]],[[ +Temptation Step +Shagreen Boots +League: Ultimatum +Requires Level 55, 97 Dex +LocalIncreasedEvasionRatingPercentUnique__18 +ChaosResistUnique__21 +DamagePerPoisonOnSelfUnique__1_ +MovementSpeedPerPoisonOnSelfUnique__1_ +Poison you inflict with Travel Skills is Reflected to you if you have fewer than 5 Poisons on you +]],[[ +Three-step Assault +Shagreen Boots +Variant: Pre 2.6.0 +Variant: Current +Evasion: (198-203) +Requires Level 55, 97 Dex +DexterityUnique__15 +LocalIncreasedEvationRatingPercentUniqueBootsDex9 +{variant:1}40% increased Evasion Rating while you have Onslaught +{variant:2}100% increased Evasion Rating while you have Onslaught +{variant:1}IncreasedLifeUnique__27 +{variant:2}IncreasedLifeUnique__2 +{variant:1}MovementVelocityUniqueBootsInt2 +{variant:2}MovementVelocityUniqueBootsStr3 +10% chance to Dodge Spells while Phasing +]],[[ +Replica Three-step Assault +Shagreen Boots +League: Heist +Requires Level 55, 97 Dex +DexterityUnique__15 +LocalIncreasedEvationRatingPercentUniqueBootsDex9 +IncreasedLifeUnique__2 +MovementVelocityUniqueBootsStr3 +ElusiveEffectUnique__1 +MovementSpeedIfHitRecentlyUnique__1_ +]],[[ +Victario's Flight +Goathide Boots +Variant: Pre 2.6.0 +Variant: Current +Requires Level 12, 26 Dex +DexterityUniqueBootsDex3 +IntelligenceUniqueBootsDex3 +LocalIncreasedEvasionRatingPercentUniqueBootsStrDex5 +{variant:1}MovementVelocityOnLowLifeUniqueBootsDex3 +{variant:2}MovementVelocityUniqueBootsStrDex3 +{variant:2}You and nearby allies have 10% increased Movement Speed +(5-10)% of Damage taken Gained as Mana over 4 seconds when Hit +]], +-- Boots: Energy Shield +[[ +Bones of Ullr +Silk Slippers +Variant: Pre 3.8.0 +Variant: Current +Requires Level 22, 42 Int +IncreasedLifeUniqueBootsInt4 +IncreasedManaUniqueBootsInt4 +LocalIncreasedEnergyShieldUniqueBootsInt4 +MovementVelocityUniqueBootsInt4 +{variant:1}MaximumMinionCountUniqueTwoHandSword4Updated +{variant:1}MaximumMinionCountUniqueSceptre5 +{variant:2}MaximumMinionCountUniqueBootsInt4 +{variant:2}+1 to Level of all Raise Spectre Gems +]],[[ +Replica Bones of Ullr +Silk Slippers +League: Heist +Requires Level 22, 42 Int +LocalIncreasedEnergyShieldUniqueBootsInt4 +IncreasedLifeUniqueBootsInt4 +IncreasedManaUniqueBootsInt4 +MovementVelocityUniqueBootsInt4 +SpiritMinionRefreshOnUniqueHitUnique__1 +Summoned Raging Spirits have 10% chance to refresh their Duration when they Hit a Unique Enemy +]],[[ +Doryani's Delusion +Sorcerer Boots +League: Delve +Source: Drops from unique{The Apex Assembly} in unique{Doryani's Machinarium} +Variant: Purity of Fire: Fire +Variant: Purity of Fire: Cold +Variant: Purity of Fire: Lightning +Variant: Purity of Ice: Fire +Variant: Purity of Ice: Cold +Variant: Purity of Ice: Lightning +Variant: Purity of Lightning: Fire +Variant: Purity of Lightning: Cold +Variant: Purity of Lightning: Lightning +Requires Level 67, 120 Int +{variant:1,2,3}GrantsPurityOfFireUnique__1 +{variant:4,5,6}GrantsPurityOfIceUnique__1 +{variant:7,8,9}GrantsPurityOfLightningUnique__1 +{variant:1,4,7}AddedFireDamageUnique__3 +{variant:2,5,8}AddedColdDamageUnique__4 +{variant:3,6,9}AddedLightningDamageUnique__2_ +LocalIncreasedEnergyShieldPercentUnique__19 +IncreasedLifeUniqueAmulet25 +MovementVelocityUnique__12 +]],[[ +Inya's Epiphany +Arcanist Slippers +Source: Drops from The Pale Council +Requires Level 61, 119 Int +IncreasedLifeUnique__2 +MovementVelocityUniqueBootsStr3 +PercentageIntelligenceUnique__4 +IncreasedDamagePerPowerChargeUnique__1 +ChanceToGainMaximumPowerChargesUnique__1_ +your maximum number of Power Charges +]],[[ +Replica Inya's Epiphany +Arcanist Slippers +League: Heist +Requires Level 61, 119 Int +PercentageIntelligenceUnique__4 +IncreasedLifeUnique__2 +IncreasedDamagePerPowerChargeUnique__1 +LifeRegenerationPerPowerChargeUnique__1__ +MovementVelocityPerPowerChargeUnique__1__ +]],[[ +Rainbowstride +Conjurer Boots +Variant: Pre 1.0.0 +Variant: Pre 1.1.0 +Variant: Pre 2.6.0 +Variant: Pre 3.4.0 +Variant: Current +Requires Level 53, 94 Int +{variant:1,2,3,4}(6-7)% Chance to Block Spell Damage +{variant:5}SpellBlockPercentageUnique__2 +{variant:1,2}IncreasedManaUnique__17 +{variant:3,4,5}IncreasedManaUniqueRing17 +{variant:1,2}LocalIncreasedEnergyShieldPercentUnique__5 +{variant:3,4,5}LocalIncreasedEnergyShieldPercentUniqueBootsInt5 +{variant:1,3,4,5}AllResistancesUniqueAmulet2 +{variant:2}AllResistancesImplicitShield2 +{variant:1,2,3}MovementVelocityUniqueBootsInt2 +{variant:4,5}MovementVelocityUniqueBootsStr3 +]],[[ +Shavronne's Pace +Scholar Boots +Upgrade: Upgrades to unique{Shavronne's Gambit} via prophecy{The Flow of Energy} +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 32, 54 Int +DexterityUniqueRing3 +{variant:1}IntelligenceUniqueOneHandSword2 +{variant:2,3}IntelligenceUnique__7 +{variant:1}(50-70)% increased Energy Shield +{variant:2,3}LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3 +{variant:3}MovementVelocityUniqueBootsStrDex3 +{variant:1,2}35% increased Movement Speed when on Full Life +{variant:3}MovementVelocityOnFullLifeUniqueBootsInt3 +(10-15)% increased Stun Recovery +]],[[ +Shavronne's Gambit +Scholar Boots +Source: Upgraded from unique{Shavronne's Pace} via prophecy{The Flow of Energy} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 32, 54 Int +DexterityUniqueRing3 +IntelligenceUnique__7 +LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3 +{variant:2}MovementVelocityUniqueBootsStrDex3 +{variant:1}35% increased Movement Speed when on Full Life +{variant:2}MovementVelocityOnFullLifeUniqueBootsInt3 +{variant:1}2% of Energy Shield regenerated per second while on Low Life +{variant:2}1% of Energy Shield regenerated per second +(10-15)% increased Stun Recovery +]],[[ +Skyforth +Sorcerer Boots +Energy Shield: 64 +Requires Level 67, 123 Int +IncreasedManaUnique__1 +MovementVelocityUnique__12 +PowerChargeOnCriticalStrikeChanceUnique__1 +6% reduced Mana Reserved +NoLifeRegenerationUnique___1 +StunThresholdBasedOnManaUnique__1 +]],[[ +Steppan Eard +Sorcerer Boots +League: Warbands +Variant: Pre 3.0.0 +Variant: Current +Requires Level 67, 123 Int +{variant:1}(110-140)% increased Energy Shield +{variant:2}LocalIncreasedEnergyShieldPercentUniqueBootsInt6 +LocalIncreasedEnergyShieldUnique__6 +MovementVelocityUnique__12 +MovementVelocityOnShockedGroundUniqueBootsInt6_ +IncreasedDamageOnBurningGroundUniqueBootsInt6 +2% of Life Regenerated Per Second on Chilled Ground +ImmuneToDesecratedGroundUniqueBootsInt6 +]],[[ +Wanderlust +Wool Shoes +DexterityUniqueBootsInt2 +ManaRegenerationUniqueShieldInt5 +LocalIncreasedEnergyShieldUniqueBodyInt5 +MovementVelocityUniqueBootsInt2 +CannotBeFrozenUnique__1 +]],[[ +Wondertrap +Velvet Slippers +Upgrade: Upgrades to unique{Greedtrap} via prophecy{Greed's Folly} +Variant: Pre 1.0.0 +Variant: Current +Requires Level 9, 21 Int +StrengthUniqueBootsInt1 +DexterityUniqueBootsInt1 +IntelligenceUniqueRing4 +LocalIncreasedEnergyShieldPercentUniqueBootsInt1 +ItemRarityOnLowLifeUniqueBootsInt1 +{variant:1}MovementVelocityUniqueBootsStrDex3 +{variant:2}MovementVelocityUniqueAmulet5 +]],[[ +Greedtrap +Velvet Slippers +Source: Upgraded from unique{Wondertrap} via prophecy{Greed's Folly} +Requires Level 52, 21 Int +StrengthUniqueBootsInt1 +DexterityUniqueBootsInt1 +IntelligenceUniqueRing4 +LocalIncreasedEnergyShieldUnique__16 +ItemQuantityOnLowLifeUnique__1 +MovementVelocityUniqueBootsInt2 +]], +-- Boots: Armour/Evasion +[[ +Beacon of Madness +Variant: Two-Toned Boots (Armour/Evasion) +Variant: Two-Toned Boots (Armour/Energy Shield) +Variant: Two-Toned Boots (Evasion/Energy Shield) +{variant:1}Two-Toned Boots (Armour/Evasion) +{variant:2}Two-Toned Boots (Armour/Energy Shield) +{variant:3}Two-Toned Boots (Evasion/Energy Shield) +League: Delirium +Source: Drops from the Simulacrum Encounter +{variant:1}Requires Level 70, 62 Str, 62 Dex +{variant:2}Requires Level 70, 62 Str, 62 Int +{variant:3}Requires Level 70, 62 Dex, 62 Int +Implicits: 3 +{variant:1}FireAndColdResistImplicitBoots1_ +{variant:2}FireAndLightningResistImplicitBoots1 +{variant:3}ColdAndLightningResistImplicitBoots1 +GrantEmbraceMadnessSkillUnique1 +MovementVelocityUnique__12 +{variant:1}EnemiesExplodeOnDeathChaosGloriousMadnessUnique1 +{variant:1}AllDamageCanPoisonGloriousMadnessUnique___1 +{variant:2}ElementalConfluxesGloriousMadnessUnique1 +{variant:2}ElementalAilmentImmunityGloriousMadnessUnique1 +{variant:3}FortifyEffectSelfGloriousMadnessUnique1 +{variant:3}DoubleDamageChanceGloriousMadnessUnique_1 +]],[[ +Darkray Vectors +Dragonscale Boots +Variant: Pre 2.6.0 +Variant: Current +Requires Level 65, 62 Str, 62 Dex +{variant:2}LocalIncreasedArmourAndEvasionUnique__3_ +LightningResistUnique__5 +MovementVelocityPerFrenzyChargeUniqueBootsStrDex2 ++1 to Maximum Frenzy Charge +{variant:1}50% reduced Frenzy Charge Duration +{variant:2}FrenzyChargeDurationUniqueBootsStrDex2 +LightRadiusUniqueBootsStrDex2 +2% chance to Dodge Attacks per Frenzy Charge +]],[[ +Dusktoe +Ironscale Boots +Upgrade: Upgrades to unique{Duskblight} via prophecy{Agony at Dusk} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 18, 19 Str, 19 Dex +LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 +{variant:1}IncreasedLifeUniqueHelmetDex5 +{variant:2}IncreasedLifeImplicitGlovesDemigods1 +{variant:1}IncreasedManaUniqueBootsStrDex3 +MovementVelocityUniqueBootsStrDex3 +50% increased Stun Recovery +LightRadiusUniqueBootsStrDex3 +{variant:2}Adds (15-20) to (25-30) Chaos Damage to Spells and Attacks while using a Flask ++50% to Chaos Resistance while using a Flask +]],[[ +Dusktoe +Leatherscale Boots +Variant: Pre 2.0.0 +Requires Level 18, 19 Str, 19 Dex +LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 +IncreasedLifeUniqueHelmetDex5 +IncreasedManaUniqueBootsStrDex3 +MovementVelocityUniqueBootsStrDex3 +50% increased Stun Recovery +LightRadiusUniqueBootsStrDex3 ++50% to Chaos Resistance while using a Flask +]],[[ +Duskblight +Ironscale Boots +Source: Upgraded from unique{Dusktoe} via prophecy{Agony at Dusk} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 40, 19 Str, 19 Dex +{variant:1}SocketedGemsHaveAddedChaosDamageUniqueBodyInt3 +{variant:2}StalkingPustuleOnKillUnique__1 +LocalIncreasedArmourAndEvasionUnique__15_ +IncreasedLifeUnique__67_ +MovementVelocityUniqueBootsInt2 +StunRecoveryUniqueBootsStrDex3 +LightRadiusUniqueBootsStrDex3 +ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3 +{variant:2}AddedChaosDamageWhileUsingAFlaskUnique__2 +]],[[ +Legacy of Fury +Wyrmscale Boots +League: Ritual +Requires Level 51, 48 Str, 48 Dex +LocalIncreasedArmourAndEvasionUnique__18 +AllResistancesUnique__22_ +MovementVelocityUnique__12 +ScorchedGroundWhileMovingUnique__1 +ScorchEffectUnique__1 +(30-40)% chance when you Kill a Scorched Enemy to Burn Each surrounding Enemy for 4 seconds, dealing 8% of the Killed Enemy's Life as Fire Damage per second +]],[[ +Lioneye's Paws +Bronzescale Boots +League: Legion +Source: Drops from Eternal Legion +Variant: Pre 3.7.0 +Variant: Current +Requires Level 30, 30 Str, 30 Dex +{variant:2}TriggerRainOfArrowsOnBowAttackUnique__1 +StrengthUniqueBootsStrDex1 +DexterityUniqueBootsStrDex1 +AddedFireDamageUniqueAmulet7 +MovementVelocityUniqueBootsInt2 +MovementVelocityOnLowLifeUniqueBootsStrDex1 +{variant:1}StunRecoveryUniqueBootsStrDex1 +{variant:1}CannotBeStunnedOnLowLife +]],[[ +Replica Lioneye's Paws +Bronzescale Boots +League: Heist +Requires Level 30, 30 Str, 30 Dex +TriggerToxicRainOnBowAttackUnique__1 +StrengthUniqueBootsStrDex1 +DexterityUniqueBootsStrDex1 +AddedChaosDamageUnique__1 +MovementVelocityUniqueBootsInt2 +MovementVelocityOnLowLifeUniqueBootsStrDex1 +]],[[ +Mutewind Whispersteps +Serpentscale Boots +League: Warbands +Variant: Pre 2.6.0 +Variant: Current +Requires Level 42, 40 Str, 40 Dex +{variant:1}Adds (15-19) to (28-35) Cold Damage to Spells +{variant:2}SpellAddedColdDamageUniqueBootsStrDex5 +{variant:1}(20-40)% increased Critical Strike Chance for Spells +{variant:2}SpellCriticalStrikeChanceUniqueBootsStrDex5 +LocalIncreasedEvasionRatingPercentUniqueBootsStrDex5 +ColdResistUnique__3 +{variant:1}MovementVelocityUniqueBootsInt2 +{variant:2}MovementVelocityUniqueBootsStr3 +ImmuneToChilledGroundUniqueBootsStrDex5 +]],[[ +Saqawal's Talons +Hydrascale Boots +League: Bestiary +Source: Drops from unique{Saqawal, First of the Sky} +Requires Level 59, 56 Str, 56 Dex +GrantsBirdAspect1_ +LocalIncreasedArmourAndEvasionUnique__14 +MovementVelocityUnique__39_ ++(-2-2) seconds to Avian's Flight Duration +100 Life Regenerated per Second while you have Avian's Flight +12 Mana Regenerated per Second while you have Avian's Flight +]], +-- Boots: Armour/Energy Shield +[[ +Alberon's Warpath +Soldier Boots +Requires Level 49, 47 Str, 47 Int +AddedChaosDamageUniqueBootsStrInt2 +LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2 +ChaosResistUniqueBootsStrInt2 +MovementVelocityUniqueBootsInt2 +MaximumMinionCountUniqueBootsStrInt2Updated +PercentageStrengthUniqueBootsStrInt2 +]],[[ +Replica Alberon's Warpath +Soldier Boots +League: Heist +Requires Level 49, 47 Str, 47 Int +PercentageStrengthUniqueBootsStrInt2 +LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2 +ChaosResistUniqueBootsStrInt2 +MovementVelocityUniqueBootsInt2 +CannotDealNonChaosDamageUnique__1_ +AddedChaosDamageToAttacksPer50StrengthUnique__1 +]],[[ +Death's Door +Crusader Boots +Source: Drops in The Eternal Labyrinth +Requires Level 64, 62 Str, 62 Int +StrengthUnique__5 +LocalIncreasedArmourAndEnergyShieldUnique__4 +AllResistancesUniqueBootsStr1 +MovementVelocityUniqueBootsStr3 +MaximumEnduranceChargeUniqueRing2 +SelfStatusAilmentDurationUnique__1 +BleedingImmunityUnique__1 +]],[[ +Gang's Momentum +Legion Boots +Variant: Pre 2.6.0 +Variant: Current +Requires Level 58, 54 Str, 54 Int +LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt3 +FireResistUniqueBootsStrInt3 +MovementVelocityUniqueBootsStr3 +{variant:1}(5-7)% chance to Ignite +{variant:2}ChanceToIgniteUnique__6 +{variant:1}15% increased Damage against Ignited Enemies +{variant:2}IncreasedDamageToIgnitedTargetsUniqueBootsStrInt3 +]],[[ +March of the Legion +Legion Boots +League: Synthesis +Requires Level 58, 54 Str, 54 Int +LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2 +SupportedByBlessingSupportUnique__1 +LocalIncreasedArmourAndEnergyShieldUnique__14 +AllResistancesUnique__15 +MovementVelocityUnique__39_ +]],[[ +Ralakesh's Impatience +Riveted Boots +Requires Level 36, 35 Str, 35 Int ++(15-25)% to Cold Resistance ++(15-25)% to Chaos Resistance +20% increased Movement Speed +Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary +LoseAllChargesOnMoveUnique__1 +]],[[ +Wake of Destruction +Mesh Boots +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 28, 28 Str, 28 Int +AddedLightningDamageUniqueBootsStrInt1 +LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt1 +LifeGainedFromEnemyDeathUniqueBootsStrInt1 +{variant:2,3}MovementVelocityUniqueBootsStrDex3 +{variant:1,2}HitsCauseMonsterFleeUniqueRing1 +{variant:3}ShockedGroundWhileMovingUnique__1_ +]], +-- Boots: Evasion/Energy Shield +[[ +Brinerot Whalers +Trapper Boots +League: Warbands +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 41, 40 Dex, 40 Int +{variant:1}LocalIncreasedEnergyShieldPercentUniqueIntHelmet1 +{variant:2}+(120-150) to maximum Energy Shield +{variant:3}LocalIncreasedEnergyShieldUniqueGlovesStr4 +LocalIncreasedPhysicalDamageUniqueSceptre9 +{variant:1}MovementVelocityUniqueBootsInt2 +{variant:2,3}MovementVelocityUniqueBootsStr3 +LightningResistUnique__2 +IncreasedProjectileDamageUniqueBootsDexInt4 +ImmuneToShockedGroundUniqueBootsDexInt4 +]],[[ +Bubonic Trail +Murder Boots +League: Abyss +Source: Drops from Abyssal Liches +Variant: One Abyssal Socket +Variant: Two Abyssal Sockets +Requires Level 69, 82 Dex, 42 Int +{variant:1}AbyssJewelSocketUnique__3 +{variant:2}AbyssJewelSocketUnique__4 +DeathWalk +MaximumLifeUnique__13 +MovementVelocityUnique__12 +10% increased Damage for each type of Abyssal Jewel affecting you +]],[[ +Corpsewalker +Carnal Boots +League: Heist +Requires Level 55, 52 Dex, 52 Int +Implicits: 0 +CorpseWalk +LocalIncreasedEvasionAndEnergyShieldUnique__28 +MovementVelocityUniqueBootsStr3 +DamageIfConsumedCorpseUnique__1__ +LifeRegenerationPerNearbyCorpseUnique__1 +]],[[ +Dance of the Offered +Variant: Pre 3.14.0 +Variant: Current +{variant:2}Carnal Boots +{variant:1}Shackled Boots +League: Incursion +Upgrade: Upgrades to unique{Omeyocan} via currency{Vial of the Ritual} +{variant:1}Requires Level 34, 34 Dex, 34 Int +{variant:2}Requires Level 55, 52 Dex, 52 Int +IncreasedManaUnique__13 +{variant:1}LightningResistUniqueHelmetStrInt2 +{variant:2}LightningResistUnique__18 +MovementVelocityUniqueBootsStr3 +OnslaughtWhileNotOnLowManaUnique__1_ +{variant:1}LoseManaPerSecondUnique__1 +{variant:2}KeystoneTheAgnosticUnique__2 +]],[[ +Omeyocan +Carnal Boots +League: Incursion +Source: Upgraded from unique{Dance of the Offered} via currency{Vial of the Ritual} +Requires Level 55, 52 Dex, 52 Int +MaximumManaUniqueJewel54 +LightningResistUnique__18 +MovementVelocityUnique__12 +DodgeAndSpellDodgePerMaximumManaUnique__1 +OnslaughtWhileNotOnLowManaUnique__1_ +Lose 7% of maximum Mana per Second +]],[[ +Fenumus' Spinnerets +Assassin's Boots +League: Bestiary +Source: Drops from unique{Fenumus, First of the Night} +Requires Level 63, 62 Dex, 62 Int +LocalIncreasedEvasionAndEnergyShieldUnique__14 +LightningResistUnique__2 +ChaosResistUnique__17 +MovementVelocityUniqueBootsStr3 +IncreasedSpiderWebCountUnique__1 +ESOnHitWebbedEnemiesUnique__1 +AspectOfSpiderDurationUnique__1 +]],[[ +Nomic's Storm +Strapped Boots +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 16, 18 Dex, 18 Int +DexterityUniqueGlovesInt4__ +LocalIncreasedEvasionRatingUniqueBootsDex8 +LocalIncreasedEnergyShieldUniqueBootsDex8 +MovementVelocityUniqueBootsInt2 +ColdResistUniqueBootsDexInt2 +{variant:1}30% increased Physical Damage taken +{variant:2}IncreasedPhysicalDamageTakenUniqueBootsDex8 +{variant:3}DamageTakenOnFullESUnique__1 +20% increased Movement Speed when on Full Energy Shield +]],[[ +The Stampede +Assassin's Boots +Requires Level 63, 62 Dex, 62 Int +League: Blight +LocalIncreasedEvasionAndEnergyShieldUnique__27 +StunRecoveryUnique__3 +Travel Skills have (50-80)% increased Cooldown Recovery Speed +ManaRegenerationRateWhileMovingUnique__1 +MovementVelocityOverrideUnique__1 +This item can be anointed by Cassia +]],[[ +Replica Stampede +Assassin's Boots +League: Heist +Requires Level 63, 62 Dex, 62 Int +LocalIncreasedEvasionAndEnergyShieldUnique__27 +StunRecoveryUnique__3 +TravelSkillMoreDamageUnique__1 +ManaRegenerationRateWhileMovingUnique__1 +MovementVelocityOverrideUnique__1 +This item can be anointed by Cassia +]],[[ +Sundance +Clasped Boots +Upgrade: Upgrades to unique{Sunspite} via prophecy{Sun's Punishment} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 27, 27 Dex, 27 Int +IncreasedAttackSpeedUniqueQuiver1 +LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1 +ItemFoundRarityIncreaseUniqueStrDexHelmet1 +FireResistUniqueAmulet13 +{variant:1}MovementVelocityUniqueAmulet5 +{variant:2}MovementVelocityUniqueBootsInt2 +]],[[ +Sunspite +Clasped Boots +Source: Upgraded from unique{Sundance} via prophecy{Sun's Punishment} +Requires Level 59, 27 Dex, 27 Int +IncreasedAttackSpeedUniqueQuiver1 +LocalIncreasedEvasionAndEnergyShieldUnique__15 +ItemFoundRarityIncreaseUniqueStrDexHelmet1 +FireResistUniqueAmulet13 +MovementVelocityUniqueBootsInt2 +MovementVelocityWhileIgnitedUnique__2 +IncreasedChanceToBeIgnitedUniqueRing24 +(75-125) Life Regenerated per second while Ignited +]],[[ +Voidwalker +Murder Boots +Source: Drops from unique{The Shaper} +Variant: Pre 3.0.0 +Variant: Current +Requires Level 69, 82 Dex, 42 Int +DexterityUnique__3 +LocalIncreasedEvasionAndEnergyShieldUnique__5 +MovementVelocityUnique__12 +ChanceToAvoidProjectilesWhilePhasingUnique__1 +GainPhasingIfKilledRecentlyUnique__1 +{variant:1}PrrojectilesPierceWhilePhasingUnique__1_ +{variant:2}AdditionalPierceWhilePhasingUnique__1 +CelestialFootprintsUnique__1_ +Shaper Item +]],[[ +Replica Voidwalker +Murder Boots +Shaper Item +League: Heist +Requires Level 69, 82 Dex, 42 Int +DexterityUnique__3 +LocalIncreasedEvasionAndEnergyShieldUnique__5 +MovementVelocityUnique__12 +DamageTakenWhilePhasingUnique__1 +GainPhasingIfKilledRecentlyUnique__1 +ProjectilesChainWhilePhasingUnique__1_ +CelestialFootprintsUnique__1_ +]], +} diff --git a/src/Data/Uniques/Special/bow.lua b/src/Data/Uniques/Special/bow.lua new file mode 100644 index 0000000000..b0585ea48b --- /dev/null +++ b/src/Data/Uniques/Special/bow.lua @@ -0,0 +1,527 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Weapon: Bow +[[ +Arborix +Assassin Bow +Variant: Pre 3.5.0 +Variant: Pre 3.9.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 62, 212 Dex +Source: Vendor recipe +Implicits: 1 +{variant:3}CriticalMultiplierUniqueDagger8 +{variant:1}Adds (60-70) to (180-210) Physical Damage +{variant:2,3,4}LocalAddedPhysicalDamageUnique__29___ +{variant:1,2,3}LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 +{variant:1,2,3}AdditionalArrowsUnique__2 +{variant:1,2,3}DisplayIronReflexesFor8SecondsUnique__1 +{variant:1,2,3}ArborixMoreDamageAtCloseRangeUnique__1 +{variant:1,2,3}AttackCastMovementSpeedWhileYouDoNotHaveIronReflexesUnique__1 +{variant:1,2,3}FarShotWhileYouDoNotHaveIronReflexesUnique__1_ +{variant:4}GrantsDashUnique__1_ +{variant:4}ArrowsIfHaventUsedDashRecentlyUnique__1 +{variant:4}AttackSpeedIfHaventUsedDashRecentlyUnique__1 +{variant:4}EvasionRatingIfUsedDashRecentlyUnique__1 +{variant:4}MovementSpeedIfUsedDashRecentlyUnique__1 +{variant:4}DisableTravelSkillsExceptDashUnique__1 +{variant:4}KeystoneIronReflexesUnique__1 +]],[[ +Chin Sol +Assassin Bow +Variant: Pre 1.0.0 +Variant: Pre 1.2.0 +Variant: Pre 2.0.0 +Variant: Pre 3.5.0 +Variant: Pre 3.9.0 +Variant: Current +Requires Level 62, 212 Dex +Implicits: 2 +{variant:2,3}(6-12)% increased Elemental Damage with Attack Skills +{variant:6}CriticalMultiplierUniqueDagger8 +DexterityUniqueRing8 +{variant:1,2}LocalIncreasedPhysicalDamagePercentUniqueClaw2 +{variant:3,4}(150-180)% increased Physical Damage +{variant:5,6}LocalIncreasedPhysicalDamagePercentUniqueBow6 +LocalAddedFireDamageUniqueBow6 +{variant:1,2}LocalIncreasedAttackSpeedUniqueClaw3 +{variant:3,4,5,6}LocalIncreasedAttackSpeedUniqueBow6 +{variant:1,2,3,4}100% More Damage with Arrow Hits at Close Range +{variant:5,6}PhysicalBowDamageCloseRangeUniqueBow6 +KnockbackCloseRangeUniqueBow6 +]],[[ +The Crimson Storm +Steelwood Bow +League: Betrayal +Variant: Crit Multi while Rare/Unique Nearby +Variant: Attack Speed while Rare/Unique Nearby +Variant: Damage per Power Charge +Variant: Damage per Frenzy Charge +Variant: Damage per Endurance Charge +Variant: Accuracy and Quality +Variant: Attack Speed and Quality +Variant: Attack Speed/Trigger Blood Rage on Kill +Variant: Cast Speed/Trigger Arcane Surge on Kill +Variant: Minion Attack and Cast Speed +Variant: Double Damage +Variant: Double Damage while Focussed +Variant: Socketed Spell Trigger +Requires Level 57, 190 Dex +Implicits: 1 +(4-6)% increased Movement Speed +LocalIncreasedPhysicalDamagePercentUnique__36_ +LocalCriticalStrikeChanceUnique__15 +BleedOnCritUnique__1_ +EnemiesYouBleedGrantIncreasedFlaskChargesUnique__1_ +AddedPhysicalDamageVsBleedingEnemiesUnique__1 +MaimOnCritUnique__1 +{variant:1}{crafted}+(18-45)% Critical Strike Multiplier while there is a Rare or Unique Enemy Nearby +{variant:2}{crafted}(11-22)% increased Attack Speed while a Rare or Unique Enemy is Nearby +{variant:3}{crafted}(5-6)% increased Damage per Power Charge +{variant:4}{crafted}(5-6)% increased Damage per Frenzy Charge +{variant:5}{crafted}(5-6)% increased Damage per Endurance Charge +{variant:6}{crafted}+(30-250) to Accuracy Rating +{variant:7}{crafted}(8-16)% increased Attack Speed +{variant:6,7}{crafted}+(7-18)% to Quality +{variant:8}{crafted}(8-16)% increased Attack Speed +{variant:8}{crafted}10% chance to Trigger Level 1 Blood Rage when you Kill an Enemy +{variant:9}{crafted}(7-13)% increased Cast Speed +{variant:9}{crafted}10% chance to gain Arcane Surge when you Kill an Enemy +{variant:10}{crafted}Minions have (16-28)% increased Attack Speed +{variant:10}{crafted}Minions have (16-28)% increased Cast Speed +{variant:11}{crafted}(4-12)% chance to deal Double Damage +{variant:12}{crafted}(13-36)% chance to deal Double Damage while Focussed +{variant:13}{crafted}Trigger a Socketed Spell when you Use a Skill +]],[[ +Darkscorn +Assassin Bow +League: Legion +Source: Drops from Maraketh Legion +Variant: Pre 1.2.0 +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Pre 3.9.0 +Variant: Current +Requires Level 62, 212 Dex +Implicits: 2 +{variant:1,2}(6-12)% increased Elemental Damage with Attack Skills +{variant:6}CriticalMultiplierUniqueDagger8 +{variant:1,2,3}LocalIncreasedPhysicalDamagePercentUnique__2 +{variant:4,5,6}LocalIncreasedPhysicalDamagePercentUniqueBow5 +{variant:2}Adds (6-10) to (10-14) Physical Damage +{variant:3,4}Adds (10-15) to (15-20) Physical Damage +{variant:5,6}LocalAddedPhysicalDamageUniqueBow5 +{variant:1,2,3,4}IncreasedAttackSpeedUniqueQuiver1 +{variant:5,6}LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 +PhysicalDamageConvertToChaosUniqueBow5 +(15-30)% increased Accuracy Rating +PhysicalDamagePercentTakesAsChaosDamageUniqueBow5 +{variant:5,6}LocalChanceForPoisonDamage300FinalInflictedWithThisWeaponUnique__1_ +]],[[ +Death's Harp +Death Bow +Upgrade: Upgrades to unique{Death's Opus} via prophecy{The Bowstring's Music} +Variant: Pre 1.2.0 +Variant: Pre 2.2.0 +Variant: Pre 3.0.0 +Variant: Pre 3.10.0 +Variant: Current +Requires Level 32, 107 Dex +Implicits: 1 +{variant:2,3,4,5}LocalCriticalStrikeChanceImplicitBow1 +LocalIncreasedPhysicalDamagePercentUnique__2 +IncreasedAttackSpeedUniqueQuiver1 +{variant:1,2,4}+100% to Global Critical Strike Multiplier +{variant:3}+150% to Global Critical Strike Multiplier +{variant:5}LocalCriticalMultiplierUniqueBow3 +Adds an additional Arrow +]],[[ +Death's Opus +Death Bow +Source: Upgraded from unique{Death's Harp} via prophecy{The Bowstring's Music} +Variant: Pre 1.2.0 +Variant: Pre 2.2.0 +Variant: Pre 3.0.0 +Variant: Pre 3.10.0 +Variant: Current +Requires Level 44, 107 Dex +Implicits: 1 +{variant:2,3,4,5}LocalCriticalStrikeChanceImplicitBow1 +LocalIncreasedPhysicalDamagePercentUnique__2 +LocalAddedPhysicalDamageUnique__17_ +IncreasedAttackSpeedUniqueQuiver1 +{variant:1,2,4}+100% to Global Critical Strike Multiplier +{variant:3}+150% to Global Critical Strike Multiplier +{variant:5}LocalCriticalMultiplierUniqueBow3 +2 additional Arrows +]],[[ +Doomfletch +Royal Bow +Upgrade: Upgrades to unique{Doomfletch's Prism} via prophecy{Ancient Doom} +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.1.0 +Variant: Current +Requires Level 28, 95 Dex +Implicits: 2 +{variant:2}(6-12)% increased Elemental Damage with Attack Skills +{variant:3,4}WeaponElementalDamageImplicitBow1 +{variant:2,3}Adds (8-12) to (16-20) Physical Damage +{variant:4}LocalAddedPhysicalDamageUniqueBow11 +LocalIncreasedAttackSpeedUniqueBow6 +{variant:1,2,3}LocalCriticalStrikeChanceUnique__10 +ManaRegenerationUniqueBootsDex2 +{variant:1,2,3}Gain 110% of Bow Physical Damage as Extra Damage of an Element +{variant:4}Gain 100% of Bow Physical Damage as Extra Damage of an Element +]],[[ +Doomfletch's Prism +Royal Bow +Source: Upgraded from unique{Doomfletch} via prophecy{Ancient Doom} +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.1.0 +Variant: Current +Requires Level 40, 95 Dex +Implicits: 2 +{variant:2}(6-12)% increased Elemental Damage with Attack Skills +{variant:3,4}WeaponElementalDamageImplicitBow1 +{variant:2,3}Adds (8-12) to (16-20) Physical Damage +{variant:4}LocalAddedPhysicalDamageUniqueBow11 +LocalIncreasedAttackSpeedUniqueBow6 +{variant:1,2,3}LocalCriticalStrikeChanceUnique__10 +ManaRegenerationUniqueBootsDex2 +{variant:1,2,3}Gain 110% of Bow Physical Damage as Extra Damage of each Element +{variant:4}Gain 100% of Bow Physical Damage as Extra Damage of each Element +]],[[ +Hopeshredder +Ranger Bow +Source: Drops from unique{The Elder} (Tier 6+) +Variant: Pre 3.4.0 +Variant: Current +Requires Level 60, 212 Dex +LocalAddedColdDamageUnique__8 +MovementVelocityPerFrenzyChargeUnique__1 ++(400-500) to Accuracy Rating +{variant:2}LocalIncreasedAccuracyUnique__2 +12 to 14 Cold Damage per Frenzy Charge +2% chance to Avoid Elemental Damage when Hit per Frenzy Charge +AttackDamageLeechPerFrenzyChargeUnique__1 +{variant:1}400 Cold Damage taken per second per Frenzy Charge while moving +{variant:2}DamageTakenPerFrenzyChargeMovingUnique__1 +Elder Item +]],[[ +Infractem +Decimation Bow +Variant: Pre 1.2.0 +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 53, 170 Dex +Implicits: 1 +LocalCriticalStrikeChanceImplicitBow1 +{variant:1,2}(90-100)% increased Physical Damage +{variant:3,4}LocalIncreasedPhysicalDamagePercentUniqueBow7 +{variant:2,3,4}LocalAddedPhysicalDamageUniqueBow7 +DexterityUniqueGlovesInt4__ +{variant:1,2,3}+(200-250) to Accuracy Rating +{variant:4}IncreasedAccuracyUnique__2 +ArrowPierceUniqueBow7 +MovementVelocityUniqueAmulet5 +{variant:1,2}CannotLeech +{variant:3,4}CannotLeechLifeUnique__1 +]],[[ +Replica Infractem +Decimation Bow +League: Heist +Requires Level 53, 170 Dex +Implicits: 1 +LocalCriticalStrikeChanceImplicitBow1 +DexterityUniqueGlovesInt4__ +LocalIncreasedPhysicalDamagePercentUniqueBow7 +LocalAddedPhysicalDamageUniqueBow7 +MovementVelocityUniqueAmulet5 +IncreasedAccuracyUnique__2 +CannotLeechMana +AttackProjectilesForkUnique__1 +AttackProjectilesForkExtraTimesUnique__1 +]],[[ +Iron Commander +Death Bow +Requires Level 32, 107 Dex +Implicits: 1 +LocalCriticalStrikeChanceImplicitBow1 +LocalAddedPhysicalDamageUnique__5 +LocalIncreasedAttackSpeedUnique__6 +TotemLifeUnique__1 +SummonTotemCastSpeedUnique__1 +Can have 1 additional Siege Ballista Totem per 200 Dexterity +AddedDamagePerDexterityUnique__1 +]],[[ +Replica Iron Commander +Death Bow +League: Heist +Requires Level 32, 107 Dex +Implicits: 1 +LocalCriticalStrikeChanceImplicitBow1 +LocalAddedPhysicalDamageUnique__5 +LocalIncreasedAttackSpeedUnique__6 +TotemLifeUnique__1 +SummonTotemCastSpeedUnique__1 +AdditionalShrapnelBallistaePerStrengthUnique__1 +AddedDamagePerStrengthUnique__1 +]],[[ +Lioneye's Glare +Imperial Bow +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 66, 212 Dex +Implicits: 2 +{variant:2}(6-12)% increased Elemental Damage with Attack Skills +{variant:3,4}WeaponElementalDamageImplicitBow1 +LocalIncreasedPhysicalDamagePercentUniqueBow1 +LocalAddedPhysicalDamageUniqueBow1 +LocalIncreasedAttackSpeedOneHandSword3 +IncreasedManaUnique__17 +AlwaysHits +{variant:4}PlayerFarShotUnique__2 +]],[[ +Null's Inclination +Ranger Bow +Variant: Pre 3.14.0 +Variant: Current +Requires Level 60, 212 Dex, 212 Int +AddedChaosDamageUniqueBow12 +IncreasedAttackSpeedUnique__4_ +ChaosResistUniqueBow12 +{variant:1}Minions deal 1% increased Damage per 10 Dexterity +{variant:2}IncreasedMinionDamagePerDexterityUniqueBow12 +IntelligenceRequirementsUniqueBow12 +Cast Socketed Minion Spells on Kill with this Weapon +]],[[ +Nuro's Harp +Harbinger Bow +Variant: Pre 2.5.0 +Variant: Current +Requires Level 68, 212 Dex +Implicits: 1 +LocalCriticalStrikeChanceImplicitBow1 +LocalReducedPhysicalDamagePercentUnique__1 +LocalAddedColdDamageUnique__4 +LocalIncreasedAttackSpeedUniqueBow10 +LightRadiusUnique__2 +SpreadChilledGroundOnFreezeUnique__1 +SpreadConsecratedGroundOnShatterUnique__1 +{variant:2}ChilledGroundEffectUnique__1 +]],[[ +Quill Rain +Short Bow +Variant: Pre 2.6.0 +Variant: Pre 3.9.0 +Variant: Current +Requires Level 5, 26 Dex +DexterityUniqueRing8 +{variant:2,3}LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1 +LocalIncreasedAttackSpeedUniqueBow4 +IncreasedAccuracyUniqueBow4 +ProjectileSpeedUniqueBow4_ +{variant:1}50% less Damage +{variant:2}40% less Damage +{variant:3}LocalIncreasedPhysicalDamagePercentUniqueBow4 +{variant:2,3}ManaGainPerTargetUnique__2 +]],[[ +Replica Quill Rain +Short Bow +League: Heist +Requires Level 5, 26 Dex +SupportedByArrowNovaUnique__1 +DexterityUniqueRing8 +LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1 +LocalIncreasedAttackSpeedUniqueOneHandSword7 +ManaGainPerTargetUnique__2 +ProjectileSpeedUniqueBow4_ +IncreasedAccuracyUniqueBow4 +]],[[ +Reach of the Council +Spine Bow +Source: prophecy{The Feral Lord V} +Variant: Pre 2.4.0 +Variant: Pre 2.6.0 +Variant: Pre 3.5.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 64, 212 Dex +{variant:4,5}SupportedByGreaterVolleyUnique__1 +{variant:1}LocalIncreasedPhysicalDamagePercentUniqueBow10 +{variant:2,3}LocalIncreasedPhysicalDamagePercentUnique__37__ +{variant:4,5}LocalIncreasedPhysicalDamagePercentUnique__15 +{variant:1}Adds (25-40) to (100-115) Physical Damage +{variant:2,3,4,5}LocalAddedPhysicalDamageUnique__16_ +LocalIncreasedAttackSpeedUnique__24 +{variant:1,2}4 additional Arrows +{variant:3}2 additional Arrows +ProjectileSpeedUnique__4 +{variant:5}VolleyFirstPointPierceUnique__1_ +{variant:5}VolleySecondPointForkUnique__1 +{variant:5}VolleyThirdPointReturnUnique__1__ +{variant:5}VolleyFourthPointChainUnique__1 +]],[[ +Roth's Reach +Recurve Bow +Variant: Pre 3.9.0 +Variant: Current +Requires Level 18, 71 Dex +Implicits: 1 +{variant:2}CriticalMultiplierUniqueDagger8 +LocalIncreasedPhyiscalDamagePercentUnique__3 +WeaponElementalDamageUnique__2 +LocalIncreasedAttackSpeedUnique__1 +AdditionalChainUniqueOneHandMace3 +ProjectileSpeedUnique__5__ +]],[[ +Silverbranch +Crude Bow +Upgrade: Upgrades to unique{Silverbough} via prophecy{The Silverwood} +Variant: Pre 2.0.0 +Variant: Current +Requires Level 2 +LocalIncreaseSocketedBowGemLevelUniqueBow2 +{variant:1}(50-80)% increased Physical Damage +{variant:2}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +IncreasedAttackSpeedUniqueQuiver1 +IncreasedAccuracyUniqueBow2 +ManaGainedFromEnemyDeathUniqueShieldInt3 +]],[[ +Silverbough +Crude Bow +Source: Upgraded from unique{Silverbranch} using prophecy{The Silverwood} +Requires Level 36 +LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +LocalIncreaseSocketedBowGemLevelUniqueBow2 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalAddedPhysicalDamageUnique__19 +IncreasedAttackSpeedUniqueQuiver1 +IncreasedAccuracyUniqueBow2 +ManaGainedFromEnemyDeathUniqueShieldInt3 +]],[[ +Slivertongue +Harbinger Bow +Source: Drops from unique{Guardian of the Hydra} +Variant: Pre 3.5.0 +Variant: Current +Requires Level 68, 212 Dex +Implicits: 1 +LocalCriticalStrikeChanceImplicitBow1 +{variant:1}Adds (60-75) to (170-220) Physical Damage +{variant:2}LocalAddedPhysicalDamageUnique__22 +{variant:1}100% increased Critical Strike Chance with arrows that Fork +{variant:2}CriticalStrikeChanceForForkingArrowsUnique__1 +{variant:1}Arrows that Pierce have 50% chance to cause Bleeding +{variant:2}ArrowsThatPierceHaveCritMultiUnique__1 +{variant:1}ArrowsAlwaysCritAfterPiercingUnique___1 +{variant:2}ArrowsAlwaysPierceAfterForkingUnique__1__ +]],[[ +Storm Cloud +Long Bow +Upgrade: Upgrades to unique{The Tempest} via prophecy{The Servant's Heart} +Variant: Pre 2.0.0 +Variant: Current +Requires Level 9, 38 Dex +LocalReducedPhysicalDamagePercentUnique__1 +{variant:1}Adds 1 to 75 Lightning Damage +{variant:2}AddedLightningDamageUniqueBow8 +LocalIncreasedAttackSpeedUniqueBow8 +]],[[ +The Tempest +Long Bow +Source: Upgraded from unique{Storm Cloud} using prophecy{The Servant's Heart} +Requires Level 32, 38 Dex +LocalReducedPhysicalDamagePercentUnique__1 +LightningDamagePercentUnique__4 +AddedLightningDamageUniqueBow8 +LocalIncreasedAttackSpeedUniqueBow8 +]],[[ +Voltaxic Rift +Spine Bow +Variant: Pre 3.9.0 +Variant: Current +Requires Level 64, 212 Dex +LocalAddedLightningDamageUniqueBow10 +LocalIncreasedAttackSpeedUniqueBow10 +ConvertLightningDamageToChaosUniqueBow10 +ChanceToShockUnique__1 +ChaosDamageCanShockUniqueBow10 +{variant:2}AttacksShockAsIfDealingMoreDamageUniqueBow10 +{variant:2}MaximumShockOverrideUniqueBow10 +]],[[ +Windripper +Imperial Bow +Variant: Pre 1.1.2 +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.5.0 +Variant: Current +Requires Level 66, 212 Dex +Implicits: 2 +{variant:3}(6-12)% increased Elemental Damage with Attack Skills +{variant:4,5}WeaponElementalDamageImplicitBow1 +{variant:1}Adds 40 to 60 Cold Damage +{variant:2,3,4}Adds (32-40) to (48-60) Cold Damage +{variant:5}AddedColdDamageUniqueBow9 +{variant:1}Adds 1 to 100 Lightning Damage +{variant:2,3,4}Adds 1 to (80-100) Lightning Damage +{variant:5}AddedLightningDamageUniqueBow9 +LocalIncreasedAttackSpeedUniqueBow10 +{variant:1,2}LocalCriticalStrikeChanceUnique__14 +{variant:3,4}LocalCriticalStrikeChanceUnique__18 +{variant:5}LocalCriticalStrikeChanceUnique__10 +{variant:1,2}25% increased Quantity of Items Dropped by Slain Frozen enemies +{variant:3,4,5}ItemQuantityWhenFrozenUniqueBow9 +{variant:1,2}50% increased Rarity of Items Dropped by Slain Shocked enemies +{variant:3,4,5}ItemRarityWhenShockedUniqueBow9 +]],[[ +Replica Windripper +Imperial Bow +League: Heist +Requires Level 66, 212 Dex +Implicits: 1 +WeaponElementalDamageImplicitBow1 +AddedColdDamageUniqueBow9 +AddedLightningDamageUniqueBow9 +LocalIncreasedAttackSpeedUniqueBow10 +LocalCriticalStrikeChanceUnique__10 +FrozenMonstersTakeIncreasedDamageUnique__1 +GainEnergyShieldOnKillShockedEnemyUnique__1_ +]],[[ +Xoph's Inception +Bone Bow +League: Breach +Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} +Upgrade: Upgrades to unique{Xoph's Nurture} using currency{Blessing of Xoph} +Requires Level 23, 80 Dex +LocalIncreasedPhysicalDamagePercentUnique__21 +LifeGainedOnKillingIgnitedEnemiesUnique__1 +PhysicalAddedAsFireUnique__3 +ChanceToIgniteUniqueBodyInt2 +]],[[ +Xoph's Nurture +Citadel Bow +League: Breach +Source: Upgraded from unique{Xoph's Inception} using currency{Blessing of Xoph} +Variant: Pre 3.3.0 +Variant: Pre 3.9.0 +Variant: Current +Requires Level 64, 185 Dex +{variant:3}SupportedByIgniteProliferationUnique1 +LocalIncreasedPhysicalDamagePercentUniqueRapier1 +ConvertPhysicalToFireUniqueQuiver1_ +ChanceToIgniteUniqueBodyInt2 +{variant:1}Ignites your Skills cause spread to other Enemies within a Radius of 12 +{variant:2}Ignites your Skills cause spread to other Enemies within a Radius of 15 +GainLifeOnIgnitingEnemyUnique__1 +]], +} diff --git a/src/Data/Uniques/Special/claw.lua b/src/Data/Uniques/Special/claw.lua new file mode 100644 index 0000000000..823fc7d0ad --- /dev/null +++ b/src/Data/Uniques/Special/claw.lua @@ -0,0 +1,363 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Weapon: Claw +[[ +Advancing Fortress +Gut Ripper +Variant: Pre 2.6.0 +Variant: Current +Requires Level 46, 80 Dex, 80 Int +Implicits: 2 +{variant:1}+21 Life gained for each Enemy hit by Attacks +{variant:2}LifeGainPerTargetImplicit2Claw8 +SocketedGemsSupportedByFortifyUnique____1 +LocalIncreasedPhysicalDamagePercentUnique__10 +IncreasedEvasionRatingUnique___1 +IncreasedLifeUniqueAmulet4 +IncreasedEnergyShieldUnique__2 +AttackerTakesDamageUnique__1 +15% Chance to Block +]],[[ +Replica Advancing Fortress +Gut Ripper +League: Heist +Requires Level 46, 80 Dex, 80 Int +Implicits: 1 +LifeGainPerTargetImplicit2Claw8 +SupportedByCastOnDamageTakenUnique__1 +AdditionalBlockUnique__2 +LocalIncreasedPhysicalDamagePercentUnique__10 +IncreasedLifeUniqueAmulet4 +ShieldArmourIncreaseUnique__1 +AddedFireDamageIfBlockedRecentlyUnique__1 +]],[[ +Allure +Vaal Claw +Variant: Pre 3.0.0 +Variant: Current +Requires Level 66, 131 Dex, 95 Int +Implicits: 1 +LifeLeechUniqueRing2 +{variant:1}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__1 +LocalAddedPhysicalDamageUnique__1 +LocalIncreasedAttackSpeedUnique__24 +MovementSpeedWhilePhasedUnique__1 +{variant:1}You gain Phasing for 3 seconds on using a Vaal Skill +{variant:2}GainPhasingOnVaalSkillUseUnique__1 +]],[[ +Replica Allure +Vaal Claw +League: Heist +Requires Level 66, 95 Dex, 131 Int +Implicits: 1 +LifeLeechUniqueRing2 +LocalIncreasedPhysicalDamagePercentUnique__1 +LocalAddedPhysicalDamageUnique__1 +LocalIncreasedAttackSpeedUnique__24 +LifeGainedOnTauntingEnemyUnique__1 +OnslaughtOnKillingTauntedEnemyUnique__1 +TauntedEnemiesTakeIncreasedDamage_ +]],[[ +Al Dhih +Timeworn Claw +League: Legion +Source: Drops from Maraketh Legion +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Pre 3.7.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 26, 39 Dex, 56 Int +Implicits: 3 +{variant:1}LifeGainPerTargetImplicit2Claw3_1 +{variant:2}LifeLeechUniqueRing2 +{variant:3,4,5,6}LifeGainPerTargetImplicit2Claw4_1 +{variant:1,2,3,4}SocketedItemsHaveChanceToFleeUniqueClaw6 +{variant:4,5}TriggeredAbyssalCryUnique__1 +{variant:1}LocalIncreasedPhyiscalDamagePercentUnique__3 +{variant:2,3,4,5,6}LocalIncreasedPhysicalDamagePercentUnique__10 +LifeLeechUniqueOneHandAxe6 +{variant:1,2,3,4}StunThresholdReductionUniqueClaw6 +{variant:6}WarcryTauntChaosExplosionUnique__1_ +{variant:5}50% increased Warcry Buff Effect +{variant:6}WarcryEffectUnique__2 +{variant:5,6}WarcryCooldownIs2SecondsUnique__1 +]],[[ +Bloodseeker +Hellion's Paw +Variant: Pre 3.0.0 +Variant: Current +Requires Level 62, 131 Dex, 95 Int +Implicits: 1 +LifeLeechPermyriadImplicitClaw1 +{variant:1}LocalIncreasedPhysicalDamagePercentUnique__10 +{variant:2}LocalIncreasedPhysicalDamagePercentUniqueClaw3 +LocalAddedPhysicalDamageUniqueClaw3 +LocalIncreasedAttackSpeedUniqueClaw3 +LifeLeechPermyriadUniqueClaw3 +MovementVelocityUniqueIntHelmet2 +LocalLifeLeechIsInstantUniqueClaw3 +]],[[ +Cybil's Paw +Thresher Claw +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 37, 53 Dex, 77 Int +Implicits: 3 +{variant:1}LifeGainPerTargetImplicitClaw3 +{variant:2}+21 Life gained for each Enemy hit by Attacks +{variant:3}LifeGainPerTargetImplicit2Claw6 +IncreasedCastSpeedUniqueClaw7 +IncreasedManaUniqueHelmetDexInt3 +LifeGainedOnSpellHitUniqueClaw7 +{variant:1}6% increased Spell Damage per 5% Block Chance +{variant:2,3}8% increased Spell Damage per 5% Block Chance +]],[[ +Essentia Sanguis +Eye Gouger +Variant: Pre 1.3.0 +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 64, 113 Dex, 113 Int +Implicits: 3 +{variant:1,2}LifeLeechPermyriadUniqueShieldDex2 +{variant:3}+31 Life gained for each Enemy hit by Attacks +{variant:4}LifeGainPerTargetImplicit2Claw12 +{variant:1}10% additional Chance to Block while Dual Wielding Claws +{variant:2,3,4}8% additional Chance to Block while Dual Wielding Claws +{variant:1}LocalIncreasedPhysicalDamagePercentUniqueWand9 +{variant:2,3,4}LocalIncreasedPhysicalDamageUniqueOneHandMace4 +{variant:1}Adds 1 to 50 Lightning Damage +{variant:2,3}Adds 1 to 80 Lightning Damage +{variant:4}AddedLocalLightningDamageUniqueClaw1 +LocalIncreasedAttackSpeedUniqueClaw1 +IncreasedEnergyShieldUnique__5 +LeechEnergyShieldInsteadofLife +]],[[ +Essentia Sanguis +Vaal Claw +Variant: Pre 3.11.0 +Variant: Current +Requires Level 66, 95 Dex, 131 Int +Implicits: 1 +LifeLeechUniqueRing2 +BlockWhileDualWieldingClawsUniqueClaw1 +LocalIncreasedPhysicalDamageUniqueOneHandMace4 +AddedLocalLightningDamageUniqueClaw1 +LocalIncreasedAttackSpeedUniqueClaw1 +IncreasedEnergyShieldUnique__5 +{variant:1}LeechEnergyShieldInsteadofLife +{variant:2}MaximumESLeechAmountUnique__1_ +{variant:2}ESLeechFromAttacksNotRemovedOnFullESUnique__1 +{variant:2}KeystoneGhostReaverUnique__1 +]],[[ +Hand of Thought and Motion +Blinder +League: Breach +Source: Drops in Esh Breach or from unique{Esh, Forked Thought} +Upgrade: Upgrades to unique{Hand of Wisdom and Action} using currency{Blessing of Esh} +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 22, 41 Dex, 41 Int +Implicits: 2 +{variant:1}LifeGainPerTargetUniqueDagger2 +{variant:2,3}LifeGainPerTargetImplicit2Claw4 +WeaponElementalDamageUnique__4 +LocalAddedLightningDamageUnique__4 +LocalIncreasedAttackSpeedUniqueBow10 +{variant:1,2}Adds 1 to 3 Lightning Damage to Attacks with this Weapon per 10 Intelligence +{variant:3}AddedLightningDamagePerIntelligenceUnique__2 +]],[[ +Hand of Wisdom and Action +Imperial Claw +League: Breach +Source: Upgraded from unique{Hand of Thought and Motion} using currency{Blessing of Esh} +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 68, 131 Dex, 95 Int +Implicits: 2 +{variant:1}LifeGainPerTargetImplicit2Claw6 +{variant:2,3}LifeGainPerTargetImplicit2Claw13 +WeaponElementalDamageUnique__4 +PercentageDexterityUnique__3 +PercentageIntelligenceUnique__3 +{variant:1,2}Adds 1 to 6 Lightning Damage to Attacks with this Weapon per 10 Intelligence +{variant:3}AddedLightningDamagePerIntelligenceUnique__1 +IncreasedAttackSpeedPerDexterityUnique__1 +]],[[ +Izaro's Dilemma +Imperial Claw +Source: Drops in The Lord's Labyrinth +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 68, 131 Dex, 95 Int +Implicits: 2 +{variant:1}LifeGainPerTargetImplicit2Claw6 +{variant:2,3}LifeGainPerTargetImplicit2Claw13 +LocalIncreasedPhysicalDamagePercentUnique__6 +LocalAddedPhysicalDamageUnique__3 +LocalIncreasedAttackSpeedUniqueBow10 +{variant:1,2}+(250-350) to Accuracy Rating +{variant:3}IncreasedAccuracyUnique__5 +100% increased Physical Damage while Frozen +]],[[ +Last Resort +Nailed Fist +Implicits: 1 ++3 Life gained for each Enemy hit by your Attacks +IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalAddedPhysicalDamagePercentUniqueClaw4 +IncreasedClawDamageOnLowLifeUniqueClaw4 +IncreasedAccuracyWhenOnLowLifeUniqueClaw4 +]],[[ +Replica Last Resort +Variant: Pre 3.14.0 +Variant: Current +Nailed Fist +League: Heist +Implicits: 1 +LifeGainPerTargetImplicit2Claw1 +{variant:1}50% increased Attack Speed when on Low Life +{variant:2}IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +IncreasedAccuracyWhenOnLowLifeUniqueClaw4 +IncreasedClawDamageOnLowLifeUnique__1__ +DealNoDamageWhenNotOnLowLifeUnique__1 +]],[[ +Law of the Wilds +Hellion's Paw +Variant: Pre 3.14.0 +Variant: Current +League: Harvest +Source: Drops from unique{Avatar of the Grove} +Requires Level 62, 131 Dex, 95 Int +Implicits: 1 +LifeLeechPermyriadImplicitClaw1 +{variant:1}20% chance to Trigger Level 20 Summon Spectral Wolf on Critical Strike with this Weapon +{variant:2}SummonWolfOnCritUnique__1 +LocalIncreasedAttackSpeedUniqueSceptre9 +LocalCriticalStrikeChanceUnique__17_ +CriticalMultiplierUniqueDagger8 +]],[[ +Mortem Morsu +Fright Claw +Variant: Pre 2.2.0 +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 34, 61 Dex, 61 Int +Implicits: 2 +{variant:1,2}LifeLeechUniqueRing2 +{variant:3,4}LifeGainPerTargetImplicit2Claw5_1 +LocalIncreasedPhysicalDamagePercentUniqueClaw2 +LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 +LocalCriticalStrikeChanceUniqueClaw2 +{variant:1}CriticalMultiplierImplicitSword1 +{variant:2,3,4}CriticalMultiplierUniqueGlovesDexInt4 +PhysicalDamageConvertToChaosUniqueClaw2 +{variant:1,2,3}LocalPoisonOnHit +{variant:4}LocalChanceToPoisonOnHitUnique__2 +StunThresholdReductionUniqueClaw2_ +]],[[ +Ornament of the East +Gut Ripper +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 46, 80 Dex, 80 Int +Implicits: 2 +{variant:1}+21 Life gained for each Enemy hit by Attacks +{variant:2,3}LifeGainPerTargetImplicit2Claw8 +LocalIncreaseSocketedDexterityGemLevelUniqueClaw8 +{variant:3}DisplaySocketedGemsGetsFasterAttackUnique__1 +{variant:1,2}LocalIncreasedPhysicalDamagePercentUnique__10 +{variant:3}LocalIncreasedPhysicalDamageUniqueClaw8 +LocalIncreasedAttackSpeedUniqueBow10 +25% increased Stun Recovery +AlwaysHits +]],[[ +Rive +Terror Claw +Requires Level 70, 113 Dex, 113 Int +Implicits: 1 +LifeLeechUniqueRing2 +LocalIncreasedPhyiscalDamagePercentUnique__3 +LocalAddedPhysicalDamageUnique__13 +CausesBleedingUnique__1 +IncreasePhysicalDegenDamagePerDexterityUnique__1 +1% increased Bleed Duration per 12 Intelligence +BleedingEnemiesFleeOnHitUnique__1 +]],[[ +The Scourge +Terror Claw +Source: Drops from unique{Guardian of the Chimera} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 70, 113 Dex, 113 Int +Implicits: 1 +LifeLeechUniqueRing2 +{variant:1}10% Chance to Cast level 10 Summon Spectral Wolf on Kill +LocalAddedPhysicalDamageUnique__23_ +LocalIncreasedAttackSpeedUniqueBow10 +IncreasedMinionAttackSpeedUnique__1_ +MinionDamageAlsoAffectsYouUnique__1 +IncreasedMinionDamageIfYouHitEnemyUnique__1 +]],[[ +Touch of Anguish +Imperial Claw +Variant: Pre 2.6.0 +Variant: Current +Requires Level 68, 131 Dex, 95 Int +Implicits: 2 +{variant:1}LifeGainPerTargetImplicit2Claw6 +{variant:2}LifeGainPerTargetImplicit2Claw13 +LocalAddedPhysicalDamageUnique__14 +ColdDamagePercentUniqueHelmetInt4 +LocalCriticalStrikeChanceUnique__10 +ChanceToGainFrenzyChargeOnKillingFrozenEnemyUnique__1 +AdditionalChainWhileAtMaxFrenzyChargesUnique___1 +ChanceToFreezeUnique__4 +Critical Strikes do not always Freeze +]],[[ +The Wasp Nest +Throat Stabber +Variant: Pre 3.7.0 +Variant: Current +Requires Level 60, 113 Dex, 113 Int +Implicits: 1 +LifeGainPerTargetImplicit2Claw11_ +LocalIncreasedPhysicalDamagePercentUniqueClaw3 +LocalIncreasedAttackSpeedUniqueOneHandSword9 +LocalCriticalStrikeChanceUnique__11 +{variant:1}+(180-200) to Accuracy Rating +{variant:2}LocalIncreasedAccuracyUnique__1 +LocalChanceToPoisonOnHitUnique__4 +AddedChaosDamageVsEnemiesWith5PoisonsUnique__1 +Enemies affected by at least 5 Poisons +]],[[ +Wildslash +Awl +Variant: Pre 2.6.0 +Variant: Current +Requires Level 12, 25 Dex, 25 Int +Implicits: 2 +{variant:1}+5 Life gained for each Enemy hit by Attacks +{variant:2}LifeGainPerTargetImplicit2Claw3 +StrengthUniqueClaw9 +DexterityUniqueDagger11 +15% reduced Accuracy Rating +LocalAddedPhysicalDamageUniqueClaw9 +LocalIncreasedAttackSpeedUniqueBow10 +DamageWithMovementSkillsUniqueClaw9 +AttackSpeedWithMovementSkillsUniqueClaw9 +]], +} diff --git a/src/Data/Uniques/Special/dagger.lua b/src/Data/Uniques/Special/dagger.lua new file mode 100644 index 0000000000..5b09774b73 --- /dev/null +++ b/src/Data/Uniques/Special/dagger.lua @@ -0,0 +1,314 @@ + -- Item data (c) Grinding Gear Games + +return { +-- Weapon: Dagger +[[ +Arakaali's Fang +Fiend Dagger +Requires Level 53, 58 Dex, 123 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew2 +SummonSpidersOnKillUnique__1 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9 +LocalAddedPhysicalDamageUnique__25 +LocalAddedChaosDamageUnique___1 +LocalChanceToPoisonOnHitUnique__1 +]],[[ +Bino's Kitchen Knife +Slaughter Knife +Variant: Pre 2.2.0 +Variant: Current +Requires Level 65, 81 Dex, 117 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +DegenerationDamageUniqueDagger8 +LocalAddedPhysicalDamageUniqueDagger8 +LocalCriticalStrikeChanceUnique__4 +{variant:1}+(10-15)% to Global Critical Strike Multiplier +{variant:2}CriticalMultiplierUniqueDagger8 +ChaosResistUniqueDagger8 +PoisonSpreadAndHealOnPoisonedKillUniqueDagger8 +and nearby Allies Regenerate 200 Life per second +]],[[ +Bloodplay +Stiletto +Variant: Pre 2.6.0 +Variant: Current +Requires Level 15, 30 Dex, 30 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +DexterityUniqueJewel8 +LocalIncreasedPhysicalDamagePercentUniqueDagger12 +LocalAddedPhysicalDamageUniqueDagger12 +IncreasedAttackSpeedUniqueQuiver1 +ExtraGore +{variant:1}10% chance to cause Bleeding on Hit +{variant:2}LocalChanceToBleedUniqueOneHandMace8 +]],[[ +Replica Bloodplay +Stiletto +League: Heist +Requires Level 15, 30 Dex, 30 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +StrengthUnique__20_ +LocalIncreasedPhysicalDamagePercentUniqueDagger12 +LocalAddedPhysicalDamageUniqueDagger12 +LocalChanceToBleedUniqueOneHandMace8 +CriticalStrikeChanceAgainstBleedingEnemiesUnique__1 +ExtraGore +]],[[ +Cold Iron Point +Ezomyte Dagger +Requires Level 62, 95 Dex, 131 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +GlobalPhysicalSpellGemsLevelUnique__1 +DealNoElementalDamageUnique__2 +]],[[ +Replica Cold Iron Point +Ezomyte Dagger +League: Heist +Requires Level 62, 95 Dex, 131 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +GlobalColdSpellGemsLevelUnique__1 +DealNoColdDamageUnique__1 +]],[[ +The Consuming Dark +Fiend Dagger +Variant: Pre 2.2.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 53, 58 Dex, 123 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew2 +LocalIncreaseSocketedFireGemLevelUniqueDagger10 +SpellDamageUniqueDagger10 +IntelligenceUnique__25 +{variant:1}45% of Fire Damage Converted to Chaos Damage +{variant:2,3}ConvertFireToChaosUniqueDagger10Updated +{variant:1,2}ChaosDamagePoisonsUniqueDagger10 +{variant:3}ChaosDamageChanceToPoisonUnique__1 +]],[[ +Divinarius +Imperial Skean +League: Legion +Source: Drops from Templar Legion +Variant: Pre 3.7.0 +Variant: Current +Requires Level 66, 95 Dex, 131 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +SpellDamageOnWeaponUniqueDagger1 +{variant:1}LifeGainedFromEnemyDeathUniqueTwoHandMace7 +{variant:2}LifeGainedFromEnemyDeathUniqueDagger1 +{variant:1}ManaGainedFromEnemyDeathUniqueRing4 +{variant:2}ManaGainedFromEnemyDeathUniqueShieldInt3 +10% increased Area of Effect of Area Skills +{variant:2}SpellCriticalStrikeChanceIfKilledRecentlyUnique__1 +{variant:2}SpellCriticalStrikeMultiplierIfNotKilledRecentlyUnique__1 +]],[[ +Goredrill +Skinning Knife +Upgrade: Upgrades to unique{Sanguine Gambol} via prophecy{Crimson Hues} +Requires Level 5, 16 Dex +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +DexterityUniqueDagger11 +LocalIncreasedPhysicalDamagePercentUniqueBow10 +LocalAddedPhysicalDamageUniqueDagger11 +LocalCriticalStrikeChanceUniqueDagger11 +BleedOnMeleeCriticalStrikeUnique__1 +AttackDamageAgainstBleedingUniqueDagger11 +]],[[ +Sanguine Gambol +Skinning Knife +Source: Upgraded from unique{Goredrill} via prophecy{Crimson Hues} +Requires Level 59 +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +LocalIncreasedPhysicalDamagePercentUniqueBow10 +LocalAddedPhysicalDamageUnique__36 +DexterityUniqueDagger11 +LocalCriticalStrikeChanceUniqueDagger11 +BleedOnMeleeCriticalStrikeUnique__1 +AttackDamageAgainstBleedingUniqueDagger11 +CrimsonDanceIfCritRecentlyUnique__1 +]],[[ +Goblinedge +Ambusher +League: Ritual +Requires Level 60, 113 Dex, 113 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +LocalIncreasedPhysicalDamagePercentUnique__43 +AttackSpeedFrenzyChargeNotGainedUnique__1 +CriticalStrikeChancePowerChargeNotGainedUnique__1 +ExtendFrenzyPowerChargeDurationCullUnique__1 +LifeGainOnCullUnique__1 +ManaGainOnCullUnique__1_ +]],[[ +Heartbreaker +Royal Skean +Variant: Pre 2.6.0 +Variant: Current +Requires Level 50, 71 Dex, 102 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +{variant:1}SpellDamageUnique__7 +{variant:2}SpellDamageOnWeaponUniqueDagger4 +IncreasedManaUniqueWand3 +IncreasedEnergyShieldUniqueDagger4 +ReducedEnergyShieldDelayUniqueBodyInt1 +SpellsHaveCullingStrikeUniqueDagger4 +]],[[ +Replica Heartbreaker +Royal Skean +League: Heist +Requires Level 50, 71 Dex, 102 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +SpellDamageOnWeaponUniqueDagger4 +IncreasedEnergyShieldUniqueDagger4 +ReducedEnergyShieldDelayUniqueBodyInt1 +IncreasedLifeUnique__47 +ImpaleEffectUnique__1 +ChanceToImpaleWithSpellsUnique__1 +]],[[ +The Hidden Blade +Ambusher +League: Heist +Requires Level 60, 113 Dex, 113 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +UniqueSecretBladeGrantHiddenBlade +DexterityUnique__20__ +LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8 +ReducedAttackSpeedWhilePhasingUnique__1 +]],[[ +Mark of the Doubting Knight +Platinum Kris +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 64, 76 Dex, 149 Int +Implicits: 1 +CriticalStrikeChanceUniqueOneHandSword2 +5% Additional Chance to Block while Dual Wielding +{variant:1}LocalIncreasedPhysicalDamagePercentUnique__35 +{variant:2}(210-240)% increased Physical Damage +{variant:3}LocalIncreasedPhysicalDamagePercentUniqueDagger9 +ReducedAttackSpeedUniqueAmulet16 +AllResistancesUniqueDagger9 +{variant:1,2}Melee Critical Strikes have 25% chance to cause Bleeding +{variant:3}BleedOnMeleeCriticalStrikeUnique__1 +{variant:1,2}Melee Critical Strikes have 25% chance to Poison the Enemy +{variant:3}CausesPoisonOnCritUniqueDagger9 +]],[[ +Mightflay +Flaying Knife +Requires Level 35, 73 Dex, 51 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalAddedPhysicalDamageUniqueDagger2 +StrengthUniqueDagger2 ++10 Life gained for each Enemy hit by your Attacks +]],[[ +Taproot +Ambusher +Requires Level 60, 113 Dex, 113 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +LocalIncreasedPhysicalDamagePercentUnique__29 +LocalIncreasedAttackSpeedUniqueBow10 +PoisonDurationUnique__1_ +AttackDamageManaLeechAgainstPoisonedEnemiesUnique_2 +LifeLeechFromAttackDamageAgainstMaimedEnemiesUnique__1 +LocalMaimOnHitChanceUnique__1 +LocalChanceToPoisonOnHitUnique__4 +]],[[ +Ungil's Gauche +Boot Knife +Variant: Pre 1.1.0 +Variant: Pre 1.3.0 +Variant: Current +Requires Level 20, 31 Dex, 45 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +{variant:2}20% additional Chance to Block while Dual Wielding +{variant:1,3}12% additional Chance to Block while Dual Wielding +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +DexterityUniqueRing8 +AddedLightningDamageUniqueDagger3 +IncreasedAttackSpeedUniqueQuiver1 +CriticalStrikeChanceUniqueOneHandSword2 +]],[[ +Replica Ungil's Gauche +Boot Knife +League: Heist +Requires Level 20, 31 Dex, 45 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +BlockWhileDualWieldingUnique__2_ +DexterityUniqueRing8 +IncreasedAttackSpeedUniqueQuiver1 +CriticalStrikeChanceUniqueOneHandSword2 +ChanceToChillAttackersOnBlockUnique__2__ +ChanceToShockAttackersOnBlockUnique__2 +]],[[ +Vulconus +Demon Dagger +Variant: Pre 3.5.0 +Variant: Current +Source: Drops from unique{The Enslaver} (Tier 11+) +Requires Level 68, 76 Dex, 149 Int +Implicits: 1 +40% increased Global Critical Strike Chance +Adds (85-110) to (130-150) Physical Damage +LocalAddedFireDamageUnique__5__ +{variant:2}CausesBleedingUniqueTwoHandAxe4 +{variant:1}Attacks with this Weapon deal (80-100) to (160-200) added Fire Damage to Bleeding Enemies +{variant:1}Attacks with this Weapon deal (80-100) to (160-200) added Physical Damage to Ignited Enemies +{variant:1}Attacks with this Weapon have 25% chance to inflict Bleeding against Ignited Enemies +{variant:2}(75-100)% increased Fire Damage with Hits and Ailments against Bleeding Enemies +{variant:2}(75-100)% increased Physical Damage with Hits and Ailments against Ignited Enemies +Every 8 seconds, gain Avatar of Fire for 4 seconds +{variant:1}(80-120)% increased Critical Strike Chance while you have Avatar of Fire +{variant:2}(160-200)% increased Critical Strike Chance while you have Avatar of Fire +50% of Physical Damage Converted to Fire while you have Avatar of Fire +{variant:1}+1000 Armour while you do not have Avatar of Fire +{variant:2}ArmourWithoutAvatarOfFireUnique__1 +]],[[ +White Wind +Imperial Skean +Variant: Pre 3.11.0 +Variant: Current +Requires Level 66, 95 Dex, 131 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +LocalAddedColdDamageUnique__7 +LocalIncreasedAttackSpeedUniqueBow10 +{variant:1}+(300-400) to Evasion Rating +{variant:2}IncreasedEvasionRatingUnique__3 +{variant:1}20% chance to Dodge Attacks while your Off Hand is empty +{variant:2}(15-25)% chance to Dodge Attacks while your Off Hand is empty +{variant:1}100% increased Cold Damage while your Off Hand is empty +{variant:2}IncreasedColdDamageWhileOffhandIsEmpty_ +]],[[ +Widowmaker +Boot Blade +Variant: Pre 3.0.0 +Variant: Current +Requires Level 44, 63 Dex, 90 Int +Implicits: 1 +CriticalStrikeChanceImplicitDaggerNew1 +{variant:1}Adds (15-25) to (35-45) Physical Damage +{variant:2}LocalAddedPhysicalDamageUnique__8 +LocalCriticalStrikeChanceUnique__2 +LocalCriticalMultiplierUniqueDagger4 +CriticalChanceAgainstEnemiesOnFullLifeUnique__1 +CriticalStrikeAttackLifeLeechUnique__1 +]], +} diff --git a/src/Data/Uniques/Special/flask.lua b/src/Data/Uniques/Special/flask.lua new file mode 100644 index 0000000000..a46871537a --- /dev/null +++ b/src/Data/Uniques/Special/flask.lua @@ -0,0 +1,386 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Flask: Life +[[ +Blood of the Karui +Sanctified Life Flask +League: Domination, Nemesis +Variant: Pre 2.6.0 +Variant: Current +Requires Level 50 +(5-20)% increased Recovery Speed +{variant:1}No Life Recovery Applies during Flask effect +{variant:2}100% increased Amount Recovered +LocalFlaskLifeOnFlaskDurationEndUniqueFlask3 +]], +-- Flask: Mana +[[ +Doedre's Elixir +Greater Mana Flask +Variant: Pre 2.0.0 +Variant: Current +Requires Level 12 +Implicits: 0 +FlaskRemovePercentageOfEnergyShieldUniqueFlask2 +FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2 +FlaskGainPowerChargeUniqueFlask2 +FlaskGainFrenzyChargeUniqueFlask2 +FlaskGainEnduranceChargeUniqueFlask2 +{variant:1}LocalFlaskChargesUsedUnique__1 +{variant:2}LocalFlaskChargesUsedUniqueFlask2 +]],[[ +Lavianga's Spirit +Sanctified Mana Flask +League: Domination, Nemesis +Requires Level 50 +FlaskIncreasedRecoveryAmountUniqueFlask4 +100% increased Recovery Speed +Your Skills have no Mana Cost during Flask effect +]],[[ +Replica Lavianga's Spirit +Sanctified Mana Flask +League: Heist +Requires Level 50 +FlaskIncreasedRecoveryAmountUniqueFlask4 +50% reduced Recovery rate +LocalFlaskAttackAndCastSpeedWhileHealingUnique__1 +(5-15)% increased Cast Speed during Flask effect +FlaskBuffReducedManaCostWhileHealingUnique__1 +]],[[ +Zerphi's Last Breath +Grand Mana Flask +Variant: Pre 3.2.0 +Variant: Current +League: Perandus +Requires Level 18 +FlaskChargesUsedUnique__4 +{variant:1}Grants Last Breath when you Use a Skill during Flask Effect, for 800% of Mana Cost +{variant:2}FlaskLifeGainOnSkillUseUnique__1 +]], +-- Flask: Hybrid +[[ +Divination Distillate +Large Hybrid Flask +Variant: Pre 1.1.0 +Variant: Pre 2.2.0 +Variant: Pre 3.5.0 +Variant: Current +Requires Level 30 +FlaskItemRarityUniqueFlask1 +{variant:1}(20-25)% increased Quantity of Items found during Flask effect +{variant:2,3,4}FlaskItemQuantityUniqueFlask1 +FlaskLightRadiusUniqueFlask1 +{variant:1,2}+6% to all maximum Elemental Resistances during Flask effect +{variant:3}FlaskMaximumElementalResistancesUniqueFlask1 +{variant:4}+50% to all Elemental Resistances during Flask Effect +]],[[ +The Writhing Jar +Hallowed Hybrid Flask +Requires Level 60 +(75-65)% reduced Amount Recovered +Instant Recovery +SummonsWormsOnUse +(20-10)% reduced Charges used +]], +-- Flask: Utility +[[ +Atziri's Promise +Amethyst Flask +Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} +Variant: Pre 3.0.0 +Variant: Current +Requires Level 68 +ChaosDamageLifeLeechPermyriadWhileUsingFlaskUniqueFlask5New +{variant:1}Gain (22-25)% of Physical Damage as Extra Chaos Damage during effect +{variant:2}AddedChaosDamageAsPercentOfPhysicalWhileUsingFlaskUniqueFlask5 +{variant:1}Gain (13-15)% of Elemental Damage as Extra Chaos Damage during effect +{variant:2}AddedChaosDamageAsPercentOfElementalWhileUsingFlaskUniqueFlask5 +]],[[ +Bottled Faith +Sulphur Flask +League: Synthesis +Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} +Requires Level 35 +UtilityFlaskConsecrate +FlaskConsecratedGroundDurationUnique__1 +FlaskConsecratedGroundAreaOfEffectUnique__1_ ++(1.0-2.0)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect +FlaskConsecratedGroundDamageTakenUnique__1 +]],[[ +Coralito's Signature +Diamond Flask +Requires Level 27 +FlaskTakeChaosDamagePerSecondUnique__1 +FlaskChanceToPoisonUnique__1 +FlaskHitsHaveNoCritMultiUnique__1 +FlaskPoisonDurationUnique__1 +FlaskGrantsPerfectAgonyUnique__1_ +]],[[ +Coruscating Elixir +Ruby Flask +Variant: Pre 2.6.0 +Variant: Current +Requires Level 18 +Implicits: 0 +{variant:2}FlaskEffectDurationUnique__4 +ChaosDamageDoesNotBypassESDuringFlaskEffectUnique__1 +RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUseUnique__1 +Removed life is regenerated as Energy Shield over 2 seconds +]],[[ +Cinderswallow Urn +Silver Flask +League: Betrayal +Source: Drops from unique{Catarina, Master of Undeath} +Variant: Crit Chance +Variant: Damage Taken is Leeched as Life +Variant: Item Rarity +Variant: Reduced Mana Cost +Variant: Movement Speed/Stun Avoidance +Variant: Life Regen +Requires Level 22 +Implicits: 0 +GainChargeOnConsumingIgnitedCorpseUnique__1__ +EnemiesIgnitedTakeIncreasedDamageUnique__1 +RecoverMaximumLifeOnKillFlaskEffectUnique__1 +RecoverMaximumManaOnKillFlaskEffectUnique__1 +RecoverMaximumEnergyShieldOnKillFlaskEffectUnique__1 +{variant:1}{crafted}(60-80)% increased Critical Strike Chance during Flask Effect +{variant:2}{crafted}15% of Damage Taken from Hits is Leeched as Life during Flask Effect +{variant:3}{crafted}(20-30)% increased Rarity of Items found during Flask Effect +{variant:4}{crafted}(25-20)% reduced Mana Cost of Skills during Flask Effect +{variant:5}{crafted}(8-12)% increased Movement Speed during Flask effect +{variant:5}{crafted}50% Chance to avoid being Stunned during Flask Effect +{variant:6}{crafted}3% of Life Regenerated per second during Flask Effect +]],[[ +Dying Sun +Ruby Flask +Source: Drops from unique{The Shaper} +Variant: Pre 3.0.0 +Variant: Current +Requires Level 68 +(-10-10)% increased Charges used +{variant:1}30% increased Area of Effect during Flask Effect +{variant:2}FlaskIncreasedAreaOfEffectDuringEffectUnique__1_ +2 additional Projectiles during Flask Effect +]],[[ +Forbidden Taste +Quartz Flask +Variant: Pre 1.2.3 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 27 +{variant:1,2}FlaskChargesUsedUnique__4 +{variant:1}Recover 50% of your maximum Life on use +{variant:2}Recover 75% of your maximum Life on use +{variant:3}Recover (75-100)% of your maximum Life on use +{variant:1}15% of maximum Life taken as Chaos Damage per second +{variant:2,3}LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6 +]],[[ +Kiara's Determination +Silver Flask +Variant: Pre 3.0.0 +Variant: Current +Requires Level 22 +Implicits: 0 +FlaskImmuneToStunFreezeCursesUnique__1 +{variant:1}50% reduced Duration +{variant:2}FlaskEffectDurationUnique__2 +]],[[ +Lion's Roar +Granite Flask +Variant: Pre 2.2.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 27 +KnockbackOnFlaskUseUniqueFlask9 +MonstersFleeOnFlaskUseUniqueFlask9 +{variant:1}LocalFlaskChargesUsedUniqueFlask9 +{variant:1}30% more Melee Physical Damage during effect +{variant:2}(30-35)% more Melee Physical Damage during effect +{variant:3}PhysicalDamageOnFlaskUseUniqueFlask9 +Knocks Back Enemies in an Area on Flask use +]],[[ +Rotgut +Quicksilver Flask +Variant: Pre 2.2.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 40 +{variant:1}(100-150)% increased Charges used +{variant:2,3}LocalFlaskChargesUsedUnique__1 +{variant:3}FlaskEffectDurationUnique__3 +{variant:1,2}15% chance to gain a Flask Charge when you deal a Critical Strike +{variant:3}FlaskChanceRechargeOnCritUnique__1 +FlaskBuffMovementSpeedWhileHealingUnique__1 +FlaskConsumesFrenzyChargesUnique__1 +{variant:1,2}Gain Onslaught for 1 second per Frenzy Charge on use +{variant:3}Gain Onslaught for 2 second per Frenzy Charge on use +]],[[ +Rumi's Concoction +Granite Flask +Variant: Pre 1.3.0 +Variant: Pre 2.5.0 +Variant: Current +Requires Level 68 +{variant:1}(30-40)% Chance to Block during Flask effect +{variant:2}(20-30)% Chance to Block during Flask effect +{variant:3}(14-20)% Chance to Block during Flask effect +{variant:1}(15-20)% Chance to Block Spells during Flask effect +{variant:2}(10-15)% Chance to Block Spells during Flask effect +{variant:3}(6-10)% Chance to Block Spells during Flask effect +]],[[ +Replica Rumi's Concoction +Granite Flask +League: Heist +Requires Level 68 +FlaskGainEnduranceChargeUniqueFlask2 +BlockIncreasedDuringFlaskEffectUnique__1 +SpellBlockIncreasedDuringFlaskEffectUnique__1_ +LocalFlaskPetrifiedUnique__1 +FlaskIncreasedDurationUnique__2 +]],[[ +Sin's Rebirth +Stibnite Flask +Requires Level 14 +Implicits: 1 +UtilityFlaskSmokeCloud +LocalFlaskUnholyMightUnique__1 +FlaskDispellsBurningUnique__1 +Removes Burning on use +]],[[ +The Sorrow of the Divine +Sulphur Flask +League: Legion +Source: Drops from Templar Legion +Requires Level 35 +Implicits: 1 +UtilityFlaskConsecrate +FlaskEffectDurationUnique__1 +FlaskZealotsOathUnique__1 +Life Recovery from Flasks also applies to Energy Shield during Flask Effect +]],[[ +Replica Sorrow of the Divine +Sulphur Flask +League: Heist +Requires Level 35 +Implicits: 1 +UtilityFlaskConsecrate +FlaskEffectDurationUnique__1 +FlaskEldritchBatteryUnique__1 +Life Recovery from Flasks also applies to Energy Shield during Flask Effect +]],[[ +Soul Catcher +Quartz Flask +League: Incursion +Source: Drops from unique{The Vaal Omnitect} +Upgrade: Upgrades to unique{Soul Ripper} via currency{Vial of the Ghost} +Variant: Pre 3.10.0 +Variant: Current +Requires Level 27 +NoManaRecoveryDuringFlaskEffectUnique__1_ +{variant:2}FlaskVaalSkillCriticalStrikeChanceUnique__1 +{variant:1}Vaal Skills deal (60-100)% increased Damage during effect +{variant:2}Vaal Skills deal (80-120)% increased Damage during effect +{variant:1}Vaal Skills have 25% reduced Soul Cost during effect +FlaskVaalSoulPreventionDurationUnique__1_ +]],[[ +Soul Ripper +Quartz Flask +League: Incursion +Source: Upgraded from unique{Soul Catcher} via currency{Vial of the Ghost} +Variant: Pre 3.10.0 +Variant: Current +Requires Level 27 +{variant:1}FlaskChargesUsedUnique__7 +{variant:1}FlaskVaalSkillDamageUnique__2 +{variant:1}FlaskVaalNoSoulPreventionUnique__1 +{variant:1}CannotGainFlaskChargesDuringEffectUnique__1 +{variant:2}+(-40 to 90) maximum Charges +{variant:2}FlaskLoseChargesOnNewAreaUnique__1 +{variant:2}FlaskVaalConsumeMaximumChargesUnique__1 +{variant:2}FlaskVaalGainSoulsAsChargesUnique__1_ +]],[[ +Taste of Hate +Sapphire Flask +Variant: Pre 2.2.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 18 +{variant:1}30% of Physical Damage from Hits taken as Cold Damage during Flask effect +{variant:2,3}PhysicalTakenAsColdUniqueFlask8 +{variant:1,2}Gain (20-30)% of Physical Damage as Extra Cold Damage during effect +{variant:3}PhysicalAddedAsColdUniqueFlask8 +AvoidChillUniqueFlask8 +AvoidFreezeUniqueFlask8 +]],[[ +The Overflowing Chalice +Sulphur Flask +Requires Level 35 +Implicits: 1 +UtilityFlaskConsecrate +FlaskChargesAddedIncreasePercentUnique_1 +FlaskIncreasedDurationUnique1 +CannotGainFlaskChargesDuringFlaskEffectUnique_1 +IncreasedFlaskChargesForOtherFlasksDuringEffectUnique_1 +]],[[ +Vessel of Vinktar +Topaz Flask +Source: Drops from unique{Avatar of Thunder} in unique{The Vinktar Square} +Variant: Pre 2.2.0 (Penetration) +Variant: Pre 2.2.0 (Spells) +Variant: Pre 2.2.0 (Attacks) +Variant: Pre 2.2.0 (Conversion) +Variant: Pre 3.0.0 (Penetration) +Variant: Pre 3.0.0 (Spells) +Variant: Pre 3.0.0 (Attacks) +Variant: Pre 3.0.0 (Conversion) +Variant: Pre 3.14.0 (Spells) +Variant: Pre 3.14.0 (Conversion) +Variant: Current (Penetration) +Variant: Current (Spells) +Variant: Current (Attacks) +Variant: Current (Conversion) +Variant: Current (Proliferation) +Requires Level 68 +{variant:5,6,7,8,9,10,11,12,13,14,15}FlaskChargesUsedUnique___2 +{variant:1,2,3,4,5,6,7,8}Shocks nearby Enemies during Flask effect +{variant:9,10,11,12,13,14,15}ShockNearbyEnemiesDuringFlaskEffect___1 +{variant:1,2,3,4,5,6,7,8}You are Shocked during Flask effect +{variant:9,10,11,12,13,14,15}ShockSelfDuringFlaskEffect__1 +{variant:1,2,3,4}30% of Lightning Damage Leeched as Life during Flask effect +{variant:5,6,7,8,9,10,11,12,13,14,15}LightningLifeLeechDuringFlaskEffect__1 +{variant:1,2,3,4}30% of Lightning Damage Leeched as Mana during Flask effect +{variant:5,6,7,8}LightningManaLeechDuringFlaskEffect__1 +{variant:1,2,3,4}LeechInstantDuringFlaskEffect__1 +{variant:1,5,11}LightningPenetrationDuringFlaskEffect__1 +{variant:2,6,9}Adds (15-25) to (70-90) Lightning Damage to Spells during Flask effect +{variant:12}AddedSpellLightningDamageDuringFlaskEffect__1 +{variant:3,7,13}AddedLightningDamageDuringFlaskEffect__1 +{variant:4,8,10}20% of Physical Damage Converted to Lightning during Flask effect +{variant:14}PhysicalToLightningDuringFlaskEffect__1 +{variant:15}(25-40)% increased Effect of Shock during Flask effect +{variant:15}Shocks you inflict during Flask Effect spread to other Enemies within a Radius of 20 +]],[[ +The Wise Oak +Bismuth Flask +Variant: Pre 3.0.0 +Variant: Current +Requires Level 8 +FlaskElementalDamageTakenOfLowestResistUnique__1 +{variant:1}During Flask Effect, Damage Penetrates 20% Resistance of each Element for which your Uncapped Elemental Resistance is highest +{variant:2}FlaskElementalPenetrationOfHighestResistUnique__1 +]],[[ +Witchfire Brew +Stibnite Flask +Variant: Pre 3.0.0 +Variant: Current +Requires Level 48 +Implicits: 1 +UtilityFlaskSmokeCloud +FlaskChargesUsedUnique__4 +{variant:1}(50-70)% increased Damage Over Time during Flask Effect +{variant:2}IncreasedDamageOverTimeDuringFlaskEffectUnique__1 +VulnerabilityAuraDuringFlaskEffectUnique__1 +]], +} diff --git a/src/Data/Uniques/Special/gloves.lua b/src/Data/Uniques/Special/gloves.lua new file mode 100644 index 0000000000..903f380032 --- /dev/null +++ b/src/Data/Uniques/Special/gloves.lua @@ -0,0 +1,889 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Gloves: Armour +[[ +Atziri's Acuity +Vaal Gauntlets +Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} +Variant: Pre 3.1.0 +Variant: Current +Requires Level 75, 100 Str +IntelligenceUniqueGlovesStr3 +IncreasedLifeUniqueGlovesStr3 +LocalIncreasedPhysicalDamageReductionRatingPercentUniqueGlovesStr3 +CriticalStrikeChanceUniqueGlovesStr3 +{variant:1}CriticalStrikesLeechInstantlyUniqueGlovesStr3 +{variant:2}VaalPactIfCritRecentlyUnique__1 +]],[[ +Replica Atziri's Acuity +Vaal Gauntlets +League: Heist +Requires Level 63, 100 Str +IntelligenceUniqueGlovesStr3 +CriticalStrikeChanceUniqueGlovesStr3 +LocalIncreasedPhysicalDamageReductionRatingPercentUniqueGlovesStr3 +IncreasedLifeUniqueGlovesStr3 +PerfectAgonyIfCritRecentlyUnique__1 +]],[[ +Craiceann's Pincers +Titan Gauntlets +League: Bestiary +Source: Drops from unique{Craiceann, First of the Deep} +Requires Level 69, 98 Str +LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1 +(50-70) Life Regenerated per second +FireResistUniqueAmulet13 +DamagePerCrabBarrierUnique__1 +ChanceToGainMaximumCrabBarriersUnique__1_ +your maximum number of Crab Barriers +]],[[ +Doryani's Fist +Vaal Gauntlets +Variant: Pre 3.0.0 +Variant: Pre 3.5.0 +Variant: Pre 3.10.0 +Variant: Current +Requires Level 63, 100 Str +{variant:2,3,4}GrantsTouchOfGodUnique__1 +{variant:1,2,3}+30 to maximum Energy Shield +{variant:4}LocalIncreasedEnergyShieldUniqueGlovesStr4 +{variant:1,2,3}ChanceToShockUnique__1 +{variant:4}ChanceToShockUniqueGlovesStr4 +{variant:1,2}Adds (225-335) to (785-900) Lightning Damage to Unarmed Attacks +{variant:3,4}AddedLightningDamageWhileUnarmedUniqueGlovesStr4_ +{variant:1,2}Adds (60-90) to (210-240) Lightning Damage to Spells while Unarmed +{variant:3,4}AddedLightningDamagetoSpellsWhileUnarmedUniqueGlovesStr4 +{variant:1,2,3}+30 Energy Shield gained on Killing a Shocked Enemy +{variant:4}GainEnergyShieldOnKillShockedEnemyUniqueGlovesStr4 +{variant:4}ShockEffectUnique__3 +]],[[ +Hateforge +Ancient Gauntlets +League: Ultimatum +Requires Level 47, 68 Str +SupportedByRageUnique__1__ +LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr3 +ReducedRageCostUnique__1 +VaalAttacksUseRageInsteadOfSoulsUnique__1_ +CannotGainRageDuringSoulGainPreventionUnique__1__ +]],[[ +Empire's Grasp +Goliath Gauntlets +Requires Level 53, 76 Str +LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr5 +EnemyKnockbackDirectionReversedUniqueGlovesStr5_ +DisplaySupportedByKnockbackUniqueGlovesStr5 +]],[[ +Giantsbane +Bronze Gauntlets +Requires Level: 23, 36 Str +AddedPhysicalDamageUnique__5 +StrengthUniqueBodyStrInt3 +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9 +KeystoneIronGripUnique__1 +]],[[ +Lochtonial Caress +Iron Gauntlets +Variant: Pre 2.6.0 +Variant: Current +LocalIncreasedAttackSpeedUniqueBow10 +{variant:1}LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr1 +{variant:2}IncreasedLifeImplicitGlovesDemigods1 +IncreasedManaUniqueGlovesStr1 +IncreasedCastSpeedUnique__7 +{variant:2}10% chance to gain a Frenzy, Power or Endurance Charge on Kill +KeystoneConduitUnique__1__ +]],[[ +Meginord's Vise +Steel Gauntlets +Variant: Pre 1.1.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 35, 52 Str +10% increased Physical Damage +StrengthUniqueGlovesStr2 +{variant:1}IncreasedAttackSpeedUniqueGlovesStr2 +LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr2 +{variant:3}2% of Life Regenerated per second with at least 400 Strength +]],[[ +Veruso's Battering Rams +Titan Gauntlets +Requires Level 69, 98 Str +IncreasedAttackSpeedUnique_1 +LocalIncreasedPhysicalDamageReductionRatingPercentUnique7 +MovementVelocityUnique__9_ +IncreasedStunDurationOnSelfUnique_1 +IncreasedDamagePerEnduranceChargeUnique_1 +CannotBeShockedWhileMaximumEnduranceChargesUnique_1 +]],[[ +Vixen's Entrapment +Embroidered Gloves +Requires Level 36, 54 Int +Implicits: 0 +Trigger Socketed Curse Spells when you cast a Curse +LocalIncreasedEnergyShieldUnique__27_ +EnergyShieldLeechPerCurseUnique__1_ +AdditionalCurseOnEnemiesUnique__1 +(10-20)% increased Cast Speed with Curse Skills +]],[[ +Winds of Change +Ancient Gauntlets +Source: Drops in The Lord's Labyrinth +Variant: Pre 2.6.0 +Variant: Current +Requires Level 47, 68 Str +IncreasedLifeUnique__27 +ProjectileSpeedUnique__5__ +{variant:1}MovementSkillCooldownReducedMoveSpeedImplicitR2_ +{variant:2}MovementVelocityUnique__2 +KnockbackChanceUnique__1 +IncreasedProjectileDamageUnique___10_ +]], +-- Gloves: Evasion +[[ +Great Old One's Tentacles +Eelskin Gloves +Requires Level 38, 56 Dex +AddedPhysicalDamageUniqueShieldDex6 +IncreasedLifeUnique__2 +AttackImpaleChanceUnique__1 +EnemiesKilledApplyImpaleDamageUnique__1 +]],[[ +Hrimsorrow +Goathide Gloves +Upgrade: Upgrades to unique{Hrimburn} via prophecy{Fire and Ice} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 9, 17 Dex +StrengthUniqueClaw5_ +{variant:1}50% increased Evasion Rating +{variant:2}LocalIncreasedEvasionRatingPercentUniqueGlovesDex1 +{variant:1}ColdResistUniqueBelt13 +{variant:2}ColdResistUnique__3 +{variant:2}AddedColdDamageToSpellsAndAttacksUnique__2 +{variant:1}ConvertPhysicalToColdUnique__1 +{variant:2}ConvertPhysicalToColdUniqueGlovesDex1 +AttackerTakesColdDamageGlovesDex1 +]],[[ +Hrimburn +Goathide Gloves +Source: Upgraded from unique{Hrimsorrow} via prophecy{Fire and Ice} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 24, 17 Dex +StrengthUniqueClaw5_ +{variant:1}50% increased Evasion Rating +{variant:2}LocalIncreasedEvasionRatingPercentUniqueGlovesDex1 +{variant:1}ColdResistUniqueBelt13 +{variant:2}ColdResistUnique__3 +{variant:2}AddedColdDamageToSpellsAndAttacksUnique__2 +{variant:1}ConvertPhysicalToColdUnique__1 +{variant:2}ConvertPhysicalToColdUniqueGlovesDex1 +AttackerTakesColdDamageGlovesDex1 +ColdDamageIgnitesUnique__1 +]],[[ +Maligaro's Virtuosity +Deerskin Gloves +League: Legion +Source: Drops from Eternal Legion +Variant: Pre 1.1.0 +Variant: Pre 3.0.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 21, 33 Dex +DexterityUniqueGlovesInt4__ +LocalIncreasedAttackSpeedUniqueClaw3 +CriticalStrikeChanceUniqueOneHandSword2 +{variant:1}+(40-50)% to Global Critical Strike Multiplier +{variant:2}+(28-36)% to Global Critical Strike Multiplier +{variant:3}LocalCriticalMultiplierUniqueOneHandSword4 +{variant:4}CriticalStrikeMultiplierIs250Unique__1 +LocalIncreasedEvasionRatingPercentUniqueGlovesDex2 +]],[[ +Mercenary's Lot +Slink Gloves +League: Heist +Requires Level 70, 95 Dex +LocalIncreasedEvasionRatingUnique__5 +AttackAndCastSpeedUnique__7 +MarkCastSpeedUnique__1 +DamageAgainstMarkedEnemiesUnique__1 +TransferMarkOnDeathUnique__1 +]],[[ +Oskarm +Nubuck Gloves +Requires Level 52, 50 Dex +CurseOnHitCriticalWeaknessUnique__1 +(30-40)% increased Accuracy Rating +IncreasedLifeUnique__47 ++(-20-10)% to Chaos Resistance +(7-8)% chance to Dodge Spell Damage +IncreasedCriticalStrikeChancePerAccuracyRatingUnique__1 +]],[[ +Painseeker +Shagreen Gloves +Requires Level 54, 78 Dex +GlobalAddedFireDamageUnique__4 +GlobalAddedColdDamageUnique__4 +GlobalAddedLightningDamageUnique__4 +LocalIncreasedEvasionRatingPercentUnique__16 +CriticalStrikesNotAlwaysApplyAilmentsUnique__1 +ApplyAilmentsMoreDamageUnique__1 +]], +-- Gloves: Energy Shield +[[ +Allelopathy +Sorcerer Gloves +Requires Level 69, 97 Int +BlightSkillUnique__1 +DegenerationDamageUnique__2 +LocalIncreasedEnergyShieldUniqueBodyInt7 +10% increased Area of Effect of Area Skills +BlightSecondarySkillEffectDurationUnique__1 +YouCannotBeHinderedUnique__2 +]],[[ +Replica Allelopathy +Sorcerer Gloves +League: Heist +Requires Level 69, 97 Int +Grants Level 22 Wintertide Brand +DegenerationDamageUnique__2 +LocalIncreasedEnergyShieldUniqueBodyInt7 +AreaOfEffectUnique__3 +ImmuneToChillUnique__1 +WintertideBrandChillEffectUnique__1_ +]],[[ +Asenath's Gentle Touch +Silk Gloves +League: Legion +Source: Drops from Maraketh Legion +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 25, 39 Int +IntelligenceUnique__7 +{variant:1,2}IncreasedLifeImplicitGlovesDemigods1 +{variant:3}IncreasedLifeUniqueGlovesInt3 +{variant:1,2}IncreasedManaUniqueBodyInt9 +{variant:3}IncreasedManaUniqueGlovesInt3 +{variant:1}TemporalChainsOnHitUniqueGlovesInt3 +{variant:2,3}CurseOnHitTemporalChainsUnique__1 +{variant:3}CursesRemainOnDeathUnique__1_ +{variant:3}EnemiesNearCursesBlindAndExplodeUnique__1 +{variant:3}Enemies killed near Corpses affected by your Curses explode, dealing +{variant:3}3% of their Life as Physical Damage +]],[[ +Demon Stitcher +Satin Gloves +League: Delve +Requires Level 41, 60 Int +IncreasedCastSpeedUnique__16 +IncreasedEnergyShieldUnique__9 +IncreasedLifeUnique__2 +SacrificeLifeToGainESUnique__1 +]],[[ +Doedre's Tenure +Velvet Gloves +Upgrade: Upgrades to unique{Doedre's Malevolence} via prophecy{The Malevolent Witch} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 12, 21 Int +{variant:1}SpellDamageUnique__7 +{variant:2}SpellDamageUniqueStaff2 +{variant:1}IntelligenceUniqueOneHandSword2 +{variant:2}IntelligenceUniqueGlovesInt2 +{variant:1}20% reduced Cast Speed +{variant:2}ReducedCastSpeedUniqueHelmetStrInt6 +{variant:1}+16 to maximum Energy Shield +{variant:2}LocalIncreasedEnergyShieldUniqueGlovesInt2 +]],[[ +Doedre's Malevolence +Velvet Gloves +Source: Upgraded from unique{Doedre's Tenure} via prophecy{The Malevolent Witch} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 64, 21 Int +SpellDamageUniqueStaff2 +IntelligenceUniqueGlovesInt2 +SpellAddedChaosDamageUnique__1 +ReducedCastSpeedUniqueHelmetStrInt6 +LocalIncreasedEnergyShieldUnique__18_ +{variant:1}IncreaseGlobalFlatManaCostUnique__1 +{variant:2}UnleashSealGainFrequencyUnique__1 +]],[[ +Grip of the Council +Arcanist Gloves +Source: prophecy{The Unbreathing Queen V} +Requires Level 60, 95 Int +StrengthUnique__4 +IncreasedLifeUniqueAmulet4 +ColdResistUniqueShieldDex7 +MinionRunSpeedUnique__1 +MinionColdResistUnique__1 +MinionPhysicalDamageAddedAsColdUnique__1_ +]],[[ +Replica Grip of the Council +Arcanist Gloves +League: Heist +Requires Level 60, 95 Int +StrengthUnique__4 +IncreasedLifeUniqueAmulet4 +FireResistUnique__23_ +MinionLifeUnique__4__ +MinionFireResistUnique__1 +MinionPhysicalDamageAddedAsFireUnique__1 +]],[[ +Kalisa's Grace +Samite Gloves +Requires Level 55, 68 Int +SupportedByFasterCastUnique__1 +IntelligenceUnique__7 +LocalIncreasedEnergyShieldUnique__14 +IncreasedLifeUnique__2 +Gain +2% to Critical Strike Chance for 2 seconds when you Spend a total of 800 Mana +]],[[ +Replica Kalisa's Grace +Samite Gloves +League: Heist +Requires Level 55, 68 Int +DisplaySupportedByUnleashUnique__1 +IntelligenceUnique__7 +LocalIncreasedEnergyShieldUnique__14 +IncreasedLifeUnique__2 +GainAreaOfEffectPluspercentOnManaSpentUnique__1 +]],[[ +Sadima's Touch +Wool Gloves +Variant: Pre 1.1.0 +Variant: Pre 3.5.0 +Variant: Current +Requires Level 11 +AddedFireDamageUniqueGlovesInt1 +AddedLightningDamageUniqueGlovesInt1 +LocalIncreasedEnergyShieldUniqueGlovesInt1 +{variant:1}(18-24)% increased Quantity of Items found +{variant:2}(12-16)% increased Quantity of Items found +{variant:3}ItemFoundQuantityIncreaseUniqueGlovesInt1 +]],[[ +Voidbringer +Conjurer Gloves +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 55, 79 Int +LocalIncreaseSocketedElementalGemUniqueGlovesInt6 +SpellCriticalStrikeChanceUniqueGlovesInt6 +{variant:1,2}(280-350)% increased Energy Shield +{variant:3,4}LocalIncreasedEnergyShieldUniqueGlovesInt6 +{variant:1}80% increased Mana Cost of Skills +{variant:2,3}ManaCostIncreaseUniqueGlovesInt6 +{variant:4}IncreaseGlobalFlatManaCostUnique__2 +EnergyShieldGainedFromEnemyDeathUniqueGlovesInt6 +]], +-- Gloves: Armour/Evasion +[[ +Aurseize +Steelscale Gauntlets +Requires Level 36, 29 Str, 29 Dex +LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 +AllResistancesUniqueBodyStrInt2 +ItemFoundRarityIncreaseUniqueGlovesStrDex2 +MovementVelocityUniqueShieldStr1 +]],[[ +Breathstealer +Hydrascale Gauntlets +Requires Level 59, 45 Str, 45 Dex +League: Blight +LocalIncreasedArmourAndEvasionUnique__14 +IncreasedManaUnique__6 +AllResistancesUnique__16 +AttackAndCastSpeedUnique__2 +Create a Blighted Spore when you Kill a Rare Monster +(Blighted Spores last for 10 seconds and have a random Aura) +This item can be anointed by Cassia +]],[[ +Farrul's Pounce +Hydrascale Gauntlets +League: Bestiary +Source: Drops from unique{Farrul, First of the Plains} +Requires Level 59, 45 Str, 45 Dex +LocalIncreasedArmourAndEvasionUnique__8_ +IncreasedLifeUnique__2 +AccuracyAgainstBleedingEnemiesUnique__1 +AttacksBleedOnHitWithCatsStealthUnique__1_ +DamageAgainstBleedingEnemiesUnique__1 +GainCrimsonDanceWithCatsStealthUnique__1 +]],[[ +Flesh and Spirit +Ironscale Gauntlets +League: Rampage +Requires Level 15 +IncreasedAttackSpeedUniqueGlovesStrDex5 +LocalIncreasedArmourAndEvasionUniqueBodyStrDex5 +(3-4) Life Regenerated per second +Recover 20% of your Maximum Life on Rampage +VaalSoulsOnRampageUniqueGlovesStrDex5 +SimulatedRampageDexInt6 +]],[[ +Haemophilia +Serpentscale Gauntlets +Requires Level 43, 34 Str, 34 Dex +StrengthUniqueClaw5_ +DegenerationDamageUnique__1 +ChanceToBleedUnique__2__ +AttackDamageAgainstBleedingUnique__1__ +BleedingEnemiesExplodeUnique__1 +their Maximum Life as Physical Damage +25% reduced Bleed duration +]],[[ +Slitherpinch +Bronzescale Gauntlets +Variant: Pre 2.6.0 +Variant: Current +Requires Level 27, 22 Str, 22 Dex +DexterityUnique__7 +{variant:1}LocalIncreasedAttackSpeedUniqueClaw3 +{variant:2}LocalIncreasedAttackSpeedUniqueStaff9 +LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1 +LifeLeechPermyriadUniqueShieldDex2 +ManaLeechPermyriadUniqueRing17 +]],[[ +Surgebinders +Dragonscale Gauntlets +Variant: Pre 2.6.0 +Variant: Current +Requires Level 67, 51 Str, 51 Dex +LocalIncreasedArmourAndEvasionUniqueGlovesStrDex6 +IncreasedElementalDamagePerFrenzyChargeUniqueGlovesStrDex6 +IncreasedPhysicalDamagePerEnduranceChargeUniqueGlovesStrDex6 +IncreasedSpellDamagePerPowerChargeUniqueGlovesStrDex6 +StealChargesOnHitPercentUniqueGlovesStrDex6 +{variant:1}(10-30)% reduced Endurance, Frenzy and Power Charge Duration +]],[[ +Tombfist +Steelscale Gauntlets +League: Abyss +Source: Drops from Abyssal Liches +Variant: Pre 3.6.0 One Abyssal Socket +Variant: Pre 3.6.0 Two Abyssal Sockets +Variant: Current One Abyssal Socket +Variant: Current Two Abyssal Sockets +Requires Level: 36, 29 Str, 29 Int +{variant:1,3}AbyssJewelSocketUnique__3 +{variant:2,4}AbyssJewelSocketUnique__4 +{variant:1,2}IncreasedAttackSpeedUniqueShieldDex6 +MaximumLifeUnique__13 +IntimidateOnHitWithMeleeAbyssJewelUnique__1 +MaimOnHitWithRangedAbyssJewelUnique__1 +]],[[ +Vaal Caress +Bronzescale Gauntlets +League: Ambush, Invasion +Variant: Pre 2.6.0 +Variant: Current +Requires Level 27, 22 Str, 22 Dex +LocalIncreaseSocketedVaalGemLevelUnique__1 +LocalIncreasedArmourAndEvasionUniqueGlovesStrDex4 +{variant:1}IncreasedLifeUnique__19 +{variant:2}IncreasedLifeUnique__2 +{variant:1}ColdResistUniqueStrHelmet2 +{variant:2}ColdResistUniqueGlovesStrDex4 +OnslaughtOnVaalSkillUseUniqueGlovesStrDex4 +]],[[ +Worldcarver +Dragonscale Gauntlets +Requires Level 67, 51 Str, 51 Dex +TriggerArcaneWakeSkillUnique__1 +IncreasedAccuracyUnique__7_ +LocalIncreasedArmourAndEvasionUnique__15_ +IncreasedLifeUniqueGlovesInt3 +AttackDamagePerMapModUnique__1 +AttackSpeedPerMapModUnique__1 +]],[[ +Wyrmsign +Wyrmscale Gauntlets +Requires Level 49, 38 Str, 38 Dex +ItemActsAsConcentratedAOESupportUnique__1 +LocalIncreasedArmourAndEvasionUnique__1 +IncreasedLifeUnique__2 +ReduceManaCostPerEnduranceChargeUnique__1 +RampageWhileAtMaxEnduranceChargesUnique__1 +LoseEnduranceChargesOnRampageEndUnique___1 +]], +-- Gloves: Armour/Energy Shield +[[ +Command of the Pit +Riveted Gloves +League: Delve +Source: Drops from unique{Kurgal, the Blackblooded} +Variant: One Abyssal Socket +Variant: Two Abyssal Sockets +Requires Level 37, 29 Str, 29 Int +{variant:1}AbyssJewelSocketUnique__3 +{variant:2}AbyssJewelSocketUnique__4 +IncreasedCastSpeedUniqueSceptre7 +MaximumLifeUnique__13 +MinionAccuracyWithMinionAbyssJewelUnique__1 +ArcaneSurgeOnHitWithSpellAbyssJewelUnique__1 +]],[[ +Hand of the Fervent +Zealot Gloves +League: Ritual +Requires Level 43, 34 Str, 34 Int +LocalIncreasedArmourAndEnergyShieldUnique__23_ +IncreasedLifeUnique__2 +SacrificialZealOnSkillUseUnique__1_ +ArmourPenetrationSacrificialZealUnique__1 +]],[[ +Hands of the High Templar +Crusader Gloves +Requires Level 66, 51 Str, 51 Int +ModifyableWhileCorruptedUnique__1 +Can have up to 5 Implicit Modifiers while Item has this Modifier +LocalIncreasedArmourAndEnergyShieldUnique__21 +MaximumLifeUnique__19 +FireAndLightningResistUnique__1 +]],[[ +Null and Void +Legion Gloves +League: Rampage +Requires Level 57, 44 Str, 44 Int +StrengthUniqueClaw5_ +LocalIncreasedArmourAndEnergySheildUniqueGlovesStrInt2 +IncreasedLifeUnique__2 +ManaRegenerationUniqueShieldInt5 +Dispels Elemental Ailments on Rampage +PhysicalDamageImmunityOnRampageUniqueGlovesStrInt2 +SimulatedRampageDexInt6 +]],[[ +Offering to the Serpent +Legion Gloves +League: Synthesis +Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} +Requires Level 57, 44 Str, 44 Int +AllAttributesUnique__14 +LocalIncreasedArmourAndEnergyShieldUnique__21 +MaximumLifeLeechAmountUnique__1 +AttackAndCastSpeedUnique__4 +IncreasedDamageWhileLeechingUnique__2__ +LifeLeechNotRemovedOnFullLifeUnique__1 +]],[[ +Repentance +Crusader Gloves +Requires Level 66, 306 Str, 306 Int +SpellDamageUnique__1 +LocalIncreasedArmourAndEnergyShieldUnique__1 +LocalIncreasedEnergySheildUnique__1 +IncreasedLocalAttributeRequirementsUniqueGlovesStrInt4 +IronWillUniqueGlovesStrInt4__ +]],[[ +Saqawal's Winds +Soldier Gloves +League: Bestiary +Source: Drops from unique{Saqawal, First of the Sky} +Requires Level 51, 40 Str, 40 Int +LocalIncreasedArmourAndEnergyShieldUnique__10_ +IncreasedLifeUnique__27 +ColdAndLightningResistUnique__1 ++(-2-2) seconds to Avian's Might Duration +AviansMightColdDamageUnique__1 +AviansMightLightningDamageUnique__1_ +]],[[ +Shackles of the Wretched +Chain Gloves +Variant: Pre 1.2.0 +Variant: Current +Requires Level 7, 17 Dex +(40-60)% increased Stun Recovery +SocketedCursesAreReflectedUniqueGlovesStrInt1 +ChillImmunityWhenChilledUniqueGlovesStrInt1 +FreezeImmunityWhenFrozenUniqueGlovesStrInt1 +IgniteImmunityWhenIgnitedUniqueGlovesStrInt1 +{variant:1}You cannot be Shocked for 1 second after being Shocked +{variant:2}ShockImmunityWhenShockedUniqueGlovesStrInt1 +GrantFrenzyChargesToAlliesOnDeathUniqueGlovesStrInt1 +]],[[ +Shaper's Touch +Crusader Gloves +Source: Drops from unique{The Shaper} +Variant: Pre 2.6.0 +Variant: Pre 3.10.0 +Variant: Current +Requires Level 66, 51 Str, 51 Int +LocalIncreasedArmourAndEnergyShieldUnique__5 +{variant:1}+2 Accuracy Rating per 2 Intelligence +{variant:2,3}AccuracyPerIntelligenceUnique__1 +LifePerDexterityUnique__1 +{variant:1,3}ManaPerStrengthUnique__1__ +{variant:2}+2 Mana per 4 Strength +{variant:1,3}EnergyShieldPerStrengthUnique__1 +{variant:2}2% increased Energy Shield per 10 Strength +{variant:1}1% increased Evasion Rating per 10 Intelligence +{variant:2,3}EvasionRatingPerIntelligenceUnique__1 +{variant:1}1% increased Melee Physical Damage per 10 Dexterity +{variant:2,3}MeleePhysicalDamagePerDexterityUnique__1_ +Shaper Item +]],[[ +Southbound +Soldier Gloves +Variant: Pre 2.6.0 +Variant: Current +Requires Level 51, 40 Str, 40 Int +AddedColdDamageUniqueGlovesStrInt3_ +MaximumLifeUniqueGlovesStrInt3 +ColdResistUniqueGlovesStrInt3 +{variant:2}HeraldOfIceDamageUnique__1_ +FreezeDurationUniqueGlovesStrInt3 +CanOnlyKillFrozenEnemiesUniqueGlovesStrInt3 +]],[[ +Triad Grip +Mesh Gloves +Requires Level 32, 26 Str, 26 Int +LocalIncreasedArmourAndEnergyShieldUnique__5 +MinionPhysicalToFirePerRedSocket +MinionPhysicalToColdPerGreenSocket_ +MinionPhysicalToLightningPerBlueSocket +MinionPhysicalToChaosPerWhiteSocket +MinionChanceToFreezeShockIgnite +]],[[ +Volkuur's Guidance +Zealot Gloves +Source: Drops from The Pale Council +Variant: Fire +Variant: Cold +Variant: Lightning +Requires Level 43, 34 Str, 34 Int +{variant:1}AddedFireDamageUnique__1_ +{variant:2}AddedColdDamageUnique__2 +{variant:3}AddedLightningDamageUnique__1 +IncreasedLifeUnique__2 +{variant:1}FireResistUniqueAmulet13 +{variant:2}ColdResistUnique__17 +{variant:3}LightningResistUnique__8 +VolkuurLessPoisonDurationUnique__1 +{variant:1}FireDamageCanPoisonUnique__1 +{variant:2}ColdDamageCanPoisonUnique__1_ +{variant:3}LightningDamageCanPoisonUnique__1 +{variant:1}FireSkillsChanceToPoisonUnique__1 +{variant:2}ColdSkillsChanceToPoisonUnique__1 +{variant:3}LightningSkillsChanceToPoisonUnique__1_ +]],[[ +Replica Volkuur's Guidance +Zealot Gloves +League: Heist +Requires Level 43, 34 Str, 34 Int +GlobalAddedChaosDamageUnique__6_ +IncreasedLifeUnique__2 +ChaosResistUnique__19 +ChaosDamageCanIgniteUnique__1 +ChanceToIgniteWithChaosSkillsUnique__1 +UniqueVolkuursGuidanceIgniteDurationFinal +]], +-- Gloves: Evasion/Energy Shield +[[ +Abhorrent Interrogation +Ambush Mitts +League: Harvest +Requires Level 45, 35 Dex, 35 Int +LocalIncreasedEvasionAndEnergyShieldUnique__27 +AttackAndCastSpeedUnique__6 +WitherOnHitChanceUnique__1 +WitherGrantsElementalDamageTakenUnique__1__ +each Withered you have inflicted on them +CannotPenetrateResistancesUnique__1 +]],[[ +Algor Mortis +Carnal Mitts +League: Delirium +Source: Drops from the Simulacrum Encounter +Requires Level 50, 39 Dex, 39 Int +IncreasedEnergyShieldUnique__9 +ColdAndLightningResistUnique__2 +ChanceToSapVsEnemiesInChillingAreasUnique__1 +ChillingAreasAlsoGrantLightningDamageTakenUnique__1 +IncreasedAilmentEffectOnEnemiesUnique__1 +]],[[ +Aukuna's Will +Clasped Mitts +League: Legion +Source: Drops from Maraketh Legion +Requires Level 31, 25 Dex 25 Int +DexterityUnique__5 +IncreasedCastSpeedUnique__18_ +LocalIncreasedEvasionAndEnergyShieldUnique__27 +ZombieIncreasedLifeUnique__1 +ZombiesNeedNoCorpsesUnique__1 +ZombiesCountAsCorpsesUnique__1 +]],[[ +Architect's Hand +Variant: Pre 3.14.0 +Variant: Current +{variant:2}Ambush Mitts +{variant:1}Strapped Mitts +League: Incursion +Upgrade: Upgrades to unique{Slavedriver's Hand} via currency{Vial of Dominance} +{variant:1}Requires Level 16 +{variant:2}Requires Level 45, 35 Dex, 35 Int +DexterityUnique__5 +{variant:1}(100-125)% increased Evasion and Energy Shield +{variant:2}LocalIncreasedEvasionAndEnergyShieldUnique__23 +TrapThrowSpeedUnique__1_ +{variant:1}TrapAreaOfEffectUnique__1 +{variant:2}ChanceToThrowFourAdditionalTrapsUnique__1 +CastSpeedAppliesToTrapSpeedUnique__1 +]],[[ +Slavedriver's Hand +Ambush Mitts +League: Incursion +Source: Upgraded from unique{Architect's Hand} via currency{Vial of Dominance} +Requires Level 45, 35 Dex, 35 Int +DexterityUnique__5 +LocalIncreasedEvasionAndEnergyShieldUnique__23 +TrapThrowSpeedUnique__1_ +Skills which throw Traps have Blood Magic +TrapAreaOfEffectUnique__1 +CastSpeedAppliesToTrapSpeedUnique__1 +10% chance to gain an Endurance, Frenzy or Power Charge when any of your Traps is Triggered by an Enemy +]],[[ +Blasphemer's Grasp +Assassin's Mitts +Source: Drops from unique{The Elder} +Requires Level 58, 45 Dex, 45 Int +DexterityUnique__7 +LocalIncreasedEvasionAndEnergyShieldUnique__10 +IncreasedLifeUnique__67_ +IncreasedLifePerElderItemUnique__1 +AilmentDamageOverTimeMultiplierPerElderItemUnique__1 +AilmentEffectPerElderItemUnique__1 +RemoveAilmentOnFlaskUseIfAllItemsAreElderUnique__1_ +Elder Item +]],[[ +The Embalmer +Carnal Mitts +Requires Level 50, 39 Dex, 39 Int +SupportedByVileToxinsUnique__1 +AddedChaosDamageToAttacksAndSpellsUnique__2 +IncreasedLifeUnique__2 +ChaosResistUnique__4 +PoisonDurationUnique__2 +]],[[ +Facebreaker +Strapped Mitts +Variant: Pre 1.0.0 +Variant: Pre 2.2.0 +Variant: Pre 2.5.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 16, 14 Dex, 14 Int +{variant:1,2}CriticalMultiplierUniqueHelmetStr3 +{variant:3}+90% to Global Critical Strike Multiplier +{variant:4}CriticalMultiplierUniqueDescentDagger1 +{variant:5}CriticalMultiplierUniqueGlovesDexInt2 +StunThresholdReductionUniqueGlovesDexInt2 +{variant:1}(800-1000)% more Unarmed Physical Damage +{variant:2,3,4,5}(600-800)% more Unarmed Physical Damage +ExtraGore +]],[[ +Fenumus' Weave +Carnal Mitts +League: Bestiary +Source: Drops from unique{Fenumus, First of the Night} +Requires Level 50, 39 Dex, 39 Int +GrantsSpiderAspect1 +LocalIncreasedEvasionAndEnergyShieldUnique__13 +IncreasedLifeUnique__47 +AttackAndCastSpeedUnique__3 +DamageAgainstEnemiesWith3WebsUnique__1_ +ChaosDamagePerWebOnEnemyUnique__1 +]],[[ +Machina Mitts +Murder Mitts +Requires Level: 67 +League: Blight +LocalIncreasedEvasionAndEnergyShieldUnique__23 +MineDamageLeechedToYouUnique__1 +LifeEnergyShieldRecoveryRateUnique__1 +LifeAndEnergyShieldRecoveryRatePerPowerChargeUnique__1 +LosePowerChargeIfNotDetonatedRecentlyUnique__1 +]],[[ +Ondar's Clasp +Wrapped Mitts +Variant: Pre 1.1.0 +Variant: Current +Requires Level 5 +{variant:1}20% increased Attack Speed when on Full Life +{variant:2}AttackSpeedOnFullLifeUniqueGlovesStr1 +AddedLightningDamageUniqueGlovesInt1 +IncreasedAccuracyUniqueGlovesDexInt1 +{variant:1}(10-15)% increased Movement Speed when on Low Life +{variant:2}MovementVelocityOnLowLifeUniqueGlovesDexInt1 +]],[[ +Malachai's Mark +Murder Mitts +Requires Level 67, 51 Dex, 51 Int +LocalIncreasedEvasionAndEnergyShieldUnique__8 +IncreasedLifeUniqueGlovesInt3 +LifeGainedFromEnemyDeathUnique__1 +EnergyShieldGainedFromEnemyDeathUnique__1 +GainThaumaturgyBuffRotationUnique__1_ +]],[[ +Shadows and Dust +Clasped Mitts +League: Rampage +Variant: Pre 2.2.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 31, 25 Dex, 25 Int +CriticalStrikeChanceImplicitRing1 +{variant:1}+(15-30)% to Global Critical Strike Multiplier +{variant:2}+(25-45)% to Global Critical Strike Multiplier +{variant:3}LocalCriticalMultiplierUniqueOneHandSword4 +LocalIncreasedEvasionAndEnergyShieldUniqueGlovesDexInt6 +ManaLeechPermyriadUniqueGlovesDexInt6 +GroundSmokeOnRampageUniqueGlovesDexInt6 +UnholyMightOnRampageUniqueGlovesDexInt6 +SimulatedRampageDexInt6 +]],[[ +Snakebite +Assassin's Mitts +Variant: Pre 3.0.0 +Variant: Pre 3.9.0 +Variant: Current +Requires Level 58, 45 Dex, 45 Int +LocalIncreasedEvasionRatingPercentUniqueGlovesDexInt5 +IncreasedLifeUniqueAmulet25 +AttackSpeedPerFrenzyChargeUniqueGlovesDexInt5 +AccuracyRatingPerFrenzyChargeUniqueGlovesDexInt5 +FrenzyChargeDurationPerFrenzyChargeUniqueGlovesDexInt5 +{variant:1}AtMaximumFrenzyChargesPoisonUniqueGlovesDexInt5 +{variant:2,3}AtMaximumFrenzyChargesChanceToPoisonUnique_1_ +{variant:3}PoisonDotMultiplierPerFrenzyChargeUniqueGlovesDexInt5 +]],[[ +Storm's Gift +Assassin's Mitts +League: Synthesis +Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} +Requires Level 58, 45 Dex, 45 Int +DegenerationDamageUnique__2 +LocalIncreasedEvasionAndEnergyShieldUnique__19___ +LightningResistUnique__2 +ShockOnKillUnique__1 +ShockProliferationUnique__1 +]],[[ +Thunderfist +Murder Mitts +Variant: Pre 1.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 67, 51 Dex, 51 Int +DisplaySocketedGemGetsAddedLightningDamageGlovesDexInt3 +{variant:1,3}AddedLightningDamageUniqueGlovesDexInt3 +{variant:2}AddedLightningDamageUniqueBodyInt8 +IncreasedAttackSpeedUniqueQuiver1 +LocalIncreasedEnergyShieldUniqueGlovesDexInt3 +StunDurationUniqueGlovesDexInt3 +ShockDurationUniqueStaff8 +]], +} diff --git a/src/Data/Uniques/Special/helmet.lua b/src/Data/Uniques/Special/helmet.lua new file mode 100644 index 0000000000..650029dbcf --- /dev/null +++ b/src/Data/Uniques/Special/helmet.lua @@ -0,0 +1,1255 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Helmet: Armour +[[ +Abyssus +Ezomyte Burgonet +Variant: Pre 2.2.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 60, 138 Str +AddedPhysicalDamageUniqueHelmetStr3 +AllAttributesUniqueHelmetStr3 +{variant:1}+(100-150)% to Melee Critical Strike Multiplier +{variant:2}+(150-225)% to Melee Critical Strike Multiplier +{variant:3}MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3 +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13 +IncreasedPhysicalDamageTakenUniqueHelmetStr3 +]],[[ +Replica Abyssus +Ezomyte Burgonet +League: Heist +Requires Level 60, 138 Str +AllAttributesUniqueHelmetStr3 +AddedFireDamageUnique__4 +AddedColdDamageUnique__9 +AddedLightningDamageUnique__3 +MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3 +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13 +ElementalDamageTakenUnique__1 +]],[[ +The Baron +Close Helmet +Variant: Pre 3.10.0 +Variant: Current +Requires Level 26, 58 Str +LocalIncreaseSocketedMinionGemLevelUnique__4 +{variant:1}StrengthUnique__5 +{variant:1}Minions have 20% increased maximum Life +{variant:2}MinionLifeUnique__2 +MinionsGainYourStrengthUnique__1 +{variant:1}+1 to maximum number of Raised Zombies per 300 Strength +{variant:2}AdditionalZombiesPerXStrengthUnique__1 +{variant:1}With 1000 or more Strength 2% of Damage dealt by your Zombies is Leeched to you as Life +{variant:2}With 1000 or more Strength (1.5-2)% of Damage dealt by your Zombies is Leeched to you as Life +]],[[ +Ezomyte Peak +Iron Hat +Upgrade: Upgrades to unique{Ezomyte Hold} via prophecy{The Bloody Flowers Redux} +LocalIncreasedPhysicalDamageUniqueSceptre9 +LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr1 +IncreasedLifeUniqueHelmetStr1 +CannotEvade +]],[[ +Ezomyte Hold +Iron Hat +Source: Upgraded from unique{Ezomyte Peak} using prophecy{The Bloody Flowers Redux} +LocalIncreasedPhysicalDamageUniqueSceptre9 +LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr1 +IncreasedLifeUniqueHelmetStr1 +CannotEvade +CannotBeStunned +]],[[ +The Formless Flame +Siege Helmet +League: Breach +Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} +Upgrade: Upgrades to unique{The Formless Inferno} using currency{Blessing of Xoph} +Requires Level 48, 101 Str +LocalIncreasedPhysicalDamageReductionRatingUnique__1 +IncreasedLifeUnique__47 +-20 Fire Damage taken when Hit +ArmourIncreasedByUncappedFireResistanceUnique__1 +]],[[ +The Formless Inferno +Royal Burgonet +League: Breach +Source: Upgraded from unique{The Formless Flame} using currency{Blessing of Xoph} +Requires Level 65, 148 Str +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6 +IncreasedLifeUnique__47 +FireResistUnique__10 +PhysicalDamageTakenAsFirePercentUnique__1 +ArmourIncreasedByUncappedFireResistanceUnique__1 +]],[[ +Hrimnor's Resolve +Samnite Helmet +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 55, 114 Str +{variant:1}(10-30)% increased Fire Damage +{variant:2,3}FireDamagePercentUniqueStrHelmet2 +{variant:1}LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr2 +{variant:2,3}LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13 +{variant:3}IncreasedLifeUnique__2 +ColdResistUniqueStrHelmet2 +{variant:1,2}ChanceToAvoidChilledUnique__1 +{variant:1,2}50% chance to Avoid being Frozen +{variant:1,2}10% increased Stun and Block Recovery +{variant:3}Cannot be Frozen or Chilled if you've used a Fire Skill Recently +]], +-- Helmet: Evasion +[[ +Alpha's Howl +Sinner Tricorne +Requires Level 64, 138 Dex +LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2 +LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 +ColdResistUnique__3 +ChanceToAvoidFreezeAndChillUniqueDexHelmet5 +CannotBeFrozenUnique__1 +8% reduced Mana Reserved +]],[[ +Replica Alpha's Howl +Sinner Tricorne +League: Heist +Requires Level 64, 138 Dex +LocalIncreaseSocketedHeraldLevelUnique__2 +LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 +ChaosResistUniqueHelmetStrInt2 +ChanceToAvoidPoisonUnique__1 +8% reduced Mana Reserved +YouCannotBeHinderedUnique__2 +]],[[ +Assailum +Sinner Tricorne +Requires Level 64, 138 Dex +Implicits: 0 +GrantsLevel20SnipeUnique__1 +GrantsLevel20SnipeSupportUnique__1 +SupportedBowSkillsDealMoreDamageUnique__1 +IncreasedAccuracyUnique__8 +LocalIncreasedEvasionRatingUnique__4 +ChanceToDodgeAttacksWhileChannellingUnique__1 +ChanceToDodgeSpellsWhileChannellingUnique__1 +]],[[ +Fairgraves' Tricorne +Tricorne +Requires Level 12, 27 Dex +AddedColdDamageUniqueDexHelmet1 +LocalIncreasedEvasionPercentAndStunRecoveryUniqueDexHelmet1 +IncreasedManaUniqueDexHelmet1 +LightningResistUnique__2 +CannotBeShocked +15% increased Stun Recovery +]],[[ +Goldrim +Leather Cap +LocalIncreasedEvasionRatingUniqueBootsDex8 +ItemFoundRarityIncreaseUniqueHelmetDex3 +AllResistancesUniqueHelmetDex3 +AttackerTakesDamageUniqueHelmetDex3 +]],[[ +Heatshiver +Leather Hood +Upgrade: Upgrades to unique{Frostferno} via prophecy{A Vision of Ice and Fire} +Variant: Pre 3.0.0 +Variant: Current +Requires Level 20, 46 Dex +{variant:1}LocalIncreaseSocketedFireGemLevelUniqueStaff13 +{variant:1}LocalIncreaseSocketedColdGemLevelUniqueClaw5 +{variant:2}IncreasedColdDamageIfUsedFireSkillRecentlyUnique__1 +{variant:2}IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1 +LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 +ManaRegenerationUniqueBootsDex2 +{variant:1}−(20-10)% to Fire Resistance +{variant:2}FireResistUniqueAmulet4 +{variant:1}−(20-10)% to Cold Resistance +{variant:2}ColdResistUnique__3 +]],[[ +Frostferno +Leather Hood +Source: Upgraded from unique{Heatshiver} via prophecy{A Vision of Ice and Fire} +Requires Level 60, 46 Dex +LocalIncreaseSocketedFireGemLevelUnique__2 +LocalIncreaseSocketedColdGemLevelUnique__1 +ItemActsAsColdToFireSupportUnique__1 +LocalIncreasedEvasionRatingPercentUnique__11 +ManaRegenerationUniqueBootsDex2 +FireAndColdResistUnique__2 +]],[[ +Obscurantis +Lion Pelt +Source: Drops from unique{Guardian of the Chimera} +Variant: Pre 3.5.0 +Variant: Current +Requires Level 70, 150 Dex +{variant:1}+(300-500) to Accuracy Rating +{variant:2}IncreasedAccuracyUnique__4 +LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 +IncreasedLifeUnique__37 +IncreaseProjectileAttackDamagePerAccuracyUnique__1 +]],[[ +Rat's Nest +Ursine Pelt +Requires Level 55, 114 Dex +LocalIncreasedAttackSpeedUniqueOneHandSword12 +CriticalStrikeChanceUniqueHelmetDex6 +LocalIncreasedEvasionRatingPercentUniqueHelmetDex6 +ItemFoundRarityIncreaseUniqueHelmetDex6 +MovementVelocityUniqueAmulet5 +ActorSizeUniqueHelmetDex6 +]],[[ +Saqawal's Flock +Silken Hood +League: Bestiary +Source: Drops from unique{Saqawal, First of the Sky} +Requires Level 60, 138 Dex +GrantsAvianTornadoUnique__1__ +LocalIncreasedEvasionRatingPercentUniqueGlovesDex2 +IncreasedLifeUniqueShieldStr5 +LightningResistUnique__8 +MovementVeolcityUniqueAmulet12 +]],[[ +Starkonja's Head +Silken Hood +Variant: Pre 2.6.0 +Variant: Current +Requires Level 60, 138 Dex +ReducedPhysicalDamagePercentOnLowLifeUniqueHelmetDex4 +{variant:2}LocalIncreasedEvasionRatingPercentUnique__7 +{variant:1}DexterityUnique__3 +{variant:2}DexterityUniqueHelmetDex4 +IncreasedAttackSpeedUniqueQuiver1 +CriticalStrikeChanceUniqueHelmetDex4 +IncreasedLifeUniqueHelmetDex4 +{variant:1}50% increased Global Evasion Rating when on Low Life +{variant:2}EvasionRatingPercentOnLowLifeUniqueHelmetDex4 +]], +-- Helmet: Energy Shield +[[ +Asenath's Mark +Iron Circlet +Upgrade: Upgrades to unique{Asenath's Chant} via prophecy{Song of the Sekhema} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 8, 23 Int +LocalIncreasedAttackSpeedUniqueBow10 +IncreasedCastSpeedUnique__7 +ManaRegenerationAuraUnique__1 +{variant:1}50% increased Energy Shield +{variant:2}LocalIncreasedEnergyShieldUnique__17__ +MovementVelocityUniqueIntHelmet2 +(10-15)% increased Stun Recovery +]],[[ +Asenath's Chant +Iron Circlet +Source: Upgraded from unique{Asenath's Mark} via prophecy{Song of the Sekhema} +Variant: Pre 3.9.0 +Variant: Current +Requires Level 45, 23 Int +{variant:1}25% chance to Trigger a Socketed Spell when you Attack with a Bow +{variant:2}Trigger a Socketed Spell when you Attack with a Bow +LocalIncreasedAttackSpeedUniqueBow10 +IncreasedCastSpeedUnique__7 +LocalIncreasedEnergyShieldUnique__9 +StunRecoveryUnique__3 +ManaRegenerationAuraUnique__1 +MovementVelocityUniqueIntHelmet2 +]],[[ +Cowl of the Ceraunophile +Solaris Circlet +Requires Level 59, 122 Int +League: Blight +MultipleEnchantmentsAllowedUnique__1 +AllAttributesUnique__8_ +LocalIncreasedEnergyShieldPercentUnique__26 +ReducedFireResistanceUnique__1 +ReducedColdResistanceUnique__1 +LightningResistanceOverrideUnique__1_ +This item can be anointed by Cassia +]],[[ +Cowl of the Cryophile +Silken Hood +Requires Level 60, 138 Dex +League: Blight +MultipleEnchantmentsAllowedUnique__1 +AllAttributesUnique__8_ +LocalIncreasedEvasionRatingPercentUniqueGlovesDex2 +ReducedFireResistanceUnique__1 +ReducedLightningResistanceUnique__1 +ColdResistanceOverrideUnique__1 +This item can be anointed by Cassia +]],[[ +Cowl of the Thermophile +Ezomyte Burgonet +Requires Level 60, 138 Str +League: Blight +MultipleEnchantmentsAllowedUnique__1 +AllAttributesUnique__8_ +LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 +ReducedColdResistanceUnique__1 +ReducedLightningResistanceUnique__1 +FireResistanceOverrideUnique__1__ +This item can be anointed by Cassia +]],[[ +Chitus' Apex +Necromancer Circlet +Requires Level 54, 112 Int +StrengthUniqueClaw5_ +IncreasedManaUniqueBodyInt9 +AllResistancesUniqueIntHelmet3 +IncreasedExperienceUniqueIntHelmet3 +ElementalDamageUniqueBootsStr1 +]],[[ +Crown of Eyes +Hubris Circlet +Variant: Pre 3.7.0 +Variant: Current +Requires Level 69, 154 Int +{variant:1}+(200-250) to Accuracy Rating +{variant:2}IncreasedAccuracyUniqueRing12 +LocalIncreasedEnergyShieldUniqueHelmetInt7 +FireResistUnique__10 +LifeLeechPermyriadUniqueHelmetInt7 +ManaLeechPermyriadUniqueHelmetInt7 +SpellDamageModifiersApplyToAttackDamageUniqueHelmetInt7 +]],[[ +Crown of Thorns +Vine Circlet +Upgrade: Upgrades to unique{Martyr's Crown} via prophecy{Pleasure and Pain} +Variant: Pre 1.2.0 +Variant: Current +{variant:1}+(12-24) to maximum Energy Shield +{variant:2}LocalIncreasedEnergyShieldPercentUniqueIntHelmet1 +AttackerTakesDamageUniqueIntHelmet1 +Take 5 Physical Damage when hit by Attacks +PainAttunement +]],[[ +Martyr's Crown +Vine Circlet +Source: Upgraded from unique{Crown of Thorns} using prophecy{Pleasure and Pain} +Variant: Pre 3.0.0 +Variant: Current +Requires Level 52 +{variant:1}+(260-300) to maximum Energy Shield +{variant:2}+(170-210) to maximum Energy Shield +AttackerTakesDamageUniqueIntHelmet1 +Take 5 Physical Damage when hit by Attacks +PainAttunement +]],[[ +The Devouring Diadem +Necromancer Circlet +League: Betrayal +Source: Drops from unique{Catarina, Master of Undeath} +Requires Level 54, 112 Int +Variant: Strength and Quality +Variant: Dexterity and Quality +Variant: Intelligence and Quality +Variant: Fire and Chaos Resistances +Variant: Cold and Chaos Resistances +Variant: Lightning and Chaos Resistances +Variant: Strength and Dexterity +Variant: Dexterity and Intelligence +Variant: Strength and Intelligence +Variant: Mine Laying Speed +Variant: Focus Spell Trigger +Variant: Focus Ailment Duration +LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +Socketed Gems have 20% reduced Mana Reservation +TriggerFeastOfFleshSkillUnique__1_ +LocalIncreasedEnergyShieldPercentUnique__19 +StartEnergyShieldRechargeOnSkillUnique__1 +KeystoneEldritchBatteryUnique__2 +{variant:1}{crafted}+(10-25) to Strength +{variant:2}{crafted}+(10-25) to Dexterity +{variant:3}{crafted}+(10-25) to Intelligence +{variant:1,2,3}{crafted}+(7-18)% to Quality +{variant:4}{crafted}+(8-15)% to Fire and Chaos Resistances +{variant:5}{crafted}+(8-15)% to Cold and Chaos Resistances +{variant:6}{crafted}+(8-15)% to Lightning and Chaos Resistances +{variant:7}{crafted}+(6-17) to Strength and Dexterity +{variant:8}{crafted}+(6-17) to Dexterity and Intelligence +{variant:9}{crafted}+(6-17) to Strength and Intelligence +{variant:10}{crafted}(7-12)% increased Mine Laying Speed +{variant:11}{crafted}Trigger Socketed Spells when you Focus +{variant:12}{crafted}(81-140)% increased Duration of Ailments you inflict while Focussed +]],[[ +Doedre's Scorn +Lunaris Circlet +Variant: Pre 2.6.0 +Variant: Current +Requires Level 39, 83 Int +{variant:1}IncreaseSocketedCurseGemLevelUnique__1 +{variant:2}IncreaseSocketedCurseGemLevelUniqueHelmetInt9 +{variant:2}LocalIncreasedEnergyShieldUnique__9 +IntelligenceUnique__7 +(30-50)% increased Curse Duration +ElementalDamageUniqueHelmetInt9 +IncreasedDamagePerCurseUniqueHelmetInt9 +]],[[ +Eber's Unification +Hubris Circlet +Source: Drops from The Pale Council +Requires Level 69, 154 Int +Implicits: 0 +GrantsVoidGazeUnique__1 +IncreasedManaUnique__9 +LocalIncreasedEnergyShieldUniqueHelmetInt7 +StunRecoveryUniqueBootsStrDex3 +ElementalDamagePercentAddedAsChaosUnique__4 +]],[[ +Fenumus' Toxins +Necromancer Circlet +League: Bestiary +Source: Drops from unique{Fenumus, First of the Night} +Requires Level 65, 112 Int +SpellAddedChaosDamageUnique__2 +LocalIncreasedEnergyShieldPercentUnique__18 +PowerChargeOnHitWebbedEnemyUnique__1 +PoisonChancePerPowerChargeUnique__1 +PoisonDamagePerPowerChargeUnique__1 +AspectOfSpiderWebIntervalUnique__1 +]],[[ +Flamesight +Solaris Circlet +Requires Level 59, 122 Int +LocalIncreasedEnergyShieldPercentUnique__23 +FireResistUniqueAmulet13 +ElementalDamageUnique__3 +AlternateFireAilmentUnique__1 +Cannot inflict Ignite +ElementalDamagePerSextantUnique__1 +]],[[ +Galesight +Solaris Circlet +Requires Level 59, 122 Int +LocalIncreasedEnergyShieldPercentUnique__23 +ColdResistUnique__17 +ElementalDamageUnique__3 +AlternateColdAilmentUnique__1 +Cannot inflict Freeze or Chill +ElementalDamagePerSextantUnique__1 +]],[[ +Hale Negator +Mind Cage +League: Delve +Source: Drops from unique{Kurgal, the Blackblooded} +Variant: One Abyssal Socket +Variant: Two Abyssal Sockets +Requires Level 65, 138 Int +{variant:1}AbyssJewelSocketUnique__3 +{variant:2}AbyssJewelSocketUnique__4 +MaximumLifeUnique__15 +MaximumSpiritChargesPerAbyssJewelEquippedUnique__2 +GainSpiritChargeEverySecondUnique__1 +LoseSpiritChargesOnSavageHitUnique__1_ +GainLifeWhenSpiritChargeExpiresOrConsumedUnique__2 +GainESWhenSpiritChargeExpiresOrConsumedUnique__1 +]],[[ +Indigon +Hubris Circlet +Source: Drops from unique{The Elder} (Uber) +Variant: Pre 3.5.0 +Variant: Current +Requires Level 69, 154 Int +LocalIncreasedEnergyShieldPercentUnique__16 +MaximumManaUnique__6 +Recover (8-10)% of maximum Life when you use a Mana Flask +NonInstantManaRecoveryAlsoAffectsLifeUnique__1 +ManaCostPer200ManaSpentRecentlyUnique__1 +{variant:1}(50-60)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000% +{variant:2}SpellDamagePer200ManaSpentRecentlyUnique__1__ +Shaper Item +]],[[ +Mark of the Red Covenant +Tribal Circlet +Variant: Pre 3.11.0 +Variant: Current +Requires Level 26, 58 Int +LocalIncreasedEnergyShieldUnique__17__ +{variant:1}MinionRunSpeedUniqueAmulet3 +{variant:2}MinionRunSpeedUnique__3 +RagingSpiritDamageUnique__1_ +ReducedRagingSpiritsAllowedUnique__1 +RagingSpiritAlwaysIgniteUnique__1 +{variant:1}RagingSpiritDurationResetOnIgnitedEnemyUnique__1 +{variant:2}Summoned Raging Spirits' Melee Strikes deal Fire-only Splash Damage to Surrounding Targets +]],[[ +Maw of Conquest +Steel Circlet +League: Legion +Source: Drops from Maraketh Legion +Requires Level 48, 101 Int +SpellCriticalStrikeChanceUnique__3 +LocalIncreasedEnergyShieldPercentUnique__25_ +IncreasedLifeUnique__2 +UnaffectedByPoisonUnique__1_ +(10-20)% of Damage taken gained as Life over 4 seconds when Hit +]],[[ +Plume of Pursuit +Bone Circlet +League: Harvest +Requires Level 64, 73 Int +(30-20)% reduced Cast Speed +LocalIncreasedEnergyShieldPercentUnique__29 +NonCriticalStrikesLessDamageUnique__1 +SpellsAlwaysCritFinalRepeatUnique__1_ +SpellsNeverCritExceptFinalRepeatUnique__1 +]],[[ +Rime Gaze +Mind Cage +Variant: Pre 2.6.0 +Variant: Pre 3.5.0 +Variant: Current +Requires Level 65, 138 Int +{variant:1}ItemActsAsConcentratedAOESupportUniqueRing35 +{variant:2,3}ItemActsAsConcentratedAOESupportUniqueHelmetInt4 +ColdDamagePercentUniqueHelmetInt4 +IncreasedManaUniqueRing17 +{variant:1}LocalIncreasedEnergyShieldUniqueBodyInt7 +{variant:2,3}LocalIncreasedEnergyShieldUniqueHelmetInt4 +{variant:1}50% slower start of Energy Shield Recharge +{variant:2,3}IncreasedEnergyShieldDelayUniqueHelmetInt4 +{variant:3}ColdDamageOverTimeMultiplierUnique__2 +]],[[ +Scold's Bridle +Mind Cage +League: Torment +Requires Level 65, 138 Int +SpellDamageUniqueHelmetInt8 +ReducedCastSpeedUniqueHelmetStrInt6 +IncreasedManaUniqueHelmetInt8 +Your Skills deal you 400% of Mana Cost as Physical Damage +]],[[ +Thundersight +Solaris Circlet +Requires Level 59, 122 Int +LocalIncreasedEnergyShieldPercentUnique__23 +LightningResistUnique__8 +ElementalDamageUnique__3 +AlternateLightningAilmentUnique__1__ +Cannot inflict Shock +ElementalDamagePerSextantUnique__1 +]],[[ +Wraithlord +Bone Circlet +Requires Level: 34, 73 Int +LocalIncreaseSocketedMinionGemLevelUnique__4 +LocalIncreasedEnergyShieldUniqueHelmetInt7 +Minions Regenerate 1% Life per second +SpectreLifeUnique__1___ +]],[[ +Wreath of Phrecia +Iron Circlet +League: Legion +Source: Drops from Eternal Legion +Requires Level 8 +LocalNoAttributeRequirementsUnique__1 +LightRadiusToAreaOfEffectUnique__1 +LightRadiusToDamageUnique_1 +LightRadiusUnique__5 +DealNoChaosDamageUnique_1 +]],[[ +Ylfeban's Trickery +Hubris Circlet +League: Tempest +Variant: Pre 2.6.0 +Variant: Current +Requires Level 69, 154 Int +{variant:2}ShockedGroundWhenHitUnique__1 +AddedLightningDamageToSpellsAndAttacksUniqueHelmetInt10 +LocalIncreasedEnergyShieldUniqueHelmetInt10 +LightningResistUniqueHelmetInt10 +{variant:1}10% chance to Curse non-Cursed Enemies with a random Hex on Hit +{variant:2}RandomCurseOnHitChanceUniqueHelmetInt10 +{variant:1}5% chance to create Shocked Ground when Hit +]], +-- Helmet: Armour/Evasion +[[ +Black Sun Crest +Lacquered Helmet +Requires Level 51, 57 Str, 57 Dex +LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +LocalIncreasedPhysicalDamageReductionRatingPercentUniqueHelmetStrDex6 +LightRadiusUniqueHelmetStrDex6 +PercentageDexterityUniqueHelmetStrDex6 +PercentageStrengthUniqueHelmetStrDex6 +PercentageIntelligenceUniqueHelmetStrDex6 +]],[[ +The Bringer of Rain +Nightmare Bascinet +Variant: Pre 1.1.0 +Variant: Pre 1.3.0 +Variant: Pre 3.5.0 +Variant: Current +Requires Level 67, 62 Str, 85 Dex +DisplaySocketedGemGetsMeleePhysicalDamageUniqueHelmetStrDex4 +{variant:1,4}DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4 +{variant:2,3}DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4b +{variant:1,4}ItemActsAsSupportBlindUniqueHelmetStrDex4 +{variant:2,3}ItemActsAsSupportBlindUniqueHelmetStrDex4b +{variant:1,2}15% Chance to Block +{variant:3,4}6% Chance to Block +AddedPhysicalDamageUniqueHelmetStrDex4 +LocalIncreasedArmourAndEvasionUnique__18 +{variant:1,4}IncreasedLifeUniqueHelmetStrDex4 +{variant:2,3}IncreasedLifeUnique__106_ +{variant:1,2}10% chance to gain an Endurance Charge when you Block +{variant:3,4}ChanceToGainEnduranceChargeOnBlockUniqueHelmetStrDex4 +ExtraGore +DisableChestSlot +]],[[ +Crest of Desire +Fluted Bascinet +League: Heist +Requires Level 58, 64 Str, 64 Dex +RingHasOneSocket +LocalIncreaseSocketedGemLevelUnique__9 +SocketedGemQualityUnique__1 +SocketedSkillsDoubleDamageUnique__1_ +LocalIncreasedArmourAndEvasionUnique__14 +]],[[ +Deidbell +Gilded Sallet +Upgrade: Upgrades to unique{Deidbellow} via prophecy{Dying Cry} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 33, 38 Str, 38 Dex +StrengthUniqueClaw5_ +DexterityUniqueGlovesInt4__ +LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStrDex3 +{variant:2}Adds 10-20 Physical Damage to Attacks +MeleeDamageIncreaseUniqueHelmetStrDex3 +CannotLeechOnLowLife +]],[[ +Deidbellow +Gilded Sallet +Source: Upgraded from unique{Deidbell} using prophecy{Dying Cry} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 33, 38 Str, 38 Dex +StrengthUniqueClaw5_ +DexterityUniqueGlovesInt4__ +LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStrDex3 +{variant:2}Adds 10-20 Physical Damage to Attacks +MeleeDamageIncreaseUniqueHelmetStrDex3 +CannotLeechOnLowLife +You and nearby allies have 20% increased Attack, Cast and Movement +Speed if you've used a Warcry Recently +]],[[ +Devoto's Devotion +Nightmare Bascinet +Requires Level 67, 62 Str, 85 Dex +10% reduced Physical Damage +DexterityUniqueHelmetStrDex2 +IncreasedAttackSpeedUniqueHelmetStrDex2 +LocalIncreasedArmourAndEvasionUnique__17_ +ChaosResistHelmetStrDex2 +MovementVelocityUniqueBootsInt2 +ItemSilverFootstepsUniqueHelmetStrDex2 +]],[[ +The Peregrine +Visored Sallet +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 23, 28 Str, 28 Dex +{variant:1}IncreasedAccuracyUniqueAmulet5 +{variant:2}+300 to Accuracy Rating +{variant:3}IncreasedAccuracyUniqueStrDexHelmet1 +LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 +ItemFoundRarityIncreaseUniqueStrDexHelmet1 +LightningResistUniqueStrDexHelmet1 +{variant:1}ManaLeechPermyriadUniqueGlovesDexInt6 +{variant:2,3}ManaLeechPermyriadStrDexHelmet1 +MovementVelocityUniqueAmulet5 +]],[[ +Skullhead +Secutor Helm +Variant: Pre 2.6.0 +Variant: Current +Requires Level 36, 42 Str, 42 Dex +LocalIncreasedArmourAndEvasionUniqueHelmetStrDex5 +IncreasedLifeUnique__2 +IncreasedManaUniqueHelmetStrDex5_ +{variant:2}AllResistancesUnique__20 +Minions have 10% Chance to Block +MinionArmourUniqueHelmetStrDex5 +Minions Regenerate 2% Life per Second +]], +-- Helmet: Armour/Energy Shield +[[ +Ahn's Contempt +Praetor Crown +Requires Level 68, 62 Str, 91 Int +AllAttributesUnique__12 +LocalIncreasedArmourAndEnergyShieldUnique__7 +IncreasedLifeUniqueAmulet25 +ReducedMaximumPowerChargesUniqueCorruptedJewel18 +PhysAddedAsChaosWithMaxPowerChargesUnique__1 +ReducedExtraDamageFromCritsWithNoPowerChargesUnique__1 +]],[[ +Ancient Skull +Bone Helmet +League: Ritual +Requires Level 73, 76 Str, 76 Int +Implicits: 1 +MinionDamageImplicitHelmet1 +LocalIncreasedArmourAndEnergyShieldUnique__21 +MinionLifeUnique__5_ +MinionRunSpeedUnique__6 +MinionCriticalStrikeChanceMaximumPowerChargeUnique__1 +MinionsCrazyOnCritUnique__1__ +]],[[ +The Brine Crown +Prophet Crown +Variant: Pre 3.5.0 +Variant: Current +Requires Level 63, 85 Str, 62 Int +{variant:1}(100-120)% increased Armour and Energy Shield +{variant:2}LocalIncreasedArmourAndEnergyShieldUnique__6 +{variant:1}IncreasedLifeUnique__2 +{variant:2}IncreasedLifeUniqueHelmetDex4 +ColdResistUnique__10 +CannotBeFrozenUnique__1 +{variant:1}+800 Armour while stationary +{variant:2}AddedArmourWhileStationaryUnique__1 +{variant:2}ColdDamageTakenUnique__1 +IncreasedManaRegenerationWhileStationaryUnique__1 +SpreadChilledGroundWhenHitByAttackUnique__1 +]],[[ +The Broken Crown +Prophet Crown +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 63, 85 Str, 62 Int +SocketedGemsSupportedByCastOnDeathUniqueHelmetStrInt5 +DamageOnLowLifeUniqueHelmetStrInt5 +AllAttributesUniqueRing26 +LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt5 +ManaRegenerationUniqueHelmetStrInt5 +{variant:1}LocalIncreasedEnergyShieldUnique__6 +{variant:2}LocalIncreasedEnergyShieldUniqueShieldInt5 +{variant:3}IncreasedEnergyShieldUnique__9 +ChaosResistUniqueHelmetStrInt5 +]],[[ +Craiceann's Chitin +Magistrate Crown +Variant: Pre 3.4.0 +Variant: Current +League: Bestiary +Source: Drops from unique{Craiceann, First of the Deep} +Requires Level 58, 64 Str, 64 Int +{variant:1}+(7-9)% chance to Block Spell Damage +{variant:2}+(4-6)% chance to Block Spell Damage +LocalIncreasedArmourAndEnergyShieldUnique__10_ +MaximumLifeUnique__12 +CannotLoseCrabBarriersIfLostRecentlyUnique__1 +3% additional Chance to Block while you have at least 5 Crab Barriers +5% additional Chance to Block while you have at least 10 Crab Barriers +]],[[ +Crown of the Inward Eye +Prophet Crown +Requires Level 63, 85 Str, 62 Int +LocalIncreasedArmourAndEnergyShieldUnique__19 +MaximumLifeManaEnergyShieldUnique__1 +TransfigurationOfSoulUnique__1_ +TransfigurationOfBodyUnique__1 +TransfigurationOfMindUnique__1 +]],[[ +Crown of the Tyrant +Magistrate Crown +League: Delve +Source: Drops from unique{Aul, the Crystal King} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 58, 64 Str, 64 Int +RingHasOneSocket +{variant:1}+(50-100) to maximum Life +{variant:2}IncreasedLifeUnique__88 +NearbyEnemiesHaveReducedAllResistancesUnique__1 +AuraAddedFireDamagePerRedSocketUnique__1 +AuraAddedColdDamagePerGreenSocketUnique__1 +AuraAddedLightningDamagePerBlueSocketUnique__1 +AuraAddedChaosDamagePerWhiteSocketUnique__1 +]],[[ +Geofri's Crest +Great Crown +Upgrade: Upgrades to unique{Geofri's Legacy} via prophecy{The Bishop's Legacy} +Requires Level 53, 59 Str, 59 Int +LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2 +FireResistUniqueHelmetStrInt2 +ColdResistUniqueHelmetStrInt2 +LightningResistUniqueHelmetStrInt2 +ChaosResistUniqueHelmetStrInt2 +]],[[ +Geofri's Legacy +Great Crown +Source: Upgraded from unique{Geofri's Crest} via prophecy{The Bishop's Legacy} +Requires Level 62, 59 Str, 59 Int +LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2 +FireResistUniqueHelmetStrInt2 +ColdResistUniqueHelmetStrInt2 +LightningResistUniqueHelmetStrInt2 +ChaosResistUniqueHelmetStrInt2 +AdditionalHolyRelicUnique__1 +Summoned Holy Relics have (20-25)% reduced Cooldown Recovery Speed +]],[[ +Honourhome +Soldier Helmet +League: Legion +Source: Drops from Eternal Legion +Variant: Pre 3.7.0 +Variant: Current +Requires Level 12, 16 Str, 16 Int +{variant:2}LocalIncreaseSocketedGemLevelUnique__10 +{variant:1}AddedLightningDamageUniqueGlovesInt1 +{variant:2}AddedLightningDamageUniqueHelmetStrInt1 +{variant:1}(40-50)% increased Armour and Energy Shield +{variant:2}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt1 +{variant:1}AllResistancesUnique__20 +{variant:1}ElementalResistsOnLowLifeUniqueHelmetStrInt1 +{variant:1}ReducedManaCostOnLowLifeUniqueHelmetStrInt1 +{variant:2}ItemFoundRarityIncreaseUnique__4_ +{variant:2}ManaCostReductionUnique__2_ +]],[[ +Kitava's Thirst +Zealot Helmet +Variant: Pre 3.11.0 +Variant: Current +Requires Level 44, 50 Str, 50 Int +ReducedCastSpeedUniqueHelmetStrInt6 +LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt6 +IncreasedManaUnique__6 +{variant:1}30% chance to Cast Socketed Spells when you Spend at least 100 Mana to Use a Skill +{variant:2}50% chance to Trigger Socketed Spells when you Spend at least 100 Mana to Use a Skill +]],[[ +Lightpoacher +Great Crown +League: Abyss +Source: Drops from Abyssal Liches +Variant: One Abyssal Socket +Variant: Two Abyssal Sockets +{variant:1}AbyssJewelSocketUnique__3 +{variant:2}AbyssJewelSocketUnique__4 +Requires Level 53, 59 Str, 59 Int +LocalDisplayGrantLevelXSpiritBurstUnique__1 +AllResistancesUniqueBootsStr1 +Recover (4-5)% of Life when a Spirit Charge expires or is consumed +GainSpiritChargeOnKillChanceUnique__1 +MaximumSpiritChargesPerAbyssJewelEquippedUnique__2 +]],[[ +Malachai's Vision +Praetor Crown +Source: Use currency{Vaal Orb} on unique{Voll's Vision} +Variant: Pre 3.0.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 68, 62 Str, 91 Int +AddedChaosDamageToAttacksAndSpellsUnique__1 +{variant:1}+(200-250) to maximum Energy Shield +{variant:2,3}LocalIncreasedEnergyShieldUnique__7 +ColdResistUnique__7 +LightningResistUniqueHelmetStrInt2 +{variant:1,2}Regenerate 100 Energy Shield per second if all Equipped items are Corrupted +{variant:3}EnergyShieldRegenerationPerMinuteWhileAllCorruptedItemsUnique__1 +BaseManaRegenerationWhileAllCorruptedItemsUnique__1 +Corrupted +]],[[ +Mask of the Spirit Drinker +Variant: Pre 3.14.0 +Variant: Current +{variant:2}Magistrate Crown +{variant:1}Crusader Helmet +League: Incursion +Upgrade: Upgrades to unique{Mask of the Stitched Demon} via currency{Vial of Summoning} +{variant:1}Requires Level 31, 36 Str, 36 Int +{variant:2}Requires Level 58, 64 Str, 64 Int +{variant:2}LocalIncreasedEnergyShieldUnique__31 +{variant:1}LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2 +{variant:2}LocalIncreasedArmourAndEnergyShieldUnique__12 +{variant:1}IncreasedLifeUniqueAmulet4 +{variant:2}IncreasedLifeUniqueHelmetDex4 +Your Energy Shield starts at zero +CannotGainEnergyShieldUnique__1 +50 Life Regenerated per second if you have at least 500 Maximum Energy Shield +100 Life Regenerated per second if you have at least 1000 Maximum Energy Shield +150 Life Regenerated per second if you have at least 1500 Maximum Energy Shield +]],[[ +Mask of the Stitched Demon +Magistrate Crown +League: Incursion +Source: Upgraded from unique{Mask of the Spirit Drinker} via currency{Vial of Summoning} +Requires Level 58, 64 Str, 64 Int +IntelligenceUnique__9 +LocalIncreasedEnergyShieldUnique__24_ +NoMaximumLifePerStrengthUnique__1 +NoMaximumManaPerIntelligenceUnique__1 +IncreasedLifePerIntelligenceUnique__1 +Your Energy Shield starts at zero +CannotGainEnergyShieldUnique__1 +1% of Life Regenerated per second per 500 Maximum Energy Shield +]],[[ +Mask of the Tribunal +Magistrate Crown +League: Synthesis +Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} +Requires Level 58, 64 Str, 64 Int +AllAttributesUnique__15 +LocalIncreasedArmourAndEnergyShieldUnique__21 +DefencesPer100StrengthAuraUnique__1 +CriticalMultiplierPer100DexterityAuraUnique__1 +CastSpeedPer100IntelligenceAuraUnique__1 +1% reduced Mana Reserved per 250 total attributes +]],[[ +Maw of Mischief +Bone Helmet +League: Heist +Requires Level 73, 76 Str, 76 Int +Implicits: 1 +MinionDamageImplicitHelmet1 +GrantsDeathWishUnique__1__ +IncreasedLifeUnique__109_ +(30-20)% reduced Mana Cost of Minion Skills +MinionLargerAggroRadiusUnique__1 +]],[[ +Memory Vault +Praetor Crown +Source: Drops from unique{The Enslaver} +Requires Level 68, 62 Str, 91 Int +LocalIncreasedEnergyShieldUnique__15 +IncreasedManaUnique__10 +ManaRegenerationUniqueBootsStrDex4 +FireResistUniqueAmulet4 +10% increased Mana Reserved +GainArmourEqualToManaReservedUnique__1 +]],[[ +Mindspiral +Aventail Helmet +Variant: Pre 3.0.0 +Variant: Current +Requires Level 37, 42 Str, 42 Int +ColdDamagePercentUniqueHelmetStrInt3 +LightningDamagePercentUniqueHelmetStrInt3 +{variant:1}IncreasedManaUniqueTwoHandAxe9 +{variant:2}IncreasedManaUniqueHelmetStrInt3 +{variant:2}GainManaAsExtraEnergyShieldUnique__1 +EnemiesCannotLeechMana +(5-10)% of Damage taken Gained as Mana over 4 seconds when Hit +CannotLeechMana +]],[[ +Speaker's Wreath +Prophet Crown +Requires Level 63, 85 Str, 62 Int +DexterityUnique__20__ +SkillEffectDurationUnique__1 +MinionAttackSpeedPerXDexUnique__1 +MinionMovementSpeedPerXDexUnique__1 +MinionHitsOnlyKillIgnitedEnemiesUnique__1 +]],[[ +Veil of the Night +Great Helmet +Requires Level 22, 27 Str, 27 Int +(20-22)% increased Stun Recovery +LightRadiusUniqueHelmetStrDex6 +LightningDamageOnBlockUniqueHelmetStrInt4 +AllDefencesUniqueHelmetStrInt4_ +SetElementalResistancesUniqueHelmetStrInt4 +]],[[ +Replica Veil of the Night +Great Helmet +League: Heist +Requires Level 22, 27 Str, 27 Int +StunRecoveryUniqueHelmetStrInt4 +LightRadiusUniqueHelmetStrDex6 +LightningDamageOnBlockUniqueHelmetStrInt4 +DefencesAreZeroUnique__1_ +(18-22)% increased Elemental Resistances +]],[[ +Voll's Vision +Praetor Crown +Requires Level 68, 62 Str, 91 Int +IncreasedPhysicalDamageReductionRatingUniqueRing12 +FireResistUnique__7_ +ChaosResistUnique__2 +LightRadiusUnique__3 +IncreasedLifeWhileNoCorruptedItemsUnique__1 +LifeRegenerationPerMinuteWhileNoCorruptedItemsUnique__1 +]], +-- Helmet: Evasion/Energy Shield +[[ +Crown of the Pale King +Regicide Mask +League: Tempest +Variant: Pre 2.6.0 +Variant: Current +Requires Level 52, 58 Dex, 58 Int +LocalIncreasedEvasionAndEnergyShieldUnique__10 +{variant:2}IncreasedLifeUniqueGlovesInt3 +LifeLeechPermyriadUniqueHelmetDexInt6 +AttackerTakesDamageUniqueHelmetDexInt6 +DamageYouReflectGainedAsLifeUniqueHelmetDexInt6 +]],[[ +Curtain Call +Plague Mask +Requires Level 20 +IncreasedLifeUnique__87 +(15-10)% reduced Mine Throwing Speed +RemoteMineArmingSpeedUnique__1 +Skills which Place Mines place up to 1 additional Mine if you have at least 800 Dexterity +Skills which Place Mines place up to 1 additional Mine if you have at least 800 Intelligence +]],[[ +Eye of Malice +Callous Mask +Requires Level 45, 51 Dex, 51 Int +LocalIncreasedEvasionAndEnergyShieldUnique__25 +FireResistUnique__23_ +ColdResistUniqueShieldDex7 +ColdExposureOnHitUnique__1 +FireExposureOnHitUnique__1 +Nearby Enemies have 50% increased Fire and Cold Resistances +]],[[ +Farrul's Bite +Harlequin Mask +League: Bestiary +Source: Drops from unique{Farrul, First of the Plains} +Requires Level 57, 64 Dex, 64 Int +GrantsCatAspect1 +LocalIncreasedEvasionAndEnergyShieldUnique__12 +ColdResistUnique__25 +AdditionalCriticalStrikeChanceWithCatAspectUnique__1 +CritsBlindChanceWithCatsStealthUnique__1 +DamageAgainstBlindedEnemiesUnique__1 +]],[[ +Fractal Thoughts +Vaal Mask +League: Legion +Requires Level: 62, 79 Dex, 72 Int +LocalIncreasedEvasionAndEnergyShieldUnique__5 +CriticalStrikeMultiplierIfDexterityHigherThanIntelligenceUnique__1 +PercentDexterityIfStrengthHigherThanIntelligenceUnique__1 +ElementalDamagePerDexterityUnique__1 +LifePer10IntelligenceUnique__1 +]],[[ +Glimpse of Chaos +Vaal Mask +League: Ultimatum +Requires Level 62, 79 Dex, 72 Int +Implicits: 1 +Variant: Area of Effect +Variant: Blind +Variant: Mana Cost + Reservation +Variant: Curse Effect +Variant: Skill Effect Duration +Variant: Crushed +Variant: +2 Gems +Variant: Minimum Charges +Variant: Cooldown Recovery +Variant: Aura Effect +Variant: Additional Projectile +Variant: Malediction +Variant: Quantity +{variant:1}UniqueSpecialCorruptionAreaOfEffect_ +{variant:2}DisplayBlindAuraUnique__1 +{variant:3}UniqueSpecialCorruptionSocketedGemsManaMultiplier_ +{variant:4}CurseEffectivenessUnique__3_ +{variant:5}UniqueSpecialCorruptionSkillEffectDuration +{variant:6}UniqueSpecialCorruptionNearbyEnemiesCrushed +{variant:7}LocalIncreaseSocketedGemLevelUniqueWand8 +{variant:8}UniqueSpecialCorruptionAllMinCharges +{variant:9}UniqueSpecialCorruptionCooldownRecoverySpeed__ +{variant:10}AuraEffectGlobalUnique__1 +{variant:11}UniqueSpecialCorruptionAdditionalProjectile +{variant:12}UniqueSpecialCorruptionNearbyEnemiesMalediction +{variant:13}UniqueSpecialCorruptionItemQuantity_ +ModifyableWhileCorruptedUnique__1 +LifeAndReducedFireResistanceUnique__1 +ManaAndReducedColdResistanceUnique__1 +EnergyShieldAndReducedLightningResistanceUnique__1 +ChaosResistanceIsZeroUnique__1 +Corrupted +]],[[ +Gorgon's Gaze +Regicide Mask +Requires Level 52, 58 Dex, 58 Int +Implicits: 0 +Grants Level 20 Summon Petrification Statue Skill +LocalIncreasedEnergyShieldPercentUnique__25_ +IncreasedLifeUniqueGlovesInt3 +AttackAndCastSpeedUnique__2 +AdditionalPhysicalDamageReductionWhileMovingUnique__1 +ReducedElementalDamageTakenWhileStationaryUnique__1_ +]],[[ +The Gull +Raven Mask +League: Domination +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 38, 44 Dex, 44 Int +{variant:2,3}TriggeredSummonLesserShrineUnique__1 +LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4 +{variant:2}+(40-65) to maximum Energy Shield +{variant:3}LocalIncreasedEnergyShieldUnique__11 +{variant:1}IncreasedManaUniqueHelmetDexInt3 +{variant:2,3}IncreasedLifeUniqueGlovesInt3 +{variant:2,3}ColdResistUnique__17 +{variant:1}LifeGainedFromEnemyDeathUniqueHelmetDexInt3 +{variant:1}EnergyShieldGainedFromEnemyDeathUniqueHelmetDexInt3 +ShrineBuffEffectUniqueHelmetDexInt3 +ShrineEffectDurationUniqueHelmetDexInt3 +]],[[ +Heretic's Veil +Deicide Mask +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 67, 73 Dex, 88 Int +LocalIncreasedEnergyShieldUnique__5 +{variant:1,2}LocalIncreasedEvasionAndEnergyShieldUnique__7 +{variant:3}LocalIncreasedEvasionAndEnergyShieldUnique__2 +{variant:1}IncreaseSocketedCurseGemLevelUniqueHelmetInt9 +{variant:2,3}IncreaseSocketedCurseGemLevelUnique__1 +Socketed Curse Gems are Supported by Level 22 Blasphemy +Socketed Curse Gems have 12% reduced Mana Reservation +]],[[ +Leer Cast +Festival Mask +Requires Level 28, 33 Dex, 33 Int +AllDamageUniqueHelmetDexInt2 +DexterityUniqueGlovesInt4__ +IncreasedLifeImplicitGlovesDemigods1 +IncreasedManaUniqueBodyInt9 +DisplayDamageAuraUniqueHelmetDexInt2 +]],[[ +Replica Leer Cast +Festival Mask +League: Heist +Requires Level 28, 33 Dex, 33 Int +DexterityUniqueGlovesInt4__ +IncreasedLifeImplicitGlovesDemigods1 +IncreasedManaUniqueBodyInt9 +ManaRegenerationUnique__14___ +You and nearby Allies have 30% increased Mana Regeneration Rate +]],[[ +Malachai's Simula +Iron Mask +Upgrade: Upgrades to unique{Malachai's Awakening} via prophecy{The Nightmare Awakens} +Variant: Pre 1.0.0 +Variant: Pre 2.0.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 17, 21 Dex, 21 Int +SpellDamageUniqueHelmetDexInt1 +StrengthUnique__20_ +TalismanIncreasedLightningDamage +LightningResistUniqueHelmetDexInt1 +{variant:1}100% increased Mana Cost of Skills +{variant:2}20% increased Mana Cost of Skills +BloodMagic +{variant:4}KeystoneMortalConvictionUnique__1 +]],[[ +Malachai's Awakening +Iron Mask +Source: Upgraded from unique{Malachai's Simula} via prophecy{The Nightmare Awakens} +Variant: Pre 3.7.0 +Variant: Current +Requires Level 60, 21 Dex, 21 Int +SpellDamageUniqueHelmetDexInt1 +StrengthUnique__20_ +AllResistancesUniqueIntHelmet3 +AddedColdDamageWhileNoLifeReservedUnique__1__ +AddedFireDamageWhileNoLifeReservedUnique__1 +AddedLightningDamageWhileNoLifeReservedUnique__1 +BloodMagic +{variant:2}KeystoneMortalConvictionUnique__1 +]],[[ +Mind of the Council +Harlequin Mask +Source: prophecy{Unbearable Whispers V} +Variant: Pre 3.10.0 +Variant: Current +Requires Level 57, 64 Dex, 64 Int +LocalIncreasedEvasionAndEnergyShieldUnique__3 +{variant:2}LocalIncreasedEnergyShieldUnique__29 +MaximumManaUnique___2 +ChanceToShockUnique__1 +ChanceToBeShockedUnique__1 +PercentLightningDamageTakenFromManaBeforeLifeUnique__1 +{variant:1}Recover 3% of Maximum Mana when you Shock an Enemy +{variant:2}AttackLightningDamageMaximumManaUnique__1__ +{variant:2}LoseManaOnAttackSkillUnique__1 +]],[[ +The Tempest's Binding +Callous Mask +League: Harbinger +Upgrade: Upgrades to unique{The Tempest's Liberation} via currency{Deregulation Scroll} +Requires Level 45, 51 Dex, 51 Int +SupportedByIceBiteUnique__1 +SupportedByInnervateUnique__1 +HarbingerSkillOnEquipUnique__5 +LocalIncreasedEvasionRatingUnique__1 +LocalIncreasedEnergyShieldUnique__12 +IncreasedLifeUniqueGlovesInt3 +AllResistancesUniqueBootsStr1 +]],[[ +The Tempest's Liberation +Callous Mask +League: Harvest +Source: Upgraded from unique{The Tempest's Binding} via currency{Deregulation Scroll} +Requires Level 60, 51 Dex, 51 Int +SupportedByIceBiteUnique__1 +SupportedByInnervateUnique__1 +HarbingerSkillOnEquipUnique2_5 +LocalIncreasedEvasionRatingUnique__1 +LocalIncreasedEnergyShieldUnique__12 +IncreasedLifeUniqueGlovesInt3 +AllResistancesUniqueBootsStr1 +]],[[ +The Three Dragons +Golden Mask +Requires Level 35, 40 Dex, 40 Int +AllResistancesUniqueHelmetDexInt4 +FireShocksUniqueHelmetDexInt4 +ColdIgnitesUniqueHelmetDexInt4_ +LightningFreezesUniqueHelmetDexInt4 +]],[[ +The Vertex +Vaal Mask +Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} +Requires Level 62, 79 Dex, 72 Int +LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt5 +IncreasedEnergyShieldUnique__5 +ChaosResistUniqueHelmetDexInt5 +EnemiesCannotLeechMana +SocketedGemsHaveReducedManaCostUniqueDescentClaw1 +]],[[ +Viridi's Veil +Praetor Crown +League: Ritual +Requires Level 68, 62 Str, 91 Int +LocalIncreaseSocketedGemLevelUnique__10 +LocalIncreasedArmourAndEnergyShieldUnique__24 +AllResistancesUnique__21 +AnyRingMagicDamageExtraRollUnique__1 +RightRingMagicHexproofUnique__1 +LeftRingMagicNoCritDamageUnique__1 +]],[[ +Willclash +Golden Mask +League: Heist +Requires Level 35, 40 Dex, 40 Int +LocalIncreasedEvasionAndEnergyShieldUnique__29 +ChanceToBlockSpellsPerPowerChargeUnique__2_ +ElementalDamagePerPowerChargeUnique__1 +GainPowerChargesNotLostRecentlyUnique__1_ +LosePowerChargesOnBlockUnique__1 +]], +} diff --git a/src/Data/Uniques/Special/jewel.lua b/src/Data/Uniques/Special/jewel.lua new file mode 100644 index 0000000000..a585fe370d --- /dev/null +++ b/src/Data/Uniques/Special/jewel.lua @@ -0,0 +1,1718 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Jewel: Drop +[[ +Anatomical Knowledge +Cobalt Jewel +Radius: Large +MaximumLifeUnique__15 +LifePerIntelligenceInRadusUniqueJewel52 +]],[[ +The Anima Stone +Prismatic Jewel +Source: Vendor Recipe +Limited to: 1 ++1 to maximum number of Golems +GolemPerPrimordialJewel +]],[[ +Apex Mode +Cobalt Jewel +League: Heist +Limited to: 1 +Requires Level 20 +SpellDamageUnique__12 +CriticalStrikeChancePerIntensityUnique__1 +Spells which have gained Intensity Recently gain 1 Intensity every 0.5 Seconds +]],[[ +Apparitions +Viridian Jewel +MinionRunSpeedUniqueJewel16 +Minions have (2-5)% additional chance to Dodge Attacks +]],[[ +The Blue Dream +Cobalt Jewel +League: Breach +Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} +Upgrade: Upgrades to unique{The Blue Nightmare} using currency{Blessing of Chayula} +Radius: Large +ChaosDamageAsPortionOfLightningDamageUnique__1 +LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1 +also grant an equal chance to gain a Power Charge on Kill +]],[[ +The Blue Nightmare +Cobalt Jewel +League: Breach +Source: Upgraded from unique{The Blue Dream} using currency{Blessing of Chayula} +Limited to: 1 +Radius: Large +ChaosDamageAsPortionOfLightningDamageUnique__1 +LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1 +also grant Chance to Block Spell Damage at 35% of its value +LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1 +also grant an equal chance to gain a Power Charge on Kill +]],[[ +Brawn +Crimson Jewel +PercentageDexterityUniqueJewel29 +PercentageStrengthUnique__2 +PercentageIntelligenceUniqueJewel29 +]],[[ +Brute Force Solution +Cobalt Jewel +Radius: Large +IntelligenceUniqueJewel11 +JewelStrToInt +]],[[ +Calamitous Visions +Small Cluster Jewel +League: Delirium +Source: Drops from the Simulacrum Encounter +JewelExpansionLoneMessenger_ +]],[[ +Careful Planning +Viridian Jewel +Radius: Large +DexterityUniqueJewel36 +JewelIntToDexUniqueJewel36 +]],[[ +Cheap Construction +Viridian Jewel +TrapDurationUnique__1 +AdditionalTrapsThresholdJewel +]],[[ +Replica Cheap Construction +Viridian Jewel +League: Heist +TrapCritChanceUnique__1 +AdditionalTrapsUnique__2__ +]],[[ +Clear Mind +Cobalt Jewel +Limited to: 1 +ManaRegenerationImplicitAmulet1 +SpellDamageWithNoManaReservedUniqueJewel30 +]],[[ +Coated Shrapnel +Crimson Jewel +Radius: Small +Variant: Pre 3.8.0 +Variant: Current +{variant:1}TrapAndMineAddedPhysicalDamageUnique__1 +TrapPoisonChanceUnique__1 +{variant:2}PassivesGrantTrapMineAddedPhysicalUnique__1_ +]],[[ +Cold Steel +Viridian Jewel +Radius: Large +ColdAndPhysicalNodesInRadiusSwapPropertiesUniqueJewel48_ +Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage +]],[[ +Efficient Training +Crimson Jewel +Radius: Large +StrengthUniqueJewel37 +JewelIntToStrUniqueJewel34 +]],[[ +Eldritch Knowledge +Cobalt Jewel +Radius: Medium +ChaosDamageIncreasedPerIntUniqueJewel2 +]],[[ +Endless Misery +Cobalt Jewel +League: Heist +Limited to: 1 +Radius: Medium +ElementalDamageUnique__4 +DischargeThresholdJewel__1 +With at least 40 Intelligence in Radius, Discharge Cooldown is 250 ms +With at least 40 Intelligence in Radius, Discharge deals 60% less Damage +]],[[ +Energised Armour +Crimson Jewel +Radius: Large +GlobalPhysicalDamageReductionRatingPercentUnique__1 +EnergyShieldInRadiusIncreasesArmourUniqueJewel50 +]],[[ +Energy From Within +Cobalt Jewel +Variant: Pre 2.5.0 +Variant: Current +Radius: Large +{variant:1}(8-12)% increased maximum Energy Shield +{variant:2}IncreasedEnergyShieldPercentUniqueJewel51 +LifeInRadiusBecomesEnergyShieldAtHalfValueUniqueJewel51 +]],[[ +Fertile Mind +Cobalt Jewel +Radius: Large +IntelligenceUniqueJewel11 +JewelDexToInt +]],[[ +Fireborn +Crimson Jewel +Radius: Medium +AllDamageInRadiusBecomesFireUniqueJewel49 +]],[[ +Fluid Motion +Viridian Jewel +Radius: Large +DexterityUniqueJewel36 +JewelStrToDex +]],[[ +Fortified Legion +Cobalt Jewel +Limited to: 1 +MinionLifeUniqueJewel18 +Minions Recover 2% of their Maximum Life when they Block +]],[[ +Fortress Covenant +Cobalt Jewel +Requires Level: 20 +Limited to: 1 +Radius: Medium +MinionDamageUnique__6 +MinionAttackBlockChanceUnique__1 +MinionSpellBlockChanceUnique__1_ +Notable Passive Skills in Radius are Transformed to instead grant: Minions take 20% increased Damage +]],[[ +Fragile Bloom +Crimson Jewel +Limited to: 1 +Variant: Pre 3.11.0 +Variant: Current +{variant:1}2% of Life Regenerated per Second +{variant:1}DamageTakenUniqueJewel24 +{variant:2}Gain 1 Fragile Regrowth each second +{variant:2}FragileRegrowthLifeRegenerationUnique__1 +{variant:2}0.7% of Life Regenerated per second per Fragile Regrowth +{variant:2}Lose all Fragile Regrowth when Hit +]],[[ +Replica Fragile Bloom +Crimson Jewel +League: Heist +Limited to: 1 +Implicits: 0 +FragileRegrowthLifeRegenerationUnique__2_ +0.7% of Life Regenerated per second per Fragile Regrowth +Gain up to maximum Fragile Regrowth when Hit +Lose 1 Fragile Regrowth each second +]],[[ +From Dust +Cobalt Jewel +Limited to: 1 +Variant: Pre 3.8.0 +Variant: Current +Implicits: 0 +{variant:1}Summon 2 additional Skeleton Warriors with Summon Skeleton +{variant:2}SummonSkeletonsNumberOfSkeletonsToSummonUnique__1 +SummonSkeletonsCooldownTimeUnique__1 +]],[[ +The Front Line +Small Cluster Jewel +League: Delirium +Source: Drops from the Simulacrum Encounter +JewelExpansionVeteransAwareness_ +]],[[ +The Golden Rule +Viridian Jewel +(30-40)% increased Armour while Bleeding +Bleeding you inflict is Reflected to you ++1% to Chaos Resistance per Poison on you +Poison you inflict is Reflected to you +]],[[ +Grand Spectrum +Cobalt Jewel +Limited to: 3 +Variant: Pre 3.0.0 +Variant: Pre 3.10.0 +Variant: Current +{variant:1}Gain 15 Mana per Grand Spectrum +{variant:2}ManaPerStackableJewelUnique__1 +{variant:3}CriticalStrikeChancePerStackableJewelUnique__1 +]],[[ +Grand Spectrum +Crimson Jewel +Limited to: 3 +Variant: Pre 3.0.0 +Variant: Pre 3.10.0 +Variant: Current +{variant:1}Gain 75 Armour per Grand Spectrum +{variant:2}ArmourPerStackableJewelUnique__1 +{variant:3}AllResistancePerStackableJewelUnique__1 +]],[[ +Grand Spectrum +Viridian Jewel +Limited to: 3 +Variant: Pre 2.5.0 +Variant: Pre 3.0.0 +Variant: Pre 3.10.0 +Variant: Current +{variant:1}5% increased Elemental Damage per Grand Spectrum +{variant:2}4% increased Elemental Damage per Grand Spectrum +{variant:3}12% increased Elemental Damage per Grand Spectrum +{variant:4}IncreasedDamagePerStackableJewelUnique__1 +]],[[ +The Green Dream +Viridian Jewel +League: Breach +Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} +Upgrade: Upgrades to unique{The Green Nightmare} using currency{Blessing of Chayula} +Radius: Large +ChaosDamageAsPortionOfColdDamageUnique__1 +ColdResistConvertedToDodgeChanceScaledJewelUnique__1 +also grant an equal chance to gain a Frenzy Charge on Kill +]],[[ +The Green Nightmare +Viridian Jewel +League: Breach +Source: Upgraded from unique{The Green Dream} using currency{Blessing of Chayula} +Limited to: 1 +Radius: Large +ChaosDamageAsPortionOfColdDamageUnique__1 +ColdResistConvertedToDodgeChanceScaledJewelUnique__1 +also grant Chance to Dodge Attack Hits at 35% of its value +ColdResistConvertedToDodgeChanceScaledJewelUnique__1 +also grant an equal chance to gain a Frenzy Charge on Kill +]],[[ +Hair Trigger +Viridian Jewel +Variant: Pre 2.6.0 +Variant: Current +TrapDamageUnique___1 +{variant:1}(20-30)% increased Trap Trigger Radius +{variant:2}TrapTriggerRadiusUnique__1 +]],[[ +Healthy Mind +Cobalt Jewel +Limited to: 1 +Radius: Large +MaximumManaUniqueJewel54 +LifePassivesBecomeManaPassivesInRadiusUniqueJewel54 +]],[[ +Hidden Potential +Viridian Jewel +Limited to: 1 +IncreasedDamagePerMagicItemJewel25 +]],[[ +Hotheaded +Viridian Jewel +Limited to: 1 +Variant: Pre 3.11.0 +Variant: Current +{variant:1}(10-15)% increased Movement Speed while Ignited +{variant:2}MovementVelocityWhileIgnitedUnique__2 +{variant:2}IncreasedAttackSpeedWhileIgnitedUniqueJewel20 +{variant:2}IncreasedCastSpeedWhileIgnitedUniqueJewel20_ +]],[[ +Replica Hotheaded +Viridian Jewel +League: Heist +Limited to: 1 +AttackSpeedWhileChilledUnique__1 +CastSpeedWhileChilledUnique__1 +MovementVelocityWhileChilledUnique__1_ +]],[[ +Inertia +Crimson Jewel +Radius: Large +StrengthUniqueJewel37 +JewelDexToStr +]],[[ +Inspired Learning +Crimson Jewel +Radius: Small +StealRareModUniqueJewel3 +]],[[ +The Interrogation +Small Cluster Jewel +League: Delirium +Source: Drops from the Simulacrum Encounter +JewelExpansionSecretsOfSuffering +]],[[ +Intuitive Leap +Viridian Jewel +Radius: Small +AllocateDisconnectedPassivesDonutUnique__1 +]],[[ +Izaro's Turmoil +Crimson Jewel +Source: Drops in The Lord's Labyrinth +FireDamagePercentUnique__3 +ColdDamagePercentUnique__4 +ChanceToFreezeUnique__2 +IncreasedChanceToIgniteUnique__1 +]],[[ +Kitava's Teachings +Small Cluster Jewel +League: Delirium +Source: Drops from the Simulacrum Encounter +JewelExpansionKeystoneDiscipleOfKitava_ +]],[[ +Lioneye's Fall +Viridian Jewel +Radius: Medium +UniqueJewelMeleeToBow +]],[[ +Lord of Steel +Viridian Jewel +League: Heist +Limited to: 1 +Variant: Impale Chance (Pre 3.13.0) +Variant: Impale Overwhelm (Pre 3.13.0) +Variant: Impale Effect (Pre 3.13.0) +Variant: Impale Chance (Current) +Variant: Impale Overwhelm (Current) +Variant: Impale Effect (Current) +{variant:1,4}ChanceToImpaleUnique__1 +{variant:2,5}ImpalePhysicalReductionPenaltyUnique__1 +{variant:3,6}ImpaleEffectUnique__2 +{variant:1,3,4,6}CallOfSteelAreaOfEffectUnique__2___ +{variant:2,3,5,6}CallOfSteelUseSpeedUnique__2 +{variant:1,2}Call of Steel causes (40-50)% increased Reflected Damage +{variant:4,5}CallOfSteelReflectDamageUnique__1 +]],[[ +Malicious Intent +Cobalt Jewel +UnholyMightOnMeleeKillUniqueJewel28 +]],[[ +Mantra of Flames +Crimson Jewel +Limited to: 1 +FireDamagePerBuffUniqueJewel17 +FireSpellDamagePerBuffUniqueJewel17 +]],[[ +Martial Artistry +Crimson Jewel +Limited to: 1 +Variant: Pre 3.11.0 +Variant: Current +Radius: Small +{variant:1}UnarmedAreaOfEffectUniqueJewel4 +{variant:2}UnarmedStrikeRangeUniqueJewel__1_ +{variant:2}PassivesGrantUnarmedAttackSpeedUnique__1_ +]],[[ +Might in All Forms +Crimson Jewel +Radius: Medium +DexterityAndIntelligenceGiveStrengthMeleeBonusInRadiusUniqueJewel55 +]],[[ +Might of the Meek +Crimson Jewel +Radius: Large +PassiveEffectivenessJewelUnique__1_ +Notable Passive Skills in Radius grant nothing +]],[[ +Nadir Mode +Cobalt Jewel +League: Heist +Limited to: 1 +Item Level: 82 +SpellDamageUnique__12 +CriticalStrikeChancePerIntensityUnique__2 +Spells which have gained Intensity Recently lose 1 Intensity every 0.50 Seconds +]],[[ +Natural Affinity +Small Cluster Jewel +League: Delirium +Source: Drops from the Simulacrum Encounter +JewelExpansionNaturesPatience +]],[[ +One With Nothing +Small Cluster Jewel +League: Delirium +Source: Drops from the Simulacrum Encounter +JewelExpansionHollowPalmTechnique +]],[[ +Primordial Eminence +Viridian Jewel +GolemAttackAndCastSpeedUnique__1 +GolemBuffEffectUnique__1 +GolemArmourRatingUnique__1 +PrimordialJewelCountUnique__1 +]],[[ +Primordial Harmony +Cobalt Jewel +Variant: Pre 3.3.0 +Variant: Current +GolemSkillsCooldownRecoveryUnique__1 +{variant:1}Summoned Golems have (10-15)% increased Cooldown Recovery Rate +{variant:2}GolemsSkillsCooldownRecoveryUnique__1_ +IncreasedGolemDamagePerGolemUnique__1 +GolemLifeRegenerationUnique__1 +PrimordialJewelCountUnique__1 +]],[[ +Primordial Might +Crimson Jewel +IncreasedDamageIfGolemSummonedRecently__1 +IncreasedGolemDamageIfGolemSummonedRecently__1_ +GolemLifeUnique__1 +GolemLargerAggroRadiusUnique__1 +PrimordialJewelCountUnique__1 +]],[[ +Replica Primordial Might +Crimson Jewel +League: Heist +-1 to maximum number of Golems +IncreasedDamageIfGolemSummonedRecently__1 +IncreasedGolemDamageIfGolemSummonedRecentlyUnique__1 +GolemLifeUnique__1 +PrimordialJewelCountUnique__1 +GolemLargerAggroRadiusUnique__1 +]],[[ +Pugilist +Viridian Jewel +Radius: Large +ClawPhysDamageAndEvasionPerDexUniqueJewel47 +1% increased Claw Physical Damage per 3 Dexterity Allocated in Radius +1% increased Melee Physical Damage while Unarmed per 3 Dexterity Allocated in Radius +]],[[ +Pure Talent +Viridian Jewel +Limited to: 1 +While your Passive Skill Tree connects to a class' Starting location, you gain: +Marauder: Melee Skills have 15% increased Area of Effect +Duelist: 1% of Attack Damage Leeched as Life +Ranger: 7% increased Movement Speed +Shadow: +0.5 to Critical Strike Chance +Witch: 0.5% of Maximum Mana Regenerated per second +Templar: Damage Penetrates 5% Elemental Resistances +Scion: +25 to All Attributes +]],[[ +Replica Pure Talent +Viridian Jewel +League: Heist +Limited to: 1 +While your Passive Skill Tree connects to a class' starting location, you gain: +Marauder: 1% of Life Regenerated per second +Duelist: +2 to Melee Strike Range +Ranger: 20% increased Flask Charges gained +Shadow: 12% increased Attack and Cast Speed +Witch: 20% increased Skill Effect Duration +Templar: +4% Chance to Block Attack and Spell Damage +Scion: 30% increased Damage +]],[[ +Quickening Covenant +Viridian Jewel +Requires Level: 20 +Limited to: 1 +Radius: Medium +MinionAttackAndCastSpeedUnique__1 +Minions have (12-16)% increased Cast Speed +MinionAttackDodgeChanceUnique__1 +MinionSpellDodgeChanceUnique__1_ +Notable Passive Skills in Radius are Transformed to instead grant: Minions have 25% reduced Movement Speed +]],[[ +Rain of Splinters +Crimson Jewel +Limited to: 1 +ReducedTotemDamageUniqueJewel26 +AdditionalTotemProjectilesUniqueJewel26 +]],[[ +Reckless Defence +Cobalt Jewel +Variant: Pre 3.4.0 +Variant: Current +{variant:1}+6% chance to Block Spell Damage +{variant:2}SpellBlockPercentageUnique__1 +(2-4)% chance to Block Attack Damage +ChanceToBeCritJewelUnique__1 +]],[[ +Replica Reckless Defence +Cobalt Jewel +League: Heist +SpellBlockPercentageUnique__1 +AdditionalBlockUnique__1 +ChanceToBeFrozenShockedIgnitedUnique__1 +]],[[ +The Red Dream +Crimson Jewel +League: Breach +Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} +Upgrade: Upgrades to unique{The Red Nightmare} using currency{Blessing of Chayula} +Radius: Large +ChaosDamageAsPortionOfFireDamageUnique__1 +FireResistConvertedToBlockChanceScaledJewelUnique__1_ +also grant an equal chance to gain an Endurance Charge on Kill +]],[[ +The Red Nightmare +Crimson Jewel +League: Breach +Source: Upgraded from unique{The Red Dream} using currency{Blessing of Chayula} +Limited to: 1 +Radius: Large +ChaosDamageAsPortionOfFireDamageUnique__1 +FireResistConvertedToBlockChanceScaledJewelUnique__1_ +also grant Chance to Block Attack Damage at 35% of its value +FireResistConvertedToBlockChanceScaledJewelUnique__1_ +also grant an equal chance to gain an Endurance Charge on Kill +]],[[ +The Siege +Small Cluster Jewel +League: Delirium +Source: Drops from the Simulacrum Encounter +JewelExpansionKineticism +]],[[ +Soul's Wick +Cobalt Jewel +Limited to: 1 +MaximumMinionCountUnique__1__ +(40-50)% reduced Mana Cost of Raise Spectre +Spectres have (800-1000)% increased Critical Strike Chance +SpectreHaveBaseDurationUnique__1 +Spectres do not travel between Areas +]],[[ +Spire of Stone +Crimson Jewel +Limited to: 1 +Radius: Large +TotemLifePerStrengthUniqueJewel15 +TotemsCannotBeStunnedUniqueJewel15 +]],[[ +Static Electricity +Viridian Jewel +Radius: Large +Adds 1 maximum Lightning Damage to Attacks per 1 Dexterity Allocated in Radius +AddedLightningDamagePerDexInRadiusUniqueJewel53 +]],[[ +Tempered Flesh +Crimson Jewel +League: Incursion +Source: Drops from unique{The Vaal Omnitect} +Upgrade: Upgrades to unique{Transcendent Flesh} via currency{Vial of Transcendence} +Variant: Pre 3.8.0 +Variant: Pre 3.10.0 +Variant: Current +Radius: Medium +AdditionalStrengthPerAllocatedStrengthJewelUnique__1_ +{variant:1}+5% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius +{variant:2}CriticalStrikeMultiplierPerUnallocatedStrengthUnique__1 +{variant:3}LifeRecoveryRatePerAllocatedStrengthUnique__1_ +]],[[ +Transcendent Flesh +Crimson Jewel +League: Incursion +Source: Upgraded from unique{Tempered Flesh} via currency{Vial of Transcendence} +Variant: Pre 3.8.0 +Variant: Pre 3.10.0 +Variant: Current +Radius: Medium +AdditionalStrengthPerAllocatedStrengthJewelUnique__1_ +{variant:1,2}AdditionalPhysicalReductionPerAllocatedStrengthJewelUnique__1 +{variant:1}+5% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius +{variant:3}LifeRecoveryRatePerAllocatedStrengthUnique__2 +{variant:3}LifeRecoveryRatePerUnallocatedStrengthUnique__1_ +{variant:2,3}CriticalStrikeMultiplierPerUnallocatedStrengthUnique__1 +]],[[ +Tempered Mind +Cobalt Jewel +League: Incursion +Source: Drops from unique{The Vaal Omnitect} +Upgrade: Upgrades to unique{Transcendent Mind} via currency{Vial of Transcendence} +Variant: Pre 3.8.0 +Variant: Pre 3.10.0 +Variant: Current +Radius: Medium +AdditionalIntelligencePerAllocatedIntelligenceJewelUnique__1__ +{variant:1}+100 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius +{variant:2}AccuracyRatingPerUnallocatedIntelligenceJewelUnique__1 +{variant:3}ManaRecoveryRatePerAllocatedIntelligenceUnique__1 +]],[[ +Transcendent Mind +Cobalt Jewel +League: Incursion +Source: Upgraded from unique{Tempered Mind} via currency{Vial of Transcendence} +Variant: Pre 3.8.0 +Variant: Pre 3.10.0 +Variant: Current +Radius: Medium +AdditionalIntelligencePerAllocatedIntelligenceJewelUnique__1__ +{variant:1,2}0.4% of Energy Shield Regenerated per Second for +every 10 Intelligence on Allocated Passives in Radius +{variant:1}+100 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius +{variant:2}AccuracyRatingPerUnallocatedIntelligenceJewelUnique__1 +{variant:3}ManaRecoveryRatePerAllocatedIntelligenceUnique__2 +{variant:3}ManaRecoveryRatePerUnallocatedIntelligenceUnique__1 +{variant:3}DamageOverTimeMultiplierPerUnallocatedIntelligenceUnique__1___ +]],[[ +Tempered Spirit +Viridian Jewel +League: Incursion +Source: Drops from unique{The Vaal Omnitect} +Upgrade: Upgrades to unique{Transcendent Spirit} via currency{Vial of Transcendence} +Variant: Pre 3.10.0 +Variant: Current +Radius: Medium +AdditionalDexterityPerAllocatedDexterityJewelUnique__1 +{variant:1}FlatManaPerUnallocatedDexterityJewelUnique__1 +{variant:2}MovementSpeedPerAllocatedDexterityUnique__1 +]],[[ +Transcendent Spirit +Viridian Jewel +League: Incursion +Source: Upgraded from unique{Tempered Spirit} via currency{Vial of Transcendence} +Variant: Pre 3.10.0 +Variant: Current +Radius: Medium +AdditionalDexterityPerAllocatedDexterityJewelUnique__1 +{variant:1}MovementSpeedPerAllocatedDexterityUnique__1 +{variant:1}FlatManaPerUnallocatedDexterityJewelUnique__1 +{variant:2}MovementSpeedPerAllocatedDexterityUnique__2 +{variant:2}MovementSpeedPerUnallocatedDexterityUnique__1_ +{variant:2}AccuracyRatingPerUnallocatedDexterityUnique__1_ +]],[[ +Thread of Hope +Crimson Jewel +Source: Drops from unique{Sirus, Awakener of Worlds} +Variant: Small Ring +Variant: Medium Ring +Variant: Large Ring +Variant: Very Large Ring +Radius: Variable +Implicits: 0 +{variant:1}JewelRingRadiusValuesUnique__1 +{variant:2}Only affects Passives in Medium Ring +{variant:3}Only affects Passives in Large Ring +{variant:4}Only affects Passives in Very Large Ring +AllocateDisconnectedPassivesDonutUnique__1 +AllResistancesUnique__6 +]],[[ +To Dust +Cobalt Jewel +Variant: Pre 3.0.0 +Variant: Current +SkeletonDurationUniqueJewel1_ +MinionDamageUnique__1 +{variant:1}2% increased Skeleton Attack Speed +{variant:2}SkeletonAttackSpeedUniqueJewel1 +{variant:2}SkeletonCastSpeedUniqueJewel1 +{variant:2}SkeletonMovementSpeedUniqueJewel1 +]],[[ +Unnatural Instinct +Viridian Jewel +Limited to: 1 +Radius: Small +AllocatedNonNotablesGrantNothingUnique__1_ +GrantsStatsFromNonNotablesInRadiusUnique__1 +]],[[ +Unstable Payload +Cobalt Jewel +TrapTriggerTwiceChanceUnique__1 +]],[[ +Replica Unstable Payload +Cobalt Jewel +League: Heist +Implicits: 0 +GainLifeOnTrapTriggeredUnique__2__ +]],[[ +Voices +Large Cluster Jewel +League: Delirium +Source: Drops from the Simulacrum Encounter +Variant: Adds 1 Small Passive Skill +Variant: Adds 3 Small Passive Skills +Variant: Adds 5 Small Passive Skills +Variant: Adds 7 Small Passive Skills +ExpansionJewel3JewelSockets +{variant:1}ExpansionJewelEmptyPassiveUnique__1 +{variant:2}ExpansionJewelEmptyPassiveUnique__2 +{variant:3}ExpansionJewelEmptyPassiveUnique_3_ +{variant:4}ExpansionJewelEmptyPassiveUnique__4 +]],[[ +Split Personality +Crimson Jewel +League: Delirium +Source: Drops from the Simulacrum Encounter +Has Alt Variant: true +Variant: Strength +Variant: Dexterity +Variant: Intelligence +Variant: Life +Variant: Mana +Variant: Energy Shield +Variant: Armour +Variant: Evasion Rating +Variant: Accuracy Rating +Limited to: 2 +LocalIncreasedEffectPathToClassStartUnique__1 +it and your Class' starting location +{variant:1}StrengthPerPointToClassStartUnique__1 +{variant:2}DexterityUniqueBootsInt2 +{variant:3}IntelligencePerPointToClassStartUnique__1 +{variant:4}LifePerPointToClassStartUnique__1_ +{variant:5}ManaPerPointToClassStartUnique__1 +{variant:6}EnergyShieldPerPointToClassStartUnique__1 +{variant:7}ArmourPerPointToClassStartUnique__1 +{variant:8}EvasionPerPointToClassStartUnique__1 +{variant:9}AccuracyPerPointToClassStartUnique__1 +Corrupted +]],[[ +Watcher's Eye +Prismatic Jewel +Source: Drops from unique{The Elder} +Has Alt Variant: true +Has Alt Variant Two: true +Variant: Anger: Fire Damage Leeched as Life +Variant: Anger: Fire Penetration +Variant: Anger: Crit Multi +Variant: Anger: Inc. Fire Damage +Variant: Anger: Extra Fire +Variant: Anger: Phys to Fire +Variant: Clarity: Dmg taken From Mana +Variant: Clarity: Dmg gained as Mana +Variant: Clarity: Mana as ES (Pre 3.12.0) +Variant: Clarity: Mana as ES (Current) +Variant: Clarity: Mana Recovery Rate (Pre 3.12.0) +Variant: Clarity: Mana Recovery Rate (Current) +Variant: Clarity: Chance to Recover Mana +Variant: Clarity: Red. Mana Cost (Pre 3.8) +Variant: Clarity: Red. Mana Cost (Current) +Variant: Determination: Added Armour +Variant: Determination: Attack Block Chance +Variant: Determination: Red. Phys Taken +Variant: Determination: Red. Crit Dmg Taken +Variant: Determination: Red. Reflect Phys Dmg Taken +Variant: Determination: Unaffected by Vulnerability +Variant: Discipline: Spell Block Chance +Variant: Discipline: ES gained for each Enemy Hit +Variant: Discipline: ES Recovery Rate (Pre 3.12.0) +Variant: Discipline: ES Recovery Rate (Current) +Variant: Discipline: ES Regeneration +Variant: Discipline: Faster start of ES Recharge +Variant: Grace: Chance to Evade Attacks +Variant: Grace: Chance to Blind +Variant: Grace: Chance to Dodge Attacks +Variant: Grace: Inc. Movement Speed +Variant: Grace: Unaffected by Enfeeble +Variant: Haste: Chance to Dodge Spells +Variant: Haste: Movement Skill Cooldown Recovery +Variant: Haste: Debuffs expire faster +Variant: Haste: Onslaught on Kill +Variant: Haste: Phasing +Variant: Haste: Unaffected by Temporal Chains +Variant: Hatred: Added Cold Damage +Variant: Hatred: Critical Strike Chance +Variant: Hatred: Cold Pen +Variant: Hatred: Inc. Cold Damage +Variant: Hatred: Phys to Cold +Variant: Malevolence: Inc. DoT Multi (Pre 3.8.0) +Variant: Malevolence: Inc. DoT Multi (Current) +Variant: Malevolence: Life/ES Rec. Rate (Pre 3.12.0) +Variant: Malevolence: Life/ES Rec. Rate (Current) +Variant: Malevolence: Unaffected by Bleeding +Variant: Malevolence: Unaffected by Poison +Variant: Malevolence: Ailments deal Dmg faster +Variant: Precision: Cannot be Blinded +Variant: Precision: Inc. Attack Speed +Variant: Precision: Flask Charge on Crit +Variant: Precision: Inc. Attack Damage +Variant: Precision: Inc. Crit Multiplier (Pre 3.12.0) +Variant: Precision: Inc. Crit Multiplier (Current) +Variant: Pride: Double Damage +Variant: Pride: Intimidate Enemies +Variant: Pride: Attack Physical Damage +Variant: Pride: Impale Chance +Variant: Pride: Impale Hits Duration +Variant: Purity of Elements: Inc. Chaos Resistance +Variant: Purity of Elements: Red. Ele. Dmg Reflect +Variant: Purity of Elements: Phys Taken as Cold +Variant: Purity of Elements: Phys Taken as Fire +Variant: Purity of Elements: Phys Taken as Lightning +Variant: Purity of Elements: Unaff. by Elemental Weakness +Variant: Purity of Fire: Immune to Ignite +Variant: Purity of Fire: Red. Fire Dmg Reflect +Variant: Purity of Fire: Phys Taken as Fire +Variant: Purity of Fire: Unaff. by Burning Ground +Variant: Purity of Fire: Unaff. by Flammability +Variant: Purity of Ice: Immune to Freeze +Variant: Purity of Ice: Red. Cold Dmg Reflect +Variant: Purity of Ice: Phys taken as Cold +Variant: Purity of Ice: Unaffected by Chilled Ground +Variant: Purity of Ice: Unaffected by Frostbite +Variant: Purity of Lightning: Immune to Shock +Variant: Purity of Lightning: Red. Lightning Dmg Reflect +Variant: Purity of Lightning: Phys taken as Lightning +Variant: Purity of Lightning: Unaff. by Conductivity +Variant: Purity of Lightning: Unaff. by Shocked Ground +Variant: Vitality: Dmg Leeched as Life (Pre 3.12.0) +Variant: Vitality: Dmg Leeched as Life (Current) +Variant: Vitality: Flat Life Regeneration (Pre 3.12.0) +Variant: Vitality: Percent Life Regeneration (Current) +Variant: Vitality: Life gained on Hit +Variant: Vitality: Inc. Flask Life Recovery +Variant: Vitality: Life Recovery Rate (Pre 3.12.0) +Variant: Vitality: Life Recovery Rate (Current) +Variant: Wrath: Inc. Crit Strike Chance +Variant: Wrath: Inc. Lightning Dmg +Variant: Wrath: Lightn. Dmg Leech as Mana (Pre 3.8.0) +Variant: Wrath: Lightn. Dmg Leech as ES (Current) +Variant: Wrath: Lightning Dmg Pen +Variant: Wrath: Phys as Extra Lightning +Variant: Wrath: Phys to Lightning +Variant: Zealotry: Inc. Cast Speed +Variant: Zealotry: Consecrated Ground (CG) lingers +Variant: Zealotry: Enemies take Inc. Dmg on CG +Variant: Zealotry: Inc. Crit Strike Chance on CG +Variant: Zealotry: Crit Strike Elemental Pen on CG +Variant: Zealotry: Arcane Surge when you create CG +Variant: Zealotry: Inc. Max Recovery from ES Leech +Limited to: 1 +IncreasedEnergyShieldPercentUnique__2_ +(4-6)% increased maximum Life +MaximumManaUnique__4 +{variant:1}(1-1.5)% of Fire Damage Leeched as Life while affected by Anger +{variant:2}Damage Penetrates (10-15)% Fire Resistance while affected by Anger +{variant:3}+(30-50)% to Critical Strike Multiplier while affected by Anger +{variant:4}(40-60)% increased Fire Damage while affected by Anger +{variant:5}Gain (15-25)% of Physical Damage as Extra Fire Damage while affected by Anger +{variant:6}(25-40)% of Physical Damage Converted to Fire Damage while affected by Anger +{variant:7}(6-10)% of Damage taken from Mana before Life while affected by Clarity +{variant:8}(15-20)% of Damage taken gained as Mana over 4 seconds when Hit while affected by Clarity +{variant:9}Gain (12-18)% of Maximum Mana as Extra Maximum Energy Shield while affected by Clarity +{variant:10}Gain (6-10)% of Maximum Mana as Extra Maximum Energy Shield while affected by Clarity +{variant:11}(20-30)% increased Mana Recovery Rate while affected by Clarity +{variant:12}(10-15)% increased Mana Recovery Rate while affected by Clarity +{variant:13}(10-15)% chance to Recover 10% of Maximum Mana when you use a Skill while affected by Clarity +{variant:14}-(10-5) to Total Mana Cost of Skills while affected by Clarity +{variant:15}Non-Channelling Skills have -(10-5) to Total Mana Cost while affected by Clarity +{variant:16}+(600-1000) to Armour while affected by Determination +{variant:17}+(5-8)% Chance to Block Attack Damage while affected by Determination +{variant:18}(5-8)% additional Physical Damage Reduction while affected by Determination +{variant:19}You take (60-40)% reduced Extra Damage from Critical Strikes while affected by Determination +{variant:20}(50-40)% reduced Reflected Physical Damage taken while affected by Determination +{variant:21}Unaffected by Vulnerability while affected by Determination +{variant:22}+(5-8)% Chance to Block Spell Damage while affected by Discipline +{variant:23}+(20-30) Energy Shield gained for each Enemy Hit while affected by Discipline +{variant:24}(20-30)% increased Energy Shield Recovery Rate while affected by Discipline +{variant:25}(10-15)% increased Energy Shield Recovery Rate while affected by Discipline +{variant:26}(1.5-2.5)% of Maximum Energy Shield Regenerated per Second while affected by Discipline +{variant:27}(30-40)% faster start of Energy Shield Recharge while affected by Discipline +{variant:28}+(5-8)% chance to Evade Attacks while affected by Grace +{variant:29}(30-50)% chance to Blind Enemies which Hit you while affected by Grace +{variant:30}(6-10)% chance to Dodge Attack Hits while affected by Grace +{variant:31}(10-15)% increased Movement Speed while affected by Grace +{variant:32}Unaffected by Enfeeble while affected by Grace +{variant:33}(5-8)% chance to Dodge Spell Hits while affected by Haste +{variant:34}(30-50)% increased cooldown recovery speed of Movement Skills while affected by Haste +{variant:35}Debuffs on you expire (20-15)% faster while affected by Haste +{variant:36}You gain Onslaught for 4 seconds on Kill while affected by Haste +{variant:37}You have Phasing while affected by Haste +{variant:38}Unaffected by Temporal Chains while affected by Haste +{variant:39}Adds (58-70) to (88-104) Cold Damage while affected by Hatred +{variant:40}+(1.2-1.8)% to Critical Strike Chance while affected by Hatred +{variant:41}Damage Penetrates (10-15)% Cold Resistance while affected by Hatred +{variant:42}(40-60)% increased Cold Damage while affected by Hatred +{variant:43}(25-40)% of Physical Damage Converted to Cold Damage while affected by Hatred +{variant:44}+(36-44)% Damage over Time Multiplier while affected by Malevolence +{variant:45}+(18-22)% Damage over Time Multiplier while affected by Malevolence +{variant:46}(15-20)% increased Recovery rate of Life and Energy Shield while affected by Malevolence +{variant:47}(8-12)% increased Recovery rate of Life and Energy Shield while affected by Malevolence +{variant:48}Unaffected by Bleeding while affected by Malevolence +{variant:49}Unaffected by Poison while affected by Malevolence +{variant:50}Damaging Ailments you inflict deal Damage (10-15)% faster while affected by Malevolence +{variant:51}Cannot be Blinded while affected by Precision +{variant:52}(10-15)% increased Attack Speed while affected by Precision +{variant:53}Gain a Flask Charge when you deal a Critical Strike while affected by Precision +{variant:54}(40-60)% increased Attack Damage while affected by Precision +{variant:55}+(30-50)% to Critical Strike Multiplier while affected by Precision +{variant:56}+(20-30)% to Critical Strike Multiplier while affected by Precision +{variant:57}(8-12)% chance to deal Double Damage while using Pride +{variant:58}Your Hits Intimidate Enemies for 4 seconds while you are using Pride +{variant:59}(40-60)% increased Attack Physical Damage while using Pride +{variant:60}25% chance to Impale Enemies on Hit with Attacks while using Pride +{variant:61}Impales you inflict last 2 additional Hits while using Pride +{variant:62}+(30-50)% to Chaos Resistance while affected by Purity of Elements +{variant:63}(50-40)% reduced Reflected Elemental Damage taken while affected by Purity of Elements +{variant:64}(8-12)% of Physical Damage from Hits taken as Cold Damage while affected by Purity of Elements +{variant:65}(8-12)% of Physical Damage from Hits taken as Fire Damage while affected by Purity of Elements +{variant:66}(8-12)% of Physical Damage from Hits taken as Lightning Damage while affected by Purity of Elements +{variant:67}Unaffected by Elemental Weakness while affected by Purity of Elements +{variant:68}Immune to Ignite while affected by Purity of Fire +{variant:69}(50-40)% reduced Reflected Fire Damage taken while affected by Purity of Fire +{variant:70}(6-10)% of Physical Damage from Hits taken as Fire Damage while affected by Purity of Fire +{variant:71}Unaffected by Burning Ground while affected by Purity of Fire +{variant:72}Unaffected by Flammability while affected by Purity of Fire +{variant:73}Immune to Freeze while affected by Purity of Ice +{variant:74}(50-40)% reduced Reflected Cold Damage taken while affected by Purity of Ice +{variant:75}(6-10)% of Physical Damage from Hits taken as Cold Damage while affected by Purity of Ice +{variant:76}Unaffected by Chilled Ground while affected by Purity of Ice +{variant:77}Unaffected by Frostbite while affected by Purity of Ice +{variant:78}Immune to Shock while affected by Purity of Lightning +{variant:79}(50-40)% reduced Reflected Lightning Damage taken while affected by Purity of Lightning +{variant:80}(6-10)% of Physical Damage from Hits taken as Lightning Damage while affected by Purity of Lightning +{variant:81}Unaffected by Conductivity while affected by Purity of Lightning +{variant:82}Unaffected by Shocked Ground while affected by Purity of Lightning +{variant:83}(1-1.5)% of Damage leeched as Life while affected by Vitality +{variant:84}(0.8-1.2)% of Damage leeched as Life while affected by Vitality +{variant:85}(100-140) Life Regenerated per Second while affected by Vitality +{variant:86}Regenerate (1-1.5)% of Life per second while affected by Vitality +{variant:87}+(20-30) Life gained for each Enemy Hit while affected by Vitality +{variant:88}(50-70)% increased Life Recovery from Flasks while affected by Vitality +{variant:89}(20-30)% increased Life Recovery Rate while affected by Vitality +{variant:90}(10-15)% increased Life Recovery Rate while affected by Vitality +{variant:91}(70-100)% increased Critical Strike Chance while affected by Wrath +{variant:92}(40-60)% increased Lightning Damage while affected by Wrath +{variant:93}(1-1.5)% of Lightning Damage is Leeched as Mana while affected by Wrath +{variant:94}(1-1.5)% of Lightning Damage is Leeched as Energy Shield while affected by Wrath +{variant:95}Damage Penetrates (10-15)% Lightning Resistance while affected by Wrath +{variant:96}Gain (15-25)% of Physical Damage as Extra Lightning Damage while affected by Wrath +{variant:97}(25-40)% of Physical Damage Converted to Lightning Damage while affected by Wrath +{variant:98}(10-15)% increased Cast Speed while affected by Zealotry +{variant:99}Effects of Consecrated Ground you create while affected by Zealotry Linger for 2 seconds +{variant:100}Consecrated Ground you create while affected by Zealotry causes enemies to take (8-10)% increased Damage +{variant:101}(100-120)% increased Critical Strike Chance against Enemies on Consecrated Ground while affected by Zealotry +{variant:102}Critical Strikes Penetrate (8-10)% of Enemy Elemental Resistances while affected by Zealotry +{variant:103}Gain Arcane Surge for 4 seconds when you create Consecrated Ground while affected by Zealotry +{variant:104}30% increased Maximum total Recovery per second from Energy Shield Leech while affected by Zealotry +]], +-- Jewel: Abyss +[[ +Amanamu's Gaze +Ghastly Eye Jewel +AllAttributesUnique__23 +Minions have +6% to Damage over Time Multiplier per Ghastly Eye Jewel affecting you, up to a maximum of +30% +]],[[ +Kurgal's Gaze +Hypnotic Eye Jewel +IntelligenceUniqueWand2 +8% increased Effect of Arcane Surge on you per Hypnotic Eye Jewel affecting you, up to a maximum of 40% +]],[[ +Tecrod's Gaze +Murderous Eye Jewel +Requires Level 40 +StrengthUniqueBodyStr4 +20% increased Main Hand Critical Strike Chance per Murderous Eye Jewel affecting you, up to a maximum of 100% ++10% to Off Hand Critical Strike Multiplier per Murderous Eye Jewel affecting you, up to a maximum of +50% +]],[[ +Ulaman's Gaze +Searching Eye Jewel +Requires Level 40 +DexterityUniqueRing8 +Projectiles have 4% chance to be able to Chain when colliding with terrain per Searching Eye Jewel affecting you, up to a maximum of 20% +]], +-- Jewel: Threshold +[[ +Combat Focus +Crimson Jewel +Limited to: 2 +Radius: Medium +ElementalDamageUniqueJewel_1 +With 40 total Strength and Intelligence in Radius, Elemental Hit and Wild Strike cannot choose Cold +ElementalHitDisableColdUniqueJewel_1 +]],[[ +Combat Focus +Cobalt Jewel +Limited to: 2 +Radius: Medium +ElementalDamageUniqueJewel_1 +With 40 total Intelligence and Dexterity in Radius, Elemental Hit and Wild Strike cannot choose Fire +ElementalHitDisableFireUniqueJewel_1 +]],[[ +Combat Focus +Viridian Jewel +Limited to: 2 +Radius: Medium +ElementalDamageUniqueJewel_1 +With 40 total Dexterity and Strength in Radius, Elemental Hit and Wild Strike cannot choose Lightning +ElementalHitDisableLightningUniqueJewel_1 +]],[[ +Collateral Damage +Viridian Jewel +Limited to: 2 +Radius: Medium +(10-15)% increased Physical Damage +With at least 40 Dexterity in Radius, Shrapnel Shot has 25% increased Area of Effect +With at least 40 Dexterity in Radius, Shrapnel Shot's +cone has a 50% chance to deal Double Damage +]],[[ +Dead Reckoning +Cobalt Jewel +Limited to: 1 +Variant: Pre 3.0.0 +Variant: Pre 3.8.0 +Variant: Current +Radius: Medium +MinionElementalResistancesUnique__1 +{variant:1}With at least 40 Intelligence in Radius, can summon up to 3 Skeleton Mages with Summon Skeletons +{variant:2}With at least 40 Intelligence in Radius, can summon up to 5 Skeleton Mages with Summon Skeletons +{variant:3}With at least 40 Intelligence in Radius, can summon up to 15 Skeleton Mages with Summon Skeletons +]],[[ +Divide and Conquer +Viridian Jewel +League: Legion +Requires Level: 20 +Limited to: 1 +Radius: Medium +AttackDamageWhileHoldingShieldUnique__1 +SpectralShieldThrowThresholdJewel1_ +SpectralShieldThrowThresholdJewel2 +SpectralShieldThrowThresholdJewel3 +]],[[ +Fight for Survival +Viridian Jewel +Limited to: 2 +Radius: Medium +ColdDamagePercentUniqueHelmetStrInt3 +With at least 40 Dexterity in Radius, Melee Damage +dealt by Frost Blades Penetrates 15% Cold Resistance +With at least 40 Dexterity in Radius, Frost Blades has 25% increased Projectile Speed +]],[[ +First Snow +Cobalt Jewel +Limited to: 2 +Radius: Medium +(7-10)% increased Projectile Damage +FreezingPulseThresholdJewel_1 +With at least 40 Intelligence in Radius, 25% increased Freezing Pulse Damage if +you've Shattered an Enemy Recently +]],[[ +Frozen Trail +Cobalt Jewel +Limited to: 2 +Radius: Medium +IncreasedProjectileDamageUnique__7 +FrostboltThresholdJewel_1 +With at least 40 Intelligence in Radius, Frostbolt Projectiles gain 40% increased Projectile +Speed per second +]],[[ +Growing Agony +Viridian Jewel +Variant: Pre 2.6.0 +Variant: Current +Limited to: 1 +Radius: Medium +{variant:1}(4-12)% increased Damage over Time +{variant:2}DegenerationDamageUnique__4__ +ViperStrikeThresholdJewel__1 +{variant:2}ViperStrikeThresholdJewel__2 +]],[[ +Hazardous Research +Cobalt Jewel +Limited to: 1 +Radius: Medium +LightningDamagePercentUniqueHelmetStrInt3 +SparkThresholdJewel_2 +With at least 40 Intelligence in Radius, Spark fires Projectiles in a Nova +(20-15)% reduced Spark Duration +]],[[ +Inevitability +Cobalt Jewel +Variant: Pre 3.11.0 +Variant: Current +Limited to: 1 +Radius: Medium +FireDamagePercentUnique____8 +{variant:1}MagmaOrbThresholdJewel_1 +{variant:2}MagmaOrbThresholdJewel_2 +{variant:2}With at least 40 Intelligence in Radius, Rolling Magma deals 40% more Damage per Chain +With at least 40 Intelligence in Radius, Rolling Magma +has 10% increased Area of Effect per Chain +]],[[ +The Long Winter +Cobalt Jewel +Limited to: 2 +Radius: Medium +(10-15)% increased Cold Damage +With 40 Intelligence in Radius, 20% of Glacial Cascade Physical Damage +Converted to Cold Damage +With 40 Intelligence in Radius, Glacial Cascade has an additional Burst +]],[[ +Might and Influence +Viridian Jewel +Has Alt Variant: true +Variant: Pre 3.11.0 +Variant: Axe +Variant: Claw +Variant: Dagger +Variant: Mace +Variant: Sword +Limited to: 1 +Radius: Medium +{variant:1}(10-15)% increased Physical Damage +{variant:1}DualStrikeThresholdJewel_1 +to deal Double Damage with the Main-Hand Weapon +{variant:1}With at least 40 Dexterity in Radius, Dual Strike deals Off-Hand Splash Damage +{variant:1}to surrounding targets +{variant:2,3,4,5,6}DualStrikeThresholdJewel__2_ +{variant:2}DualStrikeThresholdJewelAxe +{variant:2}4 seconds while wielding an Axe +{variant:3}DualStrikeThresholdJewelClaw +Speed while wielding a Claw +{variant:4}DualStrikeThresholdJewelDagger +Multiplier while wielding a Dagger +{variant:5}DualStrikeThresholdJewelMace +{variant:5}to surrounding targets while wielding a Mace +{variant:6}DualStrikeThresholdJewelSword_ +Accuracy Rating while wielding a Sword +]],[[ +Omen on the Winds +Viridian Jewel +Variant: Pre 3.1.0 +Variant: Current +Limited to: 2 +Radius: Medium +IncreasedDamageToChilledEnemies1 +IceShotThresholdJewel__2 +{variant:1}With at least 40 Dexterity in Radius, Ice Shot Pierces 5 additional Targets +{variant:2}With at least 40 Dexterity in Radius, Ice Shot Pierces 3 additional Targets +]],[[ +Overwhelming Odds +Crimson Jewel +Limited to: 1 +Radius: Medium +IncreasedPhysicalDamagePercentUnique__5 +CleaveThresholdJewel_1 +With at least 40 Strength in Radius, Cleave has +1 to Radius per Nearby Enemy, up to +10 +]],[[ +Pitch Darkness +Viridian Jewel +Variant: Pre 2.6.0 +Variant: Current +Radius: Medium +{variant:1}(5-15)% increased Fire Damage +{variant:2}FireDamagePercentUnique____8 +With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Burning Ground if it Ignites an Enemy. +With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Tar if it does not Ignite an Enemy. +]],[[ +Rapid Expansion +Crimson Jewel +Variant: Pre 2.6.0 +Variant: Pre 3.3.0 +Variant: Current +Limited to: 2 +Radius: Medium +{variant:1}(4-12)% increased Physical Damage +{variant:2,3}(8-12)% increased Physical Damage +{variant:1}With at least 40 Strength in Radius, Ground Slam has a 20% increased angle +{variant:2}With at least 40 Strength in Radius, Ground Slam has a 35% increased angle +{variant:3}With at least 40 Strength in Radius, Ground Slam has a 50% increased angle +{variant:2}With at least 40 Strength in Radius, Ground Slam has a 25% chance to grant an Endurance Charge when you Stun an Enemy +{variant:3}With at least 40 Strength in Radius, Ground Slam has a 35% chance to grant an Endurance Charge when you Stun an Enemy +]],[[ +Ring of Blades +Viridian Jewel +Variant: Pre 3.0.0 +Variant: Current +Limited to: 1 +Radius: Medium +(10-15)% increased Physical Damage +With at least 40 Dexterity in Radius, Ethereal Knives fires Projectiles in a Nova +{variant:1}With at least 40 Dexterity in Radius, Ethereal Knives fires 10 additional Projectiles +{variant:2}EtherealKnivesThresholdJewel_1 +]],[[ +Rolling Flames +Cobalt Jewel +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Limited to: 1 +Radius: Medium +{variant:1}(5-15)% increased Fire Damage +{variant:2,3}FireDamagePercentUnique____8 +{variant:1}FireballThresholdJewel__1 +{variant:2}FireballThresholdJewel__2_ +{variant:3}FireballThresholdJewel__3 +{variant:3}With at least 40 Intelligence in Radius, Fireball has +(30-50)% chance to inflict scorch +]],[[ +Shattered Chains +Crimson Jewel +Variant: Pre 2.6.0 +Variant: Current +Radius: Medium +{variant:1}ColdDamagePercentUnique__14 +{variant:2}ColdDamagePercentUniqueHelmetStrInt3 +With at least 40 Strength in Radius, 20% increased Rarity of Items dropped by Enemies Shattered by Glacial Hammer +]],[[ +Spirit Guards +Viridian Jewel +Variant: Pre 2.6.0 +Variant: Current +Limited to: 2 +Radius: Medium +MinionDamageUnique__1 +{variant:1}With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 4 Ranged Weapons +{variant:2}With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 8 Ranged Weapons +]],[[ +Spirited Response +Cobalt Jewel +Variant: Pre 2.6.0 +Variant: Current +Limited to: 1 +Radius: Medium +{variant:1}(5-10)% increased maximum Mana +{variant:2}MaximumManaUnique__1 +With at least 40 Intelligence in Radius, 10% of Damage taken gained as Mana over 4 seconds when Hit if you've Warcried Recently +]],[[ +Spreading Rot +Cobalt Jewel +Variant: Pre 3.6.0 +Variant: Current +Limited to: 2 +Radius: Medium +IncreasedChaosDamageUnique__3 +With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration +{variant:1}With at least 40 Intelligence in Radius, Enemies Hindered by Blight take 25% increased Chaos Damage +{variant:2}BlightThresholdJewel_3 +]],[[ +Steel Spirit +Viridian Jewel +Variant: Pre 2.6.0 +Variant: Current +Radius: Medium +{variant:1}(6-10)% increased Projectile Damage +{variant:2}IncreasedProjectileDamageUnique__7 +{variant:1}With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 4% increased Damage each time it Hits. +{variant:2}With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 5% increased Damage each time it Hits. +]],[[ +Sudden Ignition +Viridian Jewel +Limited to: 1 +Radius: Medium +(10-15)% increased Fire Damage +With at least 40 Dexterity in Radius, Burning +Arrow can inflict an additional Ignite on an Enemy +]],[[ +Unending Hunger +Cobalt Jewel +Variant: Pre 2.6.0 +Variant: Current +Limited to: 2 +Radius: Medium +{variant:1}Minions have (5-8)% increased Area of Effect of Area Skills +{variant:2}Minions have (6-8)% increased Area of Effect of Area Skills +ChanceForSpectersToGainSoulEaterOnKillUnique__1 +]],[[ +The Vigil +Crimson Jewel +Variant: Pre 2.6.0 +Variant: Pre 3.14.0 +Variant: Current +Limited to: 1 +Radius: Medium +(8-15)% increased Armour +{variant:1}With at least 40 Strength in Radius, Vigilant Strike also Fortifies Nearby Allies for 3 seconds. +{variant:2}With at least 40 Strength in Radius, Vigilant Strike Fortifies you and Nearby Allies for 12 seconds +{variant:3}With at least 40 Strength in Radius, Vigilant Strike Fortifies you and Nearby Allies for 8 seconds +]],[[ +Violent Dead +Cobalt Jewel +Limited to: 2 +Radius: Medium +Minions deal (10-15)% increased Damage +RaiseZombieThresholdJewel1 +Zombies' Slam Attack has 100% increased Cooldown Recovery Speed +With at least 40 Intelligence in Radius, Raised Zombies' Slam +Attack deals 30% increased Damage +]],[[ +Volley Fire +Viridian Jewel +Variant: Pre 2.6.0 +Variant: Pre 3.9.0 +Variant: Current +Limited to: 1 +Radius: Medium +{variant:1}(6-10)% increased Projectile Damage +{variant:2,3}IncreasedProjectileDamageUnique__7 +{variant:1,2}With at least 40 Dexterity in Radius, Barrage fires an additional 2 projectiles simultaneously on the first and final attacks +{variant:3}BarrageThresholdUnique__1 +]],[[ +Weight of the Empire +Crimson Jewel +Limited to: 2 +Radius: Medium +(8-12)% increased Physical Damage +With at least 40 Strength in Radius, Heavy Strike has a 20% chance to deal Double Damage +]],[[ +Wildfire +Crimson Jewel +Variant: Pre 3.11.0 +Variant: Current +Limited to: 1 +Radius: Medium +(10-15)% increased Fire Damage +{variant:1}MoltenStrikeThresholdJewel_1 +{variant:1}With at least 40 Strength in Radius, Molten Strike has 25% increased Area of Effect +{variant:2}MoltenStrikeThresholdJewel__2 +{variant:2}With at least 40 Strength in Radius, Molten Strike Projectiles Chain +1 time +{variant:2}With at least 40 Strength in Radius, Molten Strike fires 50% less Projectiles +]],[[ +Winter Burial +Crimson Jewel +Limited to: 2 +Radius: Medium +ColdDamagePercentUniqueHelmetStrInt3 +GlacialHammerThresholdJewel_2 +Cold-only Splash Damage to surrounding targets +With at least 40 Strength in Radius, 25% of Glacial +Hammer Physical Damage converted to Cold Damage +]],[[ +Winter's Bounty +Cobalt Jewel +Variant: Pre 2.6.0 +Variant: Pre 3.3.0 +Variant: Current +Limited to: 1 +Radius: Medium +{variant:1}ColdDamagePercentUnique__14 +{variant:2,3}ColdDamagePercentUniqueHelmetStrInt3 +{variant:1}With at least 40 Intelligence in Radius, Cold Snap has a 25% chance to grant a Power Charge on Kill +{variant:2}With at least 40 Intelligence in Radius, Cold Snap has a 50% chance to grant a Power Charge on Kill +{variant:3}With at least 40 Intelligence in Radius, Cold Snap grants Power Charges instead of Frenzy Charges when Enemies die in it's Area +{variant:3}With at least 40 Intelligence in Radius, Cold Snap Cooldown can be bypassed by Power Charges instead of Frenzy Charges +]], +-- Jewel: Corrupted +[[ +Ancient Waystones +Crimson Jewel +Limited to: 1 +ManaCostOfTotemAurasUniqueCorruptedJewel8 +Corrupted +]],[[ +Atziri's Reign +Crimson Jewel +Variant: Pre 3.14.0 +Variant: Current +Limited to: 1 +{variant:1,2}VaalSkillDurationUniqueCorruptedJewel5 +{variant:2}VaalSkillRefundChanceUniqueCorruptedJewel5 +Corrupted +]],[[ +Blood Sacrifice +Crimson Jewel +1% of maximum Mana gained on Kill +Removes 1% of maximum Life on Kill +Removes 1% of maximum Energy Shield on Kill +Corrupted +]],[[ +Replica Blood Sacrifice +Crimson Jewel +League: Heist +Implicits: 0 +MaximumLifeOnKillPercentUnique__1 +MaximumEnergyShieldOnKillPercentUnique__2 +CannotLeechOrRegenerateManaUnique__1_ +]],[[ +Brittle Barrier +Cobalt Jewel +ReducedEnergyShieldDelayUniqueCorruptedJewel15 +DamageTakenOnFullESUniqueCorruptedJewel15 +Corrupted +]],[[ +Chill of Corruption +Viridian Jewel +Limited to: 1 +AdditionalVaalSoulOnShatterUniqueCorruptedJewel7 +Corrupted +]],[[ +Combustibles +Crimson Jewel +ItemFoundQuantityReduceUniqueCorruptedJewel1 +BurnDamageUniqueCorruptedJewel1 +Corrupted +]],[[ +Corrupted Energy +Cobalt Jewel +Implicits: 0 +With 5 Corrupted Items Equipped: 50% of Chaos Damage does not bypass Energy Shield and 50% of Physical Damage bypasses Energy Shield +Corrupted +]],[[ +Fevered Mind +Cobalt Jewel +Variant: Pre 3.10.0 +Variant: Pre 3.11.0 +Variant: Current +Limited to: 1 +Radius: Small +{variant:1}SpellDamageUniqueSceptre2 +{variant:2}SpellDamageUnique__6 +{variant:1}100% increased Mana Cost of Skills +{variant:2}ManaCostIncreasedUniqueCorruptedJewel3 +{variant:3}IntelligenceUniqueRing4 +{variant:3}Notable Passive Skills in Radius are Transformed to instead grant: 10% increased Mana Cost of Skills and 20% increased Spell Damage +Corrupted +]],[[ +Fragility +Crimson Jewel +−1 Maximum Endurance Charges +Corrupted +]],[[ +Hungry Abyss +Viridian Jewel +Limited to: 1 +CorruptThresholdLifeLeechUsesChaosDamageUniqueCorruptedJewel10 +Corrupted +]],[[ +Mutated Growth +Cobalt Jewel +Limited to: 1 +10% increased Experience Gain of Corrupted Gems +Corrupted +]],[[ +Pacifism +Viridian Jewel +−1 Maximum Frenzy Charges +Corrupted +]],[[ +Powerlessness +Cobalt Jewel +−1 Maximum Power Charges +Corrupted +]],[[ +Sacrificial Harvest +Viridian Jewel +Limited to: 1 +AdditionalVaalSoulOnKillUniqueCorruptedJewel4_ +Corrupted +]],[[ +Self-Flagellation +Viridian Jewel +Limited to: 1 +AdditionalCurseOnSelfUniqueCorruptedJewel13 +IncreasedDamagePerCurseOnSelfCorruptedJewel13_ +Corrupted +]],[[ +Vaal Sentencing +Cobalt Jewel +VaalSkillCriticalStrikeChanceCorruptedJewel6 +Corrupted +]],[[ +Weight of Sin +Viridian Jewel +IncreasedChaosDamageUniqueCorruptedJewel2 +ReducedMovementVelocityUniqueCorruptedJewel2_ +Corrupted +]], +-- Jewel: Quest rewards +[[ +Assassin's Haste +Cobalt Jewel +Limited to: 1 +ManaRegenerationUniqueJewel43 +MovementVelocityUniqueJewel43 +AttackAndCastSpeedJewelUniqueJewel43 +]],[[ +Conqueror's Efficiency +Crimson Jewel +Limited to: 1 +ManaCostReductionUniqueJewel44 +SkillEffectDurationUniqueJewel44 +2% reduced Mana Reserved +]],[[ +Replica Conqueror's Efficiency +Crimson Jewel +League: Heist +Limited to: 1 +SkillEffectDurationUniqueJewel44 +MaximumRageUnique__2 +ManaCostTotalNonChannelledUnique__1__ +]],[[ +Conqueror's Longevity +Viridian Jewel +Limited to: 1 +ChanceToAvoidElementalStatusAilmentsUniqueJewel46 +FlaskLifeRecoveryRateUniqueJewel46 +2% chance to Dodge Attacks +]],[[ +Conqueror's Potency +Cobalt Jewel +Limited to: 1 +CurseEffectivenessUniqueJewel45 +8% increased effect of Flasks +3% increased effect of Non-Curse Auras you Cast +]],[[ +Poacher's Aim +Viridian Jewel +Limited to: 1 +PierceChanceUniqueJewel41 +ProjectileDamageJewelUniqueJewel41 +]],[[ +Survival Instincts +Viridian Jewel +Limited to: 1 +DexterityUniqueJewel8 +AllResistancesUniqueJewel8 +]],[[ +Survival Secrets +Cobalt Jewel +Limited to: 1 +3 Mana Regenerated per second +ElementalDamageUniqueDescentBelt1 +]],[[ +Survival Skills +Crimson Jewel +Limited to: 1 +IncreasedPhysicalDamagePercentUniqueGlovesStr2 +IncreasedPhysicalDamageReductionRatingUniqueJewel9 +]],[[ +Warlord's Reach +Crimson Jewel +Limited to: 1 +AttackDamageUniqueJewel42 ++1 Melee Strike Range +]], +-- Jewel: Labyrinth rewards +[[ +Emperor's Cunning +Viridian Jewel +Source: Fastest Normal Labyrinth +Limited to: 1 +PercentIncreasedAccuracyJewelUnique__1 +ActorSizeUnique__1 +PercentageDexterityUniqueJewel29 +]],[[ +Emperor's Mastery +Prismatic Jewel +Source: Fastest Eternal Labyrinth +Limited to: 1 +MaximumLifeUnique__2 +ActorSizeUnique__1 +AllDefencesUnique__1 +AllAttributesPercentUnique__1 +]],[[ +Emperor's Might +Crimson Jewel +Source: Fastest Merciless Labyrinth +Limited to: 1 +AllDamageUniqueRing8 +ActorSizeUnique__1 +PercentageStrengthUnique__2 +]],[[ +Emperor's Wit +Cobalt Jewel +Source: Fastest Cruel Labyrinth +Limited to: 1 +CriticalStrikeChanceImplicitDaggerNew1 +ActorSizeUnique__1 +PercentageIntelligenceUnique__2 +]], +-- Jewel: Timeless +[[ +Brutal Restraint +Timeless Jewel +League: Legion +Source: Drops from Maraketh Legion +Requires Level: 20 +Limited to: 1 Historic +Variant: Asenath +Variant: Deshret +Variant: Nasima +Variant: Balbala +Radius: Large +Implicits: 0 +{variant:1}Denoted service of (500-8000) dekhara in the akhara of Asenath +{variant:2}Denoted service of (500-8000) dekhara in the akhara of Deshret +{variant:3}Denoted service of (500-8000) dekhara in the akhara of Nasima +{variant:4}UniqueJewelAlternateTreeInRadiusMaraketh +Passives in radius are Conquered by the Maraketh +Historic +]],[[ +Elegant Hubris +Timeless Jewel +League: Legion +Source: Drops from Eternal Legion +Requires Level: 20 +Limited to: 1 Historic +Variant: Cadiro +Variant: Chitus +Variant: Victario +Variant: Caspiro +Radius: Large +Implicits: 0 +{variant:1}UniqueJewelAlternateTreeInRadiusEternal +{variant:2}Commissioned (2000-160000) coins to commemorate Chitus +{variant:3}Commissioned (2000-160000) coins to commemorate Victario +{variant:4}Commissioned (2000-160000) coins to commemorate Caspiro +Passives in radius are Conquered by the Eternal Empire +Historic +]],[[ +Glorious Vanity +Timeless Jewel +League: Legion +Source: Drops from Vaal Legion +Requires Level: 20 +Limited to: 1 Historic +Variant: Doryani +Variant: Xibaqua +Variant: Zerphi +Variant: Ahuana +Radius: Large +Implicits: 0 +{variant:1}Bathed in the blood of (100-8000) sacrificed in the name of Doryani +{variant:2}UniqueJewelAlternateTreeInRadiusVaal +{variant:3}Bathed in the blood of (100-8000) sacrificed in the name of Zerphi +{variant:4}Bathed in the blood of (100-8000) sacrificed in the name of Ahuana +Passives in radius are Conquered by the Vaal +Historic +]],[[ +Lethal Pride +Timeless Jewel +League: Legion +Source: Drops from Karui Legion +Requires Level: 20 +Limited to: 1 Historic +Variant: Kaom +Variant: Kiloava +Variant: Rakiata +Variant: Akoya +Radius: Large +Implicits: 0 +{variant:1}UniqueJewelAlternateTreeInRadiusKarui +{variant:2}Commanded leadership over (10000-18000) warriors under Kiloava +{variant:3}Commanded leadership over (10000-18000) warriors under Rakiata +{variant:4}Commanded leadership over (10000-18000) warriors under Akoya +Passives in radius are Conquered by the Karui +Historic +]],[[ +Militant Faith +Timeless Jewel +League: Legion +Source: Drops from Templar Legion +Requires Level: 20 +Limited to: 1 Historic +Has Alt Variant: true +Has Alt Variant Two: true +Variant: Avarius +Variant: Dominus +Variant: Venarius +Variant: Maxarius +Variant: Totem Damage +Variant: Brand Damage +Variant: Channelling Damage +Variant: Area Damage +Variant: Elemental Damage +Variant: Elemental Resistances +Variant: Effect of non-Damaging Ailments +Variant: Elemental Ailment Duration +Variant: Duration of Curses +Variant: Minion Attack and Cast Speed +Variant: Minions Accuracy Rating +Variant: Mana Regen +Variant: Skill Cost +Variant: Non-Curse Aura Effect +Variant: Defences from Shield +Radius: Large +Implicits: 0 +{variant:1}Carved to glorify (2000-10000) new faithful converted by High Templar Avarius +{variant:2}Carved to glorify (2000-10000) new faithful converted by High Templar Dominus +{variant:3}Carved to glorify (2000-10000) new faithful converted by High Templar Venarius +{variant:4}UniqueJewelAlternateTreeInRadiusTemplar +{variant:5}TotemDamagePerDevotion +{variant:6}BrandDamagePerDevotion +{variant:7}ChannelledSkillDamagePerDevotion +{variant:8}AreaDamagePerDevotion +{variant:9}ElementalDamagePerDevotion_ +{variant:10}ElementalResistancesPerDevotion +{variant:11}AilmentEffectPerDevotion +{variant:12}ElementalAilmentSelfDurationPerDevotion_ +{variant:13}CurseSelfDurationPerDevotion +{variant:14}MinionAttackAndCastSpeedPerDevotion +{variant:15}MinionAccuracyRatingPerDevotion_ +{variant:16}AddedManaRegenerationPerDevotion +{variant:17}ReducedManaCostPerDevotion +{variant:18}AuraEffectPerDevotion +{variant:19}ShieldDefencesPerDevotion +Passives in radius are Conquered by the Templars +Historic +]], +} diff --git a/src/Data/Uniques/Special/mace.lua b/src/Data/Uniques/Special/mace.lua new file mode 100644 index 0000000000..8cdbd6d296 --- /dev/null +++ b/src/Data/Uniques/Special/mace.lua @@ -0,0 +1,836 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Weapon: One Handed Mace +[[ +Brightbeak +War Hammer +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 20, 71 Str +Implicits: 2 +{variant:1}20% increased Stun Duration on Enemies +{variant:2,3}StunThresholdReductionUniqueGlovesDexInt2 +LocalIncreasedPhysicalDamagePercentUnique__15 +{variant:1,2}LocalIncreasedAttackSpeedUniqueTwoHandMace4 +{variant:3}LocalIncreasedAttackSpeedUniqueOneHandMace1 +LocalCriticalStrikeChanceUniqueClaw2 +FireResistUniqueAmulet4 +LightningResistUnique__2 +]],[[ +Callinellus Malleus +Auric Mace +Variant: Pre 2.6.0 +Variant: Current +Requires Level 66, 212 Str +Implicits: 2 +{variant:1}40% increased Stun Duration on Enemies +{variant:2}StunThresholdReductionUniqueTwoHandMace1 +LocalAddedPhysicalDamageUniqueOneHandMace5 +LocalIncreasedPhysicalDamagePercentUniqueSceptre2 +StunThresholdReductionUniqueOneHandMace5 +CannotKnockBackUniqueOneHandMace5_ +ChillOnAttackStunUniqueOneHandMace5 +]],[[ +Cameria's Maul +Gavel +Upgrade: Upgrades to unique{Cameria's Avarice} via prophecy{Cold Greed} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 60, 212 Str +Implicits: 2 +{variant:1}40% increased Stun Duration on Enemies +{variant:2}StunThresholdReductionUniqueTwoHandMace1 +LocalIncreasedPhysicalDamageUniqueOneHandMace4 +LocalAddedColdDamageUniqueOneHandMace4_ +LocalCriticalStrikeChanceUniqueOneHandMace4 +ColdWeaponDamageUniqueOneHandMace4 +IncreasedRarityWhenSlayingFrozenUniqueOneHandMace4 +]],[[ +Cameria's Avarice +Gavel +Source: Upgraded from unique{Cameria's Maul} via prophecy{Cold Greed} +Requires Level 60, 212 Str +Implicits: 1 +StunThresholdReductionUniqueTwoHandMace1 +LocalIncreasedPhysicalDamageUniqueOneHandMace4 +LocalAddedPhysicalDamageUnique__34 +LocalCriticalStrikeChanceUniqueOneHandMace4 +IncreasedRarityWhenSlayingFrozenUniqueOneHandMace4 +ColdWeaponDamageUniqueOneHandMace4 +GrantsLevel20IcicleNovaTriggerUnique__1 +]],[[ +Clayshaper +Rock Breaker +Variant: Pre 2.6.0 +Variant: Current +Requires Level 41, 134 Str +Implicits: 2 +{variant:1}40% increased Stun Duration on Enemies +{variant:2}StunThresholdReductionUniqueTwoHandMace1 +GrantsLevel12StoneGolem +LocalAddedPhysicalDamageUnique__9 +LocalIncreasedAttackSpeedUnique__10 +MinionLifeUnique__3_ ++1 to maximum number of Golems +Minions deal (5-8) to (12-16) Added Attack Physical Damage +]],[[ +Flesh-Eater +Dream Mace +Variant: Pre 2.6.0 +Variant: Current +Requires Level 32, 107 Str +Implicits: 2 +{variant:1}20% increased Stun Duration on Enemies +{variant:2}StunThresholdReductionUniqueGlovesDexInt2 +LocalIncreasedPhyiscalDamagePercentUnique__3 +LocalAddedPhysicalDamageUniqueRapier2 +IncreasedAttackSpeedUniqueQuiver1 +LifeLeechPermyriadUnique__5 +{variant:1}10% Chance to cause Bleeding on Hit +{variant:2}LocalChanceToBleedUniqueOneHandMace8 +{variant:1}AttackDamageLifeLeechAgainstBleedingEnemiesUnique_1 +{variant:2}LifeLeechPhysicalAgainstBleedingEnemiesUniqueOneHandMace8 +]],[[ +Frostbreath +Ornate Mace +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 50, 161 Str +Implicits: 2 +{variant:1}40% increased Stun Duration on Enemies +{variant:2,3}StunThresholdReductionUniqueTwoHandMace1 +{variant:1,2}Adds (16-22) to (26-32) Physical Damage +{variant:3}LocalAddedPhysicalDamageUnique__6_ +{variant:1,2}Adds (16-22) to (26-32) Cold Damage +{variant:3}LocalAddedColdDamageUnique__2 +LocalIncreasedAttackSpeedUnique__12 +FireResistUniqueBootsDex2 +IncreasedChillDurationUnique__1 +LocalDoubleDamageToChilledEnemiesUnique__1 +]],[[ +Replica Frostbreath +Ornate Mace +League: Heist +Requires Level 50, 161 Str +Implicits: 1 +StunThresholdReductionUniqueTwoHandMace1 +LocalAddedChaosDamageUnique__2 +LocalIncreasedAttackSpeedUnique__12 +ChaosResistUnique__15 +ChaosDamageCanChill +LocalDoubleDamageToChilledEnemiesUnique__1 +]],[[ +Gorebreaker +Spiked Club +Variant: Pre 2.6.0 +Variant: Current +Requires Level 10, 41 Str +Implicits: 2 +{variant:1}20% increased Stun Duration on Enemies +{variant:2}StunThresholdReductionUniqueGlovesDexInt2 +LocalIncreasedPhysicalDamagePercentUniqueOneHandMace6 +LocalReducedAttackSpeedUniqueOneHandMace6 +StunThresholdReductionUniqueOneHandMace6 +StunDurationUniqueOneHandMace6 +MeleeDamageAgainstBleedingEnemiesUniqueOneHandMace6 +]],[[ +Lavianga's Wisdom +War Hammer +League: Legion +Source: Drops from Karui Legion +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 20, 71 Str +Implicits: 2 +{variant:1}20% increased Stun Duration on Enemies +{variant:2,3}StunThresholdReductionUniqueGlovesDexInt2 +{variant:3}LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7 +{variant:1,2}IncreasedLifeUniqueHelmetDex5 +{variant:1,2}IncreasedManaUniqueBootsStrDex3 +{variant:3}IncreasedLifeUniqueOneHandMace7 +{variant:3}IncreasedManaUniqueOneHandMace7 +{variant:1,2}LocalIncreasedPhysicalDamagePercentUnique__7 +MovementVelocityUniqueShieldStr1 +{variant:1,2}10% increased Area of Effect of Area Skills +{variant:3}UniqueSpecialCorruptionAreaOfEffect_ +{variant:1,2}(10-15)% increased Area Damage +{variant:3}AreaDamageUniqueOneHandMace7 +]],[[ +Mjölner +Gavel +Variant: Pre 2.0.0 +Variant: Pre 2.4.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 60, 412 Str, 300 Int +Implicits: 2 +{variant:1,2,3}40% increased Stun Duration on Enemies +{variant:4}StunThresholdReductionUniqueTwoHandMace1 +LocalIncreasedPhysicalDamagePercentUniqueWand9 +AdditionalChainUniqueOneHandMace3 +WeaponLightningDamageUniqueOneHandMace3 +StrengthRequirementsUnique__2 +IntelligenceRequirementsUniqueOneHandMace3 +{variant:1}50% chance to Cast a Socketed Lightning Spell on Hit +{variant:2}30% chance to Cast a Socketed Lightning Spell on Hit +{variant:3,4}Trigger a Socketed Lightning Spell on Hit +Socketed Lightning Spells deal 100% increased Spell Damage if Triggered +]],[[ +Nebulis +Void Sceptre +League: Synthesis +Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} +Requires Level 68, 104 Str, 122 Int +Implicits: 1 +ElementalDamagePercentImplicitSceptreNew18 +IncreasedCastSpeedUnique__16 +ColdDamagePerResistanceAbove75Unique__1 +LightningDamagePerResistanceAbove75Unique__1 +]],[[ +Replica Nebulis +Void Sceptre +League: Heist +Requires Level 68, 104 Str, 122 Int +Implicits: 1 +ElementalDamagePercentImplicitSceptreNew18 +IncreasedCastSpeedUnique__16 +ColdDamagePerMissingColdResistanceUnique__1 +FireDamagePerMissingFireResistanceUnique__1 +]],[[ +Nebuloch +Nightmare Mace +Source: Drops from unique{The Elder} (Tier 6+) +Variant: Pre 3.4.0 +Variant: Current +Requires Level 68, 212 Str +Implicits: 1 +StunThresholdReductionUniqueGlovesDexInt2 +Adds (45-60) to (100-120) Physical Damage +Gain (30-40)% of Physical Attack Damage as Extra Fire Damage ++4% to Chaos Resistance per Endurance Charge +1% reduced Elemental Damage taken from Hits per Endurance Charge +Adds 5 to 8 Physical Damage per Endurance Charge ++500 to Armour per Endurance Charge +{variant:1}400 Fire Damage taken per second per Endurance Charge if you've been Hit Recently +{variant:2}DamageTakenPerEnduranceChargeWhenHitUnique__1_ +Elder Item +]], +-- Weapon: Sceptre +[[ +Augyre +Void Sceptre +Source: Drops from unique{The Purifier} (Tier 11+) +Variant: Pre 3.5.0 +Variant: Current +Requires Level 68, 104 Str, 122 Int +Implicits: 1 +40% increased Elemental Damage +(180-200)% increased Physical Damage +(10-15)% increased Attack Speed +(80-100)% increased Critical Strike Chance +50% of Physical Damage Converted to Lightning Damage +Every 16 seconds you gain Elemental Overload for 8 seconds +GainResoluteTechniqueWithoutElementalOverloadUnique__1 +{variant:2}PhysicalDamageWhileResoluteTechniqueUnique__1__ +Elder Item +]],[[ +Axiom Perpetuum +Bronze Sceptre +Variant: Pre 2.3.0 +Variant: Current +Requires Level 10, 22 Str, 22 Int +Implicits: 2 +{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:2}ElementalDamagePercentImplicitSceptreNew2 +IncreasedCastSpeedUnique__4 +SpellCriticalStrikeChanceUnique__1 +SpellAddedFireDamageUnique__4 +SpellAddedColdDamageUnique__3 +SpellAddedLightningDamageUnique__3 +]],[[ +Balefire +Opal Sceptre +Requires Level 60, 95 Str, 131 Int +Implicits: 1 +ElementalDamagePercentImplicitSceptreNew18 +ScorchingRaySkillUnique__1 +(12-20)% increased Cast Speed +Recover (1-3)% of Maximum Life on Kill +Recover (1-3)% of Maximum Mana on Kill +FireBeamLengthUnique__1 +]],[[ +Bitterdream +Shadow Sceptre +Variant: Pre 2.3.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 32, 52 Str, 62 Int +Implicits: 2 +{variant:1}15% increased Elemental Damage +{variant:2,3}ElementalDamagePercentImplicitSceptreNew12___ +{variant:3}DisplaySupportedByBonechillUnique__1 +DisplaySupportedByHypothermiaUnique__1 +DisplaySupportedByIceBiteUnique__1 +DisplaySupportedByColdPenetrationUnique__1 +{variant:1,2}DisplaySupportedByManaLeechUnique__1 +DisplaySupportedByAddedColdDamageUnique__1 +Socketed Gems are Supported by level 1 Reduced Mana +]],[[ +Replica Bitterdream +Shadow Sceptre +League: Heist +Requires Level 32, 52 Str, 62 Int +Implicits: 1 +ElementalDamagePercentImplicitSceptreNew12___ +DisplaySupportedByElementalPenetrationUnique__2 +DisplaySupportedByImmolateUnique__1 +DisplaySupportedByUnboundAilmentsUnique__1__ +DisplaySupportedByIceBiteUnique__2 +DisplaySupportedByReducedManaUnique__1 +SupportedByInnervateUnique__2 +]],[[ +The Black Cane +Royal Sceptre +Source: Drops from unique{Drox, the Warlord} +Requires Level 50, 86 Str, 86 Int +Implicits: 1 +ElementalDamagePercentImplicitSceptreNew13 +IntelligenceUnique__7 +IncreasedCastSpeedUnique__19__ +ManaRegenerationUnique__11___ +MinionDamageUnique__8_ +PhantasmGrantsBuffUnique__1 +]],[[ +Breath of the Council +Carnal Sceptre +Source: prophecy{The Plaguemaw V} +Variant: Pre 3.0.0 +Variant: Current +Requires Level 66, 113 Str, 113 Int +Implicits: 1 +ElementalDamagePercentImplicitSceptreNew20 +LocalIncreasedPhysicalDamagePercentUnique__16 +{variant:1}IncreasedChaosDamageUnique__4 +{variant:2}IncreasedChaosDamageUnique__2 +10% increased Area of Effect of Area Skills +40% increased Chaos Skill Effect Duration +]],[[ +Brutus' Lead Sprinkler +Ritual Sceptre +League: Torment +Variant: Pre 2.3.0 +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 28, 51 Str, 51 Int +Implicits: 2 +{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:2,3,4}ElementalDamagePercentImplicitSceptreNew6 +LocalIncreasedPhysicalDamageUniqueSceptre9 +{variant:1,2}Adds 15 to 25 Fire Damage against Ignited Enemies +LocalAddedPhysicalDamageUniqueSceptre9 +{variant:3}Adds 2 to 4 Fire Damage to Attacks per 10 Strength +{variant:4}AddedFireDamagePerStrengthUnique__1 +FireDamagePercentUniqueSceptre9 +LocalIncreasedAttackSpeedUniqueSceptre9 +LocalCriticalStrikeChanceUnique__10 +]],[[ +Cerberus Limb +Blood Sceptre +League: Delve +Source: Drops from unique{Ahuatotli, the Blind} +Requires Level 47, 81 Str, 81 Int +ElementalDamagePercentImplicitSceptreNew13 +SpellDamageUnique__9 +IncreasedCastSpeedUnique__16 +LifeLeechFromSpellsWith30BlockOnShieldUnique__1_ +EnergyShieldPerArmourOnShieldUnique__1 +ArmourPerEvasionRatingOnShieldUnique__1 +EvasionRatingPerEnergyShieldOnShieldUnique__1 +]],[[ +The Dark Seer +Shadow Sceptre +League: Beyond +Variant: Pre 2.3.0 +Variant: Pre 3.0.0 +Variant: Pre 3.11.0 (Life/Mana) +Variant: Pre 3.11.0 (Life/ES) +Variant: Pre 3.11.0 (Mana/ES) +Variant: Current (Life/Mana) +Variant: Current (Life/ES) +Variant: Current (Mana/ES) +Requires Level 32, 52 Str, 62 Int +Implicits: 2 +{variant:1}15% increased Elemental Damage +{variant:2,3,4,5,6,7,8}ElementalDamagePercentImplicitSceptreNew12___ +{variant:1,2,3,4,5}(30-50)% increased Global Damage +{variant:6,7,8}AllDamageUniqueSceptre8 +{variant:1,2,3,4,5}7% Global chance to Blind Enemies on hit +{variant:6,7,8}GlobalChanceToBlindOnHitUniqueSceptre8 +BlindDoesNotAffectHitChanceUnique__1 +MaledictionOnBlindWhileBlindedUnique__1 +{variant:1,2}ManaGainedOnEnemyDeathPerLevelUniqueSceptre8 +{variant:1,2}EnergyShieldGainedOnEnemyDeathPerLevelUniqueSceptre8 +{variant:3,4,6,7}+1 to maximum Life per Level +{variant:3,5,6,8}+1 to maximum Mana per Level +{variant:4,5,7,8}+1 to maximum Energy Shield per Level +]],[[ +Death's Hand +Karui Sceptre +Variant: Pre 2.3.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 56, 96 Str, 96 Int +Implicits: 2 +{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:2,3}ElementalDamagePercentImplicitSceptreNew16 +{variant:1,2}Adds (30-41) to (80-123) Physical Damage +{variant:3}LocalAddedPhysicalDamageUniqueSceptre10 +(20-50)% increased Critical Strike Chance +PowerChargeOnStunUniqueSceptre10 +UnholyMightOnCritUniqueSceptre10 +]],[[ +Doon Cuebiyari +Vaal Sceptre +Variant: Pre 2.3.0 +Variant: Current +Requires Level 64, 113 Str, 113 Int +Implicits: 2 +{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:2}ElementalDamagePercentImplicitSceptreNew20 +StrengthUniqueSceptre6 +IncreasedCastSpeedUniqueSceptre6 +IncreasedManaUniqueBodyInt9 +DisplaySocketedGemsSupportedByIronWillUniqueSceptre6 +DamagePerStrengthInMainHandUniqueSceptre6 +ArmourPerStrengthInOffHandUniqueSceptre6 +]],[[ +Doryani's Catalyst +Vaal Sceptre +Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} +Variant: Pre 2.3.0 +Variant: Current +Requires Level 75, 113 Str, 113 Int +Implicits: 2 +{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:2}ElementalDamagePercentImplicitSceptreNew20 +SocketedGemsGetElementalProliferationUniqueSceptre7 +LocalAddedPhysicalDamageUniqueSceptre7 +LocalIncreasedAttackSpeedUniqueSceptre7 +IncreasedCastSpeedUniqueSceptre7 +CriticalSrikeChanceUniqueSceptre7 +ElementalDamageLeechedAsLifePermyriadUniqueSceptre7_ +ElementalDamageUniqueSceptre7 +]],[[ +Earendel's Embrace +Grinning Fetish +Requires Level 35, 62 Str, 62 Int +Implicits: 1 +ElementalDamagePercentImplicitSceptreNew10 +AllAttributesUnique__8_ +MinionDamageUniqueTwoHandSword4 +SkeletonsCoverEnemiesInAshUnique__1 +SkeletonsTakeFireDamagrPerSecondUnique__1 +SkeletonsHaveAvatarOfFireUnique__1_ +]],[[ +Replica Earendel's Embrace +Grinning Fetish +League: Heist +Requires Level 35, 62 Str, 62 Int +Implicits: 1 +ElementalDamagePercentImplicitSceptreNew10 +AllAttributesUnique__8_ +MinionDamageUniqueTwoHandSword4 +ZombiesCoverInAshOnHitUnique__1 +Raised Zombies take (15.0-30.0)% of their Maximum Life per second as Fire Damage +ZombiesHaveAvatarOfFireUnique__1 +]],[[ +Mon'tregul's Grasp +Void Sceptre +Variant: Pre 1.2.0 +Variant: Pre 2.3.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 68, 104 Str, 122 Int +Implicits: 2 +{variant:1,2}15% increased Elemental Damage +{variant:3,4}ElementalDamagePercentImplicitSceptreNew18 +NumberOfZombiesSummonedPercentageUniqueSceptre3 +{variant:1}Raised Zombies have +500 to maximum Life +{variant:2,3}Raised Zombies have +2000 to maximum Life +{variant:4}ZombieLifeUniqueSceptre3 +ZombieChaosElementalResistsUniqueSceptre3 +25% increased Zombie Size +Enemies killed by Zombies explode dealing 20% of their Maximum Life as Fire Damage +{variant:1,2,3}Raised Zombies deal (80-100)% increased Physical Damage +{variant:4}ZombieDamageUniqueSceptre3 +]],[[ +Nycta's Lantern +Crystal Sceptre +Variant: Pre 2.0.0 +Variant: Pre 2.3.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 41, 59 Str, 85 Int +Implicits: 2 +{variant:1,2}ElementalDamageUniqueHelmetInt9 +{variant:3,4}ElementalDamageUnique__1 +{variant:4}LocalIncreaseSocketedFireGemLevelUnique__2 +{variant:1,2,3}ItemActsAsFireDamageSupportUniqueSceptre2 +{variant:1,2,3}ItemActsAsColdToFireSupportUniqueSceptre2 +ItemActsAsFirePenetrationSupportUniqueSceptre2 +{variant:4}Socketed Gems deal 63 to 94 additional Fire Damage +SpellDamageUniqueSceptre2 +{variant:2,3,4}LocalIncreasedPhysicalDamagePercentUniqueSceptre2 +LifeGainPerTargetUniqueSceptre2 +LightRadiusUniqueSceptre2 +]],[[ +Sign of the Sin Eater +Tyrant's Sekhem +League: Legion +Source: Drops from Templar Legion +Requires Level 58, 99 Str, 99 Int +Implicits: 1 +ElementalDamagePercentImplicitSceptreNew16 +StrengthIntelligenceUnique__2 +GrantsLevel30SmiteUnique__1 +ElementalAilmentsOnYouInsteadOfAlliesUnique__1 +]],[[ +Singularity +Platinum Sceptre +Variant: Pre 2.3.0 +Variant: Current +Requires Level 62, 113 Str, 113 Int +Implicits: 2 +{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:2}ElementalDamageUnique__1 +SpellAddedLightningDamageUnique__2 +IncreasedCastSpeedUnique__2 +ManaCostReductionUnique__1 +DisplayNearbyEnemiesAreSlowedUnique__1 +DamageAgainstNearEnemiesUnique__1 +]],[[ +Spine of the First Claimant +Iron Sceptre +Source: Drops in The Lord's Labyrinth +Variant: Pre 2.3.0 +Variant: Pre 3.5.0 +Variant: Current +Requires Level 20, 38 Str, 38 Int +Implicits: 2 +{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:2,3}ElementalDamagePercentImplicitSceptreNew5 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 +IncreasedDamageAgainstFrozenEnemiesUnique__1 +ColdDamagePercentUnique__3 +{variant:3}ColdDamageOverTimeMultiplierUnique__1 +LocalIncreasedAttackSpeedUniqueStaff9 +IncreasedCastSpeedUnique__1 +ChanceToFreezeUnique__1 +]],[[ +The Supreme Truth +Crystal Sceptre +Variant: Pre 2.0.0 +Variant: Pre 2.3.0 +Variant: Current +Requires Level 41, 59 Str, 136 Int +Implicits: 2 +{variant:1,2}ElementalDamageUniqueHelmetInt9 +{variant:3}ElementalDamageUnique__1 +LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalIncreasedAttackSpeedOneHandSword3 +{variant:1}IncreasedExperienceUniqueIntHelmet3 +{variant:2,3}IncreasedExperienceUniqueSceptre1 +ElementalDamageUniqueHelmetInt9 +IncreasedIntelligenceRequirementsUniqueSceptre1 +]],[[ +Yaomac's Accord +Vaal Sceptre +League: Ultimatum +Requires Level 64, 113 Str, 113 Int +Implicits: 1 +ElementalDamagePercentImplicitSceptreNew20 +VaalSkillDamageUnique__1 +VaalSoulGainPreventionUnique__1__ +GainRandomChargeOnVaalSkillUseUnique__1_ +KeystoneShepherdOfSoulsUnique__1 +]], +-- Weapon: Two Handed Mace +[[ +Brain Rattler +Meatgrinder +Source: Drops from unique{Guardian of the Minotaur} +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 63, 212 Str +Implicits: 3 +{variant:1}20% increased Stun Duration on Enemies +{variant:2}StunDurationImplicitMace1 +{variant:3}DoubleDamageChanceImplicitMace1 +{variant:1,2}Adds (80-100) to (320-370) Physical Damage +{variant:3}LocalAddedPhysicalDamageUnique__24 +ConvertPhysicaltoLightningUnique__1 +{variant:1,2}ChanceToShockUniqueStaff8 +{variant:3}ChanceToShockUnique__2_ +{variant:1,2}HitsCauseMonsterFleeUniqueRing1 +{variant:3}AttacksShockAsIfDealingMoreDamageUniqueBow10 +LightningPenetrationUnique__1 +ShockedEnemyCastSpeedUnique__1 +ShockedEnemyMovementSpeedUnique__1 +]],[[ +Chober Chaber +Great Mallet +Upgrade: Upgrades to unique{Chaber Cairn} via prophecy{Faith Exhumed} +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 40, 104 Str +Implicits: 2 +{variant:1}20% increased Stun Duration on Enemies +{variant:2,3}StunDurationImplicitMace1 +LocalIncreaseSocketedMeleeGemLevelUniqueRapier1 +LocalIncreaseSocketedMinionGemLevelUniqueTwoHandMace5 +{variant:1,2}LocalIncreasedPhysicalDamagePercentUnique__10 +{variant:3}LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5 +MaximumManaUniqueTwoHandMace5 +MinionLifeUniqueTwoHandMace5 +SkillEffectDurationUniqueTwoHandMace5 +ReducedStrengthRequirementsUniqueTwoHandMace5 +]],[[ +Chaber Cairn +Great Mallet +Source: Upgraded from unique{Chober Chaber} via prophecy{Faith Exhumed} +Requires Level 60, 131 Str +Implicits: 1 +StunDurationImplicitMace1 +LocalIncreaseSocketedMeleeGemLevelUniqueRapier1 +LocalIncreaseSocketedMinionGemLevelUnique__4 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5 +LocalAddedPhyiscalDamageUnique__38 +MaximumManaUniqueTwoHandMace5 +MinionLifeUniqueTwoHandMace5 +SkillEffectDurationUnique__3 +]],[[ +Geofri's Baptism +Brass Maul +Upgrade: Upgrades to unique{Geofri's Devotion} via prophecy{Black Devotion} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 27, 92 Str +Implicits: 2 +{variant:1}20% increased Stun Duration on Enemies +{variant:2}StunDurationImplicitMace1 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace2 +LocalAddedColdDamageUniqueTwoHandMace2 +StunDurationUniqueTwoHandMace2 +CannotCrit +]],[[ +Geofri's Devotion +Brass Maul +Source: Upgraded from unique{Geofri's Baptism} via prophecy{Black Devotion} +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 61, 92 Str +Implicits: 2 +{variant:1}20% increased Stun Duration on Enemies +{variant:2,3}StunDurationImplicitMace1 +OnHitWhileCursedTriggeredCurseNovaUnique__1 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace2 +{variant:1,2}Adds (50-56) to (73-78) Physical Damage +{variant:3}LocalAddedPhysicalDamageUnique__37 +LocalAddedColdDamageUniqueTwoHandMace2 +StunDurationUniqueTwoHandMace2 +CannotCrit +]],[[ +Hrimnor's Hymn +Sledgehammer +Upgrade: Upgrades to unique{Hrimnor's Dirge} via prophecy{Winter's Mournful Melodies} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 17, 62 Str +Implicits: 2 +{variant:1}40% increased Stun Duration on Enemies +{variant:2}StunDurationImplicitMace2 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace1 +StrengthUniqueTwoHandMace1 +StunThresholdReductionUniqueTwoHandMace1 +LifeLeechPermyriadUnique__5 +StunDurationUniqueTwoHandMace3 +]],[[ +Hrimnor's Dirge +Sledgehammer +Source: Upgraded from unique{Hrimnor's Hymn} using prophecy{Winter's Mournful Melodies} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 36, 62 Str +Implicits: 2 +{variant:1}40% increased Stun Duration on Enemies +{variant:2}StunDurationImplicitMace2 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace1 +LocalAddedPhysicalDamageUnique__20_ +StrengthUniqueTwoHandMace1 +StunThresholdReductionUniqueTwoHandMace1 +LifeLeechPermyriadUnique__5 +StunDurationUniqueTwoHandMace3 +PhysicalAddedAsColdUnique__1 +]],[[ +Jorrhast's Blacksteel +Steelhead +League: Tempest +Variant: Pre 2.6.0 +Variant: Current +Requires Level 44, 143 Str +Implicits: 2 +{variant:1}40% increased Stun Duration on Enemies +{variant:2}StunDurationImplicitMace2 +{variant:2}TriggeredAnimateWeaponUnique__1 +LocalIncreasedPhysicalDamagePercentUniqueSceptre2 +LocalIncreasedAttackSpeedUnique__24 +IncreasedCastSpeedUniqueClaw7 +AnimateWeaponDurationUniqueTwoHandMace8 +NumberOfAdditionalAnimateWeaponCopiesUniqueTwoHandMace8 +]],[[ +Kongor's Undying Rage +Terror Maul +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 67, 212 Str +Implicits: 3 +{variant:1,2}20% increased Stun Duration on Enemies +{variant:3}StunDurationImplicitMace1 +{variant:4}ChanceForDoubleStunDurationImplicitMace_1 +{variant:1}Adds (27-36) to (270-360) Physical Damage +{variant:2,3,4}Adds (27-56) to (270-400) Physical Damage +{variant:2,3,4}LocalCriticalStrikeChanceUnique__10 +AllResistancesUnique__17 +AlwaysHits +CriticalMultiplierUniqueAmulet18 +{variant:1,2}You gain Onslaught for 2 seconds on Critical Strike +{variant:3,4}UndyingRageOnCritUniqueTwoHandMace6 +]],[[ +Replica Kongor's Undying Rage +Terror Maul +League: Heist +Requires Level 67, 212 Str +Implicits: 1 +ChanceForDoubleStunDurationImplicitMace_1 +LocalAddedPhysicalDamageUniqueTwoHandMace6 +LocalCriticalStrikeChanceUnique__10 +AllResistancesUnique__17 +AlwaysHits +CriticalMultiplierUniqueAmulet18 +LocalEnergyShieldRegenerationIfCritRecentlyUnique__1 +]],[[ +Marohi Erqi +Karui Maul +League: Legion +Source: Drops from Legion Legion +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 57, 182 Str +Implicits: 3 +{variant:1}20% increased Stun Duration on Enemies +{variant:2,3}StunDurationImplicitMace1 +{variant:4}StunDurationImplicitMace2 +{variant:1,2}Socketed Gems are Supported by level 15 Increased Area of Effect +{variant:3,4}SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandMace3 +{variant:1,2}LocalIncreasedPhysicalDamagePercentUnique__18 +{variant:3}LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8 +{variant:4}LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace3 +{variant:1,2}LocalAddedPhysicalDamageOneHandAxe1 +{variant:3,4}LocalAddedPhysicalDamageUniqueTwoHandMace3 +ReducedAttackSpeedUniqueAmulet16 +IncreasedAccuracyUniqueTwoHandMace3 +MovementSkillCooldownReducedMoveSpeedImplicitR2_ +StunDurationUniqueTwoHandMace3 +]],[[ +Quecholli +Jagged Maul +Upgrade: Upgrades to unique{Panquetzaliztli} via prophecy{The Fall of an Empire} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 22, 77 Str +Implicits: 2 +{variant:1}20% increased Stun Duration on Enemies +{variant:2}StunDurationImplicitMace1 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalAddedPhysicalDamageUniqueTwoHandMace7 +AllAttributesUniqueTwoHandMace7 +LifeGainedFromEnemyDeathUniqueTwoHandMace7 +Enemies killed explode dealing 10% of their Life as Fire Damage +]],[[ +Panquetzaliztli +Jagged Maul +Source: Upgraded from unique{Quecholli} via prophecy{The Fall of an Empire} +Requires Level 61, 77 Str +Implicits: 1 +StunDurationImplicitMace1 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalAddedPhysicalDamageUnique__32 +AllAttributesUniqueTwoHandMace7 +Enemies killed explode dealing 10% of their Life as Fire Damage +Recover 5% of Maximum Life on Kill +]],[[ +Tidebreaker +Imperial Maul +Variant: Pre 3.5.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 65, 212 Str +Implicits: 2 +{variant:1,2}StunDurationImplicitMace1 +{variant:3}PercentageStrengthImplicitMace1 +SocketedGemsSupportedByEnduranceChargeOnStunUnique__1 +{variant:1}Adds (60-70) to (300-350) Physical Damage +{variant:2,3}LocalAddedPhysicalDamageUnique__26 +IntelligenceUnique__5 +IncreasedPhysicalDamagePerEnduranceChargeUnique__1 +StunThresholdReductionUnique__1___ +]],[[ +Trypanon +Great Mallet +League: Perandus +Variant: Pre 2.6.0 +Variant: Current +Requires Level 40, 131 Str +Implicits: 2 +{variant:1}20% increased Stun Duration on Enemies +{variant:2}StunDurationImplicitMace1 +LocalReducedAttackSpeedUnique__1 +LocalAlwaysCrit +]],[[ +Replica Trypanon +Great Mallet +League: Heist +Requires Level 40, 131 Str +Implicits: 1 +StunDurationImplicitMace1 +IncreasedAccuracyUnique__9____ +LocalAlwaysCrit +]],[[ +Voidhome +Dread Maul +Variant: Pre 2.6.0 +Variant: Current +Requires Level 54, 173 Str +Implicits: 2 +{variant:1}20% increased Stun Duration on Enemies +{variant:2}StunDurationImplicitMace1 +LocalIncreasedPhysicalDamagePercentUniqueOneHandSword2 +LocalIncreasedAttackSpeedUniqueTwoHandMace4 +ItemFoundRarityDecreaseUniqueTwoHandMace4 +IncreasedExperienceUniqueTwoHandMace4 +ManaLeechPermyriadUniqueRing17 +]], +} diff --git a/src/Data/Uniques/Special/quiver.lua b/src/Data/Uniques/Special/quiver.lua new file mode 100644 index 0000000000..c236c3c872 --- /dev/null +++ b/src/Data/Uniques/Special/quiver.lua @@ -0,0 +1,305 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Quiver +[[ +Asphyxia's Wrath +Two-Point Arrow Quiver +Variant: Pre 3.0.0 +Variant: Current +Requires Level 10 +Implicits: 1 +(20-30)% increased Accuracy Rating +{variant:2}GrantsFrostbiteUnique__1 +LocalIncreasedAttackSpeedUnique__24 +ColdResistUnique__17 +IncreasedChillDurationUniqueQuiver5 +ConvertPhysicalToColdUniqueQuiver5 +ChanceToFreezeUniqueQuiver5 +{variant:1}CurseAreaOfEffectUniqueQuiver5 +CurseTransferOnKillUniqueQuiver5 +]],[[ +Blackgleam +Fire Arrow Quiver +Upgrade: Upgrades to unique{The Signal Fire} via prophecy{Fire and Brimstone} +Variant: Pre 2.0.0 +Variant: Current +Requires Level 22 +Implicits: 1 +Adds 4 to 8 Fire Damage to Attacks with Bows +IncreasedAttackSpeedUniqueQuiver1 +IncreasedEvasionRatingUniqueQuiver1 +IncreasedManaUniqueQuiver1 +{variant:1}(30-50)% of Physical Damage Converted to Fire Damage +{variant:2}ConvertPhysicalToFireUniqueQuiver1_ +Adds 5 to 10 Fire Damage to Attacks with Bows +]],[[ +The Signal Fire +Fire Arrow Quiver +Variant: Pre 3.14.0 +Variant: Current +Source: Upgraded from unique{Blackgleam} using prophecy{Fire and Brimstone} +Requires Level 24 +Implicits: 1 +Adds 4 to 8 Fire Damage to Attacks with Bows +IncreasedAttackSpeedUniqueQuiver1 +IncreasedEvasionRatingUniqueQuiver1 +IncreasedManaUniqueQuiver1 +{variant:1}Gain (25-35)% of Physical Damage as Extra Fire Damage +{variant:2}PhysicalAddedAsFireUnique__1 +ConvertPhysicalToFireUniqueQuiver1_ +Adds 5 to 10 Fire Damage to Attacks with Bows +]],[[ +Craghead +Serrated Arrow Quiver +Upgrade: Upgrades to unique{Cragfall} via prophecy{Heavy Blows} +Requires Level 5 +Implicits: 1 +Adds 1 to 4 Physical Damage to Attacks with Bows +StunThresholdReductionUniqueQuiver8 +ProjectileSpeedUniqueQuiver8 +StunDurationUniqueQuiver8 +Adds 6 to 10 Physical Damage to Attacks with Bows +]],[[ +Cragfall +Serrated Arrow Quiver +Source: Upgraded from unique{Craghead} using prophecy{Heavy Blows} +Requires Level 5 +Implicits: 1 +Adds 1 to 4 Physical Damage to Attacks with Bows +StunThresholdReductionUniqueQuiver8 +ProjectileSpeedUniqueQuiver8 +StunDurationUniqueQuiver8 +Adds 6 to 10 Physical Damage to Attacks with Bows +ChanceForDoubleStunDurationUnique__1 +]],[[ +Drillneck +Penetrating Arrow Quiver +Requires Level 36 +Implicits: 1 +AdditionalArrowPierceImplicitQuiver12_ +LocalIncreasedAttackSpeedUnique__24 +IncreasedEvasionRatingUniqueQuiver3_ +IncreasedLifeUnique__47 +Adds (10-14) to (19-24) Physical Damage to Attacks with Bows +ArrowDamageAgainstPiercedTargetsUnique__1 +]],[[ +The Fracturing Spinner +Blunt Arrow Quiver +League: Harbinger +Upgrade: Upgrades to unique{The Shattered Divinity} via currency{Fragmentation Scroll} +Requires Level 60 +Implicits: 1 +StunDurationImplicitQuiver9 +HarbingerSkillOnEquipUnique__4_ +HybridStrDexUnique__1 +AddedFireDamageUnique__2 +AddedColdDamageUnique__3 +FireAndColdResistUnique__1 +]],[[ +The Shattered Divinity +Blunt Arrow Quiver +League: Harvest +Source: Upgraded from unique{The Fracturing Spinner} via currency{Fragmentation Scroll} +Requires Level 60 +Implicits: 1 +StunDurationImplicitQuiver9 +HarbingerSkillOnEquipUnique2_4 +HybridStrDexUnique__1 +AddedFireDamageUnique__2 +AddedColdDamageUnique__3 +FireAndColdResistUnique__1 +]],[[ +Hyrri's Bite +Sharktooth Arrow Quiver +Upgrade: Upgrades to unique{Hyrri's Demise} via prophecy{A Dishonourable Death} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 10 +Implicits: 1 +LifeGainPerTargetImplicitQuiver8 +StrengthUniqueQuiver6 +DexterityUniqueQuiver6 +IntelligenceUniqueBelt11 +{variant:2}AddedColdDamageUnique__1 +IncreasedAttackSpeedUniqueQuiver6 +LifeGainPerTargetUniqueQuiver6_ +10% increased Area of Effect of Area Skills +]],[[ +Hyrri's Demise +Sharktooth Arrow Quiver +Source: Upgraded from unique{Hyrri's Bite} via prophecy{A Dishonourable Death} +Requires Level 45 +Implicits: 1 +LifeGainPerTargetImplicitQuiver8 +AllAttributesUnique__7 +IncreasedAttackSpeedUniqueQuiver6 +LifeGainPerTargetUniqueQuiver6_ +AreaOfEffectUnique__3 +ColdDamageToAttacksPerDexterityUnique__1 +FireDamageToAttacksPerStrengthUnique__1 +LightningDamageToAttacksPerIntelligenceUnique__1 +]],[[ +Maloney's Mechanism +Ornate Quiver +Requires Level 45 +Implicits: 1 +RingHasOneSocket +HasTwoSocketsUnique__1 +Trigger a Socketed Bow Skill when you Attack with a Bow +IncreasedAttackSpeedUnique__4_ +IncreasedLifeUnique__2 +AttacksBlindOnHitChanceUnique__1 +]],[[ +Replica Maloney's Mechanism +Ornate Quiver +League: Heist +Requires Level 45 +Implicits: 1 +RingHasOneSocket +HasTwoSocketsUnique__1 +Trigger a Socketed Bow Skill when you Cast a Spell while wielding a Bow +IncreasedCastSpeedUnique__21 +IncreasedLifeUnique__2 +AttacksBlindOnHitChanceUnique__1 +]],[[ +Maloney's Nightfall +Blunt Arrow Quiver +Variant: Pre 2.6.0 +Variant: Current +Requires Level 55 +Implicits: 1 +StunDurationImplicitQuiver9 +{variant:1}LocalIncreasedAttackSpeedUnique__10 +{variant:2}IncreasedAttackSpeedUniqueQuiver1 +IncreasedLifeUnique__2 +ChaosResistUniqueQuiver9 +{variant:1}Adds (5-7) to (8-10) Physical Damage to Attacks with Bows +{variant:2}Adds (8-10) to (14-16) Physical Damage to Attacks with Bows +{variant:1}10% chance to create a Smoke Cloud when Hit +{variant:2}SmokeCloudWhenHitUniqueQuiver9 +{variant:1}(20-40)% increased Damage with Hits and Ailments against Blinded Enemies +{variant:2}IncreaseDamageOnBlindedEnemiesUniqueQuiver9_ +]],[[ +Rearguard +Broadhead Arrow Quiver +Requires Level 28 +Implicits: 1 +Adds 6 to 12 Physical Damage to Attacks with Bows +IncreasedPhysicalDamageReductionRatingUniqueQuiver4 +ProjectileSpeedUniqueQuiver4 +50% increased Stun Recovery +IncreasedProjectileDamageUniqueQuiver4 +(20-24)% Chance to Block +(12-15)% Chance to Block Spells +]],[[ +Rigwald's Quills +Two-Point Arrow Quiver +Variant: Pre 3.14.0 +Variant: Current +League: Talisman Standard, Talisman Hardcore +Source: Drops from unique{Rigwald, The Wolven King} (Level 70+) +Requires Level 56 +Implicits: 1 +(20-30)% increased Accuracy Rating +FireResistUnique__3 +LightningResistUnique__2 +LifeGainPerTargetUnique__1 +ProjectileSpeedUnique__4 +IncreasedProjectileDamageUnique___10_ +{variant:1}Projectiles Fork +{variant:2}ProjectilesForkUnique____1 +]],[[ +Saemus' Gift +Spike-Point Arrow Quiver +Requires Level 45 +Implicits: 1 +CriticalStrikeChanceImplicitRing1 +DexterityUnique__5 +IncreasedCastSpeedUniqueClaw7 +IncreasedLifeUnique__27 +LightningResistUnique__5 +StunAvoidanceUniqueOneHandSword13 +IncreasedLightningDamagePer10IntelligenceUnique__1 +]],[[ +Scorpion's Call +Broadhead Arrow Quiver +League: Harvest +Requires Level 57 +Implicits: 1 +Adds 6 to 12 Physical Damage to Bow Attacks +DexterityUnique__20__ +LifeRegenerationBloodStanceUnique__1 +ProjectileDamageBloodStanceUnique__1 +EvasionRatingSandStanceUnique__1 +AreaOfEffectSandStanceUnique__1 +(20-30)% increased Attack Speed if you've changed Stance Recently +]],[[ +Skirmish +Two-Point Arrow Quiver +Requires Level 19 +Implicits: 1 +(20-30)% increased Accuracy Rating +IntelligenceUniqueBelt11 +IncreasedManaUnique__6 +ManaRegenerationImplicitAmulet1 +ManaLeechPermyriadUniqueGlovesDexInt6 +Attack skills can have 1 additional Totem Summoned at a time +]],[[ +Steelworm +Broadhead Arrow Quiver +Requires Level 52 +Implicits: 1 +AddedPhysicalDamageImplicitQuiver11 +GrantsCallOfSteelSkillUnique__1_ +GlobalEvasionRatingAndArmourPercentUnique__1_ +DealNoNonPhysicalDamageUniqueBelt__1 +RangedAttacksConsumeAmmoUniqueBelt__1 +Skills Fire 3 additional Projectiles for 4 seconds after you consume a total of 12 Steel Shards +]],[[ +Soul Strike +Spike-Point Arrow Quiver +Variant: Pre 2.5.0 +Variant: Current +Requires Level 64 +Implicits: 1 +CriticalStrikeChanceImplicitRing1 +DexterityUniqueQuiver7 +AddedChaosDamageUniqueQuiver7 +LocalIncreasedAttackSpeedUnique__24 +LocalIncreasedEnergyShieldUnique__9 +ReducedEnergyShieldRegenerationRateUniqueQuiver7 +{variant:1}150% faster start of Energy Shield Recharge +{variant:2}ReducedEnergyShieldDelayUniqueQuiver7 +]],[[ +Replica Soul Strike +Spike-Point Arrow Quiver +League: Heist +Requires Level 64 +Implicits: 1 +CriticalStrikeChanceImplicitRing1 +DexterityUniqueQuiver7 +AddedPhysicalDamageUnique__10 +LocalIncreasedAttackSpeedUnique__24 +IncreasedLifeUniqueGlovesInt3 +MaximumLifeLeechAmountUnique__2 +40% increased Maximum total Recovery per second from Life Leech +]],[[ +Voidfletcher +Penetrating Arrow Quiver +Elder +Source: Drops from unique{The Elder} (Uber) +Requires Level 68 +Implicits: 1 +AdditionalArrowPierceImplicitQuiver12_ +Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows +AddedColdDamageUnique__7 +IncreasedEnergyShieldUnique__7 +ColdResistUnique__3 +ManaGainedFromEnemyDeathUnique__2 +ProjectileSpeedUnique__5__ +MaximumVoidArrowsUnique__1 +Gain a Void Charge every 0.5 seconds +Elder Item +]], +} diff --git a/src/Data/Uniques/Special/ring.lua b/src/Data/Uniques/Special/ring.lua new file mode 100644 index 0000000000..9b611b3b74 --- /dev/null +++ b/src/Data/Uniques/Special/ring.lua @@ -0,0 +1,1212 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Ring +[[ +Ahkeli's Meadow +Ruby Ring +League: Delve +Source: Drops from unique{Aul, the Crystal King} +Requires Level 49 +Implicits: 1 +FireResistUniqueAmulet4 +StrengthUnique__20_ +IncreasedEnergyShieldPercentUnique__4 +MaximumLifeUnique__14 +]],[[ +Ahkeli's Mountain +Ruby Ring +League: Delve +Source: Drops from unique{Ahuatotli, the Blind} +Requires Level 49 +Implicits: 1 +FireResistUniqueAmulet4 +StrengthUnique__20_ +IncreasedEnergyShieldPercentUnique__4 +MaximumLifeUnique__14 +]],[[ +Ahkeli's Valley +Ruby Ring +League: Delve +Source: Drops from unique{Kurgal, the Blackblooded} +Requires Level 49 +Implicits: 1 +FireResistUniqueAmulet4 +StrengthUnique__20_ +IncreasedEnergyShieldPercentUnique__4 +MaximumLifeUnique__14 +]],[[ +Andvarius +Gold Ring +Requires Level 20 +Implicits: 1 +ItemFoundRarityIncreaseImplicitRing1 +DexterityUniqueRing3 +ItemFoundRarityIncreaseUniqueRing3 +AllResistancesUniqueRing25 +]],[[ +Astral Projector +Topaz Ring +League: Metamorph +Requires Level 40 +Implicits: 1 +LightningResistUnique__2 +IntelligenceUnique__22_ +SpellDamageUnique__12 +AvoidElementalAilmentsUnique__1_ +NovaSpellsAreaOfEffectUnique__1 +Nova Spells Cast at the targeted location instead of around you +]],[[ +Berek's Grip +Two-Stone Ring +League: Domination, Nemesis +Variant: Pre 2.6.0 +Variant: Pre 3.8.0 +Variant: Current +Requires Level 20 +Implicits: 1 +ColdAndLightningResistImplicitRing1 +{variant:1}ColdDamagePercentUniqueHelmetStrInt3 +{variant:2,3}ColdDamagePercentUniqueRing19 +{variant:1}{tags:jewellery_elemental,attack}Adds 1 to (1-50) Lightning Damage to Attacks +{variant:2,3}AddedLightningDamageUniqueRing19 +IncreasedLifeUnique__19 +{variant:1}{tags:life}1% of Damage Leeched as Life against Frozen Enemies +{variant:2,3}LifeLeechPermyriadVsShockedEnemiesUniqueRing29 +{variant:1}{tags:mana}1% of Damage Leeched as Mana against Shocked Enemies +{variant:2}ManaLeechPermyriadOnShockedEnemiesUniqueRing19 +{variant:3}EnergyShieldLeechPermyriadOnFrozenEnemiesUniqueRing19 +]],[[ +Berek's Pass +Two-Stone Ring +League: Domination, Nemesis +Variant: Pre 2.6.0 +Variant: Current +Requires Level 20 +Implicits: 1 +FireAndColdResistImplicitRing1 +{variant:1}FireDamagePercentUnique____8 +{variant:2}FireDamagePercentUnique__4 +{variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Cold Damage to Attacks +{variant:2}AddedColdDamageUniqueRing18 +IncreasedEnergyShieldUnique__5 +DamageWhileIgnitedUniqueRing18 +ArmourWhileFrozenUniqueRing18 +]],[[ +Berek's Respite +Two-Stone Ring +League: Domination, Nemesis +Variant: Pre 2.6.0 +Variant: Current +Requires Level 20 +Implicits: 1 +FireAndLightningResistImplicitRing1 +{variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Fire Damage to Attacks +{variant:2}AddedFireDamageUniqueRing20 +{variant:1}LightningDamagePercentUniqueHelmetStrInt3 +{variant:2}LightningDamagePercentUniqueRing20 +IncreasedManaUniqueHelmetDexInt3 +{variant:1}Shock a nearby Enemy for 2 seconds on Killing a Shocked Enemy +{variant:2}Shocks all nearby Enemies on Killing a Shocked Enemy +{variant:1}Ignite a nearby Enemy on Killing an Ignited Enemy +{variant:2}Ignites all nearby Enemies on Killing an Ignited Enemy +]],[[ +Blackflame +Amethyst Ring +League: Ritual +Requires Level 49 +Implicits: 1 +ChaosResistImplicitRing1 +FireDamageOverTimeMultiplierUnique__3 +IgniteDurationUnique__3_ +ChanceToIgniteUnique__6 +EnemiesIgniteChaosDamageUnique__1 +EnemiesIgniteWitherNeverExpiresUnique__1 +FireAndChaosDamageResistanceUnique__1__ +]],[[ +Blackheart +Iron Ring +Upgrade: Upgrades to unique{Voidheart} via prophecy{From The Void} +Implicits: 1 +AddedPhysicalDamageImplicitRing1 +{tags:physical}5% increased Physical Damage +AddedChaosDamageUniqueRing1 +IncreasedLifeImplicitGlovesDemigods1 +{tags:life}(2-4) Life Regenerated per second +HitsCauseMonsterFleeUniqueRing1 +]],[[ +Voidheart +Iron Ring +Source: Upgraded from unique{Blackheart} using prophecy{From The Void} +Variant: Pre 2.4.0 +Variant: Current +Requires Level 48 +Implicits: 1 +AddedPhysicalDamageImplicitRing1 +{tags:physical}5% increased Physical Damage +AddedChaosDamageUniqueRing1 +IncreasedLifeImplicitGlovesDemigods1 +{tags:life}(2-4) Life Regenerated per second +HitsCauseMonsterFleeUniqueRing1 +{variant:1}Melee Attacks cause Bleeding +{variant:2}{tags:attack,physical}(30-50)% chance to cause Bleeding on Melee Hit +{variant:1}Melee Attacks Poison on Hit +{variant:2}{tags:attack,chaos}(20-40)% chance to Poison on Melee Hit +]],[[ +Bloodboil +Coral Ring +Upgrade: Upgrades to unique{Winterweave} via prophecy{Cold Blooded Fury} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 24 +Implicits: 1 +IncreasedLifeImplicitGlovesDemigods1 +{variant:1}{tags:jewellery_elemental,attack}Adds (7-10) to (15-20) Fire Damage to Attacks +{variant:2}AddedFireDamageUniqueRing28 +IncreasedLifeUniqueRing28 +ColdResistUniqueRing28 +{variant:1}{tags:jewellery_elemental}45% reduced Effect of Chill on You +{variant:2}ChillEffectivenessOnSelfUniqueRing28 +{variant:1}IncreasedSelfBurnDurationUniqueRing28 +{variant:2}MovementVelocityWhileIgnitedUnique__1 +]],[[ +Winterweave +Coral Ring +Source: Upgraded from unique{Bloodboil} via prophecy{Cold Blooded Fury} +Requires Level 53 +Implicits: 1 +IncreasedLifeImplicitGlovesDemigods1 +AddedFireDamageUniqueRing28 +AddedColdDamageUnique__6 +IncreasedLifeUniqueRing28 +ColdResistUnique__24 +MovementVelocityWhileIgnitedUnique__1 +EffectOfChillIsReversedUnique__1 +]],[[ +Brinerot Mark +Unset Ring +League: Warbands +Variant: Pre 2.6.0 +Variant: Current +Requires Level 45 +Implicits: 1 +RingHasOneSocket +{variant:1}+2 to Level of Socketed Golem Gems +{variant:2}LocalIncreaseSocketedGolemLevelUniqueRing37 +{variant:1}ItemActsAsConcentratedAOESupportUniqueRing35 +{variant:2}LocalGolemBuffEffectUnique__1 +{variant:2}LocalGolemLifeAddedAsESUnique__1 +{variant:1}{tags:caster}(10-25)% increased Spell Damage +{variant:2}SpellDamageUnique__12 +IncreasedEnergyShieldUniqueRing27 +LightningResistUnique__5 +{variant:1}Socketed Gems are Supported by Level 15 Increased Minion Life +]],[[ +Call of the Brotherhood +Two-Stone Ring +Variant: Pre 2.6.0 +Variant: Current +Requires Level 20 +Implicits: 1 +ColdAndLightningResistImplicitRing1 +IntelligenceUniqueBelt11 +LightningDamagePercentUniqueRing34 +ManaRegenerationUniqueBootsStrDex4 +{variant:1}{tags:jewellery_elemental}50% of Lightning Damage Converted to Cold Damage +{variant:2}ConvertLightningToColdUniqueRing34 +SpellChanceToShockFrozenEnemiesUniqueRing34 +]],[[ +Circle of Anguish +Ruby Ring +League: Synthesis +Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} +Requires Level 52 +Implicits: 1 +Has Alt Variant: true +Variant: Mana Reservation (Pre 3.11.0) +Variant: Mana Reservation (Current) +Variant: Fire Damage +Variant: Buff Effect (Pre 3.11.0) +Variant: Buff Effect (Current) +Variant: Max Resistance +Variant: Fire Resistance +FireResistUniqueAmulet4 +StrengthUniqueClaw5_ +GlobalAddedFireDamageUnique__3_ +FireResistUniqueAmulet4 +{variant:1}{tags:mana}Herald of Ash has (30-40)% reduced Reservation +{variant:2}HeraldBonusAshReservation +{variant:3}HeraldBonusAshFireDamage +{variant:4}Herald of Ash has (70-100)% increased Buff Effect +{variant:5}HeraldBonusAshEffect +{variant:6}HeraldBonusAshMaxFireResist +{variant:7}HeraldBonusFireResist +]],[[ +Circle of Fear +Sapphire Ring +League: Synthesis +Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} +Requires Level 52 +Implicits: 1 +Has Alt Variant: true +Variant: Mana Reservation (Pre 3.11.0) +Variant: Mana Reservation (Current) +Variant: Cold Damage +Variant: Buff Effect (Pre 3.11.0) +Variant: Buff Effect (Current) +Variant: Max Resistance +Variant: Cold Resistance +ColdResistUnique__3 +DexterityUniqueGlovesInt4__ +GlobalAddedColdDamageUnique__3 +ColdResistUnique__3 +{variant:1}{tags:mana}Herald of Ice has (30-40)% reduced Reservation +{variant:2}HeraldBonusIceReservation_ +{variant:3}HeraldBonusIceColdDamage +{variant:4}Herald of Ice has (70-100)% increased Buff Effect +{variant:5}HeraldBonusIceEffect_ +{variant:6}HeraldBonusMaxColdResist__ +{variant:7}HeraldBonusColdResist +]],[[ +Circle of Guilt +Iron Ring +League: Synthesis +Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} +Requires Level 52 +Implicits: 1 +Has Alt Variant: true +Variant: Mana Reservation (Pre 3.11.0) +Variant: Mana Reservation (Current) +Variant: Physical Damage +Variant: Buff Effect (Pre 3.11.0) +Variant: Buff Effect (Current) +Variant: Sentinel Damage +Variant: Damage Reduction +AddedPhysicalDamageImplicitRing1 +AllAttributesUnique__3 +GlobalAddedPhysicalDamageUnique__2 +IncreasedPhysicalDamageReductionRatingUnique__4 +{variant:1}{tags:mana}Herald of Purity has (30-40)% reduced Reservation +{variant:2}HeraldBonusPurityReservation_ +{variant:3}HeraldBonusPurityPhysicalDamage +{variant:4}Herald of Purity has (70-100)% increased Buff Effect +{variant:5}HeraldBonusPurityEffect +{variant:6}HeraldBonusPurityMinionDamage +{variant:7}HeraldBonusPurityPhysicalDamageReduction +]],[[ +Circle of Nostalgia +Amethyst Ring +League: Synthesis +Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} +Requires Level 52 +Implicits: 1 +Has Alt Variant: true +Variant: Mana Reservation (Pre 3.11.0) +Variant: Mana Reservation (Current) +Variant: Chaos Damage +Variant: Buff Effect (Pre 3.11.0) +Variant: Buff Effect (Current) +Variant: Agony Damage +Variant: Chaos Resistance +ChaosResistImplicitRing1 +AllAttributesUnique__3 +GlobalAddedChaosDamageUnique__5_ +ChaosResistUnique__17 +{variant:1}{tags:mana}Herald of Agony has (30-40)% reduced Reservation +{variant:2}HeraldBonusAgonyReservation +{variant:3}HeraldBonusAgonyChaosDamage_ +{variant:4}Herald of Agony has (70-100)% increased Buff Effect +{variant:5}HeraldBonusAgonyEffect +{variant:6}HeraldBonusAgonyMinionDamage_ +{variant:7}HeraldBonusAgonyChaosResist_ +]],[[ +Circle of Regret +Topaz Ring +League: Synthesis +Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} +Requires Level 52 +Implicits: 1 +Has Alt Variant: true +Variant: Mana Reservation (Pre 3.11.0) +Variant: Mana Reservation (Current) +Variant: Lightning Damage +Variant: Buff Effect (Pre 3.11.0) +Variant: Buff Effect (Current) +Variant: Max Resistance +Variant: Lightning Resistance +LightningResistUnique__2 +IntelligenceUnique__7 +GlobalAddedLightningDamageUnique__3 +LightningResistUnique__2 +{variant:1}{tags:mana}Herald of Thunder has (30-40)% reduced Reservation +{variant:2}HeraldBonusThunderReservation +{variant:3}HeraldBonusThunderLightningDamage +{variant:4}Herald of Thunder has (70-100)% increased Buff Effect +{variant:5}HeraldBonusThunderEffect +{variant:6}HeraldBonusThunderMaxLightningResist +{variant:7}HeraldBonusThunderLightningResist_ +]],[[ +Death Rush +Amethyst Ring +League: Onslaught +Variant: Pre 2.6.0 +Variant: Current +Requires Level 46 +Implicits: 1 +ChaosResistImplicitRing1 +IncreasedAccuracyUniqueRing12 +{tags:jewellery_defense}{variant:1}+(60-80) to Armour +{variant:2}IncreasedPhysicalDamageReductionRatingUniqueRing12 +{variant:2}IncreasedLifeUnique__47 +ChaosResistUniqueRing12 +LifeLeechPermyriadUniqueRing12 +{variant:1}You gain Onslaught for 2 seconds on Kill +{variant:2}OnslaughtBuffOnKillUniqueRing12 +]],[[ +Doedre's Damning +Paua Ring +Implicits: 1 +IncreasedManaUniqueBodyInt9 +IntelligenceUniqueRing4 +AllResistancesUniqueRing4 +ManaGainedFromEnemyDeathUniqueRing4 +{tags:caster}Enemies can have 1 additional Curse +]],[[ +Replica Doedre's Damning +Paua Ring +League: Heist +Implicits: 1 +IncreasedManaUniqueBodyInt9 +IntelligenceUniqueRing4 +AllResistancesUniqueRing4 +ManaGainedFromEnemyDeathUniqueRing4 +AdditionalCurseOnEnemiesUnique__3 +CurseEffectivenessUnique__4 +]],[[ +Dream Fragments +Sapphire Ring +Variant: Pre 2.6.0 +Variant: Current +Requires Level 24 +Implicits: 1 +ColdResistUnique__3 +MaximumManaUniqueRing5 +ManaRegenerationUniqueRing5 +{variant:2}ColdResistUnique__17 +CannotBeFrozenUnique__1 +{variant:2}CannotBeChilledUniqueBodyStrInt3 +]],[[ +Emberwake +Ruby Ring +Variant: Pre 3.0.0 +Variant: Pre 3.9.0 +Variant: Current +Requires Level 16 +Implicits: 1 +FireResistUniqueAmulet4 +{variant:1}FireDamagePercentUniqueRing24 +{variant:2,3}FireDamagePercentUniqueStrHelmet2 +IncreasedCastSpeedUnique__15_ +{variant:1}{tags:jewellery_elemental}5% chance to Ignite +{variant:2,3}ChanceToIgniteUniqueBodyInt2 +CanInflictMultipleIgnitesUniqueRing38 +{variant:1}CriticalMultiplierUniqueAmulet18 +{variant:1}{tags:jewellery_elemental}Ignited Enemies Burn 80% slower +{variant:2}{tags:jewellery_elemental}Ignited Enemies Burn 65% slower +{variant:3}{tags:jewellery_elemental}Ignited Enemies Burn (65-50)% slower +]],[[ +Replica Emberwake +Ruby Ring +League: Heist +Requires Level 16 +Implicits: 1 +FireResistUniqueAmulet4 +FireDamagePercentUniqueStrHelmet2 +IncreasedCastSpeedUnique__15_ +IgniteDurationUnique__2 +ChanceToIgniteUniqueBodyInt2 +FasterIgniteDamageUnique__1 +]],[[ +Essence Worm +Unset Ring +Requires Level 38 +Implicits: 1 +RingHasOneSocket +LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2 +SocketedAurasReserveNoManaUnique__1 +IncreasedManaReservationsCostUnique__1 +]],[[ +Fated End +Paua Ring +League: Heist +Requires Level 38 +Implicits: 1 +IncreasedManaUniqueBodyInt9 +IntelligenceUnique__25 +CurseCastSpeedUnique__2 +DoubleDoomEffectUnique__1 +HexDoomGainUnique__1 +HexExpiresMaxDoomUnique__1 +]],[[ +Gifts from Above +Diamond Ring +League: Anarchy +Variant: Pre 2.6.0 +Variant: Current +Requires Level 28 +Implicits: 1 +CriticalStrikeChanceImplicitRing1 +{variant:2}TriggeredConsecrateUnique__1 +CriticalStrikeChanceUniqueRing11_ +LightRadiusUniqueAmulet17 +{variant:1}ConsecrateOnCritChanceToCreateUniqueRing11 +KilledMonsterItemRarityOnCritUniqueRing11 +{variant:2}IncreasedDamageOnConsecratedGroundUnique__1 +{variant:2}5% additional Block Chance while on Consecrated Ground +]],[[ +Heartbound Loop +Moonstone Ring +Requires Level 20 +Implicits: 1 +IncreasedEnergyShieldUniqueRing27 +{tags:life}(10-15) Life Regenerated per second +ManaRegenerationUniqueShieldInt5 +MinionLifeUniqueRing33 +Minions have 10% increased Area of Effect of Area Skills +PhysicalDamageToSelfOnMinionDeathUniqueRing33 +]],[[ +The Highwayman +Gold Ring +League: Heist +Requires Level 44 +Implicits: 1 +ItemFoundRarityIncreaseImplicitRing1 +ItemFoundRarityIncreaseUnique__5 +MovementVelocityUniqueIntHelmet2 +StealChargesOnHitPercentUnique__1 +DamageLeechWith5ChargesUnique__1 +TotalRecoveryLifeLeechDoubledUnique__1 +]],[[ +The Hungry Loop +Unset Ring +Requires Level 45 +Implicits: 1 +RingHasOneSocket +Consumes Socketed Support Gems when they reach Maximum Level +Can Consume 4 Support Gems +Has not Consumed any Gems +]],[[ +Icefang Orbit +Iron Ring +Requires Level: 49 +Implicits: 1 +League: Blight +AddedPhysicalDamageImplicitRing1 +DexterityUniqueGlovesInt4__ +ChanceToPoisonUnique__1_______ +PoisonDamageUnique__1 +You are Chilled while you are Poisoned +NonChilledEnemiesPoisonAndChillUnique__1 +PoisonedEnemiesShatterOnKillUnique__1 +]],[[ +Kaom's Sign +Coral Ring +Upgrade: Upgrades to unique{Kaom's Way} via prophecy{The King's Path} +Variant: Pre 2.0.0 +Variant: Current +Implicits: 1 +IncreasedLifeImplicitGlovesDemigods1 +StrengthUniqueBodyStr4 +{variant:1}LifeLeechPermyriadUniqueRing2 +{variant:2}LifeGainPerTargetUniqueRing2 ++1 Maximum Endurance Charge +]],[[ +Kaom's Way +Coral Ring +Source: Upgraded from unique{Kaom's Sign} using prophecy{The King's Path} +Requires Level 32 +Implicits: 1 +IncreasedLifeImplicitGlovesDemigods1 +StrengthUniqueBodyStr4 +{tags:life}0.4% of maximum Life Regenerated per second per Endurance Charge +LifeGainPerTargetUniqueRing2 ++1 Maximum Endurance Charge +]],[[ +Kikazaru +Topaz Ring +Variant: Pre 2.6.0 +Variant: Current +Requires Level 20 +Implicits: 1 +LightningResistUnique__2 +AllAttributesUniqueRing26 +{variant:1}{tags:life}(13-17) Life Regenerated per second +{variant:2}{tags:life}1 Life Regenerated per second per Level +ManaRegenerationUniqueShieldInt5 +{variant:1}ReducedCurseEffectUnique__1 +{variant:2}ReducedCurseEffectUniqueRing26 +]],[[ +Le Heup of All +Iron Ring +Variant: Pre 2.6.0 +Variant: Current +Requires Level 24 +Implicits: 1 +AddedPhysicalDamageImplicitRing1 +{variant:1}(10-20)% increased Damage +{variant:2}AllDamageUniqueRing6 +{variant:1}AllAttributesUnique__3 +{variant:2}AllAttributesUniqueRing6 +{variant:1}ItemFoundRarityIncreaseUnique__4_ +{variant:2}ItemFoundRarityIncreaseUniqueRing6 +{variant:1}AllResistancesUnique__20 +{variant:2}AllResistancesUniqueRing6 +]],[[ +Lori's Lantern +Prismatic Ring +Variant: Pre 1.0.0 +Variant: Current +Requires Level 30 +Implicits: 2 +{variant:1}AllResistancesImplicitArmour1 +{variant:2}AllResistancesImplicitRing1 +AllResistancesUniqueIntHelmet3 +MovementVelocityOnLowLifeUniqueRing9 +LightRadiusUniqueRing9_ +{tags:chaos,jewellery_defense,life}+(20-25)% Chaos Resistance when on Low Life +While on Low Life, Enemies are Unlucky when Damaging you +]],[[ +Malachai's Artifice +Unset Ring +Variant: Pre 2.6.0 +Variant: Current +Sockets: W +Requires Level 5 +Implicits: 1 +RingHasOneSocket +{variant:1}{tags:jewellery_resistance}−25% to all Elemental Resistances +{variant:2}AllResistancesUniqueRing25 +FireResistanceWhenSocketedWithRedGemUniqueRing25 +ColdResistanceWhenSocketedWithGreenGemUniqueRing25 +LightningResistanceWhenSocketedWithBlueGemUniqueRing25 +AllSocketsAreWhiteUniqueRing25 +SocketedGemHasElementalEquilibriumUniqueRing25 +]],[[ +Replica Malachai's Artifice +Unset Ring +League: Heist +Requires Level 5 +Implicits: 1 +RingHasOneSocket +SocketedGemHasSecretsOfSufferingUnique__1 +AllResistancesUniqueRing25 +FireResistanceWhenSocketedWithRedGemUniqueRing25 +ColdResistanceWhenSocketedWithGreenGemUniqueRing25 +LightningResistanceWhenSocketedWithBlueGemUniqueRing25 +AllSocketsAreWhiteUniqueRing25 +]],[[ +Mark of Submission +Unset Ring +Requires Level 24 +Implicits: 1 +RingHasOneSocket +UniqueCurseWithSocketedCurseOnHit_ +]],[[ +Mark of the Elder +Steel Ring +Source: Drops from unique{The Elder} (Uber) +Requires Level 80 +Implicits: 1 +AddedPhysicalDamageImplicitRing2 +AddedColdDamageUnique__5 +IncreasedEnergyShieldPercentUnique__3 +MaximumLifeUnique__16 +AttackDamageShaperItemUnique__1 +CannotBeStunnedByAttacksElderItemUnique__1 +TentacleSmashOnKillUnique__1_ +Elder Item +]],[[ +Mark of the Shaper +Opal Ring +Source: Drops from unique{The Elder} (Uber) +Requires Level 80 +Implicits: 1 +ElementalDamagePercentImplicitAtlasRing_ +SpellAddedLightningDamageUnique__6_ +IncreasedEnergyShieldPercentUnique__3 +MaximumLifeUnique__16 +SpellDamageElderItemUnique__1_ +CannotBeStunnedBySpellsShaperItemUnique__1 +SummonVoidSphereOnKillUnique__1_ +Shaper Item +]],[[ +Ming's Heart +Amethyst Ring +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 69 +Implicits: 1 +ChaosResistImplicitRing1 +{variant:1}{tags:life}15% reduced maximum Life +{variant:2}MaximumLifeUniqueOneHandSword2 +{variant:3}MaximumLifeUniqueRing16 +{variant:1{tags:jewellery_defense}}15% reduced maximum Energy Shield +{variant:2}{tags:jewellery_defense}10% reduced maximum Energy Shield +{variant:3}ReducedEnergyShieldPercentUniqueRing16 +ChaosResistUniqueRing16 +ChaosDamageAsPortionOfDamageUniqueRing16 +]],[[ +Mokou's Embrace +Ruby Ring +Requires Level 16 +Implicits: 1 +FireResistUniqueAmulet4 +FireDamagePercentUniqueRing24 +ColdResistUniqueRing24 +IncreasedChanceToIgniteUniqueRing24 +IncreasedAttackSpeedWhileIgnitedUniqueRing24 +IncreasedCastSpeedWhileIgnitedUniqueRing24 +IncreasedChanceToBeIgnitedUniqueRing24 +]],[[ +Mutewind Seal +Unset Ring +League: Warbands +Variant: Pre 2.6.0 +Variant: Current +Requires Level 45 +Implicits: 1 +RingHasOneSocket +{variant:1}+2 to Level of Socketed Golem Gems +{variant:2}LocalIncreaseSocketedGolemLevelUniqueRing37 +{variant:1}DisplaySocketedGemGetsFasterAttackUniqueRing37 +{variant:2}LocalGolemIncreasedAttackAndCastSpeedUnique__1 +AddedPhysicalDamageUniqueRing37 +LocalIncreasedAttackSpeedUniqueStaff9 +{variant:1}(1-2)% chance to Dodge Attack Hits +{variant:2}ChanceToDodgeUniqueRing37 +{variant:1}Socketed Gems are Supported by Level 16 Increased Minion Speed +{variant:2}LocalGolemGrantOnslaughtOnSummonUnique__1 +]],[[ +Ngamahu's Sign +Ruby Ring +League: Bloodlines +Variant: Pre 2.6.0 +Variant: Current +Requires Level 29 +Implicits: 1 +FireResistUniqueAmulet4 +StrengthUniqueQuiver6 +{variant:1}{tags:jewellery_elemental,attack}Adds (8-10) to (12-14) Fire Damage to Attacks +{variant:2}AddedFireDamageUniqueRing31 +{variant:1}LifeGainOnHitVsIgnitedEnemiesUniqueRing31 +{variant:2}{tags:life}Recover (20-30) Life Gained on Igniting an Enemy +BurnDurationUniqueRing31 +{variant:1}{tags:jewellery_elemental}5% chance to Ignite +{variant:2}ChanceToIgniteUniqueBodyInt2 +]],[[ +The Pariah +Unset Ring +League: Warbands +Requires Level 60 +Implicits: 1 +RingHasOneSocket +LocalIncreaseSocketedGemLevelUniqueWand8 +AttackAndCastSpeedUnique__2 +LifePerRedSocketUniqueRing39 +EnergyShieldPerBlueSocketUniqueRing39 +ManaPerGreenSocketUniqueRing39 +ItemQuantityPerWhiteSocketUniqueRing39_ +]],[[ +Perandus Signet +Paua Ring +Variant: Pre 2.0.0 +Variant: Current +Implicits: 1 +IncreasedManaUniqueBodyInt9 +IncreasedManaUniqueRing14 +ManaRegenerationUniqueRing14 +{variant:1}IncreasedExperienceUniqueSceptre1 +{variant:2}IncreasedExperienceUniqueRing14 +{variant:1}{tags:jewellery_attribute}3% increased Intelligence for each Unique Item Equipped +{variant:2}IncreasedIntelligencePerUniqueUniqueRing14 +3% additional chance for Slain monsters to drop Scrolls of Wisdom +]],[[ +Praxis +Paua Ring +Requires Level 22 +Implicits: 1 +IncreasedManaUniqueBodyInt9 +IncreasedManaUniqueHelmetInt8 +{tags:mana}(3-6) Mana Regenerated per second +{tags:mana}−(4-8) to Mana Cost of Skills +{tags:mana}8% of Damage taken gained as Mana over 4 seconds when Hit +]],[[ +Profane Proxy +Unset Ring +Sockets: G +LevelReq: 52 +Implicits: 1 +RingHasOneSocket +IncreaseSocketedCurseGemLevelUnique__2 +ColdResistUnique__3 +LightningResistUnique__2 +SupportSkitterBotAilmentAuraReplaceWithCurse____1 +{tags:caster}Right Ring Slot: Your Shocking Skitterbot's Aura applies Socketed Hex Curse instead +]],[[ +Putembo's Meadow +Topaz Ring +League: Delve +Source: Drops from unique{Kurgal, the Blackblooded} +Requires Level 49 +Implicits: 1 +LightningResistUnique__2 +IntelligenceUniqueGlovesInt2 +IncreasedEnergyShieldPercentUnique__4 +MaximumLifeUnique__14 +]],[[ +Putembo's Mountain +Topaz Ring +League: Delve +Source: Drops from unique{Aul, the Crystal King} +Requires Level 49 +Implicits: 1 +LightningResistUnique__2 +IntelligenceUniqueGlovesInt2 +IncreasedEnergyShieldPercentUnique__4 +MaximumLifeUnique__14 +]],[[ +Putembo's Valley +Topaz Ring +League: Delve +Source: Drops from unique{Ahuatotli, the Blind} +Requires Level 49 +Implicits: 1 +LightningResistUnique__2 +IntelligenceUniqueGlovesInt2 +IncreasedEnergyShieldPercentUnique__4 +MaximumLifeUnique__14 +]],[[ +Pyre +Sapphire Ring +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 11 +Implicits: 1 +ColdResistUnique__3 +FireResistUniqueRing15 +{variant:1,2}{tags:jewellery_elemental}(25-35)% increased Burning Damage +{variant:3}BurnDamageUniqueRing15 +{variant:1}{tags:jewellery_elemental}100% of Cold Damage Converted to Fire Damage +{variant:2,3}ConvertColdToFireUniqueRing15 +LightRadiusUniqueRing15 +Ignited Enemies you hit are destroyed on Kill +]],[[ +Redblade Band +Unset Ring +League: Warbands +Variant: Pre 2.6.0 +Variant: Current +Requires Level 45 +Implicits: 1 +RingHasOneSocket +{variant:1}+2 to Level of Socketed Golem Gems +{variant:2}LocalIncreaseSocketedGolemLevelUniqueRing37 +StrengthUniqueBodyStrInt3 +{variant:2}IncreasedLifeUnique__19 +{variant:1}AddedFireDamageUniqueRing36 +FireDamagePercentUniqueRing36 +{variant:1}DisplaySocketedGemsSupportedByLesserMultipleProjectilesUniqueRing36 +{variant:2}LocalGolemTauntOnHitUnique__1_ +{variant:1}Socketed Gems are Supported by Level 17 Increased Minion Damage +{variant:2}{tags:life}Socketed Golem Skills have Minions Regenerate 5% Life per second +]],[[ +Rigwald's Crest +Two-Stone Ring +League: Talisman +Source: Drops from unique{Rigwald, the Wolven King} (Level 60+) +Requires Level 49 +Implicits: 1 +FireAndColdResistImplicitRing1 +FireDamagePercentUniqueRing36 +ColdDamagePercentUniqueBelt9b +ManaRegenerationImplicitAmulet1 +SummonWolfOnKillUnique__1New +]],[[ +Romira's Banquet +Diamond Ring +Variant: Pre 1.1.0 +Variant: Pre 2.2.0 +Variant: Current +Requires Level 60 +Implicits: 1 +CriticalStrikeChanceImplicitRing1 +IncreasedAccuracyUniqueRing17 +{tags:critical}{variant:1}+(10-20)% to Global Critical Strike Multiplier +{tags:critical}{variant:2}+(10-15)% to Global Critical Strike Multiplier +{variant:3}CriticalMultiplierUniqueDagger8 +IncreasedManaUniqueRing17 +ManaLeechPermyriadUniqueRing17 +PowerChargeOnNonCritUniqueRing17 +ConsumeAllPowerChargesOnCritUniqueRing17 +]],[[ +Rotblood Promise +Unset Ring +League: Ritual +Requires Level 56 +Implicits: 1 +RingHasOneSocket +SupportedByBlasphemyUnique +CurseAurasAffectYouUnique__1 +{tags:mana}Socketed Curse Gems have 50% reduced Mana Reservation +IntelligenceUnique__7 +ReducedCurseEffectUnique__1 +HitAndAilmentDamageCursedEnemiesUnique__1 +]],[[ +Shavronne's Revelation +Moonstone Ring +League: Anarchy, Onslaught +Variant: Pre 1.2.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 30 +Implicits: 1 +IncreasedEnergyShieldUniqueRing27 +IntelligenceUniqueRing13 +Right ring slot: You cannot Regenerate Mana +{variant:1}{tags:jewellery_defense}Right ring slot: 4% of Energy Shield Regenerated per second +{variant:2,3}{tags:jewellery_defense}Right ring slot: 3% of Energy Shield Regenerated per second +{variant:3}RightRingSlotMaximumManaUnique__1 +{variant:3}LeftRingSlotMaximumEnergyShieldUnique__1 +{variant:1,2}LeftRingSlotManaRegenUniqueRing13 +{variant:3}{tags:mana}Left ring slot: 40 Mana Regenerated per second +Left ring slot: You cannot Recharge or Regenerate Energy Shield +]],[[ +Sibyl's Lament +Coral Ring +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.9.0 +Variant: Current +Requires Level 45 +Implicits: 1 +IncreasedLifeImplicitGlovesDemigods1 +WeaponElementalDamageUniqueRing10 +AddedFireDamageUniqueRing10 +{variant:1}(20-40)% reduced Rarity of Items found +{variant:2,3,4}ItemFoundRarityDecreaseUniqueRing10 +{variant:1,2}Left ring slot: 30% reduced Reflected Elemental Damage taken +{variant:3}Left ring slot: 40% reduced Reflected Elemental Damage taken +{variant:4}Left ring slot: 80% reduced Reflected Elemental Damage taken +{variant:1,2}{tags:physical}Right ring slot: 30% reduced Reflected Physical Damage taken +{variant:3}{tags:physical}Right ring slot: 40% reduced Reflected Physical Damage taken +{variant:4}{tags:physical}Right ring slot: 80% reduced Reflected Physical Damage taken +]],[[ +Snakepit +Sapphire Ring +Variant: Pre 3.5.0 +Variant: Current +Source: Drops from unique{Guardian of the Hydra} +Requires Level 68 +Implicits: 1 +ColdResistUnique__3 +{variant:1}ColdDamagePercentUnique__9 +{variant:2}SpellDamageUnique__11 +IncreasedCastSpeedUnique__15_ +{variant:1}Spells have an additional Projectile +{variant:2}LeftRingSpellProjectilesCannotChainUnique__1 +{variant:2}LeftRingSpellProjectilesForkUnique__1_ +{variant:2}RightRingSpellProjectilesChainUnique__1 +{variant:2}RightRingSpellProjectilesCannotForkUnique__1 +{variant:2}SpellsCannotPierceUnique__1__ +]],[[ +Stormfire +Opal Ring +Requires Level 80 +Implicits: 1 +ElementalDamagePercentImplicitAtlasRing_ +ManaRegenerationUnique__8 +FireAndLightningResistUnique__1 +{tags:jewellery_elemental}(4-6)% increased Burning Damage for each Enemy you have Shocked Recently +AddedLightningDamageAgainstIgnitedEnemiesUnique__1 +LightningDamageCanIgniteUnique__1 +]],[[ +Storm Secret +Topaz Ring +League: Harvest +Requires Level 56 +Implicits: 1 +LightningResistUnique__2 +IntelligenceUnique__7 +TalismanIncreasedLightningDamage +ChanceToShockUnique__4_ +ActivateHeraldOfThunderOnShockUnique__1 +HeraldOfThunderBoltFrequencyUnique__1 +TakeDamageWhenHeraldOfThunderHitsUnique__1__ +]],[[ +The Taming +Prismatic Ring +League: Domination, Nemesis +Source: Vendor recipe +Variant: Pre 3.0.0 +Variant: Current +Requires Level 30 +Implicits: 1 +AllResistancesImplicitRing1 +{variant:1}{tags:jewellery_elemental,attack}15% increased Elemental Damage with Attack Skills +{variant:2}WeaponElementalDamageUniqueRing21 +{variant:1}AllResistancesUniqueBootsStr1 +{variant:2}AllResistancesUniqueRing21 +{variant:1}{tags:jewellery_elemental}15% increased Elemental Damage +{variant:2}ElementalDamageUnique__1 +{variant:1}ChanceToFreezeShockIgniteUniqueAmulet19 +{variant:2}ChanceToFreezeShockIgniteUniqueRing21 +{variant:1}{tags:jewellery_elemental}10% increased Damage per Freeze, Shock and Ignite on Enemy +{variant:2}{tags:jewellery_elemental}20% increased Damage with Hits and Ailments per Freeze, Shock and Ignite on Enemy +]],[[ +Tasalio's Sign +Sapphire Ring +League: Bloodlines +Variant: Pre 2.6.0 +Variant: Current +Requires Level 20 +Implicits: 1 +ColdResistUnique__3 +{variant:1}AddedPhysicalDamageVsFrozenEnemiesUniqueRing30 +{variant:2}AddedColdDamageAgainstFrozenEnemiesUnique__1 +{variant:1}{tags:jewellery_elemental,attack}Adds (5-6) to (7-9) Cold Damage to Attacks +{variant:2}AddedColdDamageUniqueRing30 +IncreasedEvasionRatingUniqueRing30 +{variant:1}ReducedChillDurationOnSelfUniqueRing30 +{variant:2}ChanceToAvoidChilledUnique__1 +{variant:1}ChanceToFreezeUnique__1 +{variant:2}ChanceToFreezeUnique__4 +]],[[ +Replica Tasalio's Sign +Sapphire Ring +League: Heist +Requires Level 20 +Implicits: 1 +ColdResistUnique__3 +AddedColdDamageUnique__10 +IncreasedEvasionRatingUniqueRing30 +ColdDamageCannotFreeze +ImmuneToChillUnique__1 +AddedColdDamageAgainstFrozenEnemiesUnique__2 +]],[[ +Thief's Torment +Prismatic Ring +Variant: Pre 1.0.0 +Variant: Pre 1.1.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 30 +Implicits: 2 +{variant:1}{tags:jewellery_resistance}+(8-12) to all Elemental Resistances +{variant:2,3,4}AllResistancesImplicitRing1 +{variant:1,2}(15-25)% increased Quantity of Items found +{variant:3,4}ItemFoundQuantityIncreaseUniqueRing7 +DisablesOtherRingSlot +{variant:1,2,3}AllResistancesImplicitArmour1 +{variant:4}AllResistancesUniqueBeltDemigods1 +ReducedCurseEffectUniqueRing7 +{variant:1,2,3}{tags:attack,life}+(20-30) Life gained for each Enemy hit by your Attacks +{variant:4}LifeGainPerTargetUniqueRing7 +{variant:1,2,3}{tags:attack,mana}+15 Mana gained for each Enemy hit by your Attacks +{variant:4}ManaGainPerTargetUniqueRing7 +]],[[ +Timeclasp +Moonstone Ring +Upgrade: Upgrades to unique{Timetwist} via prophecy{A Rift in Time} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 22 +Implicits: 1 +IncreasedEnergyShieldUniqueRing27 +LocalIncreasedAttackSpeedUniqueBow10 +{variant:1}IncreasedCastSpeedUniqueWand4 +{variant:2}IncreasedCastSpeedUnique__15_ +{variant:1}{tags:mana}15% reduced Mana Regeneration Rate +{variant:2}ReducedManaRegenerationUniqueRing27 +{variant:1}{tags:jewellery_defense}+(10-25) to maximum Energy Shield +{variant:2}IncreasedEnergyShieldUniqueRing27 +{variant:1}{tags:caster}Temporal Chains has 30% reduced Effect on You +{variant:2}TemporalChainsEffectivenessOnSelfUniqueRing27 +]],[[ +Timetwist +Moonstone Ring +Source: Upgraded from unique{Timeclasp} via prophecy{A Rift in Time} +Requires Level 64 +Implicits: 1 +IncreasedEnergyShieldUniqueRing27 +LocalIncreasedAttackSpeedUniqueBow10 +IncreasedCastSpeedUnique__15_ +LocalIncreasedEnergyShieldUnique__17__ +ReducedManaRegenerationUniqueRing27 +(-10-10)% increased Skill Effect Duration +TemporalChainsEffectivenessOnSelfUnique__1 +]],[[ +Uzaza's Meadow +Sapphire Ring +League: Delve +Source: Drops from unique{Ahuatotli, the Blind} +Requires Level 49 +Implicits: 1 +ColdResistUnique__3 +DexterityUniqueJewel8 +IncreasedEnergyShieldPercentUnique__4 +MaximumLifeUnique__14 +]],[[ +Uzaza's Mountain +Sapphire Ring +League: Delve +Source: Drops from unique{Kurgal, the Blackblooded} +Requires Level 49 +Implicits: 1 +ColdResistUnique__3 +DexterityUniqueJewel8 +IncreasedEnergyShieldPercentUnique__4 +MaximumLifeUnique__14 +]],[[ +Uzaza's Valley +Sapphire Ring +League: Delve +Source: Drops from unique{Aul, the Crystal King} +Requires Level 49 +Implicits: 1 +ColdResistUnique__3 +DexterityUniqueJewel8 +IncreasedEnergyShieldPercentUnique__4 +MaximumLifeUnique__14 +]],[[ +Valako's Sign +Topaz Ring +League: Bloodlines +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 38 +Implicits: 1 +LightningResistUnique__2 +{variant:1}15% increased Damage with Hits against Shocked Enemies +{variant:2,3}IncreasedDamageToShockedTargetsUniqueRing29 +LightningDamagePercentUniqueRing29 +IncreasedManaUniqueAmulet19 +{variant:1,2}{tags:life}0.2% of Damage Leeched as Life against Shocked Enemies +{variant:3}LifeLeechPermyriadVsShockedEnemiesUniqueRing29 +{variant:1}{tags:jewellery_elemental}5% chance to Shock +{variant:2}ChanceToShockUnique__1 +{variant:3}ChanceToShockUniqueRing29 +]],[[ +Valyrium +Moonstone Ring +Variant: Pre 3.11.0 +Variant: Current +Requires Level 38 +Implicits: 1 +IncreasedEnergyShieldUniqueRing27 +{variant:1}LocalIncreasedEnergyShieldUniqueBodyInt5 +{variant:2}IncreasedEnergyShieldUnique__5 +{variant:1}FireResistUniqueAmulet4 +{variant:2}FireResistUniqueAmulet13 +ColdResistUnique__9 +StunDurationBasedOnEnergyShieldUnique__1 +]],[[ +Venopuncture +Iron Ring +Requires Level: 49 +Implicits: 1 +League: Blight +AddedPhysicalDamageImplicitRing1 +StrengthUniqueClaw5_ +CausesBleedingUnique__1 +BleedDamageUnique__1_ +ChilledWhileBleedingUnique__1_ +NonChilledEnemiesBleedAndChillUnique__1_ +BleedingEnemiesShatterOnKillUnique__1 +]],[[ +Ventor's Gamble +Gold Ring +Requires Level 65 +Implicits: 1 +ItemFoundRarityIncreaseImplicitRing1 +IncreasedLifeUniqueRing32 +(−10 to 10)% increased Quantity of Items found +(−40 to 40)% increased Rarity of Items found +{tags:jewellery_resistance}+(−25 to 50)% to Fire Resistance +{tags:jewellery_resistance}+(−25 to 50)% to Cold Resistance +{tags:jewellery_resistance}+(−25 to 50)% to Lightning Resistance +]],[[ +Vivinsect +Unset Ring +League: Betrayal +Variant: Fire and Chaos Resistances +Variant: Cold and Chaos Resistances +Variant: Lightning and Chaos Resistances +Variant: Strength and Dexterity +Variant: Dexterity and Intelligence +Variant: Strength and Intelligence +Variant: Effect of non-Damaging Ailments +Variant: Focus Shock Nearby Enemies +Variant: Minimum Frenzy Charges +Variant: Minimum Power Charges +Variant: Minimum Endurance Charges +Requires Level 45 +Implicits: 1 +RingHasOneSocket +LocalIncreaseSocketedAuraGemLevelUnique___2___ +{tags:mana}Socketed Gems have 10% increased Mana Reservation +AllAttributesUnique__14 +{tags:life}15 Life Regenerated per second for each Uncorrupted Item Equipped +TotalManaCostPerCorruptedItemUnique__1 +{variant:1}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Fire and Chaos Resistances +{variant:2}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Cold and Chaos Resistances +{variant:3}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Lightning and Chaos Resistances +{variant:4}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Dexterity +{variant:5}{crafted}{tags:jewellery_attribute}+(6-17) to Dexterity and Intelligence +{variant:6}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Intelligence +{variant:7}{crafted}(11-30)% increased Effect of non-Damaging Ailments on Enemies +{variant:8}{crafted}Shock nearby Enemies for (2-4) Seconds when you Focus +{variant:9}{crafted}+1 to Minimum Frenzy Charges +{variant:10}{crafted}+1 to Minimum Power Charges +{variant:11}{crafted}+1 to Minimum Endurance Charges +]],[[ +Voideye +Unset Ring +League: Ambush, Invasion +Requires Level 45 +Implicits: 1 +RingHasOneSocket +LocalIncreaseSocketedGemLevelUniqueRing23 +]],[[ +Replica Voideye +Unset Ring +League: Heist +Requires Level 45 +Implicits: 1 +RingHasOneSocket +SocketedGemQualityUnique__2_ +]],[[ +The Warden's Brand +Iron Ring +Requires Level 30 +Implicits: 1 +AddedPhysicalDamageImplicitRing1 +AddedPhysicalDamageUnique__2 +ReducedAttackSpeedUnique__1 +ChanceToGainFrenzyChargeOnStunUnique__1 +]],[[ +Warrior's Legacy +Ruby Ring +League: Metamorph +Requires Level 16 +Implicits: 1 +FireResistUniqueAmulet4 +StrengthUnique___2 +MeleeDamageUnique__1 +AvoidStunUnique__1 +RingAttackSpeedUnique__1 +StrikeSkillMemoryUseUnique__1_______ +]], +} diff --git a/src/Data/Uniques/Special/shield.lua b/src/Data/Uniques/Special/shield.lua new file mode 100644 index 0000000000..e502951f86 --- /dev/null +++ b/src/Data/Uniques/Special/shield.lua @@ -0,0 +1,1082 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Shield: Armour +[[ +Ahn's Heritage +Colossal Tower Shield +Variant: Pre 3.0.0 +Variant: Pre 3.10.0 +Variant: Current +Requires Level 67, 159 Str +Implicits: 1 +{variant:2,3}IncreasedLifeUniqueHelmetDex5 +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__8 +IncreasedLifeUniqueGlovesInt3 +ReducedMaximumEnduranceChargeUniqueCorruptedJewel17 +-10% to maximum Block Chance +AdditionalBlockChanceUniqueShieldStrInt4 +{variant:1,2}+3% to all maximum Resistances while you have no Endurance Charges +{variant:3}MaximumResistanceWithNoEnduranceChargesUnique__1__ +OnslaughtWithMaxEnduranceChargesUnique__1 +]],[[ +The Anticipation +Ezomyte Tower Shield +League: Breach +Source: Drops in Uul-Netol Breach or from unique{Uul-Netol, Unburdened Flesh} +Upgrade: Upgrades to unique{The Surrender} using currency{Blessing of Uul-Netol} +Variant: Pre 3.0.0 +Variant: Current +Requires Level 64, 159 Str +Implicits: 1 +{variant:2}IncreasedLifeUnique__19 +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__4 +IncreasedLifeUnique__2 +AdditionalBlockChanceUniqueShieldStrInt4 +GainArmourIfBlockedRecentlyUnique__1 +EnemiesBlockedAreIntimidatedUnique__1 +]],[[ +The Surrender +Ezomyte Tower Shield +League: Breach +Source: Upgraded from unique{The Anticipation} using currency{Blessing of Uul-Netol} +Variant: Pre 3.0.0 +Variant: Current +Requires Level 64, 159 Str +Implicits: 1 +{variant:2}IncreasedLifeUnique__19 +GrantsLevel30ReckoningUnique__1 +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__5 +IncreasedLifeUnique__31 +GainLifeOnBlockUnique__1 +AdditionalBlockChanceUniqueShieldStrInt4 +GainArmourIfBlockedRecentlyUnique__2 +]],[[ +Chernobog's Pillar +Ebony Tower Shield +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 61, 159 Str +Implicits: 1 +{variant:4}IncreasedLifeImplicitGlovesDemigods1 +{variant:1}Adds 10 to 25 Fire Damage to Spells and Attacks +{variant:2}Adds (7-10) to (15-25) Fire Damage to Spells and Attacks +{variant:3,4}AddedFireDamageUniqueShieldStr3 +LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr3 +{variant:3,4}IncreasedLifeUniqueGlovesInt3 +FireResistUniqueShieldStr3 +ConvertPhysicalToFireUniqueShieldStr3 +{variant:1,2}10% chance to Curse Non-Cursed Enemies with Enfeeble on Hit, with 80% increased Effect +{variant:3,4}EnfeebleOnHitUniqueShieldStr3 +]],[[ +Lioneye's Remorse +Pinnacle Tower Shield +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 70, 159 Str +Implicits: 1 +{variant:3}IncreasedLifeImplicitGlovesDemigods1 +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_ +{variant:1}IncreasedLifeUniqueHelmetDex4 +{variant:2,3}IncreasedLifeUniqueShieldStr1 +MovementVelocityUniqueShieldStr1 +20% increased Stun Recovery +RangedAttackDamageReducedUniqueShieldStr1 +AdditionalBlockChanceUniqueShieldStrInt6 +]],[[ +Lycosidae +Rawhide Tower Shield +Variant: Pre 3.0.0 +Variant: Current +Requires Level 11, 33 Str +Implicits: 1 +{variant:2}IncreasedLifeUniqueHelmetDex5 +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__2 +IncreasedLifeUnique__19 +AlwaysHitsUniqueGlovesDexInt4 +AdditionalBlockChanceUnique__1 +CounterAttacksAddedColdDamageUnique__1 +]],[[ +Magna Eclipsis +Pinnacle Tower Shield +Source: Vendor recipe +Requires Level 70, 159 Str +Implicits: 1 +IncreasedLifeImplicitGlovesDemigods1 +LocalIncreaseSocketedGemLevelUniqueWand8 +TriggeredElementalAegisSkillUnique__1_ +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_ +IncreasedLifeUniqueGlovesInt3 +LocalFlatIncreasedEvasionAndEnergyShieldUnique__1 +]],[[ +Redblade Banner +Painted Tower Shield +League: Warbands +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 35, 87 Str +Implicits: 1 +{variant:3,4}IncreasedLifeImplicitGlovesDemigods1 +{variant:2,3,4}LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9 +{variant:1}IncreasedLifeUnique__80_ +{variant:2,3,4}IncreasedLifeUnique__67_ +IncreasedTauntDurationUniqueShieldStr4 +{variant:1}LocalIncreaseSocketedWarcryGemLevelUniqueShieldDex7 +AdditionalBlockChanceUniqueShieldStrInt6 +{variant:1}20% increased Endurance Charge Duration +{variant:1}LifeGainedOnTauntingEnemyUniqueShieldStr4 +{variant:2,3,4}50% increased Warcry Cooldown Recovery Speed +{variant:2,3}AttackLeechAgainstTauntedEnemyUnique__1 +{variant:4}WarcryInfiniteEnemyPowerUnique__1__ +]],[[ +Titucius' Span +Reinforced Tower Shield +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 30, 76 Str +Implicits: 1 +{variant:3}IncreasedLifeUniqueHelmetDex5 +LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 +IncreasedLifeUniqueAmulet4 +{variant:1}−10 Physical Damage taken from Projectile Attacks +{variant:2,3}−(50-80) Physical Damage taken from Projectile Attacks +ArmourPercent VsProjectilesUniqueShieldStr2 ++25% additional Block Chance against Projectiles +]],[[ +Trolltimber Spire +Cedar Tower Shield +League: Tempest +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 17, 46 Str +Implicits: 1 +{variant:3}IncreasedLifeImplicitGlovesDemigods1 +{variant:2,3}LocalIncreasedPhysicalDamageReductionRatingPercentUnique__11 +IncreasedLifeUniqueShieldStr5 +TotemAreaOfEffectUniqueShieldStr5 +{variant:1}LifeLeechFromTotemSkillsUniqueShieldStr5 +{variant:2,3}TotemLeechLifeToYouUnique__1 +LifeRegenerationRatePercentUniqueShieldStr5 +]],[[ +Tukohama's Fortress +Ebony Tower Shield +Variant: Pre 3.0.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 61, 159 Str +Implicits: 1 +{variant:2,3}IncreasedLifeImplicitGlovesDemigods1 +TotemDamageUnique__1_ +IncreasedLifeUniqueHelmetDex4 +Can have up to 1 additional Totem summoned at a time +ArmourPerTotemUnique__1 +BloodMagic +{variant:3}KeystoneMortalConvictionUnique__1 +]],[[ +Replica Tukohama's Fortress +Ebony Tower Shield +League: Heist +Requires Level 61, 159 Str +Implicits: 1 +IncreasedLifeImplicitGlovesDemigods1 +IncreasedLifeUniqueHelmetDex4 +AdditionalBrandUnique__1 +CriticalStrikeChancePerBrandUnique__1___ +BrandDamageUnique__1 +BloodMagic +KeystoneMortalConvictionUnique__1 +]], +-- Shield: Evasion +[[ +Atziri's Mirror +Golden Buckler +Upgrade: Upgrades to unique{Atziri's Reflection} via prophecy{The Queen's Sacrifice} +Variant: Pre 2.0.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 54, 130 Dex +Implicits: 1 +{variant:3}MovementVelocityMarakethBowImplicit1 +IntelligenceUniqueShieldDex3 +{variant:1,2}LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 +{variant:3}LocalIncreasedEvasionRatingPercentUniqueShieldDex3 ++(20-30) to all Elemental Resistances +{variant:2,3}ReducedSelfCurseDurationUniqueShieldDex3 +{variant:3}10% additional Block chance while not Cursed +{variant:3}20% additional Spell Block chance while Cursed +ReflectCurses +]],[[ +Atziri's Reflection +Golden Buckler +Source: Upgraded from unique{Atziri's Mirror} via prophecy{The Queen's Sacrifice} +Requires Level 68, 130 Dex +Implicits: 1 +MovementVelocityMarakethBowImplicit1 +IntelligenceUniqueShieldDex3 +LocalIncreasedEvasionRatingPercentUniqueShieldDex3 +LocalIncreasedEnergyShieldUnique__19 +AllResistancesUniqueRing21 +ReflectCurses +UnaffectedByCursesUnique__1 +CurseEffectivenessUnique__2_ +]],[[ +Chalice of Horrors +War Buckler +Upgrade: Upgrades to unique{Thirst for Horrors} via prophecy{Mouth of Horrors} +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 29, 74 Dex +Implicits: 1 +{variant:3}MovementVelocityImplicitShield3 +IncreaseSocketedCurseGemLevelUnique__1 +LocalIncreasedEvasionRatingPercentUnique__5 +{variant:2,3}IncreasedLifeUnique__47 +{variant:2,3}IncreasedEnergyShieldUnique__9 +100% increased Curse Duration +AdditionalBlockChanceUniqueShieldStrInt6 +ChanceForEnemyToFleeOnBlockUniqueShieldDex4 +]],[[ +Thirst for Horrors +War Buckler +Source: Upgraded from unique{Chalice of Horrors} using prophecy{Mouth of Horrors} +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 32, 74 Dex +Implicits: 1 +{variant:3}MovementVelocityImplicitShield3 +IncreaseSocketedCurseGemLevelUnique__1 +LocalIncreasedEvasionRatingPercentUnique__5 +{variant:2,3}IncreasedLifeUnique__47 +{variant:2,3}IncreasedEnergyShieldUnique__9 +100% increased Curse Duration +AdditionalBlockChanceUniqueShieldStrInt6 +ChanceForEnemyToFleeOnBlockUniqueShieldDex4 +LifeLeechVsCursedEnemiesUnique__1 +]],[[ +Crest of Perandus +Pine Buckler +Variant: Pre 1.3.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 8, 26 Dex +Implicits: 1 +{variant:3}MovementVelocityUniqueOneHandSword9 +IncreasedLifeUniqueGlovesInt3 +LifeRegenerationUniqueShieldDex2 +LightningResistUniqueStrDexHelmet1 +LifeLeechPermyriadUniqueShieldDex2 +{variant:1}+10% Chance to Block +{variant:2,3}AdditionalBlockChanceUniqueShieldStrInt6 +]],[[ +Great Old One's Ward +Corrugated Buckler +Variant: Pre 3.0.0 +Variant: Current +Requires Level 46, 112 Dex +Implicits: 1 +{variant:2}MovementVelocityUniqueOneHandSword9 +AddedPhysicalDamageUniqueShieldDex6 +IncreasedAttackSpeedUniqueShieldDex6 +IncreasedLifeUnique__2 +(8-12)% Chance to Block Spells +]],[[ +Kaltenhalt +Painted Buckler +Upgrade: Upgrades to unique{Kaltensoul} via prophecy{The Snuffed Flame} +Variant: Pre 1.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 16, 44 Dex +Implicits: 1 +{variant:4}MovementVelocityMarakethBowImplicit1 +LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1 +MaximumColdResistUniqueShieldDex1 +ColdResistUniqueShieldDex1 +{variant:3,4}PhysicalAddedAsColdUnique__2 +{variant:1}Reflects (5-10) Cold Damage to Melee Attackers +{variant:2,3,4}MeleeAttackerTakesColdDamageUniqueShieldDex1 +AdditionalBlockChanceUniqueShieldStrInt6 +]],[[ +Kaltensoul +Painted Buckler +Source: Upgraded from unique{Kaltenhalt} using prophecy{The Snuffed Flame} +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 16, 44 Dex +Implicits: 1 +{variant:3}MovementVelocityMarakethBowImplicit1 +LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1 +MaximumColdResistUniqueShieldDex1 +ColdResistUniqueShieldDex1 +{variant:2,3}PhysicalAddedAsColdUnique__2 +MeleeAttackerTakesColdDamageUniqueShieldDex1 +AdditionalBlockChanceUniqueShieldStrInt6 +FireDamageTakenAsColdUnique___1 +]],[[ +Mistwall +Lacquered Buckler +Requires Level 60, 159 Dex +Implicits: 1 +MovementVelocityMarakethBowImplicit1 +LocalIncreasedEvasionRatingPercentUnique__17 +MovementVelocityUniqueAmulet5 +FireAndColdResistUnique__4_ +AvoidElementalDamagePhasingUnique__1 +MaximumBlockChanceIfNotBlockedRecentlyUnique__1 +PhasingIfBlockedRecentlyUnique__1 +]],[[ +Replica Mistwall +Lacquered Buckler +League: Heist +Requires Level 60, 159 Dex +Implicits: 1 +MovementVelocityMarakethBowImplicit1 +LocalIncreasedEvasionRatingPercentUnique__17 +MovementVelocityUniqueAmulet5 +FireAndColdResistUnique__4_ +SpellBlockIfNotBlockedRecentlyUnique__1 +AvoidPhysicalDamageWhilePhasingUnique__1 +PhasingIfBlockedRecentlyUnique__1 +]],[[ +Mutewind Pennant +Enameled Buckler +League: Warbands +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 42, 103 Dex +Implicits: 1 +{variant:3,4}MovementVelocityMarakethBowImplicit1 +{variant:1}LocalIncreaseSocketedWarcryGemLevelUniqueShieldDex7 +{variant:1}IncreasedChaosDamageUnique__4_2 +{variant:2,3,4}LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 +ColdResistUniqueShieldDex7 +10% increased Area of Effect of Area Skills +{variant:1}OnslaughtOnKillingTauntedEnemyUniqueShieldDex7 +{variant:2,3,4}OnslaughtOnUsingWarcryUnique__1 +{variant:2,3,4}WarcryEffectUnique__2 +{variant:4}KeystoneCallToArmsUnique__1 +]],[[ +Thousand Teeth Temu +Vaal Buckler +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 63, 159 Dex +Implicits: 1 +{variant:3}MovementVelocityUniqueOneHandSword9 +LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 +IncreasedLifeUniqueShieldDex5 +LifeLeechPermyriadUniqueRing2 +AdditionalBlockChanceUniqueShieldStrInt6 +ReflectDamageToAttackersOnBlockUniqueShieldDex5 +{variant:2,3}10% of Damage Reflected Gained as Life +]], +-- Shield: Energy Shield +[[ +Apep's Slumber +Variant: Pre 3.14.0 +Variant: Current +{variant:2}Vaal Spirit Shield +{variant:1}Ancient Spirit Shield +League: Incursion +Upgrade: Upgrades to unique{Apep's Supremacy} via currency{Vial of Awakening} +{variant:1}Requires Level 45, 110 Int +{variant:2}Requires Level 62, 159 Int +Implicits: 1 +SpellDamageImplicitShield1 +{variant:1}Adds (20-22) to (30-37) Chaos Damage +{variant:2}GlobalAddedChaosDamageUnique__3 +LocalIncreasedEnergyShieldUniqueGlovesStr4 +ChanceToBePoisonedUnique__1 +MaximumResistancesWhilePoisonedUnique__1 +{variant:1}50 Energy Shield Regenerated per Second per Poison on you, up to 250 per second +{variant:2}80 Energy Shield Regenerated per Second per Poison on you, up to 400 per second +PoisonExpiresSlowerUnique__1 +]],[[ +Apep's Supremacy +Vaal Spirit Shield +League: Incursion +Source: Upgraded from unique{Apep's Slumber} via currency{Vial of Awakening} +Requires Level 62, 159 Int +Implicits: 1 +SpellDamageImplicitShield1 +GlobalAddedChaosDamageUnique__3 +LocalIncreasedEnergyShieldUnique__22 +ReducedEnergyShieldDelayUnique__1 +BleedOnSelfDealChaosDamageUnique__1 +ChanceToBePoisonedUnique__1 +MaximumResistancesWhilePoisonedUnique__1 +PoisonExpiresSlowerUnique__1 +]],[[ +Bitterbind Point +Titanium Spirit Shield +League: Betrayal +Source: Drops from unique{Catarina, Master of Undeath} +Variant: Fire and Cold Damage +Variant: Cold and Lightning Damage +Variant: Fire and Lightning Damage +Variant: Energy Shield and Life +Variant: Armour during Soul Gain Prevention +Variant: Level of Socketed Support Gems +Requires Level 68, 159 Int +SpellDamageUnique__10 +LocalIncreasedEnergyShieldPercentUnique__19 +SpectreIncreasedLifeUnique__1 +GainArcaneSurgeOnCritUnique__1 +SpectresGainArcaneSurgeWhenYouDoUnique__1_ +SpellCriticalStrikeChancePerSpectreUnique__1_ +{variant:1}{crafted}Adds (3-12) to (5-16) Fire Damage +{variant:1}{crafted}Adds (3-12) to (5-16) Cold Damage +{variant:2}{crafted}Adds (3-12) to (5-16) Cold Damage +{variant:2}{crafted}Adds 1 to (7-24) Lightning Damage +{variant:3}{crafted}Adds (3-12) to (5-16) Fire Damage +{variant:3}{crafted}Adds 1 to (7-24) Lightning Damage +{variant:4}{crafted}(20-40)% increased Energy Shield +{variant:4}{crafted}+(10-28) to maximum Life +{variant:5}{crafted}+(500-3000) to Armour during Soul Gain Prevention +{variant:6}{crafted}+(1-2) to Level of Socketed Support Gems +]],[[ +Brinerot Flag +Tarnished Spirit Shield +League: Warbands +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 23, 60 Int +Implicits: 2 +{variant:1,2}5% increased Spell Damage +{variant:3,4}SpellDamageImplicitShield1 +{variant:1}LocalIncreaseSocketedWarcryGemLevelUniqueShieldDex7 +{variant:2,3,4}LocalIncreaseSocketedWarcryGemLevelUniqueShieldInt5 +{variant:1}LocalIncreasedAttackSpeedUnique__24 +{variant:2,3,4}IncreasedCastSpeedUniqueClaw7 +LocalIncreasedEnergyShieldUniqueShieldInt5 +ManaRegenerationUniqueShieldInt5 +{variant:1}ManaGainedOnHitAgainstTauntedEnemyUniqueShieldInt5 +{variant:2,3}Gain 2 Power Charges on Using a Warcry +{variant:4}WarcryGrantsArcaneSurgeUnique__1 +]],[[ +Esh's Mirror +Thorium Spirit Shield +League: Breach +Source: Drops in Esh Breach or from unique{Esh, Forked Thought} +Upgrade: Upgrades to unique{Esh's Visage} using currency{Blessing of Esh} +Requires Level 53, 128 Int +IntelligenceUnique__7 +IncreasedLifeUnique__36_ +LocalIncreasedEnergyShieldPercentUnique__6 +LightningResistUnique__7 +AddedLightningDamagePerShockedEnemyKilledUnique__1 +ReflectsShocksUnique__1 +]],[[ +Esh's Visage +Vaal Spirit Shield +League: Breach +Source: Upgraded from unique{Esh's Mirror} using currency{Blessing of Esh} +Variant: Pre 3.0.0 +Variant: Current +Requires Level 62, 159 Int +Implicits: 2 +{variant:1}5% increased Spell Damage +{variant:2}SpellDamageImplicitShield1 +IncreasedLifeUnique__36_ +LocalIncreasedEnergyShieldPercentUnique__9 +LightningResistUnique__8 +ChaosResistUnique__4 +ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1 +ReflectsShockToEnemiesInRadiusUnique__1 +]],[[ +The Eternal Apple +Chiming Spirit Shield +Requires Level 49, 118 Int +Implicits: 1 +SpellDamageImplicitShield2 +Trigger a Socketed Warcry Skill when you lose Endurance Charges +IncreasedLifeUniqueGlovesInt3 +ChaosResistUnique__17 +You lose all Endurance Charges at maximum Endurance Charges +NeverBlockUnique__1 +50% increased Warcry Cooldown Recovery Speed +]],[[ +Kongming's Stratagem +Ivory Spirit Shield +Variant: Pre 3.0.0 +Variant: Pre 3.1.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 41, 100 Int +Implicits: 2 +{variant:1}15% increased Spell Damage +{variant:2,3,4}SpellDamageImplicitShield3 +{Variant:1,2}Socketed Trap Skills create a Smoke Cloud when triggered +{variant:3,4}CreateSmokeCloudWhenTrapTriggeredUnique__1 +IntelligenceUnique__7 +{variant:1,2}LocalIncreasedEnergyShieldPercentUnique__27 +{variant:3,4}LocalIncreasedEnergyShieldPercent__1 +{variant:1,2,3}30% increased Fire Damage with Hits and Ailments against Blinded Enemies +{variant:4}FireDamageToBlindEnemies__1 +SpellDamageTakenFromBlindEnemies__1 +LocalShieldHasNoBlockChanceUnique__1 +]],[[ +Light of Lunaris +Jingling Spirit Shield +Variant: Pre 3.0.0 +Variant: Pre 3.5.0 +Variant: Current +Requires Level 28, 71 Int +Implicits: 2 +{variant:1}10% increased Spell Damage +{variant:2,3}SpellDamageImplicitShield2 +SpellCriticalStrikeChanceUnique__3 +{variant:1,2}LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3 +{variant:3}LocalIncreasedEnergyShieldPercentUnique__8 +{variant:1,2}AdditionalBlockChanceUnique__1 +{variant:3}AdditionalBlockChanceUnique__3 +{variant:3}SpellAddedColdDamageUnique__5 ++1% to Critical Strike Multiplier per 1% Block Chance +CritMultiIfDealtNonCritRecentlyUnique__1 +]],[[ +Malachai's Loop +Harmonic Spirit Shield +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 65, 159 Int +Implicits: 2 +{variant:1,2}10% increased Spell Damage +{variant:3,4}SpellDamageImplicitShield2 +{variant:1}(160-200)% increased Energy Shield +{variant:2,3,4}LocalIncreasedEnergyShieldPercent__2 +IncreasedMaximumPowerChargesUnique__3 +PowerChargeOnHitUnique__1 +{variant:1,2,3}6% increased Spell Damage per Power Charge +{variant:4}IncreasedSpellDamagePerPowerChargeUnique__1 +LosePowerChargesOnMaxPowerChargesUnique__1 +ShockOnMaxPowerChargesUnique__1 +]],[[ +Manastorm +Fossilised Spirit Shield +Requires Level 59, 141 Int +Implicits: 1 +SpellDamageImplicitShield3 +LocalIncreasedEnergyShieldPercentUnique__27 +IncreasedManaUniqueHelmetStrDex5_ +ManaRegenerationUnique__10 +DrainAllManaLightningDamageUnique__1 +equal to 25% of Sacrificed Mana for 4 seconds +]],[[ +Matua Tupuna +Tarnished Spirit Shield +Source: Upgrades to unique{Whakatutuki o Matua} via prophecy{The Mentor} +Variant: Pre 3.0.0 +Variant: Current +Requires Level 23, 60 Int +Implicits: 2 +{variant:1}5% increased Spell Damage +{variant:2}SpellDamageImplicitShield1 +LocalIncreaseSocketedMinionGemLevelUnique__4 +IncreasedManaUniqueShieldInt2 +LocalIncreasedEnergyShieldPercentUniqueShieldInt2 +AuraEffectOnMinionsUniqueShieldInt2 +AuraEffectUnique__2____ +GroundTarOnCritTakenUniqueShieldInt2 +]],[[ +Whakatutuki o Matua +Tarnished Spirit Shield +Source: Upgraded from unique{Matua Tupuna} via prophecy{The Mentor} +Requires Level 63, 60 Int +Implicits: 1 +SpellDamageImplicitShield1 +LocalIncreaseSocketedMinionGemLevelUnique__5____ +LocalIncreasedEnergyShieldUnique__26 +LocalIncreasedEnergyShieldPercentUniqueShieldInt2 +IncreasedManaUniqueShieldInt2 +AuraEffectOnMinionsUnique__1_ +AuraEffectUnique__1 +GroundTarOnBlockUnique__1 +LifeRegenerationIfBlockedRecentlyUnique__1 +]],[[ +Rathpith Globe +Titanium Spirit Shield +League: Legion +Source: Drops from Vaal Legion +Variant: Pre 3.4.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 68, 159 Int +{variant:1}+(12-18)% chance to Block Spell Damage +{variant:2,3}+(10-15)% chance to Block Spell Damage +{variant:1,2}SpellDamageUniqueStaff11_ +LocalIncreasedEnergyShieldPercentUniqueShieldInt1 +MaximumLifeUnique__3 +{variant:1,2}LightningResistUniqueShieldInt1 +{variant:3}SacrificeLifeOnSpellSkillUnique__1 +{variant:3}2% increased Critical Strike Chance for Spells per 100 Maximum Life +{variant:3}2% increased Spell Damage per 100 Maximum Life +]],[[ +The Scales of Justice +Chiming Spirit Shield +Requires Level 49, 118 Int +Implicits: 1 +SpellDamageImplicitShield2 +NoEnergyShieldUnique__1 +IncreasedLifeUnique__36_ +IncreasedManaUnique__21 +AddedFireDamagePer100LowestOfLifeOrManaUnique__1 +ImmuneToElementalAilmentsWhileLifeAndManaCloseUnique__1 +]],[[ +Sentari's Answer +Brass Spirit Shield +Variant: Pre 3.4.0 +Variant: Current +Requires Level 33, 82 Int +{variant:1}+7% chance to Block Spell Damage +{variant:2}+10% chance to Block Spell Damage +IntelligenceUnique__7 +ItemFoundQuantityIncreaseUniqueShieldInt4 +AdditionalBlockChanceUniqueShieldStrInt6 +PunishmentOnMeleeBlockUniqueShieldInt4 +TemporalChainsOnProjectileBlockUniqueShieldInt4 +ElementalWeaknessOnSpellBlockUniqueShieldInt4 +]], +-- Shield: Armour/Evasion +[[ +Daresso's Courage +Baroque Round Shield +Variant: Pre 2.6.0 +Variant: Pre 3.4.0 +Variant: Current +Requires Level 54, 70 Str, 70 Dex +Implicits: 1 +BlockRecoveryImplicitShield2 +LocalIncreasedPhysicalDamageUniqueSceptre9 +LocalIncreasedArmourAndEvasionUniqueShieldStrDex1 +{variant:1}FireResistUniqueBelt13 +{variant:1}ColdResistUniqueBelt13 +{variant:1}LightningResistUniqueShieldStrDex1 +{variant:2,3}AllResistancesUnique__20 +{variant:1,2}+36% chance to Block Spell Damage while on Low Life +{variant:3}SpellBlockPercentageOnLowLifeUniqueShieldStrDex1_ +AdditionalBlockChanceUniqueShieldStrDex1 +{variant:2,3}20% chance to Block Spells if you've Blocked an Attack Recently +{variant:2,3}20% chance to Block Attacks if you've Blocked a Spell Recently +]],[[ +The Deep One's Hide +Studded Round Shield +Variant: Pre 2.6.0 +Variant: Current +Requires Level 20, 28 Str, 28 Dex +Implicits: 1 +BlockRecoveryImplicitShield1 +AddedPhysicalDamageUniqueShieldStrDex3 +{variant:1}Adds 4 to 8 Cold Damage to Attacks +{variant:2}AddedColdDamageUniqueShieldStrDex3 +LocalIncreasedArmourAndEvasionUniqueShieldStrDex3 +FireResistUniqueBodyInt2 +VulnerabilityOnBlockUniqueStaff9 +]],[[ +The Ghastly Theatre +Teak Round Shield +League: Heist +Requires Level 58, 74 Str, 74 Dex +Implicits: 1 +BlockRecoveryImplicitShield3 +LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7 +TriggeredPhysicalAegisSkillUnique__1 +340% increased Armour and Evasion +33% chance to avoid Bleeding +12% increased Attack and Cast Speed while Physical Aegis is depleted +50% increased Critical Strike Chance while Physical Aegis is depleted +NearbyEnemiesAreBlindedPhysicalAegisUnique__1 +]],[[ +Shattershard +Crimson Round Shield +League: Heist +Requires Level 49, 64 Str, 64 Dex +Implicits: 0 +StrUniqueShieldTriggerShieldShatterOnBlock +LocalIncreasedArmourAndEvasionUnique__15_ +IncreasedLifeUniqueHelmetDex4 +AdditionalBlockChanceUnique__7__ +]],[[ +Vix Lunaris +Cardinal Round Shield +Requires Level: 66, 85 Str, 85 Dex +LocalIncreaseSocketedGemLevelUniqueWand8 +TriggeredColdAegisSkillUnique__1 +LocalIncreasedArmourAndEvasionUnique__4 +IncreasedLifeUniqueGlovesInt3 +CannotBeFrozenUnique__1 +]],[[ +Wheel of the Stormsail +Rotted Round Shield +Requires Level 5 +Implicits: 1 +BlockRecoveryImplicitShield1 +LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStrDex2 +ItemFoundRarityIncreaseUniqueShieldStrDex2 +25% increased Curse Duration +IncreasedSelfCurseDurationUniqueShieldStrDex2 +AdditionalBlockChanceUniqueShieldStrInt6 +]], +-- Shield: Armour/Energy Shield +[[ +Aegis Aurora +Champion Kite Shield +Variant: Pre 1.1.0 +Variant: Pre 3.5.0 +Variant: Current +Requires Level 62, 85 Str, 85 Int +WeaponElementalDamageUniqueShieldStrInt4 +{variant:1,2}LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5 +{variant:3}LocalIncreasedArmourAndEnergyShieldUnique__22 +AllResistancesUniqueIntHelmet3 +MaximumColdResistUniqueShieldDex1 +AdditionalBlockChanceUniqueShieldStrInt4 +{variant:1}Replenishes Energy Shield by 4% of Armour when you Block +{variant:2,3}EnergyShieldGainedOnBlockUniqueShieldStrInt4 +]],[[ +Broken Faith +Archon Kite Shield +League: Warbands +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 68, 85 Str, 85 Int +Implicits: 1 +AllResistancesImplicitShield3 +ChaosDamageLifeLeechPermyriadUniqueShieldStrInt8 +{variant:1,2}PhysicalDamageAddedAsChaosUniqueShiledStrInt8 +{variant:1,3}SubtractedBlockChanceUniqueShieldStrInt8 +{variant:2}5% Chance to Block +{variant:1}IncreasedDamageOnZeroEnergyShieldUniqueShieldStrInt8 +{variant:2,3}IncreasedArmourOnZeroEnergyShieldUnique__1 +{variant:1}UnholyMightOnBlockChanceUniqueShieldStrInt8 +{variant:2}UnholyMightOnBlockChanceUnique__1 +{variant:3}UnholyMightOnZeroEnergyShieldUnique__1 +ProfaneGroundInsteadOfConsecratedGround__1_ +]],[[ +Emperor's Vigilance +Steel Kite Shield +League: Harvest +Requires Level 46, 60 Str, 60 Int +SpellBlockPercentageUnique__3_ +LocalIncreasedArmourAndEnergyShieldUnique__22 +MaximumLifeUnique__20___ +CannotBlockWithNoEnergyShieldUnique__1 +DamageBypassEnergyShieldBlockUnique__1 +Damage from Unblocked hits always bypasses Energy Shield +KeystoneGlancingBlowsUnique__1___ +]],[[ +Invictus Solaris +Archon Kite Shield +Requires Level: 68, 85 Str, 85 Int +Implicits: 1 +AllResistancesImplicitShield3 +LocalIncreaseSocketedGemLevelUniqueWand8 +TriggeredFireAegisSkillUnique__1_ +LocalIncreasedArmourAndEnergyShieldUnique__18_ +IncreasedLifeUniqueGlovesInt3 +AvoidIgniteUnique__1 +]],[[ +Prism Guardian +Archon Kite Shield +Variant: Pre 1.1.0 +Variant: Pre 2.0.0 +Variant: Current +Requires Level 68, 85 Str, 85 Int +Implicits: 2 +{variant:1}+24% to all Elemental Resistances +{variant:2,3}AllResistancesImplicitShield3 +{variant:1,2}+1 to Level of Aura Gems in this item +{variant:3}LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2 +SocketedemsHaveBloodMagicUniqueShieldStrInt2 +SocketedItemsHaveReducedReservationUniqueShieldStrInt2 +DexterityUniqueGlovesInt4__ +AllResistancesUniqueShieldStrInt2 +]],[[ +Mahuxotl's Machination +Steel Kite Shield +League: Ultimatum +Requires Level 46, 60 Str, 60 Int +KeystoneCorruptedSoulUnique_1 +KeystoneDivineFleshUnique__1_ +KeystoneEternalYouthUnique__2_ +KeystoneEverlastingSacrificeUnique__1 +EnergyShieldStartsAtZero +KeystoneVaalPactUnique__2 +]],[[ +Rise of the Phoenix +Mosaic Kite Shield +Variant: Pre 1.1.0 +Variant: Pre 3.1.0 +Variant: Current +Requires Level 65, 85 Str, 85 Int +Implicits: 2 +{variant:1}+16% to all Elemental Resistances +{variant:2,3}AllResistancesImplicitShield2 +{variant:3}+(40-60) Maximum Life +LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5 +{variant:1,2}6 Life Regenerated per second +{variant:3}(15-20) Life Regenerated per second +{variant:1,2}+8% to maximum Fire Resistance +{variant:3}MaximumFireResistUniqueShieldStrInt5 +FireResistUniqueShieldStrInt5 +FireResistOnLowLifeUniqueShieldStrInt5 +MovementVelocityOnLowLifeUniqueShieldStrInt5 +AvoidIgniteOnLowLifeUniqueShieldStrInt5 +]],[[ +Saffell's Frame +Branded Kite Shield +Variant: Pre 1.1.0 +Variant: Pre 3.4.0 +Variant: Current +Requires Level 59, 76 Str, 76 Int +Implicits: 2 +{variant:1}AllResistancesImplicitShield2 +{variant:2,3}AllResistancesImplicitShield1 +{variant:1,2}+(21-24)% chance to Block Spell Damage +{variant:3}+(15-20)% chance to Block Spell Damage +SpellDamageUniqueSceptre2 +AllResistancesUniqueIntHelmet3 +{variant:1}+5% to all maximum Resistances +{variant:2,3}IncreasedMaximumResistsUniqueShieldStrInt1 +CannotBlockAttacks +]],[[ +Springleaf +Plank Kite Shield +Upgrade: Upgrades to unique{The Oak} via prophecy{Nature's Resilience} +Variant: Pre 1.1.0 +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 7 +Implicits: 2 +{variant:1}AllResistancesImplicitShield2 +{variant:2,3,4}AllResistancesImplicitShield1 +LocalIncreasedArmourAndEnergyShieldUnique__5 +ReducedFreezeDurationUniqueShieldStrInt3 +{variant:3}1% of Life Regenerated per Second +{variant:4}3% of Life Regenerated per Second +{variant:1,2}6% of Life Regenerated per Second while on Low Life +{variant:3}5% of Life Regenerated per Second while on Low Life +{variant:4}3% of Life Regenerated per Second while on Low Life +]],[[ +The Oak +Plank Kite Shield +Source: Upgraded from unique{Springleaf} using prophecy{Nature's Resilience} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 40 +Implicits: 1 +AllResistancesImplicitShield1 +LocalIncreasedArmourAndEnergyShieldUnique__5 +IncreasedLifeUnique__22 +ReducedFreezeDurationUniqueShieldStrInt3 +{variant:1}1% of Life Regenerated per Second +{variant:2}3% of Life Regenerated per Second +{variant:1}5% of Life Regenerated per Second while on Low Life +{variant:2}3% of Life Regenerated per Second while on Low Life +]],[[ +The Unshattered Will +Archon Kite Shield +League: Harbinger +Upgrade: Upgrades to unique{The Immortal Will} via currency{Specularity Scroll} +Requires Level 68, 85 Str, 85 Int +Implicits: 1 +AllResistancesImplicitShield3 +HarbingerSkillOnEquipUnique__3 +IncreasedLifeUniqueGlovesInt3 +AllResistancesUniqueBootsStr1 +GainManaOnBlockUnique__1 +AdditionalBlockChanceUniqueShieldStrInt6 +(50-70)% increased Damage with Channelling Skills +]],[[ +The Immortal Will +Archon Kite Shield +League: Harvest +Source: Upgraded from unique{The Unshattered Will} via currency{Specularity Scroll} +Requires Level 68, 85 Str, 85 Int +Implicits: 1 +AllResistancesImplicitShield3 +HarbingerSkillOnEquipUnique2__3 +IncreasedLifeUniqueGlovesInt3 +AllResistancesUniqueBootsStr1 +GainManaOnBlockUnique__1 +AdditionalBlockChanceUniqueShieldStrInt6 +(50-70)% increased Damage with Channelling Skills +]],[[ +Unyielding Flame +Archon Kite Shield +Source: Drops in The Lord's Labyrinth +Requires Level 68, 85 Str, 85 Int +Implicits: 1 +AllResistancesImplicitShield3 +CommandmentOfInfernoOnCritUnique__1 +CriticalStrikeChanceUnique__3 +IncreasedLifeUniqueGlovesInt3 +FireResistUniqueAmulet4 +AttackSpeedIfCriticalStrikeDealtRecentlyUnique__1 +CastSpeedIfCriticalStrikeDealtRecentlyUnique__1 +]],[[ +Victario's Charity +Laminated Kite Shield +Variant: Pre 2.6.0 +Variant: Current +Requires Level 50, 64 Str, 64 Int +Implicits: 1 +AllResistancesImplicitShield2 +IncreasedLifeUnique__2 +LightningResistUnique__2 +ChaosResistUnique__1 +{variant:1}10% increased Radius of Aura Skills +{variant:2}IncreasedAuraRadiusUnique__1 +GrantAlliesPowerChargeOnKillUnique__1 +GrantAlliesFrenzyChargeOnHitUnique__1 +]],[[ +Replica Victario's Charity +Laminated Kite Shield +League: Heist +Requires Level 50, 64 Str, 64 Int +Implicits: 1 +AllResistancesImplicitShield2 +IncreasedLifeUnique__2 +LightningResistUnique__2 +ChaosResistUnique__1 +AuraEffectUnique__2____ +GrantsAlliesEnduranceChargeOnHitUnique__1 +GrantsAlliesFrenzyChargeOnKillUnique__1_ +]], +-- Shield: Evasion/Energy Shield +[[ +Font of Thunder +Mirrored Spiked Shield +League: Heist +Requires Level 66, 85 Dex, 85 Int +Implicits: 1 +DodgeImplicitMarakethSword1 +LocalIncreasedEvasionAndEnergyShieldUnique__30_ +ManaRegenerationUnique__12 +ChanceToBeShockedUnique__2 +ColdHitAndDoTDamageTakenAsLightningUnique__1 +FireHitAndDoTDamageTakenAsLightningUnique__1 +]],[[ +Glitterdisc +Burnished Spiked Shield +Variant: Pre 3.0.0 +Variant: Current +Requires Level 27, 36 Dex, 36 Int +Implicits: 2 +{variant:1}AttackerTakesDamageShieldImplicit3 +{variant:2}4% chance to Dodge Attacks +LocalIncreasedEvasionAndEnergyShieldUnique__1 +IncreasedLifeUniqueAmulet4 +LocalIncreasedEnergyShieldUnique__6 +ItemFoundRarityIncreaseUniqueHelmetDex3 +25% chance to avoid Fire Damage when Hit +{variant:2}AlwaysIgniteWhileBurningUnique__1 +]],[[ +Jaws of Agony +Supreme Spiked Shield +Variant: Pre 2.0.0 +Variant: Pre 3.0.0 +Variant: Pre 3.8.0 +Variant: Current +Requires Level 70, 85 Dex, 85 Int +Implicits: 2 +{variant:1,2}AttackerTakesDamageShieldImplicit12 +{variant:3,4}4% chance to Dodge Spell Damage +{variant:1,2,3}Grants level 20 Bear Trap Skill +{variant:4}GrantsBearTrapUniqueShieldDexInt1 +TrapDamageUniqueShieldDexInt1 +(15-25)% increased Physical Damage +IncreasedLifeUniqueGlovesInt3 +−(14-18) Physical Damage taken from Attacks +{variant:1}15% chance to gain a Power Charge on Throwing a Trap +{variant:2,3,4}25% chance to gain a Power Charge on Throwing a Trap +]],[[ +Leper's Alms +Mirrored Spiked Shield +Source: Drops from unique{The Eradicator} +Variant: Pre 3.5.0 +Variant: Current +Requires Level 66, 85 Dex, 85 Int +Implicits: 1 +4% chance to Dodge Attacks +{variant:1}LocalIncreasedEvasionAndEnergyShieldUnique__7 +{variant:2}LocalIncreasedEvasionAndEnergyShieldUnique__30_ +IncreasedLifeUniqueGlovesInt3 +IncreasedAilmentDurationUnique__1 +AdditionalBlockChanceUnique__6 +SharedSufferingUnique__1 +]],[[ +Maligaro's Lens +Compound Spiked Shield +Variant: Pre 3.0.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 45, 58 Dex, 58 Int +Implicits: 2 +{variant:1}AttackerTakesDamageShieldImplicit6 +{variant:2,3}2% chance to Dodge Spell Damage +LocalIncreasedAttackSpeedUniqueBow10 +MaximumLifeUniqueShieldDexInt2 +AllResistancesUniqueShieldDexInt2 +10% increased Area of Effect of Area Skills +{variant:1,2}Nearby allies Recover 2% of your Maximum Life when you Die +{variant:3}HealAlliesOnDeathUniqueShieldDexInt2 +]],[[ +Perepiteia +Ezomyte Spiked Shield +League: Synthesis +Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} +Requires Level 62, 85 Dex, 85 Int +Implicits: 1 +ChanceToDodgeSpellsImplicitShield1 +LocalIncreaseSocketedLightningGemLevelUnique__1 +TriggeredLightningAegisSkillUnique__1 +IncreasedAttackSpeedUnique__3_ +IncreasedCastSpeedUnique__17 +LocalIncreasedEvasionAndEnergyShieldUnique__20 +IncreasedManaUnique__15 +MovementVelocityUnique__38 +]],[[ +Qotra's Regulator +Sovereign Spiked Shield +League: Ritual +Requires Level 54, 70 Dex, 70 Int +Implicits: 1 +ChanceToDodgeSpellsImplicitShield2 +LocalIncreasedEvasionAndEnergyShieldUnique__32_ +DamageOverTimeMultiplierIfCrit8SecondsUnique__1_ +(2.0-2.5)% of Life Regenerated per Second if you've dealt a Critical Strike in the past 8 seconds +LoseEnergyShieldPercentOnCritUnique__1 +LoseLifePercentOnCritUnique__1 +]],[[ +Zeel's Amplifier +Polished Spiked Shield +Requires Level 49, 64 Dex, 64 Int +Implicits: 1 +DodgeImplicitMarakethSword1 +SpellDamageUnique__7 +LocalIncreasedEnergyShieldPercentUniqueIntHelmet1 +IncreasedLifeUnique__2 +AreaOfEffectPerEnemyKilledRecentlyUnique__1 +ZealotsOathIfHaventBeenHitRecentlyUnique__1 +]], +} diff --git a/src/Data/Uniques/Special/staff.lua b/src/Data/Uniques/Special/staff.lua new file mode 100644 index 0000000000..6c8ef8ff3f --- /dev/null +++ b/src/Data/Uniques/Special/staff.lua @@ -0,0 +1,602 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Weapon: Staff +[[ +Agnerod East +Imperial Staff +Variant: Pre 2.6.0 +Variant: Current +Requires Level 66, 158 Str, 113 Int +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2}18% Chance to Block Attack Damage while wielding a Staff +IncreasedStrengthRequirementUniqueStaff8 +IntelligenceUniqueStaff8 +LightningDamagePercentUniqueStaff8 +{variant:1}+1 to Level of all Lightning Spell Skill Gems +{variant:2}LocalIncreaseSocketedLightningGemLevelUniqueStaff8 +LightningPenetrationUnique__1 +ShockDurationUniqueStaff8 +]],[[ +Agnerod North +Imperial Staff +Variant: Pre 2.6.0 +Variant: Current +Requires Level 66, 158 Str, 113 Int +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2}18% Chance to Block Attack Damage while wielding a Staff +{variant:1}+1 to Level of all Lightning Spell Skill Gems +{variant:2}LocalIncreaseSocketedLightningGemLevelUniqueStaff8 +IntelligenceUniqueStaff8 +LightningDamagePercentUniqueStaff8 +ChanceToShockUniqueStaff8 +IncreasedStrengthRequirementUniqueStaff8 +LightningPenetrationUnique__1 +]],[[ +Agnerod South +Imperial Staff +Variant: Pre 2.6.0 +Variant: Current +Requires Level 66, 158 Str, 113 Int +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2}18% Chance to Block Attack Damage while wielding a Staff +{variant:1}+1 to Level of all Lightning Spell Skill Gems +{variant:2}LocalIncreaseSocketedLightningGemLevelUniqueStaff8 +IntelligenceUniqueStaff8 +LightningDamagePercentUniqueStaff8 +MaximumLightningResistUniqueStaff8c +IncreasedStrengthRequirementUniqueStaff8 +LightningPenetrationUnique__1 +]],[[ +Agnerod West +Imperial Staff +Variant: Pre 2.6.0 +Variant: Current +Requires Level 66, 158 Str, 113 Int +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2}18% Chance to Block Attack Damage while wielding a Staff +{variant:1}+1 to Level of all Lightning Spell Skill Gems +{variant:2}LocalIncreaseSocketedLightningGemLevelUniqueStaff8 +IntelligenceUniqueStaff8 +LightningDamagePercentUniqueStaff8 +SpellAddedLightningDamageTwoHandUniqueStaff8d +IncreasedStrengthRequirementUniqueStaff8 +LightningPenetrationUnique__1 +]],[[ +Atziri's Rule +Judgement Staff +Requires Level 68, 113 Str, 113 Int +Implicits: 1 +StaffSpellBlockPercentImplicitStaff__1 +UniqueStaffGrantQueensDemand___ +UniqueStaffTriggerAtziriStormFlameblast__1 +UniqueStaffTriggerAtziriStormCall__1____ +CannotBeStunned +DamageCannotBeReflectedUnique__1 +]],[[ +The Blood Thorn +Gnarled Branch +Variant: Pre 2.6.0 +Variant: Current +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2}18% Chance to Block Attack Damage while wielding a Staff +12% Chance to Block +LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1 +LocalIncreasedAttackSpeedUniqueStaff9 +ReflectDamageToAttackersOnBlockUniqueStaff9 +VulnerabilityOnBlockUniqueStaff9 +]],[[ +Replica Blood Thorn +Gnarled Branch +League: Heist +Implicits: 1 +StaffBlockPercentImplicitStaff1 +StaffBlockPercentUniqueStaff9 +FireDamagePercentUnique__12___ +LocalIncreasedAttackSpeedUniqueStaff9 +FlammabilityOnBlockChanceUnique__1 +ReflectFireDamageOnBlockUnique__1___ +]],[[ +Cane of Kulemak +Serpentine Staff +Requires Level 68, 85 Str, 85 Int +Implicits: 1 +StaffBlockPercentImplicitStaff2 +LocalVeiledModEffectUnique__1 +]],[[ +Cane of Unravelling +Ezomyte Staff +Variant: Pre 3.5.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level: 60, 113 Str, 113 Int +Implicits: 2 +{variant:1,2}18% Chance to Block Attack Damage while wielding a Staff +{variant:3}20% Chance to Block Attack Damage while wielding a Staff +LocalIncreaseSocketedChaosGemLevelUnique__1 +{variant:1}IncreasedChaosDamageUnique__4 +{variant:2,3}IncreasedChaosDamageUnique__4_2 +{variant:2,3}ChaosNonAilmentDamageOverTimeMultiplierUnique__1 +IncreasedCastSpeedPerPowerChargeUnique__1 +PowerChargeOnManaSpentUnique__1 +2 Mana Regenerated per Second per Power Charge +]],[[ +Disintegrator +Maelstrom Staff +Source: Drops from unique{The Elder} (Uber) +Variant: Pre 3.7.0 +Variant: Pre 3.11.0 +Variant: Pre 3.13.0 +Variant: Current +Requires Level 64, 113 Str, 113 Int +Implicits: 2 +{variant:1,2}20% Chance to Block Attack Damage while wielding a Staff +{variant:3,4}25% Chance to Block Attack Damage while wielding a Staff +{variant:1}Adds (270-300) to (340-380) Physical Damage +{variant:2}Adds (250-280) to (315-355) Physical Damage +{variant:3,4}LocalAddedPhysicalDamageUnique__31 +{variant:4}BattlemageKeystoneUnique__1 +{variant:1,2,3}Adds (376-400) to (568-600) Physical Damage to Spells +MaximumSiphoningChargePerElderOrShaperItemUnique__1 +SiphoningChargeOnSkillUseUnique__1 +PhysicalDamageToAttacksPerSiphoningChargeUnique__1 +NonChaosDamageAddedAsChaosPerSiphoningChargeUnique__1 +AdditionalPhysicalDamageReductionPerSiphoningChargeUnique__1 +LifeLeechPerSiphoningChargeUnique__1 +DamageTakenPerSiphoningChargeOnSkillUseUnique__1 +Elder Item +]],[[ +Duskdawn +Maelström Staff +Source: Vendor recipe +Variant: Pre 2.6.0 +Variant: Pre 3.5.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 64, 113 Str, 113 Int +Implicits: 3 +{variant:1}18% Chance to Block Attack Damage while wielding a Staff +{variant:2,3}20% Chance to Block Attack Damage while wielding a Staff +{variant:4}25% Chance to Block Attack Damage while wielding a Staff +{variant:1,2}4% Chance to Block Attack Damage while wielding a Staff +{variant:3,4}10% Chance to Block Attack Damage while wielding a Staff +SpellCriticalStrikeChanceUnique__3 +ElementalDamagePercentAddedAsChaosUnique__1 ++1% to Critical Strike Multiplier per 1% Block Chance +CritMultiIfDealtNonCritRecentlyUnique__2 +{variant:1,2}120% increased Spell Damage if you've dealt a Critical Strike Recently +{variant:3,4}SpellDamageIfYouHaveCritRecentlyUnique__2 +]],[[ +Replica Duskdawn +Maelström Staff +League: Heist +Requires Level 64, 113 Str, 113 Int +Implicits: 1 +StaffBlockPercentImplicitStaff3 +StaffBlockPercentUnique__2_ +LocalCriticalStrikeChanceUnique__4 +ElementalDamagePercentAddedAsChaosUnique__1 +CriticalMultiplierPerBlockChanceUnique__1 +CritMultiIfDealtNonCritRecentlyUnique__2 +ElementalDamageIfCritRecently +]],[[ +Dying Breath +Coiled Staff +Variant: Pre 2.6.0 +Requires Level 23, 34 Str, 34 Int +(18-20)% Chance to Block Attack Damage while wielding a Staff +IncreasedCastSpeedUniqueStaff5 +MaximumManaUniqueStaff5 +AuraIncreasedIncreasedAreaOfEffectUniqueStaff5 +18% increased Area of Effect of Curse Skills +UndyingBreathCurseAuraDisplayUniqueStaff5 +UndyingBreathDamageAuraDisplayUniqueStaff5 +18% increased effect of Non-Curse Auras you Cast +]],[[ +Dying Breath +Iron Staff +Variant: Current +Requires Level 13, 27 Str, 27 Int +Implicits: 1 +18% Chance to Block Attack Damage while wielding a Staff +IncreasedCastSpeedUniqueStaff5 +MaximumManaUniqueStaff5 +AuraIncreasedIncreasedAreaOfEffectUniqueStaff5 +18% increased Area of Effect of Curse Skills +UndyingBreathCurseAuraDisplayUniqueStaff5 +UndyingBreathDamageAuraDisplayUniqueStaff5 +18% increased effect of Non-Curse Auras you Cast +]],[[ +The Enmity Divine +Imperial Staff +League: Harbinger +Upgrade: Upgrades to unique{The Yielding Mortality} via currency{Haemocombustion Scroll} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 66, 113 Str, 113 Int +Implicits: 1 +18% Chance to Block Attack Damage while wielding a Staff +{variant:1}SupportedByLifeLeechUnique__1 +{variant:2}SupportedByChanceToBleedUnique__1 +HarbingerSkillOnEquipUnique__6 +5% Chance to Block Attack Damage while wielding a Staff +{variant:2}CriticalBleedDotMultiplierUnique__1_ +LocalAddedPhysicalDamageUnique__28 +LocalCriticalStrikeChanceUnique__10 +]],[[ +The Yielding Mortality +Imperial Staff +League: Harvest +Source: Upgraded from unique{The Enmity Divine} via currency{Haemocombustion Scroll} +Requires Level 66, 113 Str, 113 Int +Implicits: 1 +StaffBlockPercentImplicitStaff1 +SupportedByChanceToBleedUnique__1 +HarbingerSkillOnEquipUnique2_6 +StaffBlockPercentUnique__4_ +CriticalBleedDotMultiplierUnique__1_ +LocalAddedPhysicalDamageUnique__28 +LocalCriticalStrikeChanceUnique__10 +]],[[ +Femurs of the Saints +Primordial Staff +Variant: Pre 2.6.0 +Variant: Pre 3.8.0 +Variant: Current +Requires Level 58, 99 Str, 99 Int +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2,3}StaffBlockPercentImplicitStaff1 +LocalIncreaseSocketedMinionGemLevelUnique__4 +{variant:3}MinionDamageUnique__7 +{variant:3}AttackBlockPerSkeletonUnique__1 +{variant:1,2}MinionAttackAndCastSpeedPerSkeleton__1 +{variant:1,2}Minions Regenerate (1.5-2.5)% Life per Second +{variant:3}AttackAndCastSpeedPerRagingSpiritUnique__1 +{variant:1,2}2% increased Minion Duration per Zombie you own +{variant:1,2}(8-12)% increased Minion Damage per Spectre you own +{variant:3}LifeRegenerationPerZombieUnique__1 +{variant:3}ManaRegenerationPerSpectreUnique__1 +]],[[ +Fencoil +Gnarled Branch +Upgrade: Upgrades to unique{Mirebough} via prophecy{Trapped in the Tower} +Variant: Pre 2.6.0 +Variant: Current +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2}18% Chance to Block Attack Damage while wielding a Staff +DisplaySupportedByTrapUniqueStaff4 +(40-50)% increased Damage +MaximumLifeUniqueShieldDexInt2 +MaximumManaUniqueStaff4 +]],[[ +Replica Fencoil +Gnarled Branch +League: Heist +Implicits: 1 +StaffBlockPercentImplicitStaff1 +SupportedByMultiTotemUnique__1 +AllDamageUniqueStaff4 +MaximumLifeUniqueShieldDexInt2 +MaximumManaUniqueStaff4 +]],[[ +The Fulcrum +Ezomyte Staff +League: Heist +Requires Level 60, 113 Str, 113 Int +Implicits: 1 +StaffBlockPercentImplicitStaff2 +LocalIncreasedPhysicalDamageUniqueOneHandMace4 +(0-50)% of Physical Damage Converted to Fire Damage +(0-50)% of Physical Damage Converted to Cold Damage +(0-50)% of Physical Damage Converted to Lightning Damage +ReflectElementalAilmentsToSelfUnique__1 +ElementalDamageLuckyWhileShockedUnique__1__ +Damage Penetrates (8-10)% Elemental Resistances while you are Chilled +Gain (30-40)% of Physical Damage as Extra Damage of a random Element while you are Ignited +]],[[ +Mirebough +Gnarled Branch +Source: Upgraded from unique{Fencoil} via prophecy{Trapped in the Tower} +Requires Level 32 +Implicits: 1 +18% Chance to Block Attack Damage while wielding a Staff +DisplaySupportedByTrapUnique__1 +SupportedByClusterTrapUnique__1 +SupportedByTrapAndMineDamageUnique__1 +MaximumManaUniqueStaff4 +MaximumLifeUniqueShieldDexInt2 +(40-50)% increased Damage +]],[[ +The Grey Spire +Judgement Staff +Variant: Pre 3.11.0 +Variant: Current +Requires Level 68, 113 Str, 113 Int +Implicits: 2 +{variant:1}StaffBlockPercentImplicitStaff1 +{variant:2}StaffSpellBlockPercentImplicitStaff__1 +HasNoSockets +AllDamageUnique__3 +LocalIncreasedAttackSpeedUniqueClaw1 +IncreasedMaximumResistsUnique__1 +]],[[ +Hegemony's Era +Judgement Staff +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 68, 113 Str, 113 Int +Implicits: 3 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2,3}18% Chance to Block Attack Damage while wielding a Staff +{variant:4}20% Chance to Block Spell Damage while wielding a Staff +6% Chance to Block Attack Damage while wielding a Staff +{variant:1,2}Adds (180-190) to (190-220) Physical Damage +{variant:3}Adds (165-175) to (185-205) Physical Damage +{variant:4}LocalAddedPhysicalDamageUniqueStaff7 +LocalIncreasedAttackSpeedUniqueTwoHandAxe7 +{variant:1,2,3}LocalCriticalStrikeChanceUniqueWand6_ +{variant:4}LocalCriticalStrikeChanceUniqueWand9 +IncreasedMaximumPowerChargesUnique__1 +PowerChargeOnKnockbackUniqueStaff7 +]],[[ +Martyr of Innocence +Highborn Staff +Variant: Pre 3.5.0 +Variant: Pre 3.13.0 +Variant: Current +Requires Level 52, 89 Str, 89 Int +Implicits: 1 +18% Chance to Block Attack Damage while wielding a Staff +(12-16)% Chance to Block Attack Damage while wielding a Staff +{variant:1,2}Adds (350-400) to (500-600) Fire Damage +{variant:3}LocalAddedFireDamageUnique__3 +{variant:1}Adds (130-150) to (200-250) Fire Damage to Spells +{variant:2}Adds (230-250) to (300-350) Fire Damage to Spells +{variant:3}BattlemageKeystoneUnique__1 +DisplayGrantsVengeanceUnique__1 +{variant:1}100% increased Fire Damage if you have been Hit Recently +{variant:2,3}FireDamagePercentUnique__12___ +ImmuneToFreezeAndChillWhileIgnitedUnique__1 +FirePenetrationIfBlockedRecentlyUnique__1 +]],[[ +Pillar of the Caged God +Iron Staff +Variant: Pre 2.6.0 +Variant: Current +Requires Level 13, 27 Str, 27 Int +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2}18% Chance to Block Attack Damage while wielding a Staff +1% increased Area of Effect of Area Skills per 20 Intelligence +AttackSpeedPerDexterity +IncreasedAreaOfEffectPerIntelligence +]],[[ +Pledge of Hands +Judgement Staff +League: Legion +Source: Drops from Vaal Legion +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 68, 113 Str, 113 Int +Implicits: 3 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2}18% Chance to Block Attack Damage while wielding a Staff +{variant:3}20% Chance to Block Spell Damage while wielding a Staff +SupportedByEchoUniqueStaff6 +SpellDamageUniqueStaff6 +MaximumManaUniqueStaff6 +]],[[ +Realmshaper +Iron Staff +Upgrade: Upgrades to unique{Realm Ender} via prophecy{The Beginning and the End} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 18, 35 Str, 35 Int +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2}18% Chance to Block Attack Damage while wielding a Staff +LocalIncreaseSocketedFireGemLevelUniqueStaff13 +LocalIncreaseSocketedColdGemLevelUniqueClaw5 +ItemActsAsColdToFireSupportUniqueStaff13 +LocalAddedFireDamageUniqueStaff13 +LocalAddedColdDamageUniqueStaff13 +ElementalDamageUniqueStaff13 +]],[[ +Realm Ender +Iron Staff +Source: Upgraded from unique{Realmshaper} using prophecy{The Beginning and the End} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 40, 35 Str, 35 Int +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2}18% Chance to Block Attack Damage while wielding a Staff +LocalIncreaseSocketedFireGemLevelUniqueStaff13 +LocalIncreaseSocketedColdGemLevelUniqueClaw5 +LocalIncreaseSocketedElementalGemUnique___1 +ItemActsAsColdToFireSupportUniqueStaff13 +LocalAddedFireDamageUniqueStaff13 +LocalAddedColdDamageUniqueStaff13 +ElementalDamageUniqueStaff13 +]],[[ +The Searing Touch +Lathi +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Pre 3.8.0 +Variant: Current +Requires Level 62, 113 Str, 113 Int +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2,3,4}18% Chance to Block Attack Damage while wielding a Staff +LocalIncreaseSocketedFireGemLevelUniqueStaff1 +{variant:1,2}SpellDamageUnique__10 +{variant:1,2}FireDamagePercentBodyStr1 +{variant:3,4}FireDamagePercentUniqueStaff1_ +IncreasedCastSpeedUniqueWand10 +{variant:1,2,3}BurnDamageUniqueStaff1 +{variant:4}FireDamageOverTimeMultiplierUnique__1 +]],[[ +The Searing Touch +Long Staff +Variant: Pre 2.0.0 +Requires Level 18, 35 Str, 35 Int +Implicits: 1 +12% Chance to Block Attack Damage while wielding a Staff +LocalIncreaseSocketedFireGemLevelUnique__2 +SpellDamageUnique__10 +FireDamagePercentBodyStr1 +IncreasedCastSpeedUniqueWand10 +BurnDamageUniqueStaff1 +]],[[ +Sire of Shards +Serpentine Staff +Variant: Pre 2.6.0 +Variant: Current +Requires Level 49, 85 Str, 85 Int +Implicits: 2 +{variant:1}18% Chance to Block Attack Damage while wielding a Staff +{variant:2}20% Chance to Block Attack Damage while wielding a Staff +AllAttributesUnique__12 +AllResistajcesUniqueStaff10 +IncreasedProjectileDamageUniqueStaff10 +LightRadiusUnique__3 +SocketedGemsAdditionalProjectilesUniqueStaff10_ +Socketed Gems fire Projectiles in a Nova +]],[[ +Soulwrest +Ezomyte Staff +League: Delve +Variant: Pre 3.11.0 +Variant: Current +Requires Level 62, 113 Str, 113 Int +Implicits: 2 +{variant:1}StaffBlockPercentImplicitStaff1 +{variant:2}StaffBlockPercentImplicitStaff2 +TriggerSummonPhantasmOnCorpseConsumeUnique__1 +SpellDamageUnique__8_ +IncreasedCastSpeedUniqueWand7 +ManaRegenerationUnique__9___ +MinionAddedPhysicalDamageUnique__1 +LifeRegenerationIfCorpseConsumedRecentlyUnique__1 +]],[[ +The Stormheart +Royal Staff +Upgrade: Upgrades to unique{The Stormwall} via prophecy{The Storm Spire} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 28, 51 Str, 51 Int +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2}18% Chance to Block Attack Damage while wielding a Staff +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalAddedColdDamageUniqueStaff14 +LocalAddedLightningDamageUniqueStaff14 +LocalCriticalStrikeChanceUniqueStaff14 +{variant:1}CannotBeShockedWhileFrozenUniqueStaff14 +{variant:2}You Cannot Be Shocked While Chilled +{variant:2}ChanceToShockChilledEnemiesUnique__1 +]],[[ +The Stormwall +Royal Staff +Source: Upgraded from unique{The Stormheart} via prophecy{The Storm Spire} +Requires Level 60, 51 Str, 51 Int +Implicits: 1 +18% Chance to Block Attack Damage while wielding a Staff +15% Chance to Block Attack Damage while wielding a Staff +LocalAddedPhysicalDamageUnique__33_ +LocalCriticalStrikeChanceUniqueStaff14 +ConvertPhysicalToColdUniqueGlovesDex1 +ConvertPhysicaltoLightningUnique__1 +CannotBeShockedWhileChilledUnique__1 +ChanceToChillAttackersOnBlockUnique__1 +ChanceToShockAttackersOnBlockUnique__1_ +]],[[ +Taryn's Shiver +Maelström Staff +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 64, 113 Str, 113 Int +Implicits: 3 +{variant:1,2}18% Chance to Block Attack Damage while wielding a Staff +{variant:3}20% Chance to Block Attack Damage while wielding a Staff +{variant:4}25% Chance to Block Attack Damage while wielding a Staff +{variant:1,2}+1 to Level of all Cold Spell Skill Gems +{variant:3,4}LocalIncreaseSocketedColdGemLevelUniqueStaff2 +{variant:1}SpellDamageUnique__7 +{variant:2,3,4}SpellDamageUniqueStaff2 +ColdDamagePercentUniqueStaff2 +IncreasedCastSpeedUniqueStaff2 +ChanceToFreezeUniqueStaff2 +FrozenMonstersTakeIncreasedDamageUnique__1 +]],[[ +Tremor Rod +Military Staff +Variant: Pre 2.6.0 +Variant: Pre 3.8.0 +Variant: Current +Requires Level 45, 78 Str, 78 Int +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2,3}18% Chance to Block Attack Damage while wielding a Staff +{variant:3}LocalIncreaseSocketedSpellGemLevelUnique__1 +{variant:1,2}Socketed Gems are Supported by level 10 Remote Mine +{variant:3}SupportedByRemoteMineUniqueStaff11 +{variant:1,2}LessMineDamageUniqueStaff11 +SpellDamageUniqueStaff11_ +StunThresholdReductionUniqueStaff11 +{variant:1,2}(40-60)% increased Mine Laying Speed +MinesMultipleDetonationUniqueStaff11 +]],[[ +The Whispering Ice +Vile Staff +Variant: Pre 2.6.0 +Variant: Current +Requires Level 33, 59 Str, 59 Int +Implicits: 2 +{variant:1}12% Chance to Block Attack Damage while wielding a Staff +{variant:2}18% Chance to Block Attack Damage while wielding a Staff +LocalIncreaseSocketedSupportGemLevelUniqueStaff12 +IcestormUniqueStaff12 +IncreasedCastSpeedUniqueClaw7 +SpellDamagePerIntelligenceUniqueStaff12 +PercentageIntelligenceUniqueStaff12_ +]],[[ +Witchhunter's Judgment +Highborn Staff +League: Harvest +Requires Level 68, 89 Str, 89 Int +Implicits: 1 +StaffBlockPercentImplicitStaff1 +GrantsBrandDetonateUnique__1 +BrandDurationUnique__1 +]],[[ +Xirgil's Crank +Coiled Staff +Source: Drops in The Lord's Labyrinth +Variant: Pre 2.6.0 +Variant: Current +Requires Level 28, 43 Str, 43 Int +Implicits: 2 +{variant:1}18% Chance to Block Attack Damage while wielding a Staff +{variant:2}20% Chance to Block Attack Damage while wielding a Staff +LocalIncreaseSocketedGemLevelUnique___3 +15% Chance to Block +SpellDamageUnique__2 +IncreasedEnergyShieldUnique__3 +AttackerTakesLightningDamageUnique___1 +EnergyShieldRechargeOnBlockUnique__1 +]], +} diff --git a/src/Data/Uniques/Special/sword.lua b/src/Data/Uniques/Special/sword.lua new file mode 100644 index 0000000000..641f989888 --- /dev/null +++ b/src/Data/Uniques/Special/sword.lua @@ -0,0 +1,957 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Weapon: One Handed Sword +[[ +Ahn's Might +Midnight Blade +Requires Level 68, 313 Str, 113 Dex +Implicits: 1 +AccuracyPercentImplicitSword1 +LocalAddedPhysicalDamageUnique__27 +LocalCriticalStrikeChanceUnique__5 +ReducedMaximumFrenzyChargesUniqueCorruptedJewel16 +AreaOfEffectUnique__3 +StrengthRequirementsUnique__1 +GlobalCriticalMultiplierWithNoFrenzyChargesUnique__1 +AccuracyRatingWithMaxFrenzyChargesUnique__1 +]],[[ +Beltimber Blade +Eternal Sword +Source: Drops from unique{The Constrictor} (Tier 11+) +Variant: Pre 3.5.0 +Variant: Current +Requires Level 66, 104 Str, 122 Dex +Implicits: 1 ++475 to Accuracy Rating +{variant:1}LocalIncreasedPhysicalDamagePercentUnique__17_ +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__30 +(15-20)% increased Attack Speed +80% increased Evasion Rating while moving +2 additional Projectiles if you've used a Movement Skill Recently +PlayerFarShotUnique__2 +]],[[ +Dreamfeather +Eternal Sword +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 66, 104 Str, 122 Dex +Implicits: 2 +{variant:1,2}18% increased Accuracy Rating +{variant:3,4}IncreasedAccuracySwordImplicit9 +{variant:1}Adds (15-30) to (35-50) Physical Damage +{variant:2}Adds (20-40) to (55-70) Physical Damage +{variant:3,4}LocalAddedPhysicalDamageUniqueOneHandSword9 +LocalIncreasedAttackSpeedUniqueOneHandSword9 +IncreasedEvasionRatingUniqueOneHandSword9 +MovementVelocityUniqueOneHandSword9 +{variant:1,2,3}+(180-200) to Accuracy Rating +{variant:4}IncreasedAccuracyUniqueOneHandSword9 +EvasionRatingIncreasesWeaponDamageUniqueOneHandSword9 +]],[[ +Replica Dreamfeather +Eternal Sword +League: Heist +Requires Level 66, 104 Str, 122 Dex +Implicits: 1 +IncreasedAccuracySwordImplicit9 +LocalAddedPhyiscalDamageUnique__41_ +LocalIncreasedAttackSpeedUniqueStaff9 +IncreasedPhysicalDamageReductionRatingUnique__5 +ReducedMovementVelocityUnique__3 +IncreasedAccuracyUniqueOneHandSword9 +AttackDamagePer450ArmourUnique__1__ +]],[[ +Ephemeral Edge +Dusk Blade +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 32, 57 Str, 57 Dex +Implicits: 2 +{variant:1,2}18% increased Accuracy Rating +{variant:3}AccuracyPercentImplicitSword1 +{variant:1}LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1 +{variant:2,3}LocalIncreasedPhysicalDamagePercentUniqueOneHandSword2 +IntelligenceUniqueOneHandSword2 +CriticalStrikeChanceUniqueOneHandSword2 +ManaLeechPermyriadUniqueOneHandSword2 +MaximumLifeUniqueOneHandSword2 +IncreasedEnergyShieldPercentUniqueOneHandSword2 +]],[[ +The Goddess Scorned +Elegant Sword +Source: Vendor Recipe +Variant: Pre 2.2.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 28, 46 Str, 55 Dex +Implicits: 2 +{variant:1,2}18% Increased Accuracy Rating +{variant:3}IncreasedAccuracySwordImplicit3 +DisableOffhandSlot +LocalIncreasedPhysicalDamagePercentUniqueRapier1 +LocalCriticalStrikeChanceUniqueOneHandSword4 +{variant:1}+(15-20)% to Global Critical Strike Multiplier +{variant:2,3}LocalCriticalMultiplierUniqueOneHandSword4 +FireResistUniqueBootsDex2 +AvoidIgniteUnique__1 +ConvertPhysicalToFireUniqueOneHandSword4 +Ignited Enemies Burn 50% faster +You can only deal Damage with this Weapon and Ignite +]],[[ +The Goddess Unleashed +Eternal Sword +Source: Vendor Recipe +Variant: Pre 2.6.0 +Variant: Current +Requires Level 51, 104 Str, 122 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2}IncreasedAccuracySwordImplicit9 +DisableOffhandSlot +LocalAddedPhysicalDamageUniqueOneHandSword10 +LocalCriticalStrikeChanceUniqueOneHandSword10 +BurnDurationUnique__1 +(66-99)% of Sword Physical Damage Added as Fire Damage +GrantUniqueBuff__1 +UniqueEffectOnBuff__3 +UniqueConditionOnBuff__1 +UniqueConditionOnBuff__2 +]],[[ +Grelwood Shank +Eternal Sword +Source: Drops from unique{The Constrictor} +Variant: Pre 3.5.0 +Variant: Current +Requires Level 66, 104 Str, 122 Dex +Implicits: 1 +IncreasedAccuracySwordImplicit9 +{variant:1}LocalIncreasedPhysicalDamagePercentUnique__17_ +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__30 +LocalIncreasedAttackSpeedUniqueSceptre9 +IncreasedArmourWhileStationaryUnique__1 +2 additional Projectiles if you've been Hit Recently +KeystonePointBlankUnique__1 +GainIronReflexesWhileStationaryUnique__1 +]],[[ +Hyaon's Fury +Legion Sword +Variant: Pre 1.3.0 +Variant: Pre 2.0.0 +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 62, 122 Str, 104 Dex +Implicits: 2 +{variant:1,2,3}18% increased Accuracy Rating +{variant:4,5,6}AccuracyPercentImplicitSword1 +{variant:1,2}Adds 1 to (500-600) Lightning Damage +{variant:3,4,5,6}LocalAddedLightningDamageUniqueOneHandSword6 +IncreasedAttackSpeedUniqueQuiver6 +{variant:1}6% increased Damage taken per Frenzy Charge +{variant:2,3,4}3% increased Damage taken per Frenzy Charge +{variant:5,6}DamageTakenPerFrenzyChargeUniqueOneHandSword6 +{variant:1,2,3,4,5}12% increased Lightning Damage per Frenzy Charge +{variant:6}IncreaseLightningDamagePerFrenzyChargeUniqueOneHandSword6 +LifeGainedOnEnemyDeathPerFrenzyChargeUniqueOneHandSword6 +]],[[ +Ichimonji +Corsair Sword +Variant: Pre 2.6.0 +Variant: Current +Requires Level 58, 81 Str, 117 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2}AccuracyPercentImplicitSword1 +LocalAddedPhysicalDamageUniqueOneHandSword11 +{variant:1}LocalIncreasedPhyiscalDamagePercentUnique__3 +{variant:2}LocalIncreasedPhysicalDamageUniqueOneHandSword11 +{variant:1}LocalIncreasedAttackSpeedUniqueBow10 +{variant:2}LocalIncreasedAttackSpeedUniqueOneHandSword9 +5% reduced Mana Reserved +CannotBeBuffedByAlliedAurasUniqueOneHandSword11 +AurasCannotBuffAlliesUniqueOneHandSword11 +IncreasedBuffEffectivenessUniqueOneHandSword11 +]],[[ +Innsbury Edge +Elder Sword +Variant: Pre 2.6.0 +Variant: Current +Requires Level 47, 81 Str, 81 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2}IncreasedAccuracySwordImplicit5 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 +LocalIncreasedAttackSpeedUnique__14 +ChaosDamageLifeLeechPermyriadUnique__1 +PhysicalDamageConvertToChaosUniqueBow5 +LocalMaimOnHitUnique__1 +]],[[ +Replica Innsbury Edge +Elder Sword +League: Heist +Requires Level 47, 81 Str, 81 Dex +Implicits: 1 +IncreasedAccuracySwordImplicit5 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 +ChaosDamageLifeLeechPermyriadUnique__1 +PhysicalDamageConvertedToChaosUnique__2 +PhysicalDamageTakenAsChaosUnique__1 +LocalWitherOnHitChanceUnique__2 +]],[[ +The Iron Mass +Gladius +League: Heist +Requires Level 60, 113 Str, 113 Dex +Implicits: 1 +AccuracyPercentImplicitSword1 +LocalIncreasedPhysicalDamagePercentUnique__39 +LocalIncreasedAttackSpeedUnique__34 +GrantsUnholyMightUnique__1 +LocalWitherOnHitChanceUnique__1 +SummonedSkeletonWarriorsGetWeaponStatsInMainHandUnique__1 +Summoned Skeleton Warriors deal Triple Damage with this Weapon if you've Hit with this Weapon Recently +]],[[ +Lakishu's Blade +Elegant Sword +Variant: Pre 2.6.0 +Variant: Current +Requires Level 28, 46 Str, 55 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2}IncreasedAccuracySwordImplicit3 +SupportedByMultistrikeUniqueOneHandSword13 +LocalIncreasedPhyiscalDamagePercentUnique__3 +LocalAddedPhysicalDamageUniqueOneHandSword13 +LocalIncreasedAttackSpeedUniqueBow10 +StunAvoidanceUniqueOneHandSword13 +StunRecoveryUniqueOneHandSword13 +]],[[ +Oni-Goroshi +Charan's Sword +Source: Drops from unique{Hillock} +Sockets: R-R-R-R-R-R +Requires Level: 2 +Implicits: 1 +AccuracyPercentImplicitSword1 +DisableOffhandSlot +LocalCriticalStrikeChanceUnique__13 +PhysicalDamageToAttacksPerLevelUnique__2 +GainHerEmbraceOnIgniteUnique__1 +TakeDamagePerLevelWhileHerEmbraceUnique__1_ +]],[[ +Paradoxica +Vaal Rapier +League: Betrayal +Source: Drops from Bosses in Safehouse +Requires Level 66, 212 Dex +Implicits: 1 +CriticalMultiplierImplicitSword1 +DoubleDamageWithWeaponUnique__1 +]],[[ +The Princess +Sabre +Variant: Pre 2.6.0 +Variant: Current +Requires Level 10, 18 Str, 26 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2}AccuracyPercentImplicitSword1 +LocalIncreasedPhysicalDamagePercentUniqueOneHandSword12 +LocalAddedPhysicalDamageUniqueOneHandSword12 +LocalIncreasedAttackSpeedUniqueOneHandSword12 +{variant:1}Gain 10% of Physical Damage as Extra Cold Damage +{variant:2}PhysicalAddedAsColdUniqueOneHandSword12 +DamageTakenFromSkeletonsUniqueOneHandSword12_ +DamageTakenFromGhostsUniqueOneHandSword12 +]],[[ +Prismatic Eclipse +Twilight Blade +Variant: Pre 1.3.0 +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 53, 91 Str, 91 Dex +Implicits: 2 +{variant:1,2}18% increased Accuracy Rating +{variant:3,4}AccuracyPercentImplicitSword1 +{variant:1}10% additional Chance to Block while Dual Wielding +{variant:2,3,4}8% additional Chance to Block while Dual Wielding +{variant:1,2,3}Adds (20-30) to (31-40) Physical Damage +{variant:4}LocalAddedPhysicalDamageUniqueOneHandSword5 +25% increased Physical Damage with Weapons per Red Socket +AttackSpeedPerGreenSocketUniqueOneHandSword5 +ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUniqueOneHandSword5 ++2 to Melee Weapon Range per White Socket +]],[[ +Razor of the Seventh Sun +Midnight Blade +Source: Drops from unique{Guardian of the Phoenix} +Variant: Pre 2.6.0 +Variant: Pre 3.5.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 68, 113 Str, 113 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2,3,4}AccuracyPercentImplicitSword1 +{variant:1,2}Adds (65-75) to (110-130) Physical Damage +{variant:3,4}LocalAddedPhysicalDamageUnique__21 +{variant:3}ConvertPhysicalToFireUniqueShieldStr3 +{variant:4}ConvertPhysicalToFireUnique__2_ +{variant:3,4}ChanceToIgniteUnique__5 +IncreasedBurningDamageIfYouHaveIgnitedRecentlyUnique__1 +RecoverLifePercentOnIgniteUnique__1 +IncreasedMeleePhysicalDamageAgainstIgnitedEnemiesUnique__1 +]],[[ +Rebuke of the Vaal +Vaal Blade +League: Legion +Source: Drops from Vaal Legion +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 64, 113 Str, 113 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2,3}IncreasedAccuracySwordImplicit8 +{variant:1,2}Adds (19-28) to (31-40) Physical Damage +{variant:3}LocalAddedPhysicalDamageOneHandSword3 +{variant:1,2}Adds (19-28) to (31-40) Fire Damage +{variant:3}LocalAddedFireDamageUniqueOneHandSword3 +{variant:1,2}Adds (19-28) to (31-40) Cold Damage +{variant:3}LocalAddedColdDamageUniqueOneHandSword3 +{variant:1,2}Adds 1 to (50-70) Lightning Damage +{variant:3}LocalAddedLightningDamageUniqueOneHandSword3 +{variant:1,2}Adds (19-28) to (31-40) Chaos Damage +{variant:3}LocalChaosDamageUniqueOneHandSword3 +LocalIncreasedAttackSpeedOneHandSword3 +]],[[ +Redbeak +Rusted Sword +Upgrade: Upgrades to unique{Dreadbeak} via prophecy{The Dreaded Rhoa} +Variant: Pre 2.6.0 +Variant: Current +Requires Level 2 +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2}AccuracyPercentImplicitSword1 +IncreasedPhysicalDamagePercentOnLowLifeUniqueOneHandSword1 +LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1 +LocalAddedPhysicalDamageUniqueDescentOneHandSword1 +IncreasedAttackSpeedUniqueQuiver1 +IncreasedLifeImplicitGlovesDemigods1 +LifeGainPerTargetUniqueOneHandSword1 +]],[[ +Dreadbeak +Rusted Sword +Source: Upgraded from unique{Redbeak} via prophecy{The Dreaded Rhoa} +Variant: Pre 3.7.0 +Variant: Current +Requires Level 61 +Implicits: 1 +AccuracyPercentImplicitSword1 +IncreasedPhysicalDamagePercentOnLowLifeUniqueOneHandSword1 +LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1 +{variant:1}Adds (90-98) to (133-140) Physical Damage +{variant:2}LocalAddedPhysicalDamageUnique__35 +IncreasedAttackSpeedUniqueQuiver1 +IncreasedLifeImplicitGlovesDemigods1 +LifeGainPerTargetUniqueOneHandSword1 +OnslaughtOnLowLifeUnique__1 +]],[[ +Rigwald's Command +Midnight Blade +League: Talisman Standard, Talisman Hardcore +Source: Drops from unique{Rigwald, the Wolven King} (Level 75+) +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 68, 113 Str, 113 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2,3}AccuracyPercentImplicitSword1 +BlockWhileDualWieldingUnique__1 +LocalAddedPhysicalDamageUnique__6 +{variant:1,2}AxePhysicalDamageUnique__1 +IncreasedAccuracyUnique__2 +{variant:1,2}FrenzyChargeOnKillChanceUnique__1 +{variant:3}BleedDotMultiplierPerRagePerEquippedAxeUnique__1 +]],[[ +The Rippling Thoughts +Legion Sword +League: Harbinger +Upgrade: Upgrades to unique{The Surging Thoughts} via currency{Electroshock Scroll} +Requires Level 62, 122 Str, 104 Dex +Implicits: 1 +AccuracyPercentImplicitSword1 +HarbingerSkillOnEquipUnique__1 +LocalGrantsStormCascadeOnAttackUnique__1 +SpellDamageUnique__5 +LocalIncreasedPhysicalDamagePercentUnique__5 +LocalAddedLightningDamageUnique__5 +SpellAddedLightningDamageUnique__4 +10% increased Area of Effect of Area Skills +]],[[ +The Surging Thoughts +Legion Sword +League: Harvest +Source: Upgraded from unique{The Rippling Thoughts} via currency{Electroshock Scroll} +Requires Level 62, 122 Str, 104 Dex +Implicits: 1 +AccuracyPercentImplicitSword1 +HarbingerSkillOnEquipUnique2_1 +LocalGrantsStormCascadeOnAttackUnique__1 +SpellDamageUnique__5 +LocalIncreasedPhysicalDamagePercentUnique__5 +LocalAddedLightningDamageUnique__5 +SpellAddedLightningDamageUnique__4 +10% increased Area of Effect of Area Skills +]],[[ +The Saviour +Legion Sword +Source: Drops from unique{Sirus, Awakener of Worlds} +Requires Level 62, 122 Str, 104 Dex +Implicits: 1 +AccuracyPercentImplicitSword1 +SummonDoubleOnCritUnique__1 +LocalIncreasedPhysicalDamagePercentUnique__37__ +LocalAddedPhyiscalDamageUnique__40__ +LocalIncreasedAttackSpeedUnique__24 +LocalCriticalStrikeChanceUnique__16 +]],[[ +Scaeva +Gladius +Variant: Pre 2.6.0 +Variant: Current +Requires Level 60, 113 Str, 113 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2}AccuracyPercentImplicitSword1 +LocalAddedPhysicalDamageUnique__7_ +LocalCriticalStrikeChanceUnique__5 +LifeLeechFromPhysicalAttackDamagePerRedSocket_Unique_1 +CriticalStrikeMultiplierPerGreenSocketUnique_1 +ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUnique +GlobalDefensesPerWhiteSocketUnique__1 +(60-80)% increased Critical Strike Chance when in Main Hand +8% additional chance to Block when in Off Hand +]],[[ +Severed in Sleep +Cutlass +League: Breach +Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} +Upgrade: Upgrades to unique{United in Dream} using currency{Blessing of Chayula} +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 38, 55 Str, 79 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2,3}AccuracyPercentImplicitSword1 +AllAttributesUnique__3 +MinionDamageUnique__2 +MinionChaosResistanceUnique___1 +{variant:1,2}Minions Poison Enemies on Hit +{variant:3}MinionsPoisonEnemiesOnHitUnique__2 +Minions Recover 20% of Maximum Life on Killing a Poisoned Enemy +]],[[ +United in Dream +Cutlass +Source: Upgraded from unique{Severed in Sleep} using currency{Blessing of Chayula} +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Current +League: Breach +Requires Level 69, 55 Str, 79 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2,3}AccuracyPercentImplicitSword1 +GrantsEnvyUnique__2 +MinionDamageUniqueTwoHandSword4 +MinionChaosResistanceUnique__2__ +{variant:1,2}Minions Poison Enemies on Hit +{variant:3}MinionsPoisonEnemiesOnHitUnique__2 +MinionLeechOnPoisonedEnemiesUnique__1 +]],[[ +Story of the Vaal +Variant: Pre 3.14.0 +Variant: Current +{variant:2}Gemstone Sword +{variant:1}Variscite Blade +League: Incursion +Upgrade: Upgrades to unique{Fate of the Vaal} via currency{Vial of Fate} +{variant:1}Requires Level 35, 62 Str, 62 Dex +{variant:2}Requires Level 56, 96 Str, 96 Dex +Implicits: 1 +IncreasedAccuracySwordImplicit4 +{variant:1}(110-120)% increased Physical Damage +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__35 +{variant:1}LifeGainedFromEnemyDeathUnique__2 +LocalIncreasedAttackSpeedUniqueBow10 +{variant:2}LocalFreezeAsThoughDealingMoreDamageUnique__1 +{variant:2}LocalShockAsThoughDealingMoreDamageUnique__1 +{variant:2}LocalWeaponMoreIgniteDamageUnique__1 +LocalDamageConversionToRandomElementUnique__1 +Hits with this Weapon always inflict Elemental Ailments +]],[[ +Fate of the Vaal +Gemstone Sword +League: Incursion +Source: Upgraded from unique{Story of the Vaal} via currency{Vial of Fate} +Variant: Pre 3.10.0 +Variant: Current +Requires Level 56, 96 Str, 96 Dex +Implicits: 1 +IncreasedAccuracySwordImplicit7 +{variant:1}LocalIncreasedPhysicalDamageUniqueClaw8 +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__35 +LocalIncreasedAttackSpeedUniqueBow10 +LocalDamageConversionToRandomElementUnique__2_ +Hits with this Weapon always inflict Elemental Ailments +LocalElementalDamageAgainstIgnitedEnemiesUnique__1_ +LocalElementalDamageAgainstFrozenEnemiesUnique__1 +LocalElementalDamageAgainstShockedEnemiesUnique__1_ +]],[[ +The Tempestuous Steel +War Sword +Variant: Pre 2.6.0 +Variant: Current +Requires Level 20, 41 Str, 35 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2}AccuracyPercentImplicitSword1 +LocalAddedPhysicalDamageUnique__10 +LocalIncreasedAttackSpeedUnique__12 +AlwaysHits +LocalElementalPenetrationUnique__1 +15% of Physical Attack Damage Added as Lightning Damage +15% of Physical Attack Damage Added as Fire Damage +]],[[ +Replica Tempestuous Steel +War Sword +League: Heist +Requires Level 20, 41 Str, 35 Dex +Implicits: 1 +AccuracyPercentImplicitSword1 +LocalAddedPhysicalDamageUnique__10 +LocalIncreasedAttackSpeedUnique__12 +AccuracyPercentUnique__1 +OneHandedMeleeCriticalStrikeMultiplierUnique__1 +LocalElementalPenetrationUnique__1 +AttackPhysicalDamageAddedAsFireUnique__1 +AttackPhysicalDamageAddedAsLightningUnique__1 +]],[[ +Varunastra +Vaal Blade +League: Perandus +Variant: Pre 2.6.0 +Variant: Current +Requires Level 64, 113 Str, 113 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2}IncreasedAccuracySwordImplicit8 +LocalIncreasedPhysicalDamagePercentUnique__6 +LocalAddedPhysicalDamageUnique__12 +ManaGainPerTargetUnique__1 +WeaponCountsAsAllOneHandedWeapons__1 +]], +-- Weapon: Thrusting Sword +[[ +Aurumvorax +Basket Rapier +Variant: Pre 2.2.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 17, 62 Dex +Implicits: 3 +{variant:1}+20% to Global Critical Strike Multiplier +{variant:2}CriticalMultiplierUniqueGlovesDexInt2 +{variant:3}CriticalMultiplierImplicitSword1 +LocalIncreasedPhysicalDamagePercentUniqueRapier2 +ItemFoundRarityDecreaseUniqueRapier1 +AllResistancesUniqueRapier2 ++3 Life gained for each Enemy hit by your Attacks +]],[[ +Chitus' Needle +Elegant Foil +Variant: Pre 2.2.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 30, 101 Dex +Implicits: 3 +{variant:1}+20% to Global Critical Strike Multiplier +{variant:2}CriticalMultiplierUniqueGlovesDexInt2 +{variant:3}CriticalMultiplierImplicitSword1 +LocalIncreasedPhysicalDamagePercentUnique__5 +StrengthUnique__4 +IncreasedManaUnique__2 +MovementVelocityUniqueIntHelmet2 +ElementalDamageUnique__1 +LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1 +]],[[ +Cospri's Malice +Jewelled Foil +Variant: Pre 2.6.0 +Variant: Current +Requires Level 68, 212 Dex, 257 Int +Implicits: 2 +{variant:1}CriticalMultiplierUniqueGlovesDexInt2 +{variant:2}CriticalMultiplierImplicitSword1 +LocalReducedPhysicalDamagePercentUnique__1 +LocalAddedColdDamageUnique__5 +SpellAddedColdDamageUnique__4 +LocalIncreasedAttackSpeedUnique__12 +AddedIntelligenceRequirementsUnique__1 +GlobalCriticalStrikeChanceAgainstChilledUnique__1 +Trigger a Socketed Cold Spell on Melee Critical Strike +]],[[ +Daresso's Passion +Estoc +Variant: Pre 2.6.0 +Variant: Current +Requires Level 43, 140 Dex +Implicits: 2 +{variant:1}CriticalMultiplierUniqueGlovesDexInt2 +{variant:2}CriticalMultiplierImplicitSword1 +LocalAddedPhysicalDamageUnique__11 +LocalAddedColdDamageUnique__3 +FrenzyChargeDurationUnique__1 +FrenzyChargeOnKillChanceUnique__2 +IncreasedDamageAtNoFrenzyChargesUnique__1 +]],[[ +Ewar's Mirage +Antique Rapier +Variant: Pre 2.6.0 +Variant: Current +Requires Level 26, 89 Dex +Implicits: 2 +{variant:1}CriticalMultiplierUniqueGlovesDexInt2 +{variant:2}CriticalMultiplierImplicitSword1 +WeaponElementalDamageUnique__3 +LocalAddedLightningDamageUnique__3 +LocalIncreasedAttackSpeedUnique__15 +AttacksChainInMainHandUnique__1 +Attacks have an additional Projectile when in Off Hand +]],[[ +Fidelitas' Spike +Jagged Foil +Variant: Pre 2.2.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 22, 77 Dex +Implicits: 3 +{variant:1}+20% to Global Critical Strike Multiplier +{variant:2}CriticalMultiplierUniqueGlovesDexInt2 +{variant:3}CriticalMultiplierImplicitSword1 +LocalReducedPhysicalDamagePercentUnique__1 +LocalAddedLightningDamageUniqueOneHandSword7 +LocalIncreasedAttackSpeedUniqueOneHandSword7 +LifeGainPerTargetUniqueOneHandSword1 +{variant:1,2}5% Chance to Shock +{variant:3}ChanceToShockUniqueOneHandSword7 +{variant:3}50% increased Herald of Thunder Buff Effect +]],[[ +The Goddess Bound +Whalebone Rapier +Variant: Pre 2.2.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 7, 32 Dex +Implicits: 3 +{variant:1}+20% to Global Critical Strike Multiplier +{variant:2}CriticalMultiplierUniqueGlovesDexInt2 +{variant:3}CriticalMultiplierImplicitSword1 +LocalIncreaseSocketedMeleeGemLevelUniqueRapier1 +DisableOffhandSlot +LocalIncreasedPhysicalDamagePercentUniqueRapier1 +LocalAddedFireDamageUniqueRapier1 +LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 +CriticalStrikeChanceImplicitDaggerNew1 +IncreasedEvasionRatingUniqueRapier1 +ItemFoundRarityDecreaseUniqueRapier1 +MovementVelocityOnLowLifeUniqueBootsDex3 +]], +-- Weapon: Two Handed Sword +[[ +The Dancing Dervish +Reaver Sword +Upgrade: Upgrades to unique{The Dancing Duo} via prophecy{Dance of Steel} +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 59, 82 Str, 119 Dex +Implicits: 3 +{variant:1}18% increased Accuracy Rating +{variant:2}AccuracyPercentImplicitSword1 +{variant:3}AccuracyPercentImplicit2HSword1 +{variant:1,2}(160-190)% increased Physical Damage +{variant:3}LocalIncreasedPhysicalDamagePercentUnique__7 +LocalIncreasedAttackSpeedUniqueOneHandSword7 +MovementVelocityUniqueIntHelmet2 +SimulatedRampageDexInt6 +DisplayManifestWeaponUnique__1 +Manifested Dancing Dervish disables both weapon slots +Manifested Dancing Dervish dies when Rampage ends +]],[[ +The Dancing Duo +Reaver Sword +Source: Upgraded from unique{The Dancing Dervish} via prophecy{Dance of Steel} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 65, 82 Str, 119 Dex +Implicits: 2 +{variant:1}AccuracyPercentImplicitSword1 +{variant:2}AccuracyPercentImplicit2HSword1 +{variant:1}(160-190)% increased Physical Damage +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__7 +LocalIncreasedAttackSpeedUniqueOneHandSword7 +MovementVelocityUniqueIntHelmet2 +SimulatedRampageDexInt6 +DisplayManifestWeaponUnique__1 +Manifested Dancing Dervish disables both weapon slots +Manifested Dancing Dervish dies when Rampage ends +Manifested Dancing Dervish also manifests a copy of Dancing Dervish +]],[[ +Doomsower +Lion Sword +Variant: Pre 2.6.0 +Variant: Pre 3.0.0 +Variant: Pre 3.8.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 65, 104 Str, 122 Dex +Implicits: 3 +{variant:1}18% increased Accuracy Rating +{variant:2,3,4}IncreasedAccuracy2hSwordImplicit9 +{variant:5}StrengthDexterityImplicitSword_1 +{variant:1,2,3}SocketedMeleeGemsHaveIncreasedAoEUniqueTwoHandSword8 +{variant:1,2,3}SocketedRedGemsHaveAddedFireDamageUniqueTwoHandSword8_ +{variant:4,5}AttackSkillsHavePhysToExtraFireDamagePerSocketedRedGemUniqueTwoHandSword8 +{variant:4,5}VaalPactIfAllSocketedGemsAreRedUniqueTwoHandSword8 +{variant:1,2,3,4}LocalIncreasedPhysicalDamagePercentUniqueBow10 +{variant:5}LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8 +{variant:1,2}Adds (50-75) to (85-110) Physical Damage +{variant:3,4,5}LocalAddedPhysicalDamageUniqueTwoHandSword8 +LocalIncreasedAttackSpeedUniqueTwoHandSword8 +]],[[ +Edge of Madness +Etched Greatsword +League: Beyond +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 22, 45 Str, 38 Dex +Implicits: 3 +{variant:1}18% increased Accuracy Rating +{variant:2}AccuracyPercentImplicitSword1 +{variant:3}AccuracyPercentImplicit2HSword1 ++1 to Level of Active Socketed Skill Gems +LocalIncreasedPhysicalDamagePercentUnique__6 +LocalChaosDamageUniqueTwoHandSword7 +{variant:1}LifeGainedOnEnemyDeathPerLevelUniqueTwoHandSword7 +{variant:1}IncreasedChaosDamagePerLevelUniqueTwoHandSword7 +IncreasedElementalDamagePerLevelUniqueTwoHandSword7 +{variant:2,3}PhysicalDamageToAttacksPerLevelUnique__1_ +]],[[ +Hiltless +Reaver Sword +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 59, 82 Str, 119 Dex +Implicits: 3 +{variant:1}18% increased Accuracy Rating +{variant:2}AccuracyPercentImplicitSword1 +{variant:3}AccuracyPercentImplicit2HSword1 +Socketed Gems are Supported by level 1 Blood Magic +LocalAddedPhysicalDamageUnique__15 +LocalCriticalStrikeChanceUnique__4 +ReflectPhysicalDamageToSelfOnHitUnique__1 +LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1 +]],[[ +Kondo's Pride +Ezomyte Blade +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 61, 113 Str, 113 Dex +Implicits: 3 +{variant:1}18% increased Accuracy Rating +{variant:2}IncreasedAccuracy2hSwordImplicit8 +{variant:3}CriticalMultiplierImplicitSword1 +{variant:1,2}(270-320)% increased Physical Damage +{variant:3}LocalIncreasedPhysicalDamagePercentUnique__18 +LifeLeechPermyriadUniqueShieldDex2 +MeleeDamageAgainstBleedingEnemiesUnique__1 +CannotLeechFromCriticalStrikesUnique___1 +ChanceToBlindOnCriticalStrikesUnique__1 +BleedOnMeleeCriticalStrikeUnique__1 +]],[[ +Oro's Sacrifice +Infernal Sword +Variant: Pre 1.3.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 67, 113 Str, 113 Dex +Implicits: 2 +{variant:1,2}30% increased Accuracy Rating +{variant:3}ElementalDamageUnique__1 +LocalReducedPhysicalDamagePercentUnique__1 +LocalAddedFireDamageUniqueTwoHandSword6 +LocalIncreasedAttackSpeedUniqueBow10 +ChanceToIgniteUniqueTwoHandSword6 +{variant:1}IncreasedPhysicalDamageTakenUniqueBootsDex8 +{variant:2,3}IncreasedPhysicalDamageTakenUniqueTwoHandSword6 +{variant:1}IncreasedFireDamageTakenUniqueBodyStrDex5 +{variant:2,3}IncreasedFireDamageTakenUniqueTwoHandSword6 +CullingAgainstBurningEnemiesUniqueTwoHandSword6 +FrenzyChargeOnIgniteUniqueTwoHandSword6 +]],[[ +Replica Oro's Sacrifice +Infernal Sword +League: Heist +Requires Level 67, 113 Str, 113 Dex +Implicits: 1 +WeaponElementalDamageUniqueRing21 +LocalReducedPhysicalDamagePercentUnique__1 +LocalAddedColdDamageUnique__9_ +LocalIncreasedAttackSpeedUniqueBow10 +LifeLeechPermyriadOnFrozenEnemiesUnique__1 +ChanceToFreezeUnique__5 +IncreasedPhysicalDamageTakenUniqueTwoHandSword6 +ColdDamageTakenUnique__2 +EnduranceChargeIfAttackFreezesUnique__1 +]],[[ +Queen's Decree +Ornate Sword +Upgrade: Upgrades to unique{Queen's Escape} via prophecy{The Misunderstood Queen} +Variant: Pre 2.6.0 +Variant: Pre 3.8.0 +Variant: Current +Requires Level 27, 56 Str, 54 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2,3}IncreasedAccuracy2hSwordImplicit3 +IncreasedStrengthRequirementsUniqueTwoHandSword4 +{variant:1,2}MinionLifeUniqueAmulet3 +{variant:3}MinionLifeUniqueTwoHandSword4 +SkeletonDurationUniqueTwoHandSword4 +{variant:1,2}MinionDamageUnique4 +{variant:3}MinionDamageUniqueTwoHandSword4 +MaximumMinionCountUniqueTwoHandSword4Updated +MaximumMinionCountUniqueSceptre5 +MaximumMinionCountUniqueBootsStrInt2Updated +]],[[ +Queen's Escape +Ornate Sword +Source: Upgraded from unique{Queen's Decree} using prophecy{The Misunderstood Queen} +Variant: Pre 2.6.0 +Variant: Pre 3.8.0 +Variant: Current +Requires Level 38, 56 Str, 54 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2,3}IncreasedAccuracy2hSwordImplicit3 +IncreasedStrengthRequirementsUniqueTwoHandSword4 +{variant:1,2}MinionLifeUniqueAmulet3 +{variant:3}MinionLifeUniqueTwoHandSword4 +MinionRunSpeedUnique__2 +SkeletonDurationUniqueTwoHandSword4 +{variant:1,2}MinionDamageUnique4 +{variant:3}MinionDamageUniqueTwoHandSword4 +MaximumMinionCountUniqueTwoHandSword4Updated +MaximumMinionCountUniqueSceptre5 +MaximumMinionCountUniqueBootsStrInt2Updated +IncreasedStrengthRequirementsUniqueTwoHandSword4 +]],[[ +Rigwald's Charge +Highland Blade +Variant: Pre 2.6.0 +Variant: Pre 3.7.0 +Variant: Current +Requires Level 44, 77 Str, 77 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2,3}IncreasedAccuracy2hSwordImplicit5 +LocalIncreasedPhysicalDamagePercentUniqueRapier2 +LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 +{variant:1,2}+(150-200) to Accuracy Rating +{variant:3}IncreasedAccuracyUniqueRing12 +MovementVelocityUniqueAmulet5 +]],[[ +Shiversting +Bastard Sword +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 14, 21 Str, 30 Dex +Implicits: 3 +{variant:1}18% increased Accuracy Rating +{variant:2}AccuracyPercentImplicitSword1 +{variant:3}AccuracyPercentImplicit2HSword1 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalAddedColdDamageUniqueTwoHandSword2 +ManaLeechPermyriadUniqueTwoHandSword2 +CannotBeFrozenUnique__1 +]],[[ +Starforge +Infernal Sword +Source: Drops from unique{The Shaper} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 67, 113 Str, 113 Dex +Implicits: 2 +{variant:1}30% increased Accuracy Rating +{variant:2}IncreasedPhysicalDamagePercentUniqueSwordImplicit1 +{variant:1}(400-500)% increased Physical Damage +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__19 +LocalIncreasedAttackSpeedUnique__19 +IncreasedLifeUniqueBodyStrDexInt1 +IncreasedAttackAreaOfEffectUnique__2_ +DealNoElementalDamageUnique__2 +PhysicalDamageCanShockUnique__1 +Shaper Item +]],[[ +Terminus Est +Tiger Sword +Variant: Pre 2.6.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 51, 80 Str, 96 Dex +Implicits: 2 +{variant:1}18% increased Accuracy Rating +{variant:2,3}IncreasedAccuracy2hSwordImplicit6 +{variant:1}(120-180)% increased Physical Damage +{variant:2}(220-260)% increased Physical Damage +{variant:3}LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword3 +{variant:2,3}LocalCriticalStrikeChanceUnique__8 +LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 +ManaGainedFromEnemyDeathUniqueShieldInt3 +MovementVelocityUniqueAmulet5 +GainFrenzyChargeOnCriticalHit +]],[[ +Voidforge +Infernal Sword +Source: Drops from unique{The Elder} (Uber) +Variant: Pre 3.11.0 +Variant: Current +Requires Level 67, 113 Str, 113 Dex +Implicits: 2 +{variant:1}30% increased Accuracy Rating +{variant:2}ElementalDamageUnique__1 +{variant:1}(50-100)% increased Physical Damage +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__32 +LocalIncreasedAttackSpeedUnique__19 +IncreasedLifeUniqueBodyStrDexInt1 +ElementalDamageCanShockUnique__1__ +WeaponPhysicalDamageAddedAsRandomElementUnique__1__ +IncreasedAttackAreaOfEffectUnique__2_ +DealNoNonElementalDamageUnique__1 +Elder Item +]], +} diff --git a/src/Data/Uniques/Special/wand.lua b/src/Data/Uniques/Special/wand.lua new file mode 100644 index 0000000000..0477527730 --- /dev/null +++ b/src/Data/Uniques/Special/wand.lua @@ -0,0 +1,362 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Weapon: Wand +[[ +Abberath's Horn +Goat's Horn +Variant: Pre 2.3.0 +Variant: Current +Requires Level 6, 29 Int +Implicits: 2 +{variant:1}(9-12)% increased Spell Damage +{variant:2}SpellDamageOnWeaponImplicitWand2 +FireDamagePercentUniqueRing36 +SpellAddedFireDamageUniqueWand10 +CriticalStrikeChanceUniqueWand10 +LifeGainedOnKillingIgnitedEnemiesUniqueWand10_ +BurnDurationUniqueWand10 +]],[[ +Apep's Rage +Opal Wand +Variant: Pre 2.3.0 +Variant: Pre 3.7.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 62, 212 Int +Implicits: 2 +{variant:1}(17-20)% increased Spell Damage +{variant:2,3,4}SpellDamageOnWeaponImplicitWand18 +{variant:1,2}Adds (50-65) to (90-105) Chaos Damage to Spells +{variant:3,4}SpellAddedChaosDamageUniqueWand7 +IncreasedCastSpeedUniqueWand7 +ChaosResistUniqueWand7 +{variant:1,2,3}ManaCostIncreasedUniqueWand7 +{variant:4}IncreaseGlobalFlatManaCostUnique__3_ +{variant:3,4}FasterPoisonDamageUnique__1 +]],[[ +Ashcaller +Quartz Wand +Variant: Pre 3.8.0 +Variant: Current +Requires Level 18, 65 Int +Implicits: 1 +SpellDamageOnWeaponImplicitWand7 +SummonRagingSpiritOnKillUnique__1 +{variant:1}LocalAddedFireDamageUnique__2 +{variant:2}FireDamageOverTimeMultiplierUnique__2_ +SpellAddedFireDamageUnique__3 +{variant:1}(40-50)% increased Burning Damage +{variant:2}BurnDamageUniqueCorruptedJewel1 +ChanceToIgniteUnique__1 +]],[[ +Eclipse Solaris +Crystal Wand +Upgrade: Upgrades to unique{Corona Solaris} via prophecy{Blinding Light} +Variant: Pre 2.2.0 +Variant: Pre 2.3.0 +Variant: Pre 3.10.0 +Variant: Current +Requires Level 45, 146 Int +Implicits: 2 +{variant:1,2}(14-18)% increased Spell Damage +{variant:3,4}SpellDamageOnWeaponImplicitWand13 +{variant:1,2,3}LocalAddedPhysicalDamageUnique__4 +{variant:4}LocalAddedFireDamageUnique__6 +{variant:4}IncreasedAttackSpeedUniqueShieldDex6 +{variant:1}+(18-30)% to Global Critical Strike Multiplier +{variant:2,3,4}CriticalMultiplierUnique__1 +LightRadiusUnique__3 +DisplayBlindAuraUnique__1 +CriticalChanceAgainstBlindedEnemiesUnique__1 +]],[[ +Corona Solaris +Crystal Wand +Source: Upgraded from unique{Eclipse Solaris} via prophecy{Blinding Light} +Variant: Pre 3.10.0 +Variant: Current +Requires Level 63, 146 Int +Implicits: 1 +SpellDamageOnWeaponImplicitWand13 +BlindingAuraSkillUnique__1 +{variant:1}LocalAddedPhysicalDamageUnique__4 +{variant:2}LocalAddedFireDamageUnique__6 +{variant:2}IncreasedAttackSpeedUniqueShieldDex6 +CriticalMultiplierUnique__1 +LightRadiusUnique__3 +CriticalChanceAgainstBlindedEnemiesUnique__1 +LightRadiusAppliesToAccuracyUnique__1_ +AddedFireDamageAgainstBlindedEnemiesUnique__1_ +]],[[ +Lifesprig +Driftwood Wand +Requires Level 2 +Implicits: 1 +SpellDamageOnWeaponImplicitWand1 +LocalIncreaseSocketedSpellGemLevel1 +SpellDamageUniqueWand4 +IncreasedCastSpeedUniqueWand4 +IncreasedLifeUniqueWand4 +IncreasedManaUniqueWand4 +Regenerate (6-8) Life over 1 second for each Spell you Cast +]],[[ +Midnight Bargain +Engraved Wand +Variant: Pre 2.3.0 +Variant: Pre 3.8.0 +Variant: Current +Requires Level 40, 131 Int +Implicits: 2 +{variant:1}SpellDamageImplicitGloves1 +{variant:2,3}SpellDamageOnWeaponImplicitWand9 +IntelligenceUniqueWand2 +{variant:1,2}MinionRunSpeedUnique__4 +{variant:3}MinionRunSpeedUniqueWand2 +{variant:1,2}Minions deal (10-30)% increased Damage +{variant:3}MinionDamageUniqueWand2 +MaximumMinionCountUniqueTwoHandSword4Updated +MaximumMinionCountUniqueSceptre5 +MaximumMinionCountUniqueBootsStrInt2Updated +Reserves 30% of Life +LifeReservationUniqueWand2 +]],[[ +Replica Midnight Bargain +Engraved Wand +League: Heist +Requires Level 40, 131 Int +Implicits: 1 +SpellDamageOnWeaponImplicitWand9 +LifeReservationUniqueWand2 +IntelligenceUniqueWand2 +MinionRunSpeedUnique__5 +MinionDamageUniqueWand2 +ExtraRagingSpiritsUnique__1 +Reserves 30% of Life +ExtraMaximumPhantasmsUnique__1 +]],[[ +Moonsorrow +Imbued Wand +Variant: Pre 2.0.0 +Variant: Pre 2.3.0 +Variant: Pre 3.0.0 +Variant: Current +Requires Level 59, 188 Int +Implicits: 2 +{variant:1,2}SpellDamageOnWeaponImplicitWand5 +{variant:3,4}SpellDamageOnWeaponImplicitWand15 +{variant:1,2,3}Socketed Gems are supported by level 5 Blind +{variant:4}ItemActsAsSupportBlindUniqueWand1 +SpellDamageUnique__6 +{variant:1}125% increased Physical Damage +{variant:2,3}175% increased Physical Damage +{variant:4}LocalIncreasedPhysicalDamagePercentUniqueWand1 +IntelligenceUniqueOneHandSword2 +TalismanIncreasedLightningDamage +IncreasedCastSpeedUniqueWand10 +BlindingHitUniqueWand1 +]],[[ +Obliteration +Demon's Horn +Variant: Pre 2.3.0 +Variant: Pre 3.10.0 +Variant: Current +Requires Level 56, 179 Int +Implicits: 2 +{variant:1}(15-18)% increased Spell Damage +{variant:2,3}SpellDamageOnWeaponImplicitWand14 +{variant:1,2}Adds (24-30) to (80-92) Physical Damage +{variant:3}LocalAddedPhysicalDamageUnique__2_ +LocalCriticalStrikeChanceUnique__1 +ChaosDamageAsPortionOfDamageUnique__1 +Enemies you Kill have a 20% chance to Explode, dealing a quarter +of their maximum Life as Chaos Damage +]],[[ +Piscator's Vigil +Tornado Wand +Variant: Pre 2.3.0 +Variant: Pre 2.6.0 +Variant: Current +Requires Level 65, 212 Int +Implicits: 2 +{variant:1}(16-19)% increased Spell Damage +{variant:2,3}SpellDamageOnWeaponImplicitWand16 +LocalReducedPhysicalDamagePercentUnique__1 +LocalIncreasedAttackSpeedUniqueWand6 +IncreasedAccuracyUniqueWand6 +LocalCriticalStrikeChanceUniqueWand6_ +ThisWeaponsWeaponElementalDamageUniqueWand6 +{variant:3}Attacks with this Weapon Penetrate 5% Elemental Resistances +]],[[ +The Poet's Pen +Carved Wand +Requires Level 12, 47 Int +Implicits: 1 +(11-15)% increased Spell Damage ++1 to Level of Socketed Active Skill Gems per 25 Player Levels +Adds 3 to 5 Physical Damage to Attacks with this Weapon per 3 Player Levels +(8-12)% increased Attack Speed +Trigger a Socketed Spell when you Attack with this Weapon +]],[[ +Reverberation Rod +Spiraled Wand +Upgrade: Upgrades to unique{Amplification Rod} via prophecy{Power Magnified} +Variant: Pre 2.3.0 +Variant: Pre 3.11.0 +Variant: Current +Requires Level 24, 83 Int +Implicits: 2 +{variant:1}SpellDamageOnWeaponImplicitWand2 +{variant:2,3}SpellDamageOnWeaponImplicitWand5 +{variant:1,2}LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +{variant:3}LocalIncreaseSocketedGemLevelUniqueWand8 +SupportedByEchoUniqueWand8New_ +IntelligenceUniqueWand8 +]],[[ +Relic of the Pact +Spiraled Wand +League: Ultimatum +Requires Level 24, 83 Int +Implicits: 1 +SpellDamageOnWeaponImplicitWand5 +UniqueWandGrantsBloodSacrament__1 +LuckyCriticalsOnLowLifeUnique__1___ +]],[[ +Amplification Rod +Spiraled Wand +Source: Upgraded from unique{Reverberation Rod} using prophecy{Power Magnified} +Variant: Pre 3.11.0 +Variant: Current +Requires Level 36, 83 Int +Implicits: 1 +SpellDamageOnWeaponImplicitWand5 +{variant:1}LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +{variant:2}LocalIncreaseSocketedGemLevelUniqueWand8 +SocketedGemsGetIncreasedAreaOfEffectUnique__1 +SupportedByEchoUniqueWand8New_ +ControlledDestructionSupportUnique__1New_ +IntelligenceUniqueWand8 +]],[[ +Shade of Solaris +Sage Wand +Variant: Pre 3.5.0 +Variant: Current +Requires Level 30, 119 Int +Implicits: 1 +SpellDamageOnWeaponImplicitWand6 +ElementalDamagePercentAddedAsChaosUnique__1 +CriticalStrikesDealNoDamageUnique__1 +{variant:1}120% increased Spell Damage if you've dealt a Critical Strike Recently +{variant:2}SpellDamageIfYouHaveCritRecentlyUnique__1 +]],[[ +Shimmeron +Tornado Wand +Source: Drops from unique{The Elder} (Tier 6+) +Variant: Pre 3.4.0 +Variant: Current +Requires Level 65, 212 Int +Implicits: 1 +(35-39)% increased Spell Damage +(30-40)% increased Spell Damage +Adds (26-35) to (95-105) Lightning Damage to Spells ++(6-10)% to Critical Strike Multiplier per Power Charge ++0.3% Critical Strike Chance per Power Charge +2% additional Chance to Block Spells per Power Charge +Adds 3 to 9 Lightning Damage to Spells per Power Charge +{variant:1}400 Lightning Damage taken per second per Power Charge if you've dealt a Critical Strike Recently +{variant:2}200 Lightning Damage taken per second per Power Charge if your Skills have dealt a Critical Strike Recently +Elder Item +]],[[ +Storm Prison +Carved Wand +Variant: Pre 2.3.0 +Variant: Current +Requires Level 12, 47 Int +Implicits: 2 +{variant:1}(9-13)% increased Spell Damage +{variant:2}SpellDamageOnWeaponImplicitWand3 +LocalIncreasedPhysicalDamagePercentUnique__6 +LocalAddedLightningDamageUnique__2 +ManaRegenerationUnique__1 ++1 Maximum Power Charge +PowerChargeOnKillChanceUnique__1 +]],[[ +Tulborn +Spiraled Wand +League: Breach +Source: Drops in Tul Breach or from unique{Tul, Creeping Avalanche} +Upgrade: Upgrades to unique{Tulfall} using currency{Blessing of Tul} +Requires Level 24, 83 Int +Implicits: 1 +SpellDamageOnWeaponImplicitWand5 +IncreasedCastSpeedUnique__7 +GainPowerChargeOnKillingFrozenEnemyUnique__1 +AddedColdDamagePerPowerChargeUnique__1 +GainManaOnKillingFrozenEnemyUnique__1 +]],[[ +Tulfall +Tornado Wand +League: Breach +Source: Upgraded from unique{Tulborn} using currency{Blessing of Tul} +Requires Level 65, 212 Int +Implicits: 1 +SpellDamageOnWeaponImplicitWand16 +IncreasedCastSpeedUnique__7 +GainPowerChargeOnKillingFrozenEnemyUnique__1 +AddedColdDamagePerPowerChargeUnique__2 +LosePowerChargesOnMaxPowerChargesUnique__1 +WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1 +IncreasedColdDamagePerFrenzyChargeUnique__1 +]],[[ +Replica Tulfall +Tornado Wand +League: Heist +Requires Level 65, 212 Int +Implicits: 1 +SpellDamageOnWeaponImplicitWand16 +IncreasedCastSpeedUnique__22 +LosePowerChargesOnMaxPowerChargesUnique__1 +WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1 +IncreasedColdDamagePerFrenzyChargeUnique__2 +PowerChargeOnHittingFrozenEnemyUnique__1 +TakeColdDamageOnMaximumPowerChargesUnique__1____ +]],[[ +Twyzel +Sage Wand +Variant: Pre 2.3.0 +Variant: Current +Requires Level 30, 119 Int +Implicits: 2 +{variant:1}(11-14)% increased Spell Damage +{variant:2}SpellDamageOnWeaponImplicitWand6 +LocalIncreasedPhysicalDamagePercentUniqueWand9 +LocalAddedPhysicalDamageUniqueWand9 +LocalIncreasedAttackSpeedUniqueStaff9 +LocalCriticalStrikeChanceUniqueWand9 +SocketedGemsAdditionalProjectilesUniqueWand9 +]],[[ +Replica Twyzel +Sage Wand +League: Heist +Requires Level 30, 119 Int +Implicits: 1 +SpellDamageOnWeaponImplicitWand6 +LocalIncreasedAttackSpeedUniqueStaff9 +LocalCriticalStrikeChanceUnique__20 +AttackAdditionalProjectilesUnique__1 +]],[[ +Void Battery +Prophecy Wand +Variant: Pre 2.3.0 +Variant: Current +Requires Level 68, 245 Int +Implicits: 2 +{variant:1}(16-20)% increased Spell Damage +{variant:2}SpellDamageOnWeaponImplicitWand17 +SpellDamageOnWeaponUniqueWand3 +IncreasedCastSpeedUniqueStaff2 +CriticalStrikeChanceUniqueWand3 +IncreasedManaUniqueWand3 +IncreasedMaximumPowerChargesUnique__1 +IncreasedSpellDamagePerPowerChargeUniqueWand3 +]], +} diff --git a/src/Data/Uniques/amulet.lua b/src/Data/Uniques/amulet.lua index 3cd9ebfd2a..b49727bfda 100644 --- a/src/Data/Uniques/amulet.lua +++ b/src/Data/Uniques/amulet.lua @@ -10,12 +10,12 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 45 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength +{tags:attribute}+(20-30) to Strength {tags:attack,speed}10% reduced Attack Speed {tags:caster,speed}10% reduced Cast Speed -{tags:jewellery_defense}+(400-500) to Armour +{tags:defences}+(400-500) to Armour {variant:1}{tags:life}+(30-40) Life gained when you Block -{variant:2,3}{tags:life}+(34-48) Life gained when you Block +{variant:2,3}{tags:resource,life}+(34-48) Life gained when you Block {variant:1}{tags:mana}+(10-20) Mana gained when you Block {variant:2,3}{tags:mana}+(10-24) Mana gained when you Block {variant:1}{tags:speed}20% reduced Movement Speed @@ -24,7 +24,7 @@ Implicits: 1 {variant:1}10% Chance to Block {variant:2,3}8% Chance to Block {tags:physical}{variant:1}Reflects 200 to 250 Physical Damage to Attackers on Block -{tags:physical}{variant:2,3}Reflects 240 to 300 Physical Damage to Attackers on Block +{variant:2,3}{tags:physical}Reflects 240 to 300 Physical Damage to Attackers on Block ]],[[ Araku Tiki Coral Amulet @@ -32,8 +32,8 @@ Upgrade: Upgrades to unique{Ngamahu Tiki} via prophecy{A Forest of False Idols} Implicits: 1 {tags:life}(2-4) Life Regenerated per second {tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life -{tags:life}+(30-50) to maximum Life -{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:resource,life}+(30-50) to maximum Life +{tags:resistance}+(20-30)% to Fire Resistance {tags:life}1% of Life Regenerated per Second while on Low Life ]],[[ Ngamahu Tiki @@ -42,10 +42,10 @@ Source: Upgraded from unique{Araku Tiki} via prophecy{A Forest of False Idols} Requires Level 36 Implicits: 1 {tags:life}(2-4) Life Regenerated per second -{tags:jewellery_elemental}(50-70)% increased Fire Damage +{tags:elemental_damage}(50-70)% increased Fire Damage {tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life -{tags:life}+(30-50) to maximum Life -{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:resource,life}+(30-50) to maximum Life +{tags:resistance}+(20-30)% to Fire Resistance {tags:life}1% of Life Regenerated per Second while on Low Life ]],[[ The Ascetic @@ -54,15 +54,15 @@ Source: prophecy{The Ambitious Bandit III} Requires Level 8 Implicits: 1 (12-20)% increased Rarity of Items found -(80-100)% increased Rarity of Items found with a Normal Item equipped -(10-15)% increased Quantity of Items found with a Magic Item equipped +(80-100)% increased Rarity of Items found with a Normal Item Equipped +(10-15)% increased Quantity of Items found with a Magic Item Equipped ]],[[ Astramentis Onyx Amulet Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:jewellery_attribute}+(80-100) to all Attributes +{tags:attribute}+(10-16) to all Attributes +{tags:attribute}+(80-100) to all Attributes {tags:attack,physical}-4 Physical Damage taken from Attacks ]],[[ Atziri's Foible @@ -71,14 +71,14 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 16 Implicits: 1 -{tags:mana}(20-30)% increased Mana Regeneration Rate +{tags:resource,mana}(20-30)% increased Mana Regeneration Rate {variant:1}{tags:mana}+50 to maximum Mana -{variant:2}{tags:mana}+100 to maximum Mana +{variant:2}{tags:resource,mana}+100 to maximum Mana {variant:1}{tags:mana}(8-12)% increased maximum Mana -{variant:2}{tags:mana}(16-24)% increased maximum Mana -{variant:1}{tags:mana}(40-60)% increased Mana Regeneration Rate -{variant:2}{tags:mana}(80-100)% increased Mana Regeneration Rate -{tags:jewellery_attribute}Items and Gems have 25% reduced Attribute Requirements +{variant:2}{tags:resource,mana}(16-24)% increased maximum Mana +{variant:1}{tags:resource,mana}(40-60)% increased Mana Regeneration Rate +{variant:2}{tags:resource,mana}(80-100)% increased Mana Regeneration Rate +Items and Gems have 25% reduced Attribute Requirements ]],[[ Replica Atziri's Foible Paua Amulet @@ -86,8 +86,8 @@ League: Heist Requires Level 16 Implicits: 1 {tags:life}Regenerate (1.00-2.00)% of Life per second -{tags:life}+100 to maximum Life -{tags:life}(20-25)% increased Life Recovery rate +{tags:resource,life}+100 to maximum Life +{tags:resource,life}(20-25)% increased Life Recovery rate Items and Gems have 25% reduced Attribute Requirements ]],[[ Aul's Uprising @@ -113,22 +113,22 @@ Variant: Intelligence: Zealotry Variant: Envy Requires Level 55 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{variant:1,2,3,4,5}{tags:jewellery_attribute}+(20-30) to Strength -{variant:6,7,8,9}{tags:jewellery_attribute}+(20-30) to Dexterity -{variant:10,11,12,13,14,15,16}{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:attribute}+(10-16) to all Attributes +{variant:1,2,3,4,5}{tags:attribute}+(20-30) to Strength +{variant:6,7,8,9}{tags:attribute}+(20-30) to Dexterity +{variant:10,11,12,13,14,15,16}{tags:attribute}+(20-30) to Intelligence {variant:17}Grants Level 15 Envy Skill -{variant:1,2,3,4,5}{tags:jewellery_defense}(15-20)% increased Armour -{variant:6,7,8,9}{tags:jewellery_defense}(15-20)% increased Evasion Rating -{variant:10,11,12,13,14,15,16}{tags:jewellery_defense}(15-20)% increased maximum Energy Shield -{variant:17}{tags:jewellery_attribute}+(15-20) to all Attributes -{tags:life}+(50-70) to maximum Life +{variant:1,2,3,4,5}{tags:defences}(15-20)% increased Armour +{variant:6,7,8,9}{tags:defences}(15-20)% increased Evasion Rating +{variant:10,11,12,13,14,15,16}{tags:defences}(15-20)% increased maximum Energy Shield +{variant:17}{tags:attribute}+(15-20) to all Attributes +{tags:resource,life}+(50-70) to maximum Life {variant:1,2,3,4,5}10% reduced Stun and Block Recovery {variant:6,7,8,9}Nearby Enemies grant 25% increased Flask Charges {tags:critical}{variant:10,11,12,13,14,15,16}2% additional Chance to receive a Critical Strike {variant:1,2,3,4,5}Nearby Enemies have 10% reduced Stun and Block Recovery -{tags:critical}{variant:10,11,12,13,14,15,16}Hits against Nearby Enemies have 50% increased Critical Strike Chance -{variant:17}{tags:jewellery_defense}(15-20)% increased Global Defences +{variant:10,11,12,13,14,15,16}{tags:critical}Hits against Nearby Enemies have 50% increased Critical Strike Chance +{variant:17}{tags:defences}(15-20)% increased Global Defences {variant:1}Anger has no Reservation {variant:2}Determination has no Reservation {variant:3}Pride has no Reservation @@ -153,13 +153,13 @@ Variant: Pre 2.5.0 Variant: Current Requires Level 32 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{tags:life}+(30-50) to maximum Life -{tags:mana}+(50-70) to maximum Mana +{tags:attribute}+(16-24) to Strength and Intelligence +{tags:resource,life}+(30-50) to maximum Life +{tags:resource,mana}+(50-70) to maximum Mana +1 to Maximum Power Charges -{tags:mana}10% increased Mana Regeneration Rate Per Power Charge +{tags:resource,mana}10% increased Mana Regeneration Rate per Power Charge {variant:2}(80-100)% increased Power Charge Duration -{tags:mana}1% of Damage is taken from Mana before Life per Power Charge +{tags:resource,life,mana}1% of Damage is taken from Mana before Life per Power Charge {tags:critical}40% reduced Critical Strike Chance per Power Charge ]],[[ Badge of the Brotherhood @@ -167,7 +167,7 @@ Turquoise Amulet Requires Level: 20 Implicits: 1 League: Blight -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence +{tags:attribute}+(16-24) to Dexterity and Intelligence (7-10)% increased Cooldown Recovery of Travel Skills per Frenzy Charge (7-10)% increased Effect of Elusive on you per Power Charge (20-25)% chance to lose a Frenzy Charge when you use a Travel Skill @@ -194,10 +194,10 @@ League: Talisman Hardcore Talisman Tier: 2 Requires Level 28 Implicits: 1 -(15-25)% increased Global Defences -+(20-30) to maximum Energy Shield -+(15-30)% to Fire Resistance -+(15-30)% to Lightning Resistance +{tags:defences}(15-25)% increased Global Defences +{tags:defences}+(20-30) to maximum Energy Shield +{tags:resistance}+(15-30)% to Fire Resistance +{tags:resistance}+(15-30)% to Lightning Resistance 30% slower start of Energy Shield Recharge during Flask Effect 400% increased Energy Shield Recharge Rate during Flask Effect Corrupted @@ -207,11 +207,11 @@ Amber Amulet Source: Use currency{Vaal Orb} on unique{Tear of Purity} Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength -Grants level 10 Gluttony of Elements Skill +{tags:attribute}+(20-30) to Strength +Grants Level 10 Gluttony of Elements Skill {tags:attack,chaos}Adds 19-43 Chaos Damage to Attacks -{tags:jewellery_resistance}−(10-5)% to all Elemental Resistances -{tags:chaos,jewellery_resistance}+(17-29)% to Chaos Resistance +{tags:resistance}-(10-5)% to all Elemental Resistances +{tags:chaos,resistance}+(17-29)% to Chaos Resistance Corrupted ]],[[ Bloodgrip @@ -221,12 +221,12 @@ Variant: Current Requires Level 55 Implicits: 1 {tags:life}(2.0-4.0) Life Regenerated per second -{tags:attack,physical}Adds 10 to 20 Physical Damage to Attacks -{tags:life}+(60-70) to maximum Life +{tags:physical,attack}Adds 10 to 20 Physical Damage to Attacks +{tags:resource,life}+(60-70) to maximum Life {variant:1}{tags:life}Regenerate (8.0-12.0) Life per second {variant:2}{tags:life}Regenerate (16.0-24.0) Life per second -{tags:life}100% increased Life Recovery from Flasks -Moving while Bleeding doesn't cause you to take extra Damage +{tags:resource,life}100% increased Life Recovery from Flasks +{tags:physical,attack}Moving while Bleeding doesn't cause you to take extra Damage ]],[[ Bloodgrip Marble Amulet @@ -235,12 +235,12 @@ Variant: Current Requires Level 74 Implicits: 1 {tags:life}(1.2-1.6)% of Life Regenerated per second -{tags:attack,physical}Adds 10 to 20 Physical Damage to Attacks -{tags:life}+(60-70) to maximum Life +{tags:physical,attack}Adds 10 to 20 Physical Damage to Attacks +{tags:resource,life}+(60-70) to maximum Life {variant:1}{tags:life}Regenerate (8.0-12.0) Life per second {variant:2}{tags:life}Regenerate (16.0-24.0) Life per second -{tags:life}100% increased Life Recovery from Flasks -Moving while Bleeding doesn't cause you to take extra Damage +{tags:resource,life}100% increased Life Recovery from Flasks +{tags:physical,attack}Moving while Bleeding doesn't cause you to take extra Damage ]],[[ Carnage Heart Onyx Amulet @@ -248,39 +248,39 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:jewellery_attribute}+(20-40) to all Attributes +{tags:attribute}+(10-16) to all Attributes +{tags:attribute}+(20-40) to all Attributes {tags:life}{variant:1}25% reduced maximum Life {tags:jewellery_defense}{variant:1}25% reduced maximum Energy Shield -{tags:jewellery_resistance}+(10-20)% to all Elemental Resistances -{tags:attack,life,physical}(1.2-2)% of Physical Attack Damage Leeched as Life -{tags:life}{variant:2}(30-40)% increased Damage while Leeching +{tags:resistance}+(10-20)% to all Elemental Resistances +{tags:resource,life,physical,attack}(1.2-2)% of Physical Attack Damage Leeched as Life +{variant:2}(30-40)% increased Damage while Leeching {tags:life}{variant:2}50% increased Life Leeched per second -Extra Gore +Extra gore ]],[[ Daresso's Salute Citrine Amulet League: Anarchy Requires Level 16 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -{tags:jewellery_defense}50% reduced maximum Energy Shield -{tags:jewellery_resistance}+(30-40)% to Fire Resistance -{tags:jewellery_resistance}+(30-40)% to Cold Resistance -{tags:life,speed}10% increased Movement Speed when on Full Life +{tags:attribute}+(16-24) to Strength and Dexterity +{tags:defences}50% reduced maximum Energy Shield +{tags:resistance}+(30-40)% to Fire Resistance +{tags:resistance}+(30-40)% to Cold Resistance +{tags:speed}10% increased Movement Speed when on Full Life {tags:attack}+2 to Melee Weapon and Unarmed range -{tags:attack,life}60% increased Melee Damage when on Full Life +{tags:attack}60% increased Melee Damage when on Full Life ]],[[ The Ephemeral Bond Lapis Amulet League: Heist Requires Level 68 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:mana}(25-40)% increased Mana Regeneration Rate -{tags:jewellery_resistance}+(15-25)% to all Elemental Resistances +{tags:attribute}+(20-30) to Intelligence +{tags:resource,mana}(25-40)% increased Mana Regeneration Rate +{tags:resistance}+(15-25)% to all Elemental Resistances {tags:critical}+(30-40)% to Critical Strike Multiplier if you've gained a Power Charge Recently -{tags:jewellery_elemental}(1-2) to (36-40) Lightning Damage per Power Charge +{tags:elemental_damage}(1-2) to (36-40) Lightning Damage per Power Charge 90% less Power Charge Duration ]],[[ Extractor Mentis @@ -289,14 +289,14 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 16 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{tags:jewellery_attribute}+(30-50) to Strength +{tags:attribute}+(16-24) to Strength and Intelligence +{tags:attribute}+(30-50) to Strength 5% chance to grant Unholy Might to nearby Enemies on Kill 5% chance to grant Onslaught to nearby Enemies on Kill {variant:1}5% chance to gain Unholy Might for 10 seconds on Kill {variant:2}10% chance to gain Unholy Might for 10 seconds on Kill {variant:1}{tags:caster,attack}5% chance to gain Onslaught for 10 seconds on Kill -{variant:2}{tags:caster,attack}10% chance to gain Onslaught for 10 seconds on Kill +{variant:2}10% chance to gain Onslaught for 10 seconds on Kill {tags:life}Recover 1% of Maximum Life on Kill ]],[[ Eye of Chayula @@ -304,8 +304,8 @@ Onyx Amulet Upgrade: Upgrades to unique{Presence of Chayula} using currency{Blessing of Chayula} Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:life}20% reduced maximum Life +{tags:attribute}+(10-16) to all Attributes +{tags:resource,life}20% reduced maximum Life 30% increased Rarity of Items found Cannot be Stunned ]],[[ @@ -315,22 +315,22 @@ League: Breach Source: Upgraded from unique{Eye of Chayula} using currency{Blessing of Chayula} Requires Level 60 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes +{tags:attribute}+(10-16) to all Attributes 30% increased Rarity of Items found -{tags:chaos,jewellery_resistance}+60% to Chaos Resistance +{tags:chaos,resistance}+60% to Chaos Resistance Cannot be Stunned -{tags:jewellery_defense,life}20% of Maximum Life Converted to Energy Shield +{tags:resource,life,defences}20% of Maximum Life Converted to Energy Shield ]],[[ Eye of Innocence Citrine Amulet Source: Drops from unique{Guardian of the Phoenix} Requires Level 68 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -{tags:jewellery_elemental}10% chance to Ignite +{tags:attribute}+(16-24) to Strength and Dexterity +10% chance to Ignite (50-70)% increased Damage while Ignited -{tags:jewellery_elemental}Take 100 Fire Damage when you Ignite an Enemy -{tags:life}2% of Fire Damage Leeched as Life while Ignited +{tags:elemental_damage}Take 100 Fire Damage when you Ignite an Enemy +{tags:resource,life}2% of Fire Damage Leeched as Life while Ignited ]],[[ Eyes of the Greatwolf Greatwolf Talisman @@ -374,9 +374,9 @@ Implicits: 32 {variant:3}(38-62)% increased Chaos Damage {variant:4}(40-60)% increased Attack Damage {variant:5}(40-60)% increased Cold Damage -{variant:6}(40-60)% increased Fire Damage +{variant:6}{tags:elemental_damage}(40-60)% increased Fire Damage {variant:7}(40-60)% increased Lightning Damage -{variant:8}(40-60)% increased Spell Damage +{variant:8}{tags:caster}(40-60)% increased Spell Damage {variant:9}(40-60)% increased Global Physical Damage {variant:10}(40-60)% increased maximum Mana {variant:11}(50-70)% increased Damage @@ -408,8 +408,8 @@ Citrine Amulet League: Harvest Requires Level 61 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -{tags:jewellery_attribute}+(30-50) to Intelligence +{tags:attribute}+(16-24) to Strength and Dexterity +{tags:attribute}+(30-50) to Intelligence {tags:caster,speed}(10-15)% increased Cast Speed (10-15)% increased Area of Effect {tags:caster}Enemies Cursed by you are Hindered with 25% reduced Movement Speed if 25% of Curse Duration expired @@ -421,9 +421,9 @@ Turquoise Amulet League: Metamorph Requires Level 40 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{tags:jewellery_defense}(15-25)% increased Evasion Rating -{tags:jewellery_resistance}+(15-20)% to all Elemental Resistances +{tags:attribute}+(16-24) to Dexterity and Intelligence +{tags:defences}(15-25)% increased Evasion Rating +{tags:resistance}+(15-20)% to all Elemental Resistances Skills fire 2 additional Projectiles {tags:speed}(20-30)% increased Projectile Speed Modifiers to number of Projectiles instead apply to the number of targets Projectiles Split towards @@ -435,12 +435,12 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 77 Implicits: 1 -{tags:mana}(48-56)% increased Mana Regeneration Rate -{tags:life}0.5% of Chaos Damage Leeched as Life -{tags:caster,life}Lose (10-15) Life for each Enemy hit by your Spells -{tags:attack,life}Lose (20-25) Life for each Enemy hit by your Attacks +{tags:resource,mana}(48-56)% increased Mana Regeneration Rate +{tags:resource,life,chaos}0.5% of Chaos Damage Leeched as Life +{tags:resource,life,caster}Lose (10-15) Life for each Enemy hit by your Spells +{tags:resource,life,attack}Lose (20-25) Life for each Enemy hit by your Attacks Skills Chain +1 times -{tags:speed}{variant:2}(30-40)% increased Projectile Speed +{variant:2}{tags:speed}(30-40)% increased Projectile Speed {variant:1}{tags:chaos}Projectiles gain (15-20)% of Non-Chaos Damage as extra Chaos Damage per Chain {variant:2}{tags:chaos}Projectiles that have Chained gain (20-35)% of Non-Chaos Damage as extra Chaos Damage ]],[[ @@ -451,11 +451,11 @@ Source: Drops in Tul Breach or from unique{Tul, Creeping Avalanche} Upgrade: Upgrades to unique{The Pandemonius} using currency{Blessing of Tul} Requires Level 35 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_elemental}(10-20)% increased Cold Damage -{tags:jewellery_resistance}+(35-40)% to Cold Resistance +{tags:attribute}+(20-30) to Dexterity +{tags:elemental_damage}(10-20)% increased Cold Damage +{tags:resistance}+(35-40)% to Cold Resistance 30% increased Freeze Duration on Enemies -{tags:jewellery_elemental}10% chance to Freeze +10% chance to Freeze 60% increased Damage if you've Frozen an Enemy Recently ]],[[ The Pandemonius @@ -464,19 +464,19 @@ League: Breach Source: Upgraded from unique{The Halcyon} using currency{Blessing of Tul} Requires Level 64 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_elemental}(20-30)% increased Cold Damage -{tags:jewellery_resistance}+(35-40)% to Cold Resistance +{tags:attribute}+(20-30) to Dexterity +{tags:elemental_damage}(20-30)% increased Cold Damage +{tags:resistance}+(35-40)% to Cold Resistance Chill Enemy for 1 second when Hit Blind Chilled Enemies on Hit -{tags:jewellery_elemental}Damage Penetrates 20% Cold Resistance against Chilled Enemies +{tags:elemental_damage}Damage Penetrates 20% Cold Resistance against Chilled Enemies ]],[[ Hinekora's Sight Onyx Amulet Source: Any prophecy{Prophecy} enemy Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes +{tags:attribute}+(10-16) to all Attributes {tags:attack}+1000 to Accuracy Rating (6-10)% chance to Dodge Attacks (6-10)% chance to Dodge Spell Damage @@ -487,25 +487,25 @@ Jade Amulet League: Synthesis Requires Level 64 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:attribute}+(20-30) to Dexterity Grants Level 22 Precision Skill -{tags:jewellery_attribute}+(25-35) to Dexterity -{tags:attack,physical}Adds (12-15) to (24-28) Physical Damage to Attacks -{tags:jewellery_elemental,attack}Adds (11-15) to (23-28) Cold Damage to Attacks -+(23-28)% to Global Critical Strike Multiplier -{tags:attack,life,physical}(0.8-1)% of Physical Attack Damage Leeched as Life -{tags:mana}Precision has 50% less Reservation +{tags:attribute}+(25-35) to Dexterity +{tags:physical,attack}Adds (12-15) to (24-28) Physical Damage to Attacks +{tags:elemental_damage,attack}Adds (11-15) to (23-28) Cold Damage to Attacks +{tags:critical}+(23-28)% to Global Critical Strike Multiplier +{tags:resource,life,physical,attack}(0.8-1)% of Physical Attack Damage Leeched as Life +{tags:resource,mana}Precision has 50% less Reservation ]],[[ Replica Hyrri's Truth Jade Amulet League: Heist Requires Level 64 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:attribute}+(20-30) to Dexterity Grants Level 22 Hatred Skill -{tags:jewellery_attribute}+(25-35) to Dexterity -{tags:attack,physical}Adds (12-15) to (24-28) Physical Damage to Attacks -{tags:jewellery_elemental,attack}Adds (11-15) to (23-28) Cold Damage to Attacks +{tags:attribute}+(25-35) to Dexterity +{tags:physical,attack}Adds (12-15) to (24-28) Physical Damage to Attacks +{tags:elemental_damage,attack}Adds (11-15) to (23-28) Cold Damage to Attacks {tags:critical}+(23-28)% to Global Critical Strike Multiplier {tags:life}(0.8-1.0)% of Cold Damage Leeched as Life {tags:mana}Hatred has 50% less Mana Reservation @@ -516,11 +516,11 @@ Upgrade: Upgrades to unique{The Effigon} via prophecy{Blind Faith} Requires Level 8 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+10 to Dexterity -{tags:jewellery_elemental,attack}Adds 12 to 24 Fire Damage to Attacks +{tags:attribute}+10 to Dexterity +{tags:elemental_damage,attack}Adds 12 to 24 Fire Damage to Attacks {tags:attack}+(100-150) to Accuracy Rating -{tags:jewellery_defense}+(100-150) to Evasion Rating -{tags:jewellery_resistance}+20% to Fire Resistance +{tags:defences}+(100-150) to Evasion Rating +{tags:resistance}+20% to Fire Resistance ]],[[ The Effigon Gold Amulet @@ -528,13 +528,13 @@ Source: Upgraded from unique{The Ignomon} via prophecy{Blind Faith} Requires Level 57 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+10 to Dexterity -{tags:jewellery_elemental,attack}Adds 12 to 24 Fire Damage to Attacks +{tags:attribute}+10 to Dexterity +{tags:elemental_damage,attack}Adds 12 to 24 Fire Damage to Attacks {tags:attack}+(100-150) to Accuracy Rating -{tags:jewellery_defense}+(100-150) to Evasion Rating -{tags:jewellery_resistance}+20% to Fire Resistance -Your Hits can't be Evaded by Blinded Enemies -Damage Penetrates 10% Fire Resistance against Blinded Enemies +{tags:defences}+(100-150) to Evasion Rating +{tags:resistance}+20% to Fire Resistance +{tags:attack}Your Hits can't be Evaded by Blinded Enemies +{tags:elemental_damage}Damage Penetrates 10% Fire Resistance against Blinded Enemies ]],[[ Impresence Onyx Amulet @@ -546,28 +546,28 @@ Variant: Lightning Variant: Chaos Requires Level 64 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{variant:1}{tags:attack,physical}Adds (12-16) to (20-25) Physical Damage -{variant:2}{tags:jewellery_elemental}Adds (20-24) to (33-36) Fire Damage -{variant:3}{tags:jewellery_elemental}Adds (20-24) to (33-36) Cold Damage -{variant:4}{tags:jewellery_elemental}Adds (10-13) to (43-47) Lightning Damage +{tags:attribute}+(10-16) to all Attributes +{variant:1}{tags:physical}Adds (12-16) to (20-25) Physical Damage +{variant:2}{tags:elemental_damage}Adds (20-24) to (33-36) Fire Damage +{variant:3}{tags:elemental_damage}Adds (20-24) to (33-36) Cold Damage +{variant:4}{tags:elemental_damage}Adds (10-13) to (43-47) Lightning Damage {variant:5}{tags:chaos}Adds (17-19) to (23-29) Chaos Damage -{tags:life}+(50-70) to maximum Life -{variant:1}{tags:jewellery_defense}+(400-500) to Armour -{variant:2}{tags:life}Regenerate 1% of Life per second -{variant:3}{tags:mana}(45-50)% increased Mana Regeneration Rate -{variant:4}{tags:jewellery_defense}Regenerate 1% of Energy Shield per second +{tags:resource,life}+(50-70) to maximum Life +{variant:1}{tags:defences}+(400-500) to Armour +{variant:2}{tags:resource,life}Regenerate 1% of Life per second +{variant:3}{tags:resource,mana}(45-50)% increased Mana Regeneration Rate +{variant:4}{tags:defences}Regenerate 1% of Energy Shield per second {variant:5}(30-40)% increased Damage over Time {variant:1}(30-40)% increased Stun and Block Recovery -{variant:2}{tags:jewellery_resistance}+(20-25)% to Fire Resistance -{variant:3}{tags:jewellery_resistance}+(20-25)% to Cold Resistance -{variant:4}{tags:jewellery_resistance}+(20-25)% to Lightning Resistance -{variant:5}{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance -{variant:1}Vulnerability has 100% reduced Reservation if Cast as an Aura -{variant:2}Flammability has 100% reduced Reservation if Cast as an Aura -{variant:3}Frostbite has 100% reduced Reservation if Cast as an Aura -{variant:4}Conductivity has 100% reduced Reservation if Cast as an Aura -{variant:5}Despair has 100% reduced Reservation if Cast as an Aura +{variant:2}{tags:resistance}+(20-25)% to Fire Resistance +{variant:3}{tags:resistance}+(20-25)% to Cold Resistance +{variant:4}{tags:resistance}+(20-25)% to Lightning Resistance +{variant:5}{tags:chaos,resistance}+(17-23)% to Chaos Resistance +{variant:1}{tags:caster}Vulnerability has 100% reduced Reservation if Cast as an Aura +{variant:2}{tags:caster}Flammability has 100% reduced Reservation if Cast as an Aura +{variant:3}{tags:caster}Frostbite has 100% reduced Reservation if Cast as an Aura +{variant:4}{tags:caster}Conductivity has 100% reduced Reservation if Cast as an Aura +{variant:5}{tags:caster}Despair has 100% reduced Reservation if Cast as an Aura Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy Elder Item ]],[[ @@ -578,8 +578,8 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 5 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}+(20-30) to Strength +{tags:attribute}+(20-30) to Dexterity +{tags:attribute}+(20-30) to Strength {tags:attack}+100 to Accuracy Rating {variant:2}30% increased Projectile Damage {tags:speed}30% increased Projectile Speed @@ -590,8 +590,8 @@ Jade Amulet League: Heist Requires Level 5 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:attribute}+(20-30) to Dexterity +{tags:attribute}+(20-30) to Intelligence {tags:attack}+100 to Accuracy Rating {tags:speed}10% increased Movement Speed 30% increased Area of Effect @@ -604,10 +604,10 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 24 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}+(20-30) to Strength -{tags:attack,speed}{variant:1}(15-20)% increased Attack Speed -{tags:attack,speed}{variant:2}(5-10)% increased Attack Speed +{tags:attribute}+(20-30) to Dexterity +{tags:attribute}+(20-30) to Strength +{variant:1}{tags:attack,speed}(15-20)% increased Attack Speed +{variant:2}{tags:attack,speed}(5-10)% increased Attack Speed {tags:attack}+100 to Accuracy Rating {variant:2}30% increased Projectile Damage {tags:speed}30% increased Projectile Speed @@ -617,8 +617,8 @@ Maligaro's Cruelty Turquoise Amulet Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{tags:life}(4-8)% increased maximum Life +{tags:attribute}+(16-24) to Dexterity and Intelligence +{tags:resource,life}(4-8)% increased maximum Life (25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by 5 or more Poisons (12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons {tags:chaos}10% increased Damage with Poison per Frenzy Charge @@ -628,9 +628,9 @@ The Jinxed Juju Citrine Amulet Requires Level 48 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -{tags:jewellery_attribute}+(30-40) to Intelligence -{tags:chaos,jewellery_resistance}+(23-31)% to Chaos Resistance +{tags:attribute}+(16-24) to Strength and Dexterity +{tags:attribute}+(30-40) to Intelligence +{tags:chaos,resistance}+(23-31)% to Chaos Resistance {tags:caster}(10-15)% increased Effect of your Curses (10-15)% increased effect of Non-Curse Auras from your Skills 10% of Damage from Hits is taken from your Spectres' Life before you @@ -645,11 +645,11 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 40 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:attribute}+(20-30) to Intelligence {tags:attack}+(80-120) to Accuracy Rating {tags:critical}{variant:1,2,3}+(140-160)% to Global Critical Strike Multiplier -{tags:critical}{variant:4,5}+(210-240)% to Global Critical Strike Multiplier -{tags:jewellery_defense}+(80-100) to Evasion Rating +{variant:4,5}{tags:critical}+(210-240)% to Global Critical Strike Multiplier +{tags:defences}+(80-100) to Evasion Rating (10-15)% increased Light Radius {variant:1,2}Non-critical strikes deal 25% Damage {variant:3,4}Non-critical strikes deal 40% Damage @@ -657,7 +657,7 @@ Implicits: 1 {tags:critical}{variant:2}50% less Critical Strike Chance {tags:critical}{variant:3,4,5}40% less Critical Strike Chance {variant:1,2,3,4}Your Critical Strikes have Culling Strike -{variant:5}Critical Strikes have Culling Strike +{variant:5}{tags:critical}Critical Strikes have Culling Strike ]],[[ Natural Hierarchy Rotfeather Talisman @@ -667,10 +667,10 @@ Requires Level 44 Implicits: 1 (25-35)% increased Damage (10-15)% increased Physical Damage -(25-30)% increased Fire Damage -(20-25)% increased Cold Damage -(15-20)% increased Lightning Damage -(30-35)% increased Chaos Damage +{tags:elemental_damage}(25-30)% increased Fire Damage +{tags:elemental_damage}(20-25)% increased Cold Damage +{tags:elemental_damage}(15-20)% increased Lightning Damage +{tags:chaos}(30-35)% increased Chaos Damage Corrupted ]],[[ Night's Hold @@ -682,8 +682,8 @@ Implicits: 1 Has 1 Socket +2 to Level of Socketed Gems Socketed Gems are Supported by Level 10 Added Chaos Damage -Socketed Gems are Supported by Level 10 Blind -Socketed Gems are Supported by Level 10 Cast when Stunned +Socketed Gems are supported by Level 10 Blind +Socketed Gems are supported by Level 10 Cast when Stunned Corrupted ]],[[ Perquil's Toe @@ -691,7 +691,7 @@ Gold Amulet Requires Level 29 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+(40-50) to Dexterity +{tags:attribute}+(40-50) to Dexterity {tags:speed}(5-8)% increased Movement Speed Lightning Damage from Enemies Hitting you is Lucky Nearby Allies' Damage with Hits is Lucky @@ -706,7 +706,7 @@ Implicits: 1 You cannot have non-Golem Minions 25% reduced Golem Size Golems Deal (35-45)% less Damage -{tags:life}Golems have (35-45)% less Life +{tags:resource,life}Golems have (35-45)% less Life {tags:speed}Golems have (80-100)% increased Movement Speed Primordial ]],[[ @@ -714,19 +714,19 @@ Rashkaldor's Patience Jade Amulet Requires Level 61 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:life}+(40-80) to maximum Life -{tags:mana}+(20-40) to maximum Mana -{tags:jewellery_elemental}20% increased Duration of Elemental Ailments on Enemies -{tags:jewellery_attribute}Items and Gems have 10% reduced Attribute Requirements -{tags:jewellery_elemental}5% chance to Freeze, Shock and Ignite +{tags:attribute}+(20-30) to Dexterity +{tags:resource,life}+(40-80) to maximum Life +{tags:resource,mana}+(20-40) to maximum Mana +20% increased Duration of Elemental Ailments on Enemies +Items and Gems have 10% reduced Attribute Requirements +5% chance to Freeze, Shock and Ignite Cannot gain Power Charges ]],[[ Retaliation Charm Citrine Amulet Requires Level 30 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity +{tags:attribute}+(16-24) to Strength and Dexterity (25-40)% increased Damage with Hits and Ailments against Blinded Enemies {tags:critical}(30-50)% increased Critical Strike Chance against Blinded Enemies {tags:critical}(40-50)% chance to Blind Enemies on Critical Strike @@ -742,11 +742,11 @@ Talisman Tier: 2 Requires Level 28 Implicits: 2 {variant:1}+(16-24)% to Global Critical Strike Multiplier -{variant:2}+(24-36)% to Global Critical Strike Multiplier +{variant:2}{tags:critical}+(24-36)% to Global Critical Strike Multiplier +7% Base Unarmed Critical Strike Chance -Modifiers to Claw Damage also apply to Unarmed Attack Damage -Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed -Modifiers to Claw Critical Strike Chance also apply to Unarmed Attack Critical Strike Chance +{tags:attack}Modifiers to Claw Damage also apply to Unarmed Attack Damage +{tags:attack,speed}Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed +{tags:attack,critical}Modifiers to Claw Critical Strike Chance also apply to Unarmed Attack Critical Strike Chance Corrupted ]],[[ Sacrificial Heart @@ -758,12 +758,12 @@ Source: Drops from unique{The Vaal Omnitect} Upgrade: Upgrades to unique{Zerphi's Heart} via currency{Vial of Sacrifice} Requires Level 32 Implicits: 1 -{tags:mana}(20-30)% increased Mana Regeneration Rate -{tags:jewellery_elemental}Adds (22-27) to (34-38) Fire Damage -{tags:jewellery_elemental}Adds (20-23) to (31-35) Cold Damage -{tags:jewellery_elemental}Adds (1-3) to (47-52) Lightning Damage +{tags:resource,mana}(20-30)% increased Mana Regeneration Rate +{tags:elemental_damage}Adds (22-27) to (34-38) Fire Damage +{tags:elemental_damage}Adds (20-23) to (31-35) Cold Damage +{tags:elemental_damage}Adds (1-3) to (47-52) Lightning Damage {variant:1}Gain a Power Charge when you use a Vaal Skill -{tags:life}10 Life gained for each Enemy Hit if you have used a Vaal Skill Recently +{tags:resource,life}10 Life gained for each Enemy Hit if you have used a Vaal Skill Recently {tags:speed}10% increased Movement Speed if you have used a Vaal Skill Recently {variant:2}Gain up to maximum Power Charges when you use a Vaal Skill ]],[[ @@ -775,9 +775,9 @@ Variant: Pre 3.10.0 Variant: Current Requires Level 70 Implicits: 1 -{tags:mana}(20-30)% increased Mana Regeneration Rate +{tags:resource,mana}(20-30)% increased Mana Regeneration Rate {tags:chaos}Adds (48-53) to (58-60) Chaos Damage -{tags:jewellery_attribute}Items and Gems have 50% increased Attribute Requirements +Items and Gems have 50% increased Attribute Requirements Chaos Damage can Ignite, Chill and Shock {variant:1}Gain Soul Eater for 10 seconds when you use a Vaal Skill {variant:2}Gain Soul Eater for 20 seconds when you use a Vaal Skill @@ -788,26 +788,26 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 16 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{tags:mana}(30-50)% increased Mana Regeneration Rate +{tags:attribute}+(16-24) to Strength and Intelligence +{tags:resource,mana}(30-50)% increased Mana Regeneration Rate {tags:life}2% of Life Regenerated per Second {variant:1}{tags:life}Nearby Allies gain 1% of Life Regenerated per Second -{variant:2}{tags:life}Nearby Allies gain 2% of Life Regenerated per Second -{tags:mana}Nearby Allies gain 40% increased Mana Regeneration Rate +{variant:2}{tags:resource,life}Nearby Allies gain 2% of Life Regenerated per second +{tags:resource,mana}Nearby Allies gain 40% increased Mana Regeneration Rate ]],[[ Sidhebreath Paua Amulet Variant: Pre 3.0.0 Variant: Pre 3.8.0 Variant: Current -{tags:mana}(20-30)% increased Mana Regeneration Rate -{tags:jewellery_resistance}+25% to Cold Resistance -{variant:1,2}0.2% of Physical Attack Damage Leeched as Mana -{tags:life}Minions have (10-15)% increased maximum Life +{tags:resource,mana}(20-30)% increased Mana Regeneration Rate +{tags:resistance}+25% to Cold Resistance +{variant:1,2}{tags:resource,mana,physical,attack}0.2% of Physical Attack Damage Leeched as Mana +{tags:resource,life}Minions have (10-15)% increased maximum Life {tags:speed}Minions have (10-15)% increased Movement Speed {tags:jewellery_elemental}{variant:3}Minions deal 6 to 13 additional Cold Damage {variant:1,2}Minions deal (10-15)% increased Damage -{variant:2,3}{tags:mana}(10-15)% reduced Mana Cost of Minion Skills +{variant:2,3}{tags:resource,mana}(10-15)% reduced Mana Cost of Minion Skills ]],[[ Solstice Vigil Onyx Amulet @@ -816,10 +816,10 @@ Variant: Pre 3.10.0 Variant: Current Requires Level 64 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes +{tags:attribute}+(10-16) to all Attributes {variant:1}(20-25)% increased Damage {variant:2}(30-40)% increased Damage -{tags:life}+(50-70) to maximum Life +{tags:resource,life}+(50-70) to maximum Life {variant:1}{tags:mana}(2-3) Mana Regenerated per second {variant:2}{tags:mana}(8-10) Mana Regenerated per second {tags:mana}Temporal Chains has 100% reduced Mana Reservation @@ -833,14 +833,14 @@ Variant: Pre 3.8.0 Variant: Current Requires Level 28 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:resistance}+(20-30)% to Fire Resistance {variant:3}Grants Level 10 Frostblink Skill -{tags:jewellery_elemental}(30-50)% increased Cold Damage -{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances +{tags:elemental_damage}(30-50)% increased Cold Damage +{tags:resistance}+(10-15)% to all Elemental Resistances {variant:1}{tags:caster}30% increased Area of Effect of Hex Skills {variant:2,3}{tags:caster}60% increased Area of Effect of Hex Skills {tags:caster}You cannot be Cursed with Silence -{variant:1,2}Grants level 20 Illusory Warp Skill +{variant:1,2}Grants Level 20 Illusory Warp Skill {variant:3}{tags:caster}Frostblink has 50% increased Duration Corrupted ]],[[ @@ -850,11 +850,11 @@ Variant: Pre 3.4.0 Variant: Current Requires Level 5 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:attribute}+(20-30) to Intelligence {variant:1}+15% chance to Block Spell Damage {variant:2}+(12-15)% chance to Block Spell Damage -{tags:caster}(10-15)% increased Cast Speed -{tags:mana}+(30-50) to maximum Mana +{tags:caster,speed}(10-15)% increased Cast Speed +{tags:resource,mana}+(30-50) to maximum Mana ]],[[ Tavukai Coral Amulet @@ -863,22 +863,22 @@ Source: Drops from Karui Legion Requires Level 54 Implicits: 1 {tags:life}(2.0-4.0) Life regenerated per second -{tags:jewellery_attribute}+(30-40) to Intelligence +{tags:attribute}+(30-40) to Intelligence {tags:chaos,jewellery_resistance}Minions have (-17-17)% to Chaos Resistance Summon Raging Spirit has (20-30)% increased Duration Summoned Raging Spirits deal (60-80)% increased Damage -{tags:life}Summoned Raging Spirits have (80-100)% increased maximum Life +{tags:resource,life}Summoned Raging Spirits have (80-100)% increased maximum Life {tags:chaos}Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage ]],[[ Tear of Purity Lapis Amulet Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -Grants level 10 Purity of Elements Skill -{tags:jewellery_attribute}+(5-10) to all Attributes -{tags:life}+(20-40) to maximum Life -5% chance to avoid Elemental Ailments +{tags:attribute}+(20-30) to Intelligence +Grants Level 10 Purity of Elements Skill +{tags:attribute}+(5-10) to all Attributes +{tags:resource,life}+(20-40) to maximum Life +5% chance to Avoid Elemental Ailments ]],[[ Ungil's Harmony Turquoise Amulet @@ -886,22 +886,22 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 23 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{tags:critical}{variant:1}100% increased Global Critical Strike Chance -{tags:critical}{variant:2}(250-350)% increased Global Critical Strike Chance -{tags:life}+(30-50) to maximum Life -{tags:mana}+(30-50) to maximum Mana +{tags:attribute}+(16-24) to Dexterity and Intelligence +{variant:1}{tags:critical}100% increased Global Critical Strike Chance +{variant:2}{tags:critical}(250-350)% increased Global Critical Strike Chance +{tags:resource,life}+(30-50) to maximum Life +{tags:resource,mana}+(30-50) to maximum Mana 40% increased Stun and Block Recovery -Your Critical Strikes do not deal extra Damage +{tags:critical}Your Critical Strikes do not deal extra Damage ]],[[ Victario's Acuity Turquoise Amulet League: Onslaught Requires Level 16 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{tags:jewellery_resistance}+(30-40)% to Lightning Resistance -{tags:chaos,jewellery_resistance}+(8-10)% to Chaos Resistance +{tags:attribute}+(16-24) to Dexterity and Intelligence +{tags:resistance}+(30-40)% to Lightning Resistance +{tags:chaos,resistance}+(8-10)% to Chaos Resistance 10% chance to gain a Frenzy Charge on Kill 10% chance to gain a Power Charge on Kill {tags:speed}5% increased Projectile Speed per Frenzy Charge @@ -914,11 +914,11 @@ Source: Drops in Esh Breach or from unique{Esh, Forked Thought} Upgrade: Upgrades to unique{Choir of the Storm} using currency{Blessing of Esh} Requires Level 40 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -Trigger Level 12 Lightning Bolt when you deal a Critical Strike -{tags:jewellery_attribute}+(10-15) to all Attributes -{tags:mana}(10-20)% increased maximum Mana -Critical Strike Chance is increased by Lightning Resistance +{tags:attribute}+(20-30) to Intelligence +{tags:critical}Trigger Level 12 Lightning Bolt when you deal a Critical Strike +{tags:attribute}+(10-15) to all Attributes +{tags:resource,mana}(10-20)% increased maximum Mana +{tags:critical}Critical Strike Chance is increased by Lightning Resistance ]],[[ Choir of the Storm Lapis Amulet @@ -928,22 +928,22 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 69 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -Trigger Level 20 Lightning Bolt when you deal a Critical Strike -{tags:jewellery_elemental}50% increased Lightning Damage -{tags:mana}(10-20)% increased maximum Mana +{tags:attribute}+(20-30) to Intelligence +{tags:critical}Trigger Level 20 Lightning Bolt when you deal a Critical Strike +{tags:elemental_damage}50% increased Lightning Damage +{tags:resource,mana}(10-20)% increased maximum Mana {variant:1}{tags:jewellery_resistance}-30% to Lightning Resistance -Critical Strike Chance is increased by Lightning Resistance +{tags:critical}Critical Strike Chance is increased by Lightning Resistance ]],[[ Voll's Devotion Agate Amulet League: Anarchy, Onslaught Requires Level 32 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{tags:life}+(30-40) to maximum Life -{tags:jewellery_defense}+(20-30) to maximum Energy Shield -{tags:jewellery_resistance}+(15-20)% to all Elemental Resistances +{tags:attribute}+(16-24) to Strength and Intelligence +{tags:resource,life}+(30-40) to maximum Life +{tags:defences}+(20-30) to maximum Energy Shield +{tags:resistance}+(15-20)% to all Elemental Resistances 30% reduced Endurance Charge Duration 30% reduced Power Charge Duration Gain an Endurance Charge when a Power Charge expires or is consumed @@ -954,7 +954,7 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 50 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence +{tags:attribute}+(16-24) to Dexterity and Intelligence {variant:1}{tags:attack,speed}(8-12)% increased Attack Speed {variant:2}{tags:attack,speed}(10-15)% increased Attack Speed {variant:1}{tags:caster,speed}(8-12)% increased Cast Speed @@ -962,28 +962,28 @@ Implicits: 1 {tags:speed}12% increased Movement Speed {variant:1}(8-12)% reduced Skill Effect Duration {variant:2}(10-15)% reduced Skill Effect Duration -30% increased total Recovery per second from Life, Mana, or Energy Shield Leech +{tags:resource,life,mana,defences}30% increased total Recovery per second from Life, Mana, or Energy Shield Leech ]],[[ Willowgift Jade Amulet Requires Level 52 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}10% reduced Strength -{tags:jewellery_attribute}15% increased Dexterity -{tags:jewellery_resistance}-(30-20)% to Fire Resistance -{tags:jewellery_resistance}+(30-40)% to Cold Resistance +{tags:attribute}+(20-30) to Dexterity +{tags:attribute}10% reduced Strength +{tags:attribute}15% increased Dexterity +{tags:resistance}-(30-20)% to Fire Resistance +{tags:resistance}+(30-40)% to Cold Resistance Fortify Buffs you create instead grant 30% more Evasion Rating -{tags:caster,attack,speed}(15-25)% increased Attack and Cast Speed while you have Fortify +{tags:attack,caster,speed}(15-25)% increased Attack and Cast Speed while you have Fortify ]],[[ Winterheart Gold Amulet Requires Level 42 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:life}+(50-70) to maximum Life -{tags:jewellery_resistance}+75% to Cold Resistance +{tags:attribute}+(20-30) to Dexterity +{tags:resource,life}+(50-70) to maximum Life +{tags:resistance}+75% to Cold Resistance Cannot be Chilled {tags:life}20% of Life Regenerated per Second while Frozen ]],[[ @@ -993,10 +993,10 @@ League: Heist Requires Level 42 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_defense}+(50-70) to maximum Energy Shield -{tags:jewellery_elemental}+75% to Lightning Resistance -{tags:jewellery_defense}Regenerate 5% of Energy Shield per second while Shocked +{tags:attribute}+(20-30) to Dexterity +{tags:defences}+(50-70) to maximum Energy Shield +{tags:resistance}+75% to Lightning Resistance +{tags:defences}Regenerate 5% of Energy Shield per second while Shocked Unaffected by Shock ]],[[ Xoph's Heart @@ -1006,11 +1006,11 @@ Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} Upgrade: Upgrades to unique{Xoph's Blood} using currency{Blessing of Xoph} Requires Level 35 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength -{tags:jewellery_attribute}+(20-30) to Strength -{tags:jewellery_elemental}25% increased Fire Damage -{tags:life}+(25-35) to maximum Life -{tags:jewellery_resistance}+(20-40)% to Fire Resistance +{tags:attribute}+(20-30) to Strength +{tags:attribute}+(20-30) to Strength +{tags:elemental_damage}25% increased Fire Damage +{tags:resource,life}+(25-35) to maximum Life +{tags:resistance}+(20-40)% to Fire Resistance Cover Enemies in Ash when they Hit you ]],[[ Xoph's Blood @@ -1019,25 +1019,25 @@ League: Breach Source: Upgraded from unique{Xoph's Heart} using currency{Blessing of Xoph} Requires Level 64 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength -{tags:life}10% increased maximum Life -{tags:jewellery_resistance}+(20-40)% to Fire Resistance -{tags:jewellery_attribute}10% increased Strength -{tags:jewellery_elemental}Damage Penetrates 10% Fire Resistance +{tags:attribute}+(20-30) to Strength +{tags:resource,life}10% increased maximum Life +{tags:resistance}+(20-40)% to Fire Resistance +{tags:attribute}10% increased Strength +{tags:elemental_damage}Damage Penetrates 10% Fire Resistance Cover Enemies in Ash when they Hit you -Avatar of Fire +{tags:elemental_damage}Avatar of Fire ]],[[ Yoke of Suffering Onyx Amulet Source: Drops from unique{The Eradicator} (Tier 11+) Requires Level 70 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:jewellery_resistance}+(10-20)% to Fire Resistance -{tags:jewellery_resistance}+(10-20)% to Cold Resistance -{tags:jewellery_resistance}+(20-40)% to Lightning Resistance +{tags:attribute}+(10-16) to all Attributes +{tags:resistance}+(10-20)% to Fire Resistance +{tags:resistance}+(10-20)% to Cold Resistance +{tags:resistance}+(20-40)% to Lightning Resistance 30% reduced Duration of Ailments on Enemies -{tags:jewellery_elemental}(5-10)% chance to Shock +(5-10)% chance to Shock Enemies take 5% increased Damage for each type of Ailment you have inflicted on them Your Elemental Damage can Shock ]], diff --git a/src/Data/Uniques/axe.lua b/src/Data/Uniques/axe.lua index 01a6c58632..bf55cde2d5 100644 --- a/src/Data/Uniques/axe.lua +++ b/src/Data/Uniques/axe.lua @@ -20,7 +20,7 @@ Variant: Current Requires Level 16, 48 Str Adds (5-15) to (20-25) Physical Damage Adds (5-15) to (20-25) Fire Damage -(7-10)% Increased Attack Speed +(7-10)% increased Attack Speed +(15-25)% to Fire Resistance 5% increased Movement Speed {variant:1}Curse Enemies with Flammability on Hit @@ -51,7 +51,7 @@ Requires Level 69, 158 Str, 76 Dex {variant:1}Enemies Chilled by you take 40% increased Burning Damage {variant:2}Enemies Chilled by you take 100% increased Burning Damage {variant:3}100% increased Damage with Ignites inflicted on Chilled Enemies -25% Chance to Ignite when in Main Hand +25% chance to Ignite when in Main Hand {variant:1}100% increased Chill Duration on Enemies when in Off Hand {variant:2,3}Chill Enemies for 1 second on Hit with this Weapon when in Off Hand ]],[[ @@ -66,13 +66,13 @@ Requires Level 6, 21 Str +(10-15) to maximum Life +(5-7) Life gained on Kill 10% increased Movement Speed -Socketed Gems are supported by level 2 Chance to Flee +Socketed Gems are supported by Level 2 Chance to Flee ]],[[ The Gryphon Jade Hatchet Source: Upgraded from unique{The Screaming Eagle} via prophecy{The Apex Predator} Requires Level 32, 21 Str -Socketed Gems are supported by level 2 Chance to Flee +Socketed Gems are supported by Level 2 Chance to Flee (170-190)% increased Physical Damage Adds (10-15) to (25-30) Physical Damage +(10-15) to maximum Life @@ -100,7 +100,7 @@ Tomahawk Variant: Pre 3.11.0 Variant: Current Requires Level 39, 81 Str, 56 Dex -{variant:1}Grants level 1 Lightning Warp Skill +{variant:1}Grants Level 1 Lightning Warp Skill {variant:2}Trigger Level 15 Lightning Warp on Hit with this Weapon {variant:1}(70-90)% increased Physical Damage {variant:2}(30-50)% increased Physical Damage @@ -176,7 +176,7 @@ Implicits: 1 {variant:2}Adds (205-220) to (250-270) Physical Damage (12-16)% increased Attack Speed 25% chance to cause Bleeding on Hit -+2 to Weapon range ++2 to Weapon Range ]],[[ The Blood Reaper Headsman Axe @@ -277,7 +277,7 @@ Variant: Pre 3.5.0 Variant: Pre 3.11.0 Variant: Current Requires Level 68, 149 Str, 76 Dex -Socketed Gems are supported by level 25 Melee Splash +Socketed Gems are supported by Level 25 Melee Splash {variant:1}(250-300)% increased Physical Damage {variant:2}(265-330)% increased Physical Damage {variant:3}(200-240)% increased Physical Damage @@ -330,7 +330,7 @@ Reaper's Pursuit Shadow Axe Requires Level 33, 80 Str, 37 Dex (100-125)% increased Physical Damage -+10 Life Gained on Kill ++10 Life gained on Kill (30-40)% increased Rarity of Items found 15% increased Movement Speed when on Full Life Culling Strike @@ -378,13 +378,13 @@ Poleaxe Variant: Pre 3.7.0 Variant: Current Requires Level 18, 44 Str, 25 Dex -Socketed Gems are Supported by level 20 Increased Area of Effect +Socketed Gems are Supported by Level 20 Increased Area of Effect (120-160)% increased Physical Damage +10 to Strength {variant:1}+(50-80) to Accuracy Rating {variant:2}+(120-150) to Accuracy Rating -+10 Mana Gained on Kill -+2 to Weapon range ++10 Mana gained on Kill ++2 to Weapon Range ]],[[ Wings of Entropy Ezomyte Axe @@ -420,7 +420,7 @@ Implicits:1 {variant:1,2}25% of Block Chance applied to Spells {variant:3}7% chance to Block Spell Damage {variant:4}(6-7)% chance to Block Spell Damage -{variant:5}(7-10)% chance to Block Spell Damage +{variant:5}(7-10)% Chance to Block Spell Damage {variant:1}+10% Chance to Block Attack Damage while Dual Wielding {variant:2,3,4}+8% Chance to Block Attack Damage while Dual Wielding {variant:5}+(8-10)% Chance to Block Attack Damage while Dual Wielding diff --git a/src/Data/Uniques/belt.lua b/src/Data/Uniques/belt.lua index 6435d772b8..74909520ea 100644 --- a/src/Data/Uniques/belt.lua +++ b/src/Data/Uniques/belt.lua @@ -9,9 +9,9 @@ League: Ritual Requires Level 68 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:jewellery_defense}+(600-700) to Armour -{tags:life}(12-15)% increased maximum Life -{tags:jewellery_resistance}+(40-60)% to Fire Resistance +{tags:defences}+(600-700) to Armour +{tags:resource,life}(12-15)% increased maximum Life +{tags:resistance}+(40-60)% to Fire Resistance Modifiers to Minimum Endurance Charges instead apply to Minimum Brutal Charges Maximum Brutal Charges is equal to Maximum Endurance Charges Gain Brutal Charges instead of Endurance Charges @@ -23,11 +23,11 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 44 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_defense}+300 to Evasion Rating +{tags:defences}+(9-20) to maximum Energy Shield +{tags:defences}+300 to Evasion Rating {variant:1}{tags:jewellery_defense}+(35-45) to maximum Energy Shield -{variant:2}{tags:jewellery_defense}+(75-80) to maximum Energy Shield -{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances +{variant:2}{tags:defences}+(75-80) to maximum Energy Shield +{tags:resistance}+(10-15)% to all Elemental Resistances You have Phasing if Energy Shield Recharge has started Recently 6% chance to Dodge Attacks while Phasing {tags:speed}10% increased Movement Speed while Phasing @@ -37,10 +37,10 @@ Chain Belt Variant: Pre 2.6.0 Requires Level 70 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:attack,jewellery_elemental}(10-20)% increased Elemental Damage with Attack Skills -{tags:mana}+(45-55) to maximum Mana -{tags:jewellery_defense}+(60-70) to maximum Energy Shield +{tags:defences}+(9-20) to maximum Energy Shield +{tags:elemental_damage,attack}(10-20)% increased Elemental Damage with Attack Skills +{tags:resource,mana}+(45-55) to maximum Mana +{tags:defences}+(60-70) to maximum Energy Shield {tags:attack,mana,physical}0.2% of Physical Attack Damage Leeched as Mana per Power Charge Chill and Freeze duration on you is based on 65% of Energy Shield ]],[[ @@ -50,12 +50,12 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 70 Implicits: 1 -{tags:jewellery_defense}+(60-80) to maximum Energy Shield -{variant:1}{tags:attack,jewellery_elemental}(10-20)% increased Elemental Damage with Attack Skills -{variant:2}{tags:attack,jewellery_elemental}(20-25)% increased Elemental Damage with Attack Skills per Power Charge -{tags:mana}+(45-55) to maximum Mana -{tags:jewellery_defense}+(60-70) to maximum Energy Shield -{tags:attack,mana,physical}0.2% of Attack Damage Leeched as Mana per Power Charge +{tags:defences}+(60-80) to maximum Energy Shield +{variant:1}{tags:elemental_damage,attack}(10-20)% increased Elemental Damage with Attack Skills +{variant:2}{tags:elemental_damage,attack}(20-25)% increased Elemental Damage with Attack Skills per Power Charge +{tags:resource,mana}+(45-55) to maximum Mana +{tags:defences}+(60-70) to maximum Energy Shield +{tags:resource,mana,physical,attack}0.2% of Attack Damage Leeched as Mana per Power Charge {variant:1}{tags:jewellery_defense}Chill Effect and Freeze duration on you is based on 65% of Energy Shield {variant:2}{tags:jewellery_defense}Chill Effect and Freeze duration on you is based on 100% of Energy Shield ]],[[ @@ -65,20 +65,20 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 22 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield +{tags:defences}+(9-20) to maximum Energy Shield 10% increased Damage -{tags:jewellery_attribute}+(15-25) to Intelligence -{tags:jewellery_defense}+(20-30) to maximum Energy Shield -{variant:2}{tags:jewellery_defense}20% increased maximum Energy Shield -{tags:jewellery_defense}50% increased Energy Shield Recharge Rate +{tags:attribute}+(15-25) to Intelligence +{tags:defences}+(20-30) to maximum Energy Shield +{variant:2}{tags:defences}20% increased maximum Energy Shield +{tags:defences}50% increased Energy Shield Recharge Rate ]],[[ Replica Bated Breath Chain Belt League: Heist Requires Level 22 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_attribute}+(15-25) to Intelligence +{tags:defences}+(9-20) to maximum Energy Shield +{tags:attribute}+(15-25) to Intelligence 10% increased Damage 50% increased Fishing Pool Consumption 20% increased Fishing Range @@ -89,8 +89,8 @@ Leather Belt League: Harvest Requires Level 68 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:attack,physical}Adds (5-7) to (11-12) Physical Damage to Attacks +{tags:resource,life}+(25-40) to maximum Life +{tags:physical,attack}Adds (5-7) to (11-12) Physical Damage to Attacks (20-30)% increased Stun Duration on Enemies Nearby Enemies are Crushed while you have least 25 Rage {tags:physical}(4-6)% increased Physical Damage per 10 Rage @@ -102,22 +102,22 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength +{tags:attribute}+(25-35) to Strength {variant:1}10% reduced Chance to Block Attacks and Spells {tags:physical}(15-25)% increased Physical Damage {tags:critical}You take 30% reduced Extra Damage from Critical Strikes -{tags:life}+(30-40) to maximum Life -{variant:1}{tags:jewellery_resistance}+(6-10)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances +{tags:resource,life}+(30-40) to maximum Life +{variant:1}{tags:resistance}+(6-10)% to all Elemental Resistances +{variant:2}{tags:resistance}+(10-15)% to all Elemental Resistances {variant:2}Nearby Enemies are Intimidated ]],[[ Bisco's Leash Heavy Belt Requires Level 30 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength +{tags:attribute}+(25-35) to Strength 5% increased Quantity of Items found -{tags:jewellery_resistance}+(20-40)% to Cold Resistance +{tags:resistance}+(20-40)% to Cold Resistance Rampage 1% increased Rarity of Items found per 15 Rampage Kills ]],[[ @@ -126,9 +126,9 @@ Chain Belt League: Heist Requires Level 61 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:life}+(60-80) to maximum Life -{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance +{tags:defences}+(9-20) to maximum Energy Shield +{tags:resource,life}+(60-80) to maximum Life +{tags:chaos,resistance}+(17-23)% to Chaos Resistance Enemy Hits inflict Temporal Chains on you When you lose Temporal Chains you gain maximum Rage Immune to Curses while you have at least 25 Rage @@ -141,14 +141,14 @@ League: Incursion Upgrade: Upgrades to unique{Coward's Legacy} via currency{Vial of Consequence} Requires Level 22 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield +{tags:defences}+(9-20) to maximum Energy Shield {variant:1}(20-25)% increased Damage -{variant:1}{tags:jewellery_attribute}+(10-15) to all Attributes -{variant:2}{tags:jewellery_attribute}+(15-20) to all Attributes -{variant:2}{tags:life}You count as on Full Life while you are Cursed with Vulnerability +{variant:1}{tags:attribute}+(10-15) to all Attributes +{variant:2}{tags:attribute}+(15-20) to all Attributes +{variant:2}{tags:resource,life}You count as on Full Life while you are Cursed with Vulnerability {tags:speed}(5-10)% increased Movement Speed Damage from Enemies Hitting you is Unlucky while you are Cursed with Vulnerability -{tags:caster}You are cursed with Vulnerability, with 40% increased Effect +{tags:caster}You are Cursed with Vulnerability, with 40% increased Effect ]],[[ Coward's Legacy Chain Belt @@ -156,11 +156,11 @@ League: Incursion Source: Upgraded from unique{Coward's Chains} via currency{Vial of Consequence} Requires Level 52 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_attribute}+(15-20) to all Attributes +{tags:defences}+(9-20) to maximum Energy Shield +{tags:attribute}+(15-20) to all Attributes {tags:speed}(5-10)% increased Movement Speed {tags:caster}50% increased Effect of Curses on you -{tags:life}You count as on Low Life while you are Cursed with Vulnerability +{tags:resource,life}You count as on Low Life while you are Cursed with Vulnerability {tags:caster}You are Cursed with Vulnerability, with 80% increased Effect ]],[[ Cyclopean Coil @@ -168,13 +168,13 @@ Leather Belt Source: Drops from unique{The Elder} Requires Level 68 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:life}+(60-80) to maximum Life -{tags:jewellery_attribute}(5-15)% increased Attributes +{tags:resource,life}+(25-40) to maximum Life +{tags:resource,life}+(60-80) to maximum Life +{tags:attribute}(5-15)% increased Attributes Cannot be Frozen if Dexterity is higher than Intelligence Cannot be Ignited if Strength is higher than Dexterity Cannot be Shocked if Intelligence is higher than Strength -{tags:life}1% increased Damage per 5 of your lowest Attribute +1% increased Damage per 5 of your lowest Attribute Elder Item ]],[[ Darkness Enthroned @@ -202,23 +202,23 @@ Variant: Current (Cold) Variant: Current (Lightning) Requires Level 68 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength +{tags:attribute}+(25-35) to Strength {variant:1,5}{tags:physical}(20-30)% increased Physical Damage -{variant:2,6}{tags:jewellery_elemental}(20-30)% increased Fire Damage -{variant:3,7}{tags:jewellery_elemental}(20-30)% increased Cold Damage -{variant:4,8}{tags:jewellery_elemental}(20-30)% increased Lightning Damage -{variant:2,3,4,6,7,8}{tags:jewellery_defense}+(300-350) to Armour -{variant:1,3,4,5,7,8}{tags:jewellery_resistance}+(30-35)% to Fire Resistance -{variant:1,2,4,5,6,8}{tags:jewellery_resistance}+(30-35)% to Cold Resistance -{variant:1,2,3,5,6,7}{tags:jewellery_resistance}+(30-35)% to Lightning Resistance +{variant:2,6}{tags:elemental_damage}(20-30)% increased Fire Damage +{variant:3,7}{tags:elemental_damage}(20-30)% increased Cold Damage +{variant:4,8}{tags:elemental_damage}(20-30)% increased Lightning Damage +{variant:2,3,4,6,7,8}{tags:defences}+(300-350) to Armour +{variant:1,3,4,5,7,8}{tags:resistance}+(30-35)% to Fire Resistance +{variant:1,2,4,5,6,8}{tags:resistance}+(30-35)% to Cold Resistance +{variant:1,2,3,5,6,7}{tags:resistance}+(30-35)% to Lightning Resistance {variant:1}{tags:life,physical}0.2% of Physical Damage Leeched as Life -{variant:5}{tags:life,physical}0.6% of Physical Damage Leeched as Life +{variant:5}{tags:resource,life,physical}0.6% of Physical Damage Leeched as Life {variant:2}{tags:life,jewellery_elemental}0.2% of Fire Damage Leeched as Life -{variant:6}{tags:life,jewellery_elemental}0.6% of Fire Damage Leeched as Life +{variant:6}{tags:resource,life}0.6% of Fire Damage Leeched as Life {variant:3}{tags:life,jewellery_elemental}0.2% of Cold Damage Leeched as Life -{variant:7}{tags:life,jewellery_elemental}0.6% of Cold Damage Leeched as Life +{variant:7}{tags:resource,life}0.6% of Cold Damage Leeched as Life {variant:4}{tags:life,jewellery_elemental}0.2% of Lightning Damage Leeched as Life -{variant:8}{tags:life,jewellery_elemental}0.6% of Lightning Damage Leeched as Life +{variant:8}{tags:resource,life}0.6% of Lightning Damage Leeched as Life {variant:1,5}Your Flasks grant 25% reduced Enemy Stun Threshold during any Flask Effect {variant:2}Your Flasks grant 10% chance to Ignite during any Flask Effect {variant:6}Your Flasks grant (20-30)% chance to Ignite during any Flask Effect @@ -233,7 +233,7 @@ League: Heist Requires Level 48 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:jewellery_attribute}+(20-30) to all Attributes +{tags:attribute}+(20-30) to all Attributes (15-25)% increased Flask Charges gained (10-20)% increased Flask Charges used (10-20)% increased Flask Effect Duration @@ -246,15 +246,15 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 52 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:life}+(70-85) to maximum Life -{tags:jewellery_resistance}+(20-40)% to Fire Resistance -{tags:jewellery_resistance}+(20-40)% to Cold Resistance +{tags:attribute}+(25-35) to Strength +{tags:resource,life}+(70-85) to maximum Life +{tags:resistance}+(20-40)% to Fire Resistance +{tags:resistance}+(20-40)% to Cold Resistance {variant:1}{tags:attack,life}0.6% of Attack Damage Leeched as Life against Chilled enemies -{variant:2}{tags:attack,life}1% of Attack Damage Leeched as Life against Chilled enemies +{variant:2}{tags:resource,life,attack}1% of Attack Damage Leeched as Life against Chilled Enemies {variant:1}{tags:jewellery_elemental,attack}Ignites you inflict with Attacks deal Damage 20% faster -{variant:2}{tags:jewellery_elemental,attack}Ignites you inflict with Attacks deal Damage 35% faster -Deal no Physical Damage +{variant:2}{tags:elemental_damage,attack}Ignites you inflict with Attacks deal Damage 35% faster +{tags:physical}Deal no Physical Damage ]],[[ Faminebind Rustic Sash @@ -262,9 +262,9 @@ League: Talisman Standard, Talisman Hardcore Requires Level 18 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -60% increased Flask effect duration -Deals 50 Chaos Damage per second to nearby Enemies +{tags:resistance}+(20-30)% to Cold Resistance +60% increased Flask Effect Duration +{tags:chaos}Deals 50 Chaos Damage per second to nearby Enemies 20% increased Projectile Damage 30% reduced Flask Charges gained while using a Flask ]],[[ @@ -274,9 +274,9 @@ League: Talisman Standard, Talisman Hardcore Requires Level 11 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage -{tags:attack,physical}Adds 5 to 10 Physical Damage to Attacks -{tags:life}+(20-40) to maximum Life -{tags:attack,life,physical}0.2% of Physical Attack Damage Leeched as Life +{tags:physical,attack}Adds 5 to 10 Physical Damage to Attacks +{tags:resource,life}+(20-40) to maximum Life +{tags:resource,life,physical,attack}0.2% of Physical Attack Damage Leeched as Life 50% increased Flask Charges gained while using a Flask {tags:mana}50% increased Mana Regeneration while using a Flask ]],[[ @@ -288,9 +288,9 @@ Requires Level 60 Implicits: 1 (15-25)% increased Stun and Block Recovery Grants Summon Harbinger of Time Skill -{tags:caster,attack,speed}(10-15)% increased Attack and Cast Speed +{tags:attack,caster,speed}(10-15)% increased Attack and Cast Speed {tags:life}(15-20)% increased Life Recovery rate -{tags:jewellery_defense}(15-20)% increased Energy Shield Recovery rate +{tags:resource,life,defences}(15-20)% increased Energy Shield Recovery rate (15-20)% increased Cooldown Recovery Speed Debuffs on you expire (15-20)% faster ]],[[ @@ -302,9 +302,9 @@ Requires Level 60 Implicits: 1 (15-25)% increased Stun and Block Recovery Grants Summon Greater Harbinger of Time Skill -{tags:caster,attack,speed}(10-15)% increased Attack and Cast Speed +{tags:attack,caster,speed}(10-15)% increased Attack and Cast Speed {tags:life}(15-20)% increased Life Recovery rate -{tags:jewellery_defense}(15-20)% increased Energy Shield Recovery rate +{tags:resource,life,defences}(15-20)% increased Energy Shield Recovery rate (15-20)% increased Cooldown Recovery Speed Debuffs on you expire (15-20)% faster ]],[[ @@ -314,15 +314,15 @@ Variant: Pre 3.12.0 Variant: Current Requires Level 48 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{variant:1}Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy -{tags:life}+(60-80) to maximum Life +{tags:resource,life}+(25-40) to maximum Life +{variant:1}{tags:caster}Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy +{tags:resource,life}+(60-80) to maximum Life {variant:1}Culling Strike against Enemies Cursed with Poacher's Mark {variant:2}You have Culling Strike against Cursed Enemies -{variant:2}(20-28) Life gained for each Cursed Enemy hit by your Attacks -{variant:2}(10-14) Mana gained for each Cursed Enemy hit by your Attacks +{variant:2}{tags:resource,life,attack}(20-28) Life gained for each Cursed Enemy hit by your Attacks +{variant:2}{tags:resource,mana,attack}(10-14) Mana gained for each Cursed Enemy hit by your Attacks {tags:physical}Take (100-200) Physical Damage when you use a Movement Skill -You have no Armour or Maximum Energy Shield +{tags:defences}You have no Armour or Maximum Energy Shield ]],[[ Graven's Secret Cloth Belt @@ -331,8 +331,8 @@ Requires Level 68 Implicits: 1 (15-25)% increased Stun and Block Recovery {tags:jewellery_defense}+(60-70) to Energy Shield -{tags:mana}(16-20)% increased maximum Mana -{tags:jewellery_resistance}+(40-60)% to Lightning Resistance +{tags:resource,mana}(16-20)% increased maximum Mana +{tags:resistance}+(40-60)% to Lightning Resistance Modifiers to Minimum Power Charges instead apply to Minimum Absorption Charges Maximum Absorption Charges is equal to Maximum Power Charges Gain Absorption Charges instead of Power Charges @@ -342,10 +342,10 @@ Leather Belt League: Nemesis Requires Level 40 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_attribute}+(40-55) to Strength -{tags:jewellery_attribute}+(40-55) to Dexterity -{tags:life}+(50-60) to maximum Life +{tags:resource,life}+(25-40) to maximum Life +{tags:attribute}+(40-55) to Strength +{tags:attribute}+(40-55) to Dexterity +{tags:resource,life}+(50-60) to maximum Life (20-30)% increased Damage with Hits against Rare monsters When you Kill a Rare monster, you gain its mods for 20 seconds ]],[[ @@ -354,10 +354,10 @@ Leather Belt League: Heist Requires Level 40 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_attribute}+(40-55) to Strength -{tags:jewellery_attribute}+(40-55) to Dexterity -{tags:life}+(50-60) to maximum Life +{tags:resource,life}+(25-40) to maximum Life +{tags:attribute}+(40-55) to Strength +{tags:attribute}+(40-55) to Dexterity +{tags:resource,life}+(50-60) to maximum Life (20-30)% increased Damage with Hits against Magic monsters 20% chance when you Kill a Magic Monster to gain its Non-Bloodline Modifiers for 20 seconds @@ -387,8 +387,8 @@ Variant: Current (Energy Shield Regen) Variant: Current (Lucky Crit Chance while Focussed) Requires Level 60 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_resistance}+(30-40)% to Cold Resistance +{tags:resource,life}+(25-40) to maximum Life +{tags:resistance}+(30-40)% to Cold Resistance Chill nearby Enemies when you Focus, causing 30% reduced Action Speed {variant:1,2,3,4,5,6,7,8,9,10}Focus has (15-25)% increased Cooldown Recovery Speed {variant:11,12,13,14,15,16,17,18,19,20}Focus has (30-50)% increased Cooldown Recovery Rate @@ -411,8 +411,8 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 50 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:life}+(75-100) to maximum Life +{tags:resource,life}+(25-40) to maximum Life +{tags:resource,life}+(75-100) to maximum Life {tags:life}(67-75) Life Regenerated per second {tags:mana}(8-10) Mana Regenerated per second {variant:1}−40% to all Elemental Resistances @@ -420,15 +420,15 @@ Implicits: 1 {variant:1}−10% to all maximum Resistances {variant:2}−5% to all maximum Resistances {tags:physical}−(50-40) Physical Damage taken from Attacks -{tags:jewellery_defense}40% increased Armour while not Ignited, Frozen or Shocked +{tags:defences}40% increased Armour while not Ignited, Frozen or Shocked ]],[[ Leash of Oblation Leather Belt Requires Level 49 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_attribute}+(15-20) to all Attributes -{tags:life}+(50-70) to maximum Life +{tags:resource,life}+(25-40) to maximum Life +{tags:attribute}+(15-20) to all Attributes +{tags:resource,life}+(50-70) to maximum Life You can have an Offering of each type Offering Skills have 50% reduced Duration ]],[[ @@ -442,9 +442,9 @@ Requires Level 16 Implicits: 1 (20-30)% increased Stun Duration on Enemies {tags:physical}(25-40)% increased Physical Damage -{tags:jewellery_attribute}+(40-50) to Strength +{tags:attribute}+(40-50) to Strength 50% increased Flask Charges gained -{variant:2}{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength +{variant:2}{tags:resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength ]],[[ The Nomad Studded Belt @@ -453,10 +453,10 @@ Requires Level 48 Implicits: 1 (20-30)% increased Stun Duration on Enemies {tags:physical}(25-40)% increased Global Physical Damage -{tags:jewellery_attribute}+(40-50) to Strength -{tags:jewellery_attribute}+(40-50) to Dexterity +{tags:attribute}+(40-50) to Strength +{tags:attribute}+(40-50) to Dexterity 50% increased Flask Charges gained -{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength +{tags:resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength {tags:attack}(40-50)% increased Projectile Attack Damage while you have at least 200 Dexterity ]],[[ The Tactician @@ -466,19 +466,19 @@ Requires Level 48 Implicits: 1 (20-30)% increased Stun Duration on Enemies {tags:physical}(25-40)% increased Global Physical Damage -{tags:jewellery_attribute}+(40-50) to Strength -{tags:jewellery_attribute}+(40-50) to Intelligence +{tags:attribute}+(40-50) to Strength +{tags:attribute}+(40-50) to Intelligence 50% increased Flask Charges gained -{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength +{tags:resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength {tags:critical}(50-60)% increased Critical Strike Chance while you have at least 200 Intelligence ]],[[ Maligaro's Restraint Chain Belt Requires Level 44 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_elemental,attack}Adds 1 to (30-50) Lightning Damage to Attacks -100% increased Shock Duration on You +{tags:defences}+(9-20) to maximum Energy Shield +{tags:elemental_damage,attack}Adds 1 to (30-50) Lightning Damage to Attacks +100% increased Shock Duration on you Shocks you cause are reflected back to you 60% increased Damage while Shocked {tags:speed}15% increased Movement Speed while Shocked @@ -489,22 +489,22 @@ Variant: Pre 2.0.0 Variant: Current Requires Level 8 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{variant:1}{tags:attack,physical}Adds 10 to 20 Physical Damage to Attacks -{variant:2}{tags:attack,physical}Adds 5 to 15 Physical Damage to Attacks -{tags:jewellery_attribute}+25 to Strength -{tags:life}10% increased maximum Life -{tags:jewellery_resistance}+(10-20)% to Cold Resistance -{tags:life}25% increased Flask Life Recovery rate +{tags:attribute}+(25-35) to Strength +{variant:1}{tags:physical,attack}Adds 10 to 20 Physical Damage to Attacks +{variant:2}{tags:physical,attack}Adds 5 to 15 Physical Damage to Attacks +{tags:attribute}+25 to Strength +{tags:resource,life}10% increased maximum Life +{tags:resistance}+(10-20)% to Cold Resistance +{tags:resource,life}25% increased Flask Life Recovery rate ]],[[ Mother's Embrace Heavy Belt League: Metamorph Requires Level 40 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:life}+(50-70) to maximum Life -{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:attribute}+(25-35) to Strength +{tags:resource,life}+(50-70) to maximum Life +{tags:resistance}+(20-30)% to Cold Resistance Your Minions use your Flasks when summoned Minions have (40-25)% reduced Flask Charges used Minions have (50-80)% increased Flask Effect Duration @@ -515,8 +515,8 @@ League: Ritual Requires Level 68 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:jewellery_defense}+(600-700) to Evasion Rating -{tags:jewellery_resistance}+(40-60)% to Cold Resistance +{tags:defences}+(600-700) to Evasion Rating +{tags:resistance}+(40-60)% to Cold Resistance {tags:speed}(8-12)% increased Movement Speed Modifiers to Minimum Frenzy Charges instead apply to Minimum Affliction Charges Maximum Affliction Charges is equal to Maximum Frenzy Charges @@ -529,22 +529,22 @@ Variant: Current Requires Level 16 Implicits: 1 (15-25)% increased Stun Recovery -{tags:jewellery_attribute}+(20-30) to all Attributes +{tags:attribute}+(20-30) to all Attributes {variant:1}(8-12)% increased Quantity of Items found {variant:2}(6-8)% increased Quantity of Items found -{tags:jewellery_resistance}+20% to Fire Resistance -20% increased Flask effect duration +{tags:resistance}+20% to Fire Resistance +20% increased Flask Effect Duration {tags:physical}−2 Physical Damage taken from Attacks ]],[[ Perseverance Vanguard Belt Requires Level 78 Implicits: 1 -{tags:jewellery_defense}+(260-320) to Armour and Evasion Rating -{tags:life}(4-8)% increased maximum Life -{tags:jewellery_resistance}+(20-40)% to Cold Resistance +{tags:defences}+(260-320) to Armour and Evasion Rating +{tags:resource,life}(4-8)% increased maximum Life +{tags:resistance}+(20-40)% to Cold Resistance {tags:attack}1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating -{tags:attack}(14-20)% chance to gain Fortify when you Stun an Enemy with Melee Damage +(14-20)% chance to gain Fortify when you Stun an Enemy with Melee Damage You have Onslaught while you have Fortify ]],[[ Prismweave @@ -554,15 +554,15 @@ Variant: Current Requires Level 25 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage -10% increased Elemental Damage with Attack Skills +{tags:elemental_damage,attack}10% increased Elemental Damage with Attack Skills {variant:1}{tags:jewellery_elemental,attack}Adds (3-4) to (7-8) Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds (7-8) to (15-16) Fire Damage to Attacks +{variant:2}{tags:elemental_damage,attack}Adds (7-8) to (15-16) Fire Damage to Attacks {variant:1}{tags:jewellery_elemental,attack}Adds (2-3) to (5-7) Cold Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds (5-6) to (12-14) Cold Damage to Attacks +{variant:2}{tags:elemental_damage,attack}Adds (5-6) to (12-14) Cold Damage to Attacks {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (13-17) Lightning Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds 1 to (30-34) Lightning Damage to Attacks -{tags:jewellery_resistance}+(6-8)% to all Elemental Resistances -{tags:jewellery_elemental,attack}30% increased Elemental Damage with Attack Skills during any Flask Effect +{variant:2}{tags:elemental_damage,attack}Adds 1 to (30-34) Lightning Damage to Attacks +{tags:resistance}+(6-8)% to all Elemental Resistances +{tags:elemental_damage,attack}30% increased Elemental Damage with Attack Skills during any Flask Effect ]],[[ Replica Prismweave Rustic Sash @@ -570,21 +570,21 @@ League: Heist Requires Level 25 Implicits: 1 {tags:physical}(12-24)% increased Global Physical Damage -{tags:jewellery_elemental,caster}Adds (7-8) to (15-16) Fire Damage to Spells -{tags:jewellery_elemental,caster}Adds (5-6) to (12-14) Cold Damage to Spells -{tags:jewellery_elemental,caster}Adds 1 to (30-34) Lightning Damage to Spells -{tags:jewellery_resistance}+(6-8)% to all Elemental Resistances -{tags:jewellery_elemental}10% increased Elemental Damage -{tags:jewellery_elemental}30% increased Elemental Damage during any Flask Effect +{tags:elemental_damage,caster}Adds (7-8) to (15-16) Fire Damage to Spells +{tags:elemental_damage,caster}Adds (5-6) to (12-14) Cold Damage to Spells +{tags:elemental_damage,caster}Adds 1 to (30-34) Lightning Damage to Spells +{tags:resistance}+(6-8)% to all Elemental Resistances +{tags:elemental_damage}10% increased Elemental Damage +{tags:elemental_damage}30% increased Elemental Damage during any Flask Effect ]],[[ Pyroshock Clasp Leather Belt League: Heist Requires Level 43 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_attribute}+(30-40) to Dexterity -{tags:jewellery_defense}+(300-500) to Evasion Rating +{tags:resource,life}+(25-40) to maximum Life +{tags:attribute}+(30-40) to Dexterity +{tags:defences}+(300-500) to Evasion Rating (10-15)% increased Duration of Elemental Ailments on Enemies Enemies Ignited by you have (10-15)% of Physical Damage they deal converted to Fire Enemies Shocked by you have (10-15)% of Physical Damage they deal converted to Lightning @@ -596,12 +596,12 @@ Source: Vendor recipe Requires Level 44 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage -{tags:life}+(60-80) to maximum Life -{tags:jewellery_resistance}+(25-40)% to Cold Resistance -{tags:attack,life,physical}0.4% of Physical Attack Damage Leeched as Life +{tags:resource,life}+(60-80) to maximum Life +{tags:resistance}+(25-40)% to Cold Resistance +{tags:resource,life,physical,attack}0.4% of Physical Attack Damage Leeched as Life 60% increased Flask Effect Duration 30% reduced Flask Charges gained while using a Flask -{tags:chaos,life}200% of Life Leech applies to enemies as Chaos Damage +{tags:resource,life,chaos}200% of Life Leech applies to Enemies as Chaos Damage {tags:speed}15% increased Movement Speed while using a Flask ]],[[ Ryslatha's Coil @@ -611,36 +611,36 @@ Variant: Current Requires Level 20 Implicits: 1 (20-30)% increased Stun Duration on Enemies -{variant:2}{tags:life}+(80-100) to maximum Life -{tags:jewellery_attribute}+(20-40) to Strength -{tags:attack,physical}Adds 1 to (15-20) Physical Damage to Attacks -{tags:life}Gain 50 Life when you Stun an Enemy +{variant:2}{tags:resource,life}+(80-100) to maximum Life +{tags:attribute}+(20-40) to Strength +{tags:physical,attack}Adds 1 to (15-20) Physical Damage to Attacks +{tags:resource,life}Gain 50 Life when you Stun an Enemy {variant:1}{tags:attack,physical}20% less Minimum Physical Attack Damage -{variant:2}{tags:attack,physical}(30-40)% less Minimum Physical Attack Damage +{variant:2}{tags:physical,attack}(30-40)% less Minimum Physical Attack Damage {variant:1}{tags:attack,physical}20% more Maximum Physical Attack Damage -{variant:2}{tags:attack,physical}(30-40)% more Maximum Physical Attack Damage +{variant:2}{tags:physical,attack}(30-40)% more Maximum Physical Attack Damage ]],[[ Siegebreaker Heavy Belt Requires Level: 44 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:jewellery_defense}(6-10)% increased maximum Energy Shield -{tags:life}(6-10)% increased maximum Life -{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance -Minions have 5% chance to Taunt on Hit with Attacks -Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second +{tags:attribute}+(25-35) to Strength +{tags:defences}(6-10)% increased maximum Energy Shield +{tags:resource,life}(6-10)% increased maximum Life +{tags:chaos,resistance}+(17-23)% to Chaos Resistance +{tags:attack}Minions have 5% chance to Taunt on Hit with Attacks +{tags:chaos}Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second ]],[[ Replica Siegebreaker Heavy Belt League: Heist Requires Level 44 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:jewellery_defense}(6-10)% increased maximum Energy Shield -{tags:life}(6-10)% increased maximum Life -{tags:jewellery_resistance}+(15-25)% to Fire Resistance -Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second +{tags:attribute}+(25-35) to Strength +{tags:defences}(6-10)% increased maximum Energy Shield +{tags:resource,life}(6-10)% increased maximum Life +{tags:resistance}+(15-25)% to Fire Resistance +{tags:elemental_damage}Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second {tags:attack}Minions have 5% chance to Maim Enemies on Hit with Attacks ]],[[ Soul Tether @@ -650,15 +650,15 @@ Variant: Current Requires Level 48 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:jewellery_attribute}+(20-40) to Intelligence -{tags:jewellery_defense,life}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield +{tags:attribute}+(20-40) to Intelligence +{tags:defences}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield {variant:1}Your Energy Shield starts at zero {variant:1}You cannot Recharge Energy Shield {variant:1}You cannot Regenerate Energy Shield {variant:1}{tags:jewellery_defense}You lose 5% of Energy Shield per second -{variant:1}{tags:life}Life Leech effects are not removed at Full Life +{variant:1}{tags:resource,life}Life Leech effects are not removed at Full Life {variant:1}{tags:life}Life Leech is applied to Energy Shield instead while on Full Life -{variant:2}Immortal Ambition +{variant:2}{tags:defences}Immortal Ambition ]],[[ Replica Soul Tether Cloth Belt @@ -666,19 +666,19 @@ League: Heist Requires Level 48 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:jewellery_attribute}+(20-40) to Strength -{tags:jewellery_defense}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield -Corrupted Soul +{tags:attribute}+(20-40) to Strength +{tags:defences}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield +{tags:defences,chaos}Corrupted Soul ]],[[ Soulthirst Cloth Belt Requires Level 45 Implicits: 1 (15-25)% increased Stun Recovery -{tags:life}+(60-80) to maximum Life -{tags:jewellery_resistance}+15% to all Elemental Resistances -{tags:mana}(20-30)% increased Mana Recovery from Flasks -(20-30)% reduced Flask effect duration +{tags:resource,life}+(60-80) to maximum Life +{tags:resistance}+15% to all Elemental Resistances +{tags:resource,mana}(20-30)% increased Mana Recovery from Flasks +(20-30)% reduced Flask Effect Duration Gain Soul Eater during Flask Effect Lose Souls gained from Soul Eater on Flask Use ]],[[ @@ -741,8 +741,8 @@ Requires Level 37 Implicits: 1 (15-25)% increased Stun Recovery (30-40)% increased Trap Damage -{tags:mana}20% increased Mana Regeneration Rate -{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:resource,mana}20% increased Mana Regeneration Rate +{tags:resistance}+(20-30)% to Fire Resistance 80% reduced Trap Duration 25% increased Light Radius Traps trigger at the end of their Duration @@ -754,31 +754,31 @@ Requires Level 52 Implicits: 1 {tags:jewellery_attribute}+(25-35)% to Strength {tags:jewellery_defense}+(800-1200)% to Armour -{tags:life}Regenerate (50-70) Life per second +{tags:resource,life}Regenerate (50-70) Life per second 20% increased Stun Threshold -{tags:jewellery_defense}10% reduced Armour per 50 Strength -Imbalanced Guard +{tags:defences}10% reduced Armour per 50 Strength +{tags:defences}Imbalanced Guard ]],[[ Umbilicus Immortalis Leather Belt League: Perandus Requires Level 30 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:life}(8-12)% increased maximum Life +{tags:resource,life}+(25-40) to maximum Life +{tags:resource,life}(8-12)% increased maximum Life {tags:life}2% of Life Regenerated per second -Flasks do not apply to You +Flasks do not apply to you Flasks apply to your Raised Zombies and Spectres ]],[[ Wurm's Molt Leather Belt Requires Level 8 Implicits: 1 -{tags:life}+(25-40) to Maximum Life -{tags:jewellery_attribute}+(20-30) to Strength -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:jewellery_resistance}+(10-20)% to Cold Resistance -{tags:attack,life,physical}0.4% of Physical Attack Damage Leeched as Life -{tags:attack,mana,physical}0.4% of Physical Attack Damage Leeched as Mana +{tags:resource,life}+(25-40) to maximum Life +{tags:attribute}+(20-30) to Strength +{tags:attribute}+(20-30) to Intelligence +{tags:resistance}+(10-20)% to Cold Resistance +{tags:resource,life,physical,attack}0.4% of Physical Attack Damage Leeched as Life +{tags:resource,mana,physical,attack}0.4% of Physical Attack Damage Leeched as Mana ]], } diff --git a/src/Data/Uniques/body.lua b/src/Data/Uniques/body.lua index c10a031123..710cfb1619 100644 --- a/src/Data/Uniques/body.lua +++ b/src/Data/Uniques/body.lua @@ -40,7 +40,7 @@ Requires Level 65, 177 Str 30% reduced Chance to Block Attacks and Spells (600-650)% increased Armour 10% reduced Movement Speed -50% increased Shock Duration on You +50% increased Shock Duration on you Take no Extra Damage from Critical Strikes ]],[[ Craiceann's Carapace @@ -63,7 +63,7 @@ Variant: Current Requires Level 62, 180 Str Implicits: 1 +(8-12)% to all Elemental Resistances -{variant:3}Grants level 20 Death Aura Skill +{variant:3}Grants Level 20 Death Aura Skill +(40-50) to all Attributes {variant:3}+(60-70) to maximum Life (10-15)% increased Attack Speed @@ -90,9 +90,9 @@ Golden Plate Requires Level 56, 106 Str (10-15)% increased Quantity of Items found (30-50)% increased Rarity of Items found -−10% to Fire Resistance +-10% to Fire Resistance +(20-30)% to Cold Resistance -−20% to Lightning Resistance +-20% to Lightning Resistance 20% reduced Movement Speed 30% reduced Strength Requirement ]],[[ @@ -122,9 +122,9 @@ Requires Level 59, 160 Str (200-250)% increased Armour +(60-100) to maximum Life 0.4% of Physical Attack Damage Leeched as Mana -Socketed Gems are Supported by level 15 Pierce +Socketed Gems are Supported by Level 15 Pierce Enemy Projectiles Pierce you -{Variant:2}+160 Dexterity Requirement +{variant:2}+160 Dexterity Requirement ]],[[ Iron Heart Crusader Plate @@ -170,7 +170,7 @@ Requires Level 17, 53 Str Chaos Damage does not bypass Energy Shield {variant:1}−10 Chaos Damage taken {variant:2}-(30-40) Chaos Damage taken -{variant:2}25% reduced Chaos Damage Taken Over Time +{variant:2}25% reduced Chaos Damage taken over time ]], -- Body: Evasion [[ @@ -179,7 +179,7 @@ Buckskin Tunic Variant: Pre 2.6.0 Variant: Current Requires Level 17, 53 Dex -{variant:2}Socketed Gems are Supported by level 10 Added Fire Damage +{variant:2}Socketed Gems are Supported by Level 10 Added Fire Damage (80-100)% increased Evasion Rating {variant:2}+(30-50) to maximum Life +(40-50)% to Fire Resistance @@ -277,7 +277,7 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 65, 197 Dex {variant:1,2,3}+(20-30) to Dexterity -{variant:4.5,6}+(40-50) to Dexterity ++(40-50) to Dexterity {variant:1,2,3}Adds 13 to 24 Cold Damage to Bow Attacks {variant:4}Adds (50-60) to (70-80) Cold Damage to Bow Attacks {variant:5}Adds (173-188) to (240-262) Cold Damage to Bow Attacks @@ -386,9 +386,9 @@ Variant: Rhoa Variant: Snake Variant: Ursa Requires Level 62, 170 Dex -{variant:1}Grants level 20 Summon Bestial Rhoa Skill -{variant:2}Grants level 20 Summon Bestial Snake Skill -{variant:3}Grants level 20 Summon Bestial Ursa Skill +{variant:1}Grants Level 20 Summon Bestial Rhoa Skill +{variant:2}Grants Level 20 Summon Bestial Snake Skill +{variant:3}Grants Level 20 Summon Bestial Ursa Skill +(300-400) to Accuracy Rating (130-150)% increased Evasion Rating +(90-100) to maximum Life @@ -413,7 +413,7 @@ Requires Level 68, 194 Int {variant:2}+(15-25) to maximum Energy Shield 10% increased Area of Effect of Area Skills 5% increased Damage taken -(30-40)% increased Energy Shield Recovery Rate +(30-40)% increased Energy Shield Recovery rate ]],[[ Cloak of Flame Scholar's Robe @@ -453,7 +453,7 @@ Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current Requires Level 49, 134 Int -Socketed Gems are Supported by level 15 Added Chaos Damage +Socketed Gems are Supported by Level 15 Added Chaos Damage +(20-30) to Intelligence {variant:1,2,3}20% reduced maximum Life {variant:4,5}10% increased maximum Life @@ -513,7 +513,7 @@ Savant's Robe League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 56, 152 Int -{fractured}(180-230)% increased Energy Shield +(180-230)% increased Energy Shield +600 Strength and Intelligence Requirement +10 to maximum Divine Charges Gain a Divine Charge on Hit @@ -584,7 +584,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 49, 134 Int {variant:1,2}Socketed Gems are Supported by level 14 Spell Totem -{variant:3}Socketed Gems are Supported by level 20 Spell Totem +{variant:3}Socketed Gems are Supported by Level 20 Spell Totem (20-25)% increased Spell Damage (100-120)% increased Energy Shield {variant:1}25% increased Totem Life @@ -600,7 +600,7 @@ Thousand Ribbons Simple Robe Variant: Pre 3.0.0 Variant: Current -Socketed Gems are Supported by level 5 Elemental Proliferation +Socketed Gems are Supported by Level 5 Elemental Proliferation Adds 2 to 3 Fire Damage to Spells and Attacks Adds 2 to 3 Cold Damage to Spells and Attacks Adds 1 to 4 Lightning Damage to Spells and Attacks @@ -622,9 +622,9 @@ Requires Level 59, 160 Int {variant:1}(100-120)% increased Energy Shield {variant:2,3}(200-220)% increased Energy Shield +(20-30) to maximum Mana -Minions have 20% reduced Maximum Life +Minions have 20% reduced maximum Life Minions deal 15% increased Damage -{variant:1,2}+1 to Maximum number of Spectres +{variant:1,2}+1 to maximum number of Spectres {variant:1}Minions gain Unholy Might for 5 seconds on Kill {variant:2}Minions gain Unholy Might for 10 seconds on Kill {variant:3}Minions gain (15-20)% of Elemental Damage as Extra Chaos Damage @@ -656,7 +656,7 @@ Requires Level 46, 68 Str, 68 Dex (30-40)% increased maximum Life +(10-15)% to all Elemental Resistances 50% increased Flask Life Recovery rate -Extra Gore +Extra gore ]],[[ Cherrubim's Maleficence Triumphant Lamellar @@ -736,7 +736,7 @@ Requires Level 60, 96 Str, 96 Dex Adds 1 to (20-30) Lightning Damage to Attacks (90-120)% increased Armour and Evasion +(60-80) to maximum Life -−60% to Lightning Resistance +-60% to Lightning Resistance {variant:1}40% of Physical Damage from Hits taken as Lightning Damage {variant:2}30% of Physical Damage from Hits taken as Lightning Damage ]],[[ @@ -1164,7 +1164,7 @@ Requires Level 52, 76 Dex, 76 Int {variant:1}Socketed Gems have 20% reduced Mana Reservation {variant:2}Socketed Gems have 30% reduced Mana Reservation {variant:1}Socketed Gems are Supported by level 1 Generosity -{variant:2}Socketed Gems are Supported by level 30 Generosity +{variant:2}Socketed Gems are Supported by Level 30 Generosity (120-150)% increased Evasion and Energy Shield {variant:1}(10-20)% increased Radius of Auras {variant:2}(20-40)% increased Area of Effect of Aura Skills @@ -1212,12 +1212,12 @@ Requires Level 75, 66 Str, 66 Dex, 66 Int {variant:6,15}(270-300)% increased Energy Shield {variant:7,8,16,17}(200-220)% increased Armour and Energy Shield {variant:9,18}(270-340)% increased Armour, Evasion and Energy Shield -{variant:1,2,3,4,7,10,11,12,13,16}+(90-100) to Maximum Life +{variant:1,2,3,4,7,10,11,12,13,16}+(90-100) to maximum Life {variant:5,6,8}+(90-100) to Maximum Energy Shield -{variant:14,15,17}+(70-80) to Maximum Energy Shield +{variant:14,15,17}+(70-80) to maximum Energy Shield +(20-24)% to all Elemental Resistances -+100 Life Gained on Kill -+100 Mana Gained on Kill ++100 Life gained on Kill ++100 Mana gained on Kill ]],[[ Shadowstitch Sacrificial Garb diff --git a/src/Data/Uniques/boots.lua b/src/Data/Uniques/boots.lua index 5e30aecb83..19ea0091dd 100644 --- a/src/Data/Uniques/boots.lua +++ b/src/Data/Uniques/boots.lua @@ -196,7 +196,7 @@ Deerskin Boots Variant: Pre 2.6.0 Variant: Current Requires Level 22, 42 Dex -Socketed Gems are Supported by level 11 Trap +Socketed Gems are Supported by Level 11 Trap (160-200)% increased Evasion Rating +(35-45) to maximum Life (14-18)% increased Trap Throwing Speed @@ -247,7 +247,7 @@ Variant: Current Requires Level 34, 62 Dex 60% increased Mana Regeneration Rate {variant:1}(20-30)% increased Quantity of Items Found -{variant:2}(14-20)% increased Quantity of Items Found +{variant:2}(14-20)% increased Quantity of Items found +(40-50)% to Fire Resistance 10% increased Movement Speed ]],[[ @@ -285,7 +285,7 @@ Requires Level 62, 117 Dex {variant:3}+(100-160) to maximum Energy Shield {variant:4}+(100-150) to maximum Energy Shield 30% increased Movement Speed -Enemies Cannot Leech Life From You +Enemies Cannot Leech Life From you ]],[[ Temptation Step Shagreen Boots @@ -348,8 +348,8 @@ Requires Level 22, 42 Int +20 to maximum Mana (40-60)% increased Energy Shield (5-15)% increased Movement Speed -{variant:1}+1 to Maximum number of Raised Zombies -{variant:1}+1 to Maximum number of Spectres +{variant:1}+1 to maximum number of Raised Zombies +{variant:1}+1 to maximum number of Spectres {variant:2}+1 to Level of all Raise Zombie Gems {variant:2}+1 to Level of all Raise Spectre Gems ]],[[ @@ -680,7 +680,7 @@ Adds 1 to 80 Chaos Damage to Attacks +(180-220) to Armour +(9-12)% to Chaos Resistance 20% increased Movement Speed -+1 to Maximum number of Skeletons ++1 to maximum number of Skeletons (15-18)% increased Strength ]],[[ Replica Alberon's Warpath @@ -703,7 +703,7 @@ Requires Level 64, 62 Str, 62 Int +(10-15)% to all Elemental Resistances 25% increased Movement Speed +1 to Maximum Endurance Charges -50% increased Elemental Ailment Duration on You +50% increased Elemental Ailment Duration on you Bleeding cannot be inflicted on you ]],[[ Gang's Momentum @@ -748,7 +748,7 @@ Adds 1 to 120 Lightning Damage to Attacks (20-60)% increased Armour and Energy Shield +(10-20) Life gained on Kill {variant:2,3}15% increased Movement Speed -{variant:1,2}10% Chance to Cause Monsters to Flee +{variant:1,2}10% chance to Cause Monsters to Flee {variant:3}Drops Shocked Ground while moving, lasting 2 seconds ]], -- Boots: Evasion/Energy Shield @@ -779,7 +779,7 @@ Variant: Two Abyssal Sockets Requires Level 69, 82 Dex, 42 Int {variant:1}Has 1 Abyssal Socket {variant:2}Has 2 Abyssal Sockets -Triggers level 20 Death Walk when Equipped +Triggers Level 20 Death Walk when Equipped (4-6)% increased maximum Life 30% increased Movement Speed 10% increased Damage for each type of Abyssal Jewel affecting you diff --git a/src/Data/Uniques/bow.lua b/src/Data/Uniques/bow.lua index d8e98676d3..23caf09fdf 100644 --- a/src/Data/Uniques/bow.lua +++ b/src/Data/Uniques/bow.lua @@ -453,7 +453,7 @@ Requires Level 64, 212 Dex Adds 1 to (275-325) Lightning Damage (10-15)% increased Attack Speed 60% of Lightning Damage Converted to Chaos Damage -10% Chance to Shock +10% chance to Shock Your Chaos Damage can Shock {variant:2}Shock Enemies as though dealing 300% more Damage {variant:2}Your Shocks can increase Damage taken by up to a maximum of 100% diff --git a/src/Data/Uniques/claw.lua b/src/Data/Uniques/claw.lua index 978884e2e3..e40f798abc 100644 --- a/src/Data/Uniques/claw.lua +++ b/src/Data/Uniques/claw.lua @@ -11,7 +11,7 @@ Requires Level 46, 80 Dex, 80 Int Implicits: 2 {variant:1}+21 Life gained for each Enemy hit by Attacks {variant:2}+44 Life gained for each Enemy hit by Attacks -Socketed Gems are Supported by level 12 Fortify +Socketed Gems are Supported by Level 12 Fortify (100-120)% increased Physical Damage +110 to Evasion Rating +(30-50) to maximum Life @@ -278,7 +278,7 @@ Implicits: 2 {variant:1}+21 Life gained for each Enemy hit by Attacks {variant:2,3}+44 Life gained for each Enemy hit by Attacks +1 to Level of Socketed Dexterity Gems -{variant:3}Socketed Gems are Supported by level 10 Faster Attacks +{variant:3}Socketed Gems are Supported by Level 10 Faster Attacks {variant:1,2}(100-120)% increased Physical Damage {variant:3}(160-180)% increased Physical Damage (10-15)% increased Attack Speed @@ -293,7 +293,7 @@ Implicits: 1 (60-80)% increased Physical Damage Adds (25-35) to (50-65) Physical Damage 25% chance to cause Bleeding on Hit -2% increased Physical Damage over time per 10 Dexterity +2% increased Physical Damage Over Time per 10 Dexterity 1% increased Bleed Duration per 12 Intelligence 30% Chance to cause Bleeding Enemies to Flee on hit ]],[[ diff --git a/src/Data/Uniques/dagger.lua b/src/Data/Uniques/dagger.lua index ab6a15adbb..62049ee8bf 100644 --- a/src/Data/Uniques/dagger.lua +++ b/src/Data/Uniques/dagger.lua @@ -41,7 +41,7 @@ Implicits: 1 (20-40)% increased Physical Damage Adds (3-6) to (9-13) Physical Damage 10% increased Attack Speed -Extra Gore +Extra gore {variant:1}10% chance to cause Bleeding on Hit {variant:2}30% chance to cause Bleeding on Hit ]],[[ @@ -202,7 +202,7 @@ Implicits: 1 10% reduced Attack Speed +(6-10)% to all Elemental Resistances {variant:1,2}Melee Critical Strikes have 25% chance to cause Bleeding -{variant:3}50% chance to Cause Bleeding on Critical Strike +{variant:3}50% chance to cause Bleeding on Critical Strike {variant:1,2}Melee Critical Strikes have 25% chance to Poison the Enemy {variant:3}50% chance to Cause Poison on Critical Strike ]],[[ diff --git a/src/Data/Uniques/flask.lua b/src/Data/Uniques/flask.lua index 4567d2cc5d..67130789d2 100644 --- a/src/Data/Uniques/flask.lua +++ b/src/Data/Uniques/flask.lua @@ -12,7 +12,7 @@ Requires Level 50 (5-20)% increased Recovery Speed {variant:1}No Life Recovery Applies during Flask effect {variant:2}100% increased Amount Recovered -Recover Full Life at the end of the Flask effect +Recover Full Life at the end of the Flask Effect ]], -- Flask: Mana [[ @@ -140,7 +140,7 @@ Variant: Movement Speed/Stun Avoidance Variant: Life Regen Requires Level 22 Implicits: 0 -Recharges 1 Charge when you consume an Ignited Corpse +Recharges 1 Charge when you Consume an Ignited corpse Enemies Ignited by you during Flask Effect take 10% increased Damage Recover (1-3)% of Life when you Kill an Enemy during Flask Effect Recover (1-3)% of Mana when you Kill an Enemy during Flask Effect @@ -175,7 +175,7 @@ Requires Level 27 {variant:2}Recover 75% of your maximum Life on use {variant:3}Recover (75-100)% of your maximum Life on use {variant:1}15% of maximum Life taken as Chaos Damage per second -{variant:2,3}8% of maximum Life taken as Chaos Damage per second +{variant:2,3}8% of Maximum Life taken as Chaos Damage per second ]],[[ Kiara's Determination Silver Flask @@ -293,9 +293,9 @@ Variant: Pre 3.10.0 Variant: Current Requires Level 27 {variant:1}100% increased Charges used -{variant:1}Vaal Skills deal (30-40)% more Damage during effect +{variant:1}Vaal Skills deal (30-40)% more Damage during Effect {variant:1}Vaal Skills used during effect do not apply Soul Gain Prevention -{variant:1}Gains no Charges During effect of any Soul Ripper Flask +{variant:1}Gains no Charges during effect of any Soul Ripper Flask {variant:2}+(-40 to 90) maximum Charges {variant:2}Loses all Charges when you enter a new area {variant:2}Consumes Maximum Charges to use @@ -381,6 +381,6 @@ Creates a Smoke Cloud on Use 50% increased Charges used {variant:1}(50-70)% increased Damage Over Time during Flask Effect {variant:2}(25-40)% increased Damage Over Time during Flask Effect -Grants level 21 Despair Curse Aura during Flask Effect +Grants Level 21 Despair Curse Aura during Flask Effect ]], } diff --git a/src/Data/Uniques/gloves.lua b/src/Data/Uniques/gloves.lua index db8b4bb335..1b30a5c4ef 100644 --- a/src/Data/Uniques/gloves.lua +++ b/src/Data/Uniques/gloves.lua @@ -45,7 +45,7 @@ Variant: Pre 3.5.0 Variant: Pre 3.10.0 Variant: Current Requires Level 63, 100 Str -{variant:2,3,4}Grants level 20 Doryani's Touch Skill +{variant:2,3,4}Grants Level 20 Doryani's Touch Skill {variant:1,2,3}+30 to maximum Energy Shield {variant:4}+(80-100) to maximum Energy Shield {variant:1,2,3}10% chance to Shock @@ -73,7 +73,7 @@ Goliath Gauntlets Requires Level 53, 76 Str +(400-600) to Armour Knockback direction is reversed -Socketed Gems are Supported by level 10 Knockback +Socketed Gems are Supported by Level 10 Knockback ]],[[ Giantsbane Bronze Gauntlets @@ -236,7 +236,7 @@ Inflict non-Damaging Ailments as though dealing (100-200)% more Damage Allelopathy Sorcerer Gloves Requires Level 69, 97 Int -Grants level 22 Blight Skill +Grants Level 22 Blight Skill (20-30)% increased Damage over Time (100-120)% increased Energy Shield 10% increased Area of Effect of Area Skills @@ -270,7 +270,7 @@ Requires Level 25, 39 Int {variant:1}Curse Enemies with Temporal Chains on Hit {variant:2,3}Curse Enemies with Temporal Chains on Hit, with 40% increased Effect {variant:3}Non-Aura Curses you inflict are not removed from Dying Enemies -{variant:3}Enemies near Corpses affected by your Curses are Blinded +{variant:3}Enemies near corpses affected by your Curses are Blinded {variant:3}Enemies killed near Corpses affected by your Curses explode, dealing {variant:3}3% of their Life as Physical Damage ]],[[ @@ -505,7 +505,7 @@ Trigger Level 20 Arcane Wake after Spending a total of 200 Mana Wyrmsign Wyrmscale Gauntlets Requires Level 49, 38 Str, 38 Dex -Socketed Gems are Supported by level 5 Concentrated Effect +Socketed Gems are Supported by Level 5 Concentrated Effect (120-160)% increased Armour and Evasion +(50-70) to maximum Life 4% reduced Mana Cost per Endurance Charge @@ -636,7 +636,7 @@ Adds (30-36) to (44-50) Cold Damage to Attacks +(40-50)% to Cold Resistance {variant:2}50% increased Herald of Ice Damage 25% increased Freeze Duration on Enemies -Your Hits can only Kill Frozen enemies +Your Hits can only Kill Frozen Enemies ]],[[ Triad Grip Mesh Gloves @@ -714,8 +714,8 @@ Requires Level 31, 25 Dex 25 Int (5-7)% increased Cast Speed (100-150)% increased Evasion and Energy Shield Raised Zombies have (80-100)% increased maximum Life -Raise Zombie does not require a Corpse -Your Raised Zombies count as Corpses +Raise Zombie does not require a corpse +Your Raised Zombies count as corpses ]],[[ Architect's Hand Variant: Pre 3.14.0 @@ -857,7 +857,7 @@ Requires Level 58, 45 Dex, 45 Int 2% increased Attack Speed per Frenzy Charge 6% increased Accuracy Rating per Frenzy Charge 10% reduced Frenzy Charge Duration per Frenzy Charge -{variant:1}While at Maximum Frenzy Charges, Attacks Poison Enemies +{variant:1}While at maximum Frenzy Charges, Attacks Poison Enemies {variant:2,3}Attacks have 60% chance to Poison while at maximum Frenzy Charges {variant:3}+5% to Damage over Time Multiplier for Poison per Frenzy Charge ]],[[ @@ -878,7 +878,7 @@ Variant: Pre 1.0.0 Variant: Pre 2.6.0 Variant: Current Requires Level 67, 51 Dex, 51 Int -Socketed Gems are Supported by level 18 Added Lightning Damage +Socketed Gems are Supported by Level 18 Added Lightning Damage {variant:1,3}Adds 1 to 100 Lightning Damage to Attacks {variant:2}Adds 1 to 40 Lightning Damage to Attacks 10% increased Attack Speed diff --git a/src/Data/Uniques/helmet.lua b/src/Data/Uniques/helmet.lua index 122238239c..ecd472165e 100644 --- a/src/Data/Uniques/helmet.lua +++ b/src/Data/Uniques/helmet.lua @@ -312,7 +312,7 @@ Requires Level 69, 154 Int {variant:1}+(200-250) to Accuracy Rating {variant:2}+(300-350) to Accuracy Rating (120-150)% increased Energy Shield -−30% to Fire Resistance +-30% to Fire Resistance (0.4-0.8)% of Attack Damage Leeched as Life (0.2-0.4)% of Attack Damage Leeched as Mana Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value @@ -395,7 +395,7 @@ Hubris Circlet Source: Drops from The Pale Council Requires Level 69, 154 Int Implicits: 0 -Trigger level 10 Void Gaze when you use a Skill +Trigger Level 10 Void Gaze when you use a Skill +(50-80) to maximum Mana (120-150)% increased Energy Shield 50% increased Stun and Block Recovery @@ -458,7 +458,7 @@ Requires Level 69, 154 Int (150-180)% increased Energy Shield (6-10)% increased maximum Mana Recover (8-10)% of maximum Life when you use a Mana Flask -Non-instant Mana recovery from Flasks is also recovered as Life +Non-instant Mana Recovery from Flasks is also Recovered as Life (50-60)% increased Cost of Skills for each 200 total Mana Spent Recently {variant:1}(50-60)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000% {variant:2}(20-25)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000% @@ -505,8 +505,8 @@ Variant: Pre 2.6.0 Variant: Pre 3.5.0 Variant: Current Requires Level 65, 138 Int -{variant:1}Socketed Gems are Supported by level 15 Concentrated Effect -{variant:2,3}Socketed Gems are Supported by level 20 Concentrated Effect +{variant:1}Socketed Gems are Supported by Level 15 Concentrated Effect +{variant:2,3}Socketed Gems are Supported by Level 20 Concentrated Effect 30% increased Cold Damage +(40-60) to maximum Mana {variant:1}(100-120)% increased Energy Shield @@ -586,11 +586,11 @@ Variant: Pre 1.3.0 Variant: Pre 3.5.0 Variant: Current Requires Level 67, 62 Str, 85 Dex -Socketed Gems are Supported by level 18 Melee Physical Damage -{variant:1,4}Socketed Gems are Supported by level 18 Faster Attacks -{variant:2,3}Socketed Gems are Supported by level 12 Faster Attacks -{variant:1,4}Socketed Gems are Supported by level 18 Blind -{variant:2,3}Socketed Gems are Supported by level 6 Blind +Socketed Gems are Supported by Level 18 Melee Physical Damage +{variant:1,4}Socketed Gems are Supported by Level 18 Faster Attacks +{variant:2,3}Socketed Gems are Supported by Level 12 Faster Attacks +{variant:1,4}Socketed Gems are supported by Level 18 Blind +{variant:2,3}Socketed Gems are supported by Level 6 Blind {variant:1,2}15% Chance to Block {variant:3,4}6% Chance to Block Adds 20 to 30 Physical Damage to Attacks @@ -727,7 +727,7 @@ Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current Requires Level 63, 85 Str, 62 Int -Socketed Gems are supported by level 20 Cast on Death +Socketed Gems are supported by Level 20 Cast on Death 20% increased Damage when on Low Life +(10-15) to all Attributes (60-100)% increased Armour and Energy Shield @@ -940,7 +940,7 @@ Requires Level 37, 42 Str, 42 Int {variant:1}+(100-150) to maximum Mana {variant:2}+(100-120) to maximum Mana {variant:2}Gain (5-10)% of Maximum Mana as Extra Maximum Energy Shield -Enemies Cannot Leech Mana From You +Enemies Cannot Leech Mana From you (5-10)% of Damage taken Gained as Mana over 4 seconds when Hit Cannot Leech Mana ]],[[ @@ -979,7 +979,7 @@ Requires Level 68, 62 Str, 91 Int +(26-32)% to Fire Resistance +(8-16)% to Chaos Resistance 20% increased Light Radius -(8-12)% increased maximum Life if no Equipped Items are Corrupted +(8-12)% increased Maximum Life if no Equipped Items are Corrupted Regenerate 100 Life per second if no Equipped Items are Corrupted ]], -- Helmet: Evasion/Energy Shield @@ -1093,7 +1093,7 @@ Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current Requires Level 38, 44 Dex, 44 Int -{variant:2,3}Trigger level 1 Create Lesser Shrine when you Kill an Enemy +{variant:2,3}Trigger Level 1 Create Lesser Shrine when you Kill an Enemy (120-150)% increased Evasion and Energy Shield {variant:2}+(40-65) to maximum Energy Shield {variant:3}+(30-45) to maximum Energy Shield @@ -1183,7 +1183,7 @@ Requires Level 57, 64 Dex, 64 Int +20% chance to be Shocked 30% of Lightning Damage is taken from Mana before Life {variant:1}Recover 3% of Maximum Mana when you Shock an Enemy -{variant:2}Attack Skills have added Lightning Damage equal to 6% of maximum Mana +{variant:2}Attack Skills have Added Lightning Damage equal to 6% of maximum Mana {variant:2}Lose 3% of Mana when you use an Attack Skill ]],[[ The Tempest's Binding @@ -1228,7 +1228,7 @@ Requires Level 62, 79 Dex, 72 Int (245-280)% increased Evasion and Energy Shield +(30-40) to maximum Energy Shield +(24-30)% to Chaos Resistance -Enemies cannot Leech Mana from You +Enemies Cannot Leech Mana From you Socketed Gems have 50% reduced Mana Cost ]],[[ Viridi's Veil diff --git a/src/Data/Uniques/jewel.lua b/src/Data/Uniques/jewel.lua index 23526ecf56..f000e080d5 100644 --- a/src/Data/Uniques/jewel.lua +++ b/src/Data/Uniques/jewel.lua @@ -380,8 +380,8 @@ Cobalt Jewel Mantra of Flames Crimson Jewel Limited to: 1 -Adds (3-5) to (8-12) Fire Attack Damage per Buff on You -Adds (2-3) to (5-8) Fire Spell Damage per Buff on You +Adds (3-5) to (8-12) Fire Attack Damage per Buff on you +Adds (2-3) to (5-8) Fire Spell Damage per Buff on you ]],[[ Martial Artistry Crimson Jewel @@ -508,14 +508,14 @@ Rain of Splinters Crimson Jewel Limited to: 1 (30-50)% reduced Totem Damage -Totems Fire 2 additional Projectiles +Totems fire 2 additional Projectiles ]],[[ Reckless Defence Cobalt Jewel Variant: Pre 3.4.0 Variant: Current {variant:1}+6% chance to Block Spell Damage -{variant:2}+(2-4)% chance to Block Spell Damage +{variant:2}+(2-4)% Chance to Block Spell Damage (2-4)% chance to Block Attack Damage Hits have (140-200)% increased Critical Strike Chance against you ]],[[ @@ -686,7 +686,7 @@ Variant: Current Minions deal (8-12)% increased Damage {variant:1}2% increased Skeleton Attack Speed {variant:2}(7-10)% increased Skeleton Attack Speed -{variant:2}(7-10)% increased Skeleton Cast speed +{variant:2}(7-10)% increased Skeleton Cast Speed {variant:2}(3-5)% increased Skeleton Movement Speed ]],[[ Unnatural Instinct @@ -1715,4 +1715,4 @@ Implicits: 0 Passives in radius are Conquered by the Templars Historic ]], -} \ No newline at end of file +} diff --git a/src/Data/Uniques/mace.lua b/src/Data/Uniques/mace.lua index 313e080764..e71133945d 100644 --- a/src/Data/Uniques/mace.lua +++ b/src/Data/Uniques/mace.lua @@ -87,11 +87,11 @@ Implicits: 2 (60-80)% increased Physical Damage Adds 10 to 15 Physical Damage 10% increased Attack Speed -1% of Physical Attack Damage leeched as Life +1% of Physical Attack Damage Leeched as Life {variant:1}10% Chance to cause Bleeding on Hit -{variant:2}30% Chance to cause Bleeding on Hit -{variant:1}1% of Attack Damage leeched as Life against Bleeding Enemies -{variant:2}3% of Attack Damage leeched as Life against Bleeding Enemies +{variant:2}30% chance to cause Bleeding on Hit +{variant:1}1% of Attack Damage Leeched as Life against Bleeding Enemies +{variant:2}3% of Attack Damage Leeched as Life against Bleeding Enemies ]],[[ Frostbreath Ornate Mace @@ -109,7 +109,7 @@ Implicits: 2 (8-14)% increased Attack Speed +(40-50)% to Fire Resistance (35-50)% increased Chill Duration on Enemies -Attacks with this Weapon deal double Damage to Chilled Enemies +Attacks with this Weapon deal Double Damage to Chilled Enemies ]],[[ Replica Frostbreath Ornate Mace @@ -187,7 +187,7 @@ Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 68, 104 Str, 122 Int Implicits: 1 40% increased Elemental Damage -{fractured}(15-20)% increased Cast Speed +(15-20)% increased Cast Speed (15-20)% increased Cold Damage per 1% Cold Resistance above 75% (15-20)% increased Lightning Damage per 1% Lightning Resistance above 75% ]],[[ @@ -197,7 +197,7 @@ League: Heist Requires Level 68, 104 Str, 122 Int Implicits: 1 40% increased Elemental Damage -{fractured}(15-20)% increased Cast Speed +(15-20)% increased Cast Speed (15-20)% increased Cold Damage per 1% Missing Cold Resistance, up to a maximum of 300% (15-20)% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300% ]],[[ @@ -273,11 +273,11 @@ Implicits: 2 {variant:1}15% increased Elemental Damage {variant:2,3}22% increased Elemental Damage {variant:3}Socketed Gems are Supported by Level 1 Bonechill -Socketed Gems are Supported by level 1 Hypothermia -Socketed Gems are Supported by level 1 Ice Bite -Socketed Gems are Supported by level 1 Cold Penetration -{variant:1,2}Socketed Gems are Supported by level 1 Mana Leech -Socketed Gems are Supported by level 10 Added Cold Damage +Socketed Gems are Supported by Level 1 Hypothermia +Socketed Gems are Supported by Level 1 Ice Bite +Socketed Gems are Supported by Level 1 Cold Penetration +{variant:1,2}Socketed Gems are Supported by Level 1 Mana Leech +Socketed Gems are Supported by Level 10 Added Cold Damage Socketed Gems are Supported by level 1 Reduced Mana ]],[[ Replica Bitterdream @@ -405,7 +405,7 @@ Implicits: 2 +(50-70) to Strength (15-18)% increased Cast Speed +(20-30) to maximum Mana -Socketed Gems are Supported by level 30 Iron Will +Socketed Gems are Supported by Level 30 Iron Will 1% increased Damage per 8 Strength when in Main Hand 1% increased Armour per 16 Strength when in Off Hand ]],[[ @@ -418,7 +418,7 @@ Requires Level 75, 113 Str, 113 Int Implicits: 2 {variant:1}10% increased Elemental Damage {variant:2}32% increased Elemental Damage -Socketed Gems are Supported by level 20 Elemental Proliferation +Socketed Gems are Supported by Level 20 Elemental Proliferation Adds (65-85) to (100-160) Physical Damage (11-15)% increased Attack Speed (6-10)% increased Cast Speed @@ -480,9 +480,9 @@ Implicits: 2 {variant:1,2}20% increased Elemental Damage {variant:3,4}30% increased Elemental Damage {variant:4}+2 to Level of Socketed Fire Gems -{variant:1,2,3}Socketed Gems are Supported by level 10 Added Fire Damage -{variant:1,2,3}Socketed Gems are Supported by level 10 Cold to Fire -Socketed Gems are Supported by level 10 Fire Penetration +{variant:1,2,3}Socketed Gems are Supported by Level 10 Added Fire Damage +{variant:1,2,3}Socketed Gems are Supported by Level 10 Cold to Fire +Socketed Gems are Supported by Level 10 Fire Penetration {variant:4}Socketed Gems deal 63 to 94 additional Fire Damage (20-30)% increased Spell Damage {variant:2,3,4}(150-200)% increased Physical Damage @@ -690,7 +690,7 @@ Requires Level 44, 143 Str Implicits: 2 {variant:1}40% increased Stun Duration on Enemies {variant:2}45% increased Stun Duration on Enemies -{variant:2}25% chance to Trigger level 20 Animate Weapon on Kill +{variant:2}25% chance to Trigger Level 20 Animate Weapon on Kill (150-200)% increased Physical Damage (8-12)% increased Attack Speed (8-12)% increased Cast Speed @@ -744,7 +744,7 @@ Implicits: 3 {variant:2,3}30% increased Stun Duration on Enemies {variant:4}45% increased Stun Duration on Enemies {variant:1,2}Socketed Gems are Supported by level 15 Increased Area of Effect -{variant:3,4}Socketed Gems are Supported by level 15 Pulverise +{variant:3,4}Socketed Gems are Supported by Level 15 Pulverise {variant:1,2}(220-250)% increased Physical Damage {variant:3}(230-260)% increased Physical Damage {variant:4}(200-230)% increased Physical Damage diff --git a/src/Data/Uniques/quiver.lua b/src/Data/Uniques/quiver.lua index 13f9f9346e..d9e02fdf57 100644 --- a/src/Data/Uniques/quiver.lua +++ b/src/Data/Uniques/quiver.lua @@ -10,7 +10,7 @@ Variant: Current Requires Level 10 Implicits: 1 (20-30)% increased Accuracy Rating -{variant:2}Grants level 5 Frostbite Skill +{variant:2}Grants Level 5 Frostbite Skill (8-12)% increased Attack Speed +(30-40)% to Cold Resistance (30-40)% increased Chill Duration on Enemies @@ -202,7 +202,7 @@ Source: Drops from unique{Rigwald, The Wolven King} (Level 70+) Requires Level 56 Implicits: 1 (20-30)% increased Accuracy Rating -−10% to Fire Resistance +-10% to Fire Resistance +(20-30)% to Lightning Resistance +7 Life gained for each Enemy hit by your Attacks 20% reduced Projectile Speed @@ -302,4 +302,4 @@ Adds (30-40) to (80-100) Cold Damage to Attacks Gain a Void Charge every 0.5 seconds Elder Item ]], -} \ No newline at end of file +} diff --git a/src/Data/Uniques/ring.lua b/src/Data/Uniques/ring.lua index 92e221a9be..84561e38d1 100644 --- a/src/Data/Uniques/ring.lua +++ b/src/Data/Uniques/ring.lua @@ -9,10 +9,10 @@ League: Delve Source: Drops from unique{Aul, the Crystal King} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+20 to Strength -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Fire Resistance +{tags:attribute}+20 to Strength +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Ahkeli's Mountain Ruby Ring @@ -20,10 +20,10 @@ League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+20 to Strength -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Fire Resistance +{tags:attribute}+20 to Strength +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Ahkeli's Valley Ruby Ring @@ -31,30 +31,30 @@ League: Delve Source: Drops from unique{Kurgal, the Blackblooded} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+20 to Strength -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Fire Resistance +{tags:attribute}+20 to Strength +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Andvarius Gold Ring Requires Level 20 Implicits: 1 (6-15)% increased Rarity of Items found -{tags:jewellery_attribute}+10 to Dexterity +{tags:attribute}+10 to Dexterity (50-70)% increased Rarity of Items found -{tags:jewellery_resistance}−20% to all Elemental Resistances +{tags:resistance}-20% to all Elemental Resistances ]],[[ Astral Projector Topaz Ring League: Metamorph Requires Level 40 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+(30-50) to Intelligence +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+(30-50) to Intelligence {tags:caster}(20-25)% increased Spell Damage 30% chance to Avoid Elemental Ailments -Nova Spells have 20% less Area of Effect +{tags:caster}Nova Spells have 20% less Area of Effect Nova Spells Cast at the targeted location instead of around you ]],[[ Berek's Grip @@ -65,17 +65,17 @@ Variant: Pre 3.8.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Cold and Lightning Resistances -{variant:1}{tags:jewellery_elemental}(10-15)% increased Cold Damage -{variant:2,3}{tags:jewellery_elemental}(25-30)% increased Cold Damage +{tags:resistance}+(12-16)% to Cold and Lightning Resistances +{variant:1}{tags:elemental_damage}(10-15)% increased Cold Damage +{variant:2,3}{tags:elemental_damage}(25-30)% increased Cold Damage {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (1-50) Lightning Damage to Attacks -{variant:2,3}{tags:jewellery_elemental,attack,caster}Adds 1 to (50-70) Lightning Damage to Spells and Attacks -{tags:life}+(30-40) to maximum Life +{variant:2,3}{tags:elemental_damage,attack,caster}Adds 1 to (50-70) Lightning Damage to Spells and Attacks +{tags:resource,life}+(30-40) to maximum Life {variant:1}{tags:life}1% of Damage Leeched as Life against Frozen Enemies -{variant:2,3}{tags:life}1% of Damage Leeched as Life against Shocked Enemies +{variant:2,3}{tags:resource,life}1% of Damage Leeched as Life against Shocked Enemies {variant:1}{tags:mana}1% of Damage Leeched as Mana against Shocked Enemies -{variant:2}{tags:mana}1% of Damage Leeched as Mana against Frozen Enemies -{variant:3}1% of Damage Leeched as Energy Shield against Frozen Enemies +{variant:2}{tags:resource,mana}1% of Damage Leeched as Mana against Frozen Enemies +{variant:3}{tags:defences}1% of Damage Leeched as Energy Shield against Frozen Enemies ]],[[ Berek's Pass Two-Stone Ring @@ -84,14 +84,14 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Fire and Cold Resistances -{variant:1}{tags:jewellery_elemental}(10-15)% increased Fire Damage -{variant:2}{tags:jewellery_elemental}(25-30)% increased Fire Damage +{tags:resistance}+(12-16)% to Fire and Cold Resistances +{variant:1}{tags:elemental_damage}(10-15)% increased Fire Damage +{variant:2}{tags:elemental_damage}(25-30)% increased Fire Damage {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Cold Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack,caster}Adds (20-25) to (30-50) Cold Damage to Spells and Attacks -{tags:jewellery_defense}+(30-40) to maximum Energy Shield +{variant:2}{tags:elemental_damage,attack,caster}Adds (20-25) to (30-50) Cold Damage to Spells and Attacks +{tags:defences}+(30-40) to maximum Energy Shield 30% increased Damage while Ignited -{tags:jewellery_defense}+5000 to Armour while Frozen +{tags:defences}+5000 to Armour while Frozen ]],[[ Berek's Respite Two-Stone Ring @@ -100,12 +100,12 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Fire and Lightning Resistances +{tags:resistance}+(12-16)% to Fire and Lightning Resistances {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack,caster}Adds (20-25) to (30-50) Fire Damage to Spells and Attacks -{variant:1}{tags:jewellery_elemental}(10-15)% increased Lightning Damage -{variant:2}{tags:jewellery_elemental}(25-30)% increased Lightning Damage -{tags:mana}+(30-40) to maximum Mana +{variant:2}{tags:elemental_damage,attack,caster}Adds (20-25) to (30-50) Fire Damage to Spells and Attacks +{variant:1}{tags:elemental_damage}(10-15)% increased Lightning Damage +{variant:2}{tags:elemental_damage}(25-30)% increased Lightning Damage +{tags:resource,mana}+(30-40) to maximum Mana {variant:1}Shock a nearby Enemy for 2 seconds on Killing a Shocked Enemy {variant:2}Shocks all nearby Enemies on Killing a Shocked Enemy {variant:1}Ignite a nearby Enemy on Killing an Ignited Enemy @@ -116,22 +116,22 @@ Amethyst Ring League: Ritual Requires Level 49 Implicits: 1 -{tags:chaos,jewellery_resistance}+(9-13)% to Chaos Resistance -{tags:jewellery_elemental}+(8-12)% to Fire Damage over Time Multiplier +{tags:chaos,resistance}+(9-13)% to Chaos Resistance +{tags:elemental_damage}+(8-12)% to Fire Damage over Time Multiplier 50% reduced Ignite Duration on Enemies (10-15)% chance to Ignite Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite Withered does not expire on Enemies Ignited by you -{tags:chaos,jewellery_resistance}+(20-25)% to Fire and Chaos Resistances +{tags:chaos,resistance}+(20-25)% to Fire and Chaos Resistances ]],[[ Blackheart Iron Ring Upgrade: Upgrades to unique{Voidheart} via prophecy{From The Void} Implicits: 1 -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks +{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks {tags:physical}5% increased Physical Damage -{tags:attack,chaos}Adds 1 to 3 Chaos Damage to Attacks -{tags:life}+(20-30) to maximum Life +{tags:chaos,attack}Adds 1 to 3 Chaos Damage to Attacks +{tags:resource,life}+(20-30) to maximum Life {tags:life}(2-4) Life Regenerated per second 10% chance to Cause Monsters to Flee ]],[[ @@ -142,10 +142,10 @@ Variant: Pre 2.4.0 Variant: Current Requires Level 48 Implicits: 1 -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks +{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks {tags:physical}5% increased Physical Damage -{tags:attack,chaos}Adds 1 to 3 Chaos Damage to Attacks -{tags:life}+(20-30) to maximum Life +{tags:chaos,attack}Adds 1 to 3 Chaos Damage to Attacks +{tags:resource,life}+(20-30) to maximum Life {tags:life}(2-4) Life Regenerated per second 10% chance to Cause Monsters to Flee {variant:1}Melee Attacks cause Bleeding @@ -160,14 +160,14 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 24 Implicits: 1 -{tags:life}+(20-30) to maximum Life +{tags:resource,life}+(20-30) to maximum Life {variant:1}{tags:jewellery_elemental,attack}Adds (7-10) to (15-20) Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds (12-15) to (25-30) Fire Damage to Attacks -{tags:life}+(20-40) to maximum Life -{tags:jewellery_resistance}+(10-15)% to Cold Resistance +{variant:2}{tags:elemental_damage,attack}Adds (12-15) to (25-30) Fire Damage to Attacks +{tags:resource,life}+(20-40) to maximum Life +{tags:resistance}+(10-15)% to Cold Resistance {variant:1}{tags:jewellery_elemental}45% reduced Effect of Chill on You -{variant:2}{tags:jewellery_elemental}75% reduced Effect of Chill on You -{variant:1}100% increased Ignite Duration on You +{variant:2}75% reduced Effect of Chill on you +{variant:1}100% increased Ignite Duration on you {variant:2}{tags:speed}10% increased Movement Speed while Ignited ]],[[ Winterweave @@ -175,11 +175,11 @@ Coral Ring Source: Upgraded from unique{Bloodboil} via prophecy{Cold Blooded Fury} Requires Level 53 Implicits: 1 -{tags:life}+(20-30) to maximum Life -{tags:jewellery_elemental,attack}Adds (12-15) to (25-30) Fire Damage to Attacks -{tags:jewellery_elemental,attack}Adds (12-15) to (25-30) Cold Damage to Attacks -{tags:life}+(20-40) to maximum Life -{tags:jewellery_resistance}+(25-30)% to Cold Resistance +{tags:resource,life}+(20-30) to maximum Life +{tags:elemental_damage,attack}Adds (12-15) to (25-30) Fire Damage to Attacks +{tags:elemental_damage,attack}Adds (12-15) to (25-30) Cold Damage to Attacks +{tags:resource,life}+(20-40) to maximum Life +{tags:resistance}+(25-30)% to Cold Resistance {tags:speed}10% increased Movement Speed while Ignited The Effect of Chill on you is reversed ]],[[ @@ -195,11 +195,11 @@ Has 1 Socket {variant:2}+3 to Level of Socketed Golem Gems {variant:1}Socketed Gems are Supported by Level 15 Concentrated Effect {variant:2}25% increased Effect of Buffs granted by Socketed Golem Skills -{variant:2}{tags:jewellery_defense}Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield +{variant:2}{tags:resource,life,defences}Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield {variant:1}{tags:caster}(10-25)% increased Spell Damage {variant:2}{tags:caster}(20-25)% increased Spell Damage -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{tags:jewellery_resistance}+(20-40)% to Lightning Resistance +{tags:defences}+(15-25) to maximum Energy Shield +{tags:resistance}+(20-40)% to Lightning Resistance {variant:1}Socketed Gems are Supported by Level 15 Increased Minion Life ]],[[ Call of the Brotherhood @@ -208,13 +208,13 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Cold and Lightning Resistances -{tags:jewellery_attribute}+(15-25) to Intelligence -{tags:jewellery_elemental}(15-25)% increased Lightning Damage -{tags:mana}(30-40)% increased Mana Regeneration Rate +{tags:resistance}+(12-16)% to Cold and Lightning Resistances +{tags:attribute}+(15-25) to Intelligence +{tags:elemental_damage}(15-25)% increased Lightning Damage +{tags:resource,mana}(30-40)% increased Mana Regeneration Rate {variant:1}{tags:jewellery_elemental}50% of Lightning Damage Converted to Cold Damage -{variant:2}{tags:jewellery_elemental}40% of Lightning Damage Converted to Cold Damage -Your spells have 100% chance to Shock against Frozen enemies +{variant:2}{tags:elemental_damage}40% of Lightning Damage Converted to Cold Damage +{tags:caster}Your spells have 100% chance to Shock against Frozen Enemies ]],[[ Circle of Anguish Ruby Ring @@ -230,17 +230,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Max Resistance Variant: Fire Resistance -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{fractured}{tags:jewellery_attribute}+(20-30) to Strength -{tags:jewellery_elemental}Adds (20-25) to (26-35) Fire Damage -{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:resistance}+(20-30)% to Fire Resistance +{tags:attribute}+(20-30) to Strength +{tags:elemental_damage}Adds (20-25) to (26-35) Fire Damage +{tags:resistance}+(20-30)% to Fire Resistance {variant:1}{tags:mana}Herald of Ash has (30-40)% reduced Reservation -{variant:2}{tags:mana}Herald of Ash has (15-20)% reduced Reservation -{variant:3}{tags:jewellery_elemental}(40-60)% increased Fire Damage while affected by Herald of Ash +{variant:2}Herald of Ash has (15-20)% reduced Reservation +{variant:3}{tags:elemental_damage}(40-60)% increased Fire Damage while affected by Herald of Ash {variant:4}Herald of Ash has (70-100)% increased Buff Effect {variant:5}Herald of Ash has (40-60)% increased Buff Effect -{variant:6}{tags:jewellery_resistance}+1% to maximum Fire Resistance while affected by Herald of Ash -{variant:7}{tags:jewellery_resistance}+(50-60)% to Fire Resistance while affected by Herald of Ash +{variant:6}{tags:resistance}+1% to maximum Fire Resistance while affected by Herald of Ash +{variant:7}{tags:resistance}+(50-60)% to Fire Resistance while affected by Herald of Ash ]],[[ Circle of Fear Sapphire Ring @@ -256,17 +256,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Max Resistance Variant: Cold Resistance -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{fractured}{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_elemental}Adds (20-25) to (26-35) Cold Damage -{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:resistance}+(20-30)% to Cold Resistance +{tags:attribute}+(20-30) to Dexterity +{tags:elemental_damage}Adds (20-25) to (26-35) Cold Damage +{tags:resistance}+(20-30)% to Cold Resistance {variant:1}{tags:mana}Herald of Ice has (30-40)% reduced Reservation -{variant:2}{tags:mana}Herald of Ice has (15-20)% reduced Reservation -{variant:3}{tags:jewellery_elemental}(40-60)% increased Cold Damage while affected by Herald of Ice +{variant:2}Herald of Ice has (15-20)% reduced Reservation +{variant:3}{tags:elemental_damage}(40-60)% increased Cold Damage while affected by Herald of Ice {variant:4}Herald of Ice has (70-100)% increased Buff Effect {variant:5}Herald of Ice has (40-60)% increased Buff Effect -{variant:6}{tags:jewellery_resistance}+1% to maximum Cold Resistance while affected by Herald of Ice -{variant:7}{tags:jewellery_resistance}+(50-60)% to Cold Resistance while affected by Herald of Ice +{variant:6}{tags:resistance}+1% to maximum Cold Resistance while affected by Herald of Ice +{variant:7}{tags:resistance}+(50-60)% to Cold Resistance while affected by Herald of Ice ]],[[ Circle of Guilt Iron Ring @@ -282,12 +282,12 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Sentinel Damage Variant: Damage Reduction -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks -{fractured}{tags:jewellery_attribute}+(10-20) to all Attributes +{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks +{tags:attribute}+(10-20) to all Attributes {tags:physical}Adds (8-10) to (13-15) Physical Damage -{tags:jewellery_defense}+(350-400) to Armour +{tags:defences}+(350-400) to Armour {variant:1}{tags:mana}Herald of Purity has (30-40)% reduced Reservation -{variant:2}{tags:mana}Herald of Purity has (15-20)% reduced Reservation +{variant:2}Herald of Purity has (15-20)% reduced Reservation {variant:3}{tags:physical}(40-60)% increased Physical Damage while affected by Herald of Purity {variant:4}Herald of Purity has (70-100)% increased Buff Effect {variant:5}Herald of Purity has (40-60)% increased Buff Effect @@ -308,17 +308,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Agony Damage Variant: Chaos Resistance -{tags:chaos,jewellery_resistance}+(9-13)% to Chaos Resistance -{fractured}{tags:jewellery_attribute}+(10-20) to all Attributes +{tags:chaos,resistance}+(9-13)% to Chaos Resistance +{tags:attribute}+(10-20) to all Attributes {tags:chaos}Adds (15-20) to (21-30) Chaos Damage -{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance +{tags:chaos,resistance}+(17-23)% to Chaos Resistance {variant:1}{tags:mana}Herald of Agony has (30-40)% reduced Reservation -{variant:2}{tags:mana}Herald of Agony has (15-20)% reduced Reservation +{variant:2}Herald of Agony has (15-20)% reduced Reservation {variant:3}{tags:chaos}(40-60)% increased Chaos Damage while affected by Herald of Agony {variant:4}Herald of Agony has (70-100)% increased Buff Effect {variant:5}Herald of Agony has (40-60)% increased Buff Effect {variant:6}Agony Crawler deals (70-100)% increased Damage -{variant:7}{tags:chaos,jewellery_resistance}+(31-43)% to Chaos Resistance while affected by Herald of Agony +{variant:7}{tags:chaos,resistance}+(31-43)% to Chaos Resistance while affected by Herald of Agony ]],[[ Circle of Regret Topaz Ring @@ -334,17 +334,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Max Resistance Variant: Lightning Resistance -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{fractured}{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:jewellery_elemental}Adds 1 to (48-60) Lightning Damage -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+(20-30) to Intelligence +{tags:elemental_damage}Adds 1 to (48-60) Lightning Damage +{tags:resistance}+(20-30)% to Lightning Resistance {variant:1}{tags:mana}Herald of Thunder has (30-40)% reduced Reservation -{variant:2}{tags:mana}Herald of Thunder has (15-20)% reduced Reservation -{variant:3}{tags:jewellery_elemental}(40-60)% increased Lightning Damage while affected by Herald of Thunder +{variant:2}Herald of Thunder has (15-20)% reduced Reservation +{variant:3}{tags:elemental_damage}(40-60)% increased Lightning Damage while affected by Herald of Thunder {variant:4}Herald of Thunder has (70-100)% increased Buff Effect {variant:5}Herald of Thunder has (40-60)% increased Buff Effect -{variant:6}{tags:jewellery_resistance}+1% to maximum Lightning Resistance while affected by Herald of Thunder -{variant:7}{tags:jewellery_resistance}+(50-60)% to Lightning Resistance while affected by Herald of Thunder +{variant:6}{tags:resistance}+1% to maximum Lightning Resistance while affected by Herald of Thunder +{variant:7}{tags:resistance}+(50-60)% to Lightning Resistance while affected by Herald of Thunder ]],[[ Death Rush Amethyst Ring @@ -353,33 +353,33 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 46 Implicits: 1 -{tags:chaos,jewellery_resistance}+(9-13)% to Chaos Resistance +{tags:chaos,resistance}+(9-13)% to Chaos Resistance {tags:attack}+(300-350) to Accuracy Rating {tags:jewellery_defense}{variant:1}+(60-80) to Armour -{tags:jewellery_defense}{variant:2}+(260-300) to Armour -{variant:2}{tags:life}+(40-50) to maximum Life -{tags:chaos,jewellery_resistance}+(15-20)% to Chaos Resistance -{tags:attack,life,physical}(0.6-0.8)% of Physical Attack Damage Leeched as Life +{variant:2}{tags:defences}+(260-300) to Armour +{variant:2}{tags:resource,life}+(40-50) to maximum Life +{tags:chaos,resistance}+(15-20)% to Chaos Resistance +{tags:resource,life,physical,attack}(0.6-0.8)% of Physical Attack Damage Leeched as Life {variant:1}You gain Onslaught for 2 seconds on Kill {variant:2}You gain Onslaught for 4 seconds on Kill ]],[[ Doedre's Damning Paua Ring Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:jewellery_attribute}+(5-10) to Intelligence -{tags:jewellery_resistance}+5% to all Elemental Resistances -{tags:mana}+5 Mana Gained on Kill +{tags:resource,mana}+(20-30) to maximum Mana +{tags:attribute}+(5-10) to Intelligence +{tags:resistance}+5% to all Elemental Resistances +{tags:resource,mana}+5 Mana gained on Kill {tags:caster}Enemies can have 1 additional Curse ]],[[ Replica Doedre's Damning Paua Ring League: Heist Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:jewellery_attribute}+(5-10) to Intelligence -{tags:jewellery_resistance}+5% to all Elemental Resistances -{tags:mana}+5 Mana gained on Kill +{tags:resource,mana}+(20-30) to maximum Mana +{tags:attribute}+(5-10) to Intelligence +{tags:resistance}+5% to all Elemental Resistances +{tags:resource,mana}+5 Mana gained on Kill {tags:caster}You can apply one fewer Curse {tags:caster}(25-35)% increased Effect of your Curses ]],[[ @@ -389,10 +389,10 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 24 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:mana}20% increased maximum Mana -{tags:mana}50% increased Mana Regeneration Rate -{variant:2}{tags:jewellery_resistance}+(30-40)% to Cold Resistance +{tags:resistance}+(20-30)% to Cold Resistance +{tags:resource,mana}20% increased maximum Mana +{tags:resource,mana}50% increased Mana Regeneration Rate +{variant:2}{tags:resistance}+(30-40)% to Cold Resistance Cannot be Frozen {variant:2}Cannot be Chilled ]],[[ @@ -403,14 +403,14 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 16 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{variant:1}{tags:jewellery_elemental}(15-25)% increased Fire Damage -{variant:2,3}{tags:jewellery_elemental}(30-40)% increased Fire Damage +{tags:resistance}+(20-30)% to Fire Resistance +{variant:1}{tags:elemental_damage}(15-25)% increased Fire Damage +{variant:2,3}{tags:elemental_damage}(30-40)% increased Fire Damage {tags:caster,speed}(5-10)% increased Cast Speed {variant:1}{tags:jewellery_elemental}5% chance to Ignite -{variant:2,3}{tags:jewellery_elemental}10% chance to Ignite +{variant:2,3}10% chance to Ignite You can inflict an additional Ignite on an Enemy -{variant:1}Your Critical Strikes do not deal extra Damage +{variant:1}{tags:critical}Your Critical Strikes do not deal extra Damage {variant:1}{tags:jewellery_elemental}Ignited Enemies Burn 80% slower {variant:2}{tags:jewellery_elemental}Ignited Enemies Burn 65% slower {variant:3}{tags:jewellery_elemental}Ignited Enemies Burn (65-50)% slower @@ -420,12 +420,12 @@ Ruby Ring League: Heist Requires Level 16 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_elemental}(30-40)% increased Fire Damage +{tags:resistance}+(20-30)% to Fire Resistance +{tags:elemental_damage}(30-40)% increased Fire Damage {tags:caster,speed}(5-10)% increased Cast Speed 90% reduced Ignite Duration on Enemies 10% chance to Ignite -{tags:jewellery_elemental}Ignites you inflict deal Damage (35-45)% faster +{tags:elemental_damage}Ignites you inflict deal Damage (35-45)% faster ]],[[ Essence Worm Unset Ring @@ -433,16 +433,16 @@ Requires Level 38 Implicits: 1 Has 1 Socket +2 to Level of Socketed Aura Gems -Socketed Gems Have no Reservation -{tags:mana}40% increased Reservation of Skills +{tags:resource,mana}Socketed Gems have no Reservation +40% increased Reservation of Skills ]],[[ Fated End Paua Ring League: Heist Requires Level 38 Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:jewellery_attribute}+(20-40) to Intelligence +{tags:resource,mana}+(20-30) to maximum Mana +{tags:attribute}+(20-40) to Intelligence {tags:caster,speed}Curse Skills have (8-12)% increased Cast Speed Hexes you inflict have their Effect increased by twice their Doom instead Hexes have (-20-20)% reduced Doom gain rate @@ -456,10 +456,10 @@ Variant: Current Requires Level 28 Implicits: 1 {tags:critical}(20-30)% increased Global Critical Strike Chance -{variant:2}Trigger level 10 Consecrate when you deal a Critical Strike +{variant:2}{tags:critical}Trigger Level 10 Consecrate when you deal a Critical Strike {tags:critical}(30-35)% increased Global Critical Strike Chance (10-15)% increased Light Radius -{variant:1}Creates Consecrated Ground on Critical Strike +{variant:1}{tags:critical}Creates Consecrated Ground on Critical Strike {tags:critical}(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Strike {variant:2}50% increased Damage while on Consecrated Ground {variant:2}5% additional Block Chance while on Consecrated Ground @@ -468,12 +468,12 @@ Heartbound Loop Moonstone Ring Requires Level 20 Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield +{tags:defences}+(15-25) to maximum Energy Shield {tags:life}(10-15) Life Regenerated per second -{tags:mana}(20-40)% increased Mana Regeneration Rate -Minions have 15% increased maximum Life +{tags:resource,mana}(20-40)% increased Mana Regeneration Rate +{tags:resource,life}Minions have 15% increased maximum Life Minions have 10% increased Area of Effect of Area Skills -350 Physical Damage taken on Minion Death +{tags:physical}350 Physical Damage taken on Minion Death ]],[[ The Highwayman Gold Ring @@ -501,8 +501,8 @@ Iron Ring Requires Level: 49 Implicits: 1 League: Blight -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks -{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks +{tags:attribute}+(20-30) to Dexterity {tags:chaos}25% chance to Poison on Hit {tags:chaos}(40-60)% increased Damage with Poison You are Chilled while you are Poisoned @@ -515,10 +515,10 @@ Upgrade: Upgrades to unique{Kaom's Way} via prophecy{The King's Path} Variant: Pre 2.0.0 Variant: Current Implicits: 1 -{tags:life}+(20-30) to maximum Life -{tags:jewellery_attribute}+(10-20) to Strength -{variant:1}{tags:attack,life,physical}0.4% of Physical Attack Damage Leeched as Life -{variant:2}{tags:attack,life}+(2-4) Life gained for each Enemy hit by your Attacks +{tags:resource,life}+(20-30) to maximum Life +{tags:attribute}+(10-20) to Strength +{variant:1}{tags:resource,life,physical,attack}0.4% of Physical Attack Damage Leeched as Life +{variant:2}{tags:resource,life,attack}+(2-4) Life gained for each Enemy hit by your Attacks +1 Maximum Endurance Charge ]],[[ Kaom's Way @@ -526,10 +526,10 @@ Coral Ring Source: Upgraded from unique{Kaom's Sign} using prophecy{The King's Path} Requires Level 32 Implicits: 1 -{tags:life}+(20-30) to maximum Life -{tags:jewellery_attribute}+(10-20) to Strength +{tags:resource,life}+(20-30) to maximum Life +{tags:attribute}+(10-20) to Strength {tags:life}0.4% of maximum Life Regenerated per second per Endurance Charge -{tags:attack,life}+(2-4) Life gained for each Enemy hit by your Attacks +{tags:resource,life,attack}+(2-4) Life gained for each Enemy hit by your Attacks +1 Maximum Endurance Charge ]],[[ Kikazaru @@ -538,13 +538,13 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+(10-15) to all Attributes +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+(10-15) to all Attributes {variant:1}{tags:life}(13-17) Life Regenerated per second {variant:2}{tags:life}1 Life Regenerated per second per Level -{tags:mana}(20-40)% increased Mana Regeneration Rate -{variant:1}{tags:caster}20% reduced Effect of Curses on You -{variant:2}{tags:caster}40% reduced Effect of Curses on You +{tags:resource,mana}(20-40)% increased Mana Regeneration Rate +{variant:1}{tags:caster}20% reduced Effect of Curses on you +{variant:2}{tags:caster}40% reduced Effect of Curses on you ]],[[ Le Heup of All Iron Ring @@ -552,15 +552,15 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 24 Implicits: 1 -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks +{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks {variant:1}(10-20)% increased Damage {variant:2}(10-30)% increased Damage -{variant:1}{tags:jewellery_attribute}+(10-20) to all Attributes -{variant:2}{tags:jewellery_attribute}+(10-30) to all Attributes +{variant:1}{tags:attribute}+(10-20) to all Attributes +{variant:2}{tags:attribute}+(10-30) to all Attributes {variant:1}(10-20)% increased Rarity of Items found {variant:2}(10-30)% increased Rarity of Items found -{variant:1}{tags:jewellery_resistance}+(10-20)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(10-30)% to all Elemental Resistances +{variant:1}{tags:resistance}+(10-20)% to all Elemental Resistances +{variant:2}{tags:resistance}+(10-30)% to all Elemental Resistances ]],[[ Lori's Lantern Prismatic Ring @@ -568,9 +568,9 @@ Variant: Pre 1.0.0 Variant: Current Requires Level 30 Implicits: 2 -{variant:1}{tags:jewellery_resistance}+(8-12)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances -{tags:jewellery_resistance}+10% to all Elemental Resistances +{variant:1}{tags:resistance}+(8-12)% to all Elemental Resistances +{variant:2}{tags:resistance}+(8-10)% to all Elemental Resistances +{tags:resistance}+10% to all Elemental Resistances {tags:speed}(6-8)% increased Movement Speed when on Low Life 31% increased Light Radius {tags:chaos,jewellery_defense,life}+(20-25)% Chaos Resistance when on Low Life @@ -585,12 +585,12 @@ Requires Level 5 Implicits: 1 Has 1 Socket {variant:1}{tags:jewellery_resistance}−25% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}−20% to all Elemental Resistances -{tags:jewellery_resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem -{tags:jewellery_resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem -{tags:jewellery_resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem +{variant:2}{tags:resistance}-20% to all Elemental Resistances +{tags:resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem +{tags:resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem +{tags:resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem All Sockets are White -Socketed Gems have Elemental Equilibrium +{tags:elemental_damage}Socketed Gems have Elemental Equilibrium ]],[[ Replica Malachai's Artifice Unset Ring @@ -598,11 +598,11 @@ League: Heist Requires Level 5 Implicits: 1 Has 1 Socket -Socketed Gems have Secrets of Suffering -{tags:jewellery_resistance}-20% to all Elemental Resistances -{tags:jewellery_resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem -{tags:jewellery_resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem -{tags:jewellery_resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem +{tags:critical}Socketed Gems have Secrets of Suffering +{tags:resistance}-20% to all Elemental Resistances +{tags:resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem +{tags:resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem +{tags:resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem All Sockets are White ]],[[ Mark of Submission @@ -617,11 +617,11 @@ Steel Ring Source: Drops from unique{The Elder} (Uber) Requires Level 80 Implicits: 1 -{tags:attack,physical}Adds (3-4) to (10-14) Physical Damage to Attacks -{tags:jewellery_elemental,attack}Adds (26-32) to (42-48) Cold Damage to Attacks -{tags:jewellery_defense}(6-10)% increased maximum Energy Shield -{tags:life}(6-10)% increased maximum Life -(60-80)% increased Attack Damage if your other Ring is a Shaper Item +{tags:physical,attack}Adds (3-4) to (10-14) Physical Damage to Attacks +{tags:elemental_damage,attack}Adds (26-32) to (42-48) Cold Damage to Attacks +{tags:defences}(6-10)% increased maximum Energy Shield +{tags:resource,life}(6-10)% increased maximum Life +{tags:attack}(60-80)% increased Attack Damage if your other Ring is a Shaper Item Cannot be Stunned by Attacks if your other Ring is an Elder Item 20% chance to Trigger Level 20 Tentacle Whip on Kill Elder Item @@ -631,10 +631,10 @@ Opal Ring Source: Drops from unique{The Elder} (Uber) Requires Level 80 Implicits: 1 -{tags:jewellery_elemental}(15-25)% increased Elemental Damage -{tags:jewellery_elemental,caster}Adds (13-18) to (50-56) Lightning Damage to Spells -{tags:jewellery_defense}(6-10)% increased maximum Energy Shield -{tags:life}(6-10)% increased maximum Life +{tags:elemental_damage}(15-25)% increased Elemental Damage +{tags:elemental_damage,caster}Adds (13-18) to (50-56) Lightning Damage to Spells +{tags:defences}(6-10)% increased maximum Energy Shield +{tags:resource,life}(6-10)% increased maximum Life {tags:caster}(60-80)% increased Spell Damage if your other Ring is an Elder Item Cannot be Stunned by Spells if your other Ring is a Shaper Item 20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill @@ -647,27 +647,27 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 69 Implicits: 1 -{tags:chaos,jewellery_resistance}+(9-13)% to Chaos Resistance +{tags:chaos,resistance}+(9-13)% to Chaos Resistance {variant:1}{tags:life}15% reduced maximum Life -{variant:2}{tags:life}10% reduced maximum Life -{variant:3}{tags:life}(5-10)% reduced maximum Life +{variant:2}{tags:resource,life}10% reduced maximum Life +{variant:3}{tags:resource,life}(5-10)% reduced maximum Life {variant:1{tags:jewellery_defense}}15% reduced maximum Energy Shield {variant:2}{tags:jewellery_defense}10% reduced maximum Energy Shield -{variant:3}{tags:jewellery_defense}(5-10)% reduced maximum Energy Shield -{tags:chaos,jewellery_resistance}+(40-50)% to Chaos Resistance -{tags:chaos,physical}Gain 20% of Physical Damage as Extra Chaos Damage +{variant:3}{tags:defences}(5-10)% reduced maximum Energy Shield +{tags:chaos,resistance}+(40-50)% to Chaos Resistance +{tags:physical,chaos}Gain 20% of Physical Damage as Extra Chaos Damage ]],[[ Mokou's Embrace Ruby Ring Requires Level 16 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_elemental}(15-25)% increased Fire Damage -{tags:jewellery_resistance}+(25-40)% to Cold Resistance -{tags:jewellery_elemental}(5-10)% chance to Ignite +{tags:resistance}+(20-30)% to Fire Resistance +{tags:elemental_damage}(15-25)% increased Fire Damage +{tags:resistance}+(25-40)% to Cold Resistance +(5-10)% chance to Ignite {tags:attack,speed}20% increased Attack Speed while Ignited {tags:caster,speed}20% increased Cast Speed while Ignited -{tags:jewellery_elemental}+25% chance to be Ignited ++25% chance to be Ignited ]],[[ Mutewind Seal Unset Ring @@ -681,7 +681,7 @@ Has 1 Socket {variant:2}+3 to Level of Socketed Golem Gems {variant:1}Socketed Gems are Supported by Level 13 Faster Attacks {variant:2}{tags:attack,caster,speed}Socketed Golem Skills have 20% increased Attack and Cast Speed -{tags:attack,physical}Adds (5-10) to (11-15) Physical Damage to Attacks +{tags:physical,attack}Adds (5-10) to (11-15) Physical Damage to Attacks {tags:attack,speed}(5-10)% increased Attack Speed {variant:1}(1-2)% chance to Dodge Attack Hits {variant:2}(3-5)% chance to Dodge Attack Hits @@ -695,15 +695,15 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 29 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+(15-25) to Strength +{tags:resistance}+(20-30)% to Fire Resistance +{tags:attribute}+(15-25) to Strength {variant:1}{tags:jewellery_elemental,attack}Adds (8-10) to (12-14) Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack,caster}Adds (8-10) to (12-14) Fire Damage to Spells and Attacks -{variant:1}{tags:life}+(4-5) Life gained for each Ignited Enemy hit by your Attacks +{variant:2}{tags:elemental_damage,attack,caster}Adds (8-10) to (12-14) Fire Damage to Spells and Attacks +{variant:1}{tags:resource,life}+(4-5) Life gained for each Ignited Enemy hit by your Attacks {variant:2}{tags:life}Recover (20-30) Life Gained on Igniting an Enemy 15% increased Ignite Duration on Enemies {variant:1}{tags:jewellery_elemental}5% chance to Ignite -{variant:2}{tags:jewellery_elemental}10% chance to Ignite +{variant:2}10% chance to Ignite ]],[[ The Pariah Unset Ring @@ -713,9 +713,9 @@ Implicits: 1 Has 1 Socket +2 to Level of Socketed Gems {tags:attack,caster,speed}(5-10)% increased Attack and Cast Speed -{tags:life}+100 to Maximum Life per Red Socket -{tags:jewellery_defense}+100 to Maximum Energy Shield per Blue Socket -{tags:mana}+100 to Maximum Mana per Green Socket +{tags:resource,life}+100 to Maximum Life per Red Socket +{tags:defences}+100 to Maximum Energy Shield per Blue Socket +{tags:resource,mana}+100 to Maximum Mana per Green Socket 15% increased Item Quantity per White Socket ]],[[ Perandus Signet @@ -723,21 +723,21 @@ Paua Ring Variant: Pre 2.0.0 Variant: Current Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:mana}+(25-30) to maximum Mana -{tags:mana}(45-65)% increased Mana Regeneration Rate +{tags:resource,mana}+(20-30) to maximum Mana +{tags:resource,mana}+(25-30) to maximum Mana +{tags:resource,mana}(45-65)% increased Mana Regeneration Rate {variant:1}3% increased Experience gain {variant:2}2% increased Experience gain {variant:1}{tags:jewellery_attribute}3% increased Intelligence for each Unique Item Equipped -{variant:2}{tags:jewellery_attribute}2% increased Intelligence for each Unique Item Equipped +{variant:2}{tags:attribute}2% increased Intelligence for each Unique Item Equipped 3% additional chance for Slain monsters to drop Scrolls of Wisdom ]],[[ Praxis Paua Ring Requires Level 22 Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:mana}+(30-60) to maximum Mana +{tags:resource,mana}+(20-30) to maximum Mana +{tags:resource,mana}+(30-60) to maximum Mana {tags:mana}(3-6) Mana Regenerated per second {tags:mana}−(4-8) to Mana Cost of Skills {tags:mana}8% of Damage taken gained as Mana over 4 seconds when Hit @@ -749,8 +749,8 @@ LevelReq: 52 Implicits: 1 Has 1 Socket {tags:caster}+3 to Level of Socketed Curse Gems -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{tags:resistance}+(20-30)% to Cold Resistance +{tags:resistance}+(20-30)% to Lightning Resistance {tags:caster}Left Ring Slot: Your Chilling Skitterbot's Aura applies Socketed Hex Curse instead {tags:caster}Right Ring Slot: Your Shocking Skitterbot's Aura applies Socketed Hex Curse instead ]],[[ @@ -760,10 +760,10 @@ League: Delve Source: Drops from unique{Kurgal, the Blackblooded} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+20 to Intelligence -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+20 to Intelligence +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Putembo's Mountain Topaz Ring @@ -771,10 +771,10 @@ League: Delve Source: Drops from unique{Aul, the Crystal King} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+20 to Intelligence -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+20 to Intelligence +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Putembo's Valley Topaz Ring @@ -782,10 +782,10 @@ League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+20 to Intelligence -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+20 to Intelligence +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Pyre Sapphire Ring @@ -794,12 +794,12 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 11 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_resistance}+(25-35)% to Fire Resistance +{tags:resistance}+(20-30)% to Cold Resistance +{tags:resistance}+(25-35)% to Fire Resistance {variant:1,2}{tags:jewellery_elemental}(25-35)% increased Burning Damage -{variant:3}{tags:jewellery_elemental}(60-80)% increased Burning Damage +{variant:3}{tags:elemental_damage}(60-80)% increased Burning Damage {variant:1}{tags:jewellery_elemental}100% of Cold Damage Converted to Fire Damage -{variant:2,3}{tags:jewellery_elemental}40% of Cold Damage Converted to Fire Damage +{variant:2,3}{tags:elemental_damage}40% of Cold Damage Converted to Fire Damage 10% increased Light Radius Ignited Enemies you hit are destroyed on Kill ]],[[ @@ -813,10 +813,10 @@ Implicits: 1 Has 1 Socket {variant:1}+2 to Level of Socketed Golem Gems {variant:2}+3 to Level of Socketed Golem Gems -{tags:jewellery_attribute}+(30-40) to Strength -{variant:2}{tags:life}+(30-40) to maximum Life -{variant:1}{tags:jewellery_elemental,attack}Adds (8-12) to (20-30) Fire Damage to Attacks -{tags:jewellery_elemental}(20-30)% increased Fire Damage +{tags:attribute}+(30-40) to Strength +{variant:2}{tags:resource,life}+(30-40) to maximum Life +{variant:1}{tags:elemental_damage,attack}Adds (8-12) to (20-30) Fire Damage to Attacks +{tags:elemental_damage}(20-30)% increased Fire Damage {variant:1}Socketed Gems are Supported by Level 12 Lesser Multiple Projectiles {variant:2}Socketed Golem Skills have 25% chance to Taunt on Hit {variant:1}Socketed Gems are Supported by Level 17 Increased Minion Damage @@ -828,10 +828,10 @@ League: Talisman Source: Drops from unique{Rigwald, the Wolven King} (Level 60+) Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Fire and Cold Resistances -{tags:jewellery_elemental}(20-30)% increased Fire Damage -{tags:jewellery_elemental}(20-30)% increased Cold Damage -{tags:mana}(20-30)% increased Mana Regeneration Rate +{tags:resistance}+(12-16)% to Fire and Cold Resistances +{tags:elemental_damage}(20-30)% increased Fire Damage +{tags:elemental_damage}(20-30)% increased Cold Damage +{tags:resource,mana}(20-30)% increased Mana Regeneration Rate 10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill ]],[[ Romira's Banquet @@ -845,10 +845,10 @@ Implicits: 1 {tags:attack}+333 to Accuracy Rating {tags:critical}{variant:1}+(10-20)% to Global Critical Strike Multiplier {tags:critical}{variant:2}+(10-15)% to Global Critical Strike Multiplier -{tags:critical}{variant:3}+(15-25)% to Global Critical Strike Multiplier -{tags:mana}+(40-60) to maximum Mana -{tags:attack,mana,physical}0.4% of Physical Attack Damage Leeched as Mana -Gain a Power Charge on non-Critical Strike +{variant:3}{tags:critical}+(15-25)% to Global Critical Strike Multiplier +{tags:resource,mana}+(40-60) to maximum Mana +{tags:resource,mana,physical,attack}0.4% of Physical Attack Damage Leeched as Mana +Gain a Power Charge on Non-Critical Strike Lose all Power Charges on Critical Strike ]],[[ Rotblood Promise @@ -857,12 +857,12 @@ League: Ritual Requires Level 56 Implicits: 1 Has 1 Socket -Socketed Gems are Supported by Level 20 Blasphemy +{tags:caster}Socketed Gems are Supported by Level 20 Blasphemy Curse Auras from Socketed Skills also affect you {tags:mana}Socketed Curse Gems have 50% reduced Mana Reservation -{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:attribute}+(20-30) to Intelligence {tags:caster}20% reduced Effect of Curses on you -{tags:caster}(15-25)% increased Damage with Hits and Ailments against Cursed Enemies +(15-25)% increased Damage with Hits and Ailments against Cursed Enemies ]],[[ Shavronne's Revelation Moonstone Ring @@ -872,14 +872,14 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 30 Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{tags:jewellery_attribute}+(60-75) to Intelligence +{tags:defences}+(15-25) to maximum Energy Shield +{tags:attribute}+(60-75) to Intelligence Right ring slot: You cannot Regenerate Mana {variant:1}{tags:jewellery_defense}Right ring slot: 4% of Energy Shield Regenerated per second {variant:2,3}{tags:jewellery_defense}Right ring slot: 3% of Energy Shield Regenerated per second -{variant:3}{tags:mana}Right ring slot: +100 to maximum Mana -{variant:3}{tags:jewellery_defense}Left ring slot: +100 to maximum Energy Shield -{variant:1,2}{tags:mana}Left ring slot: 100% increased Mana Regeneration Rate +{variant:3}{tags:resource,mana}Right ring slot: +100 to maximum Mana +{variant:3}{tags:defences}Left ring slot: +100 to maximum Energy Shield +{variant:1,2}{tags:resource,mana}Left ring slot: 100% increased Mana Regeneration Rate {variant:3}{tags:mana}Left ring slot: 40 Mana Regenerated per second Left ring slot: You cannot Recharge or Regenerate Energy Shield ]],[[ @@ -891,9 +891,9 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 45 Implicits: 1 -{tags:life}+(20-30) to maximum Life -{tags:jewellery_elemental,attack}(20-30)% increased Elemental Damage with Attack Skills -{tags:jewellery_elemental,attack}Adds (8-15) to (20-28) Fire Damage to Attacks +{tags:resource,life}+(20-30) to maximum Life +{tags:elemental_damage,attack}(20-30)% increased Elemental Damage with Attack Skills +{tags:elemental_damage,attack}Adds (8-15) to (20-28) Fire Damage to Attacks {variant:1}(20-40)% reduced Rarity of Items found {variant:2,3,4}(10-20)% reduced Rarity of Items found {variant:1,2}Left ring slot: 30% reduced Reflected Elemental Damage taken @@ -910,8 +910,8 @@ Variant: Current Source: Drops from unique{Guardian of the Hydra} Requires Level 68 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{variant:1}{tags:jewellery_elemental}(20-40)% increased Cold Damage +{tags:resistance}+(20-30)% to Cold Resistance +{variant:1}{tags:elemental_damage}(20-40)% increased Cold Damage {variant:2}{tags:caster}(20-40)% increased Spell Damage {tags:caster,speed}(5-10)% increased Cast Speed {variant:1}Spells have an additional Projectile @@ -925,11 +925,11 @@ Stormfire Opal Ring Requires Level 80 Implicits: 1 -{tags:jewellery_elemental}(15-25)% increased Elemental Damage -{tags:mana}(40-45)% increased Mana Regeneration Rate -{tags:jewellery_resistance}+(20-30)% to Fire and Lightning Resistances +{tags:elemental_damage}(15-25)% increased Elemental Damage +{tags:resource,mana}(40-45)% increased Mana Regeneration Rate +{tags:resistance}+(20-30)% to Fire and Lightning Resistances {tags:jewellery_elemental}(4-6)% increased Burning Damage for each Enemy you have Shocked Recently -{tags:jewellery_elemental}Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies +{tags:elemental_damage}Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies Your Lightning Damage can Ignite ]],[[ Storm Secret @@ -937,13 +937,13 @@ Topaz Ring League: Harvest Requires Level 56 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:jewellery_elemental}(20-30)% increased Lightning Damage -{tags:jewellery_elemental}(10-15)% chance to Shock +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+(20-30) to Intelligence +{tags:elemental_damage}(20-30)% increased Lightning Damage +(10-15)% chance to Shock Herald of Thunder also creates a storm when you Shock an Enemy Herald of Thunder's Storms Hit Enemies with (30-50)% increased Frequency -Take 250 Lightning Damage when Herald of Thunder Hits an Enemy +{tags:elemental_damage}Take 250 Lightning Damage when Herald of Thunder Hits an Enemy ]],[[ The Taming Prismatic Ring @@ -953,15 +953,15 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 30 Implicits: 1 -{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances +{tags:resistance}+(8-10)% to all Elemental Resistances {variant:1}{tags:jewellery_elemental,attack}15% increased Elemental Damage with Attack Skills -{variant:2}{tags:jewellery_elemental,attack}30% increased Elemental Damage with Attack Skills -{variant:1}{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(20-30)% to all Elemental Resistances +{variant:2}{tags:elemental_damage,attack}30% increased Elemental Damage with Attack Skills +{variant:1}{tags:resistance}+(10-15)% to all Elemental Resistances +{variant:2}{tags:resistance}+(20-30)% to all Elemental Resistances {variant:1}{tags:jewellery_elemental}15% increased Elemental Damage -{variant:2}{tags:jewellery_elemental}30% increased Elemental Damage -{variant:1}{tags:jewellery_elemental}5% chance to Freeze, Shock and Ignite -{variant:2}{tags:jewellery_elemental}10% chance to Freeze, Shock and Ignite +{variant:2}{tags:elemental_damage}30% increased Elemental Damage +{variant:1}5% chance to Freeze, Shock and Ignite +{variant:2}10% chance to Freeze, Shock and Ignite {variant:1}{tags:jewellery_elemental}10% increased Damage per Freeze, Shock and Ignite on Enemy {variant:2}{tags:jewellery_elemental}20% increased Damage with Hits and Ailments per Freeze, Shock and Ignite on Enemy ]],[[ @@ -972,28 +972,28 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{variant:1}{tags:attack,jewellery_elemental,physical}Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies -{variant:2}{tags:jewellery_elemental}Adds 40 to 60 Cold Damage against Chilled Enemies +{tags:resistance}+(20-30)% to Cold Resistance +{variant:1}{tags:physical,attack}Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies +{variant:2}{tags:elemental_damage}Adds 40 to 60 Cold Damage against Chilled Enemies {variant:1}{tags:jewellery_elemental,attack}Adds (5-6) to (7-9) Cold Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack,caster}Adds (7-10) to (15-20) Cold Damage to Spells and Attacks -{tags:jewellery_defense}+(200-300) to Evasion Rating -{variant:1}20% reduced Chill Duration on You +{variant:2}{tags:elemental_damage,attack,caster}Adds (7-10) to (15-20) Cold Damage to Spells and Attacks +{tags:defences}+(200-300) to Evasion Rating +{variant:1}20% reduced Chill Duration on you {variant:2}50% chance to Avoid being Chilled -{variant:1}{tags:jewellery_elemental}5% chance to Freeze -{variant:2}{tags:jewellery_elemental}10% chance to Freeze +{variant:1}5% chance to Freeze +{variant:2}10% chance to Freeze ]],[[ Replica Tasalio's Sign Sapphire Ring League: Heist Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_elemental,attack,caster}Adds (15-20) to (25-35) Cold Damage to Spells and Attacks -{tags:jewellery_defense}+(200-300) to Evasion Rating +{tags:resistance}+(20-30)% to Cold Resistance +{tags:elemental_damage,attack,caster}Adds (15-20) to (25-35) Cold Damage to Spells and Attacks +{tags:defences}+(200-300) to Evasion Rating Your Cold Damage cannot Freeze Immune to Chill -{tags:jewellery_elemental}Adds 60 to 80 Cold Damage against Chilled Enemies +{tags:elemental_damage}Adds 60 to 80 Cold Damage against Chilled Enemies ]],[[ Thief's Torment Prismatic Ring @@ -1004,17 +1004,17 @@ Variant: Current Requires Level 30 Implicits: 2 {variant:1}{tags:jewellery_resistance}+(8-12) to all Elemental Resistances -{variant:2,3,4}{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances +{variant:2,3,4}{tags:resistance}+(8-10)% to all Elemental Resistances {variant:1,2}(15-25)% increased Quantity of Items found {variant:3,4}(10-16)% increased Quantity of Items found Can't use other Rings -{variant:1,2,3}{tags:jewellery_resistance}+(8-12)% to all Elemental Resistances -{variant:4}{tags:jewellery_resistance}+(16-24)% to all Elemental Resistances -{tags:caster}50% reduced Effect of Curses on You +{variant:1,2,3}{tags:resistance}+(8-12)% to all Elemental Resistances +{variant:4}{tags:resistance}+(16-24)% to all Elemental Resistances +{tags:caster}50% reduced Effect of Curses on you {variant:1,2,3}{tags:attack,life}+(20-30) Life gained for each Enemy hit by your Attacks -{variant:4}{tags:attack,life}+(40-60) Life gained for each Enemy hit by your Attacks +{variant:4}{tags:resource,life,attack}+(40-60) Life gained for each Enemy hit by your Attacks {variant:1,2,3}{tags:attack,mana}+15 Mana gained for each Enemy hit by your Attacks -{variant:4}{tags:attack,mana}+30 Mana gained for each Enemy hit by your Attacks +{variant:4}{tags:resource,mana,attack}+30 Mana gained for each Enemy hit by your Attacks ]],[[ Timeclasp Moonstone Ring @@ -1023,29 +1023,29 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 22 Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield +{tags:defences}+(15-25) to maximum Energy Shield {tags:attack,speed}(10-15)% increased Attack Speed {variant:1}{tags:caster,speed}(5-8)% increased Cast Speed {variant:2}{tags:caster,speed}(5-10)% increased Cast Speed {variant:1}{tags:mana}15% reduced Mana Regeneration Rate -{variant:2}{tags:mana}15% increased Mana Regeneration Rate +{variant:2}{tags:resource,mana}15% increased Mana Regeneration Rate {variant:1}{tags:jewellery_defense}+(10-25) to maximum Energy Shield -{variant:2}{tags:jewellery_defense}+(15-25) to maximum Energy Shield +{variant:2}{tags:defences}+(15-25) to maximum Energy Shield {variant:1}{tags:caster}Temporal Chains has 30% reduced Effect on You -{variant:2}{tags:caster}Temporal Chains has 50% reduced Effect on You +{variant:2}{tags:caster}Temporal Chains has 50% reduced Effect on you ]],[[ Timetwist Moonstone Ring Source: Upgraded from unique{Timeclasp} via prophecy{A Rift in Time} Requires Level 64 Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield +{tags:defences}+(15-25) to maximum Energy Shield {tags:attack,speed}(10-15)% increased Attack Speed {tags:caster,speed}(5-10)% increased Cast Speed -{tags:jewellery_defense}+(30-50) to maximum Energy Shield -{tags:mana}15% increased Mana Regeneration Rate +{tags:defences}+(30-50) to maximum Energy Shield +{tags:resource,mana}15% increased Mana Regeneration Rate (-10-10)% increased Skill Effect Duration -Unaffected by Temporal Chains +{tags:caster}Unaffected by Temporal Chains ]],[[ Uzaza's Meadow Sapphire Ring @@ -1053,10 +1053,10 @@ League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_attribute}+20 to Dexterity -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Cold Resistance +{tags:attribute}+20 to Dexterity +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Uzaza's Mountain Sapphire Ring @@ -1064,10 +1064,10 @@ League: Delve Source: Drops from unique{Kurgal, the Blackblooded} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_attribute}+20 to Dexterity -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Cold Resistance +{tags:attribute}+20 to Dexterity +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Uzaza's Valley Sapphire Ring @@ -1075,10 +1075,10 @@ League: Delve Source: Drops from unique{Aul, the Crystal King} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_attribute}+20 to Dexterity -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Cold Resistance +{tags:attribute}+20 to Dexterity +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Valako's Sign Topaz Ring @@ -1088,16 +1088,16 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 38 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{tags:resistance}+(20-30)% to Lightning Resistance {variant:1}15% increased Damage with Hits against Shocked Enemies {variant:2,3}40% increased Damage with Hits against Shocked Enemies -{tags:jewellery_elemental}20% increased Lightning Damage -{tags:mana}+(20-40) to maximum Mana +{tags:elemental_damage}20% increased Lightning Damage +{tags:resource,mana}+(20-40) to maximum Mana {variant:1,2}{tags:life}0.2% of Damage Leeched as Life against Shocked Enemies -{variant:3}{tags:life}1% of Damage Leeched as Life against Shocked Enemies +{variant:3}{tags:resource,life}1% of Damage Leeched as Life against Shocked Enemies {variant:1}{tags:jewellery_elemental}5% chance to Shock -{variant:2}{tags:jewellery_elemental}10% chance to Shock -{variant:3}{tags:jewellery_elemental}25% chance to Shock +{variant:2}10% chance to Shock +{variant:3}25% chance to Shock ]],[[ Valyrium Moonstone Ring @@ -1105,12 +1105,12 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 38 Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{variant:1}{tags:jewellery_defense}+(10-20) to maximum Energy Shield -{variant:2}{tags:jewellery_defense}+(30-40) to maximum Energy Shield -{variant:1}{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{variant:2}{tags:jewellery_resistance}+(30-40)% to Fire Resistance -{tags:jewellery_resistance}−40% to Cold Resistance +{tags:defences}+(15-25) to maximum Energy Shield +{variant:1}{tags:defences}+(10-20) to maximum Energy Shield +{variant:2}{tags:defences}+(30-40) to maximum Energy Shield +{variant:1}{tags:resistance}+(20-30)% to Fire Resistance +{variant:2}{tags:resistance}+(30-40)% to Fire Resistance +{tags:resistance}-40% to Cold Resistance Stun Threshold is based on Energy Shield instead of Life ]],[[ Venopuncture @@ -1118,10 +1118,10 @@ Iron Ring Requires Level: 49 Implicits: 1 League: Blight -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks -{tags:jewellery_attribute}+(20-30) to Strength -{tags:attack,physical}25% chance to cause Bleeding on Hit -{tags:attack,physical}(40-60)% increased Damage with Bleeding +{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks +{tags:attribute}+(20-30) to Strength +{tags:physical,attack}25% chance to cause Bleeding on Hit +{tags:physical,attack}(40-60)% increased Damage with Bleeding You are Chilled while you are Bleeding Non-Chilled Enemies you inflict Bleeding on are Chilled Bleeding Enemies you Kill with Hits Shatter @@ -1131,7 +1131,7 @@ Gold Ring Requires Level 65 Implicits: 1 (6-15)% increased Rarity of Items found -{tags:life}+(0-60) to maximum Life +{tags:resource,life}+(0-60) to maximum Life (−10 to 10)% increased Quantity of Items found (−40 to 40)% increased Rarity of Items found {tags:jewellery_resistance}+(−25 to 50)% to Fire Resistance @@ -1157,9 +1157,9 @@ Implicits: 1 Has 1 Socket +5 to Level of Socketed Aura Gems {tags:mana}Socketed Gems have 10% increased Mana Reservation -{tags:jewellery_attribute}+(15-25) to all Attributes +{tags:attribute}+(15-25) to all Attributes {tags:life}15 Life Regenerated per second for each Uncorrupted Item Equipped -{tags:mana}-2 to Total Mana Cost of Skills for each Corrupted Item Equipped +{tags:resource,mana}-2 to Total Mana Cost of Skills for each Corrupted Item Equipped {variant:1}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Fire and Chaos Resistances {variant:2}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Cold and Chaos Resistances {variant:3}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Lightning and Chaos Resistances @@ -1192,8 +1192,8 @@ The Warden's Brand Iron Ring Requires Level 30 Implicits: 1 -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks -{tags:attack,physical}Adds (5-15) to (25-50) Physical Damage to Attacks +{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks +{tags:physical,attack}Adds (5-15) to (25-50) Physical Damage to Attacks {tags:attack,speed}30% reduced Attack Speed 15% chance to gain a Frenzy Charge when you Stun an Enemy ]],[[ @@ -1202,11 +1202,11 @@ Ruby Ring League: Metamorph Requires Level 16 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+(30-50) to Strength +{tags:resistance}+(20-30)% to Fire Resistance +{tags:attribute}+(30-50) to Strength {tags:attack}(20-25)% increased Melee Damage 30% chance to Avoid being Stunned -{tags:speed}20% less Attack Speed -Strike Skills also target the previous location they were Used +{tags:attack,speed}20% less Attack Speed +{tags:attack}Strike Skills also target the previous location they were Used ]], } diff --git a/src/Data/Uniques/shield.lua b/src/Data/Uniques/shield.lua index ec5ba38efd..97e7cbfc62 100644 --- a/src/Data/Uniques/shield.lua +++ b/src/Data/Uniques/shield.lua @@ -13,7 +13,7 @@ Implicits: 1 {variant:2,3}+(10-20) to maximum Life (50-100)% increased Armour +(60-80) to maximum Life --1 to maximum Endurance Charges +-1 to Maximum Endurance Charges -10% to maximum Block Chance +6% Chance to Block {variant:1,2}+3% to all maximum Resistances while you have no Endurance Charges @@ -45,7 +45,7 @@ Variant: Current Requires Level 64, 159 Str Implicits: 1 {variant:2}+(30-40) to maximum Life -Grants level 30 Reckoning Skill +Grants Level 30 Reckoning Skill (130-170)% increased Armour +(65-80) to maximum Life Recover 250 Life when you Block @@ -84,7 +84,7 @@ Implicits: 1 {variant:2,3}+(160-180) to maximum Life 5% reduced Movement Speed 20% increased Stun Recovery -−25 Physical Damage taken from Projectile Attacks +-25 Physical Damage taken from Projectile Attacks +5% Chance to Block ]],[[ Lycosidae @@ -361,7 +361,7 @@ Implicits: 1 {variant:3,4}6% increased Movement Speed {variant:1}+1 to Level of Socketed Warcry Gems {variant:1}(20-30)% increased Chaos Damage -{variant:2,3,4}(80-100)% Increased Evasion Rating +{variant:2,3,4}(80-100)% increased Evasion Rating +(20-40)% to Cold Resistance 10% increased Area of Effect of Area Skills {variant:1}You gain Onslaught for 2 seconds on Killing Taunted Enemies @@ -523,7 +523,7 @@ Implicits: 2 {variant:1}15% increased Spell Damage {variant:2,3,4}(15-20)% increased Spell Damage {Variant:1,2}Socketed Trap Skills create a Smoke Cloud when triggered -{Variant:3,4}Trigger Level 20 Fog of War when your Trap is triggered +{variant:3,4}Trigger Level 20 Fog of War when your Trap is triggered +(20-30) to Intelligence {variant:1,2}(80-120)% increased Energy Shield {variant:3,4}(250-300)% increased Energy Shield @@ -671,7 +671,7 @@ Implicits: 1 {variant:1}+(10-20)% to Lightning Resistance {variant:2,3}+(10-20)% to all Elemental Resistances {variant:1,2}+36% chance to Block Spell Damage while on Low Life -{variant:3}+30% chance to Block Spell Damage while on Low Life +{variant:3}+30% Chance to Block Spell Damage while on Low Life +(3-6)% Chance to Block {variant:2,3}20% chance to Block Spells if you've Blocked an Attack Recently {variant:2,3}20% chance to Block Attacks if you've Blocked a Spell Recently @@ -766,8 +766,8 @@ Implicits: 1 {variant:2}5% Chance to Block {variant:1}(20-30)% increased Damage while you have no Energy Shield {variant:2,3}100% increased Global Armour while you have no Energy Shield -{variant:1}30% Chance to gain Unholy Might on Block for 3 seconds -{variant:2}Gain Unholy Might on Block for 10 seconds +{variant:1}30% chance to gain Unholy Might on block for 3 seconds +{variant:2}Gain Unholy Might on block for 10 seconds {variant:3}You have Unholy Might while you have no Energy Shield Create Profane Ground instead of Consecrated Ground ]],[[ @@ -870,7 +870,7 @@ Implicits: 2 {variant:1}+8% to all Elemental Resistances {variant:2,3,4}+4% to all Elemental Resistances (80-120)% increased Armour and Energy Shield -50% reduced Freeze Duration on You +50% reduced Freeze Duration on you {variant:3}1% of Life Regenerated per Second {variant:4}3% of Life Regenerated per Second {variant:1,2}6% of Life Regenerated per Second while on Low Life @@ -887,7 +887,7 @@ Implicits: 1 +4% to all Elemental Resistances (80-120)% increased Armour and Energy Shield +(100-150) to maximum Life -50% reduced Freeze Duration on You +50% reduced Freeze Duration on you {variant:1}1% of Life Regenerated per Second {variant:2}3% of Life Regenerated per Second {variant:1}5% of Life Regenerated per Second while on Low Life @@ -1036,7 +1036,7 @@ Implicits: 2 {variant:2,3}2% chance to Dodge Spell Damage (10-15)% increased Attack Speed (10-20)% increased maximum Life -−50% to all Elemental Resistances +-50% to all Elemental Resistances 10% increased Area of Effect of Area Skills {variant:1,2}Nearby allies Recover 2% of your Maximum Life when you Die {variant:3}Nearby allies Recover 1% of your Maximum Life when you Die diff --git a/src/Data/Uniques/staff.lua b/src/Data/Uniques/staff.lua index 68fa91b772..e46497257c 100644 --- a/src/Data/Uniques/staff.lua +++ b/src/Data/Uniques/staff.lua @@ -47,7 +47,7 @@ Implicits: 2 {variant:2}+2 to Level of all Lightning Spell Skill Gems +(80-120) to Intelligence (30-50)% increased Lightning Damage -+5% to Maximum Lightning Resistance ++5% to maximum Lightning Resistance 40% increased Strength Requirement Damage Penetrates 20% Lightning Resistance ]],[[ @@ -123,7 +123,7 @@ Implicits: 2 {variant:2,3}(20-30)% increased Chaos Damage {variant:2,3}+(40-55)% to Chaos Damage over Time Multiplier 2% increased Cast Speed per Power Charge -Gain a Power Charge after spending a total of 200 Mana +Gain a Power Charge after Spending a total of 200 Mana 2 Mana Regenerated per Second per Power Charge ]],[[ Disintegrator @@ -221,7 +221,7 @@ Variant: Current Requires Level 66, 113 Str, 113 Int Implicits: 1 18% Chance to Block Attack Damage while wielding a Staff -{variant:1}Socketed Gems are supported by level 10 Life Leech +{variant:1}Socketed Gems are supported by Level 10 Life Leech {variant:2}Socketed Gems are supported by Level 1 Chance to Bleed Grants Summon Harbinger of Brutality Skill 5% Chance to Block Attack Damage while wielding a Staff @@ -271,7 +271,7 @@ Variant: Current Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff -Socketed Gems are Supported by level 8 Trap +Socketed Gems are Supported by Level 8 Trap (40-50)% increased Damage (10-20)% increased maximum Life (10-20)% increased maximum Mana @@ -309,7 +309,7 @@ Implicits: 1 18% Chance to Block Attack Damage while wielding a Staff Socketed Gems are Supported by Level 16 Trap Socketed Gems are Supported by Level 16 Cluster Trap -Socketed Gems are Supported by Level 16 Trap and Mine Damage +Socketed Gems are Supported by Level 16 Trap And Mine Damage (10-20)% increased maximum Mana (10-20)% increased maximum Life (40-50)% increased Damage @@ -362,7 +362,7 @@ Implicits: 1 {variant:1}Adds (130-150) to (200-250) Fire Damage to Spells {variant:2}Adds (230-250) to (300-350) Fire Damage to Spells {variant:3}Battlemage -Grants level 15 Vengeance Skill +Grants Level 15 Vengeance Skill {variant:1}100% increased Fire Damage if you have been Hit Recently {variant:2,3}100% increased Fire Damage Immune to Freeze and Chill while Ignited @@ -392,7 +392,7 @@ Implicits: 3 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff {variant:3}20% Chance to Block Spell Damage while wielding a Staff -Socketed Gems are Supported by level 30 Greater Spell Echo +Socketed Gems are Supported by Level 30 Greater Spell Echo (120-160)% increased Spell Damage 100% increased maximum Mana ]],[[ @@ -407,7 +407,7 @@ Implicits: 2 {variant:2}18% Chance to Block Attack Damage while wielding a Staff +1 to Level of Socketed Fire Gems +1 to Level of Socketed Cold Gems -Socketed Gems are Supported by level 5 Cold to Fire +Socketed Gems are Supported by Level 5 Cold to Fire Adds (10-15) to (20-25) Fire Damage Adds (10-15) to (20-25) Cold Damage (30-50)% increased Elemental Damage @@ -424,7 +424,7 @@ Implicits: 2 +1 to Level of Socketed Fire Gems +1 to Level of Socketed Cold Gems +2 to Level of Socketed Elemental Gems -Socketed Gems are Supported by level 5 Cold to Fire +Socketed Gems are Supported by Level 5 Cold to Fire Adds (10-15) to (20-25) Fire Damage Adds (10-15) to (20-25) Cold Damage (30-50)% increased Elemental Damage @@ -467,8 +467,8 @@ Requires Level 49, 85 Str, 85 Int Implicits: 2 {variant:1}18% Chance to Block Attack Damage while wielding a Staff {variant:2}20% Chance to Block Attack Damage while wielding a Staff -+(15-20) to All Attributes -+(5-7)% to All Elemental Resistances ++(15-20) to all Attributes ++(5-7)% to all Elemental Resistances (60-100)% increased Projectile Damage 20% increased Light Radius Socketed Gems fire 4 additional Projectiles @@ -483,12 +483,12 @@ Requires Level 62, 113 Str, 113 Int Implicits: 2 {variant:1}+18% Chance to Block Attack Damage while wielding a Staff {variant:2}+20% Chance to Block Attack Damage while wielding a Staff -Trigger Level 20 Summon Phantasm Skill when you Consume a Corpse +Trigger Level 20 Summon Phantasm Skill when you Consume a corpse (100-140)% increased Spell Damage (25-30)% increased Cast Speed (80-100)% increased Mana Regeneration Rate Minions deal (45-51) to (66-78) additional Physical Damage -If you Consumed a Corpse Recently, you and nearby Allies regenerate 5% of Life per second +If you Consumed a corpse Recently, you and nearby Allies Regenerate 5% of Life per second ]],[[ The Stormheart Royal Staff @@ -503,7 +503,7 @@ Implicits: 2 Adds (25-35) to (45-60) Cold Damage Adds (1-10) to (70-90) Lightning Damage (20-35)% increased Critical Strike Chance -{variant:1}You Cannot Be Shocked While Frozen +{variant:1}You cannot be Shocked while Frozen {variant:2}You Cannot Be Shocked While Chilled {variant:2}50% chance to Shock Chilled Enemies ]],[[ @@ -569,7 +569,7 @@ Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff +1 to Level of Socketed Support Gems -Grants level 1 Icestorm Skill +Grants Level 1 Icestorm Skill (8-12)% increased Cast Speed 1% increased Spell Damage per 10 Intelligence (14-18)% increased Intelligence @@ -595,8 +595,8 @@ Implicits: 2 +1 to Level of all Spell Skill Gems 15% Chance to Block (60-80)% increased Spell Damage -+(70-100) to Maximum Energy Shield ++(70-100) to maximum Energy Shield Reflects 1 to 150 Lightning Damage to Melee Attackers -20% Chance for Energy Shield Recharge to Start when you Block +20% chance for Energy Shield Recharge to start when you Block ]], } diff --git a/src/Data/Uniques/sword.lua b/src/Data/Uniques/sword.lua index c7e9c1ade2..3a87abdd5f 100644 --- a/src/Data/Uniques/sword.lua +++ b/src/Data/Uniques/sword.lua @@ -78,8 +78,8 @@ Implicits: 2 +10 to Intelligence 50% increased Global Critical Strike Chance (0.6-1)% of Physical Attack Damage Leeched as Mana -10% reduced Maximum Life -(40-50)% increased Maximum Energy Shield +10% reduced maximum Life +(40-50)% increased maximum Energy Shield ]],[[ The Goddess Scorned Elegant Sword @@ -345,7 +345,7 @@ Implicits: 2 Adds 2 to 6 Physical Damage 10% increased Attack Speed +(20-30) to maximum Life -+2 Life Gained for each Enemy hit by Attacks ++2 Life gained for each Enemy hit by Attacks ]],[[ Dreadbeak Rusted Sword @@ -390,7 +390,7 @@ Requires Level 62, 122 Str, 104 Dex Implicits: 1 40% increased Global Accuracy Rating Grants Summon Harbinger of the Arcane Skill -Trigger level 20 Storm Cascade when you Attack +Trigger Level 20 Storm Cascade when you Attack (75-90)% increased Spell Damage (140-160)% increased Physical Damage Adds 1 to (60-70) Lightning Damage @@ -471,7 +471,7 @@ Requires Level 69, 55 Str, 79 Dex Implicits: 2 {variant:1}18% increased Accuracy Rating {variant:2,3}40% increased Global Accuracy Rating -Grants level 15 Envy Skill +Grants Level 15 Envy Skill Minions deal (30-40)% increased Damage Minions have +29% to Chaos Resistance {variant:1,2}Minions Poison Enemies on Hit @@ -589,7 +589,7 @@ Implicits: 3 {variant:3}+25% to Global Critical Strike Multiplier (140-160)% increased Physical Damage +30 to Strength -+30 to Maximum Mana ++30 to maximum Mana 5% increased Movement Speed 30% increased Elemental Damage +2 to Weapon Range @@ -653,7 +653,7 @@ Adds 1 to (40-50) Lightning Damage (25-30)% increased Attack Speed +2 Life gained for each Enemy hit by Attacks {variant:1,2}5% Chance to Shock -{variant:3}(15-20)% Chance to Shock +{variant:3}(15-20)% chance to Shock {variant:3}50% increased Herald of Thunder Buff Effect ]],[[ The Goddess Bound @@ -772,7 +772,7 @@ Socketed Gems are Supported by level 1 Blood Magic Adds (90-115) to (230-260) Physical Damage (40-50)% increased Critical Strike Chance Enemies you Attack Reflect 100 Physical Damage to you -+2 to Weapon range ++2 to Weapon Range ]],[[ Kondo's Pride Ezomyte Blade @@ -931,7 +931,7 @@ Implicits: 2 {variant:3}(180-220)% increased Physical Damage {variant:2,3}(50-75)% increased Critical Strike Chance 20% increased Attack Speed -+10 Mana Gained on Kill ++10 Mana gained on Kill 10% increased Movement Speed Gain a Frenzy Charge on Critical Strike ]],[[ diff --git a/src/Data/Uniques/wand.lua b/src/Data/Uniques/wand.lua index 1779c25d50..95093eb92c 100644 --- a/src/Data/Uniques/wand.lua +++ b/src/Data/Uniques/wand.lua @@ -14,7 +14,7 @@ Implicits: 2 (20-30)% increased Fire Damage Adds (4-6) to (8-12) Fire Damage to Spells (40-60)% increased Global Critical Strike Chance -+10 Life Gained on Killing Ignited Enemies ++10 Life gained on Killing Ignited Enemies 25% reduced Ignite Duration on Enemies ]],[[ Apep's Rage @@ -114,9 +114,9 @@ Implicits: 2 {variant:3}Minions have (20-30)% increased Movement Speed {variant:1,2}Minions deal (10-30)% increased Damage {variant:3}Minions deal (50-70)% increased Damage -+1 to Maximum number of Raised Zombies -+1 to Maximum number of Spectres -+1 to Maximum number of Skeletons ++1 to maximum number of Raised Zombies ++1 to maximum number of Spectres ++1 to maximum number of Skeletons Reserves 30% of Life Cannot be used with Chaos Inoculation ]],[[ @@ -145,7 +145,7 @@ Implicits: 2 {variant:1,2}(15-19)% increased Spell Damage {variant:3,4}(33-37)% increased Spell Damage {variant:1,2,3}Socketed Gems are supported by level 5 Blind -{variant:4}Socketed Gems are supported by level 20 Blind +{variant:4}Socketed Gems are supported by Level 20 Blind (30-40)% increased Spell Damage {variant:1}125% increased Physical Damage {variant:2,3}175% increased Physical Damage diff --git a/src/Export/Launch.lua b/src/Export/Launch.lua index 7a3496e08f..0c6e48c88b 100644 --- a/src/Export/Launch.lua +++ b/src/Export/Launch.lua @@ -13,6 +13,10 @@ launch = { } SetMainObject(launch) function launch:OnInit() +package.cpath = package.cpath .. ';C:/Users/trevo/AppData/Roaming/JetBrains/PyCharmCE2021.1/plugins/EmmyLua/classes/debugger/emmy/windows/x86/?.dll' +local dbg = require('emmy_core') +dbg.tcpListen('localhost', 9967) + self.devMode = true self.subScripts = { } RenderInit() diff --git a/src/Export/Scripts/mods.lua b/src/Export/Scripts/mods.lua index f63b43a906..cccfbc2acd 100644 --- a/src/Export/Scripts/mods.lua +++ b/src/Export/Scripts/mods.lua @@ -98,5 +98,9 @@ end) writeMods("../Data/Uniques/Special/WatchersEye.lua", function(mod) return mod.Family == "AuraBonus" and mod.GenerationType == 3 and not mod.Id:match("^Synthesis") end) +writeMods("../Data/Uniques/Special/Uniques.lua", function(mod) + return mod.Family ~= "AuraBonus" and not mod.Family:match("^EnchantmentHeist") and not mod.Id:match("^Synthesis") and mod.GenerationType == 3 + and (mod.Domain == 1 or mod.Domain == 2 or mod.Domain == 21 or mod.Domain == 10) +end) print("Mods exported.") diff --git a/src/Export/Scripts/uniqueMods.lua b/src/Export/Scripts/uniqueMods.lua new file mode 100644 index 0000000000..0a92d7bc0b --- /dev/null +++ b/src/Export/Scripts/uniqueMods.lua @@ -0,0 +1,55 @@ +if not table.containsId then + dofile("Scripts/mods.lua") +end + +local itemTypes = { + "axe", + "bow", + "claw", + "dagger", + "mace", + "staff", + "sword", + "wand", + "helmet", + "body", + "gloves", + "boots", + "shield", + "quiver", + "amulet", + "ring", + "belt", + "jewel", + "flask", +} +for _, name in pairs(itemTypes) do + local uniqueMods = LoadModule("../Data/Uniques/Special/Uniques.lua") + local out = io.open("../Data/Uniques/Special/"..name..".lua", "w") + for line in io.lines("../Data/Uniques/"..name..".lua") do + local specName, specVal = line:match("^([%a ]+): (.+)$") + if not specName and line ~= "]],[[" then + local variants = line:match("{[vV]ariant:([%d,]+)}") + local foundMod = false + local modText = line:gsub("{.+}", ""):gsub("{.+}", ""):gsub("−", "-"):lower() -- Dang EM-dash made it in here somehow + for modName, mod in pairs(uniqueMods) do + if mod[1]:lower() == modText then + if variants then + out:write("{variant:" .. variants .. "}") + end + out:write(modName, "\n") + foundMod = true + break + end + end + if not foundMod then + out:write(line, "\n") + end + else + out:write(line, "\n") + end + end + out:close() +end + +print("Unique mods exported.") diff --git a/src/Export/Scripts/uniqueText.lua b/src/Export/Scripts/uniqueText.lua new file mode 100644 index 0000000000..c663f97e90 --- /dev/null +++ b/src/Export/Scripts/uniqueText.lua @@ -0,0 +1,77 @@ +if not table.containsId then + dofile("Scripts/mods.lua") +end + +local itemTypes = { + "axe", + "bow", + "claw", + "dagger", + "mace", + "staff", + "sword", + "wand", + "helmet", + "body", + "gloves", + "boots", + "shield", + "quiver", + "amulet", + "ring", + "belt", + "jewel", + "flask", +} +local catalystTags = { + ["attack"] = true, + ["speed"] = true, + ["life"] = true, + ["mana"] = true, + ["resource"] = true, + ["caster"] = true, + ["attribute"] = true, + ["physical"] = true, + ["chaos"] = true, + ["resistance"] = true, + ["defences"] = true, + ["elemental_damage"] = true, + ["critical"] = true, +} +for _, name in pairs(itemTypes) do + local uniqueMods = LoadModule("../Data/Uniques/Special/Uniques.lua") + local out = io.open("../Data/Uniques/"..name..".lua", "w") + for line in io.lines("../Data/Uniques/Special/"..name..".lua") do + local specName, specVal = line:match("^([%a ]+): (.+)$") + if not specName and line ~= "]],[[" then + local variantString = line:match("({variant:[%d,]+})") + local modName = line:gsub("{.+}", "") + if uniqueMods[modName] then + if variantString then + out:write(variantString) + end + local tags = {} + if name == "belt" or name == "amulet" or name == "ring" then + for _, tag in ipairs(uniqueMods[modName].modTags) do + if catalystTags[tag] then + table.insert(tags, tag) + end + end + end + if tags[1] then + out:write("{tags:" .. table.concat(tags, ",") .. "}") + out:write(uniqueMods[modName][1], "\n") + else + out:write(uniqueMods[modName][1], "\n") + end + else + out:write(line, "\n") + end + else + out:write(line, "\n") + end + end + out:close() +end + +print("Unique text updated.") diff --git a/src/Export/spec.lua b/src/Export/spec.lua index 1dfe9d0add..8448ced002 100644 --- a/src/Export/spec.lua +++ b/src/Export/spec.lua @@ -191,6 +191,27 @@ return { AddBuffToTargetVarieties={ }, AdditionalLifeScaling={ + [1]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [2]={ + list=false, + name="", + refTo="", + type="String", + width=220 + }, + [3]={ + list=false, + name="", + refTo="", + type="String", + width=270 + } }, AdditionalLifeScalingPerLevel={ }, @@ -551,12 +572,54 @@ return { } }, ApplyDamageFunctions={ + [1]={ + list=false, + name="", + refTo="", + type="String", + width=150 + }, + [2]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [3]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [4]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + } }, ArchetypeRewards={ }, Archetypes={ }, ArchitectLifeScalingPerLevel={ + [1]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [2]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + } }, AreaInfluenceDoodads={ }, @@ -1158,6 +1221,55 @@ return { BuffStackUIModes={ }, BuffTemplates={ + [1]={ + list=false, + name="Name", + refTo="", + type="String", + width=150 + }, + [2]={ + list=false, + name="Definition", + refTo="BuffDefinitions", + type="Key", + width=150 + }, + [3]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [4]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [5]={ + list=false, + name="", + refTo="", + type="Key", + width=150 + }, + [6]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [7]={ + list=false, + name="", + refTo="", + type="Key", + width=150 + } }, BuffVisualOrbArt={ }, @@ -2544,6 +2656,13 @@ return { GemTypes={ }, GenericBuffAuras={ + [1]={ + list=false, + name="", + refTo="", + type="String", + width=150 + } }, GeometryAttack={ }, @@ -3686,6 +3805,34 @@ return { ModSetNames={ }, ModSets={ + [1]={ + list=false, + name="Name", + refTo="", + type="String", + width=150 + }, + [2]={ + list=false, + name="ModSet", + refTo="ModSetNames", + type="Enum", + width=150 + }, + [3]={ + list=false, + name="Mod", + refTo="Mods", + type="Key", + width=320 + }, + [4]={ + list=false, + name="SpawnWeight", + refTo="", + type="Int", + width=150 + } }, ModType={ [1]={ @@ -4022,9 +4169,9 @@ return { [45]={ list=false, name="", - refTo="GrantedEffectsPerLevel", - type="Key", - width=240 + refTo="", + type="Int", + width=150 }, [46]={ list=false, @@ -4037,21 +4184,21 @@ return { list=false, name="", refTo="", - type="Interval", - width=250 + type="Int", + width=150 }, [48]={ list=false, name="", refTo="", - type="Key", - width=240 + type="Int", + width=150 }, [49]={ list=false, name="", refTo="", - type="Key", + type="Int", width=150 }, [50]={ @@ -4064,7 +4211,7 @@ return { [51]={ list=false, name="", - refTo="Tags", + refTo="", type="Int", width=150 }, @@ -4076,11 +4223,81 @@ return { width=150 }, [53]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [54]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [55]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [56]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [57]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [58]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [59]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [60]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [61]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [62]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [63]={ list=true, name="ImplicitTags", refTo="Tags", type="Key", - width=150 + width=220 } }, MonsterAdditionalMonsterDrops={ @@ -5538,6 +5755,20 @@ return { Pet={ }, PlayerConditions={ + [1]={ + list=false, + name="Name", + refTo="", + type="String", + width=150 + }, + [2]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + } }, PreloadGroups={ }, @@ -5546,6 +5777,20 @@ return { ProjectileCollisionTypes={ }, ProjectileVariations={ + [1]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [2]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + } }, Projectiles={ }, @@ -5688,6 +5933,20 @@ return { SigilDisplay={ }, SkillGemInfo={ + [1]={ + list=false, + name="", + refTo="", + type="String", + width=150 + }, + [2]={ + list=false, + name="", + refTo="", + type="Key", + width=150 + } }, SkillGems={ [1]={ @@ -5870,6 +6129,20 @@ return { StashType={ }, StatDescriptionFunctions={ + [1]={ + list=false, + name="Name", + refTo="", + type="String", + width=150 + }, + [2]={ + list=false, + name="Function", + refTo="", + type="String", + width=150 + } }, StatInterpolationTypes={ }, @@ -5910,7 +6183,7 @@ return { list=false, name="", refTo="", - type="Enum", + type="Int", width=50 }, [6]={ @@ -5946,56 +6219,84 @@ return { name="Main Hand Stat", refTo="Stats", type="Enum", - width=150 + width=350 }, [11]={ list=false, - name="Off Hand Stat", + name="", + refTo="", + type="Int", + width=150 + }, + [12]={ + list=false, + name="Off_Hand_Stat", refTo="Stats", type="Enum", width=150 }, - [12]={ + [13]={ list=false, name="", refTo="", type="Bool", - width=50 + width=150 }, - [13]={ + [14]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [15]={ list=false, name="Hash", refTo="", type="UInt", width=80 }, - [14]={ + [16]={ list=true, name="Skills", - refTo="", + refTo="ActiveSkills", type="String", width=150 }, - [15]={ + [17]={ list=false, name="", refTo="", type="Key", width=110 }, - [16]={ + [18]={ list=false, name="", refTo="", type="Bool", width=50 }, - [17]={ + [19]={ list=false, name="", refTo="", type="Bool", width=50 + }, + [20]={ + list=false, + name="", + refTo="", + type="Bool", + width=150 + }, + [21]={ + list=true, + name="StatType", + refTo="", + type="Key", + width=150 } }, StrDexIntMissionExtraRequirement={ @@ -6225,12 +6526,68 @@ return { Wordlists={ }, Words={ + [1]={ + list=false, + name="Wordlist", + refTo="Wordlists", + type="Enum", + width=150 + }, + [2]={ + list=false, + name="Word", + refTo="", + type="String", + width=150 + }, + [3]={ + list=true, + name="Tags", + refTo="Tags", + type="Key", + width=150 + }, + [4]={ + list=true, + name="", + refTo="", + type="Int", + width=150 + }, + [5]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [6]={ + list=false, + name="", + refTo="", + type="String", + width=150 + }, + [7]={ + list=false, + name="", + refTo="", + type="String", + width=150 + } }, WorldAreas={ }, WorldPopupIconTypes={ }, ZanaLevels={ + [1]={ + list=false, + name="Level", + refTo="", + type="Int", + width=150 + } }, ZanaQuests={ } diff --git a/src/Export/statdesc.lua b/src/Export/statdesc.lua index a5b0ffb692..b88e5a2dd8 100644 --- a/src/Export/statdesc.lua +++ b/src/Export/statdesc.lua @@ -69,6 +69,10 @@ function loadStatFile(fileName) end table.insert(desc.limit, limit) end + -- Manual fix for GGG typo + if special:match("divide_by_one_hundred 2reminderstring ReminderTextLifeLeech") then + special = "divide_by_one_hundred 2 reminderstring ReminderTextLifeLeech" + end for k, v in special:gmatch("([%w%%_]+) (%w+)") do table.insert(desc, { k = k, From be4bed638960acd5332e3056d6b491416c15fd9d Mon Sep 17 00:00:00 2001 From: Wires77 Date: Fri, 23 Apr 2021 02:46:26 -0500 Subject: [PATCH 02/15] Remove debugging lines --- src/Export/Launch.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Export/Launch.lua b/src/Export/Launch.lua index 0c6e48c88b..7a3496e08f 100644 --- a/src/Export/Launch.lua +++ b/src/Export/Launch.lua @@ -13,10 +13,6 @@ launch = { } SetMainObject(launch) function launch:OnInit() -package.cpath = package.cpath .. ';C:/Users/trevo/AppData/Roaming/JetBrains/PyCharmCE2021.1/plugins/EmmyLua/classes/debugger/emmy/windows/x86/?.dll' -local dbg = require('emmy_core') -dbg.tcpListen('localhost', 9967) - self.devMode = true self.subScripts = { } RenderInit() From 90320f67fadf3ce4e7c6e75d7adfcfa21061afc0 Mon Sep 17 00:00:00 2001 From: Wires77 Date: Fri, 23 Apr 2021 10:58:43 -0500 Subject: [PATCH 03/15] Recognizing fractured tag, fixing some typos --- src/Data/Uniques/Special/body.lua | 4 ++-- src/Data/Uniques/Special/mace.lua | 4 ++-- src/Data/Uniques/Special/ring.lua | 10 +++++----- src/Data/Uniques/Special/shield.lua | 2 +- src/Data/Uniques/body.lua | 2 +- src/Data/Uniques/shield.lua | 2 +- src/Export/Scripts/uniqueMods.lua | 2 ++ 7 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/Data/Uniques/Special/body.lua b/src/Data/Uniques/Special/body.lua index 32f83c9a1e..2701caa35b 100644 --- a/src/Data/Uniques/Special/body.lua +++ b/src/Data/Uniques/Special/body.lua @@ -277,7 +277,7 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 65, 197 Dex {variant:1,2,3}DexterityUniqueGlovesInt4__ -DexterityUnique__7 +{variant:4,5,6}DexterityUnique__7 {variant:1,2,3}Adds 13 to 24 Cold Damage to Bow Attacks {variant:4}Adds (50-60) to (70-80) Cold Damage to Bow Attacks {variant:5}Adds (173-188) to (240-262) Cold Damage to Bow Attacks @@ -513,7 +513,7 @@ Savant's Robe League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 56, 152 Int -LocalIncreasedEnergyShieldPercentUnique__24 +{fractured}LocalIncreasedEnergyShieldPercentUnique__24 StrengthIntelligenceRequirementsUnique__1 DivineChargeOnHitUnique__1_ Gain a Divine Charge on Hit diff --git a/src/Data/Uniques/Special/mace.lua b/src/Data/Uniques/Special/mace.lua index 8cdbd6d296..1c465c19e3 100644 --- a/src/Data/Uniques/Special/mace.lua +++ b/src/Data/Uniques/Special/mace.lua @@ -187,7 +187,7 @@ Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 68, 104 Str, 122 Int Implicits: 1 ElementalDamagePercentImplicitSceptreNew18 -IncreasedCastSpeedUnique__16 +{fractured}IncreasedCastSpeedUnique__16 ColdDamagePerResistanceAbove75Unique__1 LightningDamagePerResistanceAbove75Unique__1 ]],[[ @@ -197,7 +197,7 @@ League: Heist Requires Level 68, 104 Str, 122 Int Implicits: 1 ElementalDamagePercentImplicitSceptreNew18 -IncreasedCastSpeedUnique__16 +{fractured}IncreasedCastSpeedUnique__16 ColdDamagePerMissingColdResistanceUnique__1 FireDamagePerMissingFireResistanceUnique__1 ]],[[ diff --git a/src/Data/Uniques/Special/ring.lua b/src/Data/Uniques/Special/ring.lua index 9b611b3b74..5b2760d24a 100644 --- a/src/Data/Uniques/Special/ring.lua +++ b/src/Data/Uniques/Special/ring.lua @@ -231,7 +231,7 @@ Variant: Buff Effect (Current) Variant: Max Resistance Variant: Fire Resistance FireResistUniqueAmulet4 -StrengthUniqueClaw5_ +{fractured}StrengthUniqueClaw5_ GlobalAddedFireDamageUnique__3_ FireResistUniqueAmulet4 {variant:1}{tags:mana}Herald of Ash has (30-40)% reduced Reservation @@ -257,7 +257,7 @@ Variant: Buff Effect (Current) Variant: Max Resistance Variant: Cold Resistance ColdResistUnique__3 -DexterityUniqueGlovesInt4__ +{fractured}DexterityUniqueGlovesInt4__ GlobalAddedColdDamageUnique__3 ColdResistUnique__3 {variant:1}{tags:mana}Herald of Ice has (30-40)% reduced Reservation @@ -283,7 +283,7 @@ Variant: Buff Effect (Current) Variant: Sentinel Damage Variant: Damage Reduction AddedPhysicalDamageImplicitRing1 -AllAttributesUnique__3 +{fractured}AllAttributesUnique__3 GlobalAddedPhysicalDamageUnique__2 IncreasedPhysicalDamageReductionRatingUnique__4 {variant:1}{tags:mana}Herald of Purity has (30-40)% reduced Reservation @@ -309,7 +309,7 @@ Variant: Buff Effect (Current) Variant: Agony Damage Variant: Chaos Resistance ChaosResistImplicitRing1 -AllAttributesUnique__3 +{fractured}AllAttributesUnique__3 GlobalAddedChaosDamageUnique__5_ ChaosResistUnique__17 {variant:1}{tags:mana}Herald of Agony has (30-40)% reduced Reservation @@ -335,7 +335,7 @@ Variant: Buff Effect (Current) Variant: Max Resistance Variant: Lightning Resistance LightningResistUnique__2 -IntelligenceUnique__7 +{fractured}IntelligenceUnique__7 GlobalAddedLightningDamageUnique__3 LightningResistUnique__2 {variant:1}{tags:mana}Herald of Thunder has (30-40)% reduced Reservation diff --git a/src/Data/Uniques/Special/shield.lua b/src/Data/Uniques/Special/shield.lua index e502951f86..a9cc86fec6 100644 --- a/src/Data/Uniques/Special/shield.lua +++ b/src/Data/Uniques/Special/shield.lua @@ -522,7 +522,7 @@ Requires Level 41, 100 Int Implicits: 2 {variant:1}15% increased Spell Damage {variant:2,3,4}SpellDamageImplicitShield3 -{Variant:1,2}Socketed Trap Skills create a Smoke Cloud when triggered +{variant:1,2}Socketed Trap Skills create a Smoke Cloud when triggered {variant:3,4}CreateSmokeCloudWhenTrapTriggeredUnique__1 IntelligenceUnique__7 {variant:1,2}LocalIncreasedEnergyShieldPercentUnique__27 diff --git a/src/Data/Uniques/body.lua b/src/Data/Uniques/body.lua index 710cfb1619..d22d3e91b5 100644 --- a/src/Data/Uniques/body.lua +++ b/src/Data/Uniques/body.lua @@ -277,7 +277,7 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 65, 197 Dex {variant:1,2,3}+(20-30) to Dexterity -+(40-50) to Dexterity +{variant:4,5,6}+(40-50) to Dexterity {variant:1,2,3}Adds 13 to 24 Cold Damage to Bow Attacks {variant:4}Adds (50-60) to (70-80) Cold Damage to Bow Attacks {variant:5}Adds (173-188) to (240-262) Cold Damage to Bow Attacks diff --git a/src/Data/Uniques/shield.lua b/src/Data/Uniques/shield.lua index 97e7cbfc62..04f728c3a7 100644 --- a/src/Data/Uniques/shield.lua +++ b/src/Data/Uniques/shield.lua @@ -522,7 +522,7 @@ Requires Level 41, 100 Int Implicits: 2 {variant:1}15% increased Spell Damage {variant:2,3,4}(15-20)% increased Spell Damage -{Variant:1,2}Socketed Trap Skills create a Smoke Cloud when triggered +{variant:1,2}Socketed Trap Skills create a Smoke Cloud when triggered {variant:3,4}Trigger Level 20 Fog of War when your Trap is triggered +(20-30) to Intelligence {variant:1,2}(80-120)% increased Energy Shield diff --git a/src/Export/Scripts/uniqueMods.lua b/src/Export/Scripts/uniqueMods.lua index 0a92d7bc0b..7b71a75a86 100644 --- a/src/Export/Scripts/uniqueMods.lua +++ b/src/Export/Scripts/uniqueMods.lua @@ -30,10 +30,12 @@ for _, name in pairs(itemTypes) do local specName, specVal = line:match("^([%a ]+): (.+)$") if not specName and line ~= "]],[[" then local variants = line:match("{[vV]ariant:([%d,]+)}") + local fractured = line:match("({fractured})") or "" local foundMod = false local modText = line:gsub("{.+}", ""):gsub("{.+}", ""):gsub("−", "-"):lower() -- Dang EM-dash made it in here somehow for modName, mod in pairs(uniqueMods) do if mod[1]:lower() == modText then + out:write(fractured) if variants then out:write("{variant:" .. variants .. "}") end From b152fa1069efe28033b72b26d77454970a1ced51 Mon Sep 17 00:00:00 2001 From: Wires77 Date: Mon, 26 Apr 2021 02:50:12 -0500 Subject: [PATCH 04/15] Addressing PR comments --- src/Data/Global.lua | 22 ++++++++++++++++++++ src/Data/Uniques/Special/belt.lua | 12 +++++------ src/Data/Uniques/Special/body.lua | 14 ++++++------- src/Data/Uniques/Special/helmet.lua | 4 ++-- src/Data/Uniques/Special/jewel.lua | 6 +++--- src/Data/Uniques/Special/mace.lua | 4 ++-- src/Data/Uniques/Special/ring.lua | 24 +++++++++++----------- src/Data/Uniques/Special/shield.lua | 6 +++--- src/Data/Uniques/belt.lua | 12 +++++------ src/Data/Uniques/body.lua | 12 +++++------ src/Data/Uniques/helmet.lua | 4 ++-- src/Data/Uniques/jewel.lua | 6 +++--- src/Data/Uniques/ring.lua | 14 ++++++------- src/Data/Uniques/shield.lua | 6 +++--- src/Export/Scripts/bases.lua | 25 +++-------------------- src/Export/Scripts/uniqueMods.lua | 29 +++++---------------------- src/Export/Scripts/uniqueText.lua | 31 ++++------------------------- src/Modules/Data.lua | 25 ++--------------------- 18 files changed, 98 insertions(+), 158 deletions(-) diff --git a/src/Data/Global.lua b/src/Data/Global.lua index e545369bf4..8e5925d34b 100644 --- a/src/Data/Global.lua +++ b/src/Data/Global.lua @@ -252,6 +252,28 @@ SkillType = { Type112 = 112, } +ItemTypes = { + "axe", + "bow", + "claw", + "dagger", + "mace", + "staff", + "sword", + "wand", + "helmet", + "body", + "gloves", + "boots", + "shield", + "quiver", + "amulet", + "ring", + "belt", + "jewel", + "flask", +} + GlobalCache = { cachedData = { MAIN = {}, CALCS = {}, CALCULATOR = {}, CACHE = {}, }, deleteGroup = { }, diff --git a/src/Data/Uniques/Special/belt.lua b/src/Data/Uniques/Special/belt.lua index 2d4be1efbf..31e667a405 100644 --- a/src/Data/Uniques/Special/belt.lua +++ b/src/Data/Uniques/Special/belt.lua @@ -415,11 +415,11 @@ IncreasedLifeImplicitBelt1 IncreasedLifeUniqueBelt8 {tags:life}(67-75) Life Regenerated per second {tags:mana}(8-10) Mana Regenerated per second -{variant:1}−40% to all Elemental Resistances -{variant:3}−(15-25)% to all Elemental Resistances -{variant:1}−10% to all maximum Resistances -{variant:2}−5% to all maximum Resistances -{tags:physical}−(50-40) Physical Damage taken from Attacks +{variant:1}-40% to all Elemental Resistances +{variant:3}-(15-25)% to all Elemental Resistances +{variant:1}-10% to all maximum Resistances +{variant:2}-5% to all maximum Resistances +{tags:physical}-(50-40) Physical Damage taken from Attacks ArmourWhileNotIgnitedFrozenShockedBelt8 ]],[[ Leash of Oblation @@ -534,7 +534,7 @@ AllAttributesUnique__8_ {variant:2}ItemFoundQuantityIncreaseUniqueBelt3 FireResistUniqueAmulet7 BeltIncreasedFlaskDurationUniqueBelt3 -{tags:physical}−2 Physical Damage taken from Attacks +{tags:physical}-2 Physical Damage taken from Attacks ]],[[ Perseverance Vanguard Belt diff --git a/src/Data/Uniques/Special/body.lua b/src/Data/Uniques/Special/body.lua index 2701caa35b..85ae2af835 100644 --- a/src/Data/Uniques/Special/body.lua +++ b/src/Data/Uniques/Special/body.lua @@ -20,7 +20,7 @@ Plate Vest Upgrade: Upgrades to unique{Wall of Brambles} via prophecy{The King and the Brambles} AddedPhysicalDamageUniqueBodyStr2 IncreasedLifeUniqueBodyStr2 -−2 Physical Damage taken from Attacks +-2 Physical Damage taken from Attacks PhysicalDamageTakenPercentToReflectUniqueBodyStr2 ]],[[ Wall of Brambles @@ -30,7 +30,7 @@ Requires Level 30 AddedPhysicalDamageUniqueBodyStr2 LocalIncreasedPhysicalDamageReductionRatingTransformedUnique__1 IncreasedLifeUniqueBodyStr2 -−2 Physical Damage taken from Attacks +-2 Physical Damage taken from Attacks PhysicalDamageTakenPercentToReflectUniqueBodyStr2 ]],[[ The Brass Dome @@ -168,7 +168,7 @@ StrengthUniqueBodyStr4 LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 LightRadiusUniqueSceptre2 ChaosTakenOnES -{variant:1}−10 Chaos Damage taken +{variant:1}-10 Chaos Damage taken {variant:2}-(30-40) Chaos Damage taken {variant:2}ChaosDamageOverTimeUnique__1 ]], @@ -185,7 +185,7 @@ LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 FireResistUniqueBootsDex2 AvoidIgniteUnique__1 RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3 -−(5-7) Physical Damage taken from Attacks +-(5-7) Physical Damage taken from Attacks ]],[[ Briskwrap Strapped Leather @@ -312,7 +312,7 @@ ColdResistanceBodyDex6 LightningResistanceBodyDex6 MovementVeolcityUniqueBodyDex6 MovementVelicityPerEvasionUniqueBodyDex6 -−(50-40) Physical Damage taken when hit by Animals +-(50-40) Physical Damage taken when hit by Animals ]],[[ The Rat Cage Sharkskin Tunic @@ -322,7 +322,7 @@ Variant: Current Requires Level 56, 152 Dex LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 IncreasedLifeUniqueBodyStrDex5 -{variant:1}−5% to maximum Fire Resistance +{variant:1}-5% to maximum Fire Resistance {variant:2}FireResistUnique__11 MovementVelocityUniqueBootsStrDex3 IncreasedFireDamageTakenUniqueBodyStrDex5 @@ -513,7 +513,7 @@ Savant's Robe League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 56, 152 Int -{fractured}LocalIncreasedEnergyShieldPercentUnique__24 +LocalIncreasedEnergyShieldPercentUnique__24 StrengthIntelligenceRequirementsUnique__1 DivineChargeOnHitUnique__1_ Gain a Divine Charge on Hit diff --git a/src/Data/Uniques/Special/helmet.lua b/src/Data/Uniques/Special/helmet.lua index 650029dbcf..857fa49850 100644 --- a/src/Data/Uniques/Special/helmet.lua +++ b/src/Data/Uniques/Special/helmet.lua @@ -164,9 +164,9 @@ Requires Level 20, 46 Dex {variant:2}IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1 LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 ManaRegenerationUniqueBootsDex2 -{variant:1}−(20-10)% to Fire Resistance +{variant:1}-(20-10)% to Fire Resistance {variant:2}FireResistUniqueAmulet4 -{variant:1}−(20-10)% to Cold Resistance +{variant:1}-(20-10)% to Cold Resistance {variant:2}ColdResistUnique__3 ]],[[ Frostferno diff --git a/src/Data/Uniques/Special/jewel.lua b/src/Data/Uniques/Special/jewel.lua index a585fe370d..64a94927fb 100644 --- a/src/Data/Uniques/Special/jewel.lua +++ b/src/Data/Uniques/Special/jewel.lua @@ -1434,7 +1434,7 @@ Corrupted ]],[[ Fragility Crimson Jewel -−1 Maximum Endurance Charges +-1 Maximum Endurance Charges Corrupted ]],[[ Hungry Abyss @@ -1451,12 +1451,12 @@ Corrupted ]],[[ Pacifism Viridian Jewel -−1 Maximum Frenzy Charges +-1 Maximum Frenzy Charges Corrupted ]],[[ Powerlessness Cobalt Jewel -−1 Maximum Power Charges +-1 Maximum Power Charges Corrupted ]],[[ Sacrificial Harvest diff --git a/src/Data/Uniques/Special/mace.lua b/src/Data/Uniques/Special/mace.lua index 1c465c19e3..8cdbd6d296 100644 --- a/src/Data/Uniques/Special/mace.lua +++ b/src/Data/Uniques/Special/mace.lua @@ -187,7 +187,7 @@ Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 68, 104 Str, 122 Int Implicits: 1 ElementalDamagePercentImplicitSceptreNew18 -{fractured}IncreasedCastSpeedUnique__16 +IncreasedCastSpeedUnique__16 ColdDamagePerResistanceAbove75Unique__1 LightningDamagePerResistanceAbove75Unique__1 ]],[[ @@ -197,7 +197,7 @@ League: Heist Requires Level 68, 104 Str, 122 Int Implicits: 1 ElementalDamagePercentImplicitSceptreNew18 -{fractured}IncreasedCastSpeedUnique__16 +IncreasedCastSpeedUnique__16 ColdDamagePerMissingColdResistanceUnique__1 FireDamagePerMissingFireResistanceUnique__1 ]],[[ diff --git a/src/Data/Uniques/Special/ring.lua b/src/Data/Uniques/Special/ring.lua index 5b2760d24a..795c71b95f 100644 --- a/src/Data/Uniques/Special/ring.lua +++ b/src/Data/Uniques/Special/ring.lua @@ -231,7 +231,7 @@ Variant: Buff Effect (Current) Variant: Max Resistance Variant: Fire Resistance FireResistUniqueAmulet4 -{fractured}StrengthUniqueClaw5_ +StrengthUniqueClaw5_ GlobalAddedFireDamageUnique__3_ FireResistUniqueAmulet4 {variant:1}{tags:mana}Herald of Ash has (30-40)% reduced Reservation @@ -257,7 +257,7 @@ Variant: Buff Effect (Current) Variant: Max Resistance Variant: Cold Resistance ColdResistUnique__3 -{fractured}DexterityUniqueGlovesInt4__ +DexterityUniqueGlovesInt4__ GlobalAddedColdDamageUnique__3 ColdResistUnique__3 {variant:1}{tags:mana}Herald of Ice has (30-40)% reduced Reservation @@ -283,7 +283,7 @@ Variant: Buff Effect (Current) Variant: Sentinel Damage Variant: Damage Reduction AddedPhysicalDamageImplicitRing1 -{fractured}AllAttributesUnique__3 +AllAttributesUnique__3 GlobalAddedPhysicalDamageUnique__2 IncreasedPhysicalDamageReductionRatingUnique__4 {variant:1}{tags:mana}Herald of Purity has (30-40)% reduced Reservation @@ -309,7 +309,7 @@ Variant: Buff Effect (Current) Variant: Agony Damage Variant: Chaos Resistance ChaosResistImplicitRing1 -{fractured}AllAttributesUnique__3 +AllAttributesUnique__3 GlobalAddedChaosDamageUnique__5_ ChaosResistUnique__17 {variant:1}{tags:mana}Herald of Agony has (30-40)% reduced Reservation @@ -335,7 +335,7 @@ Variant: Buff Effect (Current) Variant: Max Resistance Variant: Lightning Resistance LightningResistUnique__2 -{fractured}IntelligenceUnique__7 +IntelligenceUnique__7 GlobalAddedLightningDamageUnique__3 LightningResistUnique__2 {variant:1}{tags:mana}Herald of Thunder has (30-40)% reduced Reservation @@ -584,7 +584,7 @@ Sockets: W Requires Level 5 Implicits: 1 RingHasOneSocket -{variant:1}{tags:jewellery_resistance}−25% to all Elemental Resistances +{variant:1}{tags:jewellery_resistance}-25% to all Elemental Resistances {variant:2}AllResistancesUniqueRing25 FireResistanceWhenSocketedWithRedGemUniqueRing25 ColdResistanceWhenSocketedWithGreenGemUniqueRing25 @@ -739,7 +739,7 @@ Implicits: 1 IncreasedManaUniqueBodyInt9 IncreasedManaUniqueHelmetInt8 {tags:mana}(3-6) Mana Regenerated per second -{tags:mana}−(4-8) to Mana Cost of Skills +{tags:mana}-(4-8) to Mana Cost of Skills {tags:mana}8% of Damage taken gained as Mana over 4 seconds when Hit ]],[[ Profane Proxy @@ -1132,11 +1132,11 @@ Requires Level 65 Implicits: 1 ItemFoundRarityIncreaseImplicitRing1 IncreasedLifeUniqueRing32 -(−10 to 10)% increased Quantity of Items found -(−40 to 40)% increased Rarity of Items found -{tags:jewellery_resistance}+(−25 to 50)% to Fire Resistance -{tags:jewellery_resistance}+(−25 to 50)% to Cold Resistance -{tags:jewellery_resistance}+(−25 to 50)% to Lightning Resistance +(-10 to 10)% increased Quantity of Items found +(-40 to 40)% increased Rarity of Items found +{tags:jewellery_resistance}+(-25 to 50)% to Fire Resistance +{tags:jewellery_resistance}+(-25 to 50)% to Cold Resistance +{tags:jewellery_resistance}+(-25 to 50)% to Lightning Resistance ]],[[ Vivinsect Unset Ring diff --git a/src/Data/Uniques/Special/shield.lua b/src/Data/Uniques/Special/shield.lua index a9cc86fec6..7532291661 100644 --- a/src/Data/Uniques/Special/shield.lua +++ b/src/Data/Uniques/Special/shield.lua @@ -144,8 +144,8 @@ Implicits: 1 {variant:3}IncreasedLifeUniqueHelmetDex5 LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 IncreasedLifeUniqueAmulet4 -{variant:1}−10 Physical Damage taken from Projectile Attacks -{variant:2,3}−(50-80) Physical Damage taken from Projectile Attacks +{variant:1}-10 Physical Damage taken from Projectile Attacks +{variant:2,3}-(50-80) Physical Damage taken from Projectile Attacks ArmourPercent VsProjectilesUniqueShieldStr2 +25% additional Block Chance against Projectiles ]],[[ @@ -1006,7 +1006,7 @@ Implicits: 2 TrapDamageUniqueShieldDexInt1 (15-25)% increased Physical Damage IncreasedLifeUniqueGlovesInt3 -−(14-18) Physical Damage taken from Attacks +-(14-18) Physical Damage taken from Attacks {variant:1}15% chance to gain a Power Charge on Throwing a Trap {variant:2,3,4}25% chance to gain a Power Charge on Throwing a Trap ]],[[ diff --git a/src/Data/Uniques/belt.lua b/src/Data/Uniques/belt.lua index 74909520ea..2010defac1 100644 --- a/src/Data/Uniques/belt.lua +++ b/src/Data/Uniques/belt.lua @@ -415,11 +415,11 @@ Implicits: 1 {tags:resource,life}+(75-100) to maximum Life {tags:life}(67-75) Life Regenerated per second {tags:mana}(8-10) Mana Regenerated per second -{variant:1}−40% to all Elemental Resistances -{variant:3}−(15-25)% to all Elemental Resistances -{variant:1}−10% to all maximum Resistances -{variant:2}−5% to all maximum Resistances -{tags:physical}−(50-40) Physical Damage taken from Attacks +{variant:1}-40% to all Elemental Resistances +{variant:3}-(15-25)% to all Elemental Resistances +{variant:1}-10% to all maximum Resistances +{variant:2}-5% to all maximum Resistances +{tags:physical}-(50-40) Physical Damage taken from Attacks {tags:defences}40% increased Armour while not Ignited, Frozen or Shocked ]],[[ Leash of Oblation @@ -534,7 +534,7 @@ Implicits: 1 {variant:2}(6-8)% increased Quantity of Items found {tags:resistance}+20% to Fire Resistance 20% increased Flask Effect Duration -{tags:physical}−2 Physical Damage taken from Attacks +{tags:physical}-2 Physical Damage taken from Attacks ]],[[ Perseverance Vanguard Belt diff --git a/src/Data/Uniques/body.lua b/src/Data/Uniques/body.lua index d22d3e91b5..d3a172ae4e 100644 --- a/src/Data/Uniques/body.lua +++ b/src/Data/Uniques/body.lua @@ -20,7 +20,7 @@ Plate Vest Upgrade: Upgrades to unique{Wall of Brambles} via prophecy{The King and the Brambles} Adds 2 to 4 Physical Damage to Attacks +(12-20) to maximum Life -−2 Physical Damage taken from Attacks +-2 Physical Damage taken from Attacks 40% of Melee Physical Damage taken reflected to Attacker ]],[[ Wall of Brambles @@ -30,7 +30,7 @@ Requires Level 30 Adds 2 to 4 Physical Damage to Attacks +2000 to Armour +(12-20) to maximum Life -−2 Physical Damage taken from Attacks +-2 Physical Damage taken from Attacks 40% of Melee Physical Damage taken reflected to Attacker ]],[[ The Brass Dome @@ -168,7 +168,7 @@ Requires Level 17, 53 Str (60-80)% increased Armour 25% increased Light Radius Chaos Damage does not bypass Energy Shield -{variant:1}−10 Chaos Damage taken +{variant:1}-10 Chaos Damage taken {variant:2}-(30-40) Chaos Damage taken {variant:2}25% reduced Chaos Damage taken over time ]], @@ -185,7 +185,7 @@ Requires Level 17, 53 Dex +(40-50)% to Fire Resistance Cannot be Ignited (10-15)% increased Physical Damage with Ranged Weapons -−(5-7) Physical Damage taken from Attacks +-(5-7) Physical Damage taken from Attacks ]],[[ Briskwrap Strapped Leather @@ -312,7 +312,7 @@ Requires Level 59, 160 Dex +(11-25)% to Lightning Resistance 25% reduced Movement Speed 1% increased Movement Speed per 600 Evasion Rating, up to 75% -−(50-40) Physical Damage taken when hit by Animals +-(50-40) Physical Damage taken when hit by Animals ]],[[ The Rat Cage Sharkskin Tunic @@ -322,7 +322,7 @@ Variant: Current Requires Level 56, 152 Dex (100-120)% increased Evasion Rating +(160-200) to maximum Life -{variant:1}−5% to maximum Fire Resistance +{variant:1}-5% to maximum Fire Resistance {variant:2}-50% to Fire Resistance 15% increased Movement Speed 20% increased Fire Damage taken diff --git a/src/Data/Uniques/helmet.lua b/src/Data/Uniques/helmet.lua index ecd472165e..b636cb707a 100644 --- a/src/Data/Uniques/helmet.lua +++ b/src/Data/Uniques/helmet.lua @@ -164,9 +164,9 @@ Requires Level 20, 46 Dex {variant:2}(20-30)% increased Fire Damage if you have used a Cold Skill Recently (80-100)% increased Evasion Rating 60% increased Mana Regeneration Rate -{variant:1}−(20-10)% to Fire Resistance +{variant:1}-(20-10)% to Fire Resistance {variant:2}+(20-30)% to Fire Resistance -{variant:1}−(20-10)% to Cold Resistance +{variant:1}-(20-10)% to Cold Resistance {variant:2}+(20-30)% to Cold Resistance ]],[[ Frostferno diff --git a/src/Data/Uniques/jewel.lua b/src/Data/Uniques/jewel.lua index f000e080d5..6e7fb87736 100644 --- a/src/Data/Uniques/jewel.lua +++ b/src/Data/Uniques/jewel.lua @@ -1434,7 +1434,7 @@ Corrupted ]],[[ Fragility Crimson Jewel -−1 Maximum Endurance Charges +-1 Maximum Endurance Charges Corrupted ]],[[ Hungry Abyss @@ -1451,12 +1451,12 @@ Corrupted ]],[[ Pacifism Viridian Jewel -−1 Maximum Frenzy Charges +-1 Maximum Frenzy Charges Corrupted ]],[[ Powerlessness Cobalt Jewel -−1 Maximum Power Charges +-1 Maximum Power Charges Corrupted ]],[[ Sacrificial Harvest diff --git a/src/Data/Uniques/ring.lua b/src/Data/Uniques/ring.lua index 84561e38d1..97dfac99c6 100644 --- a/src/Data/Uniques/ring.lua +++ b/src/Data/Uniques/ring.lua @@ -584,7 +584,7 @@ Sockets: W Requires Level 5 Implicits: 1 Has 1 Socket -{variant:1}{tags:jewellery_resistance}−25% to all Elemental Resistances +{variant:1}{tags:jewellery_resistance}-25% to all Elemental Resistances {variant:2}{tags:resistance}-20% to all Elemental Resistances {tags:resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem {tags:resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem @@ -739,7 +739,7 @@ Implicits: 1 {tags:resource,mana}+(20-30) to maximum Mana {tags:resource,mana}+(30-60) to maximum Mana {tags:mana}(3-6) Mana Regenerated per second -{tags:mana}−(4-8) to Mana Cost of Skills +{tags:mana}-(4-8) to Mana Cost of Skills {tags:mana}8% of Damage taken gained as Mana over 4 seconds when Hit ]],[[ Profane Proxy @@ -1132,11 +1132,11 @@ Requires Level 65 Implicits: 1 (6-15)% increased Rarity of Items found {tags:resource,life}+(0-60) to maximum Life -(−10 to 10)% increased Quantity of Items found -(−40 to 40)% increased Rarity of Items found -{tags:jewellery_resistance}+(−25 to 50)% to Fire Resistance -{tags:jewellery_resistance}+(−25 to 50)% to Cold Resistance -{tags:jewellery_resistance}+(−25 to 50)% to Lightning Resistance +(-10 to 10)% increased Quantity of Items found +(-40 to 40)% increased Rarity of Items found +{tags:jewellery_resistance}+(-25 to 50)% to Fire Resistance +{tags:jewellery_resistance}+(-25 to 50)% to Cold Resistance +{tags:jewellery_resistance}+(-25 to 50)% to Lightning Resistance ]],[[ Vivinsect Unset Ring diff --git a/src/Data/Uniques/shield.lua b/src/Data/Uniques/shield.lua index 04f728c3a7..f43ecb7f85 100644 --- a/src/Data/Uniques/shield.lua +++ b/src/Data/Uniques/shield.lua @@ -144,8 +144,8 @@ Implicits: 1 {variant:3}+(10-20) to maximum Life (60-80)% increased Armour +(30-50) to maximum Life -{variant:1}−10 Physical Damage taken from Projectile Attacks -{variant:2,3}−(50-80) Physical Damage taken from Projectile Attacks +{variant:1}-10 Physical Damage taken from Projectile Attacks +{variant:2,3}-(50-80) Physical Damage taken from Projectile Attacks 200% increased Armour against Projectiles +25% additional Block Chance against Projectiles ]],[[ @@ -1006,7 +1006,7 @@ Implicits: 2 (18-28)% increased Trap Damage (15-25)% increased Physical Damage +(60-80) to maximum Life -−(14-18) Physical Damage taken from Attacks +-(14-18) Physical Damage taken from Attacks {variant:1}15% chance to gain a Power Charge on Throwing a Trap {variant:2,3,4}25% chance to gain a Power Charge on Throwing a Trap ]],[[ diff --git a/src/Export/Scripts/bases.lua b/src/Export/Scripts/bases.lua index 59e85e2238..ebd826d178 100644 --- a/src/Export/Scripts/bases.lua +++ b/src/Export/Scripts/bases.lua @@ -3,6 +3,8 @@ if not loadStatFile then end loadStatFile("stat_descriptions.txt") +LoadModule("../Data/Global.lua") + local directiveTable = { } directiveTable.type = function(state, args, out) @@ -213,28 +215,7 @@ directiveTable.baseMatch = function(state, argstr, out) end end -local itemTypes = { - "axe", - "bow", - "claw", - "dagger", - "mace", - "staff", - "sword", - "wand", - "helmet", - "body", - "gloves", - "boots", - "shield", - "quiver", - "amulet", - "ring", - "belt", - "jewel", - "flask", -} -for _, name in pairs(itemTypes) do +for _, name in pairs(ItemTypes) do processTemplateFile(name, "Bases/", "../Data/Bases/", directiveTable) end diff --git a/src/Export/Scripts/uniqueMods.lua b/src/Export/Scripts/uniqueMods.lua index 7b71a75a86..f8319d0dc8 100644 --- a/src/Export/Scripts/uniqueMods.lua +++ b/src/Export/Scripts/uniqueMods.lua @@ -2,28 +2,9 @@ if not table.containsId then dofile("Scripts/mods.lua") end -local itemTypes = { - "axe", - "bow", - "claw", - "dagger", - "mace", - "staff", - "sword", - "wand", - "helmet", - "body", - "gloves", - "boots", - "shield", - "quiver", - "amulet", - "ring", - "belt", - "jewel", - "flask", -} -for _, name in pairs(itemTypes) do +LoadModule("../Data/Global.lua") + +for _, name in pairs(ItemTypes) do local uniqueMods = LoadModule("../Data/Uniques/Special/Uniques.lua") local out = io.open("../Data/Uniques/Special/"..name..".lua", "w") for line in io.lines("../Data/Uniques/"..name..".lua") do @@ -32,9 +13,9 @@ for _, name in pairs(itemTypes) do local variants = line:match("{[vV]ariant:([%d,]+)}") local fractured = line:match("({fractured})") or "" local foundMod = false - local modText = line:gsub("{.+}", ""):gsub("{.+}", ""):gsub("−", "-"):lower() -- Dang EM-dash made it in here somehow + local modText = line:gsub("{.+}", ""):gsub("{.+}", "") for modName, mod in pairs(uniqueMods) do - if mod[1]:lower() == modText then + if mod[1]:lower() == modText:lower() then out:write(fractured) if variants then out:write("{variant:" .. variants .. "}") diff --git a/src/Export/Scripts/uniqueText.lua b/src/Export/Scripts/uniqueText.lua index c663f97e90..ee086a6ae9 100644 --- a/src/Export/Scripts/uniqueText.lua +++ b/src/Export/Scripts/uniqueText.lua @@ -1,28 +1,7 @@ if not table.containsId then dofile("Scripts/mods.lua") end - -local itemTypes = { - "axe", - "bow", - "claw", - "dagger", - "mace", - "staff", - "sword", - "wand", - "helmet", - "body", - "gloves", - "boots", - "shield", - "quiver", - "amulet", - "ring", - "belt", - "jewel", - "flask", -} +LoadModule("../Data/Global.lua") local catalystTags = { ["attack"] = true, ["speed"] = true, @@ -38,7 +17,7 @@ local catalystTags = { ["elemental_damage"] = true, ["critical"] = true, } -for _, name in pairs(itemTypes) do +for _, name in pairs(ItemTypes) do local uniqueMods = LoadModule("../Data/Uniques/Special/Uniques.lua") local out = io.open("../Data/Uniques/"..name..".lua", "w") for line in io.lines("../Data/Uniques/Special/"..name..".lua") do @@ -51,7 +30,7 @@ for _, name in pairs(itemTypes) do out:write(variantString) end local tags = {} - if name == "belt" or name == "amulet" or name == "ring" then + if isValueInArray({"belt", "amulet", "ring"}, name) then for _, tag in ipairs(uniqueMods[modName].modTags) do if catalystTags[tag] then table.insert(tags, tag) @@ -60,10 +39,8 @@ for _, name in pairs(itemTypes) do end if tags[1] then out:write("{tags:" .. table.concat(tags, ",") .. "}") - out:write(uniqueMods[modName][1], "\n") - else - out:write(uniqueMods[modName][1], "\n") end + out:write(uniqueMods[modName][1], "\n") else out:write(line, "\n") end diff --git a/src/Modules/Data.lua b/src/Modules/Data.lua index 96788f782b..ef5b565815 100644 --- a/src/Modules/Data.lua +++ b/src/Modules/Data.lua @@ -18,27 +18,6 @@ local skillTypes = { "sup_dex", "sup_int", } -local itemTypes = { - "axe", - "bow", - "claw", - "dagger", - "mace", - "staff", - "sword", - "wand", - "helmet", - "body", - "gloves", - "boots", - "shield", - "quiver", - "amulet", - "ring", - "belt", - "jewel", - "flask", -} local function makeSkillMod(modName, modType, modVal, flags, keywordFlags, ...) return { @@ -444,7 +423,7 @@ end -- Item bases data.itemBases = { } -for _, type in pairs(itemTypes) do +for _, type in pairs(ItemTypes) do LoadModule("Data/Bases/"..type, data.itemBases) end @@ -486,7 +465,7 @@ data.rares = LoadModule("Data/Rares") -- Uniques (loaded after version-specific data because reasons) data.uniques = { } -for _, type in pairs(itemTypes) do +for _, type in pairs(ItemTypes) do data.uniques[type] = LoadModule("Data/Uniques/"..type) end data.uniqueMods = { } From 2325e0ec9217b075ec96729825dbceddf66e7881 Mon Sep 17 00:00:00 2001 From: Wires77 Date: Thu, 7 Oct 2021 21:25:44 -0500 Subject: [PATCH 05/15] Update unique mods and fix fractured mod erasure --- src/Data/Uniques/Special/Uniques.lua | 12906 +++++++++++++------------ src/Data/Uniques/Special/amulet.lua | 76 +- src/Data/Uniques/Special/axe.lua | 22 +- src/Data/Uniques/Special/belt.lua | 48 +- src/Data/Uniques/Special/body.lua | 65 +- src/Data/Uniques/Special/boots.lua | 128 +- src/Data/Uniques/Special/bow.lua | 26 +- src/Data/Uniques/Special/claw.lua | 20 +- src/Data/Uniques/Special/dagger.lua | 44 +- src/Data/Uniques/Special/flask.lua | 226 +- src/Data/Uniques/Special/gloves.lua | 95 +- src/Data/Uniques/Special/helmet.lua | 139 +- src/Data/Uniques/Special/jewel.lua | 35 +- src/Data/Uniques/Special/mace.lua | 43 +- src/Data/Uniques/Special/quiver.lua | 18 +- src/Data/Uniques/Special/ring.lua | 147 +- src/Data/Uniques/Special/shield.lua | 72 +- src/Data/Uniques/Special/staff.lua | 20 +- src/Data/Uniques/Special/sword.lua | 42 +- src/Data/Uniques/Special/wand.lua | 20 +- src/Data/Uniques/amulet.lua | 4 +- src/Data/Uniques/belt.lua | 2 +- src/Data/Uniques/body.lua | 2 +- src/Data/Uniques/flask.lua | 14 +- src/Data/Uniques/gloves.lua | 2 +- src/Data/Uniques/helmet.lua | 4 +- src/Data/Uniques/mace.lua | 2 +- src/Data/Uniques/ring.lua | 6 +- src/Export/Scripts/uniqueText.lua | 2 + 29 files changed, 7335 insertions(+), 6895 deletions(-) diff --git a/src/Data/Uniques/Special/Uniques.lua b/src/Data/Uniques/Special/Uniques.lua index 8fbc773976..4d4a97c2a4 100644 --- a/src/Data/Uniques/Special/Uniques.lua +++ b/src/Data/Uniques/Special/Uniques.lua @@ -2,2478 +2,2566 @@ -- Item data (c) Grinding Gear Games return { - ["StrengthUniqueRing2"] = { affix = "", "+(10-20) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthImplicitAmulet1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 7, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthImplicitBelt1"] = { affix = "", "+(25-35) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueHelmetDexInt1"] = { affix = "", "+20 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueTwoHandMace1"] = { affix = "", "+10 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueAmulet5"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueIntHelmet3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueBootsInt1"] = { affix = "", "+(5-10) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueDagger2"] = { affix = "", "+25 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueGlovesDex1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueBelt1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueBelt2"] = { affix = "", "+(40-50) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 20, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueBelt4"] = { affix = "", "+25 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueGlovesStr2"] = { affix = "", "+100 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueTwoHandAxe3"] = { affix = "", "+(15-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueBodyStrInt3"] = { affix = "", "+(30-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueGlovesStrDex3"] = { affix = "", "+10 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueHelmetStrDex3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueClaw5_"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueRing8"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueBootsDexInt2"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueTwoHandAxe5"] = { affix = "", "+10 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueTwoHandSword5"] = { affix = "", "+(40-50) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueBelt7"] = { affix = "", "+(40-55) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueSceptre6"] = { affix = "", "+(50-70) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueBodyStr4"] = { affix = "", "+(10-20) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueQuiver6"] = { affix = "", "+(15-25) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueOneHandSword8"] = { affix = "", "+(35-50) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueGlovesStrInt2"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueRing31__"] = { affix = "", "+(15-25) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueClaw9"] = { affix = "", "+(10-15) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueRing36"] = { affix = "", "+(30-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__1"] = { affix = "", "+30 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique___2"] = { affix = "", "+(30-50) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__4"] = { affix = "", "+30 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__5"] = { affix = "", "+(20-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__6"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__7_"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__8"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__9"] = { affix = "", "+(20-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__10"] = { affix = "", "+(20-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__11"] = { affix = "", "+(30-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__12"] = { affix = "", "+200 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__13_"] = { affix = "", "+(60-120) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__14"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__15"] = { affix = "", "+20 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__16"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 65, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__17"] = { affix = "", "+(20-30) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 62, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__18"] = { affix = "", "+(30-50) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__19_"] = { affix = "", "+(20-40) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__20_"] = { affix = "", "+20 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUnique__21"] = { affix = "", "+(10-20) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 50, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUniqueBootsStrInt2"] = { affix = "", "(15-18)% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUniqueJewel29"] = { affix = "", "(4-6)% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUnique__1"] = { affix = "", "100% reduced Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUnique__2"] = { affix = "", "(4-6)% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUnique__3"] = { affix = "", "10% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUnique__4_"] = { affix = "", "10% reduced Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthImplicitMace1"] = { affix = "", "10% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityImplicitAmulet1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 7, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityImplicitQuiver1"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 15, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueRing3"] = { affix = "", "+10 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBodyDex1"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsInt1"] = { affix = "", "+(5-10) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsInt2"] = { affix = "", "+5 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsInt3"] = { affix = "", "+10 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueGlovesDex2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueGlovesStrDex1"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueAmulet7"] = { affix = "", "+10 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueHelmetStrDex2"] = { affix = "", "+(50-65) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsDex1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueDagger3"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueShieldStrInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBow4"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBow6"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsDex3"] = { affix = "", "+15 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBow7"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBodyDex4"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueHelmetDex4"] = { affix = "", "+(50-70) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueGlovesStrDex3"] = { affix = "", "+10 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueGlovesInt4__"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueGlovesDexInt4"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueHelmetStrDex3"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueRing8"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsDex4_"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsDexInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBelt7"] = { affix = "", "+(40-55) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueQuiver6"] = { affix = "", "+(35-45) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueQuiver7"] = { affix = "", "+30 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsDex8"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueJewel8"] = { affix = "", "+20 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueDagger11"] = { affix = "", "+(10-15) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueDagger12"] = { affix = "", "+20 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueClaw9"] = { affix = "", "+(10-15) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 53, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsDex9"] = { affix = "", "+(25-35) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__2"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 57, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__3"] = { affix = "", "+(30-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__4"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__5"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__6"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__7"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__8"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__9"] = { affix = "", "+25 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__10_"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__11"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__12"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__13"] = { affix = "", "+20 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__14"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 65, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__15"] = { affix = "", "+(25-35) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__16"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__17"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 62, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__18"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__19"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 54, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__20__"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUnique__21_"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 50, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUniqueBodyDex7"] = { affix = "", "15% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUniqueJewel29"] = { affix = "", "(4-6)% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUnique__1"] = { affix = "", "100% reduced Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUnique__2"] = { affix = "", "(4-6)% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUnique__3"] = { affix = "", "(8-12)% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUnique__4"] = { affix = "", "(5-10)% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUnique__5"] = { affix = "", "15% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueOneHandSword2"] = { affix = "", "+10 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceImplicitAmulet1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 7, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueRing4"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBootsInt1"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBootsInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueGlovesInt2"] = { affix = "", "+20 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBelt1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueWand1"] = { affix = "", "+10 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBootsDex1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueWand2"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBootsDex3"] = { affix = "", "+15 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBodyInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueShieldDex3"] = { affix = "", "+(40-60) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBodyStrInt3"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueGlovesInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueGlovesInt5"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueHelmetInt5"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueHelmetInt6"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueRing13"] = { affix = "", "+(60-75) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueOneHandAxe1"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueSceptre5"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueGlovesStr3"] = { affix = "", "+(60-80) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueQuiver6"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueShieldInt4"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueStaff8"] = { affix = "", "+(80-120) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBelt11"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueWand8"] = { affix = "", "+(10-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueHelmetInt9"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueDagger10_"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueRing34"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["Intelligence__1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__3"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__4"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__5"] = { affix = "", "+40 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__6"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__7"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__8"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__9"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__10"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__11"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__12"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__13"] = { affix = "", "+20 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__14"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 65, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__15_"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__16"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 60, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__17"] = { affix = "", "+(40-70) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__18"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__19"] = { affix = "", "+(30-50) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__20"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__21"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__22_"] = { affix = "", "+(30-50) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__23"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__24"] = { affix = "", "-(25-15) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 28, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__25"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__26_"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__27"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUnique__28"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 50, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUniqueStaff12_"] = { affix = "", "(14-18)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUniqueJewel29"] = { affix = "", "(10-15)% reduced Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUnique__1"] = { affix = "", "100% reduced Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUnique__2"] = { affix = "", "(4-6)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUnique__3"] = { affix = "", "(8-12)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUnique__4"] = { affix = "", "(5-8)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesImplicitAmulet1"] = { affix = "", "+(10-16) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueAmulet8"] = { affix = "", "+(80-100) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueBelt3"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 20, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueAmulet9"] = { affix = "", "+(20-40) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesImplicitWreath1"] = { affix = "", "+(16-24) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueRing6"] = { affix = "", "+(10-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueHelmetStr3"] = { affix = "", "+(20-25) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesTestUniqueAmulet1"] = { affix = "", "+500 to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueBodyStr3"] = { affix = "", "+(40-50) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueTwoHandMace7"] = { affix = "", "+(25-50) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesImplicitDemigodRing1"] = { affix = "", "+(8-12) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 16, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesImplicitDemigodOneHandSword1"] = { affix = "", "+(16-24) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueRing26"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueHelmetStrInt5"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueStaff10"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueAmulet22"] = { affix = "", "+(5-10) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__1"] = { affix = "", "+(30-50) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__2"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__3"] = { affix = "", "+(10-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__4"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__5"] = { affix = "", "+(25-75) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__6"] = { affix = "", "+(8-24) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__7"] = { affix = "", "+(15-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 57, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__8_"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__9"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__10_"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__11"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__12"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__13_"] = { affix = "", "+20 to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__14"] = { affix = "", "+(15-25) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__15"] = { affix = "", "+(25-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__16_"] = { affix = "", "+(15-25) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__17_"] = { affix = "", "+(10-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 65, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__18"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__19"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__20"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__21"] = { affix = "", "+(25-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 85, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__22_"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 60, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__23"] = { affix = "", "+(5-10) to all Attributes", statOrderKey = "609", statOrder = { 609 }, level = 50, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IncreasedLifeImplicitShield1"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeImplicitShield2"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeImplicitShield3"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueRing1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueOneHandSword1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueHelmetStr1"] = { affix = "", "+(25-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeImplicitRing1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 2, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeImplicitBelt1"] = { affix = "", "+(25-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 10, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStr1"] = { affix = "", "+500 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueAmulet4"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldDex2"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldStr1"] = { affix = "", "+(160-180) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsInt4"] = { affix = "", "+20 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldStr2"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueTwoHandAxe4"] = { affix = "", "+100 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyDexInt1"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueHelmetDex4"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyInt5"] = { affix = "", "+6 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueGlovesInt3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ReducedLifeUniqueGlovesDexInt4"] = { affix = "", "-20 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueHelmetStrDex4"] = { affix = "", "+(200-220) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueAmulet14"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 40, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueTwoHandMace6"] = { affix = "", "+(35-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyDex6"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueHelmetDex5"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrDex3_"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldStrInt6"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrDex2"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsDex6"] = { affix = "", "+(35-45) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueRing19"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBelt7"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBelt8"] = { affix = "", "+(75-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 63, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStr2"] = { affix = "", "+(12-20) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueDescentShield1"] = { affix = "", "+15 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueDescentHelmet1"] = { affix = "", "+10 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueWand4"] = { affix = "", "+(15-20) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeImplicitGlovesDemigods1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueOneHandAxe3"] = { affix = "", "+(10-15) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsStrDex3"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueGlovesDexInt5"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueHelmetStrDex5"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueGlovesStrDex4"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueQuiver3"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsDex7"] = { affix = "", "+(55-75) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueGlovesStr3"] = { affix = "", "+(60-75) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrDexInt1"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrInt5"] = { affix = "", "+(80-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsStr2"] = { affix = "", "+(150-200) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldDexInt1"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldDex5"] = { affix = "", "+(70-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrDex4"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueGlovesStrInt2"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldDex6"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueQuiver9"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBelt13"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrDex5"] = { affix = "", "+(160-200) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueRing28"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueAmulet19"] = { affix = "", "+(40-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 77, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueRing32"] = { affix = "", "+(0-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 82, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeFireResistUniqueBelt14"] = { affix = "", "+(70-85) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 65, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyDexInt3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueAmulet22"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 25, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStr6"] = { affix = "", "+(60-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrInt6"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueOneHandMace7"] = { affix = "", "+70 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldStr4"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldStr5"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsStr3_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldStrInt5"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__15"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__4"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__5"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__6"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueAmulet25"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__1"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__2"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique___7"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__8"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__9"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__10"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__11"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__12_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsDex9__"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__14"] = { affix = "", "+(45-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__13"] = { affix = "", "+(40-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__16"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__17"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__18"] = { affix = "", "+(35-45) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__19"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__20"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__21"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__22"] = { affix = "", "+(100-150) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__23"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__24"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__25"] = { affix = "", "+(25-35) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__26"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__27"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__28"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__29"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__30"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__31"] = { affix = "", "+(65-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__32"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__33"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__34"] = { affix = "", "+(200-240) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__35"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__36_"] = { affix = "", "+(40-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__37"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__38"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__39"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__40"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__41"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__42_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__43"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__44"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__45"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__46"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__47"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__48"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__49_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__50"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__51"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__52"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__53"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 75, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__54"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__55"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__56"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__57"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__58"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__59"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__60"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__61"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__62"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__63_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__64"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__65"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 81, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__66"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__67_"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__68_"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__69"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__70"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__71"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__72_"] = { affix = "", "+(100-120) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__73"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__74"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__75"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__76"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__77"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__78"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__79"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__80_"] = { affix = "", "+(20-60) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__81"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__82"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__83"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__84"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__85_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__86_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__87"] = { affix = "", "+23 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 25, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__88"] = { affix = "", "+(50-175) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__89"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__90"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__91"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__92_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__93"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__94"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__95"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__96__"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__97"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__98"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__99"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__100"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__101"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__102"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__103"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 77, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__104_"] = { affix = "", "+100 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__105"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__106_"] = { affix = "", "+(120-160) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__107"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__108"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__109_"] = { affix = "", "+(45-65) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__110"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__111__"] = { affix = "", "+(40-70) to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedManaImplicitRing1"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 2, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaImplicitArmour1"] = { affix = "", "+(20-25) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueAmulet1"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBow1"] = { affix = "", "+(80-100) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueTwoHandSword2"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueQuiver1"] = { affix = "", "+(10-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueQuiver1a"] = { affix = "", "+(10-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueDexHelmet1"] = { affix = "", "+(15-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueIntHelmet3"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueGlovesStr1"] = { affix = "", "(10-15)% reduced maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueHelmetInt4"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBootsInt4"] = { affix = "", "+20 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueShieldInt2"] = { affix = "", "+(15-25) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueDagger4"] = { affix = "", "+(40-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBodyInt5"] = { affix = "", "+6 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBootsInt5"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueGlovesInt3"] = { affix = "", "+(60-80) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueAmulet10"] = { affix = "", "+100 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueWand3"] = { affix = "", "+(40-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBelt5"] = { affix = "", "+(45-55) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueRing14"] = { affix = "", "+(25-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueHelmetStrInt3"] = { affix = "", "+(100-120) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueClaw7"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueRing20"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueHelmetDexInt3"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBodyDexInt2"] = { affix = "", "+(100-150) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueSceptre6"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueWand4"] = { affix = "", "+(15-20) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBootsStrDex4"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBootsStrDex3"] = { affix = "", "+(10-20) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueRing17"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueHelmetStrDex5_"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBodyInt9"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueRing29"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueHelmetInt8"] = { affix = "", "+(30-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueAmulet19"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueTwoHandAxe9"] = { affix = "", "+(100-150) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBodyStrInt6"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueOneHandMace7"] = { affix = "", "+70 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__3"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__1"] = { affix = "", "+(60-120) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__2"] = { affix = "", "+30 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__4"] = { affix = "", "+(80-120) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__5"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__6"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__7"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 24, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__8"] = { affix = "", "+(30-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__9"] = { affix = "", "+(50-80) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__10"] = { affix = "", "+(150-200) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__12"] = { affix = "", "+(20-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__13"] = { affix = "", "+(50-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__14"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__15"] = { affix = "", "+(1-75) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__16"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__17"] = { affix = "", "+(80-100) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__18"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__19"] = { affix = "", "+500 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__20_"] = { affix = "", "+(120-160) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__21"] = { affix = "", "+(40-70) to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedEnergyShieldImplicitBelt1"] = { affix = "", "+(9-20) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 2, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldImplicitBelt2"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 99, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueClaw1"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueDagger4"] = { affix = "", "+50 to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueGlovesInt6"] = { affix = "", "+15 to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldImplicitRing1"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 25, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueAmulet14"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 40, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueBelt5"] = { affix = "", "+(60-70) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 70, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueRing18"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 25, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueBodyStrDexInt1"] = { affix = "", "+(70-80) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueQuiver7"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueBelt11"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueRing27"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueRing35"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique___1"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__2"] = { affix = "", "+35 to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__3"] = { affix = "", "+(70-100) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__4"] = { affix = "", "+(75-80) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__5"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__6"] = { affix = "", "+250 to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__7"] = { affix = "", "+(80-120) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__8"] = { affix = "", "+(40-45) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__9"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__10"] = { affix = "", "+(60-70) to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBootsDex1"] = { affix = "", "+(100-150) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyInt5"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyInt9"] = { affix = "", "(200-220)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBootsDex8"] = { affix = "", "+(15-30) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetStrInt5_"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesStr4"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueShieldInt5"] = { affix = "", "+(70-90) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBootsDexInt4"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShiledUniqueBootsInt6"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergySheildUnique__1"] = { affix = "", "+(8-16) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergySheildUnique__2_"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__3"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique___4"] = { affix = "", "+20 to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__5"] = { affix = "", "+(40-50) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__6"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__7"] = { affix = "", "+(150-200) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__8"] = { affix = "", "+(110-130) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 65, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__9"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__10"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__11"] = { affix = "", "+(30-45) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__12"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__13_"] = { affix = "", "+40 to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__14"] = { affix = "", "+(50-80) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__15"] = { affix = "", "+(130-160) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__16"] = { affix = "", "+(90-110) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__17__"] = { affix = "", "+(30-50) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__18_"] = { affix = "", "+(64-96) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__19"] = { affix = "", "+(180-200) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__20"] = { affix = "", "+(15-50) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__21"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__22"] = { affix = "", "+(130-150) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__23"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__24_"] = { affix = "", "+(160-180) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__25"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__26"] = { affix = "", "+(40-80) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__27_"] = { affix = "", "+(50-90) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__28"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__29"] = { affix = "", "+(15-20) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__30__"] = { affix = "", "+(150-200) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__31"] = { affix = "", "+(30-60) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["AddedPhysicalDamageImplicitRing1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 2, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageImplicitRing2"] = { affix = "", "Adds (3-4) to (10-14) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 100, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageImplicitQuiver1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 7, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageImplicitQuiver6_"] = { affix = "", "1 to 4 Added Physical Damage with Bow Attacks", statOrderKey = "1430", statOrder = { 1430 }, level = 7, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageImplicitQuiverDescent"] = { affix = "", "1 to 4 Added Physical Damage with Bow Attacks", statOrderKey = "1430", statOrder = { 1430 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageImplicitQuiver11"] = { affix = "", "6 to 12 Added Physical Damage with Bow Attacks", statOrderKey = "1430", statOrder = { 1430 }, level = 35, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueBelt4"] = { affix = "", "Adds 5 to 15 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueBodyStr2"] = { affix = "", "Adds 2 to 4 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueBodyDex2"] = { affix = "", "Your Attacks deal -3 Physical Damage", statOrderKey = "1784", statOrder = { 1784 }, level = 1, group = "DewathsHidePhysicalDamageDealt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["AddedPhysicalDamageUniqueBodyDex4"] = { affix = "", "Adds 5 to 12 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueHelmetStr3"] = { affix = "", "Adds 40 to 60 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueRing8"] = { affix = "", "Adds 5 to 9 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Adds 20 to 30 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueQuiver3"] = { affix = "", "(10-14) to (19-24) Added Physical Damage with Bow Attacks", statOrderKey = "1430", statOrder = { 1430 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueQuiver8"] = { affix = "", "6 to 10 Added Physical Damage with Bow Attacks", statOrderKey = "1430", statOrder = { 1430 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueShieldDex6"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueJewel9"] = { affix = "", "Adds 3 to 7 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueQuiver9"] = { affix = "", "(8-10) to (14-16) Added Physical Damage with Bow Attacks", statOrderKey = "1430", statOrder = { 1430 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueShieldStrDex3"] = { affix = "", "Adds 4 to 8 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueRing37"] = { affix = "", "Adds (5-10) to (11-15) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueBootsStr3"] = { affix = "", "Adds (2-5) to (7-10) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique___1"] = { affix = "", "Adds 5 to 10 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueAmulet25"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__2"] = { affix = "", "Adds (5-15) to (25-50) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__3"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__4"] = { affix = "", "Adds 1 to (15-20) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__5"] = { affix = "", "Adds (3-6) to (10-12) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (4-10) to (14-36) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__7"] = { affix = "", "Adds (12-15) to (24-28) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__8"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__9_"] = { affix = "", "Adds (5-7) to (11-12) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__10"] = { affix = "", "Adds (13-18) to (26-32) Physical Damage to Attacks", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__1"] = { affix = "", "Adds (15-20) to (30-40) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueSceptre9"] = { affix = "", "Adds (8-13) to (26-31) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueTwoHandAxe3"] = { affix = "", "Adds 5 to 10 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueRapier2"] = { affix = "", "Adds 10 to 15 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "Adds 2 to 10 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueTwoHandMace6"] = { affix = "", "Adds (43-56) to (330-400) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueTwoHandMace7"] = { affix = "", "Adds 5 to 25 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword5"] = { affix = "", "Adds (60-70) to (71-80) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandAxe3"] = { affix = "", "Adds (10-15) to (25-30) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueTwoHandAxe7"] = { affix = "", "Adds (205-220) to (250-270) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueStaff7"] = { affix = "", "Adds (135-145) to (160-175) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDescentOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDescentClaw1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandAxe5"] = { affix = "", "Adds (11-14) to (18-23) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueBow7"] = { affix = "", "Adds (25-35) to (36-45) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueBow5"] = { affix = "", "Adds (15-20) to (25-30) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueTwoHandSword8"] = { affix = "", "Adds (65-75) to (100-110) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "Adds (5-10) to (15-23) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueSceptre10"] = { affix = "", "Adds (35-46) to (85-128) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "Adds (5-10) to (13-20) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueWand9"] = { affix = "", "Adds (5-8) to (13-17) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__6"] = { affix = "", "Adds (60-80) to (150-180) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__7"] = { affix = "", "Adds (50-70) to (135-165) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__8"] = { affix = "", "Adds (35-40) to (55-60) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__9"] = { affix = "", "Adds (24-30) to (34-40) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__10"] = { affix = "", "Adds (5-8) to (15-20) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__11"] = { affix = "", "Adds (30-38) to (40-50) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__12"] = { affix = "", "Adds (30-45) to (80-100) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__13"] = { affix = "", "Adds (25-35) to (50-65) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__14"] = { affix = "", "Adds (40-50) to (130-150) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__15"] = { affix = "", "Adds (90-115) to (230-260) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__16_"] = { affix = "", "Adds (15-30) to (70-95) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__17_"] = { affix = "", "Adds (10-20) to (30-35) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 50, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__18"] = { affix = "", "Adds (30-40) to (70-80) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 40, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__19"] = { affix = "", "Adds (15-25) to (50-60) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 45, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__20_"] = { affix = "", "Adds (10-20) to (30-40) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 46, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__21"] = { affix = "", "Adds (90-110) to (145-170) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__22"] = { affix = "", "Adds (110-125) to (245-265) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__23_"] = { affix = "", "Adds (35-50) to (100-125) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__24"] = { affix = "", "Adds (60-80) to (270-320) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__25"] = { affix = "", "Adds (8-13) to (20-30) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__26"] = { affix = "", "Adds (70-80) to (340-375) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__27"] = { affix = "", "Adds (80-115) to (150-205) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__28"] = { affix = "", "Adds (160-185) to (200-225) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__29___"] = { affix = "", "Adds (95-115) to (240-265) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__30_"] = { affix = "", "Adds (45-60) to (100-120) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__31"] = { affix = "", "Adds (220-240) to (270-300) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__32"] = { affix = "", "Adds (94-98) to (115-121) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 77, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__33_"] = { affix = "", "Adds (242-260) to (268-285) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 75, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__34"] = { affix = "", "Adds (11-14) to (17-21) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__35"] = { affix = "", "Adds (83-91) to (123-130) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__36"] = { affix = "", "Adds (70-85) to (110-118) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__37"] = { affix = "", "Adds (42-47) to (66-71) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhyiscalDamageUnique__38"] = { affix = "", "Adds (25-35) to (45-55) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 75, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhyiscalDamageUnique__39"] = { affix = "", "Adds (85-110) to (135-150) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhyiscalDamageUnique__40__"] = { affix = "", "Adds (16-22) to (40-45) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhyiscalDamageUnique__41_"] = { affix = "", "Adds (40-65) to (70-100) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedFireDamageImplicitQuiver1"] = { affix = "", "Adds 2 to 4 Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 2, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageImplicitQuiver10"] = { affix = "", "4 to 8 Added Fire Damage with Bow Attacks", statOrderKey = "1440", statOrder = { 1440 }, level = 28, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueQuiver1a"] = { affix = "", "5 to 10 Added Fire Damage with Bow Attacks", statOrderKey = "1440", statOrder = { 1440 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueBootsStrDex1"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueGlovesInt1"] = { affix = "", "Adds 4 to 8 Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueAmulet7"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueBodyInt5"] = { affix = "", "Adds 2 to 3 Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUniqueRing10"] = { affix = "", "Adds (8-15) to (20-28) Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueRing20"] = { affix = "", "Adds (20-25) to (30-50) Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUniqueBelt10"] = { affix = "", "Adds (7-8) to (15-16) Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueRing31"] = { affix = "", "Adds (8-10) to (12-14) Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUniqueRing28"] = { affix = "", "Adds (12-15) to (25-30) Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueShieldStr3"] = { affix = "", "Adds (12-15) to (30-35) Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUniqueShieldDemigods"] = { affix = "", "Adds 10 to 20 Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueRing36"] = { affix = "", "Adds (8-12) to (20-30) Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUnique__1_"] = { affix = "", "Adds (16-20) to (25-30) Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUnique__2"] = { affix = "", "Adds (19-22) to (30-35) Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUnique__3"] = { affix = "", "Adds (25-30) to (40-45) Fire Damage to Spells and Attacks", statOrderKey = "794", statOrder = { 794 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUnique__4"] = { affix = "", "Adds 40 to 75 Fire Damage to Attacks", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedColdDamageImplicitQuiver1"] = { affix = "", "Adds 2 to 3 Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 2, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueBodyDex1"] = { affix = "", "(105-145) to (160-200) Added Cold Damage with Bow Attacks", statOrderKey = "1448", statOrder = { 1448 }, level = 47, group = "SpecificWeaponColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueDexHelmet1"] = { affix = "", "Adds 6 to 12 Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 15, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueBodyInt5"] = { affix = "", "Adds 2 to 3 Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageUniqueBow9"] = { affix = "", "Adds (48-60) to (72-90) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueRing18"] = { affix = "", "Adds (20-25) to (30-50) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageUniqueBelt10"] = { affix = "", "Adds (5-6) to (12-14) Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueRing30"] = { affix = "", "Adds (7-10) to (15-20) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageUniqueGlovesStrInt3_"] = { affix = "", "Adds (30-36) to (44-50) Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueShieldStrDex3"] = { affix = "", "Adds 12 to 15 Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__2"] = { affix = "", "Adds (16-20) to (25-30) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageUnique__3"] = { affix = "", "Adds (19-22) to (30-35) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageUnique__4"] = { affix = "", "Adds (25-30) to (40-45) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageUnique__5"] = { affix = "", "Adds (26-32) to (42-48) Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__6"] = { affix = "", "Adds (12-15) to (25-30) Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__7"] = { affix = "", "Adds (30-40) to (80-100) Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__8"] = { affix = "", "Adds (11-15) to (23-28) Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__9"] = { affix = "", "Adds 30 to 65 Cold Damage to Attacks", statOrderKey = "791", statOrder = { 791 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__10"] = { affix = "", "Adds (15-20) to (25-35) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedLightningDamageImplicitQuiver1"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 2, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueHelmetStrInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageUniqueBootsStrInt1"] = { affix = "", "Adds 1 to 120 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueGlovesInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueGlovesDexInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueDagger3"] = { affix = "", "Adds 3 to 30 Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLocalLightningDamageUniqueClaw1"] = { affix = "", "Adds 1 to 200 Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBow8"] = { affix = "", "Adds 1 to 85 Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBodyInt5_"] = { affix = "", "Adds 1 to 4 Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageUniqueGlovesDexInt3"] = { affix = "", "Adds 1 to 100 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBodyInt8"] = { affix = "", "Adds 1 to 40 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBow9"] = { affix = "", "Adds 1 to (120-150) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBodyStrDex2"] = { affix = "", "Adds 1 to (20-30) Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueRing19"] = { affix = "", "Adds 1 to (50-70) Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 25, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageUniqueBelt10"] = { affix = "", "Adds 1 to (30-34) Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBelt12"] = { affix = "", "Adds 1 to (30-50) Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 55, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUniqueOneHandSword6"] = { affix = "", "Adds 1 to (550-650) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUnique__1"] = { affix = "", "Adds (1-3) to (42-47) Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageUnique__3"] = { affix = "", "Adds 10 to 130 Lightning Damage to Attacks", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedChaosDamageUniqueRing1"] = { affix = "", "Adds 1 to 3 Chaos Damage to Attacks", statOrderKey = "806", statOrder = { 806 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUniqueBootsStrDex4"] = { affix = "", "Adds (6-9) to (12-16) Chaos Damage to Attacks", statOrderKey = "806", statOrder = { 806 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUniqueBootsStrInt2"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks", statOrderKey = "806", statOrder = { 806 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUniqueQuiver7"] = { affix = "", "Adds (13-18) to (26-32) Chaos Damage to Attacks", statOrderKey = "806", statOrder = { 806 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUniqueAmulet23"] = { affix = "", "Adds 19 to 43 Chaos Damage to Attacks", statOrderKey = "806", statOrder = { 806 }, level = 25, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUniqueBow12"] = { affix = "", "Adds (50-80) to (130-180) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUnique__1"] = { affix = "", "Adds 12 to 24 Chaos Damage to Attacks", statOrderKey = "806", statOrder = { 806 }, level = 25, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LifeLeechUniqueRing2"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueRing2"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechImplicitClaw1"] = { affix = "", "8% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadImplicitClaw1"] = { affix = "", "1.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechImplicitClaw2"] = { affix = "", "10% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadImplicitClaw2"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueTwoHandMace1"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueTwoHandMace1"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueGlovesStrDex1"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueGlovesStrDex1"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueBelt1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueShieldDex2"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueShieldDex2"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueAmulet9"] = { affix = "", "(6-10)% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueAmulet9"] = { affix = "", "(1.2-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueTwoHandAxe4"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueTwoHandAxe4"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueClaw3"] = { affix = "", "6% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueClaw3"] = { affix = "", "1.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueClaw6"] = { affix = "", "15% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueClaw6"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueRing12"] = { affix = "", "(3-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueRing12"] = { affix = "", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueHelmetInt7"] = { affix = "", "(2-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueHelmetInt7"] = { affix = "", "(0.4-0.8)% of Attack Damage Leeched as Life", statOrderKey = "1061", statOrder = { 1061 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeLeechUniqueBodyStr3"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueBodyStr3"] = { affix = "", "1% of Attack Damage Leeched as Life", statOrderKey = "1061", statOrder = { 1061 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeLeechUniqueBodyStrDex3"] = { affix = "", "(2-3)% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueBodyStrDex3"] = { affix = "", "(0.4-0.6)% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueBodyStrInt5"] = { affix = "", "(4-5)% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueBodyStrInt5"] = { affix = "", "(0.8-1)% of Attack Damage Leeched as Life", statOrderKey = "1061", statOrder = { 1061 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeLeechUniqueShieldDex5"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueShieldDex5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueHelmetDexInt6"] = { affix = "", "(0.4-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUnique__2"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUnique__3"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriad__1"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUnique__4"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUnique__5"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUnique__6"] = { affix = "", "(0.8-1)% of Physical Attack Damage Leeched as Life", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["AxeBonus1"] = { affix = "Butcher's", "5% increased Physical Damage with Axes", "2% increased Attack Speed with Axes", "3% increased Accuracy Rating with Axes", statOrderKey = "728,837,854", statOrder = { 728, 837, 854 }, level = 6, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["StaffBonus1"] = { affix = "Monk's", "5% increased Physical Damage with Staves", "2% increased Attack Speed with Staves", "3% increased Accuracy Rating with Staves", statOrderKey = "732,838,855", statOrder = { 732, 838, 855 }, level = 8, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["ClawBonus1"] = { affix = "Feline", "5% increased Physical Damage with Claws", "2% increased Attack Speed with Claws", "3% increased Accuracy Rating with Claws", statOrderKey = "740,839,856", statOrder = { 740, 839, 856 }, level = 10, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["DaggerBonus1"] = { affix = "Assassin's", "5% increased Physical Damage with Daggers", "2% increased Attack Speed with Daggers", "3% increased Accuracy Rating with Daggers", statOrderKey = "746,840,857", statOrder = { 746, 840, 857 }, level = 7, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["MaceBonus1"] = { affix = "Crusher's", "5% increased Physical Damage with Maces or Sceptres", "2% increased Attack Speed with Maces or Sceptres", "3% increased Accuracy Rating with Maces or Sceptres", statOrderKey = "752,841,858", statOrder = { 752, 841, 858 }, level = 5, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["BowBonus1"] = { affix = "Archer's", "5% increased Physical Damage with Bows", "2% increased Attack Speed with Bows", "3% increased Accuracy Rating with Bows", statOrderKey = "758,842,859", statOrder = { 758, 842, 859 }, level = 3, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["SwordBonus1"] = { affix = "Blademaster's", "5% increased Physical Damage with Swords", "2% increased Attack Speed with Swords", "3% increased Accuracy Rating with Swords", statOrderKey = "763,843,860", statOrder = { 763, 843, 860 }, level = 2, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["WandBonus1"] = { affix = "Magician's", "5% increased Physical Damage with Wands", "2% increased Attack Speed with Wands", "3% increased Accuracy Rating with Wands", statOrderKey = "770,844,861", statOrder = { 770, 844, 861 }, level = 4, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["AccuracyPercentImplicitSword1"] = { affix = "", "40% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyPercentImplicitSword2"] = { affix = "", "30% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyPercentImplicit2HSword1"] = { affix = "", "60% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyPercentImplicit2HSword2_"] = { affix = "", "45% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyPercentUniqueBow5"] = { affix = "", "(15-30)% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyPercentUniqueClaw9"] = { affix = "", "15% reduced Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyPercentUnique__1"] = { affix = "", "100% reduced Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StaffBlockPercentImplicitStaff1"] = { affix = "", "+18% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentImplicitStaff2"] = { affix = "", "+20% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentImplicitStaff3"] = { affix = "", "+25% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUniqueStaff7"] = { affix = "", "+6% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUniqueStaff9"] = { affix = "", "+12% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUnique__1"] = { affix = "", "+15% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 36, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUnique__2_"] = { affix = "", "+10% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUnique__3"] = { affix = "", "+(12-16)% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUnique__4_"] = { affix = "", "+5% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUnique__5"] = { affix = "", "+15% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffSpellBlockPercentImplicitStaff__1"] = { affix = "", "+20% Chance to Block Spell Damage while wielding a Staff", statOrderKey = "590", statOrder = { 590 }, level = 1, group = "StaffSpellBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentUniqueHelmetStrDex4"] = { affix = "", "6% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentUniqueAmulet16"] = { affix = "", "8% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentUniqueDescentStaff1"] = { affix = "", "16% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentUniqueQuiver4"] = { affix = "", "(20-24)% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 35, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentMarakethDaggerImplicit1"] = { affix = "", "4% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentMarakethDaggerImplicit2_"] = { affix = "", "6% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentUnique__1"] = { affix = "", "(8-12)% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ElementalDamagePercentImplicitSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptre2"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptre3"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew1"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew2"] = { affix = "", "12% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew3"] = { affix = "", "12% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew4"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew5"] = { affix = "", "14% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew6"] = { affix = "", "16% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew7"] = { affix = "", "16% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew8"] = { affix = "", "22% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew9"] = { affix = "", "18% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew10"] = { affix = "", "18% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew11"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew12___"] = { affix = "", "22% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew13"] = { affix = "", "24% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew14"] = { affix = "", "24% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew15"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew16"] = { affix = "", "26% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew17"] = { affix = "", "26% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew18"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew19"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew20"] = { affix = "", "32% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew21__"] = { affix = "", "32% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew22"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitAtlasRing_"] = { affix = "", "(15-25)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 100, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentUnique__1"] = { affix = "", "(15-50)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentUnique__2"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["IncreasedPhysicalDamagePercentImplicitBelt1"] = { affix = "", "(12-24)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 2, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe1"] = { affix = "", "8% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe2"] = { affix = "", "12% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueRing1"] = { affix = "", "5% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueHelmetStr1"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueQuiver2"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 7, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueBelt2"] = { affix = "", "(25-40)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueShieldStrDex1"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueHelmetStrDex2"] = { affix = "", "10% reduced Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueGlovesStr2"] = { affix = "", "10% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueBelt9d"] = { affix = "", "(20-30)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueDescentClaw1"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueShieldDexInt1"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueBelt13"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueJewel9"] = { affix = "", "10% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueBootsDexInt4"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueSwordImplicit1"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__1"] = { affix = "", "(8-12)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__2"] = { affix = "", "(8-12)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__3"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 55, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__4"] = { affix = "", "100% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__5"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__6"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__7"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword2"] = { affix = "", "150% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1"] = { affix = "", "50% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow1"] = { affix = "", "(150-175)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow3"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace1"] = { affix = "", "(140-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace2"] = { affix = "", "200% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword1"] = { affix = "", "(120-150)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDagger2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe2"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword3"] = { affix = "", "(180-220)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueRapier1"] = { affix = "", "(250-300)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueWand1"] = { affix = "", "(250-275)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace3"] = { affix = "", "(200-230)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDagger3"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace1"] = { affix = "", "(50-75)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow4"] = { affix = "", "30% less Damage", statOrderKey = "1774", statOrder = { 1774 }, level = 1, group = "QuillRainWeaponDamageFinalPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow5"] = { affix = "", "(130-150)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace4"] = { affix = "", "150% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow6"] = { affix = "", "(200-260)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow7"] = { affix = "", "(110-125)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw1"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueSceptre1"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw2"] = { affix = "", "(75-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe4"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw3"] = { affix = "", "(150-170)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5"] = { affix = "", "(200-220)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueRapier2"] = { affix = "", "(120-150)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw5"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw6"] = { affix = "", "(100-120)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalReducedPhysicalDamagePercentUniqueBow8"] = { affix = "", "No Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword4"] = { affix = "", "(250-300)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe5"] = { affix = "", "(120-160)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword5"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueSceptre5"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow10"] = { affix = "", "(50-70)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace7"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1"] = { affix = "", "100% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDescentBow1"] = { affix = "", "100% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace3"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDagger9"] = { affix = "", "(250-270)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8"] = { affix = "", "(230-260)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe5"] = { affix = "", "(130-150)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword7"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe8"] = { affix = "", "(120-140)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8"] = { affix = "", "(30-50)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueStaff9"] = { affix = "", "100% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueSceptre9"] = { affix = "", "20% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueOneHandMace4"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueOneHandSceptre10"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "(80-95)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueClaw8"] = { affix = "", "(160-180)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueWand9"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9"] = { affix = "", "(170-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDagger11"] = { affix = "", "(50-70)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDagger12"] = { affix = "", "(20-40)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique13"] = { affix = "", "(120-160)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe8"] = { affix = "", "(30-50)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword12"] = { affix = "", "(20-50)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword13"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace6"] = { affix = "", "(300-360)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7"] = { affix = "", "(160-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace8"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueStaff14"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueSceptre2"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace8"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__1"] = { affix = "", "(110-130)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__2"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhyiscalDamagePercentUnique__3"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__4"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__5"] = { affix = "", "(140-160)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__6"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__7"] = { affix = "", "(130-160)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__8"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__9"] = { affix = "", "(170-190)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__10"] = { affix = "", "(100-120)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__11_"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__12"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__13"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__14"] = { affix = "", "(35-50)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__15"] = { affix = "", "(50-75)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__16"] = { affix = "", "(260-310)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__17_"] = { affix = "", "(170-190)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__18"] = { affix = "", "(220-250)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__19"] = { affix = "", "(200-300)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__20"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__21"] = { affix = "", "(70-90)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__22"] = { affix = "", "(140-170)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__23"] = { affix = "", "(200-240)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__24"] = { affix = "", "(280-320)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__25"] = { affix = "", "(170-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__26"] = { affix = "", "100% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__27"] = { affix = "", "(140-160)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__28__"] = { affix = "", "(150-170)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__29"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__30"] = { affix = "", "(185-215)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__31"] = { affix = "", "(180-220)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__32"] = { affix = "", "(30-60)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__33"] = { affix = "", "(140-152)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__34___"] = { affix = "", "(180-210)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__35"] = { affix = "", "(180-210)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__36_"] = { affix = "", "(140-170)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__37__"] = { affix = "", "(40-50)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__38"] = { affix = "", "(265-330)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__39"] = { affix = "", "(140-175)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__40"] = { affix = "", "(200-250)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__41___"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__42"] = { affix = "", "(230-260)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__43"] = { affix = "", "(200-250)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalReducedPhysicalDamagePercentUniqueTwoHandSword6"] = { affix = "", "No Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalReducedPhysicalDamagePercentUniqueWand6"] = { affix = "", "No Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalReducedPhysicalDamagePercentUniqueOneHandSword7"] = { affix = "", "No Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalReducedPhysicalDamagePercentUnique__1"] = { affix = "", "No Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalReducedPhysicalDamagePercentUnique__2"] = { affix = "", "No Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["IncreasedPhysicalDamagePercentOnLowLifeUniqueOneHandSword1"] = { affix = "", "100% increased Damage when on Low Life", statOrderKey = "644", statOrder = { 644 }, level = 1, group = "PhysicalDamagePercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ReducedPhysicalDamagePercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "50% reduced Damage when on Low Life", statOrderKey = "644", statOrder = { 644 }, level = 1, group = "PhysicalDamagePercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LocalAddedPhysicalDamageUniqueBow1"] = { affix = "", "Adds (6-12) to (20-32) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueTwoHandMace3"] = { affix = "", "Adds 30 to 40 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueClaw3"] = { affix = "", "Adds 10 to 12 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageOneHandAxe1"] = { affix = "", "Adds 10 to 20 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDescentDagger1"] = { affix = "", "Adds 1 to 4 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDescentOneHandAxe1"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDescentStaff1"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDagger2"] = { affix = "", "Adds 12 to 24 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDagger8"] = { affix = "", "Adds (50-60) to (120-140) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueSceptre7"] = { affix = "", "Adds (65-85) to (100-160) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword9"] = { affix = "", "Adds (30-50) to (65-80) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword10"] = { affix = "", "Adds (3-6) to (33-66) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueBow11"] = { affix = "", "Adds (12-16) to (20-24) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDagger11"] = { affix = "", "Adds (1-2) to (3-5) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDagger12"] = { affix = "", "Adds (3-6) to (9-13) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueClaw9"] = { affix = "", "Adds (2-6) to (16-22) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandAxe7"] = { affix = "", "Adds (5-15) to (20-25) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandAxe8"] = { affix = "", "Adds (5-9) to (13-17) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword12"] = { affix = "", "Adds (3-4) to (5-8) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword13"] = { affix = "", "Adds (5-8) to (10-14) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandMace8"] = { affix = "", "Adds 10 to 15 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique14"] = { affix = "", "Adds (10-16) to (12-30) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage__1"] = { affix = "", "Adds (7-10) to (15-25) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__2_"] = { affix = "", "Adds (25-50) to (85-125) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__3"] = { affix = "", "Adds 20 to 50 Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__4"] = { affix = "", "Adds (18-22) to (36-44) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__5"] = { affix = "", "Adds (8-12) to (16-24) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (26-32) to (36-42) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__7_"] = { affix = "", "Adds (75-92) to (125-154) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueBodyStrInt1"] = { affix = "", "60% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueIntHelmet1"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueBootsInt1"] = { affix = "", "+(10-16) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueShieldInt1"] = { affix = "", "(120-160)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueShieldInt2"] = { affix = "", "(40-80)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueBodyInt8"] = { affix = "", "(125-150)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBootsInt2"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesInt1"] = { affix = "", "+18 to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesInt2"] = { affix = "", "+32 to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetInt4"] = { affix = "", "(180-200)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBootsInt4"] = { affix = "", "(40-60)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyInt1"] = { affix = "", "(100-150)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyInt3"] = { affix = "", "(210-250)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyInt4"] = { affix = "", "(120-160)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueBootsInt5"] = { affix = "", "(140-180)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyInt7"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesInt4"] = { affix = "", "(40-60)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesInt5"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesInt6"] = { affix = "", "(180-250)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesDexInt3"] = { affix = "", "+(25-30) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetInt5_"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetInt6"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetInt7"] = { affix = "", "(120-150)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueShieldInt3"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyStrDexInt1g"] = { affix = "", "(270-300)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetInt10"] = { affix = "", "(130-170)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueBootsInt6"] = { affix = "", "(50-80)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent__1"] = { affix = "", "(250-300)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent__2"] = { affix = "", "(210-250)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent___3"] = { affix = "", "(110-130)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique___4_"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(150-200)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__6"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__7"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__8"] = { affix = "", "(475-600)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__9"] = { affix = "", "(240-260)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__10"] = { affix = "", "(150-180)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__11"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__12"] = { affix = "", "(120-150)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__13"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__14"] = { affix = "", "(130-150)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__15_"] = { affix = "", "(200-250)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__16"] = { affix = "", "(150-180)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__17"] = { affix = "", "(120-140)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 84, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__18"] = { affix = "", "(220-250)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 82, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__19"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__20_"] = { affix = "", "(100-130)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__21"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__22"] = { affix = "", "(200-230)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__23"] = { affix = "", "(240-280)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__24"] = { affix = "", "(180-230)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__25_"] = { affix = "", "(200-250)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__26"] = { affix = "", "(60-80)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__27"] = { affix = "", "(80-120)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__28__"] = { affix = "", "(100-150)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__29"] = { affix = "", "(80-130)% increased Energy Shield", statOrderKey = "964", statOrder = { 964 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercentUniqueOneHandSword2"] = { affix = "", "(40-50)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrInt1"] = { affix = "", "60% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr1"] = { affix = "", "+(15-25) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr1"] = { affix = "", "(50-80)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr1"] = { affix = "", "+(10-20) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr2"] = { affix = "", "(40-60)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr2"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr3"] = { affix = "", "(120-150)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr3"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStrDex3"] = { affix = "", "+(200-300) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr3"] = { affix = "", "(180-220)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStrDex2"] = { affix = "", "+(5-10) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2"] = { affix = "", "+(180-220) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr5"] = { affix = "", "+(400-600) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueGlovesStr3"] = { affix = "", "(200-220)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStrDexInt1a"] = { affix = "", "(380-420)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueHelmetStrDex6"] = { affix = "", "(100-150)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBootsStr3"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(100-140)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique6"] = { affix = "", "(90-140)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique7"] = { affix = "", "(120-180)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique8_"] = { affix = "", "(90-150)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__2"] = { affix = "", "+(120-160) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__3"] = { affix = "", "(600-650)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__4"] = { affix = "", "(120-160)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__5"] = { affix = "", "(130-170)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__7"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__8"] = { affix = "", "(50-100)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__10"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__11"] = { affix = "", "(130-150)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__12"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__15"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__16"] = { affix = "", "(300-350)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__17"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__18"] = { affix = "", "(150-180)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__19"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__20"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__21"] = { affix = "", "(50-80)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__22"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__23"] = { affix = "", "(120-150)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingTransformedUnique__1"] = { affix = "", "+2000 to Armour", statOrderKey = "944", statOrder = { 944 }, level = 38, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUnique__1"] = { affix = "", "+(100-120) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUnique__2"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex1"] = { affix = "", "(140-220)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueDexHelmet2"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1"] = { affix = "", "(80-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex1"] = { affix = "", "+(40-50) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueShieldDex1"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDex1"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDex3"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex2"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex3"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex4"] = { affix = "", "(50-70)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex3"] = { affix = "", "+(30-50) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueShieldDex3"] = { affix = "", "(180-200)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex2"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex5"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex5"] = { affix = "", "(200-250)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex6"] = { affix = "", "150% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUniqueBodyDex6"] = { affix = "", "+(240-380) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex6"] = { affix = "", "(200-240)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDex5"] = { affix = "", "+(20-30) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3"] = { affix = "", "(160-200)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDex6"] = { affix = "", "(160-200)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex4"] = { affix = "", "+(40-60) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUniqueBodyDex7"] = { affix = "", "+(120-180) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUnique__1"] = { affix = "", "+(100-150) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUnique__2"] = { affix = "", "+(600-700) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUnique__3"] = { affix = "", "+(400-500) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUnique__4"] = { affix = "", "+(350-500) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUnique__5"] = { affix = "", "+(80-120) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueShieldDex4"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueGlovesDexInt5"] = { affix = "", "(150-180)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDex7"] = { affix = "", "180% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyStrDexInt1c"] = { affix = "", "(380-420)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueShieldDex5"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex5"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvationRatingPercentUniqueBootsDex9"] = { affix = "", "(20-40)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__1"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__2"] = { affix = "", "(120-160)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__3"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__4"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__5"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__6"] = { affix = "", "(320-380)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__7"] = { affix = "", "(100-130)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__8"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__9"] = { affix = "", "(130-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__10"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__11"] = { affix = "", "(450-500)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__12"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__13"] = { affix = "", "(110-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__14"] = { affix = "", "(120-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__15_"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__16"] = { affix = "", "(60-120)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__17"] = { affix = "", "(120-150)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__18"] = { affix = "", "(170-250)% increased Evasion Rating", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt1"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt1"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2"] = { affix = "", "(60-80)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt1"] = { affix = "", "(20-60)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2"] = { affix = "", "(180-220)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt3"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt4"] = { affix = "", "(300-400)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5"] = { affix = "", "(80-100)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt3"] = { affix = "", "(140-160)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt4"] = { affix = "", "(120-140)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt6"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1e"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1h"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt5"] = { affix = "", "(220-240)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt3"] = { affix = "", "(160-180)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergySheildUniqueGlovesStrInt2"] = { affix = "", "(150-180)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt5"] = { affix = "", "(60-100)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt6"] = { affix = "", "(70-80)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__1"] = { affix = "", "(120-180)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt6"] = { affix = "", "(150-170)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__2"] = { affix = "", "(50-75)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__3"] = { affix = "", "(140-190)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__4"] = { affix = "", "200% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__5"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__6"] = { affix = "", "(240-300)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__7"] = { affix = "", "(60-140)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__8"] = { affix = "", "(200-250)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__9_"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__10_"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__11"] = { affix = "", "(150-190)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__12"] = { affix = "", "(140-220)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__13_"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__14"] = { affix = "", "(250-300)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__15"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__16"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__17_"] = { affix = "", "(100-140)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__18_"] = { affix = "", "(200-250)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__19"] = { affix = "", "333% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__20"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__21"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__22"] = { affix = "", "(300-400)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__23_"] = { affix = "", "(70-130)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__24"] = { affix = "", "(120-160)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__25"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueStrDexHelmet1"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex2"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex1"] = { affix = "", "(100-120)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex2"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex4"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueBootsStrDex3"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex2"] = { affix = "", "(90-120)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex5"] = { affix = "", "(60-80)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex4"] = { affix = "", "(120-140)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueBodyStrDexInt1b"] = { affix = "", "(200-220)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex4"] = { affix = "", "(160-200)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex5"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex5"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex6"] = { affix = "", "(90-110)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex3"] = { affix = "", "(90-130)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__1"] = { affix = "", "(120-160)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__2"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__3_"] = { affix = "", "(40-70)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__4"] = { affix = "", "(200-250)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__5_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__6"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__7"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__8_"] = { affix = "", "(100-140)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__9"] = { affix = "", "(170-200)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__10_"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__11"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__12"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__13"] = { affix = "", "(150-300)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__14"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__15_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__16__"] = { affix = "", "(300-400)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__17_"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__18"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrderKey = "958", statOrder = { 958 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt1"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt3"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt2"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1d"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1f"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "(245-280)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueGlovesDexInt6"] = { affix = "", "(100-130)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt3"] = { affix = "", "(220-250)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt6"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "(120-140)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__2"] = { affix = "", "(90-110)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__3"] = { affix = "", "(230-260)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__4"] = { affix = "", "(140-170)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__5"] = { affix = "", "(140-180)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__6_"] = { affix = "", "(100-120)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__7"] = { affix = "", "(130-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__8"] = { affix = "", "(80-100)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__9"] = { affix = "", "(500-600)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__10"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__11_"] = { affix = "", "(160-180)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__12"] = { affix = "", "(180-220)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__13"] = { affix = "", "(120-170)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__14"] = { affix = "", "(160-200)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__15"] = { affix = "", "(260-300)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__16"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__17"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__18"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__19___"] = { affix = "", "(250-300)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__20"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__21_"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__22"] = { affix = "", "(140-180)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__23"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__24"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__25"] = { affix = "", "(400-500)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__26"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__27"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__28"] = { affix = "", "(80-120)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__29"] = { affix = "", "(350-400)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__30_"] = { affix = "", "(500-600)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__31"] = { affix = "", "(100-140)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__32_"] = { affix = "", "(160-220)% increased Evasion and Energy Shield", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedArmourEvasionEnergyShieldUnique__1_"] = { affix = "", "(250-350)% increased Armour, Evasion and Energy Shield", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueHelmetInt2"] = { affix = "", "+(30-50) to maximum Energy Shield", "(10-15)% increased Stun and Block Recovery", statOrderKey = "963,1270", statOrder = { 963, 1270 }, level = 1, group = "IncreasedEnergyShieldAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3"] = { affix = "", "(100-140)% increased Energy Shield", "(10-15)% increased Stun and Block Recovery", statOrderKey = "964,1270", statOrder = { 964, 1270 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUnique__1"] = { affix = "", "+(100-120) to maximum Energy Shield", "(30-40)% increased Stun and Block Recovery", statOrderKey = "963,1270", statOrder = { 963, 1270 }, level = 1, group = "IncreasedEnergyShieldAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecoveryUniqueStrHelmet2"] = { affix = "", "(100-120)% increased Armour", "10% increased Stun and Block Recovery", statOrderKey = "946,1270", statOrder = { 946, 1270 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1"] = { affix = "", "(200-250)% increased Armour", "20% increased Stun and Block Recovery", statOrderKey = "946,1270", statOrder = { 946, 1270 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedEvasionPercentAndStunRecoveryUniqueDexHelmet1"] = { affix = "", "70% increased Evasion Rating", "15% increased Stun and Block Recovery", statOrderKey = "955,1270", statOrder = { 955, 1270 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalAddedFireDamageUniqueTwoHandAxe1"] = { affix = "", "Adds (16-21) to (32-38) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 37, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueRapier1"] = { affix = "", "Adds 3 to 7 Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueBow6"] = { affix = "", "Adds 25 to 50 Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueTwoHandSword6"] = { affix = "", "Adds (425-475) to (550-600) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueDescentOneHandMace1"] = { affix = "", "Adds 3 to 6 Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueStaff13"] = { affix = "", "Adds (10-15) to (20-25) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueOneHandAxe7"] = { affix = "", "Adds (5-15) to (20-25) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__2"] = { affix = "", "Adds (10-14) to (18-22) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__3"] = { affix = "", "Adds (315-360) to (450-540) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__4"] = { affix = "", "Adds (223-250) to (264-280) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__5__"] = { affix = "", "Adds (130-160) to (220-240) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__6"] = { affix = "", "Adds (30-45) to (60-80) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageImplicitE1_"] = { affix = "", "Adds (40-48) to (60-72) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 30, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageImplicitE2_"] = { affix = "", "Adds (70-84) to (110-124) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 50, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageImplicitE3_"] = { affix = "", "Adds (105-116) to (160-172) Fire Damage", statOrderKey = "785", statOrder = { 785 }, level = 70, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedColdDamageUniqueTwoHandMace2"] = { affix = "", "Adds 11 to 23 Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 19, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueTwoHandSword2"] = { affix = "", "Adds 35 to 70 Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 18, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueClaw5"] = { affix = "", "Adds 25 to 50 Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueDescentOneHandAxe1"] = { affix = "", "Adds 2 to 4 Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueOneHandMace4_"] = { affix = "", "Adds (10-20) to (30-50) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueStaff13"] = { affix = "", "Adds (10-15) to (20-25) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueStaff14"] = { affix = "", "Adds (25-35) to (45-60) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__2"] = { affix = "", "Adds (26-32) to (36-42) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__3"] = { affix = "", "Adds (30-38) to (40-50) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__4"] = { affix = "", "Adds (120-140) to (180-210) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__5"] = { affix = "", "Adds (80-100) to (160-200) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__6_"] = { affix = "", "Adds (310-350) to (460-500) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__7"] = { affix = "", "Adds (160-190) to (280-320) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__8"] = { affix = "", "Adds (130-150) to (270-300) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__9_"] = { affix = "", "Adds (385-440) to (490-545) Cold Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedLightningDamageUniqueOneHandSword3"] = { affix = "", "Adds 1 to (210-250) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUniqueBow10"] = { affix = "", "Adds 1 to (275-325) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUniqueDescentTwoHandSword1_"] = { affix = "", "Adds 1 to 9 Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUniqueOneHandSword7"] = { affix = "", "Adds 1 to (40-50) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUniqueStaff14"] = { affix = "", "Adds (1-10) to (70-90) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUnique__2"] = { affix = "", "Adds 1 to (35-45) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (45-55) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (50-60) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUnique__5"] = { affix = "", "Adds 1 to (60-70) Lightning Damage", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["IncreasedPhysicalDamageReductionRatingPercentUniqueJewel50"] = { affix = "", "(15-20)% increased Armour", statOrderKey = "945", statOrder = { 945 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(10-15)% increased Armour", statOrderKey = "945", statOrder = { 945 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedEvasionRatingPercentUnique__1_"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingPercentUnique__2"] = { affix = "", "(15-25)% increased Evasion Rating", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEnergyShieldPercentUniqueJewel51"] = { affix = "", "(3-6)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercentUnique__1"] = { affix = "", "20% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercentUnique__2_"] = { affix = "", "(4-6)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercentUnique__3"] = { affix = "", "(6-10)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercentUnique__4"] = { affix = "", "5% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(6-10)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldPercentUniqueAmulet13"] = { affix = "", "50% reduced maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 20, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldPercentUniqueRing16"] = { affix = "", "(5-10)% reduced maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEvasionRatingUniqueQuiver1"] = { affix = "", "+(80-100) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueAmulet7"] = { affix = "", "+(100-150) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueRapier1"] = { affix = "", "+(20-40) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueOneHandSword4"] = { affix = "", "+(400-500) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueAmulet17"] = { affix = "", "+(80-100) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueQuiver3_"] = { affix = "", "+350 to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueOneHandSword9"] = { affix = "", "+(180-200) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueRing30"] = { affix = "", "+(200-300) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUnique___1"] = { affix = "", "+110 to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUnique__2"] = { affix = "", "+300 to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUnique__3"] = { affix = "", "+(1000-1500) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUnique__4"] = { affix = "", "+(300-500) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUnique__5_"] = { affix = "", "+(600-700) to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUniqueBodyInt5"] = { affix = "", "+(10-20) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUniqueBootsDex8"] = { affix = "", "+(30-50) to Evasion Rating", statOrderKey = "953", statOrder = { 953 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUniqueRing12"] = { affix = "", "+(260-300) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUniqueAmulet16"] = { affix = "", "+(400-500) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUniqueQuiver4"] = { affix = "", "+(400-450) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUniqueBelt9"] = { affix = "", "+(300-350) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUniqueJewel9"] = { affix = "", "+50 to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__1"] = { affix = "", "+(450-500) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__3"] = { affix = "", "+(400-500) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__2"] = { affix = "", "+(260-300) to Armour", statOrderKey = "944", statOrder = { 944 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__4"] = { affix = "", "+(350-400) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__5"] = { affix = "", "+(180-200) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__6_"] = { affix = "", "+(800-1200) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__7"] = { affix = "", "+(600-700) to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["MovementVelocityMarakethBowImplicit1"] = { affix = "", "6% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityMarakethBowImplicit2"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityImplicitShield1"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityImplicitShield2"] = { affix = "", "6% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityImplicitShield3"] = { affix = "", "9% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueTwoHandSword1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueAmulet5"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueIntHelmet2"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsInt1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrDex1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsInt2"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDexInt1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStr1"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueGlovesStrDex2"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueShieldStr1"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityImplicitArmour1"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueTwoHandSword3"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueHelmetStrDex2"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueTwoHandMace3"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDex1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDex2"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsInt4"] = { affix = "", "(5-15)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBow7"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBodyDex4"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueHelmetStrDex1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueClaw3"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBodyDex5"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsInt5"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueHelmetDex6"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueHelmetInt6"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVeolcityUniqueAmulet12"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVeolcityUniqueBootsDex4"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVeolcityUniqueBodyDex6"] = { affix = "", "25% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVeolcityUniqueBootsDemigods1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique___6"] = { affix = "", "50% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDexInt2"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityDescent2Boots1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrDex4"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBodyDex7"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrDex3"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueOneHandAxe3"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrInt2_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDex7"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueOneHandSword9"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrInt3"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityVictorAmulet"] = { affix = "", "(3-6)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 16, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBodyStrDex5_"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBodyStr5"] = { affix = "", "20% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueAmulet20"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueJewel43"] = { affix = "", "4% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueOneHandAxe7"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDexInt4"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrDex5"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStr3"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsInt6"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__2"] = { affix = "", "(5-10)% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__3"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__4"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique___5"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__7"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__8"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__9_"] = { affix = "", "(3-5)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__10"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__11"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__12"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__13"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__14"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__15"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__16"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__17__"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__18"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__19"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__20_"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__21"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__22"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__23_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__24"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__25"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__26"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__27"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__28"] = { affix = "", "(20-30)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__29"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__30"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__31"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__32"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__33_"] = { affix = "", "(5-10)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__34"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__35"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__36_"] = { affix = "", "(5-8)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__37"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__38"] = { affix = "", "(1-20)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__39_"] = { affix = "", "(20-30)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__40"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__42"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__43"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__44"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__45"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__46"] = { affix = "", "(8-12)% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ReducedMovementVelocityUnique__1"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ReducedMovementVelocityUnique__2"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ReducedMovementVelocityUnique__3"] = { affix = "", "3% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ReducedMovementVelocityUniqueOneHandMace7"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ReducedMovementVelocityUniqueCorruptedJewel2_"] = { affix = "", "15% reduced Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["SpellDamageImplicitShield1"] = { affix = "", "(5-10)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageImplicitShield2"] = { affix = "", "(10-15)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageImplicitShield3"] = { affix = "", "(15-20)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageImplicitArmour1"] = { affix = "", "(3-10)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageImplicitGloves1"] = { affix = "", "(12-16)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueHelmetDexInt1"] = { affix = "", "(15-30)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueGlovesInt2"] = { affix = "", "(50-60)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueShieldInt1"] = { affix = "", "(40-60)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueShieldStrInt1"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueWand1"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueStaff2"] = { affix = "", "(50-60)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueSceptre2"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueBodyInt7"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueSceptre5"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueDescentWand1"] = { affix = "", "20% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueWand4"] = { affix = "", "(20-28)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueStaff6"] = { affix = "", "(120-160)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueWand7"] = { affix = "", "(20-40)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueHelmetInt8"] = { affix = "", "(80-100)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueDagger10"] = { affix = "", "(40-60)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SpellDamageUniqueStaff12"] = { affix = "", "(50-70)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueStaff11_"] = { affix = "", "(40-60)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueCorruptedJewel3_"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueRing35"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__1"] = { affix = "", "(0-30)% reduced Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__2"] = { affix = "", "(60-80)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__3"] = { affix = "", "40% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__4"] = { affix = "", "(20-45)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__5"] = { affix = "", "(75-90)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__6"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__7"] = { affix = "", "(40-50)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__8_"] = { affix = "", "(100-140)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__9"] = { affix = "", "(70-100)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__10"] = { affix = "", "(30-50)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__11"] = { affix = "", "(20-40)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 85, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__12"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__13"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponUniqueDagger1"] = { affix = "", "(50-70)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponUniqueDagger4"] = { affix = "", "(60-70)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponUniqueWand3"] = { affix = "", "80% reduced Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponUniqueTwoHandAxe9"] = { affix = "", "(100-200)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand1"] = { affix = "", "(8-12)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand2"] = { affix = "", "(10-14)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand3"] = { affix = "", "(11-15)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand4"] = { affix = "", "(13-17)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand5"] = { affix = "", "(15-19)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand6"] = { affix = "", "(17-21)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand7"] = { affix = "", "(18-22)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand8"] = { affix = "", "(20-24)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand9"] = { affix = "", "(22-26)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand10"] = { affix = "", "(24-28)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand11"] = { affix = "", "(26-30)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand12"] = { affix = "", "(27-31)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand13"] = { affix = "", "(29-33)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand14"] = { affix = "", "(31-35)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand15"] = { affix = "", "(33-37)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand16"] = { affix = "", "(35-39)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand17"] = { affix = "", "(36-40)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand18"] = { affix = "", "(38-42)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["WeaponElementalDamageUniqueShieldStrInt4"] = { affix = "", "(10-20)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUniqueRing10"] = { affix = "", "(20-30)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUniqueBelt5"] = { affix = "", "(10-20)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUniqueRing21"] = { affix = "", "30% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageImplicitBow1"] = { affix = "", "(20-24)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageImplicitBow2"] = { affix = "", "(25-28)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageImplicitBow3"] = { affix = "", "(29-32)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageImplicitSword1"] = { affix = "", "30% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUniqueBelt10"] = { affix = "", "10% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUnique__1"] = { affix = "", "(4-12)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUnique__2"] = { affix = "", "(20-40)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUnique__3"] = { affix = "", "(40-55)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUnique__4"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUnique__5"] = { affix = "", "(25-30)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["ThisWeaponsWeaponElementalDamageUniqueWand6"] = { affix = "", "Attacks with this Weapon have (100-115)% increased Elemental Damage", statOrderKey = "2235", statOrder = { 2235 }, level = 1, group = "ThisWeaponWeaponElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["ManaLeechUniqueOneHandSword2"] = { affix = "", "(3-5)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1084", statOrder = { 1084 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueOneHandSword2"] = { affix = "", "(0.6-1)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueTwoHandSword2"] = { affix = "", "3% of Physical Attack Damage Leeched as Mana", statOrderKey = "1084", statOrder = { 1084 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueTwoHandSword2"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Mana", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueAmulet3"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueAmulet3"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechStrDexHelmet1"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadStrDexHelmet1"] = { affix = "", "0.4% of Attack Damage Leeched as Mana", statOrderKey = "1089", statOrder = { 1089 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaLeechUniqueGlovesStrDex1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueGlovesStrDex1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueBelt1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueTwoHandMace4"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1084", statOrder = { 1084 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueTwoHandMace4"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueHelmetInt7"] = { affix = "", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueHelmetInt7"] = { affix = "", "(0.2-0.4)% of Attack Damage Leeched as Mana", statOrderKey = "1089", statOrder = { 1089 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaLeechUniqueRing17"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueRing17"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueGlovesDexInt6"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueGlovesDexInt6"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueBodyStr6"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueBodyStr6"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUnique__1"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUnique__2"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ItemFoundQuantityIncreaseUniqueGlovesInt1"] = { affix = "", "(5-10)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 14, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreaseUniqueBelt3"] = { affix = "", "(6-8)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreaseUniqueBootsDex2"] = { affix = "", "(14-20)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreaseUniqueRing7"] = { affix = "", "(10-16)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreaseUniqueShieldInt4"] = { affix = "", "(4-8)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreaseUniqueBodyStr5"] = { affix = "", "(10-15)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreaseUniqueRing32"] = { affix = "", "(-10-10)% reduced Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityReduceUniqueCorruptedJewel1"] = { affix = "", "10% reduced Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreasedUnique__1"] = { affix = "", "5% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseImplicitRing1"] = { affix = "", "(6-15)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseImplicitAmulet1"] = { affix = "", "(12-20)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 10, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueRing3"] = { affix = "", "(50-70)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueAmulet6"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueStrDexHelmet1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueBootsDexInt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueGlovesStrDex2"] = { affix = "", "(40-50)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueTwoHandAxe2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityDecreaseUniqueRapier1"] = { affix = "", "20% reduced Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityDecreaseUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityDecreaseUniqueRing10"] = { affix = "", "(10-20)% reduced Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueHelmetDex3"] = { affix = "", "10% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueHelmetWreath1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueRing6"] = { affix = "", "(10-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueHelmetDex6"] = { affix = "", "(20-25)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueRapier2"] = { affix = "", "20% reduced Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityDecreaseUniqueOneHandSword4"] = { affix = "", "50% reduced Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueBootsDemigods1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueShieldStrDex2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseImplicitDemigodsBelt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueRingDemigods1"] = { affix = "", "(16-24)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 16, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueBodyStr5"] = { affix = "", "(30-50)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueRing32_"] = { affix = "", "(-40-40)% reduced Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueShieldDemigods"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUnique__1"] = { affix = "", "10% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUnique__2"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUnique__3"] = { affix = "", "(6-30)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUnique__4_"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUnique__5"] = { affix = "", "(15-25)% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedEnergyShieldDelayUniqueBodyInt1"] = { affix = "", "10% faster start of Energy Shield Recharge", statOrderKey = "966", statOrder = { 966 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldDelayUniqueDagger4"] = { affix = "", "10% faster start of Energy Shield Recharge", statOrderKey = "966", statOrder = { 966 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldDelayUniqueQuiver7"] = { affix = "", "80% faster start of Energy Shield Recharge", statOrderKey = "966", statOrder = { 966 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldDelayUniqueBelt11"] = { affix = "", "50% increased Energy Shield Recharge Rate", statOrderKey = "969", statOrder = { 969 }, level = 28, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldDelayUniqueCorruptedJewel15"] = { affix = "", "20% faster start of Energy Shield Recharge", statOrderKey = "966", statOrder = { 966 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldDelayUniqueHelmetInt4"] = { affix = "", "50% reduced Energy Shield Recharge Rate", statOrderKey = "969", statOrder = { 969 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldDelayUnique__1"] = { affix = "", "(30-50)% faster start of Energy Shield Recharge", statOrderKey = "966", statOrder = { 966 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldDelayImplicit1_"] = { affix = "", "(10-15)% faster start of Energy Shield Recharge", statOrderKey = "966", statOrder = { 966 }, level = 93, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedCastSpeedImplicitMarakethWand1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedImplicitMarakethWand2"] = { affix = "", "14% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueAmulet1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueStaff1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueIntHelmet2"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueGlovesInt2"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueGlovesStr1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueWand1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueStaff2"] = { affix = "", "(10-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueGlovesInt4"] = { affix = "", "10% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueWand3"] = { affix = "", "(10-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueAmulet16"] = { affix = "", "10% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueClaw7"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueDescentWand1"] = { affix = "", "12% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueSceptre6"] = { affix = "", "(15-18)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueWand4"] = { affix = "", "(5-8)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueGlovesDemigods1"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueStaff5"] = { affix = "", "18% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueSceptre7"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueWand7"] = { affix = "", "(25-30)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueRing27"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["ReducedCastSpeedUniqueBootsDex5"] = { affix = "", "10% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["ReducedCastSpeedUniqueHelmetInt8"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["ReducedCastSpeedUniqueHelmetStrInt6"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["ReducedCastSpeedUniqueGlovesStrInt4_"] = { affix = "", "(20-30)% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["ReducedCastSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueAmulet20"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueStaff12"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueWand10"] = { affix = "", "10% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueTwoHandMace8"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueRing38"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__1"] = { affix = "", "(4-8)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__2"] = { affix = "", "(14-18)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__3"] = { affix = "", "(30-40)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__4"] = { affix = "", "(4-6)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__5"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__6"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__7"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__8"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__9"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__10"] = { affix = "", "(12-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__11__"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__12"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__13"] = { affix = "", "(25-30)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__14"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__15_"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__16"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__17"] = { affix = "", "(1-20)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__18_"] = { affix = "", "(5-7)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__19__"] = { affix = "", "(8-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__20"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__21"] = { affix = "", "(7-12)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__22"] = { affix = "", "(15-25)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedFishing__Unique1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring", "caster", "speed" }, }, - ["LocalIncreasedAttackSpeedImplicitMarakethOneHandMace1"] = { affix = "", "4% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedImplicitMarakethOneHandMace2"] = { affix = "", "6% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow1"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow2"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandSword1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandSword3"] = { affix = "", "20% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueRapier1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandMace3"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueDagger3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandMace1"] = { affix = "", "45% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow4"] = { affix = "", "100% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow5"] = { affix = "", "20% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandMace4"] = { affix = "", "50% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow6"] = { affix = "", "(10-14)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueClaw1"] = { affix = "", "(20-30)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueSceptre1"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueClaw2"] = { affix = "", "20% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow8"] = { affix = "", "(36-50)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueClaw3"] = { affix = "", "5% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandAxe1"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow9"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedOneHandSword3"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow10"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandSword6"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandAxe2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueDescentDagger1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueDescentBow1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueDescentOneHandMace1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandAxe7"] = { affix = "", "(12-16)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueSceptre7"] = { affix = "", "(11-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueWand6"] = { affix = "", "(10-18)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow11"] = { affix = "", "(10-14)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword6"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword7"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueStaff7"] = { affix = "", "(12-16)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword8"] = { affix = "", "(22-27)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword9"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandSword8"] = { affix = "", "(6-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueStaff9"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueSceptre9"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow12"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword11"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueClaw8"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueWand9"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandAxe9"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalReducedAttackSpeedUniqueDagger9"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueDagger12"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueClaw9"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandAxe7"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword12"] = { affix = "", "15% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword13_"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalReducedAttackSpeedUniqueOneHandMace6"] = { affix = "", "20% reduced Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalReducedAttackSpeedUnique__1"] = { affix = "", "50% reduced Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalReducedAttackSpeedUnique__2"] = { affix = "", "15% reduced Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalReducedAttackSpeedUnique__3"] = { affix = "", "(25-30)% reduced Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandMace8"] = { affix = "", "10% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandMace8_"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__2"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__1"] = { affix = "", "(4-8)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__3"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__4"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__5"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__6"] = { affix = "", "(14-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__7"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__8"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__9"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__10"] = { affix = "", "(8-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__11"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__12"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__13"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__14"] = { affix = "", "(17-25)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__15"] = { affix = "", "(16-22)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__16"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__17"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__18"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__19"] = { affix = "", "(5-8)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__20"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__21"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__22"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__23"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__24"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__25"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__26_"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__27"] = { affix = "", "(5-8)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__28"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__29"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__30"] = { affix = "", "(20-30)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__31"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__32"] = { affix = "", "(6-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__33"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__34"] = { affix = "", "(14-18)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__35"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__36"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedImplicitShield1"] = { affix = "", "6% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedImplicitShield2"] = { affix = "", "12% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedImplicitShield3"] = { affix = "", "18% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueQuiver1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueIntHelmet2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueBootsDexInt1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesDex2"] = { affix = "", "5% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesStrDex1"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesStr1"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueHelmetStrDex2"] = { affix = "", "16% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesStr2"] = { affix = "", "(5-15)% reduced Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueHelmetDex4"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueBodyDex5"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesDexInt3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueHelmetDex6"] = { affix = "", "15% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueBodyStr3"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesDemigods1"] = { affix = "", "(10-16)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueBodyDex7"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueQuiver3"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueQuiver5"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 4, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueQuiver6"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 10, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueQuiver7"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesStrDex5"] = { affix = "", "(6-9)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueShieldDex6"] = { affix = "", "(6-10)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueShieldDexInt2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueQuiver9"] = { affix = "", "10% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueRing27"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueShieldInt5"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["ReducedAttackSpeedUniqueAmulet16"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["ReducedAttackSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["ReducedAttackSpeedUnique__1"] = { affix = "", "30% reduced Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueAmulet20"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueRing37"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUnique_1"] = { affix = "", "(8-13)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUnique__3_"] = { affix = "", "(1-20)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUnique__4_"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedTransformedUnique__1"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "827", statOrder = { 827 }, level = 30, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAccuracyUniqueBow2"] = { affix = "", "+30 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueTwoHandAxe1"] = { affix = "", "+(150-250) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueTwoHandSword1"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueAmulet5"] = { affix = "", "+100 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 7, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueStrDexHelmet1"] = { affix = "", "+500 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueGlovesDexInt1"] = { affix = "", "+(50-80) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueAmulet7"] = { affix = "", "+(100-150) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueTwoHandMace3"] = { affix = "", "-100 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueBow4"] = { affix = "", "+(25-50) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueBow7"] = { affix = "", "+(350-400) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueRing12"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueHelmetInt7"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueTwoHandAxe5"] = { affix = "", "+(120-150) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["ReducedAccuracyUniqueTwoHandSword5"] = { affix = "", "-150 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueAmulet17_"] = { affix = "", "+(80-120) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueDescentBow1"] = { affix = "", "+30 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueRing17"] = { affix = "", "+333 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueWand6"] = { affix = "", "+(340-400) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueOneHandSword9"] = { affix = "", "+(280-300) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueTwoHandSword7"] = { affix = "", "+(90-120) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueSceptre8"] = { affix = "", "+(160-220) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__1"] = { affix = "", "+(300-400) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__2"] = { affix = "", "+(350-400) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__3"] = { affix = "", "+1000 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__4"] = { affix = "", "+(800-1000) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__5"] = { affix = "", "+(300-400) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__6"] = { affix = "", "+(150-250) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__7_"] = { affix = "", "+(200-300) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__8"] = { affix = "", "+(350-500) to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__9____"] = { affix = "", "-5000 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LifeRegenerationUniqueRing1"] = { affix = "", "Regenerate (2-4) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationImplicitAmulet1"] = { affix = "", "Regenerate (2-4) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 2, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationImplicitAmulet2"] = { affix = "", "Regenerate (1.2-1.6)% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 93, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationUniqueShieldDex2"] = { affix = "", "Regenerate (5-7.5) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueTwoHandAxe4"] = { affix = "", "Regenerate 20 Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueWreath1"] = { affix = "", "Regenerate 2 Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueShieldStrInt5"] = { affix = "", "Regenerate (15-20) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueBootsDex5"] = { affix = "", "Regenerate (1.7-2.7) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueBelt8"] = { affix = "", "Regenerate (66.7-75) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueGlovesStrDex5"] = { affix = "", "Regenerate (3-4) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueRing26"] = { affix = "", "Regenerate (13-17) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueRing33"] = { affix = "", "Regenerate (10-15) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueAmulet25"] = { affix = "", "Regenerate (16-24) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUnique__1"] = { affix = "", "Regenerate (50-70) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUnique__2__"] = { affix = "", "Regenerate (50-70) Life per second", statOrderKey = "978", statOrder = { 978 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["ManaRegenerationImplicitAmulet1"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 2, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationImplicitAmulet2"] = { affix = "", "(48-56)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 97, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationImplicitDemigodsBelt1"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueRing5"] = { affix = "", "50% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueDexHelmet2"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueIntHelmet2"] = { affix = "", "30% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBootsInt2"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBootsDex2"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueAmulet10"] = { affix = "", "(80-100)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 20, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueRing14"] = { affix = "", "(45-65)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBootsDex5"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBelt6"] = { affix = "", "20% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBodyDexInt2"] = { affix = "", "(40-50)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBootsStrDex4"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueOneHandMace3"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBow11"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueGlovesStrInt2"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueRingDemigod1"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 16, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueRing26"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueHelmetStrInt5"] = { affix = "", "20% reduced Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueRing33"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueAmulet21"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueJewel30"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueJewel43"] = { affix = "", "10% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueRing34"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueShieldInt5"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__1"] = { affix = "", "(15-25)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__2"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__3"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__4"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__5"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__6"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__7"] = { affix = "", "(45-50)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__8"] = { affix = "", "(40-45)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__9___"] = { affix = "", "(80-100)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__10"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__11___"] = { affix = "", "(40-60)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__12"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__13"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__14___"] = { affix = "", "60% reduced Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ReducedManaRegenerationUniqueRing27"] = { affix = "", "15% increased Mana Regeneration Rate", statOrderKey = "986", statOrder = { 986 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["BaseManaRegenerationUniqueBodyDexInt2"] = { affix = "", "Regenerate 1% of Mana per second", statOrderKey = "984", statOrder = { 984 }, level = 1, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["StunThresholdReductionImlicitMarakethOneHandSword1"] = { affix = "", "8% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionImlicitMarakethOneHandSword2"] = { affix = "", "12% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionImplicitMace1"] = { affix = "", "10% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionImplicitMace2"] = { affix = "", "15% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionImplicitMace3_"] = { affix = "", "20% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueTwoHandMace1"] = { affix = "", "15% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueQuiver2"] = { affix = "", "(10-15)% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueGlovesDexInt2"] = { affix = "", "10% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueClaw2_"] = { affix = "", "25% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1813", statOrder = { 1813 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StunThresholdReductionUniqueClaw6"] = { affix = "", "10% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1813", statOrder = { 1813 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StunThresholdReductionUniqueTwoHandSword5"] = { affix = "", "25% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1813", statOrder = { 1813 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StunThresholdReductionUniqueQuiver8"] = { affix = "", "(20-25)% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueOneHandMace5"] = { affix = "", "(15-25)% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1813", statOrder = { 1813 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StunThresholdReductionUniqueStaff11"] = { affix = "", "(15-20)% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueOneHandMace6"] = { affix = "", "(10-20)% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueBootsStr3"] = { affix = "", "(5-10)% reduced Enemy Stun Threshold", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUnique__1___"] = { affix = "", "(20-30)% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1813", statOrder = { 1813 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["CriticalStrikeChanceImplicitDagger1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "878", statOrder = { 878 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitDagger2"] = { affix = "", "40% increased Global Critical Strike Chance", statOrderKey = "879", statOrder = { 879 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitDagger3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "880", statOrder = { 880 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitDaggerNew1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitDaggerNew2"] = { affix = "", "40% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitDaggerNew3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitQuiver13"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 57, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitMarakethStaff1"] = { affix = "", "80% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitMarakethStaff2"] = { affix = "", "100% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueOneHandSword2"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueGlovesDex2"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueRapier1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueDagger3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueBodyInt4"] = { affix = "", "100% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueHelmetDex4"] = { affix = "", "25% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueHelmetDex6"] = { affix = "", "(60-75)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueWand3"] = { affix = "", "(50-65)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitRing1"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 25, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueRing11_"] = { affix = "", "(30-35)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 35, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueAmulet17"] = { affix = "", "(200-250)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueGlovesStr3"] = { affix = "", "(25-35)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueGlovesDexInt6"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueBow9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["CriticalSrikeChanceUniqueSceptre7"] = { affix = "", "(30-40)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueAmulet18"] = { affix = "", "(250-350)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueWand10"] = { affix = "", "(40-60)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUnique__1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUnique__2"] = { affix = "", "(20-60)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUnique__3"] = { affix = "", "(50-70)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUnique__4_"] = { affix = "", "(120-160)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe1"] = { affix = "", "50% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe2"] = { affix = "", "50% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueBow11"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueClaw2"] = { affix = "", "25% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceImplicitBow1"] = { affix = "", "(30-50)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueStaff7"] = { affix = "", "(10-20)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueOneHandSword8"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueOneHandMace4"] = { affix = "", "(15-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniquSceptre10"] = { affix = "", "(25-50)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueOneHandSword10"] = { affix = "", "(44-66)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueWand9"] = { affix = "", "(10-20)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueDagger11"] = { affix = "", "30% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__1"] = { affix = "", "(26-32)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__2"] = { affix = "", "(22-30)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique14"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__3"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__4"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__5"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__6"] = { affix = "", "(40-60)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__7"] = { affix = "", "(20-35)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__8"] = { affix = "", "(50-75)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__10"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__11"] = { affix = "", "(20-25)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__12"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__13"] = { affix = "", "(70-90)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__14"] = { affix = "", "(80-100)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__15"] = { affix = "", "(25-35)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__16"] = { affix = "", "(8-12)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__17_"] = { affix = "", "(22-28)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__18"] = { affix = "", "(60-80)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__19"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__20"] = { affix = "", "(20-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["FireResistImplicitRing1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 20, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistImplicitAmulet1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueDexHelmet2"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueAmulet4"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBootsDexInt1"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueAmulet7"] = { affix = "", "+20% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBelt3"] = { affix = "", "+20% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBootsDex2"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueOneHandMace1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBodyDex3"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBodyInt2"] = { affix = "", "+(30-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueShieldStr3"] = { affix = "", "+(35-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueShieldStrInt5"] = { affix = "", "+(20-25)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueAmulet13"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueAmulet16"] = { affix = "", "+(30-45)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueHelmetInt7"] = { affix = "", "-30% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceBodyDex6"] = { affix = "", "+(6-10)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueOneHandSword4"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBelt6"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBelt9"] = { affix = "", "+(30-35)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueRing15"] = { affix = "", "+(25-35)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBootsStrInt3"] = { affix = "", "+(50-60)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBelt13"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBodyStr5"] = { affix = "", "-10% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueRing32"] = { affix = "", "+(-25-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBelt14"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 65, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueShieldStrDex3"] = { affix = "", "+(30-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueOneHandAxe7_"] = { affix = "", "+(15-25)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBootsStr3_"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__2"] = { affix = "", "+(15-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__3"] = { affix = "", "-10% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__4"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__5"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__6"] = { affix = "", "+30% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__7_"] = { affix = "", "+(26-32)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__8"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__9"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__10"] = { affix = "", "-30% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__11"] = { affix = "", "-50% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__12"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__13"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__14"] = { affix = "", "+(20-25)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__15"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__16"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__18"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__19"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__20_"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__21"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__22_"] = { affix = "", "-(30-20)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__23_"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__24"] = { affix = "", "+(15-25)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__25"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__26"] = { affix = "", "+(40-60)% to Fire Resistance", statOrderKey = "1026", statOrder = { 1026 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["ColdResistImplicitRing1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueAmulet3"] = { affix = "", "+25% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistDexHelmet2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueStrHelmet2"] = { affix = "", "+30% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueGlovesDex1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBelt1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBelt4"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueShieldDex1"] = { affix = "", "+50% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueHelmetDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBodyStrInt3"] = { affix = "", "+(50-75)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueGlovesStrDex3"] = { affix = "", "+(40-50)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueAmulet13"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueOneHandAxe1_"] = { affix = "", "+(20-25)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceBodyDex6"] = { affix = "", "+(26-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBootsDexInt2"] = { affix = "", "+20% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBodyDex7"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueShieldInt3"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueGlovesStrDex4"] = { affix = "", "+40% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBelt9"] = { affix = "", "+(30-35)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueQuiver5"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueRing24"] = { affix = "", "+(25-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBootsDex8"] = { affix = "", "+20% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBelt13"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueRing28"] = { affix = "", "+(10-15)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBodyStr5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueGlovesStrInt3"] = { affix = "", "+(40-50)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueRing32"] = { affix = "", "+(-25-50)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBelt14"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueShieldDex7"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBootsStrDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__3"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 23, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__4"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__5"] = { affix = "", "+75% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__6"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__7"] = { affix = "", "+(32-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__8"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__9"] = { affix = "", "-40% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__10"] = { affix = "", "+(30-50)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__11"] = { affix = "", "+(35-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__12"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__13"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__14"] = { affix = "", "-30% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__15"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__16"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__17"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__18"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__19"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__20"] = { affix = "", "+(20-25)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__21"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__22_"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 80, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__23"] = { affix = "", "+(25-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__24"] = { affix = "", "+(25-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__25"] = { affix = "", "+(25-35)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__26"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__27"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__28"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__29"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__30"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__31_"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__32"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__33"] = { affix = "", "+(40-60)% to Cold Resistance", statOrderKey = "1032", statOrder = { 1032 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["LightningResistImplicitRing1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 15, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueHelmetDexInt1"] = { affix = "", "+10% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueDexHelmet1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueStrDexHelmet1"] = { affix = "", "+30% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueShieldInt1"] = { affix = "", "+25% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueShieldDex2"] = { affix = "", "+30% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueOneHandMace1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBodyInt1"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBootsStrDex2"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueAmulet15"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceBodyDex6"] = { affix = "", "+(11-25)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBodyStrDex2"] = { affix = "", "-60% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueDescentTwoHandSword1"] = { affix = "", "+40% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueShieldInt3"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBelt9"] = { affix = "", "+(30-35)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBelt11"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBodyStr5"] = { affix = "", "-20% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueRing32"] = { affix = "", "+(-25-50)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueRing35"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBootsDexInt4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueHelmetInt10"] = { affix = "", "+(25-35)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__1"] = { affix = "", "+(15-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__2"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__3"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__5"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__6"] = { affix = "", "+(15-20)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__7"] = { affix = "", "+(35-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__8"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__10"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__11"] = { affix = "", "+(20-25)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__12"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__13"] = { affix = "", "+(1-50)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__14"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__15"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__16"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__17_"] = { affix = "", "+(25-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__18"] = { affix = "", "+(25-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__19_"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__20"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__21"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__22"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__23_"] = { affix = "", "+75% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__24"] = { affix = "", "+(40-60)% to Lightning Resistance", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["ChaosResistUniqueHelmetStrInt2"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueBodyInt8"] = { affix = "", "+(40-50)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistImplicitRing1"] = { affix = "", "+(9-13)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 38, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistImplicitBoots1"] = { affix = "", "+(7-13)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 85, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueAmulet15_"] = { affix = "", "+(8-10)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueRing12"] = { affix = "", "+(15-20)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistHelmetStrDex2"] = { affix = "", "+(15-25)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueRing16"] = { affix = "", "+(40-50)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueDagger8"] = { affix = "", "+(8-12)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueBootsStrInt2"] = { affix = "", "+(9-12)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueHelmetDexInt5"] = { affix = "", "+(24-30)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueWand7"] = { affix = "", "+(5-10)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueHelmetStrInt5"] = { affix = "", "+(43-61)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueQuiver9"] = { affix = "", "+(12-16)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueBow12"] = { affix = "", "+(7-11)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueAmulet23"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistDemigodsTorchImplicit"] = { affix = "", "+(11-19)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__1"] = { affix = "", "+11% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__2"] = { affix = "", "+(8-16)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__3"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__4"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__5"] = { affix = "", "+60% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__6"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__7"] = { affix = "", "+(15-25)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__8"] = { affix = "", "-(20-10)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__9"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__10"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__11"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__12"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__13"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__14"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__15"] = { affix = "", "+(23-31)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__16"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__17"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__18_"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__19"] = { affix = "", "+(29-41)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__20_"] = { affix = "", "+(23-31)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__21"] = { affix = "", "+(19-29)% to Chaos Resistance", statOrderKey = "1041", statOrder = { 1041 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["FireAndLightningResistImplicitRing1"] = { affix = "", "+(12-16)% to Fire and Lightning Resistances", statOrderKey = "2099", statOrder = { 2099 }, level = 25, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, - ["ColdAndLightningResistImplicitRing1"] = { affix = "", "+(12-16)% to Cold and Lightning Resistances", statOrderKey = "2100", statOrder = { 2100 }, level = 25, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, - ["FireAndColdResistImplicitRing1"] = { affix = "", "+(12-16)% to Fire and Cold Resistances", statOrderKey = "2098", statOrder = { 2098 }, level = 25, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["FireAndLightningResistImplicitBoots1"] = { affix = "", "+(8-12)% to Fire and Lightning Resistances", statOrderKey = "2099", statOrder = { 2099 }, level = 78, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, - ["ColdAndLightningResistImplicitBoots1"] = { affix = "", "+(8-12)% to Cold and Lightning Resistances", statOrderKey = "2100", statOrder = { 2100 }, level = 78, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, - ["FireAndColdResistImplicitBoots1_"] = { affix = "", "+(8-12)% to Fire and Cold Resistances", statOrderKey = "2098", statOrder = { 2098 }, level = 78, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["FireAndColdResistUnique__1"] = { affix = "", "+(15-25)% to Fire and Cold Resistances", statOrderKey = "2098", statOrder = { 2098 }, level = 75, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["FireAndColdResistUnique__2"] = { affix = "", "+(20-30)% to Fire and Cold Resistances", statOrderKey = "2098", statOrder = { 2098 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["FireAndColdResistUnique__3"] = { affix = "", "+(25-30)% to Fire and Cold Resistances", statOrderKey = "2098", statOrder = { 2098 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["FireAndColdResistUnique__4_"] = { affix = "", "+(10-20)% to Fire and Cold Resistances", statOrderKey = "2098", statOrder = { 2098 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["ColdAndLightningResistUnique__1"] = { affix = "", "+(20-25)% to Cold and Lightning Resistances", statOrderKey = "2100", statOrder = { 2100 }, level = 81, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, - ["ColdAndLightningResistUnique__2"] = { affix = "", "+(15-20)% to Cold and Lightning Resistances", statOrderKey = "2100", statOrder = { 2100 }, level = 1, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, - ["FireAndLightningResistUnique__1"] = { affix = "", "+(20-30)% to Fire and Lightning Resistances", statOrderKey = "2099", statOrder = { 2099 }, level = 1, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, - ["FireAndLightningResistUnique__2"] = { affix = "", "+(20-30)% to Fire and Lightning Resistances", statOrderKey = "2099", statOrder = { 2099 }, level = 1, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, - ["AllResistancesImplicitShield1"] = { affix = "", "+4% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplicitShield2"] = { affix = "", "+8% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplicitShield3"] = { affix = "", "+12% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplicitArmour1"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplicitRing1"] = { affix = "", "+(8-10)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplicitVictorAmulet"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 16, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing3"] = { affix = "", "-20% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueAmulet2"] = { affix = "", "+20% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 10, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing4"] = { affix = "", "+5% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueIntHelmet3"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueHelmetStrInt1"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBootsStr1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueGlovesStrDex2"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueShieldStrInt1"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBodyStrInt2"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueAmulet9"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueShieldStrInt2"] = { affix = "", "+25% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueHelmetDex3"] = { affix = "", "+(30-40)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueShieldStrInt4"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueShieldDex3"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBodyDexInt1"] = { affix = "", "+(9-12)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing6"] = { affix = "", "+(10-30)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 30, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBootsInt5"] = { affix = "", "+20% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRapier2"] = { affix = "", "+(40-60)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing7"] = { affix = "", "+(16-24)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing9"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueAmulet14"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueTwoHandMace6_"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplictBootsDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplictHelmetDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBodyStrDex1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing21"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBelt8"] = { affix = "", "-(25-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBodyStrDexInt1"] = { affix = "", "+(20-24)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueHelmetDexInt4"] = { affix = "", "+(26-30)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBeltDemigods1"] = { affix = "", "+(16-24)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueDagger9"] = { affix = "", "+(6-10)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing25"] = { affix = "", "-20% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 7, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBelt10"] = { affix = "", "+(6-8)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 32, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueShieldDexInt2"] = { affix = "", "-50% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBelt13"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistajcesUniqueStaff10"] = { affix = "", "+(5-7)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueAmulet23"] = { affix = "", "-(10-5)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueJewel8"] = { affix = "", "+6% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesDescentUniqueQuiver1"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__1"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__2"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__3"] = { affix = "", "+(14-18)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__4"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__5"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__6"] = { affix = "", "-(20-10)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__7"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__8"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__9"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__10"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__11__"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__12"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__13"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 75, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__14"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__15"] = { affix = "", "+(12-18)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__16"] = { affix = "", "+(10-16)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__17"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__18"] = { affix = "", "-(20-10)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__19"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__20"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__21"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__22_"] = { affix = "", "-(15-10)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesDemigodsImplicit"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1020", statOrder = { 1020 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["CriticalMultiplierImplicitSword1"] = { affix = "", "+25% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierImplicitSword2"] = { affix = "", "+35% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierImplicitSword3"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierImplicitSword2H1"] = { affix = "", "+25% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierImplicitSwordM2"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierImplicitBow1"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueGlovesDex2"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueGlovesDexInt2"] = { affix = "", "+30% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueGlovesDexInt4"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueHelmetStr3"] = { affix = "", "+60% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueRing8"] = { affix = "", "-50% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueAmulet17"] = { affix = "", "+(210-240)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 50, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueDescentDagger1"] = { affix = "", "+45% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueDagger8"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueRing17"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueGlovesDexInt6_"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueAmulet18"] = { affix = "", "Your Critical Strikes do not deal extra Damage", statOrderKey = "1959", statOrder = { 1959 }, level = 29, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUnique__1"] = { affix = "", "+(27-33)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUnique__2"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUnique__3__"] = { affix = "", "+(23-28)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUnique__4____"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["StunRecoveryImplicitBelt1"] = { affix = "", "(15-25)% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 20, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueBootsStrDex1"] = { affix = "", "20% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueHelmetInt6"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueBootsStrDex3"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueHelmetStrInt4"] = { affix = "", "(20-22)% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueGlovesStrInt1"] = { affix = "", "(40-60)% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueQuiver4"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueAmulet18"] = { affix = "", "40% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueClaw8"] = { affix = "", "25% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueOneHandSword13"] = { affix = "", "(30-40)% reduced Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUnique__1_"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUnique__2"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUnique__3"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationImplicitBelt1"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 20, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationImplicitMace1"] = { affix = "", "30% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationImplicitMace2"] = { affix = "", "45% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationImplicitQuiver9"] = { affix = "", "(25-35)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 20, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueTwoHandMace1"] = { affix = "", "(40-50)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueTwoHandMace2"] = { affix = "", "(10-20)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueQuiver2"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueTwoHandMace3"] = { affix = "", "(40-50)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueGlovesInt4_"] = { affix = "", "50% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueGlovesDexInt3"] = { affix = "", "10% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueTwoHandSword5"] = { affix = "", "400% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueQuiver8"] = { affix = "", "(60-80)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueOneHandMace6"] = { affix = "", "(30-50)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUnique__1"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpellCriticalStrikeChanceUniqueDagger1"] = { affix = "", "(80-100)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUniqueGlovesInt5"] = { affix = "", "(75-100)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUniqueGlovesInt6"] = { affix = "", "(125-150)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUniqueHelmetInt6"] = { affix = "", "(20-25)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUniqueShieldInt3"] = { affix = "", "(25-35)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUniqueBootsStrDex5"] = { affix = "", "(50-70)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUnique__1"] = { affix = "", "(100-140)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUnique__2"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUnique__3"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUnique__4"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["ProjectileSpeedUniqueAmulet5"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUniqueBow4_"] = { affix = "", "(50-100)% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUniqueQuiver2"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUniqueQuiver4"] = { affix = "", "(20-30)% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUniqueQuiver8"] = { affix = "", "25% reduced Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique___1"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__2"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__3"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__4"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__5__"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__6"] = { affix = "", "(20-30)% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__7"] = { affix = "", "(30-40)% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__8"] = { affix = "", "(30-50)% increased Projectile Speed", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["LifeGainPerTargetUniqueRing2"] = { affix = "", "+(2-4) Life gained for each Enemy hit by your Attacks", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueOneHandSword1"] = { affix = "", "+2 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueDagger2"] = { affix = "", "+10 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicitClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicitClaw2"] = { affix = "", "+8 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicitClaw3"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicitClaw4"] = { affix = "", "+22 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw2"] = { affix = "", "+6 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw3"] = { affix = "", "+7 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw3_1"] = { affix = "", "+8 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw4"] = { affix = "", "+12 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw4_1"] = { affix = "", "+19 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw5"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw5_1"] = { affix = "", "+20 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw6"] = { affix = "", "+25 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw7"] = { affix = "", "+24 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw8"] = { affix = "", "+44 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw9_"] = { affix = "", "+40 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw10"] = { affix = "", "+46 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw11_"] = { affix = "", "+40 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw12"] = { affix = "", "+50 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw13"] = { affix = "", "+46 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicitQuiver8"] = { affix = "", "+(3-4) Life gained for each Enemy hit by your Attacks", statOrderKey = "1120", statOrder = { 1120 }, level = 13, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueSceptre2"] = { affix = "", "+(6-10) Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueRapier2"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueRing7"] = { affix = "", "+(40-60) Life gained for each Enemy hit by your Attacks", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueQuiver6_"] = { affix = "", "+(2-3) Life gained for each Enemy hit by your Attacks", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueOneHandSword7"] = { affix = "", "+2 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueDescentClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1118", statOrder = { 1118 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUnique__1"] = { affix = "", "+7 Life gained for each Enemy hit by your Attacks", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, - ["LoseLifePerTargetUnique__1"] = { affix = "", "Lose (20-25) Life for each Enemy hit by your Attacks", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, - ["FireDamagePercentUniqueStaff1_"] = { affix = "", "(70-90)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueStrHelmet2"] = { affix = "", "(30-40)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueBodyInt4"] = { affix = "", "(25-35)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueHelmetInt5"] = { affix = "", "50% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueRing18"] = { affix = "", "(25-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentBodyStr1"] = { affix = "", "(20-40)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueBelt9a"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueRing24"] = { affix = "", "(15-25)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 14, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueSceptre9"] = { affix = "", "30% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueWand10"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueRing36"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueRing38"] = { affix = "", "(30-40)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique___2"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__3"] = { affix = "", "(18-25)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__4"] = { affix = "", "(25-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique___5"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__6"] = { affix = "", "(50-70)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 45, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique___7"] = { affix = "", "25% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique____8"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__9"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__10"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__11"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__12___"] = { affix = "", "100% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ColdDamagePercentUniqueHelmetInt4"] = { affix = "", "30% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUniqueStaff2"] = { affix = "", "(40-50)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUniqueHelmetStrInt3"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUniqueRing19"] = { affix = "", "(25-30)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUniqueBelt9b"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__2"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__3"] = { affix = "", "(30-50)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__4"] = { affix = "", "(18-25)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__5"] = { affix = "", "(30-50)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__6"] = { affix = "", "(20-25)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__7"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__8"] = { affix = "", "30% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__9"] = { affix = "", "(20-40)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique___10"] = { affix = "", "(10-20)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique___11"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__12"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__13"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__14"] = { affix = "", "(5-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__15"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["LightningDamageUniqueWand1"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamageUniqueHelmetDexInt1"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUniqueHelmetStrInt3"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUniqueRing20"] = { affix = "", "(25-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUniqueBelt9c"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUniqueStaff8"] = { affix = "", "(30-50)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUniqueRing29"] = { affix = "", "20% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUniqueRing34"] = { affix = "", "(15-25)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__2"] = { affix = "", "(15-20)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__3"] = { affix = "", "35% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__4"] = { affix = "", "100% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 40, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__5"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__6"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__7"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__8"] = { affix = "", "(30-40)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LifeGainedFromEnemyDeathUniqueTwoHandAxe1"] = { affix = "", "+20 Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "+30 Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueBootsStrInt1"] = { affix = "", "+(10-20) Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueTwoHandAxe2"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueTwoHandMace7"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "+(15-20) Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueOneHandAxe3"] = { affix = "", "+(5-7) Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueBodyStrDexInt1"] = { affix = "", "+100 Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 94, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueDagger11"] = { affix = "", "+5 Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUnique__1"] = { affix = "", "+(15-25) Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUnique__2"] = { affix = "", "+(20-30) Life gained on Kill", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ManaGainedFromEnemyDeathUniqueBow2"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueRing4"] = { affix = "", "+5 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueTwoHandSword3"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueTwoHandAxe5"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueShieldInt3"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueBodyStrDexInt1"] = { affix = "", "+100 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUnique__1"] = { affix = "", "+30 Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUnique__2"] = { affix = "", "+(20-40) Mana gained on Kill", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LocalCriticalStrikeChanceUniqueOneHandMace1"] = { affix = "", "25% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueOneHandSword4"] = { affix = "", "(90-110)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueDescentDagger1"] = { affix = "", "100% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueDagger8"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueWand6_"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueSceptre9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueOneHandAxe8_"] = { affix = "", "(30-50)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueStaff14"] = { affix = "", "(20-35)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueTwoHandMace6"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalMultiplierUniqueBow3"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["LocalCriticalMultiplierUniqueClaw2"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["LocalCriticalMultiplierUniqueDagger4"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["LocalCriticalMultiplierUniqueOneHandSword4"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["FlaskIncreasedRecoverySpeedUniqueFlask3"] = { affix = "", "(5-20)% increased Recovery rate", statOrderKey = "509", statOrder = { 509 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoverySpeedUnique___1"] = { affix = "", "(80-120)% increased Recovery rate", statOrderKey = "509", statOrder = { 509 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryAmountUniqueFlask4"] = { affix = "", "(30-50)% increased Amount Recovered", "100% increased Recovery rate", statOrderKey = "508,509", statOrder = { 508, 509 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryAmountUnique__1"] = { affix = "", "(30-50)% increased Amount Recovered", "50% reduced Recovery rate", statOrderKey = "508,509", statOrder = { 508, 509 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedDuration1"] = { affix = "Saturated", "33% reduced Recovery rate", statOrderKey = "509", statOrder = { 509 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskFullInstantRecoveryUnique__1"] = { affix = "", "(65-75)% reduced Amount Recovered", "Instant Recovery", statOrderKey = "508,515", statOrder = { 508, 515 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskExtraLifeUnique__1"] = { affix = "", "100% increased Life Recovered", statOrderKey = "505", statOrder = { 505 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["FlaskFreezeImmunityUnique__1"] = { affix = "", "Immunity to Freeze and Chill during Flask effect", "Removes Freeze and Chill on use", statOrderKey = "565,565.1", statOrder = { 565, 565.1 }, level = 1, group = "FlaskDispellChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, - ["FlaskDispellsBurningUnique__1"] = { affix = "", "Immunity to Ignite during Flask effect", "Removes Burning on use", statOrderKey = "563,563.1", statOrder = { 563, 563.1 }, level = 1, group = "FlaskDispellBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, - ["FlaskExtraChargesUnique__1"] = { affix = "", "+45 to Maximum Charges", statOrderKey = "523", statOrder = { 523 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesAddedIncreasePercentUnique_1"] = { affix = "", "100% increased Charge Recovery", statOrderKey = "524", statOrder = { 524 }, level = 1, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskBuffMovementSpeedWhileHealingUnique__1"] = { affix = "", "(10-30)% increased Movement Speed during Flask effect", statOrderKey = "536", statOrder = { 536 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "speed" }, }, - ["FlaskBuffManaLeechWhileHealing"] = { affix = "of Craving", "2% of Physical Attack Damage Leeched as Mana during Flask effect", statOrderKey = "543", statOrder = { 543 }, level = 12, group = "FlaskBuffWhileHealing", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana", "physical", "attack" }, }, - ["FlaskChanceRechargeOnCritUnique__1"] = { affix = "", "50% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "528", statOrder = { 528 }, level = 50, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, - ["FlaskEffectDurationUnique__1"] = { affix = "", "(25-50)% increased Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskEffectDurationUnique__2"] = { affix = "", "60% reduced Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskEffectDurationUnique__3"] = { affix = "", "50% increased Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskEffectDurationUnique__4"] = { affix = "", "100% increased Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique___1"] = { affix = "", "500% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique___2"] = { affix = "", "(80-100)% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__3"] = { affix = "", "50% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__4"] = { affix = "", "50% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__5"] = { affix = "", "(-10-10)% reduced Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__6_"] = { affix = "", "(80-100)% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__7"] = { affix = "", "100% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskExtraChargesUnique__2_"] = { affix = "", "+(-40-90) to Maximum Charges", statOrderKey = "523", statOrder = { 523 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedDurationUnique1"] = { affix = "", "(10-20)% increased Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskIncreasedDurationUnique1", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedDurationUnique__2"] = { affix = "", "90% reduced Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskIncreasedDurationUnique1", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskBuffReducedManaCostWhileHealingUnique__1"] = { affix = "", "10% increased Mana Cost of Skills during Flask Effect", statOrderKey = "554", statOrder = { 554 }, level = 1, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["GlobalColdSpellGemsLevelUnique__1"] = { affix = "", "+3 to Level of all Cold Spell Skill Gems", statOrderKey = "1013", statOrder = { 1013 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["LocalIncreaseSocketedLightningGemLevelUniqueStaff8"] = { affix = "", "+2 to Level of all Lightning Spell Skill Gems", statOrderKey = "1014", statOrder = { 1014 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["StrengthUniqueRing2"] = { affix = "", "+(10-20) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthImplicitAmulet1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 7, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthImplicitBelt1"] = { affix = "", "+(25-35) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthImplicitBeltRoyale1"] = { affix = "", "+(25-35) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueHelmetDexInt1"] = { affix = "", "+20 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandMace1"] = { affix = "", "+10 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueAmulet5"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueIntHelmet3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsInt1"] = { affix = "", "+(5-10) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueDagger2"] = { affix = "", "+25 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsStrDex1Royale"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesDex1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt2"] = { affix = "", "+(40-50) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 20, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt4"] = { affix = "", "+25 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesStr2"] = { affix = "", "+100 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandAxe3"] = { affix = "", "+(15-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBodyStrInt3"] = { affix = "", "+(30-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesStrDex3"] = { affix = "", "+10 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueHelmetStrDex3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueClaw5_"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueRing8"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsDexInt2"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandAxe5"] = { affix = "", "+10 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandSword5"] = { affix = "", "+(40-50) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt7"] = { affix = "", "+(40-55) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueSceptre6"] = { affix = "", "+(50-70) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBodyStr4"] = { affix = "", "+(10-20) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueQuiver6"] = { affix = "", "+(15-25) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueOneHandSword8"] = { affix = "", "+(35-50) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesStrInt2"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueRing31__"] = { affix = "", "+(15-25) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueClaw9"] = { affix = "", "+(10-15) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueRing36"] = { affix = "", "+(30-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__1"] = { affix = "", "+30 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique___2"] = { affix = "", "+(30-50) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__4"] = { affix = "", "+30 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__5"] = { affix = "", "+(20-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__6"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__7_"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__8"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__9"] = { affix = "", "+(20-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__10"] = { affix = "", "+(20-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__11"] = { affix = "", "+(30-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__11Royale__"] = { affix = "", "+(15-25) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__12"] = { affix = "", "+200 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__13_"] = { affix = "", "+(60-120) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__14"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__15"] = { affix = "", "+20 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__16"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 65, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__17"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 62, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__18"] = { affix = "", "+(30-50) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__18Royale__"] = { affix = "", "+(15-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__19_"] = { affix = "", "+(20-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__20_"] = { affix = "", "+20 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__21"] = { affix = "", "+(10-20) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 50, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["PercentageStrengthUniqueBootsStrInt2"] = { affix = "", "(15-18)% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUniqueJewel29"] = { affix = "", "(4-6)% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__1"] = { affix = "", "100% reduced Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__2"] = { affix = "", "(4-6)% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__3"] = { affix = "", "10% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__4_"] = { affix = "", "10% reduced Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthImplicitMace1"] = { affix = "", "10% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityImplicitAmulet1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 7, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityImplicitQuiver1"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 15, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueRing3"] = { affix = "", "+10 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBodyDex1"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsInt1"] = { affix = "", "+(5-10) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsStrDex1Royale"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsInt2"] = { affix = "", "+5 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsInt3"] = { affix = "", "+10 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesDex2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesStrDex1"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueAmulet7"] = { affix = "", "+10 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetStrDex2"] = { affix = "", "+(50-65) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueDagger3"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueShieldStrInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBow4"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBow6"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex3"] = { affix = "", "+15 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBow7"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBodyDex4"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetDex4"] = { affix = "", "+(50-70) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesStrDex3"] = { affix = "", "+10 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesInt4__"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesDexInt4"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetStrDex3"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueRing8"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex4_"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDexInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBelt7"] = { affix = "", "+(40-55) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueQuiver6"] = { affix = "", "+(35-45) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueQuiver7"] = { affix = "", "+30 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex8"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueJewel8"] = { affix = "", "+20 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueDagger11"] = { affix = "", "+(10-15) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueDagger12"] = { affix = "", "+20 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueClaw9"] = { affix = "", "+(10-15) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 53, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex9"] = { affix = "", "+(25-35) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__2"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 57, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__3"] = { affix = "", "+(30-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__4"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__5"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__6"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__7"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__8"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__9"] = { affix = "", "+25 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__10_"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__11"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__12"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__13"] = { affix = "", "+20 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__14"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 65, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__15"] = { affix = "", "+(25-35) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__16"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__17"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 62, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__18"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__19"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 54, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__20__"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__21_"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 50, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["PercentageDexterityUniqueBodyDex7"] = { affix = "", "15% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUniqueJewel29"] = { affix = "", "(4-6)% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__1"] = { affix = "", "100% reduced Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__2"] = { affix = "", "(4-6)% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__3"] = { affix = "", "(8-12)% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__4"] = { affix = "", "(5-10)% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__5"] = { affix = "", "15% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueOneHandSword2"] = { affix = "", "+10 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceImplicitAmulet1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 7, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueRing4"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsInt1"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesInt2"] = { affix = "", "+20 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBelt1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueWand1"] = { affix = "", "+10 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsDex1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueWand2"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsDex3"] = { affix = "", "+15 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBodyInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueShieldDex3"] = { affix = "", "+(40-60) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBodyStrInt3"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesInt5"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetInt5"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetInt6"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetWard1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueRing13"] = { affix = "", "+(60-75) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueOneHandAxe1"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueSceptre5"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesStr3"] = { affix = "", "+(60-80) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueQuiver6"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueShieldInt4"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueStaff8"] = { affix = "", "+(80-120) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBelt11"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueWand8"] = { affix = "", "+(10-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetInt9"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueDagger10_"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueRing34"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["Intelligence__1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__3"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__4"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__5"] = { affix = "", "+40 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__6"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__7"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__8"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__9"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__10"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__11"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__12"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__13"] = { affix = "", "+20 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__14"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 65, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__15_"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__16"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 60, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__17"] = { affix = "", "+(40-70) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__18"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__19"] = { affix = "", "+(30-50) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__20"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__21"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__22_"] = { affix = "", "+(30-50) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__23"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__24"] = { affix = "", "-(25-15) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 28, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__25"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__26_"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__27"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__28"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 50, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUniqueStaff12_"] = { affix = "", "(14-18)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUniqueJewel29"] = { affix = "", "(10-15)% reduced Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__1"] = { affix = "", "100% reduced Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__2"] = { affix = "", "(4-6)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__3"] = { affix = "", "(8-12)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__4"] = { affix = "", "(5-8)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitAmulet1"] = { affix = "", "+(10-16) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitAmuletRoyale1"] = { affix = "", "+(10-16) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueAmulet8"] = { affix = "", "+(80-100) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueBelt3"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 20, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueAmulet9"] = { affix = "", "+(20-40) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitWreath1"] = { affix = "", "+(16-24) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueRing6"] = { affix = "", "+(10-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueHelmetStr3"] = { affix = "", "+(20-25) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesTestUniqueAmulet1"] = { affix = "", "+500 to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueBodyStr3"] = { affix = "", "+(40-50) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueTwoHandMace7"] = { affix = "", "+(25-50) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitDemigodRing1"] = { affix = "", "+(8-12) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 16, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitDemigodOneHandSword1"] = { affix = "", "+(16-24) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueRing26"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueHelmetStrInt5"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueStaff10"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueAmulet22"] = { affix = "", "+(5-10) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__1"] = { affix = "", "+(30-50) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__2"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__3"] = { affix = "", "+(10-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__4"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__5"] = { affix = "", "+(25-75) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__6"] = { affix = "", "+(8-24) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__7"] = { affix = "", "+(15-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 57, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__8_"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__9"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__10_"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__11"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__12"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__13_"] = { affix = "", "+20 to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__14"] = { affix = "", "+(15-25) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__15"] = { affix = "", "+(25-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__16_"] = { affix = "", "+(15-25) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__17_"] = { affix = "", "+(10-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 65, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__18"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__19"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__20"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__21"] = { affix = "", "+(25-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 85, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__22_"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 60, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__23"] = { affix = "", "+(5-10) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 50, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IncreasedLifeImplicitShield1"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitShield2"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitShield3"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueOneHandSword1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetStr1"] = { affix = "", "+(25-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitRing1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 2, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitBelt1"] = { affix = "", "+(25-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 10, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitBeltRoyale1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr1"] = { affix = "", "+500 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr1Royale"] = { affix = "", "+100 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet4"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDex2"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr1"] = { affix = "", "+(160-180) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsInt4"] = { affix = "", "+20 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr2"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueTwoHandAxe4"] = { affix = "", "+100 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyDexInt1"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetDex4"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyInt5"] = { affix = "", "+6 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesInt3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReducedLifeUniqueGlovesDexInt4"] = { affix = "", "-20 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetStrDex4"] = { affix = "", "+(200-220) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet14"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 40, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueTwoHandMace6"] = { affix = "", "+(35-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyDex6"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetDex5"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex3_"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex3Royale_"] = { affix = "", "+(25-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStrInt6"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex2"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex6"] = { affix = "", "+(35-45) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex6Royale"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing19"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt7"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt8"] = { affix = "", "+(75-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 63, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr2"] = { affix = "", "+(12-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueDescentShield1"] = { affix = "", "+15 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueDescentHelmet1"] = { affix = "", "+10 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueWand4"] = { affix = "", "+(15-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitGlovesDemigods1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueOneHandAxe3"] = { affix = "", "+(10-15) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsStrDex3"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesDexInt5"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetStrDex5"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesStrDex4"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueQuiver3"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex7"] = { affix = "", "+(55-75) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesStr3"] = { affix = "", "+(60-75) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDexInt1"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrInt5"] = { affix = "", "+(80-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsStr2"] = { affix = "", "+(150-200) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDexInt1"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDexInt1Royale"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDex5"] = { affix = "", "+(70-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex4"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesStrInt2"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDex6"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueQuiver9"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt13"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt13Royale"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex5"] = { affix = "", "+(160-200) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing28"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet19"] = { affix = "", "+(40-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 77, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing32"] = { affix = "", "+(0-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 82, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeFireResistUniqueBelt14"] = { affix = "", "+(70-85) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 65, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyDexInt3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet22"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 25, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr6"] = { affix = "", "+(60-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrInt6"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueOneHandMace7"] = { affix = "", "+70 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr4"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr5"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsStr3_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStrInt5"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__15"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__4"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__5"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__6"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet25"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__1"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__2"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique___7"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique___7Royale_"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__8"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__9"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__10"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__11"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__12_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex9__"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__14"] = { affix = "", "+(45-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__13"] = { affix = "", "+(40-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__16"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__17"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__18"] = { affix = "", "+(35-45) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__19"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__20"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__21"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__22"] = { affix = "", "+(100-150) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__23"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__24"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__25"] = { affix = "", "+(25-35) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__26"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__27"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__27Royale"] = { affix = "", "+(15-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__28"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__29"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__30"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__31"] = { affix = "", "+(65-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__32"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__33"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__34"] = { affix = "", "+(200-240) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__35"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__36_"] = { affix = "", "+(40-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__37"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__38"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__39"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__40"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__41"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__42_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__43"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__44"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__45"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__46"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__46Royale"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__47"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__48"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__49_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__50"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__51"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__52"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__53"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 75, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__54"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__55"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__56"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__57"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__58"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__59"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__59Royale"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__60"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__61"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__62"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__63_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__64"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__65"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 81, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__66"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__67_"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__68_"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__69"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__70"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__71"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__72_"] = { affix = "", "+(100-120) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__73"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__74"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__75"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__76"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__77"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__78"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__79"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__80_"] = { affix = "", "+(20-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__81"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__82"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__83"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__84"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__85_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__86_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__87"] = { affix = "", "+23 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 25, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__88"] = { affix = "", "+(50-175) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__89"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__90"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__91"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__92_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__93"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__94"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__95"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__95Royale_"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__96__"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__97"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__98"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__99"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__100"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__101"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__102"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__103"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 77, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__104_"] = { affix = "", "+100 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__105"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__106_"] = { affix = "", "+(120-160) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__107"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__108"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__108Royale"] = { affix = "", "+(25-35) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__109_"] = { affix = "", "+(45-65) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__110"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__111__"] = { affix = "", "+(40-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedManaImplicitRing1"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 2, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaImplicitArmour1"] = { affix = "", "+(20-25) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet1"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBow1"] = { affix = "", "+(80-100) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueTwoHandSword2"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueQuiver1"] = { affix = "", "+(10-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueQuiver1a"] = { affix = "", "+(10-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueDexHelmet1"] = { affix = "", "+(15-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueIntHelmet3"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueGlovesStr1"] = { affix = "", "(10-15)% reduced maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetInt4"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsInt4"] = { affix = "", "+20 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueShieldInt2"] = { affix = "", "+(15-25) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueDagger4"] = { affix = "", "+(40-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyInt5"] = { affix = "", "+6 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsInt5"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueGlovesInt3"] = { affix = "", "+(60-80) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet10"] = { affix = "", "+100 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueWand3"] = { affix = "", "+(40-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBelt5"] = { affix = "", "+(45-55) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing14"] = { affix = "", "+(25-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetStrInt3"] = { affix = "", "+(100-120) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueClaw7"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing20"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetDexInt3"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyDexInt2"] = { affix = "", "+(100-150) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyDexInt2Royale"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueSceptre6"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueWand4"] = { affix = "", "+(15-20) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsStrDex4"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsStrDex3"] = { affix = "", "+(10-20) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing17"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetStrDex5_"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyInt9"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing29"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetInt8"] = { affix = "", "+(30-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet19"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueTwoHandAxe9"] = { affix = "", "+(100-150) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyStrInt6"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueOneHandMace7"] = { affix = "", "+70 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__3"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__1"] = { affix = "", "+(60-120) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__2"] = { affix = "", "+30 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__4"] = { affix = "", "+(80-120) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__5"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__6"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__7"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 24, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__8"] = { affix = "", "+(30-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__9"] = { affix = "", "+(50-80) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__10"] = { affix = "", "+(150-200) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__12"] = { affix = "", "+(20-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__13"] = { affix = "", "+(50-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__14"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__15"] = { affix = "", "+(1-75) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__16"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__17"] = { affix = "", "+(80-100) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__18"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__19"] = { affix = "", "+500 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__20_"] = { affix = "", "+(120-160) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__21"] = { affix = "", "+(40-70) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedEnergyShieldImplicitBelt1"] = { affix = "", "+(9-20) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 2, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldImplicitBelt2"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 99, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueClaw1"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueDagger4"] = { affix = "", "+50 to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueGlovesInt6"] = { affix = "", "+15 to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldImplicitRing1"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 25, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueAmulet14"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 40, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueBelt5"] = { affix = "", "+(60-70) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 70, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueRing18"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 25, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueBodyStrDexInt1"] = { affix = "", "+(70-80) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueQuiver7"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueBelt11"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueRing27"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueRing35"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique___1"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__2"] = { affix = "", "+35 to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__3"] = { affix = "", "+(70-100) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__4"] = { affix = "", "+(75-80) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__5"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__6"] = { affix = "", "+250 to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__7"] = { affix = "", "+(80-120) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__8"] = { affix = "", "+(40-45) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__9"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__10"] = { affix = "", "+(60-70) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsDex1"] = { affix = "", "+(100-150) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt5"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt9"] = { affix = "", "(200-220)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsDex8"] = { affix = "", "+(15-30) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetStrInt5_"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesStr4"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueShieldInt5"] = { affix = "", "+(70-90) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsDexInt4"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShiledUniqueBootsInt6"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergySheildUnique__1"] = { affix = "", "+(8-16) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergySheildUnique__2_"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__3"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique___4"] = { affix = "", "+20 to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__5"] = { affix = "", "+(40-50) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__6"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__7"] = { affix = "", "+(150-200) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__8"] = { affix = "", "+(110-130) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 65, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__9"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__10"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__11"] = { affix = "", "+(30-45) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__11Royale__"] = { affix = "", "+(5-10) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__12"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__13_"] = { affix = "", "+40 to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__14"] = { affix = "", "+(50-80) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__15"] = { affix = "", "+(130-160) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__16"] = { affix = "", "+(90-110) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__17__"] = { affix = "", "+(30-50) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__18_"] = { affix = "", "+(64-96) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__19"] = { affix = "", "+(180-200) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__20"] = { affix = "", "+(15-50) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__21"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__22"] = { affix = "", "+(130-150) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__23"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__24_"] = { affix = "", "+(160-180) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__25"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__26"] = { affix = "", "+(40-80) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__27_"] = { affix = "", "+(50-90) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__28"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__29"] = { affix = "", "+(15-20) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__30__"] = { affix = "", "+(150-200) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__31"] = { affix = "", "+(30-60) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["AddedPhysicalDamageImplicitRing1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 2, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitRing2"] = { affix = "", "Adds (3-4) to (10-14) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 100, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 7, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver6_"] = { affix = "", "1 to 4 Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 7, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiverDescent"] = { affix = "", "1 to 4 Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver11"] = { affix = "", "6 to 12 Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 35, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBelt4"] = { affix = "", "Adds 5 to 15 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBodyStr2"] = { affix = "", "Adds 2 to 4 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBodyDex2"] = { affix = "", "Your Attacks deal -3 Physical Damage", statOrderKey = "1926", statOrder = { 1926 }, level = 1, group = "DewathsHidePhysicalDamageDealt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["AddedPhysicalDamageUniqueBodyDex4"] = { affix = "", "Adds 5 to 12 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueHelmetStr3"] = { affix = "", "Adds 40 to 60 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueHelmetStr3Royale"] = { affix = "", "Adds 5 to 15 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueRing8"] = { affix = "", "Adds 5 to 9 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Adds 20 to 30 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver3"] = { affix = "", "(10-14) to (19-24) Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver8"] = { affix = "", "6 to 10 Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueShieldDex6"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueJewel9"] = { affix = "", "Adds 3 to 7 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver9"] = { affix = "", "(8-10) to (14-16) Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueShieldStrDex3"] = { affix = "", "Adds 4 to 8 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueRing37"] = { affix = "", "Adds (5-10) to (11-15) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBootsStr3"] = { affix = "", "Adds (2-5) to (7-10) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique___1"] = { affix = "", "Adds 5 to 10 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueAmulet25"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__2"] = { affix = "", "Adds (5-15) to (25-50) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__3"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__4"] = { affix = "", "Adds 1 to (15-20) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__5"] = { affix = "", "Adds (3-6) to (10-12) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__5Royale"] = { affix = "", "Adds (1-2) to (3-4) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (4-10) to (14-36) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__7"] = { affix = "", "Adds (12-15) to (24-28) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__8"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__9_"] = { affix = "", "Adds (5-7) to (11-12) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__10"] = { affix = "", "Adds (13-18) to (26-32) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__1"] = { affix = "", "Adds (15-20) to (30-40) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueSceptre9"] = { affix = "", "Adds (8-13) to (26-31) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandAxe3"] = { affix = "", "Adds 5 to 10 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueRapier2"] = { affix = "", "Adds 10 to 15 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "Adds 2 to 10 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandMace6"] = { affix = "", "Adds (43-56) to (330-400) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandMace7"] = { affix = "", "Adds 5 to 25 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword5"] = { affix = "", "Adds (60-70) to (71-80) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe3"] = { affix = "", "Adds (10-15) to (25-30) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandAxe7"] = { affix = "", "Adds (205-220) to (250-270) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueStaff7"] = { affix = "", "Adds (135-145) to (160-175) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentClaw1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe5"] = { affix = "", "Adds (11-14) to (18-23) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueBow7"] = { affix = "", "Adds (25-35) to (36-45) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueBow5"] = { affix = "", "Adds (15-20) to (25-30) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandSword8"] = { affix = "", "Adds (65-75) to (100-110) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "Adds (5-10) to (15-23) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandMace5Royale"] = { affix = "", "Adds (1-3) to (5-8) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueSceptre10"] = { affix = "", "Adds (35-46) to (85-128) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "Adds (5-10) to (13-20) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueWand9"] = { affix = "", "Adds (5-8) to (13-17) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__6"] = { affix = "", "Adds (60-80) to (150-180) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__7"] = { affix = "", "Adds (50-70) to (135-165) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__8"] = { affix = "", "Adds (35-40) to (55-60) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__9"] = { affix = "", "Adds (24-30) to (34-40) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__10"] = { affix = "", "Adds (5-8) to (15-20) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__11"] = { affix = "", "Adds (30-38) to (40-50) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__12"] = { affix = "", "Adds (30-45) to (80-100) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__13"] = { affix = "", "Adds (25-35) to (50-65) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__14"] = { affix = "", "Adds (40-50) to (130-150) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__15"] = { affix = "", "Adds (90-115) to (230-260) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__15Royale"] = { affix = "", "Adds (6-10) to (12-16) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__16_"] = { affix = "", "Adds (15-30) to (70-95) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__17_"] = { affix = "", "Adds (10-20) to (30-35) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 50, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__18"] = { affix = "", "Adds (30-40) to (70-80) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 40, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__19"] = { affix = "", "Adds (15-25) to (50-60) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 45, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__20_"] = { affix = "", "Adds (10-20) to (30-40) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 46, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__21"] = { affix = "", "Adds (90-110) to (145-170) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__22"] = { affix = "", "Adds (110-125) to (245-265) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__23_"] = { affix = "", "Adds (35-50) to (100-125) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__23Royale"] = { affix = "", "Adds (2-3) to (6-7) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__24"] = { affix = "", "Adds (60-80) to (270-320) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__25"] = { affix = "", "Adds (8-13) to (20-30) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__26"] = { affix = "", "Adds (70-80) to (340-375) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__27"] = { affix = "", "Adds (80-115) to (150-205) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__28"] = { affix = "", "Adds (160-185) to (200-225) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__29___"] = { affix = "", "Adds (95-115) to (240-265) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__30_"] = { affix = "", "Adds (45-60) to (100-120) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__31"] = { affix = "", "Adds (220-240) to (270-300) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__32"] = { affix = "", "Adds (94-98) to (115-121) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 77, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__33_"] = { affix = "", "Adds (242-260) to (268-285) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 75, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__34"] = { affix = "", "Adds (11-14) to (17-21) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__35"] = { affix = "", "Adds (83-91) to (123-130) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__36"] = { affix = "", "Adds (70-85) to (110-118) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__37"] = { affix = "", "Adds (42-47) to (66-71) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__38"] = { affix = "", "Adds (25-35) to (45-55) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 75, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__39"] = { affix = "", "Adds (85-110) to (135-150) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__40__"] = { affix = "", "Adds (16-22) to (40-45) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__41_"] = { affix = "", "Adds (40-65) to (70-100) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedFireDamageImplicitQuiver1"] = { affix = "", "Adds 2 to 4 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 2, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageImplicitQuiver10"] = { affix = "", "4 to 8 Added Fire Damage with Bow Attacks", statOrderKey = "1582", statOrder = { 1582 }, level = 28, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueQuiver1a"] = { affix = "", "5 to 10 Added Fire Damage with Bow Attacks", statOrderKey = "1582", statOrder = { 1582 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueBootsStrDex1"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueBootsStrDex1Royale___"] = { affix = "", "Adds 4 to 8 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueGlovesInt1"] = { affix = "", "Adds 4 to 8 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueAmulet7"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueBodyInt5"] = { affix = "", "Adds 2 to 3 Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueRing10"] = { affix = "", "Adds (8-15) to (20-28) Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueRing20"] = { affix = "", "Adds (20-25) to (30-50) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueBelt10"] = { affix = "", "Adds (7-8) to (15-16) Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueBelt10Royale__"] = { affix = "", "Adds 2 to 3 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueRing31"] = { affix = "", "Adds (8-10) to (12-14) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueRing28"] = { affix = "", "Adds (12-15) to (25-30) Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueShieldStr3"] = { affix = "", "Adds (12-15) to (30-35) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueShieldDemigods"] = { affix = "", "Adds 10 to 20 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueRing36"] = { affix = "", "Adds (8-12) to (20-30) Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUnique__1_"] = { affix = "", "Adds (16-20) to (25-30) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUnique__2"] = { affix = "", "Adds (19-22) to (30-35) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUnique__3"] = { affix = "", "Adds (25-30) to (40-45) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUnique__4"] = { affix = "", "Adds 40 to 75 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedColdDamageImplicitQuiver1"] = { affix = "", "Adds 2 to 3 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 2, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueBodyDex1"] = { affix = "", "(105-145) to (160-200) Added Cold Damage with Bow Attacks", statOrderKey = "1590", statOrder = { 1590 }, level = 47, group = "SpecificWeaponColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueDexHelmet1"] = { affix = "", "Adds 6 to 12 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 15, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueBodyInt5"] = { affix = "", "Adds 2 to 3 Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUniqueBow9"] = { affix = "", "Adds (48-60) to (72-90) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueBow9Royale"] = { affix = "", "Adds (6-8) to (12-16) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueRing18"] = { affix = "", "Adds (20-25) to (30-50) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUniqueBelt10"] = { affix = "", "Adds (5-6) to (12-14) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueBelt10Royale"] = { affix = "", "Adds 1 to 3 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueRing30"] = { affix = "", "Adds (7-10) to (15-20) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUniqueGlovesStrInt3_"] = { affix = "", "Adds (30-36) to (44-50) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueShieldStrDex3"] = { affix = "", "Adds 12 to 15 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__2"] = { affix = "", "Adds (16-20) to (25-30) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__3"] = { affix = "", "Adds (19-22) to (30-35) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__4"] = { affix = "", "Adds (25-30) to (40-45) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__5"] = { affix = "", "Adds (26-32) to (42-48) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__6"] = { affix = "", "Adds (12-15) to (25-30) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__7"] = { affix = "", "Adds (30-40) to (80-100) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__8"] = { affix = "", "Adds (11-15) to (23-28) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__9"] = { affix = "", "Adds 30 to 65 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__10"] = { affix = "", "Adds (15-20) to (25-35) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedLightningDamageImplicitQuiver1"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 2, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueHelmetStrInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUniqueBootsStrInt1"] = { affix = "", "Adds 1 to 120 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueGlovesInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueGlovesDexInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueDagger3"] = { affix = "", "Adds 3 to 30 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueDagger3Royale_"] = { affix = "", "Adds 1 to 10 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLocalLightningDamageUniqueClaw1"] = { affix = "", "Adds 1 to 200 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBow8"] = { affix = "", "Adds 1 to 85 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBodyInt5_"] = { affix = "", "Adds 1 to 4 Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUniqueGlovesDexInt3"] = { affix = "", "Adds 1 to 100 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBodyInt8"] = { affix = "", "Adds 1 to 40 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBow9"] = { affix = "", "Adds 1 to (120-150) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBow9Royale"] = { affix = "", "Adds 1 to (25-35) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBodyStrDex2"] = { affix = "", "Adds 1 to (20-30) Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueRing19"] = { affix = "", "Adds 1 to (50-70) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 25, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUniqueBelt10"] = { affix = "", "Adds 1 to (30-34) Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBelt10Royale"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBelt12"] = { affix = "", "Adds 1 to (30-50) Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 55, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBelt12Royale"] = { affix = "", "Adds 1 to (15-20) Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 55, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueOneHandSword6"] = { affix = "", "Adds 1 to (550-650) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUnique__1"] = { affix = "", "Adds (1-3) to (42-47) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUnique__3"] = { affix = "", "Adds 10 to 130 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedChaosDamageUniqueRing1"] = { affix = "", "Adds 1 to 3 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBootsStrDex4"] = { affix = "", "Adds (6-9) to (12-16) Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBootsStrInt2"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBootsStrInt2Royale"] = { affix = "", "Adds 1 to 7 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueQuiver7"] = { affix = "", "Adds (13-18) to (26-32) Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueAmulet23"] = { affix = "", "Adds 19 to 43 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 25, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBow12"] = { affix = "", "Adds (50-80) to (130-180) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUnique__1"] = { affix = "", "Adds 12 to 24 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 25, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LifeLeechUniqueRing2"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueRing2"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechImplicitClaw1"] = { affix = "", "8% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadImplicitClaw1"] = { affix = "", "1.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechImplicitClaw2"] = { affix = "", "10% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadImplicitClaw2"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueTwoHandMace1"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueTwoHandMace1"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueGlovesStrDex1"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueGlovesStrDex1"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBelt1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueShieldDex2"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueShieldDex2"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueAmulet9"] = { affix = "", "(6-10)% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueAmulet9"] = { affix = "", "(1.2-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueTwoHandAxe4"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueTwoHandAxe4"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueClaw3"] = { affix = "", "6% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueClaw3"] = { affix = "", "1.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueClaw6"] = { affix = "", "15% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueClaw6"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueRing12"] = { affix = "", "(3-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueRing12"] = { affix = "", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueHelmetInt7"] = { affix = "", "(2-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueHelmetInt7"] = { affix = "", "(0.4-0.8)% of Attack Damage Leeched as Life", statOrderKey = "1203", statOrder = { 1203 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueBodyStr3"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBodyStr3"] = { affix = "", "1% of Attack Damage Leeched as Life", statOrderKey = "1203", statOrder = { 1203 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueBodyStrDex3"] = { affix = "", "(2-3)% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBodyStrDex3"] = { affix = "", "(0.4-0.6)% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueBodyStrInt5"] = { affix = "", "(4-5)% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBodyStrInt5"] = { affix = "", "(0.8-1)% of Attack Damage Leeched as Life", statOrderKey = "1203", statOrder = { 1203 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueShieldDex5"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueShieldDex5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueHelmetDexInt6"] = { affix = "", "(0.4-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__2"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__3"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriad__1"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__4"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__5"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__6"] = { affix = "", "(0.8-1)% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["AxeBonus1"] = { affix = "Butcher's", "5% increased Physical Damage with Axes", "2% increased Attack Speed with Axes", "3% increased Accuracy Rating with Axes", statOrderKey = "861,970,987", statOrder = { 861, 970, 987 }, level = 6, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["StaffBonus1"] = { affix = "Monk's", "5% increased Physical Damage with Staves", "2% increased Attack Speed with Staves", "3% increased Accuracy Rating with Staves", statOrderKey = "865,971,988", statOrder = { 865, 971, 988 }, level = 8, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["ClawBonus1"] = { affix = "Feline", "5% increased Physical Damage with Claws", "2% increased Attack Speed with Claws", "3% increased Accuracy Rating with Claws", statOrderKey = "873,972,989", statOrder = { 873, 972, 989 }, level = 10, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["DaggerBonus1"] = { affix = "Assassin's", "5% increased Physical Damage with Daggers", "2% increased Attack Speed with Daggers", "3% increased Accuracy Rating with Daggers", statOrderKey = "879,973,990", statOrder = { 879, 973, 990 }, level = 7, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["MaceBonus1"] = { affix = "Crusher's", "5% increased Physical Damage with Maces or Sceptres", "2% increased Attack Speed with Maces or Sceptres", "3% increased Accuracy Rating with Maces or Sceptres", statOrderKey = "885,974,991", statOrder = { 885, 974, 991 }, level = 5, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["BowBonus1"] = { affix = "Archer's", "5% increased Physical Damage with Bows", "2% increased Attack Speed with Bows", "3% increased Accuracy Rating with Bows", statOrderKey = "891,975,992", statOrder = { 891, 975, 992 }, level = 3, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["SwordBonus1"] = { affix = "Blademaster's", "5% increased Physical Damage with Swords", "2% increased Attack Speed with Swords", "3% increased Accuracy Rating with Swords", statOrderKey = "896,976,993", statOrder = { 896, 976, 993 }, level = 2, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["WandBonus1"] = { affix = "Magician's", "5% increased Physical Damage with Wands", "2% increased Attack Speed with Wands", "3% increased Accuracy Rating with Wands", statOrderKey = "903,977,994", statOrder = { 903, 977, 994 }, level = 4, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["AccuracyPercentImplicitSword1"] = { affix = "", "40% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentImplicitSword2"] = { affix = "", "30% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentImplicit2HSword1"] = { affix = "", "60% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentImplicit2HSword2_"] = { affix = "", "45% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentUniqueBow5"] = { affix = "", "(15-30)% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentUniqueClaw9"] = { affix = "", "15% reduced Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentUnique__1"] = { affix = "", "100% reduced Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StaffBlockPercentImplicitStaff1"] = { affix = "", "+18% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentImplicitStaff2"] = { affix = "", "+20% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentImplicitStaff3"] = { affix = "", "+25% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUniqueStaff7"] = { affix = "", "+6% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUniqueStaff9"] = { affix = "", "+12% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__1"] = { affix = "", "+15% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 36, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__2_"] = { affix = "", "+10% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__3"] = { affix = "", "+(12-16)% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__4_"] = { affix = "", "+5% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__5"] = { affix = "", "+15% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffSpellBlockPercentImplicitStaff__1"] = { affix = "", "+20% Chance to Block Spell Damage while wielding a Staff", statOrderKey = "723", statOrder = { 723 }, level = 1, group = "StaffSpellBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueHelmetStrDex4"] = { affix = "", "6% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueAmulet16"] = { affix = "", "8% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueDescentStaff1"] = { affix = "", "16% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueQuiver4"] = { affix = "", "(20-24)% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 35, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentMarakethDaggerImplicit1"] = { affix = "", "4% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentMarakethDaggerImplicit2_"] = { affix = "", "6% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUnique__1"] = { affix = "", "(8-12)% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ElementalDamagePercentImplicitSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptre2"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptre3"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew1"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew2"] = { affix = "", "12% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew3"] = { affix = "", "12% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew4"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew5"] = { affix = "", "14% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew6"] = { affix = "", "16% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew7"] = { affix = "", "16% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew8"] = { affix = "", "22% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew9"] = { affix = "", "18% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew10"] = { affix = "", "18% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew11"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew12___"] = { affix = "", "22% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew13"] = { affix = "", "24% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew14"] = { affix = "", "24% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew15"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew16"] = { affix = "", "26% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew17"] = { affix = "", "26% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew18"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew19"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew20"] = { affix = "", "32% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew21__"] = { affix = "", "32% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew22"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitAtlasRing_"] = { affix = "", "(15-25)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 100, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitRingRoyale"] = { affix = "", "(12-16)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentUnique__1"] = { affix = "", "(15-50)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentUnique__2"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["IncreasedPhysicalDamagePercentImplicitBelt1"] = { affix = "", "(12-24)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 2, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe1"] = { affix = "", "8% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe2"] = { affix = "", "12% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueRing1"] = { affix = "", "5% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueHelmetStr1"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueQuiver2"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 7, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt2"] = { affix = "", "(25-40)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueShieldStrDex1"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueHelmetStrDex2"] = { affix = "", "10% reduced Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueGlovesStr2"] = { affix = "", "10% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt9d"] = { affix = "", "(20-30)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueDescentClaw1"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueShieldDexInt1"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt13"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt13Royale"] = { affix = "", "5% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueJewel9"] = { affix = "", "10% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBootsDexInt4"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueSwordImplicit1"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__1"] = { affix = "", "(8-12)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__2"] = { affix = "", "(8-12)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__3"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 55, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__4"] = { affix = "", "100% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__5"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__6"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__7"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword2"] = { affix = "", "150% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1"] = { affix = "", "50% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow1"] = { affix = "", "(150-175)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow3"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace1"] = { affix = "", "(140-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace2"] = { affix = "", "200% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword1"] = { affix = "", "(120-150)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe2"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword3"] = { affix = "", "(180-220)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueRapier1"] = { affix = "", "(250-300)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueWand1"] = { affix = "", "(250-275)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace3"] = { affix = "", "(200-230)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger3"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace1"] = { affix = "", "(50-75)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow4"] = { affix = "", "30% less Damage", statOrderKey = "1916", statOrder = { 1916 }, level = 1, group = "QuillRainWeaponDamageFinalPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow5"] = { affix = "", "(130-150)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace4"] = { affix = "", "150% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow6"] = { affix = "", "(200-260)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow6Royale_"] = { affix = "", "(70-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow7"] = { affix = "", "(110-125)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw1"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueSceptre1"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw2"] = { affix = "", "(75-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe4"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw3"] = { affix = "", "(150-170)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw3Royale"] = { affix = "", "(20-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5"] = { affix = "", "(200-220)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueRapier2"] = { affix = "", "(120-150)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw5"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw6"] = { affix = "", "(100-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueBow8"] = { affix = "", "No Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword4"] = { affix = "", "(250-300)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe5"] = { affix = "", "(120-160)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword5"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueSceptre5"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6Royale"] = { affix = "", "(20-30)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow10"] = { affix = "", "(50-70)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace7"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1"] = { affix = "", "100% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDescentBow1"] = { affix = "", "100% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace3"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger9"] = { affix = "", "(250-270)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8"] = { affix = "", "(230-260)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe5"] = { affix = "", "(130-150)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword7"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword7Royale_"] = { affix = "", "(10-20)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe8"] = { affix = "", "(120-140)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8"] = { affix = "", "(30-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueStaff9"] = { affix = "", "100% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueSceptre9"] = { affix = "", "20% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandMace4"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandMace5Royale"] = { affix = "", "(10-20)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandSceptre10"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "(80-95)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueClaw8"] = { affix = "", "(160-180)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueWand9"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9"] = { affix = "", "(170-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger11"] = { affix = "", "(50-70)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger12"] = { affix = "", "(20-40)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique13"] = { affix = "", "(120-160)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe8"] = { affix = "", "(30-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword12"] = { affix = "", "(20-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword13"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace6"] = { affix = "", "(300-360)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7"] = { affix = "", "(160-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace8"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueStaff14"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueSceptre2"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace8"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__1"] = { affix = "", "(110-130)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__2"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhyiscalDamagePercentUnique__3"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__4"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__5"] = { affix = "", "(140-160)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__6"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__7"] = { affix = "", "(130-160)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__8"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__9"] = { affix = "", "(170-190)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__10"] = { affix = "", "(100-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__11_"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__12"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__13"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__14"] = { affix = "", "(35-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__15"] = { affix = "", "(50-75)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__16"] = { affix = "", "(260-310)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__17_"] = { affix = "", "(170-190)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__18"] = { affix = "", "(220-250)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__19"] = { affix = "", "(200-300)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__20"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__21"] = { affix = "", "(70-90)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__22"] = { affix = "", "(140-170)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__23"] = { affix = "", "(200-240)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__24"] = { affix = "", "(280-320)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__25"] = { affix = "", "(170-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__26"] = { affix = "", "100% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__27"] = { affix = "", "(140-160)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__28__"] = { affix = "", "(150-170)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__29"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__30"] = { affix = "", "(185-215)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__30Royale"] = { affix = "", "(45-75)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__31"] = { affix = "", "(180-220)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__31Royale_"] = { affix = "", "(50-90)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__32"] = { affix = "", "(30-60)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__33"] = { affix = "", "(140-152)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__34___"] = { affix = "", "(180-210)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__35"] = { affix = "", "(180-210)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__36_"] = { affix = "", "(140-170)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__37__"] = { affix = "", "(40-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__38"] = { affix = "", "(265-330)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__39"] = { affix = "", "(140-175)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__40"] = { affix = "", "(200-250)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__40Royale_"] = { affix = "", "(25-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__41___"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__42"] = { affix = "", "(230-260)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__43"] = { affix = "", "(200-250)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueTwoHandSword6"] = { affix = "", "No Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueWand6"] = { affix = "", "No Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueOneHandSword7"] = { affix = "", "No Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUnique__1"] = { affix = "", "No Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUnique__2"] = { affix = "", "No Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedPhysicalDamagePercentOnLowLifeUniqueOneHandSword1"] = { affix = "", "100% increased Damage when on Low Life", statOrderKey = "777", statOrder = { 777 }, level = 1, group = "PhysicalDamagePercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ReducedPhysicalDamagePercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "50% reduced Damage when on Low Life", statOrderKey = "777", statOrder = { 777 }, level = 1, group = "PhysicalDamagePercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalAddedPhysicalDamageUniqueBow1"] = { affix = "", "Adds (6-12) to (20-32) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandMace3"] = { affix = "", "Adds 30 to 40 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueClaw3"] = { affix = "", "Adds 10 to 12 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueClaw3Royale"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageOneHandAxe1"] = { affix = "", "Adds 10 to 20 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentDagger1"] = { affix = "", "Adds 1 to 4 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentOneHandAxe1"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentStaff1"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger2"] = { affix = "", "Adds 12 to 24 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger8"] = { affix = "", "Adds (50-60) to (120-140) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueSceptre7"] = { affix = "", "Adds (65-85) to (100-160) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword9"] = { affix = "", "Adds (30-50) to (65-80) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword10"] = { affix = "", "Adds (3-6) to (33-66) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueBow11"] = { affix = "", "Adds (12-16) to (20-24) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger11"] = { affix = "", "Adds (1-2) to (3-5) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger12"] = { affix = "", "Adds (3-6) to (9-13) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueClaw9"] = { affix = "", "Adds (2-6) to (16-22) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe7"] = { affix = "", "Adds (5-15) to (20-25) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe8"] = { affix = "", "Adds (5-9) to (13-17) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword12"] = { affix = "", "Adds (3-4) to (5-8) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword13"] = { affix = "", "Adds (5-8) to (10-14) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandMace8"] = { affix = "", "Adds 10 to 15 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique14"] = { affix = "", "Adds (10-16) to (12-30) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage__1"] = { affix = "", "Adds (7-10) to (15-25) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__2_"] = { affix = "", "Adds (25-50) to (85-125) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__3"] = { affix = "", "Adds 20 to 50 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__4"] = { affix = "", "Adds (18-22) to (36-44) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__5"] = { affix = "", "Adds (8-12) to (16-24) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (26-32) to (36-42) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__7_"] = { affix = "", "Adds (75-92) to (125-154) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBodyStrInt1"] = { affix = "", "60% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueIntHelmet1"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBootsInt1"] = { affix = "", "+(10-16) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueShieldInt1"] = { affix = "", "(120-160)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueShieldInt2"] = { affix = "", "(40-80)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBodyInt8"] = { affix = "", "(125-150)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsInt2"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt1"] = { affix = "", "+18 to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt2"] = { affix = "", "+32 to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt4"] = { affix = "", "(180-200)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsInt4"] = { affix = "", "(40-60)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt1"] = { affix = "", "(100-150)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt3"] = { affix = "", "(210-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt4"] = { affix = "", "(120-160)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBootsInt5"] = { affix = "", "(140-180)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt7"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt4"] = { affix = "", "(40-60)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt5"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt6"] = { affix = "", "(180-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesDexInt3"] = { affix = "", "+(25-30) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt5_"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt6"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt7"] = { affix = "", "(120-150)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueShieldInt3"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyStrDexInt1g"] = { affix = "", "(270-300)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt10"] = { affix = "", "(130-170)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBootsInt6"] = { affix = "", "(50-80)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent__1"] = { affix = "", "(250-300)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent__2"] = { affix = "", "(210-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent___3"] = { affix = "", "(110-130)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent___3Royale"] = { affix = "", "(50-70)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique___4_"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(150-200)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__6"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__7"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__8"] = { affix = "", "(475-600)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__9"] = { affix = "", "(240-260)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__10"] = { affix = "", "(150-180)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__11"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__12"] = { affix = "", "(120-150)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__13"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__14"] = { affix = "", "(130-150)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__15_"] = { affix = "", "(200-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__16"] = { affix = "", "(150-180)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__17"] = { affix = "", "(120-140)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 84, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__18"] = { affix = "", "(220-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 82, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__19"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__20_"] = { affix = "", "(100-130)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__21"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__22"] = { affix = "", "(200-230)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__23"] = { affix = "", "(240-280)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__24"] = { affix = "", "(180-230)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__25_"] = { affix = "", "(200-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__26"] = { affix = "", "(60-80)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__27"] = { affix = "", "(80-120)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__28__"] = { affix = "", "(100-150)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__29"] = { affix = "", "(80-130)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUniqueOneHandSword2"] = { affix = "", "(40-50)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrInt1"] = { affix = "", "60% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr1"] = { affix = "", "+(15-25) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr1"] = { affix = "", "(50-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr1"] = { affix = "", "+(10-20) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr2"] = { affix = "", "(40-60)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr2"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr3"] = { affix = "", "(120-150)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr3"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStrDex3"] = { affix = "", "+(200-300) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr3"] = { affix = "", "(180-220)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStrDex2"] = { affix = "", "+(5-10) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2"] = { affix = "", "+(180-220) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2Royale"] = { affix = "", "+(15-30) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr5"] = { affix = "", "+(400-600) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueGlovesStr3"] = { affix = "", "(200-220)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStrDexInt1a"] = { affix = "", "(380-420)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueHelmetStrDex6"] = { affix = "", "(100-150)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBootsStr3"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(100-140)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique6"] = { affix = "", "(90-140)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique7"] = { affix = "", "(120-180)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique8_"] = { affix = "", "(90-150)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__2"] = { affix = "", "+(120-160) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__3"] = { affix = "", "(600-650)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__4"] = { affix = "", "(120-160)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__5"] = { affix = "", "(130-170)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__7"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__8"] = { affix = "", "(50-100)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__10"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__11"] = { affix = "", "(130-150)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__12"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__15"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__16"] = { affix = "", "(300-350)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__17"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__18"] = { affix = "", "(150-180)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__19"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__20"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__21"] = { affix = "", "(50-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__22"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__23"] = { affix = "", "(120-150)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingTransformedUnique__1"] = { affix = "", "+2000 to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 38, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUnique__1"] = { affix = "", "+(100-120) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUnique__2"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex1"] = { affix = "", "(140-220)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueDexHelmet2"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1"] = { affix = "", "(80-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex1"] = { affix = "", "+(40-50) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex1"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex1"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex3"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex2"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex3"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex4"] = { affix = "", "(50-70)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex3"] = { affix = "", "+(30-50) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex3"] = { affix = "", "(180-200)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex2"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex5"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex5"] = { affix = "", "(200-250)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex5Royale"] = { affix = "", "(50-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex6"] = { affix = "", "150% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUniqueBodyDex6"] = { affix = "", "+(240-380) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex6"] = { affix = "", "(200-240)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex5"] = { affix = "", "+(20-30) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3"] = { affix = "", "(160-200)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3Royale"] = { affix = "", "(50-80)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex6"] = { affix = "", "(160-200)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex6Royale"] = { affix = "", "(50-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex4"] = { affix = "", "+(40-60) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUniqueBodyDex7"] = { affix = "", "+(120-180) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__1"] = { affix = "", "+(100-150) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__2"] = { affix = "", "+(600-700) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__3"] = { affix = "", "+(400-500) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__4"] = { affix = "", "+(350-500) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__5"] = { affix = "", "+(80-120) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex4"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesDexInt5"] = { affix = "", "(150-180)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex7"] = { affix = "", "180% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyStrDexInt1c"] = { affix = "", "(380-420)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex5"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex5"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvationRatingPercentUniqueBootsDex9"] = { affix = "", "(20-40)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__1"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__2"] = { affix = "", "(120-160)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__3"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__4"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__5"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__6"] = { affix = "", "(320-380)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__7"] = { affix = "", "(100-130)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__8"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__9"] = { affix = "", "(130-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__10"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__11"] = { affix = "", "(450-500)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__12"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__13"] = { affix = "", "(110-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__14"] = { affix = "", "(120-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__15_"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__16"] = { affix = "", "(60-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__17"] = { affix = "", "(120-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__18"] = { affix = "", "(170-250)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt1"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt1"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2"] = { affix = "", "(60-80)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt1"] = { affix = "", "(20-60)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2"] = { affix = "", "(180-220)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt3"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt4"] = { affix = "", "(300-400)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5"] = { affix = "", "(80-100)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt3"] = { affix = "", "(140-160)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt4"] = { affix = "", "(120-140)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt4Royale"] = { affix = "", "(60-120)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt6"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1e"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1h"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt5"] = { affix = "", "(220-240)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt3"] = { affix = "", "(160-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergySheildUniqueGlovesStrInt2"] = { affix = "", "(150-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt5"] = { affix = "", "(60-100)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt6"] = { affix = "", "(70-80)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__1"] = { affix = "", "(120-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt6"] = { affix = "", "(150-170)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__2"] = { affix = "", "(50-75)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__3"] = { affix = "", "(140-190)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__4"] = { affix = "", "200% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__5"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__6"] = { affix = "", "(240-300)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__7"] = { affix = "", "(60-140)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__8"] = { affix = "", "(200-250)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__9_"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__10_"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__11"] = { affix = "", "(150-190)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__12"] = { affix = "", "(140-220)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__13_"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__14"] = { affix = "", "(250-300)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__15"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__16"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__17_"] = { affix = "", "(100-140)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__18_"] = { affix = "", "(200-250)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__19"] = { affix = "", "333% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__20"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__21"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__22"] = { affix = "", "(300-400)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__23_"] = { affix = "", "(70-130)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__24"] = { affix = "", "(120-160)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__25"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueStrDexHelmet1"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex2"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex1"] = { affix = "", "(100-120)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex2"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex4"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBootsStrDex3"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex2"] = { affix = "", "(90-120)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex5"] = { affix = "", "(60-80)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex4"] = { affix = "", "(120-140)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDexInt1b"] = { affix = "", "(200-220)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex4"] = { affix = "", "(160-200)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex5"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex5"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex6"] = { affix = "", "(90-110)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex3"] = { affix = "", "(90-130)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__1"] = { affix = "", "(120-160)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__2"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__3_"] = { affix = "", "(40-70)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__4"] = { affix = "", "(200-250)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__5_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__6"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__7"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__8_"] = { affix = "", "(100-140)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__9"] = { affix = "", "(170-200)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__10_"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__11"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__12"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__13"] = { affix = "", "(150-300)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__14"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__15_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__16__"] = { affix = "", "(300-400)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__17_"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__17Royale__"] = { affix = "", "(30-80)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__18"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt1"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt3"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt2"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt2Royale"] = { affix = "", "(40-80)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1d"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1f"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "(245-280)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueGlovesDexInt6"] = { affix = "", "(100-130)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt3"] = { affix = "", "(220-250)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt6"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "(120-140)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__2"] = { affix = "", "(90-110)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__3"] = { affix = "", "(230-260)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__4"] = { affix = "", "(140-170)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__5"] = { affix = "", "(140-180)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__6_"] = { affix = "", "(100-120)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__7"] = { affix = "", "(130-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__8"] = { affix = "", "(80-100)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__9"] = { affix = "", "(500-600)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__10"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__11_"] = { affix = "", "(160-180)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__12"] = { affix = "", "(180-220)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__13"] = { affix = "", "(120-170)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__14"] = { affix = "", "(160-200)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__15"] = { affix = "", "(260-300)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__16"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__17"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__18"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__19___"] = { affix = "", "(250-300)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__20"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__21_"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__22"] = { affix = "", "(140-180)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__23"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__24"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__25"] = { affix = "", "(400-500)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__26"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__27"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__28"] = { affix = "", "(80-120)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__29"] = { affix = "", "(350-400)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__30_"] = { affix = "", "(500-600)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__31"] = { affix = "", "(100-140)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__32_"] = { affix = "", "(160-220)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedArmourEvasionEnergyShieldUnique__1_"] = { affix = "", "(250-350)% increased Armour, Evasion and Energy Shield", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueHelmetInt2"] = { affix = "", "+(30-50) to maximum Energy Shield", "(10-15)% increased Stun and Block Recovery", statOrderKey = "1105,1412", statOrder = { 1105, 1412 }, level = 1, group = "IncreasedEnergyShieldAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3"] = { affix = "", "(100-140)% increased Energy Shield", "(10-15)% increased Stun and Block Recovery", statOrderKey = "1106,1412", statOrder = { 1106, 1412 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUnique__1"] = { affix = "", "+(100-120) to maximum Energy Shield", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1105,1412", statOrder = { 1105, 1412 }, level = 1, group = "IncreasedEnergyShieldAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecoveryUniqueStrHelmet2"] = { affix = "", "(100-120)% increased Armour", "10% increased Stun and Block Recovery", statOrderKey = "1088,1412", statOrder = { 1088, 1412 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1"] = { affix = "", "(200-250)% increased Armour", "20% increased Stun and Block Recovery", statOrderKey = "1088,1412", statOrder = { 1088, 1412 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedEvasionPercentAndStunRecoveryUniqueDexHelmet1"] = { affix = "", "70% increased Evasion Rating", "15% increased Stun and Block Recovery", statOrderKey = "1097,1412", statOrder = { 1097, 1412 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalAddedFireDamageUniqueTwoHandAxe1"] = { affix = "", "Adds (16-21) to (32-38) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 37, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueRapier1"] = { affix = "", "Adds 3 to 7 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueBow6"] = { affix = "", "Adds 25 to 50 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueBow6Royale"] = { affix = "", "Adds 4 to 8 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueTwoHandSword6"] = { affix = "", "Adds (425-475) to (550-600) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueDescentOneHandMace1"] = { affix = "", "Adds 3 to 6 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueStaff13"] = { affix = "", "Adds (10-15) to (20-25) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueOneHandAxe7"] = { affix = "", "Adds (5-15) to (20-25) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__2"] = { affix = "", "Adds (10-14) to (18-22) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__3"] = { affix = "", "Adds (315-360) to (450-540) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__3Royale__"] = { affix = "", "Adds (12-18) to (22-26) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__4"] = { affix = "", "Adds (223-250) to (264-280) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__5__"] = { affix = "", "Adds (130-160) to (220-240) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__6"] = { affix = "", "Adds (30-45) to (60-80) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageImplicitE1_"] = { affix = "", "Adds (40-48) to (60-72) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 30, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageImplicitE2_"] = { affix = "", "Adds (70-84) to (110-124) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 50, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageImplicitE3_"] = { affix = "", "Adds (105-116) to (160-172) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 70, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedColdDamageUniqueTwoHandMace2"] = { affix = "", "Adds 11 to 23 Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 19, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueTwoHandSword2"] = { affix = "", "Adds 35 to 70 Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 18, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueClaw5"] = { affix = "", "Adds 25 to 50 Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueDescentOneHandAxe1"] = { affix = "", "Adds 2 to 4 Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueOneHandMace4_"] = { affix = "", "Adds (10-20) to (30-50) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueStaff13"] = { affix = "", "Adds (10-15) to (20-25) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueStaff14"] = { affix = "", "Adds (25-35) to (45-60) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__2"] = { affix = "", "Adds (26-32) to (36-42) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__3"] = { affix = "", "Adds (30-38) to (40-50) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__4"] = { affix = "", "Adds (120-140) to (180-210) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__5"] = { affix = "", "Adds (80-100) to (160-200) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__6_"] = { affix = "", "Adds (310-350) to (460-500) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__7"] = { affix = "", "Adds (160-190) to (280-320) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__8"] = { affix = "", "Adds (130-150) to (270-300) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__9_"] = { affix = "", "Adds (385-440) to (490-545) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedLightningDamageUniqueOneHandSword3"] = { affix = "", "Adds 1 to (210-250) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueBow10"] = { affix = "", "Adds 1 to (275-325) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueDescentTwoHandSword1_"] = { affix = "", "Adds 1 to 9 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueOneHandSword7"] = { affix = "", "Adds 1 to (40-50) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueStaff14"] = { affix = "", "Adds (1-10) to (70-90) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__2"] = { affix = "", "Adds 1 to (35-45) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (45-55) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (50-60) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__4Royale"] = { affix = "", "Adds 1 to (5-6) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__5"] = { affix = "", "Adds 1 to (60-70) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["IncreasedPhysicalDamageReductionRatingPercentUniqueJewel50"] = { affix = "", "(15-20)% increased Armour", statOrderKey = "1087", statOrder = { 1087 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(10-15)% increased Armour", statOrderKey = "1087", statOrder = { 1087 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedEvasionRatingPercentUnique__1_"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "1096", statOrder = { 1096 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingPercentUnique__2"] = { affix = "", "(15-25)% increased Evasion Rating", statOrderKey = "1096", statOrder = { 1096 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEnergyShieldPercentUniqueJewel51"] = { affix = "", "(3-6)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__1"] = { affix = "", "20% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__2_"] = { affix = "", "(4-6)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__3"] = { affix = "", "(6-10)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__4"] = { affix = "", "5% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(6-10)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldPercentUniqueAmulet13"] = { affix = "", "50% reduced maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 20, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldPercentUniqueRing16"] = { affix = "", "(5-10)% reduced maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEvasionRatingUniqueQuiver1"] = { affix = "", "+(80-100) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueAmulet7"] = { affix = "", "+(100-150) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueRapier1"] = { affix = "", "+(20-40) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueOneHandSword4"] = { affix = "", "+(400-500) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueAmulet17"] = { affix = "", "+(80-100) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueQuiver3_"] = { affix = "", "+350 to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueOneHandSword9"] = { affix = "", "+(180-200) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueRing30"] = { affix = "", "+(200-300) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique___1"] = { affix = "", "+110 to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__2"] = { affix = "", "+300 to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__3"] = { affix = "", "+(1000-1500) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__4"] = { affix = "", "+(300-500) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__5_"] = { affix = "", "+(600-700) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUniqueBodyInt5"] = { affix = "", "+(10-20) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUniqueBootsDex8"] = { affix = "", "+(30-50) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueRing12"] = { affix = "", "+(260-300) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueAmulet16"] = { affix = "", "+(400-500) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueQuiver4"] = { affix = "", "+(400-450) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueBelt9"] = { affix = "", "+(300-350) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueJewel9"] = { affix = "", "+50 to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__1"] = { affix = "", "+(450-500) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__3"] = { affix = "", "+(400-500) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__2"] = { affix = "", "+(260-300) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__4"] = { affix = "", "+(350-400) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__5"] = { affix = "", "+(180-200) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__6_"] = { affix = "", "+(800-1200) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__7"] = { affix = "", "+(600-700) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["MovementVelocityMarakethBowImplicit1"] = { affix = "", "6% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityMarakethBowImplicit2"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitShield1"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitShield2"] = { affix = "", "6% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitShield3"] = { affix = "", "9% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueTwoHandSword1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueAmulet5"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueIntHelmet2"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt2"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDexInt1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStr1"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueGlovesStrDex2"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueShieldStr1"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitArmour1"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueTwoHandSword3"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetStrDex2"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueTwoHandMace3"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex2"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt4"] = { affix = "", "(5-15)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBow7"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyDex4"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetStrDex1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueClaw3"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyDex5"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt5"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetDex6"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetInt6"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueAmulet12"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueBootsDex4"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueBodyDex6"] = { affix = "", "25% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueBootsDemigods1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique___6"] = { affix = "", "50% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDexInt2"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityDescent2Boots1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex4"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyDex7"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex3"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueOneHandAxe3"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrInt2_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrInt2Royale"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex7"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsA1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsW1"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueOneHandSword9"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrInt3"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityVictorAmulet"] = { affix = "", "(3-6)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 16, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyStrDex5_"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyStr5"] = { affix = "", "20% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueAmulet20"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueJewel43"] = { affix = "", "4% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueOneHandAxe7"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDexInt4"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex5"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStr3"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt6"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__2"] = { affix = "", "(5-10)% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__3"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__4"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique___5"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__7"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__8"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__9_"] = { affix = "", "(3-5)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__10"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__11"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__12"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__13"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__14"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__15"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__16"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__17__"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__18"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__18Royale"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__19"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__20_"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__21"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__22"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__23_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__24"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__25"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__26"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__27"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__28"] = { affix = "", "(20-30)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__29"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__30"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__31"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__32"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__33_"] = { affix = "", "(5-10)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__34"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__34Royale"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__35"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__36_"] = { affix = "", "(5-8)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__37"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__38"] = { affix = "", "(1-20)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__39_"] = { affix = "", "(20-30)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__40"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__42"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__43"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__44"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__45"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__46"] = { affix = "", "(8-12)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__47_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUnique__1"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUnique__2"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUnique__3"] = { affix = "", "3% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUniqueOneHandMace7"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUniqueCorruptedJewel2_"] = { affix = "", "15% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["SpellDamageImplicitShield1"] = { affix = "", "(5-10)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitShield2"] = { affix = "", "(10-15)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitShield3"] = { affix = "", "(15-20)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitArmour1"] = { affix = "", "(3-10)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitGloves1"] = { affix = "", "(12-16)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueHelmetDexInt1"] = { affix = "", "(15-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueGlovesInt2"] = { affix = "", "(50-60)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueShieldInt1"] = { affix = "", "(40-60)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueShieldStrInt1"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueWand1"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueStaff2"] = { affix = "", "(50-60)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueSceptre2"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueBodyInt7"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueSceptre5"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueDescentWand1"] = { affix = "", "20% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueWand4"] = { affix = "", "(20-28)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueStaff6"] = { affix = "", "(120-160)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueWand7"] = { affix = "", "(20-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueHelmetInt8"] = { affix = "", "(80-100)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueDagger10"] = { affix = "", "(40-60)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SpellDamageUniqueStaff12"] = { affix = "", "(50-70)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueStaff11_"] = { affix = "", "(40-60)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueCorruptedJewel3_"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueRing35"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__1"] = { affix = "", "(0-30)% reduced Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__2"] = { affix = "", "(60-80)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__3"] = { affix = "", "40% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__3Royale_"] = { affix = "", "20% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__4"] = { affix = "", "(20-45)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__5"] = { affix = "", "(75-90)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__6"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__7"] = { affix = "", "(40-50)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__8_"] = { affix = "", "(100-140)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__9"] = { affix = "", "(70-100)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__10"] = { affix = "", "(30-50)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__11"] = { affix = "", "(20-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 85, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__12"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__13"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueDagger1"] = { affix = "", "(50-70)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueDagger1Royale"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueDagger4"] = { affix = "", "(60-70)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueWand3"] = { affix = "", "80% reduced Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueTwoHandAxe9"] = { affix = "", "(100-200)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand1"] = { affix = "", "(8-12)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand2"] = { affix = "", "(10-14)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand3"] = { affix = "", "(11-15)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand4"] = { affix = "", "(13-17)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand5"] = { affix = "", "(15-19)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand6"] = { affix = "", "(17-21)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand7"] = { affix = "", "(18-22)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand8"] = { affix = "", "(20-24)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand9"] = { affix = "", "(22-26)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand10"] = { affix = "", "(24-28)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand11"] = { affix = "", "(26-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand12"] = { affix = "", "(27-31)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand13"] = { affix = "", "(29-33)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand14"] = { affix = "", "(31-35)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand15"] = { affix = "", "(33-37)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand16"] = { affix = "", "(35-39)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand17"] = { affix = "", "(36-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand18"] = { affix = "", "(38-42)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["WeaponElementalDamageUniqueShieldStrInt4"] = { affix = "", "(10-20)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueRing10"] = { affix = "", "(20-30)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueBelt5"] = { affix = "", "(10-20)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueRing21"] = { affix = "", "30% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitBow1"] = { affix = "", "(20-24)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitBow2"] = { affix = "", "(25-28)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitBow3"] = { affix = "", "(29-32)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitSword1"] = { affix = "", "30% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueBelt10"] = { affix = "", "10% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__1"] = { affix = "", "(4-12)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__2"] = { affix = "", "(20-40)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__3"] = { affix = "", "(40-55)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__4"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__5"] = { affix = "", "(25-30)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ThisWeaponsWeaponElementalDamageUniqueWand6"] = { affix = "", "Attacks with this Weapon have (100-115)% increased Elemental Damage", statOrderKey = "2350", statOrder = { 2350 }, level = 1, group = "ThisWeaponWeaponElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ManaLeechUniqueOneHandSword2"] = { affix = "", "(3-5)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueOneHandSword2"] = { affix = "", "(0.6-1)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueTwoHandSword2"] = { affix = "", "3% of Physical Attack Damage Leeched as Mana", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueTwoHandSword2"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Mana", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueAmulet3"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueAmulet3"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechStrDexHelmet1"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadStrDexHelmet1"] = { affix = "", "0.4% of Attack Damage Leeched as Mana", statOrderKey = "1231", statOrder = { 1231 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechUniqueGlovesStrDex1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueGlovesStrDex1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueBelt1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueTwoHandMace4"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueTwoHandMace4"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueHelmetInt7"] = { affix = "", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueHelmetInt7"] = { affix = "", "(0.2-0.4)% of Attack Damage Leeched as Mana", statOrderKey = "1231", statOrder = { 1231 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechUniqueRing17"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueRing17"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueGlovesDexInt6"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueGlovesDexInt6"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueBodyStr6"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueBodyStr6"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUnique__1"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUnique__2"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ItemFoundQuantityIncreaseUniqueGlovesInt1"] = { affix = "", "(5-10)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 14, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueBelt3"] = { affix = "", "(6-8)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueBootsDex2"] = { affix = "", "(14-20)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueRing7"] = { affix = "", "(10-16)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueShieldInt4"] = { affix = "", "(4-8)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueBodyStr5"] = { affix = "", "(10-15)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueRing32"] = { affix = "", "(-10-10)% reduced Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityReduceUniqueCorruptedJewel1"] = { affix = "", "10% reduced Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreasedUnique__1"] = { affix = "", "5% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseImplicitRing1"] = { affix = "", "(6-15)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseImplicitAmulet1"] = { affix = "", "(12-20)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 10, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRing3"] = { affix = "", "(50-70)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueAmulet6"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueStrDexHelmet1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueBootsDexInt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueGlovesStrDex2"] = { affix = "", "(40-50)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueGlovesStrDex2Royale"] = { affix = "", "(70-100)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueTwoHandAxe2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityDecreaseUniqueRapier1"] = { affix = "", "20% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityDecreaseUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityDecreaseUniqueRing10"] = { affix = "", "(10-20)% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueHelmetDex3"] = { affix = "", "10% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueHelmetWreath1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRing6"] = { affix = "", "(10-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueHelmetDex6"] = { affix = "", "(20-25)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRapier2"] = { affix = "", "20% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityDecreaseUniqueOneHandSword4"] = { affix = "", "50% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueBootsDemigods1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueShieldStrDex2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseImplicitDemigodsBelt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRingDemigods1"] = { affix = "", "(16-24)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 16, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueBodyStr5"] = { affix = "", "(30-50)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRing32_"] = { affix = "", "(-40-40)% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueShieldDemigods"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__1"] = { affix = "", "10% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__2"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__3"] = { affix = "", "(6-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__4_"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__5"] = { affix = "", "(15-25)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedEnergyShieldDelayUniqueBodyInt1"] = { affix = "", "10% faster start of Energy Shield Recharge", statOrderKey = "1108", statOrder = { 1108 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUniqueDagger4"] = { affix = "", "10% faster start of Energy Shield Recharge", statOrderKey = "1108", statOrder = { 1108 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUniqueQuiver7"] = { affix = "", "80% faster start of Energy Shield Recharge", statOrderKey = "1108", statOrder = { 1108 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUniqueBelt11"] = { affix = "", "50% increased Energy Shield Recharge Rate", statOrderKey = "1111", statOrder = { 1111 }, level = 28, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUniqueCorruptedJewel15"] = { affix = "", "20% faster start of Energy Shield Recharge", statOrderKey = "1108", statOrder = { 1108 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldDelayUniqueHelmetInt4"] = { affix = "", "50% reduced Energy Shield Recharge Rate", statOrderKey = "1111", statOrder = { 1111 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUnique__1"] = { affix = "", "(30-50)% faster start of Energy Shield Recharge", statOrderKey = "1108", statOrder = { 1108 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayImplicit1_"] = { affix = "", "(10-15)% faster start of Energy Shield Recharge", statOrderKey = "1108", statOrder = { 1108 }, level = 93, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedCastSpeedImplicitMarakethWand1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedImplicitMarakethWand2"] = { affix = "", "14% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueAmulet1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueIntHelmet2"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesInt2"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesStr1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff2"] = { affix = "", "(10-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesInt4"] = { affix = "", "10% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand3"] = { affix = "", "(10-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueAmulet16"] = { affix = "", "10% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueClaw7"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueDescentWand1"] = { affix = "", "12% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueSceptre6"] = { affix = "", "(15-18)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand4"] = { affix = "", "(5-8)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesDemigods1"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff5"] = { affix = "", "18% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueSceptre7"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand7"] = { affix = "", "(25-30)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueRing27"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueBootsDex5"] = { affix = "", "10% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueHelmetInt8"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueHelmetStrInt6"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueGlovesStrInt4_"] = { affix = "", "(20-30)% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueAmulet20"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff12"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand10"] = { affix = "", "10% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueTwoHandMace8"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueRing38"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__1"] = { affix = "", "(4-8)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__2"] = { affix = "", "(14-18)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__3"] = { affix = "", "(30-40)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__4"] = { affix = "", "(4-6)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__5"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__6"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__7"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__8"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__9"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__10"] = { affix = "", "(12-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__11__"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__12"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__13"] = { affix = "", "(25-30)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__14"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__15_"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__16"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__17"] = { affix = "", "(1-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__18_"] = { affix = "", "(5-7)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__19__"] = { affix = "", "(8-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__20"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__21"] = { affix = "", "(7-12)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__22"] = { affix = "", "(15-25)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedFishing__Unique1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring", "caster", "speed" }, }, + ["LocalIncreasedAttackSpeedImplicitMarakethOneHandMace1"] = { affix = "", "4% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedImplicitMarakethOneHandMace2"] = { affix = "", "6% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow1"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow2"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword3"] = { affix = "", "20% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueRapier1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandMace3"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDagger3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandMace1"] = { affix = "", "45% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow4"] = { affix = "", "100% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow5"] = { affix = "", "20% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandMace4"] = { affix = "", "50% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow6"] = { affix = "", "(10-14)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw1"] = { affix = "", "(20-30)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueSceptre1"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw2"] = { affix = "", "20% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow8"] = { affix = "", "(36-50)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw3"] = { affix = "", "5% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandAxe1"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow9"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedOneHandSword3"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow10"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword6"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandAxe2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDescentDagger1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDescentBow1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDescentOneHandMace1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandAxe7"] = { affix = "", "(12-16)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueSceptre7"] = { affix = "", "(11-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueWand6"] = { affix = "", "(10-18)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow11"] = { affix = "", "(10-14)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword6"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword7"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueStaff7"] = { affix = "", "(12-16)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword8"] = { affix = "", "(22-27)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword9"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword8"] = { affix = "", "(6-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueStaff9"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueSceptre9"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow12"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword11"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw8"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueWand9"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandAxe9"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUniqueDagger9"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDagger12"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw9"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandAxe7"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword12"] = { affix = "", "15% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword13_"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUniqueOneHandMace6"] = { affix = "", "20% reduced Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUnique__1"] = { affix = "", "50% reduced Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUnique__2"] = { affix = "", "15% reduced Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUnique__3"] = { affix = "", "(25-30)% reduced Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandMace8"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandMace8_"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__2"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__1"] = { affix = "", "(4-8)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__3"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__4"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__5"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__6"] = { affix = "", "(14-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__7"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__8"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__9"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__10"] = { affix = "", "(8-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__11"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__12"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__13"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__14"] = { affix = "", "(17-25)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__15"] = { affix = "", "(16-22)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__16"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__17"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__18"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__19"] = { affix = "", "(5-8)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__20"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__21"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__22"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__23"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__24"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__25"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__26_"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__27"] = { affix = "", "(5-8)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__28"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__29"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__30"] = { affix = "", "(20-30)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__31"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__32"] = { affix = "", "(6-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__33"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__34"] = { affix = "", "(14-18)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__35"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__36"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitShield1"] = { affix = "", "6% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitShield2"] = { affix = "", "12% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitShield3"] = { affix = "", "18% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueIntHelmet2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBootsDexInt1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesDex2"] = { affix = "", "5% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStrDex1"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStr1"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueHelmetStrDex2"] = { affix = "", "16% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStr2"] = { affix = "", "(5-15)% reduced Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueHelmetDex4"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBodyDex5"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesDexInt3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueHelmetDex6"] = { affix = "", "15% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBodyStr3"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesDemigods1"] = { affix = "", "(10-16)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBodyDex7"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver3"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver5"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 4, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver6"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 10, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver7"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStrDex5"] = { affix = "", "(6-9)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueShieldDex6"] = { affix = "", "(6-10)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueShieldDexInt2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver9"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueRing27"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueShieldInt5"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUniqueAmulet16"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUnique__1"] = { affix = "", "30% reduced Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueAmulet20"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueRing37"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique_1"] = { affix = "", "(8-13)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__3_"] = { affix = "", "(1-20)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__4_"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedTransformedUnique__1"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 30, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAccuracyUniqueBow2"] = { affix = "", "+30 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandAxe1"] = { affix = "", "+(150-250) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandSword1"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueAmulet5"] = { affix = "", "+100 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 7, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueStrDexHelmet1"] = { affix = "", "+500 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueGlovesDexInt1"] = { affix = "", "+(50-80) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueAmulet7"] = { affix = "", "+(100-150) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandMace3"] = { affix = "", "-100 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueBow4"] = { affix = "", "+(25-50) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueBow7"] = { affix = "", "+(350-400) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueRing12"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueHelmetInt7"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueHelmetInt7Royale"] = { affix = "", "+(30-35) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandAxe5"] = { affix = "", "+(120-150) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["ReducedAccuracyUniqueTwoHandSword5"] = { affix = "", "-150 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueAmulet17_"] = { affix = "", "+(80-120) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueDescentBow1"] = { affix = "", "+30 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueRing17"] = { affix = "", "+333 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueWand6"] = { affix = "", "+(340-400) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueOneHandSword9"] = { affix = "", "+(280-300) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandSword7"] = { affix = "", "+(90-120) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueSceptre8"] = { affix = "", "+(160-220) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__1"] = { affix = "", "+(300-400) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__2"] = { affix = "", "+(350-400) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__3"] = { affix = "", "+1000 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__4"] = { affix = "", "+(800-1000) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__5"] = { affix = "", "+(300-400) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__6"] = { affix = "", "+(150-250) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__7_"] = { affix = "", "+(200-300) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__8"] = { affix = "", "+(350-500) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__9____"] = { affix = "", "-5000 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LifeRegenerationUniqueRing1"] = { affix = "", "Regenerate (2-4) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationImplicitAmulet1"] = { affix = "", "Regenerate (2-4) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 2, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationImplicitAmulet2"] = { affix = "", "Regenerate (1.2-1.6)% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 93, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationUniqueShieldDex2"] = { affix = "", "Regenerate (5-7.5) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueTwoHandAxe4"] = { affix = "", "Regenerate 20 Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueWreath1"] = { affix = "", "Regenerate 2 Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueShieldStrInt5"] = { affix = "", "Regenerate (15-20) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueBootsDex5"] = { affix = "", "Regenerate (1.7-2.7) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueBelt8"] = { affix = "", "Regenerate (66.7-75) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueGlovesStrDex5"] = { affix = "", "Regenerate (3-4) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueRing26"] = { affix = "", "Regenerate (13-17) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueRing33"] = { affix = "", "Regenerate (10-15) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueAmulet25"] = { affix = "", "Regenerate (16-24) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUnique__1"] = { affix = "", "Regenerate (50-70) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUnique__2__"] = { affix = "", "Regenerate (50-70) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["ManaRegenerationImplicitAmulet1"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 2, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationImplicitAmulet2"] = { affix = "", "(48-56)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 97, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationImplicitDemigodsBelt1"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing5"] = { affix = "", "50% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueDexHelmet2"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueIntHelmet2"] = { affix = "", "30% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsInt2"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsDex2"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueAmulet10"] = { affix = "", "(80-100)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 20, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing14"] = { affix = "", "(45-65)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsDex5"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBelt6"] = { affix = "", "20% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBodyDexInt2"] = { affix = "", "(40-50)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsStrDex4"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueOneHandMace3"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBow11"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueGlovesStrInt2"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRingDemigod1"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 16, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing26"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueHelmetStrInt5"] = { affix = "", "20% reduced Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing33"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueAmulet21"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueJewel30"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueJewel43"] = { affix = "", "10% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing34"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueShieldInt5"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__1"] = { affix = "", "(15-25)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__2"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__3"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__4"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__5"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__6"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__7"] = { affix = "", "(45-50)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__8"] = { affix = "", "(40-45)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__9___"] = { affix = "", "(80-100)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__10"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__11___"] = { affix = "", "(40-60)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__12"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__13"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__14___"] = { affix = "", "60% reduced Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedManaRegenerationUniqueRing27"] = { affix = "", "15% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["BaseManaRegenerationUniqueBodyDexInt2"] = { affix = "", "Regenerate 1% of Mana per second", statOrderKey = "1126", statOrder = { 1126 }, level = 1, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["StunThresholdReductionImlicitMarakethOneHandSword1"] = { affix = "", "8% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionImlicitMarakethOneHandSword2"] = { affix = "", "12% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionImplicitMace1"] = { affix = "", "10% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionImplicitMace2"] = { affix = "", "15% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionImplicitMace3_"] = { affix = "", "20% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueTwoHandMace1"] = { affix = "", "15% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueQuiver2"] = { affix = "", "(10-15)% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueGlovesDexInt2"] = { affix = "", "10% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueClaw2_"] = { affix = "", "25% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1955", statOrder = { 1955 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueClaw6"] = { affix = "", "10% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1955", statOrder = { 1955 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueTwoHandSword5"] = { affix = "", "25% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1955", statOrder = { 1955 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueQuiver8"] = { affix = "", "(20-25)% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueOneHandMace5"] = { affix = "", "(15-25)% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1955", statOrder = { 1955 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueStaff11"] = { affix = "", "(15-20)% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueOneHandMace6"] = { affix = "", "(10-20)% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueBootsStr3"] = { affix = "", "(5-10)% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUnique__1___"] = { affix = "", "(20-30)% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1955", statOrder = { 1955 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["CriticalStrikeChanceImplicitDagger1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "1009", statOrder = { 1009 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDagger2"] = { affix = "", "40% increased Global Critical Strike Chance", statOrderKey = "1010", statOrder = { 1010 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDagger3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1011", statOrder = { 1011 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDaggerNew1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDaggerNew2"] = { affix = "", "40% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDaggerNew3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitQuiver13"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 57, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitMarakethStaff1"] = { affix = "", "80% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitMarakethStaff2"] = { affix = "", "100% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueOneHandSword2"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueGlovesDex2"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueRapier1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueDagger3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueBodyInt4"] = { affix = "", "100% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueHelmetDex4"] = { affix = "", "25% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueHelmetDex6"] = { affix = "", "(60-75)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueWand3"] = { affix = "", "(50-65)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitRing1"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 25, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitRingRoyale1_"] = { affix = "", "(30-40)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueRing11_"] = { affix = "", "(30-35)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 35, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueAmulet17"] = { affix = "", "(200-250)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueGlovesStr3"] = { affix = "", "(25-35)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueGlovesDexInt6"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueBow9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["CriticalSrikeChanceUniqueSceptre7"] = { affix = "", "(30-40)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueAmulet18"] = { affix = "", "(250-350)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueWand10"] = { affix = "", "(40-60)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__2"] = { affix = "", "(20-60)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__3"] = { affix = "", "(50-70)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__4_"] = { affix = "", "(120-160)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe1"] = { affix = "", "50% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe2"] = { affix = "", "50% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueBow11"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueClaw2"] = { affix = "", "25% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceImplicitBow1"] = { affix = "", "(30-50)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueStaff7"] = { affix = "", "(10-20)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandSword8"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandMace4"] = { affix = "", "(15-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniquSceptre10"] = { affix = "", "(25-50)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandSword10"] = { affix = "", "(44-66)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueWand9"] = { affix = "", "(10-20)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueDagger11"] = { affix = "", "30% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__1"] = { affix = "", "(26-32)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__2"] = { affix = "", "(22-30)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique14"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__3"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__4"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__5"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__6"] = { affix = "", "(40-60)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__7"] = { affix = "", "(20-35)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__8"] = { affix = "", "(50-75)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__10"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__11"] = { affix = "", "(20-25)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__12"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__13"] = { affix = "", "(70-90)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__14"] = { affix = "", "(80-100)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__15"] = { affix = "", "(25-35)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__16"] = { affix = "", "(8-12)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__17_"] = { affix = "", "(22-28)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__18"] = { affix = "", "(60-80)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__19"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__20"] = { affix = "", "(20-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["FireResistImplicitRing1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 20, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistImplicitAmulet1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueDexHelmet2"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet4"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsDexInt1"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet7"] = { affix = "", "+20% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt3"] = { affix = "", "+20% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsDex2"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueOneHandMace1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyDex3"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyInt2"] = { affix = "", "+(30-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStr3"] = { affix = "", "+(35-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStrInt5"] = { affix = "", "+(20-25)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet13"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet16"] = { affix = "", "+(30-45)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueHelmetInt7"] = { affix = "", "-30% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceBodyDex6"] = { affix = "", "+(6-10)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueOneHandSword4"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt6"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt9"] = { affix = "", "+(30-35)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueRing15"] = { affix = "", "+(25-35)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsStrInt3"] = { affix = "", "+(50-60)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt13"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyStr5"] = { affix = "", "-10% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueRing32"] = { affix = "", "+(-25-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt14"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 65, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStrDex3"] = { affix = "", "+(30-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueOneHandAxe7_"] = { affix = "", "+(15-25)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsStr3_"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__2"] = { affix = "", "+(15-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__3"] = { affix = "", "-10% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__4"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__5"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__6"] = { affix = "", "+30% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__7_"] = { affix = "", "+(26-32)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__8"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__9"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__10"] = { affix = "", "-30% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__11"] = { affix = "", "-50% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__12"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__13"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__14"] = { affix = "", "+(20-25)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__15"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__16"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__18"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__19"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__20_"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__21"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__22_"] = { affix = "", "-(30-20)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__23_"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__24"] = { affix = "", "+(15-25)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__25"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__26"] = { affix = "", "+(40-60)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["ColdResistImplicitRing1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueAmulet3"] = { affix = "", "+25% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistDexHelmet2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueStrHelmet2"] = { affix = "", "+30% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesDex1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesDex1Royale____"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt4"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldDex1"] = { affix = "", "+50% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueHelmetDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyStrInt3"] = { affix = "", "+(50-75)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesStrDex3"] = { affix = "", "+(40-50)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueAmulet13"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueOneHandAxe1_"] = { affix = "", "+(20-25)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceBodyDex6"] = { affix = "", "+(26-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBootsDexInt2"] = { affix = "", "+20% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyDex7"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldInt3"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesStrDex4"] = { affix = "", "+40% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt9"] = { affix = "", "+(30-35)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueQuiver5"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueRing24"] = { affix = "", "+(25-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBootsDex8"] = { affix = "", "+20% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt13"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueRing28"] = { affix = "", "+(10-15)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyStr5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesStrInt3"] = { affix = "", "+(40-50)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueRing32"] = { affix = "", "+(-25-50)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt14"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldDex7"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldDex7Royale_"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBootsStrDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__3"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 23, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__3Royale"] = { affix = "", "+(5-15)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 23, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__4"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__5"] = { affix = "", "+75% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__5Royale__"] = { affix = "", "+25% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__6"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__7"] = { affix = "", "+(32-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__8"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__9"] = { affix = "", "-40% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__10"] = { affix = "", "+(30-50)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__11"] = { affix = "", "+(35-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__12"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__13"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__14"] = { affix = "", "-30% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__15"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__16"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__17"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__17Royale"] = { affix = "", "+(10-15)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__18"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__19"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__20"] = { affix = "", "+(20-25)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__21"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__22_"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 80, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__23"] = { affix = "", "+(25-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__24"] = { affix = "", "+(25-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__25"] = { affix = "", "+(25-35)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__26"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__27"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__28"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__29"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__30"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__31_"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__32"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__33"] = { affix = "", "+(40-60)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["LightningResistImplicitRing1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 15, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueHelmetDexInt1"] = { affix = "", "+10% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueDexHelmet1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueStrDexHelmet1"] = { affix = "", "+30% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldInt1"] = { affix = "", "+25% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldDex2"] = { affix = "", "+30% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueOneHandMace1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyInt1"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBootsStrDex2"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueAmulet15"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceBodyDex6"] = { affix = "", "+(11-25)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyStrDex2"] = { affix = "", "-60% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueDescentTwoHandSword1"] = { affix = "", "+40% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldInt3"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBelt9"] = { affix = "", "+(30-35)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBelt11"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyStr5"] = { affix = "", "-20% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueRing32"] = { affix = "", "+(-25-50)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueRing35"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBootsDexInt4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueHelmetInt10"] = { affix = "", "+(25-35)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__1"] = { affix = "", "+(15-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__2"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__3"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__5"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__6"] = { affix = "", "+(15-20)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__7"] = { affix = "", "+(35-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__8"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__10"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__11"] = { affix = "", "+(20-25)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__12"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__13"] = { affix = "", "+(1-50)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__14"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__15"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__16"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__17_"] = { affix = "", "+(25-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__18"] = { affix = "", "+(25-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__19_"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__20"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__21"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__22"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__23_"] = { affix = "", "+75% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__24"] = { affix = "", "+(40-60)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ChaosResistUniqueHelmetStrInt2"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueBodyInt8"] = { affix = "", "+(40-50)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistImplicitRing1"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 38, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistImplicitBoots1"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 85, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueAmulet15_"] = { affix = "", "+(8-10)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueRing12"] = { affix = "", "+(15-20)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistHelmetStrDex2"] = { affix = "", "+(15-25)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueRing16"] = { affix = "", "+(40-50)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueDagger8"] = { affix = "", "+(8-12)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueBootsStrInt2"] = { affix = "", "+(9-12)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueHelmetDexInt5"] = { affix = "", "+(24-30)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueWand7"] = { affix = "", "+(5-10)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueHelmetStrInt5"] = { affix = "", "+(43-61)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueQuiver9"] = { affix = "", "+(12-16)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueBow12"] = { affix = "", "+(7-11)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueAmulet23"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistDemigodsTorchImplicit"] = { affix = "", "+(11-19)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__1"] = { affix = "", "+11% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__2"] = { affix = "", "+(8-16)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__3"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__4"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__5"] = { affix = "", "+60% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__6"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__7"] = { affix = "", "+(15-25)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__8"] = { affix = "", "-(20-10)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__9"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__10"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__11"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__12"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__13"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__14"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__15"] = { affix = "", "+(23-31)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__16"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__17"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__18_"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__19"] = { affix = "", "+(29-41)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__20_"] = { affix = "", "+(23-31)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__21"] = { affix = "", "+(19-29)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__22"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["FireAndLightningResistImplicitRing1"] = { affix = "", "+(12-16)% to Fire and Lightning Resistances", statOrderKey = "2223", statOrder = { 2223 }, level = 25, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["ColdAndLightningResistImplicitRing1"] = { affix = "", "+(12-16)% to Cold and Lightning Resistances", statOrderKey = "2224", statOrder = { 2224 }, level = 25, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["FireAndColdResistImplicitRing1"] = { affix = "", "+(12-16)% to Fire and Cold Resistances", statOrderKey = "2222", statOrder = { 2222 }, level = 25, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndLightningResistImplicitBoots1"] = { affix = "", "+(8-12)% to Fire and Lightning Resistances", statOrderKey = "2223", statOrder = { 2223 }, level = 78, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["ColdAndLightningResistImplicitBoots1"] = { affix = "", "+(8-12)% to Cold and Lightning Resistances", statOrderKey = "2224", statOrder = { 2224 }, level = 78, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["FireAndColdResistImplicitBoots1_"] = { affix = "", "+(8-12)% to Fire and Cold Resistances", statOrderKey = "2222", statOrder = { 2222 }, level = 78, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__1"] = { affix = "", "+(15-25)% to Fire and Cold Resistances", statOrderKey = "2222", statOrder = { 2222 }, level = 75, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__2"] = { affix = "", "+(20-30)% to Fire and Cold Resistances", statOrderKey = "2222", statOrder = { 2222 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__3"] = { affix = "", "+(25-30)% to Fire and Cold Resistances", statOrderKey = "2222", statOrder = { 2222 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__4_"] = { affix = "", "+(10-20)% to Fire and Cold Resistances", statOrderKey = "2222", statOrder = { 2222 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["ColdAndLightningResistUnique__1"] = { affix = "", "+(20-25)% to Cold and Lightning Resistances", statOrderKey = "2224", statOrder = { 2224 }, level = 81, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["ColdAndLightningResistUnique__2"] = { affix = "", "+(15-20)% to Cold and Lightning Resistances", statOrderKey = "2224", statOrder = { 2224 }, level = 1, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["FireAndLightningResistUnique__1"] = { affix = "", "+(20-30)% to Fire and Lightning Resistances", statOrderKey = "2223", statOrder = { 2223 }, level = 1, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["FireAndLightningResistUnique__2"] = { affix = "", "+(20-30)% to Fire and Lightning Resistances", statOrderKey = "2223", statOrder = { 2223 }, level = 1, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["AllResistancesImplicitShield1"] = { affix = "", "+4% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitShield2"] = { affix = "", "+8% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitShield3"] = { affix = "", "+12% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitArmour1"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitRing1"] = { affix = "", "+(8-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitRoyaleRing1"] = { affix = "", "+(8-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitVictorAmulet"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 16, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing3"] = { affix = "", "-20% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet2"] = { affix = "", "+20% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 10, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing4"] = { affix = "", "+5% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueIntHelmet3"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueHelmetStrInt1"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBootsStr1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueGlovesStrDex2"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueGlovesStrDex2Royale"] = { affix = "", "+5% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldStrInt1"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyStrInt2"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet9"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldStrInt2"] = { affix = "", "+25% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueHelmetDex3"] = { affix = "", "+(30-40)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldStrInt4"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldDex3"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyDexInt1"] = { affix = "", "+(9-12)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing6"] = { affix = "", "+(10-30)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 30, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBootsInt5"] = { affix = "", "+20% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRapier2"] = { affix = "", "+(40-60)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing7"] = { affix = "", "+(16-24)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing9"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet14"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueTwoHandMace6_"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplictBootsDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplictHelmetDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyStrDex1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing21"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBelt8"] = { affix = "", "-(25-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyStrDexInt1"] = { affix = "", "+(20-24)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueHelmetDexInt4"] = { affix = "", "+(26-30)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBeltDemigods1"] = { affix = "", "+(16-24)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueDagger9"] = { affix = "", "+(6-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing25"] = { affix = "", "-20% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 7, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBelt10"] = { affix = "", "+(6-8)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 32, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldDexInt2"] = { affix = "", "-50% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBelt13"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistajcesUniqueStaff10"] = { affix = "", "+(5-7)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet23"] = { affix = "", "-(10-5)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueJewel8"] = { affix = "", "+6% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesDescentUniqueQuiver1"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__1"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__2"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__3"] = { affix = "", "+(14-18)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__4"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__5"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__6"] = { affix = "", "-(20-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__7"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__8"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__9"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__10"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__11__"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__12"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__13"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 75, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__14"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__15"] = { affix = "", "+(12-18)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__16"] = { affix = "", "+(10-16)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__17"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__18"] = { affix = "", "-(20-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__19"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__20"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__21"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__22_"] = { affix = "", "-(15-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__23__"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesDemigodsImplicit"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["CriticalMultiplierImplicitSword1"] = { affix = "", "+25% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSword2"] = { affix = "", "+35% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSword3"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSword2H1"] = { affix = "", "+25% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSwordM2"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitBow1"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDex2"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDexInt2"] = { affix = "", "+30% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDexInt4"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueHelmetStr3"] = { affix = "", "+60% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueRing8"] = { affix = "", "-50% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueAmulet17"] = { affix = "", "+(210-240)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 50, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueDescentDagger1"] = { affix = "", "+45% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueDagger8"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueRing17"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDexInt6_"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueAmulet18"] = { affix = "", "Your Critical Strikes do not deal extra Damage", statOrderKey = "2096", statOrder = { 2096 }, level = 29, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__1"] = { affix = "", "+(27-33)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__2"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__3__"] = { affix = "", "+(23-28)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__4____"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["StunRecoveryImplicitBelt1"] = { affix = "", "(15-25)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 20, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryImplicitBeltRoyale1"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueBootsStrDex1"] = { affix = "", "20% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueHelmetInt6"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueBootsStrDex3"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueHelmetStrInt4"] = { affix = "", "(20-22)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueGlovesStrInt1"] = { affix = "", "(40-60)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueQuiver4"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueAmulet18"] = { affix = "", "40% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueClaw8"] = { affix = "", "25% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueOneHandSword13"] = { affix = "", "(30-40)% reduced Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUnique__1_"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUnique__2"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUnique__3"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationImplicitBelt1"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 20, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationImplicitMace1"] = { affix = "", "30% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationImplicitMace2"] = { affix = "", "45% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationImplicitQuiver9"] = { affix = "", "(25-35)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 20, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandMace1"] = { affix = "", "(40-50)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandMace2"] = { affix = "", "(10-20)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueQuiver2"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandMace3"] = { affix = "", "(40-50)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueGlovesInt4_"] = { affix = "", "50% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueGlovesDexInt3"] = { affix = "", "10% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandSword5"] = { affix = "", "400% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueQuiver8"] = { affix = "", "(60-80)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueOneHandMace6"] = { affix = "", "(30-50)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUnique__1"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellCriticalStrikeChanceUniqueDagger1"] = { affix = "", "(80-100)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueGlovesInt5"] = { affix = "", "(75-100)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueGlovesInt6"] = { affix = "", "(125-150)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueHelmetInt6"] = { affix = "", "(20-25)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueShieldInt3"] = { affix = "", "(25-35)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueBootsStrDex5"] = { affix = "", "(50-70)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__1"] = { affix = "", "(100-140)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__2"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__3"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__4"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["ProjectileSpeedUniqueAmulet5"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueBow4_"] = { affix = "", "(50-100)% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueQuiver2"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueQuiver4"] = { affix = "", "(20-30)% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueQuiver8"] = { affix = "", "25% reduced Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique___1"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__2"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__3"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__4"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__5__"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__6"] = { affix = "", "(20-30)% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__7"] = { affix = "", "(30-40)% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__8"] = { affix = "", "(30-50)% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["LifeGainPerTargetUniqueRing2"] = { affix = "", "+(2-4) Life gained for each Enemy hit by your Attacks", statOrderKey = "1262", statOrder = { 1262 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueOneHandSword1"] = { affix = "", "+2 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueDagger2"] = { affix = "", "+10 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw2"] = { affix = "", "+8 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw3"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw4"] = { affix = "", "+22 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw2"] = { affix = "", "+6 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw3"] = { affix = "", "+7 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw3_1"] = { affix = "", "+8 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw4"] = { affix = "", "+12 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw4_1"] = { affix = "", "+19 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw5"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw5_1"] = { affix = "", "+20 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw6"] = { affix = "", "+25 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw7"] = { affix = "", "+24 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw8"] = { affix = "", "+44 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw9_"] = { affix = "", "+40 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw10"] = { affix = "", "+46 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw11_"] = { affix = "", "+40 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw12"] = { affix = "", "+50 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw13"] = { affix = "", "+46 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitQuiver8"] = { affix = "", "+(3-4) Life gained for each Enemy hit by your Attacks", statOrderKey = "1262", statOrder = { 1262 }, level = 13, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueSceptre2"] = { affix = "", "+(6-10) Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueRapier2"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueRing7"] = { affix = "", "+(40-60) Life gained for each Enemy hit by your Attacks", statOrderKey = "1262", statOrder = { 1262 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueQuiver6_"] = { affix = "", "+(2-3) Life gained for each Enemy hit by your Attacks", statOrderKey = "1262", statOrder = { 1262 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueOneHandSword7"] = { affix = "", "+2 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueDescentClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUnique__1"] = { affix = "", "+7 Life gained for each Enemy hit by your Attacks", statOrderKey = "1262", statOrder = { 1262 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LoseLifePerTargetUnique__1"] = { affix = "", "Lose (20-25) Life for each Enemy hit by your Attacks", statOrderKey = "1262", statOrder = { 1262 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["FireDamagePercentUniqueStaff1_"] = { affix = "", "(70-90)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueStrHelmet2"] = { affix = "", "(30-40)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueBodyInt4"] = { affix = "", "(25-35)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueHelmetInt5"] = { affix = "", "50% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing18"] = { affix = "", "(25-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentBodyStr1"] = { affix = "", "(20-40)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueBelt9a"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing24"] = { affix = "", "(15-25)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 14, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueSceptre9"] = { affix = "", "30% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueWand10"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing36"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing38"] = { affix = "", "(30-40)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing38Royale"] = { affix = "", "(10-20)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique___2"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__3"] = { affix = "", "(18-25)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__4"] = { affix = "", "(25-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique___5"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__6"] = { affix = "", "(50-70)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 45, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique___7"] = { affix = "", "25% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique____8"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__9"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__10"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__11"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__12___"] = { affix = "", "100% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdDamagePercentUniqueHelmetInt4"] = { affix = "", "30% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueStaff2"] = { affix = "", "(40-50)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueHelmetStrInt3"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueRing19"] = { affix = "", "(25-30)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueBelt9b"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__2"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__3"] = { affix = "", "(30-50)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__4"] = { affix = "", "(18-25)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__5"] = { affix = "", "(30-50)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__6"] = { affix = "", "(20-25)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__7"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__8"] = { affix = "", "30% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__9"] = { affix = "", "(20-40)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique___10"] = { affix = "", "(10-20)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique___11"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__12"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__13"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__14"] = { affix = "", "(5-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__15"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamageUniqueWand1"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamageUniqueHelmetDexInt1"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueHelmetStrInt3"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueRing20"] = { affix = "", "(25-30)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueBelt9c"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueStaff8"] = { affix = "", "(30-50)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueRing29"] = { affix = "", "20% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueRing34"] = { affix = "", "(15-25)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__2"] = { affix = "", "(15-20)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__3"] = { affix = "", "35% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__4"] = { affix = "", "100% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 40, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__5"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__6"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__7"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__8"] = { affix = "", "(30-40)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LifeGainedFromEnemyDeathUniqueTwoHandAxe1"] = { affix = "", "+20 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "+30 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueDagger1Royale"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueBootsStrInt1"] = { affix = "", "+(10-20) Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueTwoHandAxe2"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueTwoHandMace7"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "+(15-20) Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueOneHandAxe3"] = { affix = "", "+(5-7) Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueBodyStrDexInt1"] = { affix = "", "+100 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 94, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueDagger11"] = { affix = "", "+5 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUnique__1"] = { affix = "", "+(15-25) Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUnique__2"] = { affix = "", "+(20-30) Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaGainedFromEnemyDeathUniqueBow2"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueDagger1Royale"] = { affix = "", "+3 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueRing4"] = { affix = "", "+5 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueTwoHandSword3"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueTwoHandAxe5"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueShieldInt3"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueBodyStrDexInt1"] = { affix = "", "+100 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUnique__1"] = { affix = "", "+30 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUnique__2"] = { affix = "", "+(20-40) Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandMace1"] = { affix = "", "25% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandSword4"] = { affix = "", "(90-110)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueDescentDagger1"] = { affix = "", "100% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueDagger8"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueWand6_"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueSceptre9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandAxe8_"] = { affix = "", "(30-50)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueStaff14"] = { affix = "", "(20-35)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueTwoHandMace6"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalMultiplierUniqueBow3"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplierUniqueClaw2"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplierUniqueDagger4"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplierUniqueOneHandSword4"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["FlaskIncreasedRecoverySpeedUniqueFlask3"] = { affix = "", "(5-20)% increased Recovery rate", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoverySpeedUnique___1"] = { affix = "", "(80-120)% increased Recovery rate", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmountUniqueFlask4"] = { affix = "", "(30-50)% increased Amount Recovered", "100% increased Recovery rate", statOrderKey = "524,525", statOrder = { 524, 525 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmountUnique__1"] = { affix = "", "(30-50)% increased Amount Recovered", "50% reduced Recovery rate", statOrderKey = "524,525", statOrder = { 524, 525 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedDuration1"] = { affix = "Saturated", "33% reduced Recovery rate", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskFullInstantRecoveryUnique__1"] = { affix = "", "(65-75)% reduced Amount Recovered", "Instant Recovery", statOrderKey = "524,535", statOrder = { 524, 535 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskExtraLifeUnique__1"] = { affix = "", "50% increased Life Recovered", statOrderKey = "519", statOrder = { 519 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskFreezeImmunityUnique__1"] = { affix = "", "Grants Immunity to Chill for 4 seconds if used while Chilled", "Grants Immunity to Freeze for 4 seconds if used while Frozen", statOrderKey = "566,566.1", statOrder = { 566, 566.1 }, level = 1, group = "FlaskDispellChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["FlaskDispellsBurningUnique__1"] = { affix = "", "Grants Immunity to Ignite for 4 seconds if used while Ignited", "Removes all Burning when used", statOrderKey = "567,567.1", statOrder = { 567, 567.1 }, level = 1, group = "FlaskDispellBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["FlaskExtraChargesUnique__1"] = { affix = "", "+45 to Maximum Charges", statOrderKey = "507", statOrder = { 507 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercentUnique_1"] = { affix = "", "(40-60)% increased Charge Recovery", statOrderKey = "515", statOrder = { 515 }, level = 1, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercentUnique__2"] = { affix = "", "(20-30)% increased Charge Recovery", statOrderKey = "515", statOrder = { 515 }, level = 1, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskBuffManaLeechWhileHealing"] = { affix = "of Craving", "2% of Physical Attack Damage Leeched as Mana during Flask effect", statOrderKey = "608", statOrder = { 608 }, level = 12, group = "FlaskBuffWhileHealing", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana", "physical", "attack" }, }, + ["FlaskChanceRechargeOnCritUnique__1"] = { affix = "", "50% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "512", statOrder = { 512 }, level = 50, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, + ["FlaskEffectDurationUnique__1"] = { affix = "", "(25-50)% increased Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__2"] = { affix = "", "(60-80)% reduced Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__3"] = { affix = "", "(30-50)% increased Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__4"] = { affix = "", "100% increased Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__6"] = { affix = "", "(40-60)% reduced Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__7"] = { affix = "", "(20-40)% increased Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique___1"] = { affix = "", "500% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique___2"] = { affix = "", "(125-150)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__3"] = { affix = "", "50% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__4"] = { affix = "", "(-10-10)% reduced Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__5"] = { affix = "", "(125-150)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__6_"] = { affix = "", "(80-100)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__7"] = { affix = "", "100% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__8"] = { affix = "", "(175-200)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__9_"] = { affix = "", "(40-50)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__10"] = { affix = "", "(-10-10)% reduced Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskExtraChargesUnique__2_"] = { affix = "", "+(-40-90) to Maximum Charges", statOrderKey = "507", statOrder = { 507 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskExtraChargesUnique__3"] = { affix = "", "+90 to Maximum Charges", statOrderKey = "507", statOrder = { 507 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedDurationUnique__2"] = { affix = "", "90% reduced Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskIncreasedDurationUnique1", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskBuffReducedManaCostWhileHealingUnique__1"] = { affix = "", "10% increased Mana Cost of Skills during Flask Effect", statOrderKey = "638", statOrder = { 638 }, level = 1, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskBuffWardWhileHealingUnique__1"] = { affix = "", "50% reduced Ward during Flask effect", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "defences" }, }, + ["FlaskWardUnbreakableDuringEffectUnique__1"] = { affix = "", "Ward does not Break during Flask effect", statOrderKey = "595", statOrder = { 595 }, level = 1, group = "FlaskWardUnbreakableDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "defences" }, }, + ["GlobalColdSpellGemsLevelUnique__1"] = { affix = "", "+3 to Level of all Cold Spell Skill Gems", statOrderKey = "1155", statOrder = { 1155 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["LocalIncreaseSocketedLightningGemLevelUniqueStaff8"] = { affix = "", "+2 to Level of all Lightning Spell Skill Gems", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, ["LocalIncreaseSocketedLightningGemLevelUnique__1"] = { affix = "", "+(1-3) to Level of Socketed Lightning Gems", statOrderKey = "52", statOrder = { 52 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "gem" }, }, - ["LocalIncreaseSocketedChaosGemLevelUnique__1"] = { affix = "", "+2 to Level of all Chaos Spell Skill Gems", statOrderKey = "1015", statOrder = { 1015 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelUnique__1"] = { affix = "", "+3 to Level of all Physical Spell Skill Gems", statOrderKey = "1011", statOrder = { 1011 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalVaalGemsLevelImplicit1_"] = { affix = "", "+1 to Level of all Vaal Skill Gems", statOrderKey = "7366", statOrder = { 7366 }, level = 1, group = "GlobalAttributeTypeGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedChaosGemLevelUnique__1"] = { affix = "", "+2 to Level of all Chaos Spell Skill Gems", statOrderKey = "1157", statOrder = { 1157 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelUnique__1"] = { affix = "", "+3 to Level of all Physical Spell Skill Gems", statOrderKey = "1153", statOrder = { 1153 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalVaalGemsLevelImplicit1_"] = { affix = "", "+1 to Level of all Vaal Skill Gems", statOrderKey = "7543", statOrder = { 7543 }, level = 1, group = "GlobalAttributeTypeGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedProjectileGemLevel1"] = { affix = "", "+1 to Level of Socketed Projectile Gems", statOrderKey = "57", statOrder = { 57 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedSpellGemLevel1"] = { affix = "", "+1 to Level of Socketed Spell Gems", statOrderKey = "54", statOrder = { 54 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, ["LocalIncreaseSocketedSpellGemLevelUniqueWand4"] = { affix = "", "+1 to Level of Socketed Spell Gems", statOrderKey = "54", statOrder = { 54 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, @@ -2483,8 +2571,8 @@ return { ["LocalIncreaseSocketedMinionGemLevelUnique__4"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, ["LocalIncreaseSocketedMinionGemLevelUnique__5____"] = { affix = "", "+3 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, ["LocalIncreaseSocketedSpellGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Spell Gems", statOrderKey = "54", statOrder = { 54 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, - ["LocalIncreaseSocketedFireGemLevelUniqueStaff1"] = { affix = "", "+2 to Level of all Fire Spell Skill Gems", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["LocalIncreaseSocketedFireGemLevelUniqueDagger10"] = { affix = "", "+1 to Level of all Fire Spell Skill Gems", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueStaff1"] = { affix = "", "+2 to Level of all Fire Spell Skill Gems", statOrderKey = "1154", statOrder = { 1154 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueDagger10"] = { affix = "", "+1 to Level of all Fire Spell Skill Gems", statOrderKey = "1154", statOrder = { 1154 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, ["LocalIncreaseSocketedFireGemLevelUniqueStaff13"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, ["LocalIncreaseSocketedFireGemLevelUnique__1_"] = { affix = "", "+2 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, ["LocalIncreaseSocketedFireGemLevelUnique__2"] = { affix = "", "+2 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, @@ -2497,7 +2585,7 @@ return { ["LocalIncreaseSocketedGemLevelUnique__4"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedGemLevelUnique__5"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedMeleeGemLevelUniqueRapier1"] = { affix = "", "+1 to Level of Socketed Melee Gems", statOrderKey = "59", statOrder = { 59 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, - ["LocalIncreaseSocketedColdGemLevelUniqueStaff2"] = { affix = "", "+2 to Level of all Cold Spell Skill Gems", statOrderKey = "1013", statOrder = { 1013 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueStaff2"] = { affix = "", "+2 to Level of all Cold Spell Skill Gems", statOrderKey = "1155", statOrder = { 1155 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, ["LocalIncreaseSocketedGemLevelUniqueSceptre1"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedFireGemLevelUniqueBodyInt4"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, @@ -2517,7 +2605,7 @@ return { ["LocalIncreaseSocketedGemLevelUniqueTwoHandAxe9"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedGemLevelUnique__2"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUnique___3"] = { affix = "", "+1 to Level of all Spell Skill Gems", statOrderKey = "1010", statOrder = { 1010 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique___3"] = { affix = "", "+1 to Level of all Spell Skill Gems", statOrderKey = "1152", statOrder = { 1152 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, ["LocalIncreaseSocketedGemLevelUnique__6"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedGemLevelUnique__7"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedGemLevelUnique__8"] = { affix = "", "+(1-2) to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, @@ -2530,1034 +2618,1051 @@ return { ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldInt5"] = { affix = "", "+3 to Level of Socketed Warcry Gems", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldStr4"] = { affix = "", "+1 to Level of Socketed Warcry Gems", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldDex7"] = { affix = "", "+1 to Level of Socketed Warcry Gems", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreasedAccuracyUnique__1"] = { affix = "", "+(330-350) to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracyUnique__2"] = { affix = "", "(15-25)% increased Attack Speed", "+(400-500) to Accuracy Rating", statOrderKey = "830,1385", statOrder = { 830, 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAccuracySwordImplicit1"] = { affix = "", "+45 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit2"] = { affix = "", "+165 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit3"] = { affix = "", "+190 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit4"] = { affix = "", "+240 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit5"] = { affix = "", "+330 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit6"] = { affix = "", "+350 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit7"] = { affix = "", "+400 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit8"] = { affix = "", "+460 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit9"] = { affix = "", "+475 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit1"] = { affix = "", "+60 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit2"] = { affix = "", "+120 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit3"] = { affix = "", "+185 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit4"] = { affix = "", "+250 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit5"] = { affix = "", "+305 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit6"] = { affix = "", "+360 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit7"] = { affix = "", "+400 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit8"] = { affix = "", "+435 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit9"] = { affix = "", "+470 to Accuracy Rating", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["CannotBeFrozen"] = { affix = "", "Cannot be Frozen", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["CannotBeFrozenUnique__1"] = { affix = "", "Cannot be Frozen", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["BlockingBlocksSpellsUniqueAmulet1"] = { affix = "", "15% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 7, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockingBlocksSpellsUnique__1"] = { affix = "", "6% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockingBlocksSpellsUnique__2"] = { affix = "", "(8-9)% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUniqueAmulet1"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUnique__1"] = { affix = "", "+(2-4)% Chance to Block Spell Damage", statOrderKey = "597", statOrder = { 597 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUnique__2"] = { affix = "", "(4-6)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUnique__3_"] = { affix = "", "(16-22)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["CullingStrike"] = { affix = "", "Culling Strike", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CullingStrikeUniqueDescentTwoHandSword1"] = { affix = "", "Culling Strike", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BlockRecoveryImplicitShield1"] = { affix = "", "60% increased Block Recovery", statOrderKey = "604", statOrder = { 604 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockRecoveryImplicitShield2"] = { affix = "", "120% increased Block Recovery", statOrderKey = "604", statOrder = { 604 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockRecoveryImplicitShield3"] = { affix = "", "180% increased Block Recovery", statOrderKey = "604", statOrder = { 604 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AlwaysHits"] = { affix = "", "Hits can't be Evaded", statOrderKey = "1404", statOrder = { 1404 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["AlwaysHitsUnique__1"] = { affix = "", "Hits can't be Evaded", statOrderKey = "1404", statOrder = { 1404 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["AlwaysHitsUnique__2"] = { affix = "", "Your hits can't be Evaded", statOrderKey = "1405", statOrder = { 1405 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AlwaysHitsUniqueGlovesDexInt4"] = { affix = "", "Your hits can't be Evaded", statOrderKey = "1405", statOrder = { 1405 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["HitsCauseMonsterFleeUniqueRing1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HitsCauseMonsterFleeUniqueBootsStrInt1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HitsCauseMonsterFleeUnique__1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumEnduranceChargeUniqueRing2"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["MaximumEnduranceChargeUniqueBodyStr3"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["MaximumEnduranceChargeUniqueBodyStrDex3"] = { affix = "", "+2 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["MaximumEnduranceChargeUnique__1_"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ReducedMaximumEnduranceChargeUniqueCorruptedJewel17"] = { affix = "", "-1 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ReducedMaximumEnduranceChargeUnique__1"] = { affix = "", "-1 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ReducedMaximumEnduranceChargeUnique__2"] = { affix = "", "-2 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["AddPowerChargeOnCrit1__"] = { affix = "", "Gain a Power Charge for each Enemy you hit with a Critical Strike", statOrderKey = "1856", statOrder = { 1856 }, level = 1, group = "AddPowerChargeOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ActorSizeUniqueAmulet2"] = { affix = "", "20% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUniqueHelmetDex6"] = { affix = "", "10% reduced Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUniqueAmulet12"] = { affix = "", "10% reduced Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUniqueBeltDemigods1"] = { affix = "", "10% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUniqueRingDemigods1"] = { affix = "", "3% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUnique__1"] = { affix = "", "3% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUnique__2"] = { affix = "", "15% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUnique__3"] = { affix = "", "10% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUnique__4"] = { affix = "", "5% increased Character Size", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumManaUniqueBodyStrInt1"] = { affix = "", "50% reduced maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueRing5"] = { affix = "", "20% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 14, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueTwoHandMace5"] = { affix = "", "25% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueAmulet10"] = { affix = "", "(16-24)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueStaff4"] = { affix = "", "(10-20)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueStaff5"] = { affix = "", "18% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueStaff6"] = { affix = "", "100% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueJewel54"] = { affix = "", "(15-20)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__1"] = { affix = "", "(7-10)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique___2"] = { affix = "", "(20-30)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__3"] = { affix = "", "(10-20)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__4"] = { affix = "", "(4-6)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__5"] = { affix = "", "(9-15)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__6"] = { affix = "", "(6-10)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__7"] = { affix = "", "(15-20)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__8"] = { affix = "", "(16-20)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaImplicitAtlasRing_"] = { affix = "", "(8-10)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 100, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumLifeUniqueOneHandSword2"] = { affix = "", "10% reduced maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueAmulet6"] = { affix = "", "20% reduced maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueBelt4"] = { affix = "", "10% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeShieldInt1"] = { affix = "", "10% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueBodyInt3"] = { affix = "", "10% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueRing16"] = { affix = "", "(5-10)% reduced maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueBodyStrDex1"] = { affix = "", "(30-40)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueStaff4"] = { affix = "", "(10-20)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueShieldDexInt2"] = { affix = "", "(10-20)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueGlovesStrInt3"] = { affix = "", "(12-16)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueJewel52"] = { affix = "", "(6-8)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__1"] = { affix = "", "(8-12)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__2"] = { affix = "", "4% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__3"] = { affix = "", "10% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__4_"] = { affix = "", "(4-8)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__5"] = { affix = "", "(15-25)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__6"] = { affix = "", "(4-8)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 25, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__7"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__8"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__9"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__10_"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__11"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__12"] = { affix = "", "(4-7)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__13"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__14"] = { affix = "", "5% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 62, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__15"] = { affix = "", "(6-8)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__16"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__17"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__18"] = { affix = "", "(7-10)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__19"] = { affix = "", "(7-12)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__20___"] = { affix = "", "(10-15)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__21"] = { affix = "", "(5-10)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__22"] = { affix = "", "(12-15)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeImplicitAtlasRing"] = { affix = "", "(5-7)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 100, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AreaOfEffectImplicitMarakethTwoHandMace1"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectImplicitMarakethTwoHandMace2"] = { affix = "", "20% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectImplicitTwoHandMace1__"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectImplicitTwoHandMace2_"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueDagger1"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueDescentStaff1"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueQuiver6"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 13, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "20% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueShieldDexInt2"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueOneHandMace7"] = { affix = "", "(15-25)% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueShieldDex7"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__1"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__2_"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__3"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__4_"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__5"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__6"] = { affix = "", "(10-15)% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__7_"] = { affix = "", "30% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BurnDamageUniqueStaff1"] = { affix = "", "70% increased Burning Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["BurnDamageUniqueDescentOneHandMace1"] = { affix = "", "25% increased Burning Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["BurnDamageUniqueRing15"] = { affix = "", "(60-80)% increased Burning Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 14, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["BurnDamageUniqueCorruptedJewel1"] = { affix = "", "(20-30)% increased Burning Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["BurnDamageUnique__1"] = { affix = "", "(20-30)% increased Burning Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["CannotCrit"] = { affix = "", "Never deal Critical Strikes", statOrderKey = "1540", statOrder = { 1540 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ManaCostIncreaseUniqueTwoHandAxe4"] = { affix = "", "50% increased Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaCostIncreaseUniqueGlovesInt6"] = { affix = "", "(40-80)% increased Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaCostIncreasedUniqueWand7"] = { affix = "", "40% increased Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaCostIncreasedUniqueHelmetStrInt6"] = { affix = "", "75% increased Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaCostReductionUnique__1"] = { affix = "", "(6-8)% reduced Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaCostReductionUnique__2_"] = { affix = "", "(10-20)% reduced Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["SocketedGemsHaveReducedManaCostUniqueHelmetDexInt5"] = { affix = "", "Socketed Gems have 50% reduced Mana Cost", statOrderKey = "305", statOrder = { 305 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, - ["SocketedGemsHaveReducedManaCostUniqueDescentClaw1"] = { affix = "", "Socketed Gems have 50% reduced Mana Cost", statOrderKey = "305", statOrder = { 305 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, - ["BloodMagic"] = { affix = "", "Blood Magic", statOrderKey = "7469", statOrder = { 7469 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["CannotEvade"] = { affix = "", "Cannot Evade Enemy Attacks", statOrderKey = "1286", statOrder = { 1286 }, level = 1, group = "CannotEvade", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["AdditionalArrowsUniqueBow3"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1170", statOrder = { 1170 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AdditionalArrowsUniqueTransformed__1"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1170", statOrder = { 1170 }, level = 55, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AdditionalArrowsUnique__1"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrderKey = "1170", statOrder = { 1170 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AdditionalArrowsUnique__2"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrderKey = "1170", statOrder = { 1170 }, level = 77, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MinionRunSpeedUniqueAmulet3"] = { affix = "", "Minions have (10-15)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUniqueWand2"] = { affix = "", "Minions have (20-30)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUniqueJewel16"] = { affix = "", "Minions have (5-10)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUnique__1"] = { affix = "", "Minions have 10% reduced Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUnique__2"] = { affix = "", "Minions have (80-100)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 48, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUnique__3"] = { affix = "", "Minions have (25-45)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUnique__4"] = { affix = "", "Minions have (10-20)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 78, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUnique__5"] = { affix = "", "Minions have (40-50)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUnique__6"] = { affix = "", "Minions have (15-25)% increased Movement Speed", statOrderKey = "1146", statOrder = { 1146 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionLifeUniqueAmulet3"] = { affix = "", "Minions have (10-15)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUniqueTwoHandSword4"] = { affix = "", "Minions have (30-40)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUniqueTwoHandMace5"] = { affix = "", "Minions have (20-40)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUniqueBodyInt9"] = { affix = "", "Minions have 20% reduced maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUniqueRing33"] = { affix = "", "Minions have 15% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUniqueJewel18"] = { affix = "", "Minions have (5-15)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUnique__1"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUnique__2"] = { affix = "", "Minions have (10-20)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUnique__3_"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUnique__4__"] = { affix = "", "Minions have 10% reduced maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUnique__5_"] = { affix = "", "Minions have (20-40)% reduced maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionDamageImplicitHelmet1"] = { affix = "", "Minions deal (15-20)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 78, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUniqueAmulet3"] = { affix = "", "Minions deal (10-15)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUniqueWand2"] = { affix = "", "Minions deal (50-70)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUniqueTwoHandSword4"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUniqueBodyInt9"] = { affix = "", "Minions deal 15% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUniqueJewel1"] = { affix = "", "Minions deal (8-12)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__1"] = { affix = "", "Minions deal (8-12)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__2"] = { affix = "", "Minions deal (20-30)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__3_"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique4"] = { affix = "", "Minions deal (10-15)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__5"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__6"] = { affix = "", "Minions deal (35-45)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__7"] = { affix = "", "Minions deal (60-80)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__8_"] = { affix = "", "Minions deal (40-60)% increased Damage", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionAttackAndCastSpeedUnique__1"] = { affix = "", "Minions have (12-16)% increased Attack Speed", "Minions have (12-16)% increased Cast Speed", statOrderKey = "2208,2209", statOrder = { 2208, 2209 }, level = 1, group = "MinionAttackSpeedAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionChaosResistanceUnique___1"] = { affix = "", "Minions have +17% to Chaos Resistance", statOrderKey = "2214", statOrder = { 2214 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, - ["MinionChaosResistanceUnique__2__"] = { affix = "", "Minions have +29% to Chaos Resistance", statOrderKey = "2214", statOrder = { 2214 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, - ["MinionChaosResistanceUnique__3"] = { affix = "", "Minions have +(-17-17)% to Chaos Resistance", statOrderKey = "2214", statOrder = { 2214 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, - ["MinionAttackBlockChanceUnique__1"] = { affix = "", "Minions have +(10-12)% Chance to Block Attack Damage", statOrderKey = "2204", statOrder = { 2204 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, - ["MinionSpellBlockChanceUnique__1_"] = { affix = "", "Minions have +(10-12)% Chance to Block Spell Damage", statOrderKey = "2205", statOrder = { 2205 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, - ["MinionAttackDodgeChanceUnique__1"] = { affix = "", "Minions have (10-12)% chance to Dodge Attack Hits", statOrderKey = "2364", statOrder = { 2364 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, - ["MinionSpellDodgeChanceUnique__1_"] = { affix = "", "Minions have (10-12)% chance to Dodge Spell Hits", statOrderKey = "6692", statOrder = { 6692 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, - ["CannotBeStunned"] = { affix = "", "Cannot be Stunned", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBeStunnedUnique__1_"] = { affix = "", "Cannot be Stunned", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalCurseOnEnemiesUnique__1"] = { affix = "", "You can apply an additional Curse", statOrderKey = "1530", statOrder = { 1530 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["AdditionalCurseOnEnemiesUnique__2"] = { affix = "", "You can apply an additional Curse", statOrderKey = "1530", statOrder = { 1530 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["AdditionalCurseOnEnemiesUnique__3"] = { affix = "", "You can apply one fewer Curse", statOrderKey = "1530", statOrder = { 1530 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ConvertPhysicalToFireUniqueQuiver1_"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireUniqueShieldStr3"] = { affix = "", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireUniqueOneHandSword4"] = { affix = "", "100% of Physical Damage Converted to Fire Damage", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireUnique__2_"] = { affix = "", "30% of Physical Damage Converted to Fire Damage", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["BeltReducedFlaskChargesGainedUnique__1"] = { affix = "", "30% reduced Flask Charges gained", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargesGainedUnique__1_"] = { affix = "", "(15-25)% increased Flask Charges gained", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargedUsedUnique__1"] = { affix = "", "(10-20)% increased Flask Charges used", statOrderKey = "1545", statOrder = { 1545 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDurationUnique__2"] = { affix = "", "60% increased Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDurationUnique__3___"] = { affix = "", "(10-20)% increased Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltReducedFlaskDurationUniqueDescentBelt1"] = { affix = "", "30% reduced Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDurationUnique__1"] = { affix = "", "60% increased Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 14, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["IncreasedFlaskDurationUnique__1"] = { affix = "", "(20-30)% reduced Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltFlaskLifeRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Life Recovery from Flasks", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["FlaskLifeRecoveryRateUniqueJewel46"] = { affix = "", "8% increased Life Recovery from Flasks", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["FlaskLifeRecoveryUniqueAmulet25"] = { affix = "", "100% increased Life Recovery from Flasks", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskManaRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Mana Recovery from Flasks", statOrderKey = "1421", statOrder = { 1421 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryUnique__1"] = { affix = "", "(20-30)% increased Mana Recovery from Flasks", statOrderKey = "1421", statOrder = { 1421 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskManaRecoveryUniqueBodyDex7"] = { affix = "", "(20-25)% increased Mana Recovery from Flasks", statOrderKey = "1421", statOrder = { 1421 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskManaRecoveryUniqueShieldInt3"] = { affix = "", "15% increased Mana Recovery from Flasks", statOrderKey = "1421", statOrder = { 1421 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskLifeRecoveryRateUniqueBelt4"] = { affix = "", "25% increased Flask Life Recovery rate", statOrderKey = "1550", statOrder = { 1550 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["FlaskLifeRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Life Recovery rate", statOrderKey = "1550", statOrder = { 1550 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["FlaskLifeRecoveryRateUniqueSceptre5"] = { affix = "", "10% reduced Flask Life Recovery rate", statOrderKey = "1550", statOrder = { 1550 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["FlaskManaRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Mana Recovery rate", statOrderKey = "1551", statOrder = { 1551 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskManaRecoveryRateUniqueSceptre5"] = { affix = "", "(30-40)% increased Flask Mana Recovery rate", statOrderKey = "1551", statOrder = { 1551 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["BeltIncreasedFlaskChargesGainedUniqueBelt2"] = { affix = "", "50% increased Flask Charges gained", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDurationUniqueBelt3"] = { affix = "", "20% increased Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["IncreasedChillDurationUniqueBodyDex1"] = { affix = "", "25% increased Chill Duration on Enemies", statOrderKey = "1229", statOrder = { 1229 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["IncreasedChillDurationUniqueBodyStrInt3"] = { affix = "", "150% increased Chill Duration on Enemies", statOrderKey = "1229", statOrder = { 1229 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["IncreasedChillDurationUniqueQuiver5"] = { affix = "", "(30-40)% increased Chill Duration on Enemies", statOrderKey = "1229", statOrder = { 1229 }, level = 13, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["IncreasedChillDurationUnique__1"] = { affix = "", "(35-50)% increased Chill Duration on Enemies", statOrderKey = "1229", statOrder = { 1229 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["Acrobatics"] = { affix = "", "Acrobatics", statOrderKey = "7464", statOrder = { 7464 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "block", "dodge", "energy_shield", "defences" }, }, + ["LocalIncreasedAccuracyUnique__1"] = { affix = "", "+(330-350) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracyUnique__2"] = { affix = "", "(15-25)% increased Attack Speed", "+(400-500) to Accuracy Rating", statOrderKey = "963,1526", statOrder = { 963, 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAccuracySwordImplicit1"] = { affix = "", "+45 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit2"] = { affix = "", "+165 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit3"] = { affix = "", "+190 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit4"] = { affix = "", "+240 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit5"] = { affix = "", "+330 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit6"] = { affix = "", "+350 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit7"] = { affix = "", "+400 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit8"] = { affix = "", "+460 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit9"] = { affix = "", "+475 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit1"] = { affix = "", "+60 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit2"] = { affix = "", "+120 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit3"] = { affix = "", "+185 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit4"] = { affix = "", "+250 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit5"] = { affix = "", "+305 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit6"] = { affix = "", "+360 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit7"] = { affix = "", "+400 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit8"] = { affix = "", "+435 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit9"] = { affix = "", "+470 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["CannotBeFrozen"] = { affix = "", "Cannot be Frozen", statOrderKey = "1361", statOrder = { 1361 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeFrozenUnique__1"] = { affix = "", "Cannot be Frozen", statOrderKey = "1361", statOrder = { 1361 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["BlockingBlocksSpellsUniqueAmulet1"] = { affix = "", "15% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 7, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockingBlocksSpellsUnique__1"] = { affix = "", "6% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockingBlocksSpellsUnique__2"] = { affix = "", "(8-9)% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueAmulet1"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__1"] = { affix = "", "+(2-4)% Chance to Block Spell Damage", statOrderKey = "730", statOrder = { 730 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__2"] = { affix = "", "(4-6)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__3_"] = { affix = "", "(16-22)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CullingStrike"] = { affix = "", "Culling Strike", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CullingStrikeUniqueDescentTwoHandSword1"] = { affix = "", "Culling Strike", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlockRecoveryImplicitShield1"] = { affix = "", "60% increased Block Recovery", statOrderKey = "737", statOrder = { 737 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockRecoveryImplicitShield2"] = { affix = "", "120% increased Block Recovery", statOrderKey = "737", statOrder = { 737 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockRecoveryImplicitShield3"] = { affix = "", "180% increased Block Recovery", statOrderKey = "737", statOrder = { 737 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AlwaysHits"] = { affix = "", "Hits can't be Evaded", statOrderKey = "1545", statOrder = { 1545 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["AlwaysHitsUnique__1"] = { affix = "", "Hits can't be Evaded", statOrderKey = "1545", statOrder = { 1545 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["AlwaysHitsUnique__2"] = { affix = "", "Your hits can't be Evaded", statOrderKey = "1546", statOrder = { 1546 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AlwaysHitsUniqueGlovesDexInt4"] = { affix = "", "Your hits can't be Evaded", statOrderKey = "1546", statOrder = { 1546 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["HitsCauseMonsterFleeUniqueRing1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HitsCauseMonsterFleeUniqueBootsStrInt1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HitsCauseMonsterFleeUnique__1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumEnduranceChargeUniqueRing2"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUniqueBodyStr3"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUniqueBodyStrDex3"] = { affix = "", "+2 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUnique__1_"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ReducedMaximumEnduranceChargeUniqueCorruptedJewel17"] = { affix = "", "-1 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ReducedMaximumEnduranceChargeUnique__1"] = { affix = "", "-1 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ReducedMaximumEnduranceChargeUnique__2"] = { affix = "", "-2 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["AddPowerChargeOnCrit1__"] = { affix = "", "Gain a Power Charge for each Enemy you hit with a Critical Strike", statOrderKey = "1998", statOrder = { 1998 }, level = 1, group = "AddPowerChargeOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ActorSizeUniqueAmulet2"] = { affix = "", "20% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUniqueHelmetDex6"] = { affix = "", "10% reduced Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUniqueAmulet12"] = { affix = "", "10% reduced Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUniqueBeltDemigods1"] = { affix = "", "10% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUniqueRingDemigods1"] = { affix = "", "3% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUnique__1"] = { affix = "", "3% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUnique__2"] = { affix = "", "15% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUnique__3"] = { affix = "", "10% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUnique__4"] = { affix = "", "5% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumManaUniqueBodyStrInt1"] = { affix = "", "50% reduced maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueRing5"] = { affix = "", "20% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 14, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueTwoHandMace5"] = { affix = "", "25% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueAmulet10"] = { affix = "", "(16-24)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueStaff4"] = { affix = "", "(10-20)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueStaff5"] = { affix = "", "18% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueStaff6"] = { affix = "", "50% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueJewel54"] = { affix = "", "(15-20)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__1"] = { affix = "", "(7-10)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique___2"] = { affix = "", "(20-30)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__3"] = { affix = "", "(10-20)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__4"] = { affix = "", "(4-6)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__5"] = { affix = "", "(9-15)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__6"] = { affix = "", "(6-10)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__7"] = { affix = "", "(15-20)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__8"] = { affix = "", "(16-20)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaImplicitAtlasRing_"] = { affix = "", "(8-10)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 100, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumLifeUniqueOneHandSword2"] = { affix = "", "10% reduced maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueAmulet6"] = { affix = "", "20% reduced maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueBelt4"] = { affix = "", "10% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeShieldInt1"] = { affix = "", "10% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueBodyInt3"] = { affix = "", "10% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueRing16"] = { affix = "", "(5-10)% reduced maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueBodyStrDex1"] = { affix = "", "(30-40)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueStaff4"] = { affix = "", "(10-20)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueShieldDexInt2"] = { affix = "", "(10-20)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueGlovesStrInt3"] = { affix = "", "(12-16)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueJewel52"] = { affix = "", "(6-8)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__1"] = { affix = "", "(8-12)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__2"] = { affix = "", "4% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__3"] = { affix = "", "10% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__4_"] = { affix = "", "(4-8)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__5"] = { affix = "", "(15-25)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__6"] = { affix = "", "(4-8)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 25, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__7"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__8"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__9"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__10_"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__11"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__12"] = { affix = "", "(4-7)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__13"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__14"] = { affix = "", "5% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 62, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__15"] = { affix = "", "(6-8)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__16"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__17"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__18"] = { affix = "", "(7-10)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__19"] = { affix = "", "(7-12)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__20___"] = { affix = "", "(10-15)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__21"] = { affix = "", "(5-10)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__22"] = { affix = "", "(12-15)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeImplicitAtlasRing"] = { affix = "", "(5-7)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 100, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AreaOfEffectImplicitMarakethTwoHandMace1"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectImplicitMarakethTwoHandMace2"] = { affix = "", "20% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectImplicitTwoHandMace1__"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectImplicitTwoHandMace2_"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueDagger1"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueDescentStaff1"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueQuiver6"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 13, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "20% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueShieldDexInt2"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueOneHandMace7"] = { affix = "", "(15-25)% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueShieldDex7"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__1"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__2_"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__3"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__4_"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__5"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__6"] = { affix = "", "(10-15)% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__7_"] = { affix = "", "30% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BurnDamageUniqueStaff1"] = { affix = "", "70% increased Burning Damage", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUniqueDescentOneHandMace1"] = { affix = "", "25% increased Burning Damage", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUniqueRing15"] = { affix = "", "(60-80)% increased Burning Damage", statOrderKey = "1392", statOrder = { 1392 }, level = 14, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUniqueCorruptedJewel1"] = { affix = "", "(20-30)% increased Burning Damage", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUnique__1"] = { affix = "", "(20-30)% increased Burning Damage", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["CannotCrit"] = { affix = "", "Never deal Critical Strikes", statOrderKey = "1682", statOrder = { 1682 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ManaCostIncreaseUniqueTwoHandAxe4"] = { affix = "", "50% increased Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreaseUniqueGlovesInt6"] = { affix = "", "(40-80)% increased Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreasedUniqueWand7"] = { affix = "", "40% increased Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreasedUniqueHelmetStrInt6"] = { affix = "", "75% increased Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostReductionUnique__1"] = { affix = "", "(6-8)% reduced Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostReductionUnique__2_"] = { affix = "", "(10-20)% reduced Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["SocketedGemsHaveReducedManaCostUniqueHelmetDexInt5"] = { affix = "", "Socketed Gems have 50% reduced Mana Cost", statOrderKey = "308", statOrder = { 308 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["SocketedGemsHaveReducedManaCostUniqueDescentClaw1"] = { affix = "", "Socketed Gems have 50% reduced Mana Cost", statOrderKey = "308", statOrder = { 308 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["BloodMagic"] = { affix = "", "Blood Magic", statOrderKey = "7650", statOrder = { 7650 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["CannotEvade"] = { affix = "", "Cannot Evade Enemy Attacks", statOrderKey = "1428", statOrder = { 1428 }, level = 1, group = "CannotEvade", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AdditionalArrowsUniqueBow3"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1312", statOrder = { 1312 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowsUniqueTransformed__1"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1312", statOrder = { 1312 }, level = 55, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowsUnique__1"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrderKey = "1312", statOrder = { 1312 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowsUnique__2"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrderKey = "1312", statOrder = { 1312 }, level = 77, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MinionRunSpeedUniqueAmulet3"] = { affix = "", "Minions have (10-15)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUniqueWand2"] = { affix = "", "Minions have (20-30)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUniqueJewel16"] = { affix = "", "Minions have (5-10)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__1"] = { affix = "", "Minions have 10% reduced Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__2"] = { affix = "", "Minions have (80-100)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 48, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__3"] = { affix = "", "Minions have (25-45)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__4"] = { affix = "", "Minions have (10-20)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 78, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__5"] = { affix = "", "Minions have (40-50)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__6"] = { affix = "", "Minions have (15-25)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionLifeUniqueAmulet3"] = { affix = "", "Minions have (10-15)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueTwoHandSword4"] = { affix = "", "Minions have (30-40)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueTwoHandMace5"] = { affix = "", "Minions have (20-40)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueBodyInt9"] = { affix = "", "Minions have 20% reduced maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueRing33"] = { affix = "", "Minions have 15% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueJewel18"] = { affix = "", "Minions have (5-15)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__1"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__2"] = { affix = "", "Minions have (10-20)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__3_"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__4__"] = { affix = "", "Minions have 10% reduced maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__5_"] = { affix = "", "Minions have (20-40)% reduced maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionDamageImplicitHelmet1"] = { affix = "", "Minions deal (15-20)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 78, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueAmulet3"] = { affix = "", "Minions deal (10-15)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueWand2"] = { affix = "", "Minions deal (50-70)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueTwoHandSword4"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueBodyInt9"] = { affix = "", "Minions deal 15% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueJewel1"] = { affix = "", "Minions deal (8-12)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__1"] = { affix = "", "Minions deal (8-12)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__2"] = { affix = "", "Minions deal (20-30)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__3_"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique4"] = { affix = "", "Minions deal (10-15)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__5"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__6"] = { affix = "", "Minions deal (35-45)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__7"] = { affix = "", "Minions deal (60-80)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__8_"] = { affix = "", "Minions deal (40-60)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionAttackAndCastSpeedUnique__1"] = { affix = "", "Minions have (12-16)% increased Attack Speed", "Minions have (12-16)% increased Cast Speed", statOrderKey = "2329,2330", statOrder = { 2329, 2330 }, level = 1, group = "MinionAttackSpeedAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionChaosResistanceUnique___1"] = { affix = "", "Minions have +17% to Chaos Resistance", statOrderKey = "2335", statOrder = { 2335 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, + ["MinionChaosResistanceUnique__2__"] = { affix = "", "Minions have +29% to Chaos Resistance", statOrderKey = "2335", statOrder = { 2335 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, + ["MinionChaosResistanceUnique__3"] = { affix = "", "Minions have +(-17-17)% to Chaos Resistance", statOrderKey = "2335", statOrder = { 2335 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, + ["MinionAttackBlockChanceUnique__1"] = { affix = "", "Minions have +(10-12)% Chance to Block Attack Damage", statOrderKey = "2325", statOrder = { 2325 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, + ["MinionSpellBlockChanceUnique__1_"] = { affix = "", "Minions have +(10-12)% Chance to Block Spell Damage", statOrderKey = "2326", statOrder = { 2326 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, + ["MinionAttackDodgeChanceUnique__1"] = { affix = "", "Minions have (10-12)% chance to Dodge Attack Hits", statOrderKey = "2474", statOrder = { 2474 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, + ["MinionSpellDodgeChanceUnique__1_"] = { affix = "", "Minions have (10-12)% chance to Dodge Spell Hits", statOrderKey = "6825", statOrder = { 6825 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, + ["CannotBeStunned"] = { affix = "", "Cannot be Stunned", statOrderKey = "1677", statOrder = { 1677 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeStunnedUnique__1_"] = { affix = "", "Cannot be Stunned", statOrderKey = "1677", statOrder = { 1677 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalCurseOnEnemiesUnique__1"] = { affix = "", "You can apply an additional Curse", statOrderKey = "1672", statOrder = { 1672 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnEnemiesUnique__2"] = { affix = "", "You can apply an additional Curse", statOrderKey = "1672", statOrder = { 1672 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnEnemiesUnique__3"] = { affix = "", "You can apply one fewer Curse", statOrderKey = "1672", statOrder = { 1672 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ConvertPhysicalToFireUniqueQuiver1_"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrderKey = "1464", statOrder = { 1464 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUniqueShieldStr3"] = { affix = "", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1464", statOrder = { 1464 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUniqueOneHandSword4"] = { affix = "", "100% of Physical Damage Converted to Fire Damage", statOrderKey = "1464", statOrder = { 1464 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrderKey = "1464", statOrder = { 1464 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUnique__2_"] = { affix = "", "30% of Physical Damage Converted to Fire Damage", statOrderKey = "1464", statOrder = { 1464 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["BeltReducedFlaskChargesGainedUnique__1"] = { affix = "", "30% reduced Flask Charges gained", statOrderKey = "1686", statOrder = { 1686 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGainedUnique__1_"] = { affix = "", "(15-25)% increased Flask Charges gained", statOrderKey = "1686", statOrder = { 1686 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargedUsedUnique__1"] = { affix = "", "(10-20)% increased Flask Charges used", statOrderKey = "1687", statOrder = { 1687 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__2"] = { affix = "", "60% increased Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__3___"] = { affix = "", "(10-20)% increased Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltReducedFlaskDurationUniqueDescentBelt1"] = { affix = "", "30% reduced Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__1"] = { affix = "", "60% increased Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 14, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["IncreasedFlaskDurationUnique__1"] = { affix = "", "(20-30)% reduced Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltFlaskLifeRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Life Recovery from Flasks", statOrderKey = "1561", statOrder = { 1561 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryRateUniqueJewel46"] = { affix = "", "8% increased Life Recovery from Flasks", statOrderKey = "1561", statOrder = { 1561 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryUniqueAmulet25"] = { affix = "", "100% increased Life Recovery from Flasks", statOrderKey = "1561", statOrder = { 1561 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskManaRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Mana Recovery from Flasks", statOrderKey = "1562", statOrder = { 1562 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryUnique__1"] = { affix = "", "(20-30)% increased Mana Recovery from Flasks", statOrderKey = "1562", statOrder = { 1562 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryUniqueBodyDex7"] = { affix = "", "(20-25)% increased Mana Recovery from Flasks", statOrderKey = "1562", statOrder = { 1562 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryUniqueShieldInt3"] = { affix = "", "15% increased Mana Recovery from Flasks", statOrderKey = "1562", statOrder = { 1562 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskLifeRecoveryRateUniqueBelt4"] = { affix = "", "25% increased Flask Life Recovery rate", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Life Recovery rate", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryRateUniqueSceptre5"] = { affix = "", "10% reduced Flask Life Recovery rate", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskManaRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Mana Recovery rate", statOrderKey = "1693", statOrder = { 1693 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryRateUniqueSceptre5"] = { affix = "", "(30-40)% increased Flask Mana Recovery rate", statOrderKey = "1693", statOrder = { 1693 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltIncreasedFlaskChargesGainedUniqueBelt2"] = { affix = "", "50% increased Flask Charges gained", statOrderKey = "1686", statOrder = { 1686 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUniqueBelt3"] = { affix = "", "20% increased Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["IncreasedChillDurationUniqueBodyDex1"] = { affix = "", "25% increased Chill Duration on Enemies", statOrderKey = "1371", statOrder = { 1371 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IncreasedChillDurationUniqueBodyStrInt3"] = { affix = "", "150% increased Chill Duration on Enemies", statOrderKey = "1371", statOrder = { 1371 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IncreasedChillDurationUniqueQuiver5"] = { affix = "", "(30-40)% increased Chill Duration on Enemies", statOrderKey = "1371", statOrder = { 1371 }, level = 13, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IncreasedChillDurationUnique__1"] = { affix = "", "(35-50)% increased Chill Duration on Enemies", statOrderKey = "1371", statOrder = { 1371 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["Acrobatics"] = { affix = "", "Acrobatics", statOrderKey = "7645", statOrder = { 7645 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "block", "dodge", "energy_shield", "defences" }, }, ["HasNoSockets"] = { affix = "", "Has no Sockets", statOrderKey = "27", statOrder = { 27 }, level = 1, group = "ForceSpecificSockets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBeShocked"] = { affix = "", "Cannot be Shocked", statOrderKey = "1222", statOrder = { 1222 }, level = 1, group = "ReducedShockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AttackerTakesDamageShieldImplicit1"] = { affix = "", "Reflects (2-5) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 5, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit2"] = { affix = "", "Reflects (5-12) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 12, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit3"] = { affix = "", "Reflects (10-23) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 20, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit4"] = { affix = "", "Reflects (24-35) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 27, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit5"] = { affix = "", "Reflects (36-50) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 33, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit6"] = { affix = "", "Reflects (51-70) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 39, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit7"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 45, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit8"] = { affix = "", "Reflects (91-120) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 49, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit9"] = { affix = "", "Reflects (121-150) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 54, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit10"] = { affix = "", "Reflects (151-180) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 58, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit11"] = { affix = "", "Reflects (181-220) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 62, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit12"] = { affix = "", "Reflects (221-260) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 66, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit13"] = { affix = "", "Reflects (261-300) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 70, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageUniqueIntHelmet1"] = { affix = "", "Reflects 5 Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageUnique__1"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesColdDamageGlovesDex1"] = { affix = "", "Reflects 10 Cold Damage to Melee Attackers", statOrderKey = "1564", statOrder = { 1564 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AttackerTakesDamageUniqueHelmetDex3"] = { affix = "", "Reflects 4 Physical Damage to Melee Attackers", statOrderKey = "1563", statOrder = { 1563 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageUniqueHelmetDexInt6"] = { affix = "", "Reflects 100 to 150 Physical Damage to Melee Attackers", statOrderKey = "1558", statOrder = { 1558 }, level = 1, group = "AttackerTakesDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["TakesDamageWhenAttackedUniqueIntHelmet1"] = { affix = "", "+5 Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "TakesDamageWhenAttacked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["PainAttunement"] = { affix = "", "Pain Attunement", statOrderKey = "7491", statOrder = { 7491 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["IncreasedExperienceUniqueIntHelmet3"] = { affix = "", "5% increased Experience gain", statOrderKey = "1005", statOrder = { 1005 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedExperienceUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Experience gain", statOrderKey = "1005", statOrder = { 1005 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedExperienceUniqueSceptre1"] = { affix = "", "3% increased Experience gain", statOrderKey = "1005", statOrder = { 1005 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedExperienceUniqueRing14"] = { affix = "", "2% increased Experience gain", statOrderKey = "1005", statOrder = { 1005 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToAvoidFreezeAndChillUniqueDexHelmet5"] = { affix = "", "25% chance to Avoid being Chilled", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToAvoidChillUniqueDescentOneHandAxe1"] = { affix = "", "50% chance to Avoid being Chilled", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["CannotBeChilledUniqueBodyStrInt3"] = { affix = "", "Cannot be Chilled", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["CannotBeChilledUnique__1"] = { affix = "", "Cannot be Chilled", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToAvoidChilledUnique__1"] = { affix = "", "50% chance to Avoid being Chilled", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["CannotBeFrozenOrChilledUnique__1"] = { affix = "", "Cannot be Chilled", "Cannot be Frozen", statOrderKey = "1218,1219", statOrder = { 1218, 1219 }, level = 31, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedManaCostOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "20% reduced Mana Cost of Skills when on Low Life", statOrderKey = "1259", statOrder = { 1259 }, level = 1, group = "ReducedManaCostOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ElementalResistsOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "+20% to all Elemental Resistances while on Low Life", statOrderKey = "1023", statOrder = { 1023 }, level = 1, group = "ElementalResistsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["EvasionOnLowLifeUniqueAmulet4"] = { affix = "", "+100 to Evasion Rating while on Low Life", statOrderKey = "950", statOrder = { 950 }, level = 1, group = "EvasionOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LifeRegenerationOnLowLifeUniqueAmulet4"] = { affix = "", "Regenerate 1% of Life per second while on Low Life", statOrderKey = "1312", statOrder = { 1312 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationOnLowLifeUniqueBodyStrInt2"] = { affix = "", "Regenerate 2% of Life per second while on Low Life", statOrderKey = "1312", statOrder = { 1312 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationOnLowLifeUniqueShieldStrInt3_"] = { affix = "", "Regenerate 3% of Life per second while on Low Life", statOrderKey = "1312", statOrder = { 1312 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ItemRarityOnLowLifeUniqueBootsInt1"] = { affix = "", "100% increased Rarity of Items found when on Low Life", statOrderKey = "1001", statOrder = { 1001 }, level = 1, group = "ItemRarityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MovementVelocityOnLowLifeUniqueBootsStrDex1"] = { affix = "", "40% reduced Movement Speed when on Low Life", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnLowLifeUniqueGlovesDexInt1"] = { affix = "", "20% increased Movement Speed when on Low Life", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnLowLifeUniqueRapier1"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnFullLifeUniqueBootsInt3"] = { affix = "", "20% increased Movement Speed when on Full Life", statOrderKey = "1176", statOrder = { 1176 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnFullLifeUniqueTwoHandAxe2"] = { affix = "", "15% increased Movement Speed when on Full Life", statOrderKey = "1176", statOrder = { 1176 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnLowLifeUniqueBootsDex3"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnLowLifeUniqueShieldStrInt5"] = { affix = "", "10% increased Movement Speed when on Low Life", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnLowLifeUniqueRing9"] = { affix = "", "(6-8)% increased Movement Speed when on Low Life", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnFullLifeUniqueAmulet13"] = { affix = "", "10% increased Movement Speed when on Full Life", statOrderKey = "1176", statOrder = { 1176 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ElementalDamageUniqueBootsStr1"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueIntHelmet3"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueRing21"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 38, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueDescentBelt1"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueSceptre7"] = { affix = "", "(80-100)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueHelmetInt9"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueRingVictors"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueJewel10"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueStaff13"] = { affix = "", "(30-50)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUnique__1"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUnique__2_"] = { affix = "", "(20-30)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUnique__3"] = { affix = "", "(30-40)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUnique__4"] = { affix = "", "(7-10)% increased Elemental Damage", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ConvertPhysicalToColdUniqueGlovesDex1"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrderKey = "1325", statOrder = { 1325 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdUniqueQuiver5"] = { affix = "", "Gain 20% of Physical Damage as Extra Cold Damage", statOrderKey = "1301", statOrder = { 1301 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1325", statOrder = { 1325 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdUnique__1"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1325", statOrder = { 1325 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdUnique__2"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrderKey = "1325", statOrder = { 1325 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicaltoLightningUnique__1"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicaltoLightningUnique__2"] = { affix = "", "30% of Physical Damage Converted to Lightning Damage", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicaltoLightningUnique__3"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicaltoLightningUnique__4"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["AttackSpeedOnFullLifeUniqueGlovesStr1"] = { affix = "", "30% increased Attack Speed when on Full Life", statOrderKey = "651", statOrder = { 651 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["AttackSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "15% increased Attack Speed when on Full Life", statOrderKey = "651", statOrder = { 651 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["Conduit"] = { affix = "", "Conduit", statOrderKey = "7472", statOrder = { 7472 }, level = 1, group = "Conduit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["PhysicalAttackDamageReducedUniqueAmulet8"] = { affix = "", "-4 Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 25, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueBelt3"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueBodyStr2"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueBodyDex2"] = { affix = "", "-3 Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueBodyDex3"] = { affix = "", "-(7-5) Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueBelt8"] = { affix = "", "-(50-40) Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueShieldDexInt1"] = { affix = "", "-(18-14) Physical Damage taken from Attack Hits", statOrderKey = "1589", statOrder = { 1589 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["AdditionalBlockChanceUniqueShieldStrDex1"] = { affix = "", "+(3-6)% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldDex1"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldDex2"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldStr1"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldStrInt4"] = { affix = "", "+6% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldStrInt6"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueDescentShield1_"] = { affix = "", "+3% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldDex4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldStrDex2"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldDex5"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldInt4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldStr4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SubtractedBlockChanceUniqueShieldStrInt8"] = { affix = "", "-10% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__1"] = { affix = "", "+(3-5)% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__2"] = { affix = "", "+6% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__3"] = { affix = "", "+(6-10)% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__4"] = { affix = "", "+6% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__5"] = { affix = "", "+5% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__6"] = { affix = "", "+(3-4)% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__7__"] = { affix = "", "+(8-12)% Chance to Block", statOrderKey = "1604", statOrder = { 1604 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockOnLowLifeUniqueShieldStrDex1"] = { affix = "", "36% Chance to Block Spell Damage while on Low Life", statOrderKey = "595", statOrder = { 595 }, level = 1, group = "BlockPercentAppliedToSpellsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockUniqueShieldInt1"] = { affix = "", "(12-18)% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockUniqueShieldStrInt1"] = { affix = "", "(21-24)% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockUniqueBootsInt5"] = { affix = "", "(6-8)% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockUniqueTwoHandAxe6"] = { affix = "", "8% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockUniqueDescentShieldStr1"] = { affix = "", "30% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockUniqueShieldInt4"] = { affix = "", "8% Chance to Block Spell Damage", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageOnLowLifeUniqueShieldStrDex1_"] = { affix = "", "+30% Chance to Block Spell Damage while on Low Life", statOrderKey = "588", statOrder = { 588 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUniqueShieldInt1"] = { affix = "", "(10-15)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUniqueShieldStrInt1"] = { affix = "", "(15-20)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUniqueBootsInt5"] = { affix = "", "(4-6)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "blue_herring" }, }, - ["SpellBlockPercentageUniqueTwoHandAxe6"] = { affix = "", "(7-10)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUniqueShieldInt4"] = { affix = "", "10% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["MaximumColdResistUniqueShieldDex1"] = { affix = "", "+5% to maximum Cold Resistance", statOrderKey = "1030", statOrder = { 1030 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistUnique__1_"] = { affix = "", "+(-3-3)% to maximum Cold Resistance", statOrderKey = "1030", statOrder = { 1030 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumFireResistUniqueShieldStrInt5"] = { affix = "", "+5% to maximum Fire Resistance", statOrderKey = "1024", statOrder = { 1024 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistUnique__1"] = { affix = "", "+(-3-3)% to maximum Fire Resistance", statOrderKey = "1024", statOrder = { 1024 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumLightningResistUniqueStaff8c"] = { affix = "", "+5% to maximum Lightning Resistance", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistUnique__1"] = { affix = "", "+(-3-3)% to maximum Lightning Resistance", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MeleeAttackerTakesColdDamageUniqueShieldDex1"] = { affix = "", "Reflects (25-50) Cold Damage to Melee Attackers", statOrderKey = "1564", statOrder = { 1564 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["RangedAttackDamageReducedUniqueShieldStr1"] = { affix = "", "-25 Physical Damage taken from Projectile Attacks", statOrderKey = "1601", statOrder = { 1601 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["RangedAttackDamageReducedUniqueShieldStr2"] = { affix = "", "-(80-50) Physical Damage taken from Projectile Attacks", statOrderKey = "1601", statOrder = { 1601 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["GainFrenzyChargeOnCriticalHit"] = { affix = "", "Gain a Frenzy Charge on Critical Strike", statOrderKey = "1204", statOrder = { 1204 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "critical" }, }, - ["DisableOffhandSlot"] = { affix = "", "Uses both hand slots", statOrderKey = "503", statOrder = { 503 }, level = 1, group = "DisableOffhandSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisableOffHandSlotUnique__1"] = { affix = "", "Uses both hand slots", statOrderKey = "503", statOrder = { 503 }, level = 1, group = "DisableOffhandSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBlockAttacks"] = { affix = "", "Cannot Block Attacks", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "CannotBlockAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["IncreasedMaximumResistsUniqueShieldStrInt1"] = { affix = "", "+4% to all maximum Resistances", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["IncreasedMaximumResistsUnique__1"] = { affix = "", "+(1-4)% to all maximum Resistances", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["IncreasedMaximumColdResistUniqueShieldStrInt4"] = { affix = "", "+5% to maximum Cold Resistance", statOrderKey = "1030", statOrder = { 1030 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ItemActsAsConcentratedAOESupportUniqueHelmetInt4"] = { affix = "", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrderKey = "219", statOrder = { 219 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsConcentratedAOESupportUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Concentrated Effect", statOrderKey = "219", statOrder = { 219 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsConcentratedAOESupportUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Concentrated Effect", statOrderKey = "219", statOrder = { 219 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsConcentratedAOESupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 5 Concentrated Effect", statOrderKey = "219", statOrder = { 219 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsFirePenetrationSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Fire Penetration", statOrderKey = "230", statOrder = { 230 }, level = 1, group = "DisplaySocketedGemsGetFirePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ItemActsAsFireDamageSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrderKey = "227", statOrder = { 227 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ItemActsAsColdToFireSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Cold to Fire", statOrderKey = "228", statOrder = { 228 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ItemActsAsColdToFireSupportUniqueStaff13"] = { affix = "", "Socketed Gems are Supported by Level 5 Cold to Fire", statOrderKey = "228", statOrder = { 228 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ItemActsAsColdToFireSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 30 Cold to Fire", statOrderKey = "228", statOrder = { 228 }, level = 75, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ShareEnduranceChargesWithParty"] = { affix = "", "Share Endurance Charges with nearby party members", statOrderKey = "1614", statOrder = { 1614 }, level = 1, group = "ShareEnduranceChargesWithParty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["GainEnduranceChargeWhenCriticallyHit"] = { affix = "", "Gain an Endurance Charge when you take a Critical Strike", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "GainEnduranceChargeWhenCriticallyHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "critical" }, }, - ["BlindingHitUniqueWand1"] = { affix = "", "10% chance to Blind Enemies on hit", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "BlindingHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsSupportBlindUniqueWand1"] = { affix = "", "Socketed Gems are supported by Level 20 Blind", statOrderKey = "235", statOrder = { 235 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsSupportBlindUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are supported by Level 18 Blind", statOrderKey = "235", statOrder = { 235 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsSupportBlindUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are supported by Level 6 Blind", statOrderKey = "235", statOrder = { 235 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsSupportBlindUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Blind", statOrderKey = "235", statOrder = { 235 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedFreezeDurationUniqueShieldStrInt3"] = { affix = "", "50% reduced Freeze Duration on you", statOrderKey = "1247", statOrder = { 1247 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeDurationOnSelfUnique__1"] = { affix = "", "10000% increased Freeze Duration on you", statOrderKey = "1247", statOrder = { 1247 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FacebreakerUnarmedMoreDamage"] = { affix = "", "(600-800)% more Physical Damage with Unarmed Attacks", statOrderKey = "1755", statOrder = { 1755 }, level = 1, group = "FacebreakerPhysicalUnarmedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandMace3"] = { affix = "", "Socketed Gems are Supported by Level 15 Pulverise", statOrderKey = "151", statOrder = { 151 }, level = 1, group = "SupportedByPulverise", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["CannotBeShocked"] = { affix = "", "Cannot be Shocked", statOrderKey = "1364", statOrder = { 1364 }, level = 1, group = "ReducedShockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AttackerTakesDamageShieldImplicit1"] = { affix = "", "Reflects (2-5) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 5, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit2"] = { affix = "", "Reflects (5-12) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 12, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit3"] = { affix = "", "Reflects (10-23) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 20, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit4"] = { affix = "", "Reflects (24-35) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 27, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit5"] = { affix = "", "Reflects (36-50) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 33, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit6"] = { affix = "", "Reflects (51-70) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 39, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit7"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 45, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit8"] = { affix = "", "Reflects (91-120) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 49, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit9"] = { affix = "", "Reflects (121-150) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 54, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit10"] = { affix = "", "Reflects (151-180) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 58, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit11"] = { affix = "", "Reflects (181-220) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 62, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit12"] = { affix = "", "Reflects (221-260) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 66, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit13"] = { affix = "", "Reflects (261-300) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 70, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUniqueIntHelmet1"] = { affix = "", "Reflects 5 Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUnique__1"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesColdDamageGlovesDex1"] = { affix = "", "Reflects 10 Cold Damage to Melee Attackers", statOrderKey = "1706", statOrder = { 1706 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AttackerTakesColdDamageGlovesDex1Royale"] = { affix = "", "Reflects 5 Cold Damage to Melee Attackers", statOrderKey = "1706", statOrder = { 1706 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AttackerTakesDamageUniqueHelmetDex3"] = { affix = "", "Reflects 4 Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUniqueHelmetDexInt6"] = { affix = "", "Reflects 100 to 150 Physical Damage to Melee Attackers", statOrderKey = "1700", statOrder = { 1700 }, level = 1, group = "AttackerTakesDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["TakesDamageWhenAttackedUniqueIntHelmet1"] = { affix = "", "+5 Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "TakesDamageWhenAttacked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["PainAttunement"] = { affix = "", "Pain Attunement", statOrderKey = "7672", statOrder = { 7672 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IncreasedExperienceUniqueIntHelmet3"] = { affix = "", "5% increased Experience gain", statOrderKey = "1147", statOrder = { 1147 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedExperienceUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Experience gain", statOrderKey = "1147", statOrder = { 1147 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedExperienceUniqueSceptre1"] = { affix = "", "3% increased Experience gain", statOrderKey = "1147", statOrder = { 1147 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedExperienceUniqueRing14"] = { affix = "", "2% increased Experience gain", statOrderKey = "1147", statOrder = { 1147 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToAvoidFreezeAndChillUniqueDexHelmet5"] = { affix = "", "25% chance to Avoid being Chilled", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidChillUniqueDescentOneHandAxe1"] = { affix = "", "50% chance to Avoid being Chilled", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeChilledUniqueBodyStrInt3"] = { affix = "", "Cannot be Chilled", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeChilledUnique__1"] = { affix = "", "Cannot be Chilled", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidChilledUnique__1"] = { affix = "", "50% chance to Avoid being Chilled", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeFrozenOrChilledUnique__1"] = { affix = "", "Cannot be Chilled", "Cannot be Frozen", statOrderKey = "1360,1361", statOrder = { 1360, 1361 }, level = 31, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedManaCostOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "20% reduced Mana Cost of Skills when on Low Life", statOrderKey = "1401", statOrder = { 1401 }, level = 1, group = "ReducedManaCostOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ElementalResistsOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "+20% to all Elemental Resistances while on Low Life", statOrderKey = "1165", statOrder = { 1165 }, level = 1, group = "ElementalResistsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["EvasionOnLowLifeUniqueAmulet4"] = { affix = "", "+100 to Evasion Rating while on Low Life", statOrderKey = "1092", statOrder = { 1092 }, level = 1, group = "EvasionOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LifeRegenerationOnLowLifeUniqueAmulet4"] = { affix = "", "Regenerate 1% of Life per second while on Low Life", statOrderKey = "1454", statOrder = { 1454 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationOnLowLifeUniqueBodyStrInt2"] = { affix = "", "Regenerate 2% of Life per second while on Low Life", statOrderKey = "1454", statOrder = { 1454 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationOnLowLifeUniqueShieldStrInt3_"] = { affix = "", "Regenerate 3% of Life per second while on Low Life", statOrderKey = "1454", statOrder = { 1454 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ItemRarityOnLowLifeUniqueBootsInt1"] = { affix = "", "100% increased Rarity of Items found when on Low Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "ItemRarityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementVelocityOnLowLifeUniqueBootsStrDex1"] = { affix = "", "40% reduced Movement Speed when on Low Life", statOrderKey = "1317", statOrder = { 1317 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueGlovesDexInt1"] = { affix = "", "20% increased Movement Speed when on Low Life", statOrderKey = "1317", statOrder = { 1317 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueRapier1"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrderKey = "1317", statOrder = { 1317 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUniqueBootsInt3"] = { affix = "", "20% increased Movement Speed when on Full Life", statOrderKey = "1318", statOrder = { 1318 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUniqueTwoHandAxe2"] = { affix = "", "15% increased Movement Speed when on Full Life", statOrderKey = "1318", statOrder = { 1318 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueBootsDex3"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrderKey = "1317", statOrder = { 1317 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueShieldStrInt5"] = { affix = "", "10% increased Movement Speed when on Low Life", statOrderKey = "1317", statOrder = { 1317 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueRing9"] = { affix = "", "(6-8)% increased Movement Speed when on Low Life", statOrderKey = "1317", statOrder = { 1317 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUniqueAmulet13"] = { affix = "", "10% increased Movement Speed when on Full Life", statOrderKey = "1318", statOrder = { 1318 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ElementalDamageUniqueBootsStr1"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueIntHelmet3"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueRing21"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 38, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueDescentBelt1"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueSceptre7"] = { affix = "", "(80-100)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueHelmetInt9"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueRingVictors"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueJewel10"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueStaff13"] = { affix = "", "(30-50)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__1"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__2_"] = { affix = "", "(20-30)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__3"] = { affix = "", "(30-40)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__4"] = { affix = "", "(7-10)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ConvertPhysicalToColdUniqueGlovesDex1"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrderKey = "1466", statOrder = { 1466 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUniqueQuiver5"] = { affix = "", "Gain 20% of Physical Damage as Extra Cold Damage", statOrderKey = "1443", statOrder = { 1443 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1466", statOrder = { 1466 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUnique__1"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1466", statOrder = { 1466 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUnique__2"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrderKey = "1466", statOrder = { 1466 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1468", statOrder = { 1468 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__1"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1468", statOrder = { 1468 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__2"] = { affix = "", "30% of Physical Damage Converted to Lightning Damage", statOrderKey = "1468", statOrder = { 1468 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__3"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1468", statOrder = { 1468 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__4"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1468", statOrder = { 1468 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["AttackSpeedOnFullLifeUniqueGlovesStr1"] = { affix = "", "30% increased Attack Speed when on Full Life", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AttackSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "15% increased Attack Speed when on Full Life", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["Conduit"] = { affix = "", "Conduit", statOrderKey = "7653", statOrder = { 7653 }, level = 1, group = "Conduit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["PhysicalAttackDamageReducedUniqueAmulet8"] = { affix = "", "-4 Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 25, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBelt3"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBodyStr2"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBodyDex2"] = { affix = "", "-3 Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBodyDex3"] = { affix = "", "-(7-5) Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBelt8"] = { affix = "", "-(50-40) Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueShieldDexInt1"] = { affix = "", "-(18-14) Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueShieldDexInt1Royale"] = { affix = "", "-(3-2) Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["AdditionalBlockChanceUniqueShieldStrDex1"] = { affix = "", "+(3-6)% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex1"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex2"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStr1"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrInt4"] = { affix = "", "+6% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrInt6"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueDescentShield1_"] = { affix = "", "+3% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrDex2"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex5"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldInt4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStr4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SubtractedBlockChanceUniqueShieldStrInt8"] = { affix = "", "-10% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__1"] = { affix = "", "+(3-5)% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__2"] = { affix = "", "+6% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__3"] = { affix = "", "+(6-10)% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__4"] = { affix = "", "+6% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__5"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__6"] = { affix = "", "+(3-4)% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__7__"] = { affix = "", "+(8-12)% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockOnLowLifeUniqueShieldStrDex1"] = { affix = "", "36% Chance to Block Spell Damage while on Low Life", statOrderKey = "728", statOrder = { 728 }, level = 1, group = "BlockPercentAppliedToSpellsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueShieldInt1"] = { affix = "", "(12-18)% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueShieldStrInt1"] = { affix = "", "(21-24)% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueBootsInt5"] = { affix = "", "(6-8)% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueTwoHandAxe6"] = { affix = "", "8% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueDescentShieldStr1"] = { affix = "", "30% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueShieldInt4"] = { affix = "", "8% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageOnLowLifeUniqueShieldStrDex1_"] = { affix = "", "+30% Chance to Block Spell Damage while on Low Life", statOrderKey = "721", statOrder = { 721 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldInt1"] = { affix = "", "(10-15)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldStrInt1"] = { affix = "", "(15-20)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueBootsInt5"] = { affix = "", "(4-6)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "blue_herring" }, }, + ["SpellBlockPercentageUniqueTwoHandAxe6"] = { affix = "", "(7-10)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldInt4"] = { affix = "", "10% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MaximumColdResistUniqueShieldDex1"] = { affix = "", "+5% to maximum Cold Resistance", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistUnique__1_"] = { affix = "", "+(-3-3)% to maximum Cold Resistance", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumFireResistUniqueShieldStrInt5"] = { affix = "", "+5% to maximum Fire Resistance", statOrderKey = "1166", statOrder = { 1166 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistUnique__1"] = { affix = "", "+(-3-3)% to maximum Fire Resistance", statOrderKey = "1166", statOrder = { 1166 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumLightningResistUniqueStaff8c"] = { affix = "", "+5% to maximum Lightning Resistance", statOrderKey = "1177", statOrder = { 1177 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistUnique__1"] = { affix = "", "+(-3-3)% to maximum Lightning Resistance", statOrderKey = "1177", statOrder = { 1177 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MeleeAttackerTakesColdDamageUniqueShieldDex1"] = { affix = "", "Reflects (25-50) Cold Damage to Melee Attackers", statOrderKey = "1706", statOrder = { 1706 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["RangedAttackDamageReducedUniqueShieldStr1"] = { affix = "", "-25 Physical Damage taken from Projectile Attacks", statOrderKey = "1743", statOrder = { 1743 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["RangedAttackDamageReducedUniqueShieldStr2"] = { affix = "", "-(80-50) Physical Damage taken from Projectile Attacks", statOrderKey = "1743", statOrder = { 1743 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["GainFrenzyChargeOnCriticalHit"] = { affix = "", "Gain a Frenzy Charge on Critical Strike", statOrderKey = "1346", statOrder = { 1346 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "critical" }, }, + ["DisableOffhandSlot"] = { affix = "", "Uses both hand slots", statOrderKey = "704", statOrder = { 704 }, level = 1, group = "DisableOffhandSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisableOffHandSlotUnique__1"] = { affix = "", "Uses both hand slots", statOrderKey = "704", statOrder = { 704 }, level = 1, group = "DisableOffhandSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBlockAttacks"] = { affix = "", "Cannot Block Attacks", statOrderKey = "1754", statOrder = { 1754 }, level = 1, group = "CannotBlockAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["IncreasedMaximumResistsUniqueShieldStrInt1"] = { affix = "", "+4% to all maximum Resistances", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["IncreasedMaximumResistsUnique__1"] = { affix = "", "+(1-4)% to all maximum Resistances", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["IncreasedMaximumColdResistUniqueShieldStrInt4"] = { affix = "", "+5% to maximum Cold Resistance", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ItemActsAsConcentratedAOESupportUniqueHelmetInt4"] = { affix = "", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrderKey = "222", statOrder = { 222 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsConcentratedAOESupportUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Concentrated Effect", statOrderKey = "222", statOrder = { 222 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsConcentratedAOESupportUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Concentrated Effect", statOrderKey = "222", statOrder = { 222 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsConcentratedAOESupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 5 Concentrated Effect", statOrderKey = "222", statOrder = { 222 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsFirePenetrationSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Fire Penetration", statOrderKey = "233", statOrder = { 233 }, level = 1, group = "DisplaySocketedGemsGetFirePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsFireDamageSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrderKey = "230", statOrder = { 230 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsColdToFireSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Cold to Fire", statOrderKey = "231", statOrder = { 231 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsColdToFireSupportUniqueStaff13"] = { affix = "", "Socketed Gems are Supported by Level 5 Cold to Fire", statOrderKey = "231", statOrder = { 231 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsColdToFireSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 30 Cold to Fire", statOrderKey = "231", statOrder = { 231 }, level = 75, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ShareEnduranceChargesWithParty"] = { affix = "", "Share Endurance Charges with nearby party members", statOrderKey = "1756", statOrder = { 1756 }, level = 1, group = "ShareEnduranceChargesWithParty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["GainEnduranceChargeWhenCriticallyHit"] = { affix = "", "Gain an Endurance Charge when you take a Critical Strike", statOrderKey = "1353", statOrder = { 1353 }, level = 1, group = "GainEnduranceChargeWhenCriticallyHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "critical" }, }, + ["BlindingHitUniqueWand1"] = { affix = "", "10% chance to Blind Enemies on hit", statOrderKey = "1759", statOrder = { 1759 }, level = 1, group = "BlindingHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUniqueWand1"] = { affix = "", "Socketed Gems are supported by Level 20 Blind", statOrderKey = "238", statOrder = { 238 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are supported by Level 18 Blind", statOrderKey = "238", statOrder = { 238 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are supported by Level 6 Blind", statOrderKey = "238", statOrder = { 238 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Blind", statOrderKey = "238", statOrder = { 238 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedFreezeDurationUniqueShieldStrInt3"] = { affix = "", "50% reduced Freeze Duration on you", statOrderKey = "1389", statOrder = { 1389 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeDurationOnSelfUnique__1"] = { affix = "", "10000% increased Freeze Duration on you", statOrderKey = "1389", statOrder = { 1389 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FacebreakerUnarmedMoreDamage"] = { affix = "", "(600-800)% more Physical Damage with Unarmed Melee Attacks", statOrderKey = "1897", statOrder = { 1897 }, level = 1, group = "FacebreakerPhysicalUnarmedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandMace3"] = { affix = "", "Socketed Gems are Supported by Level 15 Pulverise", statOrderKey = "154", statOrder = { 154 }, level = 1, group = "SupportedByPulverise", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandAxe5"] = { affix = "", "Socketed Gems are Supported by Level 20 Increased Area of Effect", statOrderKey = "83", statOrder = { 83 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["SocketedGemsGetIncreasedAreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "Socketed Gems are Supported by Level 5 Increased Area of Effect", statOrderKey = "83", statOrder = { 83 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SocketedGemsGetIncreasedAreaOfEffectUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrderKey = "180", statOrder = { 180 }, level = 1, group = "SupportedByIntensify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["EnemiesCantLifeLeech"] = { affix = "", "Enemies Cannot Leech Life From you", statOrderKey = "1759", statOrder = { 1759 }, level = 1, group = "EnemiesCantLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ExtraGore"] = { affix = "", "Extra gore", statOrderKey = "7538", statOrder = { 7538 }, level = 1, group = "ExtraGore", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrderKey = "183", statOrder = { 183 }, level = 1, group = "SupportedByIntensify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["EnemiesCantLifeLeech"] = { affix = "", "Enemies Cannot Leech Life From you", statOrderKey = "1901", statOrder = { 1901 }, level = 1, group = "EnemiesCantLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExtraGore"] = { affix = "", "Extra gore", statOrderKey = "7718", statOrder = { 7718 }, level = 1, group = "ExtraGore", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["OneSocketEachColourUnique"] = { affix = "", "Has one socket of each colour", statOrderKey = "37", statOrder = { 37 }, level = 1, group = "ForceSpecificSockets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BlockWhileDualWieldingUniqueDagger3"] = { affix = "", "+12% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "600", statOrder = { 600 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockWhileDualWieldingUniqueTwoHandAxe6"] = { affix = "", "+(8-12)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "600", statOrder = { 600 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockWhileDualWieldingUniqueOneHandSword5"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "600", statOrder = { 600 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockWhileDualWieldingUniqueDagger9"] = { affix = "", "+5% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "600", statOrder = { 600 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockWhileDualWieldingUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "600", statOrder = { 600 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockWhileDualWieldingUnique__2_"] = { affix = "", "+18% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "600", statOrder = { 600 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["MaximumMinionCountUniqueBootsInt4"] = { affix = "", "+1 to Level of all Raise Zombie Gems", "+1 to Level of all Raise Spectre Gems", statOrderKey = "1017,1018", statOrder = { 1017, 1018 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "minion", "gem" }, }, - ["MaximumMinionCountUniqueTwoHandSword4"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+2 to maximum number of Skeletons", statOrderKey = "1520,1521,6832", statOrder = { 1520, 1521, 6832 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueTwoHandSword4Updated"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrderKey = "1520,1521,1522", statOrder = { 1520, 1521, 1522 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueSceptre5"] = { affix = "", "+1 to maximum number of Spectres", statOrderKey = "1521", statOrder = { 1521 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueBootsStrInt2"] = { affix = "", "+2 to maximum number of Skeletons", statOrderKey = "6832", statOrder = { 6832 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueBootsStrInt2Updated"] = { affix = "", "+1 to maximum number of Skeletons", statOrderKey = "1522", statOrder = { 1522 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueBodyInt9"] = { affix = "", "+1 to maximum number of Spectres", statOrderKey = "1521", statOrder = { 1521 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", "(7-10)% increased Skeleton Cast Speed", "(3-5)% increased Skeleton Movement Speed", statOrderKey = "7115,7116,7117", statOrder = { 7115, 7116, 7117 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MaximumMinionCountUnique__1__"] = { affix = "", "+2 to maximum number of Spectres", statOrderKey = "1521", statOrder = { 1521 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SkeletonMovementSpeedUniqueJewel1"] = { affix = "", "(3-5)% increased Skeleton Movement Speed", statOrderKey = "7117", statOrder = { 7117 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["SkeletonAttackSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", statOrderKey = "7115", statOrder = { 7115 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, - ["SkeletonCastSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Cast Speed", statOrderKey = "7116", statOrder = { 7116 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "minion" }, }, - ["SocketedemsHaveBloodMagicUniqueShieldStrInt2"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "278", statOrder = { 278 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemsHaveBloodMagicUniqueOneHandSword7"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "278", statOrder = { 278 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemsHaveBloodMagicUnique__1"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "278", statOrder = { 278 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["BlockWhileDualWieldingUniqueDagger3"] = { affix = "", "+12% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUniqueTwoHandAxe6"] = { affix = "", "+(8-12)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUniqueOneHandSword5"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUniqueDagger9"] = { affix = "", "+5% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUnique__2_"] = { affix = "", "+18% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MaximumMinionCountUniqueBootsInt4"] = { affix = "", "+1 to Level of all Raise Zombie Gems", "+1 to Level of all Raise Spectre Gems", statOrderKey = "1159,1160", statOrder = { 1159, 1160 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "minion", "gem" }, }, + ["MaximumMinionCountUniqueTwoHandSword4"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+2 to maximum number of Skeletons", statOrderKey = "1662,1663,6966", statOrder = { 1662, 1663, 6966 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueTwoHandSword4Updated"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrderKey = "1662,1663,1664", statOrder = { 1662, 1663, 1664 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueSceptre5"] = { affix = "", "+1 to maximum number of Spectres", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueBootsStrInt2"] = { affix = "", "+2 to maximum number of Skeletons", statOrderKey = "6966", statOrder = { 6966 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueBootsStrInt2Updated"] = { affix = "", "+1 to maximum number of Skeletons", statOrderKey = "1664", statOrder = { 1664 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueBodyInt9"] = { affix = "", "+1 to maximum number of Spectres", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", "(7-10)% increased Skeleton Cast Speed", "(3-5)% increased Skeleton Movement Speed", statOrderKey = "7260,7261,7262", statOrder = { 7260, 7261, 7262 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MaximumMinionCountUnique__1__"] = { affix = "", "+2 to maximum number of Spectres", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SkeletonMovementSpeedUniqueJewel1"] = { affix = "", "(3-5)% increased Skeleton Movement Speed", statOrderKey = "7262", statOrder = { 7262 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["SkeletonAttackSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", statOrderKey = "7260", statOrder = { 7260 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["SkeletonCastSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Cast Speed", statOrderKey = "7261", statOrder = { 7261 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "minion" }, }, + ["SocketedemsHaveBloodMagicUniqueShieldStrInt2"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "281", statOrder = { 281 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsHaveBloodMagicUniqueOneHandSword7"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "281", statOrder = { 281 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsHaveBloodMagicUnique__1"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "281", statOrder = { 281 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, - ["SocketedItemsHaveChanceToFleeUniqueClaw6"] = { affix = "", "Socketed Gems have 10% chance to cause Enemies to Flee on Hit", statOrderKey = "286", statOrder = { 286 }, level = 1, group = "DisplaySocketedGemGetsFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["AttackerTakesLightningDamageUniqueBodyInt1"] = { affix = "", "Reflects 1 to 250 Lightning Damage to Melee Attackers", statOrderKey = "1561", statOrder = { 1561 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AttackerTakesLightningDamageUnique___1"] = { affix = "", "Reflects 1 to 150 Lightning Damage to Melee Attackers", statOrderKey = "1561", statOrder = { 1561 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["PhysicalDamageConvertToChaosUniqueBow5"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageConvertToChaosUniqueClaw2"] = { affix = "", "(10-20)% of Physical Damage Converted to Chaos Damage", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageConvertToChaosBodyStrInt4"] = { affix = "", "30% of Physical Damage Converted to Chaos Damage", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageConvertedToChaosPerLevelUnique__1"] = { affix = "", "1% of Physical Damage Converted to Chaos Damage per Level", statOrderKey = "4018", statOrder = { 4018 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["MaximumMinionCountUniqueWand2"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+2 to maximum number of Skeletons", statOrderKey = "1520,1521,6832", statOrder = { 1520, 1521, 6832 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueWand2Updated"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrderKey = "1520,1521,1522", statOrder = { 1520, 1521, 1522 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["LifeReservationUniqueWand2"] = { affix = "", "Cannot be used with Chaos Inoculation", "Reserves 30% of Life", statOrderKey = "573,1758", statOrder = { 573, 1758 }, level = 1, group = "ReservesLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SocketedItemsHaveChanceToFleeUniqueClaw6"] = { affix = "", "Socketed Gems have 10% chance to cause Enemies to Flee on Hit", statOrderKey = "289", statOrder = { 289 }, level = 1, group = "DisplaySocketedGemGetsFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["AttackerTakesLightningDamageUniqueBodyInt1"] = { affix = "", "Reflects 1 to 250 Lightning Damage to Melee Attackers", statOrderKey = "1703", statOrder = { 1703 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AttackerTakesLightningDamageUnique___1"] = { affix = "", "Reflects 1 to 150 Lightning Damage to Melee Attackers", statOrderKey = "1703", statOrder = { 1703 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["PhysicalDamageConvertToChaosUniqueBow5"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1470", statOrder = { 1470 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertToChaosUniqueClaw2"] = { affix = "", "(10-20)% of Physical Damage Converted to Chaos Damage", statOrderKey = "1470", statOrder = { 1470 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertToChaosBodyStrInt4"] = { affix = "", "30% of Physical Damage Converted to Chaos Damage", statOrderKey = "1470", statOrder = { 1470 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertedToChaosPerLevelUnique__1"] = { affix = "", "1% of Physical Damage Converted to Chaos Damage per Level", statOrderKey = "4128", statOrder = { 4128 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["MaximumMinionCountUniqueWand2"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+2 to maximum number of Skeletons", statOrderKey = "1662,1663,6966", statOrder = { 1662, 1663, 6966 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueWand2Updated"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrderKey = "1662,1663,1664", statOrder = { 1662, 1663, 1664 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["LifeReservationUniqueWand2"] = { affix = "", "Cannot be used with Chaos Inoculation", "Reserves 30% of Life", statOrderKey = "706,1900", statOrder = { 706, 1900 }, level = 1, group = "ReservesLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["LocalIncreaseSocketedStrengthGemLevelUniqueTwoHandAxe3"] = { affix = "", "+1 to Level of Socketed Strength Gems", statOrderKey = "42", statOrder = { 42 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["ChaosTakenOnES"] = { affix = "", "Chaos Damage does not bypass Energy Shield", statOrderKey = "1826", statOrder = { 1826 }, level = 1, group = "ChaosTakenOnES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["PhysicalDamagePercentTakesAsChaosDamageUniqueBow5"] = { affix = "", "25% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "1769", statOrder = { 1769 }, level = 1, group = "PhysicalDamagePercentTakesAsChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, - ["PhysicalBowDamageCloseRangeUniqueBow6"] = { affix = "", "50% More Damage with Arrow Hits at Close Range", statOrderKey = "1761", statOrder = { 1761 }, level = 1, group = "PhysicalBowDamageAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["KnockbackCloseRangeUniqueBow6"] = { affix = "", "Bow Knockback at Close Range", statOrderKey = "1762", statOrder = { 1762 }, level = 1, group = "KnockbackAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PercentDamageGoesToManaUniqueBootsDex3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrderKey = "1773", statOrder = { 1773 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["PercentDamageGoesToManaUniqueHelmetStrInt3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrderKey = "1773", statOrder = { 1773 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["PercentDamageGoesToManaUnique__1"] = { affix = "", "8% of Damage taken Recouped as Mana", statOrderKey = "1773", statOrder = { 1773 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["ChanceToIgniteUniqueBodyInt2"] = { affix = "", "10% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUniqueTwoHandSword6"] = { affix = "", "20% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUniqueDescentOneHandMace1"] = { affix = "", "30% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUniqueBootsStrInt3"] = { affix = "", "(10-15)% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUniqueRing38"] = { affix = "", "10% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUnique__1"] = { affix = "", "(16-22)% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUnique__2"] = { affix = "", "10% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUnique__3"] = { affix = "", "10% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUnique__4"] = { affix = "", "(6-10)% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUnique__5"] = { affix = "", "25% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUnique__6"] = { affix = "", "(10-15)% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["BurnDurationUniqueBodyInt2"] = { affix = "", "(30-50)% increased Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["BurnDurationUniqueDescentOneHandMace1"] = { affix = "", "500% increased Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["BurnDurationUniqueRing31"] = { affix = "", "15% increased Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["BurnDurationUniqueWand10"] = { affix = "", "25% reduced Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["BurnDurationUnique__1"] = { affix = "", "33% increased Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["BurnDurationUnique__2"] = { affix = "", "10000% increased Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["PhysicalDamageTakenAsFirePercentUniqueBodyInt2"] = { affix = "", "20% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1765", statOrder = { 1765 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFirePercentUnique__1"] = { affix = "", "8% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1765", statOrder = { 1765 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, - ["AttackerTakesFireDamageUniqueBodyInt2"] = { affix = "", "Reflects 15 Fire Damage to Melee Attackers", statOrderKey = "1565", statOrder = { 1565 }, level = 1, group = "AttackerTakesFireDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AvoidIgniteUniqueBodyDex3"] = { affix = "", "Cannot be Ignited", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteUnique__1"] = { affix = "", "Cannot be Ignited", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3"] = { affix = "", "(10-15)% increased Physical Damage with Ranged Weapons", statOrderKey = "1362", statOrder = { 1362 }, level = 1, group = "RangedWeaponPhysicalDamagePlusPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["PhysicalDamageTakenPercentToReflectUniqueBodyStr2"] = { affix = "", "40% of Melee Physical Damage taken reflected to Attacker", statOrderKey = "1775", statOrder = { 1775 }, level = 1, group = "PhysicalDamageTakenPercentToReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AdditionalBlockUniqueBodyDex2"] = { affix = "", "+5% Chance to Block Attack Damage", statOrderKey = "1776", statOrder = { 1776 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockUnique__1"] = { affix = "", "+(2-4)% Chance to Block Attack Damage", statOrderKey = "1776", statOrder = { 1776 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockUnique__2"] = { affix = "", "15% Chance to Block Attack Damage", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ArrowPierceUniqueBow7"] = { affix = "", "Arrows Pierce all Targets", statOrderKey = "3985", statOrder = { 3985 }, level = 1, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AdditionalArrowPierceImplicitQuiver12_"] = { affix = "", "Arrows Pierce an additional Target", statOrderKey = "1168", statOrder = { 1168 }, level = 45, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["LeechEnergyShieldInsteadofLife"] = { affix = "", "Leech Energy Shield instead of Life", statOrderKey = "5301", statOrder = { 5301 }, level = 1, group = "LeechEnergyShieldInsteadofLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["BlockWhileDualWieldingClawsUniqueClaw1"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding Claws", statOrderKey = "601", statOrder = { 601 }, level = 1, group = "BlockWhileDualWieldingClaws", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ArmourPercent VsProjectilesUniqueShieldStr2"] = { affix = "", "200% increased Armour against Projectiles", statOrderKey = "1781", statOrder = { 1781 }, level = 1, group = "ArmourPercent VsProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["BlockVsProjectilesUniqueShieldStr2"] = { affix = "", "+25% Chance to Block Projectile Attack Damage", statOrderKey = "1782", statOrder = { 1782 }, level = 1, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["CannotLeech"] = { affix = "", "Cannot Leech", statOrderKey = "1783", statOrder = { 1783 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, - ["SocketedItemsHaveReducedReservationUniqueShieldStrInt2"] = { affix = "", "Socketed Gems have 25% reduced Reservation", statOrderKey = "279", statOrder = { 279 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["SocketedItemsHaveReducedReservationUniqueBodyDexInt4"] = { affix = "", "Socketed Gems have 30% reduced Reservation", statOrderKey = "279", statOrder = { 279 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["SocketedItemsHaveReducedReservationUnique__1"] = { affix = "", "Socketed Gems have 20% reduced Reservation", statOrderKey = "279", statOrder = { 279 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["SocketedItemsHaveIncreasedReservationUnique__1"] = { affix = "", "Socketed Gems have 10% increased Reservation", statOrderKey = "279", statOrder = { 279 }, level = 57, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["ChanceToFreezeUniqueStaff2"] = { affix = "", "8% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUniqueQuiver5"] = { affix = "", "(7-10)% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUniqueRing30"] = { affix = "", "10% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUnique__1"] = { affix = "", "5% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUnique__2"] = { affix = "", "2% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUnique__3"] = { affix = "", "10% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUnique__4"] = { affix = "", "10% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUnique__5"] = { affix = "", "20% chance to Freeze", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FrozenMonstersTakeIncreasedDamage"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrderKey = "1779", statOrder = { 1779 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["FrozenMonstersTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrderKey = "1779", statOrder = { 1779 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedIntelligenceRequirementsUniqueSceptre1"] = { affix = "", "60% increased Intelligence Requirement", statOrderKey = "577", statOrder = { 577 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedIntelligenceRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Intelligence Requirement", statOrderKey = "577", statOrder = { 577 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AddedIntelligenceRequirementsUnique__1"] = { affix = "", "+257 Intelligence Requirement", statOrderKey = "576", statOrder = { 576 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedGemsHaveAddedChaosDamageUniqueBodyInt3"] = { affix = "", "Socketed Gems are Supported by Level 15 Added Chaos Damage", statOrderKey = "224", statOrder = { 224 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SocketedGemsHaveAddedChaosDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Chaos Damage", statOrderKey = "224", statOrder = { 224 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SocketedGemsHaveAddedChaosDamageUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 25 Added Chaos Damage", statOrderKey = "224", statOrder = { 224 }, level = 50, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["EnergyShieldGainedOnBlockUniqueShieldStrInt4"] = { affix = "", "Replenishes Energy Shield by 2% of Armour when you Block", statOrderKey = "1786", statOrder = { 1786 }, level = 1, group = "EnergyShieldGainedOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, - ["LocalPoisonOnHit"] = { affix = "", "Poisonous Hit", statOrderKey = "1787", statOrder = { 1787 }, level = 1, group = "LocalPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["SkeletonDurationUniqueTwoHandSword4"] = { affix = "", "(150-200)% increased Skeleton Duration", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SkeletonDurationUniqueJewel1_"] = { affix = "", "(10-20)% reduced Skeleton Duration", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["IncreasedStrengthRequirementsUniqueTwoHandSword4"] = { affix = "", "25% increased Strength Requirement", statOrderKey = "583", statOrder = { 583 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedStrengthRequirementsUniqueTwoHandMace5"] = { affix = "", "20% reduced Strength Requirement", statOrderKey = "583", statOrder = { 583 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedStrengthRequirementUniqueBodyStr5"] = { affix = "", "30% reduced Strength Requirement", statOrderKey = "583", statOrder = { 583 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedStrengthRequirementUniqueStaff8"] = { affix = "", "40% increased Strength Requirement", statOrderKey = "583", statOrder = { 583 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedStrengthREquirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Strength Requirement", statOrderKey = "583", statOrder = { 583 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StrengthRequirementsUniqueOneHandMace3"] = { affix = "", "+200 Strength Requirement", statOrderKey = "582", statOrder = { 582 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StrengthRequirementsUnique__1"] = { affix = "", "+100 Strength Requirement", statOrderKey = "582", statOrder = { 582 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StrengthRequirementsUnique__2"] = { affix = "", "+200 Strength Requirement", statOrderKey = "582", statOrder = { 582 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StrengthRequirementsUnique__3_"] = { affix = "", "+(500-700) Strength Requirement", statOrderKey = "582", statOrder = { 582 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IntelligenceRequirementsUniqueOneHandMace3"] = { affix = "", "+300 Intelligence Requirement", statOrderKey = "576", statOrder = { 576 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IntelligenceRequirementsUniqueBow12"] = { affix = "", "+212 Intelligence Requirement", statOrderKey = "576", statOrder = { 576 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DexterityRequirementsUnique__1"] = { affix = "", "+160 Dexterity Requirement", statOrderKey = "574", statOrder = { 574 }, level = 1, group = "DexterityRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StrengthIntelligenceRequirementsUnique__1"] = { affix = "", "+600 Strength and Intelligence Requirement", statOrderKey = "581", statOrder = { 581 }, level = 1, group = "StrengthIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpellDamageTakenOnLowManaUniqueBodyInt4"] = { affix = "", "15% increased Spell Damage taken when on Low Mana", statOrderKey = "1789", statOrder = { 1789 }, level = 1, group = "SpellDamageTakenOnLowMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["EvasionOnFullLifeUniqueBodyDex4"] = { affix = "", "+500 to Evasion Rating while on Full Life", statOrderKey = "951", statOrder = { 951 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["EvasionOnFullLifeUnique__1_"] = { affix = "", "+1500 to Evasion Rating while on Full Life", statOrderKey = "951", statOrder = { 951 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["ReflectCurses"] = { affix = "", "Hex Reflection", statOrderKey = "1794", statOrder = { 1794 }, level = 1, group = "ReflectCurses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["FlaskCurseImmunityUnique___1"] = { affix = "", "Immune to Curses during Flask effect", "Removes Curses on use", statOrderKey = "568,568.1", statOrder = { 568, 568.1 }, level = 1, group = "FlaskCurseImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster", "curse" }, }, - ["CausesBleedingUniqueTwoHandAxe4"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "1799", statOrder = { 1799 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUniqueTwoHandAxe4Updated"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUniqueTwoHandAxe7"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1798", statOrder = { 1798 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUniqueTwoHandAxe7Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUniqueOneHandAxe5"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1798", statOrder = { 1798 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUniqueOneHandAxe5Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUnique__1"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1798", statOrder = { 1798 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUnique__1Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUnique__2"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1798", statOrder = { 1798 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUnique__2Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CauseseBleedingOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Bleeding on Critical Strike", statOrderKey = "5746", statOrder = { 5746 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, }, - ["CausesBleedingOnCritUniqueDagger11"] = { affix = "", "50% chance to cause Bleeding on Critical Strike", statOrderKey = "5752", statOrder = { 5752 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AttacksDealNoPhysicalDamage"] = { affix = "", "Attacks deal no Physical Damage", statOrderKey = "1796", statOrder = { 1796 }, level = 1, group = "AttacksDealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["GoldenLightBeam"] = { affix = "", "Golden Radiance", statOrderKey = "1811", statOrder = { 1811 }, level = 1, group = "GoldenLightBeam", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBeStunnedOnLowLife"] = { affix = "", "Cannot be Stunned when on Low Life", statOrderKey = "1536", statOrder = { 1536 }, level = 1, group = "CannotBeStunnedOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AuraEffectUniqueShieldInt2"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["AuraEffectOnMinionsUniqueShieldInt2"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills on your Minions", statOrderKey = "1505", statOrder = { 1505 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "aura" }, }, - ["AuraEffectUnique__1"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["AuraEffectUnique__2____"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["AuraEffectOnMinionsUnique__1_"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills on your Minions", statOrderKey = "1505", statOrder = { 1505 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "aura" }, }, - ["AreaDamageUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area Damage", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AreaDamageUniqueDescentOneHandSword1"] = { affix = "", "10% increased Area Damage", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AreaDamageUniqueOneHandMace7"] = { affix = "", "(10-20)% increased Area Damage", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AreaDamageImplicitMace1"] = { affix = "", "30% increased Area Damage", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AreaDamageUnique__1"] = { affix = "", "30% increased Area Damage", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUniqueRing6"] = { affix = "", "(10-30)% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 30, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUniqueRing8"] = { affix = "", "10% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUniqueHelmetDexInt2"] = { affix = "", "30% reduced Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUniqueStaff4"] = { affix = "", "(40-50)% increased Global Damage", statOrderKey = "621", statOrder = { 621 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUniqueSceptre8"] = { affix = "", "(40-60)% increased Global Damage", statOrderKey = "621", statOrder = { 621 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUniqueBelt11"] = { affix = "", "10% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUnique__1"] = { affix = "", "10% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUnique__2"] = { affix = "", "(20-25)% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUnique__3"] = { affix = "", "(250-300)% increased Global Damage", statOrderKey = "621", statOrder = { 621 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUnique__4"] = { affix = "", "(30-40)% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LightRadiusUniqueSceptre2"] = { affix = "", "25% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBootsStrDex2"] = { affix = "", "25% reduced Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueRing9_"] = { affix = "", "31% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBodyInt8"] = { affix = "", "25% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBodyStrInt4"] = { affix = "", "25% reduced Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueRing11"] = { affix = "", "(10-15)% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueAmulet17"] = { affix = "", "(10-15)% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 50, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBelt6"] = { affix = "", "25% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBodyStr4"] = { affix = "", "25% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBootsStrDex3"] = { affix = "", "20% reduced Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueHelmetStrInt4"] = { affix = "", "40% reduced Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBodyStrInt5"] = { affix = "", "(20-30)% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueRing15"] = { affix = "", "10% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueHelmetStrDex6"] = { affix = "", "40% reduced Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueStaff10_"] = { affix = "", "20% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueShieldDemigods"] = { affix = "", "20% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__1"] = { affix = "", "20% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__2"] = { affix = "", "(10-30)% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__3"] = { affix = "", "20% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__4"] = { affix = "", "20% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__5"] = { affix = "", "(15-25)% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__6"] = { affix = "", "50% reduced Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnfeebleOnHitUniqueShieldStr3"] = { affix = "", "25% chance to Curse Non-Cursed Enemies with Enfeeble on Hit, with 80% increased Effect", statOrderKey = "4499", statOrder = { 4499 }, level = 1, group = "EnfeebleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["GroundTarOnCritTakenUniqueShieldInt2"] = { affix = "", "Spreads Tar when you take a Critical Strike", statOrderKey = "1827", statOrder = { 1827 }, level = 1, group = "GroundTarOnCritTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["GroundTarOnHitTakenUnique__1"] = { affix = "", "20% chance to spread Tar when Hit", statOrderKey = "5004", statOrder = { 5004 }, level = 1, group = "GroundTarOnHitTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["SpellsHaveCullingStrikeUniqueDagger4"] = { affix = "", "Your Spells have Culling Strike", statOrderKey = "1841", statOrder = { 1841 }, level = 1, group = "SpellsHaveCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["EvasionRatingPercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "150% increased Global Evasion Rating when on Low Life", statOrderKey = "1844", statOrder = { 1844 }, level = 1, group = "EvasionRatingPercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalLifeLeechIsInstantUniqueClaw3"] = { affix = "", "Life Leech from Hits with this Weapon is instant", statOrderKey = "1846", statOrder = { 1846 }, level = 1, group = "LocalLifeLeechIsInstant", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ReducedManaReservationsCostUniqueHelmetDex5"] = { affix = "", "8% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedManaReservationsCostUniqueOneHandSword11"] = { affix = "", "5% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedManaReservationsCostUnique__1"] = { affix = "", "40% increased Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedManaReservationsCostUnique__2"] = { affix = "", "10% increased Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedManaReservationsCostUniqueJewel44"] = { affix = "", "2% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedManaReservationCostUnique__1"] = { affix = "", "6% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedManaReservationCostUnique__2"] = { affix = "", "(6-10)% reduced Reservation of Skills", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireResistOnLowLifeUniqueShieldStrInt5"] = { affix = "", "+25% to Fire Resistance while on Low Life", statOrderKey = "1028", statOrder = { 1028 }, level = 1, group = "FireResistOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["AvoidIgniteOnLowLifeUniqueShieldStrInt5"] = { affix = "", "Cannot be Ignited while on Low Life", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "AvoidIgniteOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SocketedGemsGetElementalProliferationUniqueBodyInt5"] = { affix = "", "Socketed Gems are Supported by Level 5 Elemental Proliferation", statOrderKey = "231", statOrder = { 231 }, level = 1, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SocketedGemsGetElementalProliferationUniqueSceptre7"] = { affix = "", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrderKey = "231", statOrder = { 231 }, level = 94, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SkillEffectDurationUniqueTwoHandMace5"] = { affix = "", "15% increased Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedSkillEffectDurationUniqueAmulet20"] = { affix = "", "(10-15)% reduced Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 63, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SkillEffectDurationUnique__1"] = { affix = "", "(10-15)% increased Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SkillEffectDurationUnique__2_"] = { affix = "", "(-10-10)% reduced Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SkillEffectDurationUniqueJewel44"] = { affix = "", "4% increased Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SkillEffectDurationUnique__3"] = { affix = "", "30% increased Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 75, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SkillEffectDurationThresholdJewel"] = { affix = "", "(15-20)% reduced Spark Duration", statOrderKey = "7149", statOrder = { 7149 }, level = 1, group = "SparkSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["ChaosTakenOnES"] = { affix = "", "Chaos Damage does not bypass Energy Shield", statOrderKey = "1968", statOrder = { 1968 }, level = 1, group = "ChaosTakenOnES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["PhysicalDamagePercentTakesAsChaosDamageUniqueBow5"] = { affix = "", "25% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "1911", statOrder = { 1911 }, level = 1, group = "PhysicalDamagePercentTakesAsChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, + ["PhysicalBowDamageCloseRangeUniqueBow6"] = { affix = "", "50% More Damage with Arrow Hits at Close Range", statOrderKey = "1903", statOrder = { 1903 }, level = 1, group = "PhysicalBowDamageAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["KnockbackCloseRangeUniqueBow6"] = { affix = "", "Bow Knockback at Close Range", statOrderKey = "1904", statOrder = { 1904 }, level = 1, group = "KnockbackAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PercentDamageGoesToManaUniqueBootsDex3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrderKey = "1915", statOrder = { 1915 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["PercentDamageGoesToManaUniqueHelmetStrInt3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrderKey = "1915", statOrder = { 1915 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["PercentDamageGoesToManaUnique__1"] = { affix = "", "8% of Damage taken Recouped as Mana", statOrderKey = "1915", statOrder = { 1915 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ChanceToIgniteUniqueBodyInt2"] = { affix = "", "10% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueTwoHandSword6"] = { affix = "", "20% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueDescentOneHandMace1"] = { affix = "", "30% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueBootsStrInt3"] = { affix = "", "(10-15)% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueRing38"] = { affix = "", "10% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__1"] = { affix = "", "(16-22)% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__2"] = { affix = "", "10% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__3"] = { affix = "", "10% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__4"] = { affix = "", "(6-10)% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__5"] = { affix = "", "25% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__6"] = { affix = "", "(10-15)% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueBodyInt2"] = { affix = "", "(30-50)% increased Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueDescentOneHandMace1"] = { affix = "", "500% increased Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueRing31"] = { affix = "", "15% increased Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueWand10"] = { affix = "", "25% reduced Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUnique__1"] = { affix = "", "33% increased Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUnique__2"] = { affix = "", "10000% increased Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["PhysicalDamageTakenAsFirePercentUniqueBodyInt2"] = { affix = "", "20% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1907", statOrder = { 1907 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFirePercentUnique__1"] = { affix = "", "8% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1907", statOrder = { 1907 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, + ["AttackerTakesFireDamageUniqueBodyInt2"] = { affix = "", "Reflects 15 Fire Damage to Melee Attackers", statOrderKey = "1707", statOrder = { 1707 }, level = 1, group = "AttackerTakesFireDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AvoidIgniteUniqueBodyDex3"] = { affix = "", "Cannot be Ignited", statOrderKey = "1362", statOrder = { 1362 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteUnique__1"] = { affix = "", "Cannot be Ignited", statOrderKey = "1362", statOrder = { 1362 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3"] = { affix = "", "(10-15)% increased Physical Damage with Ranged Weapons", statOrderKey = "1503", statOrder = { 1503 }, level = 1, group = "RangedWeaponPhysicalDamagePlusPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["PhysicalDamageTakenPercentToReflectUniqueBodyStr2"] = { affix = "", "40% of Melee Physical Damage taken reflected to Attacker", statOrderKey = "1917", statOrder = { 1917 }, level = 1, group = "PhysicalDamageTakenPercentToReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AdditionalBlockUniqueBodyDex2"] = { affix = "", "+5% Chance to Block Attack Damage", statOrderKey = "1918", statOrder = { 1918 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockUnique__1"] = { affix = "", "+(2-4)% Chance to Block Attack Damage", statOrderKey = "1918", statOrder = { 1918 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockUnique__2"] = { affix = "", "15% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ArrowPierceUniqueBow7"] = { affix = "", "Arrows Pierce all Targets", statOrderKey = "4091", statOrder = { 4091 }, level = 1, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowPierceImplicitQuiver12_"] = { affix = "", "Arrows Pierce an additional Target", statOrderKey = "1310", statOrder = { 1310 }, level = 45, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["LeechEnergyShieldInsteadofLife"] = { affix = "", "Leech Energy Shield instead of Life", statOrderKey = "5447", statOrder = { 5447 }, level = 1, group = "LeechEnergyShieldInsteadofLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["BlockWhileDualWieldingClawsUniqueClaw1"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding Claws", statOrderKey = "734", statOrder = { 734 }, level = 1, group = "BlockWhileDualWieldingClaws", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ArmourPercent VsProjectilesUniqueShieldStr2"] = { affix = "", "200% increased Armour against Projectiles", statOrderKey = "1923", statOrder = { 1923 }, level = 1, group = "ArmourPercent VsProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["BlockVsProjectilesUniqueShieldStr2"] = { affix = "", "+25% Chance to Block Projectile Attack Damage", statOrderKey = "1924", statOrder = { 1924 }, level = 1, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CannotLeech"] = { affix = "", "Cannot Leech", statOrderKey = "1925", statOrder = { 1925 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["SocketedItemsHaveReducedReservationUniqueShieldStrInt2"] = { affix = "", "Socketed Gems have 25% reduced Reservation", statOrderKey = "282", statOrder = { 282 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedItemsHaveReducedReservationUniqueBodyDexInt4"] = { affix = "", "Socketed Gems have 30% reduced Reservation", statOrderKey = "282", statOrder = { 282 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedItemsHaveReducedReservationUnique__1"] = { affix = "", "Socketed Gems have 20% reduced Reservation", statOrderKey = "282", statOrder = { 282 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedItemsHaveIncreasedReservationUnique__1"] = { affix = "", "Socketed Gems have 10% increased Reservation", statOrderKey = "282", statOrder = { 282 }, level = 57, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["ChanceToFreezeUniqueStaff2"] = { affix = "", "8% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUniqueQuiver5"] = { affix = "", "(7-10)% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUniqueRing30"] = { affix = "", "10% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__1"] = { affix = "", "5% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__2"] = { affix = "", "2% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__3"] = { affix = "", "10% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__4"] = { affix = "", "10% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__5"] = { affix = "", "20% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FrozenMonstersTakeIncreasedDamage"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrderKey = "1921", statOrder = { 1921 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["FrozenMonstersTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrderKey = "1921", statOrder = { 1921 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedIntelligenceRequirementsUniqueSceptre1"] = { affix = "", "60% increased Intelligence Requirement", statOrderKey = "710", statOrder = { 710 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedIntelligenceRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Intelligence Requirement", statOrderKey = "710", statOrder = { 710 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedIntelligenceRequirementsUnique__1"] = { affix = "", "+257 Intelligence Requirement", statOrderKey = "709", statOrder = { 709 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsHaveAddedChaosDamageUniqueBodyInt3"] = { affix = "", "Socketed Gems are Supported by Level 15 Added Chaos Damage", statOrderKey = "227", statOrder = { 227 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsHaveAddedChaosDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Chaos Damage", statOrderKey = "227", statOrder = { 227 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsHaveAddedChaosDamageUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 25 Added Chaos Damage", statOrderKey = "227", statOrder = { 227 }, level = 50, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["EnergyShieldGainedOnBlockUniqueShieldStrInt4"] = { affix = "", "Replenishes Energy Shield by 2% of Armour when you Block", statOrderKey = "1928", statOrder = { 1928 }, level = 1, group = "EnergyShieldGainedOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, + ["LocalPoisonOnHit"] = { affix = "", "Poisonous Hit", statOrderKey = "1929", statOrder = { 1929 }, level = 1, group = "LocalPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["SkeletonDurationUniqueTwoHandSword4"] = { affix = "", "(150-200)% increased Skeleton Duration", statOrderKey = "1298", statOrder = { 1298 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SkeletonDurationUniqueJewel1_"] = { affix = "", "(10-20)% reduced Skeleton Duration", statOrderKey = "1298", statOrder = { 1298 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["IncreasedStrengthRequirementsUniqueTwoHandSword4"] = { affix = "", "25% increased Strength Requirement", statOrderKey = "716", statOrder = { 716 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedStrengthRequirementsUniqueTwoHandMace5"] = { affix = "", "20% reduced Strength Requirement", statOrderKey = "716", statOrder = { 716 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedStrengthRequirementUniqueBodyStr5"] = { affix = "", "30% reduced Strength Requirement", statOrderKey = "716", statOrder = { 716 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedStrengthRequirementUniqueStaff8"] = { affix = "", "40% increased Strength Requirement", statOrderKey = "716", statOrder = { 716 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedStrengthREquirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Strength Requirement", statOrderKey = "716", statOrder = { 716 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUniqueOneHandMace3"] = { affix = "", "+200 Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__1"] = { affix = "", "+100 Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__2"] = { affix = "", "+200 Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__3_"] = { affix = "", "+(500-700) Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__3Royale_"] = { affix = "", "+(75-100) Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IntelligenceRequirementsUniqueOneHandMace3"] = { affix = "", "+300 Intelligence Requirement", statOrderKey = "709", statOrder = { 709 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IntelligenceRequirementsUniqueBow12"] = { affix = "", "+212 Intelligence Requirement", statOrderKey = "709", statOrder = { 709 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DexterityRequirementsUnique__1"] = { affix = "", "+160 Dexterity Requirement", statOrderKey = "707", statOrder = { 707 }, level = 1, group = "DexterityRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthIntelligenceRequirementsUnique__1"] = { affix = "", "+600 Strength and Intelligence Requirement", statOrderKey = "714", statOrder = { 714 }, level = 1, group = "StrengthIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellDamageTakenOnLowManaUniqueBodyInt4"] = { affix = "", "15% increased Spell Damage taken when on Low Mana", statOrderKey = "1931", statOrder = { 1931 }, level = 1, group = "SpellDamageTakenOnLowMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["EvasionOnFullLifeUniqueBodyDex4"] = { affix = "", "+500 to Evasion Rating while on Full Life", statOrderKey = "1093", statOrder = { 1093 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["EvasionOnFullLifeUnique__1_"] = { affix = "", "+1500 to Evasion Rating while on Full Life", statOrderKey = "1093", statOrder = { 1093 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["ReflectCurses"] = { affix = "", "Hex Reflection", statOrderKey = "1936", statOrder = { 1936 }, level = 1, group = "ReflectCurses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["FlaskCurseImmunityUnique___1"] = { affix = "", "Removes Curses on use", statOrderKey = "564", statOrder = { 564 }, level = 1, group = "FlaskCurseImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster", "curse" }, }, + ["CausesBleedingUniqueTwoHandAxe4"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "1941", statOrder = { 1941 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueTwoHandAxe4Updated"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueTwoHandAxe7"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1940", statOrder = { 1940 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueTwoHandAxe7Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueOneHandAxe5"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1940", statOrder = { 1940 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueOneHandAxe5Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__1"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1940", statOrder = { 1940 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__1Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__2"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1940", statOrder = { 1940 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__2Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CauseseBleedingOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Bleeding on Critical Strike", statOrderKey = "5891", statOrder = { 5891 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, }, + ["CausesBleedingOnCritUniqueDagger11"] = { affix = "", "50% chance to cause Bleeding on Critical Strike", statOrderKey = "5897", statOrder = { 5897 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AttacksDealNoPhysicalDamage"] = { affix = "", "Attacks deal no Physical Damage", statOrderKey = "1938", statOrder = { 1938 }, level = 1, group = "AttacksDealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["GoldenLightBeam"] = { affix = "", "Golden Radiance", statOrderKey = "1953", statOrder = { 1953 }, level = 1, group = "GoldenLightBeam", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeStunnedOnLowLife"] = { affix = "", "Cannot be Stunned when on Low Life", statOrderKey = "1678", statOrder = { 1678 }, level = 1, group = "CannotBeStunnedOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AuraEffectUniqueShieldInt2"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AuraEffectOnMinionsUniqueShieldInt2"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills on your Minions", statOrderKey = "1647", statOrder = { 1647 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "aura" }, }, + ["AuraEffectUnique__1"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AuraEffectUnique__2____"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AuraEffectOnMinionsUnique__1_"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills on your Minions", statOrderKey = "1647", statOrder = { 1647 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "aura" }, }, + ["AreaDamageUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area Damage", statOrderKey = "1537", statOrder = { 1537 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamageUniqueDescentOneHandSword1"] = { affix = "", "10% increased Area Damage", statOrderKey = "1537", statOrder = { 1537 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamageUniqueOneHandMace7"] = { affix = "", "(10-20)% increased Area Damage", statOrderKey = "1537", statOrder = { 1537 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamageImplicitMace1"] = { affix = "", "30% increased Area Damage", statOrderKey = "1537", statOrder = { 1537 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamageUnique__1"] = { affix = "", "30% increased Area Damage", statOrderKey = "1537", statOrder = { 1537 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueRing6"] = { affix = "", "(10-30)% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 30, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueRing8"] = { affix = "", "10% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueHelmetDexInt2"] = { affix = "", "30% reduced Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueStaff4"] = { affix = "", "(40-50)% increased Global Damage", statOrderKey = "754", statOrder = { 754 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueSceptre8"] = { affix = "", "(40-60)% increased Global Damage", statOrderKey = "754", statOrder = { 754 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueBelt11"] = { affix = "", "10% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__1"] = { affix = "", "10% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__2"] = { affix = "", "(20-25)% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__3"] = { affix = "", "(250-300)% increased Global Damage", statOrderKey = "754", statOrder = { 754 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__4"] = { affix = "", "(30-40)% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LightRadiusUniqueSceptre2"] = { affix = "", "25% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBootsStrDex2"] = { affix = "", "25% reduced Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueRing9_"] = { affix = "", "31% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyInt8"] = { affix = "", "25% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyStrInt4"] = { affix = "", "25% reduced Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueRing11"] = { affix = "", "(10-15)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueAmulet17"] = { affix = "", "(10-15)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 50, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBelt6"] = { affix = "", "25% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyStr4"] = { affix = "", "25% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBootsStrDex3"] = { affix = "", "20% reduced Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueHelmetStrInt4"] = { affix = "", "40% reduced Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyStrInt5"] = { affix = "", "(20-30)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueRing15"] = { affix = "", "10% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueHelmetStrDex6"] = { affix = "", "40% reduced Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueStaff10_"] = { affix = "", "20% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueShieldDemigods"] = { affix = "", "20% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__1"] = { affix = "", "20% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__2"] = { affix = "", "(10-30)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__3"] = { affix = "", "20% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__4"] = { affix = "", "20% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__5"] = { affix = "", "(15-25)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__6"] = { affix = "", "50% reduced Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__7_"] = { affix = "", "(15-25)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnfeebleOnHitUniqueShieldStr3"] = { affix = "", "25% chance to Curse Non-Cursed Enemies with Enfeeble on Hit, with 80% increased Effect", statOrderKey = "4626", statOrder = { 4626 }, level = 1, group = "EnfeebleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["GroundTarOnCritTakenUniqueShieldInt2"] = { affix = "", "Spreads Tar when you take a Critical Strike", statOrderKey = "1969", statOrder = { 1969 }, level = 1, group = "GroundTarOnCritTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GroundTarOnHitTakenUnique__1"] = { affix = "", "20% chance to spread Tar when Hit", statOrderKey = "5149", statOrder = { 5149 }, level = 1, group = "GroundTarOnHitTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["SpellsHaveCullingStrikeUniqueDagger4"] = { affix = "", "Your Spells have Culling Strike", statOrderKey = "1983", statOrder = { 1983 }, level = 1, group = "SpellsHaveCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["EvasionRatingPercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "150% increased Global Evasion Rating when on Low Life", statOrderKey = "1986", statOrder = { 1986 }, level = 1, group = "EvasionRatingPercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalLifeLeechIsInstantUniqueClaw3"] = { affix = "", "Life Leech from Hits with this Weapon is instant", statOrderKey = "1988", statOrder = { 1988 }, level = 1, group = "LocalLifeLeechIsInstant", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReducedManaReservationsCostUniqueHelmetDex5"] = { affix = "", "8% reduced Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedManaReservationsCostUniqueOneHandSword11"] = { affix = "", "5% reduced Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedManaReservationsCostUnique__1"] = { affix = "", "40% increased Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedManaReservationsCostUnique__2"] = { affix = "", "10% increased Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedManaReservationsCostUniqueJewel44"] = { affix = "", "2% reduced Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedManaReservationCostUnique__1"] = { affix = "", "6% reduced Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedManaReservationCostUnique__2"] = { affix = "", "(6-10)% reduced Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireResistOnLowLifeUniqueShieldStrInt5"] = { affix = "", "+25% to Fire Resistance while on Low Life", statOrderKey = "1170", statOrder = { 1170 }, level = 1, group = "FireResistOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["AvoidIgniteOnLowLifeUniqueShieldStrInt5"] = { affix = "", "Cannot be Ignited while on Low Life", statOrderKey = "1363", statOrder = { 1363 }, level = 1, group = "AvoidIgniteOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SocketedGemsGetElementalProliferationUniqueBodyInt5"] = { affix = "", "Socketed Gems are Supported by Level 5 Elemental Proliferation", statOrderKey = "234", statOrder = { 234 }, level = 1, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetElementalProliferationUniqueSceptre7"] = { affix = "", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrderKey = "234", statOrder = { 234 }, level = 94, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SkillEffectDurationUniqueTwoHandMace5"] = { affix = "", "15% increased Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedSkillEffectDurationUniqueAmulet20"] = { affix = "", "(10-15)% reduced Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 63, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationUnique__1"] = { affix = "", "(10-15)% increased Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationUnique__2_"] = { affix = "", "(-10-10)% reduced Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationUniqueJewel44"] = { affix = "", "4% increased Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationUnique__3"] = { affix = "", "30% increased Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 75, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationThresholdJewel"] = { affix = "", "(15-20)% reduced Spark Duration", statOrderKey = "7294", statOrder = { 7294 }, level = 1, group = "SparkSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, ["LocalIncreaseSocketedMovementGemLevelUniqueBodyDex5"] = { affix = "", "+2 to Level of Socketed Movement Gems", statOrderKey = "63", statOrder = { 63 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["MovementVelocityPerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "5% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityPerFrenzyChargeUniqueBodyDexInt3"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityPerFrenzyChargeUniqueDescentOneHandSword1_"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChanceToDodgePerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "2% chance to Dodge Attack Hits per Frenzy Charge", statOrderKey = "1855", statOrder = { 1855 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["MaximumFrenzyChargesUniqueBootsStrDex2_"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["MaximumFrenzyChargesUniqueBodyStr3"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["MaximumFrenzyChargesUniqueDescentOneHandSword1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ReducedMaximumFrenzyChargesUniqueCorruptedJewel16"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ReducedMaximumFrenzyChargesUnique__1"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ReducedMaximumFrenzyChargesUnique__2_"] = { affix = "", "-2 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["WeaponPhysicalDamagePerStrength"] = { affix = "", "1% increased Area of Effect per 20 Intelligence", statOrderKey = "1852", statOrder = { 1852 }, level = 1, group = "WeaponPhysicalDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackSpeedPerDexterity"] = { affix = "", "1% increased Attack Speed per 10 Dexterity", statOrderKey = "1853", statOrder = { 1853 }, level = 1, group = "AttackSpeedPerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAreaOfEffectPerIntelligence"] = { affix = "", "16% increased Physical Weapon Damage per 10 Strength", statOrderKey = "1854", statOrder = { 1854 }, level = 1, group = "IncreasedAreaOfEffectPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["FrenzyChargeDurationUniqueBootsStrDex2"] = { affix = "", "40% reduced Frenzy Charge Duration", statOrderKey = "1487", statOrder = { 1487 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["FrenzyChargeDurationUnique__1"] = { affix = "", "20% reduced Frenzy Charge Duration", statOrderKey = "1487", statOrder = { 1487 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["AdditionalTotemsUniqueBodyInt7"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrderKey = "1609", statOrder = { 1609 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalTotemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrderKey = "1609", statOrder = { 1609 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TotemLifeUniqueBodyInt7"] = { affix = "", "50% increased Totem Life", statOrderKey = "1151", statOrder = { 1151 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TotemLifeUnique__1"] = { affix = "", "(14-20)% increased Totem Life", statOrderKey = "1151", statOrder = { 1151 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TotemLifeUnique__2_"] = { affix = "", "(30-50)% increased Totem Life", statOrderKey = "1151", statOrder = { 1151 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DisplaySocketedGemGetsSpellTotemBodyInt7"] = { affix = "", "Socketed Gems are Supported by Level 20 Spell Totem", statOrderKey = "229", statOrder = { 229 }, level = 1, group = "DisplaySocketedGemGetsSpellTotemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemGetsIncreasedDurationGlovesInt4_"] = { affix = "", "Socketed Gems are Supported by Level 10 Increased Duration", statOrderKey = "226", statOrder = { 226 }, level = 1, group = "DisplaySocketedGemGetsIncreasedDurationLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["RandomlyCursedWhenTotemsDieUniqueBodyInt7"] = { affix = "", "Inflicts a random Hex on you when your Totems die, with 80% more Effect", statOrderKey = "1860", statOrder = { 1860 }, level = 1, group = "RandomlyCursedWhenTotemsDie", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["DisplaySocketedGemGetsAddedLightningDamageGlovesDexInt3"] = { affix = "", "Socketed Gems are Supported by Level 18 Added Lightning Damage", statOrderKey = "232", statOrder = { 232 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ShockDurationUniqueGlovesDexInt3"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrderKey = "5363", statOrder = { 5363 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockDurationUniqueStaff8"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrderKey = "5363", statOrder = { 5363 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration on Enemies", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockDurationUnique__2"] = { affix = "", "50% increased Duration of Lightning Ailments", statOrderKey = "5363", statOrder = { 5363 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IncreasedPhysicalDamageTakenUniqueHelmetStr3"] = { affix = "", "(40-50)% increased Physical Damage taken", statOrderKey = "1596", statOrder = { 1596 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["IncreasedPhysicalDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Physical Damage taken", statOrderKey = "1596", statOrder = { 1596 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["IncreasedPhysicalDamageTakenUniqueBootsDex8"] = { affix = "", "20% increased Physical Damage taken", statOrderKey = "1596", statOrder = { 1596 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["IncreasedLocalAttributeRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Attribute Requirements", statOrderKey = "572", statOrder = { 572 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TemporalChainsOnHitUniqueGlovesInt3"] = { affix = "", "Curse Enemies with Temporal Chains on Hit", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "TemporalChainsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3"] = { affix = "", "+(100-125)% to Melee Critical Strike Multiplier", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["DisablesOtherRingSlot"] = { affix = "", "Can't use other Rings", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "DisablesOtherRingSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalItemAttributeRequirementsUniqueAmulet10"] = { affix = "", "Items and Gems have 25% reduced Attribute Requirements", statOrderKey = "1861", statOrder = { 1861 }, level = 20, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalItemAttributeRequirementsUniqueAmulet19"] = { affix = "", "Items and Gems have 10% reduced Attribute Requirements", statOrderKey = "1861", statOrder = { 1861 }, level = 45, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalItemAttributeRequirementsUnique__1_"] = { affix = "", "Items and Gems have 100% reduced Attribute Requirements", statOrderKey = "1861", statOrder = { 1861 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalItemAttributeRequirementsUnique__2"] = { affix = "", "Items and Gems have 50% increased Attribute Requirements", statOrderKey = "1861", statOrder = { 1861 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedCurseEffectUniqueRing7"] = { affix = "", "50% reduced Effect of Curses on you", statOrderKey = "1532", statOrder = { 1532 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ReducedCurseEffectUniqueRing26"] = { affix = "", "40% reduced Effect of Curses on you", statOrderKey = "1532", statOrder = { 1532 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["IncreasedCurseEffectUnique__1"] = { affix = "", "50% increased Effect of Curses on you", statOrderKey = "1532", statOrder = { 1532 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ReducedCurseEffectUnique__1"] = { affix = "", "20% reduced Effect of Curses on you", statOrderKey = "1532", statOrder = { 1532 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ManaGainPerTargetUniqueRing7"] = { affix = "", "+30 Mana gained for each Enemy hit by your Attacks", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaGainPerTargetUniqueTwoHandAxe9"] = { affix = "", "+30 Mana gained for each Enemy hit by Attacks", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaGainPerTargetUnique__1"] = { affix = "", "+(2-3) Mana gained for each Enemy hit by Attacks", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaGainPerTargetUnique__2"] = { affix = "", "+2 Mana gained for each Enemy hit by Attacks", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["DisplaySocketedGemGetsChancetoFleeUniqueShieldDex4"] = { affix = "", "Socketed Gems are supported by Level 10 Chance to Flee", statOrderKey = "254", statOrder = { 254 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3"] = { affix = "", "Socketed Gems are supported by Level 2 Chance to Flee", statOrderKey = "254", statOrder = { 254 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["EnemyCriticalStrikeMultiplierUniqueRing8"] = { affix = "", "You take 50% reduced Extra Damage from Critical Strikes", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "EnemyCriticalMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["PlayerLightAlternateColourUniqueRing9"] = { affix = "", "Emits a golden glow", statOrderKey = "1863", statOrder = { 1863 }, level = 1, group = "PlayerLightAlternateColour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChaosResistanceOnLowLifeUniqueRing9"] = { affix = "", "+(20-25)% to Chaos Resistance when on Low Life", statOrderKey = "1864", statOrder = { 1864 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["EnemyHitsRollLowDamageUniqueRing9"] = { affix = "", "Enemy hits on you roll low Damage", statOrderKey = "1862", statOrder = { 1862 }, level = 1, group = "EnemyHitsRollLowDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Attacks", statOrderKey = "234", statOrder = { 234 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are Supported by Level 12 Faster Attacks", statOrderKey = "234", statOrder = { 234 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemGetsFasterAttackUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 13 Faster Attacks", statOrderKey = "234", statOrder = { 234 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsGetsFasterAttackUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Attacks", statOrderKey = "234", statOrder = { 234 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemGetsMeleePhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 18 Melee Physical Damage", statOrderKey = "233", statOrder = { 233 }, level = 1, group = "DisplaySocketedGemGetsMeleePhysicalDamageLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ChanceToGainEnduranceChargeOnBlockUniqueHelmetStrDex4"] = { affix = "", "20% chance to gain an Endurance Charge when you Block", statOrderKey = "1484", statOrder = { 1484 }, level = 1, group = "MonsterCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "endurance_charge" }, }, - ["ChanceToGainEnduranceChargeOnBlockUniqueDescentShield1"] = { affix = "", "50% chance to gain an Endurance Charge when you Block", statOrderKey = "1484", statOrder = { 1484 }, level = 1, group = "MonsterCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "endurance_charge" }, }, - ["EnemyExtraDamageRollsOnLowLifeUniqueRing9"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Low Life", statOrderKey = "1865", statOrder = { 1865 }, level = 1, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemyExtraDamageRollsOnFullLifeUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Full Life", statOrderKey = "4745", statOrder = { 4745 }, level = 68, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["EnemyExtraDamageRollsWithLightningDamageUnique__1"] = { affix = "", "Lightning Damage of Enemies Hitting you is Lucky", statOrderKey = "4716", statOrder = { 4716 }, level = 37, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["ItemDropsOnDeathUniqueAmulet12"] = { affix = "", "Item drops on death", statOrderKey = "1867", statOrder = { 1867 }, level = 1, group = "ItemDropsOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightningDamageOnChargeExpiryUniqueAmulet12"] = { affix = "", "Deal 1 to 1000 Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge", statOrderKey = "1866", statOrder = { 1866 }, level = 1, group = "LightningDamageOnChargeExpiry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AttackerTakesChaosDamageUniqueBodyStrInt4"] = { affix = "", "Reflects 30 Chaos Damage to Melee Attackers", statOrderKey = "1567", statOrder = { 1567 }, level = 1, group = "AttackerTakesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedMaximumPowerChargesUniqueWand3"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedMaximumPowerChargesUniqueStaff7"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedMaximumPowerChargesUnique__2"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedMaximumPowerChargesUnique__1"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedMaximumPowerChargesUnique__3"] = { affix = "", "+2 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ReducedMaximumPowerChargesUniqueCorruptedJewel18"] = { affix = "", "-1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ReducedMaximumPowerChargesUnique__1"] = { affix = "", "-1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedPowerChargeDurationUniqueWand3"] = { affix = "", "15% increased Power Charge Duration", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PowerChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Power Charge Duration", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedPowerChargeDurationUnique__1"] = { affix = "", "(80-100)% increased Power Charge Duration", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedSpellDamagePerPowerChargeUniqueWand3"] = { affix = "", "25% increased Spell Damage per Power Charge", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["IncreasedSpellDamagePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Spell Damage per Power Charge", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["IncreasedSpellDamagePerPowerChargeUnique__1"] = { affix = "", "(12-16)% increased Spell Damage per Power Charge", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["ConsecratedGroundOnBlockUniqueBodyInt8"] = { affix = "", "100% chance to create Consecrated Ground when you Block", statOrderKey = "1882", statOrder = { 1882 }, level = 1, group = "ConsecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["DesecratedGroundOnBlockUniqueBodyStrInt4"] = { affix = "", "100% chance to create Desecrated Ground when you Block", statOrderKey = "1883", statOrder = { 1883 }, level = 1, group = "DesecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["DisableChestSlot"] = { affix = "", "Can't use Chest armour", statOrderKey = "1892", statOrder = { 1892 }, level = 1, group = "DisableChestSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementVelocityPerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "5% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUniqueBodyDexInt3"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUniqueDescentOneHandSword1_"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChanceToDodgePerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "2% chance to Dodge Attack Hits per Frenzy Charge", statOrderKey = "1997", statOrder = { 1997 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["MaximumFrenzyChargesUniqueBootsStrDex2_"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["MaximumFrenzyChargesUniqueBodyStr3"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["MaximumFrenzyChargesUniqueDescentOneHandSword1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ReducedMaximumFrenzyChargesUniqueCorruptedJewel16"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ReducedMaximumFrenzyChargesUnique__1"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ReducedMaximumFrenzyChargesUnique__2_"] = { affix = "", "-2 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["WeaponPhysicalDamagePerStrength"] = { affix = "", "1% increased Area of Effect per 20 Intelligence", statOrderKey = "1994", statOrder = { 1994 }, level = 1, group = "WeaponPhysicalDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackSpeedPerDexterity"] = { affix = "", "1% increased Attack Speed per 10 Dexterity", statOrderKey = "1995", statOrder = { 1995 }, level = 1, group = "AttackSpeedPerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAreaOfEffectPerIntelligence"] = { affix = "", "16% increased Physical Weapon Damage per 10 Strength", statOrderKey = "1996", statOrder = { 1996 }, level = 1, group = "IncreasedAreaOfEffectPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["FrenzyChargeDurationUniqueBootsStrDex2"] = { affix = "", "40% reduced Frenzy Charge Duration", statOrderKey = "1629", statOrder = { 1629 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeDurationUnique__1"] = { affix = "", "20% reduced Frenzy Charge Duration", statOrderKey = "1629", statOrder = { 1629 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["AdditionalTotemsUniqueBodyInt7"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrderKey = "1751", statOrder = { 1751 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalTotemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrderKey = "1751", statOrder = { 1751 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TotemLifeUniqueBodyInt7"] = { affix = "", "50% increased Totem Life", statOrderKey = "1293", statOrder = { 1293 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemLifeUnique__1"] = { affix = "", "(14-20)% increased Totem Life", statOrderKey = "1293", statOrder = { 1293 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemLifeUnique__2_"] = { affix = "", "(30-50)% increased Totem Life", statOrderKey = "1293", statOrder = { 1293 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DisplaySocketedGemGetsSpellTotemBodyInt7"] = { affix = "", "Socketed Gems are Supported by Level 20 Spell Totem", statOrderKey = "232", statOrder = { 232 }, level = 1, group = "DisplaySocketedGemGetsSpellTotemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsIncreasedDurationGlovesInt4_"] = { affix = "", "Socketed Gems are Supported by Level 10 Increased Duration", statOrderKey = "229", statOrder = { 229 }, level = 1, group = "DisplaySocketedGemGetsIncreasedDurationLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["RandomlyCursedWhenTotemsDieUniqueBodyInt7"] = { affix = "", "Inflicts a random Hex on you when your Totems die, with 80% more Effect", statOrderKey = "2002", statOrder = { 2002 }, level = 1, group = "RandomlyCursedWhenTotemsDie", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["DisplaySocketedGemGetsAddedLightningDamageGlovesDexInt3"] = { affix = "", "Socketed Gems are Supported by Level 18 Added Lightning Damage", statOrderKey = "235", statOrder = { 235 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ShockDurationUniqueGlovesDexInt3"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrderKey = "5509", statOrder = { 5509 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUniqueStaff8"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrderKey = "5509", statOrder = { 5509 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration on Enemies", statOrderKey = "1372", statOrder = { 1372 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUnique__2"] = { affix = "", "50% increased Duration of Lightning Ailments", statOrderKey = "5509", statOrder = { 5509 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedPhysicalDamageTakenUniqueHelmetStr3"] = { affix = "", "(40-50)% increased Physical Damage taken", statOrderKey = "1738", statOrder = { 1738 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["IncreasedPhysicalDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Physical Damage taken", statOrderKey = "1738", statOrder = { 1738 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["IncreasedPhysicalDamageTakenUniqueBootsDex8"] = { affix = "", "20% increased Physical Damage taken", statOrderKey = "1738", statOrder = { 1738 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["IncreasedLocalAttributeRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Attribute Requirements", statOrderKey = "705", statOrder = { 705 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedLocalAttributeRequirementsUnique__1"] = { affix = "", "800% increased Attribute Requirements", statOrderKey = "705", statOrder = { 705 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TemporalChainsOnHitUniqueGlovesInt3"] = { affix = "", "Curse Enemies with Temporal Chains on Hit", statOrderKey = "1972", statOrder = { 1972 }, level = 1, group = "TemporalChainsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3"] = { affix = "", "+(100-125)% to Melee Critical Strike Multiplier", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3Royale"] = { affix = "", "+(25-30)% to Melee Critical Strike Multiplier", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["DisablesOtherRingSlot"] = { affix = "", "Can't use other Rings", statOrderKey = "1149", statOrder = { 1149 }, level = 1, group = "DisablesOtherRingSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUniqueAmulet10"] = { affix = "", "Items and Gems have 25% reduced Attribute Requirements", statOrderKey = "2003", statOrder = { 2003 }, level = 20, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUniqueAmulet19"] = { affix = "", "Items and Gems have 10% reduced Attribute Requirements", statOrderKey = "2003", statOrder = { 2003 }, level = 45, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUnique__1_"] = { affix = "", "Items and Gems have 100% reduced Attribute Requirements", statOrderKey = "2003", statOrder = { 2003 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUnique__2"] = { affix = "", "Items and Gems have 50% increased Attribute Requirements", statOrderKey = "2003", statOrder = { 2003 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedCurseEffectUniqueRing7"] = { affix = "", "50% reduced Effect of Curses on you", statOrderKey = "1674", statOrder = { 1674 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ReducedCurseEffectUniqueRing26"] = { affix = "", "40% reduced Effect of Curses on you", statOrderKey = "1674", statOrder = { 1674 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedCurseEffectUnique__1"] = { affix = "", "50% increased Effect of Curses on you", statOrderKey = "1674", statOrder = { 1674 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ReducedCurseEffectUnique__1"] = { affix = "", "20% reduced Effect of Curses on you", statOrderKey = "1674", statOrder = { 1674 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ManaGainPerTargetUniqueRing7"] = { affix = "", "+30 Mana gained for each Enemy hit by your Attacks", statOrderKey = "1266", statOrder = { 1266 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUniqueTwoHandAxe9"] = { affix = "", "+30 Mana gained for each Enemy hit by Attacks", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUnique__1"] = { affix = "", "+(2-3) Mana gained for each Enemy hit by Attacks", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUnique__2"] = { affix = "", "+2 Mana gained for each Enemy hit by Attacks", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["DisplaySocketedGemGetsChancetoFleeUniqueShieldDex4"] = { affix = "", "Socketed Gems are supported by Level 10 Chance to Flee", statOrderKey = "257", statOrder = { 257 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3"] = { affix = "", "Socketed Gems are supported by Level 2 Chance to Flee", statOrderKey = "257", statOrder = { 257 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["EnemyCriticalStrikeMultiplierUniqueRing8"] = { affix = "", "You take 50% reduced Extra Damage from Critical Strikes", statOrderKey = "1059", statOrder = { 1059 }, level = 1, group = "EnemyCriticalMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["PlayerLightAlternateColourUniqueRing9"] = { affix = "", "Emits a golden glow", statOrderKey = "2005", statOrder = { 2005 }, level = 1, group = "PlayerLightAlternateColour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosResistanceOnLowLifeUniqueRing9"] = { affix = "", "+(20-25)% to Chaos Resistance when on Low Life", statOrderKey = "2006", statOrder = { 2006 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["EnemyHitsRollLowDamageUniqueRing9"] = { affix = "", "Enemy hits on you roll low Damage", statOrderKey = "2004", statOrder = { 2004 }, level = 1, group = "EnemyHitsRollLowDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Attacks", statOrderKey = "237", statOrder = { 237 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are Supported by Level 12 Faster Attacks", statOrderKey = "237", statOrder = { 237 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsFasterAttackUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 13 Faster Attacks", statOrderKey = "237", statOrder = { 237 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsGetsFasterAttackUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Attacks", statOrderKey = "237", statOrder = { 237 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsMeleePhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 18 Melee Physical Damage", statOrderKey = "236", statOrder = { 236 }, level = 1, group = "DisplaySocketedGemGetsMeleePhysicalDamageLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ChanceToGainEnduranceChargeOnBlockUniqueHelmetStrDex4"] = { affix = "", "20% chance to gain an Endurance Charge when you Block", statOrderKey = "1626", statOrder = { 1626 }, level = 1, group = "MonsterCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "endurance_charge" }, }, + ["ChanceToGainEnduranceChargeOnBlockUniqueDescentShield1"] = { affix = "", "50% chance to gain an Endurance Charge when you Block", statOrderKey = "1626", statOrder = { 1626 }, level = 1, group = "MonsterCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "endurance_charge" }, }, + ["EnemyExtraDamageRollsOnLowLifeUniqueRing9"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Low Life", statOrderKey = "2007", statOrder = { 2007 }, level = 1, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemyExtraDamageRollsOnFullLifeUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Full Life", statOrderKey = "4875", statOrder = { 4875 }, level = 68, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["EnemyExtraDamageRollsWithLightningDamageUnique__1"] = { affix = "", "Lightning Damage of Enemies Hitting you is Lucky", statOrderKey = "4846", statOrder = { 4846 }, level = 37, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ItemDropsOnDeathUniqueAmulet12"] = { affix = "", "Item drops on death", statOrderKey = "2009", statOrder = { 2009 }, level = 1, group = "ItemDropsOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightningDamageOnChargeExpiryUniqueAmulet12"] = { affix = "", "Deal 1 to 1000 Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge", statOrderKey = "2008", statOrder = { 2008 }, level = 1, group = "LightningDamageOnChargeExpiry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AttackerTakesChaosDamageUniqueBodyStrInt4"] = { affix = "", "Reflects 30 Chaos Damage to Melee Attackers", statOrderKey = "1709", statOrder = { 1709 }, level = 1, group = "AttackerTakesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AttackerTakesChaosDamageUniqueBodyStrInt4Royale_"] = { affix = "", "Reflects 5 Chaos Damage to Melee Attackers", statOrderKey = "1709", statOrder = { 1709 }, level = 1, group = "AttackerTakesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedMaximumPowerChargesUniqueWand3"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUniqueStaff7"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__2"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__1"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__3"] = { affix = "", "+2 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ReducedMaximumPowerChargesUniqueCorruptedJewel18"] = { affix = "", "-1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ReducedMaximumPowerChargesUnique__1"] = { affix = "", "-1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedPowerChargeDurationUniqueWand3"] = { affix = "", "15% increased Power Charge Duration", statOrderKey = "1644", statOrder = { 1644 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Power Charge Duration", statOrderKey = "1644", statOrder = { 1644 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedPowerChargeDurationUnique__1"] = { affix = "", "(80-100)% increased Power Charge Duration", statOrderKey = "1644", statOrder = { 1644 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedSpellDamagePerPowerChargeUniqueWand3"] = { affix = "", "25% increased Spell Damage per Power Charge", statOrderKey = "1642", statOrder = { 1642 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IncreasedSpellDamagePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Spell Damage per Power Charge", statOrderKey = "1642", statOrder = { 1642 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IncreasedSpellDamagePerPowerChargeUnique__1"] = { affix = "", "(12-16)% increased Spell Damage per Power Charge", statOrderKey = "1642", statOrder = { 1642 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ConsecratedGroundOnBlockUniqueBodyInt8"] = { affix = "", "100% chance to create Consecrated Ground when you Block", statOrderKey = "2024", statOrder = { 2024 }, level = 1, group = "ConsecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["DesecratedGroundOnBlockUniqueBodyStrInt4"] = { affix = "", "100% chance to create Desecrated Ground when you Block", statOrderKey = "2025", statOrder = { 2025 }, level = 1, group = "DesecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["DesecratedGroundOnBlockUniqueBodyStrInt4Royale_"] = { affix = "", "100% chance to create Desecrated Ground when you Block", statOrderKey = "2025", statOrder = { 2025 }, level = 1, group = "DesecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["DisableChestSlot"] = { affix = "", "Can't use Chest armour", statOrderKey = "2034", statOrder = { 2034 }, level = 1, group = "DisableChestSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["LocalIncreaseSocketedElementalGemUniqueGlovesInt6"] = { affix = "", "+1 to Level of Socketed Elemental Gems", statOrderKey = "81", statOrder = { 81 }, level = 1, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "gem" }, }, ["LocalIncreaseSocketedElementalGemUnique___1"] = { affix = "", "+2 to Level of Socketed Elemental Gems", statOrderKey = "81", statOrder = { 81 }, level = 50, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "gem" }, }, - ["EnergyShieldGainedFromEnemyDeathUniqueGlovesInt6"] = { affix = "", "+(15-20) Energy Shield gained on Kill", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "+(10-15) Energy Shield gained on Kill", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldGainedFromEnemyDeathUnique__1"] = { affix = "", "+(15-25) Energy Shield gained on Kill", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedClawDamageOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Claw Physical Damage when on Low Life", statOrderKey = "1893", statOrder = { 1893 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["IncreasedClawDamageOnLowLifeUnique__1__"] = { affix = "", "200% increased Damage with Claws while on Low Life", statOrderKey = "4348", statOrder = { 4348 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["IncreasedAccuracyWhenOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Accuracy Rating when on Low Life", statOrderKey = "1894", statOrder = { 1894 }, level = 1, group = "IncreasedAccuracyWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrderKey = "650", statOrder = { 650 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedWhenOnLowLifeUnique__1"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrderKey = "650", statOrder = { 650 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedWhenOnLowLifeUniqueDescentHelmet1"] = { affix = "", "30% increased Attack Speed when on Low Life", statOrderKey = "650", statOrder = { 650 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["ReducedProjectileDamageUniqueAmulet12"] = { affix = "", "40% reduced Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ReducedProjectileDamageTakenUniqueAmulet12"] = { affix = "", "20% reduced Damage taken from Projectiles", statOrderKey = "2043", statOrder = { 2043 }, level = 1, group = "ProjectileDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NoItemRarity"] = { affix = "", "You cannot increase the Rarity of Items found", statOrderKey = "1858", statOrder = { 1858 }, level = 1, group = "NoItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NoItemQuantity"] = { affix = "", "You cannot increase the Quantity of Items found", statOrderKey = "1859", statOrder = { 1859 }, level = 1, group = "NoItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotDieToElementalReflect"] = { affix = "", "You cannot be killed by reflected Elemental Damage", statOrderKey = "1957", statOrder = { 1957 }, level = 1, group = "CannotDieToElementalReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MeleeAttacksUsableWithoutManaUniqueOneHandAxe1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrderKey = "1966", statOrder = { 1966 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["MeleeAttacksUsableWithoutManaUnique__1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrderKey = "1966", statOrder = { 1966 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["HybridStrDex"] = { affix = "", "+(16-24) to Strength and Dexterity", statOrderKey = "613", statOrder = { 613 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["HybridStrInt"] = { affix = "", "+(16-24) to Strength and Intelligence", statOrderKey = "614", statOrder = { 614 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["HybridDexInt"] = { affix = "", "+(16-24) to Dexterity and Intelligence", statOrderKey = "615", statOrder = { 615 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["HybridStrDexUnique__1"] = { affix = "", "+(30-50) to Strength and Dexterity", statOrderKey = "613", statOrder = { 613 }, level = 1, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IncreasedMeleeWeaponAndUnarmedRangeUniqueAmulet13"] = { affix = "", "+2 to Melee Strike Range", statOrderKey = "1843", statOrder = { 1843 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["IncreasedMeleeWeaponAndUnarmedRangeUniqueJewel42"] = { affix = "", "+1 to Melee Strike Range", statOrderKey = "1843", statOrder = { 1843 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe7_"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeUnique__1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeUnique___2"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeEssence1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["EnduranceChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Endurance Charge Duration", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["EnduranceChargeDurationUniqueBodyStrInt4"] = { affix = "", "30% increased Endurance Charge Duration", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["FrenzyChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 20, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["FrenzyChargeOnKillChanceUniqueBootsDex4"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["FrenzyChargeOnKillChanceUniqueDescentOneHandSword1"] = { affix = "", "33% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["FrenzyChargeOnKillChanceUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["FrenzyChargeOnKillChanceUnique__2"] = { affix = "", "25% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["FrenzyChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["PowerChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PowerChargeOnKillChanceUniqueDescentDagger1"] = { affix = "", "15% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PowerChargeOnKillChanceUniqueUniqueShieldInt3"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PowerChargeOnKillChanceUnique__1"] = { affix = "", "(25-35)% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PowerChargeOnKillChanceProphecy_"] = { affix = "", "30% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["EnduranceChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain an Endurance Charge on Kill", statOrderKey = "1931", statOrder = { 1931 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["EnduranceChargeOnPowerChargeExpiryUniqueAmulet14"] = { affix = "", "Gain an Endurance Charge when you lose a Power Charge", statOrderKey = "1934", statOrder = { 1934 }, level = 1, group = "EnduranceChargeOnPowerChargeExpiry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChillAndFreezeBasedOffEnergyShieldBelt5Unique"] = { affix = "", "Chill Effect and Freeze Duration on you are based on 100% of Energy Shield", statOrderKey = "1900", statOrder = { 1900 }, level = 70, group = "ChillAndFreezeDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["MeleeDamageOnFullLifeUniqueAmulet13"] = { affix = "", "60% increased Melee Damage when on Full Life", statOrderKey = "1936", statOrder = { 1936 }, level = 1, group = "MeleeDamageOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ConsecrateOnCritChanceToCreateUniqueRing11"] = { affix = "", "Creates Consecrated Ground on Critical Strike", statOrderKey = "1937", statOrder = { 1937 }, level = 1, group = "ConsecrateOnCritChanceToCreate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ProjectileSpeedPerFrenzyChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Speed per Frenzy Charge", statOrderKey = "1938", statOrder = { 1938 }, level = 1, group = "ProjectileSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileDamagePerPowerChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Damage per Power Charge", statOrderKey = "1939", statOrder = { 1939 }, level = 1, group = "ProjectileDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["RightRingSlotNoManaRegenUniqueRing13"] = { affix = "", "Right ring slot: You cannot Regenerate Mana", statOrderKey = "1945", statOrder = { 1945 }, level = 38, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["RightRingSlotEnergyShieldRegenUniqueRing13"] = { affix = "", "Right ring slot: Regenerate 3% of Energy Shield per second", statOrderKey = "1946", statOrder = { 1946 }, level = 38, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LeftRingSlotManaRegenUniqueRing13"] = { affix = "", "Left ring slot: 100% increased Mana Regeneration Rate", statOrderKey = "1951", statOrder = { 1951 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LeftRingSlotNoEnergyShieldRegenUniqueRing13"] = { affix = "", "Left ring slot: You cannot Recharge or Regenerate Energy Shield", statOrderKey = "1949", statOrder = { 1949 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate 1% of Energy Shield per second", statOrderKey = "1944", statOrder = { 1944 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldRegenerationUnique__2"] = { affix = "", "Regenerate 1% of Energy Shield per second", statOrderKey = "1944", statOrder = { 1944 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldRegenerationUnique__3"] = { affix = "", "Regenerate 2% of Energy Shield per second", statOrderKey = "1944", statOrder = { 1944 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["FlatEnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate (80-100) Energy Shield per second", statOrderKey = "1943", statOrder = { 1943 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LifeLeechAnyDamageUnique__1"] = { affix = "", "1% of Damage Leeched as Life", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "LifeLeechAnyDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["KilledMonsterItemRarityOnCritUniqueRing11"] = { affix = "", "(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Strike", statOrderKey = "1940", statOrder = { 1940 }, level = 1, group = "KilledMonsterItemRarityOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["OnslaughtBuffOnKillUniqueRing12"] = { affix = "", "You gain Onslaught for 4 seconds on Kill", statOrderKey = "1941", statOrder = { 1941 }, level = 58, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaughtBuffOnKillUniqueDagger12"] = { affix = "", "You gain Onslaught for 3 seconds on Kill", statOrderKey = "1941", statOrder = { 1941 }, level = 1, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackAndCastSpeedPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "4% reduced Attack and Cast Speed per Frenzy Charge", statOrderKey = "1410", statOrder = { 1410 }, level = 1, group = "AttackAndCastSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["LifeRegenerationPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "Regenerate 0.8% of Life per second per Frenzy Charge", statOrderKey = "1929", statOrder = { 1929 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnemiesOnLowLifeTakeMoreDamagePerFrenzyChargeUniqueBootsDex4"] = { affix = "", "(20-30)% increased Damage per Frenzy Charge with Hits against Enemies on Low Life", statOrderKey = "2110", statOrder = { 2110 }, level = 1, group = "EnemiesOnLowLifeTakeMoreDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AvoidIgniteUniqueOneHandSword4"] = { affix = "", "Cannot be Ignited", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IncreasedMovementVelictyWhileCursedUniqueOneHandSword4"] = { affix = "", "30% increased Movement Speed while Cursed", statOrderKey = "1928", statOrder = { 1928 }, level = 1, group = "MovementVelocityWhileCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ShieldBlockChanceUniqueAmulet16"] = { affix = "", "+10% Chance to Block Attack Damage while holding a Shield", statOrderKey = "585", statOrder = { 585 }, level = 1, group = "GlobalShieldBlockChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ReflectDamageToAttackersOnBlockUniqueAmulet16"] = { affix = "", "Reflects 240 to 300 Physical Damage to Attackers on Block", statOrderKey = "1895", statOrder = { 1895 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, - ["ReflectDamageToAttackersOnBlockUniqueDescentStaff1"] = { affix = "", "Reflects 8 to 14 Physical Damage to Attackers on Block", statOrderKey = "1895", statOrder = { 1895 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, - ["ReflectDamageToAttackersOnBlockUniqueDescentShield1"] = { affix = "", "Reflects 4 to 8 Physical Damage to Attackers on Block", statOrderKey = "1895", statOrder = { 1895 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, - ["ReflectDamageToAttackersOnBlockUniqueShieldDex5"] = { affix = "", "Reflects 1 to 1000 Physical Damage to Attackers on Block", statOrderKey = "1895", statOrder = { 1895 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, - ["ReflectDamageToAttackersOnBlockUniqueStaff9"] = { affix = "", "Reflects (22-44) Physical Damage to Attackers on Block", statOrderKey = "1895", statOrder = { 1895 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, - ["GainLifeOnBlockUniqueAmulet16"] = { affix = "", "+(34-48) Life gained when you Block", statOrderKey = "1137", statOrder = { 1137 }, level = 1, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, - ["GainManaOnBlockUniqueAmulet16"] = { affix = "", "+(18-24) Mana gained when you Block", statOrderKey = "1138", statOrder = { 1138 }, level = 57, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "mana" }, }, - ["GainManaOnBlockUnique__1"] = { affix = "", "+(30-50) Mana gained when you Block", statOrderKey = "1138", statOrder = { 1138 }, level = 1, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "mana" }, }, - ["ZombieLifeUniqueSceptre3"] = { affix = "", "Raised Zombies have +5000 to maximum Life", statOrderKey = "1898", statOrder = { 1898 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["ZombieDamageUniqueSceptre3"] = { affix = "", "Raised Zombies deal (80-100)% more Physical Damage", statOrderKey = "7453", statOrder = { 7453 }, level = 1, group = "ZombieDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, - ["ZombieChaosElementalResistsUniqueSceptre3"] = { affix = "", "Raised Zombies have +(25-30)% to all Resistances", statOrderKey = "1899", statOrder = { 1899 }, level = 1, group = "ZombieChaosElementalResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance", "minion" }, }, - ["ZombieSizeUniqueSceptre3_"] = { affix = "", "25% increased Raised Zombie Size", statOrderKey = "1961", statOrder = { 1961 }, level = 1, group = "ZombieSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ZombiesExplodeEnemiesOnHitUniqueSceptre3"] = { affix = "", "Enemies Killed by Zombies' Hits Explode, dealing 20% of their Life as Fire Damage", statOrderKey = "1963", statOrder = { 1963 }, level = 1, group = "ZombiesExplodeEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["NumberOfZombiesSummonedPercentageUniqueSceptre3"] = { affix = "", "50% reduced maximum number of Raised Zombies", statOrderKey = "1897", statOrder = { 1897 }, level = 1, group = "NumberOfZombiesSummonedPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["IncreasedIntelligencePerUniqueUniqueRing14"] = { affix = "", "2% increased Intelligence for each Unique Item Equipped", statOrderKey = "1901", statOrder = { 1901 }, level = 1, group = "IncreasedIntelligencePerUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IncreasedChanceForMonstersToDropWisdomScrollsUniqueRing14"] = { affix = "", "3% chance for Slain monsters to drop an additional Scroll of Wisdom", statOrderKey = "1904", statOrder = { 1904 }, level = 1, group = "IncreasedChanceForMonstersToDropWisdomScrolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ConvertColdToFireUniqueRing15"] = { affix = "", "40% of Cold Damage Converted to Fire Damage", statOrderKey = "1335", statOrder = { 1335 }, level = 1, group = "ConvertColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, }, - ["IgnitedEnemiesTurnToAshUniqueRing15"] = { affix = "", "Ignited Enemies Killed by your Hits are destroyed", statOrderKey = "1902", statOrder = { 1902 }, level = 1, group = "IgnitedEnemiesTurnToAsh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UndyingRageOnCritUniqueTwoHandMace6"] = { affix = "", "You gain Onslaught for 4 seconds on Critical Strike", statOrderKey = "1960", statOrder = { 1960 }, level = 1, group = "UndyingRageOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NoBonusesFromCriticalStrikes"] = { affix = "", "Your Critical Strikes do not deal extra Damage", statOrderKey = "1959", statOrder = { 1959 }, level = 1, group = "NoBonusesFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["FlaskItemRarityUniqueFlask1"] = { affix = "", "(40-60)% increased Rarity of Items found during Flask effect", statOrderKey = "1905", statOrder = { 1905 }, level = 1, group = "FlaskItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskItemQuantityUniqueFlask1"] = { affix = "", "(12-18)% increased Quantity of Items found during Flask effect", statOrderKey = "1906", statOrder = { 1906 }, level = 1, group = "FlaskItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskLightRadiusUniqueFlask1"] = { affix = "", "25% increased Light Radius during Flask effect", statOrderKey = "1907", statOrder = { 1907 }, level = 1, group = "FlaskLightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskMaximumElementalResistancesUniqueFlask1"] = { affix = "", "+4% to all maximum Elemental Resistances during Flask effect", statOrderKey = "1908", statOrder = { 1908 }, level = 1, group = "FlaskMaximumElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, }, - ["FlaskElementalResistancesUniqueFlask1_"] = { affix = "", "+50% to Elemental Resistances during Flask Effect", statOrderKey = "1909", statOrder = { 1909 }, level = 1, group = "FlaskElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, }, - ["SpellDamageModifiersApplyToAttackDamageUniqueHelmetInt7"] = { affix = "", "Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value", statOrderKey = "1969", statOrder = { 1969 }, level = 1, group = "SpellDamageModifiersApplyToAttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ConvertFireToChaosUniqueBodyInt4"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrderKey = "1338", statOrder = { 1338 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["ConvertFireToChaosUniqueBodyInt4Updated"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrderKey = "1337", statOrder = { 1337 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["ConvertFireToChaosUniqueDagger10"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrderKey = "1338", statOrder = { 1338 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["ConvertFireToChaosUniqueDagger10Updated"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrderKey = "1337", statOrder = { 1337 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["MovementVelicityPerEvasionUniqueBodyDex6"] = { affix = "", "1% increased Movement Speed per 600 Evasion Rating, up to 75%", statOrderKey = "1956", statOrder = { 1956 }, level = 1, group = "MovementVelicityPerEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["PhysicalDamageCanChillUniqueOneHandAxe1"] = { affix = "", "Your Physical Damage can Chill", statOrderKey = "2180", statOrder = { 2180 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["PhysicalDamageCanChillUniqueDescentOneHandAxe1"] = { affix = "", "Your Physical Damage can Chill", statOrderKey = "2180", statOrder = { 2180 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ItemQuantityWhenFrozenUniqueBow9"] = { affix = "", "15% increased Quantity of Items Dropped by Slain Frozen Enemies", statOrderKey = "1987", statOrder = { 1987 }, level = 1, group = "ItemQuantityWhenFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemRarityWhenShockedUniqueBow9"] = { affix = "", "30% increased Rarity of Items Dropped by Slain Shocked Enemies", statOrderKey = "1989", statOrder = { 1989 }, level = 1, group = "ItemRarityWhenShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ManaLeechPerPowerChargeUniqueBelt5"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana per Power Charge", statOrderKey = "1099", statOrder = { 1099 }, level = 88, group = "ManaLeechPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadPerPowerChargeUniqueBelt5_"] = { affix = "", "0.2% of Attack Damage Leeched as Mana per Power Charge", statOrderKey = "6001", statOrder = { 6001 }, level = 88, group = "ManaLeechPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["LocalChaosDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalChaosDamageUniqueTwoHandSword7"] = { affix = "", "Adds (60-68) to (90-102) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageUnique___1"] = { affix = "", "Adds 1 to 59 Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageUnique__2"] = { affix = "", "Adds (53-67) to (71-89) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["ChaosDegenerationAuraPlayersUniqueBodyStr3"] = { affix = "", "450 Chaos Damage taken per second", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDegenerationAuraNonPlayersUniqueBodyStr3"] = { affix = "", "250 Chaos Damage taken per second", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDegenerationAuraNonPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDegenerationAuraPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["UniqueWingsOfEntropyCountsAsDualWielding"] = { affix = "", "Counts as Dual Wielding", statOrderKey = "1991", statOrder = { 1991 }, level = 1, group = "CountsAsDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChaosDegenerationOnKillUniqueBodyStr3"] = { affix = "", "You take 450 Chaos Damage per second for 3 seconds on Kill", statOrderKey = "1986", statOrder = { 1986 }, level = 1, group = "ChaosDegenerationOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ItemBloodFootstepsUniqueBodyStr3"] = { affix = "", "Gore Footprints", statOrderKey = "7535", statOrder = { 7535 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, - ["DisplayChaosDegenerationAuraUniqueBodyStr3"] = { affix = "", "Deals 450 Chaos Damage per second to nearby Enemies", statOrderKey = "1985", statOrder = { 1985 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DisplayChaosDegenerationAuraUnique__1"] = { affix = "", "Deals 50 Chaos Damage per second to nearby Enemies", statOrderKey = "1985", statOrder = { 1985 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ItemBloodFootstepsUniqueBootsDex4"] = { affix = "", "Gore Footprints", statOrderKey = "7535", statOrder = { 7535 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, - ["ItemSilverFootstepsUniqueHelmetStrDex2"] = { affix = "", "Mercury Footprints", statOrderKey = "7540", statOrder = { 7540 }, level = 1, group = "ItemSilverFootsteps", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemBloodFootstepsUnique__1"] = { affix = "", "Gore Footprints", statOrderKey = "7535", statOrder = { 7535 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, - ["MaximumBlockChanceUniqueAmulet16"] = { affix = "", "+3% to maximum Chance to Block Attack Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["MaximumBlockChanceUnique__1"] = { affix = "", "-10% to maximum Chance to Block Attack Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["FasterBurnFromAttacksUniqueOneHandSword4"] = { affix = "", "Ignites you inflict deal Damage 50% faster", statOrderKey = "1873", statOrder = { 1873 }, level = 1, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["CannotLeechMana"] = { affix = "", "Cannot Leech Mana", statOrderKey = "1877", statOrder = { 1877 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotLeechManaUnique__1_"] = { affix = "", "Cannot Leech Mana", statOrderKey = "1877", statOrder = { 1877 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemiesCannotLeechMana"] = { affix = "", "Enemies Cannot Leech Mana From you", statOrderKey = "1760", statOrder = { 1760 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotLeechOnLowLife"] = { affix = "", "Cannot Leech when on Low Life", statOrderKey = "1879", statOrder = { 1879 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MeleeDamageIncreaseUniqueHelmetStrDex3"] = { affix = "", "20% increased Melee Damage", statOrderKey = "662", statOrder = { 662 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["MeleeDamageUniqueAmulet12"] = { affix = "", "(30-40)% increased Melee Damage", statOrderKey = "662", statOrder = { 662 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["MeleeDamageImplicitGloves1"] = { affix = "", "(16-20)% increased Melee Damage", statOrderKey = "662", statOrder = { 662 }, level = 78, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["MeleeDamageUnique__1"] = { affix = "", "(20-25)% increased Melee Damage", statOrderKey = "662", statOrder = { 662 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["MeleeDamageUnique__2"] = { affix = "", "(25-40)% increased Melee Damage", statOrderKey = "662", statOrder = { 662 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["DamageAuraUniqueHelmetDexInt2"] = { affix = "", "15% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IronReflexes"] = { affix = "", "Iron Reflexes", statOrderKey = "7486", statOrder = { 7486 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["ChanceToIgniteUniqueOneHandSword4"] = { affix = "", "30% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["DisplayDamageAuraUniqueHelmetDexInt2"] = { affix = "", "You and nearby allies gain 15% increased Damage", statOrderKey = "1993", statOrder = { 1993 }, level = 1, group = "DisplayDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MainHandAddedFireDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Fire Damage in Main Hand", statOrderKey = "786", statOrder = { 786 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["MainHandAddedFireDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Fire Damage in Main Hand", statOrderKey = "786", statOrder = { 786 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["OffHandAddedChaosDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Chaos Damage in Off Hand", statOrderKey = "808", statOrder = { 808 }, level = 1, group = "OffHandAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["OffHandAddedColdDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Cold Damage in Off Hand", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "OffHandAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["ChaosDamageCanShockUniqueBow10"] = { affix = "", "Your Chaos Damage can Shock", statOrderKey = "2171", statOrder = { 2171 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, }, - ["ConvertLightningDamageToChaosUniqueBow10"] = { affix = "", "60% of Lightning Damage Converted to Chaos Damage", statOrderKey = "1334", statOrder = { 1334 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["ConvertLightningDamageToChaosUniqueBow10Updated"] = { affix = "", "60% of Lightning Damage Converted to Chaos Damage", statOrderKey = "1333", statOrder = { 1333 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["MaximumShockOverrideUniqueBow10"] = { affix = "", "Your Shocks can increase Damage taken by up to a maximum of 100%", statOrderKey = "7361", statOrder = { 7361 }, level = 1, group = "MaximumShockOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AttacksShockAsIfDealingMoreDamageUniqueBow10"] = { affix = "", "Shock Enemies as though dealing 300% more Damage", statOrderKey = "2231", statOrder = { 2231 }, level = 1, group = "WeaponShockAsIfDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AttacksShockAsIfDealingMoreDamageUnique__2"] = { affix = "", "Shock Enemies as though dealing 300% more Damage", statOrderKey = "2231", statOrder = { 2231 }, level = 1, group = "WeaponShockAsIfDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["EnemiesExplodeOnDeathUniqueTwoHandMace7"] = { affix = "", "Enemies Killed with Attack or Spell Hits Explode, dealing 10% of their Life as Fire Damage", statOrderKey = "1999", statOrder = { 1999 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DisplaySocketedGemGetsReducedManaCostUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Inspiration", statOrderKey = "250", statOrder = { 250 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsGetFasterCastUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Casting", statOrderKey = "255", statOrder = { 255 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByFasterCastUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Casting", statOrderKey = "255", statOrder = { 255 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["FlaskRemovePercentageOfEnergyShieldUniqueFlask2"] = { affix = "", "Removes 20% of your maximum Energy Shield on use", statOrderKey = "1975", statOrder = { 1975 }, level = 1, group = "FlaskRemovePercentageOfEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, - ["FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2"] = { affix = "", "You take 10% of your maximum Life as Chaos Damage on use", statOrderKey = "1980", statOrder = { 1980 }, level = 1, group = "FlaskTakeChaosDamagePercentageOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, - ["FlaskGainFrenzyChargeUniqueFlask2"] = { affix = "", "You gain a Frenzy Charge on use", statOrderKey = "1982", statOrder = { 1982 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "frenzy_charge" }, }, - ["FlaskGainPowerChargeUniqueFlask2"] = { affix = "", "You gain a Power Charge on use", statOrderKey = "1981", statOrder = { 1981 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "power_charge" }, }, - ["FlaskGainEnduranceChargeUniqueFlask2"] = { affix = "", "You gain an Endurance Charge on use", statOrderKey = "1983", statOrder = { 1983 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "flask" }, }, - ["FlaskGainEnduranceChargeUnique__1_"] = { affix = "", "You gain an Endurance Charge on use", statOrderKey = "1983", statOrder = { 1983 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "flask" }, }, - ["CanOnlyDealDamageWithThisWeapon"] = { affix = "", "You can only deal Damage with this Weapon or Ignite", statOrderKey = "2007", statOrder = { 2007 }, level = 1, group = "CanOnlyDealDamageWithThisWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LocalFlaskChargesUsedUniqueFlask2"] = { affix = "", "(120-150)% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LocalFlaskChargesUsedUniqueFlask9"] = { affix = "", "(70-100)% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LocalFlaskChargesUsedUnique__1"] = { affix = "", "(50-100)% increased Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LocalFlaskChargesUsedUnique__2"] = { affix = "", "(10-20)% reduced Charges used", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LeftRingSlotElementalReflectDamageTakenUniqueRing10"] = { affix = "", "Left ring slot: You and your Minions take 80% reduced Reflected Elemental Damage", statOrderKey = "2004", statOrder = { 2004 }, level = 57, group = "LeftRingSlotElementalReflectDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["RightRingSlotPhysicalReflectDamageTakenUniqueRing10"] = { affix = "", "Right ring slot: You and your Minions take 80% reduced Reflected Physical Damage", statOrderKey = "2005", statOrder = { 2005 }, level = 1, group = "RightRingSlotPhysicalReflectDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["DamageCannotBeReflectedUnique__1"] = { affix = "", "Damage cannot be Reflected", statOrderKey = "4509", statOrder = { 4509 }, level = 1, group = "ReflectedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedEnemyFireResistanceUniqueHelmetInt5"] = { affix = "", "Damage Penetrates 25% Fire Resistance", statOrderKey = "2289", statOrder = { 2289 }, level = 1, group = "EnemyFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["UsingFlasksDispelsBurningUniqueHelmetInt5"] = { affix = "", "Removes Burning when you use a Flask", statOrderKey = "2050", statOrder = { 2050 }, level = 1, group = "UsingFlasksDispelsBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, - ["DamageRemovedFromManaBeforeLifeTestMod"] = { affix = "", "30% of Damage is taken from Mana before Life", statOrderKey = "1992", statOrder = { 1992 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["ChanceToShockUniqueBow10"] = { affix = "", "10% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUniqueOneHandSword7"] = { affix = "", "(15-20)% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUniqueDescentTwoHandSword1"] = { affix = "", "9% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUniqueStaff8"] = { affix = "", "15% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUniqueRing29"] = { affix = "", "25% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUniqueGlovesStr4"] = { affix = "", "30% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUnique__1"] = { affix = "", "10% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUnique__2_"] = { affix = "", "50% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUnique__3"] = { affix = "", "(5-10)% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUnique__4_"] = { affix = "", "(10-15)% chance to Shock", statOrderKey = "1394", statOrder = { 1394 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["FishingLineStrengthUnique__1"] = { affix = "", "100% increased Fishing Line Strength", statOrderKey = "2145", statOrder = { 2145 }, level = 1, group = "FishingLineStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingPoolConsumptionUnique__1__"] = { affix = "", "50% increased Fishing Pool Consumption", statOrderKey = "2146", statOrder = { 2146 }, level = 1, group = "FishingPoolConsumption", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingLureTypeUniqueFishingRod1"] = { affix = "", "Siren Worm Bait", statOrderKey = "2147", statOrder = { 2147 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingLureTypeUnique__1__"] = { affix = "", "Thaumaturgical Lure", statOrderKey = "2147", statOrder = { 2147 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingCastDistanceUnique__1__"] = { affix = "", "20% increased Fishing Range", statOrderKey = "2149", statOrder = { 2149 }, level = 1, group = "FishingCastDistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingQuantityUniqueFishingRod1"] = { affix = "", "(40-50)% reduced Quantity of Fish Caught", statOrderKey = "2150", statOrder = { 2150 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingQuantityUnique__2"] = { affix = "", "20% increased Quantity of Fish Caught", statOrderKey = "2150", statOrder = { 2150 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingQuantityUnique__1"] = { affix = "", "(10-20)% increased Quantity of Fish Caught", statOrderKey = "2150", statOrder = { 2150 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingRarityUniqueFishingRod1"] = { affix = "", "(50-60)% increased Rarity of Fish Caught", statOrderKey = "2151", statOrder = { 2151 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingRarityUnique__1"] = { affix = "", "40% increased Rarity of Fish Caught", statOrderKey = "2151", statOrder = { 2151 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingRarityUnique__2_"] = { affix = "", "(20-30)% increased Rarity of Fish Caught", statOrderKey = "2151", statOrder = { 2151 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedSpellDamagePerBlockChanceUniqueClaw7"] = { affix = "", "8% increased Spell Damage per 5% Chance to Block Attack Damage", statOrderKey = "2032", statOrder = { 2032 }, level = 1, group = "SpellDamagePerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["LifeGainedOnSpellHitUniqueClaw7"] = { affix = "", "+(5-8) Life gained for each Enemy hit by your Spells", statOrderKey = "1119", statOrder = { 1119 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["LifeGainedOnSpellHitUniqueDescentClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by your Spells", statOrderKey = "1119", statOrder = { 1119 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["LoseLifeOnSpellHitUnique__1"] = { affix = "", "Lose (10-15) Life for each Enemy hit by your Spells", statOrderKey = "1119", statOrder = { 1119 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["AttackSpeedPerGreenSocketUniqueOneHandSword5"] = { affix = "", "12% increased Global Attack Speed per Green Socket", statOrderKey = "2016", statOrder = { 2016 }, level = 1, group = "AttackSpeedPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["PhysicalDamgePerRedSocketUniqueOneHandSword5"] = { affix = "", "25% increased Global Physical Damage with Weapons per Red Socket", statOrderKey = "2013", statOrder = { 2013 }, level = 1, group = "PhysicalDamgePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["ManaLeechFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2021", statOrder = { 2021 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2022", statOrder = { 2022 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUnique"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2022", statOrder = { 2022 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["MeleeRangePerWhiteSocketUniqueOneHandSword5"] = { affix = "", "+2 to Melee Strike Range per White Socket", statOrderKey = "2027", statOrder = { 2027 }, level = 1, group = "MeleeRangePerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MeleeDamageTakenUniqueAmulet12"] = { affix = "", "60% increased Damage taken from Melee Attacks", statOrderKey = "2042", statOrder = { 2042 }, level = 1, group = "MeleeDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ArmourAsLifeRegnerationOnBlockUniqueShieldStrInt6"] = { affix = "", "Regenerate 2% of your Armour as Life over 1 second when you Block", statOrderKey = "2134", statOrder = { 2134 }, level = 1, group = "ArmourAsLifeRegnerationOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, - ["LoseEnergyShieldOnBlockUniqueShieldStrInt6"] = { affix = "", "Lose 10% of your Energy Shield when you Block", statOrderKey = "2034", statOrder = { 2034 }, level = 1, group = "LoseEnergyShieldOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, - ["ChaosDamageAsPortionOfDamageUniqueRing16"] = { affix = "", "Gain 20% of Physical Damage as Extra Chaos Damage", statOrderKey = "1303", statOrder = { 1303 }, level = 87, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ChaosDamageAsPortionOfDamageUnique__1"] = { affix = "", "Gain (13-15)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ChaosDamageAsPortionOfFireDamageUnique__1"] = { affix = "", "Gain 5% of Fire Damage as Extra Chaos Damage", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "ChaosDamageAsPortionOfFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["ChaosDamageAsPortionOfColdDamageUnique__1"] = { affix = "", "Gain 5% of Cold Damage as Extra Chaos Damage", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "ChaosDamageAsPortionOfColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["ChaosDamageAsPortionOfLightningDamageUnique__1"] = { affix = "", "Gain 5% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1306", statOrder = { 1306 }, level = 1, group = "ChaosDamageAsPortionOfLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["PhysicalDamageTakenAsLightningPercentUniqueBodyStrDex2"] = { affix = "", "30% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1767", statOrder = { 1767 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, - ["MainHandChanceToIgniteUniqueOneHandAxe2"] = { affix = "", "25% chance to Ignite when in Main Hand", statOrderKey = "2066", statOrder = { 2066 }, level = 1, group = "MainHandChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["OffHandChillDurationUniqueOneHandAxe2"] = { affix = "", "100% increased Chill Duration on Enemies when in Off Hand", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "OffHandChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["BurningDamageToChilledEnemiesUniqueOneHandAxe2"] = { affix = "", "100% increased Damage with Ignite inflicted on Chilled Enemies", statOrderKey = "5230", statOrder = { 5230 }, level = 1, group = "BurningDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["TrapThrowSpeedUniqueBootsDex6"] = { affix = "", "(14-18)% increased Trap Throwing Speed", statOrderKey = "1296", statOrder = { 1296 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["TrapThrowSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Trap Throwing Speed", statOrderKey = "1296", statOrder = { 1296 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSpeedOnTrapThrowUniqueBootsDex6"] = { affix = "", "30% increased Movement Speed for 9 seconds on Throwing a Trap", statOrderKey = "2071", statOrder = { 2071 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSpeedOnTrapThrowUnique__1"] = { affix = "", "15% increased Movement Speed for 9 seconds on Throwing a Trap", statOrderKey = "2071", statOrder = { 2071 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["DisplaySupportedByTrapUniqueBootsDex6"] = { affix = "", "Socketed Gems are Supported by Level 11 Trap", statOrderKey = "220", statOrder = { 220 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByTrapUniqueStaff4"] = { affix = "", "Socketed Gems are Supported by Level 8 Trap", statOrderKey = "220", statOrder = { 220 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap", statOrderKey = "220", statOrder = { 220 }, level = 40, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["TrapDurationUniqueBelt6"] = { affix = "", "80% reduced Trap Duration", statOrderKey = "1292", statOrder = { 1292 }, level = 47, group = "TrapDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TrapDurationUnique__1"] = { affix = "", "10% reduced Trap Duration", statOrderKey = "1292", statOrder = { 1292 }, level = 1, group = "TrapDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TrapDamageUniqueBelt6"] = { affix = "", "(30-40)% increased Trap Damage", statOrderKey = "623", statOrder = { 623 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["TrapDamageUniqueShieldDexInt1"] = { affix = "", "(18-28)% increased Trap Damage", statOrderKey = "623", statOrder = { 623 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["TrapDamageUnique___1"] = { affix = "", "(15-25)% increased Trap Damage", statOrderKey = "623", statOrder = { 623 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChanceToFreezeShockIgniteUniqueRing21"] = { affix = "", "10% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToFreezeShockIgniteUniqueDescentWand1"] = { affix = "", "4% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToFreezeShockIgniteUniqueHelmetDexInt4"] = { affix = "", "5% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToFreezeShockIgniteUniqueAmulet19"] = { affix = "", "5% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToFreezeShockIgniteDescentUniqueQuiver1"] = { affix = "", "10% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToFreezeShockIgniteUnique__1"] = { affix = "", "(5-10)% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["DamageWhileIgnitedUniqueRing18"] = { affix = "", "30% increased Damage while Ignited", statOrderKey = "2102", statOrder = { 2102 }, level = 1, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageWhileIgnitedUnique__1"] = { affix = "", "(50-70)% increased Damage while Ignited", statOrderKey = "2102", statOrder = { 2102 }, level = 85, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ArmourWhileFrozenUniqueRing18"] = { affix = "", "+5000 to Armour while Frozen", statOrderKey = "2103", statOrder = { 2103 }, level = 1, group = "ArmourWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["ManaLeechOnShockedEnemiesUniqueRing19"] = { affix = "", "5% of Damage against Shocked Enemies Leeched as Mana", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "ManaLeechOnShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaLeechPermyriadOnShockedEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Mana against Frozen Enemies", statOrderKey = "6003", statOrder = { 6003 }, level = 1, group = "ManaLeechOnShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["EnergyShieldLeechPermyriadOnFrozenEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Energy Shield against Frozen Enemies", statOrderKey = "4752", statOrder = { 4752 }, level = 1, group = "EnergyShieldLeechPermyriadOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LifeLeechOnFrozenEnemiesUniqueRing19"] = { affix = "", "5% of Damage against Frozen Enemies Leeched as Life", statOrderKey = "1075", statOrder = { 1075 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeLeechPermyriadOnFrozenEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1074", statOrder = { 1074 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DamageOnRareMonstersUniqueBelt7"] = { affix = "", "(20-30)% increased Damage with Hits against Rare monsters", statOrderKey = "2107", statOrder = { 2107 }, level = 1, group = "DamageOnRareMonsters", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageOnMagicMonstersUnique__1_"] = { affix = "", "(20-30)% increased Damage with Hits against Magic monsters", statOrderKey = "4548", statOrder = { 4548 }, level = 1, group = "DamageOnMagicMonsters", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamagePerStatusAilmentOnEnemiesUniqueRing21"] = { affix = "", "20% increased Damage with Hits and Ailments per Freeze, Shock or Ignite on Enemy", statOrderKey = "668", statOrder = { 668 }, level = 1, group = "DamagePerStatusAilmentOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ShrineBuffEffectUniqueHelmetDexInt3"] = { affix = "", "75% increased Effect of Shrine Buffs on you", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ShrineBuffEffectUnique__1"] = { affix = "", "(50-75)% increased Effect of Shrine Buffs on you", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ShrineEffectDurationUniqueHelmetDexInt3"] = { affix = "", "50% increased Duration of Shrine Effects on you", statOrderKey = "2113", statOrder = { 2113 }, level = 1, group = "ShrineEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalFlaskLifeOnFlaskDurationEndUniqueFlask3"] = { affix = "", "Recover Full Life at the end of the Flask Effect", statOrderKey = "2115", statOrder = { 2115 }, level = 1, group = "LocalFlaskLifeOnFlaskDurationEnd", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["LocalFlaskNoManaCostWhileHealingUniqueFlask4"] = { affix = "", "Your Skills Cost no Mana during Flask effect", statOrderKey = "2116", statOrder = { 2116 }, level = 1, group = "LocalFlaskNoManaCostWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["ShockNearbyEnemyOnShockedKillUniqueRing20"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrderKey = "2117", statOrder = { 2117 }, level = 25, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockNearbyEnemyOnShockedKillUniqueDescentTwoHandSword1_"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrderKey = "2117", statOrder = { 2117 }, level = 1, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IgniteNearbyEnemyOnIgnitedKillUniqueRing20"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrderKey = "2118", statOrder = { 2118 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteNearbyEnemyOnIgnitedKillUnique__1"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrderKey = "2118", statOrder = { 2118 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["GainRareMonsterModsOnKillUniqueBelt7_"] = { affix = "", "When you Kill a Rare monster, you gain its Modifiers for 20 seconds", statOrderKey = "2119", statOrder = { 2119 }, level = 1, group = "GainRareMonsterModsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainMagicMonsterModsOnKillUnique__1_"] = { affix = "", "20% chance when you Kill a Magic Monster to gain", "its Non-Bloodline Modifiers for 20 seconds", statOrderKey = "4926,4926.1", statOrder = { 4926, 4926.1 }, level = 1, group = "GainMagicMonsterModsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AddedManaRegenerationUniqueBelt8"] = { affix = "", "Regenerate (8-10) Mana per second", statOrderKey = "985", statOrder = { 985 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AddedManaRegenerationUniqueDescentWand1"] = { affix = "", "Regenerate 2 Mana per second", statOrderKey = "985", statOrder = { 985 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AddedManaRegenerationUniqueJewel10"] = { affix = "", "Regenerate 3 Mana per second", statOrderKey = "985", statOrder = { 985 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AddedManaRegenerationUnique__1"] = { affix = "", "Regenerate (3-6) Mana per second", statOrderKey = "985", statOrder = { 985 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AddedManaRegenerationUnique__2"] = { affix = "", "Regenerate (8-10) Mana per second", statOrderKey = "985", statOrder = { 985 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ArmourWhileNotIgnitedFrozenShockedBelt8"] = { affix = "", "40% increased Armour while not Ignited, Frozen or Shocked", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "ArmourWhileNotIgnitedFrozenShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["ManaShield"] = { affix = "", "Mind Over Matter", statOrderKey = "7487", statOrder = { 7487 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["DamageTakenFromManaBeforeLifeUniqueBodyDexInt2"] = { affix = "", "10% of Damage is taken from Mana before Life", statOrderKey = "1992", statOrder = { 1992 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["ElementalResistancePerEnduranceChargeDescentShield1"] = { affix = "", "+3% to all Elemental Resistances per Endurance Charge", statOrderKey = "1021", statOrder = { 1021 }, level = 1, group = "ElementalResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["CastSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "9% increased Cast Speed when on Full Life", statOrderKey = "1364", statOrder = { 1364 }, level = 1, group = "CastSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["CastSpeedOnLowLifeUniqueDescentHelmet1"] = { affix = "", "20% increased Cast Speed when on Low Life", statOrderKey = "1363", statOrder = { 1363 }, level = 1, group = "CastSpeedOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["MaximumCriticalStrikeChanceUniqueAmulet17"] = { affix = "", "50% maximum Critical Strike Chance", statOrderKey = "2041", statOrder = { 2041 }, level = 1, group = "MaximumCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["DamagePerStrengthInMainHandUniqueSceptre6"] = { affix = "", "1% increased Damage per 8 Strength when in Main Hand", statOrderKey = "2075", statOrder = { 2075 }, level = 1, group = "DamagePerStrengthInMainHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ArmourPerStrengthInOffHandUniqueSceptre6"] = { affix = "", "1% increased Armour per 16 Strength when in Off Hand", statOrderKey = "2076", statOrder = { 2076 }, level = 1, group = "ArmourPerStrengthInOffHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["DisplaySocketedGemsSupportedByIronWillUniqueSceptre6"] = { affix = "", "Socketed Gems are Supported by Level 30 Iron Will", statOrderKey = "256", statOrder = { 256 }, level = 1, group = "DisplaySocketedGemsSupportedByIronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsSupportedByIronWillUniqueOneHandMace3"] = { affix = "", "Socketed Gems have Iron Will", statOrderKey = "289", statOrder = { 289 }, level = 1, group = "DisplaySocketedGemsSupportedByIronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LessCriticalStrikeChanceAmulet17"] = { affix = "", "-40% less Critical Strike Chance", statOrderKey = "2127", statOrder = { 2127 }, level = 1, group = "CriticalStrikeChanceFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ChanceToDodgeUniqueBodyStrDex3"] = { affix = "", "6% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeUniqueBootsDex7"] = { affix = "", "8% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeUniqueJewel46"] = { affix = "", "2% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeUniqueBodyDex1"] = { affix = "", "10% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeUniqueRing37"] = { affix = "", "(3-5)% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeUnique__1"] = { affix = "", "(6-10)% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeImplicitShield1"] = { affix = "", "2% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeImplicitShield2"] = { affix = "", "4% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsUniqueBodyDex1"] = { affix = "", "10% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsUnique__1"] = { affix = "", "(6-10)% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsUnique__2"] = { affix = "", "10% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsUnique__3_"] = { affix = "", "(7-8)% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsImplicitShield1"] = { affix = "", "2% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsImplicitShield2"] = { affix = "", "4% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["EnduranceChargeOnKillUniqueBodyStrDex3"] = { affix = "", "You gain an Endurance Charge on Kill", statOrderKey = "2130", statOrder = { 2130 }, level = 1, group = "EnduranceChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["LoseEnduranceChargesWhenHitUniqueBodyStrDex3"] = { affix = "", "You lose all Endurance Charges when Hit", statOrderKey = "2128", statOrder = { 2128 }, level = 1, group = "LoseEnduranceChargesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["GainOnslaughtWhenHitUniqueBodyStrDex3"] = { affix = "", "You gain Onslaught for 5 seconds per Endurance Charge when Hit", statOrderKey = "2143", statOrder = { 2143 }, level = 1, group = "GainOnslaughtWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RegenerateLifeOnCastUniqueWand4"] = { affix = "", "Regenerate (6-8) Life over 1 second when you Cast a Spell", statOrderKey = "2133", statOrder = { 2133 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["PhasingUniqueBootsStrDex4"] = { affix = "", "Phasing", statOrderKey = "2123", statOrder = { 2123 }, level = 1, group = "Phasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CullingCriticalStrikes"] = { affix = "", "Critical Strikes have Culling Strike", statOrderKey = "2753", statOrder = { 2753 }, level = 1, group = "CullingCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["IncreasedFireDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Fire Damage taken", statOrderKey = "1597", statOrder = { 1597 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, - ["ReducedFireDamageTakenUnique__1"] = { affix = "", "-20 Fire Damage taken from Hits", statOrderKey = "1592", statOrder = { 1592 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, - ["FrenzyChargeOnIgniteUniqueTwoHandSword6"] = { affix = "", "Gain a Frenzy Charge if an Attack Ignites an Enemy", statOrderKey = "2138", statOrder = { 2138 }, level = 1, group = "FrenzyChargeOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["CullingAgainstBurningEnemiesUniqueTwoHandSword6"] = { affix = "", "Culling Strike against Burning Enemies", statOrderKey = "2137", statOrder = { 2137 }, level = 1, group = "CullingAgainstBurningEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChaosDamageTakenUniqueBodyStr4"] = { affix = "", "-(40-30) Chaos Damage taken", statOrderKey = "2140", statOrder = { 2140 }, level = 1, group = "ChaosDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["IncreasedCurseDurationUniqueShieldDex4"] = { affix = "", "Curse Skills have 100% increased Skill Effect Duration", statOrderKey = "4498", statOrder = { 4498 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["IncreasedCurseDurationUniqueShieldStrDex2"] = { affix = "", "Curse Skills have 25% increased Skill Effect Duration", statOrderKey = "4498", statOrder = { 4498 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["IncreasedCurseDurationUniqueHelmetInt9"] = { affix = "", "Curse Skills have (30-50)% increased Skill Effect Duration", statOrderKey = "4498", statOrder = { 4498 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["EnergyShieldGainedFromEnemyDeathUniqueGlovesInt6"] = { affix = "", "+(15-20) Energy Shield gained on Kill", statOrderKey = "2022", statOrder = { 2022 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "+(10-15) Energy Shield gained on Kill", statOrderKey = "2022", statOrder = { 2022 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldGainedFromEnemyDeathUnique__1"] = { affix = "", "+(15-25) Energy Shield gained on Kill", statOrderKey = "2022", statOrder = { 2022 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedClawDamageOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Claw Physical Damage when on Low Life", statOrderKey = "2035", statOrder = { 2035 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedClawDamageOnLowLifeUnique__1__"] = { affix = "", "200% increased Damage with Claws while on Low Life", statOrderKey = "4473", statOrder = { 4473 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedAccuracyWhenOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Accuracy Rating when on Low Life", statOrderKey = "2036", statOrder = { 2036 }, level = 1, group = "IncreasedAccuracyWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedWhenOnLowLifeUnique__1"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedWhenOnLowLifeUniqueDescentHelmet1"] = { affix = "", "30% increased Attack Speed when on Low Life", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["ReducedProjectileDamageUniqueAmulet12"] = { affix = "", "40% reduced Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ReducedProjectileDamageTakenUniqueAmulet12"] = { affix = "", "20% reduced Damage taken from Projectiles", statOrderKey = "2170", statOrder = { 2170 }, level = 1, group = "ProjectileDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NoItemRarity"] = { affix = "", "You cannot increase the Rarity of Items found", statOrderKey = "2000", statOrder = { 2000 }, level = 1, group = "NoItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NoItemQuantity"] = { affix = "", "You cannot increase the Quantity of Items found", statOrderKey = "2001", statOrder = { 2001 }, level = 1, group = "NoItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotDieToElementalReflect"] = { affix = "", "You cannot be killed by reflected Elemental Damage", statOrderKey = "2094", statOrder = { 2094 }, level = 1, group = "CannotDieToElementalReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MeleeAttacksUsableWithoutManaUniqueOneHandAxe1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrderKey = "2103", statOrder = { 2103 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["MeleeAttacksUsableWithoutManaUnique__1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrderKey = "2103", statOrder = { 2103 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["HybridStrDex"] = { affix = "", "+(16-24) to Strength and Dexterity", statOrderKey = "746", statOrder = { 746 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["HybridStrInt"] = { affix = "", "+(16-24) to Strength and Intelligence", statOrderKey = "747", statOrder = { 747 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["HybridDexInt"] = { affix = "", "+(16-24) to Dexterity and Intelligence", statOrderKey = "748", statOrder = { 748 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["HybridStrDexUnique__1"] = { affix = "", "+(30-50) to Strength and Dexterity", statOrderKey = "746", statOrder = { 746 }, level = 1, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IncreasedMeleeWeaponAndUnarmedRangeUniqueAmulet13"] = { affix = "", "+2 to Melee Strike Range", statOrderKey = "1985", statOrder = { 1985 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedMeleeWeaponAndUnarmedRangeUniqueJewel42"] = { affix = "", "+1 to Melee Strike Range", statOrderKey = "1985", statOrder = { 1985 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe7_"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUnique__1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUnique___2"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeEssence1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["EnduranceChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Endurance Charge Duration", statOrderKey = "1627", statOrder = { 1627 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["EnduranceChargeDurationUniqueBodyStrInt4"] = { affix = "", "30% increased Endurance Charge Duration", statOrderKey = "1627", statOrder = { 1627 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["FrenzyChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 20, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUniqueBootsDex4"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUniqueDescentOneHandSword1"] = { affix = "", "33% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUnique__2"] = { affix = "", "25% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["PowerChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceUniqueDescentDagger1"] = { affix = "", "15% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceUniqueUniqueShieldInt3"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceUnique__1"] = { affix = "", "(25-35)% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceProphecy_"] = { affix = "", "30% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["EnduranceChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain an Endurance Charge on Kill", statOrderKey = "2068", statOrder = { 2068 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["EnduranceChargeOnPowerChargeExpiryUniqueAmulet14"] = { affix = "", "Gain an Endurance Charge when you lose a Power Charge", statOrderKey = "2071", statOrder = { 2071 }, level = 1, group = "EnduranceChargeOnPowerChargeExpiry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChillAndFreezeBasedOffEnergyShieldBelt5Unique"] = { affix = "", "Chill Effect and Freeze Duration on you are based on 100% of Energy Shield", statOrderKey = "2042", statOrder = { 2042 }, level = 70, group = "ChillAndFreezeDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["MeleeDamageOnFullLifeUniqueAmulet13"] = { affix = "", "60% increased Melee Damage when on Full Life", statOrderKey = "2073", statOrder = { 2073 }, level = 1, group = "MeleeDamageOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ConsecrateOnCritChanceToCreateUniqueRing11"] = { affix = "", "Creates Consecrated Ground on Critical Strike", statOrderKey = "2074", statOrder = { 2074 }, level = 1, group = "ConsecrateOnCritChanceToCreate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ProjectileSpeedPerFrenzyChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Speed per Frenzy Charge", statOrderKey = "2075", statOrder = { 2075 }, level = 1, group = "ProjectileSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileDamagePerPowerChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Damage per Power Charge", statOrderKey = "2076", statOrder = { 2076 }, level = 1, group = "ProjectileDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["RightRingSlotNoManaRegenUniqueRing13"] = { affix = "", "Right ring slot: You cannot Regenerate Mana", statOrderKey = "2082", statOrder = { 2082 }, level = 38, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["RightRingSlotEnergyShieldRegenUniqueRing13"] = { affix = "", "Right ring slot: Regenerate 3% of Energy Shield per second", statOrderKey = "2083", statOrder = { 2083 }, level = 38, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LeftRingSlotManaRegenUniqueRing13"] = { affix = "", "Left ring slot: 100% increased Mana Regeneration Rate", statOrderKey = "2088", statOrder = { 2088 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LeftRingSlotNoEnergyShieldRegenUniqueRing13"] = { affix = "", "Left ring slot: You cannot Recharge or Regenerate Energy Shield", statOrderKey = "2086", statOrder = { 2086 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate 1% of Energy Shield per second", statOrderKey = "2081", statOrder = { 2081 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRegenerationUnique__2"] = { affix = "", "Regenerate 1% of Energy Shield per second", statOrderKey = "2081", statOrder = { 2081 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRegenerationUnique__3"] = { affix = "", "Regenerate 2% of Energy Shield per second", statOrderKey = "2081", statOrder = { 2081 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["FlatEnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate (80-100) Energy Shield per second", statOrderKey = "2080", statOrder = { 2080 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifeLeechAnyDamageUnique__1"] = { affix = "", "1% of Damage Leeched as Life", statOrderKey = "1200", statOrder = { 1200 }, level = 1, group = "LifeLeechAnyDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["KilledMonsterItemRarityOnCritUniqueRing11"] = { affix = "", "(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Strike", statOrderKey = "2077", statOrder = { 2077 }, level = 1, group = "KilledMonsterItemRarityOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["OnslaughtBuffOnKillUniqueRing12"] = { affix = "", "You gain Onslaught for 4 seconds on Kill", statOrderKey = "2078", statOrder = { 2078 }, level = 58, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtBuffOnKillUniqueDagger12"] = { affix = "", "You gain Onslaught for 3 seconds on Kill", statOrderKey = "2078", statOrder = { 2078 }, level = 1, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackAndCastSpeedPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "4% reduced Attack and Cast Speed per Frenzy Charge", statOrderKey = "1551", statOrder = { 1551 }, level = 1, group = "AttackAndCastSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["LifeRegenerationPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "Regenerate 0.8% of Life per second per Frenzy Charge", statOrderKey = "2066", statOrder = { 2066 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnemiesOnLowLifeTakeMoreDamagePerFrenzyChargeUniqueBootsDex4"] = { affix = "", "(20-30)% increased Damage per Frenzy Charge with Hits against Enemies on Low Life", statOrderKey = "2234", statOrder = { 2234 }, level = 1, group = "EnemiesOnLowLifeTakeMoreDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AvoidIgniteUniqueOneHandSword4"] = { affix = "", "Cannot be Ignited", statOrderKey = "1362", statOrder = { 1362 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedMovementVelictyWhileCursedUniqueOneHandSword4"] = { affix = "", "30% increased Movement Speed while Cursed", statOrderKey = "2065", statOrder = { 2065 }, level = 1, group = "MovementVelocityWhileCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ShieldBlockChanceUniqueAmulet16"] = { affix = "", "+10% Chance to Block Attack Damage while holding a Shield", statOrderKey = "718", statOrder = { 718 }, level = 1, group = "GlobalShieldBlockChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ReflectDamageToAttackersOnBlockUniqueAmulet16"] = { affix = "", "Reflects 240 to 300 Physical Damage to Attackers on Block", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueDescentStaff1"] = { affix = "", "Reflects 8 to 14 Physical Damage to Attackers on Block", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueDescentShield1"] = { affix = "", "Reflects 4 to 8 Physical Damage to Attackers on Block", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueShieldDex5"] = { affix = "", "Reflects 1 to 1000 Physical Damage to Attackers on Block", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueStaff9"] = { affix = "", "Reflects (22-44) Physical Damage to Attackers on Block", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["GainLifeOnBlockUniqueAmulet16"] = { affix = "", "+(34-48) Life gained when you Block", statOrderKey = "1279", statOrder = { 1279 }, level = 1, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, + ["GainManaOnBlockUniqueAmulet16"] = { affix = "", "+(18-24) Mana gained when you Block", statOrderKey = "1280", statOrder = { 1280 }, level = 57, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "mana" }, }, + ["GainManaOnBlockUnique__1"] = { affix = "", "+(30-50) Mana gained when you Block", statOrderKey = "1280", statOrder = { 1280 }, level = 1, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "mana" }, }, + ["ZombieLifeUniqueSceptre3"] = { affix = "", "Raised Zombies have +5000 to maximum Life", statOrderKey = "2040", statOrder = { 2040 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["ZombieDamageUniqueSceptre3"] = { affix = "", "Raised Zombies deal (80-100)% more Physical Damage", statOrderKey = "7634", statOrder = { 7634 }, level = 1, group = "ZombieDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["ZombieChaosElementalResistsUniqueSceptre3"] = { affix = "", "Raised Zombies have +(25-30)% to all Resistances", statOrderKey = "2041", statOrder = { 2041 }, level = 1, group = "ZombieChaosElementalResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance", "minion" }, }, + ["ZombieSizeUniqueSceptre3_"] = { affix = "", "25% increased Raised Zombie Size", statOrderKey = "2098", statOrder = { 2098 }, level = 1, group = "ZombieSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ZombiesExplodeEnemiesOnHitUniqueSceptre3"] = { affix = "", "Enemies Killed by Zombies' Hits Explode, dealing 20% of their Life as Fire Damage", statOrderKey = "2100", statOrder = { 2100 }, level = 1, group = "ZombiesExplodeEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["NumberOfZombiesSummonedPercentageUniqueSceptre3"] = { affix = "", "50% reduced maximum number of Raised Zombies", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "NumberOfZombiesSummonedPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["IncreasedIntelligencePerUniqueUniqueRing14"] = { affix = "", "2% increased Intelligence for each Unique Item Equipped", statOrderKey = "2043", statOrder = { 2043 }, level = 1, group = "IncreasedIntelligencePerUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IncreasedChanceForMonstersToDropWisdomScrollsUniqueRing14"] = { affix = "", "3% chance for Slain monsters to drop an additional Scroll of Wisdom", statOrderKey = "2046", statOrder = { 2046 }, level = 1, group = "IncreasedChanceForMonstersToDropWisdomScrolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ConvertColdToFireUniqueRing15"] = { affix = "", "40% of Cold Damage Converted to Fire Damage", statOrderKey = "1476", statOrder = { 1476 }, level = 1, group = "ConvertColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, }, + ["IgnitedEnemiesTurnToAshUniqueRing15"] = { affix = "", "Ignited Enemies Killed by your Hits are destroyed", statOrderKey = "2044", statOrder = { 2044 }, level = 1, group = "IgnitedEnemiesTurnToAsh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UndyingRageOnCritUniqueTwoHandMace6"] = { affix = "", "You gain Onslaught for 4 seconds on Critical Strike", statOrderKey = "2097", statOrder = { 2097 }, level = 1, group = "UndyingRageOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NoBonusesFromCriticalStrikes"] = { affix = "", "Your Critical Strikes do not deal extra Damage", statOrderKey = "2096", statOrder = { 2096 }, level = 1, group = "NoBonusesFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["FlaskItemRarityUniqueFlask1"] = { affix = "", "(20-30)% increased Rarity of Items found during Flask effect", statOrderKey = "654", statOrder = { 654 }, level = 1, group = "FlaskItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskItemQuantityUniqueFlask1"] = { affix = "", "(8-12)% increased Quantity of Items found during Flask effect", statOrderKey = "653", statOrder = { 653 }, level = 1, group = "FlaskItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskLightRadiusUniqueFlask1"] = { affix = "", "25% increased Light Radius during Flask effect", statOrderKey = "657", statOrder = { 657 }, level = 1, group = "FlaskLightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskMaximumElementalResistancesUniqueFlask1"] = { affix = "", "+4% to all maximum Elemental Resistances during Flask effect", statOrderKey = "643", statOrder = { 643 }, level = 1, group = "FlaskMaximumElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, }, + ["FlaskElementalResistancesUniqueFlask1_"] = { affix = "", "+50% to Elemental Resistances during Flask Effect", statOrderKey = "661", statOrder = { 661 }, level = 1, group = "FlaskElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, }, + ["SpellDamageModifiersApplyToAttackDamageUniqueHelmetInt7"] = { affix = "", "Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value", statOrderKey = "2106", statOrder = { 2106 }, level = 1, group = "SpellDamageModifiersApplyToAttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ConvertFireToChaosUniqueBodyInt4"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrderKey = "1479", statOrder = { 1479 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ConvertFireToChaosUniqueBodyInt4Updated"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrderKey = "1478", statOrder = { 1478 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ConvertFireToChaosUniqueDagger10"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrderKey = "1479", statOrder = { 1479 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ConvertFireToChaosUniqueDagger10Updated"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrderKey = "1478", statOrder = { 1478 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["MovementVelicityPerEvasionUniqueBodyDex6"] = { affix = "", "1% increased Movement Speed per 600 Evasion Rating, up to 75%", statOrderKey = "2093", statOrder = { 2093 }, level = 1, group = "MovementVelicityPerEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["PhysicalDamageCanChillUniqueOneHandAxe1"] = { affix = "", "Your Physical Damage can Chill", statOrderKey = "2301", statOrder = { 2301 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["PhysicalDamageCanChillUniqueDescentOneHandAxe1"] = { affix = "", "Your Physical Damage can Chill", statOrderKey = "2301", statOrder = { 2301 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ItemQuantityWhenFrozenUniqueBow9"] = { affix = "", "15% increased Quantity of Items Dropped by Slain Frozen Enemies", statOrderKey = "2114", statOrder = { 2114 }, level = 1, group = "ItemQuantityWhenFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemRarityWhenShockedUniqueBow9"] = { affix = "", "30% increased Rarity of Items Dropped by Slain Shocked Enemies", statOrderKey = "2116", statOrder = { 2116 }, level = 1, group = "ItemRarityWhenShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaLeechPerPowerChargeUniqueBelt5"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana per Power Charge", statOrderKey = "1241", statOrder = { 1241 }, level = 88, group = "ManaLeechPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadPerPowerChargeUniqueBelt5_"] = { affix = "", "0.2% of Attack Damage Leeched as Mana per Power Charge", statOrderKey = "6115", statOrder = { 6115 }, level = 88, group = "ManaLeechPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["LocalChaosDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalChaosDamageUniqueTwoHandSword7"] = { affix = "", "Adds (60-68) to (90-102) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalChaosDamageUniqueTwoHandSword7Royale__"] = { affix = "", "Adds (7-11) to (13-23) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageUnique___1"] = { affix = "", "Adds 1 to 59 Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageUnique__2"] = { affix = "", "Adds (53-67) to (71-89) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["ChaosDegenerationAuraPlayersUniqueBodyStr3"] = { affix = "", "450 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraNonPlayersUniqueBodyStr3"] = { affix = "", "250 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraNonPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraNonPlayersUnique__1Royale__"] = { affix = "", "20 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraPlayersUnique__1Royale"] = { affix = "", "20 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["UniqueWingsOfEntropyCountsAsDualWielding"] = { affix = "", "Counts as Dual Wielding", statOrderKey = "2118", statOrder = { 2118 }, level = 1, group = "CountsAsDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosDegenerationOnKillUniqueBodyStr3"] = { affix = "", "You take 450 Chaos Damage per second for 3 seconds on Kill", statOrderKey = "2113", statOrder = { 2113 }, level = 1, group = "ChaosDegenerationOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ItemBloodFootstepsUniqueBodyStr3"] = { affix = "", "Gore Footprints", statOrderKey = "7715", statOrder = { 7715 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["DisplayChaosDegenerationAuraUniqueBodyStr3"] = { affix = "", "Deals 450 Chaos Damage per second to nearby Enemies", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DisplayChaosDegenerationAuraUnique__1"] = { affix = "", "Deals 50 Chaos Damage per second to nearby Enemies", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DisplayChaosDegenerationAuraUnique__1Royale__"] = { affix = "", "Deals 20 Chaos Damage per second to nearby Enemies", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ItemBloodFootstepsUniqueBootsDex4"] = { affix = "", "Gore Footprints", statOrderKey = "7715", statOrder = { 7715 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["ItemSilverFootstepsUniqueHelmetStrDex2"] = { affix = "", "Mercury Footprints", statOrderKey = "7720", statOrder = { 7720 }, level = 1, group = "ItemSilverFootsteps", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemBloodFootstepsUnique__1"] = { affix = "", "Gore Footprints", statOrderKey = "7715", statOrder = { 7715 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["MaximumBlockChanceUniqueAmulet16"] = { affix = "", "+3% to maximum Chance to Block Attack Damage", statOrderKey = "1494", statOrder = { 1494 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MaximumBlockChanceUnique__1"] = { affix = "", "-10% to maximum Chance to Block Attack Damage", statOrderKey = "1494", statOrder = { 1494 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["FasterBurnFromAttacksUniqueOneHandSword4"] = { affix = "", "Ignites you inflict deal Damage 50% faster", statOrderKey = "2015", statOrder = { 2015 }, level = 1, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["CannotLeechMana"] = { affix = "", "Cannot Leech Mana", statOrderKey = "2019", statOrder = { 2019 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotLeechManaUnique__1_"] = { affix = "", "Cannot Leech Mana", statOrderKey = "2019", statOrder = { 2019 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemiesCannotLeechMana"] = { affix = "", "Enemies Cannot Leech Mana From you", statOrderKey = "1902", statOrder = { 1902 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotLeechOnLowLife"] = { affix = "", "Cannot Leech when on Low Life", statOrderKey = "2021", statOrder = { 2021 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MeleeDamageIncreaseUniqueHelmetStrDex3"] = { affix = "", "20% increased Melee Damage", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageUniqueAmulet12"] = { affix = "", "(30-40)% increased Melee Damage", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageImplicitGloves1"] = { affix = "", "(16-20)% increased Melee Damage", statOrderKey = "795", statOrder = { 795 }, level = 78, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageUnique__1"] = { affix = "", "(20-25)% increased Melee Damage", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageUnique__2"] = { affix = "", "(25-40)% increased Melee Damage", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["DamageAuraUniqueHelmetDexInt2"] = { affix = "", "15% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IronReflexes"] = { affix = "", "Iron Reflexes", statOrderKey = "7667", statOrder = { 7667 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["ChanceToIgniteUniqueOneHandSword4"] = { affix = "", "30% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["DisplayDamageAuraUniqueHelmetDexInt2"] = { affix = "", "You and nearby allies gain 15% increased Damage", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "DisplayDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MainHandAddedFireDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Fire Damage in Main Hand", statOrderKey = "919", statOrder = { 919 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["MainHandAddedFireDamageUniqueTwoHandAxe6Royale"] = { affix = "", "Adds (3-5) to (9-12) Fire Damage in Main Hand", statOrderKey = "919", statOrder = { 919 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["MainHandAddedFireDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Fire Damage in Main Hand", statOrderKey = "919", statOrder = { 919 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["OffHandAddedChaosDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Chaos Damage in Off Hand", statOrderKey = "941", statOrder = { 941 }, level = 1, group = "OffHandAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["OffHandAddedChaosDamageUniqueTwoHandAxe6Royale_"] = { affix = "", "Adds (3-5) to (9-12) Chaos Damage in Off Hand", statOrderKey = "941", statOrder = { 941 }, level = 1, group = "OffHandAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["OffHandAddedColdDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Cold Damage in Off Hand", statOrderKey = "926", statOrder = { 926 }, level = 1, group = "OffHandAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["ChaosDamageCanShockUniqueBow10"] = { affix = "", "Your Chaos Damage can Shock", statOrderKey = "2292", statOrder = { 2292 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, }, + ["ConvertLightningDamageToChaosUniqueBow10"] = { affix = "", "60% of Lightning Damage Converted to Chaos Damage", statOrderKey = "1475", statOrder = { 1475 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["ConvertLightningDamageToChaosUniqueBow10Updated"] = { affix = "", "60% of Lightning Damage Converted to Chaos Damage", statOrderKey = "1474", statOrder = { 1474 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["MaximumShockOverrideUniqueBow10"] = { affix = "", "Your Shocks can increase Damage taken by up to a maximum of 100%", statOrderKey = "7538", statOrder = { 7538 }, level = 1, group = "MaximumShockOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AttacksShockAsIfDealingMoreDamageUniqueBow10"] = { affix = "", "Shock Enemies as though dealing 300% more Damage", statOrderKey = "2346", statOrder = { 2346 }, level = 1, group = "WeaponShockAsIfDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AttacksShockAsIfDealingMoreDamageUnique__2"] = { affix = "", "Shock Enemies as though dealing 300% more Damage", statOrderKey = "2346", statOrder = { 2346 }, level = 1, group = "WeaponShockAsIfDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["EnemiesExplodeOnDeathUniqueTwoHandMace7"] = { affix = "", "Enemies Killed with Attack or Spell Hits Explode, dealing 10% of their Life as Fire Damage", statOrderKey = "2126", statOrder = { 2126 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DisplaySocketedGemGetsReducedManaCostUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Inspiration", statOrderKey = "253", statOrder = { 253 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsGetFasterCastUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Casting", statOrderKey = "258", statOrder = { 258 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByFasterCastUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Casting", statOrderKey = "258", statOrder = { 258 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["FlaskRemovePercentageOfEnergyShieldUniqueFlask2"] = { affix = "", "Removes 80% of your maximum Energy Shield on use", statOrderKey = "541", statOrder = { 541 }, level = 1, group = "FlaskRemovePercentageOfEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, + ["FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2"] = { affix = "", "You take 50% of your maximum Life as Chaos Damage on use", statOrderKey = "542", statOrder = { 542 }, level = 1, group = "FlaskTakeChaosDamagePercentageOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["FlaskGainFrenzyChargeUniqueFlask2"] = { affix = "", "You gain a Frenzy Charge on use", statOrderKey = "554", statOrder = { 554 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "frenzy_charge" }, }, + ["FlaskGainPowerChargeUniqueFlask2"] = { affix = "", "You gain a Power Charge on use", statOrderKey = "555", statOrder = { 555 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "power_charge" }, }, + ["FlaskGainEnduranceChargeUniqueFlask2"] = { affix = "", "You gain an Endurance Charge on use", statOrderKey = "553", statOrder = { 553 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "flask" }, }, + ["FlaskGainEnduranceChargeUnique__1_"] = { affix = "", "You gain an Endurance Charge on use", statOrderKey = "553", statOrder = { 553 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "flask" }, }, + ["CanOnlyDealDamageWithThisWeapon"] = { affix = "", "You can only deal Damage with this Weapon or Ignite", statOrderKey = "2134", statOrder = { 2134 }, level = 1, group = "CanOnlyDealDamageWithThisWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalFlaskChargesUsedUniqueFlask2"] = { affix = "", "(250-300)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalFlaskChargesUsedUniqueFlask9"] = { affix = "", "(70-100)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalFlaskChargesUsedUnique__2"] = { affix = "", "(10-20)% reduced Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LeftRingSlotElementalReflectDamageTakenUniqueRing10"] = { affix = "", "Left ring slot: You and your Minions take 80% reduced Reflected Elemental Damage", statOrderKey = "2131", statOrder = { 2131 }, level = 57, group = "LeftRingSlotElementalReflectDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["RightRingSlotPhysicalReflectDamageTakenUniqueRing10"] = { affix = "", "Right ring slot: You and your Minions take 80% reduced Reflected Physical Damage", statOrderKey = "2132", statOrder = { 2132 }, level = 1, group = "RightRingSlotPhysicalReflectDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["DamageCannotBeReflectedUnique__1"] = { affix = "", "Damage cannot be Reflected", statOrderKey = "4636", statOrder = { 4636 }, level = 1, group = "ReflectedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedEnemyFireResistanceUniqueHelmetInt5"] = { affix = "", "Damage Penetrates 25% Fire Resistance", statOrderKey = "2400", statOrder = { 2400 }, level = 1, group = "EnemyFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["UsingFlasksDispelsBurningUniqueHelmetInt5"] = { affix = "", "Removes Burning when you use a Flask", statOrderKey = "2177", statOrder = { 2177 }, level = 1, group = "UsingFlasksDispelsBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["DamageRemovedFromManaBeforeLifeTestMod"] = { affix = "", "30% of Damage is taken from Mana before Life", statOrderKey = "2119", statOrder = { 2119 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ChanceToShockUniqueBow10"] = { affix = "", "10% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueOneHandSword7"] = { affix = "", "(15-20)% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueDescentTwoHandSword1"] = { affix = "", "9% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueStaff8"] = { affix = "", "15% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueRing29"] = { affix = "", "25% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueGlovesStr4"] = { affix = "", "30% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__1"] = { affix = "", "10% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__2_"] = { affix = "", "50% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__3"] = { affix = "", "(5-10)% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__4_"] = { affix = "", "(10-15)% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["FishingLineStrengthUnique__1"] = { affix = "", "100% increased Fishing Line Strength", statOrderKey = "2266", statOrder = { 2266 }, level = 1, group = "FishingLineStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingPoolConsumptionUnique__1__"] = { affix = "", "50% increased Fishing Pool Consumption", statOrderKey = "2267", statOrder = { 2267 }, level = 1, group = "FishingPoolConsumption", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingLureTypeUniqueFishingRod1"] = { affix = "", "Siren Worm Bait", statOrderKey = "2268", statOrder = { 2268 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingLureTypeUnique__1__"] = { affix = "", "Thaumaturgical Lure", statOrderKey = "2268", statOrder = { 2268 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingCastDistanceUnique__1__"] = { affix = "", "20% increased Fishing Range", statOrderKey = "2270", statOrder = { 2270 }, level = 1, group = "FishingCastDistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingQuantityUniqueFishingRod1"] = { affix = "", "(40-50)% reduced Quantity of Fish Caught", statOrderKey = "2271", statOrder = { 2271 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingQuantityUnique__2"] = { affix = "", "20% increased Quantity of Fish Caught", statOrderKey = "2271", statOrder = { 2271 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingQuantityUnique__1"] = { affix = "", "(10-20)% increased Quantity of Fish Caught", statOrderKey = "2271", statOrder = { 2271 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingRarityUniqueFishingRod1"] = { affix = "", "(50-60)% increased Rarity of Fish Caught", statOrderKey = "2272", statOrder = { 2272 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingRarityUnique__1"] = { affix = "", "40% increased Rarity of Fish Caught", statOrderKey = "2272", statOrder = { 2272 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingRarityUnique__2_"] = { affix = "", "(20-30)% increased Rarity of Fish Caught", statOrderKey = "2272", statOrder = { 2272 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedSpellDamagePerBlockChanceUniqueClaw7"] = { affix = "", "8% increased Spell Damage per 5% Chance to Block Attack Damage", statOrderKey = "2159", statOrder = { 2159 }, level = 1, group = "SpellDamagePerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["LifeGainedOnSpellHitUniqueClaw7"] = { affix = "", "+(5-8) Life gained for each Enemy hit by your Spells", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["LifeGainedOnSpellHitUniqueDescentClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by your Spells", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["LoseLifeOnSpellHitUnique__1"] = { affix = "", "Lose (10-15) Life for each Enemy hit by your Spells", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["AttackSpeedPerGreenSocketUniqueOneHandSword5"] = { affix = "", "12% increased Global Attack Speed per Green Socket", statOrderKey = "2143", statOrder = { 2143 }, level = 1, group = "AttackSpeedPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["PhysicalDamgePerRedSocketUniqueOneHandSword5"] = { affix = "", "25% increased Global Physical Damage with Weapons per Red Socket", statOrderKey = "2140", statOrder = { 2140 }, level = 1, group = "PhysicalDamgePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ManaLeechFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2148", statOrder = { 2148 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2149", statOrder = { 2149 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUnique"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2149", statOrder = { 2149 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["MeleeRangePerWhiteSocketUniqueOneHandSword5"] = { affix = "", "+2 to Melee Strike Range per White Socket", statOrderKey = "2154", statOrder = { 2154 }, level = 1, group = "MeleeRangePerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MeleeDamageTakenUniqueAmulet12"] = { affix = "", "60% increased Damage taken from Melee Attacks", statOrderKey = "2169", statOrder = { 2169 }, level = 1, group = "MeleeDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ArmourAsLifeRegnerationOnBlockUniqueShieldStrInt6"] = { affix = "", "Regenerate 2% of your Armour as Life over 1 second when you Block", statOrderKey = "2255", statOrder = { 2255 }, level = 1, group = "ArmourAsLifeRegnerationOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, + ["LoseEnergyShieldOnBlockUniqueShieldStrInt6"] = { affix = "", "Lose 10% of your Energy Shield when you Block", statOrderKey = "2161", statOrder = { 2161 }, level = 1, group = "LoseEnergyShieldOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, + ["ChaosDamageAsPortionOfDamageUniqueRing16"] = { affix = "", "Gain 20% of Physical Damage as Extra Chaos Damage", statOrderKey = "1445", statOrder = { 1445 }, level = 87, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ChaosDamageAsPortionOfDamageUnique__1"] = { affix = "", "Gain (13-15)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1445", statOrder = { 1445 }, level = 1, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ChaosDamageAsPortionOfFireDamageUnique__1"] = { affix = "", "Gain 5% of Fire Damage as Extra Chaos Damage", statOrderKey = "1451", statOrder = { 1451 }, level = 1, group = "ChaosDamageAsPortionOfFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ChaosDamageAsPortionOfColdDamageUnique__1"] = { affix = "", "Gain 5% of Cold Damage as Extra Chaos Damage", statOrderKey = "1450", statOrder = { 1450 }, level = 1, group = "ChaosDamageAsPortionOfColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["ChaosDamageAsPortionOfLightningDamageUnique__1"] = { affix = "", "Gain 5% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1448", statOrder = { 1448 }, level = 1, group = "ChaosDamageAsPortionOfLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["PhysicalDamageTakenAsLightningPercentUniqueBodyStrDex2"] = { affix = "", "30% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1909", statOrder = { 1909 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, + ["MainHandChanceToIgniteUniqueOneHandAxe2"] = { affix = "", "25% chance to Ignite when in Main Hand", statOrderKey = "2190", statOrder = { 2190 }, level = 1, group = "MainHandChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["OffHandChillDurationUniqueOneHandAxe2"] = { affix = "", "100% increased Chill Duration on Enemies when in Off Hand", statOrderKey = "2191", statOrder = { 2191 }, level = 1, group = "OffHandChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["BurningDamageToChilledEnemiesUniqueOneHandAxe2"] = { affix = "", "100% increased Damage with Ignite inflicted on Chilled Enemies", statOrderKey = "5376", statOrder = { 5376 }, level = 1, group = "BurningDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["TrapThrowSpeedUniqueBootsDex6"] = { affix = "", "(14-18)% increased Trap Throwing Speed", statOrderKey = "1438", statOrder = { 1438 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["TrapThrowSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Trap Throwing Speed", statOrderKey = "1438", statOrder = { 1438 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedOnTrapThrowUniqueBootsDex6"] = { affix = "", "30% increased Movement Speed for 9 seconds on Throwing a Trap", statOrderKey = "2195", statOrder = { 2195 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedOnTrapThrowUnique__1"] = { affix = "", "15% increased Movement Speed for 9 seconds on Throwing a Trap", statOrderKey = "2195", statOrder = { 2195 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["DisplaySupportedByTrapUniqueBootsDex6"] = { affix = "", "Socketed Gems are Supported by Level 11 Trap", statOrderKey = "223", statOrder = { 223 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByTrapUniqueBootsDex6Royale_"] = { affix = "", "Socketed Gems are Supported by Level 1 Trap", statOrderKey = "223", statOrder = { 223 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByTrapUniqueStaff4"] = { affix = "", "Socketed Gems are Supported by Level 8 Trap", statOrderKey = "223", statOrder = { 223 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap", statOrderKey = "223", statOrder = { 223 }, level = 40, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["TrapDurationUniqueBelt6"] = { affix = "", "80% reduced Trap Duration", statOrderKey = "1434", statOrder = { 1434 }, level = 47, group = "TrapDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TrapDurationUnique__1"] = { affix = "", "10% reduced Trap Duration", statOrderKey = "1434", statOrder = { 1434 }, level = 1, group = "TrapDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TrapDamageUniqueBelt6"] = { affix = "", "(30-40)% increased Trap Damage", statOrderKey = "756", statOrder = { 756 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TrapDamageUniqueShieldDexInt1"] = { affix = "", "(18-28)% increased Trap Damage", statOrderKey = "756", statOrder = { 756 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TrapDamageUnique___1"] = { affix = "", "(15-25)% increased Trap Damage", statOrderKey = "756", statOrder = { 756 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChanceToFreezeShockIgniteUniqueRing21"] = { affix = "", "10% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUniqueDescentWand1"] = { affix = "", "4% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUniqueHelmetDexInt4"] = { affix = "", "5% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUniqueAmulet19"] = { affix = "", "5% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteDescentUniqueQuiver1"] = { affix = "", "10% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUnique__1"] = { affix = "", "(5-10)% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["DamageWhileIgnitedUniqueRing18"] = { affix = "", "30% increased Damage while Ignited", statOrderKey = "2226", statOrder = { 2226 }, level = 1, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageWhileIgnitedUnique__1"] = { affix = "", "(50-70)% increased Damage while Ignited", statOrderKey = "2226", statOrder = { 2226 }, level = 85, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ArmourWhileFrozenUniqueRing18"] = { affix = "", "+5000 to Armour while Frozen", statOrderKey = "2227", statOrder = { 2227 }, level = 1, group = "ArmourWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["ManaLeechOnShockedEnemiesUniqueRing19"] = { affix = "", "5% of Damage against Shocked Enemies Leeched as Mana", statOrderKey = "1239", statOrder = { 1239 }, level = 1, group = "ManaLeechOnShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaLeechPermyriadOnShockedEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Mana against Frozen Enemies", statOrderKey = "6117", statOrder = { 6117 }, level = 1, group = "ManaLeechOnShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldLeechPermyriadOnFrozenEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Energy Shield against Frozen Enemies", statOrderKey = "4883", statOrder = { 4883 }, level = 1, group = "EnergyShieldLeechPermyriadOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifeLeechOnFrozenEnemiesUniqueRing19"] = { affix = "", "5% of Damage against Frozen Enemies Leeched as Life", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeLeechPermyriadOnFrozenEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1216", statOrder = { 1216 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DamageOnRareMonstersUniqueBelt7"] = { affix = "", "(20-30)% increased Damage with Hits against Rare monsters", statOrderKey = "2231", statOrder = { 2231 }, level = 1, group = "DamageOnRareMonsters", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageOnMagicMonstersUnique__1_"] = { affix = "", "(20-30)% increased Damage with Hits against Magic monsters", statOrderKey = "4675", statOrder = { 4675 }, level = 1, group = "DamageOnMagicMonsters", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamagePerStatusAilmentOnEnemiesUniqueRing21"] = { affix = "", "20% increased Damage with Hits and Ailments per Freeze, Shock or Ignite on Enemy", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "DamagePerStatusAilmentOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ShrineBuffEffectUniqueHelmetDexInt3"] = { affix = "", "75% increased Effect of Shrine Buffs on you", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShrineBuffEffectUniqueHelmetDexInt3Royale_"] = { affix = "", "25% increased Effect of Shrine Buffs on you", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShrineBuffEffectUnique__1"] = { affix = "", "(50-75)% increased Effect of Shrine Buffs on you", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShrineBuffEffectUnique__1Royale"] = { affix = "", "(25-50)% increased Effect of Shrine Buffs on you", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShrineEffectDurationUniqueHelmetDexInt3"] = { affix = "", "50% increased Duration of Shrine Effects on you", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "ShrineEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShrineEffectDurationUniqueHelmetDexInt3Royale"] = { affix = "", "50% reduced Duration of Shrine Effects on you", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "ShrineEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalFlaskLifeOnFlaskDurationEndUniqueFlask3"] = { affix = "", "Recover Full Life at the end of the Flask Effect", statOrderKey = "537", statOrder = { 537 }, level = 1, group = "LocalFlaskLifeOnFlaskDurationEnd", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["LocalFlaskNoManaCostWhileHealingUniqueFlask4"] = { affix = "", "Your Skills Cost no Mana during Flask effect", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "LocalFlaskNoManaCostWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["ShockNearbyEnemyOnShockedKillUniqueRing20"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrderKey = "2238", statOrder = { 2238 }, level = 25, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockNearbyEnemyOnShockedKillUniqueDescentTwoHandSword1_"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrderKey = "2238", statOrder = { 2238 }, level = 1, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IgniteNearbyEnemyOnIgnitedKillUniqueRing20"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrderKey = "2239", statOrder = { 2239 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteNearbyEnemyOnIgnitedKillUnique__1"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrderKey = "2239", statOrder = { 2239 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["GainRareMonsterModsOnKillUniqueBelt7_"] = { affix = "", "When you Kill a Rare monster, you gain its Modifiers for 20 seconds", statOrderKey = "2240", statOrder = { 2240 }, level = 1, group = "GainRareMonsterModsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainMagicMonsterModsOnKillUnique__1_"] = { affix = "", "20% chance when you Kill a Magic Monster to gain", "its Non-Bloodline Modifiers for 20 seconds", statOrderKey = "5070,5070.1", statOrder = { 5070, 5070.1 }, level = 1, group = "GainMagicMonsterModsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedManaRegenerationUniqueBelt8"] = { affix = "", "Regenerate (8-10) Mana per second", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUniqueDescentWand1"] = { affix = "", "Regenerate 2 Mana per second", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUniqueJewel10"] = { affix = "", "Regenerate 3 Mana per second", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUnique__1"] = { affix = "", "Regenerate (3-6) Mana per second", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUnique__2"] = { affix = "", "Regenerate (8-10) Mana per second", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ArmourWhileNotIgnitedFrozenShockedBelt8"] = { affix = "", "40% increased Armour while not Ignited, Frozen or Shocked", statOrderKey = "2241", statOrder = { 2241 }, level = 1, group = "ArmourWhileNotIgnitedFrozenShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["ManaShield"] = { affix = "", "Mind Over Matter", statOrderKey = "7668", statOrder = { 7668 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["DamageTakenFromManaBeforeLifeUniqueBodyDexInt2"] = { affix = "", "10% of Damage is taken from Mana before Life", statOrderKey = "2119", statOrder = { 2119 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ElementalResistancePerEnduranceChargeDescentShield1"] = { affix = "", "+3% to all Elemental Resistances per Endurance Charge", statOrderKey = "1163", statOrder = { 1163 }, level = 1, group = "ElementalResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["CastSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "9% increased Cast Speed when on Full Life", statOrderKey = "1505", statOrder = { 1505 }, level = 1, group = "CastSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["CastSpeedOnLowLifeUniqueDescentHelmet1"] = { affix = "", "20% increased Cast Speed when on Low Life", statOrderKey = "1504", statOrder = { 1504 }, level = 1, group = "CastSpeedOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["MaximumCriticalStrikeChanceUniqueAmulet17"] = { affix = "", "50% maximum Critical Strike Chance", statOrderKey = "2168", statOrder = { 2168 }, level = 1, group = "MaximumCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DamagePerStrengthInMainHandUniqueSceptre6"] = { affix = "", "1% increased Damage per 8 Strength when in Main Hand", statOrderKey = "2199", statOrder = { 2199 }, level = 1, group = "DamagePerStrengthInMainHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ArmourPerStrengthInOffHandUniqueSceptre6"] = { affix = "", "1% increased Armour per 16 Strength when in Off Hand", statOrderKey = "2200", statOrder = { 2200 }, level = 1, group = "ArmourPerStrengthInOffHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["DisplaySocketedGemsSupportedByIronWillUniqueSceptre6"] = { affix = "", "Socketed Gems are Supported by Level 30 Iron Will", statOrderKey = "259", statOrder = { 259 }, level = 1, group = "DisplaySocketedGemsSupportedByIronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByIronWillUniqueOneHandMace3"] = { affix = "", "Socketed Gems have Iron Will", statOrderKey = "292", statOrder = { 292 }, level = 1, group = "DisplaySocketedGemsSupportedByIronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LessCriticalStrikeChanceAmulet17"] = { affix = "", "-40% less Critical Strike Chance", statOrderKey = "2248", statOrder = { 2248 }, level = 1, group = "CriticalStrikeChanceFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChanceToDodgeUniqueBodyStrDex3"] = { affix = "", "6% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeUniqueBootsDex7"] = { affix = "", "8% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeUniqueJewel46"] = { affix = "", "2% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeUniqueBodyDex1"] = { affix = "", "10% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeUniqueRing37"] = { affix = "", "(3-5)% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeUnique__1"] = { affix = "", "(6-10)% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeImplicitShield1"] = { affix = "", "2% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeImplicitShield2"] = { affix = "", "4% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsUniqueBodyDex1"] = { affix = "", "10% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsUnique__1"] = { affix = "", "(6-10)% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsUnique__2"] = { affix = "", "10% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsUnique__3_"] = { affix = "", "(7-8)% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsImplicitShield1"] = { affix = "", "2% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsImplicitShield2"] = { affix = "", "4% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["EnduranceChargeOnKillUniqueBodyStrDex3"] = { affix = "", "You gain an Endurance Charge on Kill", statOrderKey = "2251", statOrder = { 2251 }, level = 1, group = "EnduranceChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["LoseEnduranceChargesWhenHitUniqueBodyStrDex3"] = { affix = "", "You lose all Endurance Charges when Hit", statOrderKey = "2249", statOrder = { 2249 }, level = 1, group = "LoseEnduranceChargesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["GainOnslaughtWhenHitUniqueBodyStrDex3"] = { affix = "", "You gain Onslaught for 5 seconds per Endurance Charge when Hit", statOrderKey = "2264", statOrder = { 2264 }, level = 1, group = "GainOnslaughtWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RegenerateLifeOnCastUniqueWand4"] = { affix = "", "Regenerate (6-8) Life over 1 second when you Cast a Spell", statOrderKey = "2254", statOrder = { 2254 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["PhasingUniqueBootsStrDex4"] = { affix = "", "Phasing", statOrderKey = "2244", statOrder = { 2244 }, level = 1, group = "Phasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CullingCriticalStrikes"] = { affix = "", "Critical Strikes have Culling Strike", statOrderKey = "2853", statOrder = { 2853 }, level = 1, group = "CullingCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["IncreasedFireDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Fire Damage taken", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["ReducedFireDamageTakenUnique__1"] = { affix = "", "-20 Fire Damage taken from Hits", statOrderKey = "1734", statOrder = { 1734 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["FrenzyChargeOnIgniteUniqueTwoHandSword6"] = { affix = "", "Gain a Frenzy Charge if an Attack Ignites an Enemy", statOrderKey = "2259", statOrder = { 2259 }, level = 1, group = "FrenzyChargeOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["CullingAgainstBurningEnemiesUniqueTwoHandSword6"] = { affix = "", "Culling Strike against Burning Enemies", statOrderKey = "2258", statOrder = { 2258 }, level = 1, group = "CullingAgainstBurningEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosDamageTakenUniqueBodyStr4"] = { affix = "", "-(40-30) Chaos Damage taken", statOrderKey = "2261", statOrder = { 2261 }, level = 1, group = "ChaosDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["IncreasedCurseDurationUniqueShieldDex4"] = { affix = "", "Curse Skills have 100% increased Skill Effect Duration", statOrderKey = "4625", statOrder = { 4625 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedCurseDurationUniqueShieldStrDex2"] = { affix = "", "Curse Skills have 25% increased Skill Effect Duration", statOrderKey = "4625", statOrder = { 4625 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedCurseDurationUniqueHelmetInt9"] = { affix = "", "Curse Skills have (30-50)% increased Skill Effect Duration", statOrderKey = "4625", statOrder = { 4625 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, ["IncreaseSocketedCurseGemLevelUniqueShieldDex4"] = { affix = "", "+1 to Level of Socketed Curse Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, ["IncreaseSocketedCurseGemLevelUniqueHelmetInt9"] = { affix = "", "+2 to Level of Socketed Curse Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, ["IncreaseSocketedCurseGemLevelUnique__1"] = { affix = "", "+1 to Level of Socketed Curse Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, ["IncreaseSocketedCurseGemLevelUnique__2"] = { affix = "", "+3 to Level of Socketed Curse Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, - ["PoisonSpreadAndHealOnPoisonedKillUniqueDagger8"] = { affix = "", "On Killing a Poisoned Enemy, nearby Enemies are Poisoned", "and nearby Allies Regenerate 200 Life per second", statOrderKey = "2152,2153", statOrder = { 2152, 2153 }, level = 82, group = "PoisonSpreadAndHealOnPoisonedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "resource", "life", "chaos", "ailment" }, }, - ["IncreasedSelfCurseDurationUniqueShieldStrDex2"] = { affix = "", "100% increased Duration of Curses on you", statOrderKey = "1533", statOrder = { 1533 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ReducedSelfCurseDurationUniqueShieldDex3"] = { affix = "", "50% reduced Duration of Curses on you", statOrderKey = "1533", statOrder = { 1533 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3"] = { affix = "", "+50% to Chaos Resistance during any Flask Effect", statOrderKey = "2607", statOrder = { 2607 }, level = 1, group = "ChaosResistanceWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos", "resistance" }, }, - ["SetElementalResistancesUniqueHelmetStrInt4"] = { affix = "", "Elemental Resistances are Zero", statOrderKey = "2136", statOrder = { 2136 }, level = 1, group = "SetElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllDefencesUniqueHelmetStrInt4_"] = { affix = "", "(18-22)% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["AllDefencesVictorAmulet"] = { affix = "", "(5-10)% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["AllDefencesUnique__1"] = { affix = "", "5% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["AllDefencesUnique__2"] = { affix = "", "100% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["AllDefencesUnique__3"] = { affix = "", "100% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["AllDefencesUnique__4"] = { affix = "", "(15-20)% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["DodgeImplicitMarakethSword1"] = { affix = "", "4% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["DodgeImplicitMarakethSword2"] = { affix = "", "6% chance to Dodge Attack Hits", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["AllDefensesImplicitJetRing"] = { affix = "", "(5-10)% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["LightningDamageOnBlockUniqueHelmetStrInt4"] = { affix = "", "Reflects 1 to (180-220) Lightning Damage to Attackers on Block", statOrderKey = "1896", statOrder = { 1896 }, level = 1, group = "LightningDamageOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DuplicatesRingStats"] = { affix = "", "Duplicates your other ring", statOrderKey = "2155", statOrder = { 2155 }, level = 1, group = "DuplicatesRingStats", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DegenerationDamageUniqueDagger8"] = { affix = "", "30% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageEssence_1"] = { affix = "", "(14-20)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageUnique__1"] = { affix = "", "25% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageUnique__2"] = { affix = "", "(20-30)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageUnique__3"] = { affix = "", "(30-40)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageUnique__4__"] = { affix = "", "(8-12)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageUnique__5"] = { affix = "", "(20-30)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageImplicit1"] = { affix = "", "(14-18)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 85, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["FishingExoticFishUniqueFishingRod1"] = { affix = "", "You can catch Exotic Fish", statOrderKey = "2156", statOrder = { 2156 }, level = 1, group = "CannotCatchExoticFish", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireShocksUniqueHelmetDexInt4"] = { affix = "", "Your Fire Damage can Shock but not Ignite", statOrderKey = "2158", statOrder = { 2158 }, level = 1, group = "FireShocks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "ailment" }, }, - ["ColdIgnitesUniqueHelmetDexInt4_"] = { affix = "", "Your Cold Damage can Ignite but not Freeze or Chill", statOrderKey = "2159", statOrder = { 2159 }, level = 1, group = "ColdIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, }, - ["LightningFreezesUniqueHelmetDexInt4"] = { affix = "", "Your Lightning Damage can Freeze but not Shock", statOrderKey = "2160", statOrder = { 2160 }, level = 1, group = "LightningFreezes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "ailment" }, }, - ["SocketedCursesAreReflectedUniqueGlovesStrInt1"] = { affix = "", "Hexes applied by Socketed Curse Skills are Reflected back to you", statOrderKey = "288", statOrder = { 288 }, level = 1, group = "SocketedCursesAreReflected", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, - ["ChillImmunityWhenChilledUniqueGlovesStrInt1"] = { affix = "", "You cannot be Chilled for 3 seconds after being Chilled", statOrderKey = "2194", statOrder = { 2194 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeImmunityWhenFrozenUniqueGlovesStrInt1"] = { affix = "", "You cannot be Frozen for 3 seconds after being Frozen", statOrderKey = "2196", statOrder = { 2196 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["IgniteImmunityWhenIgnitedUniqueGlovesStrInt1"] = { affix = "", "You cannot be Ignited for 3 seconds after being Ignited", statOrderKey = "2197", statOrder = { 2197 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ShockImmunityWhenShockedUniqueGlovesStrInt1"] = { affix = "", "You cannot be Shocked for 3 seconds after being Shocked", statOrderKey = "2198", statOrder = { 2198 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["GrantFrenzyChargesToAlliesOnDeathUniqueGlovesStrInt1"] = { affix = "", "You grant (4-6) Frenzy Charges to allies on Death", statOrderKey = "2200", statOrder = { 2200 }, level = 1, group = "GrantFrenzyChargesToAlliesOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["PowerChargeOnNonCritUniqueRing17"] = { affix = "", "Gain a Power Charge on Non-Critical Strike", statOrderKey = "2201", statOrder = { 2201 }, level = 1, group = "PowerChargeOnNonCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ConsumeAllPowerChargesOnCritUniqueRing17"] = { affix = "", "Lose all Power Charges on Critical Strike", statOrderKey = "2202", statOrder = { 2202 }, level = 75, group = "ConsumeAllPowerChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["CastSocketedLightningSpellsOnHit"] = { affix = "", "Trigger a Socketed Lightning Spell on Hit, with a 0.15 second Cooldown", "Socketed Lightning Spells deal 100% increased Spell Damage if Triggered", statOrderKey = "494,494.1", statOrder = { 494, 494.1 }, level = 1, group = "CastSocketedLightningSpellsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster" }, }, - ["UndyingBreathCurseAuraUniqueStaff5"] = { affix = "", "18% increased Effect of Curses on you", statOrderKey = "1532", statOrder = { 1532 }, level = 1, group = "UndyingBreathCurseAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["UndyingBreathCurseAuraDisplayUniqueStaff5"] = { affix = "", "Nearby Enemies have 18% increased Effect of Curses on them", statOrderKey = "1994", statOrder = { 1994 }, level = 1, group = "UndyingBreathCurseAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "aura", "curse" }, }, - ["UndyingBreathDamageAuraUniqueStaff5"] = { affix = "", "18% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "UndyingBreathDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["UndyingBreathDamageAuraDisplayUniqueStaff5"] = { affix = "", "Nearby allies gain 18% increased Damage", statOrderKey = "2207", statOrder = { 2207 }, level = 1, group = "UndyingBreathDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["CurseAreaOfEffectUniqueStaff5"] = { affix = "", "18% increased Area of Effect of Hex Skills", statOrderKey = "1585", statOrder = { 1585 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseAreaOfEffectUniqueQuiver5"] = { affix = "", "40% reduced Area of Effect of Hex Skills", statOrderKey = "1585", statOrder = { 1585 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseAreaOfEffectUnique__1"] = { affix = "", "60% increased Area of Effect of Hex Skills", statOrderKey = "1585", statOrder = { 1585 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseAreaOfEffectUnique__2_"] = { affix = "", "60% increased Area of Effect of Hex Skills", statOrderKey = "1585", statOrder = { 1585 }, level = 76, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["AuraIncreasedIncreasedAreaOfEffectUniqueStaff5"] = { affix = "", "18% increased Area of Effect of Aura Skills", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["DamageTakenUniqueStaff5"] = { affix = "", "18% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["AuraEffectGlobalUnique__1"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["AttackSpeedPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "2% increased Attack Speed per Frenzy Charge", statOrderKey = "1411", statOrder = { 1411 }, level = 1, group = "AttackSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["AccuracyRatingPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "6% increased Accuracy Rating per Frenzy Charge", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["FrenzyChargeDurationPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "10% reduced Frenzy Charge Duration per Frenzy Charge", statOrderKey = "1413", statOrder = { 1413 }, level = 1, group = "FrenzyChargeDurationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["PoisonDotMultiplierPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "+5% to Damage over Time Multiplier for Poison per Frenzy Charge", statOrderKey = "6915", statOrder = { 6915 }, level = 1, group = "PoisonDotMultiplierPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["AtMaximumFrenzyChargesPoisonUniqueGlovesDexInt5"] = { affix = "", "While at maximum Frenzy Charges, Attacks Poison Enemies", statOrderKey = "1414", statOrder = { 1414 }, level = 1, group = "AtMaximumFrenzyChargesPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["AtMaximumFrenzyChargesChanceToPoisonUnique_1_"] = { affix = "", "Attacks have 60% chance to Poison while at maximum Frenzy Charges", statOrderKey = "1415", statOrder = { 1415 }, level = 1, group = "AtMaximumFrenzyChargesPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["NecromanticAegisUniqueHelmetStrDex5"] = { affix = "", "All bonuses from an Equipped Shield apply to your Minions instead of you", statOrderKey = "1553", statOrder = { 1553 }, level = 1, group = "NecromanticAegis", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MinionBlockChanceUniqueHelmetStrDex5"] = { affix = "", "Minions have +10% Chance to Block Attack Damage", statOrderKey = "2204", statOrder = { 2204 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, - ["MinionLifeRegenerationUniqueHelmetStrDex5"] = { affix = "", "Minions Regenerate 2% of Life per second", statOrderKey = "2212", statOrder = { 2212 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeRegenerationUnique__1"] = { affix = "", "Minions Regenerate 1% of Life per second", statOrderKey = "2212", statOrder = { 2212 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionArmourUniqueHelmetStrDex5"] = { affix = "", "Minions have +(300-350) to Armour", statOrderKey = "2206", statOrder = { 2206 }, level = 1, group = "MinionArmour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "minion" }, }, - ["IncreasedAccuracyPercentImplicitQuiver7"] = { affix = "", "(20-30)% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 5, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentUnique__1"] = { affix = "", "(30-40)% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["DisplaySocketedSkillsChainUniqueOneHandMace3"] = { affix = "", "Socketed Gems Chain 1 additional times", statOrderKey = "290", statOrder = { 290 }, level = 1, group = "DisplaySocketedSkillsChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["PoisonSpreadAndHealOnPoisonedKillUniqueDagger8"] = { affix = "", "On Killing a Poisoned Enemy, nearby Enemies are Poisoned", "and nearby Allies Regenerate 200 Life per second", statOrderKey = "2273,2274", statOrder = { 2273, 2274 }, level = 82, group = "PoisonSpreadAndHealOnPoisonedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "resource", "life", "chaos", "ailment" }, }, + ["IncreasedSelfCurseDurationUniqueShieldStrDex2"] = { affix = "", "100% increased Duration of Curses on you", statOrderKey = "1675", statOrder = { 1675 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ReducedSelfCurseDurationUniqueShieldDex3"] = { affix = "", "50% reduced Duration of Curses on you", statOrderKey = "1675", statOrder = { 1675 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3"] = { affix = "", "+50% to Chaos Resistance during any Flask Effect", statOrderKey = "2718", statOrder = { 2718 }, level = 1, group = "ChaosResistanceWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos", "resistance" }, }, + ["SetElementalResistancesUniqueHelmetStrInt4"] = { affix = "", "Elemental Resistances are Zero", statOrderKey = "2257", statOrder = { 2257 }, level = 1, group = "SetElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllDefencesUniqueHelmetStrInt4_"] = { affix = "", "(18-22)% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesVictorAmulet"] = { affix = "", "(5-10)% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__1"] = { affix = "", "5% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__2"] = { affix = "", "100% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__3"] = { affix = "", "100% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__4"] = { affix = "", "(15-20)% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["DodgeImplicitMarakethSword1"] = { affix = "", "4% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["DodgeImplicitMarakethSword2"] = { affix = "", "6% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["AllDefensesImplicitJetRing"] = { affix = "", "(5-10)% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["LightningDamageOnBlockUniqueHelmetStrInt4"] = { affix = "", "Reflects 1 to (180-220) Lightning Damage to Attackers on Block", statOrderKey = "2038", statOrder = { 2038 }, level = 1, group = "LightningDamageOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DuplicatesRingStats"] = { affix = "", "Duplicates your other ring", statOrderKey = "2276", statOrder = { 2276 }, level = 1, group = "DuplicatesRingStats", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DegenerationDamageUniqueDagger8"] = { affix = "", "30% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageEssence_1"] = { affix = "", "(14-20)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__1"] = { affix = "", "25% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__2"] = { affix = "", "(20-30)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__3"] = { affix = "", "(30-40)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__4__"] = { affix = "", "(8-12)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__5"] = { affix = "", "(20-30)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageImplicit1"] = { affix = "", "(14-18)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 85, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["FishingExoticFishUniqueFishingRod1"] = { affix = "", "You can catch Exotic Fish", statOrderKey = "2277", statOrder = { 2277 }, level = 1, group = "CannotCatchExoticFish", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireShocksUniqueHelmetDexInt4"] = { affix = "", "Your Fire Damage can Shock but not Ignite", statOrderKey = "2279", statOrder = { 2279 }, level = 1, group = "FireShocks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "ailment" }, }, + ["ColdIgnitesUniqueHelmetDexInt4_"] = { affix = "", "Your Cold Damage can Ignite but not Freeze or Chill", statOrderKey = "2280", statOrder = { 2280 }, level = 1, group = "ColdIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, }, + ["LightningFreezesUniqueHelmetDexInt4"] = { affix = "", "Your Lightning Damage can Freeze but not Shock", statOrderKey = "2281", statOrder = { 2281 }, level = 1, group = "LightningFreezes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "ailment" }, }, + ["SocketedCursesAreReflectedUniqueGlovesStrInt1"] = { affix = "", "Hexes applied by Socketed Curse Skills are Reflected back to you", statOrderKey = "291", statOrder = { 291 }, level = 1, group = "SocketedCursesAreReflected", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["ChillImmunityWhenChilledUniqueGlovesStrInt1"] = { affix = "", "You cannot be Chilled for 3 seconds after being Chilled", statOrderKey = "2315", statOrder = { 2315 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeImmunityWhenFrozenUniqueGlovesStrInt1"] = { affix = "", "You cannot be Frozen for 3 seconds after being Frozen", statOrderKey = "2317", statOrder = { 2317 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IgniteImmunityWhenIgnitedUniqueGlovesStrInt1"] = { affix = "", "You cannot be Ignited for 3 seconds after being Ignited", statOrderKey = "2318", statOrder = { 2318 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ShockImmunityWhenShockedUniqueGlovesStrInt1"] = { affix = "", "You cannot be Shocked for 3 seconds after being Shocked", statOrderKey = "2319", statOrder = { 2319 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["GrantFrenzyChargesToAlliesOnDeathUniqueGlovesStrInt1"] = { affix = "", "You grant (4-6) Frenzy Charges to allies on Death", statOrderKey = "2321", statOrder = { 2321 }, level = 1, group = "GrantFrenzyChargesToAlliesOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["PowerChargeOnNonCritUniqueRing17"] = { affix = "", "Gain a Power Charge on Non-Critical Strike", statOrderKey = "2322", statOrder = { 2322 }, level = 1, group = "PowerChargeOnNonCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ConsumeAllPowerChargesOnCritUniqueRing17"] = { affix = "", "Lose all Power Charges on Critical Strike", statOrderKey = "2323", statOrder = { 2323 }, level = 75, group = "ConsumeAllPowerChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["CastSocketedLightningSpellsOnHit"] = { affix = "", "Trigger a Socketed Lightning Spell on Hit, with a 0.15 second Cooldown", "Socketed Lightning Spells have no Cost if Triggered", statOrderKey = "498,498.1", statOrder = { 498, 498.1 }, level = 1, group = "CastSocketedLightningSpellsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster" }, }, + ["UndyingBreathCurseAuraUniqueStaff5"] = { affix = "", "18% increased Effect of Curses on you", statOrderKey = "1674", statOrder = { 1674 }, level = 1, group = "UndyingBreathCurseAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["UndyingBreathCurseAuraDisplayUniqueStaff5"] = { affix = "", "Nearby Enemies have 18% increased Effect of Curses on them", statOrderKey = "2121", statOrder = { 2121 }, level = 1, group = "UndyingBreathCurseAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "aura", "curse" }, }, + ["UndyingBreathDamageAuraUniqueStaff5"] = { affix = "", "18% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "UndyingBreathDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UndyingBreathDamageAuraDisplayUniqueStaff5"] = { affix = "", "Nearby allies gain 18% increased Damage", statOrderKey = "2328", statOrder = { 2328 }, level = 1, group = "UndyingBreathDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["CurseAreaOfEffectUniqueStaff5"] = { affix = "", "18% increased Area of Effect of Hex Skills", statOrderKey = "1727", statOrder = { 1727 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUniqueQuiver5"] = { affix = "", "40% reduced Area of Effect of Hex Skills", statOrderKey = "1727", statOrder = { 1727 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUnique__1"] = { affix = "", "60% increased Area of Effect of Hex Skills", statOrderKey = "1727", statOrder = { 1727 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUnique__2_"] = { affix = "", "60% increased Area of Effect of Hex Skills", statOrderKey = "1727", statOrder = { 1727 }, level = 76, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AuraIncreasedIncreasedAreaOfEffectUniqueStaff5"] = { affix = "", "18% increased Area of Effect of Aura Skills", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["DamageTakenUniqueStaff5"] = { affix = "", "18% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AuraEffectGlobalUnique__1"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AttackSpeedPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "2% increased Attack Speed per Frenzy Charge", statOrderKey = "1552", statOrder = { 1552 }, level = 1, group = "AttackSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AccuracyRatingPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "6% increased Accuracy Rating per Frenzy Charge", statOrderKey = "1553", statOrder = { 1553 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["FrenzyChargeDurationPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "10% reduced Frenzy Charge Duration per Frenzy Charge", statOrderKey = "1554", statOrder = { 1554 }, level = 1, group = "FrenzyChargeDurationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["PoisonDotMultiplierPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "+5% to Damage over Time Multiplier for Poison per Frenzy Charge", statOrderKey = "7051", statOrder = { 7051 }, level = 1, group = "PoisonDotMultiplierPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["AtMaximumFrenzyChargesPoisonUniqueGlovesDexInt5"] = { affix = "", "While at maximum Frenzy Charges, Attacks Poison Enemies", statOrderKey = "1555", statOrder = { 1555 }, level = 1, group = "AtMaximumFrenzyChargesPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["AtMaximumFrenzyChargesChanceToPoisonUnique_1_"] = { affix = "", "Attacks have 60% chance to Poison while at maximum Frenzy Charges", statOrderKey = "1556", statOrder = { 1556 }, level = 1, group = "AtMaximumFrenzyChargesPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["NecromanticAegisUniqueHelmetStrDex5"] = { affix = "", "All bonuses from an Equipped Shield apply to your Minions instead of you", statOrderKey = "1695", statOrder = { 1695 }, level = 1, group = "NecromanticAegis", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionBlockChanceUniqueHelmetStrDex5"] = { affix = "", "Minions have +10% Chance to Block Attack Damage", statOrderKey = "2325", statOrder = { 2325 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, + ["MinionLifeRegenerationUniqueHelmetStrDex5"] = { affix = "", "Minions Regenerate 2% of Life per second", statOrderKey = "2333", statOrder = { 2333 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeRegenerationUnique__1"] = { affix = "", "Minions Regenerate 1% of Life per second", statOrderKey = "2333", statOrder = { 2333 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionArmourUniqueHelmetStrDex5"] = { affix = "", "Minions have +(300-350) to Armour", statOrderKey = "2327", statOrder = { 2327 }, level = 1, group = "MinionArmour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "minion" }, }, + ["IncreasedAccuracyPercentImplicitQuiver7"] = { affix = "", "(20-30)% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 5, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentUnique__1"] = { affix = "", "(30-40)% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DisplaySocketedSkillsChainUniqueOneHandMace3"] = { affix = "", "Socketed Gems Chain 1 additional times", statOrderKey = "293", statOrder = { 293 }, level = 1, group = "DisplaySocketedSkillsChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, ["LocalIncreaseSocketedVaalGemLevelUniqueGlovesStrDex4"] = { affix = "", "+2 to Level of Socketed Vaal Gems", statOrderKey = "68", statOrder = { 68 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal", "gem" }, }, ["LocalIncreaseSocketedVaalGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Vaal Gems", statOrderKey = "68", statOrder = { 68 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal", "gem" }, }, ["RingHasOneSocket"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 7, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, @@ -3566,1636 +3671,1661 @@ return { ["HasOneSocketUnique__1"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["HasOneSocketUnique__2"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["HasTwoSocketsUnique__1"] = { affix = "", "Has 2 Sockets", statOrderKey = "29", statOrder = { 29 }, level = 57, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedProjectileDamageUniqueQuiver4"] = { affix = "", "(15-20)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUniqueStaff10"] = { affix = "", "(60-100)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUniqueBootsDexInt4"] = { affix = "", "(20-40)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique__5"] = { affix = "", "20% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique__1"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique__2"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique___3"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique___4"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique__6"] = { affix = "", "30% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique__7"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique___8"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique___9"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique___10_"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["SpellBlockPercentageUniqueQuiver4"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUniqueShieldDex6"] = { affix = "", "(8-12)% Chance to Block Spell Damage", statOrderKey = "599", statOrder = { 599 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SupportedByEchoUniqueStaff6"] = { affix = "", "Socketed Gems are Supported by Level 30 Greater Spell Echo", statOrderKey = "118", statOrder = { 118 }, level = 1, group = "DisplaySupportedByGreaterEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByEchoUniqueWand8"] = { affix = "", "Socketed Gems are Supported by Level 10 Spell Echo", statOrderKey = "181", statOrder = { 181 }, level = 1, group = "DisplaySupportedByEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByEchoUniqueWand8New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Spell Echo", statOrderKey = "249", statOrder = { 249 }, level = 1, group = "DisplaySupportedByEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SpellDodgeUniqueBootsDex7_"] = { affix = "", "(14-16)% chance to Dodge Spell Hits", statOrderKey = "1526", statOrder = { 1526 }, level = 85, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["FireDamageLifeLeechPerMyriadUniqueBelt9a_"] = { affix = "", "100% of Fire Damage Leeched as Life", statOrderKey = "1064", statOrder = { 1064 }, level = 85, group = "FireDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageLifeLeechPermyriadUniqueBelt9aNew"] = { affix = "", "0.6% of Fire Damage Leeched as Life", statOrderKey = "1065", statOrder = { 1065 }, level = 85, group = "FireDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["ColdDamageLifeLeechPerMyriadUniqueBelt9b"] = { affix = "", "100% of Cold Damage Leeched as Life", statOrderKey = "1066", statOrder = { 1066 }, level = 85, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageLifeLeechPermyriadUniqueBelt9bNew"] = { affix = "", "0.6% of Cold Damage Leeched as Life", statOrderKey = "1067", statOrder = { 1067 }, level = 85, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["LightningDamageLifeLeechPerMyriadUniqueBelt9c"] = { affix = "", "100% of Lightning Damage Leeched as Life", statOrderKey = "1068", statOrder = { 1068 }, level = 85, group = "LightningDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageLifeLeechPermyriadUniqueBelt9cNew"] = { affix = "", "0.6% of Lightning Damage Leeched as Life", statOrderKey = "1069", statOrder = { 1069 }, level = 85, group = "LightningDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["PhysicalDamageLifeLeechPerMyriadUniqueBelt9d"] = { affix = "", "100% of Physical Damage Leeched as Life", statOrderKey = "1062", statOrder = { 1062 }, level = 85, group = "PhysicalDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageLifeLeechPermyriadUniqueBelt9dNew"] = { affix = "", "0.6% of Physical Damage Leeched as Life", statOrderKey = "1063", statOrder = { 1063 }, level = 85, group = "PhysicalDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical" }, }, - ["IgniteChanceWhileUsingFlaskUniqueBelt9a"] = { affix = "", "(20-30)% chance to Ignite during any Flask Effect", statOrderKey = "2228", statOrder = { 2228 }, level = 85, group = "ChanceToIgnightWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, - ["FreezeChanceWhileUsingFlaskUniqueBelt9b"] = { affix = "", "(20-30)% chance to Freeze during any Flask Effect", statOrderKey = "2229", statOrder = { 2229 }, level = 85, group = "ChanceToFreezeWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, - ["ShockChanceWhileUsingFlaskUniqueBelt9c"] = { affix = "", "(20-30)% chance to Shock during any Flask Effect", statOrderKey = "2230", statOrder = { 2230 }, level = 85, group = "ChanceToShockWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, - ["ReducedStunThresholdWhileUsingFlaskUniqueBelt9d"] = { affix = "", "25% reduced Enemy Stun Threshold during any Flask Effect", statOrderKey = "2233", statOrder = { 2233 }, level = 85, group = "ReducedStunThresholdWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["AddedChaosDamageAsPercentOfPhysicalWhileUsingFlaskUniqueFlask5"] = { affix = "", "Gain (15-20)% of Physical Damage as Extra Chaos Damage during effect", statOrderKey = "2222", statOrder = { 2222 }, level = 85, group = "AddedChaosDamageAsPercentOfPhysicalWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["AddedChaosDamageAsPercentOfElementalWhileUsingFlaskUniqueFlask5"] = { affix = "", "Gain (10-15)% of Elemental Damage as Extra Chaos Damage during effect", statOrderKey = "2225", statOrder = { 2225 }, level = 85, group = "AddedChaosDamageAsPercentOfElementalWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, - ["ElementalDamagePercentAddedAsChaosUnique__1"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, - ["ElementalDamagePercentAddedAsChaosUnique__2"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, - ["ElementalDamagePercentAddedAsChaosUnique__3"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, - ["ElementalDamagePercentAddedAsChaosUnique__4"] = { affix = "", "Gain (5-8)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, - ["ChaosDamageLifeLeechPerMyriadWhileUsingFlaskUniqueFlask5"] = { affix = "", "1000% of Chaos Damage Leeched as Life during Flask effect", statOrderKey = "2220", statOrder = { 2220 }, level = 85, group = "ChaosDamageLifeLeechWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "chaos" }, }, - ["ChaosDamageLifeLeechPermyriadWhileUsingFlaskUniqueFlask5New"] = { affix = "", "2% of Chaos Damage Leeched as Life during Flask effect", statOrderKey = "2221", statOrder = { 2221 }, level = 85, group = "ChaosDamageLifeLeechWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "chaos" }, }, - ["FireDamageLifeLeechCorrupted"] = { affix = "", "100% of Fire Damage Leeched as Life", statOrderKey = "1064", statOrder = { 1064 }, level = 1, group = "FireDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["ColdDamageLifeLeechCorrupted_"] = { affix = "", "100% of Cold Damage Leeched as Life", statOrderKey = "1066", statOrder = { 1066 }, level = 1, group = "ColdDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["LightningDamageLifeLeechCorrupted"] = { affix = "", "100% of Lightning Damage Leeched as Life", statOrderKey = "1068", statOrder = { 1068 }, level = 1, group = "LightningDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["DamageConversionFireUnique__1"] = { affix = "", "60% of Physical Damage Converted to Fire Damage", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["AdditionalTrapsUnique__1"] = { affix = "", "Can have up to 1 additional Trap placed at a time", statOrderKey = "1610", statOrder = { 1610 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalTrapsUnique__2__"] = { affix = "", "Can have 5 fewer Traps placed at a time", statOrderKey = "1610", statOrder = { 1610 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalTrapsThresholdJewel"] = { affix = "", "Can have up to 1 additional Trap placed at a time", statOrderKey = "1610", statOrder = { 1610 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PierceCurruption"] = { affix = "", "Arrows Pierce 1 additional Target", statOrderKey = "3843", statOrder = { 3843 }, level = 1, group = "ArrowPierce", weightKey = { "bow", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["PierceChanceUniqueJewel41"] = { affix = "", "Projectiles Pierce an additional Target", statOrderKey = "6958", statOrder = { 6958 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalPierceUniqueJewel__1"] = { affix = "", "Projectiles Pierce an additional Target", statOrderKey = "1167", statOrder = { 1167 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CurseOnHitTemporalChainsUnique__1"] = { affix = "", "Curse Enemies with Temporal Chains on Hit, with 40% increased Effect", statOrderKey = "1831", statOrder = { 1831 }, level = 1, group = "CurseOnHitLevelTemporalChains", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseOnHitCriticalWeaknessUnique__1"] = { affix = "", "Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy", statOrderKey = "434", statOrder = { 434 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseOnHitCriticalWeaknessUniqueNewUnique__1"] = { affix = "", "Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy", statOrderKey = "467", statOrder = { 467 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["SupportedByCastOnStunUnique___1"] = { affix = "", "Socketed Gems are supported by Level 10 Cast when Stunned", statOrderKey = "238", statOrder = { 238 }, level = 15, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByMeleeSplashUnique__1_"] = { affix = "", "Socketed Gems are supported by Level 25 Melee Splash", statOrderKey = "236", statOrder = { 236 }, level = 1, group = "SupportedByMelee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByAddedFireDamageUnique__1_"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrderKey = "227", statOrder = { 227 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["PuritySkillUniqueAmulet22"] = { affix = "", "Grants Level 10 Purity of Elements Skill", statOrderKey = "366", statOrder = { 366 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HatredSkillUniqueDescentClaw1"] = { affix = "", "Grants Level 20 Hatred Skill", statOrderKey = "370", statOrder = { 370 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ChanceToBeCritJewelUnique__1"] = { affix = "", "Hits have (140-200)% increased Critical Strike Chance against you", statOrderKey = "2437", statOrder = { 2437 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ChanceToBeCritJewelUpdatedUnique__1"] = { affix = "", "Hits have (140-200)% increased Critical Strike Chance against you", statOrderKey = "2435", statOrder = { 2435 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["SilenceImmunityUnique__1"] = { affix = "", "You cannot be Cursed with Silence", statOrderKey = "2399", statOrder = { 2399 }, level = 36, group = "PlayerCurseImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["UniqueSpecialCorruptionAreaOfEffect_"] = { affix = "", "(15-25)% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionSkillEffectDuration"] = { affix = "", "(15-25)% increased Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionSocketedGemsManaMultiplier_"] = { affix = "", "Socketed Skill Gems get a 80% Cost & Reservation Multiplier", statOrderKey = "281", statOrder = { 281 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, - ["UniqueSpecialCorruptionCooldownRecoverySpeed__"] = { affix = "", "(8-12)% increased Cooldown Recovery Rate", statOrderKey = "3996", statOrder = { 3996 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionItemQuantity_"] = { affix = "", "(5-7)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionAdditionalProjectile"] = { affix = "", "Skills fire an additional Projectile", statOrderKey = "1169", statOrder = { 1169 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionAuraEffect"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["UniqueSpecialCorruptionCurseEffect___"] = { affix = "", "(10-15)% increased Effect of your Curses", statOrderKey = "1910", statOrder = { 1910 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedProjectileDamageUniqueQuiver4"] = { affix = "", "(15-20)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUniqueStaff10"] = { affix = "", "(60-100)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUniqueStaff10Royale"] = { affix = "", "(15-30)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUniqueBootsDexInt4"] = { affix = "", "(20-40)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__5"] = { affix = "", "20% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__1"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__2"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___3"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___4"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__6"] = { affix = "", "30% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__7"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___8"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___9"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___10_"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___10Royale_"] = { affix = "", "(10-30)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["SpellBlockPercentageUniqueQuiver4"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldDex6"] = { affix = "", "(8-12)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SupportedByEchoUniqueStaff6"] = { affix = "", "Socketed Gems are Supported by Level 30 Greater Spell Echo", statOrderKey = "121", statOrder = { 121 }, level = 1, group = "DisplaySupportedByGreaterEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByEchoUniqueWand8"] = { affix = "", "Socketed Gems are Supported by Level 10 Spell Echo", statOrderKey = "184", statOrder = { 184 }, level = 1, group = "DisplaySupportedByEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByEchoUniqueWand8New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Spell Echo", statOrderKey = "252", statOrder = { 252 }, level = 1, group = "DisplaySupportedByEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SpellDodgeUniqueBootsDex7_"] = { affix = "", "(14-16)% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 85, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["FireDamageLifeLeechPerMyriadUniqueBelt9a_"] = { affix = "", "100% of Fire Damage Leeched as Life", statOrderKey = "1206", statOrder = { 1206 }, level = 85, group = "FireDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageLifeLeechPermyriadUniqueBelt9aNew"] = { affix = "", "0.6% of Fire Damage Leeched as Life", statOrderKey = "1207", statOrder = { 1207 }, level = 85, group = "FireDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ColdDamageLifeLeechPerMyriadUniqueBelt9b"] = { affix = "", "100% of Cold Damage Leeched as Life", statOrderKey = "1208", statOrder = { 1208 }, level = 85, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageLifeLeechPermyriadUniqueBelt9bNew"] = { affix = "", "0.6% of Cold Damage Leeched as Life", statOrderKey = "1209", statOrder = { 1209 }, level = 85, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["LightningDamageLifeLeechPerMyriadUniqueBelt9c"] = { affix = "", "100% of Lightning Damage Leeched as Life", statOrderKey = "1210", statOrder = { 1210 }, level = 85, group = "LightningDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageLifeLeechPermyriadUniqueBelt9cNew"] = { affix = "", "0.6% of Lightning Damage Leeched as Life", statOrderKey = "1211", statOrder = { 1211 }, level = 85, group = "LightningDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["PhysicalDamageLifeLeechPerMyriadUniqueBelt9d"] = { affix = "", "100% of Physical Damage Leeched as Life", statOrderKey = "1204", statOrder = { 1204 }, level = 85, group = "PhysicalDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageLifeLeechPermyriadUniqueBelt9dNew"] = { affix = "", "0.6% of Physical Damage Leeched as Life", statOrderKey = "1205", statOrder = { 1205 }, level = 85, group = "PhysicalDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical" }, }, + ["IgniteChanceWhileUsingFlaskUniqueBelt9a"] = { affix = "", "(20-30)% chance to Ignite during any Flask Effect", statOrderKey = "2343", statOrder = { 2343 }, level = 85, group = "ChanceToIgnightWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["FreezeChanceWhileUsingFlaskUniqueBelt9b"] = { affix = "", "(20-30)% chance to Freeze during any Flask Effect", statOrderKey = "2344", statOrder = { 2344 }, level = 85, group = "ChanceToFreezeWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["ShockChanceWhileUsingFlaskUniqueBelt9c"] = { affix = "", "(20-30)% chance to Shock during any Flask Effect", statOrderKey = "2345", statOrder = { 2345 }, level = 85, group = "ChanceToShockWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ReducedStunThresholdWhileUsingFlaskUniqueBelt9d"] = { affix = "", "25% reduced Enemy Stun Threshold during any Flask Effect", statOrderKey = "2348", statOrder = { 2348 }, level = 85, group = "ReducedStunThresholdWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["AddedChaosDamageAsPercentOfPhysicalWhileUsingFlaskUniqueFlask5"] = { affix = "", "Gain (5-8)% of Physical Damage as Extra Chaos Damage during effect", statOrderKey = "660", statOrder = { 660 }, level = 85, group = "AddedChaosDamageAsPercentOfPhysicalWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["AddedChaosDamageAsPercentOfElementalWhileUsingFlaskUniqueFlask5"] = { affix = "", "Gain (5-8)% of Elemental Damage as Extra Chaos Damage during effect", statOrderKey = "652", statOrder = { 652 }, level = 85, group = "AddedChaosDamageAsPercentOfElementalWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__1"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1452", statOrder = { 1452 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__2"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1452", statOrder = { 1452 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__3"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1452", statOrder = { 1452 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__4"] = { affix = "", "Gain (5-8)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1452", statOrder = { 1452 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ChaosDamageLifeLeechPerMyriadWhileUsingFlaskUniqueFlask5"] = { affix = "", "1000% of Chaos Damage Leeched as Life during Flask effect", statOrderKey = "670", statOrder = { 670 }, level = 85, group = "ChaosDamageLifeLeechWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "chaos" }, }, + ["ChaosDamageLifeLeechPermyriadWhileUsingFlaskUniqueFlask5New"] = { affix = "", "2% of Chaos Damage Leeched as Life during Flask effect", statOrderKey = "656", statOrder = { 656 }, level = 85, group = "ChaosDamageLifeLeechWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "chaos" }, }, + ["FireDamageLifeLeechCorrupted"] = { affix = "", "100% of Fire Damage Leeched as Life", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "FireDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ColdDamageLifeLeechCorrupted_"] = { affix = "", "100% of Cold Damage Leeched as Life", statOrderKey = "1208", statOrder = { 1208 }, level = 1, group = "ColdDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["LightningDamageLifeLeechCorrupted"] = { affix = "", "100% of Lightning Damage Leeched as Life", statOrderKey = "1210", statOrder = { 1210 }, level = 1, group = "LightningDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["DamageConversionFireUnique__1"] = { affix = "", "60% of Physical Damage Converted to Fire Damage", statOrderKey = "1464", statOrder = { 1464 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["AdditionalTrapsUnique__1"] = { affix = "", "Can have up to 1 additional Trap placed at a time", statOrderKey = "1752", statOrder = { 1752 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalTrapsUnique__2__"] = { affix = "", "Can have 5 fewer Traps placed at a time", statOrderKey = "1752", statOrder = { 1752 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalTrapsThresholdJewel"] = { affix = "", "Can have up to 1 additional Trap placed at a time", statOrderKey = "1752", statOrder = { 1752 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PierceCurruption"] = { affix = "", "Arrows Pierce 1 additional Target", statOrderKey = "3945", statOrder = { 3945 }, level = 1, group = "ArrowPierce", weightKey = { "bow", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["PierceChanceUniqueJewel41"] = { affix = "", "Projectiles Pierce an additional Target", statOrderKey = "7095", statOrder = { 7095 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalPierceUniqueJewel__1"] = { affix = "", "Projectiles Pierce an additional Target", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CurseOnHitTemporalChainsUnique__1"] = { affix = "", "Curse Enemies with Temporal Chains on Hit, with 40% increased Effect", statOrderKey = "1973", statOrder = { 1973 }, level = 1, group = "CurseOnHitLevelTemporalChains", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseOnHitCriticalWeaknessUnique__1"] = { affix = "", "Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy", statOrderKey = "437", statOrder = { 437 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseOnHitCriticalWeaknessUniqueNewUnique__1"] = { affix = "", "Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy", statOrderKey = "471", statOrder = { 471 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["SupportedByCastOnStunUnique___1"] = { affix = "", "Socketed Gems are supported by Level 10 Cast when Stunned", statOrderKey = "241", statOrder = { 241 }, level = 15, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByMeleeSplashUnique__1_"] = { affix = "", "Socketed Gems are supported by Level 25 Melee Splash", statOrderKey = "239", statOrder = { 239 }, level = 1, group = "SupportedByMelee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByAddedFireDamageUnique__1_"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrderKey = "230", statOrder = { 230 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["PuritySkillUniqueAmulet22"] = { affix = "", "Grants Level 10 Purity of Elements Skill", statOrderKey = "369", statOrder = { 369 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HatredSkillUniqueDescentClaw1"] = { affix = "", "Grants Level 20 Hatred Skill", statOrderKey = "373", statOrder = { 373 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ChanceToBeCritJewelUnique__1"] = { affix = "", "Hits have (140-200)% increased Critical Strike Chance against you", statOrderKey = "2547", statOrder = { 2547 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChanceToBeCritJewelUpdatedUnique__1"] = { affix = "", "Hits have (140-200)% increased Critical Strike Chance against you", statOrderKey = "2545", statOrder = { 2545 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SilenceImmunityUnique__1"] = { affix = "", "You cannot be Cursed with Silence", statOrderKey = "2509", statOrder = { 2509 }, level = 36, group = "PlayerCurseImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["UniqueSpecialCorruptionAreaOfEffect_"] = { affix = "", "(15-25)% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionSkillEffectDuration"] = { affix = "", "(15-25)% increased Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionSocketedGemsManaMultiplier_"] = { affix = "", "Socketed Skill Gems get a 80% Cost & Reservation Multiplier", statOrderKey = "284", statOrder = { 284 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["UniqueSpecialCorruptionCooldownRecoverySpeed__"] = { affix = "", "(8-12)% increased Cooldown Recovery Rate", statOrderKey = "4102", statOrder = { 4102 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionItemQuantity_"] = { affix = "", "(5-7)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionAdditionalProjectile"] = { affix = "", "Skills fire an additional Projectile", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionAuraEffect"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["UniqueSpecialCorruptionCurseEffect___"] = { affix = "", "(10-15)% increased Effect of your Curses", statOrderKey = "2047", statOrder = { 2047 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, ["UniqueSpecialCorruptionSocketedGemLevel"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["UniqueSpecialCorruptionAllMinCharges"] = { affix = "", "+1 to Minimum Endurance, Frenzy and Power Charges", statOrderKey = "6676", statOrder = { 6676 }, level = 1, group = "MinimumEndurancePowerFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "power_charge", "frenzy_charge" }, }, - ["UniqueSpecialCorruptionNearbyEnemiesBlinded"] = { affix = "", "Nearby Enemies are Blinded", statOrderKey = "2714", statOrder = { 2714 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionNearbyEnemiesMalediction"] = { affix = "", "Nearby Enemies have Malediction", statOrderKey = "2716", statOrder = { 2716 }, level = 1, group = "NearbyEnemiesHaveMalediction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionNearbyEnemiesCrushed"] = { affix = "", "Nearby Enemies are Crushed", statOrderKey = "2715", statOrder = { 2715 }, level = 1, group = "NearbyEnemiesAreCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikesLeechInstantlyUniqueGlovesStr3"] = { affix = "", "Life and Mana Leech from Critical Strikes are instant", statOrderKey = "1847", statOrder = { 1847 }, level = 94, group = "CriticalStrikesLeechIsInstant", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["LocalArmourAndEvasionAndEnergyShieldUniqueBodyStrDexInt1i"] = { affix = "", "(270-340)% increased Armour, Evasion and Energy Shield", statOrderKey = "960", statOrder = { 960 }, level = 94, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, }, - ["MinionUnholyMightOnKillUniqueBodyInt9"] = { affix = "", "Minions gain Unholy Might for 10 seconds on Kill", statOrderKey = "2219", statOrder = { 2219 }, level = 1, group = "MinionUnholyMightOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ArrowPierceAppliesToProjectileDamageUniqueQuiver3"] = { affix = "", "Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce", statOrderKey = "3840", statOrder = { 3840 }, level = 45, group = "ArrowPierceAppliesToProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ArrowDamageAgainstPiercedTargetsUnique__1"] = { affix = "", "Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce", statOrderKey = "3839", statOrder = { 3839 }, level = 45, group = "ArrowDamageAgainstPiercedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["OnslaughtOnVaalSkillUseUniqueGlovesStrDex4"] = { affix = "", "You gain Onslaught for 5 seconds on using a Vaal Skill", statOrderKey = "2226", statOrder = { 2226 }, level = 1, group = "OnslaughtOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["ElementalDamageLeechedAsLifeUniqueSceptre7"] = { affix = "", "100% of Elemental Damage Leeched as Life", statOrderKey = "1071", statOrder = { 1071 }, level = 1, group = "ElementalDamageLeechedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ElementalDamageLeechedAsLifePermyriadUniqueSceptre7_"] = { affix = "", "0.2% of Elemental Damage Leeched as Life", statOrderKey = "1072", statOrder = { 1072 }, level = 1, group = "ElementalDamageLeechedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UniqueSpecialCorruptionAllMinCharges"] = { affix = "", "+1 to Minimum Endurance, Frenzy and Power Charges", statOrderKey = "6809", statOrder = { 6809 }, level = 1, group = "MinimumEndurancePowerFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "power_charge", "frenzy_charge" }, }, + ["UniqueSpecialCorruptionNearbyEnemiesBlinded"] = { affix = "", "Nearby Enemies are Blinded", statOrderKey = "2814", statOrder = { 2814 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionNearbyEnemiesMalediction"] = { affix = "", "Nearby Enemies have Malediction", statOrderKey = "2816", statOrder = { 2816 }, level = 1, group = "NearbyEnemiesHaveMalediction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionNearbyEnemiesCrushed"] = { affix = "", "Nearby Enemies are Crushed", statOrderKey = "2815", statOrder = { 2815 }, level = 1, group = "NearbyEnemiesAreCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikesLeechInstantlyUniqueGlovesStr3"] = { affix = "", "Life and Mana Leech from Critical Strikes are instant", statOrderKey = "1989", statOrder = { 1989 }, level = 94, group = "CriticalStrikesLeechIsInstant", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["LocalArmourAndEvasionAndEnergyShieldUniqueBodyStrDexInt1i"] = { affix = "", "(270-340)% increased Armour, Evasion and Energy Shield", statOrderKey = "1102", statOrder = { 1102 }, level = 94, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, }, + ["MinionUnholyMightOnKillUniqueBodyInt9"] = { affix = "", "Minions gain Unholy Might for 10 seconds on Kill", statOrderKey = "2340", statOrder = { 2340 }, level = 1, group = "MinionUnholyMightOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ArrowPierceAppliesToProjectileDamageUniqueQuiver3"] = { affix = "", "Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce", statOrderKey = "3942", statOrder = { 3942 }, level = 45, group = "ArrowPierceAppliesToProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ArrowDamageAgainstPiercedTargetsUnique__1"] = { affix = "", "Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce", statOrderKey = "3941", statOrder = { 3941 }, level = 45, group = "ArrowDamageAgainstPiercedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["OnslaughtOnVaalSkillUseUniqueGlovesStrDex4"] = { affix = "", "You gain Onslaught for 5 seconds on using a Vaal Skill", statOrderKey = "2341", statOrder = { 2341 }, level = 1, group = "OnslaughtOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["ElementalDamageLeechedAsLifeUniqueSceptre7"] = { affix = "", "100% of Elemental Damage Leeched as Life", statOrderKey = "1213", statOrder = { 1213 }, level = 1, group = "ElementalDamageLeechedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ElementalDamageLeechedAsLifePermyriadUniqueSceptre7_"] = { affix = "", "0.2% of Elemental Damage Leeched as Life", statOrderKey = "1214", statOrder = { 1214 }, level = 1, group = "ElementalDamageLeechedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrderKey = "69", statOrder = { 69 }, level = 94, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedSupportGemLevelUniqueStaff12"] = { affix = "", "+1 to Level of Socketed Support Gems", statOrderKey = "69", statOrder = { 69 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["LocalIncreaseSocketedSupportGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrderKey = "69", statOrder = { 69 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["AdditionalChainUniqueOneHandMace3"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1166", statOrder = { 1166 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalChainUnique__1"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1166", statOrder = { 1166 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalChainUnique__2"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1166", statOrder = { 1166 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CurseTransferOnKillUniqueQuiver5"] = { affix = "", "Hexes on Slain Enemies are transferred to a nearby Enemy", statOrderKey = "2240", statOrder = { 2240 }, level = 5, group = "CurseTransferOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["AdditionalMeleeDamageToBurningEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Ignited Enemies", statOrderKey = "667", statOrder = { 667 }, level = 1, group = "MeleeDamageToBurningEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["AdditionalMeleeDamageToShockedEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Shocked Enemies", statOrderKey = "665", statOrder = { 665 }, level = 1, group = "MeleeDamageToShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["AdditionalMeleeDamageToFrozenEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Frozen Enemies", statOrderKey = "663", statOrder = { 663 }, level = 1, group = "MeleeDamageToFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ProjectileShockChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Shock", statOrderKey = "1998", statOrder = { 1998 }, level = 1, group = "ProjectileShockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ProjectileFreezeChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Freeze", statOrderKey = "1997", statOrder = { 1997 }, level = 1, group = "ProjectileFreezeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ProjectileIgniteChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Ignite", statOrderKey = "1996", statOrder = { 1996 }, level = 1, group = "ProjectileIgniteChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SupportedByLifeLeechUniqueBodyStrInt5"] = { affix = "", "Socketed Gems are supported by Level 15 Life Leech", statOrderKey = "244", statOrder = { 244 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Life Leech", statOrderKey = "244", statOrder = { 244 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByChanceToBleedUnique__1"] = { affix = "", "Socketed Gems are supported by Level 1 Chance to Bleed", statOrderKey = "245", statOrder = { 245 }, level = 1, group = "SupportedByChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ElementalDamageTakenAsChaosUniqueBodyStrInt5"] = { affix = "", "25% of Elemental Damage from Hits taken as Chaos Damage", statOrderKey = "1771", statOrder = { 1771 }, level = 1, group = "ElementalDamageTakenAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos" }, }, - ["ArcaneVisionUniqueBodyStrInt5"] = { affix = "", "Light Radius is based on Energy Shield instead of Life", statOrderKey = "2036", statOrder = { 2036 }, level = 1, group = "ArcaneVision", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PhysicalDamageFromBeastsUniqueBodyDex6"] = { affix = "", "-(50-40) Physical Damage taken from Hits by Animals", statOrderKey = "2234", statOrder = { 2234 }, level = 1, group = "PhysicalDamageFromBeasts", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["WeaponLightningDamageUniqueOneHandMace3"] = { affix = "", "(30-40)% increased Lightning Damage with Attack Skills", statOrderKey = "5377", statOrder = { 5377 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["WeaponPhysicalDamageAddedAsRandomElementUniqueBow11"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2241", statOrder = { 2241 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["WeaponPhysicalDamageAddedAsRandomElementDescentUniqueQuiver1"] = { affix = "", "Gain 25% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2241", statOrder = { 2241 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["WeaponPhysicalDamageAddedAsRandomElementUnique__1__"] = { affix = "", "Gain 300% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2241", statOrder = { 2241 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["WeaponPhysicalDamageAddedAsColdOrLightningUnique__1"] = { affix = "", "Hits with this Weapon gain (75-100)% of Physical Damage as Extra Cold or Lightning Damage", statOrderKey = "3668", statOrder = { 3668 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "lightning", "attack" }, }, - ["DamageTakenPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "1% increased Damage taken per Frenzy Charge", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "DamageTakenPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreaseLightningDamagePerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "(15-20)% increased Lightning Damage per Frenzy Charge", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "IncreaseLightningDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LifeGainedOnEnemyDeathPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "+20 Life gained on Kill per Frenzy Charge", statOrderKey = "2238", statOrder = { 2238 }, level = 1, group = "LifeGainedOnEnemyDeathPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["CannotBeKnockedBack"] = { affix = "", "Cannot be Knocked Back", statOrderKey = "936", statOrder = { 936 }, level = 1, group = "CannotBeKnockedBack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnwaveringStance"] = { affix = "", "Unwavering Stance", statOrderKey = "7504", statOrder = { 7504 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["ReducedEnergyShieldRegenerationRateUniqueQuiver7"] = { affix = "", "40% reduced Energy Shield Recharge Rate", statOrderKey = "969", statOrder = { 969 }, level = 81, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalFlaskInstantRecoverPercentOfLifeUniqueFlask6"] = { affix = "", "Recover (75-100)% of Life on use", statOrderKey = "2243", statOrder = { 2243 }, level = 1, group = "LocalFlaskInstantRecoverPercentOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6"] = { affix = "", "8% of Maximum Life taken as Chaos Damage per second", statOrderKey = "2244", statOrder = { 2244 }, level = 1, group = "LocalFlaskChaosDamageWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, - ["PowerChargeOnKnockbackUniqueStaff7"] = { affix = "", "10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage", statOrderKey = "2245", statOrder = { 2245 }, level = 1, group = "PowerChargeOnKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "attack" }, }, - ["GrantsBearTrapUniqueShieldDexInt1"] = { affix = "", "Grants Level 25 Bear Trap Skill", statOrderKey = "349", statOrder = { 349 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["PowerChargeOnTrapThrowChanceUniqueShieldDexInt1"] = { affix = "", "25% chance to gain a Power Charge when you Throw a Trap", statOrderKey = "2246", statOrder = { 2246 }, level = 1, group = "PowerChargeOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["CritChancePercentPerStrengthUniqueOneHandSword8_"] = { affix = "", "1% increased Critical Strike Chance per 8 Strength", statOrderKey = "2247", statOrder = { 2247 }, level = 1, group = "CritChancePercentPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["IncreasedAttackSpeedWhileIgnitedUniqueRing24"] = { affix = "", "20% increased Attack Speed while Ignited", statOrderKey = "2250", statOrder = { 2250 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Attack Speed while Ignited", statOrderKey = "2250", statOrder = { 2250 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedCastSpeedWhileIgnitedUniqueRing24"] = { affix = "", "20% increased Cast Speed while Ignited", statOrderKey = "2251", statOrder = { 2251 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedWhileIgnitedUniqueJewel20_"] = { affix = "", "(10-20)% increased Cast Speed while Ignited", statOrderKey = "2251", statOrder = { 2251 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedChanceToIgniteUniqueRing24"] = { affix = "", "(5-10)% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IncreasedChanceToIgniteUniqueRing31"] = { affix = "", "10% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IncreasedChanceToBeIgnitedUniqueRing24"] = { affix = "", "+25% chance to be Ignited", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IncreasedChanceToBeIgnitedUnique__1"] = { affix = "", "+25% chance to be Ignited", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IncreasedChanceToIgniteUnique__1"] = { affix = "", "2% chance to Ignite", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["CausesPoisonOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Poison on Critical Strike", statOrderKey = "5859", statOrder = { 5859 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, }, - ["CausesPoisonOnCritUnique__1"] = { affix = "", "Melee Critical Strikes Poison the Enemy", statOrderKey = "2072", statOrder = { 2072 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, }, - ["BlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(14-20)% Chance to Block Attack Damage during Flask effect", statOrderKey = "2248", statOrder = { 2248 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, - ["BlockIncreasedDuringFlaskEffectUnique__1"] = { affix = "", "+(35-50)% Chance to Block Attack Damage during Flask effect", statOrderKey = "2248", statOrder = { 2248 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, - ["SpellBlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(6-10)% Chance to Block Spell Damage during Flask effect", statOrderKey = "2249", statOrder = { 2249 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, - ["SpellBlockIncreasedDuringFlaskEffectUnique__1_"] = { affix = "", "+(20-30)% Chance to Block Spell Damage during Flask effect", statOrderKey = "2249", statOrder = { 2249 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, - ["EvasionRatingIncreasesWeaponDamageUniqueOneHandSword9"] = { affix = "", "1% increased Attack Damage per 450 Evasion Rating", statOrderKey = "2255", statOrder = { 2255 }, level = 1, group = "EvasionRatingIncreasesWeaponDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["IncreasedDamageToIgnitedTargetsUniqueBootsStrInt3"] = { affix = "", "(25-40)% increased Damage against Ignited Enemies", statOrderKey = "2261", statOrder = { 2261 }, level = 1, group = "IncreasedDamageToIgnitedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MovementVelocityWhileOnFullEnergyShieldUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed while on Full Energy Shield", statOrderKey = "2277", statOrder = { 2277 }, level = 1, group = "MovementSpeedWhileOnFullEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChanceForEnemyToFleeOnBlockUniqueShieldDex4"] = { affix = "", "10% Chance to Cause Monster to Flee on Block", statOrderKey = "2268", statOrder = { 2268 }, level = 1, group = "ChanceForEnemyToFleeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["IncreasedChaosDamageUniqueBodyStrDex4"] = { affix = "", "(50-80)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUniqueCorruptedJewel2"] = { affix = "", "(15-20)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUniqueShieldDex7"] = { affix = "", "(20-30)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUnique__1"] = { affix = "", "(30-35)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUnique__2"] = { affix = "", "(80-100)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUnique__3"] = { affix = "", "(7-13)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUnique__4"] = { affix = "", "(60-80)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUnique__4_2"] = { affix = "", "(20-30)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUnique__5"] = { affix = "", "(20-40)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageImplicit1_"] = { affix = "", "(17-23)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 100, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedLifeLeechRateUniqueBodyStrDex4"] = { affix = "", "100% increased Recovery per second from Life Leech", statOrderKey = "1517", statOrder = { 1517 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeLeechRateUniqueAmulet20"] = { affix = "", "30% increased total Recovery per second from Life, Mana, or Energy Shield Leech", statOrderKey = "5329", statOrder = { 5329 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, - ["IncreasedLifeLeechRateUnique__1"] = { affix = "", "50% increased Recovery per second from Life Leech", statOrderKey = "1517", statOrder = { 1517 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ReducedLifeLeechRateUniqueJewel19"] = { affix = "", "(10-20)% reduced Recovery per second from Life Leech", statOrderKey = "1517", statOrder = { 1517 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SpellAddedChaosDamageUniqueWand7"] = { affix = "", "Adds (90-130) to (140-190) Chaos Damage to Spells", statOrderKey = "824", statOrder = { 824 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageUnique__1"] = { affix = "", "Adds (48-56) to (73-84) Chaos Damage to Spells", statOrderKey = "824", statOrder = { 824 }, level = 81, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageUnique__2"] = { affix = "", "Adds (16-21) to (31-36) Chaos Damage to Spells", statOrderKey = "824", statOrder = { 824 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["HealOnRampageUniqueGlovesStrDex5"] = { affix = "", "Recover 20% of Life on Rampage", statOrderKey = "2262", statOrder = { 2262 }, level = 1, group = "HealOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DispelStatusAilmentsOnRampageUniqueGlovesStrInt2"] = { affix = "", "Removes Elemental Ailments on Rampage", statOrderKey = "2263", statOrder = { 2263 }, level = 1, group = "DispelStatusAilmentsOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, - ["PhysicalDamageImmunityOnRampageUniqueGlovesStrInt2"] = { affix = "", "Gain Immunity to Physical Damage for 1.5 seconds on Rampage", statOrderKey = "2264", statOrder = { 2264 }, level = 1, group = "PhysicalDamageImmunityOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["VaalSoulsOnRampageUniqueGlovesStrDex5"] = { affix = "", "Kills grant an additional Vaal Soul if you have Rampaged Recently", statOrderKey = "4888", statOrder = { 4888 }, level = 1, group = "VaalSoulsOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["GroundSmokeOnRampageUniqueGlovesDexInt6"] = { affix = "", "Creates a Smoke Cloud on Rampage", statOrderKey = "2275", statOrder = { 2275 }, level = 1, group = "GroundSmokeOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PhasingOnRampageUniqueGlovesDexInt6"] = { affix = "", "Enemies do not block your movement for 4 seconds on Rampage", statOrderKey = "2276", statOrder = { 2276 }, level = 1, group = "PhasingOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalChanceToBlindOnHitUniqueSceptre8"] = { affix = "", "10% Global chance to Blind Enemies on hit", statOrderKey = "2266", statOrder = { 2266 }, level = 1, group = "BlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeRegenerationPerLevelUniqueTwoHandSword7"] = { affix = "", "Regenerate 0.2 Life per second per Level", statOrderKey = "2269", statOrder = { 2269 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["CriticalStrikeChancePerLevelUniqueTwoHandAxe8"] = { affix = "", "3% increased Global Critical Strike Chance per Level", statOrderKey = "2270", statOrder = { 2270 }, level = 1, group = "CriticalStrikeChancePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["AttackDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Attack Damage per Level", statOrderKey = "2271", statOrder = { 2271 }, level = 1, group = "AttackDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["SpellDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Spell Damage per Level", statOrderKey = "2272", statOrder = { 2272 }, level = 1, group = "SpellDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["FlaskChargesOnCritUniqueTwoHandAxe8"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike", statOrderKey = "2273", statOrder = { 2273 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, - ["LifeLeechOnCritUniqueTwoHandAxe8"] = { affix = "", "600% of Damage Leeched as Life on Critical Strike", statOrderKey = "1079", statOrder = { 1079 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, - ["LifeLeechOnCritPermyriadUniqueTwoHandAxe8"] = { affix = "", "1.2% of Damage Leeched as Life on Critical Strike", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, - ["ChanceToReflectChaosDamageToSelfUniqueTwoHandSword7_"] = { affix = "", "Enemies you Attack have 20% chance to Reflect 35 to 50 Chaos Damage to you", statOrderKey = "2278", statOrder = { 2278 }, level = 1, group = "ChanceToReflectChaosDamageToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SimulatedRampageStrDex5"] = { affix = "", "Rampage", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SimulatedRampageDexInt6"] = { affix = "", "Rampage", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SimulatedRampageStrInt2"] = { affix = "", "Rampage", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SimulatedRampageUnique__1"] = { affix = "", "Rampage", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SimulatedRampageUnique__2"] = { affix = "", "Rampage", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SimulatedRampageUnique__3_"] = { affix = "", "Rampage", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BlindImmunityUniqueSceptre8"] = { affix = "", "Cannot be Blinded", statOrderKey = "2282", statOrder = { 2282 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BlindImmunityUnique__1"] = { affix = "", "Cannot be Blinded", statOrderKey = "2282", statOrder = { 2282 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ManaGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "+1 Mana gained on Kill per Level", statOrderKey = "2280", statOrder = { 2280 }, level = 1, group = "ManaGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["EnergyShieldGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "+1 Energy Shield gained on Kill per Level", statOrderKey = "2281", statOrder = { 2281 }, level = 1, group = "EnergyShieldGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["AdditionalChainUniqueOneHandMace3"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalChainUnique__1"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalChainUnique__2"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CurseTransferOnKillUniqueQuiver5"] = { affix = "", "Hexes on Slain Enemies are transferred to a nearby Enemy", statOrderKey = "2355", statOrder = { 2355 }, level = 5, group = "CurseTransferOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalMeleeDamageToBurningEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Ignited Enemies", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "MeleeDamageToBurningEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AdditionalMeleeDamageToShockedEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Shocked Enemies", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "MeleeDamageToShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AdditionalMeleeDamageToFrozenEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Frozen Enemies", statOrderKey = "796", statOrder = { 796 }, level = 1, group = "MeleeDamageToFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ProjectileShockChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Shock", statOrderKey = "2125", statOrder = { 2125 }, level = 1, group = "ProjectileShockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ProjectileFreezeChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Freeze", statOrderKey = "2124", statOrder = { 2124 }, level = 1, group = "ProjectileFreezeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ProjectileIgniteChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Ignite", statOrderKey = "2123", statOrder = { 2123 }, level = 1, group = "ProjectileIgniteChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SupportedByLifeLeechUniqueBodyStrInt5"] = { affix = "", "Socketed Gems are supported by Level 15 Life Leech", statOrderKey = "247", statOrder = { 247 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Life Leech", statOrderKey = "247", statOrder = { 247 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByChanceToBleedUnique__1"] = { affix = "", "Socketed Gems are supported by Level 1 Chance to Bleed", statOrderKey = "248", statOrder = { 248 }, level = 1, group = "SupportedByChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ElementalDamageTakenAsChaosUniqueBodyStrInt5"] = { affix = "", "25% of Elemental Damage from Hits taken as Chaos Damage", statOrderKey = "1913", statOrder = { 1913 }, level = 1, group = "ElementalDamageTakenAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos" }, }, + ["ArcaneVisionUniqueBodyStrInt5"] = { affix = "", "Light Radius is based on Energy Shield instead of Life", statOrderKey = "2163", statOrder = { 2163 }, level = 1, group = "ArcaneVision", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalDamageFromBeastsUniqueBodyDex6"] = { affix = "", "-(50-40) Physical Damage taken from Hits by Animals", statOrderKey = "2349", statOrder = { 2349 }, level = 1, group = "PhysicalDamageFromBeasts", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["WeaponLightningDamageUniqueOneHandMace3"] = { affix = "", "(80-100)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementUniqueBow11"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2356", statOrder = { 2356 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementDescentUniqueQuiver1"] = { affix = "", "Gain 25% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2356", statOrder = { 2356 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementUnique__1__"] = { affix = "", "Gain 300% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2356", statOrder = { 2356 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["WeaponPhysicalDamageAddedAsColdOrLightningUnique__1"] = { affix = "", "Hits with this Weapon gain (75-100)% of Physical Damage as Extra Cold or Lightning Damage", statOrderKey = "3758", statOrder = { 3758 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "lightning", "attack" }, }, + ["DamageTakenPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "1% increased Damage taken per Frenzy Charge", statOrderKey = "2351", statOrder = { 2351 }, level = 1, group = "DamageTakenPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreaseLightningDamagePerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "(15-20)% increased Lightning Damage per Frenzy Charge", statOrderKey = "2352", statOrder = { 2352 }, level = 1, group = "IncreaseLightningDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LifeGainedOnEnemyDeathPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "+20 Life gained on Kill per Frenzy Charge", statOrderKey = "2353", statOrder = { 2353 }, level = 1, group = "LifeGainedOnEnemyDeathPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CannotBeKnockedBack"] = { affix = "", "Cannot be Knocked Back", statOrderKey = "1067", statOrder = { 1067 }, level = 1, group = "CannotBeKnockedBack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnwaveringStance"] = { affix = "", "Unwavering Stance", statOrderKey = "7685", statOrder = { 7685 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["ReducedEnergyShieldRegenerationRateUniqueQuiver7"] = { affix = "", "40% reduced Energy Shield Recharge Rate", statOrderKey = "1111", statOrder = { 1111 }, level = 81, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalFlaskInstantRecoverPercentOfLifeUniqueFlask6"] = { affix = "", "Recover (75-100)% of Life on use", statOrderKey = "543", statOrder = { 543 }, level = 1, group = "LocalFlaskInstantRecoverPercentOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6"] = { affix = "", "25% of Maximum Life taken as Chaos Damage per second", statOrderKey = "544", statOrder = { 544 }, level = 1, group = "LocalFlaskChaosDamageWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["PowerChargeOnKnockbackUniqueStaff7"] = { affix = "", "10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage", statOrderKey = "2358", statOrder = { 2358 }, level = 1, group = "PowerChargeOnKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "attack" }, }, + ["GrantsBearTrapUniqueShieldDexInt1"] = { affix = "", "Grants Level 25 Bear Trap Skill", statOrderKey = "352", statOrder = { 352 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsBearTrapUniqueShieldDexInt1Royale"] = { affix = "", "Grants Level 5 Bear Trap Skill", statOrderKey = "352", statOrder = { 352 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PowerChargeOnTrapThrowChanceUniqueShieldDexInt1"] = { affix = "", "25% chance to gain a Power Charge when you Throw a Trap", statOrderKey = "2359", statOrder = { 2359 }, level = 1, group = "PowerChargeOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["CritChancePercentPerStrengthUniqueOneHandSword8_"] = { affix = "", "1% increased Critical Strike Chance per 8 Strength", statOrderKey = "2360", statOrder = { 2360 }, level = 1, group = "CritChancePercentPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["IncreasedAttackSpeedWhileIgnitedUniqueRing24"] = { affix = "", "20% increased Attack Speed while Ignited", statOrderKey = "2361", statOrder = { 2361 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Attack Speed while Ignited", statOrderKey = "2361", statOrder = { 2361 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedCastSpeedWhileIgnitedUniqueRing24"] = { affix = "", "20% increased Cast Speed while Ignited", statOrderKey = "2362", statOrder = { 2362 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedWhileIgnitedUniqueJewel20_"] = { affix = "", "(10-20)% increased Cast Speed while Ignited", statOrderKey = "2362", statOrder = { 2362 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedChanceToIgniteUniqueRing24"] = { affix = "", "(5-10)% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToIgniteUniqueRing31"] = { affix = "", "10% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToBeIgnitedUniqueRing24"] = { affix = "", "+25% chance to be Ignited", statOrderKey = "2367", statOrder = { 2367 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToBeIgnitedUnique__1"] = { affix = "", "+25% chance to be Ignited", statOrderKey = "2367", statOrder = { 2367 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToIgniteUnique__1"] = { affix = "", "2% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["CausesPoisonOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Poison on Critical Strike", statOrderKey = "5985", statOrder = { 5985 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, }, + ["CausesPoisonOnCritUnique__1"] = { affix = "", "Melee Critical Strikes Poison the Enemy", statOrderKey = "2196", statOrder = { 2196 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, }, + ["BlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(8-12)% Chance to Block Attack Damage during Flask effect", statOrderKey = "644", statOrder = { 644 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, + ["BlockIncreasedDuringFlaskEffectUnique__1"] = { affix = "", "+(35-50)% Chance to Block Attack Damage during Flask effect", statOrderKey = "644", statOrder = { 644 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, + ["SpellBlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(4-6)% Chance to Block Spell Damage during Flask effect", statOrderKey = "662", statOrder = { 662 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, + ["SpellBlockIncreasedDuringFlaskEffectUnique__1_"] = { affix = "", "+(20-30)% Chance to Block Spell Damage during Flask effect", statOrderKey = "662", statOrder = { 662 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, + ["EvasionRatingIncreasesWeaponDamageUniqueOneHandSword9"] = { affix = "", "1% increased Attack Damage per 450 Evasion Rating", statOrderKey = "2366", statOrder = { 2366 }, level = 1, group = "EvasionRatingIncreasesWeaponDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["IncreasedDamageToIgnitedTargetsUniqueBootsStrInt3"] = { affix = "", "(25-40)% increased Damage against Ignited Enemies", statOrderKey = "2372", statOrder = { 2372 }, level = 1, group = "IncreasedDamageToIgnitedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MovementVelocityWhileOnFullEnergyShieldUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed while on Full Energy Shield", statOrderKey = "2388", statOrder = { 2388 }, level = 1, group = "MovementSpeedWhileOnFullEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChanceForEnemyToFleeOnBlockUniqueShieldDex4"] = { affix = "", "10% Chance to Cause Monster to Flee on Block", statOrderKey = "2379", statOrder = { 2379 }, level = 1, group = "ChanceForEnemyToFleeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["IncreasedChaosDamageUniqueBodyStrDex4"] = { affix = "", "(50-80)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUniqueCorruptedJewel2"] = { affix = "", "(15-20)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUniqueShieldDex7"] = { affix = "", "(20-30)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__1"] = { affix = "", "(30-35)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__2"] = { affix = "", "(80-100)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__3"] = { affix = "", "(7-13)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__4"] = { affix = "", "(60-80)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__4_2"] = { affix = "", "(20-30)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__5"] = { affix = "", "(20-40)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageImplicit1_"] = { affix = "", "(17-23)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 100, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedLifeLeechRateUniqueBodyStrDex4"] = { affix = "", "100% increased total Recovery per second from Life Leech", statOrderKey = "1659", statOrder = { 1659 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeLeechRateUniqueAmulet20"] = { affix = "", "30% increased total Recovery per second from Life, Mana, or Energy Shield Leech", statOrderKey = "5475", statOrder = { 5475 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["IncreasedLifeLeechRateUnique__1"] = { affix = "", "50% increased total Recovery per second from Life Leech", statOrderKey = "1659", statOrder = { 1659 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReducedLifeLeechRateUniqueJewel19"] = { affix = "", "(10-20)% reduced total Recovery per second from Life Leech", statOrderKey = "1659", statOrder = { 1659 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SpellAddedChaosDamageUniqueWand7"] = { affix = "", "Adds (90-130) to (140-190) Chaos Damage to Spells", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageUnique__1"] = { affix = "", "Adds (48-56) to (73-84) Chaos Damage to Spells", statOrderKey = "957", statOrder = { 957 }, level = 81, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageUnique__2"] = { affix = "", "Adds (16-21) to (31-36) Chaos Damage to Spells", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["HealOnRampageUniqueGlovesStrDex5"] = { affix = "", "Recover 20% of Life on Rampage", statOrderKey = "2373", statOrder = { 2373 }, level = 1, group = "HealOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DispelStatusAilmentsOnRampageUniqueGlovesStrInt2"] = { affix = "", "Removes Elemental Ailments on Rampage", statOrderKey = "2374", statOrder = { 2374 }, level = 1, group = "DispelStatusAilmentsOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, + ["PhysicalDamageImmunityOnRampageUniqueGlovesStrInt2"] = { affix = "", "Gain Immunity to Physical Damage for 1.5 seconds on Rampage", statOrderKey = "2375", statOrder = { 2375 }, level = 1, group = "PhysicalDamageImmunityOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["VaalSoulsOnRampageUniqueGlovesStrDex5"] = { affix = "", "Kills grant an additional Vaal Soul if you have Rampaged Recently", statOrderKey = "5031", statOrder = { 5031 }, level = 1, group = "VaalSoulsOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["GroundSmokeOnRampageUniqueGlovesDexInt6"] = { affix = "", "Creates a Smoke Cloud on Rampage", statOrderKey = "2386", statOrder = { 2386 }, level = 1, group = "GroundSmokeOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhasingOnRampageUniqueGlovesDexInt6"] = { affix = "", "Enemies do not block your movement for 4 seconds on Rampage", statOrderKey = "2387", statOrder = { 2387 }, level = 1, group = "PhasingOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalChanceToBlindOnHitUniqueSceptre8"] = { affix = "", "10% Global chance to Blind Enemies on hit", statOrderKey = "2377", statOrder = { 2377 }, level = 1, group = "BlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeRegenerationPerLevelUniqueTwoHandSword7"] = { affix = "", "Regenerate 0.2 Life per second per Level", statOrderKey = "2380", statOrder = { 2380 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CriticalStrikeChancePerLevelUniqueTwoHandAxe8"] = { affix = "", "3% increased Global Critical Strike Chance per Level", statOrderKey = "2381", statOrder = { 2381 }, level = 1, group = "CriticalStrikeChancePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AttackDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Attack Damage per Level", statOrderKey = "2382", statOrder = { 2382 }, level = 1, group = "AttackDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["SpellDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Spell Damage per Level", statOrderKey = "2383", statOrder = { 2383 }, level = 1, group = "SpellDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["FlaskChargesOnCritUniqueTwoHandAxe8"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike", statOrderKey = "2384", statOrder = { 2384 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, + ["LifeLeechOnCritUniqueTwoHandAxe8"] = { affix = "", "600% of Damage Leeched as Life on Critical Strike", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["LifeLeechOnCritPermyriadUniqueTwoHandAxe8"] = { affix = "", "1.2% of Damage Leeched as Life on Critical Strike", statOrderKey = "1222", statOrder = { 1222 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["ChanceToReflectChaosDamageToSelfUniqueTwoHandSword7_"] = { affix = "", "Enemies you Attack have 20% chance to Reflect 35 to 50 Chaos Damage to you", statOrderKey = "2389", statOrder = { 2389 }, level = 1, group = "ChanceToReflectChaosDamageToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SimulatedRampageStrDex5"] = { affix = "", "Rampage", statOrderKey = "7644", statOrder = { 7644 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageDexInt6"] = { affix = "", "Rampage", statOrderKey = "7644", statOrder = { 7644 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageStrInt2"] = { affix = "", "Rampage", statOrderKey = "7644", statOrder = { 7644 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageUnique__1"] = { affix = "", "Rampage", statOrderKey = "7644", statOrder = { 7644 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageUnique__2"] = { affix = "", "Rampage", statOrderKey = "7644", statOrder = { 7644 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageUnique__3_"] = { affix = "", "Rampage", statOrderKey = "7644", statOrder = { 7644 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlindImmunityUniqueSceptre8"] = { affix = "", "Cannot be Blinded", statOrderKey = "2393", statOrder = { 2393 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlindImmunityUnique__1"] = { affix = "", "Cannot be Blinded", statOrderKey = "2393", statOrder = { 2393 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "+1 Mana gained on Kill per Level", statOrderKey = "2391", statOrder = { 2391 }, level = 1, group = "ManaGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "+1 Energy Shield gained on Kill per Level", statOrderKey = "2392", statOrder = { 2392 }, level = 1, group = "EnergyShieldGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["LocalIncreaseSocketedActiveSkillGemLevelUniqueTwoHandSword7_"] = { affix = "", "+1 to Level of Socketed Active Skill Gems", statOrderKey = "70", statOrder = { 70 }, level = 1, group = "IncreaseSkillGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["IncreasedChaosDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Elemental Damage per Level", statOrderKey = "2284", statOrder = { 2284 }, level = 1, group = "ChaosDamagePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["IncreasedElementalDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Chaos Damage per Level", statOrderKey = "2285", statOrder = { 2285 }, level = 1, group = "ElementalDamagePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["LifeGainedOnEnemyDeathPerLevelUniqueTwoHandSword7"] = { affix = "", "+1 Life gained on Kill per Level", statOrderKey = "2279", statOrder = { 2279 }, level = 1, group = "LifeGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["UnholyMightOnRampageUniqueGlovesDexInt6"] = { affix = "", "Gain Unholy Might for 3 seconds on Rampage", statOrderKey = "2283", statOrder = { 2283 }, level = 1, group = "UnholyMightOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReduceGlobalFlatManaCostUnique__1"] = { affix = "", "-(8-4) to Total Mana Cost of Skills", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreaseGlobalFlatManaCostUnique__1"] = { affix = "", "+50 to Total Mana Cost of Skills", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreaseGlobalFlatManaCostUnique__2"] = { affix = "", "+(40-80) to Total Mana Cost of Skills", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreaseGlobalFlatManaCostUnique__3_"] = { affix = "", "+40 to Total Mana Cost of Skills", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ReducedLifeRegenerationPercentUniqueOneHandAxe5"] = { affix = "", "50% reduced Life Regeneration rate", statOrderKey = "980", statOrder = { 980 }, level = 1, group = "IncreaseLifeRegenPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IgniteDurationUnique__1"] = { affix = "", "20% reduced Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteDurationUnique__2"] = { affix = "", "90% reduced Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteDurationUnique__3_"] = { affix = "", "50% reduced Ignite Duration on Enemies", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SocketedGemsGetBloodMagicUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Lifetap", statOrderKey = "133", statOrder = { 133 }, level = 1, group = "SupportedByBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["MapAnarchyExiles"] = { affix = "", "Area is inhabited by 3 additional Rogue Exiles", statOrderKey = "1664", statOrder = { 1664 }, level = 0, group = "MapAnarchyLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HarvestInfusedMapAnarchyExiles"] = { affix = "", "Area is inhabited by 12 additional Rogue Exiles", statOrderKey = "1664", statOrder = { 1664 }, level = 0, group = "MapAnarchyLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedGemHasElementalEquilibriumUniqueRing25"] = { affix = "", "Socketed Gems have Elemental Equilibrium", statOrderKey = "332", statOrder = { 332 }, level = 1, group = "SocketedGemHasElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental_damage", "damage", "elemental", "gem" }, }, - ["SocketedGemHasSecretsOfSufferingUnique__1"] = { affix = "", "Socketed Gems have Secrets of Suffering", statOrderKey = "334", statOrder = { 334 }, level = 1, group = "SocketedGemHasSecretsOfSuffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental", "fire", "cold", "lightning", "critical", "ailment", "gem" }, }, - ["ImmuneToElementalAilmentsWhileLifeAndManaCloseUnique__1"] = { affix = "", "Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500", statOrderKey = "7345", statOrder = { 7345 }, level = 1, group = "ImmuneToElementalAilmentsWhileLifeAndManaClose", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, - ["FireResistanceWhenSocketedWithRedGemUniqueRing25"] = { affix = "", "+(75-100)% to Fire Resistance when Socketed with a Red Gem", statOrderKey = "1027", statOrder = { 1027 }, level = 1, group = "FireResistanceWhenSocketedWithRedGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance", "gem" }, }, - ["LightningResistanceWhenSocketedWithBlueGemUniqueRing25"] = { affix = "", "+(75-100)% to Lightning Resistance when Socketed with a Blue Gem", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "LightningResistanceWhenSocketedWithBlueGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance", "gem" }, }, - ["ColdResistanceWhenSocketedWithGreenGemUniqueRing25"] = { affix = "", "+(75-100)% to Cold Resistance when Socketed with a Green Gem", statOrderKey = "1033", statOrder = { 1033 }, level = 1, group = "ColdResistanceWhenSocketedWithGreenGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance", "gem" }, }, - ["LightningPenetrationUniqueStaff8"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrderKey = "2291", statOrder = { 2291 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningPenetrationUnique__1"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrderKey = "2291", statOrder = { 2291 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["FirePenetrationUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance", statOrderKey = "2289", statOrder = { 2289 }, level = 81, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ManaLeechFromLightningDamageUniqueStaff8"] = { affix = "", "200% of Lightning Damage Leeched as Mana", statOrderKey = "1093", statOrder = { 1093 }, level = 1, group = "LightningManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, - ["ManaLeechPermyriadFromLightningDamageUniqueStaff8"] = { affix = "", "0.4% of Lightning Damage Leeched as Mana", statOrderKey = "1094", statOrder = { 1094 }, level = 1, group = "LightningManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, - ["AllSocketsAreWhiteUniqueRing25"] = { affix = "", "All Sockets are White", statOrderKey = "1287", statOrder = { 1287 }, level = 1, group = "AllSocketsAreWhite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PunishmentOnMeleeBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Punishment when you Block their Melee Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2294", statOrder = { 2294 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, - ["TemporalChainsOnProjectileBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2295", statOrder = { 2295 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, - ["ElementalWeaknessOnSpellBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Elemental Weakness when you Block their Spell Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2296", statOrder = { 2296 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, - ["SocketedGemsGetIncreasedItemQuantityUniqueShieldInt4"] = { affix = "", "Enemies slain by Socketed Gems drop 10% increased item quantity", statOrderKey = "287", statOrder = { 287 }, level = 1, group = "SocketedGemsGetIncreasedItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["VulnerabilityOnBlockUniqueStaff9"] = { affix = "", "Curse Enemies with Vulnerability on Block, with 20% increased Effect", statOrderKey = "2292", statOrder = { 2292 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, - ["VulnerabilityOnBlockUniqueShieldStrDex3"] = { affix = "", "Curse Enemies with Vulnerability on Block, with 20% increased Effect", statOrderKey = "2292", statOrder = { 2292 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, - ["HealAlliesOnDeathUniqueShieldDexInt2"] = { affix = "", "Nearby allies Recover 1% of your Maximum Life when you Die", statOrderKey = "2298", statOrder = { 2298 }, level = 1, group = "HealAlliesOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SelfShockDurationUniqueBelt12_"] = { affix = "", "100% increased Shock Duration on you", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SelfShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration on you", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SelfShockDurationUnique__2"] = { affix = "", "50% increased Shock Duration on you", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShocksReflectToSelfUniqueBelt12"] = { affix = "", "Shocks you cause are reflected back to you", statOrderKey = "2073", statOrder = { 2073 }, level = 1, group = "ShockReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShocksReflectToSelfUnique__1"] = { affix = "", "Shocks you cause are reflected back to you", statOrderKey = "2073", statOrder = { 2073 }, level = 1, group = "ShockReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["MovementVelocityWhileShockedUniqueBelt12"] = { affix = "", "15% increased Movement Speed while Shocked", statOrderKey = "2106", statOrder = { 2106 }, level = 1, group = "MovementWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["DamageIncreaseWhileShockedUniqueBelt12"] = { affix = "", "60% increased Damage while Shocked", statOrderKey = "2074", statOrder = { 2074 }, level = 1, group = "DamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageOnLowLifeUniqueHelmetStrInt5"] = { affix = "", "20% increased Damage when on Low Life", statOrderKey = "644", statOrder = { 644 }, level = 1, group = "DamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["SocketedGemsSupportedByCastOnDeathUniqueHelmetStrInt5"] = { affix = "", "Socketed Gems are supported by Level 20 Cast on Death", statOrderKey = "239", statOrder = { 239 }, level = 1, group = "DisplaySupportedByCastOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["IncreaseDamageOnBlindedEnemiesUniqueQuiver9_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2111", statOrder = { 2111 }, level = 69, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreaseDamageOnBlindedEnemiesUnique__1"] = { affix = "", "(25-40)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2111", statOrder = { 2111 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["SmokeCloudWhenHitUniqueQuiver9"] = { affix = "", "25% chance to create a Smoke Cloud when Hit", statOrderKey = "1885", statOrder = { 1885 }, level = 1, group = "SmokeCloudWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10"] = { affix = "", "30% increased Elemental Damage with Attack Skills during any Flask Effect", statOrderKey = "2052", statOrder = { 2052 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "attack" }, }, - ["IncreasedDamageToShockedTargetsUniqueRing29"] = { affix = "", "40% increased Damage with Hits against Shocked Enemies", statOrderKey = "666", statOrder = { 666 }, level = 1, group = "IncreasedDamageToShockedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LifeLeechVsShockedEnemiesUniqueRing29"] = { affix = "", "100% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1073", statOrder = { 1073 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeLeechPermyriadVsShockedEnemiesUniqueRing29"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1074", statOrder = { 1074 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AddedPhysicalDamageVsFrozenEnemiesUniqueRing30"] = { affix = "", "Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies", statOrderKey = "696", statOrder = { 696 }, level = 1, group = "AddedPhysicalDamageOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["ReducedChillDurationOnSelfUniqueRing30"] = { affix = "", "20% reduced Chill Duration on you", statOrderKey = "1245", statOrder = { 1245 }, level = 25, group = "ReducedChillDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChillDurationOnSelfUnique__1"] = { affix = "", "10000% increased Chill Duration on you", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "ReducedChillDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["LifeGainOnHitVsIgnitedEnemiesUniqueRing31"] = { affix = "", "+(4-5) Life gained for each Ignited Enemy hit by your Attacks", statOrderKey = "1123", statOrder = { 1123 }, level = 37, group = "LifeGainOnHitVsIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SocketedRedGemsHaveAddedFireDamageUniqueTwoHandSword8_"] = { affix = "", "Socketed Red Gems get 10% Physical Damage as Extra Fire Damage", statOrderKey = "283", statOrder = { 283 }, level = 1, group = "SocketedRedGemsHaveAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "gem" }, }, - ["SocketedMeleeGemsHaveIncreasedAoEUniqueTwoHandSword8"] = { affix = "", "Socketed Melee Gems have 15% increased Area of Effect", statOrderKey = "282", statOrder = { 282 }, level = 1, group = "SocketedMeleeGemsHaveIncreasedAoE", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, - ["ReducedCriticalStrikeDamageTakenUniqueBelt13"] = { affix = "", "You take 30% reduced Extra Damage from Critical Strikes", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "ReducedCriticalStrikeDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["PhysicalDamageConvertedToFireVsBurningEnemyUniqueSceptre9"] = { affix = "", "50% of Physical Damage Converted to Fire Damage against Ignited Enemies", statOrderKey = "1539", statOrder = { 1539 }, level = 1, group = "PhysicalDamageConvertedToFireVsBurningEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalTakenAsColdUniqueFlask8"] = { affix = "", "20% of Physical Damage from Hits taken as Cold Damage during Flask effect", statOrderKey = "546", statOrder = { 546 }, level = 1, group = "PhysicalTakenAsColdFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdUniqueFlask8"] = { affix = "", "Gain (15-20)% of Physical Damage as Extra Cold Damage during effect", statOrderKey = "547", statOrder = { 547 }, level = 1, group = "PhysicalAddedAsColdFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdUniqueOneHandSword12"] = { affix = "", "Gain (25-30)% of Physical Damage as Extra Cold Damage", statOrderKey = "1301", statOrder = { 1301 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdUnique__1"] = { affix = "", "Gain 50% of Physical Damage as Extra Cold Damage", statOrderKey = "1301", statOrder = { 1301 }, level = 35, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdUnique__2"] = { affix = "", "Gain (10-15)% of Physical Damage as Extra Cold Damage", statOrderKey = "1301", statOrder = { 1301 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["AvoidChillUniqueFlask8"] = { affix = "", "30% chance to Avoid being Chilled during Flask effect", statOrderKey = "548", statOrder = { 548 }, level = 1, group = "AvoidChillFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, - ["AvoidFreezeUniqueFlask8"] = { affix = "", "30% chance to Avoid being Frozen during Flask effect", statOrderKey = "550", statOrder = { 550 }, level = 1, group = "AvoidFreezeFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, - ["IncreasedSelfBurnDurationUniqueRing28"] = { affix = "", "100% increased Ignite Duration on you", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SelfBurnDurationUnique__1"] = { affix = "", "10000% increased Ignite Duration on you", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["FireDamageTakenCausesExtraPhysicalDamageUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage taken causes extra Physical Damage", statOrderKey = "1772", statOrder = { 1772 }, level = 1, group = "FireDamageTakenCausesExtraPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ReducedChanceToBlockUnique__1"] = { affix = "", "30% reduced Chance to Block Attack and Spell Damage", statOrderKey = "603", statOrder = { 603 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChillEffectivenessOnSelfUniqueRing28"] = { affix = "", "75% reduced Effect of Chill on you", statOrderKey = "1045", statOrder = { 1045 }, level = 30, group = "ChillEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["TemporalChainsEffectivenessOnSelfUniqueRing27"] = { affix = "", "Temporal Chains has 50% reduced Effect on you", statOrderKey = "1044", statOrder = { 1044 }, level = 28, group = "TemporalChainsEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["TemporalChainsEffectivenessOnSelfUnique__1"] = { affix = "", "Unaffected by Temporal Chains", statOrderKey = "7350", statOrder = { 7350 }, level = 80, group = "TemporalChainsEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["PhysicalDamageOnSkillUseUniqueHelmetInt8"] = { affix = "", "Your Skills deal you 400% of Mana Spent on Skill Mana Costs as Physical Damage", statOrderKey = "1577", statOrder = { 1577 }, level = 1, group = "PhysicalDamageOnSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedFireDamageTakenUniqueBodyStrDex5"] = { affix = "", "20% increased Fire Damage taken", statOrderKey = "1597", statOrder = { 1597 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, - ["FireDamageTakenConvertedToPhysicalUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrderKey = "1764", statOrder = { 1764 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, - ["FireDamageTakenConvertedToPhysicalUnique__1"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrderKey = "1763", statOrder = { 1763 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, - ["LocalAddedFireDamageAgainstIgnitedEnemiesUniqueSceptre9"] = { affix = "", "Adds 15 to 25 Fire Damage to Attacks against Ignited Enemies", statOrderKey = "697", statOrder = { 697 }, level = 1, group = "AddedFireDamageVsIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["CastSocketedMinionSpellsOnKillUniqueBow12"] = { affix = "", "Trigger Socketed Minion Spells on Kill with this Weapon", "Minion Spells Triggered by this Item have a 0.25 second Cooldown with 5 Uses", statOrderKey = "431,431.1", statOrder = { 431, 431.1 }, level = 1, group = "CastSocketedMinionSpellsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "minion" }, }, - ["IncreasedMinionDamagePerDexterityUniqueBow12"] = { affix = "", "Minions deal 1% increased Damage per 5 Dexterity", statOrderKey = "1343", statOrder = { 1343 }, level = 1, group = "IncreasedMinionDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["CastSocketedSpellsOnShockedEnemyKillUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells on Killing a Shocked Enemy", statOrderKey = "430", statOrder = { 430 }, level = 1, group = "CastSocketedSpellsOnShockedEnemyKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["MaxPowerChargesIsZeroUniqueAmulet19"] = { affix = "", "Cannot gain Power Charges", statOrderKey = "2321", statOrder = { 2321 }, level = 1, group = "MaxPowerChargesIsZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedDamagePerCurseUniqueHelmetInt9"] = { affix = "", "(10-20)% increased Damage with Hits and Ailments per Curse on Enemy", statOrderKey = "2320", statOrder = { 2320 }, level = 1, group = "DamageToEnemiesPerCurse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["StealChargesOnHitPercentUniqueGlovesStrDex6"] = { affix = "", "10% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2299", statOrder = { 2299 }, level = 1, group = "StealCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["StealChargesOnHitPercentUnique__1"] = { affix = "", "25% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2299", statOrder = { 2299 }, level = 1, group = "StealCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["IncreasedPhysicalDamagePerEnduranceChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Physical Damage per Endurance Charge", statOrderKey = "1499", statOrder = { 1499 }, level = 1, group = "IncreasedPhysicalDamagePerEndurance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "10% increased Physical Damage per Endurance Charge", statOrderKey = "1499", statOrder = { 1499 }, level = 1, group = "IncreasedPhysicalDamagePerEndurance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedDamageVsFullLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Full Life", statOrderKey = "2303", statOrder = { 2303 }, level = 1, group = "DamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedDamageVsLowLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Low Life", statOrderKey = "2304", statOrder = { 2304 }, level = 1, group = "DamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ElementalPenetrationPerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "Penetrate 1% Elemental Resistances per Frenzy Charge", statOrderKey = "2302", statOrder = { 2302 }, level = 1, group = "ElementalPenetrationPerFrenzy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ChargeDurationUniqueBodyDexInt3"] = { affix = "", "100% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2332", statOrder = { 2332 }, level = 1, group = "ChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["ElementalStatusAilmentDurationUniqueAmulet19"] = { affix = "", "20% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1234", statOrder = { 1234 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ElementalStatusAilmentDurationDescentUniqueQuiver1"] = { affix = "", "50% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1234", statOrder = { 1234 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ElementalStatusAilmentDurationUnique__1_"] = { affix = "", "(10-15)% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1234", statOrder = { 1234 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["CanOnlyKillFrozenEnemiesUniqueGlovesStrInt3"] = { affix = "", "Your Hits can only Kill Frozen Enemies", statOrderKey = "2327", statOrder = { 2327 }, level = 1, group = "CanOnlyKillFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FreezeDurationUniqueGlovesStrInt3"] = { affix = "", "25% increased Freeze Duration on Enemies", statOrderKey = "1231", statOrder = { 1231 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeChillDurationUnique__1"] = { affix = "", "10000% increased Chill Duration on Enemies", "10000% increased Freeze Duration on Enemies", statOrderKey = "1229,1231", statOrder = { 1229, 1231 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeDurationUnique__1"] = { affix = "", "30% increased Freeze Duration on Enemies", statOrderKey = "1231", statOrder = { 1231 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ElementalPenetrationMarakethSceptreImplicit1"] = { affix = "", "Damage Penetrates 4% Elemental Resistances", statOrderKey = "2288", statOrder = { 2288 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalPenetrationMarakethSceptreImplicit2"] = { affix = "", "Damage Penetrates 6% Elemental Resistances", statOrderKey = "2288", statOrder = { 2288 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["MinonAreaOfEffectUniqueRing33"] = { affix = "", "Minions have 10% increased Area of Effect", statOrderKey = "2330", statOrder = { 2330 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MinionAreaOfEffectUnique__1"] = { affix = "", "Minions have (6-8)% increased Area of Effect", statOrderKey = "2330", statOrder = { 2330 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PhysicalDamageToSelfOnMinionDeathUniqueRing33"] = { affix = "", "350 Physical Damage taken on Minion Death", statOrderKey = "2333", statOrder = { 2333 }, level = 25, group = "SelfPhysicalDamageOnMinionDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageToSelfOnMinionDeathESPercentUniqueRing33_"] = { affix = "", "8% of Maximum Energy Shield taken as Physical Damage on Minion Death", statOrderKey = "2329", statOrder = { 2329 }, level = 1, group = "SelfPhysicalDamageOnMinionDeathPerES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DealNoPhysicalDamageUniqueBelt14"] = { affix = "", "Deal no Physical Damage", statOrderKey = "2089", statOrder = { 2089 }, level = 65, group = "DealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DealNoNonPhysicalDamageUniqueBelt__1"] = { affix = "", "Deal no Non-Physical Damage", statOrderKey = "2090", statOrder = { 2090 }, level = 65, group = "DealNoNonPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["RangedAttacksConsumeAmmoUniqueBelt__1"] = { affix = "", "Attacks that Fire Projectiles Consume up to 1 additional Steel Shard", statOrderKey = "3942", statOrder = { 3942 }, level = 1, group = "RangedAttacksConsumeAmmo", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AdditionalProjectilesAfterAmmoConsumedUniqueBelt__1"] = { affix = "", "Skills Fire 3 additional Projectiles for 4 seconds after", "you consume a total of 12 Steel Shards", statOrderKey = "7129,7129.1", statOrder = { 7129, 7129.1 }, level = 1, group = "AdditionalProjectilesAfterAmmoConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["LifeLeechFromAttacksAgainstChilledEnemiesUniqueBelt14"] = { affix = "", "300% of Attack Damage Leeched as Life against Chilled Enemies", statOrderKey = "1077", statOrder = { 1077 }, level = 65, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeLeechPermyriadFromAttacksAgainstChilledEnemiesUniqueBelt14"] = { affix = "", "1% of Attack Damage Leeched as Life against Chilled Enemies", statOrderKey = "1078", statOrder = { 1078 }, level = 65, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["FasterBurnFromAttacksEnemiesUniqueBelt14"] = { affix = "", "Ignites you inflict with Attacks deal Damage 35% faster", statOrderKey = "1875", statOrder = { 1875 }, level = 65, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack", "ailment" }, }, - ["SocketedGemsProjectilesNovaUniqueStaff10"] = { affix = "", "Socketed Gems fire Projectiles in a circle", statOrderKey = "337", statOrder = { 337 }, level = 1, group = "DisplaySocketedGemsNova", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemsAdditionalProjectilesUniqueStaff10_"] = { affix = "", "Socketed Gems fire 4 additional Projectiles", statOrderKey = "336", statOrder = { 336 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemsAdditionalProjectilesUniqueWand9"] = { affix = "", "Socketed Gems fire an additional Projectile", statOrderKey = "336", statOrder = { 336 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemsReducedDurationUniqueStaff10"] = { affix = "", "Socketed Gems have 70% reduced Skill Effect Duration", statOrderKey = "338", statOrder = { 338 }, level = 1, group = "DisplaySocketedGemReducedDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SupportedByReducedManaUniqueBodyDexInt4"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrderKey = "250", statOrder = { 250 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByGenerosityUniqueBodyDexInt4_"] = { affix = "", "Socketed Gems are Supported by Level 30 Generosity", statOrderKey = "251", statOrder = { 251 }, level = 1, group = "DisplaySocketedGemGenerosity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["IncreasedAuraEffectUniqueBodyDexInt4"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["IncreasedAuraEffectUniqueJewel45"] = { affix = "", "3% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["IncreasedAuraRadiusUniqueBodyDexInt4"] = { affix = "", "(20-40)% increased Area of Effect of Aura Skills", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["IncreasedAuraRadiusUnique__1"] = { affix = "", "20% increased Area of Effect of Aura Skills", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["ChaosDamagePoisonsUniqueDagger10"] = { affix = "", "Your Chaos Damage Poisons Enemies", statOrderKey = "2337", statOrder = { 2337 }, level = 1, group = "ChaosDamagePoisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChaosDamageChanceToPoisonUnique__1"] = { affix = "", "Your Chaos Damage has 60% chance to Poison Enemies", statOrderKey = "2338", statOrder = { 2338 }, level = 1, group = "ChaosDamagePoisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["IncreasedElementalDamagePerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Elemental Damage per Frenzy Charge", statOrderKey = "1498", statOrder = { 1498 }, level = 1, group = "IncreasedElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["MinesMultipleDetonationUniqueStaff11"] = { affix = "", "Mines can be Detonated an additional time", statOrderKey = "2339", statOrder = { 2339 }, level = 1, group = "MinesMultipleDetonation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainOnslaughtWhenCullingEnemyUniqueOneHandAxe6"] = { affix = "", "You gain Onslaught for 3 seconds on Culling Strike", statOrderKey = "2334", statOrder = { 2334 }, level = 1, group = "OnslaughtBuffOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalAddedPhysicalDamageUniqueOneHandAxe6"] = { affix = "", "Adds (3-5) to (7-10) Physical Damage", statOrderKey = "701", statOrder = { 701 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LifeLeechUniqueOneHandAxe6"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueOneHandAxe6"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["CannotBeChilledWhenOnslaughtUniqueOneHandAxe6"] = { affix = "", "Cannot be Chilled during Onslaught", statOrderKey = "2336", statOrder = { 2336 }, level = 1, group = "CannotBeChilledWhenOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["LifeRegenerationRatePercentageUniqueAmulet21"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 20, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentageUniqueShieldStrInt3"] = { affix = "", "Regenerate 3% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentageUniqueJewel24"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationAuraUniqueAmulet21"] = { affix = "", "40% increased Mana Regeneration Rate", "Regenerate 2% of Life per second", statOrderKey = "986,1311", statOrder = { 986, 1311 }, level = 1, group = "ShapersSeedAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["LifeRegenerationRatePercentUniqueShieldStr5"] = { affix = "", "You and your Totems Regenerate 0.5% of Life per second for each Summoned Totem", statOrderKey = "7423", statOrder = { 7423 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentUnique__1"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentUnique__2"] = { affix = "", "Regenerate 5% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentUnique__3"] = { affix = "", "Regenerate 1% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentUnique__4_"] = { affix = "", "Regenerate 1% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentImplicitUnique__5"] = { affix = "", "Regenerate (1-2)% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["RemoteMineLayingSpeedUniqueStaff11"] = { affix = "", "(40-60)% increased Mine Throwing Speed", statOrderKey = "1297", statOrder = { 1297 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["RemoteMineLayingSpeedUnique__1"] = { affix = "", "(10-15)% reduced Mine Throwing Speed", statOrderKey = "1297", statOrder = { 1297 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["RemoteMineArmingSpeedUnique__1"] = { affix = "", "Mines have (40-50)% increased Detonation Speed", statOrderKey = "6642", statOrder = { 6642 }, level = 1, group = "MineArmingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["LessMineDamageUniqueStaff11"] = { affix = "", "35% less Mine Damage", statOrderKey = "626", statOrder = { 626 }, level = 1, group = "LessMineDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["SupportedByRemoteMineUniqueStaff11"] = { affix = "", "Socketed Gems are Supported by Level 10 Blastchain Mine", statOrderKey = "253", statOrder = { 253 }, level = 1, group = "SupportedByRemoteMineLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ColdWeaponDamageUniqueOneHandMace4"] = { affix = "", "(30-40)% increased Cold Damage with Attack Skills", statOrderKey = "4373", statOrder = { 4373 }, level = 1, group = "ColdWeaponDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedLightningDamageWhileUnarmedUniqueGlovesStr4_"] = { affix = "", "Adds (150-225) to (525-600) Lightning Damage to Unarmed Attacks", statOrderKey = "1756", statOrder = { 1756 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamagetoSpellsWhileUnarmedUniqueGlovesStr4"] = { affix = "", "Adds (90-135) to (315-360) Lightning Damage to Spells while Unarmed", statOrderKey = "1757", statOrder = { 1757 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["GainEnergyShieldOnKillShockedEnemyUniqueGlovesStr4"] = { affix = "", "+(200-250) Energy Shield gained on Killing a Shocked Enemy", statOrderKey = "1881", statOrder = { 1881 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["GainEnergyShieldOnKillShockedEnemyUnique__1_"] = { affix = "", "+(90-120) Energy Shield gained on Killing a Shocked Enemy", statOrderKey = "1881", statOrder = { 1881 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["CannotKnockBackUniqueOneHandMace5_"] = { affix = "", "Cannot Knock Enemies Back", statOrderKey = "2316", statOrder = { 2316 }, level = 1, group = "CannotKnockBack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChillOnAttackStunUniqueOneHandMace5"] = { affix = "", "All Attack Damage Chills when you Stun", statOrderKey = "2317", statOrder = { 2317 }, level = 1, group = "ChillOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, - ["DisplayLifeRegenerationAuraUniqueAmulet21"] = { affix = "", "Nearby Allies gain 2% of Life Regenerated per second", statOrderKey = "2305", statOrder = { 2305 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DisplayManaRegenerationAuaUniqueAmulet21"] = { affix = "", "Nearby Allies gain 40% increased Mana Regeneration Rate", statOrderKey = "2310", statOrder = { 2310 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedRarityWhenSlayingFrozenUniqueOneHandMace4"] = { affix = "", "40% increased Rarity of Items Dropped by Frozen Enemies", statOrderKey = "1990", statOrder = { 1990 }, level = 1, group = "MonsterDroppedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SwordPhysicalDamageToAddAsFireUniqueOneHandSword10"] = { affix = "", "Gain (66-99)% of Sword Physical Damage as Extra Fire Damage", statOrderKey = "2346", statOrder = { 2346 }, level = 1, group = "SwordPhysicalDamageToAddAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, - ["CannotBeBuffedByAlliedAurasUniqueOneHandSword11"] = { affix = "", "Allies' Aura Buffs do not affect you", statOrderKey = "2324", statOrder = { 2324 }, level = 1, group = "CannotBeBuffedByAlliedAuras", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["AurasCannotBuffAlliesUniqueOneHandSword11"] = { affix = "", "Your Aura Buffs do not affect allies", statOrderKey = "2326", statOrder = { 2326 }, level = 1, group = "AurasCannotBuffAllies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["IncreasedBuffEffectivenessUniqueOneHandSword11"] = { affix = "", "10% increased Effect of Buffs on you", statOrderKey = "1504", statOrder = { 1504 }, level = 1, group = "BuffEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedBuffEffectivenessBodyInt12"] = { affix = "", "30% increased Effect of Buffs on you", statOrderKey = "1504", statOrder = { 1504 }, level = 1, group = "BuffEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemyKnockbackDirectionReversedUniqueGlovesStr5_"] = { affix = "", "Knockback direction is reversed", statOrderKey = "2323", statOrder = { 2323 }, level = 1, group = "EnemyKnockbackDirectionReversed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisplaySupportedByKnockbackUniqueGlovesStr5"] = { affix = "", "Socketed Gems are Supported by Level 10 Knockback", statOrderKey = "257", statOrder = { 257 }, level = 1, group = "DisplaySupportedByKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["LifeRegenPerMinutePerEnduranceChargeUniqueBodyDexInt3"] = { affix = "", "Regenerate (20-30) Life per second per Endurance Charge", statOrderKey = "2315", statOrder = { 2315 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenPerMinutePerEnduranceChargeUnique__1"] = { affix = "", "Regenerate (100-140) Life per second per Endurance Charge", statOrderKey = "2315", statOrder = { 2315 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MonstersFleeOnFlaskUseUniqueFlask9"] = { affix = "", "75% chance to cause Enemies to Flee on use", statOrderKey = "1984", statOrder = { 1984 }, level = 1, group = "MonstersFleeOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["PhysicalDamageOnFlaskUseUniqueFlask9"] = { affix = "", "(20-25)% more Melee Physical Damage during effect", statOrderKey = "2223", statOrder = { 2223 }, level = 1, group = "PhysicalDamageOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "damage", "physical", "attack" }, }, - ["KnockbackOnFlaskUseUniqueFlask9"] = { affix = "", "Adds Knockback to Melee Attacks during Flask effect", statOrderKey = "545", statOrder = { 545 }, level = 1, group = "KnockbackOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "attack" }, }, - ["CausesBleedingImplicitMarakethRapier1"] = { affix = "", "Causes Bleeding on Hit", statOrderKey = "1797", statOrder = { 1797 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["LifeAndManaOnHitImplicitMarakethClaw1"] = { affix = "", "+6 Life and Mana gained for each Enemy hit", statOrderKey = "1122", statOrder = { 1122 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, - ["LifeAndManaOnHitImplicitMarakethClaw2"] = { affix = "", "+10 Life and Mana gained for each Enemy hit", statOrderKey = "1122", statOrder = { 1122 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, - ["LifeAndManaOnHitImplicitMarakethClaw3"] = { affix = "", "+14 Life and Mana gained for each Enemy hit", statOrderKey = "1122", statOrder = { 1122 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, - ["LifeAndManaOnHitSeparatedImplicitMarakethClaw1"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", "+6 Mana gained for each Enemy hit by Attacks", statOrderKey = "1118,1125", statOrder = { 1118, 1125 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, - ["LifeAndManaOnHitSeparatedImplicitMarakethClaw2"] = { affix = "", "+28 Life gained for each Enemy hit by Attacks", "+10 Mana gained for each Enemy hit by Attacks", statOrderKey = "1118,1125", statOrder = { 1118, 1125 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, - ["LifeAndManaOnHitSeparatedImplicitMarakethClaw3"] = { affix = "", "+38 Life gained for each Enemy hit by Attacks", "+14 Mana gained for each Enemy hit by Attacks", statOrderKey = "1118,1125", statOrder = { 1118, 1125 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, - ["LifeAndManaLeechImplicitMarakethClaw1"] = { affix = "", "0.8% of Physical Attack Damage Leeched as Life and Mana", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LifeAndManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "physical", "attack" }, }, - ["IcestormUniqueStaff12"] = { affix = "", "Grants Level 1 Icestorm Skill", statOrderKey = "384", statOrder = { 384 }, level = 1, group = "IcestormActiveSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["PowerChargeOnMeleeStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun with Melee Damage", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnMeleeStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PowerChargeOnStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun", statOrderKey = "2070", statOrder = { 2070 }, level = 1, group = "PowerChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["UnholyMightOnMeleeCritUniqueSceptre10"] = { affix = "", "Gain Unholy Might for 2 seconds on Melee Critical Strike", statOrderKey = "2216", statOrder = { 2216 }, level = 1, group = "UnholyMightOnMeleeCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["UnholyMightOnCritUniqueSceptre10"] = { affix = "", "Gain Unholy Might for 4 seconds on Critical Strike", statOrderKey = "2218", statOrder = { 2218 }, level = 1, group = "UnholyMightOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ChanceToAvoidElementalStatusAilmentsUniqueAmulet22"] = { affix = "", "5% chance to Avoid Elemental Ailments", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidElementalStatusAilmentsUniqueJewel46"] = { affix = "", "3% chance to Avoid Elemental Ailments", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToBePiercedUniqueBodyStr6"] = { affix = "", "Enemy Projectiles Pierce you", statOrderKey = "6955", statOrder = { 6955 }, level = 1, group = "ProjectilesAlwaysPierceYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IronWillUniqueGlovesStrInt4__"] = { affix = "", "Iron Will", statOrderKey = "7510", statOrder = { 7510 }, level = 1, group = "IronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["GluttonyOfElementsUniqueAmulet23"] = { affix = "", "Grants Level 10 Gluttony of Elements Skill", statOrderKey = "367", statOrder = { 367 }, level = 1, group = "DisplayGluttonyOfElements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["SocketedGemsSupportedByPierceUniqueBodyStr6"] = { affix = "", "Socketed Gems are Supported by Level 15 Pierce", statOrderKey = "264", statOrder = { 264 }, level = 1, group = "DisplaySupportedByPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["LifeRegenPerActiveBuffUniqueBodyInt12"] = { affix = "", "Regenerate (12-20) Life per second per Buff on you", statOrderKey = "5337", statOrder = { 5337 }, level = 1, group = "LifeRegenPerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ProjectileDamageJewelUniqueJewel41"] = { affix = "", "10% increased Projectile Damage", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "DamageForm", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["PhysicalDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DamageOverTimeUnique___1"] = { affix = "", "(8-12)% increased Damage over Time", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AttackAndCastSpeedJewelUniqueJewel43"] = { affix = "", "4% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__1"] = { affix = "", "(10-15)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 75, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__2"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__3"] = { affix = "", "(6-9)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__4"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__5"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__6"] = { affix = "", "(5-7)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__7"] = { affix = "", "(5-8)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["StrengthDexterityUnique__1"] = { affix = "", "+20 to Strength and Dexterity", statOrderKey = "613", statOrder = { 613 }, level = 1, group = "StrengthDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthDexterityImplicitSword_1"] = { affix = "", "+50 to Strength and Dexterity", statOrderKey = "613", statOrder = { 613 }, level = 1, group = "StrengthDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthIntelligenceUnique__1"] = { affix = "", "+20 to Strength and Intelligence", statOrderKey = "614", statOrder = { 614 }, level = 1, group = "StrengthIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthIntelligenceUnique__2"] = { affix = "", "+(10-30) to Strength and Intelligence", statOrderKey = "614", statOrder = { 614 }, level = 1, group = "StrengthIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityIntelligenceUnique__1__"] = { affix = "", "+20 to Dexterity and Intelligence", statOrderKey = "615", statOrder = { 615 }, level = 1, group = "DexterityIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["LifeLeechJewel"] = { affix = "Hungering", "(1-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "LifeLeech", weightKey = { "not_str", "default", }, weightVal = { 0, 500 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["ManaLeechJewel"] = { affix = "Thirsting", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1082", statOrder = { 1082 }, level = 1, group = "ManaLeech", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["SpellLifeLeechJewel"] = { affix = "Transfusing", "1% of Spell Damage Leeched as Life", statOrderKey = "1059", statOrder = { 1059 }, level = 1, group = "LifeLeech", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["SpellManaLeechJewel"] = { affix = "Siphoning", "1% of Spell Damage Leeched as Mana", statOrderKey = "1087", statOrder = { 1087 }, level = 1, group = "ManaLeech", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "caster" }, }, - ["PercentIncreasedAccuracyJewelUnique__1"] = { affix = "", "20% increased Global Accuracy Rating", statOrderKey = "850", statOrder = { 850 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["TrapCritChanceUnique__1"] = { affix = "", "(100-120)% increased Critical Strike Chance with Traps", statOrderKey = "891", statOrder = { 891 }, level = 1, group = "FormCritChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ManaCostReductionUniqueJewel44"] = { affix = "", "3% reduced Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaCostIncreasedUniqueCorruptedJewel3"] = { affix = "", "50% increased Mana Cost of Skills", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["KnockbackChanceUnique__1"] = { affix = "", "10% chance to Knock Enemies Back on hit", statOrderKey = "1359", statOrder = { 1359 }, level = 1, group = "Knockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionElementalResistancesUnique__1"] = { affix = "", "Minions have +(7-10)% to all Elemental Resistances", statOrderKey = "2213", statOrder = { 2213 }, level = 1, group = "MinionElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance", "minion" }, }, - ["ReducedTotemDamageUniqueJewel26"] = { affix = "", "(30-50)% reduced Totem Damage", statOrderKey = "622", statOrder = { 622 }, level = 1, group = "TotemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["TotemDamageUnique__1_"] = { affix = "", "40% increased Totem Damage", statOrderKey = "622", statOrder = { 622 }, level = 1, group = "TotemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["JewelStrToDex"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrderKey = "2355", statOrder = { 2355 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelStrToDexUniqueJewel13"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrderKey = "2355", statOrder = { 2355 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueJewel13"] = { affix = "", "+(16-24) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelDexToInt"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrderKey = "2358", statOrder = { 2358 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelDexToIntUniqueJewel11"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrderKey = "2358", statOrder = { 2358 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueJewel11"] = { affix = "", "+(16-24) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelIntToStr"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrderKey = "2359", statOrder = { 2359 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelIntToStrUniqueJewel34"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrderKey = "2359", statOrder = { 2359 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueJewel34"] = { affix = "", "+(16-24) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelStrToInt"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrderKey = "2356", statOrder = { 2356 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelStrToIntUniqueJewel35"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrderKey = "2356", statOrder = { 2356 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueJewel35"] = { affix = "", "+(16-24) to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelIntToDex"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrderKey = "2360", statOrder = { 2360 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelIntToDexUniqueJewel36"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrderKey = "2360", statOrder = { 2360 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueJewel36"] = { affix = "", "+(16-24) to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelDexToStr"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrderKey = "2357", statOrder = { 2357 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelDexToStrUniqueJewel37"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrderKey = "2357", statOrder = { 2357 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueJewel37"] = { affix = "", "+(16-24) to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["ReducedAttackAndCastSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUniqueRing39"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["LifeLeechLocal1"] = { affix = "Remora's", "(1-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 9, group = "LifeLeech", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocal2"] = { affix = "Lamprey's", "(3-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 25, group = "LifeLeech", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocal3"] = { affix = "Vampire's", "(5-6)% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 72, group = "LifeLeech", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocalUniqueOneHandMace8"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocalPermyriadUniqueOneHandMace8__"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["ManaLeechLocal1"] = { affix = "Thirsty", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1084", statOrder = { 1084 }, level = 9, group = "ManaLeech", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["AoEKnockBackOnFlaskUseUniqueFlask9_"] = { affix = "", "Knocks Back Enemies in an Area when you use a Flask", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "AoEKnockBackOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["AttacksCostNoManaUniqueTwoHandAxe9"] = { affix = "", "Your Attacks do not cost Mana", statOrderKey = "1262", statOrder = { 1262 }, level = 1, group = "AttacksCostNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["CannotLeechOrRegenerateManaUniqueTwoHandAxe9"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrderKey = "1878", statOrder = { 1878 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["CannotLeechOrRegenerateManaUnique__1_"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrderKey = "1878", statOrder = { 1878 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["ResoluteTechniqueUniqueTwoHandAxe9"] = { affix = "", "Resolute Technique", statOrderKey = "7509", statOrder = { 7509 }, level = 1, group = "ResoluteTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["JewelUniqueAllocateDisconnectedPassives"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrderKey = "571", statOrder = { 571 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedChaosDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Elemental Damage per Level", statOrderKey = "2395", statOrder = { 2395 }, level = 1, group = "ChaosDamagePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["IncreasedElementalDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Chaos Damage per Level", statOrderKey = "2396", statOrder = { 2396 }, level = 1, group = "ElementalDamagePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["LifeGainedOnEnemyDeathPerLevelUniqueTwoHandSword7"] = { affix = "", "+1 Life gained on Kill per Level", statOrderKey = "2390", statOrder = { 2390 }, level = 1, group = "LifeGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UnholyMightOnRampageUniqueGlovesDexInt6"] = { affix = "", "Gain Unholy Might for 3 seconds on Rampage", statOrderKey = "2394", statOrder = { 2394 }, level = 1, group = "UnholyMightOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReduceGlobalFlatManaCostUnique__1"] = { affix = "", "-(8-4) to Total Mana Cost of Skills", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreaseGlobalFlatManaCostUnique__1"] = { affix = "", "+50 to Total Mana Cost of Skills", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreaseGlobalFlatManaCostUnique__2"] = { affix = "", "+(40-80) to Total Mana Cost of Skills", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreaseGlobalFlatManaCostUnique__3_"] = { affix = "", "+40 to Total Mana Cost of Skills", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedLifeRegenerationPercentUniqueOneHandAxe5"] = { affix = "", "50% reduced Life Regeneration rate", statOrderKey = "1122", statOrder = { 1122 }, level = 1, group = "IncreaseLifeRegenPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IgniteDurationUnique__1"] = { affix = "", "20% reduced Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteDurationUnique__2"] = { affix = "", "90% reduced Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteDurationUnique__3_"] = { affix = "", "50% reduced Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SocketedGemsGetBloodMagicUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Lifetap", statOrderKey = "136", statOrder = { 136 }, level = 1, group = "SupportedByBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["MapAnarchyExiles"] = { affix = "", "Area is inhabited by 3 additional Rogue Exiles", statOrderKey = "1806", statOrder = { 1806 }, level = 0, group = "MapAnarchyLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HarvestInfusedMapAnarchyExiles"] = { affix = "", "Area is inhabited by 12 additional Rogue Exiles", statOrderKey = "1806", statOrder = { 1806 }, level = 0, group = "MapAnarchyLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemHasElementalEquilibriumUniqueRing25"] = { affix = "", "Socketed Gems have Elemental Equilibrium", statOrderKey = "335", statOrder = { 335 }, level = 1, group = "SocketedGemHasElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental_damage", "damage", "elemental", "gem" }, }, + ["SocketedGemHasSecretsOfSufferingUnique__1"] = { affix = "", "Socketed Gems have Secrets of Suffering", statOrderKey = "337", statOrder = { 337 }, level = 1, group = "SocketedGemHasSecretsOfSuffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental", "fire", "cold", "lightning", "critical", "ailment", "gem" }, }, + ["ImmuneToElementalAilmentsWhileLifeAndManaCloseUnique__1"] = { affix = "", "Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500", statOrderKey = "7523", statOrder = { 7523 }, level = 1, group = "ImmuneToElementalAilmentsWhileLifeAndManaClose", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, + ["FireResistanceWhenSocketedWithRedGemUniqueRing25"] = { affix = "", "+(75-100)% to Fire Resistance when Socketed with a Red Gem", statOrderKey = "1169", statOrder = { 1169 }, level = 1, group = "FireResistanceWhenSocketedWithRedGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance", "gem" }, }, + ["LightningResistanceWhenSocketedWithBlueGemUniqueRing25"] = { affix = "", "+(75-100)% to Lightning Resistance when Socketed with a Blue Gem", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "LightningResistanceWhenSocketedWithBlueGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance", "gem" }, }, + ["ColdResistanceWhenSocketedWithGreenGemUniqueRing25"] = { affix = "", "+(75-100)% to Cold Resistance when Socketed with a Green Gem", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "ColdResistanceWhenSocketedWithGreenGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance", "gem" }, }, + ["LightningPenetrationUniqueStaff8"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrderKey = "2402", statOrder = { 2402 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningPenetrationUnique__1"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrderKey = "2402", statOrder = { 2402 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["FirePenetrationUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance", statOrderKey = "2400", statOrder = { 2400 }, level = 81, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ManaLeechFromLightningDamageUniqueStaff8"] = { affix = "", "200% of Lightning Damage Leeched as Mana", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "LightningManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, + ["ManaLeechPermyriadFromLightningDamageUniqueStaff8"] = { affix = "", "0.4% of Lightning Damage Leeched as Mana", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "LightningManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, + ["AllSocketsAreWhiteUniqueRing25"] = { affix = "", "All Sockets are White", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "AllSocketsAreWhite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PunishmentOnMeleeBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Punishment when you Block their Melee Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2405", statOrder = { 2405 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["TemporalChainsOnProjectileBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2406", statOrder = { 2406 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["ElementalWeaknessOnSpellBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Elemental Weakness when you Block their Spell Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2407", statOrder = { 2407 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["SocketedGemsGetIncreasedItemQuantityUniqueShieldInt4"] = { affix = "", "Enemies slain by Socketed Gems drop 10% increased item quantity", statOrderKey = "290", statOrder = { 290 }, level = 1, group = "SocketedGemsGetIncreasedItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["VulnerabilityOnBlockUniqueStaff9"] = { affix = "", "Curse Enemies with Vulnerability on Block, with 20% increased Effect", statOrderKey = "2403", statOrder = { 2403 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["VulnerabilityOnBlockUniqueShieldStrDex3"] = { affix = "", "Curse Enemies with Vulnerability on Block, with 20% increased Effect", statOrderKey = "2403", statOrder = { 2403 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["HealAlliesOnDeathUniqueShieldDexInt2"] = { affix = "", "Nearby allies Recover 1% of your Maximum Life when you Die", statOrderKey = "2409", statOrder = { 2409 }, level = 1, group = "HealAlliesOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SelfShockDurationUniqueBelt12_"] = { affix = "", "100% increased Shock Duration on you", statOrderKey = "1388", statOrder = { 1388 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SelfShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration on you", statOrderKey = "1388", statOrder = { 1388 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SelfShockDurationUnique__2"] = { affix = "", "50% increased Shock Duration on you", statOrderKey = "1388", statOrder = { 1388 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShocksReflectToSelfUniqueBelt12"] = { affix = "", "Shocks you cause are reflected back to you", statOrderKey = "2197", statOrder = { 2197 }, level = 1, group = "ShockReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShocksReflectToSelfUnique__1"] = { affix = "", "Shocks you cause are reflected back to you", statOrderKey = "2197", statOrder = { 2197 }, level = 1, group = "ShockReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["MovementVelocityWhileShockedUniqueBelt12"] = { affix = "", "15% increased Movement Speed while Shocked", statOrderKey = "2230", statOrder = { 2230 }, level = 1, group = "MovementWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["DamageIncreaseWhileShockedUniqueBelt12"] = { affix = "", "60% increased Damage while Shocked", statOrderKey = "2198", statOrder = { 2198 }, level = 1, group = "DamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageIncreaseWhileShockedUniqueBelt12Royale"] = { affix = "", "30% increased Damage while Shocked", statOrderKey = "2198", statOrder = { 2198 }, level = 1, group = "DamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageOnLowLifeUniqueHelmetStrInt5"] = { affix = "", "20% increased Damage when on Low Life", statOrderKey = "777", statOrder = { 777 }, level = 1, group = "DamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["SocketedGemsSupportedByCastOnDeathUniqueHelmetStrInt5"] = { affix = "", "Socketed Gems are supported by Level 20 Cast on Death", statOrderKey = "242", statOrder = { 242 }, level = 1, group = "DisplaySupportedByCastOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["IncreaseDamageOnBlindedEnemiesUniqueQuiver9_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2235", statOrder = { 2235 }, level = 69, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreaseDamageOnBlindedEnemiesUnique__1"] = { affix = "", "(25-40)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2235", statOrder = { 2235 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["SmokeCloudWhenHitUniqueQuiver9"] = { affix = "", "25% chance to create a Smoke Cloud when Hit", statOrderKey = "2027", statOrder = { 2027 }, level = 1, group = "SmokeCloudWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10"] = { affix = "", "30% increased Elemental Damage with Attack Skills during any Flask Effect", statOrderKey = "2179", statOrder = { 2179 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "attack" }, }, + ["IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10Royale_"] = { affix = "", "15% increased Elemental Damage with Attack Skills during any Flask Effect", statOrderKey = "2179", statOrder = { 2179 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "attack" }, }, + ["IncreasedDamageToShockedTargetsUniqueRing29"] = { affix = "", "40% increased Damage with Hits against Shocked Enemies", statOrderKey = "799", statOrder = { 799 }, level = 1, group = "IncreasedDamageToShockedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LifeLeechVsShockedEnemiesUniqueRing29"] = { affix = "", "100% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1215", statOrder = { 1215 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeLeechPermyriadVsShockedEnemiesUniqueRing29"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1216", statOrder = { 1216 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AddedPhysicalDamageVsFrozenEnemiesUniqueRing30"] = { affix = "", "Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies", statOrderKey = "829", statOrder = { 829 }, level = 1, group = "AddedPhysicalDamageOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ReducedChillDurationOnSelfUniqueRing30"] = { affix = "", "20% reduced Chill Duration on you", statOrderKey = "1387", statOrder = { 1387 }, level = 25, group = "ReducedChillDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChillDurationOnSelfUnique__1"] = { affix = "", "10000% increased Chill Duration on you", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ReducedChillDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["LifeGainOnHitVsIgnitedEnemiesUniqueRing31"] = { affix = "", "+(4-5) Life gained for each Ignited Enemy hit by your Attacks", statOrderKey = "1265", statOrder = { 1265 }, level = 37, group = "LifeGainOnHitVsIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SocketedRedGemsHaveAddedFireDamageUniqueTwoHandSword8_"] = { affix = "", "Socketed Red Gems get 10% Physical Damage as Extra Fire Damage", statOrderKey = "286", statOrder = { 286 }, level = 1, group = "SocketedRedGemsHaveAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "gem" }, }, + ["SocketedMeleeGemsHaveIncreasedAoEUniqueTwoHandSword8"] = { affix = "", "Socketed Melee Gems have 15% increased Area of Effect", statOrderKey = "285", statOrder = { 285 }, level = 1, group = "SocketedMeleeGemsHaveIncreasedAoE", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, + ["ReducedCriticalStrikeDamageTakenUniqueBelt13"] = { affix = "", "You take 30% reduced Extra Damage from Critical Strikes", statOrderKey = "1059", statOrder = { 1059 }, level = 1, group = "ReducedCriticalStrikeDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["PhysicalDamageConvertedToFireVsBurningEnemyUniqueSceptre9"] = { affix = "", "50% of Physical Damage Converted to Fire Damage against Ignited Enemies", statOrderKey = "1681", statOrder = { 1681 }, level = 1, group = "PhysicalDamageConvertedToFireVsBurningEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalTakenAsColdUniqueFlask8"] = { affix = "", "(10-15)% of Physical Damage from Hits taken as Cold Damage during Flask effect", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "PhysicalTakenAsColdFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUniqueFlask8"] = { affix = "", "Gain (10-15)% of Physical Damage as Extra Cold Damage during effect", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "PhysicalAddedAsColdFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUniqueOneHandSword12"] = { affix = "", "Gain (25-30)% of Physical Damage as Extra Cold Damage", statOrderKey = "1443", statOrder = { 1443 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUnique__1"] = { affix = "", "Gain 50% of Physical Damage as Extra Cold Damage", statOrderKey = "1443", statOrder = { 1443 }, level = 35, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUnique__2"] = { affix = "", "Gain (10-15)% of Physical Damage as Extra Cold Damage", statOrderKey = "1443", statOrder = { 1443 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["AvoidChillUniqueFlask8"] = { affix = "", "30% chance to Avoid being Chilled during Flask effect", statOrderKey = "613", statOrder = { 613 }, level = 1, group = "AvoidChillFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["AvoidFreezeUniqueFlask8"] = { affix = "", "30% chance to Avoid being Frozen during Flask effect", statOrderKey = "615", statOrder = { 615 }, level = 1, group = "AvoidFreezeFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["IncreasedSelfBurnDurationUniqueRing28"] = { affix = "", "100% increased Ignite Duration on you", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SelfBurnDurationUnique__1"] = { affix = "", "10000% increased Ignite Duration on you", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["FireDamageTakenCausesExtraPhysicalDamageUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage taken causes extra Physical Damage", statOrderKey = "1914", statOrder = { 1914 }, level = 1, group = "FireDamageTakenCausesExtraPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ReducedChanceToBlockUnique__1"] = { affix = "", "30% reduced Chance to Block Attack and Spell Damage", statOrderKey = "736", statOrder = { 736 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChillEffectivenessOnSelfUniqueRing28"] = { affix = "", "75% reduced Effect of Chill on you", statOrderKey = "1187", statOrder = { 1187 }, level = 30, group = "ChillEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["TemporalChainsEffectivenessOnSelfUniqueRing27"] = { affix = "", "Temporal Chains has 50% reduced Effect on you", statOrderKey = "1186", statOrder = { 1186 }, level = 28, group = "TemporalChainsEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["TemporalChainsEffectivenessOnSelfUnique__1"] = { affix = "", "Unaffected by Temporal Chains", statOrderKey = "7528", statOrder = { 7528 }, level = 80, group = "TemporalChainsEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["PhysicalDamageOnSkillUseUniqueHelmetInt8"] = { affix = "", "Your Skills deal you 400% of Mana Spent on Skill Mana Costs as Physical Damage", statOrderKey = "1719", statOrder = { 1719 }, level = 1, group = "PhysicalDamageOnSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedFireDamageTakenUniqueBodyStrDex5"] = { affix = "", "20% increased Fire Damage taken", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["FireDamageTakenConvertedToPhysicalUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrderKey = "1906", statOrder = { 1906 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, + ["FireDamageTakenConvertedToPhysicalUnique__1"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrderKey = "1905", statOrder = { 1905 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, + ["LocalAddedFireDamageAgainstIgnitedEnemiesUniqueSceptre9"] = { affix = "", "Adds 15 to 25 Fire Damage to Attacks against Ignited Enemies", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "AddedFireDamageVsIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["CastSocketedMinionSpellsOnKillUniqueBow12"] = { affix = "", "Trigger Socketed Minion Spells on Kill with this Weapon", "Minion Spells Triggered by this Item have a 0.25 second Cooldown with 5 Uses", statOrderKey = "434,434.1", statOrder = { 434, 434.1 }, level = 1, group = "CastSocketedMinionSpellsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "minion" }, }, + ["IncreasedMinionDamagePerDexterityUniqueBow12"] = { affix = "", "Minions deal 1% increased Damage per 5 Dexterity", statOrderKey = "1484", statOrder = { 1484 }, level = 1, group = "IncreasedMinionDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["CastSocketedSpellsOnShockedEnemyKillUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells on Killing a Shocked Enemy", statOrderKey = "433", statOrder = { 433 }, level = 1, group = "CastSocketedSpellsOnShockedEnemyKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MaxPowerChargesIsZeroUniqueAmulet19"] = { affix = "", "Cannot gain Power Charges", statOrderKey = "2432", statOrder = { 2432 }, level = 1, group = "MaxPowerChargesIsZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedDamagePerCurseUniqueHelmetInt9"] = { affix = "", "(10-20)% increased Damage with Hits and Ailments per Curse on Enemy", statOrderKey = "2431", statOrder = { 2431 }, level = 1, group = "DamageToEnemiesPerCurse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["StealChargesOnHitPercentUniqueGlovesStrDex6"] = { affix = "", "10% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2410", statOrder = { 2410 }, level = 1, group = "StealCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["StealChargesOnHitPercentUnique__1"] = { affix = "", "25% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2410", statOrder = { 2410 }, level = 1, group = "StealCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["IncreasedPhysicalDamagePerEnduranceChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Physical Damage per Endurance Charge", statOrderKey = "1641", statOrder = { 1641 }, level = 1, group = "IncreasedPhysicalDamagePerEndurance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "10% increased Physical Damage per Endurance Charge", statOrderKey = "1641", statOrder = { 1641 }, level = 1, group = "IncreasedPhysicalDamagePerEndurance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedDamageVsFullLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Full Life", statOrderKey = "2414", statOrder = { 2414 }, level = 1, group = "DamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageVsLowLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Low Life", statOrderKey = "2415", statOrder = { 2415 }, level = 1, group = "DamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalPenetrationPerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "Penetrate 1% Elemental Resistances per Frenzy Charge", statOrderKey = "2413", statOrder = { 2413 }, level = 1, group = "ElementalPenetrationPerFrenzy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ChargeDurationUniqueBodyDexInt3"] = { affix = "", "100% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2443", statOrder = { 2443 }, level = 1, group = "ChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["ElementalStatusAilmentDurationUniqueAmulet19"] = { affix = "", "20% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1376", statOrder = { 1376 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ElementalStatusAilmentDurationDescentUniqueQuiver1"] = { affix = "", "50% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1376", statOrder = { 1376 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ElementalStatusAilmentDurationUnique__1_"] = { affix = "", "(10-15)% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1376", statOrder = { 1376 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["CanOnlyKillFrozenEnemiesUniqueGlovesStrInt3"] = { affix = "", "Your Hits can only Kill Frozen Enemies", statOrderKey = "2438", statOrder = { 2438 }, level = 1, group = "CanOnlyKillFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FreezeDurationUniqueGlovesStrInt3"] = { affix = "", "25% increased Freeze Duration on Enemies", statOrderKey = "1373", statOrder = { 1373 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeChillDurationUnique__1"] = { affix = "", "10000% increased Chill Duration on Enemies", "10000% increased Freeze Duration on Enemies", statOrderKey = "1371,1373", statOrder = { 1371, 1373 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeDurationUnique__1"] = { affix = "", "30% increased Freeze Duration on Enemies", statOrderKey = "1373", statOrder = { 1373 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ElementalPenetrationMarakethSceptreImplicit1"] = { affix = "", "Damage Penetrates 4% Elemental Resistances", statOrderKey = "2399", statOrder = { 2399 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalPenetrationMarakethSceptreImplicit2"] = { affix = "", "Damage Penetrates 6% Elemental Resistances", statOrderKey = "2399", statOrder = { 2399 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["MinonAreaOfEffectUniqueRing33"] = { affix = "", "Minions have 10% increased Area of Effect", statOrderKey = "2441", statOrder = { 2441 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionAreaOfEffectUnique__1"] = { affix = "", "Minions have (6-8)% increased Area of Effect", statOrderKey = "2441", statOrder = { 2441 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PhysicalDamageToSelfOnMinionDeathUniqueRing33"] = { affix = "", "350 Physical Damage taken on Minion Death", statOrderKey = "2444", statOrder = { 2444 }, level = 25, group = "SelfPhysicalDamageOnMinionDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageToSelfOnMinionDeathESPercentUniqueRing33_"] = { affix = "", "8% of Maximum Energy Shield taken as Physical Damage on Minion Death", statOrderKey = "2440", statOrder = { 2440 }, level = 1, group = "SelfPhysicalDamageOnMinionDeathPerES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DealNoPhysicalDamageUniqueBelt14"] = { affix = "", "Deal no Physical Damage", statOrderKey = "2213", statOrder = { 2213 }, level = 65, group = "DealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DealNoNonPhysicalDamageUniqueBelt__1"] = { affix = "", "Deal no Non-Physical Damage", statOrderKey = "2214", statOrder = { 2214 }, level = 65, group = "DealNoNonPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["RangedAttacksConsumeAmmoUniqueBelt__1"] = { affix = "", "Attacks that Fire Projectiles Consume up to 1 additional Steel Shard", statOrderKey = "4045", statOrder = { 4045 }, level = 1, group = "RangedAttacksConsumeAmmo", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalProjectilesAfterAmmoConsumedUniqueBelt__1"] = { affix = "", "Skills Fire 3 additional Projectiles for 4 seconds after", "you consume a total of 12 Steel Shards", statOrderKey = "7273,7273.1", statOrder = { 7273, 7273.1 }, level = 1, group = "AdditionalProjectilesAfterAmmoConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["LifeLeechFromAttacksAgainstChilledEnemiesUniqueBelt14"] = { affix = "", "300% of Attack Damage Leeched as Life against Chilled Enemies", statOrderKey = "1219", statOrder = { 1219 }, level = 65, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechPermyriadFromAttacksAgainstChilledEnemiesUniqueBelt14"] = { affix = "", "1% of Attack Damage Leeched as Life against Chilled Enemies", statOrderKey = "1220", statOrder = { 1220 }, level = 65, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["FasterBurnFromAttacksEnemiesUniqueBelt14"] = { affix = "", "Ignites you inflict with Attacks deal Damage 35% faster", statOrderKey = "2017", statOrder = { 2017 }, level = 65, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack", "ailment" }, }, + ["SocketedGemsProjectilesNovaUniqueStaff10"] = { affix = "", "Socketed Gems fire Projectiles in a circle", statOrderKey = "340", statOrder = { 340 }, level = 1, group = "DisplaySocketedGemsNova", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsAdditionalProjectilesUniqueStaff10_"] = { affix = "", "Socketed Gems fire 4 additional Projectiles", statOrderKey = "339", statOrder = { 339 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsAdditionalProjectilesUniqueWand9"] = { affix = "", "Socketed Gems fire an additional Projectile", statOrderKey = "339", statOrder = { 339 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsReducedDurationUniqueStaff10"] = { affix = "", "Socketed Gems have 70% reduced Skill Effect Duration", statOrderKey = "341", statOrder = { 341 }, level = 1, group = "DisplaySocketedGemReducedDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SupportedByReducedManaUniqueBodyDexInt4"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrderKey = "253", statOrder = { 253 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByGenerosityUniqueBodyDexInt4_"] = { affix = "", "Socketed Gems are Supported by Level 30 Generosity", statOrderKey = "254", statOrder = { 254 }, level = 1, group = "DisplaySocketedGemGenerosity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["IncreasedAuraEffectUniqueBodyDexInt4"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["IncreasedAuraEffectUniqueJewel45"] = { affix = "", "3% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["IncreasedAuraRadiusUniqueBodyDexInt4"] = { affix = "", "(20-40)% increased Area of Effect of Aura Skills", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["IncreasedAuraRadiusUnique__1"] = { affix = "", "20% increased Area of Effect of Aura Skills", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["ChaosDamagePoisonsUniqueDagger10"] = { affix = "", "Your Chaos Damage Poisons Enemies", statOrderKey = "2448", statOrder = { 2448 }, level = 1, group = "ChaosDamagePoisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChaosDamageChanceToPoisonUnique__1"] = { affix = "", "Your Chaos Damage has 60% chance to Poison Enemies", statOrderKey = "2449", statOrder = { 2449 }, level = 1, group = "ChaosDamagePoisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["IncreasedElementalDamagePerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Elemental Damage per Frenzy Charge", statOrderKey = "1640", statOrder = { 1640 }, level = 1, group = "IncreasedElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["MinesMultipleDetonationUniqueStaff11"] = { affix = "", "Mines can be Detonated an additional time", statOrderKey = "2450", statOrder = { 2450 }, level = 1, group = "MinesMultipleDetonation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainOnslaughtWhenCullingEnemyUniqueOneHandAxe6"] = { affix = "", "You gain Onslaught for 3 seconds on Culling Strike", statOrderKey = "2445", statOrder = { 2445 }, level = 1, group = "OnslaughtBuffOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe6"] = { affix = "", "Adds (3-5) to (7-10) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LifeLeechUniqueOneHandAxe6"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueOneHandAxe6"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["CannotBeChilledWhenOnslaughtUniqueOneHandAxe6"] = { affix = "", "Cannot be Chilled during Onslaught", statOrderKey = "2447", statOrder = { 2447 }, level = 1, group = "CannotBeChilledWhenOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["LifeRegenerationRatePercentageUniqueAmulet21"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 20, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentageUniqueShieldStrInt3"] = { affix = "", "Regenerate 3% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentageUniqueJewel24"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationAuraUniqueAmulet21"] = { affix = "", "40% increased Mana Regeneration Rate", "Regenerate 2% of Life per second", statOrderKey = "1128,1453", statOrder = { 1128, 1453 }, level = 1, group = "ShapersSeedAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["LifeRegenerationRatePercentUniqueShieldStr5"] = { affix = "", "You and your Totems Regenerate 0.5% of Life per second for each Summoned Totem", statOrderKey = "7604", statOrder = { 7604 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__1"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__2"] = { affix = "", "Regenerate 5% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__3"] = { affix = "", "Regenerate 1% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__4_"] = { affix = "", "Regenerate 1% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentImplicitUnique__5"] = { affix = "", "Regenerate (1-2)% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["RemoteMineLayingSpeedUniqueStaff11"] = { affix = "", "(40-60)% increased Mine Throwing Speed", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["RemoteMineLayingSpeedUnique__1"] = { affix = "", "(10-15)% reduced Mine Throwing Speed", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["RemoteMineArmingSpeedUnique__1"] = { affix = "", "Mines have (40-50)% increased Detonation Speed", statOrderKey = "6775", statOrder = { 6775 }, level = 1, group = "MineArmingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["LessMineDamageUniqueStaff11"] = { affix = "", "35% less Mine Damage", statOrderKey = "759", statOrder = { 759 }, level = 1, group = "LessMineDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["SupportedByRemoteMineUniqueStaff11"] = { affix = "", "Socketed Gems are Supported by Level 10 Blastchain Mine", statOrderKey = "256", statOrder = { 256 }, level = 1, group = "SupportedByRemoteMineLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ColdWeaponDamageUniqueOneHandMace4"] = { affix = "", "(30-40)% increased Cold Damage with Attack Skills", statOrderKey = "4499", statOrder = { 4499 }, level = 1, group = "ColdWeaponDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedLightningDamageWhileUnarmedUniqueGlovesStr4_"] = { affix = "", "Adds (150-225) to (525-600) Lightning Damage to Unarmed Melee Hits", statOrderKey = "1898", statOrder = { 1898 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamagetoSpellsWhileUnarmedUniqueGlovesStr4"] = { affix = "", "Adds (90-135) to (315-360) Lightning Damage to Spells while Unarmed", statOrderKey = "1899", statOrder = { 1899 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["GainEnergyShieldOnKillShockedEnemyUniqueGlovesStr4"] = { affix = "", "+(200-250) Energy Shield gained on Killing a Shocked Enemy", statOrderKey = "2023", statOrder = { 2023 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GainEnergyShieldOnKillShockedEnemyUnique__1_"] = { affix = "", "+(90-120) Energy Shield gained on Killing a Shocked Enemy", statOrderKey = "2023", statOrder = { 2023 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["CannotKnockBackUniqueOneHandMace5_"] = { affix = "", "Cannot Knock Enemies Back", statOrderKey = "2427", statOrder = { 2427 }, level = 1, group = "CannotKnockBack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChillOnAttackStunUniqueOneHandMace5"] = { affix = "", "All Attack Damage Chills when you Stun", statOrderKey = "2428", statOrder = { 2428 }, level = 1, group = "ChillOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, + ["DisplayLifeRegenerationAuraUniqueAmulet21"] = { affix = "", "Nearby Allies gain 2% of Life Regenerated per second", statOrderKey = "2416", statOrder = { 2416 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DisplayManaRegenerationAuaUniqueAmulet21"] = { affix = "", "Nearby Allies gain 40% increased Mana Regeneration Rate", statOrderKey = "2421", statOrder = { 2421 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedRarityWhenSlayingFrozenUniqueOneHandMace4"] = { affix = "", "40% increased Rarity of Items Dropped by Frozen Enemies", statOrderKey = "2117", statOrder = { 2117 }, level = 1, group = "MonsterDroppedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SwordPhysicalDamageToAddAsFireUniqueOneHandSword10"] = { affix = "", "Gain (66-99)% of Sword Physical Damage as Extra Fire Damage", statOrderKey = "2457", statOrder = { 2457 }, level = 1, group = "SwordPhysicalDamageToAddAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["CannotBeBuffedByAlliedAurasUniqueOneHandSword11"] = { affix = "", "Allies' Aura Buffs do not affect you", statOrderKey = "2435", statOrder = { 2435 }, level = 1, group = "CannotBeBuffedByAlliedAuras", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AurasCannotBuffAlliesUniqueOneHandSword11"] = { affix = "", "Your Aura Buffs do not affect allies", statOrderKey = "2437", statOrder = { 2437 }, level = 1, group = "AurasCannotBuffAllies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["IncreasedBuffEffectivenessUniqueOneHandSword11"] = { affix = "", "10% increased Effect of Buffs on you", statOrderKey = "1646", statOrder = { 1646 }, level = 1, group = "BuffEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedBuffEffectivenessBodyInt12"] = { affix = "", "30% increased Effect of Buffs on you", statOrderKey = "1646", statOrder = { 1646 }, level = 1, group = "BuffEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemyKnockbackDirectionReversedUniqueGlovesStr5_"] = { affix = "", "Knockback direction is reversed", statOrderKey = "2434", statOrder = { 2434 }, level = 1, group = "EnemyKnockbackDirectionReversed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplaySupportedByKnockbackUniqueGlovesStr5"] = { affix = "", "Socketed Gems are Supported by Level 10 Knockback", statOrderKey = "260", statOrder = { 260 }, level = 1, group = "DisplaySupportedByKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["LifeRegenPerMinutePerEnduranceChargeUniqueBodyDexInt3"] = { affix = "", "Regenerate (20-30) Life per second per Endurance Charge", statOrderKey = "2426", statOrder = { 2426 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenPerMinutePerEnduranceChargeUnique__1"] = { affix = "", "Regenerate (100-140) Life per second per Endurance Charge", statOrderKey = "2426", statOrder = { 2426 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MonstersFleeOnFlaskUseUniqueFlask9"] = { affix = "", "75% chance to cause Enemies to Flee on use", statOrderKey = "562", statOrder = { 562 }, level = 1, group = "MonstersFleeOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["PhysicalDamageOnFlaskUseUniqueFlask9"] = { affix = "", "(7-10)% more Melee Physical Damage during effect", statOrderKey = "669", statOrder = { 669 }, level = 1, group = "PhysicalDamageOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "damage", "physical", "attack" }, }, + ["KnockbackOnFlaskUseUniqueFlask9"] = { affix = "", "Adds Knockback to Melee Attacks during Flask effect", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "KnockbackOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "attack" }, }, + ["CausesBleedingImplicitMarakethRapier1"] = { affix = "", "Causes Bleeding on Hit", statOrderKey = "1939", statOrder = { 1939 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LifeAndManaOnHitImplicitMarakethClaw1"] = { affix = "", "+6 Life and Mana gained for each Enemy hit", statOrderKey = "1264", statOrder = { 1264 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitImplicitMarakethClaw2"] = { affix = "", "+10 Life and Mana gained for each Enemy hit", statOrderKey = "1264", statOrder = { 1264 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitImplicitMarakethClaw3"] = { affix = "", "+14 Life and Mana gained for each Enemy hit", statOrderKey = "1264", statOrder = { 1264 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw1"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", "+6 Mana gained for each Enemy hit by Attacks", statOrderKey = "1260,1267", statOrder = { 1260, 1267 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw2"] = { affix = "", "+28 Life gained for each Enemy hit by Attacks", "+10 Mana gained for each Enemy hit by Attacks", statOrderKey = "1260,1267", statOrder = { 1260, 1267 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw3"] = { affix = "", "+38 Life gained for each Enemy hit by Attacks", "+14 Mana gained for each Enemy hit by Attacks", statOrderKey = "1260,1267", statOrder = { 1260, 1267 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaLeechImplicitMarakethClaw1"] = { affix = "", "0.8% of Physical Attack Damage Leeched as Life and Mana", statOrderKey = "1196", statOrder = { 1196 }, level = 1, group = "LifeAndManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "physical", "attack" }, }, + ["IcestormUniqueStaff12"] = { affix = "", "Grants Level 1 Icestorm Skill", statOrderKey = "387", statOrder = { 387 }, level = 1, group = "IcestormActiveSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PowerChargeOnMeleeStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun with Melee Damage", statOrderKey = "2193", statOrder = { 2193 }, level = 1, group = "PowerChargeOnMeleeStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun", statOrderKey = "2194", statOrder = { 2194 }, level = 1, group = "PowerChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["UnholyMightOnMeleeCritUniqueSceptre10"] = { affix = "", "Gain Unholy Might for 2 seconds on Melee Critical Strike", statOrderKey = "2337", statOrder = { 2337 }, level = 1, group = "UnholyMightOnMeleeCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["UnholyMightOnCritUniqueSceptre10"] = { affix = "", "Gain Unholy Might for 4 seconds on Critical Strike", statOrderKey = "2339", statOrder = { 2339 }, level = 1, group = "UnholyMightOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChanceToAvoidElementalStatusAilmentsUniqueAmulet22"] = { affix = "", "5% chance to Avoid Elemental Ailments", statOrderKey = "1359", statOrder = { 1359 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidElementalStatusAilmentsUniqueJewel46"] = { affix = "", "3% chance to Avoid Elemental Ailments", statOrderKey = "1359", statOrder = { 1359 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToBePiercedUniqueBodyStr6"] = { affix = "", "Enemy Projectiles Pierce you", statOrderKey = "7092", statOrder = { 7092 }, level = 1, group = "ProjectilesAlwaysPierceYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IronWillUniqueGlovesStrInt4__"] = { affix = "", "Iron Will", statOrderKey = "7691", statOrder = { 7691 }, level = 1, group = "IronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GluttonyOfElementsUniqueAmulet23"] = { affix = "", "Grants Level 10 Gluttony of Elements Skill", statOrderKey = "370", statOrder = { 370 }, level = 1, group = "DisplayGluttonyOfElements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SocketedGemsSupportedByPierceUniqueBodyStr6"] = { affix = "", "Socketed Gems are Supported by Level 15 Pierce", statOrderKey = "267", statOrder = { 267 }, level = 1, group = "DisplaySupportedByPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["LifeRegenPerActiveBuffUniqueBodyInt12"] = { affix = "", "Regenerate (12-20) Life per second per Buff on you", statOrderKey = "5483", statOrder = { 5483 }, level = 1, group = "LifeRegenPerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ProjectileDamageJewelUniqueJewel41"] = { affix = "", "10% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "DamageForm", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["PhysicalDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DamageOverTimeUnique___1"] = { affix = "", "(8-12)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AttackAndCastSpeedJewelUniqueJewel43"] = { affix = "", "4% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__1"] = { affix = "", "(10-15)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 75, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__2"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__3"] = { affix = "", "(6-9)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__4"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__5"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__6"] = { affix = "", "(5-7)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__7"] = { affix = "", "(5-8)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["StrengthDexterityUnique__1"] = { affix = "", "+20 to Strength and Dexterity", statOrderKey = "746", statOrder = { 746 }, level = 1, group = "StrengthDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthDexterityImplicitSword_1"] = { affix = "", "+50 to Strength and Dexterity", statOrderKey = "746", statOrder = { 746 }, level = 1, group = "StrengthDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthIntelligenceUnique__1"] = { affix = "", "+20 to Strength and Intelligence", statOrderKey = "747", statOrder = { 747 }, level = 1, group = "StrengthIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthIntelligenceUnique__2"] = { affix = "", "+(10-30) to Strength and Intelligence", statOrderKey = "747", statOrder = { 747 }, level = 1, group = "StrengthIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityIntelligenceUnique__1__"] = { affix = "", "+20 to Dexterity and Intelligence", statOrderKey = "748", statOrder = { 748 }, level = 1, group = "DexterityIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["LifeLeechJewel"] = { affix = "Hungering", "(1-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { "not_str", "default", }, weightVal = { 0, 500 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ManaLeechJewel"] = { affix = "Thirsting", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SpellLifeLeechJewel"] = { affix = "Transfusing", "1% of Spell Damage Leeched as Life", statOrderKey = "1201", statOrder = { 1201 }, level = 1, group = "LifeLeech", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["SpellManaLeechJewel"] = { affix = "Siphoning", "1% of Spell Damage Leeched as Mana", statOrderKey = "1229", statOrder = { 1229 }, level = 1, group = "ManaLeech", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "caster" }, }, + ["PercentIncreasedAccuracyJewelUnique__1"] = { affix = "", "20% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["TrapCritChanceUnique__1"] = { affix = "", "(100-120)% increased Critical Strike Chance with Traps", statOrderKey = "1022", statOrder = { 1022 }, level = 1, group = "FormCritChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ManaCostReductionUniqueJewel44"] = { affix = "", "3% reduced Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreasedUniqueCorruptedJewel3"] = { affix = "", "50% increased Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["KnockbackChanceUnique__1"] = { affix = "", "10% chance to Knock Enemies Back on hit", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "Knockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionElementalResistancesUnique__1"] = { affix = "", "Minions have +(7-10)% to all Elemental Resistances", statOrderKey = "2334", statOrder = { 2334 }, level = 1, group = "MinionElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance", "minion" }, }, + ["ReducedTotemDamageUniqueJewel26"] = { affix = "", "(30-50)% reduced Totem Damage", statOrderKey = "755", statOrder = { 755 }, level = 1, group = "TotemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TotemDamageUnique__1_"] = { affix = "", "40% increased Totem Damage", statOrderKey = "755", statOrder = { 755 }, level = 1, group = "TotemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["JewelStrToDex"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrderKey = "2465", statOrder = { 2465 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelStrToDexUniqueJewel13"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrderKey = "2465", statOrder = { 2465 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueJewel13"] = { affix = "", "+(16-24) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["JewelDexToInt"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrderKey = "2468", statOrder = { 2468 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelDexToIntUniqueJewel11"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrderKey = "2468", statOrder = { 2468 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueJewel11"] = { affix = "", "+(16-24) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["JewelIntToStr"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrderKey = "2469", statOrder = { 2469 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelIntToStrUniqueJewel34"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrderKey = "2469", statOrder = { 2469 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueJewel34"] = { affix = "", "+(16-24) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["JewelStrToInt"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrderKey = "2466", statOrder = { 2466 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelStrToIntUniqueJewel35"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrderKey = "2466", statOrder = { 2466 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueJewel35"] = { affix = "", "+(16-24) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["JewelIntToDex"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrderKey = "2470", statOrder = { 2470 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelIntToDexUniqueJewel36"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrderKey = "2470", statOrder = { 2470 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueJewel36"] = { affix = "", "+(16-24) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["JewelDexToStr"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrderKey = "2467", statOrder = { 2467 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelDexToStrUniqueJewel37"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrderKey = "2467", statOrder = { 2467 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueJewel37"] = { affix = "", "+(16-24) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["ReducedAttackAndCastSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUniqueRing39"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["LifeLeechLocal1"] = { affix = "Remora's", "(1-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 9, group = "LifeLeech", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal2"] = { affix = "Lamprey's", "(3-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 25, group = "LifeLeech", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal3"] = { affix = "Vampire's", "(5-6)% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 72, group = "LifeLeech", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocalUniqueOneHandMace8"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocalPermyriadUniqueOneHandMace8__"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ManaLeechLocal1"] = { affix = "Thirsty", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1226", statOrder = { 1226 }, level = 9, group = "ManaLeech", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["AoEKnockBackOnFlaskUseUniqueFlask9_"] = { affix = "", "Knocks Back Enemies in an Area when you use a Flask", statOrderKey = "561", statOrder = { 561 }, level = 1, group = "AoEKnockBackOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["AttacksCostNoManaUniqueTwoHandAxe9"] = { affix = "", "Your Attacks do not cost Mana", statOrderKey = "1404", statOrder = { 1404 }, level = 1, group = "AttacksCostNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["CannotLeechOrRegenerateManaUniqueTwoHandAxe9"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrderKey = "2020", statOrder = { 2020 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["CannotLeechOrRegenerateManaUnique__1_"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrderKey = "2020", statOrder = { 2020 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ResoluteTechniqueUniqueTwoHandAxe9"] = { affix = "", "Resolute Technique", statOrderKey = "7690", statOrder = { 7690 }, level = 1, group = "ResoluteTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["JewelUniqueAllocateDisconnectedPassives"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrderKey = "703", statOrder = { 703 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["JewelRingRadiusValuesUnique__1"] = { affix = "", "Only affects Passives in Small Ring", statOrderKey = "5", statOrder = { 5 }, level = 1, group = "JewelRingRadiusValues", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AllocateDisconnectedPassivesDonutUnique__1"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrderKey = "571", statOrder = { 571 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AvoidStunUniqueRingVictors"] = { affix = "", "(10-20)% chance to Avoid being Stunned", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AvoidStunUnique__1"] = { affix = "", "30% chance to Avoid being Stunned", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AvoidElementalAilmentsUnique__1_"] = { affix = "", "30% chance to Avoid Elemental Ailments", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["LocalChanceToBleedImplicitMarakethRapier1"] = { affix = "", "15% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["LocalChanceToBleedImplicitMarakethRapier2"] = { affix = "", "20% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["LocalChanceToBleedUniqueDagger12"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["LocalChanceToBleedUniqueOneHandMace8"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["LocalChanceToBleedUnique__1__"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "1800", statOrder = { 1800 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedUnique__1_"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrderKey = "1806", statOrder = { 1806 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedUnique__2__"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrderKey = "1806", statOrder = { 1806 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedUnique__3_"] = { affix = "", "Attacks have 15% chance to cause Bleeding", statOrderKey = "1806", statOrder = { 1806 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["StealRareModUniqueJewel3"] = { affix = "", "With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain 1 of its Modifiers for 20 seconds", statOrderKey = "2365", statOrder = { 2365 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnarmedAreaOfEffectUniqueJewel4"] = { affix = "", "(10-15)% increased Area of Effect while Unarmed", statOrderKey = "2361", statOrder = { 2361 }, level = 1, group = "UnarmedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnarmedStrikeRangeUniqueJewel__1_"] = { affix = "", "+(3-4) to Melee Strike Range while Unarmed", statOrderKey = "2383", statOrder = { 2383 }, level = 1, group = "UnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["UniqueJewelMeleeToBow"] = { affix = "", "Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers", statOrderKey = "2372", statOrder = { 2372 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ChaosDamageIncreasedPerIntUniqueJewel2"] = { affix = "", "5% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius", statOrderKey = "2376", statOrder = { 2376 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["PassivesApplyToMinionsUniqueJewel7"] = { affix = "", "Passives in Radius apply to Minions instead of you", statOrderKey = "2377", statOrder = { 2377 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SpellDamagePerIntelligenceUniqueStaff12"] = { affix = "", "1% increased Spell Damage per 10 Intelligence", statOrderKey = "2033", statOrder = { 2033 }, level = 1, group = "SpellDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Culling Strike", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyAlliesHaveCullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "998", statOrder = { 998 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyAlliesHaveCriticalStrikeMultiplierUnique__1"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["LifeOnCorpseRemovalUniqueJewel14"] = { affix = "", "Recover 2% of Life when you Consume a corpse", statOrderKey = "2362", statOrder = { 2362 }, level = 1, group = "LifeOnCorpseRemoval", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TotemLifePerStrengthUniqueJewel15"] = { affix = "", "3% increased Totem Life per 10 Strength Allocated in Radius", statOrderKey = "2363", statOrder = { 2363 }, level = 1, group = "TotemLifePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TotemsCannotBeStunnedUniqueJewel15"] = { affix = "", "Totems cannot be Stunned", statOrderKey = "2369", statOrder = { 2369 }, level = 1, group = "TotemsCannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionDodgeChanceUniqueJewel16"] = { affix = "", "Minions have (2-5)% chance to Dodge Attack Hits", statOrderKey = "2364", statOrder = { 2364 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, - ["MinionDodgeChanceUnique__1"] = { affix = "", "Minions have (6-10)% chance to Dodge Attack Hits", statOrderKey = "2364", statOrder = { 2364 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, - ["FireDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (3-5) to (8-12) Fire Attack Damage per Buff on you", statOrderKey = "698", statOrder = { 698 }, level = 1, group = "FireDamagePerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["FireSpellDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (2-3) to (5-8) Fire Spell Damage per Buff on you", statOrderKey = "699", statOrder = { 699 }, level = 1, group = "FireDamagePerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["MinionLifeRecoveryOnBlockUniqueJewel18"] = { affix = "", "Minions Recover 2% of their Life when they Block", statOrderKey = "2368", statOrder = { 2368 }, level = 1, group = "MinionLifeRecoveryOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life", "minion" }, }, - ["IncreasedDamageWhileLeechingLifeUniqueJewel19"] = { affix = "", "(25-30)% increased Damage while Leeching", statOrderKey = "2370", statOrder = { 2370 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedDamageWhileLeechingUnique__1"] = { affix = "", "(30-40)% increased Damage while Leeching", statOrderKey = "2370", statOrder = { 2370 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedDamageWhileLeechingUnique__2__"] = { affix = "", "(15-25)% increased Damage while Leeching", statOrderKey = "2370", statOrder = { 2370 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MovementVelocityWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrderKey = "2105", statOrder = { 2105 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityWhileIgnitedUnique__1"] = { affix = "", "10% increased Movement Speed while Ignited", statOrderKey = "2105", statOrder = { 2105 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityWhileIgnitedUnique__2"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrderKey = "2105", statOrder = { 2105 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["FortifyOnMeleeHitUniqueJewel22"] = { affix = "", "10% chance to Fortify on Melee hit", statOrderKey = "1618", statOrder = { 1618 }, level = 1, group = "FortifyOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["DamageTakenUniqueJewel24"] = { affix = "", "10% increased Damage taken", statOrderKey = "1593", statOrder = { 1593 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedDamagePerMagicItemJewel25"] = { affix = "", "(20-25)% increased Damage for each Magic Item Equipped", statOrderKey = "2384", statOrder = { 2384 }, level = 1, group = "IncreasedDamagePerMagicItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AdditionalTotemProjectilesUniqueJewel26"] = { affix = "", "Totems fire 2 additional Projectiles", statOrderKey = "2386", statOrder = { 2386 }, level = 1, group = "AdditionalTotemProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnholyMightOnMeleeKillUniqueJewel28"] = { affix = "", "5% chance to Gain Unholy Might for 4 seconds on Melee Kill", statOrderKey = "2388", statOrder = { 2388 }, level = 1, group = "UnholyMightOnMeleeKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["SpellDamageWithNoManaReservedUniqueJewel30"] = { affix = "", "(40-60)% increased Spell Damage while no Mana is Reserved", statOrderKey = "2389", statOrder = { 2389 }, level = 1, group = "SpellDamageWithNoManaReserved", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["AllAttributesPerAssignedKeystoneUniqueJewel32"] = { affix = "", "4% increased Attributes per allocated Keystone", statOrderKey = "2392", statOrder = { 2392 }, level = 1, group = "AllAttributesPerAssignedKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["LifeOnHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "+3 Life gained for each Elemental Ailment on Enemies hit by your Attacks", statOrderKey = "2379", statOrder = { 2379 }, level = 1, group = "LifeOnHitPerStatusAilmentOnEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeOnSpellHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "+3 Life gained for each Elemental Ailment on Enemies hit by your Spells", statOrderKey = "2380", statOrder = { 2380 }, level = 1, group = "LifeOnSpellHitPerStatusAilmentOnEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have Culling Strike", statOrderKey = "1842", statOrder = { 1842 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have 30% increased Item Rarity", statOrderKey = "999", statOrder = { 999 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9"] = { affix = "", "Nearby Allies have +50% to Critical Strike Multiplier", statOrderKey = "5774", statOrder = { 5774 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["DisplayNearbyAlliesHaveFortifyTwoHandAxe9"] = { affix = "", "Nearby Allies have Fortify", statOrderKey = "5776", statOrder = { 5776 }, level = 1, group = "Fortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalVaalSoulOnKillUniqueCorruptedJewel4_"] = { affix = "", "(20-30)% chance to gain an additional Vaal Soul on Kill", statOrderKey = "2409", statOrder = { 2409 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["VaalSkillDurationUniqueCorruptedJewel5"] = { affix = "", "(15-20)% increased Vaal Skill Effect Duration", statOrderKey = "2410", statOrder = { 2410 }, level = 1, group = "VaalSkillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["VaalSkillRefundChanceUniqueCorruptedJewel5"] = { affix = "", "Vaal Skills have (15-20)% chance to regain consumed Souls when used", statOrderKey = "7368", statOrder = { 7368 }, level = 1, group = "VaalSkillRefundChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["VaalSkillCriticalStrikeChanceCorruptedJewel6"] = { affix = "", "(80-120)% increased Vaal Skill Critical Strike Chance", statOrderKey = "2412", statOrder = { 2412 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical", "vaal" }, }, - ["VaalSkillCriticalStrikeMultiplierCorruptedJewel6"] = { affix = "", "+(22-30)% to Vaal Skill Critical Strike Multiplier", statOrderKey = "2413", statOrder = { 2413 }, level = 1, group = "VaalSkillCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "vaal" }, }, - ["AttackDamageUniqueJewel42"] = { affix = "", "8% increased Attack Damage", statOrderKey = "627", statOrder = { 627 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["IncreasedFlaskEffectUniqueJewel45"] = { affix = "", "Flasks applied to you have 8% increased Effect", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "FlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["CurseEffectivenessUniqueJewel45"] = { affix = "", "4% increased Effect of your Curses", statOrderKey = "1910", statOrder = { 1910 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseEffectivenessUnique__2_"] = { affix = "", "(15-20)% increased Effect of your Curses", statOrderKey = "1910", statOrder = { 1910 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseEffectivenessUnique__3_"] = { affix = "", "(10-15)% increased Effect of your Curses", statOrderKey = "1910", statOrder = { 1910 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseEffectivenessUnique__4"] = { affix = "", "(25-35)% increased Effect of your Curses", statOrderKey = "1910", statOrder = { 1910 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ManaCostOfTotemAurasUniqueCorruptedJewel8"] = { affix = "", "60% reduced Cost of Aura Skills that summon Totems", statOrderKey = "2415", statOrder = { 2415 }, level = 1, group = "ManaCostOfTotemAuras", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AdditionalVaalSoulOnShatterUniqueCorruptedJewel7"] = { affix = "", "50% chance to gain an additional Vaal Soul per Enemy Shattered", statOrderKey = "2414", statOrder = { 2414 }, level = 1, group = "AdditionalVaalSoulOnShatter", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["IncreasedCorruptedGemExperienceUniqueCorruptedJewel9"] = { affix = "", "10% increased Experience Gain for Corrupted Gems", statOrderKey = "2416", statOrder = { 2416 }, level = 1, group = "IncreasedCorruptedGemExperience", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["CorruptThresholdSoulEaterOnVaalSkillUseUniqueCorruptedJewel11"] = { affix = "", "With 5 Corrupted Items Equipped: Gain Soul Eater for 10 seconds on Vaal Skill use", statOrderKey = "2419", statOrder = { 2419 }, level = 1, group = "CorruptThresholdSoulEaterOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["CorruptThresholdPhysBypassesESUniqueCorruptedJewel12"] = { affix = "", "With 5 Corrupted Items Equipped: 50% of Chaos Damage does not bypass Energy Shield, and 50% of Physical Damage bypasses Energy Shield", statOrderKey = "2418", statOrder = { 2418 }, level = 1, group = "CorruptThresholdPhysBypassesES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences", "chaos" }, }, - ["CorruptThresholdLifeLeechUsesChaosDamageUniqueCorruptedJewel10"] = { affix = "", "With 5 Corrupted Items Equipped: Life Leech recovers based on your Chaos Damage instead", statOrderKey = "2417", statOrder = { 2417 }, level = 1, group = "CorruptThresholdLifeLeechUsesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, - ["ManaGainedOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Recover 1% of Mana on Kill", statOrderKey = "1135", statOrder = { 1135 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LifeLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of Life on Kill", statOrderKey = "1134", statOrder = { 1134 }, level = 1, group = "LifeLostOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnergyShieldLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of Energy Shield on Kill", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "EnergyShieldLostOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["PunishmentSelfCurseOnKillUniqueCorruptedJewel13"] = { affix = "", "(20-30)% chance to Curse you with Punishment on Kill, with 40% increased Effect", statOrderKey = "2426", statOrder = { 2426 }, level = 1, group = "PunishmentSelfCurseOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["AdditionalCurseOnSelfUniqueCorruptedJewel13"] = { affix = "", "An additional Curse can be applied to you", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "AdditionalCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["IncreasedDamagePerCurseOnSelfCorruptedJewel13_"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrderKey = "645", statOrder = { 645 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageTakenOnFullESUniqueCorruptedJewel15"] = { affix = "", "10% increased Damage taken while on Full Energy Shield", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageTakenOnFullESUnique__1"] = { affix = "", "15% increased Damage taken while on Full Energy Shield", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ConvertLightningToColdUniqueRing34"] = { affix = "", "40% of Lightning Damage Converted to Cold Damage", statOrderKey = "1332", statOrder = { 1332 }, level = 25, group = "ConvertLightningToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "lightning" }, }, - ["SpellChanceToShockFrozenEnemiesUniqueRing34"] = { affix = "", "Your spells have 100% chance to Shock against Frozen Enemies", statOrderKey = "2232", statOrder = { 2232 }, level = 1, group = "SpellChanceToShockFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster", "ailment" }, }, - ["ClawPhysDamageAndEvasionPerDexUniqueJewel47"] = { affix = "", "1% increased Evasion Rating per 3 Dexterity Allocated in Radius", "1% increased Claw Physical Damage per 3 Dexterity Allocated in Radius", "1% increased Melee Physical Damage with Unarmed Attacks per 3 Dexterity Allocated in Radius", statOrderKey = "2428,2429,2444", statOrder = { 2428, 2429, 2444 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "physical_damage", "defences", "damage", "physical", "attack" }, }, - ["ColdAndPhysicalNodesInRadiusSwapPropertiesUniqueJewel48_"] = { affix = "", "Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage", "Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage", statOrderKey = "2431,2432", statOrder = { 2431, 2432 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["AllDamageInRadiusBecomesFireUniqueJewel49"] = { affix = "", "Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage", statOrderKey = "2430", statOrder = { 2430 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["EnergyShieldInRadiusIncreasesArmourUniqueJewel50"] = { affix = "", "Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value", statOrderKey = "2433", statOrder = { 2433 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LifeInRadiusBecomesEnergyShieldAtHalfValueUniqueJewel51"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield", statOrderKey = "2434", statOrder = { 2434 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LifePerIntelligenceInRadusUniqueJewel52"] = { affix = "", "Adds 1 to Maximum Life per 3 Intelligence Allocated in Radius", statOrderKey = "2439", statOrder = { 2439 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AddedLightningDamagePerDexInRadiusUniqueJewel53"] = { affix = "", "Adds 1 to 2 Lightning Damage to Attacks", "Adds 1 maximum Lightning Damage to Attacks per 1 Dexterity Allocated in Radius", statOrderKey = "800,2438", statOrder = { 800, 2438 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LifePassivesBecomeManaPassivesInRadiusUniqueJewel54"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value", statOrderKey = "2442", statOrder = { 2442 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["DexterityAndIntelligenceGiveStrengthMeleeBonusInRadiusUniqueJewel55"] = { affix = "", "Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus", statOrderKey = "2443", statOrder = { 2443 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LifeGainOnEndurangeChargeConsumptionUniqueBodyStrInt6"] = { affix = "", "Gain 100 Life when you lose an Endurance Charge", statOrderKey = "2319", statOrder = { 2319 }, level = 1, group = "LifeGainOnEnduranceChargeConsumption", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SummonTotemCastSpeedUnique__1"] = { affix = "", "(14-20)% increased Totem Placement speed", statOrderKey = "1887", statOrder = { 1887 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedUnique__2"] = { affix = "", "(30-50)% increased Totem Placement speed", statOrderKey = "1887", statOrder = { 1887 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedImplicit1"] = { affix = "", "(20-30)% increased Totem Placement speed", statOrderKey = "1887", statOrder = { 1887 }, level = 93, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AttackDamageAgainstBleedingUniqueDagger11"] = { affix = "", "40% increased Attack Damage against Bleeding Enemies", statOrderKey = "1807", statOrder = { 1807 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["AttackDamageAgainstBleedingUniqueOneHandMace8"] = { affix = "", "30% increased Attack Damage against Bleeding Enemies", statOrderKey = "1807", statOrder = { 1807 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["AttackDamageAgainstBleedingUnique__1__"] = { affix = "", "(25-40)% increased Attack Damage against Bleeding Enemies", statOrderKey = "1807", statOrder = { 1807 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["FlammabilityOnHitUniqueOneHandAxe7"] = { affix = "", "Curse Enemies with Flammability on Hit", statOrderKey = "2045", statOrder = { 2045 }, level = 1, group = "FlammabilityOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["FlammabilityOnHitUnique__1"] = { affix = "", "Curse Enemies with Flammability on Hit, with 40% increased Effect", statOrderKey = "1839", statOrder = { 1839 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["LightningWarpSkillUniqueOneHandAxe8"] = { affix = "", "Grants Level 1 Lightning Warp Skill", statOrderKey = "410", statOrder = { 410 }, level = 1, group = "LightningWarpSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["StunAvoidanceUniqueOneHandSword13"] = { affix = "", "20% chance to Avoid being Stunned", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunAvoidanceUnique___1"] = { affix = "", "20% chance to Avoid being Stunned", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SupportedByMultistrikeUniqueOneHandSword13"] = { affix = "", "Socketed Gems are supported by Level 1 Multistrike", statOrderKey = "242", statOrder = { 242 }, level = 1, group = "SupportedByMultistrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["MeleeDamageAgainstBleedingEnemiesUniqueOneHandMace6"] = { affix = "", "30% increased Melee Damage against Bleeding Enemies", statOrderKey = "1808", statOrder = { 1808 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["MeleeDamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "50% increased Melee Damage against Bleeding Enemies", statOrderKey = "1808", statOrder = { 1808 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["SpellAddedFireDamageUniqueWand10"] = { affix = "", "Adds (4-6) to (8-12) Fire Damage to Spells", statOrderKey = "821", statOrder = { 821 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage to Spells", statOrderKey = "821", statOrder = { 821 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageUnique__2_"] = { affix = "", "Adds (20-30) to 40 Fire Damage to Spells", statOrderKey = "821", statOrder = { 821 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageUnique__3"] = { affix = "", "Adds (4-6) to (7-9) Fire Damage to Spells", statOrderKey = "821", statOrder = { 821 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageUnique__4"] = { affix = "", "Adds (2-3) to (5-6) Fire Damage to Spells", statOrderKey = "821", statOrder = { 821 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageUnique__5"] = { affix = "", "Battlemage", statOrderKey = "7468", statOrder = { 7468 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpellAddedFireDamageUnique__6_"] = { affix = "", "Adds (7-8) to (15-16) Fire Damage to Spells", statOrderKey = "821", statOrder = { 821 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedColdDamageUniqueBootsStrDex5"] = { affix = "", "Adds (25-30) to (40-50) Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUnique__2"] = { affix = "", "Adds (20-30) to 40 Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUnique__3"] = { affix = "", "Adds (2-3) to (5-6) Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUnique__4"] = { affix = "", "Adds (40-60) to (90-110) Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUnique__5"] = { affix = "", "Adds (35-39) to (54-60) Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUnique__6__"] = { affix = "", "Adds (5-6) to (12-14) Cold Damage to Spells", statOrderKey = "822", statOrder = { 822 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__2"] = { affix = "", "Adds (30-40) to (60-70) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (10-12) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (60-70) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__5"] = { affix = "", "Adds (26-35) to (95-105) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__6_"] = { affix = "", "Adds (13-18) to (50-56) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__7"] = { affix = "", "Adds 1 to (30-34) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageTwoHandUniqueStaff8d"] = { affix = "", "Adds (5-15) to (100-140) Lightning Damage to Spells", statOrderKey = "823", statOrder = { 823 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["IncreasedDamagePerCurseOnSelfUniqueCorruptedJewel8"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrderKey = "645", statOrder = { 645 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LocalAddedChaosDamageImplicitE1"] = { affix = "", "Adds (23-33) to (45-60) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 30, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageImplicitE2"] = { affix = "", "Adds (38-48) to (70-90) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 50, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageImplicitE3_"] = { affix = "", "Adds (40-55) to (80-98) Chaos Damage", statOrderKey = "807", statOrder = { 807 }, level = 70, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["DamageWithMovementSkillsUniqueClaw9"] = { affix = "", "20% increased Damage with Movement Skills", statOrderKey = "847", statOrder = { 847 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(35-50)% increased Damage with Movement Skills", statOrderKey = "847", statOrder = { 847 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AttackSpeedWithMovementSkillsUniqueClaw9"] = { affix = "", "15% increased Attack Speed with Movement Skills", statOrderKey = "848", statOrder = { 848 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["AttackSpeedWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(10-20)% increased Attack Speed with Movement Skills", statOrderKey = "848", statOrder = { 848 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["LifeGainedOnKillingIgnitedEnemiesUniqueWand10_"] = { affix = "", "+10 Life gained on Killing Ignited Enemies", statOrderKey = "1133", statOrder = { 1133 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedOnKillingIgnitedEnemiesUnique__1"] = { affix = "", "+(20-30) Life gained on Killing Ignited Enemies", statOrderKey = "1133", statOrder = { 1133 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DamageTakenFromSkeletonsUniqueOneHandSword12_"] = { affix = "", "10% increased Damage taken from Skeletons", statOrderKey = "1602", statOrder = { 1602 }, level = 1, group = "DamageTakenFromSkeletons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageTakenFromGhostsUniqueOneHandSword12"] = { affix = "", "10% increased Damage taken from Ghosts", statOrderKey = "1603", statOrder = { 1603 }, level = 1, group = "DamageTakenFromGhosts", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBeShockedWhileFrozenUniqueStaff14"] = { affix = "", "You cannot be Shocked while Frozen", statOrderKey = "2199", statOrder = { 2199 }, level = 1, group = "CannotBeShockedWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["LifeLeechPhysicalAgainstBleedingEnemiesUniqueOneHandMace8"] = { affix = "", "3% of Attack Damage Leeched as Life against Bleeding Enemies", statOrderKey = "1081", statOrder = { 1081 }, level = 1, group = "LifeLeechPhysicalAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DisplaySocketedGemsSupportedByMinionLifeUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Minion Life", statOrderKey = "258", statOrder = { 258 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsSupportedByLesserMultipleProjectilesUniqueRing36"] = { affix = "", "Socketed Gems are Supported by Level 12 Lesser Multiple Projectiles", statOrderKey = "259", statOrder = { 259 }, level = 1, group = "DisplaySocketedGemsSupportedByLesserMultipleProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsSupportedByIncreasedMinionDamageUniqueRing36"] = { affix = "", "Socketed Gems are Supported by Level 17 Minion Damage", statOrderKey = "260", statOrder = { 260 }, level = 1, group = "DisplaySocketedGemsSupportedByIncreasedMinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsSupportedByIncreasedCriticalDamageUniqueRing37_"] = { affix = "", "Socketed Gems are Supported by Level 16 Increased Critical Damage", statOrderKey = "261", statOrder = { 261 }, level = 1, group = "DisplaySocketedGemsSupportedByIncreasedCriticalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsSupportedByMinionSpeedUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 16 Minion Speed", statOrderKey = "262", statOrder = { 262 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ManaGainedOnHitAgainstTauntedEnemyUniqueShieldInt5"] = { affix = "", "Gain +3 Mana when you hit a Taunted Enemy", statOrderKey = "1161", statOrder = { 1161 }, level = 1, group = "ManaOnHitVsTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LifeGainedOnTauntingEnemyUniqueShieldStr4"] = { affix = "", "Gain +10 Life when you Taunt an Enemy", statOrderKey = "1160", statOrder = { 1160 }, level = 1, group = "LifeGainedOnTauntingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedOnTauntingEnemyUnique__1"] = { affix = "", "Gain +50 Life when you Taunt an Enemy", statOrderKey = "1160", statOrder = { 1160 }, level = 1, group = "LifeGainedOnTauntingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedTauntDurationUniqueShieldStr4"] = { affix = "", "20% increased Taunt Duration", statOrderKey = "1159", statOrder = { 1159 }, level = 1, group = "TauntDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaughtOnKillingTauntedEnemyUniqueShieldDex7"] = { affix = "", "You gain Onslaught for 2 seconds on Killing Taunted Enemies", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "OnslaughtOnKillingTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaughtOnKillingTauntedEnemyUnique__1"] = { affix = "", "You gain Onslaught for 1 seconds on Killing Taunted Enemies", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "OnslaughtOnKillingTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TotemAreaOfEffectUniqueShieldStr5"] = { affix = "", "15% increased Area of Effect for Skills used by Totems", statOrderKey = "1890", statOrder = { 1890 }, level = 1, group = "TotemAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeLeechFromTotemSkillsUniqueShieldStr5"] = { affix = "", "1% of Damage Leeched as Life for Skills used by Totems", statOrderKey = "1891", statOrder = { 1891 }, level = 1, group = "LifeLeechFromTotemSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AnimateWeaponDurationUniqueTwoHandMace8"] = { affix = "", "30% less Animate Weapon Duration", statOrderKey = "2095", statOrder = { 2095 }, level = 1, group = "AnimateWeaponDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["NumberOfAdditionalAnimateWeaponCopiesUniqueTwoHandMace8"] = { affix = "", "Weapons you Animate create an additional copy", statOrderKey = "2097", statOrder = { 2097 }, level = 1, group = "NumberOfAdditionalAnimateWeaponCopies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["DamageYouReflectGainedAsLifeUniqueHelmetDexInt6"] = { affix = "", "30% of Damage you Reflect to Enemies when Hit is gained as Life", statOrderKey = "2006", statOrder = { 2006 }, level = 1, group = "DamageYouReflectGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DamageYouReflectGainedAsLifeUnique__1"] = { affix = "", "10% of Damage you Reflect to Enemies when Hit is gained as Life", statOrderKey = "2006", statOrder = { 2006 }, level = 1, group = "DamageYouReflectGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ImmuneToChilledGroundUniqueBootsStrDex5"] = { affix = "", "Unaffected by Chilled Ground", statOrderKey = "7336", statOrder = { 7336 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ImmuneToBurningGroundUniqueBootsStr3"] = { affix = "", "Unaffected by Burning Ground", statOrderKey = "7333", statOrder = { 7333 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, - ["ImmuneToShockedGroundUniqueBootsDexInt4"] = { affix = "", "Unaffected by Shocked Ground", statOrderKey = "7348", statOrder = { 7348 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ImmuneToDesecratedGroundUniqueBootsInt6"] = { affix = "", "Unaffected by Desecrated Ground", statOrderKey = "7339", statOrder = { 7339 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["ShockedGroundWhenHitUniqueHelmetInt10"] = { affix = "", "20% chance to create Shocked Ground when Hit", statOrderKey = "1886", statOrder = { 1886 }, level = 1, group = "ShockedGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ShockedGroundWhenHitUnique__1"] = { affix = "", "Trigger Level 10 Shock Ground when Hit", statOrderKey = "387", statOrder = { 387 }, level = 1, group = "ShockedGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AddedLightningDamageToSpellsAndAttacksUniqueHelmetInt10"] = { affix = "", "Adds 1 to (60-80) Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (3-15) to (80-100) Lightning Damage to Spells and Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["RandomCurseOnHitChanceUniqueHelmetInt10"] = { affix = "", "20% chance to Curse non-Cursed Enemies with a random Hex on Hit", statOrderKey = "7001", statOrder = { 7001 }, level = 1, group = "RandomCurseOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CanInflictMultipleIgnitesUniqueRing38"] = { affix = "", "You can inflict an additional Ignite on an Enemy", statOrderKey = "6821", statOrder = { 6821 }, level = 1, group = "CanInflictMultipleIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["EmberwakeLessBurningDamageUniqueRing38"] = { affix = "", "Ignited Enemies Burn (50-65)% slower", statOrderKey = "1874", statOrder = { 1874 }, level = 1, group = "EmberwakeLessBurningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["GainPhasingOnVaalSkillUseUnique__1"] = { affix = "", "You gain Phasing for 10 seconds on using a Vaal Skill", statOrderKey = "2227", statOrder = { 2227 }, level = 1, group = "GainPhasingOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["MovementSpeedWhilePhasedUnique__1"] = { affix = "", "15% increased Movement Speed while Phasing", statOrderKey = "1913", statOrder = { 1913 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSpeedWhilePhasedUnique__2"] = { affix = "", "10% increased Movement Speed while Phasing", statOrderKey = "1913", statOrder = { 1913 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["LifePerRedSocket"] = { affix = "", "+30 to Maximum Life per Red Socket", statOrderKey = "2011", statOrder = { 2011 }, level = 1, group = "LifePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnergyShieldPerBlueSocket"] = { affix = "", "+30 to Maximum Energy Shield per Blue Socket", statOrderKey = "2019", statOrder = { 2019 }, level = 1, group = "EnergyShieldPerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ManaPerGreenSocket"] = { affix = "", "+30 to Maximum Mana per Green Socket", statOrderKey = "2015", statOrder = { 2015 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LifePerRedSocketUniqueRing39"] = { affix = "", "+100 to Maximum Life per Red Socket", statOrderKey = "2011", statOrder = { 2011 }, level = 1, group = "LifePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnergyShieldPerBlueSocketUniqueRing39"] = { affix = "", "+100 to Maximum Energy Shield per Blue Socket", statOrderKey = "2019", statOrder = { 2019 }, level = 1, group = "EnergyShieldPerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ManaPerGreenSocketUniqueRing39"] = { affix = "", "+100 to Maximum Mana per Green Socket", statOrderKey = "2015", statOrder = { 2015 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedDamageOnZeroEnergyShieldUniqueShieldStrInt8"] = { affix = "", "(20-30)% increased Damage while you have no Energy Shield", statOrderKey = "2029", statOrder = { 2029 }, level = 1, group = "IncreasedDamageOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedArmourOnZeroEnergyShieldUnique__1"] = { affix = "", "100% increased Global Armour while you have no Energy Shield", statOrderKey = "2030", statOrder = { 2030 }, level = 1, group = "IncreasedArmourOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["UnholyMightOnBlockChanceUniqueShieldStrInt8"] = { affix = "", "30% chance to gain Unholy Might on block for 3 seconds", statOrderKey = "2354", statOrder = { 2354 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["UnholyMightOnBlockChanceUnique__1"] = { affix = "", "Gain Unholy Might on block for 10 seconds", statOrderKey = "2354", statOrder = { 2354 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["IncreasedDamageOnBurningGroundUniqueBootsInt6"] = { affix = "", "50% increased Damage on Burning Ground", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "IncreasedDamageOnBurningGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LifeRegenerationPercentOnChilledGroundUniqueBootsInt6"] = { affix = "", "Regenerate 2% of Life per second on Chilled Ground", statOrderKey = "1508", statOrder = { 1508 }, level = 1, group = "LifeRegenerationPercentOnChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MovementVelocityOnShockedGroundUniqueBootsInt6_"] = { affix = "", "20% increased Movement Speed on Shocked Ground", statOrderKey = "1506", statOrder = { 1506 }, level = 1, group = "MovementVelocityOnShockedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChaosDamageLifeLeechPermyriadUniqueShieldStrInt8"] = { affix = "", "0.4% of Chaos Damage Leeched as Life", statOrderKey = "1070", statOrder = { 1070 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, - ["ChaosDamageLifeLeechPermyriadUnique__1"] = { affix = "", "0.2% of Chaos Damage Leeched as Life", statOrderKey = "1070", statOrder = { 1070 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, - ["ChaosDamageLifeLeechPermyriadUnique__2"] = { affix = "", "0.5% of Chaos Damage Leeched as Life", statOrderKey = "1070", statOrder = { 1070 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, - ["PhysicalDamageAddedAsChaosUniqueShiledStrInt8"] = { affix = "", "Gain (5-10)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "PhysicalDamageAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ItemQuantityPerWhiteSocketUniqueRing39_"] = { affix = "", "15% increased Item Quantity per White Socket", statOrderKey = "2023", statOrder = { 2023 }, level = 75, group = "ItemQuantityPerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChaosDamageDoesNotBypassESDuringFlaskEffectUnique__1"] = { affix = "", "Chaos Damage does not bypass Energy Shield during effect", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "ChaosDamageDoesNotBypassESDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUseUnique__1"] = { affix = "", "Removes all but one Life on use", "Removed life is Regenerated as Energy Shield over 2 seconds", statOrderKey = "2449,2449.1", statOrder = { 2449, 2449.1 }, level = 1, group = "RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["AllocateDisconnectedPassivesDonutUnique__1"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrderKey = "703", statOrder = { 703 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvoidStunUniqueRingVictors"] = { affix = "", "(10-20)% chance to Avoid being Stunned", statOrderKey = "1367", statOrder = { 1367 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvoidStunUnique__1"] = { affix = "", "30% chance to Avoid being Stunned", statOrderKey = "1367", statOrder = { 1367 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvoidElementalAilmentsUnique__1_"] = { affix = "", "30% chance to Avoid Elemental Ailments", statOrderKey = "1359", statOrder = { 1359 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["LocalChanceToBleedImplicitMarakethRapier1"] = { affix = "", "15% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedImplicitMarakethRapier2"] = { affix = "", "20% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedUniqueDagger12"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedUniqueOneHandMace8"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedUnique__1__"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedUnique__1_"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrderKey = "1948", statOrder = { 1948 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedUnique__2__"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrderKey = "1948", statOrder = { 1948 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedUnique__3_"] = { affix = "", "Attacks have 15% chance to cause Bleeding", statOrderKey = "1948", statOrder = { 1948 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["StealRareModUniqueJewel3"] = { affix = "", "With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain 1 of its Modifiers for 20 seconds", statOrderKey = "2475", statOrder = { 2475 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnarmedAreaOfEffectUniqueJewel4"] = { affix = "", "(10-15)% increased Area of Effect while Unarmed", statOrderKey = "2471", statOrder = { 2471 }, level = 1, group = "UnarmedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnarmedStrikeRangeUniqueJewel__1_"] = { affix = "", "+(3-4) to Melee Strike Range while Unarmed", statOrderKey = "2493", statOrder = { 2493 }, level = 1, group = "UnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["UniqueJewelMeleeToBow"] = { affix = "", "Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers", statOrderKey = "2482", statOrder = { 2482 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ChaosDamageIncreasedPerIntUniqueJewel2"] = { affix = "", "5% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius", statOrderKey = "2486", statOrder = { 2486 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["PassivesApplyToMinionsUniqueJewel7"] = { affix = "", "Passives in Radius apply to Minions instead of you", statOrderKey = "2487", statOrder = { 2487 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SpellDamagePerIntelligenceUniqueStaff12"] = { affix = "", "1% increased Spell Damage per 10 Intelligence", statOrderKey = "2160", statOrder = { 2160 }, level = 1, group = "SpellDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Culling Strike", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesHaveCullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesHaveCriticalStrikeMultiplierUnique__1"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LifeOnCorpseRemovalUniqueJewel14"] = { affix = "", "Recover 2% of Life when you Consume a corpse", statOrderKey = "2472", statOrder = { 2472 }, level = 1, group = "LifeOnCorpseRemoval", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemLifePerStrengthUniqueJewel15"] = { affix = "", "3% increased Totem Life per 10 Strength Allocated in Radius", statOrderKey = "2473", statOrder = { 2473 }, level = 1, group = "TotemLifePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemsCannotBeStunnedUniqueJewel15"] = { affix = "", "Totems cannot be Stunned", statOrderKey = "2479", statOrder = { 2479 }, level = 1, group = "TotemsCannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionDodgeChanceUniqueJewel16"] = { affix = "", "Minions have (2-5)% chance to Dodge Attack Hits", statOrderKey = "2474", statOrder = { 2474 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, + ["MinionDodgeChanceUnique__1"] = { affix = "", "Minions have (6-10)% chance to Dodge Attack Hits", statOrderKey = "2474", statOrder = { 2474 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, + ["FireDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (3-5) to (8-12) Fire Attack Damage per Buff on you", statOrderKey = "831", statOrder = { 831 }, level = 1, group = "FireDamagePerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["FireSpellDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (2-3) to (5-8) Fire Spell Damage per Buff on you", statOrderKey = "832", statOrder = { 832 }, level = 1, group = "FireDamagePerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["MinionLifeRecoveryOnBlockUniqueJewel18"] = { affix = "", "Minions Recover 2% of their Life when they Block", statOrderKey = "2478", statOrder = { 2478 }, level = 1, group = "MinionLifeRecoveryOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life", "minion" }, }, + ["IncreasedDamageWhileLeechingLifeUniqueJewel19"] = { affix = "", "(25-30)% increased Damage while Leeching", statOrderKey = "2480", statOrder = { 2480 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageWhileLeechingUnique__1"] = { affix = "", "(30-40)% increased Damage while Leeching", statOrderKey = "2480", statOrder = { 2480 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageWhileLeechingUnique__2__"] = { affix = "", "(15-25)% increased Damage while Leeching", statOrderKey = "2480", statOrder = { 2480 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MovementVelocityWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrderKey = "2229", statOrder = { 2229 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityWhileIgnitedUnique__1"] = { affix = "", "10% increased Movement Speed while Ignited", statOrderKey = "2229", statOrder = { 2229 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityWhileIgnitedUnique__2"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrderKey = "2229", statOrder = { 2229 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["FortifyOnMeleeHitUniqueJewel22"] = { affix = "", "10% chance to Fortify on Melee hit", statOrderKey = "1760", statOrder = { 1760 }, level = 1, group = "FortifyOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DamageTakenUniqueJewel24"] = { affix = "", "10% increased Damage taken", statOrderKey = "1735", statOrder = { 1735 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedDamagePerMagicItemJewel25"] = { affix = "", "(20-25)% increased Damage for each Magic Item Equipped", statOrderKey = "2494", statOrder = { 2494 }, level = 1, group = "IncreasedDamagePerMagicItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AdditionalTotemProjectilesUniqueJewel26"] = { affix = "", "Totems fire 2 additional Projectiles", statOrderKey = "2496", statOrder = { 2496 }, level = 1, group = "AdditionalTotemProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnholyMightOnMeleeKillUniqueJewel28"] = { affix = "", "5% chance to Gain Unholy Might for 4 seconds on Melee Kill", statOrderKey = "2498", statOrder = { 2498 }, level = 1, group = "UnholyMightOnMeleeKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SpellDamageWithNoManaReservedUniqueJewel30"] = { affix = "", "(40-60)% increased Spell Damage while no Mana is Reserved", statOrderKey = "2499", statOrder = { 2499 }, level = 1, group = "SpellDamageWithNoManaReserved", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["AllAttributesPerAssignedKeystoneUniqueJewel32"] = { affix = "", "4% increased Attributes per allocated Keystone", statOrderKey = "2502", statOrder = { 2502 }, level = 1, group = "AllAttributesPerAssignedKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["LifeOnHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "+3 Life gained for each Elemental Ailment on Enemies hit by your Attacks", statOrderKey = "2489", statOrder = { 2489 }, level = 1, group = "LifeOnHitPerStatusAilmentOnEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeOnSpellHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "+3 Life gained for each Elemental Ailment on Enemies hit by your Spells", statOrderKey = "2490", statOrder = { 2490 }, level = 1, group = "LifeOnSpellHitPerStatusAilmentOnEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have Culling Strike", statOrderKey = "1984", statOrder = { 1984 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have 30% increased Item Rarity", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9"] = { affix = "", "Nearby Allies have +50% to Critical Strike Multiplier", statOrderKey = "5918", statOrder = { 5918 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["DisplayNearbyAlliesHaveFortifyTwoHandAxe9"] = { affix = "", "Nearby Allies have Fortify", statOrderKey = "5920", statOrder = { 5920 }, level = 1, group = "Fortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalVaalSoulOnKillUniqueCorruptedJewel4_"] = { affix = "", "(20-30)% chance to gain an additional Vaal Soul on Kill", statOrderKey = "2519", statOrder = { 2519 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["VaalSkillDurationUniqueCorruptedJewel5"] = { affix = "", "(15-20)% increased Vaal Skill Effect Duration", statOrderKey = "2520", statOrder = { 2520 }, level = 1, group = "VaalSkillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["VaalSkillRefundChanceUniqueCorruptedJewel5"] = { affix = "", "Vaal Skills have (15-20)% chance to regain consumed Souls when used", statOrderKey = "7545", statOrder = { 7545 }, level = 1, group = "VaalSkillRefundChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["VaalSkillCriticalStrikeChanceCorruptedJewel6"] = { affix = "", "(80-120)% increased Vaal Skill Critical Strike Chance", statOrderKey = "2522", statOrder = { 2522 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical", "vaal" }, }, + ["VaalSkillCriticalStrikeMultiplierCorruptedJewel6"] = { affix = "", "+(22-30)% to Vaal Skill Critical Strike Multiplier", statOrderKey = "2523", statOrder = { 2523 }, level = 1, group = "VaalSkillCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "vaal" }, }, + ["AttackDamageUniqueJewel42"] = { affix = "", "8% increased Attack Damage", statOrderKey = "760", statOrder = { 760 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["IncreasedFlaskEffectUniqueJewel45"] = { affix = "", "Flasks applied to you have 8% increased Effect", statOrderKey = "2164", statOrder = { 2164 }, level = 1, group = "FlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["CurseEffectivenessUniqueJewel45"] = { affix = "", "4% increased Effect of your Curses", statOrderKey = "2047", statOrder = { 2047 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessUnique__2_"] = { affix = "", "(15-20)% increased Effect of your Curses", statOrderKey = "2047", statOrder = { 2047 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessUnique__3_"] = { affix = "", "(10-15)% increased Effect of your Curses", statOrderKey = "2047", statOrder = { 2047 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessUnique__4"] = { affix = "", "(25-35)% increased Effect of your Curses", statOrderKey = "2047", statOrder = { 2047 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ManaCostOfTotemAurasUniqueCorruptedJewel8"] = { affix = "", "60% reduced Cost of Aura Skills that summon Totems", statOrderKey = "2525", statOrder = { 2525 }, level = 1, group = "ManaCostOfTotemAuras", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AdditionalVaalSoulOnShatterUniqueCorruptedJewel7"] = { affix = "", "50% chance to gain an additional Vaal Soul per Enemy Shattered", statOrderKey = "2524", statOrder = { 2524 }, level = 1, group = "AdditionalVaalSoulOnShatter", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["IncreasedCorruptedGemExperienceUniqueCorruptedJewel9"] = { affix = "", "10% increased Experience Gain for Corrupted Gems", statOrderKey = "2526", statOrder = { 2526 }, level = 1, group = "IncreasedCorruptedGemExperience", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["CorruptThresholdSoulEaterOnVaalSkillUseUniqueCorruptedJewel11"] = { affix = "", "With 5 Corrupted Items Equipped: Gain Soul Eater for 10 seconds on Vaal Skill use", statOrderKey = "2529", statOrder = { 2529 }, level = 1, group = "CorruptThresholdSoulEaterOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["CorruptThresholdPhysBypassesESUniqueCorruptedJewel12"] = { affix = "", "With 5 Corrupted Items Equipped: 50% of Chaos Damage does not bypass Energy Shield, and 50% of Physical Damage bypasses Energy Shield", statOrderKey = "2528", statOrder = { 2528 }, level = 1, group = "CorruptThresholdPhysBypassesES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences", "chaos" }, }, + ["CorruptThresholdLifeLeechUsesChaosDamageUniqueCorruptedJewel10"] = { affix = "", "With 5 Corrupted Items Equipped: Life Leech recovers based on your Chaos Damage instead", statOrderKey = "2527", statOrder = { 2527 }, level = 1, group = "CorruptThresholdLifeLeechUsesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["ManaGainedOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Recover 1% of Mana on Kill", statOrderKey = "1277", statOrder = { 1277 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LifeLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of Life on Kill", statOrderKey = "1276", statOrder = { 1276 }, level = 1, group = "LifeLostOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of Energy Shield on Kill", statOrderKey = "1278", statOrder = { 1278 }, level = 1, group = "EnergyShieldLostOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["PunishmentSelfCurseOnKillUniqueCorruptedJewel13"] = { affix = "", "(20-30)% chance to Curse you with Punishment on Kill, with 40% increased Effect", statOrderKey = "2536", statOrder = { 2536 }, level = 1, group = "PunishmentSelfCurseOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnSelfUniqueCorruptedJewel13"] = { affix = "", "An additional Curse can be applied to you", statOrderKey = "1673", statOrder = { 1673 }, level = 1, group = "AdditionalCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedDamagePerCurseOnSelfCorruptedJewel13_"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrderKey = "778", statOrder = { 778 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageTakenOnFullESUniqueCorruptedJewel15"] = { affix = "", "10% increased Damage taken while on Full Energy Shield", statOrderKey = "1741", statOrder = { 1741 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageTakenOnFullESUnique__1"] = { affix = "", "15% increased Damage taken while on Full Energy Shield", statOrderKey = "1741", statOrder = { 1741 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ConvertLightningToColdUniqueRing34"] = { affix = "", "40% of Lightning Damage Converted to Cold Damage", statOrderKey = "1473", statOrder = { 1473 }, level = 25, group = "ConvertLightningToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "lightning" }, }, + ["SpellChanceToShockFrozenEnemiesUniqueRing34"] = { affix = "", "Your spells have 100% chance to Shock against Frozen Enemies", statOrderKey = "2347", statOrder = { 2347 }, level = 1, group = "SpellChanceToShockFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster", "ailment" }, }, + ["ClawPhysDamageAndEvasionPerDexUniqueJewel47"] = { affix = "", "1% increased Evasion Rating per 3 Dexterity Allocated in Radius", "1% increased Claw Physical Damage per 3 Dexterity Allocated in Radius", "1% increased Melee Physical Damage with Unarmed Attacks per 3 Dexterity Allocated in Radius", statOrderKey = "2538,2539,2554", statOrder = { 2538, 2539, 2554 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "physical_damage", "defences", "damage", "physical", "attack" }, }, + ["ColdAndPhysicalNodesInRadiusSwapPropertiesUniqueJewel48_"] = { affix = "", "Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage", "Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage", statOrderKey = "2541,2542", statOrder = { 2541, 2542 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["AllDamageInRadiusBecomesFireUniqueJewel49"] = { affix = "", "Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage", statOrderKey = "2540", statOrder = { 2540 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["EnergyShieldInRadiusIncreasesArmourUniqueJewel50"] = { affix = "", "Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value", statOrderKey = "2543", statOrder = { 2543 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LifeInRadiusBecomesEnergyShieldAtHalfValueUniqueJewel51"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield", statOrderKey = "2544", statOrder = { 2544 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LifePerIntelligenceInRadusUniqueJewel52"] = { affix = "", "Adds 1 to Maximum Life per 3 Intelligence Allocated in Radius", statOrderKey = "2549", statOrder = { 2549 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AddedLightningDamagePerDexInRadiusUniqueJewel53"] = { affix = "", "Adds 1 to 2 Lightning Damage to Attacks", "Adds 1 maximum Lightning Damage to Attacks per 1 Dexterity Allocated in Radius", statOrderKey = "933,2548", statOrder = { 933, 2548 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LifePassivesBecomeManaPassivesInRadiusUniqueJewel54"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value", statOrderKey = "2552", statOrder = { 2552 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["DexterityAndIntelligenceGiveStrengthMeleeBonusInRadiusUniqueJewel55"] = { affix = "", "Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus", statOrderKey = "2553", statOrder = { 2553 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LifeGainOnEndurangeChargeConsumptionUniqueBodyStrInt6"] = { affix = "", "Gain 100 Life when you lose an Endurance Charge", statOrderKey = "2430", statOrder = { 2430 }, level = 1, group = "LifeGainOnEnduranceChargeConsumption", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SummonTotemCastSpeedUnique__1"] = { affix = "", "(14-20)% increased Totem Placement speed", statOrderKey = "2029", statOrder = { 2029 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedUnique__2"] = { affix = "", "(30-50)% increased Totem Placement speed", statOrderKey = "2029", statOrder = { 2029 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedImplicit1"] = { affix = "", "(20-30)% increased Totem Placement speed", statOrderKey = "2029", statOrder = { 2029 }, level = 93, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AttackDamageAgainstBleedingUniqueDagger11"] = { affix = "", "40% increased Attack Damage against Bleeding Enemies", statOrderKey = "1949", statOrder = { 1949 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AttackDamageAgainstBleedingUniqueOneHandMace8"] = { affix = "", "30% increased Attack Damage against Bleeding Enemies", statOrderKey = "1949", statOrder = { 1949 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AttackDamageAgainstBleedingUnique__1__"] = { affix = "", "(25-40)% increased Attack Damage against Bleeding Enemies", statOrderKey = "1949", statOrder = { 1949 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FlammabilityOnHitUniqueOneHandAxe7"] = { affix = "", "Curse Enemies with Flammability on Hit", statOrderKey = "2172", statOrder = { 2172 }, level = 1, group = "FlammabilityOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["FlammabilityOnHitUnique__1"] = { affix = "", "Curse Enemies with Flammability on Hit, with 40% increased Effect", statOrderKey = "1981", statOrder = { 1981 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["LightningWarpSkillUniqueOneHandAxe8"] = { affix = "", "Grants Level 1 Lightning Warp Skill", statOrderKey = "413", statOrder = { 413 }, level = 1, group = "LightningWarpSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["StunAvoidanceUniqueOneHandSword13"] = { affix = "", "20% chance to Avoid being Stunned", statOrderKey = "1367", statOrder = { 1367 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunAvoidanceUnique___1"] = { affix = "", "20% chance to Avoid being Stunned", statOrderKey = "1367", statOrder = { 1367 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SupportedByMultistrikeUniqueOneHandSword13"] = { affix = "", "Socketed Gems are supported by Level 1 Multistrike", statOrderKey = "245", statOrder = { 245 }, level = 1, group = "SupportedByMultistrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["MeleeDamageAgainstBleedingEnemiesUniqueOneHandMace6"] = { affix = "", "30% increased Melee Damage against Bleeding Enemies", statOrderKey = "1950", statOrder = { 1950 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "50% increased Melee Damage against Bleeding Enemies", statOrderKey = "1950", statOrder = { 1950 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["SpellAddedFireDamageUniqueWand10"] = { affix = "", "Adds (4-6) to (8-12) Fire Damage to Spells", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage to Spells", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__2_"] = { affix = "", "Adds (20-30) to 40 Fire Damage to Spells", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__3"] = { affix = "", "Adds (4-6) to (7-9) Fire Damage to Spells", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__4"] = { affix = "", "Adds (2-3) to (5-6) Fire Damage to Spells", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__5"] = { affix = "", "Battlemage", statOrderKey = "7649", statOrder = { 7649 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellAddedFireDamageUnique__6_"] = { affix = "", "Adds (7-8) to (15-16) Fire Damage to Spells", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedColdDamageUniqueBootsStrDex5"] = { affix = "", "Adds (25-30) to (40-50) Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__2"] = { affix = "", "Adds (20-30) to 40 Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__3"] = { affix = "", "Adds (2-3) to (5-6) Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__4"] = { affix = "", "Adds (40-60) to (90-110) Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__5"] = { affix = "", "Adds (35-39) to (54-60) Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__6__"] = { affix = "", "Adds (5-6) to (12-14) Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__2"] = { affix = "", "Adds (30-40) to (60-70) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__2Royale__"] = { affix = "", "Adds (3-5) to (7-10) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (10-12) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (60-70) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__5"] = { affix = "", "Adds (26-35) to (95-105) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__6_"] = { affix = "", "Adds (13-18) to (50-56) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__7"] = { affix = "", "Adds 1 to (30-34) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHandUniqueStaff8d"] = { affix = "", "Adds (5-15) to (100-140) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["IncreasedDamagePerCurseOnSelfUniqueCorruptedJewel8"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrderKey = "778", statOrder = { 778 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalAddedChaosDamageImplicitE1"] = { affix = "", "Adds (23-33) to (45-60) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 30, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageImplicitE2"] = { affix = "", "Adds (38-48) to (70-90) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 50, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageImplicitE3_"] = { affix = "", "Adds (40-55) to (80-98) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 70, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["DamageWithMovementSkillsUniqueClaw9"] = { affix = "", "20% increased Damage with Movement Skills", statOrderKey = "980", statOrder = { 980 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(35-50)% increased Damage with Movement Skills", statOrderKey = "980", statOrder = { 980 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageWithMovementSkillsUniqueBodyDex5Royale"] = { affix = "", "(15-25)% increased Damage with Movement Skills", statOrderKey = "980", statOrder = { 980 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AttackSpeedWithMovementSkillsUniqueClaw9"] = { affix = "", "15% increased Attack Speed with Movement Skills", statOrderKey = "981", statOrder = { 981 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AttackSpeedWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(10-20)% increased Attack Speed with Movement Skills", statOrderKey = "981", statOrder = { 981 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["LifeGainedOnKillingIgnitedEnemiesUniqueWand10_"] = { affix = "", "+10 Life gained on Killing Ignited Enemies", statOrderKey = "1275", statOrder = { 1275 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedOnKillingIgnitedEnemiesUnique__1"] = { affix = "", "+(20-30) Life gained on Killing Ignited Enemies", statOrderKey = "1275", statOrder = { 1275 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DamageTakenFromSkeletonsUniqueOneHandSword12_"] = { affix = "", "10% increased Damage taken from Skeletons", statOrderKey = "1744", statOrder = { 1744 }, level = 1, group = "DamageTakenFromSkeletons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageTakenFromGhostsUniqueOneHandSword12"] = { affix = "", "10% increased Damage taken from Ghosts", statOrderKey = "1745", statOrder = { 1745 }, level = 1, group = "DamageTakenFromGhosts", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeShockedWhileFrozenUniqueStaff14"] = { affix = "", "You cannot be Shocked while Frozen", statOrderKey = "2320", statOrder = { 2320 }, level = 1, group = "CannotBeShockedWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["LifeLeechPhysicalAgainstBleedingEnemiesUniqueOneHandMace8"] = { affix = "", "3% of Attack Damage Leeched as Life against Bleeding Enemies", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "LifeLeechPhysicalAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DisplaySocketedGemsSupportedByMinionLifeUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Minion Life", statOrderKey = "261", statOrder = { 261 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByLesserMultipleProjectilesUniqueRing36"] = { affix = "", "Socketed Gems are Supported by Level 12 Lesser Multiple Projectiles", statOrderKey = "262", statOrder = { 262 }, level = 1, group = "DisplaySocketedGemsSupportedByLesserMultipleProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByIncreasedMinionDamageUniqueRing36"] = { affix = "", "Socketed Gems are Supported by Level 17 Minion Damage", statOrderKey = "263", statOrder = { 263 }, level = 1, group = "DisplaySocketedGemsSupportedByIncreasedMinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByIncreasedCriticalDamageUniqueRing37_"] = { affix = "", "Socketed Gems are Supported by Level 16 Increased Critical Damage", statOrderKey = "264", statOrder = { 264 }, level = 1, group = "DisplaySocketedGemsSupportedByIncreasedCriticalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByMinionSpeedUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 16 Minion Speed", statOrderKey = "265", statOrder = { 265 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ManaGainedOnHitAgainstTauntedEnemyUniqueShieldInt5"] = { affix = "", "Gain +3 Mana when you hit a Taunted Enemy", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ManaOnHitVsTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LifeGainedOnTauntingEnemyUniqueShieldStr4"] = { affix = "", "Gain +10 Life when you Taunt an Enemy", statOrderKey = "1302", statOrder = { 1302 }, level = 1, group = "LifeGainedOnTauntingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedOnTauntingEnemyUnique__1"] = { affix = "", "Gain +50 Life when you Taunt an Enemy", statOrderKey = "1302", statOrder = { 1302 }, level = 1, group = "LifeGainedOnTauntingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedTauntDurationUniqueShieldStr4"] = { affix = "", "20% increased Taunt Duration", statOrderKey = "1301", statOrder = { 1301 }, level = 1, group = "TauntDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtOnKillingTauntedEnemyUniqueShieldDex7"] = { affix = "", "You gain Onslaught for 2 seconds on Killing Taunted Enemies", statOrderKey = "2079", statOrder = { 2079 }, level = 1, group = "OnslaughtOnKillingTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtOnKillingTauntedEnemyUnique__1"] = { affix = "", "You gain Onslaught for 1 seconds on Killing Taunted Enemies", statOrderKey = "2079", statOrder = { 2079 }, level = 1, group = "OnslaughtOnKillingTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TotemAreaOfEffectUniqueShieldStr5"] = { affix = "", "15% increased Area of Effect for Skills used by Totems", statOrderKey = "2032", statOrder = { 2032 }, level = 1, group = "TotemAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeLeechFromTotemSkillsUniqueShieldStr5"] = { affix = "", "1% of Damage Leeched as Life for Skills used by Totems", statOrderKey = "2033", statOrder = { 2033 }, level = 1, group = "LifeLeechFromTotemSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AnimateWeaponDurationUniqueTwoHandMace8"] = { affix = "", "30% less Animate Weapon Duration", statOrderKey = "2219", statOrder = { 2219 }, level = 1, group = "AnimateWeaponDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["NumberOfAdditionalAnimateWeaponCopiesUniqueTwoHandMace8"] = { affix = "", "Weapons you Animate create an additional copy", statOrderKey = "2221", statOrder = { 2221 }, level = 1, group = "NumberOfAdditionalAnimateWeaponCopies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["DamageYouReflectGainedAsLifeUniqueHelmetDexInt6"] = { affix = "", "30% of Damage you Reflect to Enemies when Hit is gained as Life", statOrderKey = "2133", statOrder = { 2133 }, level = 1, group = "DamageYouReflectGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DamageYouReflectGainedAsLifeUnique__1"] = { affix = "", "10% of Damage you Reflect to Enemies when Hit is gained as Life", statOrderKey = "2133", statOrder = { 2133 }, level = 1, group = "DamageYouReflectGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ImmuneToChilledGroundUniqueBootsStrDex5"] = { affix = "", "Unaffected by Chilled Ground", statOrderKey = "7513", statOrder = { 7513 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ImmuneToBurningGroundUniqueBootsStr3"] = { affix = "", "Unaffected by Burning Ground", statOrderKey = "7510", statOrder = { 7510 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["ImmuneToShockedGroundUniqueBootsDexInt4"] = { affix = "", "Unaffected by Shocked Ground", statOrderKey = "7526", statOrder = { 7526 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ImmuneToDesecratedGroundUniqueBootsInt6"] = { affix = "", "Unaffected by Desecrated Ground", statOrderKey = "7517", statOrder = { 7517 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["ShockedGroundWhenHitUniqueHelmetInt10"] = { affix = "", "20% chance to create Shocked Ground when Hit", statOrderKey = "2028", statOrder = { 2028 }, level = 1, group = "ShockedGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShockedGroundWhenHitUnique__1"] = { affix = "", "Trigger Level 10 Shock Ground when Hit", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "ShockedGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedLightningDamageToSpellsAndAttacksUniqueHelmetInt10"] = { affix = "", "Adds 1 to (60-80) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (3-15) to (80-100) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["RandomCurseOnHitChanceUniqueHelmetInt10"] = { affix = "", "20% chance to Curse non-Cursed Enemies with a random Hex on Hit", statOrderKey = "7141", statOrder = { 7141 }, level = 1, group = "RandomCurseOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CanInflictMultipleIgnitesUniqueRing38"] = { affix = "", "You can inflict an additional Ignite on an Enemy", statOrderKey = "6954", statOrder = { 6954 }, level = 1, group = "CanInflictMultipleIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["EmberwakeLessBurningDamageUniqueRing38"] = { affix = "", "Ignited Enemies Burn (50-65)% slower", statOrderKey = "2016", statOrder = { 2016 }, level = 1, group = "EmberwakeLessBurningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["GainPhasingOnVaalSkillUseUnique__1"] = { affix = "", "You gain Phasing for 10 seconds on using a Vaal Skill", statOrderKey = "2342", statOrder = { 2342 }, level = 1, group = "GainPhasingOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["MovementSpeedWhilePhasedUnique__1"] = { affix = "", "15% increased Movement Speed while Phasing", statOrderKey = "2050", statOrder = { 2050 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedWhilePhasedUnique__2"] = { affix = "", "10% increased Movement Speed while Phasing", statOrderKey = "2050", statOrder = { 2050 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["LifePerRedSocket"] = { affix = "", "+30 to Maximum Life per Red Socket", statOrderKey = "2138", statOrder = { 2138 }, level = 1, group = "LifePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldPerBlueSocket"] = { affix = "", "+30 to Maximum Energy Shield per Blue Socket", statOrderKey = "2146", statOrder = { 2146 }, level = 1, group = "EnergyShieldPerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ManaPerGreenSocket"] = { affix = "", "+30 to Maximum Mana per Green Socket", statOrderKey = "2142", statOrder = { 2142 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LifePerRedSocketUniqueRing39"] = { affix = "", "+100 to Maximum Life per Red Socket", statOrderKey = "2138", statOrder = { 2138 }, level = 1, group = "LifePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldPerBlueSocketUniqueRing39"] = { affix = "", "+100 to Maximum Energy Shield per Blue Socket", statOrderKey = "2146", statOrder = { 2146 }, level = 1, group = "EnergyShieldPerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ManaPerGreenSocketUniqueRing39"] = { affix = "", "+100 to Maximum Mana per Green Socket", statOrderKey = "2142", statOrder = { 2142 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedDamageOnZeroEnergyShieldUniqueShieldStrInt8"] = { affix = "", "(20-30)% increased Damage while you have no Energy Shield", statOrderKey = "2156", statOrder = { 2156 }, level = 1, group = "IncreasedDamageOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedArmourOnZeroEnergyShieldUnique__1"] = { affix = "", "100% increased Global Armour while you have no Energy Shield", statOrderKey = "2157", statOrder = { 2157 }, level = 1, group = "IncreasedArmourOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedArmourOnZeroEnergyShieldUnique__1Royale_"] = { affix = "", "50% increased Global Armour while you have no Energy Shield", statOrderKey = "2157", statOrder = { 2157 }, level = 1, group = "IncreasedArmourOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["UnholyMightOnBlockChanceUniqueShieldStrInt8"] = { affix = "", "30% chance to gain Unholy Might on block for 3 seconds", statOrderKey = "2464", statOrder = { 2464 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["UnholyMightOnBlockChanceUnique__1"] = { affix = "", "Gain Unholy Might on block for 10 seconds", statOrderKey = "2464", statOrder = { 2464 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["IncreasedDamageOnBurningGroundUniqueBootsInt6"] = { affix = "", "50% increased Damage on Burning Ground", statOrderKey = "1649", statOrder = { 1649 }, level = 1, group = "IncreasedDamageOnBurningGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LifeRegenerationPercentOnChilledGroundUniqueBootsInt6"] = { affix = "", "Regenerate 2% of Life per second on Chilled Ground", statOrderKey = "1650", statOrder = { 1650 }, level = 1, group = "LifeRegenerationPercentOnChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MovementVelocityOnShockedGroundUniqueBootsInt6_"] = { affix = "", "20% increased Movement Speed on Shocked Ground", statOrderKey = "1648", statOrder = { 1648 }, level = 1, group = "MovementVelocityOnShockedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChaosDamageLifeLeechPermyriadUniqueShieldStrInt8"] = { affix = "", "0.4% of Chaos Damage Leeched as Life", statOrderKey = "1212", statOrder = { 1212 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["ChaosDamageLifeLeechPermyriadUnique__1"] = { affix = "", "0.2% of Chaos Damage Leeched as Life", statOrderKey = "1212", statOrder = { 1212 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["ChaosDamageLifeLeechPermyriadUnique__2"] = { affix = "", "0.5% of Chaos Damage Leeched as Life", statOrderKey = "1212", statOrder = { 1212 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["PhysicalDamageAddedAsChaosUniqueShiledStrInt8"] = { affix = "", "Gain (5-10)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1445", statOrder = { 1445 }, level = 1, group = "PhysicalDamageAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ItemQuantityPerWhiteSocketUniqueRing39_"] = { affix = "", "15% increased Item Quantity per White Socket", statOrderKey = "2150", statOrder = { 2150 }, level = 75, group = "ItemQuantityPerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosDamageDoesNotBypassESDuringFlaskEffectUnique__1"] = { affix = "", "Chaos Damage does not bypass Energy Shield during effect", statOrderKey = "614", statOrder = { 614 }, level = 1, group = "ChaosDamageDoesNotBypassESDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUseUnique__1"] = { affix = "", "Removes all but one Life on use", "Removed life is Regenerated as Energy Shield over 2 seconds", statOrderKey = "2559,2559.1", statOrder = { 2559, 2559.1 }, level = 1, group = "RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, ["TalismanHasOneSocket_"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TalismanIncreasedMana"] = { affix = "", "(20-30)% increased maximum Mana", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["TalismanIncreasedFireDamage"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["TalismanIncreasedColdDamage"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "789", statOrder = { 789 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["TalismanIncreasedLightningDamage"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["TalismanIncreasedPhysicalDamage"] = { affix = "", "(20-30)% increased Global Physical Damage", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["TalismanIncreasedChaosDamage"] = { affix = "", "(19-31)% increased Chaos Damage", statOrderKey = "804", statOrder = { 804 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["TalismanAdditionalZombie"] = { affix = "", "+1 to maximum number of Raised Zombies", statOrderKey = "1520", statOrder = { 1520 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["TalismanIncreasedCriticalChance"] = { affix = "", "(40-50)% increased Global Critical Strike Chance", statOrderKey = "877", statOrder = { 877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["TalismanIncreasedStrength"] = { affix = "", "(8-14)% increased Strength", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["TalismanIncreasedDexterity"] = { affix = "", "(8-14)% increased Dexterity", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["TalismanIncreasedIntelligence"] = { affix = "", "(8-14)% increased Intelligence", statOrderKey = "619", statOrder = { 619 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["TalismanIncreasedEnergyShield"] = { affix = "", "(15-25)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["TalismanIncreasedLife"] = { affix = "", "(8-12)% increased maximum Life", statOrderKey = "975", statOrder = { 975 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TalismanIncreasedItemQuantity"] = { affix = "", "(6-10)% increased Quantity of Items found", statOrderKey = "994", statOrder = { 994 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TalismanIncreasedAllAttributes"] = { affix = "", "(12-16)% increased Attributes", statOrderKey = "616", statOrder = { 616 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesPercentUnique__1"] = { affix = "", "(5-7)% increased Attributes", statOrderKey = "616", statOrder = { 616 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesPercentUnique__2"] = { affix = "", "(5-15)% increased Attributes", statOrderKey = "616", statOrder = { 616 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["TalismanIncreasedDamage"] = { affix = "", "(25-35)% increased Damage", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["TalismanIncreasedCriticalStrikeMultiplier_"] = { affix = "", "+(24-36)% to Global Critical Strike Multiplier", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["TalismanDamageDealtAddedAsRandomElement"] = { affix = "", "Gain (6-12)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2242", statOrder = { 2242 }, level = 1, group = "PhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental" }, }, - ["TalismanIncreasedAreaOfEffect"] = { affix = "", "(5-8)% increased Area of Effect", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TalismanFireTakenAsCold"] = { affix = "", "50% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2481", statOrder = { 2481 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, - ["FireDamageTakenAsColdUnique___1"] = { affix = "", "20% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2481", statOrder = { 2481 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, - ["FireDamageTakenAsColdUnique___2_"] = { affix = "", "30% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2481", statOrder = { 2481 }, level = 62, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, - ["TalismanFireTakenAsLightning"] = { affix = "", "50% of Fire Damage from Hits taken as Lightning Damage", statOrderKey = "2482", statOrder = { 2482 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning" }, }, - ["TalismanColdTakenAsFire"] = { affix = "", "50% of Cold Damage from Hits taken as Fire Damage", statOrderKey = "2483", statOrder = { 2483 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, - ["TalismanColdTakenAsLightning"] = { affix = "", "50% of Cold Damage from Hits taken as Lightning Damage", statOrderKey = "2484", statOrder = { 2484 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning" }, }, - ["TalismanLightningTakenAsCold"] = { affix = "", "50% of Lightning Damage from Hits taken as Cold Damage", statOrderKey = "2487", statOrder = { 2487 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning" }, }, - ["TalismanLightningTakenAsFire"] = { affix = "", "50% of Lightning Damage from Hits taken as Fire Damage", statOrderKey = "2485", statOrder = { 2485 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning" }, }, - ["TalismanReducedPhysicalDamageTaken_"] = { affix = "", "(4-6)% additional Physical Damage Reduction", statOrderKey = "1627", statOrder = { 1627 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["TalismanIncreasedSkillEffectDuration"] = { affix = "", "(20-25)% increased Skill Effect Duration", statOrderKey = "1265", statOrder = { 1265 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TalismanPercentLifeRegeneration"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TalismanChanceToFreezeShockIgnite_"] = { affix = "", "(4-6)% chance to Freeze, Shock and Ignite", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["TalismanFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["TalismanPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["TalismanEnduranceChargeOnKill_"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrderKey = "1931", statOrder = { 1931 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["TalismanGlobalDefensesPercent"] = { affix = "", "(15-25)% increased Global Defences", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["TalismanFishBiteSensitivity"] = { affix = "", "(30-40)% increased Fish Bite Sensitivity", statOrderKey = "2889", statOrder = { 2889 }, level = 1, group = "FishingBiteSensitivity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, - ["FishBiteSensitivityUnique__1"] = { affix = "", "(20-40)% increased Fish Bite Sensitivity", statOrderKey = "2889", statOrder = { 2889 }, level = 48, group = "FishingBiteSensitivity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, - ["TalismanAttackAndCastSpeed"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["TalismanSpellDamage"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "652", statOrder = { 652 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["TalismanAttackDamage"] = { affix = "", "(20-30)% increased Attack Damage", statOrderKey = "627", statOrder = { 627 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["TalismanPierceChance"] = { affix = "", "Projectiles Pierce (25-35) additional Targets", statOrderKey = "7289", statOrder = { 7289 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TalismanAdditionalPierce"] = { affix = "", "Projectiles Pierce 2 additional Targets", statOrderKey = "1167", statOrder = { 1167 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageTakeFromManaBeforeLifePerPowerChargeUnique__1"] = { affix = "", "1% of Damage is taken from Mana before Life per Power Charge", statOrderKey = "2470", statOrder = { 2470 }, level = 40, group = "DamageTakeFromManaBeforeLifePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeUnique__1"] = { affix = "", "10% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1344", statOrder = { 1344 }, level = 1, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["CriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "40% reduced Critical Strike Chance per Power Charge", statOrderKey = "2471", statOrder = { 2471 }, level = 1, group = "CriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["IncreasedFireballRadiusUniqueJewel57"] = { affix = "", "Fire Damage is increased by 1% per 5 Intelligence from Allocated Passives in Radius", statOrderKey = "2452", statOrder = { 2452 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AdditionalGlacialCascadeSequenceUniqueJewel58"] = { affix = "", "Cold Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius", "Physical Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius", "Glacial Cascade gains an additional Burst with 60 Intelligence from Passives in Radius", statOrderKey = "2453,2454,2460", statOrder = { 2453, 2454, 2460 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["AnimateBowsAndWandsUnique____70"] = { affix = "", "With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 12 Ranged Weapons", statOrderKey = "2560", statOrder = { 2560 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ExtraArrowForSplitArrowUniqueJewel60"] = { affix = "", "Projectile Damage is increased by 1% per 5 Dexterity from Allocated Passives in Radius", "Split Arrow fires an additional arrow with 50 Dexterity from Passives in Radius", statOrderKey = "2459,2462", statOrder = { 2459, 2462 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["FlaskChargeRecoveryDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Flask Charges gained during any Flask Effect", statOrderKey = "2488", statOrder = { 2488 }, level = 1, group = "FlaskChargeRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargeRecoveryDuringFlaskEffectUnique__2"] = { affix = "", "30% reduced Flask Charges gained during any Flask Effect", statOrderKey = "2488", statOrder = { 2488 }, level = 1, group = "FlaskChargeRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["ManaRegenerationDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Mana Regeneration Rate during any Flask Effect", statOrderKey = "2489", statOrder = { 2489 }, level = 14, group = "ManaRegenerationDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["EnemiesLoseLifePlayerLeechesUnique__1"] = { affix = "", "200% of Life Leech applies to Enemies as Chaos Damage", statOrderKey = "2490", statOrder = { 2490 }, level = 55, group = "EnemiesLoseLifePlayerLeeches", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "resource", "life", "damage", "chaos" }, }, - ["MovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "15% increased Movement Speed during any Flask Effect", statOrderKey = "2491", statOrder = { 2491 }, level = 1, group = "MovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "speed" }, }, - ["NoExtraBleedDamageWhileMovingUniqueAmulet25"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "2497", statOrder = { 2497 }, level = 69, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["NoExtraBleedDamageWhileMovingUnique__1"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "2497", statOrder = { 2497 }, level = 1, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AttacksHaveBloodMagic__1"] = { affix = "", "Attacks Cost Life instead of Mana", statOrderKey = "7512", statOrder = { 7512 }, level = 1, group = "AttacksHaveBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["SocketedTrapSkillsCreateSmokeCloudWhenDetonated__1"] = { affix = "", "Traps from Socketed Skills create a Smoke Cloud when triggered", statOrderKey = "339", statOrder = { 339 }, level = 1, group = "SocketedTrapSkillsCreateSmokeCloudWhenDetonated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireDamageToBlindEnemies__1"] = { affix = "", "(30-50)% increased Fire Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2525", statOrder = { 2525 }, level = 1, group = "FireDamageToBlindEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SpellDamageTakenFromBlindEnemies__1"] = { affix = "", "30% reduced Spell Damage taken from Blinded Enemies", statOrderKey = "2526", statOrder = { 2526 }, level = 1, group = "SpellDamageTakenFromBlindEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["GlacialHammerThresholdJewel__1"] = { affix = "", "With at least 40 Strength in Radius, 20% increased", "Rarity of Items dropped by Enemies Shattered by Glacial Hammer", statOrderKey = "2531,2531.1", statOrder = { 2531, 2531.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["SpectralThrowThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 5% increased Damage each time it Hits", statOrderKey = "2532", statOrder = { 2532 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ViperStrikeThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, Viper Strike deals 2% increased Damage with Hits and Poison for each Poison on the Enemy", statOrderKey = "2534", statOrder = { 2534 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ViperStrikeThresholdJewel__2"] = { affix = "", "With at least 40 Dexterity in Radius, Viper Strike has a 10% chance per Poison on Enemy to grant Unholy Might for 4 seconds on Hit", statOrderKey = "5963", statOrder = { 5963 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["HeavyStrikeThresholdJewel___1"] = { affix = "", "With at least 40 Strength in Radius, Heavy Strike has a ", "20% chance to deal Double Damage", statOrderKey = "2535,2535.1", statOrder = { 2535, 2535.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ShrapnelShotThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Galvanic Arrow has 25% increased Area of Effect", "With at least 40 Dexterity in Radius, Galvanic Arrow deals 50% increased Area Damage", statOrderKey = "2670,5953", statOrder = { 2670, 5953 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["BurningArrowThresholdJewel_2"] = { affix = "", "With at least 40 Dexterity in Radius, Burning Arrow can inflict", "an additional Ignite on an Enemy and cannot apply its Burning Debuff", statOrderKey = "2662,2662.1", statOrder = { 2662, 2662.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack", "ailment" }, }, - ["CleaveThresholdJewel_1"] = { affix = "", "With at least 40 Strength in Radius, Cleave grants Fortify on Hit", "With at least 40 Strength in Radius, Cleave has +1 to Radius per Nearby", "Enemy, up to +10", statOrderKey = "2664,2665,2665.1", statOrder = { 2664, 2665, 2665.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["FreezingPulseThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Freezing Pulse fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, 25% increased Freezing Pulse Damage if", "you've Shattered an Enemy Recently", statOrderKey = "2673,2674,2674.1", statOrder = { 2673, 2674, 2674.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["IceShotThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, Ice Shot Pierces 50 additional Targets", "With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect", statOrderKey = "5936,5937", statOrder = { 5936, 5937 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["IceShotThresholdJewel__2"] = { affix = "", "With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect", "With at least 40 Dexterity in Radius, Ice Shot Pierces 3 additional Targets", statOrderKey = "5937,5938", statOrder = { 5937, 5938 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MoltenStrikeThresholdJewel_1"] = { affix = "", "With at least 40 Strength in Radius, Molten Strike fires 2 additional Projectiles", "With at least 40 Strength in Radius, Molten Strike has 25% increased Area of Effect", statOrderKey = "5948,5949", statOrder = { 5948, 5949 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MoltenStrikeThresholdJewel__2"] = { affix = "", "With at least 40 Strength in Radius, Molten Strike Projectiles Chain on impacting ground", "With at least 40 Strength in Radius, Molten Strike Projectiles Chain +1 time", "With at least 40 Strength in Radius, Molten Strike fires 50% less Projectiles", statOrderKey = "5838,5839,5840", statOrder = { 5838, 5839, 5840 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["FrostBladesThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Melee Damage", "dealt by Frost Blades Penetrates 15% Cold Resistance", "With at least 40 Dexterity in Radius, Frost Blades has 25% increased Projectile Speed", statOrderKey = "5929,5929.1,5930", statOrder = { 5929, 5929.1, 5930 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack", "speed" }, }, - ["DualStrikeThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has a 20% chance", "to deal Double Damage with the Main-Hand Weapon", "With at least 40 Dexterity in Radius, Dual Strike deals Off-Hand Splash Damage", "to surrounding targets", statOrderKey = "5915,5915.1,5917,5917.1", statOrder = { 5915, 5915.1, 5917, 5917.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["DualStrikeThresholdJewelAxe"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike Hits Intimidate Enemies for", "4 seconds while wielding an Axe", statOrderKey = "5914,5914.1", statOrder = { 5914, 5914.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["DualStrikeThresholdJewelClaw"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has (10-15)% increased Attack", "Speed while wielding a Claw", statOrderKey = "5912,5912.1", statOrder = { 5912, 5912.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["DualStrikeThresholdJewelDagger"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has +(20-30)% to Critical Strike", "Multiplier while wielding a Dagger", statOrderKey = "5913,5913.1", statOrder = { 5913, 5913.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["DualStrikeThresholdJewelMace"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike deals Splash Damage", "to surrounding targets while wielding a Mace", statOrderKey = "5916,5916.1", statOrder = { 5916, 5916.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["DualStrikeThresholdJewelSword_"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has (20-30)% increased", "Accuracy Rating while wielding a Sword", statOrderKey = "5911,5911.1", statOrder = { 5911, 5911.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["DualStrikeThresholdJewel__2_"] = { affix = "", "(10-15)% increased Attack Damage", statOrderKey = "627", statOrder = { 627 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["FrostboltThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Frostbolt fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, Frostbolt Projectiles gain 40% increased Projectile Speed per second", statOrderKey = "5931,5932", statOrder = { 5931, 5932 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["EtherealKnivesThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Ethereal Knives fires 5 additional Projectiles", "With at least 40 Dexterity in Radius, Ethereal Knives fires Projectiles in a circle", statOrderKey = "2666,2667", statOrder = { 2666, 2667 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["LightningTendrilsThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, each Lightning Tendrils Repeat has 4% increased Area of Effect per Enemy Hit", statOrderKey = "5943", statOrder = { 5943 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["MagmaOrbThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Rolling Magma fires an additional Projectile", "With at least 40 Intelligence in Radius, Rolling Magma", "has 10% increased Area of Effect per Chain", statOrderKey = "5944,5945,5945.1", statOrder = { 5944, 5945, 5945.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["MagmaOrbThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Rolling Magma deals 50% less Damage", "With at least 40 Intelligence in Radius, Rolling Magma deals 40% more Damage per Chain", "With at least 40 Intelligence in Radius, Rolling Magma", "has 10% increased Area of Effect per Chain", statOrderKey = "5836,5837,5945,5945.1", statOrder = { 5836, 5837, 5945, 5945.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["GlacialHammerThresholdJewel_2"] = { affix = "", "With at least 40 Strength in Radius, Glacial Hammer deals", "Cold-only Splash Damage to surrounding targets", "With at least 40 Strength in Radius, 25% of Glacial", "Hammer Physical Damage Converted to Cold Damage", statOrderKey = "2668,2668.1,2669,2669.1", statOrder = { 2668, 2668.1, 2669, 2669.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "attack" }, }, - ["BlightThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Blight has 25% increased Area of Effect after 1 second of Channelling", statOrderKey = "5899", statOrder = { 5899 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["BlightThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration", statOrderKey = "5896,5897", statOrder = { 5896, 5897 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["BlightThresholdJewel_3"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration", statOrderKey = "5895,5897", statOrder = { 5895, 5897 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RaiseZombieThresholdJewel1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised", "Zombies' Slam Attack has 100% increased Cooldown Recovery Rate", "With at least 40 Intelligence in Radius, Raised Zombies' Slam", "Attack deals 30% increased Damage", statOrderKey = "5964,5964.1,5965,5965.1", statOrder = { 5964, 5964.1, 5965, 5965.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SparkThresholdJewel1"] = { affix = "", "With at least 40 Intelligence in Radius, 2 additional Spark Projectiles", statOrderKey = "2672", statOrder = { 2672 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["SparkThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Spark fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, Spark fires Projectiles in a circle", statOrderKey = "5955,5956", statOrder = { 5955, 5956 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["FireTrapThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Fire Trap throws up to 1 additional Trap", statOrderKey = "5928", statOrder = { 5928 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["SplitArrowThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Split Arrow fires Projectiles in Parallel", statOrderKey = "5962", statOrder = { 5962 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["GlacialCascadeThresholdJewel1"] = { affix = "", "With 40 Intelligence in Radius, Glacial Cascade has an additional Burst", "With 40 Intelligence in Radius, 20% of Glacial Cascade Physical Damage", "Converted to Cold Damage", statOrderKey = "5933,5934,5934.1", statOrder = { 5933, 5934, 5934.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["CausticArrowThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow deals 30% reduced Damage with Hits", statOrderKey = "5902", statOrder = { 5902 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["CausticArrowThresholdJewel2"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow deals 40% increased Damage over Time", statOrderKey = "5901", statOrder = { 5901 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["CausticArrowThresholdJewel3"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow has a 50% chance on Hit to Poison Enemies on Caustic Ground", statOrderKey = "5900", statOrder = { 5900 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["SpectralShieldThrowThresholdJewel1_"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Spectral Shield Throw Chains +4 times", statOrderKey = "5957", statOrder = { 5957 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["SpectralShieldThrowThresholdJewel2"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Spectral Shield Throw fires Shard Projectiles when Chaining", statOrderKey = "5958", statOrder = { 5958 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["SpectralShieldThrowThresholdJewel3"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Spectral Shield Throw fires 75% less Shard Projectiles", statOrderKey = "5959", statOrder = { 5959 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["IncreasedStunThresholdUnique__1_"] = { affix = "", "20% increased Stun Threshold", statOrderKey = "2578", statOrder = { 2578 }, level = 1, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdBasedOnManaUnique__1"] = { affix = "", "Stun Threshold is based on 500% of your Mana instead of Life", statOrderKey = "2577", statOrder = { 2577 }, level = 1, group = "StunThresholdBasedOnMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PowerChargeOnCriticalStrikeChanceUnique__1"] = { affix = "", "25% chance to gain a Power Charge on Critical Strike", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "critical" }, }, - ["NoLifeRegenerationUnique___1"] = { affix = "", "You have no Life Regeneration", statOrderKey = "1625", statOrder = { 1625 }, level = 1, group = "NoLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["NeverBlockUnique__1"] = { affix = "", "Cannot Block", statOrderKey = "2571", statOrder = { 2571 }, level = 1, group = "NeverBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["LocalShieldHasNoBlockChanceUnique__1"] = { affix = "", "No Chance to Block", statOrderKey = "2572", statOrder = { 2572 }, level = 1, group = "LocalShieldHasNoBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["LocalFlaskOnslaughtPerFrenzyChargeUnique__1"] = { affix = "", "Gain Onslaught for 2 seconds per Frenzy Charge on use", statOrderKey = "1979", statOrder = { 1979 }, level = 1, group = "LocalFlaskOnslaughtPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["GrantUniqueBuff__1"] = { affix = "", "Gain Her Blessing for 3 seconds when you Ignite an Enemy", statOrderKey = "2584", statOrder = { 2584 }, level = 66, group = "HerBlessingOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["UniqueConditionOnBuff__1"] = { affix = "", "Cannot be Frozen, Chilled or Ignited with Her Blessing", statOrderKey = "2586", statOrder = { 2586 }, level = 66, group = "AvoidAilmentsDuringHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, }, - ["UniqueConditionOnBuff__2"] = { affix = "", "20% increased Attack and Movement Speed with Her Blessing", statOrderKey = "2587", statOrder = { 2587 }, level = 66, group = "AttackAndMoveSpeedDuringHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["UniqueEffectOnBuff__3"] = { affix = "", "33% chance to Blind nearby Enemies when gaining Her Blessing", statOrderKey = "2585", statOrder = { 2585 }, level = 66, group = "BlindOnGainingHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RallyingCryThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, 10% of Damage taken Recouped as Mana if you've Warcried Recently", statOrderKey = "2567", statOrder = { 2567 }, level = 1, group = "RallyingCryThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["VigilantStrikeThresholdJewel__1"] = { affix = "", "With at least 40 Strength in Radius, Vigilant Strike", "Fortifies you and Nearby Allies for 8 seconds", statOrderKey = "2554,2554.1", statOrder = { 2554, 2554.1 }, level = 1, group = "VigilantStrikeThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ColdsnapThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Cold Snap grants Power Charges instead of Frenzy Charges when Enemies die in its Area", "With at least 40 Intelligence in Radius, Cold Snap's Cooldown can be bypassed by Power Charges instead of Frenzy Charges", statOrderKey = "5906,5906.1", statOrder = { 5906, 5906.1 }, level = 1, group = "ColdSnapThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["FireballThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball Projectiles gain Area as they travel farther, up to 50% increased Area of Effect", statOrderKey = "2556", statOrder = { 2556 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["FireballThresholdJewel__2_"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball Projectiles gain Radius as they travel farther, up to +4 Radius", statOrderKey = "2557", statOrder = { 2557 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["FireballThresholdJewel__3"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball cannot ignite", "With at least 40 Intelligence in Radius, Fireball has +(30-50)% chance to inflict scorch", statOrderKey = "5834,5835", statOrder = { 5834, 5835 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["ShockNearbyEnemiesDuringFlaskEffect___1"] = { affix = "", "Shocks nearby Enemies during Flask effect, causing 10% increased Damage taken", statOrderKey = "2609", statOrder = { 2609 }, level = 85, group = "ShockNearbyEnemiesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, - ["ShockSelfDuringFlaskEffect__1"] = { affix = "", "You are Shocked during Flask effect, causing 50% increased Damage taken", statOrderKey = "2610", statOrder = { 2610 }, level = 1, group = "ShockSelfDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, - ["LightningLifeLeechDuringFlaskEffect__1"] = { affix = "", "20% of Lightning Damage Leeched as Life during Flask effect", statOrderKey = "2617", statOrder = { 2617 }, level = 1, group = "LightningLifeLeechDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "elemental", "lightning" }, }, - ["LightningManaLeechDuringFlaskEffect__1"] = { affix = "", "20% of Lightning Damage Leeched as Mana during Flask effect", statOrderKey = "2618", statOrder = { 2618 }, level = 1, group = "LightningManaLeechDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana", "elemental", "lightning" }, }, - ["LeechInstantDuringFlaskEffect__1"] = { affix = "", "Life and Mana Leech are instant during effect", statOrderKey = "2619", statOrder = { 2619 }, level = 1, group = "LeechInstantDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["AddedLightningDamageDuringFlaskEffect__1"] = { affix = "", "Adds (25-35) to (110-130) Lightning Damage to Attacks during Flask effect", statOrderKey = "2615", statOrder = { 2615 }, level = 1, group = "AddedLightningDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedSpellLightningDamageDuringFlaskEffect__1"] = { affix = "", "Adds (25-35) to (110-130) Lightning Damage to Spells during Flask effect", statOrderKey = "2616", statOrder = { 2616 }, level = 1, group = "AddedSpellLightningDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["PhysicalToLightningDuringFlaskEffect__1"] = { affix = "", "50% of Physical Damage Converted to Lightning during Flask effect", statOrderKey = "2611", statOrder = { 2611 }, level = 1, group = "PhysicalToLightningDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["LightningPenetrationDuringFlaskEffect__1"] = { affix = "", "Damage Penetrates 10% Lightning Resistance during Flask effect", statOrderKey = "2612", statOrder = { 2612 }, level = 1, group = "LightningPenetrationDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "lightning" }, }, - ["MinionAttackAndCastSpeedPerSkeleton__1"] = { affix = "", "2% increased Minion Attack and Cast Speed per Skeleton you own", statOrderKey = "2579", statOrder = { 2579 }, level = 1, group = "MinionAttackAndCastSpeedPerSkeleton", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionDurationPerZombie__1"] = { affix = "", "2% increased Minion Duration per Raised Zombie", statOrderKey = "2580", statOrder = { 2580 }, level = 1, group = "MinionDurationPerZombie", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionDamagePerSpectre__1"] = { affix = "", "(8-12)% increased Minion Damage per Raised Spectre", statOrderKey = "2581", statOrder = { 2581 }, level = 1, group = "MinionDamagePerSpectre", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionLifeRegenerationPerRagingSpirit__1"] = { affix = "", "Minions Regenerate (1.5-2.5)% of Life per second", statOrderKey = "2212", statOrder = { 2212 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["ExplodeOnKillChaosUnique__1"] = { affix = "", "Enemies you Kill have a 20% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage", statOrderKey = "2622", statOrder = { 2622 }, level = 1, group = "ExplodeOnKillChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ReduceManaCostPerEnduranceChargeUnique__1"] = { affix = "", "4% reduced Mana Cost per Endurance Charge", statOrderKey = "2573", statOrder = { 2573 }, level = 1, group = "ReduceManaCostPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["RampageWhileAtMaxEnduranceChargesUnique__1"] = { affix = "", "Gain Rampage while at Maximum Endurance Charges", statOrderKey = "2574", statOrder = { 2574 }, level = 1, group = "RampageWhileAtMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LoseEnduranceChargesOnRampageEndUnique___1"] = { affix = "", "Lose all Endurance Charges when Rampage ends", statOrderKey = "2575", statOrder = { 2575 }, level = 1, group = "LoseEnduranceChargesOnRampageEnd", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["IncreasedDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "40% increased Damage with Hits against Frozen Enemies", statOrderKey = "664", statOrder = { 664 }, level = 1, group = "IncreasedDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["PhysicalDamageWhileFrozenUnique___1"] = { affix = "", "100% increased Global Physical Damage while Frozen", statOrderKey = "2660", statOrder = { 2660 }, level = 1, group = "PhysicalDamageWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttacksThatStunCauseBleedingUnique__1"] = { affix = "", "Causes Bleeding when you Stun", statOrderKey = "1801", statOrder = { 1801 }, level = 1, group = "AttacksThatStunCauseBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["GrantEnemiesUnholyMightOnKillUnique__1"] = { affix = "", "5% chance to grant Unholy Might to nearby Enemies on Kill", statOrderKey = "2701", statOrder = { 2701 }, level = 1, group = "GrantEnemiesUnholyMightOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GrantEnemiesOnslaughtOnKillUnique__1"] = { affix = "", "5% chance to grant Onslaught to nearby Enemies on Kill", statOrderKey = "2700", statOrder = { 2700 }, level = 1, group = "GrantEnemiesOnslaughtOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnholyMightOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Unholy Might for 10 seconds on Kill", statOrderKey = "4288", statOrder = { 4288 }, level = 1, group = "UnholyMightOnKillPercentChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaugtOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Onslaught for 10 seconds on Kill", statOrderKey = "4282", statOrder = { 4282 }, level = 1, group = "OnslaugtOnKillPercentChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumLifeOnKillPercentUnique__1"] = { affix = "", "Recover 1% of Life on Kill", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeOnKillPercentUnique__2"] = { affix = "", "Recover (1-3)% of Life on Kill", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeOnKillPercentUnique__3__"] = { affix = "", "Recover (3-5)% of Life on Kill", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeOnKillPercentUnique__4_"] = { affix = "", "Recover 1% of Life on Kill", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumManaOnKillPercentUnique__1"] = { affix = "", "Recover (1-3)% of Mana on Kill", statOrderKey = "1131", statOrder = { 1131 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumEnergyShieldOnKillPercentUnique__1"] = { affix = "", "Recover (3-5)% of Energy Shield on Kill", statOrderKey = "1130", statOrder = { 1130 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["MaximumEnergyShieldOnKillPercentUnique__2"] = { affix = "", "Recover 1% of Energy Shield on Kill", statOrderKey = "1130", statOrder = { 1130 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["BurningArrowThresholdJewelUnique__1"] = { affix = "", "With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Burning Ground if it Ignites an Enemy", "With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Tar if it does not Ignite an Enemy", statOrderKey = "2661,2663", statOrder = { 2661, 2663 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["DisplayManifestWeaponUnique__1"] = { affix = "", "Triggers Level 15 Manifest Dancing Dervish on Rampage", "Manifested Dancing Dervish disables both weapon slots", "Manifested Dancing Dervish dies when Rampage ends", statOrderKey = "2656,2657,2658", statOrder = { 2656, 2657, 2658 }, level = 1, group = "DisplayManifestWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["BarrageThresholdUnique__1"] = { affix = "", "With at least 40 Dexterity in Radius, Barrage fires an additional 6 projectiles simultaneously on the first and final attacks", statOrderKey = "2569", statOrder = { 2569 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["GroundSlamThresholdUnique__1"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam", "has a 50% increased angle", statOrderKey = "2563,2563.1", statOrder = { 2563, 2563.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["GroundSlamThresholdUnique__2"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam has a 35% chance", "to grant an Endurance Charge when you Stun an Enemy", statOrderKey = "2562,2562.1", statOrder = { 2562, 2562.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["SummonSkeletonsThresholdUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Summon Skeletons can Summon up to 15 Skeleton Mages", statOrderKey = "2552", statOrder = { 2552 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["AdditionalSnipeTotemsPerDexterityUnique__1"] = { affix = "", "Siege Ballista has +1 to maximum number of Summoned Totems per 200 Dexterity", statOrderKey = "2712", statOrder = { 2712 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AdditionalShrapnelBallistaePerStrengthUnique__1"] = { affix = "", "Shrapnel Ballista has +1 to maximum number of Summoned Totems per 200 Strength", statOrderKey = "2711", statOrder = { 2711 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AddedDamagePerDexterityUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity", statOrderKey = "2713", statOrder = { 2713 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedDamagePerStrengthUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Strength", statOrderKey = "3917", statOrder = { 3917 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["DisplayBlindAuraUnique__1"] = { affix = "", "Nearby Enemies are Blinded", statOrderKey = "2714", statOrder = { 2714 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisplayNearbyEnemiesAreSlowedUnique__1"] = { affix = "", "Nearby Enemies are Hindered, with 25% reduced Movement Speed", statOrderKey = "2720", statOrder = { 2720 }, level = 1, group = "NearbyEnemiesAreSlowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "aura" }, }, - ["DisplaySupportedByHypothermiaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Hypothermia", statOrderKey = "265", statOrder = { 265 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Ice Bite", statOrderKey = "266", statOrder = { 266 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByIceBiteUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 10 Ice Bite", statOrderKey = "266", statOrder = { 266 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByColdPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Cold Penetration", statOrderKey = "267", statOrder = { 267 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByManaLeechUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Mana Leech", statOrderKey = "268", statOrder = { 268 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByAddedColdDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Cold Damage", statOrderKey = "269", statOrder = { 269 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByReducedManaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "270", statOrder = { 270 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByReducedManaUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "270", statOrder = { 270 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByBonechillUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Bonechill", statOrderKey = "90", statOrder = { 90 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["FlaskConsumesFrenzyChargesUnique__1"] = { affix = "", "Consumes Frenzy Charges on use", statOrderKey = "1976", statOrder = { 1976 }, level = 1, group = "FlaskConsumesFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "frenzy_charge" }, }, - ["CriticalChanceAgainstBlindedEnemiesUnique__1"] = { affix = "", "(120-140)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "2723", statOrder = { 2723 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalChanceAgainstBlindedEnemiesUnique__2__"] = { affix = "", "(30-50)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "2723", statOrder = { 2723 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["DamageAgainstNearEnemiesUnique__1"] = { affix = "", "(60-80)% increased Damage with Hits and Ailments against Hindered Enemies", statOrderKey = "3418", statOrder = { 3418 }, level = 1, group = "DamageAgainstNearEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["BeltSoulEaterDuringFlaskEffect__1"] = { affix = "", "Gain Soul Eater during any Flask Effect", statOrderKey = "2743", statOrder = { 2743 }, level = 57, group = "BeltSoulEaterDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltSoulsRemovedOnFlaskUse__1"] = { affix = "", "Lose Souls gained from Soul Eater when you use a Flask", statOrderKey = "2744", statOrder = { 2744 }, level = 1, group = "BeltSoulsRemovedOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FireDamageToNearbyEnemiesOnKillUnique"] = { affix = "", "Trigger Level 1 Fire Burst on Kill", statOrderKey = "439", statOrder = { 439 }, level = 1, group = "DamageToNearbyEnemiesOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedAurasReserveNoManaUnique__1"] = { affix = "", "Socketed Gems have no Reservation", statOrderKey = "280", statOrder = { 280 }, level = 48, group = "SocketedAurasReserveNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["ItemGrantsIllusoryWarpUnique__1"] = { affix = "", "Grants Level 20 Illusory Warp Skill", statOrderKey = "348", statOrder = { 348 }, level = 1, group = "ItemGrantsIllusoryWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TalismanIncreasedMana"] = { affix = "", "(20-30)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["TalismanIncreasedFireDamage"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["TalismanIncreasedColdDamage"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["TalismanIncreasedLightningDamage"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["TalismanIncreasedPhysicalDamage"] = { affix = "", "(20-30)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["TalismanIncreasedChaosDamage"] = { affix = "", "(19-31)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["TalismanAdditionalZombie"] = { affix = "", "+1 to maximum number of Raised Zombies", statOrderKey = "1662", statOrder = { 1662 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["TalismanIncreasedCriticalChance"] = { affix = "", "(40-50)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["TalismanIncreasedStrength"] = { affix = "", "(8-14)% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedDexterity"] = { affix = "", "(8-14)% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedIntelligence"] = { affix = "", "(8-14)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedEnergyShield"] = { affix = "", "(15-25)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["TalismanIncreasedLife"] = { affix = "", "(8-12)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TalismanIncreasedItemQuantity"] = { affix = "", "(6-10)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanIncreasedAllAttributes"] = { affix = "", "(12-16)% increased Attributes", statOrderKey = "749", statOrder = { 749 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesPercentUnique__1"] = { affix = "", "(5-7)% increased Attributes", statOrderKey = "749", statOrder = { 749 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesPercentUnique__2"] = { affix = "", "(5-15)% increased Attributes", statOrderKey = "749", statOrder = { 749 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedDamage"] = { affix = "", "(25-35)% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TalismanIncreasedCriticalStrikeMultiplier_"] = { affix = "", "+(24-36)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["TalismanDamageDealtAddedAsRandomElement"] = { affix = "", "Gain (6-12)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2357", statOrder = { 2357 }, level = 1, group = "PhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental" }, }, + ["TalismanIncreasedAreaOfEffect"] = { affix = "", "(5-8)% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanFireTakenAsCold"] = { affix = "", "50% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2591", statOrder = { 2591 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["FireDamageTakenAsColdUnique___1"] = { affix = "", "20% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2591", statOrder = { 2591 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["FireDamageTakenAsColdUnique___2_"] = { affix = "", "30% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2591", statOrder = { 2591 }, level = 62, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["TalismanFireTakenAsLightning"] = { affix = "", "50% of Fire Damage from Hits taken as Lightning Damage", statOrderKey = "2592", statOrder = { 2592 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning" }, }, + ["TalismanColdTakenAsFire"] = { affix = "", "50% of Cold Damage from Hits taken as Fire Damage", statOrderKey = "2593", statOrder = { 2593 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["TalismanColdTakenAsLightning"] = { affix = "", "50% of Cold Damage from Hits taken as Lightning Damage", statOrderKey = "2594", statOrder = { 2594 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning" }, }, + ["TalismanLightningTakenAsCold"] = { affix = "", "50% of Lightning Damage from Hits taken as Cold Damage", statOrderKey = "2597", statOrder = { 2597 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning" }, }, + ["TalismanLightningTakenAsFire"] = { affix = "", "50% of Lightning Damage from Hits taken as Fire Damage", statOrderKey = "2595", statOrder = { 2595 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning" }, }, + ["TalismanReducedPhysicalDamageTaken_"] = { affix = "", "(4-6)% additional Physical Damage Reduction", statOrderKey = "1769", statOrder = { 1769 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["TalismanIncreasedSkillEffectDuration"] = { affix = "", "(20-25)% increased Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanPercentLifeRegeneration"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TalismanChanceToFreezeShockIgnite_"] = { affix = "", "(4-6)% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["TalismanFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["TalismanPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["TalismanEnduranceChargeOnKill_"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrderKey = "2068", statOrder = { 2068 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["TalismanGlobalDefensesPercent"] = { affix = "", "(15-25)% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["TalismanFishBiteSensitivity"] = { affix = "", "(30-40)% increased Fish Bite Sensitivity", statOrderKey = "2994", statOrder = { 2994 }, level = 1, group = "FishingBiteSensitivity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["FishBiteSensitivityUnique__1"] = { affix = "", "(20-40)% increased Fish Bite Sensitivity", statOrderKey = "2994", statOrder = { 2994 }, level = 48, group = "FishingBiteSensitivity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["TalismanAttackAndCastSpeed"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["TalismanSpellDamage"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["TalismanAttackDamage"] = { affix = "", "(20-30)% increased Attack Damage", statOrderKey = "760", statOrder = { 760 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["TalismanPierceChance"] = { affix = "", "Projectiles Pierce (25-35) additional Targets", statOrderKey = "7466", statOrder = { 7466 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanAdditionalPierce"] = { affix = "", "Projectiles Pierce 2 additional Targets", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageTakeFromManaBeforeLifePerPowerChargeUnique__1"] = { affix = "", "1% of Damage is taken from Mana before Life per Power Charge", statOrderKey = "2580", statOrder = { 2580 }, level = 40, group = "DamageTakeFromManaBeforeLifePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeUnique__1"] = { affix = "", "10% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["CriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "40% reduced Critical Strike Chance per Power Charge", statOrderKey = "2581", statOrder = { 2581 }, level = 1, group = "CriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["IncreasedFireballRadiusUniqueJewel57"] = { affix = "", "Fire Damage is increased by 1% per 5 Intelligence from Allocated Passives in Radius", statOrderKey = "2562", statOrder = { 2562 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AdditionalGlacialCascadeSequenceUniqueJewel58"] = { affix = "", "Cold Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius", "Physical Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius", "Glacial Cascade gains an additional Burst with 60 Intelligence from Passives in Radius", statOrderKey = "2563,2564,2570", statOrder = { 2563, 2564, 2570 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["AnimateBowsAndWandsUnique____70"] = { affix = "", "With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 12 Ranged Weapons", statOrderKey = "2671", statOrder = { 2671 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExtraArrowForSplitArrowUniqueJewel60"] = { affix = "", "Projectile Damage is increased by 1% per 5 Dexterity from Allocated Passives in Radius", "Split Arrow fires an additional arrow with 50 Dexterity from Passives in Radius", statOrderKey = "2569,2572", statOrder = { 2569, 2572 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["FlaskChargeRecoveryDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Flask Charges gained during any Flask Effect", statOrderKey = "2598", statOrder = { 2598 }, level = 1, group = "FlaskChargeRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargeRecoveryDuringFlaskEffectUnique__2"] = { affix = "", "30% reduced Flask Charges gained during any Flask Effect", statOrderKey = "2598", statOrder = { 2598 }, level = 1, group = "FlaskChargeRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["ManaRegenerationDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Mana Regeneration Rate during any Flask Effect", statOrderKey = "2599", statOrder = { 2599 }, level = 14, group = "ManaRegenerationDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["EnemiesLoseLifePlayerLeechesUnique__1"] = { affix = "", "200% of Life Leech applies to Enemies as Chaos Damage", statOrderKey = "2600", statOrder = { 2600 }, level = 55, group = "EnemiesLoseLifePlayerLeeches", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "resource", "life", "damage", "chaos" }, }, + ["MovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "15% increased Movement Speed during any Flask Effect", statOrderKey = "2601", statOrder = { 2601 }, level = 1, group = "MovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "speed" }, }, + ["NoExtraBleedDamageWhileMovingUniqueAmulet25"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "2607", statOrder = { 2607 }, level = 69, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["NoExtraBleedDamageWhileMovingUnique__1"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "2607", statOrder = { 2607 }, level = 1, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AttacksHaveBloodMagic__1"] = { affix = "", "Attacks Cost Life instead of Mana", statOrderKey = "7693", statOrder = { 7693 }, level = 1, group = "AttacksHaveBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SocketedTrapSkillsCreateSmokeCloudWhenDetonated__1"] = { affix = "", "Traps from Socketed Skills create a Smoke Cloud when triggered", statOrderKey = "342", statOrder = { 342 }, level = 1, group = "SocketedTrapSkillsCreateSmokeCloudWhenDetonated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireDamageToBlindEnemies__1"] = { affix = "", "(30-50)% increased Fire Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2636", statOrder = { 2636 }, level = 1, group = "FireDamageToBlindEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SpellDamageTakenFromBlindEnemies__1"] = { affix = "", "30% reduced Spell Damage taken from Blinded Enemies", statOrderKey = "2637", statOrder = { 2637 }, level = 1, group = "SpellDamageTakenFromBlindEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GlacialHammerThresholdJewel__1"] = { affix = "", "With at least 40 Strength in Radius, 20% increased", "Rarity of Items dropped by Enemies Shattered by Glacial Hammer", statOrderKey = "2642,2642.1", statOrder = { 2642, 2642.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SpectralThrowThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 5% increased Damage each time it Hits", statOrderKey = "2643", statOrder = { 2643 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ViperStrikeThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, Viper Strike deals 2% increased Damage with Hits and Poison for each Poison on the Enemy", statOrderKey = "2645", statOrder = { 2645 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ViperStrikeThresholdJewel__2"] = { affix = "", "With at least 40 Dexterity in Radius, Viper Strike has a 10% chance per Poison on Enemy to grant Unholy Might for 4 seconds on Hit", statOrderKey = "6078", statOrder = { 6078 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["HeavyStrikeThresholdJewel___1"] = { affix = "", "With at least 40 Strength in Radius, Heavy Strike has a ", "20% chance to deal Double Damage", statOrderKey = "2646,2646.1", statOrder = { 2646, 2646.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ShrapnelShotThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Galvanic Arrow has 25% increased Area of Effect", "With at least 40 Dexterity in Radius, Galvanic Arrow deals 50% increased Area Damage", statOrderKey = "2770,6069", statOrder = { 2770, 6069 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["BurningArrowThresholdJewel_2"] = { affix = "", "With at least 40 Dexterity in Radius, Burning Arrow can inflict", "an additional Ignite on an Enemy and cannot apply its Burning Debuff", statOrderKey = "2762,2762.1", statOrder = { 2762, 2762.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack", "ailment" }, }, + ["CleaveThresholdJewel_1"] = { affix = "", "With at least 40 Strength in Radius, Cleave grants Fortify on Hit", "With at least 40 Strength in Radius, Cleave has +1 to Radius per Nearby", "Enemy, up to +10", statOrderKey = "2764,2765,2765.1", statOrder = { 2764, 2765, 2765.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["FreezingPulseThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Freezing Pulse fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, 25% increased Freezing Pulse Damage if", "you've Shattered an Enemy Recently", statOrderKey = "2773,2774,2774.1", statOrder = { 2773, 2774, 2774.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IceShotThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, Ice Shot Pierces 50 additional Targets", "With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect", statOrderKey = "6052,6053", statOrder = { 6052, 6053 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IceShotThresholdJewel__2"] = { affix = "", "With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect", "With at least 40 Dexterity in Radius, Ice Shot Pierces 3 additional Targets", statOrderKey = "6053,6054", statOrder = { 6053, 6054 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MoltenStrikeThresholdJewel_1"] = { affix = "", "With at least 40 Strength in Radius, Molten Strike fires 2 additional Projectiles", "With at least 40 Strength in Radius, Molten Strike has 25% increased Area of Effect", statOrderKey = "6064,6065", statOrder = { 6064, 6065 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MoltenStrikeThresholdJewel__2"] = { affix = "", "With at least 40 Strength in Radius, Molten Strike Projectiles Chain on impacting ground", "With at least 40 Strength in Radius, Molten Strike Projectiles Chain +1 time", "With at least 40 Strength in Radius, Molten Strike fires 50% less Projectiles", statOrderKey = "5966,5967,5968", statOrder = { 5966, 5967, 5968 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["FrostBladesThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Melee Damage", "dealt by Frost Blades Penetrates 15% Cold Resistance", "With at least 40 Dexterity in Radius, Frost Blades has 25% increased Projectile Speed", statOrderKey = "6045,6045.1,6046", statOrder = { 6045, 6045.1, 6046 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack", "speed" }, }, + ["DualStrikeThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has a 20% chance", "to deal Double Damage with the Main-Hand Weapon", "With at least 40 Dexterity in Radius, Dual Strike deals Off-Hand Splash Damage", "to surrounding targets", statOrderKey = "6031,6031.1,6033,6033.1", statOrder = { 6031, 6031.1, 6033, 6033.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["DualStrikeThresholdJewelAxe"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike Hits Intimidate Enemies for", "4 seconds while wielding an Axe", statOrderKey = "6030,6030.1", statOrder = { 6030, 6030.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DualStrikeThresholdJewelClaw"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has (10-15)% increased Attack", "Speed while wielding a Claw", statOrderKey = "6028,6028.1", statOrder = { 6028, 6028.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["DualStrikeThresholdJewelDagger"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has +(20-30)% to Critical Strike", "Multiplier while wielding a Dagger", statOrderKey = "6029,6029.1", statOrder = { 6029, 6029.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["DualStrikeThresholdJewelMace"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike deals Splash Damage", "to surrounding targets while wielding a Mace", statOrderKey = "6032,6032.1", statOrder = { 6032, 6032.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DualStrikeThresholdJewelSword_"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has (20-30)% increased", "Accuracy Rating while wielding a Sword", statOrderKey = "6027,6027.1", statOrder = { 6027, 6027.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DualStrikeThresholdJewel__2_"] = { affix = "", "(10-15)% increased Attack Damage", statOrderKey = "760", statOrder = { 760 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FrostboltThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Frostbolt fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, Frostbolt Projectiles gain 40% increased Projectile Speed per second", statOrderKey = "6047,6048", statOrder = { 6047, 6048 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["EtherealKnivesThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Ethereal Knives fires 5 additional Projectiles", "With at least 40 Dexterity in Radius, Ethereal Knives fires Projectiles in a circle", statOrderKey = "2766,2767", statOrder = { 2766, 2767 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["LightningTendrilsThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, each Lightning Tendrils Repeat has 4% increased Area of Effect per Enemy Hit", statOrderKey = "6059", statOrder = { 6059 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MagmaOrbThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Rolling Magma fires an additional Projectile", "With at least 40 Intelligence in Radius, Rolling Magma", "has 10% increased Area of Effect per Chain", statOrderKey = "6060,6061,6061.1", statOrder = { 6060, 6061, 6061.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MagmaOrbThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Rolling Magma deals 50% less Damage", "With at least 40 Intelligence in Radius, Rolling Magma deals 40% more Damage per Chain", "With at least 40 Intelligence in Radius, Rolling Magma", "has 10% increased Area of Effect per Chain", statOrderKey = "5964,5965,6061,6061.1", statOrder = { 5964, 5965, 6061, 6061.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["GlacialHammerThresholdJewel_2"] = { affix = "", "With at least 40 Strength in Radius, Glacial Hammer deals", "Cold-only Splash Damage to surrounding targets", "With at least 40 Strength in Radius, 25% of Glacial", "Hammer Physical Damage Converted to Cold Damage", statOrderKey = "2768,2768.1,2769,2769.1", statOrder = { 2768, 2768.1, 2769, 2769.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "attack" }, }, + ["BlightThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Blight has 25% increased Area of Effect after 1 second of Channelling", statOrderKey = "6015", statOrder = { 6015 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["BlightThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration", statOrderKey = "6012,6013", statOrder = { 6012, 6013 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["BlightThresholdJewel_3"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration", statOrderKey = "6011,6013", statOrder = { 6011, 6013 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RaiseZombieThresholdJewel1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised", "Zombies' Slam Attack has 100% increased Cooldown Recovery Rate", "With at least 40 Intelligence in Radius, Raised Zombies' Slam", "Attack deals 30% increased Damage", statOrderKey = "6079,6079.1,6080,6080.1", statOrder = { 6079, 6079.1, 6080, 6080.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SparkThresholdJewel1"] = { affix = "", "With at least 40 Intelligence in Radius, 2 additional Spark Projectiles", statOrderKey = "2772", statOrder = { 2772 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["SparkThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Spark fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, Spark fires Projectiles in a circle", statOrderKey = "6071,6072", statOrder = { 6071, 6072 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["FireTrapThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Fire Trap throws up to 1 additional Trap", statOrderKey = "6044", statOrder = { 6044 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["SplitArrowThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Split Arrow fires Projectiles in Parallel", statOrderKey = "6077", statOrder = { 6077 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["GlacialCascadeThresholdJewel1"] = { affix = "", "With 40 Intelligence in Radius, Glacial Cascade has an additional Burst", "With 40 Intelligence in Radius, 20% of Glacial Cascade Physical Damage", "Converted to Cold Damage", statOrderKey = "6049,6050,6050.1", statOrder = { 6049, 6050, 6050.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["CausticArrowThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow deals 30% reduced Damage with Hits", statOrderKey = "6018", statOrder = { 6018 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["CausticArrowThresholdJewel2"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow deals 40% increased Damage over Time", statOrderKey = "6017", statOrder = { 6017 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["CausticArrowThresholdJewel3"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow has a 50% chance on Hit to Poison Enemies on Caustic Ground", statOrderKey = "6016", statOrder = { 6016 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["SpectralShieldThrowThresholdJewel1_"] = { affix = "", "+0.2% to Off Hand Critical Strike Chance per 10 Maximum Energy Shield on Shield", statOrderKey = "6971", statOrder = { 6971 }, level = 1, group = "OffHandCritChancePerEsOnShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SpectralShieldThrowThresholdJewel2"] = { affix = "", "+4% to Off Hand Critical Strike Multiplier per 10 Maximum Energy Shield on Shield", statOrderKey = "6972", statOrder = { 6972 }, level = 1, group = "OffHandCritMultiPerEsOnShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["IncreasedStunThresholdUnique__1_"] = { affix = "", "20% increased Stun Threshold", statOrderKey = "2689", statOrder = { 2689 }, level = 1, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdBasedOnManaUnique__1"] = { affix = "", "Stun Threshold is based on 500% of your Mana instead of Life", statOrderKey = "2688", statOrder = { 2688 }, level = 1, group = "StunThresholdBasedOnMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PowerChargeOnCriticalStrikeChanceUnique__1"] = { affix = "", "25% chance to gain a Power Charge on Critical Strike", statOrderKey = "1348", statOrder = { 1348 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "critical" }, }, + ["NoLifeRegenerationUnique___1"] = { affix = "", "You have no Life Regeneration", statOrderKey = "1767", statOrder = { 1767 }, level = 1, group = "NoLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NeverBlockUnique__1"] = { affix = "", "Cannot Block", statOrderKey = "2682", statOrder = { 2682 }, level = 1, group = "NeverBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LocalShieldHasNoBlockChanceUnique__1"] = { affix = "", "No Chance to Block", statOrderKey = "2683", statOrder = { 2683 }, level = 1, group = "LocalShieldHasNoBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LocalFlaskOnslaughtPerFrenzyChargeUnique__1"] = { affix = "", "Gain Onslaught for 3 seconds per Frenzy Charge on use", statOrderKey = "556", statOrder = { 556 }, level = 1, group = "LocalFlaskOnslaughtPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["GrantUniqueBuff__1"] = { affix = "", "Gain Her Blessing for 3 seconds when you Ignite an Enemy", statOrderKey = "2695", statOrder = { 2695 }, level = 66, group = "HerBlessingOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["UniqueConditionOnBuff__1"] = { affix = "", "Cannot be Frozen, Chilled or Ignited with Her Blessing", statOrderKey = "2697", statOrder = { 2697 }, level = 66, group = "AvoidAilmentsDuringHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, }, + ["UniqueConditionOnBuff__2"] = { affix = "", "20% increased Attack and Movement Speed with Her Blessing", statOrderKey = "2698", statOrder = { 2698 }, level = 66, group = "AttackAndMoveSpeedDuringHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["UniqueEffectOnBuff__3"] = { affix = "", "33% chance to Blind nearby Enemies when gaining Her Blessing", statOrderKey = "2696", statOrder = { 2696 }, level = 66, group = "BlindOnGainingHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RallyingCryThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, 10% of Damage taken Recouped as Mana if you've Warcried Recently", statOrderKey = "2678", statOrder = { 2678 }, level = 1, group = "RallyingCryThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["VigilantStrikeThresholdJewel__1"] = { affix = "", "With at least 40 Strength in Radius, Vigilant Strike", "Fortifies you and Nearby Allies for 8 seconds", statOrderKey = "2665,2665.1", statOrder = { 2665, 2665.1 }, level = 1, group = "VigilantStrikeThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ColdsnapThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Cold Snap grants Power Charges instead of Frenzy Charges when Enemies die in its Area", "With at least 40 Intelligence in Radius, Cold Snap's Cooldown can be bypassed by Power Charges instead of Frenzy Charges", statOrderKey = "6022,6022.1", statOrder = { 6022, 6022.1 }, level = 1, group = "ColdSnapThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["FireballThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball Projectiles gain Area as they travel farther, up to 50% increased Area of Effect", statOrderKey = "2667", statOrder = { 2667 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["FireballThresholdJewel__2_"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball Projectiles gain Radius as they travel farther, up to +4 Radius", statOrderKey = "2668", statOrder = { 2668 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["FireballThresholdJewel__3"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball cannot ignite", "With at least 40 Intelligence in Radius, Fireball has +(30-50)% chance to inflict scorch", statOrderKey = "5962,5963", statOrder = { 5962, 5963 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["ShockNearbyEnemiesDuringFlaskEffect___1"] = { affix = "", "Shocks nearby Enemies during Flask effect, causing 10% increased Damage taken", statOrderKey = "683", statOrder = { 683 }, level = 85, group = "ShockNearbyEnemiesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ShockSelfDuringFlaskEffect__1"] = { affix = "", "You are Shocked during Flask effect, causing 50% increased Damage taken", statOrderKey = "684", statOrder = { 684 }, level = 1, group = "ShockSelfDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["LightningLifeLeechDuringFlaskEffect__1"] = { affix = "", "20% of Lightning Damage Leeched as Life during Flask effect", statOrderKey = "691", statOrder = { 691 }, level = 1, group = "LightningLifeLeechDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "elemental", "lightning" }, }, + ["LightningManaLeechDuringFlaskEffect__1"] = { affix = "", "20% of Lightning Damage Leeched as Mana during Flask effect", statOrderKey = "692", statOrder = { 692 }, level = 1, group = "LightningManaLeechDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana", "elemental", "lightning" }, }, + ["LeechInstantDuringFlaskEffect__1"] = { affix = "", "Life and Mana Leech are instant during effect", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "LeechInstantDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["AddedLightningDamageDuringFlaskEffect__1"] = { affix = "", "Adds (10-15) to (55-65) Lightning Damage to Attacks during Flask effect", statOrderKey = "689", statOrder = { 689 }, level = 1, group = "AddedLightningDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedSpellLightningDamageDuringFlaskEffect__1"] = { affix = "", "Adds (10-15) to (55-65) Lightning Damage to Spells during Flask effect", statOrderKey = "690", statOrder = { 690 }, level = 1, group = "AddedSpellLightningDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["PhysicalToLightningDuringFlaskEffect__1"] = { affix = "", "50% of Physical Damage Converted to Lightning during Flask effect", statOrderKey = "685", statOrder = { 685 }, level = 1, group = "PhysicalToLightningDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["LightningPenetrationDuringFlaskEffect__1"] = { affix = "", "Damage Penetrates 6% Lightning Resistance during Flask effect", statOrderKey = "686", statOrder = { 686 }, level = 1, group = "LightningPenetrationDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "lightning" }, }, + ["MinionAttackAndCastSpeedPerSkeleton__1"] = { affix = "", "2% increased Minion Attack and Cast Speed per Skeleton you own", statOrderKey = "2690", statOrder = { 2690 }, level = 1, group = "MinionAttackAndCastSpeedPerSkeleton", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionDurationPerZombie__1"] = { affix = "", "2% increased Minion Duration per Raised Zombie", statOrderKey = "2691", statOrder = { 2691 }, level = 1, group = "MinionDurationPerZombie", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionDamagePerSpectre__1"] = { affix = "", "(8-12)% increased Minion Damage per Raised Spectre", statOrderKey = "2692", statOrder = { 2692 }, level = 1, group = "MinionDamagePerSpectre", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionLifeRegenerationPerRagingSpirit__1"] = { affix = "", "Minions Regenerate (1.5-2.5)% of Life per second", statOrderKey = "2333", statOrder = { 2333 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["ExplodeOnKillChaosUnique__1"] = { affix = "", "Enemies you Kill have a 20% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage", statOrderKey = "2722", statOrder = { 2722 }, level = 1, group = "ExplodeOnKillChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ReduceManaCostPerEnduranceChargeUnique__1"] = { affix = "", "4% reduced Mana Cost per Endurance Charge", statOrderKey = "2684", statOrder = { 2684 }, level = 1, group = "ReduceManaCostPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["RampageWhileAtMaxEnduranceChargesUnique__1"] = { affix = "", "Gain Rampage while at Maximum Endurance Charges", statOrderKey = "2685", statOrder = { 2685 }, level = 1, group = "RampageWhileAtMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LoseEnduranceChargesOnRampageEndUnique___1"] = { affix = "", "Lose all Endurance Charges when Rampage ends", statOrderKey = "2686", statOrder = { 2686 }, level = 1, group = "LoseEnduranceChargesOnRampageEnd", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["IncreasedDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "40% increased Damage with Hits against Frozen Enemies", statOrderKey = "797", statOrder = { 797 }, level = 1, group = "IncreasedDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["PhysicalDamageWhileFrozenUnique___1"] = { affix = "", "100% increased Global Physical Damage while Frozen", statOrderKey = "2760", statOrder = { 2760 }, level = 1, group = "PhysicalDamageWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttacksThatStunCauseBleedingUnique__1"] = { affix = "", "Causes Bleeding when you Stun", statOrderKey = "1943", statOrder = { 1943 }, level = 1, group = "AttacksThatStunCauseBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["GrantEnemiesUnholyMightOnKillUnique__1"] = { affix = "", "5% chance to grant Unholy Might to nearby Enemies on Kill", statOrderKey = "2801", statOrder = { 2801 }, level = 1, group = "GrantEnemiesUnholyMightOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantEnemiesOnslaughtOnKillUnique__1"] = { affix = "", "5% chance to grant Onslaught to nearby Enemies on Kill", statOrderKey = "2800", statOrder = { 2800 }, level = 1, group = "GrantEnemiesOnslaughtOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnholyMightOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Unholy Might for 10 seconds on Kill", statOrderKey = "4412", statOrder = { 4412 }, level = 1, group = "UnholyMightOnKillPercentChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaugtOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Onslaught for 10 seconds on Kill", statOrderKey = "4406", statOrder = { 4406 }, level = 1, group = "OnslaugtOnKillPercentChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumLifeOnKillPercentUnique__1"] = { affix = "", "Recover 1% of Life on Kill", statOrderKey = "1271", statOrder = { 1271 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__2"] = { affix = "", "Recover (1-3)% of Life on Kill", statOrderKey = "1271", statOrder = { 1271 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__3__"] = { affix = "", "Recover (3-5)% of Life on Kill", statOrderKey = "1271", statOrder = { 1271 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__4_"] = { affix = "", "Recover 1% of Life on Kill", statOrderKey = "1271", statOrder = { 1271 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumManaOnKillPercentUnique__1"] = { affix = "", "Recover (1-3)% of Mana on Kill", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumEnergyShieldOnKillPercentUnique__1"] = { affix = "", "Recover (3-5)% of Energy Shield on Kill", statOrderKey = "1272", statOrder = { 1272 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["MaximumEnergyShieldOnKillPercentUnique__2"] = { affix = "", "Recover 1% of Energy Shield on Kill", statOrderKey = "1272", statOrder = { 1272 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["BurningArrowThresholdJewelUnique__1"] = { affix = "", "With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Burning Ground if it Ignites an Enemy", "With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Tar if it does not Ignite an Enemy", statOrderKey = "2761,2763", statOrder = { 2761, 2763 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DisplayManifestWeaponUnique__1"] = { affix = "", "Triggers Level 15 Manifest Dancing Dervish on Rampage", "Manifested Dancing Dervish disables both weapon slots", "Manifested Dancing Dervish dies when Rampage ends", statOrderKey = "2756,2757,2758", statOrder = { 2756, 2757, 2758 }, level = 1, group = "DisplayManifestWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["BarrageThresholdUnique__1"] = { affix = "", "With at least 40 Dexterity in Radius, Barrage fires an additional 6 projectiles simultaneously on the first and final attacks", statOrderKey = "2680", statOrder = { 2680 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["GroundSlamThresholdUnique__1"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam", "has a 50% increased angle", statOrderKey = "2674,2674.1", statOrder = { 2674, 2674.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["GroundSlamThresholdUnique__2"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam has a 35% chance", "to grant an Endurance Charge when you Stun an Enemy", statOrderKey = "2673,2673.1", statOrder = { 2673, 2673.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SummonSkeletonsThresholdUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Summon Skeletons can Summon up to 15 Skeleton Mages", statOrderKey = "2663", statOrder = { 2663 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AdditionalSnipeTotemsPerDexterityUnique__1"] = { affix = "", "Siege Ballista has +1 to maximum number of Summoned Totems per 200 Dexterity", statOrderKey = "2812", statOrder = { 2812 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalShrapnelBallistaePerStrengthUnique__1"] = { affix = "", "Shrapnel Ballista has +1 to maximum number of Summoned Totems per 200 Strength", statOrderKey = "2811", statOrder = { 2811 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AddedDamagePerDexterityUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity", statOrderKey = "2813", statOrder = { 2813 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedDamagePerStrengthUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Strength", statOrderKey = "4020", statOrder = { 4020 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["DisplayBlindAuraUnique__1"] = { affix = "", "Nearby Enemies are Blinded", statOrderKey = "2814", statOrder = { 2814 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayNearbyEnemiesAreSlowedUnique__1"] = { affix = "", "Nearby Enemies are Hindered, with 25% reduced Movement Speed", statOrderKey = "2820", statOrder = { 2820 }, level = 1, group = "NearbyEnemiesAreSlowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "aura" }, }, + ["DisplaySupportedByHypothermiaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Hypothermia", statOrderKey = "268", statOrder = { 268 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Ice Bite", statOrderKey = "269", statOrder = { 269 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByIceBiteUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 10 Ice Bite", statOrderKey = "269", statOrder = { 269 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByColdPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Cold Penetration", statOrderKey = "270", statOrder = { 270 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByManaLeechUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Mana Leech", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByAddedColdDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Cold Damage", statOrderKey = "272", statOrder = { 272 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByAddedColdDamageUnique__1Royale"] = { affix = "", "Socketed Gems are Supported by Level 1 Added Cold Damage", statOrderKey = "272", statOrder = { 272 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByReducedManaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "273", statOrder = { 273 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByReducedManaUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "273", statOrder = { 273 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByBonechillUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Bonechill", statOrderKey = "91", statOrder = { 91 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["FlaskConsumesFrenzyChargesUnique__1"] = { affix = "", "Consumes Frenzy Charges on use", statOrderKey = "550", statOrder = { 550 }, level = 1, group = "FlaskConsumesFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "frenzy_charge" }, }, + ["CriticalChanceAgainstBlindedEnemiesUnique__1"] = { affix = "", "(120-140)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "2823", statOrder = { 2823 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalChanceAgainstBlindedEnemiesUnique__2__"] = { affix = "", "(30-50)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "2823", statOrder = { 2823 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DamageAgainstNearEnemiesUnique__1"] = { affix = "", "(60-80)% increased Damage with Hits and Ailments against Hindered Enemies", statOrderKey = "3511", statOrder = { 3511 }, level = 1, group = "DamageAgainstNearEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageAgainstNearEnemiesUnique__1Royale__"] = { affix = "", "(20-35)% increased Damage with Hits and Ailments against Hindered Enemies", statOrderKey = "3511", statOrder = { 3511 }, level = 1, group = "DamageAgainstNearEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BeltSoulEaterDuringFlaskEffect__1"] = { affix = "", "Gain Soul Eater during any Flask Effect", statOrderKey = "2843", statOrder = { 2843 }, level = 57, group = "BeltSoulEaterDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltSoulsRemovedOnFlaskUse__1"] = { affix = "", "Lose Souls gained from Soul Eater when you use a Flask", statOrderKey = "2844", statOrder = { 2844 }, level = 1, group = "BeltSoulsRemovedOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FireDamageToNearbyEnemiesOnKillUnique"] = { affix = "", "Trigger Level 1 Fire Burst on Kill", statOrderKey = "442", statOrder = { 442 }, level = 1, group = "DamageToNearbyEnemiesOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedAurasReserveNoManaUnique__1"] = { affix = "", "Socketed Gems have no Reservation", statOrderKey = "283", statOrder = { 283 }, level = 48, group = "SocketedAurasReserveNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["ItemGrantsIllusoryWarpUnique__1"] = { affix = "", "Grants Level 20 Illusory Warp Skill", statOrderKey = "351", statOrder = { 351 }, level = 1, group = "ItemGrantsIllusoryWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["LocalDoubleImplicitMods"] = { affix = "", "Implicit Modifier magnitudes are doubled", statOrderKey = "22", statOrder = { 22 }, level = 65, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["LocalTripleImplicitModsUnique__1__"] = { affix = "", "Implicit Modifier magnitudes are tripled", statOrderKey = "22", statOrder = { 22 }, level = 1, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnarmedDamageVsBleedingEnemiesUnique__1"] = { affix = "", "100% increased Damage with Unarmed Attacks against Bleeding Enemies", statOrderKey = "2874", statOrder = { 2874 }, level = 1, group = "UnarmedDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ClawDamageModsAlsoAffectUnarmedUnique__1"] = { affix = "", "Modifiers to Claw Damage also apply to Unarmed Attack Damage", statOrderKey = "2877", statOrder = { 2877 }, level = 1, group = "ClawDamageModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["BaseUnarmedCriticalStrikeChanceUnique__1"] = { affix = "", "+7% to Unarmed Attack Critical Strike Chance", statOrderKey = "2876", statOrder = { 2876 }, level = 1, group = "BaseUnarmedCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["LifeGainVsBleedingEnemiesUnique__1"] = { affix = "", "Gain +30 Life when you Hit a Bleeding Enemy", statOrderKey = "2875", statOrder = { 2875 }, level = 1, group = "LifeGainVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SummonWolfOnKillUnique__1"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "460", statOrder = { 460 }, level = 62, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SummonWolfOnKillUnique__1New"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "460", statOrder = { 460 }, level = 62, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SummonWolfOnKillUnique__2_"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "460", statOrder = { 460 }, level = 1, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SummonWolfOnCritUnique__1"] = { affix = "", "20% chance to Trigger Level 25 Summon Spectral Wolf on Critical Strike with this Weapon", statOrderKey = "423", statOrder = { 423 }, level = 1, group = "SummonWolfOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, - ["SwordPhysicalAttackSpeedUnique__1"] = { affix = "", "35% increased Attack Speed with Swords", statOrderKey = "843", statOrder = { 843 }, level = 80, group = "SwordAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["AxePhysicalDamageUnique__1"] = { affix = "", "80% increased Physical Damage with Axes", statOrderKey = "728", statOrder = { 728 }, level = 80, group = "AxePhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["DualWieldingPhysicalDamageUnique__1"] = { affix = "", "40% increased Physical Attack Damage while Dual Wielding", statOrderKey = "704", statOrder = { 704 }, level = 1, group = "DualWieldingPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["ProjectilesForkUnique____1"] = { affix = "", "Arrows Fork", statOrderKey = "2887", statOrder = { 2887 }, level = 70, group = "ProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ClawAttackSpeedModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed", statOrderKey = "2878", statOrder = { 2878 }, level = 1, group = "ClawAttackSpeedModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["ClawCritModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Critical Strike Chance also apply to Unarmed Attack Critical Strike Chance", statOrderKey = "2879", statOrder = { 2879 }, level = 35, group = "ClawCritModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["EnergyShieldDelayDuringFlaskEffect__1"] = { affix = "", "30% slower start of Energy Shield Recharge during any Flask Effect", statOrderKey = "2883", statOrder = { 2883 }, level = 35, group = "EnergyShieldDelayDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, - ["ESRechargeRateDuringFlaskEffect__1"] = { affix = "", "400% increased Energy Shield Recharge Rate during any Flask Effect", statOrderKey = "2885", statOrder = { 2885 }, level = 1, group = "ESRechargeRateDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, - ["IncreasedColdDamagePerBlockChanceUnique__1"] = { affix = "", "1% increased Cold Damage per 1% Chance to Block Attack Damage", statOrderKey = "2890", statOrder = { 2890 }, level = 74, group = "IncreasedColdDamagePerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["IncreasedManaPerSpellBlockChanceUnique__1"] = { affix = "", "1% increased Maximum Mana per 2% Chance to Block Spell Damage", statOrderKey = "2891", statOrder = { 2891 }, level = 1, group = "IncreasedManaPerSpellBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedArmourWhileChilledOrFrozenUnique__1"] = { affix = "", "300% increased Armour while Chilled or Frozen", statOrderKey = "2892", statOrder = { 2892 }, level = 1, group = "IncreasedArmourWhileChilledOrFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["AddedColdDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (15-25) to (40-50) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageToSpellsAndAttacksUnique__2"] = { affix = "", "Adds (5-7) to (13-15) Cold Damage to Spells and Attacks", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["UtilityFlaskSmokeCloud"] = { affix = "", "Creates a Smoke Cloud on Use", statOrderKey = "2903", statOrder = { 2903 }, level = 1, group = "UtilityFlaskSmokeCloud", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["UtilityFlaskConsecrate"] = { affix = "", "Creates Consecrated Ground on Use", statOrderKey = "2904", statOrder = { 2904 }, level = 1, group = "UtilityFlaskConsecrate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["UtilityFlaskChilledGround"] = { affix = "", "Creates Chilled Ground on Use", statOrderKey = "2936", statOrder = { 2936 }, level = 1, group = "UtilityFlaskChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["SummonsWormsOnUse"] = { affix = "", "2 Enemy Writhing Worms escape the Flask when used", "Writhing Worms are destroyed when Hit", statOrderKey = "521,521.1", statOrder = { 521, 521.1 }, level = 1, group = "SummonsWormsOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["PowerChargeOnHitUnique__1"] = { affix = "", "20% chance to gain a Power Charge on Hit", statOrderKey = "1210", statOrder = { 1210 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["LosePowerChargesOnMaxPowerChargesUnique__1"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrderKey = "2910", statOrder = { 2910 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["LosePowerChargesOnMaxPowerChargesUnique__2"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrderKey = "2910", statOrder = { 2910 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["LoseEnduranceChargesOnMaxEnduranceChargesUnique__1_"] = { affix = "", "You lose all Endurance Charges on reaching maximum Endurance Charges", statOrderKey = "2047", statOrder = { 2047 }, level = 1, group = "LoseEnduranceChargesOnMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ShockOnMaxPowerChargesUnique__1"] = { affix = "", "Shocks you when you reach Maximum Power Charges", statOrderKey = "2911", statOrder = { 2911 }, level = 1, group = "ShockOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["MoltenBurstOnMeleeHitUnique__1"] = { affix = "", "20% chance to Trigger Level 16 Molten Burst on Melee Hit", statOrderKey = "452", statOrder = { 452 }, level = 1, group = "MoltenBurstOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["PenetrateEnemyFireResistUnique__1"] = { affix = "", "Damage Penetrates 20% Fire Resistance", statOrderKey = "2289", statOrder = { 2289 }, level = 1, group = "PenetrateEnemyFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["LocalFlaskPetrifiedUnique__1"] = { affix = "", "Petrified during Flask Effect", statOrderKey = "2920", statOrder = { 2920 }, level = 1, group = "LocalFlaskPetrified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LocalFlaskPhysicalDamageReductionUnique__1"] = { affix = "", "(40-50)% additional Physical Damage Reduction during Flask Effect", statOrderKey = "2925", statOrder = { 2925 }, level = 1, group = "LocalFlaskPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical" }, }, - ["LightningDegenAuraUniqueDisplay__1"] = { affix = "", "Nearby Enemies take 50 Lightning Damage per second", statOrderKey = "2469", statOrder = { 2469 }, level = 1, group = "LightningDegenAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["CannotBeAffectedByFlasksUnique__1"] = { affix = "", "Flasks do not apply to you", statOrderKey = "3061", statOrder = { 3061 }, level = 38, group = "CannotBeAffectedByFlasks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlasksApplyToMinionsUnique__1"] = { affix = "", "Flasks apply to your Raised Zombies and Spectres", statOrderKey = "3062", statOrder = { 3062 }, level = 1, group = "FlasksApplyToMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, - ["RepeatingShockwave"] = { affix = "", "Triggers Level 7 Abberath's Fury when Equipped", statOrderKey = "438", statOrder = { 438 }, level = 1, group = "RepeatingShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LifeRegenerationWhileFrozenUnique__1"] = { affix = "", "Regenerate 20% of Life per second while Frozen", statOrderKey = "3055", statOrder = { 3055 }, level = 1, group = "LifeRegenerationWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["KnockbackOnCounterattackChanceUnique__1"] = { affix = "", "100% chance to knockback on Counterattack", statOrderKey = "2935", statOrder = { 2935 }, level = 1, group = "KnockbackOnCounterattack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["EnergyShieldRechargeOnBlockUnique__1"] = { affix = "", "20% chance for Energy Shield Recharge to start when you Block", statOrderKey = "2739", statOrder = { 2739 }, level = 1, group = "EnergyShieldRechargeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, - ["LocalAttacksAlwaysCritUnique__1"] = { affix = "", "All Attacks with this Weapon are Critical Strikes", statOrderKey = "3109", statOrder = { 3109 }, level = 1, group = "AlwaysCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["LocalDoubleDamageToChilledEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage to Chilled Enemies", statOrderKey = "3072", statOrder = { 3072 }, level = 1, group = "DoubleDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["LocalElementalPenetrationUnique__1"] = { affix = "", "Attacks with this Weapon Penetrate 30% Elemental Resistances", statOrderKey = "3073", statOrder = { 3073 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["FlaskZealotsOathUnique__1"] = { affix = "", "Zealot's Oath during Flask effect", "Life Recovery from Flasks also applies to Energy Shield during Flask Effect", statOrderKey = "3079,5807", statOrder = { 3079, 5807 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "resource", "life", "defences" }, }, - ["IncreasedDamageAtNoFrenzyChargesUnique__1"] = { affix = "", "(60-80)% increased Damage while you have no Frenzy Charges", statOrderKey = "3077", statOrder = { 3077 }, level = 1, group = "DamageOnNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["CriticalChanceAgainstEnemiesOnFullLifeUnique__1"] = { affix = "", "100% increased Critical Strike Chance against Enemies on Full Life", statOrderKey = "3081", statOrder = { 3081 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeAttackLifeLeechUnique__1"] = { affix = "", "1% of Attack Damage Leeched as Life on Critical Strike", statOrderKey = "3082", statOrder = { 3082 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["AddedPhysicalToMinionAttacksUnique__1"] = { affix = "", "Minions deal (5-8) to (12-16) additional Attack Physical Damage", statOrderKey = "3083", statOrder = { 3083 }, level = 1, group = "AddedPhysicalToMinionAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, - ["AttackPhysicalDamageAddedAsLightningUnique__1"] = { affix = "", "Gain 15% of Physical Attack Damage as Extra Lightning Damage", statOrderKey = "3091", statOrder = { 3091 }, level = 1, group = "LightningDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, }, - ["AttackPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Gain 15% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3089", statOrder = { 3089 }, level = 1, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, - ["AttackPhysicalDamageAddedAsFireUnique__2"] = { affix = "", "Gain (30-40)% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3089", statOrder = { 3089 }, level = 1, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, - ["EnergyShieldPer5StrengthUnique__1"] = { affix = "", "+2 maximum Energy Shield per 5 Strength", statOrderKey = "3092", statOrder = { 3092 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["MaximumGolemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrderKey = "3004", statOrder = { 3004 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumGolemsUnique__2"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrderKey = "3004", statOrder = { 3004 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumGolemsUnique__3"] = { affix = "", "+3 to maximum number of Summoned Golems", statOrderKey = "3004", statOrder = { 3004 }, level = 43, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumGolemsUnique__4_"] = { affix = "", "-1 to maximum number of Summoned Golems", statOrderKey = "3004", statOrder = { 3004 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["GrantsLevel12StoneGolem"] = { affix = "", "Grants Level 12 Summon Stone Golem Skill", statOrderKey = "350", statOrder = { 350 }, level = 1, group = "GrantsStoneGolemSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ZealotsOathUnique__1"] = { affix = "", "Zealot's Oath", statOrderKey = "7496", statOrder = { 7496 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["WeaponCountsAsAllOneHandedWeapons__1"] = { affix = "", "Counts as all One Handed Melee Weapon Types", statOrderKey = "3094", statOrder = { 3094 }, level = 1, group = "CountsAsAllOneHandMeleeWeapons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedGemsSupportedByFortifyUnique____1"] = { affix = "", "Socketed Gems are Supported by Level 12 Fortify", statOrderKey = "252", statOrder = { 252 }, level = 1, group = "DisplaySocketedGemGetsFortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["CannotBePoisonedUnique__1"] = { affix = "", "Cannot be Poisoned", statOrderKey = "2687", statOrder = { 2687 }, level = 1, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["EnergyShieldRecoveryRateUnique__1"] = { affix = "", "(30-40)% increased Energy Shield Recovery rate", statOrderKey = "972", statOrder = { 972 }, level = 1, group = "EnergyShieldRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedDamageTakenUnique__1"] = { affix = "", "5% increased Damage taken", statOrderKey = "1593", statOrder = { 1593 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskImmuneToDamage__1"] = { affix = "", "You are Immune to Damage during Flask Effect", statOrderKey = "3108", statOrder = { 3108 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LocalAlwaysCrit"] = { affix = "", "All Attacks with this Weapon are Critical Strikes", statOrderKey = "3109", statOrder = { 3109 }, level = 1, group = "AlwaysCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["IncreasePhysicalDegenDamagePerDexterityUnique__1"] = { affix = "", "2% increased Physical Damage Over Time per 10 Dexterity", statOrderKey = "3112", statOrder = { 3112 }, level = 1, group = "DegenerationDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreaseBleedDurationPerIntelligenceUnique__1"] = { affix = "", "1% increased Bleeding Duration per 12 Intelligence", statOrderKey = "3113", statOrder = { 3113 }, level = 1, group = "BleedDurationPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "ailment" }, }, - ["BleedingEnemiesFleeOnHitUnique__1"] = { affix = "", "30% Chance to cause Bleeding Enemies to Flee on hit", statOrderKey = "3114", statOrder = { 3114 }, level = 1, group = "BleedingEnemiesFleeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToAvoidFireDamageUnique__1"] = { affix = "", "25% chance to Avoid Fire Damage from Hits", statOrderKey = "2691", statOrder = { 2691 }, level = 1, group = "FireDamageAvoidance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, - ["TrapTriggerRadiusUnique__1"] = { affix = "", "(40-60)% increased Trap Trigger Area of Effect", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "TrapTriggerRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpreadChilledGroundOnFreezeUnique__1"] = { affix = "", "15% chance to create Chilled Ground when you Freeze an Enemy", statOrderKey = "2724", statOrder = { 2724 }, level = 1, group = "SpreadChilledGroundOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SpreadConsecratedGroundOnShatterUnique__1"] = { affix = "", "Create Consecrated Ground when you Shatter an Enemy", statOrderKey = "3438", statOrder = { 3438 }, level = 1, group = "SpreadConsecratedGroundOnShatter", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToPoisonWithAttacksUnique___1"] = { affix = "", "20% chance to Poison on Hit with Attacks", statOrderKey = "2480", statOrder = { 2480 }, level = 1, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["TrapTriggerTwiceChanceUnique__1"] = { affix = "", "(8-12)% Chance for Traps to Trigger an additional time", statOrderKey = "3111", statOrder = { 3111 }, level = 1, group = "TrapTriggerTwiceChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TrapAndMineAddedPhysicalDamageUnique__1"] = { affix = "", "Traps and Mines deal (3-5) to (10-15) additional Physical Damage", statOrderKey = "3110", statOrder = { 3110 }, level = 1, group = "TrapAndMineDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["FlaskLifeGainOnSkillUseUnique__1"] = { affix = "", "Grants Last Breath when you Use a Skill during Flask Effect, for (450-600)% of Mana Cost", statOrderKey = "551", statOrder = { 551 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["TrapPoisonChanceUnique__1"] = { affix = "", "Traps and Mines have a 25% chance to Poison on Hit", statOrderKey = "3401", statOrder = { 3401 }, level = 1, group = "TrapPoisonChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["SocketedGemsSupportedByBlasphemyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 22 Blasphemy", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, - ["SocketedGemsSupportedByBlasphemyUnique__2__"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, - ["ReducedReservationForSocketedCurseGemsUnique__1"] = { affix = "", "Socketed Curse Gems have 12% reduced Reservation", statOrderKey = "340", statOrder = { 340 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, - ["ReducedReservationForSocketedCurseGemsUnique__2"] = { affix = "", "Socketed Curse Gems have 50% reduced Reservation", statOrderKey = "340", statOrder = { 340 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, - ["GrantAlliesPowerChargeOnKillUnique__1"] = { affix = "", "10% chance to grant a Power Charge to nearby Allies on Kill", statOrderKey = "2702", statOrder = { 2702 }, level = 1, group = "GrantAlliesPowerChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["GrantAlliesFrenzyChargeOnHitUnique__1"] = { affix = "", "5% chance to grant a Frenzy Charge to nearby Allies on Hit", statOrderKey = "2703", statOrder = { 2703 }, level = 1, group = "GrantAlliesFrenzyChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["SummonRagingSpiritOnKillUnique__1"] = { affix = "", "10% chance to Trigger Level 8 Summon Raging Spirit on Kill", statOrderKey = "454", statOrder = { 454 }, level = 1, group = "SummonRagingSpiritOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PhysicalDamageConvertedToChaosUnique__1"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageConvertedToChaosUnique__2"] = { affix = "", "50% of Physical Damage Converted to Chaos Damage", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["FishDetectionUnique__1_"] = { affix = "", "Glows while in an Area containing a Unique Fish", statOrderKey = "3439", statOrder = { 3439 }, level = 1, group = "FishingDetection", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalMaimOnHitUnique__1"] = { affix = "", "Attacks with this Weapon Maim on hit", statOrderKey = "3443", statOrder = { 3443 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["LocalMaimOnHit2HImplicit_1"] = { affix = "", "25% chance to Maim on Hit", statOrderKey = "5848", statOrder = { 5848 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AlwaysCritShockedEnemiesUnique__1"] = { affix = "", "Always Critically Strike Shocked Enemies", statOrderKey = "3446", statOrder = { 3446 }, level = 1, group = "AlwaysCritShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CannotCritNonShockedEnemiesUnique___1"] = { affix = "", "You cannot deal Critical Strikes against non-Shocked Enemies", statOrderKey = "3447", statOrder = { 3447 }, level = 1, group = "CannotCritNonShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["MinionChanceToBlindOnHitUnique__1"] = { affix = "", "Minions have 15% chance to Blind Enemies on hit", statOrderKey = "3465", statOrder = { 3465 }, level = 1, group = "MinionChanceToBlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MinionBlindImmunityUnique__1"] = { affix = "", "Minions cannot be Blinded", statOrderKey = "3464", statOrder = { 3464 }, level = 1, group = "MinionBlindImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["DisplaySocketedMinionGemsSupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Minion Gems are Supported by Level 16 Life Leech", statOrderKey = "275", statOrder = { 275 }, level = 1, group = "DisplaySocketedMinionGemsSupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "minion", "gem" }, }, - ["MagicItemsDropIdentifiedUnique__1"] = { affix = "", "Found Magic Items drop Identified", statOrderKey = "3466", statOrder = { 3466 }, level = 1, group = "MagicItemsDropIdentified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ManaPerStackableJewelUnique__1"] = { affix = "", "Gain 30 Mana per Grand Spectrum", statOrderKey = "3467", statOrder = { 3467 }, level = 1, group = "ManaPerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ArmourPerStackableJewelUnique__1"] = { affix = "", "Gain 200 Armour per Grand Spectrum", statOrderKey = "3468", statOrder = { 3468 }, level = 1, group = "ArmourPerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedDamagePerStackableJewelUnique__1"] = { affix = "", "15% increased Elemental Damage per Grand Spectrum", statOrderKey = "3470", statOrder = { 3470 }, level = 1, group = "IncreasedDamagePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["CriticalStrikeChancePerStackableJewelUnique__1"] = { affix = "", "25% increased Critical Strike Chance per Grand Spectrum", statOrderKey = "3469", statOrder = { 3469 }, level = 1, group = "CriticalStrikeChancePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["AllResistancePerStackableJewelUnique__1"] = { affix = "", "+7% to all Elemental Resistances per Grand Spectrum", statOrderKey = "3471", statOrder = { 3471 }, level = 1, group = "AllResistancePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AddedColdDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Spells per Power Charge", statOrderKey = "1201", statOrder = { 1201 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AddedColdDamagePerPowerChargeUnique__2"] = { affix = "", "Adds 15 to 25 Cold Damage to Spells per Power Charge", statOrderKey = "1201", statOrder = { 1201 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["GainManaOnKillingFrozenEnemyUnique__1"] = { affix = "", "+(20-25) Mana gained on Killing a Frozen Enemy", statOrderKey = "7008", statOrder = { 7008 }, level = 1, group = "GainManaOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["GainPowerChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "50% chance to gain a Power Charge on Killing a Frozen Enemy", statOrderKey = "1200", statOrder = { 1200 }, level = 1, group = "GainPowerChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedDamageIfFrozenRecentlyUnique__1"] = { affix = "", "60% increased Damage if you've Frozen an Enemy Recently", statOrderKey = "4532", statOrder = { 4532 }, level = 44, group = "IncreasedDamageIfFrozenRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AddedLightningDamagePerIntelligenceUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "3914", statOrder = { 3914 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamagePerIntelligenceUnique__2"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "3914", statOrder = { 3914 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["IncreasedAttackSpeedPerDexterityUnique__1"] = { affix = "", "1% increased Attack Speed per 25 Dexterity", statOrderKey = "3936", statOrder = { 3936 }, level = 1, group = "IncreasedAttackSpeedPerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["MovementVelocityWhileBleedingUnique__1"] = { affix = "", "15% increased Movement Speed while Bleeding", statOrderKey = "6773", statOrder = { 6773 }, level = 1, group = "MovementVelocityWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["IncreasedPhysicalDamageTakenWhileMovingUnique__1"] = { affix = "", "10% increased Physical Damage taken while moving", statOrderKey = "3618", statOrder = { 3618 }, level = 1, group = "IncreasedPhysicalDamageTakenWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["PhysicalDamageReductionWhileNotMovingUnique__1"] = { affix = "", "10% additional Physical Damage Reduction while stationary", statOrderKey = "3616", statOrder = { 3616 }, level = 1, group = "PhysicalDamageReductionWhileNotMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["AddedLightningDamagePerShockedEnemyKilledUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage for each Shocked Enemy you've Killed Recently", statOrderKey = "6662", statOrder = { 6662 }, level = 1, group = "AddedLightningDamagePerShockedEnemyKilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["ColdPenetrationAgainstChilledEnemiesUnique__1"] = { affix = "", "Damage Penetrates 20% Cold Resistance against Chilled Enemies", statOrderKey = "4377", statOrder = { 4377 }, level = 81, group = "ColdPenetrationAgainstChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["GainLifeOnIgnitingEnemyUnique__1"] = { affix = "", "Recover (40-60) Life when you Ignite an Enemy", statOrderKey = "7007", statOrder = { 7007 }, level = 81, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GainLifeOnIgnitingEnemyUnique__2"] = { affix = "", "Recover (20-30) Life when you Ignite an Enemy", statOrderKey = "7007", statOrder = { 7007 }, level = 36, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ReflectsShocksUnique__1"] = { affix = "", "Shock Reflection", statOrderKey = "7023", statOrder = { 7023 }, level = 1, group = "ReflectsShocks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReflectsShockToEnemiesInRadiusUnique__1"] = { affix = "", "Reflect Shocks applied to you to all Nearby Enemies", statOrderKey = "7024", statOrder = { 7024 }, level = 1, group = "ReflectsShockToEnemiesInRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1"] = { affix = "", "Chaos Damage does not bypass Energy Shield while not on Low Life or Low Mana", statOrderKey = "4306", statOrder = { 4306 }, level = 1, group = "ChaosDamageDoesNotBypassESNotLowLifeOrMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["FrenzyChargeOnHitWhileBleedingUnique__1"] = { affix = "", "Gain a Frenzy Charge on Hit while Bleeding", statOrderKey = "4920", statOrder = { 4920 }, level = 1, group = "FrenzyChargeOnHitWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["IncreasedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "(10-15)% increased Cold Damage per Frenzy Charge", statOrderKey = "4364", statOrder = { 4364 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, - ["IncreasedColdDamagePerFrenzyChargeUnique__2"] = { affix = "", "(15-20)% increased Cold Damage per Frenzy Charge", statOrderKey = "4364", statOrder = { 4364 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, - ["OnHitBlindChilledEnemiesUnique__1_"] = { affix = "", "Blind Chilled Enemies on Hit", statOrderKey = "4157", statOrder = { 4157 }, level = 1, group = "OnHitBlindChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainLifeOnBlockUnique__1"] = { affix = "", "Recover 250 Life when you Block", statOrderKey = "1139", statOrder = { 1139 }, level = 1, group = "RecoverLifeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, - ["GrantsLevel30ReckoningUnique__1"] = { affix = "", "Grants Level 30 Reckoning Skill", statOrderKey = "377", statOrder = { 377 }, level = 1, group = "GrantsLevel30Reckoning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["MinionsRecoverLifeOnKillingPoisonedEnemyUnique__1_"] = { affix = "", "Minions Recover 20% of Life on Killing a Poisoned Enemy", statOrderKey = "6740", statOrder = { 6740 }, level = 1, group = "MinionsRecoverLifeOnKillingPoisonedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1"] = { affix = "", "Gain a Frenzy Charge on reaching Maximum Power Charges", statOrderKey = "2912", statOrder = { 2912 }, level = 1, group = "WhenReachingMaxPowerChargesGainAFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["GrantsEnvyUnique__1"] = { affix = "", "Grants Level 15 Envy Skill", statOrderKey = "376", statOrder = { 376 }, level = 87, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsEnvyUnique__2"] = { affix = "", "Grants Level 15 Envy Skill", statOrderKey = "376", statOrder = { 376 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GainArmourIfBlockedRecentlyUnique__1"] = { affix = "", "+1000 Armour if you've Blocked Recently", statOrderKey = "3721", statOrder = { 3721 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["GainArmourIfBlockedRecentlyUnique__2"] = { affix = "", "+1500 Armour if you've Blocked Recently", statOrderKey = "3721", statOrder = { 3721 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["EnemiesBlockedAreIntimidatedUnique__1"] = { affix = "", "Permanently Intimidate Enemies on Block", statOrderKey = "6856", statOrder = { 6856 }, level = 1, group = "EnemiesBlockedAreIntimidated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["MinionsPoisonEnemiesOnHitUnique__1"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrderKey = "2479", statOrder = { 2479 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, }, - ["MinionsPoisonEnemiesOnHitUnique__2"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrderKey = "2479", statOrder = { 2479 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, }, - ["GrantsLevel20BoneNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Bone Nova when you Hit a Bleeding Enemy", statOrderKey = "441", statOrder = { 441 }, level = 1, group = "GrantsLevel20BoneNovaTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["GrantsLevel20IcicleNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Icicle Burst when you Hit a Frozen Enemy", statOrderKey = "479", statOrder = { 479 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["AttacksCauseBleedingOnCursedEnemyHitUnique__1"] = { affix = "", "Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies", statOrderKey = "3946", statOrder = { 3946 }, level = 1, group = "AttacksCauseBleedingOnCursedEnemyHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ReceiveBleedingWhenHitUnique__1_"] = { affix = "", "50% chance to be inflicted with Bleeding when Hit by an Attack", statOrderKey = "7004", statOrder = { 7004 }, level = 1, group = "ReceiveBleedingWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ArmourIncreasedByUncappedFireResistanceUnique__1"] = { affix = "", "Armour is increased by Uncapped Fire Resistance", statOrderKey = "3830", statOrder = { 3830 }, level = 1, group = "ArmourIncreasedByUncappedFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["EvasionIncreasedByUncappedColdResistanceUnique__1"] = { affix = "", "Evasion Rating is increased by Uncapped Cold Resistance", statOrderKey = "4778", statOrder = { 4778 }, level = 1, group = "EvasionIncreasedByUncappedColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["CriticalChanceIncreasedByUncappedLightningResistanceUnique__1"] = { affix = "", "Critical Strike Chance is increased by Lightning Resistance", statOrderKey = "4430", statOrder = { 4430 }, level = 1, group = "CriticalChanceIncreasedByUncappedLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CoverInAshWhenHitUnique__1"] = { affix = "", "Cover Enemies in Ash when they Hit you", statOrderKey = "3794", statOrder = { 3794 }, level = 44, group = "CoverInAshWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikesDealIncreasedLightningDamageUnique__1"] = { affix = "", "50% increased Lightning Damage", statOrderKey = "798", statOrder = { 798 }, level = 87, group = "CriticalStrikesDealIncreasedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["MaximumEnergyShieldAsPercentageOfLifeUnique__1"] = { affix = "", "Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "6598", statOrder = { 6598 }, level = 60, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["GlobalIgniteProlifUnique__1"] = { affix = "", "Ignites you inflict spread to other Enemies within a Radius of 15", statOrderKey = "1582", statOrder = { 1582 }, level = 1, group = "GlobalIgniteProlif", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChillEnemiesWhenHitUnique__1"] = { affix = "", "Chill Enemy for 1 second when Hit, reducing their Action Speed by 30%", statOrderKey = "2445", statOrder = { 2445 }, level = 1, group = "ChillEnemiesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["UnarmedDamageVsBleedingEnemiesUnique__1"] = { affix = "", "100% increased Damage with Unarmed Attacks against Bleeding Enemies", statOrderKey = "2979", statOrder = { 2979 }, level = 1, group = "UnarmedDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ClawDamageModsAlsoAffectUnarmedUnique__1"] = { affix = "", "Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills", statOrderKey = "2982", statOrder = { 2982 }, level = 1, group = "ClawDamageModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["BaseUnarmedCriticalStrikeChanceUnique__1"] = { affix = "", "+7% to Unarmed Melee Attack Critical Strike Chance", statOrderKey = "2981", statOrder = { 2981 }, level = 1, group = "BaseUnarmedCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["LifeGainVsBleedingEnemiesUnique__1"] = { affix = "", "Gain +30 Life when you Hit a Bleeding Enemy", statOrderKey = "2980", statOrder = { 2980 }, level = 1, group = "LifeGainVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SummonWolfOnKillUnique__1"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "464", statOrder = { 464 }, level = 62, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SummonWolfOnKillUnique__1New"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "464", statOrder = { 464 }, level = 62, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SummonWolfOnKillUnique__2_"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "464", statOrder = { 464 }, level = 1, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SummonWolfOnCritUnique__1"] = { affix = "", "20% chance to Trigger Level 25 Summon Spectral Wolf on Critical Strike with this Weapon", statOrderKey = "426", statOrder = { 426 }, level = 1, group = "SummonWolfOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, + ["SwordPhysicalAttackSpeedUnique__1"] = { affix = "", "35% increased Attack Speed with Swords", statOrderKey = "976", statOrder = { 976 }, level = 80, group = "SwordAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AxePhysicalDamageUnique__1"] = { affix = "", "80% increased Physical Damage with Axes", statOrderKey = "861", statOrder = { 861 }, level = 80, group = "AxePhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["DualWieldingPhysicalDamageUnique__1"] = { affix = "", "40% increased Physical Attack Damage while Dual Wielding", statOrderKey = "837", statOrder = { 837 }, level = 1, group = "DualWieldingPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ProjectilesForkUnique____1"] = { affix = "", "Arrows Fork", statOrderKey = "2992", statOrder = { 2992 }, level = 70, group = "ProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ClawAttackSpeedModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills", statOrderKey = "2983", statOrder = { 2983 }, level = 1, group = "ClawAttackSpeedModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["ClawCritModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Critical Strike Chance also apply to Unarmed Critical Strike Chance with Melee Skills", statOrderKey = "2984", statOrder = { 2984 }, level = 35, group = "ClawCritModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["EnergyShieldDelayDuringFlaskEffect__1"] = { affix = "", "30% slower start of Energy Shield Recharge during any Flask Effect", statOrderKey = "2988", statOrder = { 2988 }, level = 35, group = "EnergyShieldDelayDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, + ["ESRechargeRateDuringFlaskEffect__1"] = { affix = "", "400% increased Energy Shield Recharge Rate during any Flask Effect", statOrderKey = "2990", statOrder = { 2990 }, level = 1, group = "ESRechargeRateDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, + ["IncreasedColdDamagePerBlockChanceUnique__1"] = { affix = "", "1% increased Cold Damage per 1% Chance to Block Attack Damage", statOrderKey = "2995", statOrder = { 2995 }, level = 74, group = "IncreasedColdDamagePerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["IncreasedManaPerSpellBlockChanceUnique__1"] = { affix = "", "1% increased Maximum Mana per 2% Chance to Block Spell Damage", statOrderKey = "2996", statOrder = { 2996 }, level = 1, group = "IncreasedManaPerSpellBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedArmourWhileChilledOrFrozenUnique__1"] = { affix = "", "300% increased Armour while Chilled or Frozen", statOrderKey = "2997", statOrder = { 2997 }, level = 1, group = "IncreasedArmourWhileChilledOrFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["AddedColdDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (15-25) to (40-50) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageToSpellsAndAttacksUnique__2"] = { affix = "", "Adds (5-7) to (13-15) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageToSpellsAndAttacksUnique__2Royale"] = { affix = "", "Adds (1-3) to (4-5) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["UtilityFlaskSmokeCloud"] = { affix = "", "Creates a Smoke Cloud on Use", statOrderKey = "563", statOrder = { 563 }, level = 1, group = "UtilityFlaskSmokeCloud", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskConsecrate"] = { affix = "", "Creates Consecrated Ground on Use", statOrderKey = "545", statOrder = { 545 }, level = 1, group = "UtilityFlaskConsecrate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskChilledGround"] = { affix = "", "Creates Chilled Ground on Use", statOrderKey = "546", statOrder = { 546 }, level = 1, group = "UtilityFlaskChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskTaunt_"] = { affix = "", "Taunts nearby Enemies on use", statOrderKey = "560", statOrder = { 560 }, level = 1, group = "UtilityFlaskTaunt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskWard"] = { affix = "", "Restores Ward on use", statOrderKey = "572", statOrder = { 572 }, level = 1, group = "UtilityFlaskWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["SummonsWormsOnUse"] = { affix = "", "2 Enemy Writhing Worms escape the Flask when used", "Writhing Worms are destroyed when Hit", statOrderKey = "573,573.1", statOrder = { 573, 573.1 }, level = 1, group = "SummonsWormsOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["PowerChargeOnHitUnique__1"] = { affix = "", "20% chance to gain a Power Charge on Hit", statOrderKey = "1352", statOrder = { 1352 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LosePowerChargesOnMaxPowerChargesUnique__1"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrderKey = "3013", statOrder = { 3013 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LosePowerChargesOnMaxPowerChargesUnique__2"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrderKey = "3013", statOrder = { 3013 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LoseEnduranceChargesOnMaxEnduranceChargesUnique__1_"] = { affix = "", "You lose all Endurance Charges on reaching maximum Endurance Charges", statOrderKey = "2174", statOrder = { 2174 }, level = 1, group = "LoseEnduranceChargesOnMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ShockOnMaxPowerChargesUnique__1"] = { affix = "", "Shocks you when you reach Maximum Power Charges", statOrderKey = "3014", statOrder = { 3014 }, level = 1, group = "ShockOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["MoltenBurstOnMeleeHitUnique__1"] = { affix = "", "20% chance to Trigger Level 16 Molten Burst on Melee Hit", statOrderKey = "456", statOrder = { 456 }, level = 1, group = "MoltenBurstOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["PenetrateEnemyFireResistUnique__1"] = { affix = "", "Damage Penetrates 20% Fire Resistance", statOrderKey = "2400", statOrder = { 2400 }, level = 1, group = "PenetrateEnemyFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["LocalFlaskPetrifiedUnique__1"] = { affix = "", "Petrified during Flask Effect", statOrderKey = "630", statOrder = { 630 }, level = 1, group = "LocalFlaskPetrified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalFlaskPhysicalDamageReductionUnique__1"] = { affix = "", "(40-50)% additional Physical Damage Reduction during Flask Effect", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "LocalFlaskPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical" }, }, + ["LightningDegenAuraUniqueDisplay__1"] = { affix = "", "Nearby Enemies take 50 Lightning Damage per second", statOrderKey = "2579", statOrder = { 2579 }, level = 1, group = "LightningDegenAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["CannotBeAffectedByFlasksUnique__1"] = { affix = "", "Flasks do not apply to you", statOrderKey = "3158", statOrder = { 3158 }, level = 38, group = "CannotBeAffectedByFlasks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlasksApplyToMinionsUnique__1"] = { affix = "", "Flasks apply to your Raised Zombies and Spectres", statOrderKey = "3159", statOrder = { 3159 }, level = 1, group = "FlasksApplyToMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, + ["RepeatingShockwave"] = { affix = "", "Triggers Level 7 Abberath's Fury when Equipped", statOrderKey = "441", statOrder = { 441 }, level = 1, group = "RepeatingShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LifeRegenerationWhileFrozenUnique__1"] = { affix = "", "Regenerate 10% of Life per second while Frozen", statOrderKey = "3152", statOrder = { 3152 }, level = 1, group = "LifeRegenerationWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["KnockbackOnCounterattackChanceUnique__1"] = { affix = "", "100% chance to knockback on Counterattack", statOrderKey = "3034", statOrder = { 3034 }, level = 1, group = "KnockbackOnCounterattack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EnergyShieldRechargeOnBlockUnique__1"] = { affix = "", "20% chance for Energy Shield Recharge to start when you Block", statOrderKey = "2839", statOrder = { 2839 }, level = 1, group = "EnergyShieldRechargeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, + ["LocalAttacksAlwaysCritUnique__1"] = { affix = "", "All Attacks with this Weapon are Critical Strikes", statOrderKey = "3202", statOrder = { 3202 }, level = 1, group = "AlwaysCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["LocalDoubleDamageToChilledEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage to Chilled Enemies", statOrderKey = "3169", statOrder = { 3169 }, level = 1, group = "DoubleDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["LocalElementalPenetrationUnique__1"] = { affix = "", "Attacks with this Weapon Penetrate 30% Elemental Resistances", statOrderKey = "3170", statOrder = { 3170 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["FlaskZealotsOathUnique__1"] = { affix = "", "Life Recovery from Flasks also applies to Energy Shield during Flask Effect", "Zealot's Oath during Flask effect", statOrderKey = "521,698", statOrder = { 521, 698 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "resource", "life", "defences" }, }, + ["IncreasedDamageAtNoFrenzyChargesUnique__1"] = { affix = "", "(60-80)% increased Damage while you have no Frenzy Charges", statOrderKey = "3174", statOrder = { 3174 }, level = 1, group = "DamageOnNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["CriticalChanceAgainstEnemiesOnFullLifeUnique__1"] = { affix = "", "100% increased Critical Strike Chance against Enemies on Full Life", statOrderKey = "3175", statOrder = { 3175 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeAttackLifeLeechUnique__1"] = { affix = "", "1% of Attack Damage Leeched as Life on Critical Strike", statOrderKey = "3176", statOrder = { 3176 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AddedPhysicalToMinionAttacksUnique__1"] = { affix = "", "Minions deal (5-8) to (12-16) additional Attack Physical Damage", statOrderKey = "3177", statOrder = { 3177 }, level = 1, group = "AddedPhysicalToMinionAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["AttackPhysicalDamageAddedAsLightningUnique__1"] = { affix = "", "Gain 15% of Physical Attack Damage as Extra Lightning Damage", statOrderKey = "3185", statOrder = { 3185 }, level = 1, group = "LightningDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, }, + ["AttackPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Gain 15% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3183", statOrder = { 3183 }, level = 1, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["AttackPhysicalDamageAddedAsFireUnique__2"] = { affix = "", "Gain (30-40)% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3183", statOrder = { 3183 }, level = 1, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["EnergyShieldPer5StrengthUnique__1"] = { affix = "", "+2 maximum Energy Shield per 5 Strength", statOrderKey = "3186", statOrder = { 3186 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["MaximumGolemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrderKey = "3101", statOrder = { 3101 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumGolemsUnique__2"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrderKey = "3101", statOrder = { 3101 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumGolemsUnique__3"] = { affix = "", "+3 to maximum number of Summoned Golems", statOrderKey = "3101", statOrder = { 3101 }, level = 43, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumGolemsUnique__4_"] = { affix = "", "-1 to maximum number of Summoned Golems", statOrderKey = "3101", statOrder = { 3101 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GrantsLevel12StoneGolem"] = { affix = "", "Grants Level 12 Summon Stone Golem Skill", statOrderKey = "353", statOrder = { 353 }, level = 1, group = "GrantsStoneGolemSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ZealotsOathUnique__1"] = { affix = "", "Zealot's Oath", statOrderKey = "7677", statOrder = { 7677 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["WeaponCountsAsAllOneHandedWeapons__1"] = { affix = "", "Counts as all One Handed Melee Weapon Types", statOrderKey = "3188", statOrder = { 3188 }, level = 1, group = "CountsAsAllOneHandMeleeWeapons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsSupportedByFortifyUnique____1"] = { affix = "", "Socketed Gems are Supported by Level 12 Fortify", statOrderKey = "255", statOrder = { 255 }, level = 1, group = "DisplaySocketedGemGetsFortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["CannotBePoisonedUnique__1"] = { affix = "", "Cannot be Poisoned", statOrderKey = "2787", statOrder = { 2787 }, level = 1, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["EnergyShieldRecoveryRateUnique__1"] = { affix = "", "(30-40)% increased Energy Shield Recovery rate", statOrderKey = "1114", statOrder = { 1114 }, level = 1, group = "EnergyShieldRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedDamageTakenUnique__1"] = { affix = "", "5% increased Damage taken", statOrderKey = "1735", statOrder = { 1735 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskImmuneToDamage__1"] = { affix = "", "You are Immune to Damage during Flask Effect", statOrderKey = "629", statOrder = { 629 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalAlwaysCrit"] = { affix = "", "All Attacks with this Weapon are Critical Strikes", statOrderKey = "3202", statOrder = { 3202 }, level = 1, group = "AlwaysCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["IncreasePhysicalDegenDamagePerDexterityUnique__1"] = { affix = "", "2% increased Physical Damage Over Time per 10 Dexterity", statOrderKey = "3205", statOrder = { 3205 }, level = 1, group = "DegenerationDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreaseBleedDurationPerIntelligenceUnique__1"] = { affix = "", "1% increased Bleeding Duration per 12 Intelligence", statOrderKey = "3206", statOrder = { 3206 }, level = 1, group = "BleedDurationPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "ailment" }, }, + ["BleedingEnemiesFleeOnHitUnique__1"] = { affix = "", "30% Chance to cause Bleeding Enemies to Flee on hit", statOrderKey = "3207", statOrder = { 3207 }, level = 1, group = "BleedingEnemiesFleeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToAvoidFireDamageUnique__1"] = { affix = "", "25% chance to Avoid Fire Damage from Hits", statOrderKey = "2791", statOrder = { 2791 }, level = 1, group = "FireDamageAvoidance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["TrapTriggerRadiusUnique__1"] = { affix = "", "(40-60)% increased Trap Trigger Area of Effect", statOrderKey = "1436", statOrder = { 1436 }, level = 1, group = "TrapTriggerRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpreadChilledGroundOnFreezeUnique__1"] = { affix = "", "15% chance to create Chilled Ground when you Freeze an Enemy", statOrderKey = "2824", statOrder = { 2824 }, level = 1, group = "SpreadChilledGroundOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SpreadConsecratedGroundOnShatterUnique__1"] = { affix = "", "Create Consecrated Ground when you Shatter an Enemy", statOrderKey = "3531", statOrder = { 3531 }, level = 1, group = "SpreadConsecratedGroundOnShatter", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToPoisonWithAttacksUnique___1"] = { affix = "", "20% chance to Poison on Hit with Attacks", statOrderKey = "2590", statOrder = { 2590 }, level = 1, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["TrapTriggerTwiceChanceUnique__1"] = { affix = "", "(8-12)% Chance for Traps to Trigger an additional time", statOrderKey = "3204", statOrder = { 3204 }, level = 1, group = "TrapTriggerTwiceChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TrapAndMineAddedPhysicalDamageUnique__1"] = { affix = "", "Traps and Mines deal (3-5) to (10-15) additional Physical Damage", statOrderKey = "3203", statOrder = { 3203 }, level = 1, group = "TrapAndMineDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["FlaskLifeGainOnSkillUseUnique__1"] = { affix = "", "Grants Last Breath when you Use a Skill during Flask Effect, for (450-600)% of Mana Cost", statOrderKey = "616", statOrder = { 616 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["TrapPoisonChanceUnique__1"] = { affix = "", "Traps and Mines have a 25% chance to Poison on Hit", statOrderKey = "3494", statOrder = { 3494 }, level = 1, group = "TrapPoisonChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SocketedGemsSupportedByBlasphemyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 22 Blasphemy", statOrderKey = "274", statOrder = { 274 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, + ["SocketedGemsSupportedByBlasphemyUnique__2__"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "274", statOrder = { 274 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, + ["ReducedReservationForSocketedCurseGemsUnique__1"] = { affix = "", "Socketed Curse Gems have 12% reduced Reservation", statOrderKey = "343", statOrder = { 343 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["ReducedReservationForSocketedCurseGemsUnique__2"] = { affix = "", "Socketed Curse Gems have 50% reduced Reservation", statOrderKey = "343", statOrder = { 343 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["GrantAlliesPowerChargeOnKillUnique__1"] = { affix = "", "10% chance to grant a Power Charge to nearby Allies on Kill", statOrderKey = "2802", statOrder = { 2802 }, level = 1, group = "GrantAlliesPowerChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["GrantAlliesFrenzyChargeOnHitUnique__1"] = { affix = "", "5% chance to grant a Frenzy Charge to nearby Allies on Hit", statOrderKey = "2803", statOrder = { 2803 }, level = 1, group = "GrantAlliesFrenzyChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["SummonRagingSpiritOnKillUnique__1"] = { affix = "", "10% chance to Trigger Level 8 Summon Raging Spirit on Kill", statOrderKey = "458", statOrder = { 458 }, level = 1, group = "SummonRagingSpiritOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PhysicalDamageConvertedToChaosUnique__1"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1470", statOrder = { 1470 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertedToChaosUnique__2"] = { affix = "", "50% of Physical Damage Converted to Chaos Damage", statOrderKey = "1470", statOrder = { 1470 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["FishDetectionUnique__1_"] = { affix = "", "Glows while in an Area containing a Unique Fish", statOrderKey = "3532", statOrder = { 3532 }, level = 1, group = "FishingDetection", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalMaimOnHitUnique__1"] = { affix = "", "Attacks with this Weapon Maim on hit", statOrderKey = "3536", statOrder = { 3536 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["LocalMaimOnHit2HImplicit_1"] = { affix = "", "25% chance to Maim on Hit", statOrderKey = "5976", statOrder = { 5976 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AlwaysCritShockedEnemiesUnique__1"] = { affix = "", "Always Critically Strike Shocked Enemies", statOrderKey = "3539", statOrder = { 3539 }, level = 1, group = "AlwaysCritShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CannotCritNonShockedEnemiesUnique___1"] = { affix = "", "You cannot deal Critical Strikes against non-Shocked Enemies", statOrderKey = "3540", statOrder = { 3540 }, level = 1, group = "CannotCritNonShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["MinionChanceToBlindOnHitUnique__1"] = { affix = "", "Minions have 15% chance to Blind Enemies on hit", statOrderKey = "3558", statOrder = { 3558 }, level = 1, group = "MinionChanceToBlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionBlindImmunityUnique__1"] = { affix = "", "Minions cannot be Blinded", statOrderKey = "3557", statOrder = { 3557 }, level = 1, group = "MinionBlindImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["DisplaySocketedMinionGemsSupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Minion Gems are Supported by Level 16 Life Leech", statOrderKey = "278", statOrder = { 278 }, level = 1, group = "DisplaySocketedMinionGemsSupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "minion", "gem" }, }, + ["MagicItemsDropIdentifiedUnique__1"] = { affix = "", "Found Magic Items drop Identified", statOrderKey = "3559", statOrder = { 3559 }, level = 1, group = "MagicItemsDropIdentified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaPerStackableJewelUnique__1"] = { affix = "", "Gain 30 Mana per Grand Spectrum", statOrderKey = "3560", statOrder = { 3560 }, level = 1, group = "ManaPerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ArmourPerStackableJewelUnique__1"] = { affix = "", "Gain 200 Armour per Grand Spectrum", statOrderKey = "3561", statOrder = { 3561 }, level = 1, group = "ArmourPerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedDamagePerStackableJewelUnique__1"] = { affix = "", "15% increased Elemental Damage per Grand Spectrum", statOrderKey = "3563", statOrder = { 3563 }, level = 1, group = "IncreasedDamagePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["CriticalStrikeChancePerStackableJewelUnique__1"] = { affix = "", "25% increased Critical Strike Chance per Grand Spectrum", statOrderKey = "3562", statOrder = { 3562 }, level = 1, group = "CriticalStrikeChancePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AllResistancePerStackableJewelUnique__1"] = { affix = "", "+7% to all Elemental Resistances per Grand Spectrum", statOrderKey = "3564", statOrder = { 3564 }, level = 1, group = "AllResistancePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AddedColdDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Spells per Power Charge", statOrderKey = "1343", statOrder = { 1343 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AddedColdDamagePerPowerChargeUnique__2"] = { affix = "", "Adds 15 to 25 Cold Damage to Spells per Power Charge", statOrderKey = "1343", statOrder = { 1343 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["GainManaOnKillingFrozenEnemyUnique__1"] = { affix = "", "+(20-25) Mana gained on Killing a Frozen Enemy", statOrderKey = "7148", statOrder = { 7148 }, level = 1, group = "GainManaOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainPowerChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "50% chance to gain a Power Charge on Killing a Frozen Enemy", statOrderKey = "1342", statOrder = { 1342 }, level = 1, group = "GainPowerChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedDamageIfFrozenRecentlyUnique__1"] = { affix = "", "60% increased Damage if you've Frozen an Enemy Recently", statOrderKey = "4659", statOrder = { 4659 }, level = 44, group = "IncreasedDamageIfFrozenRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AddedLightningDamagePerIntelligenceUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4017", statOrder = { 4017 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamagePerIntelligenceUnique__2"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4017", statOrder = { 4017 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["IncreasedAttackSpeedPerDexterityUnique__1"] = { affix = "", "1% increased Attack Speed per 25 Dexterity", statOrderKey = "4039", statOrder = { 4039 }, level = 1, group = "IncreasedAttackSpeedPerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["MovementVelocityWhileBleedingUnique__1"] = { affix = "", "15% increased Movement Speed while Bleeding", statOrderKey = "6906", statOrder = { 6906 }, level = 1, group = "MovementVelocityWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["IncreasedPhysicalDamageTakenWhileMovingUnique__1"] = { affix = "", "10% increased Physical Damage taken while moving", statOrderKey = "3707", statOrder = { 3707 }, level = 1, group = "IncreasedPhysicalDamageTakenWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["PhysicalDamageReductionWhileNotMovingUnique__1"] = { affix = "", "10% additional Physical Damage Reduction while stationary", statOrderKey = "3705", statOrder = { 3705 }, level = 1, group = "PhysicalDamageReductionWhileNotMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["AddedLightningDamagePerShockedEnemyKilledUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage for each Shocked Enemy you've Killed Recently", statOrderKey = "6795", statOrder = { 6795 }, level = 1, group = "AddedLightningDamagePerShockedEnemyKilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ColdPenetrationAgainstChilledEnemiesUnique__1"] = { affix = "", "Damage Penetrates 20% Cold Resistance against Chilled Enemies", statOrderKey = "4503", statOrder = { 4503 }, level = 81, group = "ColdPenetrationAgainstChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GainLifeOnIgnitingEnemyUnique__1"] = { affix = "", "Recover (40-60) Life when you Ignite an Enemy", statOrderKey = "7147", statOrder = { 7147 }, level = 81, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainLifeOnIgnitingEnemyUnique__2"] = { affix = "", "Recover (20-30) Life when you Ignite an Enemy", statOrderKey = "7147", statOrder = { 7147 }, level = 36, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReflectsShocksUnique__1"] = { affix = "", "Shock Reflection", statOrderKey = "7163", statOrder = { 7163 }, level = 1, group = "ReflectsShocks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReflectsShockToEnemiesInRadiusUnique__1"] = { affix = "", "Reflect Shocks applied to you to all Nearby Enemies", statOrderKey = "7164", statOrder = { 7164 }, level = 1, group = "ReflectsShockToEnemiesInRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1"] = { affix = "", "Chaos Damage does not bypass Energy Shield while not on Low Life or Low Mana", statOrderKey = "4431", statOrder = { 4431 }, level = 1, group = "ChaosDamageDoesNotBypassESNotLowLifeOrMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["FrenzyChargeOnHitWhileBleedingUnique__1"] = { affix = "", "Gain a Frenzy Charge on Hit while Bleeding", statOrderKey = "5064", statOrder = { 5064 }, level = 1, group = "FrenzyChargeOnHitWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["IncreasedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "(10-15)% increased Cold Damage per Frenzy Charge", statOrderKey = "4490", statOrder = { 4490 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["IncreasedColdDamagePerFrenzyChargeUnique__2"] = { affix = "", "(15-20)% increased Cold Damage per Frenzy Charge", statOrderKey = "4490", statOrder = { 4490 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["OnHitBlindChilledEnemiesUnique__1_"] = { affix = "", "Blind Chilled Enemies on Hit", statOrderKey = "4273", statOrder = { 4273 }, level = 1, group = "OnHitBlindChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainLifeOnBlockUnique__1"] = { affix = "", "Recover 250 Life when you Block", statOrderKey = "1281", statOrder = { 1281 }, level = 1, group = "RecoverLifeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, + ["GrantsLevel30ReckoningUnique__1"] = { affix = "", "Grants Level 30 Reckoning Skill", statOrderKey = "380", statOrder = { 380 }, level = 1, group = "GrantsLevel30Reckoning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["MinionsRecoverLifeOnKillingPoisonedEnemyUnique__1_"] = { affix = "", "Minions Recover 20% of Life on Killing a Poisoned Enemy", statOrderKey = "6873", statOrder = { 6873 }, level = 1, group = "MinionsRecoverLifeOnKillingPoisonedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1"] = { affix = "", "Gain a Frenzy Charge on reaching Maximum Power Charges", statOrderKey = "3015", statOrder = { 3015 }, level = 1, group = "WhenReachingMaxPowerChargesGainAFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["GrantsEnvyUnique__1"] = { affix = "", "Grants Level 15 Envy Skill", statOrderKey = "379", statOrder = { 379 }, level = 87, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsEnvyUnique__2"] = { affix = "", "Grants Level 15 Envy Skill", statOrderKey = "379", statOrder = { 379 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GainArmourIfBlockedRecentlyUnique__1"] = { affix = "", "+1000 Armour if you've Blocked Recently", statOrderKey = "3814", statOrder = { 3814 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["GainArmourIfBlockedRecentlyUnique__2"] = { affix = "", "+1500 Armour if you've Blocked Recently", statOrderKey = "3814", statOrder = { 3814 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EnemiesBlockedAreIntimidatedUnique__1"] = { affix = "", "Permanently Intimidate Enemies on Block", statOrderKey = "6992", statOrder = { 6992 }, level = 1, group = "EnemiesBlockedAreIntimidated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MinionsPoisonEnemiesOnHitUnique__1"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrderKey = "2589", statOrder = { 2589 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, }, + ["MinionsPoisonEnemiesOnHitUnique__2"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrderKey = "2589", statOrder = { 2589 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, }, + ["GrantsLevel20BoneNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Bone Nova when you Hit a Bleeding Enemy", statOrderKey = "444", statOrder = { 444 }, level = 1, group = "GrantsLevel20BoneNovaTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["GrantsLevel20IcicleNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Icicle Burst when you Hit a Frozen Enemy", statOrderKey = "483", statOrder = { 483 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["AttacksCauseBleedingOnCursedEnemyHitUnique__1"] = { affix = "", "Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies", statOrderKey = "4049", statOrder = { 4049 }, level = 1, group = "AttacksCauseBleedingOnCursedEnemyHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ReceiveBleedingWhenHitUnique__1_"] = { affix = "", "50% chance to be inflicted with Bleeding when Hit by an Attack", statOrderKey = "7144", statOrder = { 7144 }, level = 1, group = "ReceiveBleedingWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ArmourIncreasedByUncappedFireResistanceUnique__1"] = { affix = "", "Armour is increased by Uncapped Fire Resistance", statOrderKey = "3932", statOrder = { 3932 }, level = 1, group = "ArmourIncreasedByUncappedFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EvasionIncreasedByUncappedColdResistanceUnique__1"] = { affix = "", "Evasion Rating is increased by Uncapped Cold Resistance", statOrderKey = "4909", statOrder = { 4909 }, level = 1, group = "EvasionIncreasedByUncappedColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["CriticalChanceIncreasedByUncappedLightningResistanceUnique__1"] = { affix = "", "Critical Strike Chance is increased by Lightning Resistance", statOrderKey = "4556", statOrder = { 4556 }, level = 1, group = "CriticalChanceIncreasedByUncappedLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CoverInAshWhenHitUnique__1"] = { affix = "", "Cover Enemies in Ash when they Hit you", statOrderKey = "3896", statOrder = { 3896 }, level = 44, group = "CoverInAshWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikesDealIncreasedLightningDamageUnique__1"] = { affix = "", "50% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 87, group = "CriticalStrikesDealIncreasedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["CriticalStrikesDealIncreasedLightningDamageUnique__1Royale_"] = { affix = "", "20% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 87, group = "CriticalStrikesDealIncreasedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["MaximumEnergyShieldAsPercentageOfLifeUnique__1"] = { affix = "", "Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "6731", statOrder = { 6731 }, level = 60, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GlobalIgniteProlifUnique__1"] = { affix = "", "Ignites you inflict spread to other Enemies within a Radius of 15", statOrderKey = "1724", statOrder = { 1724 }, level = 1, group = "GlobalIgniteProlif", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChillEnemiesWhenHitUnique__1"] = { affix = "", "Chill Enemy for 1 second when Hit, reducing their Action Speed by 30%", statOrderKey = "2555", statOrder = { 2555 }, level = 1, group = "ChillEnemiesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, ["Roll6LinkedRandomColourSocketsUnique__1"] = { affix = "", "Sockets cannot be modified", statOrderKey = "30", statOrder = { 30 }, level = 1, group = "Roll6LinkedRandomColourSockets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnlySocketCorruptedGemsUnique__1"] = { affix = "", "You can only Socket Corrupted Gems in this item", statOrderKey = "5748", statOrder = { 5748 }, level = 1, group = "OnlySocketCorruptedGems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["CurseLevel10VulnerabilityOnHitUnique__1"] = { affix = "", "25% chance to Curse Enemies with Vulnerability on Hit, with 40% increased Effect", statOrderKey = "1833", statOrder = { 1833 }, level = 1, group = "CurseVulnerabilityOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["FireResistConvertedToBlockChanceScaledJewelUnique__1_"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Attack Damage at 35% of its value", statOrderKey = "5926,5926.1", statOrder = { 5926, 5926.1 }, level = 1, group = "FireResistConvertedToBlockChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ColdResistConvertedToDodgeChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant Chance to Dodge Attack Hits at 35% of its value", statOrderKey = "5904,5904.1", statOrder = { 5904, 5904.1 }, level = 1, group = "ColdResistConvertedToDodgeChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["LightningResistConvertedToSpellBlockChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Spell Damage at 35% of its value", statOrderKey = "5941,5941.1", statOrder = { 5941, 5941.1 }, level = 1, group = "LightningResistConvertedToSpellBlockChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["FireResistAlsoGrantsEnduranceChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain an Endurance Charge on Kill", statOrderKey = "5927,5927.1", statOrder = { 5927, 5927.1 }, level = 1, group = "FireResistAlsoGrantsEnduranceChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Frenzy Charge on Kill", statOrderKey = "5905,5905.1", statOrder = { 5905, 5905.1 }, level = 1, group = "ColdResistAlsoGrantsFrenzyChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Power Charge on Kill", statOrderKey = "5942,5942.1", statOrder = { 5942, 5942.1 }, level = 1, group = "LightningResistAlsoGrantsPowerChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["LightningStrikesOnCritUnique__1"] = { affix = "", "Trigger Level 12 Lightning Bolt when you deal a Critical Strike", statOrderKey = "447", statOrder = { 447 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, - ["LightningStrikesOnCritUnique__2"] = { affix = "", "Trigger Level 20 Lightning Bolt when you deal a Critical Strike", statOrderKey = "447", statOrder = { 447 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, - ["ArcticArmourBuffEffectUnique__1_"] = { affix = "", "25% increased Arctic Armour Buff Effect", statOrderKey = "3335", statOrder = { 3335 }, level = 1, group = "ArcticArmourBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ArcticArmourReservationCostUnique__1"] = { affix = "", "Arctic Armour has 100% reduced Reservation", statOrderKey = "3342", statOrder = { 3342 }, level = 1, group = "ArcticArmourReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionLeechOnPoisonedEnemiesUnique__1"] = { affix = "", "Minions Leech 5% of Damage as Life against Poisoned Enemies", statOrderKey = "6711", statOrder = { 6711 }, level = 1, group = "MinionLeechOnPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["BleedingEnemiesExplodeUnique__1"] = { affix = "", "Bleeding Enemies you Kill Explode, dealing 5% of", "their Maximum Life as Physical Damage", statOrderKey = "2794,2794.1", statOrder = { 2794, 2794.1 }, level = 1, group = "BleedingEnemiesExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["ChilledGroundEffectUnique__1"] = { affix = "", "40% increased Effect of Chilled Ground", statOrderKey = "4339", statOrder = { 4339 }, level = 1, group = "ChilledGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["HeraldOfIceDamageUnique__1_"] = { affix = "", "50% increased Herald of Ice Damage", statOrderKey = "3029", statOrder = { 3029 }, level = 1, group = "HeraldOfIceDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["KeystoneMinionInstabilityUnique__1"] = { affix = "", "Minion Instability", statOrderKey = "7488", statOrder = { 7488 }, level = 1, group = "MinionInstability", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["KeystoneConduitUnique__1__"] = { affix = "", "Conduit", statOrderKey = "7472", statOrder = { 7472 }, level = 1, group = "Conduit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["KeystoneAcrobaticsUnique__1"] = { affix = "", "Acrobatics", statOrderKey = "7464", statOrder = { 7464 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "block", "dodge", "energy_shield", "defences" }, }, - ["KeystoneIronReflexesUnique__1"] = { affix = "", "Iron Reflexes", statOrderKey = "7486", statOrder = { 7486 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["KeystoneResoluteTechniqueUnique__1"] = { affix = "", "Resolute Technique", statOrderKey = "7509", statOrder = { 7509 }, level = 1, group = "ResoluteTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["KeystoneUnwaveringStanceUnique__1"] = { affix = "", "Unwavering Stance", statOrderKey = "7504", statOrder = { 7504 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["KeystoneBloodMagicUnique__1_"] = { affix = "", "Blood Magic", statOrderKey = "7469", statOrder = { 7469 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["KeystonePainAttunementUnique__1"] = { affix = "", "Pain Attunement", statOrderKey = "7491", statOrder = { 7491 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["KeystoneElementalEquilibriumUnique__1"] = { affix = "", "Elemental Equilibrium", statOrderKey = "7477", statOrder = { 7477 }, level = 1, group = "ElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["KeystoneElementalEquilibriumSceptreImplicit1"] = { affix = "", "Elemental Equilibrium", statOrderKey = "7477", statOrder = { 7477 }, level = 1, group = "ElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["KeystoneIronGripUnique__1"] = { affix = "", "Iron Grip", statOrderKey = "7502", statOrder = { 7502 }, level = 1, group = "IronGrip", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["KeystonePointBlankUnique__1"] = { affix = "", "Point Blank", statOrderKey = "7493", statOrder = { 7493 }, level = 1, group = "PointBlank", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["KeystoneArrowDodgingUnique__1"] = { affix = "", "Arrow Dancing", statOrderKey = "7494", statOrder = { 7494 }, level = 1, group = "ArrowDodging", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["KeystonePhaseAcrobaticsUnique__1"] = { affix = "", "Phase Acrobatics", statOrderKey = "7492", statOrder = { 7492 }, level = 1, group = "PhaseAcrobatics", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["KeystoneGhostReaverUnique__1"] = { affix = "", "Ghost Reaver", statOrderKey = "7481", statOrder = { 7481 }, level = 1, group = "KeystoneGhostReaver", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["KeystoneVaalPactUnique__1"] = { affix = "", "Vaal Pact", statOrderKey = "7505", statOrder = { 7505 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["KeystoneZealotsOathUnique__1_"] = { affix = "", "Zealot's Oath", statOrderKey = "7496", statOrder = { 7496 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["KeystoneMindOverMatterUnique__1"] = { affix = "", "Mind Over Matter", statOrderKey = "7487", statOrder = { 7487 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["KeystoneElementalOverloadUnique__1"] = { affix = "", "Elemental Overload", statOrderKey = "7478", statOrder = { 7478 }, level = 1, group = "ElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["KeystoneElementalOverloadSceptreImplicit1_"] = { affix = "", "Elemental Overload", statOrderKey = "7478", statOrder = { 7478 }, level = 1, group = "ElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["KeystoneAvatarOfFireUnique__1"] = { affix = "", "Avatar of Fire", statOrderKey = "7467", statOrder = { 7467 }, level = 1, group = "AvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["KeystoneEldritchBatteryUnique__1"] = { affix = "", "Eldritch Battery", statOrderKey = "7476", statOrder = { 7476 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["KeystoneEldritchBatteryUnique__2"] = { affix = "", "Eldritch Battery", statOrderKey = "7476", statOrder = { 7476 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["KeystoneAncestralBondUnique__1"] = { affix = "", "Ancestral Bond", statOrderKey = "7466", statOrder = { 7466 }, level = 1, group = "AncestralBond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["KeystoneCrimsonDanceUnique__1"] = { affix = "", "Crimson Dance", statOrderKey = "7474", statOrder = { 7474 }, level = 1, group = "CrimsonDance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["KeystonePerfectAgonyUnique__1"] = { affix = "", "Perfect Agony", statOrderKey = "7465", statOrder = { 7465 }, level = 1, group = "PerfectAgony", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "ailment" }, }, - ["KeystoneRunebinderUnique__1"] = { affix = "", "Runebinder", statOrderKey = "7497", statOrder = { 7497 }, level = 1, group = "Runebinder", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["KeystoneWickedWardUnique__1"] = { affix = "", "Wicked Ward", statOrderKey = "7506", statOrder = { 7506 }, level = 1, group = "WickedWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["KeystoneMortalConvictionUnique__1"] = { affix = "", "Mortal Conviction", statOrderKey = "7490", statOrder = { 7490 }, level = 1, group = "MortalConviction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["KeystoneGlancingBlowsUnique__1___"] = { affix = "", "Glancing Blows", statOrderKey = "7482", statOrder = { 7482 }, level = 1, group = "GlancingBlows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["KeystoneCallToArmsUnique__1"] = { affix = "", "Call to Arms", statOrderKey = "7470", statOrder = { 7470 }, level = 1, group = "CallToArms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["KeystoneEternalYouthUnique__1"] = { affix = "", "Eternal Youth", statOrderKey = "7479", statOrder = { 7479 }, level = 1, group = "EternalYouth", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["KeystoneWindDancerUnique__1_"] = { affix = "", "Wind Dancer", statOrderKey = "7507", statOrder = { 7507 }, level = 1, group = "WindDancer", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["KeystoneTheAgnosticUnique__1_"] = { affix = "", "The Agnostic", statOrderKey = "7489", statOrder = { 7489 }, level = 1, group = "TheAgnostic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, - ["KeystoneTheAgnosticUnique__2"] = { affix = "", "The Agnostic", statOrderKey = "7489", statOrder = { 7489 }, level = 1, group = "TheAgnostic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, - ["KeystoneSupremeEgoUnique__1_"] = { affix = "", "Supreme Ego", statOrderKey = "7503", statOrder = { 7503 }, level = 1, group = "SupremeEgo", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["KeystoneSacredBastionUnique__1"] = { affix = "", "Imbalanced Guard", statOrderKey = "7498", statOrder = { 7498 }, level = 1, group = "SacredBastion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["KeystoneTheImpalerUnique__1_"] = { affix = "", "The Impaler", statOrderKey = "7485", statOrder = { 7485 }, level = 1, group = "Impaler", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["KeystoneCorruptedSoulUnique_1"] = { affix = "", "Corrupted Soul", statOrderKey = "7473", statOrder = { 7473 }, level = 1, group = "CorruptedSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "chaos" }, }, - ["KeystoneDoomsdayUnique__1"] = { affix = "", "Doomsday", statOrderKey = "7483", statOrder = { 7483 }, level = 1, group = "Doomsday", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, - ["KeystoneCorruptedSoulUnique__2_"] = { affix = "", "Corrupted Soul", statOrderKey = "7473", statOrder = { 7473 }, level = 1, group = "CorruptedSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "chaos" }, }, - ["KeystoneVaalPactUnique__2"] = { affix = "", "Vaal Pact", statOrderKey = "7505", statOrder = { 7505 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["KeystoneEternalYouthUnique__2_"] = { affix = "", "Eternal Youth", statOrderKey = "7479", statOrder = { 7479 }, level = 1, group = "EternalYouth", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["KeystoneDivineFleshUnique__1_"] = { affix = "", "Divine Flesh", statOrderKey = "7475", statOrder = { 7475 }, level = 1, group = "DivineFlesh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["KeystoneEverlastingSacrificeUnique__1"] = { affix = "", "Everlasting Sacrifice", statOrderKey = "7480", statOrder = { 7480 }, level = 1, group = "EverlastingSacrifice", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "resistance" }, }, - ["KeystoneShepherdOfSoulsUnique__1"] = { affix = "", "Shepherd of Souls", statOrderKey = "5283", statOrder = { 5283 }, level = 1, group = "ShepherdOfSouls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, - ["IncreasedLightningDamageTakenUnique__1"] = { affix = "", "40% increased Lightning Damage taken", statOrderKey = "2706", statOrder = { 2706 }, level = 1, group = "IncreasedLightningDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning" }, }, - ["PercentLightningDamageTakenFromManaBeforeLifeUnique__1"] = { affix = "", "30% of Lightning Damage is taken from Mana before Life", statOrderKey = "3473", statOrder = { 3473 }, level = 1, group = "PercentLightningDamageTakenFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "elemental", "lightning" }, }, - ["PercentManaRecoveredWhenYouShockUnique__1"] = { affix = "", "Recover 3% of Mana when you Shock an Enemy", statOrderKey = "3475", statOrder = { 3475 }, level = 1, group = "PercentManaRecoveredWhenYouShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ChanceToCastOnManaSpentUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells when", "you Spend at least 100 Mana to Use a Skill, with a 0.1 second Cooldown", statOrderKey = "432,432.1", statOrder = { 432, 432.1 }, level = 1, group = "ChanceToCastOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem" }, }, - ["AdditionalChanceToBlockInOffHandUnique_1"] = { affix = "", "+8% Chance to Block Attack Damage when in Off Hand", statOrderKey = "3492", statOrder = { 3492 }, level = 1, group = "AdditionalChanceToBlockInOffHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["CriticalStrikeChanceInMainHandUnique_1"] = { affix = "", "(60-80)% increased Global Critical Strike Chance when in Main Hand", statOrderKey = "3491", statOrder = { 3491 }, level = 1, group = "CriticalStrikeChanceInMainHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeMultiplierPerGreenSocketUnique_1"] = { affix = "", "+10% to Global Critical Strike Multiplier per Green Socket", statOrderKey = "2017", statOrder = { 2017 }, level = 1, group = "CriticalStrikeMultiplierPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["LifeLeechFromPhysicalAttackDamagePerRedSocket_Unique_1"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Life per Red Socket", statOrderKey = "2012", statOrder = { 2012 }, level = 1, group = "LifeLeechFromPhysicalAttackDamagePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["IncreasedFlaskChargesForOtherFlasksDuringEffectUnique_1"] = { affix = "", "100% increased Charges gained by Other Flasks during Flask Effect", statOrderKey = "3502", statOrder = { 3502 }, level = 1, group = "IncreasedFlaskChargesForOtherFlasksDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["CannotGainFlaskChargesDuringFlaskEffectUnique_1"] = { affix = "", "Gains no Charges during Effect of any Overflowing Chalice Flask", statOrderKey = "3500", statOrder = { 3500 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["IncreasedLightningDamagePer10IntelligenceUnique__1"] = { affix = "", "1% increased Lightning Damage per 10 Intelligence", statOrderKey = "3442", statOrder = { 3442 }, level = 1, group = "IncreasedLightningDamagePer10Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["IncreasedDamagePerEnduranceChargeUnique_1"] = { affix = "", "4% increased Melee Damage per Endurance Charge", statOrderKey = "3482", statOrder = { 3482 }, level = 1, group = "IncreasedDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["CannotBeShockedWhileMaximumEnduranceChargesUnique_1"] = { affix = "", "You cannot be Shocked while at maximum Endurance Charges", statOrderKey = "3485", statOrder = { 3485 }, level = 1, group = "CannotBeShockedWhileMaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IncreasedStunDurationOnSelfUnique_1"] = { affix = "", "50% increased Stun Duration on you", statOrderKey = "3481", statOrder = { 3481 }, level = 1, group = "IncreasedStunDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedDamageIfNotHitRecentlyUnique__1"] = { affix = "", "20% less Damage taken if you have not been Hit Recently", statOrderKey = "3494", statOrder = { 3494 }, level = 1, group = "ReducedDamageIfNotHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedEvasionIfHitRecentlyUnique___1"] = { affix = "", "50% increased Evasion Rating if you have been Hit Recently", statOrderKey = "3495", statOrder = { 3495 }, level = 1, group = "IncreasedEvasionIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["MovementSpeedIfUsedWarcryRecentlyUnique_1"] = { affix = "", "10% increased Movement Speed if you've used a Warcry Recently", statOrderKey = "3486", statOrder = { 3486 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSpeedIfUsedWarcryRecentlyUnique__2"] = { affix = "", "15% increased Movement Speed if you've used a Warcry Recently", statOrderKey = "3486", statOrder = { 3486 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["LifeRegeneratedAfterSavageHitUnique_1"] = { affix = "", "Regenerate 10% of Life per second if you've taken a Savage Hit in the past 1 second", statOrderKey = "3484", statOrder = { 3484 }, level = 1, group = "LifeRegeneratedAfterSavageHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ReducedDamageIfTakenASavageHitRecentlyUnique_1"] = { affix = "", "10% increased Damage taken if you've taken a Savage Hit Recently", statOrderKey = "3480", statOrder = { 3480 }, level = 1, group = "ReducedDamageIfTakenASavageHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemiesUnique___1"] = { affix = "", "20% increased Damage with Hits for each Level higher the Enemy is than you", statOrderKey = "3501", statOrder = { 3501 }, level = 1, group = "IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AdditionalChanceToDodgeIfYouHaveTakenSpellDamageRecentlyUnique_1"] = { affix = "", "(15-20)% chance to Dodge Attack Hits if you've taken Spell Damage Recently", statOrderKey = "3477", statOrder = { 3477 }, level = 1, group = "AdditionalChanceToDodgeIfYouHaveTakenSpellDamageRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["AdditionalChanceToSpellDodgeIfYouHaveTakenAttackDamageRecentlyUnique_1"] = { affix = "", "(15-20)% chance to Dodge Spell Hits if you've taken Attack Damage Recently", statOrderKey = "3476", statOrder = { 3476 }, level = 1, group = "AdditionalChanceToSpellDodgeIfYouHaveTakenAttackDamageRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["IncreasedCostOfMovementSkillsUnique_1"] = { affix = "", "25% increased Movement Skill Mana Cost", statOrderKey = "3490", statOrder = { 3490 }, level = 1, group = "IncreasedCostOfMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ChanceToDodgeSpellsWhilePhasing_Unique_1"] = { affix = "", "10% chance to Dodge Spell Hits while Phasing", statOrderKey = "2782", statOrder = { 2782 }, level = 1, group = "ChanceToDodgeSpellsWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["IncreasedEvasionWithOnslaughtUnique_1"] = { affix = "", "100% increased Evasion Rating during Onslaught", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "IncreasedEvasionWithOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["AttackDamageLifeLeechAgainstBleedingEnemiesUnique_1"] = { affix = "", "1% of Attack Damage Leeched as Life against Bleeding Enemies", statOrderKey = "1081", statOrder = { 1081 }, level = 1, group = "AttackDamageLifeLeechAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["AttackDamageManaLeechAgainstPoisonedEnemiesUnique_1"] = { affix = "", "1% of Attack Damage Leeched as Mana against Poisoned Enemies", statOrderKey = "3488", statOrder = { 3488 }, level = 1, group = "AttackDamageManaLeechAgainstPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["AttackDamageManaLeechAgainstPoisonedEnemiesUnique_2"] = { affix = "", "0.5% of Attack Damage Leeched as Mana against Poisoned Enemies", statOrderKey = "3488", statOrder = { 3488 }, level = 1, group = "AttackDamageManaLeechAgainstPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["IIQFromMaimedEnemiesUnique_1"] = { affix = "", "(15-25)% increased Quantity of Items Dropped by Slain Maimed Enemies", statOrderKey = "3478", statOrder = { 3478 }, level = 1, group = "IIQFromMaimedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IIRFromMaimedEnemiesUnique_1"] = { affix = "", "(30-40)% increased Rarity of Items Dropped by Slain Maimed Enemies", statOrderKey = "3479", statOrder = { 3479 }, level = 1, group = "IIRFromMaimedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalChainWhileAtMaxFrenzyChargesUnique___1"] = { affix = "", "Skills Chain an additional time while at maximum Frenzy Charges", statOrderKey = "1202", statOrder = { 1202 }, level = 1, group = "AdditionalChainWhileAtMaxFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikesDoNotFreezeUnique___1"] = { affix = "", "Critical Strikes do not inherently Freeze", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "CriticalStrikesDoNotFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "critical", "ailment" }, }, - ["ChanceToGainFrenzyChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "20% chance to gain a Frenzy Charge on Killing a Frozen Enemy", statOrderKey = "1199", statOrder = { 1199 }, level = 1, group = "ChanceToGainFrenzyChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["PhasingOnBeginESRechargeUnique___1"] = { affix = "", "You have Phasing if Energy Shield Recharge has started Recently", statOrderKey = "1820", statOrder = { 1820 }, level = 56, group = "GainPhasingFor4SecondsOnBeginESRecharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToDodgeAttacksWhilePhasingUnique___1"] = { affix = "", "6% chance to Dodge Attack Hits while Phasing", statOrderKey = "1821", statOrder = { 1821 }, level = 1, group = "ChanceToDodgeAttacksWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["AdditionalChanceToBlockAgainstTauntedEnemiesUnique_1"] = { affix = "", "+5% Chance to Block Attack Damage from Taunted Enemies", statOrderKey = "3496", statOrder = { 3496 }, level = 1, group = "AdditionalChanceToBlockAgainstTauntedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["IncreasedArmourAndEvasionIfKilledTauntedEnemyRecentlyUnique__1"] = { affix = "", "40% increased Armour and Evasion Rating if you've killed a Taunted Enemy Recently", statOrderKey = "3499", statOrder = { 3499 }, level = 1, group = "IncreasedArmourAndEvasionIfKilledTauntedEnemyRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["SummonMaximumNumberOfSocketedTotemsUnique_1"] = { affix = "", "Socketed Skills Summon your maximum number of Totems in formation", statOrderKey = "284", statOrder = { 284 }, level = 1, group = "SummonMaximumNumberOfSocketedTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["TotemElementalResistPerActiveTotemUnique_1"] = { affix = "", "Totems gain -10% to all Elemental Resistances per Summoned Totem", statOrderKey = "3483", statOrder = { 3483 }, level = 1, group = "TotemElementalResistPerActiveTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["SpellsCastByTotemsHaveReducedCastSpeedPerTotemUnique_1"] = { affix = "", "Totems have 5% increased Cast Speed per Summoned Totem", statOrderKey = "3489", statOrder = { 3489 }, level = 1, group = "SpellsCastByTotemsHaveReducedCastSpeedPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["AttacksByTotemsHaveReducedAttackSpeedPerTotemUnique_1"] = { affix = "", "Totems have 5% increased Attack Speed per Summoned Totem", statOrderKey = "3503", statOrder = { 3503 }, level = 1, group = "AttacksByTotemsHaveReducedAttackSpeedPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedManaRecoveryRateUnique__1"] = { affix = "", "10% increased Mana Recovery rate", statOrderKey = "988", statOrder = { 988 }, level = 1, group = "ManaRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AttacksChainInMainHandUnique__1"] = { affix = "", "Attacks Chain an additional time when in Main Hand", statOrderKey = "3504", statOrder = { 3504 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttacksExtraProjectileInOffHandUnique__1"] = { affix = "", "Attacks fire an additional Projectile when in Off Hand", statOrderKey = "3506", statOrder = { 3506 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CounterAttacksAddedColdDamageUnique__1"] = { affix = "", "Adds 250 to 300 Cold Damage to Counterattacks", statOrderKey = "3514", statOrder = { 3514 }, level = 1, group = "CounterAttacksAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["IncreasedGolemDamagePerGolemUnique__1"] = { affix = "", "(16-20)% increased Golem Damage for each Type of Golem you have Summoned", statOrderKey = "3508", statOrder = { 3508 }, level = 1, group = "IncreasedGolemDamagePerGolem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["IncreasedLifeWhileNoCorruptedItemsUnique__1"] = { affix = "", "(8-12)% increased Maximum Life if no Equipped Items are Corrupted", statOrderKey = "3510", statOrder = { 3510 }, level = 1, group = "IncreasedLifeWhileNoCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPerMinuteWhileNoCorruptedItemsUnique__1"] = { affix = "", "Regenerate 100 Life per second if no Equipped Items are Corrupted", statOrderKey = "3511", statOrder = { 3511 }, level = 1, group = "LifeRegenerationPerMinuteWhileNoCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnergyShieldRegenerationPerMinuteWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 250 Energy Shield per second if all Equipped items are Corrupted", statOrderKey = "3512", statOrder = { 3512 }, level = 1, group = "EnergyShieldRegenerationPerMinuteWhileAllCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["BaseManaRegenerationWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 35 Mana per second if all Equipped Items are Corrupted", statOrderKey = "6007", statOrder = { 6007 }, level = 1, group = "BaseManaRegenerationWhileAllCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AddedChaosDamageToAttacksAndSpellsUnique__1"] = { affix = "", "Adds (13-17) to (29-37) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageToAttacksAndSpellsUnique__2"] = { affix = "", "Adds (13-17) to (23-29) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedChaosDamageUnique__1"] = { affix = "", "Adds (17-19) to (23-29) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedChaosDamageUnique__2"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedChaosDamageUnique__3"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedChaosDamageUnique__4__"] = { affix = "", "Adds (48-53) to (58-60) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedChaosDamageUnique__5_"] = { affix = "", "Adds (15-20) to (21-30) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedChaosDamageUnique__6_"] = { affix = "", "Adds (17-23) to (29-31) Chaos Damage", statOrderKey = "805", statOrder = { 805 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedPhysicalDamageUnique__1_"] = { affix = "", "Adds (12-16) to (20-25) Physical Damage", statOrderKey = "692", statOrder = { 692 }, level = 1, group = "AddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["GlobalAddedPhysicalDamageUnique__2"] = { affix = "", "Adds (8-10) to (13-15) Physical Damage", statOrderKey = "692", statOrder = { 692 }, level = 1, group = "AddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["GlobalAddedFireDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Fire Damage", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["GlobalAddedFireDamageUnique__2"] = { affix = "", "Adds (22-27) to (34-38) Fire Damage", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["GlobalAddedFireDamageUnique__3_"] = { affix = "", "Adds (20-25) to (26-35) Fire Damage", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["GlobalAddedFireDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Fire Damage", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["GlobalAddedColdDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Cold Damage", statOrderKey = "790", statOrder = { 790 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["GlobalAddedColdDamageUnique__2_"] = { affix = "", "Adds (20-23) to (31-35) Cold Damage", statOrderKey = "790", statOrder = { 790 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["GlobalAddedColdDamageUnique__3"] = { affix = "", "Adds (20-25) to (26-35) Cold Damage", statOrderKey = "790", statOrder = { 790 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["GlobalAddedColdDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Cold Damage", statOrderKey = "790", statOrder = { 790 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["GlobalAddedLightningDamageUnique__1_"] = { affix = "", "Adds (10-13) to (43-47) Lightning Damage", statOrderKey = "799", statOrder = { 799 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["GlobalAddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (47-52) Lightning Damage", statOrderKey = "799", statOrder = { 799 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["GlobalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (48-60) Lightning Damage", statOrderKey = "799", statOrder = { 799 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["GlobalAddedLightningDamageUnique__4"] = { affix = "", "Adds (6-10) to (33-38) Lightning Damage", statOrderKey = "799", statOrder = { 799 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["EnergyShieldRegenerationperMinuteWhileOnLowLifeTransformedUnique__1"] = { affix = "", "Regenerate 2% of Energy Shield per second while on Low Life", statOrderKey = "1177", statOrder = { 1177 }, level = 45, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReflectPhysicalDamageToSelfOnHitUnique__1"] = { affix = "", "Enemies you Attack Reflect 100 Physical Damage to you", statOrderKey = "1557", statOrder = { 1557 }, level = 1, group = "ReflectPhysicalDamageToSelfOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IgnoreHexproofUnique___1"] = { affix = "", "Your Hexes can affect Hexproof Enemies", statOrderKey = "1912", statOrder = { 1912 }, level = 1, group = "IgnoreHexproof", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "Poison Cursed Enemies on hit", statOrderKey = "3516", statOrder = { 3516 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToPoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "60% chance to Poison on Hit against Cursed Enemies", statOrderKey = "3517", statOrder = { 3517 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToBeShockedUnique__1"] = { affix = "", "+20% chance to be Shocked", statOrderKey = "2257", statOrder = { 2257 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToBeShockedUnique__2"] = { affix = "", "+50% chance to be Shocked", statOrderKey = "2257", statOrder = { 2257 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["GlobalDefensesPerWhiteSocketUnique__1"] = { affix = "", "8% increased Global Defences per White Socket", statOrderKey = "2026", statOrder = { 2026 }, level = 1, group = "GlobalDefensesPerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["ItemQuantityWhileWearingAMagicItemUnique__1"] = { affix = "", "(10-15)% increased Quantity of Items found with a Magic Item Equipped", statOrderKey = "3519", statOrder = { 3519 }, level = 10, group = "ItemQuantityWhileWearingAMagicItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemRarityWhileWearingANormalItemUnique__1"] = { affix = "", "(80-100)% increased Rarity of Items found with a Normal Item Equipped", statOrderKey = "3518", statOrder = { 3518 }, level = 1, group = "ItemRarityWhileWearingANormalItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalAttackTotemsUnique__1"] = { affix = "", "Attack Skills have +1 to maximum number of Summoned Totems", statOrderKey = "3554", statOrder = { 3554 }, level = 1, group = "AdditionalAttackTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MinionColdResistUnique__1"] = { affix = "", "Minions have +40% to Cold Resistance", statOrderKey = "3497", statOrder = { 3497 }, level = 1, group = "MinionColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance", "minion" }, }, - ["MinionFireResistUnique__1"] = { affix = "", "Minions have +40% to Fire Resistance", statOrderKey = "6709", statOrder = { 6709 }, level = 1, group = "MinionFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance", "minion" }, }, - ["MinionPhysicalDamageAddedAsColdUnique__1_"] = { affix = "", "Minions gain 20% of Physical Damage as Extra Cold Damage", statOrderKey = "3498", statOrder = { 3498 }, level = 1, group = "MinionPhysicalDamageAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, }, - ["FlaskStunImmunityUnique__1"] = { affix = "", "Cannot be Stunned during Flask Effect", statOrderKey = "3565", statOrder = { 3565 }, level = 1, group = "FlaskStunImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["PhasingOnTrapTriggeredUnique__1"] = { affix = "", "30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy", statOrderKey = "3550", statOrder = { 3550 }, level = 1, group = "PhasingOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainEnergyShieldOnTrapTriggeredUnique__1_"] = { affix = "", "Recover 50 Energy Shield when your Trap is triggered by an Enemy", statOrderKey = "3552", statOrder = { 3552 }, level = 1, group = "GainEnergyShieldOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["GainLifeOnTrapTriggeredUnique__1"] = { affix = "", "Recover 100 Life when your Trap is triggered by an Enemy", statOrderKey = "3551", statOrder = { 3551 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GainLifeOnTrapTriggeredUnique__2__"] = { affix = "", "Recover (20-30) Life when your Trap is triggered by an Enemy", statOrderKey = "3551", statOrder = { 3551 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GainFrenzyChargeOnTrapTriggeredUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy", statOrderKey = "2907", statOrder = { 2907 }, level = 1, group = "GainFrenzyChargeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["BleedingImmunityUnique__1"] = { affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "3523", statOrder = { 3523 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["BleedingImmunityUnique__2"] = { affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "3523", statOrder = { 3523 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SelfStatusAilmentDurationUnique__1"] = { affix = "", "50% increased Elemental Ailment Duration on you", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, - ["PoisonOnMeleeHitUnique__1"] = { affix = "", "Melee Attacks have (20-40)% chance to Poison on Hit", statOrderKey = "3569", statOrder = { 3569 }, level = 60, group = "PoisonOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["LifeLeechVsCursedEnemiesUnique__1"] = { affix = "", "1% of Damage Leeched as Life against Cursed Enemies", statOrderKey = "3570", statOrder = { 3570 }, level = 40, group = "LifeLeechVsCursedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MovementSpeedIfKilledRecentlyUnique___1"] = { affix = "", "15% increased Movement Speed if you've Killed Recently", statOrderKey = "3571", statOrder = { 3571 }, level = 40, group = "MovementSpeedIfKilledRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ControlledDestructionSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrderKey = "179", statOrder = { 179 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ControlledDestructionSupportUnique__1New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrderKey = "276", statOrder = { 276 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ColdDamageIgnitesUnique__1"] = { affix = "", "Your Cold Damage can Ignite", statOrderKey = "2183", statOrder = { 2183 }, level = 30, group = "ColdDamageAlsoIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["LifeRegenerationPercentPerEnduranceChargeUnique__1"] = { affix = "", "Regenerate 0.4% of Life per second per Endurance Charge", statOrderKey = "979", statOrder = { 979 }, level = 40, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ChanceForDoubleStunDurationUnique__1"] = { affix = "", "50% chance to double Stun Duration", statOrderKey = "2871", statOrder = { 2871 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceForDoubleStunDurationImplicitMace_1"] = { affix = "", "25% chance to double Stun Duration", statOrderKey = "2871", statOrder = { 2871 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PhysicalAddedAsFireUnique__1"] = { affix = "", "Gain (25-35)% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3089", statOrder = { 3089 }, level = 30, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, - ["PhysicalAddedAsFireUnique__2"] = { affix = "", "Gain 70% of Physical Damage as Extra Fire Damage", statOrderKey = "1300", statOrder = { 1300 }, level = 50, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireUnique__3"] = { affix = "", "Gain 20% of Physical Damage as Extra Fire Damage", statOrderKey = "1300", statOrder = { 1300 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["AttackCastMoveOnWarcryRecentlyUnique____1"] = { affix = "", "If you've Warcried Recently, you and nearby allies have 20% increased Attack, Cast and Movement Speed", statOrderKey = "2631", statOrder = { 2631 }, level = 1, group = "AttackCastMoveOnWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["ChaosSkillEffectDurationUnique__1"] = { affix = "", "Chaos Skills have 40% increased Skill Effect Duration", statOrderKey = "1266", statOrder = { 1266 }, level = 1, group = "ChaosSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["PoisonDurationUnique__1_"] = { affix = "", "(15-20)% increased Poison Duration", statOrderKey = "2475", statOrder = { 2475 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonDurationUnique__2"] = { affix = "", "(20-25)% increased Poison Duration", statOrderKey = "2475", statOrder = { 2475 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["FlaskImmuneToStunFreezeCursesUnique__1"] = { affix = "", "Immune to Freeze, Chill, Curses and Stuns during Flask Effect", statOrderKey = "555", statOrder = { 555 }, level = 1, group = "KiarasDeterminationBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LocalPhysicalDamageAddedAsEachElementTransformed"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrderKey = "3572", statOrder = { 3572 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["LocalPhysicalDamageAddedAsEachElementTransformed2"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrderKey = "3572", statOrder = { 3572 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["BleedOnMeleeHitChanceUnique__1"] = { affix = "", "Melee Attacks have (30-50)% chance to cause Bleeding", statOrderKey = "1804", statOrder = { 1804 }, level = 1, group = "BleedOnMeleeHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ArmourAndEvasionImplicitBelt1"] = { affix = "", "+(260-320) to Armour and Evasion Rating", statOrderKey = "3576", statOrder = { 3576 }, level = 98, group = "BaseArmourAndEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["PhysicalDamageTakenAsColdUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "1766", statOrder = { 1766 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "cold" }, }, - ["ChaosDamageOverTimeUnique__1"] = { affix = "", "25% reduced Chaos Damage taken over time", statOrderKey = "1315", statOrder = { 1315 }, level = 1, group = "ChaosDamageOverTimeTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["PowerFrenzyOrEnduranceChargeOnKillUnique__1"] = { affix = "", "10% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrderKey = "2921", statOrder = { 2921 }, level = 1, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["CannotLeechFromCriticalStrikesUnique___1"] = { affix = "", "Cannot Leech Life from Critical Strikes", statOrderKey = "3586", statOrder = { 3586 }, level = 1, group = "CannotLeechFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, - ["ChanceToBlindOnCriticalStrikesUnique__1"] = { affix = "", "30% chance to Blind Enemies on Critical Strike", statOrderKey = "3587", statOrder = { 3587 }, level = 1, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ChanceToBlindOnCriticalStrikesUnique__2_"] = { affix = "", "(40-50)% chance to Blind Enemies on Critical Strike", statOrderKey = "3587", statOrder = { 3587 }, level = 38, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["BleedOnMeleeCriticalStrikeUnique__1"] = { affix = "", "50% chance to cause Bleeding on Critical Strike", statOrderKey = "5752", statOrder = { 5752 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["StunDurationBasedOnEnergyShieldUnique__1"] = { affix = "", "Stun Threshold is based on Energy Shield instead of Life", statOrderKey = "3585", statOrder = { 3585 }, level = 48, group = "StunDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TakeNoExtraDamageFromCriticalStrikesUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes", statOrderKey = "3596", statOrder = { 3596 }, level = 1, group = "TakeNoExtraDamageFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ShockedEnemyCastSpeedUnique__1"] = { affix = "", "Enemies you Shock have 30% reduced Cast Speed", statOrderKey = "3597", statOrder = { 3597 }, level = 1, group = "ShockedEnemyCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ShockedEnemyMovementSpeedUnique__1"] = { affix = "", "Enemies you Shock have 20% reduced Movement Speed", statOrderKey = "3598", statOrder = { 3598 }, level = 1, group = "ShockedEnemyMovementSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedBurningDamageIfYouHaveIgnitedRecentlyUnique__1"] = { affix = "", "100% increased Burning Damage if you've Ignited an Enemy Recently", statOrderKey = "3602", statOrder = { 3602 }, level = 1, group = "IncreasedBurningDamageIfYouHaveIgnitedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["RecoverLifePercentOnIgniteUnique__1"] = { affix = "", "Recover 1% of Life when you Ignite an Enemy", statOrderKey = "3603", statOrder = { 3603 }, level = 1, group = "RecoverLifePercentOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedMeleePhysicalDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "100% increased Melee Physical Damage against Ignited Enemies", statOrderKey = "3604", statOrder = { 3604 }, level = 1, group = "IncreasedMeleePhysicalDamageAgainstIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["NormalMonsterItemQuantityUnique__1"] = { affix = "", "(35-50)% increased Quantity of Items Dropped by Slain Normal Enemies", statOrderKey = "6816", statOrder = { 6816 }, level = 38, group = "NormalMonsterItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MagicMonsterItemRarityUnique__1"] = { affix = "", "(100-150)% increased Rarity of Items Dropped by Slain Magic Enemies", statOrderKey = "5977", statOrder = { 5977 }, level = 1, group = "MagicMonsterItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAtlasOnslaught"] = { affix = "", "Monsters have Onslaught", statOrderKey = "1711", statOrder = { 1711 }, level = 1, group = "MapAtlasOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAtlasMultipleProjectiles"] = { affix = "", "Monsters fire 3 additional Projectiles", statOrderKey = "1717", statOrder = { 1717 }, level = 1, group = "MapAtlasMultipleProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAtlasDamage"] = { affix = "", "50% increased Monster Damage", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "MapAtlasDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikeChanceForForkingArrowsUnique__1"] = { affix = "", "(150-200)% increased Critical Strike Chance with arrows that Fork", statOrderKey = "3605", statOrder = { 3605 }, level = 1, group = "CriticalStrikeChanceForForkingArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["ArrowsAlwaysCritAfterPiercingUnique___1"] = { affix = "", "Arrows Pierce all Targets after Chaining", statOrderKey = "3608", statOrder = { 3608 }, level = 1, group = "ArrowsAlwaysCritAfterPiercing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ArrowsThatPierceCauseBleedingUnique__1"] = { affix = "", "Arrows that Pierce have 50% chance to inflict Bleeding", statOrderKey = "3607", statOrder = { 3607 }, level = 1, group = "ArrowsThatPierceCauseBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["IncreaseProjectileAttackDamagePerAccuracyUnique__1"] = { affix = "", "1% increased Projectile Attack Damage per 200 Accuracy Rating", statOrderKey = "3611", statOrder = { 3611 }, level = 1, group = "IncreaseProjectileAttackDamagePerAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["AdditionalSpellProjectilesUnique__1"] = { affix = "", "Spells fire an additional Projectile", statOrderKey = "3609", statOrder = { 3609 }, level = 85, group = "AdditionalSpellProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["IncreasedMinionDamageIfYouHitEnemyUnique__1"] = { affix = "", "Minions deal 70% increased Damage if you've Hit Recently", statOrderKey = "6702", statOrder = { 6702 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageAlsoAffectsYouUnique__1"] = { affix = "", "Increases and Reductions to Minion Damage also affect you at 150% of their value", statOrderKey = "3780", statOrder = { 3780 }, level = 1, group = "MinionDamageAlsoAffectsYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["GlobalCriticalStrikeChanceAgainstChilledUnique__1"] = { affix = "", "60% increased Critical Strike Chance against Chilled Enemies", statOrderKey = "4983", statOrder = { 4983 }, level = 1, group = "GlobalCriticalStrikeChanceAgainstChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CastSocketedColdSkillsOnCriticalStrikeUnique__1"] = { affix = "", "Trigger a Socketed Cold Spell on Melee Critical Strike, with a 0.15 second Cooldown", statOrderKey = "495", statOrder = { 495 }, level = 1, group = "CastSocketedColdSpellsOnMeleeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental", "cold", "attack", "caster", "gem" }, }, - ["IncreasedAttackAreaOfEffectUnique__1_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrderKey = "3890", statOrder = { 3890 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["IncreasedAttackAreaOfEffectUnique__2_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrderKey = "3890", statOrder = { 3890 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["PhysicalDamageCanShockUnique__1"] = { affix = "", "Your Physical Damage can Shock", statOrderKey = "2182", statOrder = { 2182 }, level = 1, group = "PhysicalDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["DealNoElementalDamageUnique__1"] = { affix = "", "Deal no Elemental Damage", statOrderKey = "4591", statOrder = { 4591 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DealNoElementalDamageUnique__2"] = { affix = "", "Deal no Elemental Damage", statOrderKey = "4591", statOrder = { 4591 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["TakeFireDamageOnIgniteUnique__1"] = { affix = "", "Take 100 Fire Damage when you Ignite an Enemy", statOrderKey = "4826", statOrder = { 4826 }, level = 1, group = "TakeFireDamageOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageLeechedAsLifeWhileIgnitedUnique__1"] = { affix = "", "2% of Fire Damage Leeched as Life while Ignited", statOrderKey = "5322", statOrder = { 5322 }, level = 1, group = "FireDamageLeechedAsLifeWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["ChanceForSpectersToGainSoulEaterOnKillUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised Spectres have a 50% chance to gain Soul Eater for 20 seconds on Kill", statOrderKey = "5961", statOrder = { 5961 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MovementSkillsDealNoPhysicalDamageUnique__1"] = { affix = "", "Movement Skills deal no Physical Damage", statOrderKey = "6758", statOrder = { 6758 }, level = 1, group = "MovementSkillsDealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["GainPhasingIfKilledRecentlyUnique__1"] = { affix = "", "You have Phasing if you've Killed Recently", statOrderKey = "4948", statOrder = { 4948 }, level = 1, group = "GainPhasingIfKilledRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MovementSkillsCostNoManaUnique__1"] = { affix = "", "Movement Skills Cost no Mana", statOrderKey = "2786", statOrder = { 2786 }, level = 1, group = "MovementSkillsCostNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ProjectileAttackDamageImplicitGloves1"] = { affix = "", "(14-18)% increased Projectile Attack Damage", statOrderKey = "1361", statOrder = { 1361 }, level = 1, group = "ProjectileAttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ManaPerStrengthUnique__1__"] = { affix = "", "+1 Mana per 4 Strength", statOrderKey = "1383", statOrder = { 1383 }, level = 1, group = "ManaPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["EnergyShieldPerStrengthUnique__1"] = { affix = "", "1% increased Energy Shield per 10 Strength", statOrderKey = "4755", statOrder = { 4755 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LifePerDexterityUnique__1"] = { affix = "", "+1 Life per 4 Dexterity", statOrderKey = "1382", statOrder = { 1382 }, level = 1, group = "LifePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MeleePhysicalDamagePerDexterityUnique__1_"] = { affix = "", "2% increased Melee Physical Damage per 10 Dexterity", statOrderKey = "6615", statOrder = { 6615 }, level = 1, group = "MeleePhysicalDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AccuracyPerIntelligenceUnique__1"] = { affix = "", "+4 Accuracy Rating per 2 Intelligence", statOrderKey = "1381", statOrder = { 1381 }, level = 1, group = "AccuracyPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["EvasionRatingPerIntelligenceUnique__1"] = { affix = "", "2% increased Evasion Rating per 10 Intelligence", statOrderKey = "4777", statOrder = { 4777 }, level = 1, group = "EvasionRatingPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["ChanceToGainFrenzyChargeOnStunUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when you Stun an Enemy", statOrderKey = "4279", statOrder = { 4279 }, level = 38, group = "ChanceToGainFrenzyChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["IncreasedDamageOverTimeDuringFlaskEffectUnique__1"] = { affix = "", "(25-40)% increased Damage Over Time during Flask Effect", statOrderKey = "5884", statOrder = { 5884 }, level = 1, group = "IncreasedDamageOverTimeDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage" }, }, - ["VulnerabilityAuraDuringFlaskEffectUnique__1"] = { affix = "", "Grants Level 21 Despair Curse Aura during Flask Effect", statOrderKey = "5887", statOrder = { 5887 }, level = 60, group = "VulnerabilityAuraDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster", "curse" }, }, - ["PrrojectilesPierceWhilePhasingUnique__1_"] = { affix = "", "Projectiles Pierce all Targets while you have Phasing", statOrderKey = "6960", statOrder = { 6960 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalPierceWhilePhasingUnique__1"] = { affix = "", "Projectiles Pierce 5 additional Targets while you have Phasing", statOrderKey = "6961", statOrder = { 6961 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToAvoidProjectilesWhilePhasingUnique__1"] = { affix = "", "20% chance to Avoid Projectiles while Phasing", statOrderKey = "3970", statOrder = { 3970 }, level = 1, group = "ChanceToAvoidProjectilesWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskAdditionalProjectilesDuringEffectUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles during Flask Effect", statOrderKey = "553", statOrder = { 553 }, level = 85, group = "FlaskAdditionalProjectilesDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedAreaOfEffectDuringEffectUnique__1_"] = { affix = "", "(15-25)% increased Area of Effect during Flask Effect", statOrderKey = "5796", statOrder = { 5796 }, level = 1, group = "FlaskIncreasedAreaOfEffectDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["CelestialFootprintsUnique__1_"] = { affix = "", "Celestial Footprints", statOrderKey = "7536", statOrder = { 7536 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedMinionAttackSpeedUnique__1_"] = { affix = "", "Minions have (10-15)% increased Attack Speed", statOrderKey = "2208", statOrder = { 2208 }, level = 1, group = "MinionAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, - ["GolemPerPrimordialJewel"] = { affix = "", "+1 to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped", statOrderKey = "6830", statOrder = { 6830 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PrimordialJewelCountUnique__1"] = { affix = "", "Primordial", statOrderKey = "7445", statOrder = { 7445 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PrimordialJewelCountUnique__2"] = { affix = "", "Primordial", statOrderKey = "7445", statOrder = { 7445 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PrimordialJewelCountUnique__3"] = { affix = "", "Primordial", statOrderKey = "7445", statOrder = { 7445 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PrimordialJewelCountUnique__4"] = { affix = "", "Primordial", statOrderKey = "7445", statOrder = { 7445 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["GolemLifeUnique__1"] = { affix = "", "Golems have (18-22)% increased Maximum Life", statOrderKey = "4995", statOrder = { 4995 }, level = 1, group = "GolemLifeUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["GolemLifeRegenerationUnique__1"] = { affix = "", "Summoned Golems Regenerate 2% of their Life per second", statOrderKey = "4994", statOrder = { 4994 }, level = 1, group = "GolemLifeRegenerationUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["IncreasedDamageIfGolemSummonedRecently__1"] = { affix = "", "(25-30)% increased Damage if you Summoned a Golem in the past 8 seconds", statOrderKey = "3012", statOrder = { 3012 }, level = 1, group = "IncreasedDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedGolemDamageIfGolemSummonedRecently__1_"] = { affix = "", "Golems Summoned in the past 8 seconds deal (35-45)% increased Damage", statOrderKey = "3013", statOrder = { 3013 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["IncreasedGolemDamageIfGolemSummonedRecentlyUnique__1"] = { affix = "", "Golems Summoned in the past 8 seconds deal (100-125)% increased Damage", statOrderKey = "3013", statOrder = { 3013 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["GolemSkillsCooldownRecoveryUnique__1"] = { affix = "", "Golem Skills have (20-30)% increased Cooldown Recovery Rate", statOrderKey = "2647", statOrder = { 2647 }, level = 1, group = "GolemSkillsCooldownRecoveryUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GolemsSkillsCooldownRecoveryUnique__1_"] = { affix = "", "Summoned Golems have (30-45)% increased Cooldown Recovery Rate", statOrderKey = "2648", statOrder = { 2648 }, level = 1, group = "GolemsSkillsCooldownRecoveryUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["GolemBuffEffectUnique__1"] = { affix = "", "30% increased Effect of Buffs granted by your Golems", statOrderKey = "4992", statOrder = { 4992 }, level = 1, group = "GolemBuffEffectUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GolemAttackAndCastSpeedUnique__1"] = { affix = "", "Golems have (16-20)% increased Attack and Cast Speed", statOrderKey = "4991", statOrder = { 4991 }, level = 1, group = "GolemAttackAndCastSpeedUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["GolemArmourRatingUnique__1"] = { affix = "", "Golems have +(800-1000) to Armour", statOrderKey = "4997", statOrder = { 4997 }, level = 1, group = "GolemArmourRatingUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "minion" }, }, - ["ArmourPerTotemUnique__1"] = { affix = "", "+300 Armour per Summoned Totem", statOrderKey = "3722", statOrder = { 3722 }, level = 1, group = "ArmourPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["SpellDamageIfYouHaveCritRecentlyUnique__1"] = { affix = "", "200% increased Spell Damage if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "7178", statOrder = { 7178 }, level = 1, group = "SpellDamageIfCritPast8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageIfYouHaveCritRecentlyUnique__2"] = { affix = "", "(120-150)% increased Spell Damage if you've dealt a Critical Strike Recently", statOrderKey = "7175", statOrder = { 7175 }, level = 1, group = "SpellDamageIfYouHaveCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["CriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Critical Strikes deal no Damage", statOrderKey = "4484", statOrder = { 4484 }, level = 1, group = "CriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["IncreasedManaRegenerationWhileStationaryUnique__1"] = { affix = "", "60% increased Mana Regeneration Rate while stationary", statOrderKey = "3619", statOrder = { 3619 }, level = 1, group = "IncreasedManaRegenerationWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AddedArmourWhileStationaryUnique__1"] = { affix = "", "+1500 Armour while stationary", statOrderKey = "3617", statOrder = { 3617 }, level = 1, group = "AddedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["SpreadChilledGroundWhenHitByAttackUnique__1"] = { affix = "", "15% chance to create Chilled Ground when Hit with an Attack", statOrderKey = "4340", statOrder = { 4340 }, level = 1, group = "SpreadChilledGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalFlaskUnholyMightUnique__1"] = { affix = "", "Gain Unholy Might during Flask Effect", statOrderKey = "561", statOrder = { 561 }, level = 1, group = "LocalFlaskUnholyMight", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["NonCriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Non-Critical Strikes deal no Damage", statOrderKey = "6805", statOrder = { 6805 }, level = 1, group = "NonCriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["CritMultiIfDealtNonCritRecentlyUnique__1"] = { affix = "", "+25% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently", statOrderKey = "4458", statOrder = { 4458 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CritMultiIfDealtNonCritRecentlyUnique__2"] = { affix = "", "+60% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently", statOrderKey = "4458", statOrder = { 4458 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["EnemiesDestroyedOnKillUnique__1"] = { affix = "", "Enemies you hit are destroyed on Kill", statOrderKey = "4714", statOrder = { 4714 }, level = 1, group = "EnemiesDestroyedOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RecoverPercentMaxLifeOnKillUnique__1"] = { affix = "", "Recover 5% of Life on Kill", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["RecoverPercentMaxLifeOnKillUnique__2"] = { affix = "", "Recover 5% of Life on Kill", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["CriticalMultiplierPerBlockChanceUnique__1"] = { affix = "", "+1% to Critical Strike Multiplier per 1% Chance to Block Attack Damage", statOrderKey = "2494", statOrder = { 2494 }, level = 1, group = "CriticalMultiplierPerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["AttackDamagePerLowestArmourOrEvasionUnique__1"] = { affix = "", "1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating", statOrderKey = "3900", statOrder = { 3900 }, level = 98, group = "AttackDamagePerLowestArmourOrEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["FortifyOnMeleeStunUnique__1"] = { affix = "", "(14-20)% chance to gain Fortify when you Stun an Enemy with Melee Damage", statOrderKey = "4272", statOrder = { 4272 }, level = 1, group = "FortifyOnMeleeStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaughtWhileFortifiedUnique__1"] = { affix = "", "You have Onslaught while you have Fortify", statOrderKey = "4944", statOrder = { 4944 }, level = 1, group = "OnslaughtWhileFortified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemStatsDoubledInBreachImplicit"] = { affix = "", "Properties are doubled while in a Breach", statOrderKey = "5820", statOrder = { 5820 }, level = 1, group = "StatsDoubledInBreach", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonSpidersOnKillUnique__1"] = { affix = "", "100% chance to Trigger Level 1 Raise Spiders on Kill", statOrderKey = "453", statOrder = { 453 }, level = 1, group = "GrantsMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["CannotCastSpellsUnique__1"] = { affix = "", "Cannot Cast Spells", statOrderKey = "4213", statOrder = { 4213 }, level = 1, group = "CannotCastSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["CannotDealSpellDamageUnique__1"] = { affix = "", "Spell Skills deal no Damage", statOrderKey = "7194", statOrder = { 7194 }, level = 1, group = "CannotDealSpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["GoatHoofFootprintsUnique__1"] = { affix = "", "Burning Hoofprints", statOrderKey = "7539", statOrder = { 7539 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireDamagePerStrengthUnique__1"] = { affix = "", "1% increased Fire Damage per 20 Strength", statOrderKey = "4817", statOrder = { 4817 }, level = 1, group = "FireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["GolemLargerAggroRadiusUnique__1"] = { affix = "", "Summoned Golems are Aggressive", statOrderKey = "7457", statOrder = { 7457 }, level = 1, group = "GolemLargerAggroRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "20% of Maximum Life Converted to Energy Shield", statOrderKey = "6599", statOrder = { 6599 }, level = 75, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LocalChanceToPoisonOnHitUnique__1"] = { affix = "", "15% chance to Poison on Hit", statOrderKey = "5860", statOrder = { 5860 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["LocalChanceToPoisonOnHitUnique__2"] = { affix = "", "60% chance to Poison on Hit", statOrderKey = "5860", statOrder = { 5860 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["LocalChanceToPoisonOnHitUnique__3"] = { affix = "", "20% chance to Poison on Hit", statOrderKey = "5860", statOrder = { 5860 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["LocalChanceToPoisonOnHitUnique__4"] = { affix = "", "20% chance to Poison on Hit", statOrderKey = "5860", statOrder = { 5860 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["ChanceToPoisonUnique__1_______"] = { affix = "", "25% chance to Poison on Hit", statOrderKey = "2478", statOrder = { 2478 }, level = 1, group = "PoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["IncreasedSpellDamageWhileShockedUnique__1"] = { affix = "", "50% increased Spell Damage while Shocked", statOrderKey = "7186", statOrder = { 7186 }, level = 1, group = "IncreasedSpellDamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["MaximumResistanceWithNoEnduranceChargesUnique__1__"] = { affix = "", "+2% to all maximum Resistances while you have no Endurance Charges", statOrderKey = "3755", statOrder = { 3755 }, level = 1, group = "MaximumResistanceWithNoEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["OnslaughtWithMaxEnduranceChargesUnique__1"] = { affix = "", "You have Onslaught while at maximum Endurance Charges", statOrderKey = "4940", statOrder = { 4940 }, level = 1, group = "OnslaughtWithMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionsGainYourStrengthUnique__1"] = { affix = "", "Half of your Strength is added to your Minions", statOrderKey = "6737", statOrder = { 6737 }, level = 1, group = "MinionsGainYourStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "attribute" }, }, - ["AdditionalZombiesPerXStrengthUnique__1"] = { affix = "", "+1 to maximum number of Raised Zombies per 500 Strength", statOrderKey = "6833", statOrder = { 6833 }, level = 1, group = "AdditionalZombiesPerXStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ZombiesLeechLifeToYouAt1000StrengthUnique__1"] = { affix = "", "With at least 1000 Strength, (1.5-2)% of Damage dealt by your Raised Zombies is Leeched to you as Life", statOrderKey = "7452", statOrder = { 7452 }, level = 1, group = "ZombiesLeechLifeToYouAt1000Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["ReducedBleedDurationUnique__1_"] = { affix = "", "25% reduced Bleeding Duration", statOrderKey = "3987", statOrder = { 3987 }, level = 1, group = "BleedDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["IncreasedRarityPerRampageStacksUnique__1"] = { affix = "", "1% increased Rarity of Items found per 15 Rampage Kills", statOrderKey = "5281", statOrder = { 5281 }, level = 38, group = "IncreasedRarityPerRampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ImmuneToBurningShockedChilledGroundUnique__1"] = { affix = "", "Immune to Burning Ground, Shocked Ground and Chilled Ground", statOrderKey = "5238", statOrder = { 5238 }, level = 1, group = "ImmuneToBurningShockedChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["MaximumLifePer10DexterityUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Dexterity", statOrderKey = "6594", statOrder = { 6594 }, level = 1, group = "FlatLifePer10Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationWhileMovingUnique__1"] = { affix = "", "Regenerate 100 Life per second while moving", statOrderKey = "5343", statOrder = { 5343 }, level = 1, group = "LifeRegenerationWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SpellsAreDisabledUnique__1"] = { affix = "", "Your Spells are disabled", statOrderKey = "7432", statOrder = { 7432 }, level = 1, group = "SpellsAreDisabled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["MaximumLifePerItemRarityUnique__1"] = { affix = "", "+1 Life per 2% increased Rarity of Items found", statOrderKey = "6596", statOrder = { 6596 }, level = 1, group = "MaxLifePerItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["PercentDamagePerItemQuantityUnique__1"] = { affix = "", "Your Increases and Reductions to Quantity of Items found also apply to Damage", statOrderKey = "4539", statOrder = { 4539 }, level = 1, group = "PercentDamagePerItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ItemQuantityPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% increased Quantity of Items found per Chest opened Recently", statOrderKey = "5280", statOrder = { 5280 }, level = 1, group = "ItemQuantityPerChestOpenedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MovementSpeedPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% reduced Movement Speed per Chest opened Recently", statOrderKey = "6767", statOrder = { 6767 }, level = 1, group = "MovementSpeedPerChestOpenedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["WarcryKnockbackUnique__1"] = { affix = "", "Warcries Knock Back and Interrupt Enemies in a smaller Area", statOrderKey = "7389", statOrder = { 7389 }, level = 1, group = "WarcryKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackAndCastSpeedOnUsingMovementSkillUnique__1"] = { affix = "", "15% increased Attack and Cast Speed if you've used a Movement Skill Recently", statOrderKey = "2787", statOrder = { 2787 }, level = 1, group = "AttackAndCastSpeedOnUsingMovementSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["CannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", statOrderKey = "2499", statOrder = { 2499 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementCannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Movement Speed cannot be modified to below base value", statOrderKey = "2500", statOrder = { 2500 }, level = 1, group = "MovementCannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["EnergyShieldStartsAtZero"] = { affix = "", "Immortal Ambition", statOrderKey = "7501", statOrder = { 7501 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["FlaskElementalPenetrationOfHighestResistUnique__1"] = { affix = "", "During Flask Effect, Damage Penetrates (10-15)% Resistance of each Element for which your Uncapped Elemental Resistance is highest", statOrderKey = "5886", statOrder = { 5886 }, level = 1, group = "FlaskElementalPenetrationOfHighestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, - ["FlaskElementalDamageTakenOfLowestResistUnique__1"] = { affix = "", "During Flask Effect, 10% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest", statOrderKey = "5885", statOrder = { 5885 }, level = 1, group = "FlaskElementalDamageTakenOfLowestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["SocketedGemsSupportedByEnduranceChargeOnStunUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrderKey = "277", statOrder = { 277 }, level = 1, group = "DisplaySupportedByEnduranceChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplayGrantsVengeanceUnique__1"] = { affix = "", "Grants Level 15 Vengeance Skill", statOrderKey = "351", statOrder = { 351 }, level = 1, group = "DisplayGrantsVengeance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["CannotLeechLifeUnique__1"] = { affix = "", "Cannot Leech Life", statOrderKey = "1876", statOrder = { 1876 }, level = 1, group = "CannotLeechLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AllResistanceAt200StrengthUnique__1"] = { affix = "", "+(20-25)% to all Elemental Resistances while you have at least 200 Strength", statOrderKey = "3664", statOrder = { 3664 }, level = 1, group = "AllResistanceAt200Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["LifeRegenerationAt400StrengthUnique__1"] = { affix = "", "Regenerate 2% of Life per second with at least 400 Strength", statOrderKey = "5360", statOrder = { 5360 }, level = 1, group = "LifeRegenerationAt400Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationIfHitRecentlyUnique__1"] = { affix = "", "Regenerate 2% of Life per second if you have been Hit Recently", statOrderKey = "5349", statOrder = { 5349 }, level = 1, group = "LifeRegenerationIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AttackBlockIfBlockedSpellRecentlyUnique__1_"] = { affix = "", "+20% Chance to Block Attack Damage if you have Blocked Spell Damage Recently", statOrderKey = "3891", statOrder = { 3891 }, level = 1, group = "AttackBlockIfBlockedSpellRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockIfBlockedAttackRecentlyUnique__1"] = { affix = "", "+20% chance to Block Spell Damage if you have Blocked Attack Damage Recently", statOrderKey = "7169", statOrder = { 7169 }, level = 1, group = "SpellBlockIfBlockedAttackRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AddedChaosDamageWhileUsingAFlaskUnique__1_"] = { affix = "", "Adds (15-20) to (25-30) Chaos Damage to Spells and Attacks during any Flask Effect", statOrderKey = "7166", statOrder = { 7166 }, level = 1, group = "AddedChaosDamageWhileUsingAFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster" }, }, - ["AddedChaosDamageWhileUsingAFlaskUnique__2"] = { affix = "", "Adds (30-40) to (50-60) Chaos Damage to Spells and Attacks during any Flask Effect", statOrderKey = "7166", statOrder = { 7166 }, level = 1, group = "AddedChaosDamageWhileUsingAFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster" }, }, - ["GainPowerChargesOnUsingWarcryUnique__1"] = { affix = "", "Gain 2 Power Charges when you Warcry", statOrderKey = "4880", statOrder = { 4880 }, level = 1, group = "GainPowerChargesOnUsingWarcry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["AttackLeechAgainstTauntedEnemyUnique__1"] = { affix = "", "2% of Attack Damage Leeched as Life against Taunted Enemies", statOrderKey = "5320", statOrder = { 5320 }, level = 1, group = "AttackLeechAgainstTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["WarcryCooldownSpeedUnique__1"] = { affix = "", "50% increased Warcry Cooldown Recovery Rate", statOrderKey = "2646", statOrder = { 2646 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WarcryCooldownSpeedUnique__2"] = { affix = "", "50% increased Warcry Cooldown Recovery Rate", statOrderKey = "2646", statOrder = { 2646 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WarcryEffectUnique__1"] = { affix = "", "25% increased Warcry Buff Effect", statOrderKey = "7390", statOrder = { 7390 }, level = 1, group = "WarcryEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WarcryEffectUnique__2"] = { affix = "", "25% increased Warcry Buff Effect", statOrderKey = "7390", statOrder = { 7390 }, level = 1, group = "WarcryEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaughtOnUsingWarcryUnique__1"] = { affix = "", "Gain Onslaught for 4 seconds when you Warcry", statOrderKey = "4936", statOrder = { 4936 }, level = 1, group = "OnslaughtOnUsingWarcry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AddedColdDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "Adds 40 to 60 Cold Damage against Chilled Enemies", statOrderKey = "6652", statOrder = { 6652 }, level = 1, group = "AddedColdDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageAgainstFrozenEnemiesUnique__2"] = { affix = "", "Adds 60 to 80 Cold Damage against Chilled Enemies", statOrderKey = "6652", statOrder = { 6652 }, level = 1, group = "AddedColdDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["CannotBeShockedWhileChilledUnique__1"] = { affix = "", "Cannot be Shocked while Chilled", statOrderKey = "3971", statOrder = { 3971 }, level = 1, group = "AvoidShockWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockChilledEnemiesUnique__1"] = { affix = "", "50% chance to Shock Chilled Enemies", statOrderKey = "4301", statOrder = { 4301 }, level = 1, group = "ChanceToShockChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidFreezeAndChillIfFireSkillUsedRecentlyUnique__1"] = { affix = "", "Cannot be Chilled or Frozen if you have used a Fire Skill Recently", statOrderKey = "3965", statOrder = { 3965 }, level = 1, group = "AvoidFreezeAndChillIfFireSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["HeraldOfThunderBuffEffectUnique__1"] = { affix = "", "Herald of Thunder has 50% increased Buff Effect", statOrderKey = "5179", statOrder = { 5179 }, level = 1, group = "HeraldOfThunderBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeRegenerationPerLevelUnique__1"] = { affix = "", "Regenerate 1 Life per second per Level", statOrderKey = "2269", statOrder = { 2269 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TotemLeechLifeToYouUnique__1"] = { affix = "", "0.5% of Damage dealt by your Totems is Leeched to you as Life", statOrderKey = "3545", statOrder = { 3545 }, level = 1, group = "TotemLeechLifeToYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TriggeredConsecrateUnique__1"] = { affix = "", "Trigger Level 10 Consecrate when you deal a Critical Strike", statOrderKey = "386", statOrder = { 386 }, level = 1, group = "TriggeredConsecrate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, - ["IncreasedDamageOnConsecratedGroundUnique__1"] = { affix = "", "50% increased Damage while on Consecrated Ground", statOrderKey = "2864", statOrder = { 2864 }, level = 1, group = "IncreasedDamageOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["BlockChanceOnConsecratedGroundUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while on Consecrated Ground", statOrderKey = "3744", statOrder = { 3744 }, level = 1, group = "BlockChanceOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChillEnemiesOnHitWithWeaponUnique__1"] = { affix = "", "Chill Enemies for 1 second on Hit with this Weapon when in Off Hand", statOrderKey = "5756", statOrder = { 5756 }, level = 1, group = "ChillEnemiesOnHitWithWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, - ["SupportFlatAddedFireDamageUnique__1"] = { affix = "", "Socketed Gems deal 63 to 94 Added Fire Damage", statOrderKey = "306", statOrder = { 306 }, level = 1, group = "SupportFlatAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["PhysicalDamageToAttacksPerLevelUnique__1_"] = { affix = "", "Adds 1 to 2 Physical Damage to Attacks per Level", statOrderKey = "3918", statOrder = { 3918 }, level = 1, group = "PhysicalDamageToAttacksPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["PhysicalDamageToAttacksPerLevelUnique__2"] = { affix = "", "Adds 2 to 3 Physical Damage to Attacks per Level", statOrderKey = "3918", statOrder = { 3918 }, level = 1, group = "PhysicalDamageToAttacksPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["RightRingSlotMaximumManaUnique__1"] = { affix = "", "Right ring slot: +100 to maximum Mana", statOrderKey = "1947", statOrder = { 1947 }, level = 1, group = "RightRingSlotMaximumMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LeftRingSlotMaximumEnergyShieldUnique__1"] = { affix = "", "Left ring slot: +100 to maximum Energy Shield", statOrderKey = "1953", statOrder = { 1953 }, level = 1, group = "LeftRingSlotMaximumEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LeftRingSlotFlatManaRegenerationUnique__1"] = { affix = "", "Left ring slot: Regenerate 40 Mana per Second", statOrderKey = "1950", statOrder = { 1950 }, level = 1, group = "LeftRingSlotFlatManaRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["NearbyEnemiesAreIntimidatedUnique__1"] = { affix = "", "Nearby Enemies are Intimidated", statOrderKey = "5778", statOrder = { 5778 }, level = 1, group = "NearbyEnemiesAreIntimidated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyAlliesMovementVelocityUnique__1"] = { affix = "", "10% increased Movement Speed", "10% increased Movement Speed for you and nearby Allies", statOrderKey = "1174,5772", statOrder = { 1174, 5772 }, level = 1, group = "NearbyAlliesMovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["WeaponElementalPenetrationUnique__1"] = { affix = "", "Damage with Weapons Penetrates 5% Elemental Resistance", statOrderKey = "2906", statOrder = { 2906 }, level = 1, group = "WeaponElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["IncreasedElementalDamageIfUsedWarcryRecentlyUnique__1"] = { affix = "", "150% increased Elemental Damage if you've used a Warcry Recently", statOrderKey = "4664", statOrder = { 4664 }, level = 1, group = "IncreasedElementalDamageIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["TriggeredAnimateWeaponUnique__1"] = { affix = "", "25% chance to Trigger Level 20 Animate Weapon on Kill", statOrderKey = "442", statOrder = { 442 }, level = 1, group = "TriggeredAnimateWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["AddedFireDamagePerStrengthUnique__1"] = { affix = "", "Adds 4 to 7 Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "3912", statOrder = { 3912 }, level = 1, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["OnlySocketCorruptedGemsUnique__1"] = { affix = "", "You can only Socket Corrupted Gems in this item", statOrderKey = "5893", statOrder = { 5893 }, level = 1, group = "OnlySocketCorruptedGems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["CurseLevel10VulnerabilityOnHitUnique__1"] = { affix = "", "25% chance to Curse Enemies with Vulnerability on Hit, with 40% increased Effect", statOrderKey = "1975", statOrder = { 1975 }, level = 1, group = "CurseVulnerabilityOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["FireResistConvertedToBlockChanceScaledJewelUnique__1_"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Attack Damage at 35% of its value", statOrderKey = "6042,6042.1", statOrder = { 6042, 6042.1 }, level = 1, group = "FireResistConvertedToBlockChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ColdResistConvertedToDodgeChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant Chance to Dodge Attack Hits at 35% of its value", statOrderKey = "6020,6020.1", statOrder = { 6020, 6020.1 }, level = 1, group = "ColdResistConvertedToDodgeChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["LightningResistConvertedToSpellBlockChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Spell Damage at 35% of its value", statOrderKey = "6057,6057.1", statOrder = { 6057, 6057.1 }, level = 1, group = "LightningResistConvertedToSpellBlockChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["FireResistAlsoGrantsEnduranceChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain an Endurance Charge on Kill", statOrderKey = "6043,6043.1", statOrder = { 6043, 6043.1 }, level = 1, group = "FireResistAlsoGrantsEnduranceChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Frenzy Charge on Kill", statOrderKey = "6021,6021.1", statOrder = { 6021, 6021.1 }, level = 1, group = "ColdResistAlsoGrantsFrenzyChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Power Charge on Kill", statOrderKey = "6058,6058.1", statOrder = { 6058, 6058.1 }, level = 1, group = "LightningResistAlsoGrantsPowerChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LightningStrikesOnCritUnique__1"] = { affix = "", "Trigger Level 12 Lightning Bolt when you deal a Critical Strike", statOrderKey = "450", statOrder = { 450 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["LightningStrikesOnCritUnique__2"] = { affix = "", "Trigger Level 20 Lightning Bolt when you deal a Critical Strike", statOrderKey = "450", statOrder = { 450 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["LightningStrikesOnCritUnique__2Royale"] = { affix = "", "Trigger Level 1 Lightning Bolt when you deal a Critical Strike", statOrderKey = "450", statOrder = { 450 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["ArcticArmourBuffEffectUnique__1_"] = { affix = "", "25% increased Arctic Armour Buff Effect", statOrderKey = "3428", statOrder = { 3428 }, level = 1, group = "ArcticArmourBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ArcticArmourReservationCostUnique__1"] = { affix = "", "Arctic Armour has 100% reduced Reservation", statOrderKey = "3435", statOrder = { 3435 }, level = 1, group = "ArcticArmourReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionLeechOnPoisonedEnemiesUnique__1"] = { affix = "", "Minions Leech 5% of Damage as Life against Poisoned Enemies", statOrderKey = "6844", statOrder = { 6844 }, level = 1, group = "MinionLeechOnPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["BleedingEnemiesExplodeUnique__1"] = { affix = "", "Bleeding Enemies you Kill Explode, dealing 5% of", "their Maximum Life as Physical Damage", statOrderKey = "2894,2894.1", statOrder = { 2894, 2894.1 }, level = 1, group = "BleedingEnemiesExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ChilledGroundEffectUnique__1"] = { affix = "", "40% increased Effect of Chilled Ground", statOrderKey = "4464", statOrder = { 4464 }, level = 1, group = "ChilledGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["HeraldOfIceDamageUnique__1_"] = { affix = "", "50% increased Herald of Ice Damage", statOrderKey = "3126", statOrder = { 3126 }, level = 1, group = "HeraldOfIceDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["KeystoneMinionInstabilityUnique__1"] = { affix = "", "Minion Instability", statOrderKey = "7669", statOrder = { 7669 }, level = 1, group = "MinionInstability", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["KeystoneConduitUnique__1__"] = { affix = "", "Conduit", statOrderKey = "7653", statOrder = { 7653 }, level = 1, group = "Conduit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["KeystoneAcrobaticsUnique__1"] = { affix = "", "Acrobatics", statOrderKey = "7645", statOrder = { 7645 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "block", "dodge", "energy_shield", "defences" }, }, + ["KeystoneIronReflexesUnique__1"] = { affix = "", "Iron Reflexes", statOrderKey = "7667", statOrder = { 7667 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["KeystoneResoluteTechniqueUnique__1"] = { affix = "", "Resolute Technique", statOrderKey = "7690", statOrder = { 7690 }, level = 1, group = "ResoluteTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["KeystoneUnwaveringStanceUnique__1"] = { affix = "", "Unwavering Stance", statOrderKey = "7685", statOrder = { 7685 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["KeystoneBloodMagicUnique__1_"] = { affix = "", "Blood Magic", statOrderKey = "7650", statOrder = { 7650 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["KeystonePainAttunementUnique__1"] = { affix = "", "Pain Attunement", statOrderKey = "7672", statOrder = { 7672 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["KeystoneElementalEquilibriumUnique__1"] = { affix = "", "Elemental Equilibrium", statOrderKey = "7658", statOrder = { 7658 }, level = 1, group = "ElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["KeystoneElementalEquilibriumSceptreImplicit1"] = { affix = "", "Elemental Equilibrium", statOrderKey = "7658", statOrder = { 7658 }, level = 1, group = "ElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["KeystoneIronGripUnique__1"] = { affix = "", "Iron Grip", statOrderKey = "7683", statOrder = { 7683 }, level = 1, group = "IronGrip", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["KeystonePointBlankUnique__1"] = { affix = "", "Point Blank", statOrderKey = "7674", statOrder = { 7674 }, level = 1, group = "PointBlank", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["KeystoneArrowDodgingUnique__1"] = { affix = "", "Arrow Dancing", statOrderKey = "7675", statOrder = { 7675 }, level = 1, group = "ArrowDodging", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["KeystonePhaseAcrobaticsUnique__1"] = { affix = "", "Phase Acrobatics", statOrderKey = "7673", statOrder = { 7673 }, level = 1, group = "PhaseAcrobatics", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["KeystoneGhostReaverUnique__1"] = { affix = "", "Ghost Reaver", statOrderKey = "7662", statOrder = { 7662 }, level = 1, group = "KeystoneGhostReaver", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["KeystoneVaalPactUnique__1"] = { affix = "", "Vaal Pact", statOrderKey = "7686", statOrder = { 7686 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["KeystoneZealotsOathUnique__1_"] = { affix = "", "Zealot's Oath", statOrderKey = "7677", statOrder = { 7677 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["KeystoneMindOverMatterUnique__1"] = { affix = "", "Mind Over Matter", statOrderKey = "7668", statOrder = { 7668 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["KeystoneElementalOverloadUnique__1"] = { affix = "", "Elemental Overload", statOrderKey = "7659", statOrder = { 7659 }, level = 1, group = "ElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["KeystoneElementalOverloadSceptreImplicit1_"] = { affix = "", "Elemental Overload", statOrderKey = "7659", statOrder = { 7659 }, level = 1, group = "ElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["KeystoneAvatarOfFireUnique__1"] = { affix = "", "Avatar of Fire", statOrderKey = "7648", statOrder = { 7648 }, level = 1, group = "AvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["KeystoneEldritchBatteryUnique__1"] = { affix = "", "Eldritch Battery", statOrderKey = "7657", statOrder = { 7657 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["KeystoneEldritchBatteryUnique__2"] = { affix = "", "Eldritch Battery", statOrderKey = "7657", statOrder = { 7657 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["KeystoneAncestralBondUnique__1"] = { affix = "", "Ancestral Bond", statOrderKey = "7647", statOrder = { 7647 }, level = 1, group = "AncestralBond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["KeystoneCrimsonDanceUnique__1"] = { affix = "", "Crimson Dance", statOrderKey = "7655", statOrder = { 7655 }, level = 1, group = "CrimsonDance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["KeystonePerfectAgonyUnique__1"] = { affix = "", "Perfect Agony", statOrderKey = "7646", statOrder = { 7646 }, level = 1, group = "PerfectAgony", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "ailment" }, }, + ["KeystoneRunebinderUnique__1"] = { affix = "", "Runebinder", statOrderKey = "7678", statOrder = { 7678 }, level = 1, group = "Runebinder", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["KeystoneWickedWardUnique__1"] = { affix = "", "Wicked Ward", statOrderKey = "7687", statOrder = { 7687 }, level = 1, group = "WickedWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["KeystoneMortalConvictionUnique__1"] = { affix = "", "Mortal Conviction", statOrderKey = "7671", statOrder = { 7671 }, level = 1, group = "MortalConviction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["KeystoneGlancingBlowsUnique__1___"] = { affix = "", "Glancing Blows", statOrderKey = "7663", statOrder = { 7663 }, level = 1, group = "GlancingBlows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["KeystoneCallToArmsUnique__1"] = { affix = "", "Call to Arms", statOrderKey = "7651", statOrder = { 7651 }, level = 1, group = "CallToArms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneEternalYouthUnique__1"] = { affix = "", "Eternal Youth", statOrderKey = "7660", statOrder = { 7660 }, level = 1, group = "EternalYouth", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["KeystoneWindDancerUnique__1_"] = { affix = "", "Wind Dancer", statOrderKey = "7688", statOrder = { 7688 }, level = 1, group = "WindDancer", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["KeystoneTheAgnosticUnique__1_"] = { affix = "", "The Agnostic", statOrderKey = "7670", statOrder = { 7670 }, level = 1, group = "TheAgnostic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["KeystoneTheAgnosticUnique__2"] = { affix = "", "The Agnostic", statOrderKey = "7670", statOrder = { 7670 }, level = 1, group = "TheAgnostic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["KeystoneSupremeEgoUnique__1_"] = { affix = "", "Supreme Ego", statOrderKey = "7684", statOrder = { 7684 }, level = 1, group = "SupremeEgo", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["KeystoneSacredBastionUnique__1"] = { affix = "", "Imbalanced Guard", statOrderKey = "7679", statOrder = { 7679 }, level = 1, group = "SacredBastion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["KeystoneTheImpalerUnique__1_"] = { affix = "", "The Impaler", statOrderKey = "7666", statOrder = { 7666 }, level = 1, group = "Impaler", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["KeystoneCorruptedSoulUnique_1"] = { affix = "", "Corrupted Soul", statOrderKey = "7654", statOrder = { 7654 }, level = 1, group = "CorruptedSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "chaos" }, }, + ["KeystoneDoomsdayUnique__1"] = { affix = "", "Doomsday", statOrderKey = "7664", statOrder = { 7664 }, level = 1, group = "Doomsday", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, + ["KeystoneCorruptedSoulUnique__2_"] = { affix = "", "Corrupted Soul", statOrderKey = "7654", statOrder = { 7654 }, level = 1, group = "CorruptedSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "chaos" }, }, + ["KeystoneVaalPactUnique__2"] = { affix = "", "Vaal Pact", statOrderKey = "7686", statOrder = { 7686 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["KeystoneEternalYouthUnique__2_"] = { affix = "", "Eternal Youth", statOrderKey = "7660", statOrder = { 7660 }, level = 1, group = "EternalYouth", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["KeystoneDivineFleshUnique__1_"] = { affix = "", "Divine Flesh", statOrderKey = "7656", statOrder = { 7656 }, level = 1, group = "DivineFlesh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["KeystoneEverlastingSacrificeUnique__1"] = { affix = "", "Everlasting Sacrifice", statOrderKey = "7661", statOrder = { 7661 }, level = 1, group = "EverlastingSacrifice", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "resistance" }, }, + ["KeystoneShepherdOfSoulsUnique__1"] = { affix = "", "Shepherd of Souls", statOrderKey = "5429", statOrder = { 5429 }, level = 1, group = "ShepherdOfSouls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, + ["IncreasedLightningDamageTakenUnique__1"] = { affix = "", "40% increased Lightning Damage taken", statOrderKey = "2806", statOrder = { 2806 }, level = 1, group = "IncreasedLightningDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning" }, }, + ["PercentLightningDamageTakenFromManaBeforeLifeUnique__1"] = { affix = "", "30% of Lightning Damage is taken from Mana before Life", statOrderKey = "3566", statOrder = { 3566 }, level = 1, group = "PercentLightningDamageTakenFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "elemental", "lightning" }, }, + ["PercentManaRecoveredWhenYouShockUnique__1"] = { affix = "", "Recover 3% of Mana when you Shock an Enemy", statOrderKey = "3568", statOrder = { 3568 }, level = 1, group = "PercentManaRecoveredWhenYouShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ChanceToCastOnManaSpentUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells when", "you Spend at least 100 Mana to Use a Skill, with a 0.1 second Cooldown", statOrderKey = "435,435.1", statOrder = { 435, 435.1 }, level = 1, group = "ChanceToCastOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem" }, }, + ["AdditionalChanceToBlockInOffHandUnique_1"] = { affix = "", "+8% Chance to Block Attack Damage when in Off Hand", statOrderKey = "3585", statOrder = { 3585 }, level = 1, group = "AdditionalChanceToBlockInOffHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CriticalStrikeChanceInMainHandUnique_1"] = { affix = "", "(60-80)% increased Global Critical Strike Chance when in Main Hand", statOrderKey = "3584", statOrder = { 3584 }, level = 1, group = "CriticalStrikeChanceInMainHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeMultiplierPerGreenSocketUnique_1"] = { affix = "", "+10% to Global Critical Strike Multiplier per Green Socket", statOrderKey = "2144", statOrder = { 2144 }, level = 1, group = "CriticalStrikeMultiplierPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LifeLeechFromPhysicalAttackDamagePerRedSocket_Unique_1"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Life per Red Socket", statOrderKey = "2139", statOrder = { 2139 }, level = 1, group = "LifeLeechFromPhysicalAttackDamagePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["IncreasedFlaskChargesForOtherFlasksDuringEffectUnique_1"] = { affix = "", "(50-100)% increased Charges gained by Other Flasks during Flask Effect", statOrderKey = "646", statOrder = { 646 }, level = 1, group = "IncreasedFlaskChargesForOtherFlasksDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["CannotGainFlaskChargesDuringFlaskEffectUnique_1"] = { affix = "", "Gains no Charges during Effect of any Overflowing Chalice Flask", statOrderKey = "695", statOrder = { 695 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["IncreasedLightningDamagePer10IntelligenceUnique__1"] = { affix = "", "1% increased Lightning Damage per 10 Intelligence", statOrderKey = "3535", statOrder = { 3535 }, level = 1, group = "IncreasedLightningDamagePer10Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["IncreasedDamagePerEnduranceChargeUnique_1"] = { affix = "", "4% increased Melee Damage per Endurance Charge", statOrderKey = "3575", statOrder = { 3575 }, level = 1, group = "IncreasedDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["CannotBeShockedWhileMaximumEnduranceChargesUnique_1"] = { affix = "", "You cannot be Shocked while at maximum Endurance Charges", statOrderKey = "3578", statOrder = { 3578 }, level = 1, group = "CannotBeShockedWhileMaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedStunDurationOnSelfUnique_1"] = { affix = "", "50% increased Stun Duration on you", statOrderKey = "3574", statOrder = { 3574 }, level = 1, group = "IncreasedStunDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedDamageIfNotHitRecentlyUnique__1"] = { affix = "", "20% less Damage taken if you have not been Hit Recently", statOrderKey = "3587", statOrder = { 3587 }, level = 1, group = "ReducedDamageIfNotHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedEvasionIfHitRecentlyUnique___1"] = { affix = "", "50% increased Evasion Rating if you have been Hit Recently", statOrderKey = "3588", statOrder = { 3588 }, level = 1, group = "IncreasedEvasionIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["MovementSpeedIfUsedWarcryRecentlyUnique_1"] = { affix = "", "10% increased Movement Speed if you've used a Warcry Recently", statOrderKey = "3579", statOrder = { 3579 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedIfUsedWarcryRecentlyUnique__2"] = { affix = "", "15% increased Movement Speed if you've used a Warcry Recently", statOrderKey = "3579", statOrder = { 3579 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["LifeRegeneratedAfterSavageHitUnique_1"] = { affix = "", "Regenerate 10% of Life per second if you've taken a Savage Hit in the past 1 second", statOrderKey = "3577", statOrder = { 3577 }, level = 1, group = "LifeRegeneratedAfterSavageHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReducedDamageIfTakenASavageHitRecentlyUnique_1"] = { affix = "", "10% increased Damage taken if you've taken a Savage Hit Recently", statOrderKey = "3573", statOrder = { 3573 }, level = 1, group = "ReducedDamageIfTakenASavageHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemiesUnique___1"] = { affix = "", "20% increased Damage with Hits for each Level higher the Enemy is than you", statOrderKey = "3593", statOrder = { 3593 }, level = 1, group = "IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AdditionalChanceToDodgeIfYouHaveTakenSpellDamageRecentlyUnique_1"] = { affix = "", "(15-20)% chance to Dodge Attack Hits if you've taken Spell Damage Recently", statOrderKey = "3570", statOrder = { 3570 }, level = 1, group = "AdditionalChanceToDodgeIfYouHaveTakenSpellDamageRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["AdditionalChanceToSpellDodgeIfYouHaveTakenAttackDamageRecentlyUnique_1"] = { affix = "", "(15-20)% chance to Dodge Spell Hits if you've taken Attack Damage Recently", statOrderKey = "3569", statOrder = { 3569 }, level = 1, group = "AdditionalChanceToSpellDodgeIfYouHaveTakenAttackDamageRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["IncreasedCostOfMovementSkillsUnique_1"] = { affix = "", "25% increased Movement Skill Mana Cost", statOrderKey = "3583", statOrder = { 3583 }, level = 1, group = "IncreasedCostOfMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ChanceToDodgeSpellsWhilePhasing_Unique_1"] = { affix = "", "10% chance to Dodge Spell Hits while Phasing", statOrderKey = "2882", statOrder = { 2882 }, level = 1, group = "ChanceToDodgeSpellsWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["IncreasedEvasionWithOnslaughtUnique_1"] = { affix = "", "100% increased Evasion Rating during Onslaught", statOrderKey = "1098", statOrder = { 1098 }, level = 1, group = "IncreasedEvasionWithOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AttackDamageLifeLeechAgainstBleedingEnemiesUnique_1"] = { affix = "", "1% of Attack Damage Leeched as Life against Bleeding Enemies", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "AttackDamageLifeLeechAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AttackDamageManaLeechAgainstPoisonedEnemiesUnique_1"] = { affix = "", "1% of Attack Damage Leeched as Mana against Poisoned Enemies", statOrderKey = "3581", statOrder = { 3581 }, level = 1, group = "AttackDamageManaLeechAgainstPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["AttackDamageManaLeechAgainstPoisonedEnemiesUnique_2"] = { affix = "", "0.5% of Attack Damage Leeched as Mana against Poisoned Enemies", statOrderKey = "3581", statOrder = { 3581 }, level = 1, group = "AttackDamageManaLeechAgainstPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["IIQFromMaimedEnemiesUnique_1"] = { affix = "", "(15-25)% increased Quantity of Items Dropped by Slain Maimed Enemies", statOrderKey = "3571", statOrder = { 3571 }, level = 1, group = "IIQFromMaimedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IIRFromMaimedEnemiesUnique_1"] = { affix = "", "(30-40)% increased Rarity of Items Dropped by Slain Maimed Enemies", statOrderKey = "3572", statOrder = { 3572 }, level = 1, group = "IIRFromMaimedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalChainWhileAtMaxFrenzyChargesUnique___1"] = { affix = "", "Skills Chain an additional time while at maximum Frenzy Charges", statOrderKey = "1344", statOrder = { 1344 }, level = 1, group = "AdditionalChainWhileAtMaxFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikesDoNotFreezeUnique___1"] = { affix = "", "Critical Strikes do not inherently Freeze", statOrderKey = "1533", statOrder = { 1533 }, level = 1, group = "CriticalStrikesDoNotFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "critical", "ailment" }, }, + ["ChanceToGainFrenzyChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "20% chance to gain a Frenzy Charge on Killing a Frozen Enemy", statOrderKey = "1341", statOrder = { 1341 }, level = 1, group = "ChanceToGainFrenzyChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["PhasingOnBeginESRechargeUnique___1"] = { affix = "", "You have Phasing if Energy Shield Recharge has started Recently", statOrderKey = "1962", statOrder = { 1962 }, level = 56, group = "GainPhasingFor4SecondsOnBeginESRecharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeAttacksWhilePhasingUnique___1"] = { affix = "", "6% chance to Dodge Attack Hits while Phasing", statOrderKey = "1963", statOrder = { 1963 }, level = 1, group = "ChanceToDodgeAttacksWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["AdditionalChanceToBlockAgainstTauntedEnemiesUnique_1"] = { affix = "", "+5% Chance to Block Attack Damage from Taunted Enemies", statOrderKey = "3589", statOrder = { 3589 }, level = 1, group = "AdditionalChanceToBlockAgainstTauntedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["IncreasedArmourAndEvasionIfKilledTauntedEnemyRecentlyUnique__1"] = { affix = "", "40% increased Armour and Evasion Rating if you've killed a Taunted Enemy Recently", statOrderKey = "3592", statOrder = { 3592 }, level = 1, group = "IncreasedArmourAndEvasionIfKilledTauntedEnemyRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["SummonMaximumNumberOfSocketedTotemsUnique_1"] = { affix = "", "Socketed Skills Summon your maximum number of Totems in formation", statOrderKey = "287", statOrder = { 287 }, level = 1, group = "SummonMaximumNumberOfSocketedTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["TotemElementalResistPerActiveTotemUnique_1"] = { affix = "", "Totems gain -10% to all Elemental Resistances per Summoned Totem", statOrderKey = "3576", statOrder = { 3576 }, level = 1, group = "TotemElementalResistPerActiveTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["SpellsCastByTotemsHaveReducedCastSpeedPerTotemUnique_1"] = { affix = "", "Totems have 5% increased Cast Speed per Summoned Totem", statOrderKey = "3582", statOrder = { 3582 }, level = 1, group = "SpellsCastByTotemsHaveReducedCastSpeedPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["AttacksByTotemsHaveReducedAttackSpeedPerTotemUnique_1"] = { affix = "", "Totems have 5% increased Attack Speed per Summoned Totem", statOrderKey = "3594", statOrder = { 3594 }, level = 1, group = "AttacksByTotemsHaveReducedAttackSpeedPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedManaRecoveryRateUnique__1"] = { affix = "", "10% increased Mana Recovery rate", statOrderKey = "1130", statOrder = { 1130 }, level = 1, group = "ManaRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AttacksChainInMainHandUnique__1"] = { affix = "", "Attacks Chain an additional time when in Main Hand", statOrderKey = "3595", statOrder = { 3595 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttacksExtraProjectileInOffHandUnique__1"] = { affix = "", "Attacks fire an additional Projectile when in Off Hand", statOrderKey = "3597", statOrder = { 3597 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CounterAttacksAddedColdDamageUnique__1"] = { affix = "", "Adds 250 to 300 Cold Damage to Counterattacks", statOrderKey = "3605", statOrder = { 3605 }, level = 1, group = "CounterAttacksAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["IncreasedGolemDamagePerGolemUnique__1"] = { affix = "", "(16-20)% increased Golem Damage for each Type of Golem you have Summoned", statOrderKey = "3599", statOrder = { 3599 }, level = 1, group = "IncreasedGolemDamagePerGolem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["IncreasedLifeWhileNoCorruptedItemsUnique__1"] = { affix = "", "(8-12)% increased Maximum Life if no Equipped Items are Corrupted", statOrderKey = "3601", statOrder = { 3601 }, level = 1, group = "IncreasedLifeWhileNoCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPerMinuteWhileNoCorruptedItemsUnique__1"] = { affix = "", "Regenerate 100 Life per second if no Equipped Items are Corrupted", statOrderKey = "3602", statOrder = { 3602 }, level = 1, group = "LifeRegenerationPerMinuteWhileNoCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldRegenerationPerMinuteWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 250 Energy Shield per second if all Equipped items are Corrupted", statOrderKey = "3603", statOrder = { 3603 }, level = 1, group = "EnergyShieldRegenerationPerMinuteWhileAllCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["BaseManaRegenerationWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 35 Mana per second if all Equipped Items are Corrupted", statOrderKey = "6121", statOrder = { 6121 }, level = 1, group = "BaseManaRegenerationWhileAllCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedChaosDamageToAttacksAndSpellsUnique__1"] = { affix = "", "Adds (13-17) to (29-37) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageToAttacksAndSpellsUnique__2"] = { affix = "", "Adds (13-17) to (23-29) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__1"] = { affix = "", "Adds (17-19) to (23-29) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__2"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__3"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__4__"] = { affix = "", "Adds (48-53) to (58-60) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__5_"] = { affix = "", "Adds (15-20) to (21-30) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__6_"] = { affix = "", "Adds (17-23) to (29-31) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedPhysicalDamageUnique__1_"] = { affix = "", "Adds (12-16) to (20-25) Physical Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "AddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GlobalAddedPhysicalDamageUnique__2"] = { affix = "", "Adds (8-10) to (13-15) Physical Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "AddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GlobalAddedFireDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Fire Damage", statOrderKey = "916", statOrder = { 916 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__2"] = { affix = "", "Adds (22-27) to (34-38) Fire Damage", statOrderKey = "916", statOrder = { 916 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__3_"] = { affix = "", "Adds (20-25) to (26-35) Fire Damage", statOrderKey = "916", statOrder = { 916 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Fire Damage", statOrderKey = "916", statOrder = { 916 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedColdDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Cold Damage", statOrderKey = "923", statOrder = { 923 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__2_"] = { affix = "", "Adds (20-23) to (31-35) Cold Damage", statOrderKey = "923", statOrder = { 923 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__3"] = { affix = "", "Adds (20-25) to (26-35) Cold Damage", statOrderKey = "923", statOrder = { 923 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Cold Damage", statOrderKey = "923", statOrder = { 923 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedLightningDamageUnique__1_"] = { affix = "", "Adds (10-13) to (43-47) Lightning Damage", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (47-52) Lightning Damage", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (48-60) Lightning Damage", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__4"] = { affix = "", "Adds (6-10) to (33-38) Lightning Damage", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["EnergyShieldRegenerationperMinuteWhileOnLowLifeTransformedUnique__1"] = { affix = "", "Regenerate 2% of Energy Shield per second while on Low Life", statOrderKey = "1319", statOrder = { 1319 }, level = 45, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReflectPhysicalDamageToSelfOnHitUnique__1"] = { affix = "", "Enemies you Attack Reflect 100 Physical Damage to you", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "ReflectPhysicalDamageToSelfOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ReflectPhysicalDamageToSelfOnHitUnique__1Royale"] = { affix = "", "Enemies you Attack Reflect 20 Physical Damage to you", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "ReflectPhysicalDamageToSelfOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IgnoreHexproofUnique___1"] = { affix = "", "Your Hexes can affect Hexproof Enemies", statOrderKey = "2049", statOrder = { 2049 }, level = 1, group = "IgnoreHexproof", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "Poison Cursed Enemies on hit", statOrderKey = "3607", statOrder = { 3607 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToPoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "60% chance to Poison on Hit against Cursed Enemies", statOrderKey = "3608", statOrder = { 3608 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToBeShockedUnique__1"] = { affix = "", "+20% chance to be Shocked", statOrderKey = "2368", statOrder = { 2368 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToBeShockedUnique__2"] = { affix = "", "+50% chance to be Shocked", statOrderKey = "2368", statOrder = { 2368 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["GlobalDefensesPerWhiteSocketUnique__1"] = { affix = "", "8% increased Global Defences per White Socket", statOrderKey = "2153", statOrder = { 2153 }, level = 1, group = "GlobalDefensesPerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["ItemQuantityWhileWearingAMagicItemUnique__1"] = { affix = "", "(10-15)% increased Quantity of Items found with a Magic Item Equipped", statOrderKey = "3610", statOrder = { 3610 }, level = 10, group = "ItemQuantityWhileWearingAMagicItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemRarityWhileWearingANormalItemUnique__1"] = { affix = "", "(80-100)% increased Rarity of Items found with a Normal Item Equipped", statOrderKey = "3609", statOrder = { 3609 }, level = 1, group = "ItemRarityWhileWearingANormalItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalAttackTotemsUnique__1"] = { affix = "", "Attack Skills have +1 to maximum number of Summoned Totems", statOrderKey = "3645", statOrder = { 3645 }, level = 1, group = "AdditionalAttackTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MinionColdResistUnique__1"] = { affix = "", "Minions have +40% to Cold Resistance", statOrderKey = "3590", statOrder = { 3590 }, level = 1, group = "MinionColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance", "minion" }, }, + ["MinionFireResistUnique__1"] = { affix = "", "Minions have +40% to Fire Resistance", statOrderKey = "6842", statOrder = { 6842 }, level = 1, group = "MinionFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance", "minion" }, }, + ["MinionPhysicalDamageAddedAsColdUnique__1_"] = { affix = "", "Minions gain 20% of Physical Damage as Extra Cold Damage", statOrderKey = "3591", statOrder = { 3591 }, level = 1, group = "MinionPhysicalDamageAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, }, + ["FlaskStunImmunityUnique__1"] = { affix = "", "Cannot be Stunned during Flask Effect", statOrderKey = "622", statOrder = { 622 }, level = 1, group = "FlaskStunImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["PhasingOnTrapTriggeredUnique__1"] = { affix = "", "30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy", statOrderKey = "3641", statOrder = { 3641 }, level = 1, group = "PhasingOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainEnergyShieldOnTrapTriggeredUnique__1_"] = { affix = "", "Recover 50 Energy Shield when your Trap is triggered by an Enemy", statOrderKey = "3643", statOrder = { 3643 }, level = 1, group = "GainEnergyShieldOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GainLifeOnTrapTriggeredUnique__1"] = { affix = "", "Recover 100 Life when your Trap is triggered by an Enemy", statOrderKey = "3642", statOrder = { 3642 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainLifeOnTrapTriggeredUnique__2__"] = { affix = "", "Recover (20-30) Life when your Trap is triggered by an Enemy", statOrderKey = "3642", statOrder = { 3642 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainFrenzyChargeOnTrapTriggeredUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy", statOrderKey = "3010", statOrder = { 3010 }, level = 1, group = "GainFrenzyChargeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["BleedingImmunityUnique__1"] = { affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "3614", statOrder = { 3614 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["BleedingImmunityUnique__2"] = { affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "3614", statOrder = { 3614 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SelfStatusAilmentDurationUnique__1"] = { affix = "", "50% increased Elemental Ailment Duration on you", statOrderKey = "1382", statOrder = { 1382 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, + ["PoisonOnMeleeHitUnique__1"] = { affix = "", "Melee Attacks have (20-40)% chance to Poison on Hit", statOrderKey = "3658", statOrder = { 3658 }, level = 60, group = "PoisonOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LifeLeechVsCursedEnemiesUnique__1"] = { affix = "", "1% of Damage Leeched as Life against Cursed Enemies", statOrderKey = "3659", statOrder = { 3659 }, level = 40, group = "LifeLeechVsCursedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MovementSpeedIfKilledRecentlyUnique___1"] = { affix = "", "15% increased Movement Speed if you've Killed Recently", statOrderKey = "3660", statOrder = { 3660 }, level = 40, group = "MovementSpeedIfKilledRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ControlledDestructionSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrderKey = "182", statOrder = { 182 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ControlledDestructionSupportUnique__1New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrderKey = "279", statOrder = { 279 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ColdDamageIgnitesUnique__1"] = { affix = "", "Your Cold Damage can Ignite", statOrderKey = "2304", statOrder = { 2304 }, level = 30, group = "ColdDamageAlsoIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["LifeRegenerationPercentPerEnduranceChargeUnique__1"] = { affix = "", "Regenerate 0.4% of Life per second per Endurance Charge", statOrderKey = "1121", statOrder = { 1121 }, level = 40, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChanceForDoubleStunDurationUnique__1"] = { affix = "", "50% chance to double Stun Duration", statOrderKey = "2976", statOrder = { 2976 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceForDoubleStunDurationImplicitMace_1"] = { affix = "", "25% chance to double Stun Duration", statOrderKey = "2976", statOrder = { 2976 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalAddedAsFireUnique__1"] = { affix = "", "Gain (25-35)% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3183", statOrder = { 3183 }, level = 30, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["PhysicalAddedAsFireUnique__2"] = { affix = "", "Gain 70% of Physical Damage as Extra Fire Damage", statOrderKey = "1442", statOrder = { 1442 }, level = 50, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireUnique__3"] = { affix = "", "Gain 20% of Physical Damage as Extra Fire Damage", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["AttackCastMoveOnWarcryRecentlyUnique____1"] = { affix = "", "If you've Warcried Recently, you and nearby allies have 20% increased Attack, Cast and Movement Speed", statOrderKey = "2731", statOrder = { 2731 }, level = 1, group = "AttackCastMoveOnWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ChaosSkillEffectDurationUnique__1"] = { affix = "", "Chaos Skills have 40% increased Skill Effect Duration", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "ChaosSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["PoisonDurationUnique__1_"] = { affix = "", "(15-20)% increased Poison Duration", statOrderKey = "2585", statOrder = { 2585 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDurationUnique__2"] = { affix = "", "(20-25)% increased Poison Duration", statOrderKey = "2585", statOrder = { 2585 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["FlaskImmuneToStunFreezeCursesUnique__1"] = { affix = "", "Immune to Freeze, Chill, Curses and Stuns during Flask Effect", statOrderKey = "655", statOrder = { 655 }, level = 1, group = "KiarasDeterminationBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalPhysicalDamageAddedAsEachElementTransformed"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrderKey = "3661", statOrder = { 3661 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalPhysicalDamageAddedAsEachElementTransformed2"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrderKey = "3661", statOrder = { 3661 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["BleedOnMeleeHitChanceUnique__1"] = { affix = "", "Melee Attacks have (30-50)% chance to cause Bleeding", statOrderKey = "1946", statOrder = { 1946 }, level = 1, group = "BleedOnMeleeHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ArmourAndEvasionImplicitBelt1"] = { affix = "", "+(260-320) to Armour and Evasion Rating", statOrderKey = "3665", statOrder = { 3665 }, level = 98, group = "BaseArmourAndEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["PhysicalDamageTakenAsColdUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "1908", statOrder = { 1908 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "cold" }, }, + ["ChaosDamageOverTimeUnique__1"] = { affix = "", "25% reduced Chaos Damage taken over time", statOrderKey = "1457", statOrder = { 1457 }, level = 1, group = "ChaosDamageOverTimeTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["PowerFrenzyOrEnduranceChargeOnKillUnique__1"] = { affix = "", "10% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrderKey = "3023", statOrder = { 3023 }, level = 1, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["CannotLeechFromCriticalStrikesUnique___1"] = { affix = "", "Cannot Leech Life from Critical Strikes", statOrderKey = "3675", statOrder = { 3675 }, level = 1, group = "CannotLeechFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["ChanceToBlindOnCriticalStrikesUnique__1"] = { affix = "", "30% chance to Blind Enemies on Critical Strike", statOrderKey = "3676", statOrder = { 3676 }, level = 1, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChanceToBlindOnCriticalStrikesUnique__2_"] = { affix = "", "(40-50)% chance to Blind Enemies on Critical Strike", statOrderKey = "3676", statOrder = { 3676 }, level = 38, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["BleedOnMeleeCriticalStrikeUnique__1"] = { affix = "", "50% chance to cause Bleeding on Critical Strike", statOrderKey = "5897", statOrder = { 5897 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["StunDurationBasedOnEnergyShieldUnique__1"] = { affix = "", "Stun Threshold is based on Energy Shield instead of Life", statOrderKey = "3674", statOrder = { 3674 }, level = 48, group = "StunDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TakeNoExtraDamageFromCriticalStrikesUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes", statOrderKey = "3685", statOrder = { 3685 }, level = 1, group = "TakeNoExtraDamageFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ShockedEnemyCastSpeedUnique__1"] = { affix = "", "Enemies you Shock have 30% reduced Cast Speed", statOrderKey = "3686", statOrder = { 3686 }, level = 1, group = "ShockedEnemyCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShockedEnemyMovementSpeedUnique__1"] = { affix = "", "Enemies you Shock have 20% reduced Movement Speed", statOrderKey = "3687", statOrder = { 3687 }, level = 1, group = "ShockedEnemyMovementSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedBurningDamageIfYouHaveIgnitedRecentlyUnique__1"] = { affix = "", "100% increased Burning Damage if you've Ignited an Enemy Recently", statOrderKey = "3691", statOrder = { 3691 }, level = 1, group = "IncreasedBurningDamageIfYouHaveIgnitedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["RecoverLifePercentOnIgniteUnique__1"] = { affix = "", "Recover 1% of Life when you Ignite an Enemy", statOrderKey = "3692", statOrder = { 3692 }, level = 1, group = "RecoverLifePercentOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedMeleePhysicalDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "100% increased Melee Physical Damage against Ignited Enemies", statOrderKey = "3693", statOrder = { 3693 }, level = 1, group = "IncreasedMeleePhysicalDamageAgainstIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NormalMonsterItemQuantityUnique__1"] = { affix = "", "(35-50)% increased Quantity of Items Dropped by Slain Normal Enemies", statOrderKey = "6949", statOrder = { 6949 }, level = 38, group = "NormalMonsterItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MagicMonsterItemRarityUnique__1"] = { affix = "", "(100-150)% increased Rarity of Items Dropped by Slain Magic Enemies", statOrderKey = "6091", statOrder = { 6091 }, level = 1, group = "MagicMonsterItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAtlasOnslaught"] = { affix = "", "Monsters have Onslaught", statOrderKey = "1853", statOrder = { 1853 }, level = 1, group = "MapAtlasOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAtlasMultipleProjectiles"] = { affix = "", "Monsters fire 3 additional Projectiles", statOrderKey = "1859", statOrder = { 1859 }, level = 1, group = "MapAtlasMultipleProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAtlasDamage"] = { affix = "", "50% increased Monster Damage", statOrderKey = "1852", statOrder = { 1852 }, level = 1, group = "MapAtlasDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeChanceForForkingArrowsUnique__1"] = { affix = "", "(150-200)% increased Critical Strike Chance with arrows that Fork", statOrderKey = "3694", statOrder = { 3694 }, level = 1, group = "CriticalStrikeChanceForForkingArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["ArrowsAlwaysCritAfterPiercingUnique___1"] = { affix = "", "Arrows Pierce all Targets after Chaining", statOrderKey = "3697", statOrder = { 3697 }, level = 1, group = "ArrowsAlwaysCritAfterPiercing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ArrowsThatPierceCauseBleedingUnique__1"] = { affix = "", "Arrows that Pierce have 50% chance to inflict Bleeding", statOrderKey = "3696", statOrder = { 3696 }, level = 1, group = "ArrowsThatPierceCauseBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["IncreaseProjectileAttackDamagePerAccuracyUnique__1"] = { affix = "", "1% increased Projectile Attack Damage per 200 Accuracy Rating", statOrderKey = "3700", statOrder = { 3700 }, level = 1, group = "IncreaseProjectileAttackDamagePerAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AdditionalSpellProjectilesUnique__1"] = { affix = "", "Spells fire an additional Projectile", statOrderKey = "3698", statOrder = { 3698 }, level = 85, group = "AdditionalSpellProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["IncreasedMinionDamageIfYouHitEnemyUnique__1"] = { affix = "", "Minions deal 70% increased Damage if you've Hit Recently", statOrderKey = "6835", statOrder = { 6835 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["IncreasedMinionDamageIfYouHitEnemyUnique__1Royale____"] = { affix = "", "Minions deal 15% increased Damage if you've Hit Recently", statOrderKey = "6835", statOrder = { 6835 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageAlsoAffectsYouUnique__1"] = { affix = "", "Increases and Reductions to Minion Damage also affect you at 150% of their value", statOrderKey = "3876", statOrder = { 3876 }, level = 1, group = "MinionDamageAlsoAffectsYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["GlobalCriticalStrikeChanceAgainstChilledUnique__1"] = { affix = "", "60% increased Critical Strike Chance against Chilled Enemies", statOrderKey = "5127", statOrder = { 5127 }, level = 1, group = "GlobalCriticalStrikeChanceAgainstChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CastSocketedColdSkillsOnCriticalStrikeUnique__1"] = { affix = "", "Trigger a Socketed Cold Spell on Melee Critical Strike, with a 0.15 second Cooldown", statOrderKey = "499", statOrder = { 499 }, level = 1, group = "CastSocketedColdSpellsOnMeleeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental", "cold", "attack", "caster", "gem" }, }, + ["IncreasedAttackAreaOfEffectUnique__1_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrderKey = "3992", statOrder = { 3992 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedAttackAreaOfEffectUnique__2_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrderKey = "3992", statOrder = { 3992 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["PhysicalDamageCanShockUnique__1"] = { affix = "", "Your Physical Damage can Shock", statOrderKey = "2303", statOrder = { 2303 }, level = 1, group = "PhysicalDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["DealNoElementalDamageUnique__1"] = { affix = "", "Deal no Elemental Damage", statOrderKey = "4718", statOrder = { 4718 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DealNoElementalDamageUnique__2"] = { affix = "", "Deal no Elemental Damage", statOrderKey = "4718", statOrder = { 4718 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["TakeFireDamageOnIgniteUnique__1"] = { affix = "", "Take 100 Fire Damage when you Ignite an Enemy", statOrderKey = "4963", statOrder = { 4963 }, level = 1, group = "TakeFireDamageOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageLeechedAsLifeWhileIgnitedUnique__1"] = { affix = "", "2% of Fire Damage Leeched as Life while Ignited", statOrderKey = "5468", statOrder = { 5468 }, level = 1, group = "FireDamageLeechedAsLifeWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ChanceForSpectersToGainSoulEaterOnKillUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised Spectres have a 50% chance to gain Soul Eater for 20 seconds on Kill", statOrderKey = "6076", statOrder = { 6076 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MovementSkillsDealNoPhysicalDamageUnique__1"] = { affix = "", "Movement Skills deal no Physical Damage", statOrderKey = "6891", statOrder = { 6891 }, level = 1, group = "MovementSkillsDealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GainPhasingIfKilledRecentlyUnique__1"] = { affix = "", "You have Phasing if you've Killed Recently", statOrderKey = "5092", statOrder = { 5092 }, level = 1, group = "GainPhasingIfKilledRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementSkillsCostNoManaUnique__1"] = { affix = "", "Movement Skills Cost no Mana", statOrderKey = "2886", statOrder = { 2886 }, level = 1, group = "MovementSkillsCostNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ProjectileAttackDamageImplicitGloves1"] = { affix = "", "(14-18)% increased Projectile Attack Damage", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "ProjectileAttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ManaPerStrengthUnique__1__"] = { affix = "", "+1 Mana per 4 Strength", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "ManaPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldPerStrengthUnique__1"] = { affix = "", "1% increased Energy Shield per 10 Strength", statOrderKey = "4886", statOrder = { 4886 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifePerDexterityUnique__1"] = { affix = "", "+1 Life per 4 Dexterity", statOrderKey = "1523", statOrder = { 1523 }, level = 1, group = "LifePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MeleePhysicalDamagePerDexterityUnique__1_"] = { affix = "", "2% increased Melee Physical Damage per 10 Dexterity", statOrderKey = "6748", statOrder = { 6748 }, level = 1, group = "MeleePhysicalDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AccuracyPerIntelligenceUnique__1"] = { affix = "", "+4 Accuracy Rating per 2 Intelligence", statOrderKey = "1522", statOrder = { 1522 }, level = 1, group = "AccuracyPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EvasionRatingPerIntelligenceUnique__1"] = { affix = "", "2% increased Evasion Rating per 10 Intelligence", statOrderKey = "4908", statOrder = { 4908 }, level = 1, group = "EvasionRatingPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["ChanceToGainFrenzyChargeOnStunUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when you Stun an Enemy", statOrderKey = "4403", statOrder = { 4403 }, level = 38, group = "ChanceToGainFrenzyChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["VulnerabilityAuraDuringFlaskEffectUnique__1"] = { affix = "", "Grants Level 21 Despair Curse Aura during Flask Effect", statOrderKey = "658", statOrder = { 658 }, level = 60, group = "VulnerabilityAuraDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster", "curse" }, }, + ["PrrojectilesPierceWhilePhasingUnique__1_"] = { affix = "", "Projectiles Pierce all Targets while you have Phasing", statOrderKey = "7097", statOrder = { 7097 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalPierceWhilePhasingUnique__1"] = { affix = "", "Projectiles Pierce 5 additional Targets while you have Phasing", statOrderKey = "7098", statOrder = { 7098 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToAvoidProjectilesWhilePhasingUnique__1"] = { affix = "", "20% chance to Avoid Projectiles while Phasing", statOrderKey = "4074", statOrder = { 4074 }, level = 1, group = "ChanceToAvoidProjectilesWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskAdditionalProjectilesDuringEffectUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles during Flask Effect", statOrderKey = "636", statOrder = { 636 }, level = 85, group = "FlaskAdditionalProjectilesDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedAreaOfEffectDuringEffectUnique__1_"] = { affix = "", "(10-20)% increased Area of Effect during Flask Effect", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "FlaskIncreasedAreaOfEffectDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["CelestialFootprintsUnique__1_"] = { affix = "", "Celestial Footprints", statOrderKey = "7716", statOrder = { 7716 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedMinionAttackSpeedUnique__1_"] = { affix = "", "Minions have (10-15)% increased Attack Speed", statOrderKey = "2329", statOrder = { 2329 }, level = 1, group = "MinionAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["GolemPerPrimordialJewel"] = { affix = "", "+1 to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped", statOrderKey = "6964", statOrder = { 6964 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__1"] = { affix = "", "Primordial", statOrderKey = "7626", statOrder = { 7626 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__2"] = { affix = "", "Primordial", statOrderKey = "7626", statOrder = { 7626 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__3"] = { affix = "", "Primordial", statOrderKey = "7626", statOrder = { 7626 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__4"] = { affix = "", "Primordial", statOrderKey = "7626", statOrder = { 7626 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GolemLifeUnique__1"] = { affix = "", "Golems have (18-22)% increased Maximum Life", statOrderKey = "5139", statOrder = { 5139 }, level = 1, group = "GolemLifeUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["GolemLifeRegenerationUnique__1"] = { affix = "", "Summoned Golems Regenerate 2% of their Life per second", statOrderKey = "5138", statOrder = { 5138 }, level = 1, group = "GolemLifeRegenerationUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["IncreasedDamageIfGolemSummonedRecently__1"] = { affix = "", "(25-30)% increased Damage if you Summoned a Golem in the past 8 seconds", statOrderKey = "3109", statOrder = { 3109 }, level = 1, group = "IncreasedDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedGolemDamageIfGolemSummonedRecently__1_"] = { affix = "", "Golems Summoned in the past 8 seconds deal (35-45)% increased Damage", statOrderKey = "3110", statOrder = { 3110 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["IncreasedGolemDamageIfGolemSummonedRecentlyUnique__1"] = { affix = "", "Golems Summoned in the past 8 seconds deal (100-125)% increased Damage", statOrderKey = "3110", statOrder = { 3110 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["GolemSkillsCooldownRecoveryUnique__1"] = { affix = "", "Golem Skills have (20-30)% increased Cooldown Recovery Rate", statOrderKey = "2747", statOrder = { 2747 }, level = 1, group = "GolemSkillsCooldownRecoveryUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GolemsSkillsCooldownRecoveryUnique__1_"] = { affix = "", "Summoned Golems have (30-45)% increased Cooldown Recovery Rate", statOrderKey = "2748", statOrder = { 2748 }, level = 1, group = "GolemsSkillsCooldownRecoveryUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GolemBuffEffectUnique__1"] = { affix = "", "30% increased Effect of Buffs granted by your Golems", statOrderKey = "5136", statOrder = { 5136 }, level = 1, group = "GolemBuffEffectUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GolemAttackAndCastSpeedUnique__1"] = { affix = "", "Golems have (16-20)% increased Attack and Cast Speed", statOrderKey = "5135", statOrder = { 5135 }, level = 1, group = "GolemAttackAndCastSpeedUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["GolemArmourRatingUnique__1"] = { affix = "", "Golems have +(800-1000) to Armour", statOrderKey = "5142", statOrder = { 5142 }, level = 1, group = "GolemArmourRatingUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "minion" }, }, + ["ArmourPerTotemUnique__1"] = { affix = "", "+300 Armour per Summoned Totem", statOrderKey = "3815", statOrder = { 3815 }, level = 1, group = "ArmourPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["SpellDamageIfYouHaveCritRecentlyUnique__1"] = { affix = "", "200% increased Spell Damage if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "7326", statOrder = { 7326 }, level = 1, group = "SpellDamageIfCritPast8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageIfYouHaveCritRecentlyUnique__2"] = { affix = "", "(120-150)% increased Spell Damage if you've dealt a Critical Strike Recently", statOrderKey = "7323", statOrder = { 7323 }, level = 1, group = "SpellDamageIfYouHaveCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["CriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Critical Strikes deal no Damage", statOrderKey = "4610", statOrder = { 4610 }, level = 1, group = "CriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["IncreasedManaRegenerationWhileStationaryUnique__1"] = { affix = "", "60% increased Mana Regeneration Rate while stationary", statOrderKey = "3708", statOrder = { 3708 }, level = 1, group = "IncreasedManaRegenerationWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedArmourWhileStationaryUnique__1"] = { affix = "", "+1500 Armour while stationary", statOrderKey = "3706", statOrder = { 3706 }, level = 1, group = "AddedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["SpreadChilledGroundWhenHitByAttackUnique__1"] = { affix = "", "15% chance to create Chilled Ground when Hit with an Attack", statOrderKey = "4465", statOrder = { 4465 }, level = 1, group = "SpreadChilledGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalFlaskUnholyMightUnique__1"] = { affix = "", "Gain Unholy Might during Flask Effect", statOrderKey = "679", statOrder = { 679 }, level = 1, group = "LocalFlaskUnholyMight", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["NonCriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Non-Critical Strikes deal no Damage", statOrderKey = "6938", statOrder = { 6938 }, level = 1, group = "NonCriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["CritMultiIfDealtNonCritRecentlyUnique__1"] = { affix = "", "+25% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently", statOrderKey = "4584", statOrder = { 4584 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CritMultiIfDealtNonCritRecentlyUnique__2"] = { affix = "", "+60% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently", statOrderKey = "4584", statOrder = { 4584 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["EnemiesDestroyedOnKillUnique__1"] = { affix = "", "Enemies you hit are destroyed on Kill", statOrderKey = "4844", statOrder = { 4844 }, level = 1, group = "EnemiesDestroyedOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RecoverPercentMaxLifeOnKillUnique__1"] = { affix = "", "Recover 5% of Life on Kill", statOrderKey = "1271", statOrder = { 1271 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["RecoverPercentMaxLifeOnKillUnique__2"] = { affix = "", "Recover 5% of Life on Kill", statOrderKey = "1271", statOrder = { 1271 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CriticalMultiplierPerBlockChanceUnique__1"] = { affix = "", "+1% to Critical Strike Multiplier per 1% Chance to Block Attack Damage", statOrderKey = "2604", statOrder = { 2604 }, level = 1, group = "CriticalMultiplierPerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["AttackDamagePerLowestArmourOrEvasionUnique__1"] = { affix = "", "1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating", statOrderKey = "4003", statOrder = { 4003 }, level = 98, group = "AttackDamagePerLowestArmourOrEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FortifyOnMeleeStunUnique__1"] = { affix = "", "(14-20)% chance to gain Fortify when you Stun an Enemy with Melee Damage", statOrderKey = "4396", statOrder = { 4396 }, level = 1, group = "FortifyOnMeleeStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtWhileFortifiedUnique__1"] = { affix = "", "You have Onslaught while you have Fortify", statOrderKey = "5088", statOrder = { 5088 }, level = 1, group = "OnslaughtWhileFortified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemStatsDoubledInBreachImplicit"] = { affix = "", "Properties are doubled while in a Breach", statOrderKey = "5948", statOrder = { 5948 }, level = 1, group = "StatsDoubledInBreach", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonSpidersOnKillUnique__1"] = { affix = "", "100% chance to Trigger Level 1 Raise Spiders on Kill", statOrderKey = "457", statOrder = { 457 }, level = 1, group = "GrantsMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["CannotCastSpellsUnique__1"] = { affix = "", "Cannot Cast Spells", statOrderKey = "4335", statOrder = { 4335 }, level = 1, group = "CannotCastSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["CannotDealSpellDamageUnique__1"] = { affix = "", "Spell Skills deal no Damage", statOrderKey = "7342", statOrder = { 7342 }, level = 1, group = "CannotDealSpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["GoatHoofFootprintsUnique__1"] = { affix = "", "Burning Hoofprints", statOrderKey = "7719", statOrder = { 7719 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireDamagePerStrengthUnique__1"] = { affix = "", "1% increased Fire Damage per 20 Strength", statOrderKey = "4954", statOrder = { 4954 }, level = 1, group = "FireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GolemLargerAggroRadiusUnique__1"] = { affix = "", "Summoned Golems are Aggressive", statOrderKey = "7638", statOrder = { 7638 }, level = 1, group = "GolemLargerAggroRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "20% of Maximum Life Converted to Energy Shield", statOrderKey = "6732", statOrder = { 6732 }, level = 75, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LocalChanceToPoisonOnHitUnique__1"] = { affix = "", "15% chance to Poison on Hit", statOrderKey = "5986", statOrder = { 5986 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LocalChanceToPoisonOnHitUnique__2"] = { affix = "", "60% chance to Poison on Hit", statOrderKey = "5986", statOrder = { 5986 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LocalChanceToPoisonOnHitUnique__3"] = { affix = "", "20% chance to Poison on Hit", statOrderKey = "5986", statOrder = { 5986 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LocalChanceToPoisonOnHitUnique__4"] = { affix = "", "20% chance to Poison on Hit", statOrderKey = "5986", statOrder = { 5986 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["ChanceToPoisonUnique__1_______"] = { affix = "", "25% chance to Poison on Hit", statOrderKey = "2588", statOrder = { 2588 }, level = 1, group = "PoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["IncreasedSpellDamageWhileShockedUnique__1"] = { affix = "", "50% increased Spell Damage while Shocked", statOrderKey = "7334", statOrder = { 7334 }, level = 1, group = "IncreasedSpellDamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["MaximumResistanceWithNoEnduranceChargesUnique__1__"] = { affix = "", "+2% to all maximum Resistances while you have no Endurance Charges", statOrderKey = "3851", statOrder = { 3851 }, level = 1, group = "MaximumResistanceWithNoEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["OnslaughtWithMaxEnduranceChargesUnique__1"] = { affix = "", "You have Onslaught while at maximum Endurance Charges", statOrderKey = "5084", statOrder = { 5084 }, level = 1, group = "OnslaughtWithMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionsGainYourStrengthUnique__1"] = { affix = "", "Half of your Strength is added to your Minions", statOrderKey = "6870", statOrder = { 6870 }, level = 1, group = "MinionsGainYourStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "attribute" }, }, + ["AdditionalZombiesPerXStrengthUnique__1"] = { affix = "", "+1 to maximum number of Raised Zombies per 500 Strength", statOrderKey = "6967", statOrder = { 6967 }, level = 1, group = "AdditionalZombiesPerXStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ZombiesLeechLifeToYouAt1000StrengthUnique__1"] = { affix = "", "With at least 1000 Strength, (1.5-2)% of Damage dealt by your Raised Zombies is Leeched to you as Life", statOrderKey = "7633", statOrder = { 7633 }, level = 1, group = "ZombiesLeechLifeToYouAt1000Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["ReducedBleedDurationUnique__1_"] = { affix = "", "25% reduced Bleeding Duration", statOrderKey = "4093", statOrder = { 4093 }, level = 1, group = "BleedDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["IncreasedRarityPerRampageStacksUnique__1"] = { affix = "", "1% increased Rarity of Items found per 15 Rampage Kills", statOrderKey = "5427", statOrder = { 5427 }, level = 38, group = "IncreasedRarityPerRampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ImmuneToBurningShockedChilledGroundUnique__1"] = { affix = "", "Immune to Burning Ground, Shocked Ground and Chilled Ground", statOrderKey = "5384", statOrder = { 5384 }, level = 1, group = "ImmuneToBurningShockedChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["MaximumLifePer10DexterityUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Dexterity", statOrderKey = "6727", statOrder = { 6727 }, level = 1, group = "FlatLifePer10Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationWhileMovingUnique__1"] = { affix = "", "Regenerate 100 Life per second while moving", statOrderKey = "5489", statOrder = { 5489 }, level = 1, group = "LifeRegenerationWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SpellsAreDisabledUnique__1"] = { affix = "", "Your Spells are disabled", statOrderKey = "7613", statOrder = { 7613 }, level = 1, group = "SpellsAreDisabled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MaximumLifePerItemRarityUnique__1"] = { affix = "", "+1 Life per 2% increased Rarity of Items found", statOrderKey = "6729", statOrder = { 6729 }, level = 1, group = "MaxLifePerItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["PercentDamagePerItemQuantityUnique__1"] = { affix = "", "Your Increases and Reductions to Quantity of Items found also apply to Damage", statOrderKey = "4666", statOrder = { 4666 }, level = 1, group = "PercentDamagePerItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ItemQuantityPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% increased Quantity of Items found per Chest opened Recently", statOrderKey = "5426", statOrder = { 5426 }, level = 1, group = "ItemQuantityPerChestOpenedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementSpeedPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% reduced Movement Speed per Chest opened Recently", statOrderKey = "6900", statOrder = { 6900 }, level = 1, group = "MovementSpeedPerChestOpenedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["WarcryKnockbackUnique__1"] = { affix = "", "Warcries Knock Back and Interrupt Enemies in a smaller Area", statOrderKey = "7569", statOrder = { 7569 }, level = 1, group = "WarcryKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackAndCastSpeedOnUsingMovementSkillUnique__1"] = { affix = "", "15% increased Attack and Cast Speed if you've used a Movement Skill Recently", statOrderKey = "2887", statOrder = { 2887 }, level = 1, group = "AttackAndCastSpeedOnUsingMovementSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["CannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", statOrderKey = "2609", statOrder = { 2609 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementCannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Movement Speed cannot be modified to below base value", statOrderKey = "2611", statOrder = { 2611 }, level = 1, group = "MovementCannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["EnergyShieldStartsAtZero"] = { affix = "", "Immortal Ambition", statOrderKey = "7682", statOrder = { 7682 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["FlaskElementalPenetrationOfHighestResistUnique__1"] = { affix = "", "During Flask Effect, Damage Penetrates (5-8)% Resistance of each Element for which your Uncapped Elemental Resistance is highest", statOrderKey = "682", statOrder = { 682 }, level = 1, group = "FlaskElementalPenetrationOfHighestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, + ["FlaskElementalDamageTakenOfLowestResistUnique__1"] = { affix = "", "During Flask Effect, 6% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest", statOrderKey = "681", statOrder = { 681 }, level = 1, group = "FlaskElementalDamageTakenOfLowestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["SocketedGemsSupportedByEnduranceChargeOnStunUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrderKey = "280", statOrder = { 280 }, level = 1, group = "DisplaySupportedByEnduranceChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplayGrantsVengeanceUnique__1"] = { affix = "", "Grants Level 15 Vengeance Skill", statOrderKey = "354", statOrder = { 354 }, level = 1, group = "DisplayGrantsVengeance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DisplayGrantsVengeanceUnique__1Royale___"] = { affix = "", "Grants Level 1 Vengeance Skill", statOrderKey = "354", statOrder = { 354 }, level = 1, group = "DisplayGrantsVengeance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["CannotLeechLifeUnique__1"] = { affix = "", "Cannot Leech Life", statOrderKey = "2018", statOrder = { 2018 }, level = 1, group = "CannotLeechLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AllResistanceAt200StrengthUnique__1"] = { affix = "", "+(20-25)% to all Elemental Resistances while you have at least 200 Strength", statOrderKey = "3754", statOrder = { 3754 }, level = 1, group = "AllResistanceAt200Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["LifeRegenerationAt400StrengthUnique__1"] = { affix = "", "Regenerate 2% of Life per second with at least 400 Strength", statOrderKey = "5506", statOrder = { 5506 }, level = 1, group = "LifeRegenerationAt400Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationIfHitRecentlyUnique__1"] = { affix = "", "Regenerate 2% of Life per second if you have been Hit Recently", statOrderKey = "5495", statOrder = { 5495 }, level = 1, group = "LifeRegenerationIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AttackBlockIfBlockedSpellRecentlyUnique__1_"] = { affix = "", "+20% Chance to Block Attack Damage if you have Blocked Spell Damage Recently", statOrderKey = "3993", statOrder = { 3993 }, level = 1, group = "AttackBlockIfBlockedSpellRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockIfBlockedAttackRecentlyUnique__1"] = { affix = "", "+20% chance to Block Spell Damage if you have Blocked Attack Damage Recently", statOrderKey = "7317", statOrder = { 7317 }, level = 1, group = "SpellBlockIfBlockedAttackRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AddedChaosDamageWhileUsingAFlaskUnique__1_"] = { affix = "", "Adds (15-20) to (25-30) Chaos Damage to Spells and Attacks during any Flask Effect", statOrderKey = "7314", statOrder = { 7314 }, level = 1, group = "AddedChaosDamageWhileUsingAFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster" }, }, + ["AddedChaosDamageWhileUsingAFlaskUnique__2"] = { affix = "", "Adds (30-40) to (50-60) Chaos Damage to Spells and Attacks during any Flask Effect", statOrderKey = "7314", statOrder = { 7314 }, level = 1, group = "AddedChaosDamageWhileUsingAFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster" }, }, + ["GainPowerChargesOnUsingWarcryUnique__1"] = { affix = "", "Gain 2 Power Charges when you Warcry", statOrderKey = "5022", statOrder = { 5022 }, level = 1, group = "GainPowerChargesOnUsingWarcry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["AttackLeechAgainstTauntedEnemyUnique__1"] = { affix = "", "2% of Attack Damage Leeched as Life against Taunted Enemies", statOrderKey = "5466", statOrder = { 5466 }, level = 1, group = "AttackLeechAgainstTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["WarcryCooldownSpeedUnique__1"] = { affix = "", "50% increased Warcry Cooldown Recovery Rate", statOrderKey = "2746", statOrder = { 2746 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryCooldownSpeedUnique__2"] = { affix = "", "50% increased Warcry Cooldown Recovery Rate", statOrderKey = "2746", statOrder = { 2746 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryEffectUnique__1"] = { affix = "", "25% increased Warcry Buff Effect", statOrderKey = "7570", statOrder = { 7570 }, level = 1, group = "WarcryEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryEffectUnique__2"] = { affix = "", "25% increased Warcry Buff Effect", statOrderKey = "7570", statOrder = { 7570 }, level = 1, group = "WarcryEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtOnUsingWarcryUnique__1"] = { affix = "", "Gain Onslaught for 4 seconds when you Warcry", statOrderKey = "5080", statOrder = { 5080 }, level = 1, group = "OnslaughtOnUsingWarcry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedColdDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "Adds 40 to 60 Cold Damage against Chilled Enemies", statOrderKey = "6785", statOrder = { 6785 }, level = 1, group = "AddedColdDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageAgainstFrozenEnemiesUnique__2"] = { affix = "", "Adds 60 to 80 Cold Damage against Chilled Enemies", statOrderKey = "6785", statOrder = { 6785 }, level = 1, group = "AddedColdDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["CannotBeShockedWhileChilledUnique__1"] = { affix = "", "Cannot be Shocked while Chilled", statOrderKey = "4075", statOrder = { 4075 }, level = 1, group = "AvoidShockWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockChilledEnemiesUnique__1"] = { affix = "", "50% chance to Shock Chilled Enemies", statOrderKey = "4426", statOrder = { 4426 }, level = 1, group = "ChanceToShockChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidFreezeAndChillIfFireSkillUsedRecentlyUnique__1"] = { affix = "", "Cannot be Chilled or Frozen if you have used a Fire Skill Recently", statOrderKey = "4069", statOrder = { 4069 }, level = 1, group = "AvoidFreezeAndChillIfFireSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["HeraldOfThunderBuffEffectUnique__1"] = { affix = "", "Herald of Thunder has 50% increased Buff Effect", statOrderKey = "5325", statOrder = { 5325 }, level = 1, group = "HeraldOfThunderBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeRegenerationPerLevelUnique__1"] = { affix = "", "Regenerate 1 Life per second per Level", statOrderKey = "2380", statOrder = { 2380 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemLeechLifeToYouUnique__1"] = { affix = "", "0.5% of Damage dealt by your Totems is Leeched to you as Life", statOrderKey = "3636", statOrder = { 3636 }, level = 1, group = "TotemLeechLifeToYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TriggeredConsecrateUnique__1"] = { affix = "", "Trigger Level 10 Consecrate when you deal a Critical Strike", statOrderKey = "389", statOrder = { 389 }, level = 1, group = "TriggeredConsecrate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["IncreasedDamageOnConsecratedGroundUnique__1"] = { affix = "", "50% increased Damage while on Consecrated Ground", statOrderKey = "2964", statOrder = { 2964 }, level = 1, group = "IncreasedDamageOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageOnConsecratedGroundUnique__1Royale_"] = { affix = "", "25% increased Damage while on Consecrated Ground", statOrderKey = "2964", statOrder = { 2964 }, level = 1, group = "IncreasedDamageOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BlockChanceOnConsecratedGroundUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while on Consecrated Ground", statOrderKey = "3840", statOrder = { 3840 }, level = 1, group = "BlockChanceOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChillEnemiesOnHitWithWeaponUnique__1"] = { affix = "", "Chill Enemies for 1 second on Hit with this Weapon when in Off Hand", statOrderKey = "5900", statOrder = { 5900 }, level = 1, group = "ChillEnemiesOnHitWithWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, + ["SupportFlatAddedFireDamageUnique__1"] = { affix = "", "Socketed Gems deal 63 to 94 Added Fire Damage", statOrderKey = "309", statOrder = { 309 }, level = 1, group = "SupportFlatAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["PhysicalDamageToAttacksPerLevelUnique__1_"] = { affix = "", "Adds 1 to 2 Physical Damage to Attacks per Level", statOrderKey = "4021", statOrder = { 4021 }, level = 1, group = "PhysicalDamageToAttacksPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["PhysicalDamageToAttacksPerLevelUnique__2"] = { affix = "", "Adds 2 to 3 Physical Damage to Attacks per Level", statOrderKey = "4021", statOrder = { 4021 }, level = 1, group = "PhysicalDamageToAttacksPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["RightRingSlotMaximumManaUnique__1"] = { affix = "", "Right ring slot: +100 to maximum Mana", statOrderKey = "2084", statOrder = { 2084 }, level = 1, group = "RightRingSlotMaximumMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LeftRingSlotMaximumEnergyShieldUnique__1"] = { affix = "", "Left ring slot: +100 to maximum Energy Shield", statOrderKey = "2090", statOrder = { 2090 }, level = 1, group = "LeftRingSlotMaximumEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LeftRingSlotFlatManaRegenerationUnique__1"] = { affix = "", "Left ring slot: Regenerate 40 Mana per Second", statOrderKey = "2087", statOrder = { 2087 }, level = 1, group = "LeftRingSlotFlatManaRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["NearbyEnemiesAreIntimidatedUnique__1"] = { affix = "", "Nearby Enemies are Intimidated", statOrderKey = "5922", statOrder = { 5922 }, level = 1, group = "NearbyEnemiesAreIntimidated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesMovementVelocityUnique__1"] = { affix = "", "10% increased Movement Speed", "10% increased Movement Speed for you and nearby Allies", statOrderKey = "1316,5916", statOrder = { 1316, 5916 }, level = 1, group = "NearbyAlliesMovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["WeaponElementalPenetrationUnique__1"] = { affix = "", "Damage with Weapons Penetrates 5% Elemental Resistance", statOrderKey = "3009", statOrder = { 3009 }, level = 1, group = "WeaponElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["IncreasedElementalDamageIfUsedWarcryRecentlyUnique__1"] = { affix = "", "150% increased Elemental Damage if you've used a Warcry Recently", statOrderKey = "4794", statOrder = { 4794 }, level = 1, group = "IncreasedElementalDamageIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["TriggeredAnimateWeaponUnique__1"] = { affix = "", "25% chance to Trigger Level 20 Animate Weapon on Kill", statOrderKey = "445", statOrder = { 445 }, level = 1, group = "TriggeredAnimateWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AddedFireDamagePerStrengthUnique__1"] = { affix = "", "Adds 4 to 7 Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "4015", statOrder = { 4015 }, level = 1, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["LocalGolemBuffEffectUnique__1"] = { affix = "", "25% increased Effect of Buffs granted by Socketed Golem Skills", statOrderKey = "73", statOrder = { 73 }, level = 1, group = "LocalGolemBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, ["LocalGolemLifeAddedAsESUnique__1"] = { affix = "", "Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "77", statOrder = { 77 }, level = 1, group = "LocalGolemLifeAddedAsES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "skill", "resource", "life", "defences", "minion", "gem" }, }, ["LocalGolemIncreasedAttackAndCastSpeedUnique__1"] = { affix = "", "Socketed Golem Skills have 20% increased Attack and Cast Speed", statOrderKey = "72", statOrder = { 72 }, level = 1, group = "LocalGolemIncreasedAttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "speed", "minion", "gem" }, }, ["LocalGolemGrantOnslaughtOnSummonUnique__1"] = { affix = "", "Gain Onslaught for 10 seconds when you Cast Socketed Golem Skill", statOrderKey = "76", statOrder = { 76 }, level = 1, group = "LocalGolemGrantsOnslaughtOnSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, ["LocalGolemTauntOnHitUnique__1_"] = { affix = "", "Socketed Golem Skills have 25% chance to Taunt on Hit", statOrderKey = "74", statOrder = { 74 }, level = 1, group = "LocalGolemTauntOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "minion", "gem" }, }, ["LocalGolemLifeRegenerationUnique__1"] = { affix = "", "Socketed Golem Skills have Minions Regenerate 5% of Life per second", statOrderKey = "75", statOrder = { 75 }, level = 1, group = "LocalGolemLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "resource", "life", "minion", "gem" }, }, - ["LocalVaalDamageUnique__1_"] = { affix = "", "Socketed Vaal Skills deal 150% more Damage", statOrderKey = "319", statOrder = { 319 }, level = 80, group = "LocalVaalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, - ["LocalVaalSoulRequirementUnique__1"] = { affix = "", "Socketed Vaal Skills require 30% less Souls per Use", statOrderKey = "327", statOrder = { 327 }, level = 80, group = "LocalVaalSoulRequirement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalUsesToStoreUnique__1"] = { affix = "", "Socketed Vaal Skills can store Souls for 1 additional Use", statOrderKey = "328", statOrder = { 328 }, level = 80, group = "LocalVaalUsesToStore", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalIgnoreMonsterResistancesUnique__1"] = { affix = "", "Hits from Socketed Vaal Skills ignore Enemy Monster Resistances", statOrderKey = "324", statOrder = { 324 }, level = 80, group = "LocalVaalIgnoreMonsterResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalIgnoreMonsterPhysicalReductionUnique__1"] = { affix = "", "Hits from Socketed Vaal Skills ignore Enemy Monster Physical Damage Reduction", statOrderKey = "323", statOrder = { 323 }, level = 80, group = "LocalVaalIgnoreMonsterPhysicalReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "vaal" }, }, - ["LocalVaalElusiveOnUseUnique__1_"] = { affix = "", "Socketed Vaal Skills grant Elusive when Used", statOrderKey = "321", statOrder = { 321 }, level = 80, group = "LocalVaalElusiveOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalTailwindIfUsedRecentlyUnique__1"] = { affix = "", "You have Tailwind if you've used a Socketed Vaal Skill Recently", statOrderKey = "330", statOrder = { 330 }, level = 80, group = "LocalVaalTailwindIfUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalAreaOfEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 60% increased Area of Effect", statOrderKey = "317", statOrder = { 317 }, level = 80, group = "LocalVaalAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalProjectileSpeedUnique__1"] = { affix = "", "Socketed Vaal Skills have 80% increased Projectile Speed", statOrderKey = "325", statOrder = { 325 }, level = 80, group = "LocalVaalProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "vaal" }, }, - ["LocalVaalSkillEffectDurationUnique__1"] = { affix = "", "Socketed Vaal Skills have 80% increased Skill Effect Duration", statOrderKey = "320", statOrder = { 320 }, level = 80, group = "LocalVaalSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalSoulGainPreventionUnique__1"] = { affix = "", "Socketed Vaal Skills have 30% reduced Soul Gain Prevention Duration", statOrderKey = "326", statOrder = { 326 }, level = 80, group = "LocalVaalSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalLuckyDamageUnique__1"] = { affix = "", "Damage with Hits from Socketed Vaal Skills is Lucky", statOrderKey = "322", statOrder = { 322 }, level = 80, group = "LocalVaalLuckyDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, - ["LocalVaalAuraEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 50% increased Aura Effect", statOrderKey = "318", statOrder = { 318 }, level = 80, group = "LocalVaalAuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "vaal" }, }, - ["IncreasedDamageToChilledEnemies1"] = { affix = "", "(15-20)% increased Damage with Hits against Chilled Enemies", statOrderKey = "4547", statOrder = { 4547 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedFireDamgeIfHitRecentlyUnique__1"] = { affix = "", "100% increased Fire Damage", statOrderKey = "782", statOrder = { 782 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ImmuneToFreezeAndChillWhileIgnitedUnique__1"] = { affix = "", "Immune to Freeze and Chill while Ignited", statOrderKey = "5244", statOrder = { 5244 }, level = 1, group = "ImmuneToFreezeAndChillWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FirePenetrationIfBlockedRecentlyUnique__1"] = { affix = "", "Damage Penetrates 15% of Fire Resistance if you have Blocked Recently", statOrderKey = "4831", statOrder = { 4831 }, level = 1, group = "FirePenetrationIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DisplayGrantsBloodOfferingUnique__1_"] = { affix = "", "Grants Level 15 Blood Offering Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "DisplayGrantsBloodOffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredSummonLesserShrineUnique__1"] = { affix = "", "Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrderKey = "385", statOrder = { 385 }, level = 1, group = "TriggeredSummonLesserShrine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["CastLevel1SummonLesserShrineOnKillUnique"] = { affix = "", "(1-100)% chance to Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrderKey = "385", statOrder = { 385 }, level = 1, group = "CastSummonLesserShrineOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LifeGainedOnStunUnique__1_"] = { affix = "", "Gain 50 Life when you Stun an Enemy", statOrderKey = "4879", statOrder = { 4879 }, level = 40, group = "LifeGainedOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["RyuslathaMinimumDamageModifierUnique__1"] = { affix = "", "(30-40)% less Minimum Physical Attack Damage", statOrderKey = "629", statOrder = { 629 }, level = 1, group = "RyuslathaMinimumDamageModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["RyuslathaMaximumDamageModifierUnique__1_"] = { affix = "", "(30-40)% more Maximum Physical Attack Damage", statOrderKey = "628", statOrder = { 628 }, level = 1, group = "RyuslathaMaximumDamageModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AlwaysIgniteWhileBurningUnique__1"] = { affix = "", "You always Ignite while Burning", statOrderKey = "3783", statOrder = { 3783 }, level = 1, group = "AlwaysIgniteWhileBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["AdditionalBlockWhileNotCursedUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while not Cursed", statOrderKey = "3743", statOrder = { 3743 }, level = 1, group = "AdditionalBlockWhileNotCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalSpellBlockWhileCursedUnique__1"] = { affix = "", "+20% Chance to Block Spell Damage while Cursed", statOrderKey = "3775", statOrder = { 3775 }, level = 1, group = "AdditionalSpellBlockWhileCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["LifePerLevelUnique__1"] = { affix = "", "+1 Maximum Life per Level", statOrderKey = "5330", statOrder = { 5330 }, level = 1, group = "LifePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ManaPerLevelUnique__1"] = { affix = "", "+1 Maximum Mana per Level", statOrderKey = "6004", statOrder = { 6004 }, level = 1, group = "ManaPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["EnergyShieldPerLevelUnique__1"] = { affix = "", "+1 Maximum Energy Shield per Level", statOrderKey = "4754", statOrder = { 4754 }, level = 1, group = "EnergyShieldPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ChaosDegenAuraUnique__1"] = { affix = "", "Grants Level 20 Death Aura Skill", statOrderKey = "383", statOrder = { 383 }, level = 1, group = "ChaosDegenAuraUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HeraldsAlwaysCost45Unique__1"] = { affix = "", "Mana Reservation of Herald Skills is always 45%", statOrderKey = "5166", statOrder = { 5166 }, level = 1, group = "HeraldsAlwaysCost45", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["StunAvoidancePerHeraldUnique__1"] = { affix = "", "35% chance to avoid being Stunned for each Herald Buff affecting you", statOrderKey = "3972", statOrder = { 3972 }, level = 1, group = "StunAvoidancePerHerald", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedDamageIfShockedRecentlyUnique__1"] = { affix = "", "(20-50)% increased Damage if you have Shocked an Enemy Recently", statOrderKey = "4533", statOrder = { 4533 }, level = 1, group = "IncreasedDamageIfShockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ShockedEnemiesExplodeUnique__1_"] = { affix = "", "Shocked Enemies you Kill Explode, dealing 5% of", "their Life as Lightning Damage which cannot Shock", statOrderKey = "7092,7092.1", statOrder = { 7092, 7092.1 }, level = 1, group = "ShockedEnemiesExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["UnaffectedByShockUnique__1"] = { affix = "", "Unaffected by Shock", statOrderKey = "7347", statOrder = { 7347 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["UnaffectedByShockUnique__2"] = { affix = "", "Unaffected by Shock", statOrderKey = "7347", statOrder = { 7347 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["MinionAttackSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Attack Speed per 50 Dexterity", statOrderKey = "6688", statOrder = { 6688 }, level = 1, group = "MinionAttackSpeedPerXDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, - ["MinionMovementSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Movement Speed per 50 Dexterity", statOrderKey = "6719", statOrder = { 6719 }, level = 1, group = "MinionMovementSpeedPerXDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionHitsOnlyKillIgnitedEnemiesUnique__1"] = { affix = "", "Minions' Hits can only Kill Ignited Enemies", statOrderKey = "6739", statOrder = { 6739 }, level = 1, group = "MinionHitsOnlyKillIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PoisonDamageUnique__1"] = { affix = "", "(40-60)% increased Damage with Poison", statOrderKey = "2486", statOrder = { 2486 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["BleedDamageUnique__1_"] = { affix = "", "(40-60)% increased Damage with Bleeding", statOrderKey = "2474", statOrder = { 2474 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["LocalVaalDamageUnique__1_"] = { affix = "", "Socketed Vaal Skills deal 150% more Damage", statOrderKey = "322", statOrder = { 322 }, level = 80, group = "LocalVaalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, + ["LocalVaalSoulRequirementUnique__1"] = { affix = "", "Socketed Vaal Skills require 30% less Souls per Use", statOrderKey = "330", statOrder = { 330 }, level = 80, group = "LocalVaalSoulRequirement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalUsesToStoreUnique__1"] = { affix = "", "Socketed Vaal Skills have 20% chance to regain consumed Souls when used", statOrderKey = "331", statOrder = { 331 }, level = 80, group = "LocalVaalUsesToStore", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalIgnoreMonsterResistancesUnique__1"] = { affix = "", "Hits from Socketed Vaal Skills ignore Enemy Monster Resistances", statOrderKey = "327", statOrder = { 327 }, level = 80, group = "LocalVaalIgnoreMonsterResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalIgnoreMonsterPhysicalReductionUnique__1"] = { affix = "", "Hits from Socketed Vaal Skills ignore Enemy Monster Physical Damage Reduction", statOrderKey = "326", statOrder = { 326 }, level = 80, group = "LocalVaalIgnoreMonsterPhysicalReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "vaal" }, }, + ["LocalVaalElusiveOnUseUnique__1_"] = { affix = "", "Socketed Vaal Skills grant Elusive when Used", statOrderKey = "324", statOrder = { 324 }, level = 80, group = "LocalVaalElusiveOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalTailwindIfUsedRecentlyUnique__1"] = { affix = "", "You have Tailwind if you've used a Socketed Vaal Skill Recently", statOrderKey = "333", statOrder = { 333 }, level = 80, group = "LocalVaalTailwindIfUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalAreaOfEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 60% increased Area of Effect", statOrderKey = "320", statOrder = { 320 }, level = 80, group = "LocalVaalAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalProjectileSpeedUnique__1"] = { affix = "", "Socketed Vaal Skills have 80% increased Projectile Speed", statOrderKey = "328", statOrder = { 328 }, level = 80, group = "LocalVaalProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "vaal" }, }, + ["LocalVaalSkillEffectDurationUnique__1"] = { affix = "", "Socketed Vaal Skills have 80% increased Skill Effect Duration", statOrderKey = "323", statOrder = { 323 }, level = 80, group = "LocalVaalSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalSoulGainPreventionUnique__1"] = { affix = "", "Socketed Vaal Skills have 30% reduced Soul Gain Prevention Duration", statOrderKey = "329", statOrder = { 329 }, level = 80, group = "LocalVaalSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalLuckyDamageUnique__1"] = { affix = "", "Damage with Hits from Socketed Vaal Skills is Lucky", statOrderKey = "325", statOrder = { 325 }, level = 80, group = "LocalVaalLuckyDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, + ["LocalVaalAuraEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 50% increased Aura Effect", statOrderKey = "321", statOrder = { 321 }, level = 80, group = "LocalVaalAuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "vaal" }, }, + ["IncreasedDamageToChilledEnemies1"] = { affix = "", "(15-20)% increased Damage with Hits against Chilled Enemies", statOrderKey = "4674", statOrder = { 4674 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedFireDamgeIfHitRecentlyUnique__1"] = { affix = "", "100% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["IncreasedFireDamgeIfHitRecentlyUnique__1Royale_"] = { affix = "", "30% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ImmuneToFreezeAndChillWhileIgnitedUnique__1"] = { affix = "", "Immune to Freeze and Chill while Ignited", statOrderKey = "5390", statOrder = { 5390 }, level = 1, group = "ImmuneToFreezeAndChillWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FirePenetrationIfBlockedRecentlyUnique__1"] = { affix = "", "Damage Penetrates 15% of Fire Resistance if you have Blocked Recently", statOrderKey = "4968", statOrder = { 4968 }, level = 1, group = "FirePenetrationIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DisplayGrantsBloodOfferingUnique__1_"] = { affix = "", "Grants Level 15 Blood Offering Skill", statOrderKey = "393", statOrder = { 393 }, level = 1, group = "DisplayGrantsBloodOffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredSummonLesserShrineUnique__1"] = { affix = "", "Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrderKey = "388", statOrder = { 388 }, level = 1, group = "TriggeredSummonLesserShrine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["CastLevel1SummonLesserShrineOnKillUnique"] = { affix = "", "(1-100)% chance to Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrderKey = "388", statOrder = { 388 }, level = 1, group = "CastSummonLesserShrineOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LifeGainedOnStunUnique__1_"] = { affix = "", "Gain 50 Life when you Stun an Enemy", statOrderKey = "5021", statOrder = { 5021 }, level = 40, group = "LifeGainedOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["RyuslathaMinimumDamageModifierUnique__1"] = { affix = "", "(30-40)% less Minimum Physical Attack Damage", statOrderKey = "762", statOrder = { 762 }, level = 1, group = "RyuslathaMinimumDamageModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["RyuslathaMaximumDamageModifierUnique__1_"] = { affix = "", "(30-40)% more Maximum Physical Attack Damage", statOrderKey = "761", statOrder = { 761 }, level = 1, group = "RyuslathaMaximumDamageModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AlwaysIgniteWhileBurningUnique__1"] = { affix = "", "You always Ignite while Burning", statOrderKey = "3883", statOrder = { 3883 }, level = 1, group = "AlwaysIgniteWhileBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AdditionalBlockWhileNotCursedUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while not Cursed", statOrderKey = "3839", statOrder = { 3839 }, level = 1, group = "AdditionalBlockWhileNotCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalSpellBlockWhileCursedUnique__1"] = { affix = "", "+20% Chance to Block Spell Damage while Cursed", statOrderKey = "3871", statOrder = { 3871 }, level = 1, group = "AdditionalSpellBlockWhileCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LifePerLevelUnique__1"] = { affix = "", "+1 Maximum Life per Level", statOrderKey = "5476", statOrder = { 5476 }, level = 1, group = "LifePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaPerLevelUnique__1"] = { affix = "", "+1 Maximum Mana per Level", statOrderKey = "6118", statOrder = { 6118 }, level = 1, group = "ManaPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldPerLevelUnique__1"] = { affix = "", "+1 Maximum Energy Shield per Level", statOrderKey = "4885", statOrder = { 4885 }, level = 1, group = "EnergyShieldPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ChaosDegenAuraUnique__1"] = { affix = "", "Grants Level 20 Death Aura Skill", statOrderKey = "386", statOrder = { 386 }, level = 1, group = "ChaosDegenAuraUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HeraldsAlwaysCost45Unique__1"] = { affix = "", "Mana Reservation of Herald Skills is always 45%", statOrderKey = "5312", statOrder = { 5312 }, level = 1, group = "HeraldsAlwaysCost45", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["StunAvoidancePerHeraldUnique__1"] = { affix = "", "35% chance to avoid being Stunned for each Herald Buff affecting you", statOrderKey = "4076", statOrder = { 4076 }, level = 1, group = "StunAvoidancePerHerald", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedDamageIfShockedRecentlyUnique__1"] = { affix = "", "(20-50)% increased Damage if you have Shocked an Enemy Recently", statOrderKey = "4660", statOrder = { 4660 }, level = 1, group = "IncreasedDamageIfShockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ShockedEnemiesExplodeUnique__1_"] = { affix = "", "Shocked Enemies you Kill Explode, dealing 5% of", "their Life as Lightning Damage which cannot Shock", statOrderKey = "7237,7237.1", statOrder = { 7237, 7237.1 }, level = 1, group = "ShockedEnemiesExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["UnaffectedByShockUnique__1"] = { affix = "", "Unaffected by Shock", statOrderKey = "7525", statOrder = { 7525 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["UnaffectedByShockUnique__2"] = { affix = "", "Unaffected by Shock", statOrderKey = "7525", statOrder = { 7525 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["MinionAttackSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Attack Speed per 50 Dexterity", statOrderKey = "6821", statOrder = { 6821 }, level = 1, group = "MinionAttackSpeedPerXDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["MinionMovementSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Movement Speed per 50 Dexterity", statOrderKey = "6852", statOrder = { 6852 }, level = 1, group = "MinionMovementSpeedPerXDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionHitsOnlyKillIgnitedEnemiesUnique__1"] = { affix = "", "Minions' Hits can only Kill Ignited Enemies", statOrderKey = "6872", statOrder = { 6872 }, level = 1, group = "MinionHitsOnlyKillIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PoisonDamageUnique__1"] = { affix = "", "(40-60)% increased Damage with Poison", statOrderKey = "2596", statOrder = { 2596 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["BleedDamageUnique__1_"] = { affix = "", "(40-60)% increased Damage with Bleeding", statOrderKey = "2584", statOrder = { 2584 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, ["LocalIncreaseSocketedHeraldLevelUnique__1_"] = { affix = "", "+2 to Level of Socketed Herald Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, ["LocalIncreaseSocketedHeraldLevelUnique__2"] = { affix = "", "+4 to Level of Socketed Herald Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["IncreasedAreaOfSkillsWithNoFrenzyChargesUnique__1_"] = { affix = "", "15% increased Area of Effect while you have no Frenzy Charges", statOrderKey = "1417", statOrder = { 1417 }, level = 1, group = "IncreasedAreaOfSkillsWithNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalCriticalMultiplierWithNoFrenzyChargesUnique__1"] = { affix = "", "+50% Global Critical Strike Multiplier while you have no Frenzy Charges", statOrderKey = "1416", statOrder = { 1416 }, level = 1, group = "GlobalCriticalMultiplierWithNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["AccuracyRatingWithMaxFrenzyChargesUnique__1"] = { affix = "", "+(400-500) to Accuracy Rating while at Maximum Frenzy Charges", statOrderKey = "3729", statOrder = { 3729 }, level = 1, group = "AccuracyRatingWithMaxFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ReducedAttackSpeedOfMovementSkillsUnique__1"] = { affix = "", "Movement Attack Skills have 40% reduced Attack Speed", statOrderKey = "6755", statOrder = { 6755 }, level = 1, group = "ReducedAttackSpeedOfMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedColdDamageIfUsedFireSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Cold Damage if you have used a Fire Skill Recently", statOrderKey = "4360", statOrder = { 4360 }, level = 1, group = "IncreasedColdDamageIfUsedFireSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Fire Damage if you have used a Cold Skill Recently", statOrderKey = "4816", statOrder = { 4816 }, level = 1, group = "IncreasedFireDamageIfUsedColdSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["IncreasedDamagePerPowerChargeUnique__1"] = { affix = "", "5% increased Damage per Power Charge", statOrderKey = "4544", statOrder = { 4544 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChanceToGainMaximumPowerChargesUnique__1_"] = { affix = "", "25% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrderKey = "4931,4931.1", statOrder = { 4931, 4931.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["FireDamageCanPoisonUnique__1"] = { affix = "", "Your Fire Damage can Poison", statOrderKey = "2167", statOrder = { 2167 }, level = 1, group = "FireDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ColdDamageCanPoisonUnique__1_"] = { affix = "", "Your Cold Damage can Poison", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "ColdDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["LightningDamageCanPoisonUnique__1"] = { affix = "", "Your Lightning Damage can Poison", statOrderKey = "2168", statOrder = { 2168 }, level = 1, group = "LightningDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["FireSkillsChanceToPoisonUnique__1"] = { affix = "", "Fire Skills have 20% chance to Poison on Hit", statOrderKey = "4835", statOrder = { 4835 }, level = 1, group = "FireSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ColdSkillsChanceToPoisonUnique__1"] = { affix = "", "Cold Skills have 20% chance to Poison on Hit", statOrderKey = "4385", statOrder = { 4385 }, level = 1, group = "ColdSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["LightningSkillsChanceToPoisonUnique__1_"] = { affix = "", "Lightning Skills have 20% chance to Poison on Hit", statOrderKey = "5388", statOrder = { 5388 }, level = 1, group = "LightningSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["GainManaAsExtraEnergyShieldUnique__1"] = { affix = "", "Gain (5-10)% of Maximum Mana as Extra Maximum Energy Shield", statOrderKey = "1537", statOrder = { 1537 }, level = 1, group = "GainManaAsExtraEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["GrantsTouchOfGodUnique__1"] = { affix = "", "Grants Level 20 Doryani's Touch Skill", statOrderKey = "381", statOrder = { 381 }, level = 1, group = "GrantsTouchOfGod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsFrostbiteUnique__1"] = { affix = "", "Grants Level 5 Frostbite Skill", statOrderKey = "359", statOrder = { 359 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsSummonBeastRhoaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Rhoa Skill", statOrderKey = "354", statOrder = { 354 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsSummonBeastUrsaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Ursa Skill", statOrderKey = "354", statOrder = { 354 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsSummonBeastSnakeUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Snake Skill", statOrderKey = "354", statOrder = { 354 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ChaosResistDoubledUnique__1"] = { affix = "", "Chaos Resistance is doubled", statOrderKey = "4312", statOrder = { 4312 }, level = 1, group = "ChaosResistDoubled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["PlayerFarShotUnique__1"] = { affix = "", "Far Shot", statOrderKey = "7508", statOrder = { 7508 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionSkillManaCostUnique__1_"] = { affix = "", "(10-15)% reduced Mana Cost of Minion Skills", statOrderKey = "6727", statOrder = { 6727 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, - ["MinionSkillManaCostUnique__2"] = { affix = "", "(20-30)% reduced Mana Cost of Minion Skills", statOrderKey = "6727", statOrder = { 6727 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, - ["TriggeredAbyssalCryUnique__1"] = { affix = "", "Trigger Level 1 Intimidating Cry on Hit", statOrderKey = "493", statOrder = { 493 }, level = 1, group = "TriggeredAbyssalCry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredLightningWarpUnique__1__"] = { affix = "", "Trigger Level 15 Lightning Warp on Hit with this Weapon", statOrderKey = "426", statOrder = { 426 }, level = 1, group = "TriggeredLightningWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster" }, }, - ["SummonSkeletonsNumberOfSkeletonsToSummonUnique__1"] = { affix = "", "Summon 4 additional Skeleton Warriors with Summon Skeleton", statOrderKey = "3314", statOrder = { 3314 }, level = 1, group = "SummonSkeletonsNumberOfSkeletonsToSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SummonSkeletonsCooldownTimeUnique__1"] = { affix = "", "+1 second to Summon Skeleton Cooldown", statOrderKey = "7247", statOrder = { 7247 }, level = 1, group = "SummonSkeletonsCooldownTime", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["EnergyShieldRechargeStartsWhenStunnedUnique__1"] = { affix = "", "Energy Shield Recharge starts when you are Stunned", statOrderKey = "4757", statOrder = { 4757 }, level = 1, group = "EnergyShieldRechargeStartsWhenStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["TrapCooldownRecoveryUnique__1"] = { affix = "", "(10-15)% increased Cooldown Recovery Rate for throwing Traps", statOrderKey = "2774", statOrder = { 2774 }, level = 1, group = "TrapCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedExtraDamageFromCritsWithNoPowerChargesUnique__1"] = { affix = "", "You take 50% reduced Extra Damage from Critical Strikes while you have no Power Charges", statOrderKey = "4802", statOrder = { 4802 }, level = 1, group = "ReducedExtraDamageFromCritsWithNoPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["PhysAddedAsChaosWithMaxPowerChargesUnique__1"] = { affix = "", "Gain (8-12)% of Physical Damage as Extra Chaos Damage while at maximum Power Charges", statOrderKey = "2785", statOrder = { 2785 }, level = 1, group = "PhysAddedAsChaosWithMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ScorchingRaySkillUnique__1"] = { affix = "", "Grants Level 25 Scorching Ray Skill", statOrderKey = "374", statOrder = { 374 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["BlightSkillUnique__1"] = { affix = "", "Grants Level 22 Blight Skill", statOrderKey = "378", statOrder = { 378 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique__1"] = { affix = "", "Grants Summon Harbinger of the Arcane Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique__2"] = { affix = "", "Grants Summon Harbinger of Time Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique__3"] = { affix = "", "Grants Summon Harbinger of Focus Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique__4_"] = { affix = "", "Grants Summon Harbinger of Directions Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique__5"] = { affix = "", "Grants Summon Harbinger of Storms Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique__6"] = { affix = "", "Grants Summon Harbinger of Brutality Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique2_1"] = { affix = "", "Grants Summon Greater Harbinger of the Arcane Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique2_2"] = { affix = "", "Grants Summon Greater Harbinger of Time Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique2__3"] = { affix = "", "Grants Summon Greater Harbinger of Focus Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique2_4"] = { affix = "", "Grants Summon Greater Harbinger of Directions Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique2_5"] = { affix = "", "Grants Summon Greater Harbinger of Storms Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique2_6"] = { affix = "", "Grants Summon Greater Harbinger of Brutality Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ChannelledSkillDamageUnique__1"] = { affix = "", "Channelling Skills deal (50-70)% increased Damage", statOrderKey = "4304", statOrder = { 4304 }, level = 1, group = "ChannelledSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["VolkuurLessPoisonDurationUnique__1"] = { affix = "", "50% less Poison Duration", statOrderKey = "2476", statOrder = { 2476 }, level = 1, group = "VolkuurLessPoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ProjectileAttackCriticalStrikeChanceUnique__1"] = { affix = "", "Projectile Attack Skills have (40-60)% increased Critical Strike Chance", statOrderKey = "3620", statOrder = { 3620 }, level = 1, group = "ProjectileAttackCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["SupportedByLesserPoisonUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Lesser Poison", statOrderKey = "274", statOrder = { 274 }, level = 1, group = "SupportedByLesserPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByVileToxinsUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrderKey = "273", statOrder = { 273 }, level = 1, group = "SupportedByVileToxins", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByInnervateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Innervate", statOrderKey = "272", statOrder = { 272 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByInnervateUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 10 Innervate", statOrderKey = "272", statOrder = { 272 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Ice Bite", statOrderKey = "266", statOrder = { 266 }, level = 1, group = "SupportedByIceBite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["GrantsVoidGazeUnique__1"] = { affix = "", "Trigger Level 10 Void Gaze when you use a Skill", statOrderKey = "425", statOrder = { 425 }, level = 1, group = "GrantsVoidGaze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["AddedChaosDamageVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "Attacks with this Weapon deal 80-120 added Chaos Damage against", "Enemies affected by at least 5 Poisons", statOrderKey = "6649,6649.1", statOrder = { 6649, 6649.1 }, level = 1, group = "AddedChaosDamageVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["PoisonDurationPerPowerChargeUnique__1"] = { affix = "", "3% increased Poison Duration per Power Charge", statOrderKey = "6919", statOrder = { 6919 }, level = 1, group = "PoisonDurationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonDamagePerFrenzyChargeUnique__1"] = { affix = "", "10% increased Damage with Poison per Frenzy Charge", statOrderKey = "6911", statOrder = { 6911 }, level = 1, group = "PoisonDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["GainFrenzyChargeOnKillVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "(25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by at least 5 Poisons", statOrderKey = "4922", statOrder = { 4922 }, level = 1, group = "GainFrenzyChargeOnKillVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["GainPowerChargeOnKillVsEnemiesWithLessThan5PoisonsUnique__1"] = { affix = "", "(12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons", statOrderKey = "4952", statOrder = { 4952 }, level = 1, group = "GainPowerChargeOnKillVsEnemiesWithLessThan5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PoisonDurationWithOver150IntelligenceUnique__1"] = { affix = "", "(15-25)% increased Poison Duration if you have at least 150 Intelligence", statOrderKey = "6920", statOrder = { 6920 }, level = 1, group = "PoisonDurationWithOver150Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonDamageWithOver300DexterityUnique__1"] = { affix = "", "(75-100)% increased Damage with Poison if you have at least 300 Dexterity", statOrderKey = "6914", statOrder = { 6914 }, level = 1, group = "PoisonDamageWithOver300Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["YouCannotBeHinderedUnique__1"] = { affix = "", "You cannot be Hindered", statOrderKey = "7424", statOrder = { 7424 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring" }, }, - ["YouCannotBeHinderedUnique__2"] = { affix = "", "You cannot be Hindered", statOrderKey = "7424", statOrder = { 7424 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring" }, }, - ["LocalMaimOnHitChanceUnique__1"] = { affix = "", "(15-20)% chance to Maim on Hit", statOrderKey = "5848", statOrder = { 5848 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["BlightSecondarySkillEffectDurationUnique__1"] = { affix = "", "Blight has (20-30)% increased Hinder Duration", statOrderKey = "4112", statOrder = { 4112 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["GlobalCooldownRecoveryUnique__1"] = { affix = "", "(15-20)% increased Cooldown Recovery Rate", statOrderKey = "3996", statOrder = { 3996 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DebuffTimePassedUnique__1"] = { affix = "", "Debuffs on you expire (15-20)% faster", statOrderKey = "4596", statOrder = { 4596 }, level = 1, group = "DebuffTime", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeAndEnergyShieldRecoveryRateUnique_1"] = { affix = "", "(15-20)% increased Energy Shield Recovery rate", "(15-20)% increased Life Recovery rate", statOrderKey = "972,981", statOrder = { 972, 981 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LocalGrantsStormCascadeOnAttackUnique__1"] = { affix = "", "Trigger Level 20 Storm Cascade when you Attack", statOrderKey = "427", statOrder = { 427 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ProjectileAttacksChanceToBleedBeastialMinionUnique__1_"] = { affix = "", "Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while", "you have a Bestial Minion", statOrderKey = "3621,3621.1", statOrder = { 3621, 3621.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ProjectileAttacksChanceToPoisonBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Poison on Hit while", "you have a Bestial Minion", statOrderKey = "3623,3623.1", statOrder = { 3623, 3623.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["ProjectileAttacksChanceToMaimBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Maim on Hit while", "you have a Bestial Minion", statOrderKey = "3622,3622.1", statOrder = { 3622, 3622.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AddedPhysicalDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (11-16)-(21-25) Physical Damage to Attacks while you have a Bestial Minion", statOrderKey = "3624", statOrder = { 3624 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedChaosDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (13-19)-(23-29) Chaos Damage to Attacks while you have a Bestial Minion", statOrderKey = "3625", statOrder = { 3625 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AttackAndMovementSpeedBeastialMinionUnique__1"] = { affix = "", "(10-15)% increased Attack and Movement Speed while you have a Bestial Minion", statOrderKey = "3626", statOrder = { 3626 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["LifeLeechFromAttackDamageAgainstMaimedEnemiesUnique__1"] = { affix = "", "0.5% of Attack Damage Leeched as Life against Maimed Enemies", statOrderKey = "5319", statOrder = { 5319 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["GrantsDarktongueKissUnique__1"] = { affix = "", "Trigger Level 20 Darktongue's Kiss when you Cast a Curse Skill", statOrderKey = "424", statOrder = { 424 }, level = 1, group = "GrantsDarktongueKiss", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ShockEffectUnique__1"] = { affix = "", "(15-25)% increased Effect of Shock", statOrderKey = "7084", statOrder = { 7084 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockEffectUnique__2"] = { affix = "", "(15-25)% increased Effect of Lightning Ailments", statOrderKey = "5364", statOrder = { 5364 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockEffectUnique__3"] = { affix = "", "30% increased Effect of Lightning Ailments", statOrderKey = "5364", statOrder = { 5364 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedAreaOfSkillsWithNoFrenzyChargesUnique__1_"] = { affix = "", "15% increased Area of Effect while you have no Frenzy Charges", statOrderKey = "1558", statOrder = { 1558 }, level = 1, group = "IncreasedAreaOfSkillsWithNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalCriticalMultiplierWithNoFrenzyChargesUnique__1"] = { affix = "", "+50% Global Critical Strike Multiplier while you have no Frenzy Charges", statOrderKey = "1557", statOrder = { 1557 }, level = 1, group = "GlobalCriticalMultiplierWithNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["AccuracyRatingWithMaxFrenzyChargesUnique__1"] = { affix = "", "+(400-500) to Accuracy Rating while at Maximum Frenzy Charges", statOrderKey = "3825", statOrder = { 3825 }, level = 1, group = "AccuracyRatingWithMaxFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ReducedAttackSpeedOfMovementSkillsUnique__1"] = { affix = "", "Movement Attack Skills have 40% reduced Attack Speed", statOrderKey = "6888", statOrder = { 6888 }, level = 1, group = "ReducedAttackSpeedOfMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedColdDamageIfUsedFireSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Cold Damage if you have used a Fire Skill Recently", statOrderKey = "4486", statOrder = { 4486 }, level = 1, group = "IncreasedColdDamageIfUsedFireSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Fire Damage if you have used a Cold Skill Recently", statOrderKey = "4953", statOrder = { 4953 }, level = 1, group = "IncreasedFireDamageIfUsedColdSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["IncreasedDamagePerPowerChargeUnique__1"] = { affix = "", "5% increased Damage per Power Charge", statOrderKey = "4671", statOrder = { 4671 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChanceToGainMaximumPowerChargesUnique__1_"] = { affix = "", "25% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrderKey = "5075,5075.1", statOrder = { 5075, 5075.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["FireDamageCanPoisonUnique__1"] = { affix = "", "Your Fire Damage can Poison", statOrderKey = "2288", statOrder = { 2288 }, level = 1, group = "FireDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ColdDamageCanPoisonUnique__1_"] = { affix = "", "Your Cold Damage can Poison", statOrderKey = "2287", statOrder = { 2287 }, level = 1, group = "ColdDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["LightningDamageCanPoisonUnique__1"] = { affix = "", "Your Lightning Damage can Poison", statOrderKey = "2289", statOrder = { 2289 }, level = 1, group = "LightningDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["FireSkillsChanceToPoisonUnique__1"] = { affix = "", "Fire Skills have 20% chance to Poison on Hit", statOrderKey = "4972", statOrder = { 4972 }, level = 1, group = "FireSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ColdSkillsChanceToPoisonUnique__1"] = { affix = "", "Cold Skills have 20% chance to Poison on Hit", statOrderKey = "4511", statOrder = { 4511 }, level = 1, group = "ColdSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["LightningSkillsChanceToPoisonUnique__1_"] = { affix = "", "Lightning Skills have 20% chance to Poison on Hit", statOrderKey = "5535", statOrder = { 5535 }, level = 1, group = "LightningSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["GainManaAsExtraEnergyShieldUnique__1"] = { affix = "", "Gain (5-10)% of Maximum Mana as Extra Maximum Energy Shield", statOrderKey = "1679", statOrder = { 1679 }, level = 1, group = "GainManaAsExtraEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GrantsTouchOfGodUnique__1"] = { affix = "", "Grants Level 20 Doryani's Touch Skill", statOrderKey = "384", statOrder = { 384 }, level = 1, group = "GrantsTouchOfGod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsFrostbiteUnique__1"] = { affix = "", "Grants Level 5 Frostbite Skill", statOrderKey = "362", statOrder = { 362 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsSummonBeastRhoaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Rhoa Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsSummonBeastUrsaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Ursa Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsSummonBeastSnakeUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Snake Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ChaosResistDoubledUnique__1"] = { affix = "", "Chaos Resistance is doubled", statOrderKey = "4437", statOrder = { 4437 }, level = 1, group = "ChaosResistDoubled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["PlayerFarShotUnique__1"] = { affix = "", "Far Shot", statOrderKey = "7689", statOrder = { 7689 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionSkillManaCostUnique__1_"] = { affix = "", "(10-15)% reduced Mana Cost of Minion Skills", statOrderKey = "6860", statOrder = { 6860 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, + ["MinionSkillManaCostUnique__2"] = { affix = "", "(20-30)% reduced Mana Cost of Minion Skills", statOrderKey = "6860", statOrder = { 6860 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, + ["TriggeredAbyssalCryUnique__1"] = { affix = "", "Trigger Level 1 Intimidating Cry on Hit", statOrderKey = "497", statOrder = { 497 }, level = 1, group = "TriggeredAbyssalCry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredLightningWarpUnique__1__"] = { affix = "", "Trigger Level 15 Lightning Warp on Hit with this Weapon", statOrderKey = "429", statOrder = { 429 }, level = 1, group = "TriggeredLightningWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster" }, }, + ["TriggeredLightningWarpUnique__1Royale"] = { affix = "", "Trigger Level 1 Lightning Warp on Hit with this Weapon", statOrderKey = "429", statOrder = { 429 }, level = 1, group = "TriggeredLightningWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster" }, }, + ["SummonSkeletonsNumberOfSkeletonsToSummonUnique__1"] = { affix = "", "Summon 4 additional Skeleton Warriors with Summon Skeleton", statOrderKey = "3407", statOrder = { 3407 }, level = 1, group = "SummonSkeletonsNumberOfSkeletonsToSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SummonSkeletonsCooldownTimeUnique__1"] = { affix = "", "+1 second to Summon Skeleton Cooldown", statOrderKey = "7422", statOrder = { 7422 }, level = 1, group = "SummonSkeletonsCooldownTime", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["EnergyShieldRechargeStartsWhenStunnedUnique__1"] = { affix = "", "Energy Shield Recharge starts when you are Stunned", statOrderKey = "4888", statOrder = { 4888 }, level = 1, group = "EnergyShieldRechargeStartsWhenStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["TrapCooldownRecoveryUnique__1"] = { affix = "", "(10-15)% increased Cooldown Recovery Rate for throwing Traps", statOrderKey = "2874", statOrder = { 2874 }, level = 1, group = "TrapCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedExtraDamageFromCritsWithNoPowerChargesUnique__1"] = { affix = "", "You take 50% reduced Extra Damage from Critical Strikes while you have no Power Charges", statOrderKey = "4936", statOrder = { 4936 }, level = 1, group = "ReducedExtraDamageFromCritsWithNoPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["PhysAddedAsChaosWithMaxPowerChargesUnique__1"] = { affix = "", "Gain (8-12)% of Physical Damage as Extra Chaos Damage while at maximum Power Charges", statOrderKey = "2885", statOrder = { 2885 }, level = 1, group = "PhysAddedAsChaosWithMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ScorchingRaySkillUnique__1"] = { affix = "", "Grants Level 25 Scorching Ray Skill", statOrderKey = "377", statOrder = { 377 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["BlightSkillUnique__1"] = { affix = "", "Grants Level 22 Blight Skill", statOrderKey = "381", statOrder = { 381 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["BlightSkillUnique__1Royale__"] = { affix = "", "Grants Level 2 Blight Skill", statOrderKey = "381", statOrder = { 381 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__1"] = { affix = "", "Grants Summon Harbinger of the Arcane Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__2"] = { affix = "", "Grants Summon Harbinger of Time Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__3"] = { affix = "", "Grants Summon Harbinger of Focus Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__4_"] = { affix = "", "Grants Summon Harbinger of Directions Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__5"] = { affix = "", "Grants Summon Harbinger of Storms Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__6"] = { affix = "", "Grants Summon Harbinger of Brutality Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_1"] = { affix = "", "Grants Summon Greater Harbinger of the Arcane Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_2"] = { affix = "", "Grants Summon Greater Harbinger of Time Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2__3"] = { affix = "", "Grants Summon Greater Harbinger of Focus Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_4"] = { affix = "", "Grants Summon Greater Harbinger of Directions Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_5"] = { affix = "", "Grants Summon Greater Harbinger of Storms Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_6"] = { affix = "", "Grants Summon Greater Harbinger of Brutality Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ChannelledSkillDamageUnique__1"] = { affix = "", "Channelling Skills deal (50-70)% increased Damage", statOrderKey = "4429", statOrder = { 4429 }, level = 1, group = "ChannelledSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["VolkuurLessPoisonDurationUnique__1"] = { affix = "", "50% less Poison Duration", statOrderKey = "2586", statOrder = { 2586 }, level = 1, group = "VolkuurLessPoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ProjectileAttackCriticalStrikeChanceUnique__1"] = { affix = "", "Projectile Attack Skills have (40-60)% increased Critical Strike Chance", statOrderKey = "3709", statOrder = { 3709 }, level = 1, group = "ProjectileAttackCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["SupportedByLesserPoisonUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Chance to Poison", statOrderKey = "277", statOrder = { 277 }, level = 1, group = "SupportedByLesserPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByVileToxinsUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrderKey = "276", statOrder = { 276 }, level = 1, group = "SupportedByVileToxins", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByInnervateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Innervate", statOrderKey = "275", statOrder = { 275 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByInnervateUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 10 Innervate", statOrderKey = "275", statOrder = { 275 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Ice Bite", statOrderKey = "269", statOrder = { 269 }, level = 1, group = "SupportedByIceBite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["GrantsVoidGazeUnique__1"] = { affix = "", "Trigger Level 10 Void Gaze when you use a Skill", statOrderKey = "428", statOrder = { 428 }, level = 1, group = "GrantsVoidGaze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AddedChaosDamageVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "Attacks with this Weapon deal 80-120 added Chaos Damage against", "Enemies affected by at least 5 Poisons", statOrderKey = "6782,6782.1", statOrder = { 6782, 6782.1 }, level = 1, group = "AddedChaosDamageVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["PoisonDurationPerPowerChargeUnique__1"] = { affix = "", "3% increased Poison Duration per Power Charge", statOrderKey = "7055", statOrder = { 7055 }, level = 1, group = "PoisonDurationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDamagePerFrenzyChargeUnique__1"] = { affix = "", "10% increased Damage with Poison per Frenzy Charge", statOrderKey = "7047", statOrder = { 7047 }, level = 1, group = "PoisonDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["GainFrenzyChargeOnKillVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "(25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by at least 5 Poisons", statOrderKey = "5066", statOrder = { 5066 }, level = 1, group = "GainFrenzyChargeOnKillVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["GainPowerChargeOnKillVsEnemiesWithLessThan5PoisonsUnique__1"] = { affix = "", "(12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons", statOrderKey = "5096", statOrder = { 5096 }, level = 1, group = "GainPowerChargeOnKillVsEnemiesWithLessThan5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PoisonDurationWithOver150IntelligenceUnique__1"] = { affix = "", "(15-25)% increased Poison Duration if you have at least 150 Intelligence", statOrderKey = "7056", statOrder = { 7056 }, level = 1, group = "PoisonDurationWithOver150Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDamageWithOver300DexterityUnique__1"] = { affix = "", "(75-100)% increased Damage with Poison if you have at least 300 Dexterity", statOrderKey = "7050", statOrder = { 7050 }, level = 1, group = "PoisonDamageWithOver300Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["YouCannotBeHinderedUnique__1"] = { affix = "", "You cannot be Hindered", statOrderKey = "7605", statOrder = { 7605 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring" }, }, + ["YouCannotBeHinderedUnique__2"] = { affix = "", "You cannot be Hindered", statOrderKey = "7605", statOrder = { 7605 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring" }, }, + ["LocalMaimOnHitChanceUnique__1"] = { affix = "", "(15-20)% chance to Maim on Hit", statOrderKey = "5976", statOrder = { 5976 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["BlightSecondarySkillEffectDurationUnique__1"] = { affix = "", "Blight has (20-30)% increased Hinder Duration", statOrderKey = "4228", statOrder = { 4228 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GlobalCooldownRecoveryUnique__1"] = { affix = "", "(15-20)% increased Cooldown Recovery Rate", statOrderKey = "4102", statOrder = { 4102 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DebuffTimePassedUnique__1"] = { affix = "", "Debuffs on you expire (15-20)% faster", statOrderKey = "4723", statOrder = { 4723 }, level = 1, group = "DebuffTime", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeAndEnergyShieldRecoveryRateUnique_1"] = { affix = "", "(15-20)% increased Energy Shield Recovery rate", "(15-20)% increased Life Recovery rate", statOrderKey = "1114,1123", statOrder = { 1114, 1123 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LocalGrantsStormCascadeOnAttackUnique__1"] = { affix = "", "Trigger Level 20 Storm Cascade when you Attack", statOrderKey = "430", statOrder = { 430 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ProjectileAttacksChanceToBleedBeastialMinionUnique__1_"] = { affix = "", "Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while", "you have a Bestial Minion", statOrderKey = "3710,3710.1", statOrder = { 3710, 3710.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ProjectileAttacksChanceToPoisonBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Poison on Hit while", "you have a Bestial Minion", statOrderKey = "3712,3712.1", statOrder = { 3712, 3712.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["ProjectileAttacksChanceToMaimBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Maim on Hit while", "you have a Bestial Minion", statOrderKey = "3711,3711.1", statOrder = { 3711, 3711.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AddedPhysicalDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (11-16)-(21-25) Physical Damage to Attacks while you have a Bestial Minion", statOrderKey = "3713", statOrder = { 3713 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedChaosDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (13-19)-(23-29) Chaos Damage to Attacks while you have a Bestial Minion", statOrderKey = "3714", statOrder = { 3714 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AttackAndMovementSpeedBeastialMinionUnique__1"] = { affix = "", "(10-15)% increased Attack and Movement Speed while you have a Bestial Minion", statOrderKey = "3715", statOrder = { 3715 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["LifeLeechFromAttackDamageAgainstMaimedEnemiesUnique__1"] = { affix = "", "0.5% of Attack Damage Leeched as Life against Maimed Enemies", statOrderKey = "5465", statOrder = { 5465 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["GrantsDarktongueKissUnique__1"] = { affix = "", "Trigger Level 20 Darktongue's Kiss when you Cast a Curse Skill", statOrderKey = "427", statOrder = { 427 }, level = 1, group = "GrantsDarktongueKiss", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ShockEffectUnique__1"] = { affix = "", "(15-25)% increased Effect of Shock", statOrderKey = "7229", statOrder = { 7229 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockEffectUnique__2"] = { affix = "", "(15-25)% increased Effect of Lightning Ailments", statOrderKey = "5511", statOrder = { 5511 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockEffectUnique__3"] = { affix = "", "30% increased Effect of Lightning Ailments", statOrderKey = "5511", statOrder = { 5511 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, ["LocalCanSocketIgnoringColourUnique__1"] = { affix = "", "Gems can be Socketed in this Item ignoring Socket Colour", statOrderKey = "38", statOrder = { 38 }, level = 1, group = "LocalCanSocketIgnoringColour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalNoAttributeRequirementsUnique__1"] = { affix = "", "Has no Attribute Requirements", statOrderKey = "579", statOrder = { 579 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalNoAttributeRequirementsUnique__2"] = { affix = "", "Has no Attribute Requirements", statOrderKey = "579", statOrder = { 579 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalNoAttributeRequirementsUnique__1"] = { affix = "", "Has no Attribute Requirements", statOrderKey = "712", statOrder = { 712 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalNoAttributeRequirementsUnique__2"] = { affix = "", "Has no Attribute Requirements", statOrderKey = "712", statOrder = { 712 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["SocketedGemsInRedSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Red Sockets have +1 to Level", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "SocketedGemsInColouredSocketEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["SocketedGemsInGreenSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Green Sockets have +10% to Quality", statOrderKey = "48", statOrder = { 48 }, level = 1, group = "SocketedGemsInColouredSocketEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["SocketedGemsInBlueSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Blue Sockets gain 25% increased Experience", statOrderKey = "49", statOrder = { 49 }, level = 1, group = "SocketedGemsInColouredSocketEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["GainThaumaturgyBuffRotationUnique__1_"] = { affix = "", "Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence", statOrderKey = "7298", statOrder = { 7298 }, level = 1, group = "GainThaumaturgyBuffRotation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireBeamLengthUnique__1"] = { affix = "", "10% increased Scorching Ray beam length", statOrderKey = "4812", statOrder = { 4812 }, level = 1, group = "FireBeamLength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["GrantsPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Purity of Fire Skill", statOrderKey = "347", statOrder = { 347 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Purity of Ice Skill", statOrderKey = "353", statOrder = { 353 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Purity of Lightning Skill", statOrderKey = "355", statOrder = { 355 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsVaalPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Fire Skill", statOrderKey = "418", statOrder = { 418 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsVaalPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Ice Skill", statOrderKey = "419", statOrder = { 419 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsVaalPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Lightning Skill", statOrderKey = "420", statOrder = { 420 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["SpectreLifeUnique__1___"] = { affix = "", "+1000 to Spectre maximum Life", statOrderKey = "7158", statOrder = { 7158 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["SpectreIncreasedLifeUnique__1"] = { affix = "", "Spectres have (50-100)% increased maximum Life", statOrderKey = "1147", statOrder = { 1147 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["PowerChargeOnManaSpentUnique__1"] = { affix = "", "Gain a Power Charge after Spending a total of 200 Mana", statOrderKey = "5769", statOrder = { 5769 }, level = 1, group = "PowerChargeOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedCastSpeedPerPowerChargeUnique__1"] = { affix = "", "2% increased Cast Speed per Power Charge", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "IncreasedCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["ManaRegeneratedPerSecondPerPowerChargeUnique__1"] = { affix = "", "Regenerate 2 Mana per Second per Power Charge", statOrderKey = "6015", statOrder = { 6015 }, level = 1, group = "ManaRegeneratedPerSecondPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["GainARandomChargePerSecondWhileStationaryUnique__1"] = { affix = "", "Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary", statOrderKey = "4958", statOrder = { 4958 }, level = 1, group = "GainARandomChargePerSecondWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["LoseAllChargesOnMoveUnique__1"] = { affix = "", "Lose all Frenzy, Endurance, and Power Charges when you Move", statOrderKey = "5969", statOrder = { 5969 }, level = 1, group = "LoseAllChargesOnMove", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["GainThaumaturgyBuffRotationUnique__1_"] = { affix = "", "Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence", statOrderKey = "7475", statOrder = { 7475 }, level = 1, group = "GainThaumaturgyBuffRotation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireBeamLengthUnique__1"] = { affix = "", "10% increased Scorching Ray beam length", statOrderKey = "4949", statOrder = { 4949 }, level = 1, group = "FireBeamLength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GrantsPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Purity of Fire Skill", statOrderKey = "350", statOrder = { 350 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Purity of Ice Skill", statOrderKey = "356", statOrder = { 356 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Purity of Lightning Skill", statOrderKey = "358", statOrder = { 358 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsVaalPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Fire Skill", statOrderKey = "421", statOrder = { 421 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsVaalPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Ice Skill", statOrderKey = "422", statOrder = { 422 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsVaalPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Lightning Skill", statOrderKey = "423", statOrder = { 423 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SpectreLifeUnique__1___"] = { affix = "", "+1000 to Spectre maximum Life", statOrderKey = "7306", statOrder = { 7306 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["SpectreIncreasedLifeUnique__1"] = { affix = "", "Spectres have (50-100)% increased maximum Life", statOrderKey = "1289", statOrder = { 1289 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["PowerChargeOnManaSpentUnique__1"] = { affix = "", "Gain a Power Charge after Spending a total of 200 Mana", statOrderKey = "5913", statOrder = { 5913 }, level = 1, group = "PowerChargeOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedCastSpeedPerPowerChargeUnique__1"] = { affix = "", "2% increased Cast Speed per Power Charge", statOrderKey = "1000", statOrder = { 1000 }, level = 1, group = "IncreasedCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["ManaRegeneratedPerSecondPerPowerChargeUnique__1"] = { affix = "", "Regenerate 2 Mana per Second per Power Charge", statOrderKey = "6129", statOrder = { 6129 }, level = 1, group = "ManaRegeneratedPerSecondPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainARandomChargePerSecondWhileStationaryUnique__1"] = { affix = "", "Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary", statOrderKey = "5102", statOrder = { 5102 }, level = 1, group = "GainARandomChargePerSecondWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["LoseAllChargesOnMoveUnique__1"] = { affix = "", "Lose all Frenzy, Endurance, and Power Charges when you Move", statOrderKey = "6083", statOrder = { 6083 }, level = 1, group = "LoseAllChargesOnMove", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, ["ConsumesSupportGemsUnique"] = { affix = "", "Consumes Socketed Uncorrupted Support Gems when they reach Maximum Level", "Can Consume 4 Uncorrupted Support Gems", "Has not Consumed any Gems", statOrderKey = "39,39.1,39.2", statOrder = { 39, 39.1, 39.2 }, level = 88, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HungryLoopSupportedByAddedFireDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Fire Damage", statOrderKey = "39,227", statOrder = { 39, 227 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByColdPenetration_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cold Penetration", statOrderKey = "39,267", statOrder = { 39, 267 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIceBite"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ice Bite", statOrderKey = "39,266", statOrder = { 39, 266 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByManaLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mana Leech", statOrderKey = "39,268", statOrder = { 39, 268 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAddedColdDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Cold Damage", statOrderKey = "39,269", statOrder = { 39, 269 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByReducedManaCost"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Inspiration", statOrderKey = "39,270", statOrder = { 39, 270 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAdditionalAccuracy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Additional Accuracy", statOrderKey = "39,241", statOrder = { 39, 241 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBloodMagic"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arrogance", statOrderKey = "39,225", statOrder = { 39, 225 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFork"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Fork", statOrderKey = "39,247", statOrder = { 39, 247 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByInnervate_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Innervate", statOrderKey = "39,272", statOrder = { 39, 272 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByLesserPoison_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lesser Poison", statOrderKey = "39,274", statOrder = { 39, 274 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByHypothermia"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hypothermia", statOrderKey = "39,265", statOrder = { 39, 265 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByLifeLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Life Leech", statOrderKey = "39,244", statOrder = { 39, 244 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMeleeSplash_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Melee Splash", statOrderKey = "39,236", statOrder = { 39, 236 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMultistrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Multistrike", statOrderKey = "39,242", statOrder = { 39, 242 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFasterProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Faster Projectiles", statOrderKey = "39,243", statOrder = { 39, 243 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByRemoteMine"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Blastchain Mine", statOrderKey = "39,253", statOrder = { 39, 253 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByRemoteMine2_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 High-Impact Mine", statOrderKey = "39,158", statOrder = { 39, 158 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByStun"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Stun", statOrderKey = "39,240", statOrder = { 39, 240 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCastOnCrit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast On Critical Strike", statOrderKey = "39,237", statOrder = { 39, 237 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCastWhenStunned"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast when Stunned", statOrderKey = "39,238", statOrder = { 39, 238 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByVileToxins_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrderKey = "39,273", statOrder = { 39, 273 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByWeaponElementalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Elemental Damage with Attacks", statOrderKey = "39,248", statOrder = { 39, 248 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedFireDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Fire Damage", statOrderKey = "39,230", statOrder = { 39, 230 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByColdPenetration_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cold Penetration", statOrderKey = "39,270", statOrder = { 39, 270 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIceBite"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ice Bite", statOrderKey = "39,269", statOrder = { 39, 269 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByManaLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mana Leech", statOrderKey = "39,271", statOrder = { 39, 271 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedColdDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Cold Damage", statOrderKey = "39,272", statOrder = { 39, 272 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReducedManaCost"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Inspiration", statOrderKey = "39,273", statOrder = { 39, 273 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAdditionalAccuracy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Additional Accuracy", statOrderKey = "39,244", statOrder = { 39, 244 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBloodMagic"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arrogance", statOrderKey = "39,228", statOrder = { 39, 228 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFork"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Fork", statOrderKey = "39,250", statOrder = { 39, 250 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByInnervate_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Innervate", statOrderKey = "39,275", statOrder = { 39, 275 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLesserPoison_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chance to Poison", statOrderKey = "39,277", statOrder = { 39, 277 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByHypothermia"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hypothermia", statOrderKey = "39,268", statOrder = { 39, 268 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLifeLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Life Leech", statOrderKey = "39,247", statOrder = { 39, 247 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeleeSplash_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Melee Splash", statOrderKey = "39,239", statOrder = { 39, 239 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMultistrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Multistrike", statOrderKey = "39,245", statOrder = { 39, 245 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFasterProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Faster Projectiles", statOrderKey = "39,246", statOrder = { 39, 246 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRemoteMine"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Blastchain Mine", statOrderKey = "39,256", statOrder = { 39, 256 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRemoteMine2_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 High-Impact Mine", statOrderKey = "39,161", statOrder = { 39, 161 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByStun"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Stun", statOrderKey = "39,243", statOrder = { 39, 243 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnCrit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast On Critical Strike", statOrderKey = "39,240", statOrder = { 39, 240 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastWhenStunned"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast when Stunned", statOrderKey = "39,241", statOrder = { 39, 241 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByVileToxins_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrderKey = "39,276", statOrder = { 39, 276 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByWeaponElementalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Elemental Damage with Attacks", statOrderKey = "39,251", statOrder = { 39, 251 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["HungryLoopSupportedByIncreasedArea"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Area of Effect", statOrderKey = "39,83", statOrder = { 39, 83 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByKnockback"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Knockback", statOrderKey = "39,257", statOrder = { 39, 257 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedMinionLife"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Life", statOrderKey = "39,258", statOrder = { 39, 258 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedMinionSpeed"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Speed", statOrderKey = "39,262", statOrder = { 39, 262 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByLesserMultipleProjectiles_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lesser Multiple Projectiles", statOrderKey = "39,259", statOrder = { 39, 259 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedMinionDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Damage", statOrderKey = "39,260", statOrder = { 39, 260 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedCriticalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Increased Critical Damage", statOrderKey = "39,246", statOrder = { 39, 246 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBlind"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Blind", statOrderKey = "39,235", statOrder = { 39, 235 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEnduranceChargeOnStun"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrderKey = "39,277", statOrder = { 39, 277 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBlasphemy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "39,271", statOrder = { 39, 271 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByTrap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trap", statOrderKey = "39,220", statOrder = { 39, 220 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIronWill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Iron Will", statOrderKey = "39,256", statOrder = { 39, 256 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFasterCast"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Faster Casting", statOrderKey = "39,255", statOrder = { 39, 255 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFlee"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Chance to Flee", statOrderKey = "39,254", statOrder = { 39, 254 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByColdToFire_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cold to Fire", statOrderKey = "39,228", statOrder = { 39, 228 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySpellTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Totem", statOrderKey = "39,229", statOrder = { 39, 229 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByGreaterMultipleProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Greater Multiple Projectiles", statOrderKey = "39,117", statOrder = { 39, 117 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedCriticalStrikes"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Critical Strikes", statOrderKey = "39,125", statOrder = { 39, 125 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByItemQuantity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Item Quantity", statOrderKey = "39,130", statOrder = { 39, 130 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByItemRarity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Item Rarity", statOrderKey = "39,131", statOrder = { 39, 131 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedDuration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Duration", statOrderKey = "39,126", statOrder = { 39, 126 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByChanceToIgnite"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Combustion", statOrderKey = "39,97", statOrder = { 39, 97 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBloodlust"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bloodlust", statOrderKey = "39,88", statOrder = { 39, 88 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByLifeGainOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Life Gain On Hit", statOrderKey = "39,132", statOrder = { 39, 132 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCullingStrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Culling Strike", statOrderKey = "39,100", statOrder = { 39, 100 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPointBlank"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Point Blank", statOrderKey = "39,148", statOrder = { 39, 148 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIronGrip"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Iron Grip", statOrderKey = "39,129", statOrder = { 39, 129 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMeleeDamageOnFullLife"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Damage On Full Life", statOrderKey = "39,137", statOrder = { 39, 137 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByRangedAttackTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ballista Totem", statOrderKey = "39,154", statOrder = { 39, 154 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFirePenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fire Penetration", statOrderKey = "39,113", statOrder = { 39, 113 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByLightningPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lightning Penetration", statOrderKey = "39,134", statOrder = { 39, 134 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByChain"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chain", statOrderKey = "39,95", statOrder = { 39, 95 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMulticast"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Echo", statOrderKey = "39,141", statOrder = { 39, 141 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPowerChargeOnCrit_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Power Charge On Critical Strike", statOrderKey = "39,150", statOrder = { 39, 150 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedBurningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Burning Damage", statOrderKey = "39,124", statOrder = { 39, 124 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySummonElementalResistance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Army Support", statOrderKey = "39,168", statOrder = { 39, 168 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCurseOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hextouch", statOrderKey = "39,101", statOrder = { 39, 101 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCastOnKill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast On Melee Kill", statOrderKey = "39,93", statOrder = { 39, 93 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMultiTrap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Multiple Traps", statOrderKey = "39,222", statOrder = { 39, 222 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEmpower"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Empower", statOrderKey = "39,108", statOrder = { 39, 108 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySlowerProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Slower Projectiles", statOrderKey = "39,162", statOrder = { 39, 162 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByReducedDuration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Less Duration", statOrderKey = "39,157", statOrder = { 39, 157 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCastOnDamageTaken"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast when Damage Taken", statOrderKey = "39,92", statOrder = { 39, 92 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEnhance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Enhance", statOrderKey = "39,110", statOrder = { 39, 110 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPhysicalProjectileAttackDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Vicious Projectiles", statOrderKey = "39,145", statOrder = { 39, 145 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEnlighten"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Enlighten", statOrderKey = "39,111", statOrder = { 39, 111 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPhysicalToLightning_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Physical To Lightning", statOrderKey = "39,146", statOrder = { 39, 146 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByTrapAndMineDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trap And Mine Damage", statOrderKey = "39,223", statOrder = { 39, 223 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPoison"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Poison", statOrderKey = "39,149", statOrder = { 39, 149 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByVoidManipulation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Void Manipulation", statOrderKey = "39,177", statOrder = { 39, 177 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByRapidDecay"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swift Affliction", statOrderKey = "39,155", statOrder = { 39, 155 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByClusterTrap_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cluster Trap", statOrderKey = "39,221", statOrder = { 39, 221 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByElementalFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Focus", statOrderKey = "39,106", statOrder = { 39, 106 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMinefield"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minefield", statOrderKey = "39,138", statOrder = { 39, 138 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByTrapCooldown"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Advanced Traps", statOrderKey = "39,172", statOrder = { 39, 172 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCastWhileChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast While Channelling", statOrderKey = "39,94", statOrder = { 39, 94 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIgniteProliferation__"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ignite Proliferation", statOrderKey = "39,120", statOrder = { 39, 120 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByChanceToBleed"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chance To Bleed", statOrderKey = "39,96", statOrder = { 39, 96 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByDeadlyAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Deadly Ailments", statOrderKey = "39,102", statOrder = { 39, 102 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByDecay"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Decay", statOrderKey = "39,104", statOrder = { 39, 104 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEfficacy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Efficacy", statOrderKey = "39,105", statOrder = { 39, 105 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMaim"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Maim", statOrderKey = "39,135", statOrder = { 39, 135 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByImmolate"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Immolate", statOrderKey = "39,121", statOrder = { 39, 121 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByUnboundAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Unbound Ailments", statOrderKey = "39,174", statOrder = { 39, 174 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBrutality"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Brutality", statOrderKey = "39,91", statOrder = { 39, 91 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByRuthless_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ruthless", statOrderKey = "39,159", statOrder = { 39, 159 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByOnslaught_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Onslaught", statOrderKey = "39,143", statOrder = { 39, 143 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByKnockback"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Knockback", statOrderKey = "39,260", statOrder = { 39, 260 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedMinionLife"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Life", statOrderKey = "39,261", statOrder = { 39, 261 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedMinionSpeed"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Speed", statOrderKey = "39,265", statOrder = { 39, 265 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLesserMultipleProjectiles_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lesser Multiple Projectiles", statOrderKey = "39,262", statOrder = { 39, 262 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedMinionDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Damage", statOrderKey = "39,263", statOrder = { 39, 263 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedCriticalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Increased Critical Damage", statOrderKey = "39,249", statOrder = { 39, 249 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBlind"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Blind", statOrderKey = "39,238", statOrder = { 39, 238 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnduranceChargeOnStun"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrderKey = "39,280", statOrder = { 39, 280 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBlasphemy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "39,274", statOrder = { 39, 274 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trap", statOrderKey = "39,223", statOrder = { 39, 223 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIronWill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Iron Will", statOrderKey = "39,259", statOrder = { 39, 259 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFasterCast"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Faster Casting", statOrderKey = "39,258", statOrder = { 39, 258 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFlee"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Chance to Flee", statOrderKey = "39,257", statOrder = { 39, 257 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByColdToFire_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cold to Fire", statOrderKey = "39,231", statOrder = { 39, 231 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Totem", statOrderKey = "39,232", statOrder = { 39, 232 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGreaterMultipleProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Greater Multiple Projectiles", statOrderKey = "39,120", statOrder = { 39, 120 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedCriticalStrikes"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Critical Strikes", statOrderKey = "39,128", statOrder = { 39, 128 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByItemQuantity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Item Quantity", statOrderKey = "39,133", statOrder = { 39, 133 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByItemRarity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Item Rarity", statOrderKey = "39,134", statOrder = { 39, 134 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedDuration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Duration", statOrderKey = "39,129", statOrder = { 39, 129 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChanceToIgnite"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Combustion", statOrderKey = "39,98", statOrder = { 39, 98 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBloodlust"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bloodlust", statOrderKey = "39,89", statOrder = { 39, 89 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLifeGainOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Life Gain On Hit", statOrderKey = "39,135", statOrder = { 39, 135 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCullingStrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Culling Strike", statOrderKey = "39,101", statOrder = { 39, 101 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPointBlank"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Point Blank", statOrderKey = "39,151", statOrder = { 39, 151 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIronGrip"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Iron Grip", statOrderKey = "39,132", statOrder = { 39, 132 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeleeDamageOnFullLife"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Damage On Full Life", statOrderKey = "39,140", statOrder = { 39, 140 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRangedAttackTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ballista Totem", statOrderKey = "39,157", statOrder = { 39, 157 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFirePenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fire Penetration", statOrderKey = "39,115", statOrder = { 39, 115 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLightningPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lightning Penetration", statOrderKey = "39,137", statOrder = { 39, 137 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChain"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chain", statOrderKey = "39,96", statOrder = { 39, 96 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMulticast"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Echo", statOrderKey = "39,144", statOrder = { 39, 144 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPowerChargeOnCrit_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Power Charge On Critical Strike", statOrderKey = "39,153", statOrder = { 39, 153 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedBurningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Burning Damage", statOrderKey = "39,127", statOrder = { 39, 127 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySummonElementalResistance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Army Support", statOrderKey = "39,171", statOrder = { 39, 171 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCurseOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hextouch", statOrderKey = "39,102", statOrder = { 39, 102 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnKill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast On Melee Kill", statOrderKey = "39,94", statOrder = { 39, 94 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMultiTrap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Multiple Traps", statOrderKey = "39,225", statOrder = { 39, 225 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEmpower"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Empower", statOrderKey = "39,110", statOrder = { 39, 110 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySlowerProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Slower Projectiles", statOrderKey = "39,165", statOrder = { 39, 165 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReducedDuration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Less Duration", statOrderKey = "39,160", statOrder = { 39, 160 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnDamageTaken"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast when Damage Taken", statOrderKey = "39,93", statOrder = { 39, 93 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnhance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Enhance", statOrderKey = "39,112", statOrder = { 39, 112 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPhysicalProjectileAttackDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Vicious Projectiles", statOrderKey = "39,148", statOrder = { 39, 148 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnlighten"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Enlighten", statOrderKey = "39,113", statOrder = { 39, 113 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPhysicalToLightning_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Physical To Lightning", statOrderKey = "39,149", statOrder = { 39, 149 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrapAndMineDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trap And Mine Damage", statOrderKey = "39,226", statOrder = { 39, 226 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPoison"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Critical Strike Affliction", statOrderKey = "39,152", statOrder = { 39, 152 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByVoidManipulation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Void Manipulation", statOrderKey = "39,180", statOrder = { 39, 180 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRapidDecay"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swift Affliction", statOrderKey = "39,158", statOrder = { 39, 158 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByClusterTrap_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cluster Trap", statOrderKey = "39,224", statOrder = { 39, 224 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByElementalFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Focus", statOrderKey = "39,108", statOrder = { 39, 108 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMinefield"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minefield", statOrderKey = "39,141", statOrder = { 39, 141 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrapCooldown"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Advanced Traps", statOrderKey = "39,175", statOrder = { 39, 175 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastWhileChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast While Channelling", statOrderKey = "39,95", statOrder = { 39, 95 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIgniteProliferation__"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ignite Proliferation", statOrderKey = "39,123", statOrder = { 39, 123 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChanceToBleed"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chance To Bleed", statOrderKey = "39,97", statOrder = { 39, 97 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDeadlyAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Deadly Ailments", statOrderKey = "39,103", statOrder = { 39, 103 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDecay"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Decay", statOrderKey = "39,105", statOrder = { 39, 105 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEfficacy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Efficacy", statOrderKey = "39,107", statOrder = { 39, 107 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMaim"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Maim", statOrderKey = "39,138", statOrder = { 39, 138 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByImmolate"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Immolate", statOrderKey = "39,124", statOrder = { 39, 124 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByUnboundAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Unbound Ailments", statOrderKey = "39,177", statOrder = { 39, 177 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBrutality"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Brutality", statOrderKey = "39,92", statOrder = { 39, 92 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRuthless_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ruthless", statOrderKey = "39,162", statOrder = { 39, 162 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByOnslaught_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Onslaught", statOrderKey = "39,146", statOrder = { 39, 146 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["HungryLoopSupportedByArcaneSurge"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arcane Surge", statOrderKey = "39,84", statOrder = { 39, 84 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["HungryLoopSupportedByBarrage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Barrage", statOrderKey = "39,87", statOrder = { 39, 87 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByArrowNova"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arrow Nova", statOrderKey = "39,153", statOrder = { 39, 153 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPierce_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Pierce", statOrderKey = "39,263", statOrder = { 39, 263 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFasterAttacks"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Faster Attacks", statOrderKey = "39,234", statOrder = { 39, 234 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMeleePhysicalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Melee Physical Damage", statOrderKey = "39,233", statOrder = { 39, 233 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByGenerosity_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Generosity", statOrderKey = "39,251", statOrder = { 39, 251 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFortify_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fortify", statOrderKey = "39,252", statOrder = { 39, 252 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByElementalProliferation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrderKey = "39,231", statOrder = { 39, 231 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByControlledDestruction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Controlled Destruction", statOrderKey = "39,276", statOrder = { 39, 276 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByConcentratedEffect"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrderKey = "39,219", statOrder = { 39, 219 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCastOnDeath"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast on Death", statOrderKey = "39,239", statOrder = { 39, 239 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAddedLightningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Lightning Damage", statOrderKey = "39,232", statOrder = { 39, 232 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAddedChaosDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Chaos Damage", statOrderKey = "39,224", statOrder = { 39, 224 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByReducedBlockChance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Block Chance Reduction", statOrderKey = "39,156", statOrder = { 39, 156 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByStormBarrier"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Infused Channelling", statOrderKey = "39,167", statOrder = { 39, 167 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByParallelProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Volley", statOrderKey = "39,144", statOrder = { 39, 144 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByGreaterVolley"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Greater Volley", statOrderKey = "39,119", statOrder = { 39, 119 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySpellCascade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Cascade", statOrderKey = "39,164", statOrder = { 39, 164 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySpiritStrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ancestral Call", statOrderKey = "39,166", statOrder = { 39, 166 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySummonGhostOnKill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Summon Phantasm", statOrderKey = "39,169", statOrder = { 39, 169 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMirageArcher_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mirage Archer", statOrderKey = "39,139", statOrder = { 39, 139 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFrenzyPowerOnTrapTrigger"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Charged Traps", statOrderKey = "39,116", statOrder = { 39, 116 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByChaosAttacks"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Withering Touch", statOrderKey = "39,178", statOrder = { 39, 178 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBonechill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bonechill", statOrderKey = "39,90", statOrder = { 39, 90 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMultiTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Multiple Totems", statOrderKey = "39,140", statOrder = { 39, 140 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEnergyLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Energy Leech", statOrderKey = "39,109", statOrder = { 39, 109 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySpellFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Intensify", statOrderKey = "39,165", statOrder = { 39, 165 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByUnleash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Unleash", statOrderKey = "39,175", statOrder = { 39, 175 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByImpale"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Impale", statOrderKey = "39,122", statOrder = { 39, 122 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPulverise"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Pulverise", statOrderKey = "39,151", statOrder = { 39, 151 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByRage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Rage", statOrderKey = "39,152", statOrder = { 39, 152 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCloseCombat"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Close Combat", statOrderKey = "39,99", statOrder = { 39, 99 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByShockwave_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Shockwave", statOrderKey = "39,161", statOrder = { 39, 161 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFeedingFrenzy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Feeding Frenzy", statOrderKey = "39,112", statOrder = { 39, 112 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMeatShield"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Meat Shield", statOrderKey = "39,136", statOrder = { 39, 136 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByDeathmark_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Predator", statOrderKey = "39,103", statOrder = { 39, 103 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByNightblade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Nightblade", statOrderKey = "39,142", statOrder = { 39, 142 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByInfernalLegion_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Infernal Legion", statOrderKey = "39,127", statOrder = { 39, 127 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySwiftAssembly"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swift Assembly", statOrderKey = "39,170", statOrder = { 39, 170 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByChargedMines"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Charged Mines", statOrderKey = "39,98", statOrder = { 39, 98 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedAddedFireDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Fire Damage", statOrderKey = "39,184", statOrder = { 39, 184 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedAncestralCall"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Ancestral Call", statOrderKey = "39,186", statOrder = { 39, 186 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedBrutality"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Brutality", statOrderKey = "39,189", statOrder = { 39, 189 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedBurningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Burning Damage", statOrderKey = "39,190", statOrder = { 39, 190 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedWeaponElementalDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Elemental Damage With Attacks", statOrderKey = "39,216", statOrder = { 39, 216 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedFirePenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Fire Penetration", statOrderKey = "39,199", statOrder = { 39, 199 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedGenerosity_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Generosity", statOrderKey = "39,201", statOrder = { 39, 201 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedMeleePhysicalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Melee Physical Damage", statOrderKey = "39,205", statOrder = { 39, 205 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedMeleeSplash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Melee Splash", statOrderKey = "39,206", statOrder = { 39, 206 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedMultistrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Multistrike", statOrderKey = "39,208", statOrder = { 39, 208 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedAddedColdDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Cold Damage", statOrderKey = "39,183", statOrder = { 39, 183 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedArrowNova"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Arrow Nova", statOrderKey = "39,187", statOrder = { 39, 187 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedCastOnCrit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cast On Critical Strike", statOrderKey = "39,191", statOrder = { 39, 191 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedChain"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Chain", statOrderKey = "39,193", statOrder = { 39, 193 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedColdPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cold Penetration", statOrderKey = "39,194", statOrder = { 39, 194 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedDeadlyAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Deadly Ailments", statOrderKey = "39,197", statOrder = { 39, 197 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedFork"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Fork", statOrderKey = "39,200", statOrder = { 39, 200 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedGreaterMultipleProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Greater Multiple Projectiles", statOrderKey = "39,202", statOrder = { 39, 202 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedSwiftAffliction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Swift Affliction", statOrderKey = "39,211", statOrder = { 39, 211 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedVoidManipulation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Void Manipulation", statOrderKey = "39,215", statOrder = { 39, 215 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedViciousProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Vicious Projectiles", statOrderKey = "39,214", statOrder = { 39, 214 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedAddedChaosDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Chaos Damage", statOrderKey = "39,182", statOrder = { 39, 182 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedAddedLightningDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Lightning Damage", statOrderKey = "39,185", statOrder = { 39, 185 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedBlasphemy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Blasphemy", statOrderKey = "39,188", statOrder = { 39, 188 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedCastWhileChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cast While Channelling", statOrderKey = "39,192", statOrder = { 39, 192 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedControlledDestruction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Controlled Destruction", statOrderKey = "39,195", statOrder = { 39, 195 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedCurseOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Hextouch", statOrderKey = "39,196", statOrder = { 39, 196 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedElementalFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Elemental Focus", statOrderKey = "39,198", statOrder = { 39, 198 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedIncreasedAreaOfEffect_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Increased Area Of Effect", statOrderKey = "39,203", statOrder = { 39, 203 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedLightningPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Lightning Penetration", statOrderKey = "39,204", statOrder = { 39, 204 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedMinionDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Minion Damage", statOrderKey = "39,207", statOrder = { 39, 207 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedSpellCascade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Spell Cascade", statOrderKey = "39,209", statOrder = { 39, 209 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedSpellEcho__"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Spell Echo", statOrderKey = "39,210", statOrder = { 39, 210 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedUnboundAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Unbound Ailments", statOrderKey = "39,212", statOrder = { 39, 212 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedUnleash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Unleash", statOrderKey = "39,213", statOrder = { 39, 213 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySecondWind_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Second Wind", statOrderKey = "39,160", statOrder = { 39, 160 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByArrowNova"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arrow Nova", statOrderKey = "39,156", statOrder = { 39, 156 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPierce_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Pierce", statOrderKey = "39,266", statOrder = { 39, 266 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFasterAttacks"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Faster Attacks", statOrderKey = "39,237", statOrder = { 39, 237 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeleePhysicalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Melee Physical Damage", statOrderKey = "39,236", statOrder = { 39, 236 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGenerosity_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Generosity", statOrderKey = "39,254", statOrder = { 39, 254 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFortify_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fortify", statOrderKey = "39,255", statOrder = { 39, 255 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByElementalProliferation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrderKey = "39,234", statOrder = { 39, 234 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByControlledDestruction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Controlled Destruction", statOrderKey = "39,279", statOrder = { 39, 279 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByConcentratedEffect"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrderKey = "39,222", statOrder = { 39, 222 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnDeath"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast on Death", statOrderKey = "39,242", statOrder = { 39, 242 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedLightningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Lightning Damage", statOrderKey = "39,235", statOrder = { 39, 235 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedChaosDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Chaos Damage", statOrderKey = "39,227", statOrder = { 39, 227 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReducedBlockChance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Block Chance Reduction", statOrderKey = "39,159", statOrder = { 39, 159 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByStormBarrier"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Infused Channelling", statOrderKey = "39,170", statOrder = { 39, 170 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByParallelProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Volley", statOrderKey = "39,147", statOrder = { 39, 147 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGreaterVolley"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Greater Volley", statOrderKey = "39,122", statOrder = { 39, 122 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellCascade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Cascade", statOrderKey = "39,167", statOrder = { 39, 167 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpiritStrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ancestral Call", statOrderKey = "39,169", statOrder = { 39, 169 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySummonGhostOnKill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Summon Phantasm", statOrderKey = "39,172", statOrder = { 39, 172 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMirageArcher_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mirage Archer", statOrderKey = "39,142", statOrder = { 39, 142 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFrenzyPowerOnTrapTrigger"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Charged Traps", statOrderKey = "39,119", statOrder = { 39, 119 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChaosAttacks"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Withering Touch", statOrderKey = "39,181", statOrder = { 39, 181 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBonechill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bonechill", statOrderKey = "39,91", statOrder = { 39, 91 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMultiTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Multiple Totems", statOrderKey = "39,143", statOrder = { 39, 143 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnergyLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Energy Leech", statOrderKey = "39,111", statOrder = { 39, 111 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Intensify", statOrderKey = "39,168", statOrder = { 39, 168 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByUnleash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Unleash", statOrderKey = "39,178", statOrder = { 39, 178 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByImpale"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Impale", statOrderKey = "39,125", statOrder = { 39, 125 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPulverise"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Pulverise", statOrderKey = "39,154", statOrder = { 39, 154 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Rage", statOrderKey = "39,155", statOrder = { 39, 155 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCloseCombat"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Close Combat", statOrderKey = "39,100", statOrder = { 39, 100 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByShockwave_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Shockwave", statOrderKey = "39,164", statOrder = { 39, 164 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFeedingFrenzy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Feeding Frenzy", statOrderKey = "39,114", statOrder = { 39, 114 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeatShield"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Meat Shield", statOrderKey = "39,139", statOrder = { 39, 139 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDeathmark_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Predator", statOrderKey = "39,104", statOrder = { 39, 104 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByNightblade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Nightblade", statOrderKey = "39,145", statOrder = { 39, 145 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByInfernalLegion_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Infernal Legion", statOrderKey = "39,130", statOrder = { 39, 130 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySwiftAssembly"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swift Assembly", statOrderKey = "39,173", statOrder = { 39, 173 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChargedMines"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Charged Mines", statOrderKey = "39,99", statOrder = { 39, 99 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedFireDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Fire Damage", statOrderKey = "39,187", statOrder = { 39, 187 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAncestralCall"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Ancestral Call", statOrderKey = "39,189", statOrder = { 39, 189 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedBrutality"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Brutality", statOrderKey = "39,192", statOrder = { 39, 192 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedBurningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Burning Damage", statOrderKey = "39,193", statOrder = { 39, 193 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedWeaponElementalDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Elemental Damage With Attacks", statOrderKey = "39,219", statOrder = { 39, 219 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedFirePenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Fire Penetration", statOrderKey = "39,202", statOrder = { 39, 202 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedGenerosity_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Generosity", statOrderKey = "39,204", statOrder = { 39, 204 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMeleePhysicalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Melee Physical Damage", statOrderKey = "39,208", statOrder = { 39, 208 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMeleeSplash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Melee Splash", statOrderKey = "39,209", statOrder = { 39, 209 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMultistrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Multistrike", statOrderKey = "39,211", statOrder = { 39, 211 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedColdDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Cold Damage", statOrderKey = "39,186", statOrder = { 39, 186 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedArrowNova"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Arrow Nova", statOrderKey = "39,190", statOrder = { 39, 190 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedCastOnCrit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cast On Critical Strike", statOrderKey = "39,194", statOrder = { 39, 194 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedChain"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Chain", statOrderKey = "39,196", statOrder = { 39, 196 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedColdPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cold Penetration", statOrderKey = "39,197", statOrder = { 39, 197 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedDeadlyAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Deadly Ailments", statOrderKey = "39,200", statOrder = { 39, 200 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedFork"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Fork", statOrderKey = "39,203", statOrder = { 39, 203 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedGreaterMultipleProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Greater Multiple Projectiles", statOrderKey = "39,205", statOrder = { 39, 205 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedSwiftAffliction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Swift Affliction", statOrderKey = "39,214", statOrder = { 39, 214 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedVoidManipulation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Void Manipulation", statOrderKey = "39,218", statOrder = { 39, 218 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedViciousProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Vicious Projectiles", statOrderKey = "39,217", statOrder = { 39, 217 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedChaosDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Chaos Damage", statOrderKey = "39,185", statOrder = { 39, 185 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedLightningDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Lightning Damage", statOrderKey = "39,188", statOrder = { 39, 188 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedBlasphemy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Blasphemy", statOrderKey = "39,191", statOrder = { 39, 191 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedCastWhileChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cast While Channelling", statOrderKey = "39,195", statOrder = { 39, 195 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedControlledDestruction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Controlled Destruction", statOrderKey = "39,198", statOrder = { 39, 198 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedCurseOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Hextouch", statOrderKey = "39,199", statOrder = { 39, 199 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedElementalFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Elemental Focus", statOrderKey = "39,201", statOrder = { 39, 201 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedIncreasedAreaOfEffect_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Increased Area Of Effect", statOrderKey = "39,206", statOrder = { 39, 206 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedLightningPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Lightning Penetration", statOrderKey = "39,207", statOrder = { 39, 207 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMinionDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Minion Damage", statOrderKey = "39,210", statOrder = { 39, 210 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedSpellCascade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Spell Cascade", statOrderKey = "39,212", statOrder = { 39, 212 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedSpellEcho__"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Spell Echo", statOrderKey = "39,213", statOrder = { 39, 213 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedUnboundAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Unbound Ailments", statOrderKey = "39,215", statOrder = { 39, 215 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedUnleash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Unleash", statOrderKey = "39,216", statOrder = { 39, 216 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySecondWind_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Second Wind", statOrderKey = "39,163", statOrder = { 39, 163 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["HungryLoopSupportedByArchmage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Archmage", statOrderKey = "39,85", statOrder = { 39, 85 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByUrgentOrders"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Urgent Orders", statOrderKey = "39,176", statOrder = { 39, 176 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFistOfWar"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fist of War", statOrderKey = "39,114", statOrder = { 39, 114 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySwiftBrand"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swiftbrand", statOrderKey = "39,171", statOrder = { 39, 171 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByElementalPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Penetration", statOrderKey = "39,107", statOrder = { 39, 107 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByImpendingDoom"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Impending Doom", statOrderKey = "39,123", statOrder = { 39, 123 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HungryLoopSupportedByBloodthirst_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bloodthirst", statOrderKey = "39,89", statOrder = { 39, 89 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HungryLoopSupportedByFragility_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cruelty", statOrderKey = "39,115", statOrder = { 39, 115 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HungryLoopSupportedByLifetap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lifetap", statOrderKey = "39,133", statOrder = { 39, 133 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HungryLoopSupportedByUrgentOrders"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Urgent Orders", statOrderKey = "39,179", statOrder = { 39, 179 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFistOfWar"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fist of War", statOrderKey = "39,116", statOrder = { 39, 116 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySwiftBrand"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swiftbrand", statOrderKey = "39,174", statOrder = { 39, 174 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByElementalPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Penetration", statOrderKey = "39,109", statOrder = { 39, 109 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByImpendingDoom"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Impending Doom", statOrderKey = "39,126", statOrder = { 39, 126 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBloodthirst_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bloodthirst", statOrderKey = "39,90", statOrder = { 39, 90 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFragility_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cruelty", statOrderKey = "39,118", statOrder = { 39, 118 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLifetap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lifetap", statOrderKey = "39,136", statOrder = { 39, 136 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFocussedBallista_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Focused Ballista", statOrderKey = "39,117", statOrder = { 39, 117 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEarthbreaker"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Earthbreaker", statOrderKey = "39,106", statOrder = { 39, 106 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBehead"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Behead", statOrderKey = "39,88", statOrder = { 39, 88 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["SocketedGemLevelPer25PlayerLevelsUnique__1"] = { affix = "", "+1 to Level of Socketed Active Skill Gems per 25 Player Levels", statOrderKey = "46", statOrder = { 46 }, level = 1, group = "SocketedGemLevelPer25PlayerLevels", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["TriggerSocketedSpellOnAttackUnique__1"] = { affix = "", "Trigger a Socketed Spell when you Attack with this Weapon, with a 0.15 second Cooldown", statOrderKey = "497", statOrder = { 497 }, level = 1, group = "TriggerSocketedSpellOnAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, - ["AddsPhysicalDamagePer3PlayerLevelsUnique__1_"] = { affix = "", "Adds 3 to 5 Physical Damage to Attacks with this Weapon per 3 Player Levels", statOrderKey = "695", statOrder = { 695 }, level = 1, group = "AddsPhysicalDamagePer3PlayerLevels", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["FlaskPoisonDurationUnique__1"] = { affix = "", "(50-75)% increased Duration of Poisons you inflict during Flask effect", statOrderKey = "5858", statOrder = { 5858 }, level = 1, group = "FlaskPoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "poison", "chaos", "ailment" }, }, - ["FlaskHitsHaveNoCritMultiUnique__1"] = { affix = "", "Your Critical Strikes do not deal extra Damage during Flask effect", statOrderKey = "5857", statOrder = { 5857 }, level = 1, group = "FlaskHitsHaveNoCritMulti", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage", "critical" }, }, - ["FlaskGrantsPerfectAgonyUnique__1_"] = { affix = "", "Grants Perfect Agony during Flask effect", statOrderKey = "7523", statOrder = { 7523 }, level = 1, group = "FlaskGrantsPerfectAgony", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage", "critical", "ailment" }, }, - ["FlaskChanceToPoisonUnique__1"] = { affix = "", "25% chance to Poison on Hit during Flask effect", statOrderKey = "5754", statOrder = { 5754 }, level = 1, group = "FlaskChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "poison", "chaos", "ailment" }, }, - ["FlaskTakeChaosDamagePerSecondUnique__1"] = { affix = "", "Take 30 Chaos Damage per Second during Flask effect", statOrderKey = "564", statOrder = { 564 }, level = 1, group = "FlaskTakeChaosDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, - ["StarterPassiveTreeJewelUnique__1_"] = { affix = "", "While your Passive Skill Tree connects to the Duelist's starting location, you gain:", "1% of Attack Damage Leeched as Life", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["TriggerSocketedSpellOnAttackUnique__1"] = { affix = "", "Trigger a Socketed Spell when you Attack with this Weapon, with a 0.15 second Cooldown", statOrderKey = "501", statOrder = { 501 }, level = 1, group = "TriggerSocketedSpellOnAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["AddsPhysicalDamagePer3PlayerLevelsUnique__1_"] = { affix = "", "Adds 3 to 5 Physical Damage to Attacks with this Weapon per 3 Player Levels", statOrderKey = "828", statOrder = { 828 }, level = 1, group = "AddsPhysicalDamagePer3PlayerLevels", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["FlaskPoisonDurationUnique__1"] = { affix = "", "(50-75)% increased Duration of Poisons you inflict during Flask effect", statOrderKey = "641", statOrder = { 641 }, level = 1, group = "FlaskPoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "poison", "chaos", "ailment" }, }, + ["FlaskHitsHaveNoCritMultiUnique__1"] = { affix = "", "Your Critical Strikes do not deal extra Damage during Flask effect", statOrderKey = "640", statOrder = { 640 }, level = 1, group = "FlaskHitsHaveNoCritMulti", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage", "critical" }, }, + ["FlaskGrantsPerfectAgonyUnique__1_"] = { affix = "", "Grants Perfect Agony during Flask effect", statOrderKey = "700", statOrder = { 700 }, level = 1, group = "FlaskGrantsPerfectAgony", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage", "critical", "ailment" }, }, + ["FlaskChanceToPoisonUnique__1"] = { affix = "", "25% chance to Poison on Hit during Flask effect", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "FlaskChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "poison", "chaos", "ailment" }, }, + ["FlaskTakeChaosDamagePerSecondUnique__1"] = { affix = "", "Take 30 Chaos Damage per Second during Flask effect", statOrderKey = "672", statOrder = { 672 }, level = 1, group = "FlaskTakeChaosDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["FlaskTakeChaosDamagePerSecondUnique__2"] = { affix = "", "Take 250 Chaos Damage per Second during Flask effect", statOrderKey = "672", statOrder = { 672 }, level = 1, group = "FlaskTakeChaosDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["FlaskCriticalStrikeDoTMultiplierUnique__1"] = { affix = "", "+(20-30)% to Damage over Time Multiplier for Poison from Critical Strikes during Flask effect", statOrderKey = "647", statOrder = { 647 }, level = 1, group = "FlaskCriticalStrikeDoTMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical", "ailment" }, }, + ["StarterPassiveTreeJewelUnique__1_"] = { affix = "", "While your Passive Skill Tree connects to the Duelist's starting location, you gain:", "1% of Attack Damage Leeched as Life", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, ["AbyssJewelSocketImplicit"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["AbyssJewelSocketUnique__1"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["AbyssJewelSocketUnique__2"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, @@ -5211,1284 +5341,1344 @@ return { ["AbyssJewelSocketUnique__12"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["AbyssJewelSocketUnique__13"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["AbyssJewelSocketUnique__14"] = { affix = "", "Has 6 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StarterPassiveTreeJewelUnique__2"] = { affix = "", "While your Passive Skill Tree connects to the Ranger's starting location, you gain:", "7% increased Movement Speed", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["StarterPassiveTreeJewelUnique__3"] = { affix = "", "While your Passive Skill Tree connects to the Shadow's starting location, you gain:", "+0.5% to Critical Strike Chance", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["StarterPassiveTreeJewelUnique__4"] = { affix = "", "While your Passive Skill Tree connects to the Witch's starting location, you gain:", "0.5% of Mana Regenerated per second", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["StarterPassiveTreeJewelUnique__5"] = { affix = "", "While your Passive Skill Tree connects to the Templar's starting location, you gain:", "Damage Penetrates 5% Elemental Resistances", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["StarterPassiveTreeJewelUnique__6"] = { affix = "", "While your Passive Skill Tree connects to the Scion's starting location, you gain:", "+25 to All Attributes", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StarterPassiveTreeJewelUnique__7"] = { affix = "", "While your Passive Skill Tree connects to the Marauder's starting location, you gain:", "Melee Skills have 15% increased Area of Effect", statOrderKey = "7355,7355.1", statOrder = { 7355, 7355.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StarterPassiveJewelUnique__8"] = { affix = "", "While your Passive Skill Tree connects to the Marauder's starting location, you gain:", "1% of Life Regenerated per second", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["StarterPassiveJewelUnique__9_"] = { affix = "", "While your Passive Skill Tree connects to the Duelist's starting location, you gain:", "+2 to Melee Strike Range", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StarterPassiveJewelUnique__10__"] = { affix = "", "While your Passive Skill Tree connects to the Ranger's starting location, you gain:", "20% increased Flask Charges gained", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["StarterPassiveJewelUnique__11__"] = { affix = "", "While your Passive Skill Tree connects to the Shadow's starting location, you gain:", "12% increased Attack and Cast Speed", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["StarterPassiveJewelUnique__12__"] = { affix = "", "While your Passive Skill Tree connects to the Witch's starting location, you gain:", "20% increased Skill Effect Duration", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StarterPassiveJewelUnique__13"] = { affix = "", "While your Passive Skill Tree connects to the Templar's starting location, you gain:", "+4% Chance to Block Attack and Spell Damage", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StarterPassiveJewelUnique__14_"] = { affix = "", "While your Passive Skill Tree connects to the Scion's starting location, you gain:", "30% increased Damage", statOrderKey = "7356,7356.1", statOrder = { 7356, 7356.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedCriticalStrikeChancePerAccuracyRatingUnique__1"] = { affix = "", "2% increased Attack Critical Strike Chance per 200 Accuracy Rating", statOrderKey = "3896", statOrder = { 3896 }, level = 65, group = "IncreasedCriticalStrikeChancePerAccuracyRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["PassiveEffectivenessJewelUnique__1_"] = { affix = "", "50% increased Effect of non-Keystone Passive Skills in Radius", "Notable Passive Skills in Radius grant nothing", statOrderKey = "5951,5952", statOrder = { 5951, 5952 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DegradingMovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Attack, Cast and Movement Speed during Flask Effect", "Reduce Attack, Cast and Movement Speed 10% every second during Flask Effect", statOrderKey = "5739,5740", statOrder = { 5739, 5740 }, level = 1, group = "DegradingMovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "attack", "caster", "speed" }, }, - ["TriggeredFireAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Fire Aegis when Equipped", statOrderKey = "445", statOrder = { 445 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredColdAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Cold Aegis when Equipped", statOrderKey = "443", statOrder = { 443 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredLightningAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Lightning Aegis when Equipped", statOrderKey = "446", statOrder = { 446 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredElementalAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Elemental Aegis when Equipped", statOrderKey = "444", statOrder = { 444 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredPhysicalAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Physical Aegis when Equipped", statOrderKey = "448", statOrder = { 448 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["SupportedByBlasphemyUnique"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, - ["GrantCursePillarSkillUnique"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills ignore Curse Limit", statOrderKey = "391,391.1,391.2", statOrder = { 391, 391.1, 391.2 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ReflectPoisonsToSelfUnique__1"] = { affix = "", "Poison you inflict is Reflected to you if you have fewer than 100 Poisons on you", statOrderKey = "6923", statOrder = { 6923 }, level = 1, group = "ReflectPoisonsToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ReflectBleedingToSelfUnique__1"] = { affix = "", "Bleeding you inflict is Reflected to you", statOrderKey = "4053", statOrder = { 4053 }, level = 1, group = "ReflectBleedingToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChaosResistancePerPoisonOnSelfUnique__1"] = { affix = "", "+1% to Chaos Resistance per Poison on you", statOrderKey = "4313", statOrder = { 4313 }, level = 1, group = "ChaosResistancePerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["DamagePerPoisonOnSelfUnique__1_"] = { affix = "", "15% increased Damage for each Poison on you up to a maximum of 75%", statOrderKey = "4543", statOrder = { 4543 }, level = 1, group = "DamagePerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MovementSpeedPerPoisonOnSelfUnique__1_"] = { affix = "", "10% increased Movement Speed for each Poison on you up to a maximum of 50%", statOrderKey = "6770", statOrder = { 6770 }, level = 1, group = "MovementSpeedPerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["TravelSkillsReflectPoisonUnique__1"] = { affix = "", "Poison you inflict with Travel Skills is Reflected to you if you", "have fewer than 5 Poisons on you", statOrderKey = "7326,7326.1", statOrder = { 7326, 7326.1 }, level = 57, group = "TravelSkillsReflectPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["IncreasedArmourWhileBleedingUnique__1"] = { affix = "", "(30-40)% increased Armour while Bleeding", statOrderKey = "3836", statOrder = { 3836 }, level = 1, group = "IncreasedArmourWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["SpectreCriticalStrikeChanceUnique__1"] = { affix = "", "Spectres have (800-1000)% increased Critical Strike Chance", statOrderKey = "7160", statOrder = { 7160 }, level = 1, group = "SpectreCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, - ["SpectreHaveBaseDurationUnique__1"] = { affix = "", "Spectres have a Base Duration of 20 seconds", "Spectres do not travel between Areas", statOrderKey = "7163,7163.1", statOrder = { 7163, 7163.1 }, level = 1, group = "SpectreHaveBaseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["GainCriticalStrikeChanceOnManaSpentUnique__1"] = { affix = "", "Gain +2% to Critical Strike Chance for 2 seconds after Spending a total of 800 Mana", statOrderKey = "4908", statOrder = { 4908 }, level = 69, group = "GainCriticalStrikeChanceOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["GainHerEmbraceOnIgniteUnique__1"] = { affix = "", "Gain Her Embrace for 3 seconds when you Ignite an Enemy", statOrderKey = "4925", statOrder = { 4925 }, level = 1, group = "GainHerEmbraceOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TakeDamagePerLevelWhileHerEmbraceUnique__1_"] = { affix = "", "While in Her Embrace, take 0.5% of your total Maximum Life and Energy Shield as Fire Damage per second per Level", statOrderKey = "6854", statOrder = { 6854 }, level = 1, group = "TakeDamagePerLevelWhileHerEmbrace", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["GainArmourEqualToManaReservedUnique__1"] = { affix = "", "Gain Armour equal to your Reserved Mana", statOrderKey = "4902", statOrder = { 4902 }, level = 1, group = "GainArmourEqualToManaReserved", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["VaalPactIfCritRecentlyUnique__1"] = { affix = "", "You have Vaal Pact if you've dealt a Critical Strike Recently", statOrderKey = "4966", statOrder = { 4966 }, level = 1, group = "VaalPactIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AdditionalArrowWhileAccuracyIs3000Uber1"] = { affix = "", "Bow Attacks fire an additional Arrow while Main Hand Accuracy Rating is at least 3000", statOrderKey = "6818", statOrder = { 6818 }, level = 1, group = "AdditionalArrowWhileAccuracyIs3000", weightKey = { "bow_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyRatingIsDoubledUber1"] = { affix = "", "50% more Global Accuracy Rating", statOrderKey = "3724", statOrder = { 3724 }, level = 1, group = "AccuracyRatingIsDoubled", weightKey = { "bow_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MeleePhysicalDamagePerStrengthWhileFortifiedUber1"] = { affix = "", "1% increased Melee Physical Damage per 10 Strength while Fortified", statOrderKey = "6616", statOrder = { 6616 }, level = 1, group = "MeleePhysicalDamagePerStrengthWhileFortified", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["IncreasedEvasionRatingWhileLeechingUber1"] = { affix = "", "20% increased Evasion while Leeching", statOrderKey = "4787", statOrder = { 4787 }, level = 1, group = "IncreasedEvasionRatingWhileLeeching", weightKey = { "claw_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingIfHitEnemyRecentlyUber1"] = { affix = "", "20% increased Evasion if you have Hit an Enemy Recently", statOrderKey = "4785", statOrder = { 4785 }, level = 1, group = "IncreasedEvasionRatingIfHitEnemyRecently", weightKey = { "claw_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["CriticalStrikeMultiplierIfHaventCritRecentlyUber1"] = { affix = "", "+50% to Critical Strike Multiplier if you haven't dealt a Critical Strike Recently", statOrderKey = "4468", statOrder = { 4468 }, level = 1, group = "CriticalStrikeMultiplierIfHaventCritRecently", weightKey = { "dagger_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalStrikeChanceAgainstBleedingEnemiesUber1"] = { affix = "", "70% increased Critical Strike Chance against Bleeding Enemies", statOrderKey = "2495", statOrder = { 2495 }, level = 1, group = "CriticalStrikeChanceAgainstBleedingEnemies", weightKey = { "2h_axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["AreaOfEffectWith500StrengthUber1"] = { affix = "", "30% increased Area of Effect if you have at least 500 Strength", statOrderKey = "3820", statOrder = { 3820 }, level = 1, group = "AreaOfEffectWith500Strength", weightKey = { "mace_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HitsCantBeEvadedIfBlockedRecentlyUber1_"] = { affix = "", "Hits with this Weapon can't be Evaded if you have Blocked Recently", statOrderKey = "5811", statOrder = { 5811 }, level = 1, group = "AlwaysHits", weightKey = { "sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AttackSpeedIfBlockedRecentlyUber1"] = { affix = "", "20% increased Attack Speed if you have Blocked Recently", statOrderKey = "3930", statOrder = { 3930 }, level = 1, group = "AttackSpeedIfBlockedRecently", weightKey = { "sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["AreaOfEffectWhileFortifiedUber1"] = { affix = "", "25% increased Area of Effect while Fortified", statOrderKey = "3815", statOrder = { 3815 }, level = 1, group = "AreaOfEffectWhileFortified", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MeleeWeaponRangeWhileFortifiedUber1"] = { affix = "", "+2 to Melee Strike Range while Fortified", statOrderKey = "6632", statOrder = { 6632 }, level = 1, group = "MeleeWeaponRangeWhileFortified", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StunDurationPerStrengthUber1"] = { affix = "", "2% increased Stun Duration per 15 Strength", statOrderKey = "7240", statOrder = { 7240 }, level = 1, group = "StunDurationPerStrength", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedStunThresholdWith500StrengthUber1"] = { affix = "", "30% reduced Enemy Stun Threshold while you have at least 500 Strength", statOrderKey = "7242", statOrder = { 7242 }, level = 1, group = "ReducedStunThresholdWith500Strength", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaDamagePerStrengthUber1"] = { affix = "", "1% increased Area Damage per 12 Strength", statOrderKey = "3804", statOrder = { 3804 }, level = 1, group = "AreaDamagePerStrength", weightKey = { "2h_mace_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedDamageAgainstTauntedEnemiesUber1"] = { affix = "", "50% increased Damage against Taunted Enemies", statOrderKey = "4549", statOrder = { 4549 }, level = 1, group = "IncreasedDamageAgainstTauntedEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["BleedingDamagePerEnduranceChargeUber1"] = { affix = "", "5% increased Damage with Bleeding per Endurance Charge", statOrderKey = "4047", statOrder = { 4047 }, level = 1, group = "BleedingDamagePerEnduranceCharge", weightKey = { "2h_axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["MovementSpeedWhileFortifiedUber1"] = { affix = "", "15% increased Movement Speed while you have Fortify", statOrderKey = "2637", statOrder = { 2637 }, level = 1, group = "MovementSpeedWhileFortified", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MeleeWeaponRangeAtMaximumFrenzyChargesUber1_"] = { affix = "", "+3 to Melee Strike Range while at Maximum Frenzy Charges", statOrderKey = "6631", statOrder = { 6631 }, level = 1, group = "MeleeWeaponRangeAtMaximumFrenzyCharges", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["BlindEnemiesWhenHitUber1__"] = { affix = "", "20% chance to Blind Enemies when they Hit you", statOrderKey = "4160", statOrder = { 4160 }, level = 1, group = "BlindEnemiesWhenHit", weightKey = { "claw_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PoisonDamageAgainstBleedingEnemiesUber1"] = { affix = "", "50% increased Damage with Poison inflicted on Bleeding Enemies", statOrderKey = "6913", statOrder = { 6913 }, level = 1, group = "PoisonDamageAgainstBleedingEnemies", weightKey = { "dagger_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["ChanceToBleedOnTauntedEnemiesUber1"] = { affix = "", "20% chance to inflict Bleeding on Hit with Attacks against Taunted Enemies", statOrderKey = "3947", statOrder = { 3947 }, level = 1, group = "ChanceToBleedOnTauntedEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AreaOfEffectPerPowerChargeUber1"] = { affix = "", "3% increased Area of Effect per Power Charge", statOrderKey = "1489", statOrder = { 1489 }, level = 1, group = "AreaOfEffectPerPowerCharge", weightKey = { "staff_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BleedDamageAgainstPoisonedEnemiesUber1"] = { affix = "", "50% increased Damage with Bleeding inflicted on Poisoned Enemies", statOrderKey = "4050", statOrder = { 4050 }, level = 1, group = "BleedDamageAgainstPoisonedEnemies", weightKey = { "dagger_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["GainEnduranceChargeOnStunChanceUber1"] = { affix = "", "25% chance to gain an Endurance Charge when you Stun an Enemy", statOrderKey = "4275", statOrder = { 4275 }, level = 1, group = "GainEnduranceChargeOnStunChance", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["FortifyEffectWhileStationaryUber1"] = { affix = "", "20% increased Effect of Fortify on you while Stationary", statOrderKey = "4858", statOrder = { 4858 }, level = 1, group = "FortifyEffectWhileStationary", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FortifyDurationPerStrengthUber1"] = { affix = "", "1% increased Fortify Duration per 10 Strength", statOrderKey = "4857", statOrder = { 4857 }, level = 1, group = "FortifyDurationPerStrength", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedElementalDamageTakenPerEnduranceChargeUber1"] = { affix = "", "1% reduced Elemental Damage taken per Endurance Charge", statOrderKey = "4679", statOrder = { 4679 }, level = 1, group = "ReducedElementalDamageTakenPerEnduranceCharge", weightKey = { "sceptre_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["AreaOfEffectIfBlockedRecentlyUber1"] = { affix = "", "20% increased Area of Effect if you have Blocked Recently", statOrderKey = "3810", statOrder = { 3810 }, level = 1, group = "AreaOfEffectIfBlockedRecently", weightKey = { "staff_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalDamagePer12IntelligenceUber1"] = { affix = "", "1% increased Elemental Damage per 12 Intelligence", statOrderKey = "4667", statOrder = { 4667 }, level = 1, group = "ElementalDamagePerIntelligence", weightKey = { "sceptre_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["AdditionalBlockChanceIfCritRecentlyUber1__"] = { affix = "", "+5% Chance to Block Attack Damage if you've dealt a Critical Strike Recently", statOrderKey = "3740", statOrder = { 3740 }, level = 1, group = "AdditionalBlockChanceIfCritRecently", weightKey = { "staff_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ElementalDamagePer12StrengthUber1"] = { affix = "", "1% increased Elemental Damage per 12 Strength", statOrderKey = "4668", statOrder = { 4668 }, level = 1, group = "ElementalDamagePerStrength", weightKey = { "sceptre_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePerPowerChargeUber1"] = { affix = "", "5% increased Elemental Damage per Power charge", statOrderKey = "4669", statOrder = { 4669 }, level = 1, group = "ElementalDamagePerPowerCharge", weightKey = { "sceptre_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["CullingStrikeIfCritRecentlyUber1"] = { affix = "", "Hits with this Weapon have Culling Strike if you have dealt a Critical Strike Recently", statOrderKey = "5761", statOrder = { 5761 }, level = 1, group = "CullingStrikeIfCritRecently", weightKey = { "axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["CritsHaveCullingStrikeUber1"] = { affix = "", "Critical Strikes with this Weapon have Culling Strike", statOrderKey = "5760", statOrder = { 5760 }, level = 1, group = "CritsHaveCullingStrike", weightKey = { "dagger_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["GainEnduranceChargeOnLosingFortifyUber1"] = { affix = "", "Gain an Endurance Charge when you lose Fortify", statOrderKey = "4913", statOrder = { 4913 }, level = 1, group = "GainEnduranceChargeOnLosingFortify", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["LifeGainOnHitWhileLeechingUber1"] = { affix = "", "+(30-50) Life gained for each Enemy Hit by this Weapon while you are Leeching", statOrderKey = "5845", statOrder = { 5845 }, level = 1, group = "LifeGainOnHitWhileLeeching", weightKey = { "claw_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["CannotBeIgnitedWithStrHigherThanDexUnique__1"] = { affix = "", "Cannot be Ignited if Strength is higher than Dexterity", statOrderKey = "4197", statOrder = { 4197 }, level = 1, group = "CannotBeIgnitedWithStrHigherThanDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["CannotBeFrozenWithDexHigherThanIntUnique__1"] = { affix = "", "Cannot be Frozen if Dexterity is higher than Intelligence", statOrderKey = "4194", statOrder = { 4194 }, level = 1, group = "CannotBeFrozenWithDexHigherThanInt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["CannotBeShockedWithIntHigherThanStrUnique__1"] = { affix = "", "Cannot be Shocked if Intelligence is higher than Strength", statOrderKey = "4203", statOrder = { 4203 }, level = 1, group = "CannotBeShockedWithIntHigherThanStr", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IncreasedDamagePerLowestAttributeUnique__1"] = { affix = "", "1% increased Damage per 5 of your lowest Attribute", statOrderKey = "4540", statOrder = { 4540 }, level = 85, group = "IncreasedDamagePerLowestAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedAilmentDurationUnique__1"] = { affix = "", "40% increased Duration of Ailments on Enemies", statOrderKey = "1233", statOrder = { 1233 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationUnique__2"] = { affix = "", "30% reduced Duration of Ailments on Enemies", statOrderKey = "1233", statOrder = { 1233 }, level = 88, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["SharedSufferingUnique__1"] = { affix = "", "Shared Suffering", statOrderKey = "7500", statOrder = { 7500 }, level = 1, group = "SharedSuffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CreateSmokeCloudWhenTrapTriggeredUnique__1"] = { affix = "", "Trigger Level 20 Fog of War when your Trap is triggered", statOrderKey = "483", statOrder = { 483 }, level = 1, group = "CreateSmokeCloudWhenTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["FlammabilityReservationCostUnique__1"] = { affix = "", "Flammability has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3360", statOrder = { 3360 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["FrostbiteReservationCostUnique__1"] = { affix = "", "Frostbite has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3361", statOrder = { 3361 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ConductivityReservationCostUnique__1"] = { affix = "", "Conductivity has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3359", statOrder = { 3359 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["VulnerabilityReservationCostUnique__1_"] = { affix = "", "Vulnerability has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3363", statOrder = { 3363 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["DespairReservationCostUnique__1"] = { affix = "", "Despair has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3358", statOrder = { 3358 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["TemporalChainsReservationCostUnique__1"] = { affix = "", "Temporal Chains has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3362", statOrder = { 3362 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ChanceToDodgeWhileOffhandIsEmpty"] = { affix = "", "(15-25)% chance to Dodge Attack Hits while your Off Hand is empty", statOrderKey = "4264", statOrder = { 4264 }, level = 1, group = "ChanceToDodgeWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["IncreasedColdDamageWhileOffhandIsEmpty_"] = { affix = "", "(100-200)% increased Cold Damage while your Off Hand is empty", statOrderKey = "4368", statOrder = { 4368 }, level = 1, group = "IncreasedColdDamageWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DisplayIronReflexesFor8SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Iron Reflexes for 8 seconds", statOrderKey = "7524", statOrder = { 7524 }, level = 1, group = "DisplayIronReflexesFor8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["ArborixMoreDamageAtCloseRangeUnique__1"] = { affix = "", "30% more Damage with Arrow Hits at Close Range while you have Iron Reflexes", statOrderKey = "7530", statOrder = { 7530 }, level = 1, group = "ArborixMoreDamageAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["FarShotWhileYouDoNotHaveIronReflexesUnique__1_"] = { affix = "", "You have Far Shot while you do not have Iron Reflexes", statOrderKey = "7534", statOrder = { 7534 }, level = 1, group = "FarShotWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackCastMovementSpeedWhileYouDoNotHaveIronReflexesUnique__1"] = { affix = "", "30% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes", statOrderKey = "7533", statOrder = { 7533 }, level = 1, group = "AttackCastMovementSpeedWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["ElementalDamageCanShockUnique__1__"] = { affix = "", "Your Elemental Damage can Shock", statOrderKey = "2174", statOrder = { 2174 }, level = 1, group = "ElementalDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["EnemiesTakeIncreasedDamagePerAilmentTypeUnique__1"] = { affix = "", "Enemies take 5% increased Damage for each type of Ailment you have inflicted on them", statOrderKey = "1780", statOrder = { 1780 }, level = 1, group = "EnemiesTakeIncreasedDamagePerAilmentType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DeathWalk"] = { affix = "", "Triggers Level 20 Death Walk when Equipped", statOrderKey = "459", statOrder = { 459 }, level = 1, group = "DeathWalk", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["DamagePerAbyssJewelTypeUnique__1_"] = { affix = "", "10% increased Damage for each type of Abyss Jewel affecting you", statOrderKey = "3472", statOrder = { 3472 }, level = 1, group = "DamagePerAbyssJewelType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AdditionalPhysicalDamageReductionWhileMovingUnique__1"] = { affix = "", "5% additional Physical Damage Reduction while moving", statOrderKey = "3772", statOrder = { 3772 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["ReducedElementalDamageTakenWhileStationaryUnique__1_"] = { affix = "", "5% reduced Elemental Damage taken while stationary", statOrderKey = "4680", statOrder = { 4680 }, level = 1, group = "ReducedElementalDamageTakenWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["IncreasedLifePerAbyssalJewelUnique__1"] = { affix = "", "1% increased Maximum Life per Abyss Jewel affecting you", statOrderKey = "6601", statOrder = { 6601 }, level = 1, group = "IncreasedLifePerAbyssalJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedManaPerAbyssalJewelUnique__1_"] = { affix = "", "1% increased Maximum Mana per Abyss Jewel affecting you", statOrderKey = "6605", statOrder = { 6605 }, level = 1, group = "IncreasedManaPerAbyssalJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedLifePerElderItemUnique__1"] = { affix = "", "+6 to Maximum Life per Elder Item Equipped", statOrderKey = "3631", statOrder = { 3631 }, level = 1, group = "IncreasedLifePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AilmentEffectPerElderItemUnique__1"] = { affix = "", "8% increased Effect of non-Damaging Ailments per Elder Item Equipped", statOrderKey = "3634", statOrder = { 3634 }, level = 1, group = "AilmentEffectPerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["AilmentDamagePerElderItemUnique__1__"] = { affix = "", "15% increased Damage with Ailments per Elder Item Equipped", statOrderKey = "3632", statOrder = { 3632 }, level = 1, group = "AilmentDamagePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "ailment" }, }, - ["AilmentDamageOverTimeMultiplierPerElderItemUnique__1"] = { affix = "", "+4% to Damage over Time Multiplier for Ailments per Elder Item Equipped", statOrderKey = "3633", statOrder = { 3633 }, level = 1, group = "AilmentDamagePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "ailment" }, }, - ["RemoveAilmentOnFlaskUseIfAllItemsAreElderUnique__1_"] = { affix = "", "Remove an Ailment when you use a Flask if all Equipped Items are Elder Items", statOrderKey = "7037", statOrder = { 7037 }, level = 1, group = "RemoveAilmentOnFlaskUseIfAllItemsAreElder", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "ailment" }, }, - ["StrengthDamageBonus3Per10Unique__1"] = { affix = "", "Strength's Damage Bonus instead grants 3% increased Melee", "Physical Damage per 10 Strength", statOrderKey = "7238,7238.1", statOrder = { 7238, 7238.1 }, level = 1, group = "StrengthDamageBonus3Per10", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["CannotBlockSpellsUnique__1"] = { affix = "", "Cannot Block Spells", statOrderKey = "4212", statOrder = { 4212 }, level = 1, group = "CannotBlockSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "+(80-100) to Evasion Rating and Energy Shield", statOrderKey = "5793", statOrder = { 5793 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__2_"] = { affix = "", "+(120-150) to Evasion Rating and Energy Shield", statOrderKey = "5793", statOrder = { 5793 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["IntimidateOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks", statOrderKey = "5744", statOrder = { 5744 }, level = 1, group = "IntimidateOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MaimOnHitWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks", statOrderKey = "5745", statOrder = { 5745 }, level = 1, group = "MaimOnHitWithRangedAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ArcaneSurgeOnHitWithSpellAbyssJewelUnique__1"] = { affix = "", "With a Hypnotic Eye Jewel Socketed, gain Arcane Surge on Hit with Spells", statOrderKey = "5882", statOrder = { 5882 }, level = 1, group = "ArcaneSurgeOnHitWithSpellAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["MinionAccuracyWithMinionAbyssJewelUnique__1"] = { affix = "", "With a Ghastly Eye Jewel Socketed, Minions have +1000 to Accuracy Rating", statOrderKey = "5855", statOrder = { 5855 }, level = 1, group = "MinionAccuracyWithMinionAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, - ["AbyssJewelEffectUnique__1"] = { affix = "", "75% increased Effect of Socketed Jewels", statOrderKey = "341", statOrder = { 341 }, level = 1, group = "AbyssJewelEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedArmourWhileStationaryUnique__1"] = { affix = "", "80% increased Armour while stationary", statOrderKey = "3837", statOrder = { 3837 }, level = 1, group = "IncreasedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["NumberOfProjectilesIfHitRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've been Hit Recently", statOrderKey = "6824", statOrder = { 6824 }, level = 1, group = "NumberOfProjectilesIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainIronReflexesWhileStationaryUnique__1"] = { affix = "", "Iron Reflexes while stationary", statOrderKey = "7521", statOrder = { 7521 }, level = 1, group = "GainIronReflexesWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["PlayerFarShotUnique__2"] = { affix = "", "Far Shot", statOrderKey = "7508", statOrder = { 7508 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PlayerFarShotUnique__3"] = { affix = "", "Far Shot", statOrderKey = "7508", statOrder = { 7508 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["KeystonePointBlankUnique__2"] = { affix = "", "Point Blank", statOrderKey = "7493", statOrder = { 7493 }, level = 1, group = "PointBlank", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["NumberOfProjectilesIfUsedAMovementSkillRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've used a Movement Skill Recently", statOrderKey = "6825", statOrder = { 6825 }, level = 1, group = "NumberOfProjectilesIfUsedAMovementSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EvasionRatingWhileMovingUnique__1"] = { affix = "", "80% increased Evasion Rating while moving", statOrderKey = "4788", statOrder = { 4788 }, level = 1, group = "EvasionRatingWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["AddedPhysicalDamageVersusIgnitedEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal (80-100) to (160-200) added Physical Damage to Ignited Enemies", statOrderKey = "3919", statOrder = { 3919 }, level = 1, group = "AddedPhysicalDamageVersusIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedFireDamageVersusBleedingEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal (80-100) to (160-200) added Fire Damage to Bleeding Enemies", statOrderKey = "3913", statOrder = { 3913 }, level = 1, group = "AddedFireDamageVersusBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["GainAvatarOfFireEvery8SecondsUnique__1"] = { affix = "", "Every 8 seconds, gain Avatar of Fire for 4 seconds", statOrderKey = "7519", statOrder = { 7519 }, level = 1, group = "GainAvatarOfFireEvery8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ChanceToBleedIgnitedEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon have 25% chance to inflict Bleeding against Ignited Enemies", statOrderKey = "3945", statOrder = { 3945 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["IncreasedCriticalStrikeChanceWithAvatarOfFireUnique__1"] = { affix = "", "(160-200)% increased Critical Strike Chance while you have Avatar of Fire", statOrderKey = "7528", statOrder = { 7528 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ArmourWithoutAvatarOfFireUnique__1"] = { affix = "", "+2000 Armour while you do not have Avatar of Fire", statOrderKey = "7532", statOrder = { 7532 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["ConvertPhysicalToFireWithAvatarOfFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire while you have Avatar of Fire", statOrderKey = "7529", statOrder = { 7529 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["GainElementalOverloadEvery16SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Elemental Overload for 8 seconds", statOrderKey = "7520", statOrder = { 7520 }, level = 1, group = "GainElementalOverloadEvery16Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["GainResoluteTechniqueWithoutElementalOverloadUnique__1"] = { affix = "", "You have Resolute Technique while you do not have Elemental Overload", statOrderKey = "7522", statOrder = { 7522 }, level = 1, group = "GainResoluteTechniqueWithoutElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["ProjectilesGainPercentOfNonChaosAsChaosUnique__1"] = { affix = "", "Projectiles gain (15-20)% of Non-Chaos Damage as extra Chaos Damage per Chain", statOrderKey = "6954", statOrder = { 6954 }, level = 70, group = "ProjectilesGainPercentOfNonChaosAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ProjectilesGainPercentOfNonChaosAsChaosUnique__2"] = { affix = "", "Projectiles that have Chained gain (20-35)% of Non-Chaos Damage as extra Chaos Damage", statOrderKey = "6953", statOrder = { 6953 }, level = 70, group = "ProjectilesGainPercentOfNonChaosAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DealNoNonElementalDamageUnique__1"] = { affix = "", "Deal no Non-Elemental Damage", statOrderKey = "4593", statOrder = { 4593 }, level = 1, group = "DealNoNonElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["DisplaySupportedByElementalPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Elemental Penetration", statOrderKey = "107", statOrder = { 107 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByElementalPenetrationUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Elemental Penetration", statOrderKey = "107", statOrder = { 107 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["GainSpiritChargeOnKillChanceUnique__1"] = { affix = "", "(15-20)% chance to gain a Spirit Charge on Kill", statOrderKey = "3685", statOrder = { 3685 }, level = 1, group = "GainSpiritChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__1_"] = { affix = "", "Recover (4-5)% of Life when you lose a Spirit Charge", statOrderKey = "3687", statOrder = { 3687 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__2"] = { affix = "", "Recover (2-3)% of Life when you lose a Spirit Charge", statOrderKey = "3687", statOrder = { 3687 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GainESWhenSpiritChargeExpiresOrConsumedUnique__1"] = { affix = "", "Recover (2-3)% of Energy Shield when you lose a Spirit Charge", statOrderKey = "3688", statOrder = { 3688 }, level = 1, group = "GainESWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalDisplayGrantLevelXSpiritBurstUnique__1"] = { affix = "", "Trigger Level 20 Spirit Burst when you Use a Skill while you have a Spirit Charge", statOrderKey = "484", statOrder = { 484 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GainSpiritChargeEverySecondUnique__1"] = { affix = "", "Gain a Spirit Charge every second", statOrderKey = "3684", statOrder = { 3684 }, level = 1, group = "GainSpiritChargeEverySecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LoseSpiritChargesOnSavageHitUnique__1_"] = { affix = "", "You lose all Spirit Charges when taking a Savage Hit", statOrderKey = "3686", statOrder = { 3686 }, level = 1, group = "LoseSpiritChargesOnSavageHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__1"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrderKey = "3682", statOrder = { 3682 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__2"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrderKey = "3682", statOrder = { 3682 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainDebilitatingPresenceUnique__1"] = { affix = "", "Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy", statOrderKey = "4909", statOrder = { 4909 }, level = 1, group = "GainDebilitatingPresence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalDisplayGrantLevelXShadeFormUnique__1"] = { affix = "", "20% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill", statOrderKey = "464", statOrder = { 464 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggerShadeFormWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Shade Form when Hit", statOrderKey = "465", statOrder = { 465 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["AddedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "Adds 5 to 8 Physical Damage per Endurance Charge", statOrderKey = "6667", statOrder = { 6667 }, level = 1, group = "AddedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["ChaosResistancePerEnduranceChargeUnique__1_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrderKey = "4311", statOrder = { 4311 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ReducedElementalDamageTakenHitsPerEnduranceChargeUnique__1"] = { affix = "", "1% reduced Elemental Damage taken from Hits per Endurance Charge", statOrderKey = "4676", statOrder = { 4676 }, level = 1, group = "ReducedElementalDamageTakenHitsPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["ArmourPerEnduranceChargeUnique__1"] = { affix = "", "+500 to Armour per Endurance Charge", statOrderKey = "6890", statOrder = { 6890 }, level = 1, group = "ArmourPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["AddedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "12 to 14 Added Cold Damage per Frenzy Charge", statOrderKey = "3582", statOrder = { 3582 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AvoidElementalDamagePerFrenzyChargeUnique__1"] = { affix = "", "2% chance to Avoid Elemental Damage from Hits per Frenzy Charge", statOrderKey = "2690", statOrder = { 2690 }, level = 1, group = "AvoidElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["MovementVelocityPerFrenzyChargeUnique__1"] = { affix = "", "4% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityPerFrenzyChargeUnique__2"] = { affix = "", "6% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AttackDamageLeechPerFrenzyChargeUnique__1"] = { affix = "", "0.5% of Attack Damage Leeched as Life per Frenzy Charge", statOrderKey = "5318", statOrder = { 5318 }, level = 1, group = "AttackDamageLeechPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["AddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 3 to 9 Lightning Damage to Spells per Power Charge", statOrderKey = "6664", statOrder = { 6664 }, level = 1, group = "AddedLightningDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AdditionalCriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "+0.3% Critical Strike Chance per Power Charge", statOrderKey = "3747", statOrder = { 3747 }, level = 1, group = "AdditionalCriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalMultiplierPerPowerChargeUnique__1"] = { affix = "", "+(6-10)% to Critical Strike Multiplier per Power Charge", statOrderKey = "2588", statOrder = { 2588 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["ChanceToBlockSpellsPerPowerChargeUnique__1"] = { affix = "", "+2% Chance to Block Spell Damage per Power Charge", statOrderKey = "3773", statOrder = { 3773 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChanceToBlockSpellsPerPowerChargeUnique__2_"] = { affix = "", "+5% Chance to Block Spell Damage per Power Charge", statOrderKey = "3773", statOrder = { 3773 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["DamageTakenPerEnduranceChargeWhenHitUnique__1_"] = { affix = "", "200 Fire Damage taken per second per Endurance Charge if you've been Hit Recently", statOrderKey = "7438", statOrder = { 7438 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DamageTakenPerFrenzyChargeMovingUnique__1"] = { affix = "", "200 Cold Damage taken per second per Frenzy Charge while moving", statOrderKey = "7436", statOrder = { 7436 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DamageTakenPerPowerChargeOnCritUnique__1"] = { affix = "", "200 Lightning Damage taken per second per Power Charge if", "your Skills have dealt a Critical Strike Recently", statOrderKey = "7442,7442.1", statOrder = { 7442, 7442.1 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["RaiseSpectreManaCostUnique__1_"] = { affix = "", "(40-50)% reduced Mana Cost of Raise Spectre", statOrderKey = "6991", statOrder = { 6991 }, level = 1, group = "RaiseSpectreManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, - ["VoidShotOnSkillUseUnique__1_"] = { affix = "", "Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows with a Non-Triggered Skill", statOrderKey = "487", statOrder = { 487 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["MaximumVoidArrowsUnique__1"] = { affix = "", "5 Maximum Void Charges", "Gain a Void Charge every 0.5 seconds", statOrderKey = "3658,5770", statOrder = { 3658, 5770 }, level = 1, group = "MaximumVoidArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBeStunnedByAttacksElderItemUnique__1"] = { affix = "", "Cannot be Stunned by Attacks if your other Ring is an Elder Item", statOrderKey = "3630", statOrder = { 3630 }, level = 1, group = "CannotBeStunnedByAttacksElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackDamageShaperItemUnique__1"] = { affix = "", "(60-80)% increased Attack Damage if your other Ring is a Shaper Item", statOrderKey = "3627", statOrder = { 3627 }, level = 1, group = "AttackDamageShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["SpellDamageElderItemUnique__1_"] = { affix = "", "(60-80)% increased Spell Damage if your other Ring is an Elder Item", statOrderKey = "3628", statOrder = { 3628 }, level = 1, group = "SpellDamageElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["CannotBeStunnedBySpellsShaperItemUnique__1"] = { affix = "", "Cannot be Stunned by Spells if your other Ring is a Shaper Item", statOrderKey = "3629", statOrder = { 3629 }, level = 1, group = "CannotBeStunnedBySpellsShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RecoverLifeInstantlyOnManaFlaskUnique__1"] = { affix = "", "Recover (8-10)% of Life when you use a Mana Flask", statOrderKey = "3645", statOrder = { 3645 }, level = 1, group = "RecoverLifeInstantlyOnManaFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["NonInstantManaRecoveryAlsoAffectsLifeUnique__1"] = { affix = "", "Non-instant Mana Recovery from Flasks is also Recovered as Life", statOrderKey = "3646", statOrder = { 3646 }, level = 1, group = "NonInstantManaRecoveryAlsoAffectsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["SpellDamagePer200ManaSpentRecentlyUnique__1__"] = { affix = "", "(20-25)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000%", statOrderKey = "3648", statOrder = { 3648 }, level = 1, group = "SpellDamagePer200ManaSpentRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["ManaCostPer200ManaSpentRecentlyUnique__1"] = { affix = "", "(50-60)% increased Cost of Skills for each 200 total Mana Spent Recently", statOrderKey = "3647", statOrder = { 3647 }, level = 1, group = "ManaCostPer200ManaSpentRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["SiphoningChargeOnSkillUseUnique__1"] = { affix = "", "25% chance to gain a Siphoning Charge when you use a Skill", statOrderKey = "3638", statOrder = { 3638 }, level = 1, group = "SiphoningChargeOnSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumSiphoningChargePerElderOrShaperItemUnique__1"] = { affix = "", "+1 to Maximum Siphoning Charges per Elder or Shaper Item Equipped", statOrderKey = "3637", statOrder = { 3637 }, level = 1, group = "MaximumSiphoningChargePerElderOrShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PhysicalDamageToAttacksPerSiphoningChargeUnique__1"] = { affix = "", "Adds (12-14) to (15-16) Physical Damage to Attacks and Spells per Siphoning Charge", statOrderKey = "3639", statOrder = { 3639 }, level = 1, group = "PhysicalDamageToAttacksPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "attack", "caster" }, }, - ["LifeLeechPerSiphoningChargeUnique__1"] = { affix = "", "0.2% of Damage Leeched as Life per Siphoning Charge", statOrderKey = "3642", statOrder = { 3642 }, level = 1, group = "LifeLeechPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["NonChaosDamageAddedAsChaosPerSiphoningChargeUnique__1"] = { affix = "", "Gain 4% of Non-Chaos Damage as extra Chaos Damage per Siphoning Charge", statOrderKey = "3640", statOrder = { 3640 }, level = 1, group = "NonChaosDamageAddedAsChaosPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AdditionalPhysicalDamageReductionPerSiphoningChargeUnique__1"] = { affix = "", "1% additional Physical Damage Reduction from Hits per Siphoning Charge", statOrderKey = "3641", statOrder = { 3641 }, level = 1, group = "AdditionalPhysicalDamageReductionPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["DamageTakenPerSiphoningChargeOnSkillUseUnique__1"] = { affix = "", "Take 150 Physical Damage per Second per Siphoning Charge if you've used a Skill Recently", statOrderKey = "3643", statOrder = { 3643 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SpellAddedPhysicalDamageUnique__1_"] = { affix = "", "Battlemage", statOrderKey = "7468", statOrder = { 7468 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TentacleSmashOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Tentacle Whip on Kill", statOrderKey = "491", statOrder = { 491 }, level = 100, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "green_herring" }, }, - ["GlimpseOfEternityWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Glimpse of Eternity when Hit", statOrderKey = "490", statOrder = { 490 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["SummonVoidSphereOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill", statOrderKey = "492", statOrder = { 492 }, level = 100, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["PetrificationStatueUnique__1"] = { affix = "", "Grants Level 20 Petrification Statue Skill", statOrderKey = "388", statOrder = { 388 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsCatAspect1"] = { affix = "", "Grants Level 20 Aspect of the Cat Skill", statOrderKey = "399", statOrder = { 399 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsBirdAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Avian Skill", statOrderKey = "395", statOrder = { 395 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsSpiderAspect1"] = { affix = "", "Grants Level 20 Aspect of the Spider Skill", statOrderKey = "416", statOrder = { 416 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsIntimidatingCry1"] = { affix = "", "Grants Level 20 Intimidating Cry Skill", statOrderKey = "409", statOrder = { 409 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsCrabAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Crab Skill", statOrderKey = "400", statOrder = { 400 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring", "skill" }, }, - ["ItemQuantityOnLowLifeUnique__1"] = { affix = "", "(10-16)% increased Quantity of Items found when on Low Life", statOrderKey = "995", statOrder = { 995 }, level = 65, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamagePer15DexterityUnique__1"] = { affix = "", "1% increased Damage per 15 Dexterity", statOrderKey = "4535", statOrder = { 4535 }, level = 72, group = "DamagePer15Attributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LifeRegeneratedPerMinuteWhileIgnitedUnique__1"] = { affix = "", "Regenerate (75-125) Life per second while Ignited", statOrderKey = "5342", statOrder = { 5342 }, level = 74, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedElementalDamageIfKilledCursedEnemyRecentlyUnique__1"] = { affix = "", "20% increased Elemental Damage if you've Killed a Cursed Enemy Recently", statOrderKey = "4659", statOrder = { 4659 }, level = 77, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DoubleDamagePer500StrengthUnique__1"] = { affix = "", "6% chance to deal Double Damage per 500 Strength", statOrderKey = "4255", statOrder = { 4255 }, level = 63, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["BestiaryLeague"] = { affix = "", "Areas contain Beasts to hunt", statOrderKey = "6453", statOrder = { 6453 }, level = 1, group = "BestiaryLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RagingSpiritDurationResetOnIgnitedEnemyUnique__1"] = { affix = "", "Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy", statOrderKey = "6987", statOrder = { 6987 }, level = 1, group = "RagingSpiritDurationResetOnIgnitedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["FrenzyChargePer50RampageStacksUnique__1"] = { affix = "", "Gain a Frenzy Charge on every 50th Rampage Kill", statOrderKey = "3677", statOrder = { 3677 }, level = 1, group = "FrenzyChargePer50RampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["AreaOfEffectPer25RampageStacksUnique__1_"] = { affix = "", "2% increased Area of Effect per 25 Rampage Kills", statOrderKey = "3676", statOrder = { 3676 }, level = 1, group = "AreaOfEffectPer25RampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnaffectedByCursesUnique__1"] = { affix = "", "Unaffected by Curses", statOrderKey = "1795", statOrder = { 1795 }, level = 85, group = "UnaffectedByCurses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ChanceToChillAttackersOnBlockUnique__1"] = { affix = "", "(30-40)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "4334", statOrder = { 4334 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, - ["ChanceToChillAttackersOnBlockUnique__2__"] = { affix = "", "Chill Attackers for 4 seconds on Block", statOrderKey = "4334", statOrder = { 4334 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, - ["ChanceToShockAttackersOnBlockUnique__1_"] = { affix = "", "(30-40)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "7083", statOrder = { 7083 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, }, - ["ChanceToShockAttackersOnBlockUnique__2"] = { affix = "", "Shock Attackers for 4 seconds on Block", statOrderKey = "7083", statOrder = { 7083 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, }, - ["SupportedByTrapAndMineDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap And Mine Damage", statOrderKey = "223", statOrder = { 223 }, level = 1, group = "TrapAndMineSupported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByClusterTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Cluster Trap", statOrderKey = "221", statOrder = { 221 }, level = 1, group = "TrapSupported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["AviansMightColdDamageUnique__1"] = { affix = "", "Adds (20-25) to (37-40) Cold Damage while you have Avian's Might", statOrderKey = "6654", statOrder = { 6654 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AviansMightLightningDamageUnique__1_"] = { affix = "", "Adds (1-3) to (55-62) Lightning Damage while you have Avian's Might", statOrderKey = "6665", statOrder = { 6665 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AviansMightDurationUnique__1"] = { affix = "", "+(-2000-2000) seconds to Avian's Might Duration", statOrderKey = "3956", statOrder = { 3956 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GrantAviansAspectToAlliesUnique__1"] = { affix = "", "Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies", statOrderKey = "3850", statOrder = { 3850 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AvianAspectBuffEffectUnique__1"] = { affix = "", "100% increased Aspect of the Avian Buff Effect", statOrderKey = "3849", statOrder = { 3849 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AviansFlightLifeRegenerationUnique__1"] = { affix = "", "Regenerate 100 Life per Second while you have Avian's Flight", statOrderKey = "5344", statOrder = { 5344 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AviansFlightManaRegenerationUnique__1_"] = { affix = "", "Regenerate 12 Mana per Second while you have Avian's Flight", statOrderKey = "6023", statOrder = { 6023 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AviansFlightDurationUnique__1"] = { affix = "", "+(-2000-2000) seconds to Avian's Flight Duration", statOrderKey = "3955", statOrder = { 3955 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GrantsAvianTornadoUnique__1__"] = { affix = "", "Trigger Level 20 Tornado when you gain Avian's Might or Avian's Flight", statOrderKey = "466", statOrder = { 466 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["CatsStealthTriggeredIntimidatingCry"] = { affix = "", "Trigger Level 20 Intimidating Cry when you lose Cat's Stealth", statOrderKey = "480", statOrder = { 480 }, level = 1, group = "CatsStealthTriggeredIntimidatingCry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["MaximumCrabBarriersUnique__1"] = { affix = "", "+5 to Maximum number of Crab Barriers", statOrderKey = "3651", statOrder = { 3651 }, level = 81, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalBlockChance5CrabBarriersUnique__1"] = { affix = "", "+3% Chance to Block Attack Damage while you have at least 5 Crab Barriers", statOrderKey = "3654", statOrder = { 3654 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChance10CrabBarriersUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while you have at least 10 Crab Barriers", statOrderKey = "3655", statOrder = { 3655 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["CrabBarriersLostWhenHitUnique__1_"] = { affix = "", "You only lose (5-7) Crab Barriers when you take Physical Damage from a Hit", statOrderKey = "3653", statOrder = { 3653 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamagePerCrabBarrierUnique__1"] = { affix = "", "3% increased Damage per Crab Barrier", statOrderKey = "3652", statOrder = { 3652 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChanceToGainMaximumCrabBarriersUnique__1_"] = { affix = "", "10% chance that if you would gain a Crab Barrier, you instead gain up to", "your maximum number of Crab Barriers", statOrderKey = "3656,3656.1", statOrder = { 3656, 3656.1 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBeStunned10CrabBarriersUnique__1"] = { affix = "", "Cannot be Stunned if you have at least 10 Crab Barriers", statOrderKey = "3649", statOrder = { 3649 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotLoseCrabBarriersIfLostRecentlyUnique__1"] = { affix = "", "Cannot lose Crab Barriers if you have lost Crab Barriers Recently", statOrderKey = "3650", statOrder = { 3650 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainPhasingWhileCatsStealthUnique__1"] = { affix = "", "You have Phasing while you have Cat's Stealth", statOrderKey = "4950", statOrder = { 4950 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainOnslaughtWhileCatsAgilityUnique__1_"] = { affix = "", "You have Onslaught while you have Cat's Agility", statOrderKey = "4943", statOrder = { 4943 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CatsStealthDurationUnique__1_"] = { affix = "", "+2000 seconds to Cat's Stealth Duration", statOrderKey = "4234", statOrder = { 4234 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CatsAgilityDurationUnique__1"] = { affix = "", "+2000 seconds to Cat's Agility Duration", statOrderKey = "3851", statOrder = { 3851 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CatAspectReservesNoManaUnique__1___"] = { affix = "", "Aspect of the Cat has no Reservation", statOrderKey = "4233", statOrder = { 4233 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["GainMaxFrenzyAndPowerOnCatsStealthUnique__1"] = { affix = "", "Gain up to your maximum number of Frenzy and Power Charges when you gain Cat's Stealth", statOrderKey = "4929", statOrder = { 4929 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge" }, }, - ["GainMaxFrenzyAndEnduranceOnCatsAgilityUnique__1"] = { affix = "", "Gain up to your maximum number of Frenzy and Endurance Charges when you gain Cat's Agility", statOrderKey = "4928", statOrder = { 4928 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge" }, }, - ["AttacksBleedOnHitWithCatsStealthUnique__1_"] = { affix = "", "Attacks always inflict Bleeding while you have Cat's Stealth", statOrderKey = "3943", statOrder = { 3943 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["GainCrimsonDanceWithCatsStealthUnique__1"] = { affix = "", "You have Crimson Dance while you have Cat's Stealth", statOrderKey = "7514", statOrder = { 7514 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["MovementSpeedWithCatsStealthUnique__1"] = { affix = "", "20% increased Movement Speed while you have Cat's Stealth", statOrderKey = "6779", statOrder = { 6779 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AdditionalCriticalStrikeChanceWithCatAspectUnique__1"] = { affix = "", "+1% to Critical Strike Chance while affected by Aspect of the Cat", statOrderKey = "3662", statOrder = { 3662 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CritsBlindChanceWithCatsStealthUnique__1"] = { affix = "", "Critical Strikes have (10-20)% chance to Blind Enemies while you have Cat's Stealth", statOrderKey = "3663", statOrder = { 3663 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["DamageAgainstBlindedEnemiesUnique__1"] = { affix = "", "(40-50)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "5197", statOrder = { 5197 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChanceToAvoidBleedingUnique__1"] = { affix = "", "(40-50)% chance to avoid Bleeding", statOrderKey = "3524", statOrder = { 3524 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAvoidBleedingUnique__2_"] = { affix = "", "(30-50)% chance to avoid Bleeding", statOrderKey = "3524", statOrder = { 3524 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["DamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "(40-50)% increased Damage with Hits and Ailments against Bleeding Enemies", statOrderKey = "5196", statOrder = { 5196 }, level = 1, group = "DamageAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AccuracyAgainstBleedingEnemiesUnique__1"] = { affix = "", "+(400-500) to Accuracy against Bleeding Enemies", statOrderKey = "3728", statOrder = { 3728 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["CommandmentOfInfernoOnCritUnique__1"] = { affix = "", "Trigger Commandment of Inferno on Critical Strike", statOrderKey = "456", statOrder = { 456 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, - ["MaximumResistancesOverrideUnique__1"] = { affix = "", "Your Maximum Resistances are (76-78)%", statOrderKey = "6843", statOrder = { 6843 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance" }, }, - ["MaximumResistancesOverrideUnique__2"] = { affix = "", "Your Maximum Resistances are (70-72)%", statOrderKey = "6843", statOrder = { 6843 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance" }, }, - ["BurningDamagePerEnemyShockedRecentlyUnique__1_"] = { affix = "", "(4-6)% increased Burning Damage for each time you have Shocked a Non-Shocked Enemy Recently", statOrderKey = "4188", statOrder = { 4188 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedLightningDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies", statOrderKey = "4987", statOrder = { 4987 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamageCanIgniteUnique__1"] = { affix = "", "Your Lightning Damage can Ignite", statOrderKey = "5368", statOrder = { 5368 }, level = 100, group = "LightningDamageCanIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ProjectileAttackDamageAt200DexterityUnique__1"] = { affix = "", "(40-50)% increased Projectile Attack Damage while you have at least 200 Dexterity", statOrderKey = "3665", statOrder = { 3665 }, level = 60, group = "ProjectileAttackDamageAt200Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["CriticalStrikeChanceAt200IntelligenceUnique__1"] = { affix = "", "(50-60)% increased Critical Strike Chance while you have at least 200 Intelligence", statOrderKey = "3666", statOrder = { 3666 }, level = 60, group = "CriticalStrikeChanceAt200Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["AddedFireDamageWhileNoLifeReservedUnique__1"] = { affix = "", "Adds (54-64) to (96-107) Fire Damage to Spells while no Life is Reserved", statOrderKey = "6671", statOrder = { 6671 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedColdDamageWhileNoLifeReservedUnique__1__"] = { affix = "", "Adds (42-54) to (78-88) Cold Damage to Spells while no Life is Reserved", statOrderKey = "6670", statOrder = { 6670 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedLightningDamageWhileNoLifeReservedUnique__1"] = { affix = "", "Adds (5-14) to (160-173) Lightning Damage to Spells while no Life is Reserved", statOrderKey = "6672", statOrder = { 6672 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["OnslaughtOnLowLifeUnique__1"] = { affix = "", "You have Onslaught while on Low Life", statOrderKey = "4942", statOrder = { 4942 }, level = 77, group = "OnslaughtOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IgnoreEnemyFireResistWhileIgnitedUnique__1"] = { affix = "", "Hits ignore Enemy Monster Fire Resistance while you are Ignited", statOrderKey = "5207", statOrder = { 5207 }, level = 75, group = "IgnoreEnemyFireResistWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["CrimsonDanceIfCritRecentlyUnique__1"] = { affix = "", "You have Crimson Dance if you have dealt a Critical Strike Recently", statOrderKey = "7513", statOrder = { 7513 }, level = 74, group = "CrimsonDanceIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["AnimateGuardianWeaponOnGuardianKillUnique__1_"] = { affix = "", "Trigger Level 20 Animate Guardian's Weapon when Animated Guardian Kills an Enemy", statOrderKey = "462", statOrder = { 462 }, level = 1, group = "AnimateGuardianWeaponOnGuardianKillUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AnimateGuardianWeaponOnAnimatedWeaponKillUnique__1"] = { affix = "", "10% chance to Trigger Level 18 Animate Guardian's Weapon when Animated Weapon Kills an Enemy", statOrderKey = "463", statOrder = { 463 }, level = 1, group = "AnimateGuardianWeaponOnAnimatedWeaponKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannnotHaveNonAnimatedMinionsUnique__1"] = { affix = "", "You cannot have non-Animated Minions", statOrderKey = "7425", statOrder = { 7425 }, level = 1, group = "CannnotHaveNonAnimatedMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["AnimatedGuardianDamagePerAnimatedWeaponUnique__1__"] = { affix = "", "Animated Guardian deals 5% increased Damage per Animated Weapon", statOrderKey = "3790", statOrder = { 3790 }, level = 1, group = "AnimatedGuardianDamagePerAnimatedWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["AnimatedMinionsHaveMeleeSplashUnique__1"] = { affix = "", "Animated Minions' Melee Attacks deal Splash Damage to surrounding targets", statOrderKey = "3791", statOrder = { 3791 }, level = 1, group = "AnimatedMinionsHaveMeleeSplash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["IncreasedAnimatedMinionSplashDamageUnique__1"] = { affix = "", "Animated Minions' Melee Attacks deal 50% less Damage to surrounding targets", statOrderKey = "4999", statOrder = { 4999 }, level = 1, group = "IncreasedAnimatedMinionSplashDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["FireDamageToAttacksPerStrengthUnique__1"] = { affix = "", "Adds 1 to 2 Fire Damage to Attacks per 10 Strength", statOrderKey = "6658", statOrder = { 6658 }, level = 1, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack" }, }, - ["ColdDamageToAttacksPerDexterityUnique__1"] = { affix = "", "Adds 1 to 2 Cold Damage to Attacks per 10 Dexterity", statOrderKey = "6651", statOrder = { 6651 }, level = 1, group = "AddedColdDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack" }, }, - ["LightningDamageToAttacksPerIntelligenceUnique__1"] = { affix = "", "Adds 0 to 3 Lightning Damage to Attacks per 10 Intelligence", statOrderKey = "6663", statOrder = { 6663 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "attack" }, }, - ["AttackSpeedIfCriticalStrikeDealtRecentlyUnique__1"] = { affix = "", "(8-12)% increased Attack Speed if you've dealt a Critical Strike Recently", statOrderKey = "3931", statOrder = { 3931 }, level = 1, group = "AttackSpeedIfCriticalStrikeDealtRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["CastSpeedIfCriticalStrikeDealtRecentlyUnique__1"] = { affix = "", "(8-12)% increased Cast Speed if you've dealt a Critical Strike Recently", statOrderKey = "4228", statOrder = { 4228 }, level = 1, group = "CastSpeedIfCriticalStrikeDealtRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["EffectOfChillIsReversedUnique__1"] = { affix = "", "The Effect of Chill on you is reversed", statOrderKey = "4335", statOrder = { 4335 }, level = 67, group = "EffectOfChillIsReversed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["TriggerSocketedSpellOnBowAttackUnique__1_"] = { affix = "", "Trigger a Socketed Spell when you Attack with a Bow, with a 0.3 second Cooldown", statOrderKey = "293", statOrder = { 293 }, level = 57, group = "TriggerSocketedSpellOnAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, - ["CountAsLowLifeWhenNotOnFullLifeUnique__1"] = { affix = "", "You count as on Low Life while not on Full Life", statOrderKey = "7426", statOrder = { 7426 }, level = 75, group = "CountAsLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedSpiderWebCountUnique__1"] = { affix = "", "Aspect of the Spider can inflict Spider's Web on Enemies an additional time", statOrderKey = "3852", statOrder = { 3852 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AspectOfSpiderDurationUnique__1"] = { affix = "", "(40-50)% increased Aspect of the Spider Debuff Duration", statOrderKey = "7203", statOrder = { 7203 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ESOnHitWebbedEnemiesUnique__1"] = { affix = "", "Gain (15-20) Energy Shield for each Enemy you Hit which is affected by a Spider's Web", statOrderKey = "4748", statOrder = { 4748 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AspectOfSpiderWebIntervalUnique__1"] = { affix = "", "Aspect of the Spider inflicts Spider's Webs and Hinder every 0.5 Seconds instead", statOrderKey = "7205", statOrder = { 7205 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PowerChargeOnHitWebbedEnemyUnique__1"] = { affix = "", "10% chance to gain a Power Charge on hitting an Enemy affected by a Spider's Web", statOrderKey = "4283", statOrder = { 4283 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PoisonChancePerPowerChargeUnique__1"] = { affix = "", "(6-10)% chance to Poison per Power Charge", statOrderKey = "4299", statOrder = { 4299 }, level = 1, group = "ChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonDamagePerPowerChargeUnique__1"] = { affix = "", "(15-20)% increased Damage with Poison per Power Charge", statOrderKey = "6912", statOrder = { 6912 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["ChaosDamagePerWebOnEnemyUnique__1"] = { affix = "", "Adds (8-10) to (13-15) Chaos Damage for each Spider's Web on the Enemy", statOrderKey = "6646", statOrder = { 6646 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageAgainstEnemiesWith3WebsUnique__1_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Enemies affected by 3 Spider's Webs", statOrderKey = "5201", statOrder = { 5201 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AreaOfEffectAspectOfSpiderUnique__1"] = { affix = "", "(50-70)% increased Aspect of the Spider Area of Effect", statOrderKey = "7204", statOrder = { 7204 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageDealtByWebbedEnemiesUnique__1"] = { affix = "", "Enemies affected by your Spider's Webs deal 10% reduced Damage", statOrderKey = "4524", statOrder = { 4524 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ResistancesOfWebbedEnemiesUnique__1"] = { affix = "", "Enemies affected by your Spider's Webs have -10% to All Resistances", statOrderKey = "7043", statOrder = { 7043 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["NoArmourOrEnergyShieldUnique__1_"] = { affix = "", "You have no Armour or Maximum Energy Shield", statOrderKey = "7427", statOrder = { 7427 }, level = 1, group = "NoArmourOrEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["PoachersMarkCurseOnHitHexproofUnique__1"] = { affix = "", "Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy", statOrderKey = "436", statOrder = { 436 }, level = 61, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CullingStrikePoachersMarkUnique__1"] = { affix = "", "Culling Strike against Enemies Cursed with Poacher's Mark", statOrderKey = "4489", statOrder = { 4489 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageOnMovementSkillUnique__1"] = { affix = "", "Take (100-200) Physical Damage when you use a Movement Skill", statOrderKey = "7067", statOrder = { 7067 }, level = 1, group = "DamageOnMovementSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["RagingSpiritDamageUnique__1_"] = { affix = "", "Summoned Raging Spirits deal (130-150)% increased Damage", statOrderKey = "2965", statOrder = { 2965 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["RagingSpiritDamageUnique__2"] = { affix = "", "Summoned Raging Spirits deal (60-80)% increased Damage", statOrderKey = "2965", statOrder = { 2965 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["RagingSpiritAlwaysIgniteUnique__1"] = { affix = "", "Summoned Raging Spirits' Hits always Ignite", statOrderKey = "6985", statOrder = { 6985 }, level = 1, group = "RagingSpiritAlwaysIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "minion", "ailment" }, }, - ["ReducedRagingSpiritsAllowedUnique__1"] = { affix = "", "75% reduced Maximum number of Summoned Raging Spirits", statOrderKey = "6855", statOrder = { 6855 }, level = 1, group = "ReducedRagingSpiritsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["BlindingAuraSkillUnique__1"] = { affix = "", "Triggers Level 20 Blinding Aura when Equipped", statOrderKey = "389", statOrder = { 389 }, level = 79, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["AddedFireDamageAgainstBlindedEnemiesUnique__1_"] = { affix = "", "Adds (145-157) to (196-210) Fire Damage to Hits with this Weapon against Blinded Enemies", statOrderKey = "6659", statOrder = { 6659 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["LightRadiusAppliesToAccuracyUnique__1_"] = { affix = "", "Increases and Reductions to Light Radius also apply to Accuracy", statOrderKey = "5361", statOrder = { 5361 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["FirePenetrationAgainstBlindedEnemiesUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance against Blinded Enemies", statOrderKey = "7018", statOrder = { 7018 }, level = 1, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HitsCannotBeEvadedAgainstBlindedEnemiesUnique__1"] = { affix = "", "Your Hits can't be Evaded by Blinded Enemies", statOrderKey = "5204", statOrder = { 5204 }, level = 72, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ManifestExtraDancingDervishCopiesUnique__1_"] = { affix = "", "Manifest Dancing Dervish also manifests a copy of Dancing Dervish", statOrderKey = "6032", statOrder = { 6032 }, level = 82, group = "ManifestExtraDancingDervishCopies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ChillEffectUnique__1"] = { affix = "", "(15-20)% increased Effect of Cold Ailments", statOrderKey = "4355", statOrder = { 4355 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["OnHitWhileCursedTriggeredCurseNovaUnique__1"] = { affix = "", "Trigger Level 20 Elemental Warding on Melee Hit while Cursed", statOrderKey = "475", statOrder = { 475 }, level = 77, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ChanceToBePoisonedUnique__1"] = { affix = "", "+25% chance to be Poisoned", statOrderKey = "2688", statOrder = { 2688 }, level = 1, group = "ChanceToBePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonExpiresSlowerUnique__1"] = { affix = "", "Poisons on you expire 50% slower", statOrderKey = "6924", statOrder = { 6924 }, level = 1, group = "PoisonExpiresSlower", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["MaximumResistancesWhilePoisonedUnique__1"] = { affix = "", "+3% to all maximum Resistances while Poisoned", statOrderKey = "3753", statOrder = { 3753 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["EnergyShieldRegenPerPoisonUnique__1"] = { affix = "", "Regenerate 80 Energy Shield per Second per Poison on you, up to 400 per second", statOrderKey = "4764", statOrder = { 4764 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["BleedOnSelfDealChaosDamageUnique__1"] = { affix = "", "You take Chaos Damage instead of Physical Damage from Bleeding", statOrderKey = "1768", statOrder = { 1768 }, level = 1, group = "BleedOnSelfDealChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, - ["MaximumLifePercentPerCorruptedItemUnique__1_"] = { affix = "", "6% increased Maximum Life for each Corrupted Item Equipped", statOrderKey = "2402", statOrder = { 2402 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumEnergyShieldPercentPerCorruptedItemUnique__1_"] = { affix = "", "8% increased Maximum Energy Shield for each Corrupted Item Equipped", statOrderKey = "2403", statOrder = { 2403 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["AllResistancesPerCorruptedItemUnique__1"] = { affix = "", "-(6-4)% to all Resistances for each Corrupted Item Equipped", statOrderKey = "2408", statOrder = { 2408 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["NoManaRecoveryDuringFlaskEffectUnique__1_"] = { affix = "", "Cannot gain Mana during effect", statOrderKey = "5809", statOrder = { 5809 }, level = 1, group = "NoManaRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskGainVaalSoulPerSecondUnique__1_"] = { affix = "", "Gain 2 Vaal Souls Per Second during effect", statOrderKey = "5810", statOrder = { 5810 }, level = 1, group = "FlaskGainVaalSoulPerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskGainVaalSoulsOnUseUnique__1"] = { affix = "", "Gain (10-12) Vaal Souls on use", statOrderKey = "5804", statOrder = { 5804 }, level = 1, group = "FlaskGainVaalSoulsOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskLoseChargesOnNewAreaUnique__1"] = { affix = "", "Loses all Charges when you enter a new area", statOrderKey = "3566", statOrder = { 3566 }, level = 1, group = "FlaskLoseChargesOnNewArea", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskVaalSkillDamageUnique__1"] = { affix = "", "(80-120)% increased Damage with Vaal Skills during effect", statOrderKey = "5889", statOrder = { 5889 }, level = 1, group = "FlaskVaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskVaalSkillDamageUnique__2"] = { affix = "", "Vaal Skills deal (30-40)% more Damage during Effect", statOrderKey = "5890", statOrder = { 5890 }, level = 1, group = "FlaskVaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskVaalSkillCriticalStrikeChanceUnique__1"] = { affix = "", "Vaal Skills have (80-120)% increased Critical Strike Chance during effect", statOrderKey = "5888", statOrder = { 5888 }, level = 1, group = "FlaskVaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskVaalSkillCostUnique__1"] = { affix = "", "Vaal Skills require 25% reduced Souls Per Use during effect", statOrderKey = "5892", statOrder = { 5892 }, level = 1, group = "FlaskVaalSkillCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskVaalSoulPreventionDurationUnique__1_"] = { affix = "", "Vaal Skills used during effect have (20-40)% reduced Soul Gain Prevention Duration", statOrderKey = "5893", statOrder = { 5893 }, level = 1, group = "FlaskVaalSoulPreventionDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskVaalNoSoulPreventionUnique__1"] = { affix = "", "Vaal Skills used during effect do not apply Soul Gain Prevention", statOrderKey = "5891", statOrder = { 5891 }, level = 1, group = "FlaskVaalNoSoulPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["CannotGainFlaskChargesDuringEffectUnique__1"] = { affix = "", "Gains no Charges during effect of any Soul Ripper Flask", statOrderKey = "5966", statOrder = { 5966 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskVaalConsumeMaximumChargesUnique__1"] = { affix = "", "Consumes Maximum Charges to use", statOrderKey = "5798", statOrder = { 5798 }, level = 1, group = "FlaskVaalConsumeMaximumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskVaalGainSoulsAsChargesUnique__1_"] = { affix = "", "Gain Vaal Souls equal to Charges Consumed when used", statOrderKey = "5803", statOrder = { 5803 }, level = 1, group = "FlaskVaalGainSoulsAsCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["UniqueSelfCurseVulnerabilityLevel10"] = { affix = "", "You are Cursed with Vulnerability, with 40% increased Effect", statOrderKey = "2427", statOrder = { 2427 }, level = 28, group = "UniqueSelfCurseVulnerabilityLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["UniqueSelfCurseVulnerabilityLevel20"] = { affix = "", "You are Cursed with Vulnerability, with 80% increased Effect", statOrderKey = "2427", statOrder = { 2427 }, level = 66, group = "UniqueSelfCurseVulnerabilityLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["EnemiesExtraDamageRollsWhileAffectedByVulnerabilityUnique__1_"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are Cursed with Vulnerability", statOrderKey = "2422", statOrder = { 2422 }, level = 1, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CountAsLowLifeWhileAffectedByVulnerabilityUnique__1"] = { affix = "", "You count as on Low Life while you are Cursed with Vulnerability", statOrderKey = "2425", statOrder = { 2425 }, level = 1, group = "CountAsLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TrapAreaOfEffectUnique__1"] = { affix = "", "Skills used by Traps have (10-20)% increased Area of Effect", statOrderKey = "2792", statOrder = { 2792 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CastSpeedAppliesToTrapSpeedUnique__1"] = { affix = "", "Increases and Reductions to Cast Speed also Apply to Trap Throwing Speed", statOrderKey = "3776", statOrder = { 3776 }, level = 1, group = "CastSpeedAppliesToTrapSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["RandomChargeOnTrapTriggerUnique__1"] = { affix = "", "10% chance to gain an Endurance, Frenzy or Power Charge when any", "of your Traps are Triggered by an Enemy", statOrderKey = "6853,6853.1", statOrder = { 6853, 6853.1 }, level = 1, group = "RandomChargeOnTrapTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["TrapSkillsHaveBloodMagicUnique__1"] = { affix = "", "Skills which throw Traps Cost Life instead of Mana", statOrderKey = "7525", statOrder = { 7525 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotGainEnergyShieldUnique__1"] = { affix = "", "Cannot gain Energy Shield", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "CannotGainEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LifeRegenerationWith500EnergyShieldUnique__1"] = { affix = "", "Regenerate 50 Life per second if you have at least 500 Maximum Energy Shield", statOrderKey = "3673", statOrder = { 3673 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationWith1000EnergyShieldUnique__1"] = { affix = "", "Regenerate 100 Life per second if you have at least 1000 Maximum Energy Shield", statOrderKey = "3674", statOrder = { 3674 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationWith1500EnergyShieldUnique__1"] = { affix = "", "Regenerate 150 Life per second if you have at least 1500 Maximum Energy Shield", statOrderKey = "3675", statOrder = { 3675 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifePerIntelligenceUnique__1"] = { affix = "", "+1 to Maximum Life per 2 Intelligence", statOrderKey = "1384", statOrder = { 1384 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["NoMaximumLifePerStrengthUnique__1"] = { affix = "", "Strength provides no bonus to Maximum Life", statOrderKey = "1379", statOrder = { 1379 }, level = 1, group = "NoMaximumLifePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["NoMaximumManaPerIntelligenceUnique__1"] = { affix = "", "Intelligence provides no bonus to Maximum Mana", statOrderKey = "1380", statOrder = { 1380 }, level = 1, group = "NoMaximumManaPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LifeRegenerationPer500EnergyShieldUnique__1"] = { affix = "", "Regenerate 1% of Life per second per 500 Maximum Energy Shield", statOrderKey = "5351", statOrder = { 5351 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SkeletonsTakeFireDamagrPerSecondUnique__1"] = { affix = "", "Summoned Skeletons take (15-30)% of their Maximum Life per second as Fire Damage", statOrderKey = "7255", statOrder = { 7255 }, level = 1, group = "SkeletonsTakeFireDamagrPerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["SkeletonsCoverEnemiesInAshUnique__1"] = { affix = "", "Summoned Skeletons Cover Enemies in Ash on Hit", statOrderKey = "7254", statOrder = { 7254 }, level = 1, group = "SkeletonsCoverEnemiesInAsh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SkeletonsHaveAvatarOfFireUnique__1_"] = { affix = "", "Summoned Skeletons have Avatar of Fire", statOrderKey = "7511", statOrder = { 7511 }, level = 1, group = "SkeletonsHaveAvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["AreaOfEffectPerEnemyKilledRecentlyUnique__1"] = { affix = "", "1% increased Area of Effect per Enemy killed recently, up to 50%", statOrderKey = "3814", statOrder = { 3814 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ZealotsOathIfHaventBeenHitRecentlyUnique__1"] = { affix = "", "You have Zealot's Oath if you haven't been hit recently", statOrderKey = "7526", statOrder = { 7526 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LifeGainOnHitIfVaalSkillUsedRecentlyUnique__1"] = { affix = "", "10 Life gained for each Enemy Hit if you have used a Vaal Skill Recently", statOrderKey = "5311", statOrder = { 5311 }, level = 1, group = "LifeGainOnHitIfVaalSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MovementVelocityIfVaalSkillUsedRecentlyUnique__1_"] = { affix = "", "10% increased Movement Speed if you have used a Vaal Skill Recently", statOrderKey = "6766", statOrder = { 6766 }, level = 40, group = "MovementVelocityIfVaalSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["GainPowerChargeOnUsingVaalSkillUnique__1"] = { affix = "", "Gain a Power Charge when you use a Vaal Skill", statOrderKey = "4954", statOrder = { 4954 }, level = 1, group = "GainPowerChargeOnUsingVaalSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ChaosDamageCanIgniteChillAndShockUnique__1"] = { affix = "", "Chaos Damage can Ignite, Chill and Shock", statOrderKey = "2188", statOrder = { 2188 }, level = 1, group = "ChaosDamageCanIgniteChillAndShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["GainSoulEaterOnVaalSkillUseUnique__1"] = { affix = "", "Gain Soul Eater for 20 seconds when you use a Vaal Skill", statOrderKey = "4964", statOrder = { 4964 }, level = 88, group = "GainSoulEaterOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["CriticalStrikeMultiplierPerUnallocatedStrengthJewelUnique__1_"] = { affix = "", "+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius", statOrderKey = "2464", statOrder = { 2464 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["AdditionalPhysicalReductionPerAllocatedStrengthJewelUnique__1"] = { affix = "", "1% additional Physical Damage Reduction per 10 Strength on Allocated Passives in Radius", statOrderKey = "2456", statOrder = { 2456 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["AdditionalStrengthPerAllocatedStrengthJewelUnique__1_"] = { affix = "", "-1 Strength per 1 Strength on Allocated Passives in Radius", statOrderKey = "2375", statOrder = { 2375 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["FlatManaPerUnallocatedDexterityJewelUnique__1"] = { affix = "", "+15 to Maximum Mana per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "2465", statOrder = { 2465 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MovementSpeedPerAllocatedDexterityJewelUnique__1"] = { affix = "", "2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2458", statOrder = { 2458 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AdditionalDexterityPerAllocatedDexterityJewelUnique__1"] = { affix = "", "-1 Dexterity per 1 Dexterity on Allocated Passives in Radius", statOrderKey = "2373", statOrder = { 2373 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AccuracyRatingPerUnallocatedIntelligenceJewelUnique__1"] = { affix = "", "+125 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "2463", statOrder = { 2463 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["EnergyShieldRegenPerAllocatedIntelligenceJewelUnique__1_"] = { affix = "", "Regenerate 0.4% of Energy Shield per Second for", "every 10 Intelligence on Allocated Passives in Radius", statOrderKey = "2457,2457.1", statOrder = { 2457, 2457.1 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["AdditionalIntelligencePerAllocatedIntelligenceJewelUnique__1__"] = { affix = "", "-1 Intelligence per 1 Intelligence on Allocated Passives in Radius", statOrderKey = "2374", statOrder = { 2374 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["LifeRecoveryRatePerAllocatedStrengthUnique__1_"] = { affix = "", "2% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius", statOrderKey = "5939", statOrder = { 5939 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRatePerAllocatedStrengthUnique__2"] = { affix = "", "3% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius", statOrderKey = "5939", statOrder = { 5939 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRatePerUnallocatedStrengthUnique__1_"] = { affix = "", "2% reduced Life Recovery Rate per 10 Strength on Unallocated Passives in Radius", statOrderKey = "5940", statOrder = { 5940 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["CriticalStrikeMultiplierPerUnallocatedStrengthUnique__1"] = { affix = "", "+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius", statOrderKey = "2464", statOrder = { 2464 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["MovementSpeedPerAllocatedDexterityUnique__1"] = { affix = "", "2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2458", statOrder = { 2458 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSpeedPerAllocatedDexterityUnique__2"] = { affix = "", "3% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2458", statOrder = { 2458 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSpeedPerUnallocatedDexterityUnique__1_"] = { affix = "", "2% reduced Movement Speed per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "5950", statOrder = { 5950 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AccuracyRatingPerUnallocatedDexterityUnique__1_"] = { affix = "", "+125 to Accuracy Rating per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "5894", statOrder = { 5894 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ManaRecoveryRatePerAllocatedIntelligenceUnique__1"] = { affix = "", "2% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius", statOrderKey = "5946", statOrder = { 5946 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRatePerAllocatedIntelligenceUnique__2"] = { affix = "", "3% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius", statOrderKey = "5946", statOrder = { 5946 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRatePerUnallocatedIntelligenceUnique__1"] = { affix = "", "2% reduced Mana Recovery Rate per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "5947", statOrder = { 5947 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["DamageOverTimeMultiplierPerUnallocatedIntelligenceUnique__1___"] = { affix = "", "+3% to Damage over Time Multiplier per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "5910", statOrder = { 5910 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LocalDamageConversionToRandomElementUnique__1"] = { affix = "", "50% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3667", statOrder = { 3667 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["LocalDamageConversionToRandomElementUnique__2_"] = { affix = "", "100% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3667", statOrder = { 3667 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["LocalDamageConversionToRandomElementImplicitE1"] = { affix = "", "100% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3667", statOrder = { 3667 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["LocalAlwaysInflictElementalAilmentsUnique__1"] = { affix = "", "Hits with this Weapon always Ignite, Freeze, and Shock", statOrderKey = "3669", statOrder = { 3669 }, level = 1, group = "LocalAlwaysInflictElementalAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "attack", "ailment" }, }, - ["LocalElementalDamageAgainstIgnitedEnemiesUnique__1_"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Ignited Enemies", statOrderKey = "3670", statOrder = { 3670 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["LocalElementalDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Frozen Enemies", statOrderKey = "3671", statOrder = { 3671 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["LocalElementalDamageAgainstShockedEnemiesUnique__1_"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Shocked Enemies", statOrderKey = "3672", statOrder = { 3672 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["OnslaughtWhileNotOnLowManaUnique__1_"] = { affix = "", "You have Onslaught while not on Low Mana", statOrderKey = "4941", statOrder = { 4941 }, level = 1, group = "OnslaughtWhileNotOnLowMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LoseManaPerSecondUnique__1"] = { affix = "", "Lose (30-40) Mana per Second", statOrderKey = "5994", statOrder = { 5994 }, level = 1, group = "ManaDegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LoseManaPercentPerSecondUnique__1"] = { affix = "", "Lose 7% of Mana per Second", statOrderKey = "5995", statOrder = { 5995 }, level = 1, group = "ManaDegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["DodgeAndSpellDodgePerMaximumManaUnique__1"] = { affix = "", "2% chance to Dodge Attack and Spell Hits per 500 Maximum Mana, up to 20%", statOrderKey = "4629", statOrder = { 4629 }, level = 1, group = "ChanceToDodgeAndSpellDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["DisplayHasAdditionalModUnique__1"] = { affix = "", "Has an additional Implicit Mod", statOrderKey = "362", statOrder = { 362 }, level = 1, group = "DisplayHasAdditionalMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalDamageUniqueJewel_1"] = { affix = "", "(10-15)% increased Elemental Damage with Attack Skills", statOrderKey = "4681", statOrder = { 4681 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["ElementalHitDisableFireUniqueJewel_1"] = { affix = "", "With 40 total Intelligence and Dexterity in Radius, Elemental Hit and Wild Strike deal 50% less Fire Damage", "With 40 total Intelligence and Dexterity in Radius, Elemental Hit and Wild Strike cannot choose Fire", statOrderKey = "5919,5922", statOrder = { 5919, 5922 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["ElementalHitDisableColdUniqueJewel_1"] = { affix = "", "With 40 total Strength and Intelligence in Radius, Elemental Hit and Wild Strike deal 50% less Cold Damage", "With 40 total Strength and Intelligence in Radius, Elemental Hit and Wild Strike cannot choose Cold", statOrderKey = "5918,5921", statOrder = { 5918, 5921 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["ElementalHitDisableLightningUniqueJewel_1"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Elemental Hit and Wild Strike deal 50% less Lightning Damage", "With 40 total Dexterity and Strength in Radius, Elemental Hit and Wild Strike cannot choose Lightning", statOrderKey = "5920,5923", statOrder = { 5920, 5923 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["TriggerSummonPhantasmOnCorpseConsumeUnique__1"] = { affix = "", "Trigger Level 20 Summon Phantasm Skill when you Consume a corpse", statOrderKey = "486", statOrder = { 486 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CastSpeedPerCorpseConsumedRecentlyUnique__1"] = { affix = "", "3% increased Cast Speed for each corpse Consumed Recently", statOrderKey = "4230", statOrder = { 4230 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["LifeRegenerationIfCorpseConsumedRecentlyUnique__1"] = { affix = "", "If you Consumed a corpse Recently, you and nearby Allies Regenerate 5% of Life per second", statOrderKey = "7418", statOrder = { 7418 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["CannotHaveNonGolemMinionsUnique__1_"] = { affix = "", "You cannot have non-Golem Minions", statOrderKey = "3005", statOrder = { 3005 }, level = 1, group = "CannotHaveNonGolemMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["StarterPassiveTreeJewelUnique__2"] = { affix = "", "While your Passive Skill Tree connects to the Ranger's starting location, you gain:", "7% increased Movement Speed", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["StarterPassiveTreeJewelUnique__3"] = { affix = "", "While your Passive Skill Tree connects to the Shadow's starting location, you gain:", "+0.5% to Critical Strike Chance", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["StarterPassiveTreeJewelUnique__4"] = { affix = "", "While your Passive Skill Tree connects to the Witch's starting location, you gain:", "0.5% of Mana Regenerated per second", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["StarterPassiveTreeJewelUnique__5"] = { affix = "", "While your Passive Skill Tree connects to the Templar's starting location, you gain:", "Damage Penetrates 5% Elemental Resistances", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["StarterPassiveTreeJewelUnique__6"] = { affix = "", "While your Passive Skill Tree connects to the Scion's starting location, you gain:", "+25 to All Attributes", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StarterPassiveTreeJewelUnique__7"] = { affix = "", "While your Passive Skill Tree connects to the Marauder's starting location, you gain:", "Melee Skills have 15% increased Area of Effect", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StarterPassiveJewelUnique__8"] = { affix = "", "While your Passive Skill Tree connects to the Marauder's starting location, you gain:", "1% of Life Regenerated per second", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["StarterPassiveJewelUnique__9_"] = { affix = "", "While your Passive Skill Tree connects to the Duelist's starting location, you gain:", "+2 to Melee Strike Range", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StarterPassiveJewelUnique__10__"] = { affix = "", "While your Passive Skill Tree connects to the Ranger's starting location, you gain:", "20% increased Flask Charges gained", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["StarterPassiveJewelUnique__11__"] = { affix = "", "While your Passive Skill Tree connects to the Shadow's starting location, you gain:", "12% increased Attack and Cast Speed", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["StarterPassiveJewelUnique__12__"] = { affix = "", "While your Passive Skill Tree connects to the Witch's starting location, you gain:", "20% increased Skill Effect Duration", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StarterPassiveJewelUnique__13"] = { affix = "", "While your Passive Skill Tree connects to the Templar's starting location, you gain:", "+4% Chance to Block Attack and Spell Damage", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StarterPassiveJewelUnique__14_"] = { affix = "", "While your Passive Skill Tree connects to the Scion's starting location, you gain:", "30% increased Damage", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedCriticalStrikeChancePerAccuracyRatingUnique__1"] = { affix = "", "2% increased Attack Critical Strike Chance per 200 Accuracy Rating", statOrderKey = "3998", statOrder = { 3998 }, level = 65, group = "IncreasedCriticalStrikeChancePerAccuracyRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["PassiveEffectivenessJewelUnique__1_"] = { affix = "", "50% increased Effect of non-Keystone Passive Skills in Radius", "Notable Passive Skills in Radius grant nothing", statOrderKey = "6067,6068", statOrder = { 6067, 6068 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DegradingMovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Attack, Cast and Movement Speed during Flask Effect", "Reduce Attack, Cast and Movement Speed 10% every second during Flask Effect", statOrderKey = "677,678", statOrder = { 677, 678 }, level = 1, group = "DegradingMovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "attack", "caster", "speed" }, }, + ["TriggeredFireAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Fire Aegis when Equipped", statOrderKey = "448", statOrder = { 448 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredColdAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Cold Aegis when Equipped", statOrderKey = "446", statOrder = { 446 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredLightningAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Lightning Aegis when Equipped", statOrderKey = "449", statOrder = { 449 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredElementalAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Elemental Aegis when Equipped", statOrderKey = "447", statOrder = { 447 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredElementalAegisSkillUnique__1Royale"] = { affix = "", "Triggers Level 1 Elemental Aegis when Equipped", statOrderKey = "447", statOrder = { 447 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredPhysicalAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Physical Aegis when Equipped", statOrderKey = "451", statOrder = { 451 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SupportedByBlasphemyUnique"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "274", statOrder = { 274 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, + ["GrantCursePillarSkillUnique"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills ignore Curse Limit", statOrderKey = "394,394.1,394.2", statOrder = { 394, 394.1, 394.2 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ReflectPoisonsToSelfUnique__1"] = { affix = "", "Poison you inflict is Reflected to you if you have fewer than 100 Poisons on you", statOrderKey = "7059", statOrder = { 7059 }, level = 1, group = "ReflectPoisonsToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ReflectBleedingToSelfUnique__1"] = { affix = "", "Bleeding you inflict is Reflected to you", statOrderKey = "4169", statOrder = { 4169 }, level = 1, group = "ReflectBleedingToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChaosResistancePerPoisonOnSelfUnique__1"] = { affix = "", "+1% to Chaos Resistance per Poison on you", statOrderKey = "4438", statOrder = { 4438 }, level = 1, group = "ChaosResistancePerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["DamagePerPoisonOnSelfUnique__1_"] = { affix = "", "15% increased Damage for each Poison on you up to a maximum of 75%", statOrderKey = "4670", statOrder = { 4670 }, level = 1, group = "DamagePerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MovementSpeedPerPoisonOnSelfUnique__1_"] = { affix = "", "10% increased Movement Speed for each Poison on you up to a maximum of 50%", statOrderKey = "6903", statOrder = { 6903 }, level = 1, group = "MovementSpeedPerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["TravelSkillsReflectPoisonUnique__1"] = { affix = "", "Poison you inflict with Travel Skills is Reflected to you if you", "have fewer than 5 Poisons on you", statOrderKey = "7503,7503.1", statOrder = { 7503, 7503.1 }, level = 57, group = "TravelSkillsReflectPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["IncreasedArmourWhileBleedingUnique__1"] = { affix = "", "(30-40)% increased Armour while Bleeding", statOrderKey = "3938", statOrder = { 3938 }, level = 1, group = "IncreasedArmourWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["SpectreCriticalStrikeChanceUnique__1"] = { affix = "", "Spectres have (800-1000)% increased Critical Strike Chance", statOrderKey = "7308", statOrder = { 7308 }, level = 1, group = "SpectreCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, + ["SpectreHaveBaseDurationUnique__1"] = { affix = "", "Spectres have a Base Duration of 20 seconds", "Spectres do not travel between Areas", statOrderKey = "7311,7311.1", statOrder = { 7311, 7311.1 }, level = 1, group = "SpectreHaveBaseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GainCriticalStrikeChanceOnManaSpentUnique__1"] = { affix = "", "Gain +2% to Critical Strike Chance for 2 seconds after Spending a total of 800 Mana", statOrderKey = "5051", statOrder = { 5051 }, level = 69, group = "GainCriticalStrikeChanceOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["GainHerEmbraceOnIgniteUnique__1"] = { affix = "", "Gain Her Embrace for 3 seconds when you Ignite an Enemy", statOrderKey = "5069", statOrder = { 5069 }, level = 1, group = "GainHerEmbraceOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TakeDamagePerLevelWhileHerEmbraceUnique__1_"] = { affix = "", "While in Her Embrace, take 0.5% of your total Maximum Life and Energy Shield as Fire Damage per second per Level", statOrderKey = "6990", statOrder = { 6990 }, level = 1, group = "TakeDamagePerLevelWhileHerEmbrace", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GainArmourEqualToManaReservedUnique__1"] = { affix = "", "Gain Armour equal to your Reserved Mana", statOrderKey = "5045", statOrder = { 5045 }, level = 1, group = "GainArmourEqualToManaReserved", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["VaalPactIfCritRecentlyUnique__1"] = { affix = "", "You have Vaal Pact if you've dealt a Critical Strike Recently", statOrderKey = "5110", statOrder = { 5110 }, level = 1, group = "VaalPactIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AdditionalArrowWhileAccuracyIs3000Uber1"] = { affix = "", "Bow Attacks fire an additional Arrow while Main Hand Accuracy Rating is at least 3000", statOrderKey = "6951", statOrder = { 6951 }, level = 1, group = "AdditionalArrowWhileAccuracyIs3000", weightKey = { "bow_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyRatingIsDoubledUber1"] = { affix = "", "50% more Global Accuracy Rating", statOrderKey = "3820", statOrder = { 3820 }, level = 1, group = "AccuracyRatingIsDoubled", weightKey = { "bow_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MeleePhysicalDamagePerStrengthWhileFortifiedUber1"] = { affix = "", "1% increased Melee Physical Damage per 10 Strength while Fortified", statOrderKey = "6749", statOrder = { 6749 }, level = 1, group = "MeleePhysicalDamagePerStrengthWhileFortified", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedEvasionRatingWhileLeechingUber1"] = { affix = "", "20% increased Evasion while Leeching", statOrderKey = "4918", statOrder = { 4918 }, level = 1, group = "IncreasedEvasionRatingWhileLeeching", weightKey = { "claw_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingIfHitEnemyRecentlyUber1"] = { affix = "", "20% increased Evasion if you have Hit an Enemy Recently", statOrderKey = "4916", statOrder = { 4916 }, level = 1, group = "IncreasedEvasionRatingIfHitEnemyRecently", weightKey = { "claw_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["CriticalStrikeMultiplierIfHaventCritRecentlyUber1"] = { affix = "", "+50% to Critical Strike Multiplier if you haven't dealt a Critical Strike Recently", statOrderKey = "4594", statOrder = { 4594 }, level = 1, group = "CriticalStrikeMultiplierIfHaventCritRecently", weightKey = { "dagger_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalStrikeChanceAgainstBleedingEnemiesUber1"] = { affix = "", "70% increased Critical Strike Chance against Bleeding Enemies", statOrderKey = "2605", statOrder = { 2605 }, level = 1, group = "CriticalStrikeChanceAgainstBleedingEnemies", weightKey = { "2h_axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AreaOfEffectWith500StrengthUber1"] = { affix = "", "30% increased Area of Effect if you have at least 500 Strength", statOrderKey = "3922", statOrder = { 3922 }, level = 1, group = "AreaOfEffectWith500Strength", weightKey = { "mace_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HitsCantBeEvadedIfBlockedRecentlyUber1_"] = { affix = "", "Hits with this Weapon can't be Evaded if you have Blocked Recently", statOrderKey = "5939", statOrder = { 5939 }, level = 1, group = "AlwaysHits", weightKey = { "sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AttackSpeedIfBlockedRecentlyUber1"] = { affix = "", "20% increased Attack Speed if you have Blocked Recently", statOrderKey = "4033", statOrder = { 4033 }, level = 1, group = "AttackSpeedIfBlockedRecently", weightKey = { "sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AreaOfEffectWhileFortifiedUber1"] = { affix = "", "25% increased Area of Effect while Fortified", statOrderKey = "3917", statOrder = { 3917 }, level = 1, group = "AreaOfEffectWhileFortified", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MeleeWeaponRangeWhileFortifiedUber1"] = { affix = "", "+2 to Melee Strike Range while Fortified", statOrderKey = "6765", statOrder = { 6765 }, level = 1, group = "MeleeWeaponRangeWhileFortified", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunDurationPerStrengthUber1"] = { affix = "", "2% increased Stun Duration per 15 Strength", statOrderKey = "7391", statOrder = { 7391 }, level = 1, group = "StunDurationPerStrength", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedStunThresholdWith500StrengthUber1"] = { affix = "", "30% reduced Enemy Stun Threshold while you have at least 500 Strength", statOrderKey = "7393", statOrder = { 7393 }, level = 1, group = "ReducedStunThresholdWith500Strength", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaDamagePerStrengthUber1"] = { affix = "", "1% increased Area Damage per 12 Strength", statOrderKey = "3906", statOrder = { 3906 }, level = 1, group = "AreaDamagePerStrength", weightKey = { "2h_mace_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageAgainstTauntedEnemiesUber1"] = { affix = "", "50% increased Damage against Taunted Enemies", statOrderKey = "4676", statOrder = { 4676 }, level = 1, group = "IncreasedDamageAgainstTauntedEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BleedingDamagePerEnduranceChargeUber1"] = { affix = "", "5% increased Damage with Bleeding per Endurance Charge", statOrderKey = "4163", statOrder = { 4163 }, level = 1, group = "BleedingDamagePerEnduranceCharge", weightKey = { "2h_axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["MovementSpeedWhileFortifiedUber1"] = { affix = "", "15% increased Movement Speed while you have Fortify", statOrderKey = "2737", statOrder = { 2737 }, level = 1, group = "MovementSpeedWhileFortified", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MeleeWeaponRangeAtMaximumFrenzyChargesUber1_"] = { affix = "", "+3 to Melee Strike Range while at Maximum Frenzy Charges", statOrderKey = "6764", statOrder = { 6764 }, level = 1, group = "MeleeWeaponRangeAtMaximumFrenzyCharges", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["BlindEnemiesWhenHitUber1__"] = { affix = "", "20% chance to Blind Enemies when they Hit you", statOrderKey = "4276", statOrder = { 4276 }, level = 1, group = "BlindEnemiesWhenHit", weightKey = { "claw_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PoisonDamageAgainstBleedingEnemiesUber1"] = { affix = "", "50% increased Damage with Poison inflicted on Bleeding Enemies", statOrderKey = "7049", statOrder = { 7049 }, level = 1, group = "PoisonDamageAgainstBleedingEnemies", weightKey = { "dagger_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["ChanceToBleedOnTauntedEnemiesUber1"] = { affix = "", "20% chance to inflict Bleeding on Hit with Attacks against Taunted Enemies", statOrderKey = "4050", statOrder = { 4050 }, level = 1, group = "ChanceToBleedOnTauntedEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AreaOfEffectPerPowerChargeUber1"] = { affix = "", "3% increased Area of Effect per Power Charge", statOrderKey = "1631", statOrder = { 1631 }, level = 1, group = "AreaOfEffectPerPowerCharge", weightKey = { "staff_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BleedDamageAgainstPoisonedEnemiesUber1"] = { affix = "", "50% increased Damage with Bleeding inflicted on Poisoned Enemies", statOrderKey = "4166", statOrder = { 4166 }, level = 1, group = "BleedDamageAgainstPoisonedEnemies", weightKey = { "dagger_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["GainEnduranceChargeOnStunChanceUber1"] = { affix = "", "25% chance to gain an Endurance Charge when you Stun an Enemy", statOrderKey = "4399", statOrder = { 4399 }, level = 1, group = "GainEnduranceChargeOnStunChance", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["FortifyEffectWhileStationaryUber1"] = { affix = "", "20% increased Effect of Fortify on you while Stationary", statOrderKey = "5000", statOrder = { 5000 }, level = 1, group = "FortifyEffectWhileStationary", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FortifyDurationPerStrengthUber1"] = { affix = "", "1% increased Fortify Duration per 10 Strength", statOrderKey = "4999", statOrder = { 4999 }, level = 1, group = "FortifyDurationPerStrength", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedElementalDamageTakenPerEnduranceChargeUber1"] = { affix = "", "1% reduced Elemental Damage taken per Endurance Charge", statOrderKey = "4809", statOrder = { 4809 }, level = 1, group = "ReducedElementalDamageTakenPerEnduranceCharge", weightKey = { "sceptre_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["AreaOfEffectIfBlockedRecentlyUber1"] = { affix = "", "20% increased Area of Effect if you have Blocked Recently", statOrderKey = "3912", statOrder = { 3912 }, level = 1, group = "AreaOfEffectIfBlockedRecently", weightKey = { "staff_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamagePer12IntelligenceUber1"] = { affix = "", "1% increased Elemental Damage per 12 Intelligence", statOrderKey = "4797", statOrder = { 4797 }, level = 1, group = "ElementalDamagePerIntelligence", weightKey = { "sceptre_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AdditionalBlockChanceIfCritRecentlyUber1__"] = { affix = "", "+5% Chance to Block Attack Damage if you've dealt a Critical Strike Recently", statOrderKey = "3836", statOrder = { 3836 }, level = 1, group = "AdditionalBlockChanceIfCritRecently", weightKey = { "staff_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ElementalDamagePer12StrengthUber1"] = { affix = "", "1% increased Elemental Damage per 12 Strength", statOrderKey = "4798", statOrder = { 4798 }, level = 1, group = "ElementalDamagePerStrength", weightKey = { "sceptre_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePerPowerChargeUber1"] = { affix = "", "5% increased Elemental Damage per Power charge", statOrderKey = "4799", statOrder = { 4799 }, level = 1, group = "ElementalDamagePerPowerCharge", weightKey = { "sceptre_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["CullingStrikeIfCritRecentlyUber1"] = { affix = "", "Hits with this Weapon have Culling Strike if you have dealt a Critical Strike Recently", statOrderKey = "5905", statOrder = { 5905 }, level = 1, group = "CullingStrikeIfCritRecently", weightKey = { "axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["CritsHaveCullingStrikeUber1"] = { affix = "", "Critical Strikes with this Weapon have Culling Strike", statOrderKey = "5904", statOrder = { 5904 }, level = 1, group = "CritsHaveCullingStrike", weightKey = { "dagger_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["GainEnduranceChargeOnLosingFortifyUber1"] = { affix = "", "Gain an Endurance Charge when you lose Fortify", statOrderKey = "5056", statOrder = { 5056 }, level = 1, group = "GainEnduranceChargeOnLosingFortify", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["LifeGainOnHitWhileLeechingUber1"] = { affix = "", "+(30-50) Life gained for each Enemy Hit by this Weapon while you are Leeching", statOrderKey = "5973", statOrder = { 5973 }, level = 1, group = "LifeGainOnHitWhileLeeching", weightKey = { "claw_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["CannotBeIgnitedWithStrHigherThanDexUnique__1"] = { affix = "", "Cannot be Ignited if Strength is higher than Dexterity", statOrderKey = "4319", statOrder = { 4319 }, level = 1, group = "CannotBeIgnitedWithStrHigherThanDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["CannotBeFrozenWithDexHigherThanIntUnique__1"] = { affix = "", "Cannot be Frozen if Dexterity is higher than Intelligence", statOrderKey = "4316", statOrder = { 4316 }, level = 1, group = "CannotBeFrozenWithDexHigherThanInt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeShockedWithIntHigherThanStrUnique__1"] = { affix = "", "Cannot be Shocked if Intelligence is higher than Strength", statOrderKey = "4325", statOrder = { 4325 }, level = 1, group = "CannotBeShockedWithIntHigherThanStr", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedDamagePerLowestAttributeUnique__1"] = { affix = "", "1% increased Damage per 5 of your lowest Attribute", statOrderKey = "4667", statOrder = { 4667 }, level = 85, group = "IncreasedDamagePerLowestAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedAilmentDurationUnique__1"] = { affix = "", "40% increased Duration of Ailments on Enemies", statOrderKey = "1375", statOrder = { 1375 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationUnique__2"] = { affix = "", "30% reduced Duration of Ailments on Enemies", statOrderKey = "1375", statOrder = { 1375 }, level = 88, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["SharedSufferingUnique__1"] = { affix = "", "Shared Suffering", statOrderKey = "7681", statOrder = { 7681 }, level = 1, group = "SharedSuffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CreateSmokeCloudWhenTrapTriggeredUnique__1"] = { affix = "", "Trigger Level 20 Fog of War when your Trap is triggered", statOrderKey = "487", statOrder = { 487 }, level = 1, group = "CreateSmokeCloudWhenTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["FlammabilityReservationCostUnique__1"] = { affix = "", "Flammability has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3453", statOrder = { 3453 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["FrostbiteReservationCostUnique__1"] = { affix = "", "Frostbite has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3454", statOrder = { 3454 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ConductivityReservationCostUnique__1"] = { affix = "", "Conductivity has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3452", statOrder = { 3452 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["VulnerabilityReservationCostUnique__1_"] = { affix = "", "Vulnerability has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3456", statOrder = { 3456 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["DespairReservationCostUnique__1"] = { affix = "", "Despair has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3451", statOrder = { 3451 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["TemporalChainsReservationCostUnique__1"] = { affix = "", "Temporal Chains has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3455", statOrder = { 3455 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ChanceToDodgeWhileOffhandIsEmpty"] = { affix = "", "(15-25)% chance to Dodge Attack Hits while your Off Hand is empty", statOrderKey = "4388", statOrder = { 4388 }, level = 1, group = "ChanceToDodgeWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["IncreasedColdDamageWhileOffhandIsEmpty_"] = { affix = "", "(100-200)% increased Cold Damage while your Off Hand is empty", statOrderKey = "4494", statOrder = { 4494 }, level = 1, group = "IncreasedColdDamageWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DisplayIronReflexesFor8SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Iron Reflexes for 8 seconds", statOrderKey = "7704", statOrder = { 7704 }, level = 1, group = "DisplayIronReflexesFor8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["ArborixMoreDamageAtCloseRangeUnique__1"] = { affix = "", "30% more Damage with Arrow Hits at Close Range while you have Iron Reflexes", statOrderKey = "7710", statOrder = { 7710 }, level = 1, group = "ArborixMoreDamageAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FarShotWhileYouDoNotHaveIronReflexesUnique__1_"] = { affix = "", "You have Far Shot while you do not have Iron Reflexes", statOrderKey = "7714", statOrder = { 7714 }, level = 1, group = "FarShotWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackCastMovementSpeedWhileYouDoNotHaveIronReflexesUnique__1"] = { affix = "", "30% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes", statOrderKey = "7713", statOrder = { 7713 }, level = 1, group = "AttackCastMovementSpeedWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ElementalDamageCanShockUnique__1__"] = { affix = "", "Your Elemental Damage can Shock", statOrderKey = "2295", statOrder = { 2295 }, level = 1, group = "ElementalDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["EnemiesTakeIncreasedDamagePerAilmentTypeUnique__1"] = { affix = "", "Enemies take 5% increased Damage for each type of Ailment you have inflicted on them", statOrderKey = "1922", statOrder = { 1922 }, level = 1, group = "EnemiesTakeIncreasedDamagePerAilmentType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DeathWalk"] = { affix = "", "Triggers Level 20 Death Walk when Equipped", statOrderKey = "463", statOrder = { 463 }, level = 1, group = "DeathWalk", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DamagePerAbyssJewelTypeUnique__1_"] = { affix = "", "10% increased Damage for each type of Abyss Jewel affecting you", statOrderKey = "3565", statOrder = { 3565 }, level = 1, group = "DamagePerAbyssJewelType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AdditionalPhysicalDamageReductionWhileMovingUnique__1"] = { affix = "", "5% additional Physical Damage Reduction while moving", statOrderKey = "3868", statOrder = { 3868 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["ReducedElementalDamageTakenWhileStationaryUnique__1_"] = { affix = "", "5% reduced Elemental Damage taken while stationary", statOrderKey = "4810", statOrder = { 4810 }, level = 1, group = "ReducedElementalDamageTakenWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["IncreasedLifePerAbyssalJewelUnique__1"] = { affix = "", "1% increased Maximum Life per Abyss Jewel affecting you", statOrderKey = "6734", statOrder = { 6734 }, level = 1, group = "IncreasedLifePerAbyssalJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedManaPerAbyssalJewelUnique__1_"] = { affix = "", "1% increased Maximum Mana per Abyss Jewel affecting you", statOrderKey = "6738", statOrder = { 6738 }, level = 1, group = "IncreasedManaPerAbyssalJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedLifePerElderItemUnique__1"] = { affix = "", "+6 to Maximum Life per Elder Item Equipped", statOrderKey = "3720", statOrder = { 3720 }, level = 1, group = "IncreasedLifePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AilmentEffectPerElderItemUnique__1"] = { affix = "", "8% increased Effect of Non-Damaging Ailments per Elder Item Equipped", statOrderKey = "3724", statOrder = { 3724 }, level = 1, group = "AilmentEffectPerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["AilmentDamagePerElderItemUnique__1__"] = { affix = "", "15% increased Damage with Ailments per Elder Item Equipped", statOrderKey = "3721", statOrder = { 3721 }, level = 1, group = "AilmentDamagePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "ailment" }, }, + ["AilmentDamageOverTimeMultiplierPerElderItemUnique__1"] = { affix = "", "+4% to Damage over Time Multiplier for Ailments per Elder Item Equipped", statOrderKey = "3722", statOrder = { 3722 }, level = 1, group = "AilmentDamagePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "ailment" }, }, + ["RemoveAilmentOnFlaskUseIfAllItemsAreElderUnique__1_"] = { affix = "", "Remove an Ailment when you use a Flask if all Equipped Items are Elder Items", statOrderKey = "7178", statOrder = { 7178 }, level = 1, group = "RemoveAilmentOnFlaskUseIfAllItemsAreElder", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "ailment" }, }, + ["StrengthDamageBonus3Per10Unique__1"] = { affix = "", "Strength's Damage Bonus instead grants 3% increased Melee", "Physical Damage per 10 Strength", statOrderKey = "7389,7389.1", statOrder = { 7389, 7389.1 }, level = 1, group = "StrengthDamageBonus3Per10", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["CannotBlockSpellsUnique__1"] = { affix = "", "Cannot Block Spells", statOrderKey = "4334", statOrder = { 4334 }, level = 1, group = "CannotBlockSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "+(80-100) to Evasion Rating and Energy Shield", statOrderKey = "5937", statOrder = { 5937 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__1Royale"] = { affix = "", "+(40-50) to Evasion Rating and Energy Shield", statOrderKey = "5937", statOrder = { 5937 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__2_"] = { affix = "", "+(120-150) to Evasion Rating and Energy Shield", statOrderKey = "5937", statOrder = { 5937 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["IntimidateOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks", statOrderKey = "5889", statOrder = { 5889 }, level = 1, group = "IntimidateOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MaimOnHitWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks", statOrderKey = "5890", statOrder = { 5890 }, level = 1, group = "MaimOnHitWithRangedAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ArcaneSurgeOnHitWithSpellAbyssJewelUnique__1"] = { affix = "", "With a Hypnotic Eye Jewel Socketed, gain Arcane Surge on Hit with Spells", statOrderKey = "6008", statOrder = { 6008 }, level = 1, group = "ArcaneSurgeOnHitWithSpellAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MinionAccuracyWithMinionAbyssJewelUnique__1"] = { affix = "", "With a Ghastly Eye Jewel Socketed, Minions have +1000 to Accuracy Rating", statOrderKey = "5983", statOrder = { 5983 }, level = 1, group = "MinionAccuracyWithMinionAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, + ["AbyssJewelEffectUnique__1"] = { affix = "", "75% increased Effect of Socketed Jewels", statOrderKey = "344", statOrder = { 344 }, level = 1, group = "AbyssJewelEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedArmourWhileStationaryUnique__1"] = { affix = "", "80% increased Armour while stationary", statOrderKey = "3939", statOrder = { 3939 }, level = 1, group = "IncreasedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedArmourWhileStationaryUnique__1Royale"] = { affix = "", "30% increased Armour while stationary", statOrderKey = "3939", statOrder = { 3939 }, level = 1, group = "IncreasedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["NumberOfProjectilesIfHitRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've been Hit Recently", statOrderKey = "6957", statOrder = { 6957 }, level = 1, group = "NumberOfProjectilesIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainIronReflexesWhileStationaryUnique__1"] = { affix = "", "Iron Reflexes while stationary", statOrderKey = "7702", statOrder = { 7702 }, level = 1, group = "GainIronReflexesWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["PlayerFarShotUnique__2"] = { affix = "", "Far Shot", statOrderKey = "7689", statOrder = { 7689 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PlayerFarShotUnique__3"] = { affix = "", "Far Shot", statOrderKey = "7689", statOrder = { 7689 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystonePointBlankUnique__2"] = { affix = "", "Point Blank", statOrderKey = "7674", statOrder = { 7674 }, level = 1, group = "PointBlank", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["NumberOfProjectilesIfUsedAMovementSkillRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've used a Movement Skill Recently", statOrderKey = "6958", statOrder = { 6958 }, level = 1, group = "NumberOfProjectilesIfUsedAMovementSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EvasionRatingWhileMovingUnique__1"] = { affix = "", "80% increased Evasion Rating while moving", statOrderKey = "4919", statOrder = { 4919 }, level = 1, group = "EvasionRatingWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AddedPhysicalDamageVersusIgnitedEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal (80-100) to (160-200) added Physical Damage to Ignited Enemies", statOrderKey = "4022", statOrder = { 4022 }, level = 1, group = "AddedPhysicalDamageVersusIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedFireDamageVersusBleedingEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal (80-100) to (160-200) added Fire Damage to Bleeding Enemies", statOrderKey = "4016", statOrder = { 4016 }, level = 1, group = "AddedFireDamageVersusBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["GainAvatarOfFireEvery8SecondsUnique__1"] = { affix = "", "Every 8 seconds, gain Avatar of Fire for 4 seconds", statOrderKey = "7700", statOrder = { 7700 }, level = 1, group = "GainAvatarOfFireEvery8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ChanceToBleedIgnitedEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon have 25% chance to inflict Bleeding against Ignited Enemies", statOrderKey = "4048", statOrder = { 4048 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["IncreasedCriticalStrikeChanceWithAvatarOfFireUnique__1"] = { affix = "", "(160-200)% increased Critical Strike Chance while you have Avatar of Fire", statOrderKey = "7708", statOrder = { 7708 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ArmourWithoutAvatarOfFireUnique__1"] = { affix = "", "+2000 Armour while you do not have Avatar of Fire", statOrderKey = "7712", statOrder = { 7712 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["ConvertPhysicalToFireWithAvatarOfFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire while you have Avatar of Fire", statOrderKey = "7709", statOrder = { 7709 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["GainElementalOverloadEvery16SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Elemental Overload for 8 seconds", statOrderKey = "7701", statOrder = { 7701 }, level = 1, group = "GainElementalOverloadEvery16Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["GainResoluteTechniqueWithoutElementalOverloadUnique__1"] = { affix = "", "You have Resolute Technique while you do not have Elemental Overload", statOrderKey = "7703", statOrder = { 7703 }, level = 1, group = "GainResoluteTechniqueWithoutElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["ProjectilesGainPercentOfNonChaosAsChaosUnique__1"] = { affix = "", "Projectiles gain (15-20)% of Non-Chaos Damage as extra Chaos Damage per Chain", statOrderKey = "7091", statOrder = { 7091 }, level = 70, group = "ProjectilesGainPercentOfNonChaosAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ProjectilesGainPercentOfNonChaosAsChaosUnique__2"] = { affix = "", "Projectiles that have Chained gain (20-35)% of Non-Chaos Damage as extra Chaos Damage", statOrderKey = "7090", statOrder = { 7090 }, level = 70, group = "ProjectilesGainPercentOfNonChaosAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DealNoNonElementalDamageUnique__1"] = { affix = "", "Deal no Non-Elemental Damage", statOrderKey = "4720", statOrder = { 4720 }, level = 1, group = "DealNoNonElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["DisplaySupportedByElementalPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Elemental Penetration", statOrderKey = "109", statOrder = { 109 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByElementalPenetrationUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Elemental Penetration", statOrderKey = "109", statOrder = { 109 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["GainSpiritChargeOnKillChanceUnique__1"] = { affix = "", "(15-20)% chance to gain a Spirit Charge on Kill", statOrderKey = "3775", statOrder = { 3775 }, level = 1, group = "GainSpiritChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__1_"] = { affix = "", "Recover (4-5)% of Life when you lose a Spirit Charge", statOrderKey = "3777", statOrder = { 3777 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__2"] = { affix = "", "Recover (2-3)% of Life when you lose a Spirit Charge", statOrderKey = "3777", statOrder = { 3777 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainESWhenSpiritChargeExpiresOrConsumedUnique__1"] = { affix = "", "Recover (2-3)% of Energy Shield when you lose a Spirit Charge", statOrderKey = "3778", statOrder = { 3778 }, level = 1, group = "GainESWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalDisplayGrantLevelXSpiritBurstUnique__1"] = { affix = "", "Trigger Level 20 Spirit Burst when you Use a Skill while you have a Spirit Charge", statOrderKey = "488", statOrder = { 488 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GainSpiritChargeEverySecondUnique__1"] = { affix = "", "Gain a Spirit Charge every second", statOrderKey = "3774", statOrder = { 3774 }, level = 1, group = "GainSpiritChargeEverySecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LoseSpiritChargesOnSavageHitUnique__1_"] = { affix = "", "You lose all Spirit Charges when taking a Savage Hit", statOrderKey = "3776", statOrder = { 3776 }, level = 1, group = "LoseSpiritChargesOnSavageHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__1"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrderKey = "3772", statOrder = { 3772 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__2"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrderKey = "3772", statOrder = { 3772 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainDebilitatingPresenceUnique__1"] = { affix = "", "Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy", statOrderKey = "5052", statOrder = { 5052 }, level = 1, group = "GainDebilitatingPresence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalDisplayGrantLevelXShadeFormUnique__1"] = { affix = "", "20% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill", statOrderKey = "468", statOrder = { 468 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggerShadeFormWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Shade Form when Hit", statOrderKey = "469", statOrder = { 469 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AddedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "Adds 5 to 8 Physical Damage per Endurance Charge", statOrderKey = "6800", statOrder = { 6800 }, level = 1, group = "AddedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ChaosResistancePerEnduranceChargeUnique__1_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrderKey = "4436", statOrder = { 4436 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ReducedElementalDamageTakenHitsPerEnduranceChargeUnique__1"] = { affix = "", "1% reduced Elemental Damage taken from Hits per Endurance Charge", statOrderKey = "4806", statOrder = { 4806 }, level = 1, group = "ReducedElementalDamageTakenHitsPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["ArmourPerEnduranceChargeUnique__1"] = { affix = "", "+500 to Armour per Endurance Charge", statOrderKey = "7026", statOrder = { 7026 }, level = 1, group = "ArmourPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["AddedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "12 to 14 Added Cold Damage per Frenzy Charge", statOrderKey = "3671", statOrder = { 3671 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AvoidElementalDamagePerFrenzyChargeUnique__1"] = { affix = "", "2% chance to Avoid Elemental Damage from Hits per Frenzy Charge", statOrderKey = "2790", statOrder = { 2790 }, level = 1, group = "AvoidElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["MovementVelocityPerFrenzyChargeUnique__1"] = { affix = "", "4% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUnique__2"] = { affix = "", "6% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AttackDamageLeechPerFrenzyChargeUnique__1"] = { affix = "", "0.5% of Attack Damage Leeched as Life per Frenzy Charge", statOrderKey = "5464", statOrder = { 5464 }, level = 1, group = "AttackDamageLeechPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 3 to 9 Lightning Damage to Spells per Power Charge", statOrderKey = "6797", statOrder = { 6797 }, level = 1, group = "AddedLightningDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AdditionalCriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "+0.3% Critical Strike Chance per Power Charge", statOrderKey = "3843", statOrder = { 3843 }, level = 1, group = "AdditionalCriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalMultiplierPerPowerChargeUnique__1"] = { affix = "", "+(6-10)% to Critical Strike Multiplier per Power Charge", statOrderKey = "2699", statOrder = { 2699 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["ChanceToBlockSpellsPerPowerChargeUnique__1"] = { affix = "", "+2% Chance to Block Spell Damage per Power Charge", statOrderKey = "3869", statOrder = { 3869 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChanceToBlockSpellsPerPowerChargeUnique__2_"] = { affix = "", "+5% Chance to Block Spell Damage per Power Charge", statOrderKey = "3869", statOrder = { 3869 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["DamageTakenPerEnduranceChargeWhenHitUnique__1_"] = { affix = "", "200 Fire Damage taken per second per Endurance Charge if you've been Hit Recently", statOrderKey = "7619", statOrder = { 7619 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DamageTakenPerFrenzyChargeMovingUnique__1"] = { affix = "", "200 Cold Damage taken per second per Frenzy Charge while moving", statOrderKey = "7617", statOrder = { 7617 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DamageTakenPerPowerChargeOnCritUnique__1"] = { affix = "", "200 Lightning Damage taken per second per Power Charge if", "your Skills have dealt a Critical Strike Recently", statOrderKey = "7623,7623.1", statOrder = { 7623, 7623.1 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["RaiseSpectreManaCostUnique__1_"] = { affix = "", "(40-50)% reduced Mana Cost of Raise Spectre", statOrderKey = "7131", statOrder = { 7131 }, level = 1, group = "RaiseSpectreManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, + ["VoidShotOnSkillUseUnique__1_"] = { affix = "", "Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows with a Non-Triggered Skill", statOrderKey = "491", statOrder = { 491 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["MaximumVoidArrowsUnique__1"] = { affix = "", "5 Maximum Void Charges", "Gain a Void Charge every 0.5 seconds", statOrderKey = "3748,5914", statOrder = { 3748, 5914 }, level = 1, group = "MaximumVoidArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeStunnedByAttacksElderItemUnique__1"] = { affix = "", "Cannot be Stunned by Attacks if your other Ring is an Elder Item", statOrderKey = "3719", statOrder = { 3719 }, level = 1, group = "CannotBeStunnedByAttacksElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackDamageShaperItemUnique__1"] = { affix = "", "(60-80)% increased Attack Damage if your other Ring is a Shaper Item", statOrderKey = "3716", statOrder = { 3716 }, level = 1, group = "AttackDamageShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["SpellDamageElderItemUnique__1_"] = { affix = "", "(60-80)% increased Spell Damage if your other Ring is an Elder Item", statOrderKey = "3717", statOrder = { 3717 }, level = 1, group = "SpellDamageElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["CannotBeStunnedBySpellsShaperItemUnique__1"] = { affix = "", "Cannot be Stunned by Spells if your other Ring is a Shaper Item", statOrderKey = "3718", statOrder = { 3718 }, level = 1, group = "CannotBeStunnedBySpellsShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RecoverLifeInstantlyOnManaFlaskUnique__1"] = { affix = "", "Recover (8-10)% of Life when you use a Mana Flask", statOrderKey = "3735", statOrder = { 3735 }, level = 1, group = "RecoverLifeInstantlyOnManaFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["NonInstantManaRecoveryAlsoAffectsLifeUnique__1"] = { affix = "", "Non-instant Mana Recovery from Flasks is also Recovered as Life", statOrderKey = "3736", statOrder = { 3736 }, level = 1, group = "NonInstantManaRecoveryAlsoAffectsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["SpellDamagePer200ManaSpentRecentlyUnique__1__"] = { affix = "", "(20-25)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000%", statOrderKey = "3738", statOrder = { 3738 }, level = 1, group = "SpellDamagePer200ManaSpentRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ManaCostPer200ManaSpentRecentlyUnique__1"] = { affix = "", "(50-60)% increased Cost of Skills for each 200 total Mana Spent Recently", statOrderKey = "3737", statOrder = { 3737 }, level = 1, group = "ManaCostPer200ManaSpentRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["SiphoningChargeOnSkillUseUnique__1"] = { affix = "", "25% chance to gain a Siphoning Charge when you use a Skill", statOrderKey = "3728", statOrder = { 3728 }, level = 1, group = "SiphoningChargeOnSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumSiphoningChargePerElderOrShaperItemUnique__1"] = { affix = "", "+1 to Maximum Siphoning Charges per Elder or Shaper Item Equipped", statOrderKey = "3727", statOrder = { 3727 }, level = 1, group = "MaximumSiphoningChargePerElderOrShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalDamageToAttacksPerSiphoningChargeUnique__1"] = { affix = "", "Adds (12-14) to (15-16) Physical Damage to Attacks and Spells per Siphoning Charge", statOrderKey = "3729", statOrder = { 3729 }, level = 1, group = "PhysicalDamageToAttacksPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "attack", "caster" }, }, + ["LifeLeechPerSiphoningChargeUnique__1"] = { affix = "", "0.2% of Damage Leeched as Life per Siphoning Charge", statOrderKey = "3732", statOrder = { 3732 }, level = 1, group = "LifeLeechPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NonChaosDamageAddedAsChaosPerSiphoningChargeUnique__1"] = { affix = "", "Gain 4% of Non-Chaos Damage as extra Chaos Damage per Siphoning Charge", statOrderKey = "3730", statOrder = { 3730 }, level = 1, group = "NonChaosDamageAddedAsChaosPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AdditionalPhysicalDamageReductionPerSiphoningChargeUnique__1"] = { affix = "", "1% additional Physical Damage Reduction from Hits per Siphoning Charge", statOrderKey = "3731", statOrder = { 3731 }, level = 1, group = "AdditionalPhysicalDamageReductionPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["DamageTakenPerSiphoningChargeOnSkillUseUnique__1"] = { affix = "", "Take 150 Physical Damage per Second per Siphoning Charge if you've used a Skill Recently", statOrderKey = "3733", statOrder = { 3733 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SpellAddedPhysicalDamageUnique__1_"] = { affix = "", "Battlemage", statOrderKey = "7649", statOrder = { 7649 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TentacleSmashOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Tentacle Whip on Kill", statOrderKey = "495", statOrder = { 495 }, level = 100, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "green_herring" }, }, + ["GlimpseOfEternityWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Glimpse of Eternity when Hit", statOrderKey = "494", statOrder = { 494 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SummonVoidSphereOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill", statOrderKey = "496", statOrder = { 496 }, level = 100, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PetrificationStatueUnique__1"] = { affix = "", "Grants Level 20 Petrification Statue Skill", statOrderKey = "391", statOrder = { 391 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsCatAspect1"] = { affix = "", "Grants Level 20 Aspect of the Cat Skill", statOrderKey = "402", statOrder = { 402 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsBirdAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Avian Skill", statOrderKey = "398", statOrder = { 398 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsSpiderAspect1"] = { affix = "", "Grants Level 20 Aspect of the Spider Skill", statOrderKey = "419", statOrder = { 419 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsIntimidatingCry1"] = { affix = "", "Grants Level 20 Intimidating Cry Skill", statOrderKey = "412", statOrder = { 412 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsCrabAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Crab Skill", statOrderKey = "403", statOrder = { 403 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring", "skill" }, }, + ["ItemQuantityOnLowLifeUnique__1"] = { affix = "", "(10-16)% increased Quantity of Items found when on Low Life", statOrderKey = "1137", statOrder = { 1137 }, level = 65, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamagePer15DexterityUnique__1"] = { affix = "", "1% increased Damage per 15 Dexterity", statOrderKey = "4662", statOrder = { 4662 }, level = 72, group = "DamagePer15Attributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LifeRegeneratedPerMinuteWhileIgnitedUnique__1"] = { affix = "", "Regenerate (75-125) Life per second while Ignited", statOrderKey = "5488", statOrder = { 5488 }, level = 74, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedElementalDamageIfKilledCursedEnemyRecentlyUnique__1"] = { affix = "", "20% increased Elemental Damage if you've Killed a Cursed Enemy Recently", statOrderKey = "4789", statOrder = { 4789 }, level = 77, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DoubleDamagePer500StrengthUnique__1"] = { affix = "", "6% chance to deal Double Damage per 500 Strength", statOrderKey = "4379", statOrder = { 4379 }, level = 63, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BestiaryLeague"] = { affix = "", "Areas contain Beasts to hunt", statOrderKey = "6586", statOrder = { 6586 }, level = 1, group = "BestiaryLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RagingSpiritDurationResetOnIgnitedEnemyUnique__1"] = { affix = "", "Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy", statOrderKey = "7127", statOrder = { 7127 }, level = 1, group = "RagingSpiritDurationResetOnIgnitedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["FrenzyChargePer50RampageStacksUnique__1"] = { affix = "", "Gain a Frenzy Charge on every 50th Rampage Kill", statOrderKey = "3767", statOrder = { 3767 }, level = 1, group = "FrenzyChargePer50RampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["AreaOfEffectPer25RampageStacksUnique__1_"] = { affix = "", "2% increased Area of Effect per 25 Rampage Kills", statOrderKey = "3766", statOrder = { 3766 }, level = 1, group = "AreaOfEffectPer25RampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnaffectedByCursesUnique__1"] = { affix = "", "Unaffected by Curses", statOrderKey = "1937", statOrder = { 1937 }, level = 85, group = "UnaffectedByCurses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ChanceToChillAttackersOnBlockUnique__1"] = { affix = "", "(30-40)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "4459", statOrder = { 4459 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, + ["ChanceToChillAttackersOnBlockUnique__2__"] = { affix = "", "Chill Attackers for 4 seconds on Block", statOrderKey = "4459", statOrder = { 4459 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, + ["ChanceToShockAttackersOnBlockUnique__1_"] = { affix = "", "(30-40)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "7228", statOrder = { 7228 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, }, + ["ChanceToShockAttackersOnBlockUnique__2"] = { affix = "", "Shock Attackers for 4 seconds on Block", statOrderKey = "7228", statOrder = { 7228 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, }, + ["SupportedByTrapAndMineDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap And Mine Damage", statOrderKey = "226", statOrder = { 226 }, level = 1, group = "TrapAndMineSupported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByClusterTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Cluster Trap", statOrderKey = "224", statOrder = { 224 }, level = 1, group = "TrapSupported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["AviansMightColdDamageUnique__1"] = { affix = "", "Adds (20-25) to (37-40) Cold Damage while you have Avian's Might", statOrderKey = "6787", statOrder = { 6787 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AviansMightLightningDamageUnique__1_"] = { affix = "", "Adds (1-3) to (55-62) Lightning Damage while you have Avian's Might", statOrderKey = "6798", statOrder = { 6798 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AviansMightDurationUnique__1"] = { affix = "", "+(-2000-2000) seconds to Avian's Might Duration", statOrderKey = "4059", statOrder = { 4059 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantAviansAspectToAlliesUnique__1"] = { affix = "", "Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies", statOrderKey = "3952", statOrder = { 3952 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvianAspectBuffEffectUnique__1"] = { affix = "", "100% increased Aspect of the Avian Buff Effect", statOrderKey = "3951", statOrder = { 3951 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AviansFlightLifeRegenerationUnique__1"] = { affix = "", "Regenerate 100 Life per Second while you have Avian's Flight", statOrderKey = "5490", statOrder = { 5490 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AviansFlightManaRegenerationUnique__1_"] = { affix = "", "Regenerate 12 Mana per Second while you have Avian's Flight", statOrderKey = "6137", statOrder = { 6137 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AviansFlightDurationUnique__1"] = { affix = "", "+(-2000-2000) seconds to Avian's Flight Duration", statOrderKey = "4058", statOrder = { 4058 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsAvianTornadoUnique__1__"] = { affix = "", "Trigger Level 20 Tornado when you gain Avian's Might or Avian's Flight", statOrderKey = "470", statOrder = { 470 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["CatsStealthTriggeredIntimidatingCry"] = { affix = "", "Trigger Level 20 Intimidating Cry when you lose Cat's Stealth", statOrderKey = "484", statOrder = { 484 }, level = 1, group = "CatsStealthTriggeredIntimidatingCry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["MaximumCrabBarriersUnique__1"] = { affix = "", "+5 to Maximum number of Crab Barriers", statOrderKey = "3741", statOrder = { 3741 }, level = 81, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalBlockChance5CrabBarriersUnique__1"] = { affix = "", "+3% Chance to Block Attack Damage while you have at least 5 Crab Barriers", statOrderKey = "3744", statOrder = { 3744 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChance10CrabBarriersUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while you have at least 10 Crab Barriers", statOrderKey = "3745", statOrder = { 3745 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CrabBarriersLostWhenHitUnique__1_"] = { affix = "", "You only lose (5-7) Crab Barriers when you take Physical Damage from a Hit", statOrderKey = "3743", statOrder = { 3743 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamagePerCrabBarrierUnique__1"] = { affix = "", "3% increased Damage per Crab Barrier", statOrderKey = "3742", statOrder = { 3742 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChanceToGainMaximumCrabBarriersUnique__1_"] = { affix = "", "10% chance that if you would gain a Crab Barrier, you instead gain up to", "your maximum number of Crab Barriers", statOrderKey = "3746,3746.1", statOrder = { 3746, 3746.1 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeStunned10CrabBarriersUnique__1"] = { affix = "", "Cannot be Stunned if you have at least 10 Crab Barriers", statOrderKey = "3739", statOrder = { 3739 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotLoseCrabBarriersIfLostRecentlyUnique__1"] = { affix = "", "Cannot lose Crab Barriers if you have lost Crab Barriers Recently", statOrderKey = "3740", statOrder = { 3740 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainPhasingWhileCatsStealthUnique__1"] = { affix = "", "You have Phasing while you have Cat's Stealth", statOrderKey = "5094", statOrder = { 5094 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainOnslaughtWhileCatsAgilityUnique__1_"] = { affix = "", "You have Onslaught while you have Cat's Agility", statOrderKey = "5087", statOrder = { 5087 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CatsStealthDurationUnique__1_"] = { affix = "", "+2000 seconds to Cat's Stealth Duration", statOrderKey = "4357", statOrder = { 4357 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CatsAgilityDurationUnique__1"] = { affix = "", "+2000 seconds to Cat's Agility Duration", statOrderKey = "3953", statOrder = { 3953 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CatAspectReservesNoManaUnique__1___"] = { affix = "", "Aspect of the Cat has no Reservation", statOrderKey = "4356", statOrder = { 4356 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainMaxFrenzyAndPowerOnCatsStealthUnique__1"] = { affix = "", "Gain up to your maximum number of Frenzy and Power Charges when you gain Cat's Stealth", statOrderKey = "5073", statOrder = { 5073 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge" }, }, + ["GainMaxFrenzyAndEnduranceOnCatsAgilityUnique__1"] = { affix = "", "Gain up to your maximum number of Frenzy and Endurance Charges when you gain Cat's Agility", statOrderKey = "5072", statOrder = { 5072 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge" }, }, + ["AttacksBleedOnHitWithCatsStealthUnique__1_"] = { affix = "", "Attacks always inflict Bleeding while you have Cat's Stealth", statOrderKey = "4046", statOrder = { 4046 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["GainCrimsonDanceWithCatsStealthUnique__1"] = { affix = "", "You have Crimson Dance while you have Cat's Stealth", statOrderKey = "7695", statOrder = { 7695 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["MovementSpeedWithCatsStealthUnique__1"] = { affix = "", "20% increased Movement Speed while you have Cat's Stealth", statOrderKey = "6912", statOrder = { 6912 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AdditionalCriticalStrikeChanceWithCatAspectUnique__1"] = { affix = "", "+1% to Critical Strike Chance while affected by Aspect of the Cat", statOrderKey = "3752", statOrder = { 3752 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CritsBlindChanceWithCatsStealthUnique__1"] = { affix = "", "Critical Strikes have (10-20)% chance to Blind Enemies while you have Cat's Stealth", statOrderKey = "3753", statOrder = { 3753 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DamageAgainstBlindedEnemiesUnique__1"] = { affix = "", "(40-50)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "5343", statOrder = { 5343 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChanceToAvoidBleedingUnique__1"] = { affix = "", "(40-50)% chance to avoid Bleeding", statOrderKey = "3615", statOrder = { 3615 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAvoidBleedingUnique__2_"] = { affix = "", "(30-50)% chance to avoid Bleeding", statOrderKey = "3615", statOrder = { 3615 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["DamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "(40-50)% increased Damage with Hits and Ailments against Bleeding Enemies", statOrderKey = "5342", statOrder = { 5342 }, level = 1, group = "DamageAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AccuracyAgainstBleedingEnemiesUnique__1"] = { affix = "", "+(400-500) to Accuracy against Bleeding Enemies", statOrderKey = "3824", statOrder = { 3824 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["CommandmentOfInfernoOnCritUnique__1"] = { affix = "", "Trigger Commandment of Inferno on Critical Strike", statOrderKey = "460", statOrder = { 460 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["MaximumResistancesOverrideUnique__1"] = { affix = "", "Your Maximum Resistances are (76-78)%", statOrderKey = "6979", statOrder = { 6979 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance" }, }, + ["MaximumResistancesOverrideUnique__2"] = { affix = "", "Your Maximum Resistances are (70-72)%", statOrderKey = "6979", statOrder = { 6979 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance" }, }, + ["BurningDamagePerEnemyShockedRecentlyUnique__1_"] = { affix = "", "(4-6)% increased Burning Damage for each time you have Shocked a Non-Shocked Enemy Recently", statOrderKey = "4307", statOrder = { 4307 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedLightningDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies", statOrderKey = "5131", statOrder = { 5131 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamageCanIgniteUnique__1"] = { affix = "", "Your Lightning Damage can Ignite", statOrderKey = "5515", statOrder = { 5515 }, level = 100, group = "LightningDamageCanIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ProjectileAttackDamageAt200DexterityUnique__1"] = { affix = "", "(40-50)% increased Projectile Attack Damage while you have at least 200 Dexterity", statOrderKey = "3755", statOrder = { 3755 }, level = 60, group = "ProjectileAttackDamageAt200Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["CriticalStrikeChanceAt200IntelligenceUnique__1"] = { affix = "", "(50-60)% increased Critical Strike Chance while you have at least 200 Intelligence", statOrderKey = "3756", statOrder = { 3756 }, level = 60, group = "CriticalStrikeChanceAt200Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AddedFireDamageWhileNoLifeReservedUnique__1"] = { affix = "", "Adds (54-64) to (96-107) Fire Damage to Spells while no Life is Reserved", statOrderKey = "6804", statOrder = { 6804 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedColdDamageWhileNoLifeReservedUnique__1__"] = { affix = "", "Adds (42-54) to (78-88) Cold Damage to Spells while no Life is Reserved", statOrderKey = "6803", statOrder = { 6803 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedLightningDamageWhileNoLifeReservedUnique__1"] = { affix = "", "Adds (5-14) to (160-173) Lightning Damage to Spells while no Life is Reserved", statOrderKey = "6805", statOrder = { 6805 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["OnslaughtOnLowLifeUnique__1"] = { affix = "", "You have Onslaught while on Low Life", statOrderKey = "5086", statOrder = { 5086 }, level = 77, group = "OnslaughtOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IgnoreEnemyFireResistWhileIgnitedUnique__1"] = { affix = "", "Hits ignore Enemy Monster Fire Resistance while you are Ignited", statOrderKey = "5353", statOrder = { 5353 }, level = 75, group = "IgnoreEnemyFireResistWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["CrimsonDanceIfCritRecentlyUnique__1"] = { affix = "", "You have Crimson Dance if you have dealt a Critical Strike Recently", statOrderKey = "7694", statOrder = { 7694 }, level = 74, group = "CrimsonDanceIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["AnimateGuardianWeaponOnGuardianKillUnique__1_"] = { affix = "", "Trigger Level 20 Animate Guardian's Weapon when Animated Guardian Kills an Enemy", statOrderKey = "466", statOrder = { 466 }, level = 1, group = "AnimateGuardianWeaponOnGuardianKillUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AnimateGuardianWeaponOnAnimatedWeaponKillUnique__1"] = { affix = "", "10% chance to Trigger Level 18 Animate Guardian's Weapon when Animated Weapon Kills an Enemy", statOrderKey = "467", statOrder = { 467 }, level = 1, group = "AnimateGuardianWeaponOnAnimatedWeaponKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannnotHaveNonAnimatedMinionsUnique__1"] = { affix = "", "You cannot have non-Animated Minions", statOrderKey = "7606", statOrder = { 7606 }, level = 1, group = "CannnotHaveNonAnimatedMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AnimatedGuardianDamagePerAnimatedWeaponUnique__1__"] = { affix = "", "Animated Guardian deals 5% increased Damage per Animated Weapon", statOrderKey = "3892", statOrder = { 3892 }, level = 1, group = "AnimatedGuardianDamagePerAnimatedWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AnimatedMinionsHaveMeleeSplashUnique__1"] = { affix = "", "Animated Minions' Melee Attacks deal Splash Damage to surrounding targets", statOrderKey = "3893", statOrder = { 3893 }, level = 1, group = "AnimatedMinionsHaveMeleeSplash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["IncreasedAnimatedMinionSplashDamageUnique__1"] = { affix = "", "Animated Minions' Melee Attacks deal 50% less Damage to surrounding targets", statOrderKey = "5144", statOrder = { 5144 }, level = 1, group = "IncreasedAnimatedMinionSplashDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["FireDamageToAttacksPerStrengthUnique__1"] = { affix = "", "Adds 1 to 2 Fire Damage to Attacks per 10 Strength", statOrderKey = "6791", statOrder = { 6791 }, level = 1, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack" }, }, + ["ColdDamageToAttacksPerDexterityUnique__1"] = { affix = "", "Adds 1 to 2 Cold Damage to Attacks per 10 Dexterity", statOrderKey = "6784", statOrder = { 6784 }, level = 1, group = "AddedColdDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack" }, }, + ["LightningDamageToAttacksPerIntelligenceUnique__1"] = { affix = "", "Adds 0 to 3 Lightning Damage to Attacks per 10 Intelligence", statOrderKey = "6796", statOrder = { 6796 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "attack" }, }, + ["AttackSpeedIfCriticalStrikeDealtRecentlyUnique__1"] = { affix = "", "(8-12)% increased Attack Speed if you've dealt a Critical Strike Recently", statOrderKey = "4034", statOrder = { 4034 }, level = 1, group = "AttackSpeedIfCriticalStrikeDealtRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["CastSpeedIfCriticalStrikeDealtRecentlyUnique__1"] = { affix = "", "(8-12)% increased Cast Speed if you've dealt a Critical Strike Recently", statOrderKey = "4351", statOrder = { 4351 }, level = 1, group = "CastSpeedIfCriticalStrikeDealtRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["EffectOfChillIsReversedUnique__1"] = { affix = "", "The Effect of Chill on you is reversed", statOrderKey = "4460", statOrder = { 4460 }, level = 67, group = "EffectOfChillIsReversed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["TriggerSocketedSpellOnBowAttackUnique__1_"] = { affix = "", "Trigger a Socketed Spell when you Attack with a Bow, with a 0.3 second Cooldown", statOrderKey = "296", statOrder = { 296 }, level = 57, group = "TriggerSocketedSpellOnAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["CountAsLowLifeWhenNotOnFullLifeUnique__1"] = { affix = "", "You count as on Low Life while not on Full Life", statOrderKey = "7607", statOrder = { 7607 }, level = 75, group = "CountAsLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedSpiderWebCountUnique__1"] = { affix = "", "Aspect of the Spider can inflict Spider's Web on Enemies an additional time", statOrderKey = "3954", statOrder = { 3954 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AspectOfSpiderDurationUnique__1"] = { affix = "", "(40-50)% increased Aspect of the Spider Debuff Duration", statOrderKey = "7351", statOrder = { 7351 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ESOnHitWebbedEnemiesUnique__1"] = { affix = "", "Gain (15-20) Energy Shield for each Enemy you Hit which is affected by a Spider's Web", statOrderKey = "4879", statOrder = { 4879 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AspectOfSpiderWebIntervalUnique__1"] = { affix = "", "Aspect of the Spider inflicts Spider's Webs and Hinder every 0.5 Seconds instead", statOrderKey = "7353", statOrder = { 7353 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PowerChargeOnHitWebbedEnemyUnique__1"] = { affix = "", "10% chance to gain a Power Charge on hitting an Enemy affected by a Spider's Web", statOrderKey = "4407", statOrder = { 4407 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PoisonChancePerPowerChargeUnique__1"] = { affix = "", "(6-10)% chance to Poison per Power Charge", statOrderKey = "4424", statOrder = { 4424 }, level = 1, group = "ChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDamagePerPowerChargeUnique__1"] = { affix = "", "(15-20)% increased Damage with Poison per Power Charge", statOrderKey = "7048", statOrder = { 7048 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["ChaosDamagePerWebOnEnemyUnique__1"] = { affix = "", "Adds (8-10) to (13-15) Chaos Damage for each Spider's Web on the Enemy", statOrderKey = "6779", statOrder = { 6779 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageAgainstEnemiesWith3WebsUnique__1_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Enemies affected by 3 Spider's Webs", statOrderKey = "5347", statOrder = { 5347 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaOfEffectAspectOfSpiderUnique__1"] = { affix = "", "(50-70)% increased Aspect of the Spider Area of Effect", statOrderKey = "7352", statOrder = { 7352 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageDealtByWebbedEnemiesUnique__1"] = { affix = "", "Enemies affected by your Spider's Webs deal 10% reduced Damage", statOrderKey = "4651", statOrder = { 4651 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ResistancesOfWebbedEnemiesUnique__1"] = { affix = "", "Enemies affected by your Spider's Webs have -10% to All Resistances", statOrderKey = "7184", statOrder = { 7184 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["NoArmourOrEnergyShieldUnique__1_"] = { affix = "", "You have no Armour or Maximum Energy Shield", statOrderKey = "7608", statOrder = { 7608 }, level = 1, group = "NoArmourOrEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["PoachersMarkCurseOnHitHexproofUnique__1"] = { affix = "", "Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy", statOrderKey = "439", statOrder = { 439 }, level = 61, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CullingStrikePoachersMarkUnique__1"] = { affix = "", "Culling Strike against Enemies Cursed with Poacher's Mark", statOrderKey = "4616", statOrder = { 4616 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageOnMovementSkillUnique__1"] = { affix = "", "Take (100-200) Physical Damage when you use a Movement Skill", statOrderKey = "7209", statOrder = { 7209 }, level = 1, group = "DamageOnMovementSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["RagingSpiritDamageUnique__1_"] = { affix = "", "Summoned Raging Spirits deal (130-150)% increased Damage", statOrderKey = "3062", statOrder = { 3062 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["RagingSpiritDamageUnique__2"] = { affix = "", "Summoned Raging Spirits deal (60-80)% increased Damage", statOrderKey = "3062", statOrder = { 3062 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["RagingSpiritDamageUnique__2Royale"] = { affix = "", "Summoned Raging Spirits deal (15-30)% increased Damage", statOrderKey = "3062", statOrder = { 3062 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["RagingSpiritAlwaysIgniteUnique__1"] = { affix = "", "Summoned Raging Spirits' Hits always Ignite", statOrderKey = "7125", statOrder = { 7125 }, level = 1, group = "RagingSpiritAlwaysIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "minion", "ailment" }, }, + ["ReducedRagingSpiritsAllowedUnique__1"] = { affix = "", "75% reduced Maximum number of Summoned Raging Spirits", statOrderKey = "6991", statOrder = { 6991 }, level = 1, group = "ReducedRagingSpiritsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["BlindingAuraSkillUnique__1"] = { affix = "", "Triggers Level 20 Blinding Aura when Equipped", statOrderKey = "392", statOrder = { 392 }, level = 79, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AddedFireDamageAgainstBlindedEnemiesUnique__1_"] = { affix = "", "Adds (145-157) to (196-210) Fire Damage to Hits with this Weapon against Blinded Enemies", statOrderKey = "6792", statOrder = { 6792 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["LightRadiusAppliesToAccuracyUnique__1_"] = { affix = "", "Increases and Reductions to Light Radius also apply to Accuracy", statOrderKey = "5507", statOrder = { 5507 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["FirePenetrationAgainstBlindedEnemiesUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance against Blinded Enemies", statOrderKey = "7158", statOrder = { 7158 }, level = 1, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HitsCannotBeEvadedAgainstBlindedEnemiesUnique__1"] = { affix = "", "Your Hits can't be Evaded by Blinded Enemies", statOrderKey = "5350", statOrder = { 5350 }, level = 72, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ManifestExtraDancingDervishCopiesUnique__1_"] = { affix = "", "Manifest Dancing Dervish also manifests a copy of Dancing Dervish", statOrderKey = "6149", statOrder = { 6149 }, level = 82, group = "ManifestExtraDancingDervishCopies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ChillEffectUnique__1"] = { affix = "", "(15-20)% increased Effect of Cold Ailments", statOrderKey = "4481", statOrder = { 4481 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["OnHitWhileCursedTriggeredCurseNovaUnique__1"] = { affix = "", "Trigger Level 20 Elemental Warding on Melee Hit while Cursed", statOrderKey = "479", statOrder = { 479 }, level = 77, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ChanceToBePoisonedUnique__1"] = { affix = "", "+25% chance to be Poisoned", statOrderKey = "2788", statOrder = { 2788 }, level = 1, group = "ChanceToBePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonExpiresSlowerUnique__1"] = { affix = "", "Poisons on you expire 50% slower", statOrderKey = "7060", statOrder = { 7060 }, level = 1, group = "PoisonExpiresSlower", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["MaximumResistancesWhilePoisonedUnique__1"] = { affix = "", "+3% to all maximum Resistances while Poisoned", statOrderKey = "3849", statOrder = { 3849 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["EnergyShieldRegenPerPoisonUnique__1"] = { affix = "", "Regenerate 80 Energy Shield per Second per Poison on you, up to 400 per second", statOrderKey = "4895", statOrder = { 4895 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["BleedOnSelfDealChaosDamageUnique__1"] = { affix = "", "You take Chaos Damage instead of Physical Damage from Bleeding", statOrderKey = "1910", statOrder = { 1910 }, level = 1, group = "BleedOnSelfDealChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, + ["MaximumLifePercentPerCorruptedItemUnique__1_"] = { affix = "", "6% increased Maximum Life for each Corrupted Item Equipped", statOrderKey = "2512", statOrder = { 2512 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumEnergyShieldPercentPerCorruptedItemUnique__1_"] = { affix = "", "8% increased Maximum Energy Shield for each Corrupted Item Equipped", statOrderKey = "2513", statOrder = { 2513 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["AllResistancesPerCorruptedItemUnique__1"] = { affix = "", "-(6-4)% to all Resistances for each Corrupted Item Equipped", statOrderKey = "2518", statOrder = { 2518 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["NoManaRecoveryDuringFlaskEffectUnique__1_"] = { affix = "", "Cannot gain Mana during effect", statOrderKey = "634", statOrder = { 634 }, level = 1, group = "NoManaRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskGainVaalSoulPerSecondUnique__1_"] = { affix = "", "Gain 2 Vaal Souls Per Second during effect", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "FlaskGainVaalSoulPerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskGainVaalSoulsOnUseUnique__1"] = { affix = "", "Gain (10-12) Vaal Souls on use", statOrderKey = "557", statOrder = { 557 }, level = 1, group = "FlaskGainVaalSoulsOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskLoseChargesOnNewAreaUnique__1"] = { affix = "", "Loses all Charges when you enter a new area", statOrderKey = "517", statOrder = { 517 }, level = 1, group = "FlaskLoseChargesOnNewArea", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskVaalSkillDamageUnique__1"] = { affix = "", "(60-80)% increased Damage with Vaal Skills during effect", statOrderKey = "664", statOrder = { 664 }, level = 1, group = "FlaskVaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSkillDamageUnique__2"] = { affix = "", "Vaal Skills deal (30-40)% more Damage during Effect", statOrderKey = "665", statOrder = { 665 }, level = 1, group = "FlaskVaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSkillCriticalStrikeChanceUnique__1"] = { affix = "", "Vaal Skills have (60-80)% increased Critical Strike Chance during effect", statOrderKey = "663", statOrder = { 663 }, level = 1, group = "FlaskVaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSkillCostUnique__1"] = { affix = "", "Vaal Skills require 25% reduced Souls Per Use during effect", statOrderKey = "667", statOrder = { 667 }, level = 1, group = "FlaskVaalSkillCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSoulPreventionDurationUnique__1_"] = { affix = "", "Vaal Skills used during effect have 10% reduced Soul Gain Prevention Duration", statOrderKey = "668", statOrder = { 668 }, level = 1, group = "FlaskVaalSoulPreventionDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalNoSoulPreventionUnique__1"] = { affix = "", "Vaal Skills used during effect do not apply Soul Gain Prevention", statOrderKey = "666", statOrder = { 666 }, level = 1, group = "FlaskVaalNoSoulPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["CannotGainFlaskChargesDuringEffectUnique__1"] = { affix = "", "Gains no Charges during Effect of any Soul Ripper Flask", statOrderKey = "696", statOrder = { 696 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskVaalConsumeMaximumChargesUnique__1"] = { affix = "", "Consumes Maximum Charges to use", statOrderKey = "548", statOrder = { 548 }, level = 1, group = "FlaskVaalConsumeMaximumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskVaalGainSoulsAsChargesUnique__1_"] = { affix = "", "Gain Vaal Souls equal to Charges Consumed when used", statOrderKey = "552", statOrder = { 552 }, level = 1, group = "FlaskVaalGainSoulsAsCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["UniqueSelfCurseVulnerabilityLevel10"] = { affix = "", "You are Cursed with Vulnerability, with 40% increased Effect", statOrderKey = "2537", statOrder = { 2537 }, level = 28, group = "UniqueSelfCurseVulnerabilityLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["UniqueSelfCurseVulnerabilityLevel20"] = { affix = "", "You are Cursed with Vulnerability, with 80% increased Effect", statOrderKey = "2537", statOrder = { 2537 }, level = 66, group = "UniqueSelfCurseVulnerabilityLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["EnemiesExtraDamageRollsWhileAffectedByVulnerabilityUnique__1_"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are Cursed with Vulnerability", statOrderKey = "2532", statOrder = { 2532 }, level = 1, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CountAsLowLifeWhileAffectedByVulnerabilityUnique__1"] = { affix = "", "You count as on Low Life while you are Cursed with Vulnerability", statOrderKey = "2535", statOrder = { 2535 }, level = 1, group = "CountAsLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TrapAreaOfEffectUnique__1"] = { affix = "", "Skills used by Traps have (10-20)% increased Area of Effect", statOrderKey = "2892", statOrder = { 2892 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CastSpeedAppliesToTrapSpeedUnique__1"] = { affix = "", "Increases and Reductions to Cast Speed also Apply to Trap Throwing Speed", statOrderKey = "3872", statOrder = { 3872 }, level = 1, group = "CastSpeedAppliesToTrapSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["RandomChargeOnTrapTriggerUnique__1"] = { affix = "", "10% chance to gain an Endurance, Frenzy or Power Charge when any", "of your Traps are Triggered by an Enemy", statOrderKey = "6989,6989.1", statOrder = { 6989, 6989.1 }, level = 1, group = "RandomChargeOnTrapTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["TrapSkillsHaveBloodMagicUnique__1"] = { affix = "", "Skills which throw Traps Cost Life instead of Mana", statOrderKey = "7705", statOrder = { 7705 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotGainEnergyShieldUnique__1"] = { affix = "", "Cannot gain Energy Shield", statOrderKey = "2533", statOrder = { 2533 }, level = 1, group = "CannotGainEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifeRegenerationWith500EnergyShieldUnique__1"] = { affix = "", "Regenerate 50 Life per second if you have at least 500 Maximum Energy Shield", statOrderKey = "3763", statOrder = { 3763 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationWith1000EnergyShieldUnique__1"] = { affix = "", "Regenerate 100 Life per second if you have at least 1000 Maximum Energy Shield", statOrderKey = "3764", statOrder = { 3764 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationWith1500EnergyShieldUnique__1"] = { affix = "", "Regenerate 150 Life per second if you have at least 1500 Maximum Energy Shield", statOrderKey = "3765", statOrder = { 3765 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifePerIntelligenceUnique__1"] = { affix = "", "+1 to Maximum Life per 2 Intelligence", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NoMaximumLifePerStrengthUnique__1"] = { affix = "", "Strength provides no bonus to Maximum Life", statOrderKey = "1520", statOrder = { 1520 }, level = 1, group = "NoMaximumLifePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NoMaximumManaPerIntelligenceUnique__1"] = { affix = "", "Intelligence provides no bonus to Maximum Mana", statOrderKey = "1521", statOrder = { 1521 }, level = 1, group = "NoMaximumManaPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LifeRegenerationPer500EnergyShieldUnique__1"] = { affix = "", "Regenerate 1% of Life per second per 500 Maximum Energy Shield", statOrderKey = "5497", statOrder = { 5497 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SkeletonsTakeFireDamagrPerSecondUnique__1"] = { affix = "", "Summoned Skeletons take (15-30)% of their Maximum Life per second as Fire Damage", statOrderKey = "7432", statOrder = { 7432 }, level = 1, group = "SkeletonsTakeFireDamagrPerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["SkeletonsCoverEnemiesInAshUnique__1"] = { affix = "", "Summoned Skeletons Cover Enemies in Ash on Hit", statOrderKey = "7431", statOrder = { 7431 }, level = 1, group = "SkeletonsCoverEnemiesInAsh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SkeletonsHaveAvatarOfFireUnique__1_"] = { affix = "", "Summoned Skeletons have Avatar of Fire", statOrderKey = "7692", statOrder = { 7692 }, level = 1, group = "SkeletonsHaveAvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["AreaOfEffectPerEnemyKilledRecentlyUnique__1"] = { affix = "", "1% increased Area of Effect per Enemy killed recently, up to 50%", statOrderKey = "3916", statOrder = { 3916 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ZealotsOathIfHaventBeenHitRecentlyUnique__1"] = { affix = "", "You have Zealot's Oath if you haven't been hit recently", statOrderKey = "7706", statOrder = { 7706 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LifeGainOnHitIfVaalSkillUsedRecentlyUnique__1"] = { affix = "", "10 Life gained for each Enemy Hit if you have used a Vaal Skill Recently", statOrderKey = "5457", statOrder = { 5457 }, level = 1, group = "LifeGainOnHitIfVaalSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MovementVelocityIfVaalSkillUsedRecentlyUnique__1_"] = { affix = "", "10% increased Movement Speed if you have used a Vaal Skill Recently", statOrderKey = "6899", statOrder = { 6899 }, level = 40, group = "MovementVelocityIfVaalSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GainPowerChargeOnUsingVaalSkillUnique__1"] = { affix = "", "Gain a Power Charge when you use a Vaal Skill", statOrderKey = "5098", statOrder = { 5098 }, level = 1, group = "GainPowerChargeOnUsingVaalSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChaosDamageCanIgniteChillAndShockUnique__1"] = { affix = "", "Chaos Damage can Ignite, Chill and Shock", statOrderKey = "2309", statOrder = { 2309 }, level = 1, group = "ChaosDamageCanIgniteChillAndShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["GainSoulEaterOnVaalSkillUseUnique__1"] = { affix = "", "Gain Soul Eater for 20 seconds when you use a Vaal Skill", statOrderKey = "5108", statOrder = { 5108 }, level = 88, group = "GainSoulEaterOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["CriticalStrikeMultiplierPerUnallocatedStrengthJewelUnique__1_"] = { affix = "", "+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius", statOrderKey = "2574", statOrder = { 2574 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["AdditionalPhysicalReductionPerAllocatedStrengthJewelUnique__1"] = { affix = "", "1% additional Physical Damage Reduction per 10 Strength on Allocated Passives in Radius", statOrderKey = "2566", statOrder = { 2566 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["AdditionalStrengthPerAllocatedStrengthJewelUnique__1_"] = { affix = "", "-1 Strength per 1 Strength on Allocated Passives in Radius", statOrderKey = "2485", statOrder = { 2485 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["FlatManaPerUnallocatedDexterityJewelUnique__1"] = { affix = "", "+15 to Maximum Mana per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "2575", statOrder = { 2575 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MovementSpeedPerAllocatedDexterityJewelUnique__1"] = { affix = "", "2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2568", statOrder = { 2568 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AdditionalDexterityPerAllocatedDexterityJewelUnique__1"] = { affix = "", "-1 Dexterity per 1 Dexterity on Allocated Passives in Radius", statOrderKey = "2483", statOrder = { 2483 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AccuracyRatingPerUnallocatedIntelligenceJewelUnique__1"] = { affix = "", "+125 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "2573", statOrder = { 2573 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EnergyShieldRegenPerAllocatedIntelligenceJewelUnique__1_"] = { affix = "", "Regenerate 0.4% of Energy Shield per Second for", "every 10 Intelligence on Allocated Passives in Radius", statOrderKey = "2567,2567.1", statOrder = { 2567, 2567.1 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["AdditionalIntelligencePerAllocatedIntelligenceJewelUnique__1__"] = { affix = "", "-1 Intelligence per 1 Intelligence on Allocated Passives in Radius", statOrderKey = "2484", statOrder = { 2484 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["LifeRecoveryRatePerAllocatedStrengthUnique__1_"] = { affix = "", "2% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius", statOrderKey = "6055", statOrder = { 6055 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRatePerAllocatedStrengthUnique__2"] = { affix = "", "3% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius", statOrderKey = "6055", statOrder = { 6055 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRatePerUnallocatedStrengthUnique__1_"] = { affix = "", "2% reduced Life Recovery Rate per 10 Strength on Unallocated Passives in Radius", statOrderKey = "6056", statOrder = { 6056 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CriticalStrikeMultiplierPerUnallocatedStrengthUnique__1"] = { affix = "", "+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius", statOrderKey = "2574", statOrder = { 2574 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["MovementSpeedPerAllocatedDexterityUnique__1"] = { affix = "", "2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2568", statOrder = { 2568 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedPerAllocatedDexterityUnique__2"] = { affix = "", "3% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2568", statOrder = { 2568 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedPerUnallocatedDexterityUnique__1_"] = { affix = "", "2% reduced Movement Speed per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "6066", statOrder = { 6066 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AccuracyRatingPerUnallocatedDexterityUnique__1_"] = { affix = "", "+125 to Accuracy Rating per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "6010", statOrder = { 6010 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ManaRecoveryRatePerAllocatedIntelligenceUnique__1"] = { affix = "", "2% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius", statOrderKey = "6062", statOrder = { 6062 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRatePerAllocatedIntelligenceUnique__2"] = { affix = "", "3% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius", statOrderKey = "6062", statOrder = { 6062 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRatePerUnallocatedIntelligenceUnique__1"] = { affix = "", "2% reduced Mana Recovery Rate per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "6063", statOrder = { 6063 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["DamageOverTimeMultiplierPerUnallocatedIntelligenceUnique__1___"] = { affix = "", "+3% to Damage over Time Multiplier per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "6026", statOrder = { 6026 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalDamageConversionToRandomElementUnique__1"] = { affix = "", "50% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3757", statOrder = { 3757 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalDamageConversionToRandomElementUnique__2_"] = { affix = "", "100% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3757", statOrder = { 3757 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalDamageConversionToRandomElementImplicitE1"] = { affix = "", "100% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3757", statOrder = { 3757 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalAlwaysInflictElementalAilmentsUnique__1"] = { affix = "", "Hits with this Weapon always Ignite, Freeze, and Shock", statOrderKey = "3759", statOrder = { 3759 }, level = 1, group = "LocalAlwaysInflictElementalAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "attack", "ailment" }, }, + ["LocalElementalDamageAgainstIgnitedEnemiesUnique__1_"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Ignited Enemies", statOrderKey = "3760", statOrder = { 3760 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["LocalElementalDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Frozen Enemies", statOrderKey = "3761", statOrder = { 3761 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["LocalElementalDamageAgainstShockedEnemiesUnique__1_"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Shocked Enemies", statOrderKey = "3762", statOrder = { 3762 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["OnslaughtWhileNotOnLowManaUnique__1_"] = { affix = "", "You have Onslaught while not on Low Mana", statOrderKey = "5085", statOrder = { 5085 }, level = 1, group = "OnslaughtWhileNotOnLowMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LoseManaPerSecondUnique__1"] = { affix = "", "Lose (30-40) Mana per Second", statOrderKey = "6108", statOrder = { 6108 }, level = 1, group = "ManaDegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LoseManaPercentPerSecondUnique__1"] = { affix = "", "Lose 7% of Mana per Second", statOrderKey = "6109", statOrder = { 6109 }, level = 1, group = "ManaDegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["DodgeAndSpellDodgePerMaximumManaUnique__1"] = { affix = "", "2% chance to Dodge Attack and Spell Hits per 500 Maximum Mana, up to 20%", statOrderKey = "4759", statOrder = { 4759 }, level = 1, group = "ChanceToDodgeAndSpellDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["DisplayHasAdditionalModUnique__1"] = { affix = "", "Has an additional Implicit Mod", statOrderKey = "365", statOrder = { 365 }, level = 1, group = "DisplayHasAdditionalMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamageUniqueJewel_1"] = { affix = "", "(10-15)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ElementalHitDisableFireUniqueJewel_1"] = { affix = "", "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills deal 50% less Fire Damage", "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills cannot choose Fire", statOrderKey = "6035,6038", statOrder = { 6035, 6038 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["ElementalHitDisableColdUniqueJewel_1"] = { affix = "", "With 40 total Strength and Intelligence in Radius, Prismatic Skills deal 50% less Cold Damage", "With 40 total Strength and Intelligence in Radius, Prismatic Skills cannot choose Cold", statOrderKey = "6034,6037", statOrder = { 6034, 6037 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["ElementalHitDisableLightningUniqueJewel_1"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Prismatic Skills deal 50% less Lightning Damage", "With 40 total Dexterity and Strength in Radius, Prismatic Skills cannot choose Lightning", statOrderKey = "6036,6039", statOrder = { 6036, 6039 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["TriggerSummonPhantasmOnCorpseConsumeUnique__1"] = { affix = "", "Trigger Level 20 Summon Phantasm Skill when you Consume a corpse", statOrderKey = "490", statOrder = { 490 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CastSpeedPerCorpseConsumedRecentlyUnique__1"] = { affix = "", "3% increased Cast Speed for each corpse Consumed Recently", statOrderKey = "4353", statOrder = { 4353 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["LifeRegenerationIfCorpseConsumedRecentlyUnique__1"] = { affix = "", "If you Consumed a corpse Recently, you and nearby Allies Regenerate 5% of Life per second", statOrderKey = "7599", statOrder = { 7599 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CannotHaveNonGolemMinionsUnique__1_"] = { affix = "", "You cannot have non-Golem Minions", statOrderKey = "3102", statOrder = { 3102 }, level = 1, group = "CannotHaveNonGolemMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, ["UniqueTriggerSocketedWarcriesOnEnduranceChargeExpireOrUse"] = { affix = "", "Trigger a Socketed Warcry Skill on losing Endurance Charges, with a 0.25 second Cooldown", statOrderKey = "40", statOrder = { 40 }, level = 1, group = "UniqueTriggerSocketedWarcriesOnEnduranceChargeExpireOrUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueCurseWithSocketedCurseOnHit_"] = { affix = "", "Curse Enemies with Socketed Hex Curse Gem on Hit", statOrderKey = "5766", statOrder = { 5766 }, level = 30, group = "UniqueCurseWithSocketedCurseOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, - ["LessGolemDamageUnique__1"] = { affix = "", "Golems Deal (35-45)% less Damage", statOrderKey = "3014", statOrder = { 3014 }, level = 1, group = "GolemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["LessGolemLifeUnique__1"] = { affix = "", "Golems have (35-45)% less Life", statOrderKey = "3405", statOrder = { 3405 }, level = 1, group = "GolemLifeUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["GolemSizeUnique__1"] = { affix = "", "25% reduced Golem Size", statOrderKey = "3006", statOrder = { 3006 }, level = 1, group = "GolemSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["GolemMovementSpeedUnique__1"] = { affix = "", "Golems have (80-100)% increased Movement Speed", statOrderKey = "4996", statOrder = { 4996 }, level = 1, group = "GolemMovementSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["SacrificeLifeToGainESUnique__1"] = { affix = "", "Sacrifice 5% of Life to gain that much Energy Shield when you Cast a Spell", statOrderKey = "7053", statOrder = { 7053 }, level = 1, group = "SacrificeLifeToGainES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["PhysicalDamageReductionPerKeystoneUnique__1"] = { affix = "", "4% additional Physical Damage Reduction per Keystone", statOrderKey = "3763", statOrder = { 3763 }, level = 1, group = "BenefitPerKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["CannotGainEnduranceChargesUnique__1__"] = { affix = "", "Cannot gain Endurance Charges", statOrderKey = "3991", statOrder = { 3991 }, level = 1, group = "CannotGainEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["GrantsStatsFromNonNotablesInRadiusUnique__1"] = { affix = "", "Grants all bonuses of Unallocated Small Passive Skills in Radius", statOrderKey = "5822", statOrder = { 5822 }, level = 1, group = "GrantsStatsFromNonNotablesInRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AllocatedNonNotablesGrantNothingUnique__1_"] = { affix = "", "Allocated Small Passive Skills in Radius grant nothing", statOrderKey = "5821", statOrder = { 5821 }, level = 1, group = "AllocatedNonNotablesGrantNothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueNearbyAlliesAreLuckyDisplay"] = { affix = "", "Nearby Allies' Damage with Hits is Lucky", statOrderKey = "5775", statOrder = { 5775 }, level = 1, group = "UniqueNearbyAlliesAreLucky", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["PlaceAdditionalMineWith600IntelligenceUnique__1"] = { affix = "", "Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Intelligence", statOrderKey = "6823", statOrder = { 6823 }, level = 1, group = "PlaceAdditionalMine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PlaceAdditionalMineWith600DexterityUnique__1"] = { affix = "", "Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Dexterity", statOrderKey = "6822", statOrder = { 6822 }, level = 1, group = "PlaceAdditionalMine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BlockChancePer50StrengthUnique__1"] = { affix = "", "+1% Chance to Block Attack Damage per 50 Strength", statOrderKey = "592", statOrder = { 592 }, level = 85, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ExtraRollsSpellBlockUnique__1"] = { affix = "", "Chance to Block Spell Damage is Unlucky", statOrderKey = "598", statOrder = { 598 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChargeBonusEnduranceChargeDuration"] = { affix = "", "(20-40)% increased Endurance Charge Duration", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChargeBonusFrenzyChargeDuration"] = { affix = "", "(20-40)% increased Frenzy Charge Duration", statOrderKey = "1487", statOrder = { 1487 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ChargeBonusPowerChargeDuration"] = { affix = "", "(20-40)% increased Power Charge Duration", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ChargeBonusEnduranceChargeOnKill"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrderKey = "1931", statOrder = { 1931 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChargeBonusFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ChargeBonusPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "1932", statOrder = { 1932 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ChargeBonusMovementVelocityPerEnduranceCharge"] = { affix = "", "1% increased Movement Speed per Endurance Charge", statOrderKey = "6768", statOrder = { 6768 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChargeBonusMovementVelocityPerFrenzyCharge"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChargeBonusMovementVelocityPerPowerCharge"] = { affix = "", "1% increased Movement Speed per Power Charge", statOrderKey = "6771", statOrder = { 6771 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChargeBonusLifeRegenerationPerEnduranceCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Endurance Charge", statOrderKey = "979", statOrder = { 979 }, level = 1, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ChargeBonusLifeRegenerationPerFrenzyCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Frenzy Charge", statOrderKey = "1929", statOrder = { 1929 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ChargeBonusLifeRegenerationPerPowerCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Power Charge", statOrderKey = "5354", statOrder = { 5354 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ChargeBonusDamagePerEnduranceCharge"] = { affix = "", "5% increased Damage per Endurance Charge", statOrderKey = "2503", statOrder = { 2503 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChargeBonusDamagePerFrenzyCharge"] = { affix = "", "5% increased Damage per Frenzy Charge", statOrderKey = "2592", statOrder = { 2592 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChargeBonusDamagePerPowerCharge"] = { affix = "", "5% increased Damage per Power Charge", statOrderKey = "4544", statOrder = { 4544 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChargeBonusAddedFireDamagePerEnduranceCharge"] = { affix = "", "(7-9) to (13-14) Fire Damage per Endurance Charge", statOrderKey = "6657", statOrder = { 6657 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ChargeBonusAddedColdDamagePerFrenzyCharge"] = { affix = "", "(6-8) to (12-13) Added Cold Damage per Frenzy Charge", statOrderKey = "3582", statOrder = { 3582 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ChargeBonusAddedLightningDamagePerPowerCharge"] = { affix = "", "(1-2) to (18-20) Lightning Damage per Power Charge", statOrderKey = "6661", statOrder = { 6661 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["ChargeBonusBlockChancePerEnduranceCharge"] = { affix = "", "+1% Chance to Block Attack Damage per Endurance Charge", statOrderKey = "3735", statOrder = { 3735 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChargeBonusBlockChancePerFrenzyCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Frenzy Charge", statOrderKey = "3736", statOrder = { 3736 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChargeBonusBlockChancePerPowerCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Power Charge", statOrderKey = "3737", statOrder = { 3737 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChargeBonusDodgeChancePerEnduranceCharge"] = { affix = "", "1% chance to Dodge Attack Hits per Endurance Charge", statOrderKey = "4261", statOrder = { 4261 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChargeBonusDodgeChancePerFrenzyCharge"] = { affix = "", "1% chance to Dodge Attack Hits per Frenzy Charge", statOrderKey = "1855", statOrder = { 1855 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChargeBonusDodgeChancePerPowerCharge"] = { affix = "", "1% chance to Dodge Attack Hits per Power Charge", statOrderKey = "4262", statOrder = { 4262 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChargeBonusFireDamageAddedAsChaos__"] = { affix = "", "Gain 1% of Fire Damage as Extra Chaos Damage per Endurance Charge", statOrderKey = "4814", statOrder = { 4814 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["ChargeBonusColdDamageAddedAsChaos"] = { affix = "", "Gain 1% of Cold Damage as Extra Chaos Damage per Frenzy Charge", statOrderKey = "4359", statOrder = { 4359 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["ChargeBonusLightningDamageAddedAsChaos"] = { affix = "", "Gain 1% of Lightning Damage as Extra Chaos Damage per Power Charge", statOrderKey = "5370", statOrder = { 5370 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["ChargeBonusArmourPerEnduranceCharge"] = { affix = "", "6% increased Armour per Endurance Charge", statOrderKey = "6892", statOrder = { 6892 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["ChargeBonusEvasionPerFrenzyCharge"] = { affix = "", "8% increased Evasion Rating per Frenzy Charge", statOrderKey = "961", statOrder = { 961 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["ChargeBonusEnergyShieldPerPowerCharge"] = { affix = "", "3% increased Energy Shield per Power Charge", statOrderKey = "4756", statOrder = { 4756 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ChargeBonusChanceToGainMaximumEnduranceCharges"] = { affix = "", "15% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges", statOrderKey = "3547", statOrder = { 3547 }, level = 1, group = "ChanceToGainMaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChargeBonusChanceToGainMaximumFrenzyCharges"] = { affix = "", "15% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", statOrderKey = "4930", statOrder = { 4930 }, level = 1, group = "ChanceToGainMaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ChargeBonusChanceToGainMaximumPowerCharges"] = { affix = "", "15% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrderKey = "4931,4931.1", statOrder = { 4931, 4931.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ChargeBonusEnduranceChargeIfHitRecently"] = { affix = "", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrderKey = "4911", statOrder = { 4911 }, level = 1, group = "EnduranceChargeIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChargeBonusFrenzyChargeOnHit__"] = { affix = "", "10% chance to gain a Frenzy Charge on Hit", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "FrenzyChargeOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ChargeBonusPowerChargeOnCrit"] = { affix = "", "20% chance to gain a Power Charge on Critical Strike", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "critical" }, }, - ["ChargeBonusAttackAndCastSpeedPerEnduranceCharge"] = { affix = "", "1% increased Attack and Cast Speed per Endurance Charge", statOrderKey = "3873", statOrder = { 3873 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["ChargeBonusAccuracyRatingPerFrenzyCharge"] = { affix = "", "10% increased Accuracy Rating per Frenzy Charge", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["ChargeBonusAttackAndCastSpeedPerPowerCharge"] = { affix = "", "1% increased Attack and Cast Speed per Power Charge", statOrderKey = "3874", statOrder = { 3874 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["ChargeBonusCriticalStrikeChancePerEnduranceCharge"] = { affix = "", "6% increased Critical Strike Chance per Endurance Charge", statOrderKey = "4444", statOrder = { 4444 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ChargeBonusCriticalStrikeChancePerFrenzyCharge"] = { affix = "", "6% increased Critical Strike Chance per Frenzy Charge", statOrderKey = "4445", statOrder = { 4445 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ChargeBonusCriticalStrikeMultiplierPerPowerCharge"] = { affix = "", "+3% to Critical Strike Multiplier per Power Charge", statOrderKey = "2588", statOrder = { 2588 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["ChargeBonusChaosResistancePerEnduranceCharge_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrderKey = "4311", statOrder = { 4311 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChargeBonusPhysicalDamageReductionPerFrenzyCharge__"] = { affix = "", "1% additional Physical Damage Reduction per Frenzy Charge", statOrderKey = "6884", statOrder = { 6884 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["ChargeBonusPhysicalDamageReductionPerPowerCharge_"] = { affix = "", "1% additional Physical Damage Reduction per Power Charge", statOrderKey = "6886", statOrder = { 6886 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["ChargeBonusMaximumEnduranceCharges"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChargeBonusMaximumFrenzyCharges"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ChargeBonusMaximumPowerCharges"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ChargeBonusIntimidateOnHitEnduranceCharges"] = { affix = "", "Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges", statOrderKey = "5276", statOrder = { 5276 }, level = 1, group = "IntimidateOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChargeBonusOnslaughtOnHitFrenzyCharges_"] = { affix = "", "Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges", statOrderKey = "4937", statOrder = { 4937 }, level = 1, group = "OnslaughtOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChargeBonusArcaneSurgeOnHitPowerCharges"] = { affix = "", "Gain Arcane Surge on Hit with Spells while at maximum Power Charges", statOrderKey = "4893", statOrder = { 4893 }, level = 1, group = "ArcaneSurgeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["ChargeBonusCannotBeStunnedEnduranceCharges__"] = { affix = "", "You cannot be Stunned while at maximum Endurance Charges", statOrderKey = "3364", statOrder = { 3364 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChargeBonusFlaskChargeOnCritFrenzyCharges"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike while at maximum Frenzy Charges", statOrderKey = "4916", statOrder = { 4916 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["ChargeBonusAdditionalCursePowerCharges"] = { affix = "", "You can apply an additional Curse while at maximum Power Charges", statOrderKey = "6820", statOrder = { 6820 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ChargeBonusVaalPactEnduranceCharges"] = { affix = "", "You have Vaal Pact while at maximum Endurance Charges", statOrderKey = "7517", statOrder = { 7517 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ChargeBonusIronReflexesFrenzyCharges"] = { affix = "", "You have Iron Reflexes while at maximum Frenzy Charges", statOrderKey = "7515", statOrder = { 7515 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["ChargeBonusMindOverMatterPowerCharges"] = { affix = "", "You have Mind over Matter while at maximum Power Charges", statOrderKey = "7516", statOrder = { 7516 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["GlobalEnergyShieldPercentUnique__1"] = { affix = "", "(15-20)% increased maximum Energy Shield", statOrderKey = "965", statOrder = { 965 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["GlobalEvasionRatingPercentUnique__1"] = { affix = "", "(15-20)% increased Evasion Rating", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["GlobalEvasionRatingAndArmourPercentUnique__1_"] = { affix = "", "(30-60)% increased Evasion Rating and Armour", statOrderKey = "947", statOrder = { 947 }, level = 1, group = "EvasionRatingAndArmourPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "armour", "defences" }, }, - ["GlobalPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(15-20)% increased Armour", statOrderKey = "945", statOrder = { 945 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["NearbyEnemiesReducedStunRecoveryUnique__1"] = { affix = "", "10% reduced Stun and Block Recovery", "Nearby Enemies have 10% reduced Stun and Block Recovery", statOrderKey = "1270,2721", statOrder = { 1270, 2721 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyEnemiesGrantIncreasedFlaskChargesUnique__1"] = { affix = "", "Nearby Enemies grant 25% increased Flask Charges", statOrderKey = "2719", statOrder = { 2719 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["NearbyEnemiesHaveIncreasedChanceToBeCritUnique__1"] = { affix = "", "Hits against Nearby Enemies have 50% increased Critical Strike Chance", statOrderKey = "2717", statOrder = { 2717 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["NearbyEnemiesHaveIncreasedChanceToBeCritUnique__2"] = { affix = "", "Hits have 50% increased Critical Strike Chance against you", "Hits against Nearby Enemies have 50% increased Critical Strike Chance", statOrderKey = "2435,2718", statOrder = { 2435, 2718 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["NearbyEnemiesHaveReducedAllResistancesUnique__1"] = { affix = "", "Nearby Enemies have -10% to all Resistances", statOrderKey = "2306", statOrder = { 2306 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["AuraAddedFireDamagePerRedSocketUnique__1"] = { affix = "", "You and Nearby Allies have 64 to 96 added Fire Damage per Red Socket", statOrderKey = "2311", statOrder = { 2311 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AuraAddedColdDamagePerGreenSocketUnique__1"] = { affix = "", "You and Nearby Allies have 56 to 88 added Cold Damage per Green Socket", statOrderKey = "2312", statOrder = { 2312 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AuraAddedLightningDamagePerBlueSocketUnique__1"] = { affix = "", "You and Nearby Allies have 16 to 144 added Lightning Damage per Blue Socket", statOrderKey = "2313", statOrder = { 2313 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AuraAddedChaosDamagePerWhiteSocketUnique__1"] = { affix = "", "You and Nearby Allies have 47 to 61 added Chaos Damage per White Socket", statOrderKey = "2314", statOrder = { 2314 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ArmourPerEvasionRatingOnShieldUnique__1"] = { affix = "", "+5 to Armour per 5 Evasion Rating on Equipped Shield", statOrderKey = "3680", statOrder = { 3680 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["EvasionRatingPerEnergyShieldOnShieldUnique__1"] = { affix = "", "+20 to Evasion Rating per 5 Maximum Energy Shield on Equipped Shield", statOrderKey = "3681", statOrder = { 3681 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["EnergyShieldPerArmourOnShieldUnique__1"] = { affix = "", "+1 to Maximum Energy Shield per 5 Armour on Equipped Shield", statOrderKey = "3679", statOrder = { 3679 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LifeLeechFromSpellsWith30BlockOnShieldUnique__1_"] = { affix = "", "0.5% of Spell Damage Leeched as Life if Equipped Shield has at least 30% Chance to Block", statOrderKey = "3678", statOrder = { 3678 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["AngerNoReservationUnique__1"] = { affix = "", "Anger has no Reservation", statOrderKey = "3789", statOrder = { 3789 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["ClarityNoReservationUnique__1"] = { affix = "", "Clarity has no Reservation", statOrderKey = "4347", statOrder = { 4347 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["DeterminationNoReservationUnique__1"] = { affix = "", "Determination has no Reservation", statOrderKey = "4605", statOrder = { 4605 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["DisciplineNoReservationUnique__1"] = { affix = "", "Discipline has no Reservation", statOrderKey = "4613", statOrder = { 4613 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["GraceNoReservationUnique__1"] = { affix = "", "Grace has no Reservation", statOrderKey = "4998", statOrder = { 4998 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["HasteNoReservationUnique__1"] = { affix = "", "Haste has no Reservation", statOrderKey = "5013", statOrder = { 5013 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["HatredNoReservationUnique__1_"] = { affix = "", "Hatred has no Reservation", statOrderKey = "5014", statOrder = { 5014 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["PurityOfElementsNoReservationUnique__1_"] = { affix = "", "Purity of Elements has no Reservation", statOrderKey = "6967", statOrder = { 6967 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["PurityOfFireNoReservationUnique__1"] = { affix = "", "Purity of Fire has no Reservation", statOrderKey = "6968", statOrder = { 6968 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["PurityOfIceNoReservationUnique__1_"] = { affix = "", "Purity of Ice has no Reservation", statOrderKey = "6969", statOrder = { 6969 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["PurityOfLightningNoReservationUnique__1"] = { affix = "", "Purity of Lightning has no Reservation", statOrderKey = "6970", statOrder = { 6970 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["VitalityNoReservationUnique__1"] = { affix = "", "Vitality has no Reservation", statOrderKey = "7376", statOrder = { 7376 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["WrathNoReservationUnique__1"] = { affix = "", "Wrath has no Reservation", statOrderKey = "7412", statOrder = { 7412 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["EnvyNoReservationUnique__1"] = { affix = "", "Envy has no Reservation", statOrderKey = "4772", statOrder = { 4772 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["MalevolenceNoReservationUnique__1"] = { affix = "", "Malevolence has no Reservation", statOrderKey = "4601", statOrder = { 4601 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["ZealotryNoReservationUnique__1"] = { affix = "", "Zealotry has no Reservation", statOrderKey = "7449", statOrder = { 7449 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["PrideNoReservationUnique__1"] = { affix = "", "Pride has no Reservation", statOrderKey = "6942", statOrder = { 6942 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["MinionAddedPhysicalDamageUnique__1"] = { affix = "", "Minions deal (45-51) to (66-78) additional Physical Damage", statOrderKey = "3088", statOrder = { 3088 }, level = 1, group = "MinionAddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, - ["DoubleDamageChanceImplicitMace1"] = { affix = "", "5% chance to deal Double Damage", statOrderKey = "4250", statOrder = { 4250 }, level = 1, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AdditionalHolyRelicUnique__1"] = { affix = "", "+1 to maximum number of Summoned Holy Relics", statOrderKey = "4013", statOrder = { 4013 }, level = 78, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["HolyRelicCooldownRecoveryUnique__1"] = { affix = "", "Summoned Holy Relics have (20-25)% reduced Cooldown Recovery Rate", statOrderKey = "5211", statOrder = { 5211 }, level = 1, group = "HolyRelicCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ColdDamageTakenUnique__1"] = { affix = "", "5% reduced Cold Damage taken", statOrderKey = "2707", statOrder = { 2707 }, level = 1, group = "ColdDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, - ["ColdDamageTakenUnique__2"] = { affix = "", "10% increased Cold Damage taken", statOrderKey = "2707", statOrder = { 2707 }, level = 1, group = "ColdDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, - ["OnslaughtEffectUnique__1"] = { affix = "", "(60-100)% increased Onslaught Effect", statOrderKey = "2596", statOrder = { 2596 }, level = 1, group = "OnslaughtEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PhysicalDamageWhileResoluteTechniqueUnique__1__"] = { affix = "", "100% increased Physical Damage while you have Resolute Technique", statOrderKey = "7527", statOrder = { 7527 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedWeaponElementalDamagePercentPerPowerChargeUnique__1"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills per Power Charge", statOrderKey = "4682", statOrder = { 4682 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["ArrowsAlwaysPierceAfterForkingUnique__1__"] = { affix = "", "Arrows Pierce all Targets after Forking", statOrderKey = "3842", statOrder = { 3842 }, level = 1, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ArrowsThatPierceHaveCritMultiUnique__1"] = { affix = "", "Arrows that Pierce have +50% to Critical Strike Multiplier", statOrderKey = "4459", statOrder = { 4459 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SupportedByGreaterVolleyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Greater Volley", statOrderKey = "119", statOrder = { 119 }, level = 1, group = "SupportedByGreaterVolley", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByIgniteProliferationUnique1"] = { affix = "", "Socketed Gems are Supported by Level 20 Ignite Proliferation", statOrderKey = "120", statOrder = { 120 }, level = 1, group = "SupportedByIgniteProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ChanceToBleedWithoutAvatarOfFireUnique__1"] = { affix = "", "Attacks with this Weapon have 50% chance to inflict Bleeding while you do not have Avatar of Fire", statOrderKey = "7531", statOrder = { 7531 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["FireDamageVersusBleedingEnemiesUnique__1"] = { affix = "", "(70-100)% increased Fire Damage with Hits and Ailments against Bleeding Enemies", statOrderKey = "4820", statOrder = { 4820 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["PhysicalDamageVersusIgnitedEnemiesUnique__1"] = { affix = "", "(70-100)% increased Physical Damage with Hits and Ailments against Ignited Enemies", statOrderKey = "6879", statOrder = { 6879 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageTakenAsRandomElementUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Damage of a Random Element", statOrderKey = "6867", statOrder = { 6867 }, level = 1, group = "PhysicalDamageTakenAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental" }, }, - ["StartEnergyShieldRechargeOnSkillUnique__1"] = { affix = "", "10% chance for Energy Shield Recharge to start when you use a Skill", statOrderKey = "4758", statOrder = { 4758 }, level = 1, group = "StartEnergyShieldRechargeOnSkillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["SpellCriticalStrikeChancePerSpectreUnique__1_"] = { affix = "", "(40-50)% increased Critical Strike Chance for Spells per Raised Spectre", statOrderKey = "7174", statOrder = { 7174 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, - ["GainArcaneSurgeOnCritUnique__1"] = { affix = "", "Gain Arcane Surge when you deal a Critical Strike", statOrderKey = "4891", statOrder = { 4891 }, level = 1, group = "ArcaneSurgeOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["SpectresGainArcaneSurgeWhenYouDoUnique__1_"] = { affix = "", "Your Raised Spectres also gain Arcane Surge when you do", statOrderKey = "7161", statOrder = { 7161 }, level = 1, group = "SpectresGainArcaneSurge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["TriggerFeastOfFleshSkillUnique__1_"] = { affix = "", "Trigger Level 15 Feast of Flesh every 5 seconds", statOrderKey = "470", statOrder = { 470 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggerRandomOfferingSkillUnique__1"] = { affix = "", "Trigger Level 20 Bone Offering, Flesh Offering or Spirit Offering every 5 seconds", "Offering Skills Triggered this way also affect you", statOrderKey = "471,471.1", statOrder = { 471, 471.1 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LeftRingSpellProjectilesForkUnique__1_"] = { affix = "", "Left ring slot: Projectiles from Spells Fork", statOrderKey = "5842", statOrder = { 5842 }, level = 1, group = "LeftRingSpellProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LeftRingSpellProjectilesCannotChainUnique__1"] = { affix = "", "Left ring slot: Projectiles from Spells cannot Chain", statOrderKey = "5841", statOrder = { 5841 }, level = 1, group = "LeftRingSpellProjectilesCannotChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RightRingSpellProjectilesChainUnique__1"] = { affix = "", "Right ring slot: Projectiles from Spells Chain +1 times", statOrderKey = "5862", statOrder = { 5862 }, level = 1, group = "RightRingSpellProjectilesChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RightRingSpellProjectilesCannotForkUnique__1"] = { affix = "", "Right ring slot: Projectiles from Spells cannot Fork", statOrderKey = "5863", statOrder = { 5863 }, level = 1, group = "RightRingSpellProjectilesCannotFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireAndChaosDamageResistanceUnique__1__"] = { affix = "", "+(20-25)% to Fire and Chaos Resistances", statOrderKey = "4806", statOrder = { 4806 }, level = 1, group = "FireAndChaosDamageResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "chaos", "resistance" }, }, - ["TriggerArcaneWakeSkillUnique__1"] = { affix = "", "Trigger Level 20 Arcane Wake after Spending a total of 200 Mana", statOrderKey = "440", statOrder = { 440 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["DoubleDamageWithWeaponUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage", statOrderKey = "5790", statOrder = { 5790 }, level = 1, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["FocusCooldownRecoveryUnique__1_"] = { affix = "", "Focus has (30-50)% increased Cooldown Recovery Rate", statOrderKey = "4855", statOrder = { 4855 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeRegenPerUncorruptedItemUnique__1"] = { affix = "", "Regenerate 15 Life per second for each Uncorrupted Item Equipped", statOrderKey = "2406", statOrder = { 2406 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TotalManaCostPerCorruptedItemUnique__1"] = { affix = "", "-2 to Total Mana Cost of Skills for each Corrupted Item Equipped", statOrderKey = "3635", statOrder = { 3635 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ChillNearbyEnemiesOnFocusUnique__1_"] = { affix = "", "Chill nearby Enemies when you Focus, causing 30% reduced Action Speed", statOrderKey = "4338", statOrder = { 4338 }, level = 67, group = "ChillNearbyEnemiesOnFocus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["DamageWithHitsAndAilmentsAgainstChilledEnemyUnique__1"] = { affix = "", "(50-70)% increased Damage with Hits and Ailments against Chilled Enemies", statOrderKey = "5198", statOrder = { 5198 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ElementalDamageWhileAffectedBySextantUnique__1"] = { affix = "", "(30-40)% increased Elemental Damage while in an area affected by a Sextant", statOrderKey = "4672", statOrder = { 4672 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePerSextantUnique__1"] = { affix = "", "10% increased Elemental Damage per Sextant affecting the area", statOrderKey = "4670", statOrder = { 4670 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["AttackSpeedPerMapModUnique__1"] = { affix = "", "3% increased Attack Speed for each Map Item Modifier affecting the Area", statOrderKey = "3925", statOrder = { 3925 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["AttackDamagePerMapModUnique__1"] = { affix = "", "6% increased Attack Damage for each Map Item Modifier affecting the Area", statOrderKey = "3899", statOrder = { 3899 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["BleedOnCritUnique__1_"] = { affix = "", "50% chance to inflict Bleeding on Critical Strike with Attacks", statOrderKey = "1802", statOrder = { 1802 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, }, - ["MaimOnCritUnique__1"] = { affix = "", "50% chance to Maim Enemies on Critical Strike with Attacks", statOrderKey = "5981", statOrder = { 5981 }, level = 1, group = "ChanceToMaim", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["EnemiesYouBleedGrantIncreasedFlaskChargesUnique__1_"] = { affix = "", "Enemies you inflict Bleeding on grant (60-100)% increased Flask Charges", statOrderKey = "1809", statOrder = { 1809 }, level = 1, group = "FlaskChargesGained", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["AddedPhysicalDamageVsBleedingEnemiesUnique__1"] = { affix = "", "Adds (100-120) to (150-165) Physical Damage against Bleeding Enemies", statOrderKey = "1810", statOrder = { 1810 }, level = 1, group = "MinimumAddedPhysicalDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["LifeRegenerationIfBlockedRecentlyUnique__1"] = { affix = "", "If you have Blocked Recently, you and nearby Allies Regenerate 5% of Life per second", statOrderKey = "7419", statOrder = { 7419 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GroundTarOnBlockUnique__1"] = { affix = "", "Spreads Tar when you Block", statOrderKey = "5003", statOrder = { 5003 }, level = 79, group = "GroundTarOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["GainShapersPresenceUnique__1"] = { affix = "", "Gain Shaper's Presence for 10 seconds when you kill a Rare or Unique Enemy", statOrderKey = "4962", statOrder = { 4962 }, level = 81, group = "GainShapersPresence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpellsCannotPierceUnique__1__"] = { affix = "", "Projectiles from Spells cannot Pierce", statOrderKey = "6956", statOrder = { 6956 }, level = 1, group = "SpellsCannotPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemiesIgnitedTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Ignited by you during Flask Effect take 10% increased Damage", statOrderKey = "556", statOrder = { 556 }, level = 1, group = "EnemiesIgnitedTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage" }, }, - ["GainChargeOnConsumingIgnitedCorpseUnique__1__"] = { affix = "", "Recharges 1 Charge when you Consume an Ignited corpse", statOrderKey = "526", statOrder = { 526 }, level = 1, group = "GainChargeOnConsumingIgnitedCorpse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["RecoverMaximumLifeOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Life when you Kill an Enemy during Flask Effect", statOrderKey = "557", statOrder = { 557 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["RecoverMaximumManaOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Mana when you Kill an Enemy during Flask Effect", statOrderKey = "558", statOrder = { 558 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["RecoverMaximumEnergyShieldOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Energy Shield when you Kill an Enemy during Flask Effect", statOrderKey = "559", statOrder = { 559 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, - ["AlternateFireAilmentUnique__1"] = { affix = "", "25% chance to Scorch Enemies", "Cannot inflict Ignite", statOrderKey = "1388,1869", statOrder = { 1388, 1869 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["AlternateColdAilmentUnique__1"] = { affix = "", "25% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrderKey = "1391,1871", statOrder = { 1391, 1871 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["AlternateLightningAilmentUnique__1__"] = { affix = "", "25% chance to Sap Enemies", "Cannot inflict Shock", statOrderKey = "1395,1872", statOrder = { 1395, 1872 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(40-55)% to Chaos Damage over Time Multiplier", statOrderKey = "686", statOrder = { 686 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ColdDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(25-35)% to Cold Damage over Time Multiplier", statOrderKey = "683", statOrder = { 683 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierUnique__2"] = { affix = "", "+(16-22)% to Cold Damage over Time Multiplier", statOrderKey = "683", statOrder = { 683 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["FireDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(40-60)% to Fire Damage over Time Multiplier", statOrderKey = "678", statOrder = { 678 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierUnique__2_"] = { affix = "", "+(15-25)% to Fire Damage over Time Multiplier", statOrderKey = "678", statOrder = { 678 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierUnique__3"] = { affix = "", "+(8-12)% to Fire Damage over Time Multiplier", statOrderKey = "678", statOrder = { 678 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["CurseCastSpeedUnique__1"] = { affix = "", "Curse Skills have (10-20)% increased Cast Speed", statOrderKey = "1578", statOrder = { 1578 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "curse" }, }, - ["CurseCastSpeedUnique__2"] = { affix = "", "Curse Skills have (8-12)% increased Cast Speed", statOrderKey = "1578", statOrder = { 1578 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "curse" }, }, - ["TriggerSocketedCurseSkillsOnCurseUnique__1_"] = { affix = "", "Trigger Socketed Curse Skill when you cast a Curse Skill, with a 0.25 second Cooldown", statOrderKey = "489", statOrder = { 489 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, - ["EnergyShieldLeechPerCurseUnique__1_"] = { affix = "", "0.2% of Spell Damage Leeched as Energy Shield for each Curse on Enemy", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ElementalDamagePercentAddedAsChaosPerShaperItemUnique__1"] = { affix = "", "Gain (3-5)% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped", statOrderKey = "3636", statOrder = { 3636 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, - ["HitsIgnoreChaosResistanceAllShaperItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items", statOrderKey = "5206", statOrder = { 5206 }, level = 1, group = "HitsIgnoreChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HitsIgnoreChaosResistanceAllElderItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items", statOrderKey = "5205", statOrder = { 5205 }, level = 1, group = "HitsIgnoreChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ColdDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Cold Resistance above 75%", statOrderKey = "4358", statOrder = { 4358 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["LightningDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Lightning Damage per 1% Lightning Resistance above 75%", statOrderKey = "5369", statOrder = { 5369 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["FlaskConsecratedGroundDurationUnique__1"] = { affix = "", "(30-50)% increased Duration", statOrderKey = "2937", statOrder = { 2937 }, level = 1, group = "FlaskConsecratedGroundDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskConsecratedGroundAreaOfEffectUnique__1_"] = { affix = "", "Consecrated Ground created by this Flask has Tripled Radius", statOrderKey = "5795", statOrder = { 5795 }, level = 1, group = "FlaskConsecratedGroundAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskConsecratedGroundDamageTakenUnique__1"] = { affix = "", "Consecrated Ground created during Effect applies (7-10)% increased Damage taken to Enemies", statOrderKey = "5801", statOrder = { 5801 }, level = 1, group = "FlaskConsecratedGroundDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage" }, }, - ["FlaskConsecratedGroundEffectUnique__1_"] = { affix = "", "+(1-2)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect", statOrderKey = "5799", statOrder = { 5799 }, level = 1, group = "FlaskConsecratedGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, - ["ShockProliferationUnique__1"] = { affix = "", "Shocks you inflict spread to other Enemies within a Radius of 15", statOrderKey = "1583", statOrder = { 1583 }, level = 1, group = "ShockProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationDuringFlaskEffectUnique__1"] = { affix = "", "Shocks you inflict during Flask effect spread to other Enemies in a radius of 20", statOrderKey = "2614", statOrder = { 2614 }, level = 85, group = "ShockProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, - ["ShockEffectDuringFlaskEffectUnique__1__"] = { affix = "", "(25-40)% increased Effect of Shocks you inflict during Flask effect", statOrderKey = "2613", statOrder = { 2613 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, - ["ShockOnKillUnique__1"] = { affix = "", "Enemies you kill are Shocked", statOrderKey = "1280", statOrder = { 1280 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["DivineChargeOnHitUnique__1_"] = { affix = "", "+10 to maximum Divine Charges", "Gain a Divine Charge on Hit", statOrderKey = "3689,3690", statOrder = { 3689, 3690 }, level = 1, group = "DivineCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainDivinityOnMaxDivineChargeUnique__1"] = { affix = "", "You gain Divinity for 10 seconds on reaching maximum Divine Charges", "Lose all Divine Charges when you gain Divinity", statOrderKey = "3692,3692.1", statOrder = { 3692, 3692.1 }, level = 1, group = "DivineCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyEnemiesCannotCritUnique__1"] = { affix = "", "Never deal Critical Strikes", "Nearby Enemies cannot deal Critical Strikes", statOrderKey = "1540,5779", statOrder = { 1540, 5779 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["NearbyAlliesCannotBeSlowedUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", "Nearby Allies' Action Speed cannot be modified to below base value", statOrderKey = "2499,5773", statOrder = { 2499, 5773 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ManaReservationPerAttributeUnique__1"] = { affix = "", "1% reduced Reservation of Skills per 250 total Attributes", statOrderKey = "6030", statOrder = { 6030 }, level = 1, group = "ManaReservationReduced", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DefencesPer100StrengthAuraUnique__1"] = { affix = "", "Nearby Allies have (4-6)% increased Defences per 100 Strength you have", statOrderKey = "2307", statOrder = { 2307 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["CriticalMultiplierPer100DexterityAuraUnique__1"] = { affix = "", "Nearby Allies have +(6-8)% to Critical Strike Multiplier per 100 Dexterity you have", statOrderKey = "2308", statOrder = { 2308 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CastSpeedPer100IntelligenceAuraUnique__1"] = { affix = "", "Nearby Allies have (2-4)% increased Cast Speed per 100 Intelligence you have", statOrderKey = "2309", statOrder = { 2309 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["GrantsAccuracyAuraSkillUnique__1"] = { affix = "", "Grants Level 22 Precision Skill", statOrderKey = "394", statOrder = { 394 }, level = 81, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["PrecisionAuraBonusUnique__1"] = { affix = "", "Precision has 50% less Reservation", statOrderKey = "6932", statOrder = { 6932 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["UniqueCurseWithSocketedCurseOnHit_"] = { affix = "", "Curse Enemies with Socketed Hex Curse Gem on Hit", statOrderKey = "5910", statOrder = { 5910 }, level = 30, group = "UniqueCurseWithSocketedCurseOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, + ["LessGolemDamageUnique__1"] = { affix = "", "Golems Deal (35-45)% less Damage", statOrderKey = "3111", statOrder = { 3111 }, level = 1, group = "GolemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["LessGolemLifeUnique__1"] = { affix = "", "Golems have (35-45)% less Life", statOrderKey = "3498", statOrder = { 3498 }, level = 1, group = "GolemLifeUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["GolemSizeUnique__1"] = { affix = "", "25% reduced Golem Size", statOrderKey = "3103", statOrder = { 3103 }, level = 1, group = "GolemSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GolemMovementSpeedUnique__1"] = { affix = "", "Golems have (80-100)% increased Movement Speed", statOrderKey = "5141", statOrder = { 5141 }, level = 1, group = "GolemMovementSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["SacrificeLifeToGainESUnique__1"] = { affix = "", "Sacrifice 5% of Life to gain that much Energy Shield when you Cast a Spell", statOrderKey = "7194", statOrder = { 7194 }, level = 1, group = "SacrificeLifeToGainES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["PhysicalDamageReductionPerKeystoneUnique__1"] = { affix = "", "4% additional Physical Damage Reduction per Keystone", statOrderKey = "3859", statOrder = { 3859 }, level = 1, group = "BenefitPerKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["CannotGainEnduranceChargesUnique__1__"] = { affix = "", "Cannot gain Endurance Charges", statOrderKey = "4097", statOrder = { 4097 }, level = 1, group = "CannotGainEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["GrantsStatsFromNonNotablesInRadiusUnique__1"] = { affix = "", "Grants all bonuses of Unallocated Small Passive Skills in Radius", statOrderKey = "5950", statOrder = { 5950 }, level = 1, group = "GrantsStatsFromNonNotablesInRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AllocatedNonNotablesGrantNothingUnique__1_"] = { affix = "", "Allocated Small Passive Skills in Radius grant nothing", statOrderKey = "5949", statOrder = { 5949 }, level = 1, group = "AllocatedNonNotablesGrantNothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueNearbyAlliesAreLuckyDisplay"] = { affix = "", "Nearby Allies' Damage with Hits is Lucky", statOrderKey = "5919", statOrder = { 5919 }, level = 1, group = "UniqueNearbyAlliesAreLucky", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UniqueNearbyAlliesAreLucky"] = { affix = "", "Damage with Hits is Lucky", statOrderKey = "4111", statOrder = { 4111 }, level = 1, group = "UniqueNearbyAlliesAreLucky", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["PlaceAdditionalMineWith600IntelligenceUnique__1"] = { affix = "", "Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Intelligence", statOrderKey = "6956", statOrder = { 6956 }, level = 1, group = "PlaceAdditionalMine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PlaceAdditionalMineWith600DexterityUnique__1"] = { affix = "", "Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Dexterity", statOrderKey = "6955", statOrder = { 6955 }, level = 1, group = "PlaceAdditionalMine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlockChancePer50StrengthUnique__1"] = { affix = "", "+1% Chance to Block Attack Damage per 50 Strength", statOrderKey = "725", statOrder = { 725 }, level = 85, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ExtraRollsSpellBlockUnique__1"] = { affix = "", "Chance to Block Spell Damage is Unlucky", statOrderKey = "731", statOrder = { 731 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChargeBonusEnduranceChargeDuration"] = { affix = "", "(20-40)% increased Endurance Charge Duration", statOrderKey = "1627", statOrder = { 1627 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusFrenzyChargeDuration"] = { affix = "", "(20-40)% increased Frenzy Charge Duration", statOrderKey = "1629", statOrder = { 1629 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusPowerChargeDuration"] = { affix = "", "(20-40)% increased Power Charge Duration", statOrderKey = "1644", statOrder = { 1644 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusEnduranceChargeOnKill"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrderKey = "2068", statOrder = { 2068 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusMovementVelocityPerEnduranceCharge"] = { affix = "", "1% increased Movement Speed per Endurance Charge", statOrderKey = "6901", statOrder = { 6901 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChargeBonusMovementVelocityPerFrenzyCharge"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChargeBonusMovementVelocityPerPowerCharge"] = { affix = "", "1% increased Movement Speed per Power Charge", statOrderKey = "6904", statOrder = { 6904 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChargeBonusLifeRegenerationPerEnduranceCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Endurance Charge", statOrderKey = "1121", statOrder = { 1121 }, level = 1, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusLifeRegenerationPerFrenzyCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Frenzy Charge", statOrderKey = "2066", statOrder = { 2066 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusLifeRegenerationPerPowerCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Power Charge", statOrderKey = "5500", statOrder = { 5500 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusDamagePerEnduranceCharge"] = { affix = "", "5% increased Damage per Endurance Charge", statOrderKey = "2614", statOrder = { 2614 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChargeBonusDamagePerFrenzyCharge"] = { affix = "", "5% increased Damage per Frenzy Charge", statOrderKey = "2703", statOrder = { 2703 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChargeBonusDamagePerPowerCharge"] = { affix = "", "5% increased Damage per Power Charge", statOrderKey = "4671", statOrder = { 4671 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChargeBonusAddedFireDamagePerEnduranceCharge"] = { affix = "", "(7-9) to (13-14) Fire Damage per Endurance Charge", statOrderKey = "6790", statOrder = { 6790 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ChargeBonusAddedColdDamagePerFrenzyCharge"] = { affix = "", "(6-8) to (12-13) Added Cold Damage per Frenzy Charge", statOrderKey = "3671", statOrder = { 3671 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ChargeBonusAddedLightningDamagePerPowerCharge"] = { affix = "", "(1-2) to (18-20) Lightning Damage per Power Charge", statOrderKey = "6794", statOrder = { 6794 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ChargeBonusBlockChancePerEnduranceCharge"] = { affix = "", "+1% Chance to Block Attack Damage per Endurance Charge", statOrderKey = "3831", statOrder = { 3831 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChargeBonusBlockChancePerFrenzyCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Frenzy Charge", statOrderKey = "3832", statOrder = { 3832 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChargeBonusBlockChancePerPowerCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Power Charge", statOrderKey = "3833", statOrder = { 3833 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChargeBonusDodgeChancePerEnduranceCharge"] = { affix = "", "1% chance to Dodge Attack Hits per Endurance Charge", statOrderKey = "4385", statOrder = { 4385 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChargeBonusDodgeChancePerFrenzyCharge"] = { affix = "", "1% chance to Dodge Attack Hits per Frenzy Charge", statOrderKey = "1997", statOrder = { 1997 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChargeBonusDodgeChancePerPowerCharge"] = { affix = "", "1% chance to Dodge Attack Hits per Power Charge", statOrderKey = "4386", statOrder = { 4386 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChargeBonusFireDamageAddedAsChaos__"] = { affix = "", "Gain 1% of Fire Damage as Extra Chaos Damage per Endurance Charge", statOrderKey = "4951", statOrder = { 4951 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ChargeBonusColdDamageAddedAsChaos"] = { affix = "", "Gain 1% of Cold Damage as Extra Chaos Damage per Frenzy Charge", statOrderKey = "4485", statOrder = { 4485 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["ChargeBonusLightningDamageAddedAsChaos"] = { affix = "", "Gain 1% of Lightning Damage as Extra Chaos Damage per Power Charge", statOrderKey = "5517", statOrder = { 5517 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["ChargeBonusArmourPerEnduranceCharge"] = { affix = "", "6% increased Armour per Endurance Charge", statOrderKey = "7028", statOrder = { 7028 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["ChargeBonusEvasionPerFrenzyCharge"] = { affix = "", "8% increased Evasion Rating per Frenzy Charge", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["ChargeBonusEnergyShieldPerPowerCharge"] = { affix = "", "3% increased Energy Shield per Power Charge", statOrderKey = "4887", statOrder = { 4887 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ChargeBonusChanceToGainMaximumEnduranceCharges"] = { affix = "", "15% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges", statOrderKey = "3638", statOrder = { 3638 }, level = 1, group = "ChanceToGainMaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusChanceToGainMaximumFrenzyCharges"] = { affix = "", "15% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", statOrderKey = "5074", statOrder = { 5074 }, level = 1, group = "ChanceToGainMaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusChanceToGainMaximumPowerCharges"] = { affix = "", "15% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrderKey = "5075,5075.1", statOrder = { 5075, 5075.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusEnduranceChargeIfHitRecently"] = { affix = "", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrderKey = "5054", statOrder = { 5054 }, level = 1, group = "EnduranceChargeIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusFrenzyChargeOnHit__"] = { affix = "", "10% chance to gain a Frenzy Charge on Hit", statOrderKey = "1351", statOrder = { 1351 }, level = 1, group = "FrenzyChargeOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusPowerChargeOnCrit"] = { affix = "", "20% chance to gain a Power Charge on Critical Strike", statOrderKey = "1348", statOrder = { 1348 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "critical" }, }, + ["ChargeBonusAttackAndCastSpeedPerEnduranceCharge"] = { affix = "", "1% increased Attack and Cast Speed per Endurance Charge", statOrderKey = "3975", statOrder = { 3975 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ChargeBonusAccuracyRatingPerFrenzyCharge"] = { affix = "", "10% increased Accuracy Rating per Frenzy Charge", statOrderKey = "1553", statOrder = { 1553 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["ChargeBonusAttackAndCastSpeedPerPowerCharge"] = { affix = "", "1% increased Attack and Cast Speed per Power Charge", statOrderKey = "3976", statOrder = { 3976 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ChargeBonusCriticalStrikeChancePerEnduranceCharge"] = { affix = "", "6% increased Critical Strike Chance per Endurance Charge", statOrderKey = "4570", statOrder = { 4570 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChargeBonusCriticalStrikeChancePerFrenzyCharge"] = { affix = "", "6% increased Critical Strike Chance per Frenzy Charge", statOrderKey = "4571", statOrder = { 4571 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChargeBonusCriticalStrikeMultiplierPerPowerCharge"] = { affix = "", "+3% to Critical Strike Multiplier per Power Charge", statOrderKey = "2699", statOrder = { 2699 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["ChargeBonusChaosResistancePerEnduranceCharge_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrderKey = "4436", statOrder = { 4436 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChargeBonusPhysicalDamageReductionPerFrenzyCharge__"] = { affix = "", "1% additional Physical Damage Reduction per Frenzy Charge", statOrderKey = "7020", statOrder = { 7020 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["ChargeBonusPhysicalDamageReductionPerPowerCharge_"] = { affix = "", "1% additional Physical Damage Reduction per Power Charge", statOrderKey = "7022", statOrder = { 7022 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["ChargeBonusMaximumEnduranceCharges"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusMaximumFrenzyCharges"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusMaximumPowerCharges"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusIntimidateOnHitEnduranceCharges"] = { affix = "", "Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges", statOrderKey = "5422", statOrder = { 5422 }, level = 1, group = "IntimidateOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChargeBonusOnslaughtOnHitFrenzyCharges_"] = { affix = "", "Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges", statOrderKey = "5081", statOrder = { 5081 }, level = 1, group = "OnslaughtOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChargeBonusArcaneSurgeOnHitPowerCharges"] = { affix = "", "Gain Arcane Surge on Hit with Spells while at maximum Power Charges", statOrderKey = "5036", statOrder = { 5036 }, level = 1, group = "ArcaneSurgeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["ChargeBonusCannotBeStunnedEnduranceCharges__"] = { affix = "", "You cannot be Stunned while at maximum Endurance Charges", statOrderKey = "3457", statOrder = { 3457 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChargeBonusFlaskChargeOnCritFrenzyCharges"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike while at maximum Frenzy Charges", statOrderKey = "5059", statOrder = { 5059 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["ChargeBonusAdditionalCursePowerCharges"] = { affix = "", "You can apply an additional Curse while at maximum Power Charges", statOrderKey = "6953", statOrder = { 6953 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ChargeBonusVaalPactEnduranceCharges"] = { affix = "", "You have Vaal Pact while at maximum Endurance Charges", statOrderKey = "7698", statOrder = { 7698 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusIronReflexesFrenzyCharges"] = { affix = "", "You have Iron Reflexes while at maximum Frenzy Charges", statOrderKey = "7696", statOrder = { 7696 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["ChargeBonusMindOverMatterPowerCharges"] = { affix = "", "You have Mind over Matter while at maximum Power Charges", statOrderKey = "7697", statOrder = { 7697 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["GlobalEnergyShieldPercentUnique__1"] = { affix = "", "(15-20)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GlobalEvasionRatingPercentUnique__1"] = { affix = "", "(15-20)% increased Evasion Rating", statOrderKey = "1096", statOrder = { 1096 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["GlobalEvasionRatingAndArmourPercentUnique__1_"] = { affix = "", "(30-60)% increased Evasion Rating and Armour", statOrderKey = "1089", statOrder = { 1089 }, level = 1, group = "EvasionRatingAndArmourPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "armour", "defences" }, }, + ["GlobalPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(15-20)% increased Armour", statOrderKey = "1087", statOrder = { 1087 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["NearbyEnemiesReducedStunRecoveryUnique__1"] = { affix = "", "10% reduced Stun and Block Recovery", "Nearby Enemies have 10% reduced Stun and Block Recovery", statOrderKey = "1412,2821", statOrder = { 1412, 2821 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesGrantIncreasedFlaskChargesUnique__1"] = { affix = "", "Nearby Enemies grant 25% increased Flask Charges", statOrderKey = "2819", statOrder = { 2819 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["NearbyEnemiesHaveIncreasedChanceToBeCritUnique__1"] = { affix = "", "Hits against Nearby Enemies have 50% increased Critical Strike Chance", statOrderKey = "2817", statOrder = { 2817 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["NearbyEnemiesHaveIncreasedChanceToBeCritUnique__2"] = { affix = "", "Hits have 50% increased Critical Strike Chance against you", "Hits against Nearby Enemies have 50% increased Critical Strike Chance", statOrderKey = "2545,2818", statOrder = { 2545, 2818 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["NearbyEnemiesHaveReducedAllResistancesUnique__1"] = { affix = "", "Nearby Enemies have -10% to all Resistances", statOrderKey = "2417", statOrder = { 2417 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["AuraAddedFireDamagePerRedSocketUnique__1"] = { affix = "", "You and Nearby Allies have 64 to 96 added Fire Damage per Red Socket", statOrderKey = "2422", statOrder = { 2422 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AuraAddedColdDamagePerGreenSocketUnique__1"] = { affix = "", "You and Nearby Allies have 56 to 88 added Cold Damage per Green Socket", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AuraAddedLightningDamagePerBlueSocketUnique__1"] = { affix = "", "You and Nearby Allies have 16 to 144 added Lightning Damage per Blue Socket", statOrderKey = "2424", statOrder = { 2424 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AuraAddedChaosDamagePerWhiteSocketUnique__1"] = { affix = "", "You and Nearby Allies have 47 to 61 added Chaos Damage per White Socket", statOrderKey = "2425", statOrder = { 2425 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ArmourPerEvasionRatingOnShieldUnique__1"] = { affix = "", "+5 to Armour per 5 Evasion Rating on Equipped Shield", statOrderKey = "3770", statOrder = { 3770 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EvasionRatingPerEnergyShieldOnShieldUnique__1"] = { affix = "", "+20 to Evasion Rating per 5 Maximum Energy Shield on Equipped Shield", statOrderKey = "3771", statOrder = { 3771 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["EnergyShieldPerArmourOnShieldUnique__1"] = { affix = "", "+1 to Maximum Energy Shield per 5 Armour on Equipped Shield", statOrderKey = "3769", statOrder = { 3769 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifeLeechFromSpellsWith30BlockOnShieldUnique__1_"] = { affix = "", "0.5% of Spell Damage Leeched as Life if Equipped Shield has at least 30% Chance to Block", statOrderKey = "3768", statOrder = { 3768 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["AngerNoReservationUnique__1"] = { affix = "", "Anger has no Reservation", statOrderKey = "3891", statOrder = { 3891 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["ClarityNoReservationUnique__1"] = { affix = "", "Clarity has no Reservation", statOrderKey = "4472", statOrder = { 4472 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["DeterminationNoReservationUnique__1"] = { affix = "", "Determination has no Reservation", statOrderKey = "4733", statOrder = { 4733 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["DisciplineNoReservationUnique__1"] = { affix = "", "Discipline has no Reservation", statOrderKey = "4741", statOrder = { 4741 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["GraceNoReservationUnique__1"] = { affix = "", "Grace has no Reservation", statOrderKey = "5143", statOrder = { 5143 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["HasteNoReservationUnique__1"] = { affix = "", "Haste has no Reservation", statOrderKey = "5159", statOrder = { 5159 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["HatredNoReservationUnique__1_"] = { affix = "", "Hatred has no Reservation", statOrderKey = "5160", statOrder = { 5160 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PurityOfElementsNoReservationUnique__1_"] = { affix = "", "Purity of Elements has no Reservation", statOrderKey = "7104", statOrder = { 7104 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PurityOfFireNoReservationUnique__1"] = { affix = "", "Purity of Fire has no Reservation", statOrderKey = "7105", statOrder = { 7105 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PurityOfIceNoReservationUnique__1_"] = { affix = "", "Purity of Ice has no Reservation", statOrderKey = "7106", statOrder = { 7106 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PurityOfLightningNoReservationUnique__1"] = { affix = "", "Purity of Lightning has no Reservation", statOrderKey = "7107", statOrder = { 7107 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["VitalityNoReservationUnique__1"] = { affix = "", "Vitality has no Reservation", statOrderKey = "7553", statOrder = { 7553 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["WrathNoReservationUnique__1"] = { affix = "", "Wrath has no Reservation", statOrderKey = "7593", statOrder = { 7593 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["EnvyNoReservationUnique__1"] = { affix = "", "Envy has no Reservation", statOrderKey = "4903", statOrder = { 4903 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["MalevolenceNoReservationUnique__1"] = { affix = "", "Malevolence has no Reservation", statOrderKey = "4729", statOrder = { 4729 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["ZealotryNoReservationUnique__1"] = { affix = "", "Zealotry has no Reservation", statOrderKey = "7630", statOrder = { 7630 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PrideNoReservationUnique__1"] = { affix = "", "Pride has no Reservation", statOrderKey = "7078", statOrder = { 7078 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["MinionAddedPhysicalDamageUnique__1"] = { affix = "", "Minions deal (45-51) to (66-78) additional Physical Damage", statOrderKey = "3182", statOrder = { 3182 }, level = 1, group = "MinionAddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["DoubleDamageChanceImplicitMace1"] = { affix = "", "5% chance to deal Double Damage", statOrderKey = "4374", statOrder = { 4374 }, level = 1, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AdditionalHolyRelicUnique__1"] = { affix = "", "+1 to maximum number of Summoned Holy Relics", statOrderKey = "4123", statOrder = { 4123 }, level = 78, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["HolyRelicCooldownRecoveryUnique__1"] = { affix = "", "Summoned Holy Relics have (20-25)% reduced Cooldown Recovery Rate", statOrderKey = "5357", statOrder = { 5357 }, level = 1, group = "HolyRelicCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ColdDamageTakenUnique__1"] = { affix = "", "5% reduced Cold Damage taken", statOrderKey = "2807", statOrder = { 2807 }, level = 1, group = "ColdDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["ColdDamageTakenUnique__2"] = { affix = "", "10% increased Cold Damage taken", statOrderKey = "2807", statOrder = { 2807 }, level = 1, group = "ColdDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["OnslaughtEffectUnique__1"] = { affix = "", "(60-100)% increased Onslaught Effect", statOrderKey = "2707", statOrder = { 2707 }, level = 1, group = "OnslaughtEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtEffectUnique__1Royale_"] = { affix = "", "(20-50)% increased Onslaught Effect", statOrderKey = "2707", statOrder = { 2707 }, level = 1, group = "OnslaughtEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalDamageWhileResoluteTechniqueUnique__1__"] = { affix = "", "100% increased Physical Damage while you have Resolute Technique", statOrderKey = "7707", statOrder = { 7707 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedWeaponElementalDamagePercentPerPowerChargeUnique__1"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills per Power Charge", statOrderKey = "4812", statOrder = { 4812 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ArrowsAlwaysPierceAfterForkingUnique__1__"] = { affix = "", "Arrows Pierce all Targets after Forking", statOrderKey = "3944", statOrder = { 3944 }, level = 1, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ArrowsThatPierceHaveCritMultiUnique__1"] = { affix = "", "Arrows that Pierce have +50% to Critical Strike Multiplier", statOrderKey = "4585", statOrder = { 4585 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SupportedByGreaterVolleyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Greater Volley", statOrderKey = "122", statOrder = { 122 }, level = 1, group = "SupportedByGreaterVolley", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByIgniteProliferationUnique1"] = { affix = "", "Socketed Gems are Supported by Level 20 Ignite Proliferation", statOrderKey = "123", statOrder = { 123 }, level = 1, group = "SupportedByIgniteProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ChanceToBleedWithoutAvatarOfFireUnique__1"] = { affix = "", "Attacks with this Weapon have 50% chance to inflict Bleeding while you do not have Avatar of Fire", statOrderKey = "7711", statOrder = { 7711 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["FireDamageVersusBleedingEnemiesUnique__1"] = { affix = "", "(70-100)% increased Fire Damage with Hits and Ailments against Bleeding Enemies", statOrderKey = "4957", statOrder = { 4957 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["PhysicalDamageVersusIgnitedEnemiesUnique__1"] = { affix = "", "(70-100)% increased Physical Damage with Hits and Ailments against Ignited Enemies", statOrderKey = "7015", statOrder = { 7015 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageTakenAsRandomElementUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Damage of a Random Element", statOrderKey = "7003", statOrder = { 7003 }, level = 1, group = "PhysicalDamageTakenAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental" }, }, + ["StartEnergyShieldRechargeOnSkillUnique__1"] = { affix = "", "10% chance for Energy Shield Recharge to start when you use a Skill", statOrderKey = "4889", statOrder = { 4889 }, level = 1, group = "StartEnergyShieldRechargeOnSkillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["SpellCriticalStrikeChancePerSpectreUnique__1_"] = { affix = "", "(40-50)% increased Critical Strike Chance for Spells per Raised Spectre", statOrderKey = "7322", statOrder = { 7322 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, + ["GainArcaneSurgeOnCritUnique__1"] = { affix = "", "Gain Arcane Surge when you deal a Critical Strike", statOrderKey = "5034", statOrder = { 5034 }, level = 1, group = "ArcaneSurgeOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SpectresGainArcaneSurgeWhenYouDoUnique__1_"] = { affix = "", "Your Raised Spectres also gain Arcane Surge when you do", statOrderKey = "7309", statOrder = { 7309 }, level = 1, group = "SpectresGainArcaneSurge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["TriggerFeastOfFleshSkillUnique__1_"] = { affix = "", "Trigger Level 15 Feast of Flesh every 5 seconds", statOrderKey = "474", statOrder = { 474 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggerRandomOfferingSkillUnique__1"] = { affix = "", "Trigger Level 20 Bone Offering, Flesh Offering or Spirit Offering every 5 seconds", "Offering Skills Triggered this way also affect you", statOrderKey = "475,475.1", statOrder = { 475, 475.1 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LeftRingSpellProjectilesForkUnique__1_"] = { affix = "", "Left ring slot: Projectiles from Spells Fork", statOrderKey = "5970", statOrder = { 5970 }, level = 1, group = "LeftRingSpellProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LeftRingSpellProjectilesCannotChainUnique__1"] = { affix = "", "Left ring slot: Projectiles from Spells cannot Chain", statOrderKey = "5969", statOrder = { 5969 }, level = 1, group = "LeftRingSpellProjectilesCannotChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RightRingSpellProjectilesChainUnique__1"] = { affix = "", "Right ring slot: Projectiles from Spells Chain +1 times", statOrderKey = "5988", statOrder = { 5988 }, level = 1, group = "RightRingSpellProjectilesChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RightRingSpellProjectilesCannotForkUnique__1"] = { affix = "", "Right ring slot: Projectiles from Spells cannot Fork", statOrderKey = "5989", statOrder = { 5989 }, level = 1, group = "RightRingSpellProjectilesCannotFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireAndChaosDamageResistanceUnique__1__"] = { affix = "", "+(20-25)% to Fire and Chaos Resistances", statOrderKey = "4943", statOrder = { 4943 }, level = 1, group = "FireAndChaosDamageResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "chaos", "resistance" }, }, + ["TriggerArcaneWakeSkillUnique__1"] = { affix = "", "Trigger Level 20 Arcane Wake after Spending a total of 200 Mana", statOrderKey = "443", statOrder = { 443 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DoubleDamageWithWeaponUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage", statOrderKey = "5934", statOrder = { 5934 }, level = 1, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FocusCooldownRecoveryUnique__1_"] = { affix = "", "Focus has (30-50)% increased Cooldown Recovery Rate", statOrderKey = "4994", statOrder = { 4994 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeRegenPerUncorruptedItemUnique__1"] = { affix = "", "Regenerate 15 Life per second for each Uncorrupted Item Equipped", statOrderKey = "2516", statOrder = { 2516 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotalManaCostPerCorruptedItemUnique__1"] = { affix = "", "-2 to Total Mana Cost of Skills for each Corrupted Item Equipped", statOrderKey = "3725", statOrder = { 3725 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ChillNearbyEnemiesOnFocusUnique__1_"] = { affix = "", "Chill nearby Enemies when you Focus, causing 30% reduced Action Speed", statOrderKey = "4463", statOrder = { 4463 }, level = 67, group = "ChillNearbyEnemiesOnFocus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["DamageWithHitsAndAilmentsAgainstChilledEnemyUnique__1"] = { affix = "", "(50-70)% increased Damage with Hits and Ailments against Chilled Enemies", statOrderKey = "5344", statOrder = { 5344 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalDamageWhileAffectedBySextantUnique__1"] = { affix = "", "(30-40)% increased Elemental Damage while in an area affected by a Sextant", statOrderKey = "4802", statOrder = { 4802 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePerSextantUnique__1"] = { affix = "", "10% increased Elemental Damage per Sextant affecting the area", statOrderKey = "4800", statOrder = { 4800 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AttackSpeedPerMapModUnique__1"] = { affix = "", "3% increased Attack Speed for each Map Item Modifier affecting the Area", statOrderKey = "4028", statOrder = { 4028 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AttackDamagePerMapModUnique__1"] = { affix = "", "6% increased Attack Damage for each Map Item Modifier affecting the Area", statOrderKey = "4002", statOrder = { 4002 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["BleedOnCritUnique__1_"] = { affix = "", "50% chance to inflict Bleeding on Critical Strike with Attacks", statOrderKey = "1944", statOrder = { 1944 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, }, + ["MaimOnCritUnique__1"] = { affix = "", "50% chance to Maim Enemies on Critical Strike with Attacks", statOrderKey = "6095", statOrder = { 6095 }, level = 1, group = "ChanceToMaim", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["EnemiesYouBleedGrantIncreasedFlaskChargesUnique__1_"] = { affix = "", "Enemies you inflict Bleeding on grant (60-100)% increased Flask Charges", statOrderKey = "1951", statOrder = { 1951 }, level = 1, group = "FlaskChargesGained", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["AddedPhysicalDamageVsBleedingEnemiesUnique__1"] = { affix = "", "Adds (100-120) to (150-165) Physical Damage against Bleeding Enemies", statOrderKey = "1952", statOrder = { 1952 }, level = 1, group = "MinimumAddedPhysicalDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["LifeRegenerationIfBlockedRecentlyUnique__1"] = { affix = "", "If you have Blocked Recently, you and nearby Allies Regenerate 5% of Life per second", statOrderKey = "7600", statOrder = { 7600 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GroundTarOnBlockUnique__1"] = { affix = "", "Spreads Tar when you Block", statOrderKey = "5148", statOrder = { 5148 }, level = 79, group = "GroundTarOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["GainShapersPresenceUnique__1"] = { affix = "", "Gain Shaper's Presence for 10 seconds when you kill a Rare or Unique Enemy", statOrderKey = "5106", statOrder = { 5106 }, level = 81, group = "GainShapersPresence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellsCannotPierceUnique__1__"] = { affix = "", "Projectiles from Spells cannot Pierce", statOrderKey = "7093", statOrder = { 7093 }, level = 1, group = "SpellsCannotPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemiesIgnitedTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Ignited by you during Flask Effect take (7-10)% increased Damage", statOrderKey = "673", statOrder = { 673 }, level = 1, group = "EnemiesIgnitedTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage" }, }, + ["GainChargeOnConsumingIgnitedCorpseUnique__1__"] = { affix = "", "Recharges 1 Charge when you Consume an Ignited corpse", statOrderKey = "509", statOrder = { 509 }, level = 1, group = "GainChargeOnConsumingIgnitedCorpse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["GainChargeOnConsumingIgnitedCorpseUnique__2"] = { affix = "", "Recharges 5 Charges when you Consume an Ignited corpse", statOrderKey = "509", statOrder = { 509 }, level = 1, group = "GainChargeOnConsumingIgnitedCorpse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["RecoverMaximumLifeOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Life when you Kill an Enemy during Flask Effect", statOrderKey = "674", statOrder = { 674 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["RecoverMaximumManaOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Mana when you Kill an Enemy during Flask Effect", statOrderKey = "675", statOrder = { 675 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["RecoverMaximumEnergyShieldOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Energy Shield when you Kill an Enemy during Flask Effect", statOrderKey = "676", statOrder = { 676 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, + ["AlternateFireAilmentUnique__1"] = { affix = "", "25% chance to Scorch Enemies", "Cannot inflict Ignite", statOrderKey = "1529,2011", statOrder = { 1529, 2011 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AlternateColdAilmentUnique__1"] = { affix = "", "25% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrderKey = "1532,2013", statOrder = { 1532, 2013 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["AlternateLightningAilmentUnique__1__"] = { affix = "", "25% chance to Sap Enemies", "Cannot inflict Shock", statOrderKey = "1536,2014", statOrder = { 1536, 2014 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(40-55)% to Chaos Damage over Time Multiplier", statOrderKey = "819", statOrder = { 819 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ColdDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(25-35)% to Cold Damage over Time Multiplier", statOrderKey = "816", statOrder = { 816 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierUnique__2"] = { affix = "", "+(16-22)% to Cold Damage over Time Multiplier", statOrderKey = "816", statOrder = { 816 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["FireDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(40-60)% to Fire Damage over Time Multiplier", statOrderKey = "811", statOrder = { 811 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierUnique__2_"] = { affix = "", "+(15-25)% to Fire Damage over Time Multiplier", statOrderKey = "811", statOrder = { 811 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierUnique__3"] = { affix = "", "+(8-12)% to Fire Damage over Time Multiplier", statOrderKey = "811", statOrder = { 811 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["CurseCastSpeedUnique__1"] = { affix = "", "Curse Skills have (10-20)% increased Cast Speed", statOrderKey = "1720", statOrder = { 1720 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "curse" }, }, + ["CurseCastSpeedUnique__2"] = { affix = "", "Curse Skills have (8-12)% increased Cast Speed", statOrderKey = "1720", statOrder = { 1720 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "curse" }, }, + ["TriggerSocketedCurseSkillsOnCurseUnique__1_"] = { affix = "", "Trigger Socketed Curse Skill when you cast a Curse Skill, with a 0.25 second Cooldown", statOrderKey = "493", statOrder = { 493 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, + ["EnergyShieldLeechPerCurseUnique__1_"] = { affix = "", "0.2% of Spell Damage Leeched as Energy Shield for each Curse on Enemy", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ElementalDamagePercentAddedAsChaosPerShaperItemUnique__1"] = { affix = "", "Gain (3-5)% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped", statOrderKey = "3726", statOrder = { 3726 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["HitsIgnoreChaosResistanceAllShaperItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items", statOrderKey = "5352", statOrder = { 5352 }, level = 1, group = "HitsIgnoreChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HitsIgnoreChaosResistanceAllElderItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items", statOrderKey = "5351", statOrder = { 5351 }, level = 1, group = "HitsIgnoreChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ColdDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Cold Resistance above 75%", statOrderKey = "4484", statOrder = { 4484 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Lightning Damage per 1% Lightning Resistance above 75%", statOrderKey = "5516", statOrder = { 5516 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["FlaskConsecratedGroundDurationUnique__1"] = { affix = "", "(20-40)% increased Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskConsecratedGroundDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskConsecratedGroundAreaOfEffectUnique__1_"] = { affix = "", "Consecrated Ground created by this Flask has Tripled Radius", statOrderKey = "547", statOrder = { 547 }, level = 1, group = "FlaskConsecratedGroundAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskConsecratedGroundDamageTakenUnique__1"] = { affix = "", "Consecrated Ground created during Effect applies (7-10)% increased Damage taken to Enemies", statOrderKey = "627", statOrder = { 627 }, level = 1, group = "FlaskConsecratedGroundDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage" }, }, + ["FlaskConsecratedGroundEffectUnique__1_"] = { affix = "", "+(1-2)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect", statOrderKey = "624", statOrder = { 624 }, level = 1, group = "FlaskConsecratedGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, + ["FlaskConsecratedGroundEffectCriticalStrikeUnique__1"] = { affix = "", "(100-150)% increased Critical Strike Chance against Enemies on Consecrated Ground during Flask effect", statOrderKey = "648", statOrder = { 648 }, level = 1, group = "FlaskConsecratedGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, + ["ShockProliferationUnique__1"] = { affix = "", "Shocks you inflict spread to other Enemies within a Radius of 15", statOrderKey = "1725", statOrder = { 1725 }, level = 1, group = "ShockProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationDuringFlaskEffectUnique__1"] = { affix = "", "Shocks you inflict during Flask effect spread to other Enemies in a radius of 20", statOrderKey = "688", statOrder = { 688 }, level = 85, group = "ShockProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ShockEffectDuringFlaskEffectUnique__1__"] = { affix = "", "(25-40)% increased Effect of Shocks you inflict during Flask effect", statOrderKey = "687", statOrder = { 687 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ShockOnKillUnique__1"] = { affix = "", "Enemies you kill are Shocked", statOrderKey = "1422", statOrder = { 1422 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["DivineChargeOnHitUnique__1_"] = { affix = "", "+10 to maximum Divine Charges", "Gain a Divine Charge on Hit", statOrderKey = "3779,3780", statOrder = { 3779, 3780 }, level = 1, group = "DivineCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainDivinityOnMaxDivineChargeUnique__1"] = { affix = "", "You gain Divinity for 10 seconds on reaching maximum Divine Charges", "Lose all Divine Charges when you gain Divinity", statOrderKey = "3782,3782.1", statOrder = { 3782, 3782.1 }, level = 1, group = "DivineCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesCannotCritUnique__1"] = { affix = "", "Never deal Critical Strikes", "Nearby Enemies cannot deal Critical Strikes", statOrderKey = "1682,5923", statOrder = { 1682, 5923 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["NearbyAlliesCannotBeSlowedUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", "Nearby Allies' Action Speed cannot be modified to below base value", statOrderKey = "2609,5917", statOrder = { 2609, 5917 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ManaReservationPerAttributeUnique__1"] = { affix = "", "1% reduced Reservation of Skills per 250 total Attributes", statOrderKey = "6144", statOrder = { 6144 }, level = 1, group = "ManaReservationReduced", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DefencesPer100StrengthAuraUnique__1"] = { affix = "", "Nearby Allies have (4-6)% increased Defences per 100 Strength you have", statOrderKey = "2418", statOrder = { 2418 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["CriticalMultiplierPer100DexterityAuraUnique__1"] = { affix = "", "Nearby Allies have +(6-8)% to Critical Strike Multiplier per 100 Dexterity you have", statOrderKey = "2419", statOrder = { 2419 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CastSpeedPer100IntelligenceAuraUnique__1"] = { affix = "", "Nearby Allies have (2-4)% increased Cast Speed per 100 Intelligence you have", statOrderKey = "2420", statOrder = { 2420 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["GrantsAccuracyAuraSkillUnique__1"] = { affix = "", "Grants Level 22 Precision Skill", statOrderKey = "397", statOrder = { 397 }, level = 81, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PrecisionAuraBonusUnique__1"] = { affix = "", "Precision has 50% less Reservation", statOrderKey = "7068", statOrder = { 7068 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, ["SupportedByBlessingSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Blessing", statOrderKey = "86", statOrder = { 86 }, level = 1, group = "SupportedByBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["TriggerBowSkillsOnBowAttackUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown", statOrderKey = "433", statOrder = { 433 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "gem" }, }, - ["TriggerBowSkillsOnCastUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Cast a Spell while", "wielding a Bow, with a 1 second Cooldown", statOrderKey = "496,496.1", statOrder = { 496, 496.1 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, - ["MaximumLifeLeechAmountUnique__1"] = { affix = "", "50% reduced Maximum Recovery per Life Leech", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeLeechAmountUnique__2"] = { affix = "", "80% reduced Maximum Recovery per Life Leech", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeLeechNotRemovedOnFullLifeUnique__1"] = { affix = "", "Life Leech effects are not removed at Full Life", statOrderKey = "2515", statOrder = { 2515 }, level = 1, group = "LifeLeechNotRemovedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AttacksBlindOnHitChanceUnique__1"] = { affix = "", "5% chance to Blind Enemies on Hit with Attacks", statOrderKey = "3948", statOrder = { 3948 }, level = 1, group = "BlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["HeraldBonusExtraMod1"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7443", statOrder = { 7443 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusExtraMod2_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7443", statOrder = { 7443 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusExtraMod3_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7443", statOrder = { 7443 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusExtraMod4"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7443", statOrder = { 7443 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusExtraMod5"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7443", statOrder = { 7443 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusThunderReservation"] = { affix = "", "Herald of Thunder has (15-20)% reduced Reservation", statOrderKey = "3345", statOrder = { 3345 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusThunderLightningDamage"] = { affix = "", "(40-60)% increased Lightning Damage while affected by Herald of Thunder", statOrderKey = "5372", statOrder = { 5372 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HeraldBonusThunderEffect"] = { affix = "", "Herald of Thunder has (40-60)% increased Buff Effect", statOrderKey = "5179", statOrder = { 5179 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusThunderMaxLightningResist"] = { affix = "", "+1% to maximum Lightning Resistance while affected by Herald of Thunder", statOrderKey = "6602", statOrder = { 6602 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HeraldBonusThunderLightningResist_"] = { affix = "", "+(50-60)% to Lightning Resistance while affected by Herald of Thunder", statOrderKey = "5374", statOrder = { 5374 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HeraldBonusAshReservation"] = { affix = "", "Herald of Ash has (15-20)% reduced Reservation", statOrderKey = "3343", statOrder = { 3343 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusAshFireDamage"] = { affix = "", "(40-60)% increased Fire Damage while affected by Herald of Ash", statOrderKey = "4822", statOrder = { 4822 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HeraldBonusAshEffect"] = { affix = "", "Herald of Ash has (40-60)% increased Buff Effect", statOrderKey = "5170", statOrder = { 5170 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusAshMaxFireResist"] = { affix = "", "+1% to maximum Fire Resistance while affected by Herald of Ash", statOrderKey = "6589", statOrder = { 6589 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["HeraldBonusFireResist"] = { affix = "", "+(50-60)% to Fire Resistance while affected by Herald of Ash", statOrderKey = "4823", statOrder = { 4823 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["HeraldBonusIceReservation_"] = { affix = "", "Herald of Ice has (15-20)% reduced Reservation", statOrderKey = "3344", statOrder = { 3344 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusIceColdDamage"] = { affix = "", "(40-60)% increased Cold Damage while affected by Herald of Ice", statOrderKey = "4367", statOrder = { 4367 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HeraldBonusIceEffect_"] = { affix = "", "Herald of Ice has (40-60)% increased Buff Effect", statOrderKey = "5173", statOrder = { 5173 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusMaxColdResist__"] = { affix = "", "+1% to maximum Cold Resistance while affected by Herald of Ice", statOrderKey = "6585", statOrder = { 6585 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["HeraldBonusColdResist"] = { affix = "", "+(50-60)% to Cold Resistance while affected by Herald of Ice", statOrderKey = "4369", statOrder = { 4369 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["HeraldBonusPurityReservation_"] = { affix = "", "Herald of Purity has (15-20)% reduced Reservation", statOrderKey = "5177", statOrder = { 5177 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusPurityPhysicalDamage"] = { affix = "", "(40-60)% increased Physical Damage while affected by Herald of Purity", statOrderKey = "6880", statOrder = { 6880 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HeraldBonusPurityEffect"] = { affix = "", "Herald of Purity has (40-60)% increased Buff Effect", statOrderKey = "5175", statOrder = { 5175 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusPurityMinionDamage"] = { affix = "", "Sentinels of Purity deal (70-100)% increased Damage", statOrderKey = "7074", statOrder = { 7074 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["HeraldBonusPurityPhysicalDamageReduction"] = { affix = "", "4% additional Physical Damage Reduction while affected by Herald of Purity", statOrderKey = "6887", statOrder = { 6887 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["HeraldBonusAgonyReservation"] = { affix = "", "Herald of Agony has (15-20)% reduced Reservation", statOrderKey = "5169", statOrder = { 5169 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusAgonyChaosDamage_"] = { affix = "", "(40-60)% increased Chaos Damage while affected by Herald of Agony", statOrderKey = "4310", statOrder = { 4310 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HeraldBonusAgonyEffect"] = { affix = "", "Herald of Agony has (40-60)% increased Buff Effect", statOrderKey = "5168", statOrder = { 5168 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusAgonyMinionDamage_"] = { affix = "", "Agony Crawler deals (70-100)% increased Damage", statOrderKey = "3781", statOrder = { 3781 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["HeraldBonusAgonyChaosResist_"] = { affix = "", "+(31-43)% to Chaos Resistance while affected by Herald of Agony", statOrderKey = "4315", statOrder = { 4315 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ZombiesCountAsCorpsesUnique__1"] = { affix = "", "Your Raised Zombies count as corpses", statOrderKey = "6994", statOrder = { 6994 }, level = 1, group = "ZombiesCountAsCorpses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ZombiesNeedNoCorpsesUnique__1"] = { affix = "", "Raise Zombie does not require a corpse", statOrderKey = "6992", statOrder = { 6992 }, level = 1, group = "ZombiesNeedNoCorpses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ZombieIncreasedLifeUnique__1"] = { affix = "", "Raised Zombies have (80-100)% increased maximum Life", statOrderKey = "1148", statOrder = { 1148 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["AdditionalPhysicalDamageReductionWhileBleedingUnique__1"] = { affix = "", "(10-15)% additional Physical Damage Reduction while Bleeding", statOrderKey = "3769", statOrder = { 3769 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["DamageTakenGainedAsLifeUnique__1_"] = { affix = "", "(10-20)% of Damage taken Recouped as Life", statOrderKey = "4568", statOrder = { 4568 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MinimumEnduranceChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Endurance Charges while on Low Life", statOrderKey = "6674", statOrder = { 6674 }, level = 1, group = "MinimumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["MinimumPowerChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Power Charges while on Low Life", statOrderKey = "6678", statOrder = { 6678 }, level = 1, group = "MinimumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["SpellCriticalStrikeChanceIfKilledRecentlyUnique__1"] = { affix = "", "(125-175)% increased Critical Strike Chance for Spells if you've Killed Recently", statOrderKey = "4435", statOrder = { 4435 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeMultiplierIfNotKilledRecentlyUnique__1"] = { affix = "", "+(40-60)% to Critical Strike Multiplier for Spells if you haven't Killed Recently", statOrderKey = "4462", statOrder = { 4462 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, - ["RagingSpiritLifeUnique__1"] = { affix = "", "Summoned Raging Spirits have (80-100)% increased maximum Life", statOrderKey = "6724", statOrder = { 6724 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["RagingSpiritDurationUnique__1"] = { affix = "", "Summon Raging Spirit has (20-30)% increased Duration", statOrderKey = "2729", statOrder = { 2729 }, level = 1, group = "MinionDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["RagingSpiritChaosDamageTakenUnique__1"] = { affix = "", "Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage", statOrderKey = "6725", statOrder = { 6725 }, level = 68, group = "RagingSpiritChaosDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, - ["LosePowerChargeWhenHitUnique__1"] = { affix = "", "Lose a Power Charge when Hit", statOrderKey = "7357", statOrder = { 7357 }, level = 1, group = "LosePowerChargeWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["SpellDamagePerLifeUnique__1"] = { affix = "", "2% increased Spell Damage per 100 Player Maximum Life", statOrderKey = "7180", statOrder = { 7180 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellCriticalStrikeChancePerLifeUnique__1"] = { affix = "", "2% increased Critical Strike Chance for Spells per 100 Player Maximum Life", statOrderKey = "7173", statOrder = { 7173 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, - ["SacrificeLifeOnSpellSkillUnique__1"] = { affix = "", "Sacrifice 4% of your Life when you Use or Trigger a Spell Skill", statOrderKey = "7052", statOrder = { 7052 }, level = 1, group = "SacrificeLifeOnSpellSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["PercentDexterityIfStrengthHigherThanIntelligenceUnique__1"] = { affix = "", "15% increased Dexterity if Strength is higher than Intelligence", statOrderKey = "4606", statOrder = { 4606 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["CriticalStrikeMultiplierIfDexterityHigherThanIntelligenceUnique__1"] = { affix = "", "+(25-40)% to Critical Strike Multiplier if Dexterity is higher than Intelligence", statOrderKey = "4464", statOrder = { 4464 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["ElementalDamagePerDexterityUnique__1"] = { affix = "", "1% increased Elemental Damage per 10 Dexterity", statOrderKey = "4666", statOrder = { 4666 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["LifePer10IntelligenceUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Intelligence", statOrderKey = "6595", statOrder = { 6595 }, level = 1, group = "LifePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GrantsLevel30SmiteUnique__1"] = { affix = "", "Grants Level 30 Smite Skill", statOrderKey = "415", statOrder = { 415 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ElementalAilmentsOnYouInsteadOfAlliesUnique__1"] = { affix = "", "Enemies inflict Elemental Ailments on you instead of nearby Allies", statOrderKey = "5789", statOrder = { 5789 }, level = 1, group = "ElementalAilmentsOnYouInsteadOfAllies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["UnaffectedByPoisonUnique__1_"] = { affix = "", "Unaffected by Poison", statOrderKey = "4023", statOrder = { 4023 }, level = 1, group = "UnaffectedByPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["KeystoneInnerConvictionUnique__1"] = { affix = "", "Inner Conviction", statOrderKey = "7495", statOrder = { 7495 }, level = 1, group = "KeystoneInnerConviction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge", "damage" }, }, - ["FasterPoisonDamageUnique__1"] = { affix = "", "Poisons you inflict deal Damage 20% faster", statOrderKey = "4805", statOrder = { 4805 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["TriggerRainOfArrowsOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Rain of Arrows when you Attack with a Bow", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["TriggerToxicRainOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Toxic Rain when you Attack with a Bow", statOrderKey = "501", statOrder = { 501 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["CursesRemainOnDeathUnique__1_"] = { affix = "", "Non-Aura Curses you inflict are not removed from Dying Enemies", statOrderKey = "4504", statOrder = { 4504 }, level = 1, group = "CursesRemainOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["EnemiesNearCursesBlindAndExplodeUnique__1"] = { affix = "", "Enemies near corpses affected by your Curses are Blinded", "Enemies Killed near corpses affected by your Curses explode, dealing", "3% of their Life as Physical Damage", statOrderKey = "4720,4720.1,4720.2", statOrder = { 4720, 4720.1, 4720.2 }, level = 1, group = "EnemiesNearCursesBlindAndExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["WarcryCooldownIs2SecondsUnique__1"] = { affix = "", "Warcry Skills' Cooldown Time is 4 seconds", statOrderKey = "7397", statOrder = { 7397 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikeMultiplierIs250Unique__1"] = { affix = "", "Your Critical Strike Multiplier is 300%", statOrderKey = "4460", statOrder = { 4460 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["RageOnAttackCritUnique__1"] = { affix = "", "Gain 1 Rage on Critical Hit with attacks, no more than once every 0.5 seconds", statOrderKey = "5282", statOrder = { 5282 }, level = 1, group = "RageOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["PhysicalAddedAsFirePerRageUnique__1"] = { affix = "", "Gain 1% of Physical Damage as Extra Fire Damage per 1 Rage", statOrderKey = "6872", statOrder = { 6872 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["LocalChanceForPoisonDamage300FinalInflictedWithThisWeaponUnique__1_"] = { affix = "", "20% chance for Poisons inflicted with this Weapon to deal 300% more Damage", statOrderKey = "5751", statOrder = { 5751 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, - ["AttackDamageWhileHoldingShieldUnique__1"] = { affix = "", "(10-15)% increased Attack Damage while holding a Shield", statOrderKey = "635", statOrder = { 635 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["DisplayCowardsTrialWavesOfMonsters"] = { affix = "", "Contains waves of Monsters", statOrderKey = "4615", statOrder = { 4615 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisplayCowardsTrialWavesOfUndeadMonsters"] = { affix = "", "Contains additional waves of Undead Monsters", statOrderKey = "4616", statOrder = { 4616 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraGhosts___"] = { affix = "", "Area contains additional waves of Ghosts", statOrderKey = "6152", statOrder = { 6152 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraPhantasms"] = { affix = "", "Area contains additional waves of Phantasms", statOrderKey = "6154", statOrder = { 6154 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraZombies"] = { affix = "", "Area contains additional waves of Zombies", statOrderKey = "6158", statOrder = { 6158 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraRagingSpirits"] = { affix = "", "Area contains additional waves of Raging Spirits", statOrderKey = "6155", statOrder = { 6155 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraRhoas___"] = { affix = "", "Area contains additional waves of Bone Rhoas", statOrderKey = "6156", statOrder = { 6156 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraOriathCitizens"] = { affix = "", "Area contains additional waves of Oriathan Zombies", statOrderKey = "6153", statOrder = { 6153 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraSkeletonCannons"] = { affix = "", "Area contains additional waves of Ravager Maws", statOrderKey = "6157", statOrder = { 6157 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueJewelAlternateTreeInRadiusVaal"] = { affix = "", "Bathed in the blood of (100-8000) sacrificed in the name of Xibaqua", "Passives in radius are Conquered by the Vaal", "Historic", statOrderKey = "3,3.1,7444", statOrder = { 3, 3.1, 7444 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, - ["UniqueJewelAlternateTreeInRadiusKarui"] = { affix = "", "Commanded leadership over (10000-18000) warriors under Kaom", "Passives in radius are Conquered by the Karui", "Historic", statOrderKey = "3,3.1,7444", statOrder = { 3, 3.1, 7444 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, - ["UniqueJewelAlternateTreeInRadiusMaraketh"] = { affix = "", "Denoted service of (500-8000) dekhara in the akhara of Balbala", "Passives in radius are Conquered by the Maraketh", "Historic", statOrderKey = "3,3.1,7444", statOrder = { 3, 3.1, 7444 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, - ["UniqueJewelAlternateTreeInRadiusTemplar"] = { affix = "", "Carved to glorify (2000-10000) new faithful converted by High Templar Maxarius", "Passives in radius are Conquered by the Templars", "Historic", statOrderKey = "3,3.1,7444", statOrder = { 3, 3.1, 7444 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, - ["UniqueJewelAlternateTreeInRadiusEternal"] = { affix = "", "Commissioned (2000-160000) coins to commemorate Cadiro", "Passives in radius are Conquered by the Eternal Empire", "Historic", statOrderKey = "3,3.1,7444", statOrder = { 3, 3.1, 7444 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, - ["TotemDamagePerDevotion"] = { affix = "", "4% increased Totem Damage per 10 Devotion", statOrderKey = "7309", statOrder = { 7309 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["BrandDamagePerDevotion"] = { affix = "", "4% increased Brand Damage per 10 Devotion", statOrderKey = "7106", statOrder = { 7106 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["ChannelledSkillDamagePerDevotion"] = { affix = "", "Channelling Skills deal 4% increased Damage per 10 Devotion", statOrderKey = "4305", statOrder = { 4305 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AreaDamagePerDevotion"] = { affix = "", "4% increased Area Damage per 10 Devotion", statOrderKey = "3803", statOrder = { 3803 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ElementalDamagePerDevotion_"] = { affix = "", "4% increased Elemental Damage per 10 Devotion", statOrderKey = "4665", statOrder = { 4665 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalResistancesPerDevotion"] = { affix = "", "+2% to all Elemental Resistances per 10 Devotion", statOrderKey = "4694", statOrder = { 4694 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AilmentEffectPerDevotion"] = { affix = "", "3% increased Effect of non-Damaging Ailments on Enemies per 10 Devotion", statOrderKey = "6812", statOrder = { 6812 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["ElementalAilmentSelfDurationPerDevotion_"] = { affix = "", "4% reduced Elemental Ailment Duration on you per 10 Devotion", statOrderKey = "7066", statOrder = { 7066 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["CurseSelfDurationPerDevotion"] = { affix = "", "4% reduced Duration of Curses on you per 10 Devotion", statOrderKey = "7065", statOrder = { 7065 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["MinionAttackAndCastSpeedPerDevotion"] = { affix = "", "1% increased Minion Attack and Cast Speed per 10 Devotion", statOrderKey = "6685", statOrder = { 6685 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionAccuracyRatingPerDevotion_"] = { affix = "", "Minions have +60 to Accuracy Rating per 10 Devotion", statOrderKey = "6680", statOrder = { 6680 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, - ["AddedManaRegenerationPerDevotion"] = { affix = "", "Regenerate 0.6 Mana per Second per 10 Devotion", statOrderKey = "6014", statOrder = { 6014 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ReducedManaCostPerDevotion"] = { affix = "", "1% reduced Cost of Skills per 10 Devotion", statOrderKey = "5993", statOrder = { 5993 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AuraEffectPerDevotion"] = { affix = "", "1% increased effect of Non-Curse Auras per 10 Devotion", statOrderKey = "6806", statOrder = { 6806 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["ShieldDefencesPerDevotion"] = { affix = "", "3% increased Defences from Equipped Shield per 10 Devotion", statOrderKey = "7082", statOrder = { 7082 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["DealNoChaosDamageUnique_1"] = { affix = "", "Deal no Chaos Damage", statOrderKey = "3997", statOrder = { 3997 }, level = 1, group = "DealNoChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["LightRadiusToDamageUnique_1"] = { affix = "", "Increases and Reductions to Light Radius also apply to Damage", statOrderKey = "1815", statOrder = { 1815 }, level = 1, group = "LightRadiusModifiersApplyToDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LightRadiusToAreaOfEffectUnique__1"] = { affix = "", "Increases and Reductions to Light Radius also apply to Area of Effect at 50% of their value", statOrderKey = "1814", statOrder = { 1814 }, level = 1, group = "LightRadiusModifiersApplyToAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggerBowSkillsOnBowAttackUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown", statOrderKey = "436", statOrder = { 436 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "gem" }, }, + ["TriggerBowSkillsOnCastUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Cast a Spell while", "wielding a Bow, with a 1 second Cooldown", statOrderKey = "500,500.1", statOrder = { 500, 500.1 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["MaximumLifeLeechAmountUnique__1"] = { affix = "", "50% reduced Maximum Recovery per Life Leech", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeLeechAmountUnique__2"] = { affix = "", "80% reduced Maximum Recovery per Life Leech", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeLeechNotRemovedOnFullLifeUnique__1"] = { affix = "", "Life Leech effects are not removed when Unreserved Life is Filled", statOrderKey = "2626", statOrder = { 2626 }, level = 1, group = "LifeLeechNotRemovedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AttacksBlindOnHitChanceUnique__1"] = { affix = "", "5% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4051", statOrder = { 4051 }, level = 1, group = "BlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["HeraldBonusExtraMod1"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7624", statOrder = { 7624 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod2_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7624", statOrder = { 7624 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod3_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7624", statOrder = { 7624 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod4"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7624", statOrder = { 7624 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod5"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7624", statOrder = { 7624 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusThunderReservation"] = { affix = "", "Herald of Thunder has (15-20)% reduced Reservation", statOrderKey = "3438", statOrder = { 3438 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusThunderLightningDamage"] = { affix = "", "(40-60)% increased Lightning Damage while affected by Herald of Thunder", statOrderKey = "5519", statOrder = { 5519 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HeraldBonusThunderEffect"] = { affix = "", "Herald of Thunder has (40-60)% increased Buff Effect", statOrderKey = "5325", statOrder = { 5325 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusThunderMaxLightningResist"] = { affix = "", "+1% to maximum Lightning Resistance while affected by Herald of Thunder", statOrderKey = "6735", statOrder = { 6735 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HeraldBonusThunderLightningResist_"] = { affix = "", "+(50-60)% to Lightning Resistance while affected by Herald of Thunder", statOrderKey = "5521", statOrder = { 5521 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HeraldBonusAshReservation"] = { affix = "", "Herald of Ash has (15-20)% reduced Reservation", statOrderKey = "3436", statOrder = { 3436 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusAshFireDamage"] = { affix = "", "(40-60)% increased Fire Damage while affected by Herald of Ash", statOrderKey = "4959", statOrder = { 4959 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HeraldBonusAshEffect"] = { affix = "", "Herald of Ash has (40-60)% increased Buff Effect", statOrderKey = "5316", statOrder = { 5316 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusAshMaxFireResist"] = { affix = "", "+1% to maximum Fire Resistance while affected by Herald of Ash", statOrderKey = "6722", statOrder = { 6722 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["HeraldBonusFireResist"] = { affix = "", "+(50-60)% to Fire Resistance while affected by Herald of Ash", statOrderKey = "4960", statOrder = { 4960 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["HeraldBonusIceReservation_"] = { affix = "", "Herald of Ice has (15-20)% reduced Reservation", statOrderKey = "3437", statOrder = { 3437 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusIceColdDamage"] = { affix = "", "(40-60)% increased Cold Damage while affected by Herald of Ice", statOrderKey = "4493", statOrder = { 4493 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HeraldBonusIceEffect_"] = { affix = "", "Herald of Ice has (40-60)% increased Buff Effect", statOrderKey = "5319", statOrder = { 5319 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusMaxColdResist__"] = { affix = "", "+1% to maximum Cold Resistance while affected by Herald of Ice", statOrderKey = "6718", statOrder = { 6718 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["HeraldBonusColdResist"] = { affix = "", "+(50-60)% to Cold Resistance while affected by Herald of Ice", statOrderKey = "4495", statOrder = { 4495 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["HeraldBonusPurityReservation_"] = { affix = "", "Herald of Purity has (15-20)% reduced Reservation", statOrderKey = "5323", statOrder = { 5323 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusPurityPhysicalDamage"] = { affix = "", "(40-60)% increased Physical Damage while affected by Herald of Purity", statOrderKey = "7016", statOrder = { 7016 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HeraldBonusPurityEffect"] = { affix = "", "Herald of Purity has (40-60)% increased Buff Effect", statOrderKey = "5321", statOrder = { 5321 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusPurityMinionDamage"] = { affix = "", "Sentinels of Purity deal (70-100)% increased Damage", statOrderKey = "7216", statOrder = { 7216 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["HeraldBonusPurityPhysicalDamageReduction"] = { affix = "", "4% additional Physical Damage Reduction while affected by Herald of Purity", statOrderKey = "7023", statOrder = { 7023 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["HeraldBonusAgonyReservation"] = { affix = "", "Herald of Agony has (15-20)% reduced Reservation", statOrderKey = "5315", statOrder = { 5315 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusAgonyChaosDamage_"] = { affix = "", "(40-60)% increased Chaos Damage while affected by Herald of Agony", statOrderKey = "4435", statOrder = { 4435 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HeraldBonusAgonyEffect"] = { affix = "", "Herald of Agony has (40-60)% increased Buff Effect", statOrderKey = "5314", statOrder = { 5314 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusAgonyMinionDamage_"] = { affix = "", "Agony Crawler deals (70-100)% increased Damage", statOrderKey = "3877", statOrder = { 3877 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["HeraldBonusAgonyChaosResist_"] = { affix = "", "+(31-43)% to Chaos Resistance while affected by Herald of Agony", statOrderKey = "4440", statOrder = { 4440 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ZombiesCountAsCorpsesUnique__1"] = { affix = "", "Your Raised Zombies count as corpses", statOrderKey = "7134", statOrder = { 7134 }, level = 1, group = "ZombiesCountAsCorpses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ZombiesNeedNoCorpsesUnique__1"] = { affix = "", "Raise Zombie does not require a corpse", statOrderKey = "7132", statOrder = { 7132 }, level = 1, group = "ZombiesNeedNoCorpses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ZombieIncreasedLifeUnique__1"] = { affix = "", "Raised Zombies have (80-100)% increased maximum Life", statOrderKey = "1290", statOrder = { 1290 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["AdditionalPhysicalDamageReductionWhileBleedingUnique__1"] = { affix = "", "(10-15)% additional Physical Damage Reduction while Bleeding", statOrderKey = "3865", statOrder = { 3865 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["DamageTakenGainedAsLifeUnique__1_"] = { affix = "", "(10-20)% of Damage taken Recouped as Life", statOrderKey = "4695", statOrder = { 4695 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MinimumEnduranceChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Endurance Charges while on Low Life", statOrderKey = "6807", statOrder = { 6807 }, level = 1, group = "MinimumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MinimumPowerChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Power Charges while on Low Life", statOrderKey = "6811", statOrder = { 6811 }, level = 1, group = "MinimumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["SpellCriticalStrikeChanceIfKilledRecentlyUnique__1"] = { affix = "", "(125-175)% increased Critical Strike Chance for Spells if you've Killed Recently", statOrderKey = "4561", statOrder = { 4561 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeMultiplierIfNotKilledRecentlyUnique__1"] = { affix = "", "+(40-60)% to Critical Strike Multiplier for Spells if you haven't Killed Recently", statOrderKey = "4588", statOrder = { 4588 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, + ["SpellCriticalStrikeMultiplierIfNotKilledRecentlyUnique__1Royale"] = { affix = "", "+(10-30)% to Critical Strike Multiplier for Spells if you haven't Killed Recently", statOrderKey = "4588", statOrder = { 4588 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, + ["RagingSpiritLifeUnique__1"] = { affix = "", "Summoned Raging Spirits have (80-100)% increased maximum Life", statOrderKey = "6857", statOrder = { 6857 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["RagingSpiritLifeUnique__1Royale"] = { affix = "", "Summoned Raging Spirits have (20-30)% increased maximum Life", statOrderKey = "6857", statOrder = { 6857 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["RagingSpiritDurationUnique__1"] = { affix = "", "Summon Raging Spirit has (20-30)% increased Duration", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "MinionDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["RagingSpiritChaosDamageTakenUnique__1"] = { affix = "", "Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage", statOrderKey = "6858", statOrder = { 6858 }, level = 68, group = "RagingSpiritChaosDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["LosePowerChargeWhenHitUnique__1"] = { affix = "", "Lose a Power Charge when Hit", statOrderKey = "7535", statOrder = { 7535 }, level = 1, group = "LosePowerChargeWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["SpellDamagePerLifeUnique__1"] = { affix = "", "2% increased Spell Damage per 100 Player Maximum Life", statOrderKey = "7328", statOrder = { 7328 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellCriticalStrikeChancePerLifeUnique__1"] = { affix = "", "2% increased Critical Strike Chance for Spells per 100 Player Maximum Life", statOrderKey = "7321", statOrder = { 7321 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, + ["SacrificeLifeOnSpellSkillUnique__1"] = { affix = "", "Sacrifice 4% of your Life when you Use or Trigger a Spell Skill", statOrderKey = "7193", statOrder = { 7193 }, level = 1, group = "SacrificeLifeOnSpellSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["PercentDexterityIfStrengthHigherThanIntelligenceUnique__1"] = { affix = "", "15% increased Dexterity if Strength is higher than Intelligence", statOrderKey = "4734", statOrder = { 4734 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["CriticalStrikeMultiplierIfDexterityHigherThanIntelligenceUnique__1"] = { affix = "", "+(25-40)% to Critical Strike Multiplier if Dexterity is higher than Intelligence", statOrderKey = "4590", statOrder = { 4590 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["ElementalDamagePerDexterityUnique__1"] = { affix = "", "1% increased Elemental Damage per 10 Dexterity", statOrderKey = "4796", statOrder = { 4796 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["LifePer10IntelligenceUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Intelligence", statOrderKey = "6728", statOrder = { 6728 }, level = 1, group = "LifePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GrantsLevel30SmiteUnique__1"] = { affix = "", "Grants Level 30 Smite Skill", statOrderKey = "418", statOrder = { 418 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ElementalAilmentsOnYouInsteadOfAlliesUnique__1"] = { affix = "", "Enemies inflict Elemental Ailments on you instead of nearby Allies", statOrderKey = "5933", statOrder = { 5933 }, level = 1, group = "ElementalAilmentsOnYouInsteadOfAllies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["UnaffectedByPoisonUnique__1_"] = { affix = "", "Unaffected by Poison", statOrderKey = "4133", statOrder = { 4133 }, level = 1, group = "UnaffectedByPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["KeystoneInnerConvictionUnique__1"] = { affix = "", "Inner Conviction", statOrderKey = "7676", statOrder = { 7676 }, level = 1, group = "KeystoneInnerConviction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge", "damage" }, }, + ["FasterPoisonDamageUnique__1"] = { affix = "", "Poisons you inflict deal Damage 20% faster", statOrderKey = "4942", statOrder = { 4942 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["TriggerRainOfArrowsOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Rain of Arrows when you Attack with a Bow", statOrderKey = "485", statOrder = { 485 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["TriggerRainOfArrowsOnBowAttackUnique__1Royale"] = { affix = "", "Trigger Level 1 Rain of Arrows when you Attack with a Bow", statOrderKey = "485", statOrder = { 485 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["TriggerToxicRainOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Toxic Rain when you Attack with a Bow", statOrderKey = "505", statOrder = { 505 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["CursesRemainOnDeathUnique__1_"] = { affix = "", "Non-Aura Curses you inflict are not removed from Dying Enemies", statOrderKey = "4631", statOrder = { 4631 }, level = 1, group = "CursesRemainOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["EnemiesNearCursesBlindAndExplodeUnique__1"] = { affix = "", "Enemies near corpses affected by your Curses are Blinded", "Enemies Killed near corpses affected by your Curses explode, dealing", "3% of their Life as Physical Damage", statOrderKey = "4850,4850.1,4850.2", statOrder = { 4850, 4850.1, 4850.2 }, level = 1, group = "EnemiesNearCursesBlindAndExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["WarcryCooldownIs2SecondsUnique__1"] = { affix = "", "Warcry Skills' Cooldown Time is 4 seconds", statOrderKey = "7578", statOrder = { 7578 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeMultiplierIs250Unique__1"] = { affix = "", "Your Critical Strike Multiplier is 300%", statOrderKey = "4586", statOrder = { 4586 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["RageOnAttackCritUnique__1"] = { affix = "", "Gain 1 Rage on Critical Hit with attacks, no more than once every 0.5 seconds", statOrderKey = "5428", statOrder = { 5428 }, level = 1, group = "RageOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["PhysicalAddedAsFirePerRageUnique__1"] = { affix = "", "Gain 1% of Physical Damage as Extra Fire Damage per 1 Rage", statOrderKey = "7008", statOrder = { 7008 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["LocalChanceForPoisonDamage300FinalInflictedWithThisWeaponUnique__1_"] = { affix = "", "20% chance for Poisons inflicted with this Weapon to deal 300% more Damage", statOrderKey = "5896", statOrder = { 5896 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["AttackDamageWhileHoldingShieldUnique__1"] = { affix = "", "(10-15)% increased Attack Damage while holding a Shield", statOrderKey = "768", statOrder = { 768 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["DisplayCowardsTrialWavesOfMonsters"] = { affix = "", "Contains waves of Monsters", statOrderKey = "4745", statOrder = { 4745 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayCowardsTrialWavesOfUndeadMonsters"] = { affix = "", "Contains additional waves of Undead Monsters", statOrderKey = "4746", statOrder = { 4746 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraGhosts___"] = { affix = "", "Area contains additional waves of Ghosts", statOrderKey = "6269", statOrder = { 6269 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraPhantasms"] = { affix = "", "Area contains additional waves of Phantasms", statOrderKey = "6271", statOrder = { 6271 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraZombies"] = { affix = "", "Area contains additional waves of Zombies", statOrderKey = "6275", statOrder = { 6275 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraRagingSpirits"] = { affix = "", "Area contains additional waves of Raging Spirits", statOrderKey = "6272", statOrder = { 6272 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraRhoas___"] = { affix = "", "Area contains additional waves of Bone Rhoas", statOrderKey = "6273", statOrder = { 6273 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraOriathCitizens"] = { affix = "", "Area contains additional waves of Oriathan Zombies", statOrderKey = "6270", statOrder = { 6270 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraSkeletonCannons"] = { affix = "", "Area contains additional waves of Ravager Maws", statOrderKey = "6274", statOrder = { 6274 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueJewelAlternateTreeInRadiusVaal"] = { affix = "", "Bathed in the blood of (100-8000) sacrificed in the name of Xibaqua", "Passives in radius are Conquered by the Vaal", "Historic", statOrderKey = "3,3.1,7625", statOrder = { 3, 3.1, 7625 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusKarui"] = { affix = "", "Commanded leadership over (10000-18000) warriors under Kaom", "Passives in radius are Conquered by the Karui", "Historic", statOrderKey = "3,3.1,7625", statOrder = { 3, 3.1, 7625 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusMaraketh"] = { affix = "", "Denoted service of (500-8000) dekhara in the akhara of Balbala", "Passives in radius are Conquered by the Maraketh", "Historic", statOrderKey = "3,3.1,7625", statOrder = { 3, 3.1, 7625 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusTemplar"] = { affix = "", "Carved to glorify (2000-10000) new faithful converted by High Templar Maxarius", "Passives in radius are Conquered by the Templars", "Historic", statOrderKey = "3,3.1,7625", statOrder = { 3, 3.1, 7625 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusEternal"] = { affix = "", "Commissioned (2000-160000) coins to commemorate Cadiro", "Passives in radius are Conquered by the Eternal Empire", "Historic", statOrderKey = "3,3.1,7625", statOrder = { 3, 3.1, 7625 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["TotemDamagePerDevotion"] = { affix = "", "4% increased Totem Damage per 10 Devotion", statOrderKey = "7486", statOrder = { 7486 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BrandDamagePerDevotion"] = { affix = "", "4% increased Brand Damage per 10 Devotion", statOrderKey = "7251", statOrder = { 7251 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ChannelledSkillDamagePerDevotion"] = { affix = "", "Channelling Skills deal 4% increased Damage per 10 Devotion", statOrderKey = "4430", statOrder = { 4430 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamagePerDevotion"] = { affix = "", "4% increased Area Damage per 10 Devotion", statOrderKey = "3905", statOrder = { 3905 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalDamagePerDevotion_"] = { affix = "", "4% increased Elemental Damage per 10 Devotion", statOrderKey = "4795", statOrder = { 4795 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalResistancesPerDevotion"] = { affix = "", "+2% to all Elemental Resistances per 10 Devotion", statOrderKey = "4824", statOrder = { 4824 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AilmentEffectPerDevotion"] = { affix = "", "3% increased Effect of non-Damaging Ailments on Enemies per 10 Devotion", statOrderKey = "6945", statOrder = { 6945 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["ElementalAilmentSelfDurationPerDevotion_"] = { affix = "", "4% reduced Elemental Ailment Duration on you per 10 Devotion", statOrderKey = "7208", statOrder = { 7208 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["CurseSelfDurationPerDevotion"] = { affix = "", "4% reduced Duration of Curses on you per 10 Devotion", statOrderKey = "7207", statOrder = { 7207 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["MinionAttackAndCastSpeedPerDevotion"] = { affix = "", "1% increased Minion Attack and Cast Speed per 10 Devotion", statOrderKey = "6818", statOrder = { 6818 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionAccuracyRatingPerDevotion_"] = { affix = "", "Minions have +60 to Accuracy Rating per 10 Devotion", statOrderKey = "6813", statOrder = { 6813 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, + ["AddedManaRegenerationPerDevotion"] = { affix = "", "Regenerate 0.6 Mana per Second per 10 Devotion", statOrderKey = "6128", statOrder = { 6128 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedManaCostPerDevotion"] = { affix = "", "1% reduced Mana Cost of Skills per 10 Devotion", statOrderKey = "6107", statOrder = { 6107 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AuraEffectPerDevotion"] = { affix = "", "1% increased effect of Non-Curse Auras per 10 Devotion", statOrderKey = "6939", statOrder = { 6939 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["ShieldDefencesPerDevotion"] = { affix = "", "3% increased Defences from Equipped Shield per 10 Devotion", statOrderKey = "7227", statOrder = { 7227 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["DealNoChaosDamageUnique_1"] = { affix = "", "Deal no Chaos Damage", statOrderKey = "4104", statOrder = { 4104 }, level = 1, group = "DealNoChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["LightRadiusToDamageUnique_1"] = { affix = "", "Increases and Reductions to Light Radius also apply to Damage", statOrderKey = "1957", statOrder = { 1957 }, level = 1, group = "LightRadiusModifiersApplyToDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LightRadiusToAreaOfEffectUnique__1"] = { affix = "", "Increases and Reductions to Light Radius also apply to Area of Effect at 50% of their value", statOrderKey = "1956", statOrder = { 1956 }, level = 1, group = "LightRadiusModifiersApplyToAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["CanRollMinionModifiersImplicitWandAtlas1"] = { affix = "", "Can roll Minion Modifiers", statOrderKey = "10", statOrder = { 10 }, level = 1, group = "CanRollMinionModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "weapon_can_roll_minion_modifiers", }, modTags = { "minion" }, }, - ["MinionPhysicalToFirePerRedSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Fire Damage per Red Socket", statOrderKey = "2014", statOrder = { 2014 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "minion" }, }, - ["MinionPhysicalToColdPerGreenSocket_"] = { affix = "", "Minions convert 25% of Physical Damage to Cold Damage per Green Socket", statOrderKey = "2018", statOrder = { 2018 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, }, - ["MinionPhysicalToLightningPerBlueSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Lightning Damage per Blue Socket", statOrderKey = "2020", statOrder = { 2020 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "minion" }, }, - ["MinionPhysicalToChaosPerWhiteSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Chaos Damage per White Socket", statOrderKey = "2024", statOrder = { 2024 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "minion" }, }, - ["MinionChanceToFreezeShockIgnite"] = { affix = "", "Minions have (5-10)% chance to Freeze, Shock and Ignite", statOrderKey = "6693", statOrder = { 6693 }, level = 1, group = "MinionChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "minion", "ailment" }, }, - ["NonChilledEnemiesBleedAndChillUnique__1_"] = { affix = "", "Non-Chilled Enemies you inflict Bleeding on are Chilled", statOrderKey = "6803", statOrder = { 6803 }, level = 1, group = "NonChilledEnemiesBleedAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChilledWhileBleedingUnique__1_"] = { affix = "", "You are Chilled while you are Bleeding", statOrderKey = "4341", statOrder = { 4341 }, level = 1, group = "ChilledWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["BleedingEnemiesShatterOnKillUnique__1"] = { affix = "", "Bleeding Enemies you Kill with Hits Shatter", statOrderKey = "7076", statOrder = { 7076 }, level = 1, group = "BleedingEnemiesShatterOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NonChilledEnemiesPoisonAndChillUnique__1"] = { affix = "", "Non-Chilled Enemies you Poison are Chilled", statOrderKey = "6804", statOrder = { 6804 }, level = 1, group = "NonChilledEnemiesPoisonAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChilledWhilePoisonedUnique__1"] = { affix = "", "You are Chilled when you are Poisoned", statOrderKey = "4342", statOrder = { 4342 }, level = 1, group = "ChilledWhilePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["PoisonedEnemiesShatterOnKillUnique__1"] = { affix = "", "Poisoned Enemies you Kill with Hits Shatter", statOrderKey = "7077", statOrder = { 7077 }, level = 1, group = "PoisonedEnemiesShatterOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamagePerZombieUnique__1"] = { affix = "", "(5-8)% increased Damage per Raised Zombie", statOrderKey = "4508", statOrder = { 4508 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ElementalDamageTakenPerZombieUnique__1"] = { affix = "", "1% less Elemental Damage taken per Raised Zombie", statOrderKey = "4675", statOrder = { 4675 }, level = 1, group = "ElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["LoseFrenzyChargeOnTravelSkillUnique__1"] = { affix = "", "(20-25)% chance to lose a Frenzy Charge when you use a Travel Skill", statOrderKey = "3695", statOrder = { 3695 }, level = 1, group = "LoseFrenzyChargeOnTravelSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["LosePowerChargeOnElusiveGainUnique__1_"] = { affix = "", "(20-25)% chance to lose a Power Charge when you gain Elusive", statOrderKey = "3696", statOrder = { 3696 }, level = 1, group = "LosePowerChargeOnElusiveGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ElusiveBuffEffectPerPowerChargeUnique__1"] = { affix = "", "(7-10)% increased Effect of Elusive on you per Power Charge", statOrderKey = "3694", statOrder = { 3694 }, level = 1, group = "ElusiveBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TravelSkillCooldownRecoveryPerFrenzyChargeUnique__1"] = { affix = "", "(7-10)% increased Cooldown Recovery Rate of Travel Skills per Frenzy Charge", statOrderKey = "3693", statOrder = { 3693 }, level = 1, group = "TravelSkillCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumFrenzyChargesEqualToMaximumPowerChargesUnique__1"] = { affix = "", "Your Maximum Frenzy Charges is equal to your Maximum Power Charges", statOrderKey = "1186", statOrder = { 1186 }, level = 75, group = "MaximumFrenzyChargesEqualToMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["MinionAttacksTauntOnHitChanceUnique__1"] = { affix = "", "Minions have 5% chance to Taunt on Hit with Attacks", statOrderKey = "2747", statOrder = { 2747 }, level = 55, group = "TauntOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, - ["MinionCausticCloudOnDeathUnique__1_"] = { affix = "", "Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second", statOrderKey = "2755", statOrder = { 2755 }, level = 1, group = "MinionCausticCloudOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, - ["MinionBurningCloudOnDeathUnique__1"] = { affix = "", "Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second", statOrderKey = "6708", statOrder = { 6708 }, level = 55, group = "MinionBurningCloudOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["TotemReflectFireDamageUnique__1_"] = { affix = "", "Totems Reflect 25% of their maximum Life as Fire Damage to nearby Enemies when Hit", statOrderKey = "3102", statOrder = { 3102 }, level = 1, group = "TotemReflectFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["MinionAddedColdDamageUnique__1"] = { affix = "", "Minions deal (5-9) to (11-15) additional Cold Damage", statOrderKey = "3085", statOrder = { 3085 }, level = 1, group = "MinionAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, - ["MineDamageLeechedToYouUnique__1"] = { affix = "", "1% of Damage dealt by your Mines is Leeched to you as Life", statOrderKey = "3544", statOrder = { 3544 }, level = 1, group = "MineDamageLeechedToYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeEnergyShieldRecoveryRateUnique__1"] = { affix = "", "(20-30)% reduced Recovery rate of Life and Energy Shield", statOrderKey = "5302", statOrder = { 5302 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LifeAndEnergyShieldRecoveryRatePerPowerChargeUnique__1"] = { affix = "", "5% increased Recovery rate of Life and Energy Shield per Power Charge", statOrderKey = "5305", statOrder = { 5305 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LosePowerChargeIfNotDetonatedRecentlyUnique__1"] = { affix = "", "Lose a Power Charge each second if you have not Detonated Mines Recently", statOrderKey = "5976", statOrder = { 5976 }, level = 1, group = "LosePowerChargeIfNotDetonatedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["NotablesGrantMinionDamageTakenUnique__1_"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: Minions take 20% increased Damage", statOrderKey = "7460,7460.1", statOrder = { 7460, 7460.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["NotablesGrantMinionMovementSpeedUnique__1_"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: Minions have 25% reduced Movement Speed", statOrderKey = "7461,7461.1", statOrder = { 7461, 7461.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["PassivesGrantTrapMineAddedPhysicalUnique__1_"] = { affix = "", "Passive Skills in Radius also grant: Traps and Mines deal (2-3) to (4-6) added Physical Damage", statOrderKey = "7462", statOrder = { 7462 }, level = 1, group = "PassivesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PassivesGrantUnarmedAttackSpeedUnique__1_"] = { affix = "", "Passive Skills in Radius also grant: 1% increased Attack Speed with Unarmed Attacks", statOrderKey = "5954", statOrder = { 5954 }, level = 1, group = "PassivesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["MovementVelocityOverrideUnique__1"] = { affix = "", "Your Movement Speed is 150% of its base value", statOrderKey = "6760", statOrder = { 6760 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["TravelSkillCooldownRecoveryUnique__1_"] = { affix = "", "(50-80)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "3683", statOrder = { 3683 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageRemovedFromSpectresUnique__1"] = { affix = "", "10% of Damage from Hits is taken from your Spectres' Life before you", statOrderKey = "4564", statOrder = { 4564 }, level = 1, group = "DamageRemovedFromMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MinionElementalDamageAddedAsChaosUnique__1"] = { affix = "", "Minions gain (15-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "6706", statOrder = { 6706 }, level = 1, group = "MinionElementalDamageAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos", "minion" }, }, - ["LifeRegenerationPerZombieUnique__1"] = { affix = "", "Regenerate 0.6% of Life per second for each Raised Zombie", statOrderKey = "5355", statOrder = { 5355 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ManaRegenerationPerSpectreUnique__1"] = { affix = "", "30% increased Mana Regeneration Rate per Raised Spectre", statOrderKey = "6027", statOrder = { 6027 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AttackBlockPerSkeletonUnique__1"] = { affix = "", "+1% Chance to Block Attack Damage per Summoned Skeleton", statOrderKey = "3738", statOrder = { 3738 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AttackAndCastSpeedPerRagingSpiritUnique__1"] = { affix = "", "2% increased Attack and Cast Speed per Summoned Raging Spirit", statOrderKey = "3875", statOrder = { 3875 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["SupportedByMeatShieldUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Meat Shield", statOrderKey = "136", statOrder = { 136 }, level = 1, group = "SupportedByMeatShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ReviveEnemiesOnKillUnique__1"] = { affix = "", "Create a Blighted Spore when your Skills or Minions Kill a Rare Monster", statOrderKey = "4421", statOrder = { 4421 }, level = 1, group = "ReviveEnemiesOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireResistanceOverrideUnique__1__"] = { affix = "", "Fire Resistance is 75%", statOrderKey = "1025", statOrder = { 1025 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["ColdResistanceOverrideUnique__1"] = { affix = "", "Cold Resistance is 75%", statOrderKey = "1031", statOrder = { 1031 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["LightningResistanceOverrideUnique__1_"] = { affix = "", "Lightning Resistance is 75%", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["ReducedFireResistanceUnique__1"] = { affix = "", "(50-55)% reduced Fire Resistance", statOrderKey = "1029", statOrder = { 1029 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["ReducedColdResistanceUnique__1"] = { affix = "", "(50-55)% reduced Cold Resistance", statOrderKey = "1034", statOrder = { 1034 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ReducedLightningResistanceUnique__1"] = { affix = "", "(50-55)% reduced Lightning Resistance", statOrderKey = "1039", statOrder = { 1039 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["ManaRegenerationRateWhileMovingUnique__1"] = { affix = "", "(30-40)% increased Mana Regeneration Rate while moving", statOrderKey = "6028", statOrder = { 6028 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["FungalAroundWhenStationaryUnique__1_"] = { affix = "", "You have Fungal Ground around you while stationary", statOrderKey = "4876", statOrder = { 4876 }, level = 1, group = "FungalAroundWhenStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TriggerFungalGroundOnKillUnique__1_"] = { affix = "", "Trigger Level 10 Contaminate when you Kill an Enemy", statOrderKey = "458", statOrder = { 458 }, level = 1, group = "TriggerFungalGroundOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemiesOnFungalGroundExplodeUnique__1"] = { affix = "", "Enemies on Fungal Ground you Kill Explode, dealing 5% of their Life as Chaos Damage", statOrderKey = "4718", statOrder = { 4718 }, level = 1, group = "EnemiesOnFungalGroundExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["FrostblinkDurationUnique__1_"] = { affix = "", "Frostblink has 50% increased Duration", statOrderKey = "5216", statOrder = { 5216 }, level = 1, group = "FrostblinkDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["GrantsFrostblinkSkillUnique__1"] = { affix = "", "Grants Level 10 Frostblink Skill", statOrderKey = "346", statOrder = { 346 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["AttackSkillsHavePhysToExtraFireDamagePerSocketedRedGemUniqueTwoHandSword8"] = { affix = "", "Attack Skills gain 5% of Physical Damage as Extra Fire Damage per Socketed Red Gem", statOrderKey = "2010", statOrder = { 2010 }, level = 1, group = "SocketedRedGemsHaveAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack", "gem" }, }, - ["VaalPactIfAllSocketedGemsAreRedUniqueTwoHandSword8"] = { affix = "", "You have Vaal Pact while all Socketed Gems are Red", statOrderKey = "7518", statOrder = { 7518 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "gem" }, }, + ["MinionPhysicalToFirePerRedSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Fire Damage per Red Socket", statOrderKey = "2141", statOrder = { 2141 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "minion" }, }, + ["MinionPhysicalToColdPerGreenSocket_"] = { affix = "", "Minions convert 25% of Physical Damage to Cold Damage per Green Socket", statOrderKey = "2145", statOrder = { 2145 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, }, + ["MinionPhysicalToLightningPerBlueSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Lightning Damage per Blue Socket", statOrderKey = "2147", statOrder = { 2147 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "minion" }, }, + ["MinionPhysicalToChaosPerWhiteSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Chaos Damage per White Socket", statOrderKey = "2151", statOrder = { 2151 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "minion" }, }, + ["MinionChanceToFreezeShockIgnite"] = { affix = "", "Minions have (5-10)% chance to Freeze, Shock and Ignite", statOrderKey = "6826", statOrder = { 6826 }, level = 1, group = "MinionChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "minion", "ailment" }, }, + ["NonChilledEnemiesBleedAndChillUnique__1_"] = { affix = "", "Non-Chilled Enemies you inflict Bleeding on are Chilled", statOrderKey = "6936", statOrder = { 6936 }, level = 1, group = "NonChilledEnemiesBleedAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChilledWhileBleedingUnique__1_"] = { affix = "", "You are Chilled while you are Bleeding", statOrderKey = "4466", statOrder = { 4466 }, level = 1, group = "ChilledWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["BleedingEnemiesShatterOnKillUnique__1"] = { affix = "", "Bleeding Enemies you Kill with Hits Shatter", statOrderKey = "7218", statOrder = { 7218 }, level = 1, group = "BleedingEnemiesShatterOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NonChilledEnemiesPoisonAndChillUnique__1"] = { affix = "", "Non-Chilled Enemies you Poison are Chilled", statOrderKey = "6937", statOrder = { 6937 }, level = 1, group = "NonChilledEnemiesPoisonAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChilledWhilePoisonedUnique__1"] = { affix = "", "You are Chilled when you are Poisoned", statOrderKey = "4467", statOrder = { 4467 }, level = 1, group = "ChilledWhilePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["PoisonedEnemiesShatterOnKillUnique__1"] = { affix = "", "Poisoned Enemies you Kill with Hits Shatter", statOrderKey = "7219", statOrder = { 7219 }, level = 1, group = "PoisonedEnemiesShatterOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamagePerZombieUnique__1"] = { affix = "", "(5-8)% increased Damage per Raised Zombie", statOrderKey = "4635", statOrder = { 4635 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalDamageTakenPerZombieUnique__1"] = { affix = "", "1% less Elemental Damage taken per Raised Zombie", statOrderKey = "4805", statOrder = { 4805 }, level = 1, group = "ElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["LoseFrenzyChargeOnTravelSkillUnique__1"] = { affix = "", "(20-25)% chance to lose a Frenzy Charge when you use a Travel Skill", statOrderKey = "3785", statOrder = { 3785 }, level = 1, group = "LoseFrenzyChargeOnTravelSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["LosePowerChargeOnElusiveGainUnique__1_"] = { affix = "", "(20-25)% chance to lose a Power Charge when you gain Elusive", statOrderKey = "3786", statOrder = { 3786 }, level = 1, group = "LosePowerChargeOnElusiveGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ElusiveBuffEffectPerPowerChargeUnique__1"] = { affix = "", "(7-10)% increased Effect of Elusive on you per Power Charge", statOrderKey = "3784", statOrder = { 3784 }, level = 1, group = "ElusiveBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TravelSkillCooldownRecoveryPerFrenzyChargeUnique__1"] = { affix = "", "(7-10)% increased Cooldown Recovery Rate of Travel Skills per Frenzy Charge", statOrderKey = "3783", statOrder = { 3783 }, level = 1, group = "TravelSkillCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumFrenzyChargesEqualToMaximumPowerChargesUnique__1"] = { affix = "", "Your Maximum Frenzy Charges is equal to your Maximum Power Charges", statOrderKey = "1328", statOrder = { 1328 }, level = 75, group = "MaximumFrenzyChargesEqualToMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["MinionAttacksTauntOnHitChanceUnique__1"] = { affix = "", "Minions have 5% chance to Taunt on Hit with Attacks", statOrderKey = "2847", statOrder = { 2847 }, level = 55, group = "TauntOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, + ["MinionCausticCloudOnDeathUnique__1_"] = { affix = "", "Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second", statOrderKey = "2855", statOrder = { 2855 }, level = 1, group = "MinionCausticCloudOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["MinionBurningCloudOnDeathUnique__1"] = { affix = "", "Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second", statOrderKey = "6841", statOrder = { 6841 }, level = 55, group = "MinionBurningCloudOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["TotemReflectFireDamageUnique__1_"] = { affix = "", "Totems Reflect 25% of their maximum Life as Fire Damage to nearby Enemies when Hit", statOrderKey = "3196", statOrder = { 3196 }, level = 1, group = "TotemReflectFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["MinionAddedColdDamageUnique__1"] = { affix = "", "Minions deal (5-9) to (11-15) additional Cold Damage", statOrderKey = "3179", statOrder = { 3179 }, level = 1, group = "MinionAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, + ["MineDamageLeechedToYouUnique__1"] = { affix = "", "1% of Damage dealt by your Mines is Leeched to you as Life", statOrderKey = "3635", statOrder = { 3635 }, level = 1, group = "MineDamageLeechedToYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeEnergyShieldRecoveryRateUnique__1"] = { affix = "", "(20-30)% reduced Recovery rate of Life and Energy Shield", statOrderKey = "5448", statOrder = { 5448 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LifeAndEnergyShieldRecoveryRatePerPowerChargeUnique__1"] = { affix = "", "5% increased Recovery rate of Life and Energy Shield per Power Charge", statOrderKey = "5451", statOrder = { 5451 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LosePowerChargeIfNotDetonatedRecentlyUnique__1"] = { affix = "", "Lose a Power Charge each second if you have not Detonated Mines Recently", statOrderKey = "6090", statOrder = { 6090 }, level = 1, group = "LosePowerChargeIfNotDetonatedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["NotablesGrantMinionDamageTakenUnique__1_"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: Minions take 20% increased Damage", statOrderKey = "7641,7641.1", statOrder = { 7641, 7641.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["NotablesGrantMinionMovementSpeedUnique__1_"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: Minions have 25% reduced Movement Speed", statOrderKey = "7642,7642.1", statOrder = { 7642, 7642.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["PassivesGrantTrapMineAddedPhysicalUnique__1_"] = { affix = "", "Passive Skills in Radius also grant: Traps and Mines deal (2-3) to (4-6) added Physical Damage", statOrderKey = "7643", statOrder = { 7643 }, level = 1, group = "PassivesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PassivesGrantUnarmedAttackSpeedUnique__1_"] = { affix = "", "Passive Skills in Radius also grant: 1% increased Unarmed Attack Speed with Melee Skills", statOrderKey = "6070", statOrder = { 6070 }, level = 1, group = "PassivesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["MovementVelocityOverrideUnique__1"] = { affix = "", "Your Movement Speed is 150% of its base value", statOrderKey = "6893", statOrder = { 6893 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["TravelSkillCooldownRecoveryUnique__1_"] = { affix = "", "(50-80)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "3773", statOrder = { 3773 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageRemovedFromSpectresUnique__1"] = { affix = "", "10% of Damage from Hits is taken from your Spectres' Life before you", statOrderKey = "4691", statOrder = { 4691 }, level = 1, group = "DamageRemovedFromMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionElementalDamageAddedAsChaosUnique__1"] = { affix = "", "Minions gain (15-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "6839", statOrder = { 6839 }, level = 1, group = "MinionElementalDamageAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos", "minion" }, }, + ["LifeRegenerationPerZombieUnique__1"] = { affix = "", "Regenerate 0.6% of Life per second for each Raised Zombie", statOrderKey = "5501", statOrder = { 5501 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaRegenerationPerSpectreUnique__1"] = { affix = "", "30% increased Mana Regeneration Rate per Raised Spectre", statOrderKey = "6141", statOrder = { 6141 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AttackBlockPerSkeletonUnique__1"] = { affix = "", "+1% Chance to Block Attack Damage per Summoned Skeleton", statOrderKey = "3834", statOrder = { 3834 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AttackAndCastSpeedPerRagingSpiritUnique__1"] = { affix = "", "2% increased Attack and Cast Speed per Summoned Raging Spirit", statOrderKey = "3977", statOrder = { 3977 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["SupportedByMeatShieldUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Meat Shield", statOrderKey = "139", statOrder = { 139 }, level = 1, group = "SupportedByMeatShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ReviveEnemiesOnKillUnique__1"] = { affix = "", "Create a Blighted Spore when your Skills or Minions Kill a Rare Monster", statOrderKey = "4547", statOrder = { 4547 }, level = 1, group = "ReviveEnemiesOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireResistanceOverrideUnique__1__"] = { affix = "", "Fire Resistance is 75%", statOrderKey = "1167", statOrder = { 1167 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["ColdResistanceOverrideUnique__1"] = { affix = "", "Cold Resistance is 75%", statOrderKey = "1173", statOrder = { 1173 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["LightningResistanceOverrideUnique__1_"] = { affix = "", "Lightning Resistance is 75%", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ReducedFireResistanceUnique__1"] = { affix = "", "(50-55)% reduced Fire Resistance", statOrderKey = "1171", statOrder = { 1171 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["ReducedColdResistanceUnique__1"] = { affix = "", "(50-55)% reduced Cold Resistance", statOrderKey = "1176", statOrder = { 1176 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ReducedLightningResistanceUnique__1"] = { affix = "", "(50-55)% reduced Lightning Resistance", statOrderKey = "1181", statOrder = { 1181 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ManaRegenerationRateWhileMovingUnique__1"] = { affix = "", "(30-40)% increased Mana Regeneration Rate while moving", statOrderKey = "6142", statOrder = { 6142 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["FungalAroundWhenStationaryUnique__1_"] = { affix = "", "You have Fungal Ground around you while stationary", statOrderKey = "5018", statOrder = { 5018 }, level = 1, group = "FungalAroundWhenStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggerFungalGroundOnKillUnique__1_"] = { affix = "", "Trigger Level 10 Contaminate when you Kill an Enemy", statOrderKey = "462", statOrder = { 462 }, level = 1, group = "TriggerFungalGroundOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemiesOnFungalGroundExplodeUnique__1"] = { affix = "", "Enemies on Fungal Ground you Kill Explode, dealing 5% of their Life as Chaos Damage", statOrderKey = "4848", statOrder = { 4848 }, level = 1, group = "EnemiesOnFungalGroundExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["FrostblinkDurationUnique__1_"] = { affix = "", "Frostblink has 50% increased Duration", statOrderKey = "5362", statOrder = { 5362 }, level = 1, group = "FrostblinkDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GrantsFrostblinkSkillUnique__1"] = { affix = "", "Grants Level 10 Frostblink Skill", statOrderKey = "349", statOrder = { 349 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AttackSkillsHavePhysToExtraFireDamagePerSocketedRedGemUniqueTwoHandSword8"] = { affix = "", "Attack Skills gain 5% of Physical Damage as Extra Fire Damage per Socketed Red Gem", statOrderKey = "2137", statOrder = { 2137 }, level = 1, group = "SocketedRedGemsHaveAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack", "gem" }, }, + ["VaalPactIfAllSocketedGemsAreRedUniqueTwoHandSword8"] = { affix = "", "You have Vaal Pact while all Socketed Gems are Red", statOrderKey = "7699", statOrder = { 7699 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "gem" }, }, ["MultipleEnchantmentsAllowedUnique__1"] = { affix = "", "Can have a second Enchantment Modifier", statOrderKey = "6", statOrder = { 6 }, level = 1, group = "MultipleEnchantmentsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalProjectilesUnique__1__"] = { affix = "", "Skills fire 2 additional Projectiles", statOrderKey = "1169", statOrder = { 1169 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ProjectileModifiersApplyToSplitsUnique__1"] = { affix = "", "Modifiers to number of Projectiles instead apply", "to the number of targets Projectiles Split towards", statOrderKey = "6746,6746.1", statOrder = { 6746, 6746.1 }, level = 50, group = "ProjectileModifiersApplyToSplits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumLifeManaEnergyShieldUnique__1"] = { affix = "", "(9-21)% increased maximum Life, Mana and Global Energy Shield", statOrderKey = "974", statOrder = { 974 }, level = 1, group = "MaximumLifeManaEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, - ["TransfigurationOfBodyUnique__1"] = { affix = "", "Transfiguration of Body", statOrderKey = "3778", statOrder = { 3778 }, level = 1, group = "TransfigurationOfBody", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["TransfigurationOfMindUnique__1"] = { affix = "", "Transfiguration of Mind", statOrderKey = "3779", statOrder = { 3779 }, level = 1, group = "TransfigurationOfMind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["TransfigurationOfSoulUnique__1_"] = { affix = "", "Transfiguration of Soul", statOrderKey = "3777", statOrder = { 3777 }, level = 1, group = "TransfigurationOfSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["MaximumEnergyShieldPerReservedLifeUnique__1"] = { affix = "", "+30 to maximum Energy Shield per 100 Reserved Life", statOrderKey = "970", statOrder = { 970 }, level = 1, group = "MaximumEnergyShieldPerReservedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ChaosDamageRemovedFromManaBeforeLifeUnique__1___"] = { affix = "", "Chaos Damage is taken from Mana before Life", statOrderKey = "4308", statOrder = { 4308 }, level = 1, group = "ChaosDamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "chaos" }, }, - ["DrainAllManaLightningDamageUnique__1"] = { affix = "", "When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage", "equal to 25% of Sacrificed Mana for 4 seconds", statOrderKey = "6839,6839.1", statOrder = { 6839, 6839.1 }, level = 1, group = "DrainAllManaLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "resource", "mana", "damage", "elemental", "lightning" }, }, - ["MultipleOfferingsAllowedUnique__1_"] = { affix = "", "You can have an Offering of each type", statOrderKey = "3782", statOrder = { 3782 }, level = 62, group = "MultipleOfferingsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OfferingDurationUnique__1"] = { affix = "", "Offering Skills have 50% reduced Duration", statOrderKey = "6838", statOrder = { 6838 }, level = 1, group = "OfferingDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumBlockChanceIfNotBlockedRecentlyUnique__1"] = { affix = "", "You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently", statOrderKey = "6580", statOrder = { 6580 }, level = 1, group = "MaximumBlockChanceIfNotBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["PhasingIfBlockedRecentlyUnique__1"] = { affix = "", "You have Phasing if you have Blocked Recently", statOrderKey = "6860", statOrder = { 6860 }, level = 1, group = "PhasingIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AvoidElementalDamagePhasingUnique__1"] = { affix = "", "+(8-15)% chance to Avoid Elemental Damage from Hits while Phasing", statOrderKey = "3964", statOrder = { 3964 }, level = 1, group = "AvoidElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["ApplyAilmentsMoreDamageUnique__1"] = { affix = "", "Inflict non-Damaging Ailments as though dealing (100-200)% more Damage", statOrderKey = "6814", statOrder = { 6814 }, level = 1, group = "ApplyAilmentsMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["CriticalStrikesNotAlwaysApplyAilmentsUnique__1"] = { affix = "", "Critical Strikes do not inherently apply non-Damaging Ailments", statOrderKey = "4485", statOrder = { 4485 }, level = 1, group = "CriticalStrikesNotAlwaysApplyAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical", "ailment" }, }, - ["PermanentPhantasmUnique__1"] = { affix = "", "Summoned Phantasms have no Duration", statOrderKey = "7251", statOrder = { 7251 }, level = 1, group = "PermanentPhantasm", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PhantasmGrantsBuffUnique__1"] = { affix = "", "Each Summoned Phantasm grants you Phantasmal Might", statOrderKey = "7250", statOrder = { 7250 }, level = 1, group = "PhantasmGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AdditionalProjectilesUnique__1__"] = { affix = "", "Skills fire 2 additional Projectiles", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ProjectileModifiersApplyToSplitsUnique__1"] = { affix = "", "Modifiers to number of Projectiles instead apply", "to the number of targets Projectiles Split towards", statOrderKey = "6879,6879.1", statOrder = { 6879, 6879.1 }, level = 50, group = "ProjectileModifiersApplyToSplits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumLifeManaEnergyShieldUnique__1"] = { affix = "", "(9-21)% increased maximum Life, Mana and Global Energy Shield", statOrderKey = "1116", statOrder = { 1116 }, level = 1, group = "MaximumLifeManaEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["TransfigurationOfBodyUnique__1"] = { affix = "", "Transfiguration of Body", statOrderKey = "3874", statOrder = { 3874 }, level = 1, group = "TransfigurationOfBody", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["TransfigurationOfMindUnique__1"] = { affix = "", "Transfiguration of Mind", statOrderKey = "3875", statOrder = { 3875 }, level = 1, group = "TransfigurationOfMind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TransfigurationOfSoulUnique__1_"] = { affix = "", "Transfiguration of Soul", statOrderKey = "3873", statOrder = { 3873 }, level = 1, group = "TransfigurationOfSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["MaximumEnergyShieldPerReservedLifeUnique__1"] = { affix = "", "+30 to maximum Energy Shield per 100 Reserved Life", statOrderKey = "1112", statOrder = { 1112 }, level = 1, group = "MaximumEnergyShieldPerReservedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ChaosDamageRemovedFromManaBeforeLifeUnique__1___"] = { affix = "", "Chaos Damage is taken from Mana before Life", statOrderKey = "4433", statOrder = { 4433 }, level = 1, group = "ChaosDamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "chaos" }, }, + ["DrainAllManaLightningDamageUnique__1"] = { affix = "", "When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage", "equal to 25% of Sacrificed Mana for 4 seconds", statOrderKey = "6975,6975.1", statOrder = { 6975, 6975.1 }, level = 1, group = "DrainAllManaLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "resource", "mana", "damage", "elemental", "lightning" }, }, + ["MultipleOfferingsAllowedUnique__1_"] = { affix = "", "You can have an Offering of each type", statOrderKey = "3882", statOrder = { 3882 }, level = 62, group = "MultipleOfferingsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OfferingDurationUnique__1"] = { affix = "", "Offering Skills have 50% reduced Duration", statOrderKey = "6974", statOrder = { 6974 }, level = 1, group = "OfferingDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumBlockChanceIfNotBlockedRecentlyUnique__1"] = { affix = "", "You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently", statOrderKey = "6713", statOrder = { 6713 }, level = 1, group = "MaximumBlockChanceIfNotBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["PhasingIfBlockedRecentlyUnique__1"] = { affix = "", "You have Phasing if you have Blocked Recently", statOrderKey = "6996", statOrder = { 6996 }, level = 1, group = "PhasingIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvoidElementalDamagePhasingUnique__1"] = { affix = "", "+(8-15)% chance to Avoid Elemental Damage from Hits while Phasing", statOrderKey = "4068", statOrder = { 4068 }, level = 1, group = "AvoidElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["ApplyAilmentsMoreDamageUnique__1"] = { affix = "", "Inflict non-Damaging Ailments as though dealing (100-200)% more Damage", statOrderKey = "6947", statOrder = { 6947 }, level = 1, group = "ApplyAilmentsMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["CriticalStrikesNotAlwaysApplyAilmentsUnique__1"] = { affix = "", "Critical Strikes do not inherently apply non-Damaging Ailments", statOrderKey = "4611", statOrder = { 4611 }, level = 1, group = "CriticalStrikesNotAlwaysApplyAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical", "ailment" }, }, + ["PermanentPhantasmUnique__1"] = { affix = "", "Summoned Phantasms have no Duration", statOrderKey = "7426", statOrder = { 7426 }, level = 1, group = "PermanentPhantasm", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PhantasmGrantsBuffUnique__1"] = { affix = "", "Each Summoned Phantasm grants you Phantasmal Might", statOrderKey = "7425", statOrder = { 7425 }, level = 1, group = "PhantasmGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, ["CorruptUntilFiveImplicits"] = { affix = "", "Can be modified while Corrupted", "Can have up to 5 Implicit Modifiers while Item has this Modifier", statOrderKey = "4,7", statOrder = { 4, 7 }, level = 1, group = "CorruptionIntertactions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["ModifyableWhileCorruptedUnique__1"] = { affix = "", "Can be modified while Corrupted", statOrderKey = "4", statOrder = { 4 }, level = 1, group = "CorruptionIntertactions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionsUseFlaskOnSummonUnique__1__"] = { affix = "", "Your Minions use your Flasks when summoned", statOrderKey = "1543", statOrder = { 1543 }, level = 50, group = "MinionsUseFlaskOnSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, - ["MinionFlaskChargesUsedUnique__1"] = { affix = "", "Minions have (25-40)% reduced Flask Charges used", statOrderKey = "1547", statOrder = { 1547 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, - ["MinionFlaskDurationUnique__1"] = { affix = "", "Minions have (50-80)% increased Flask Effect Duration", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, - ["StrikeSkillMemoryUseUnique__1_______"] = { affix = "", "Strike Skills also target the previous location they were Used", statOrderKey = "6629", statOrder = { 6629 }, level = 50, group = "StrikeSkillMemory", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["NovaSkillsTargetLocationUnique__1__"] = { affix = "", "Nova Spells deal 30% less Damage to Players", "Nova Spells Cast at the targeted location instead of around you", statOrderKey = "6817,6817.1", statOrder = { 6817, 6817.1 }, level = 50, group = "NovaSkillsTargetLocation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["AttackAndCastSpeedFortifyUnique__1"] = { affix = "", "(15-25)% increased Attack and Cast Speed while you have Fortify", statOrderKey = "1621", statOrder = { 1621 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AlternateFortifyUnique__1_"] = { affix = "", "Fortify Buffs you create instead grant 30% more Evasion Rating", statOrderKey = "1620", statOrder = { 1620 }, level = 65, group = "AlternateFortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonDoubleOnCritUnique__1"] = { affix = "", "Triggers Level 20 Reflection when Equipped", statOrderKey = "482", statOrder = { 482 }, level = 1, group = "SummonDoubleOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireExposureOnHitUnique__1"] = { affix = "", "25% chance to inflict Fire Exposure on Hit", statOrderKey = "4007", statOrder = { 4007 }, level = 1, group = "ExposureOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ColdExposureOnHitUnique__1"] = { affix = "", "25% chance to inflict Cold Exposure on Hit", statOrderKey = "4006", statOrder = { 4006 }, level = 1, group = "ExposureOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyEnemiesIncreasedFireColdResistUnique__1_"] = { affix = "", "50% increased Fire Resistance", "50% increased Cold Resistance", "Nearby Enemies have 50% increased Fire and Cold Resistances", statOrderKey = "1029,1034,5768", statOrder = { 1029, 1034, 5768 }, level = 1, group = "NearbyEnemiesIncreasedFireColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, }, - ["MetamorphosisItemisedBossDifficult"] = { affix = "", "50% more Life", "50% more Damage", statOrderKey = "4180,4636", statOrder = { 4180, 4636 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToImpaleUnique__1"] = { affix = "", "10% chance to Impale Enemies on Hit with Attacks", statOrderKey = "3950", statOrder = { 3950 }, level = 1, group = "ImpaleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["MapAddsExtraSynthesisMods"] = { affix = "", "Map has (3-5) additional random Modifiers", statOrderKey = "6039", statOrder = { 6039 }, level = 1, group = "MapAddsExtraSynthesisMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAddsExtraSynthesisModsCortexReplica"] = { affix = "", "Map has (6-8) additional random Modifiers", statOrderKey = "6039", statOrder = { 6039 }, level = 1, group = "MapAddsExtraSynthesisMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAddsExtraSynthesisSpecialMods"] = { affix = "", "Map has (2-4) additional Synthesis Global Modifiers", statOrderKey = "6040", statOrder = { 6040 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAddsExtraSynthesisSpecialModsCortex"] = { affix = "", "Map has (4-6) additional Synthesis Global Modifiers", statOrderKey = "6040", statOrder = { 6040 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAddsExtraSynthesisSpecialModsCortexReplica"] = { affix = "", "Map has (4-6) additional Synthesis Global Modifiers", statOrderKey = "6040", statOrder = { 6040 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NovaSpellsAreaOfEffectUnique__1"] = { affix = "", "Nova Spells have 20% less Area of Effect", statOrderKey = "5866", statOrder = { 5866 }, level = 50, group = "NovaSpellsAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["RingAttackSpeedUnique__1"] = { affix = "", "20% less Attack Speed", statOrderKey = "5865", statOrder = { 5865 }, level = 1, group = "RingAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAilmentEffectOnEnemiesUnique__1"] = { affix = "", "(15-20)% increased Effect of Non-Damaging Ailments", statOrderKey = "6809", statOrder = { 6809 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesUnique_2"] = { affix = "", "(20-40)% increased Effect of Non-Damaging Ailments", statOrderKey = "6809", statOrder = { 6809 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["ChillingAreasAlsoGrantLightningDamageTakenUnique__1"] = { affix = "", "Enemies in your Chilling Areas take (25-35)% increased Lightning Damage", statOrderKey = "4343", statOrder = { 4343 }, level = 1, group = "ChillingAreasAlsoGrantLightningDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["ChanceToSapVsEnemiesInChillingAreasUnique__1"] = { affix = "", "(20-30)% chance to Sap Enemies in Chilling Areas", statOrderKey = "4300", statOrder = { 4300 }, level = 1, group = "ChanceToSapVsEnemiesInChillingAreas", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["Allow2ActiveBannersUnique__1"] = { affix = "", "You can have two different Banners at the same time", statOrderKey = "2325", statOrder = { 2325 }, level = 1, group = "Allow2ActiveBanners", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BannerFortifyDurationUnique__1"] = { affix = "", "Dread Banner has (100-200)% increased Fortify duration", statOrderKey = "3978", statOrder = { 3978 }, level = 1, group = "BannerFortifyDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BannerAdrenalineDurationUnique__1"] = { affix = "", "War Banner has (100-200)% increased Adrenaline duration", statOrderKey = "3977", statOrder = { 3977 }, level = 1, group = "BannerAdrenalineDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["Add1StageToBannersOnMeleeHitUpTo5PerSecondUnique__1"] = { affix = "", "Banners you are carrying gain 1 Stage on Melee Hit, up to 5 per second", statOrderKey = "3976", statOrder = { 3976 }, level = 1, group = "Add1StageToBannersOnMeleeHitUpTo5PerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionsUseFlaskOnSummonUnique__1__"] = { affix = "", "Your Minions use your Flasks when summoned", statOrderKey = "1685", statOrder = { 1685 }, level = 50, group = "MinionsUseFlaskOnSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, + ["MinionFlaskChargesUsedUnique__1"] = { affix = "", "Minions have (25-40)% reduced Flask Charges used", statOrderKey = "1689", statOrder = { 1689 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, + ["MinionFlaskDurationUnique__1"] = { affix = "", "Minions have (50-80)% increased Flask Effect Duration", statOrderKey = "1691", statOrder = { 1691 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, + ["StrikeSkillMemoryUseUnique__1_______"] = { affix = "", "Strike Skills also target the previous location they were Used", statOrderKey = "6762", statOrder = { 6762 }, level = 50, group = "StrikeSkillMemory", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["NovaSkillsTargetLocationUnique__1__"] = { affix = "", "Nova Spells deal 30% less Damage to Players", "Nova Spells Cast at the targeted location instead of around you", statOrderKey = "6950,6950.1", statOrder = { 6950, 6950.1 }, level = 50, group = "NovaSkillsTargetLocation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["AttackAndCastSpeedFortifyUnique__1"] = { affix = "", "(15-25)% increased Attack and Cast Speed while you have Fortify", statOrderKey = "1763", statOrder = { 1763 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AlternateFortifyUnique__1_"] = { affix = "", "Fortify Buffs you create instead grant 30% more Evasion Rating", statOrderKey = "1762", statOrder = { 1762 }, level = 65, group = "AlternateFortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonDoubleOnCritUnique__1"] = { affix = "", "Triggers Level 20 Reflection when Equipped", statOrderKey = "486", statOrder = { 486 }, level = 1, group = "SummonDoubleOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireExposureOnHitUnique__1"] = { affix = "", "25% chance to inflict Fire Exposure on Hit", statOrderKey = "4117", statOrder = { 4117 }, level = 1, group = "ExposureOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ColdExposureOnHitUnique__1"] = { affix = "", "25% chance to inflict Cold Exposure on Hit", statOrderKey = "4116", statOrder = { 4116 }, level = 1, group = "ExposureOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesIncreasedFireColdResistUnique__1_"] = { affix = "", "50% increased Fire Resistance", "50% increased Cold Resistance", "Nearby Enemies have 50% increased Fire and Cold Resistances", statOrderKey = "1171,1176,5912", statOrder = { 1171, 1176, 5912 }, level = 1, group = "NearbyEnemiesIncreasedFireColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, }, + ["MetamorphosisItemisedBossDifficult"] = { affix = "", "50% more Life", "50% more Damage", statOrderKey = "4299,4766", statOrder = { 4299, 4766 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToImpaleUnique__1"] = { affix = "", "10% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4053", statOrder = { 4053 }, level = 1, group = "ImpaleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["MapAddsExtraSynthesisMods"] = { affix = "", "Map has (3-5) additional random Modifiers", statOrderKey = "6156", statOrder = { 6156 }, level = 1, group = "MapAddsExtraSynthesisMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAddsExtraSynthesisModsCortexReplica"] = { affix = "", "Map has (6-8) additional random Modifiers", statOrderKey = "6156", statOrder = { 6156 }, level = 1, group = "MapAddsExtraSynthesisMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAddsExtraSynthesisSpecialMods"] = { affix = "", "Map has (2-4) additional Synthesis Global Modifiers", statOrderKey = "6157", statOrder = { 6157 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAddsExtraSynthesisSpecialModsCortex"] = { affix = "", "Map has (4-6) additional Synthesis Global Modifiers", statOrderKey = "6157", statOrder = { 6157 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAddsExtraSynthesisSpecialModsCortexReplica"] = { affix = "", "Map has (4-6) additional Synthesis Global Modifiers", statOrderKey = "6157", statOrder = { 6157 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NovaSpellsAreaOfEffectUnique__1"] = { affix = "", "Nova Spells have 20% less Area of Effect", statOrderKey = "5992", statOrder = { 5992 }, level = 50, group = "NovaSpellsAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["RingAttackSpeedUnique__1"] = { affix = "", "20% less Attack Speed", statOrderKey = "5991", statOrder = { 5991 }, level = 1, group = "RingAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAilmentEffectOnEnemiesUnique__1"] = { affix = "", "(15-20)% increased Effect of Non-Damaging Ailments", statOrderKey = "6942", statOrder = { 6942 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesUnique_2"] = { affix = "", "(20-40)% increased Effect of Non-Damaging Ailments", statOrderKey = "6942", statOrder = { 6942 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["ChillingAreasAlsoGrantLightningDamageTakenUnique__1"] = { affix = "", "Enemies in your Chilling Areas take (25-35)% increased Lightning Damage", statOrderKey = "4468", statOrder = { 4468 }, level = 1, group = "ChillingAreasAlsoGrantLightningDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ChanceToSapVsEnemiesInChillingAreasUnique__1"] = { affix = "", "(20-30)% chance to Sap Enemies in Chilling Areas", statOrderKey = "4425", statOrder = { 4425 }, level = 1, group = "ChanceToSapVsEnemiesInChillingAreas", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["Allow2ActiveBannersUnique__1"] = { affix = "", "You can have two different Banners at the same time", statOrderKey = "2436", statOrder = { 2436 }, level = 1, group = "Allow2ActiveBanners", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BannerFortifyDurationUnique__1"] = { affix = "", "Dread Banner has (100-200)% increased Fortify duration", statOrderKey = "4082", statOrder = { 4082 }, level = 1, group = "BannerFortifyDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BannerAdrenalineDurationUnique__1"] = { affix = "", "War Banner has (100-200)% increased Adrenaline duration", statOrderKey = "4081", statOrder = { 4081 }, level = 1, group = "BannerAdrenalineDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BannerTauntDurationUnique__1_"] = { affix = "", "Defiance Banner has (100-200)% increased Taunt duration", statOrderKey = "4085", statOrder = { 4085 }, level = 1, group = "BannerTauntDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["Add1StageToBannersOnMeleeHitUpTo5PerSecondUnique__1"] = { affix = "", "Banners you are carrying gain 1 Stage on Melee Hit, up to 5 per second", statOrderKey = "4080", statOrder = { 4080 }, level = 1, group = "Add1StageToBannersOnMeleeHitUpTo5PerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["GrantsLevel20SnipeUnique__1"] = { affix = "", "Grants Level 20 Snipe Skill", statOrderKey = "23", statOrder = { 23 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsLevel20SnipeSupportUnique__1"] = { affix = "", "Socketed Non-Channelling Bow Skills are Triggered by Snipe", "Socketed Triggered Bow Skills gain a 0.05 second Cooldown", statOrderKey = "163,163.1", statOrder = { 163, 163.1 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedBowSkillsDealMoreDamageUnique__1"] = { affix = "", "Socketed Triggered Bow Skills deal 33% less Damage", statOrderKey = "294", statOrder = { 294 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "gem" }, }, - ["ChanceToDodgeAttacksWhileChannellingUnique__1"] = { affix = "", "(7-10)% chance to Dodge Attack Hits while Channelling", statOrderKey = "3911", statOrder = { 3911 }, level = 1, group = "ChanceToDodgeWhileChannelling", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsWhileChannellingUnique__1"] = { affix = "", "(7-10)% chance to Dodge Spell Hits while Channelling", statOrderKey = "7189", statOrder = { 7189 }, level = 1, group = "ChanceToDodgeWhileChannelling", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["JewelExpansionPassiveNodesUnique__1"] = { affix = "", "Adds 4 Passive Skills", statOrderKey = "3723", statOrder = { 3723 }, level = 1, group = "JewelExpansionPassiveNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelExpansionJewelNodesLarge1"] = { affix = "of Potential", "1 Added Passive Skill is a Jewel Socket", statOrderKey = "5823", statOrder = { 5823 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelExpansionJewelNodesLarge2___"] = { affix = "of Possibility", "2 Added Passive Skills are Jewel Sockets", statOrderKey = "5823", statOrder = { 5823 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelExpansionJewelNodesMedium"] = { affix = "of Potential", "1 Added Passive Skill is a Jewel Socket", statOrderKey = "5823", statOrder = { 5823 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelExpansionKeystoneDiscipleOfKitava_"] = { affix = "", "Adds Disciple of Kitava", statOrderKey = "5825", statOrder = { 5825 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "damage" }, }, - ["JewelExpansionLoneMessenger_"] = { affix = "", "Adds Lone Messenger", statOrderKey = "5828", statOrder = { 5828 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion", "aura" }, }, - ["JewelExpansionNaturesPatience"] = { affix = "", "Adds Nature's Patience", statOrderKey = "5829", statOrder = { 5829 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["JewelExpansionSecretsOfSuffering"] = { affix = "", "Adds Secrets of Suffering", statOrderKey = "5831", statOrder = { 5831 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "critical", "ailment" }, }, - ["JewelExpansionKineticism"] = { affix = "", "Adds Kineticism", statOrderKey = "5827", statOrder = { 5827 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["JewelExpansionVeteransAwareness_"] = { affix = "", "Adds Veteran's Awareness", statOrderKey = "5832", statOrder = { 5832 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental" }, }, - ["JewelExpansionHollowPalmTechnique"] = { affix = "", "Adds Hollow Palm Technique", statOrderKey = "5826", statOrder = { 5826 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["ExpansionJewel3JewelSockets"] = { affix = "", "Adds 3 Jewel Socket Passive Skills", statOrderKey = "5824", statOrder = { 5824 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ExpansionJewelEmptyPassiveUnique__1"] = { affix = "", "Adds 1 Small Passive Skill which grants nothing", statOrderKey = "5935", statOrder = { 5935 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ExpansionJewelEmptyPassiveUnique__2"] = { affix = "", "Adds 3 Small Passive Skills which grant nothing", statOrderKey = "5935", statOrder = { 5935 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ExpansionJewelEmptyPassiveUnique_3_"] = { affix = "", "Adds 5 Small Passive Skills which grant nothing", statOrderKey = "5935", statOrder = { 5935 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ExpansionJewelEmptyPassiveUnique__4"] = { affix = "", "Adds 7 Small Passive Skills which grant nothing", statOrderKey = "5935", statOrder = { 5935 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsLevel20SnipeSupportUnique__1"] = { affix = "", "Socketed Non-Channelling Bow Skills are Triggered by Snipe", "Socketed Triggered Bow Skills gain a 0.05 second Cooldown", statOrderKey = "166,166.1", statOrder = { 166, 166.1 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedBowSkillsDealMoreDamageUnique__1"] = { affix = "", "Socketed Triggered Bow Skills deal 40% less Damage", statOrderKey = "297", statOrder = { 297 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "gem" }, }, + ["ChanceToDodgeAttacksWhileChannellingUnique__1"] = { affix = "", "(7-10)% chance to Dodge Attack Hits while Channelling", statOrderKey = "4014", statOrder = { 4014 }, level = 1, group = "ChanceToDodgeWhileChannelling", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, + ["ChanceToDodgeSpellsWhileChannellingUnique__1"] = { affix = "", "(7-10)% chance to Dodge Spell Hits while Channelling", statOrderKey = "7337", statOrder = { 7337 }, level = 1, group = "ChanceToDodgeWhileChannelling", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, + ["JewelExpansionPassiveNodesUnique__1"] = { affix = "", "Adds 4 Passive Skills", statOrderKey = "3816", statOrder = { 3816 }, level = 1, group = "JewelExpansionPassiveNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionJewelNodesLarge1"] = { affix = "of Potential", "1 Added Passive Skill is a Jewel Socket", statOrderKey = "5951", statOrder = { 5951 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionJewelNodesLarge2___"] = { affix = "of Possibility", "2 Added Passive Skills are Jewel Sockets", statOrderKey = "5951", statOrder = { 5951 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionJewelNodesMedium"] = { affix = "of Potential", "1 Added Passive Skill is a Jewel Socket", statOrderKey = "5951", statOrder = { 5951 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionKeystoneDiscipleOfKitava_"] = { affix = "", "Adds Disciple of Kitava", statOrderKey = "5953", statOrder = { 5953 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "damage" }, }, + ["JewelExpansionLoneMessenger_"] = { affix = "", "Adds Lone Messenger", statOrderKey = "5956", statOrder = { 5956 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion", "aura" }, }, + ["JewelExpansionNaturesPatience"] = { affix = "", "Adds Nature's Patience", statOrderKey = "5957", statOrder = { 5957 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["JewelExpansionSecretsOfSuffering"] = { affix = "", "Adds Secrets of Suffering", statOrderKey = "5959", statOrder = { 5959 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "critical", "ailment" }, }, + ["JewelExpansionKineticism"] = { affix = "", "Adds Kineticism", statOrderKey = "5955", statOrder = { 5955 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["JewelExpansionVeteransAwareness_"] = { affix = "", "Adds Veteran's Awareness", statOrderKey = "5960", statOrder = { 5960 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental" }, }, + ["JewelExpansionHollowPalmTechnique"] = { affix = "", "Adds Hollow Palm Technique", statOrderKey = "5954", statOrder = { 5954 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["ExpansionJewel3JewelSockets"] = { affix = "", "Adds 3 Jewel Socket Passive Skills", statOrderKey = "5952", statOrder = { 5952 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique__1"] = { affix = "", "Adds 1 Small Passive Skill which grants nothing", statOrderKey = "6051", statOrder = { 6051 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique__2"] = { affix = "", "Adds 3 Small Passive Skills which grant nothing", statOrderKey = "6051", statOrder = { 6051 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique_3_"] = { affix = "", "Adds 5 Small Passive Skills which grant nothing", statOrderKey = "6051", statOrder = { 6051 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique__4"] = { affix = "", "Adds 7 Small Passive Skills which grant nothing", statOrderKey = "6051", statOrder = { 6051 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["LocalIncreasedEffectPathToClassStartUnique__1"] = { affix = "", "This Jewel's Socket has 25% increased effect per Allocated Passive Skill between", "it and your Class' starting location", statOrderKey = "2,2.1", statOrder = { 2, 2.1 }, level = 1, group = "LocalIncreasedEffectPathToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SupportSkitterBotAilmentAuraReplaceWithCurse____1"] = { affix = "", "Left Ring Slot: Your Chilling Skitterbot's Aura applies Socketed Hex Curse instead", "Right Ring Slot: Your Shocking Skitterbot's Aura applies Socketed Hex Curse instead", statOrderKey = "5843,5864", statOrder = { 5843, 5864 }, level = 65, group = "UniqueSkitterBotAilmentAuraReplace", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "minion", "curse" }, }, - ["AttackLightningDamageMaximumManaUnique__1__"] = { affix = "", "Attack Skills have Added Lightning Damage equal to 6% of maximum Mana", statOrderKey = "3924", statOrder = { 3924 }, level = 1, group = "AttackLightningDamageMaximumMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LoseManaOnAttackSkillUnique__1"] = { affix = "", "Lose 3% of Mana when you use an Attack Skill", statOrderKey = "5975", statOrder = { 5975 }, level = 1, group = "LoseManaOnAttackSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["StrengthPerPointToClassStartUnique__1"] = { affix = "", "+5 to Strength", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "StrengthPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityPerPointToClassStartUnique__1"] = { affix = "", "+5 to Dexterity", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "DexterityPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligencePerPointToClassStartUnique__1"] = { affix = "", "+5 to Intelligence", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "IntelligencePerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["LifePerPointToClassStartUnique__1_"] = { affix = "", "+5 to maximum Life", statOrderKey = "973", statOrder = { 973 }, level = 1, group = "LifePerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ManaPerPointToClassStartUnique__1"] = { affix = "", "+5 to maximum Mana", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "ManaPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["EnergyShieldPerPointToClassStartUnique__1"] = { affix = "", "+5 to maximum Energy Shield", statOrderKey = "962", statOrder = { 962 }, level = 1, group = "EnergyShieldPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ArmourPerPointToClassStartUnique__1"] = { affix = "", "+40 to Armour", statOrderKey = "943", statOrder = { 943 }, level = 1, group = "ArmourPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["EvasionPerPointToClassStartUnique__1"] = { affix = "", "+40 to Evasion Rating", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "EvasionPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["AccuracyPerPointToClassStartUnique__1"] = { affix = "", "+40 to Accuracy Rating", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "AccuracyPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["EnemiesExplodeOnDeathChaosGloriousMadnessUnique1"] = { affix = "", "Enemies you Kill while affected by Glorious Madness have a 40% chance to Explode, dealing a quarter of their Life as Chaos Damage", statOrderKey = "7437", statOrder = { 7437 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AllDamageCanPoisonGloriousMadnessUnique___1"] = { affix = "", "All Damage inflicts Poison while affected by Glorious Madness", statOrderKey = "7434", statOrder = { 7434 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["FortifyEffectSelfGloriousMadnessUnique1"] = { affix = "", "60% increased Effect of Fortify on you while affected by Glorious Madness", statOrderKey = "7439", statOrder = { 7439 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DoubleDamageChanceGloriousMadnessUnique_1"] = { affix = "", "20% chance to deal Double Damage while affected by Glorious Madness", statOrderKey = "7435", statOrder = { 7435 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ElementalConfluxesGloriousMadnessUnique1"] = { affix = "", "You have Igniting, Chilling and Shocking Conflux while affected by Glorious Madness", statOrderKey = "7440", statOrder = { 7440 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalAilmentImmunityGloriousMadnessUnique1"] = { affix = "", "Immune to Elemental Ailments while affected by Glorious Madness", statOrderKey = "7441", statOrder = { 7441 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["MovementSpeedUnique_42"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["GrantEmbraceMadnessSkillUnique1"] = { affix = "", "Grants Level 1 Embrace Madness Skill", statOrderKey = "404", statOrder = { 404 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LocalAfflictionJewelDisplaySmallNodesGrantNothingUnique_1"] = { affix = "", "Added Small Passive Skills grant Nothing", statOrderKey = "5399", statOrder = { 5399 }, level = 1, group = "LocalAfflictionJewelDisplaySmallNodesGrantNothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackSpeedAfterSavageHitTakenUnique__1"] = { affix = "", "40% increased Attack Speed if you've taken a Savage Hit Recently", statOrderKey = "2760", statOrder = { 2760 }, level = 1, group = "AttackSpeedAfterSavageHitTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["FrenzyChargeOnCritCloseRangeUnique__1"] = { affix = "", "(10-20)% chance to gain a Frenzy Charge on Critical Strike at Close Range", statOrderKey = "4918", statOrder = { 4918 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "critical" }, }, - ["BleedDotMultiplierPerFrenzyChargeUnique__1_"] = { affix = "", "+4% to Damage over Time Multiplier for Bleeding per Frenzy Charge", statOrderKey = "4051", statOrder = { 4051 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterBleedPerFrenzyChargeUnique__1"] = { affix = "", "Bleeding you inflict deals Damage 4% faster per Frenzy Charge", statOrderKey = "4803", statOrder = { 4803 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["CriticalBleedDotMultiplierUnique__1_"] = { affix = "", "+(30-40)% to Damage over Time Multiplier for Bleeding from Critical Strikes", statOrderKey = "676", statOrder = { 676 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["BleedDotMultiplier2HImplicit1"] = { affix = "", "+20% to Damage over Time Multiplier for Bleeding", statOrderKey = "675", statOrder = { 675 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["LocalWitherOnHitChanceUnique__1"] = { affix = "", "(20-25)% chance to inflict Withered for 2 seconds on Hit with this Weapon", statOrderKey = "3711", statOrder = { 3711 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalWitherOnHitChanceUnique__2"] = { affix = "", "Inflict Withered for 2 seconds on Hit with this Weapon", statOrderKey = "3711", statOrder = { 3711 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WitherOnHitChanceUnique__1"] = { affix = "", "(20-25)% chance to inflict Withered for 2 seconds on Hit", statOrderKey = "3697", statOrder = { 3697 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotPenetrateResistancesUnique__1"] = { affix = "", "Your Hits cannot Penetrate or ignore Elemental Resistances", statOrderKey = "4216", statOrder = { 4216 }, level = 1, group = "CannotPenetrateResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["WitherGrantsElementalDamageTakenUnique__1__"] = { affix = "", "Enemies take 4% increased Elemental Damage from your Hits for", "each Withered you have inflicted on them", statOrderKey = "3698,3698.1", statOrder = { 3698, 3698.1 }, level = 1, group = "WitherGrantsElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ActivateHeraldOfThunderOnShockUnique__1"] = { affix = "", "Herald of Thunder also creates a storm when you Shock an Enemy", statOrderKey = "4424", statOrder = { 4424 }, level = 1, group = "ActivateHeraldOfThunderOnShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TakeDamageWhenHeraldOfThunderHitsUnique__1__"] = { affix = "", "Take 250 Lightning Damage when Herald of Thunder Hits an Enemy", statOrderKey = "7287", statOrder = { 7287 }, level = 1, group = "TakeDamageWhenHeraldOfThunderHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HeraldOfThunderBoltFrequencyUnique__1"] = { affix = "", "Herald of Thunder's Storms Hit Enemies with (30-50)% increased Frequency", statOrderKey = "5178", statOrder = { 5178 }, level = 1, group = "HeraldOfThunderBoltFrequency", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RagingSpiritFireSplashDamageUnique__1"] = { affix = "", "Summoned Raging Spirits' Melee Strikes deal Fire-only Splash", "Damage to Surrounding Targets", statOrderKey = "7244,7244.1", statOrder = { 7244, 7244.1 }, level = 1, group = "MeleeSplash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring", "elemental", "fire", "minion" }, }, - ["FragileRegrowthLifeRegenerationUnique__1"] = { affix = "", "Maximum 10 Fragile Regrowth", "42% of Life Regenerated per second per Fragile Regrowth", "Lose all Fragile Regrowth when Hit", "Gain 1 Fragile Regrowth each second ", statOrderKey = "3700,3701,3702,4970", statOrder = { 3700, 3701, 3702, 4970 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["FragileRegrowthLifeRegenerationUnique__2_"] = { affix = "", "Maximum 5 Fragile Regrowth", "42% of Life Regenerated per second per Fragile Regrowth", "Gain up to maximum Fragile Regrowth when Hit", "Lose 1 Fragile Regrowth each second ", statOrderKey = "3700,3701,4965,4970", statOrder = { 3700, 3701, 4965, 4970 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumESLeechAmountUnique__1_"] = { affix = "", "50% reduced Maximum Recovery per Energy Shield Leech", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ESLeechFromAttacksNotRemovedOnFullESUnique__1"] = { affix = "", "Energy Shield Leech Effects from Attacks are not removed at Full Energy Shield", statOrderKey = "4749", statOrder = { 4749 }, level = 1, group = "ESLeechNotRemovedOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnemiesKilledApplyImpaleDamageUnique__1"] = { affix = "", "50% chance for Impales on Enemies you Kill to Reflect Damage to surrounding Enemies", statOrderKey = "5284", statOrder = { 5284 }, level = 1, group = "EnemiesKilledApplyImpaleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["ArmourAppliesToLightningDamageUnique__1_"] = { affix = "", "Armour also applies to Lightning Damage taken from Hits", statOrderKey = "3984", statOrder = { 3984 }, level = 1, group = "ArmourAppliesToLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "elemental", "lightning" }, }, - ["LightningResistNoReductionUnique__1_"] = { affix = "", "Lightning Resistance does not affect Lightning Damage taken", statOrderKey = "5384", statOrder = { 5384 }, level = 1, group = "LightningResistNoReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["DealNoNonLightningDamageUnique__1_"] = { affix = "", "Deal no Non-Lightning Damage", statOrderKey = "2093", statOrder = { 2093 }, level = 1, group = "DealNoNonLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["NearbyEnemyLightningResistanceEqualUnique__1"] = { affix = "", "Nearby Enemies have Lightning Resistance equal to yours", statOrderKey = "6793", statOrder = { 6793 }, level = 1, group = "NearbyEnemyLightningResistanceEqual", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SupportedByIntensifyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrderKey = "128", statOrder = { 128 }, level = 1, group = "SupportedByIntensify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ShockedGroundWhileMovingUnique__1_"] = { affix = "", "Drops Shocked Ground while moving, lasting 2 seconds", statOrderKey = "3614", statOrder = { 3614 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__1_"] = { affix = "", "Trigger Level 1 Gore Shockwave on Melee Hit if you have at least 150 Strength", statOrderKey = "478", statOrder = { 478 }, level = 1, group = "SupportedByShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__2"] = { affix = "", "Trigger Level 5 Gore Shockwave on Melee Hit if you have at least 150 Strength", statOrderKey = "478", statOrder = { 478 }, level = 1, group = "SupportedByShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["ProjectileDamageBloodStanceUnique__1"] = { affix = "", "(40-60)% increased Projectile Damage while in Blood Stance", statOrderKey = "7214", statOrder = { 7214 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LifeRegenerationBloodStanceUnique__1"] = { affix = "", "(150-200) Life Regenerated per Second while in Blood Stance", statOrderKey = "7213", statOrder = { 7213 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AreaOfEffectSandStanceUnique__1"] = { affix = "", "(20-30)% increased Area of Effect while in Sand Stance", statOrderKey = "7218", statOrder = { 7218 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EvasionRatingSandStanceUnique__1"] = { affix = "", "+(700-1000) to Evasion Rating while in Sand Stance", statOrderKey = "7215", statOrder = { 7215 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["MaxRagePerEquippedSwordUnique__1____"] = { affix = "", "+25 to Maximum Rage while wielding a Sword", statOrderKey = "6607", statOrder = { 6607 }, level = 1, group = "MaxRagePerEquippedSword", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BleedDotMultiplierPerRagePerEquippedAxeUnique__1"] = { affix = "", "+1% to Damage over Time Multiplier for Bleeding per Rage while wielding an Axe", statOrderKey = "4048", statOrder = { 4048 }, level = 1, group = "BleedDotMultiplierPerRagePerEquippedAxe", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["LifeManaESLeechRateUnique__1"] = { affix = "", "30% increased total Recovery per second from Life, Mana, or Energy Shield Leech", statOrderKey = "5329", statOrder = { 5329 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, - ["RandomSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level (15-25) (1-137)", statOrderKey = "217", statOrder = { 217 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["RandomSupportUnique__2"] = { affix = "", "Socketed Gems are Supported by Level (15-25) (1-137)", statOrderKey = "218", statOrder = { 218 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["RandomSupportUnique__3"] = { affix = "", "Socketed Gems are Supported by Level (1-10) (1-137)", statOrderKey = "217", statOrder = { 217 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["RandomSupportUnique__4_"] = { affix = "", "Socketed Gems are Supported by Level (25-35) (1-137)", statOrderKey = "218", statOrder = { 218 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["GrantsDashUnique__1_"] = { affix = "", "Grants Level 30 Dash Skill", statOrderKey = "401", statOrder = { 401 }, level = 1, group = "GrantsDash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["DisableTravelSkillsExceptDashUnique__1"] = { affix = "", "Travel Skills other than Dash are Disabled", statOrderKey = "7433", statOrder = { 7433 }, level = 1, group = "DisableTravelSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ArrowsIfHaventUsedDashRecentlyUnique__1"] = { affix = "", "Bow Attacks fire 2 additional Arrows if you haven't Cast Dash recently", statOrderKey = "1171", statOrder = { 1171 }, level = 1, group = "ArrowsIfHaventUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AttackSpeedIfHaventUsedDashRecentlyUnique__1"] = { affix = "", "(20-30)% increased Attack Speed if you haven't Cast Dash recently", statOrderKey = "3932", statOrder = { 3932 }, level = 1, group = "AttackSpeedIfHaventUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["MovementSpeedIfUsedDashRecentlyUnique__1"] = { affix = "", "(20-30)% increased Movement Speed if you've Cast Dash recently", statOrderKey = "6764", statOrder = { 6764 }, level = 1, group = "MovementSpeedIfUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["EvasionRatingIfUsedDashRecentlyUnique__1"] = { affix = "", "(100-160)% increased Evasion Rating if you've Cast Dash recently", statOrderKey = "4783", statOrder = { 4783 }, level = 1, group = "EvasionRatingIfUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["MinionLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "Minions Convert 2% of their Maximum Life to Maximum Energy", "Shield per 1% Chaos Resistance they have", statOrderKey = "3703,3703.1", statOrder = { 3703, 3703.1 }, level = 1, group = "MinionLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences", "minion" }, }, - ["MinionChaosDamageDoesNotBypassESUnique__1"] = { affix = "", "Chaos Damage does not bypass Minions' Energy Shield", statOrderKey = "3704", statOrder = { 3704 }, level = 1, group = "MinionChaosDamageDoesNotBypassES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "minion" }, }, - ["MinionHitsIgnoreResistanceWithESUnique__1_"] = { affix = "", "While Minions have Energy Shield, their Hits Ignore Monster Elemental Resistances", statOrderKey = "3706", statOrder = { 3706 }, level = 1, group = "MinionHitsIgnoreResistanceWithES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "minion" }, }, - ["MinionEnergyShieldRechargeDelayUnique__1"] = { affix = "", "Minions have (50-100)% faster start of Energy Shield Recharge", statOrderKey = "3705", statOrder = { 3705 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "minion" }, }, - ["DamageBypassEnergyShieldBlockUnique__1"] = { affix = "", "Damage from Blocked Hits cannot bypass Energy Shield", "Damage from Unblocked hits always bypasses Energy Shield", statOrderKey = "4510,4510.1", statOrder = { 4510, 4510.1 }, level = 1, group = "DamageBypassEnergyShieldBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NoEnergyShieldUnique__1"] = { affix = "", "Has no Energy Shield", statOrderKey = "580", statOrder = { 580 }, level = 1, group = "LocalNoEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["CannotBlockWithNoEnergyShieldUnique__1"] = { affix = "", "Cannot Block while you have no Energy Shield", statOrderKey = "2028", statOrder = { 2028 }, level = 1, group = "CannotBlockWithNoEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlindReflectedToSelfUnique__1"] = { affix = "", "Blind you inflict is Reflected to you", statOrderKey = "4162", statOrder = { 4162 }, level = 1, group = "BlindReflectedToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BlindDoesNotAffectLightRadiusUnique__1"] = { affix = "", "Blind does not affect your Light Radius", statOrderKey = "4159", statOrder = { 4159 }, level = 1, group = "BlindDoesNotAffectLightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NotablesGrantManaCostAndSpellDamageUnique1"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: 10% increased Mana Cost of Skills and 20% increased Spell Damage", statOrderKey = "7459,7459.1", statOrder = { 7459, 7459.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["UnleashSealGainFrequencyUnique__1"] = { affix = "", "Skills Supported by Unleash have (30-50)% increased Seal gain frequency", statOrderKey = "7258", statOrder = { 7258 }, level = 1, group = "UnleashSealGainFrequency", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnholyMightOnZeroEnergyShieldUnique__1"] = { affix = "", "You have Unholy Might while you have no Energy Shield", statOrderKey = "2031", statOrder = { 2031 }, level = 1, group = "UnholyMightOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ProfaneGroundInsteadOfConsecratedGround__1_"] = { affix = "", "Create Profane Ground instead of Consecrated Ground", statOrderKey = "4425", statOrder = { 4425 }, level = 1, group = "CreateProfaneGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StalkingPustuleOnKillUnique__1"] = { affix = "", "Trigger Level 1 Stalking Pustule on Kill", statOrderKey = "485", statOrder = { 485 }, level = 50, group = "StalkingPustuleOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["BlindDoesNotAffectHitChanceUnique__1"] = { affix = "", "Blind does not affect your Chance to Hit", statOrderKey = "4158", statOrder = { 4158 }, level = 1, group = "BlindDoesNotAffectHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaledictionOnBlindWhileBlindedUnique__1"] = { affix = "", "Enemies Blinded by you while you are Blinded have Malediction", statOrderKey = "4709", statOrder = { 4709 }, level = 1, group = "MaledictionOnBlindWhileBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackImpaleChanceUnique__1"] = { affix = "", "(10-20)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "3950", statOrder = { 3950 }, level = 1, group = "ImpaleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["GrantsBrandDetonateUnique__1"] = { affix = "", "Grants Level 20 Brandsurge Skill", statOrderKey = "397", statOrder = { 397 }, level = 85, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["BrandDurationUnique__1"] = { affix = "", "Brand Skills have (50-100)% increased Duration", statOrderKey = "7107", statOrder = { 7107 }, level = 1, group = "BrandDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["SummonAdditionalBrandUnique__1"] = { affix = "", "Skills which create Brands create an additional Brand", statOrderKey = "3756", statOrder = { 3756 }, level = 1, group = "SummonAdditionalBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["AttackSpeedChangedStanceUnique__1"] = { affix = "", "(25-30)% increased Attack Speed if you've changed Stance Recently", statOrderKey = "7219", statOrder = { 7219 }, level = 72, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["WarcryInfiniteEnemyPowerUnique__1__"] = { affix = "", "Warcries have infinite Power", statOrderKey = "7393", statOrder = { 7393 }, level = 1, group = "WarcryInfiniteEnemyPower", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["KeystoneCallToArmsUnique__2_"] = { affix = "", "Call to Arms", statOrderKey = "7470", statOrder = { 7470 }, level = 1, group = "CallToArms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WarcryGrantsArcaneSurgeUnique__1"] = { affix = "", "Warcries grant Arcane Surge to you and Allies, with 10% increased effect per 5 power, up to 50%", statOrderKey = "3798", statOrder = { 3798 }, level = 1, group = "WarcryGrantsArcaneSurge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WarcryTauntChaosExplosionUnique__1_"] = { affix = "", "Enemies Taunted by your Warcries Explode on death, dealing 8% of their maximum Life as Chaos Damage", statOrderKey = "4725", statOrder = { 4725 }, level = 1, group = "WarcryTauntChaosExplosion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["Curse25PercentHinderEnemyUnique__1"] = { affix = "", "Enemies Cursed by you are Hindered with 25% reduced Movement", "Speed if 25% of Curse Duration expired", statOrderKey = "7400,7400.1", statOrder = { 7400, 7400.1 }, level = 77, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["Curse50PercentCurseEffectUnique__1"] = { affix = "", "Your Curses have 25% increased Effect if 50% of Curse Duration expired", statOrderKey = "7402", statOrder = { 7402 }, level = 1, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["Curse75PercentEnemyDamageTakenUnique__1__"] = { affix = "", "Enemies Cursed by you take 25% increased Damage if 75% of Curse Duration expired", statOrderKey = "7403", statOrder = { 7403 }, level = 1, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "curse" }, }, - ["SpellsAlwaysCritFinalRepeatUnique__1_"] = { affix = "", "Spell Skills always deal Critical Strikes on final Repeat", statOrderKey = "7192", statOrder = { 7192 }, level = 80, group = "SpellsAlwaysCritFinalRepeat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["SpellsNeverCritExceptFinalRepeatUnique__1"] = { affix = "", "Spell Skills cannot deal Critical Strikes except on final Repeat", statOrderKey = "7195", statOrder = { 7195 }, level = 1, group = "SpellsNeverCritExceptFinalRepeat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["SpellsCriticalMultiplierFinalRepeatUnique__1"] = { affix = "", "Spell Skills have +(20-30)% to Critical Strike Multiplier on final Repeat", statOrderKey = "7193", statOrder = { 7193 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["NonCriticalStrikesLessDamageUnique__1"] = { affix = "", "Non-critical strikes deal 80% less Damage", statOrderKey = "2008", statOrder = { 2008 }, level = 1, group = "NonCriticalDamageMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MaximumRageUnique__1"] = { affix = "", "+20 to Maximum Rage", statOrderKey = "6977", statOrder = { 6977 }, level = 85, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumRageUnique__2"] = { affix = "", "+5 to Maximum Rage", statOrderKey = "6977", statOrder = { 6977 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumRageImplicitE1"] = { affix = "", "+10 to Maximum Rage", statOrderKey = "6977", statOrder = { 6977 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PhysicalDamagePerRageUnique__1"] = { affix = "", "(4-6)% increased Physical Damage per 10 Rage", statOrderKey = "6878", statOrder = { 6878 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["EnemiesCrushedWithRageUnique__1_"] = { affix = "", "Nearby Enemies are Crushed while you have at least 25 Rage", statOrderKey = "6788", statOrder = { 6788 }, level = 1, group = "Crushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapDoesntConsumeSextantCharge_"] = { affix = "", "Does not consume Sextant Uses", statOrderKey = "6170", statOrder = { 6170 }, level = 1, group = "MapDoesntConsumeSextantCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapGainsRandomZanaMod"] = { affix = "", "Map has an additional random Modifier from Zana's Crafting Bench", statOrderKey = "6425", statOrder = { 6425 }, level = 1, group = "MapGainsRandomZanaMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapBossSurroundedByTormentedSpirits"] = { affix = "", "Map Boss is surrounded by Tormented Spirits", statOrderKey = "6102", statOrder = { 6102 }, level = 1, group = "MapBossSurroundedByTormentedSpirits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapHarbingerPortalAdditionalFragments__"] = { affix = "", "Unique Boss drops an additional Harbinger Scroll", statOrderKey = "6195", statOrder = { 6195 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelImplicitLifeRegeneration"] = { affix = "", "Regenerate 0.1% of Life per second", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "JewelImplicitLifeRegeneration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["JewelImplicitEnergyShieldRechargeRate"] = { affix = "", "(3-6)% increased Energy Shield Recharge Rate", statOrderKey = "969", statOrder = { 969 }, level = 1, group = "JewelImplicitEnergyShieldRechargeRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["JewelImplicitTotemPlacementSpeed"] = { affix = "", "(4-6)% increased Totem Placement speed", statOrderKey = "1887", statOrder = { 1887 }, level = 1, group = "JewelImplicitTotemPlacementSpeed", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["JewelImplicitDamageTakenGainedAsMana"] = { affix = "", "1% of Damage taken Recouped as Mana", statOrderKey = "1773", statOrder = { 1773 }, level = 1, group = "JewelImplicitDamageTakenGainedAsMana", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["JewelImplicitLifeLeechRate"] = { affix = "", "20% increased Recovery per second from Life Leech", statOrderKey = "1517", statOrder = { 1517 }, level = 1, group = "JewelImplicitLifeLeechRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["JewelImplicitManaLeechRate"] = { affix = "", "20% increased total Recovery per second from Mana Leech", statOrderKey = "1518", statOrder = { 1518 }, level = 1, group = "JewelImplicitManaLeechRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["JewelImplicitAuraAreaOfEffect"] = { affix = "", "(3-6)% increased Area of Effect of Aura Skills", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "JewelImplicitAuraAreaOfEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["JewelImplicitMinionLife___"] = { affix = "", "Minions have (3-5)% increased maximum Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "JewelImplicitMinionLife", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["JewelImplicitMovementSpeed"] = { affix = "", "1% increased Movement Speed", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "JewelImplicitMovementSpeed", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["JewelImplicitLightRadius"] = { affix = "", "(3-6)% increased Light Radius", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "JewelImplicitLightRadius", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelImplicitFlaskDuration"] = { affix = "", "1% increased Flask Effect Duration", statOrderKey = "1548", statOrder = { 1548 }, level = 1, group = "JewelImplicitFlaskDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["JewelImplicitReducedChillEffect"] = { affix = "", "10% reduced Effect of Chill on you", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "JewelImplicitReducedChillEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["JewelImplicitReducedFreezeDuration_"] = { affix = "", "10% reduced Freeze Duration on you", statOrderKey = "1247", statOrder = { 1247 }, level = 1, group = "JewelImplicitReducedFreezeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["JewelImplicitReducedShockEffect"] = { affix = "", "10% reduced Effect of Shock on you", statOrderKey = "7091", statOrder = { 7091 }, level = 1, group = "JewelImplicitReducedShockEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["JewelImplicitReducedIgniteDuration_"] = { affix = "", "10% reduced Ignite Duration on you", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "JewelImplicitReducedIgniteDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["JewelImplicitChanceToAvoidStun"] = { affix = "", "10% chance to Avoid being Stunned", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "JewelImplicitChanceToAvoidStun", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelImplicitChanceToAvoidChill"] = { affix = "", "10% chance to Avoid being Chilled", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "JewelImplicitChanceToAvoidChill", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["JewelImplicitChanceToAvoidFreeze"] = { affix = "", "10% chance to Avoid being Frozen", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "JewelImplicitChanceToAvoidFreeze", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["JewelImplicitChanceToAvoidShock"] = { affix = "", "10% chance to Avoid being Shocked", statOrderKey = "1222", statOrder = { 1222 }, level = 1, group = "JewelImplicitChanceToAvoidShock", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["JewelImplicitChanceToAvoidIgnite"] = { affix = "", "10% chance to Avoid being Ignited", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "JewelImplicitChanceToAvoidIgnite", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["JewelImplicitChanceToAvoidPoison"] = { affix = "", "10% chance to Avoid being Poisoned", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "JewelImplicitChanceToAvoidPoison", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["JewelImplicitReducedElementalReflect"] = { affix = "", "10% reduced Reflected Elemental Damage taken", statOrderKey = "2002", statOrder = { 2002 }, level = 1, group = "JewelImplicitReducedElementalReflect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["JewelImplicitReducedPhysicalReflect"] = { affix = "", "10% reduced Reflected Physical Damage taken", statOrderKey = "2003", statOrder = { 2003 }, level = 1, group = "JewelImplicitReducedPhysicalReflect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["JewelImplicitFrenzyChargeDuration__"] = { affix = "", "10% increased Frenzy Charge Duration", statOrderKey = "1487", statOrder = { 1487 }, level = 1, group = "JewelImplicitFrenzyChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["JewelImplicitPowerChargeDuration"] = { affix = "", "10% increased Power Charge Duration", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "JewelImplicitPowerChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["JewelImplicitEnduranceChargeDuration"] = { affix = "", "10% increased Endurance Charge Duration", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "JewelImplicitEnduranceChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["VolleyFirstPointPierceUnique__1_"] = { affix = "", "Arrows fired from the first firing points always Pierce", statOrderKey = "3707", statOrder = { 3707 }, level = 1, group = "VolleyFirstPointPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["VolleySecondPointForkUnique__1"] = { affix = "", "Arrows fired from the second firing points Fork", statOrderKey = "3708", statOrder = { 3708 }, level = 1, group = "VolleySecondPointFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["VolleyThirdPointReturnUnique__1__"] = { affix = "", "Arrows fired from the third firing points Return to you", statOrderKey = "3709", statOrder = { 3709 }, level = 1, group = "VolleyThirdPointReturn", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["VolleyFourthPointChainUnique__1"] = { affix = "", "Arrows fired from the fourth firing points Chain +2 times", statOrderKey = "3710", statOrder = { 3710 }, level = 1, group = "VolleyFourthPointChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["HarvestAlternateWeaponQualityLocalCriticalStrikeChance__"] = { affix = "", "Quality does not increase Physical Damage", "1% increased Critical Strike Chance per 4% Quality", statOrderKey = "1284,5759", statOrder = { 1284, 5759 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "critical" }, }, - ["HarvestAlternateWeaponQualityAccuracyRatingIncrease_"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Accuracy per 2% Quality", statOrderKey = "1284,5398", statOrder = { 1284, 5398 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HarvestAlternateWeaponQualityLocalIncreasedAttackSpeed"] = { affix = "", "Quality does not increase Physical Damage", "1% increased Attack Speed per 8% Quality", statOrderKey = "1284,5742", statOrder = { 1284, 5742 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["HarvestAlternateWeaponQualityLocalMeleeWeaponRange_"] = { affix = "", "Quality does not increase Physical Damage", "+1 Weapon Range per 10% Quality", statOrderKey = "1284,5968", statOrder = { 1284, 5968 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HarvestAlternateWeaponQualityElementalDamagePercent"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Elemental Damage per 2% Quality", statOrderKey = "1284,5791", statOrder = { 1284, 5791 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["HarvestAlternateWeaponQualityAreaOfEffect_"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Area of Effect per 4% Quality", statOrderKey = "1284,5737", statOrder = { 1284, 5737 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HarvestAlternateArmourQualityIncreasedLife"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Maximum Life per 2% Quality", statOrderKey = "1283,5851", statOrder = { 1283, 5851 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "defences" }, }, - ["HarvestAlternateArmourQualityIncreasedMana"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Maximum Mana per 2% Quality", statOrderKey = "1283,5853", statOrder = { 1283, 5853 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "defences" }, }, - ["HarvestAlternateArmourQualityStrength"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Strength per 2% Quality", statOrderKey = "1283,5883", statOrder = { 1283, 5883 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, - ["HarvestAlternateArmourQualityDexterity"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Dexterity per 2% Quality", statOrderKey = "1283,5765", statOrder = { 1283, 5765 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, - ["HarvestAlternateArmourQualityIntelligence_"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Intelligence per 2% Quality", statOrderKey = "1283,5816", statOrder = { 1283, 5816 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, - ["HarvestAlternateArmourQualityFireResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Fire Resistance per 2% Quality", statOrderKey = "1283,5794", statOrder = { 1283, 5794 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "fire", "resistance" }, }, - ["HarvestAlternateArmourQualityColdResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Cold Resistance per 2% Quality", statOrderKey = "1283,5757", statOrder = { 1283, 5757 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "cold", "resistance" }, }, - ["HarvestAlternateArmourQualityLightningResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Lightning Resistance per 2% Quality", statOrderKey = "1283,5847", statOrder = { 1283, 5847 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "lightning", "resistance" }, }, - ["SummonedSkeletonWarriorsGetWeaponStatsInMainHandUnique__1"] = { affix = "", "Summoned Skeleton Warriors wield a copy of this Weapon while in your Main Hand", statOrderKey = "3712", statOrder = { 3712 }, level = 1, group = "SummonSkeletonsWarriorsGetWeaponStats", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SkeletonWarriorsTripleDamageUnique__1_"] = { affix = "", "Summoned Skeleton Warriors deal Triple Damage with this", "Weapon if you've Hit with this Weapon Recently", statOrderKey = "3713,3713.1", statOrder = { 3713, 3713.1 }, level = 1, group = "SkeletonWarriorsTripleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GrantsUnholyMightUnique__1"] = { affix = "", "Unholy Might", statOrderKey = "2215", statOrder = { 2215 }, level = 1, group = "UnholyMightBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyEnemiesAreChilledUnique__1"] = { affix = "", "Nearby Enemies are Chilled", statOrderKey = "5777", statOrder = { 5777 }, level = 1, group = "NearbyEnemiesAreChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeChilledEnemiesMoreDamageUnique__1_"] = { affix = "", "Freeze Chilled Enemies as though dealing (50-100)% more Damage", statOrderKey = "4861", statOrder = { 4861 }, level = 1, group = "FreezeChilledEnemiesMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["AllDamageCanFreezeUnique__1"] = { affix = "", "All Damage with Hits can Freeze", statOrderKey = "2163", statOrder = { 2163 }, level = 1, group = "AllDamageCanFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["CriticalStrikeMultiplierIfGainedPowerChargeUnique__1_"] = { affix = "", "+(30-40)% to Critical Strike Multiplier if you've gained a Power Charge Recently", statOrderKey = "4467", statOrder = { 4467 }, level = 85, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["PowerChargeDurationFinalUnique__1__"] = { affix = "", "90% less Power Charge Duration", statOrderKey = "6927", statOrder = { 6927 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ElementalDamageTakenUnique__1"] = { affix = "", "(40-50)% increased Elemental Damage taken", statOrderKey = "2599", statOrder = { 2599 }, level = 1, group = "ElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["DisplaySupportedByImmolateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Immolate", statOrderKey = "121", statOrder = { 121 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByUnboundAilmentsUnique__1__"] = { affix = "", "Socketed Gems are Supported by Level 1 Unbound Ailments", statOrderKey = "174", statOrder = { 174 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["FireHitAndDoTDamageTakenAsLightningUnique__1"] = { affix = "", "40% of Fire Damage taken as Lightning", statOrderKey = "4830", statOrder = { 4830 }, level = 1, group = "DamageTakenAsLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ColdHitAndDoTDamageTakenAsLightningUnique__1"] = { affix = "", "40% of Cold Damage taken as Lightning", statOrderKey = "4375", statOrder = { 4375 }, level = 1, group = "DamageTakenAsLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemyShockedConvertedToLightningUnique__1"] = { affix = "", "Enemies Shocked by you have (10-15)% of Physical Damage they deal converted to Lightning", statOrderKey = "4723", statOrder = { 4723 }, level = 1, group = "EnemyShockedConvertedToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemyIgnitedConvertedToFireUnique__1"] = { affix = "", "Enemies Ignited by you have (10-15)% of Physical Damage they deal converted to Fire", statOrderKey = "4717", statOrder = { 4717 }, level = 1, group = "EnemyIgnitedConvertedToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeGainOnHitCursedEnemyUnique__1"] = { affix = "", "(20-28) Life gained for each Cursed Enemy hit by your Attacks", statOrderKey = "5312", statOrder = { 5312 }, level = 61, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["ManaGainOnHitCursedEnemyUnique__1"] = { affix = "", "(10-14) Mana gained for each Cursed Enemy hit by your Attacks", statOrderKey = "5997", statOrder = { 5997 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["CullingStrikeCursedEnemyUnique__1_"] = { affix = "", "You have Culling Strike against Cursed Enemies", statOrderKey = "4490", statOrder = { 4490 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyEnemiesAvoidProjectilesUnique__1"] = { affix = "", "Projectiles cannot collide with Enemies at Close Range", statOrderKey = "6789", statOrder = { 6789 }, level = 1, group = "NearbyEnemiesAvoidProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ScorchingBrittleSappingConfluxUnique__1"] = { affix = "", "You have Scorching Conflux, Brittle Conflux and Sapping Conflux while your two highest Attributes are equal", statOrderKey = "4961", statOrder = { 4961 }, level = 85, group = "ScorchingBrittleSappingConflux", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotIgniteChillFreezeShockUnique__1"] = { affix = "", "Cannot Ignite, Chill, Freeze or Shock", statOrderKey = "6800", statOrder = { 6800 }, level = 1, group = "CannotIgniteChillFreezeShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CorpseWalk"] = { affix = "", "Triggers Level 20 Corpse Walk when Equipped", statOrderKey = "457", statOrder = { 457 }, level = 1, group = "CorpseWalk", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GainAreaOfEffectPluspercentOnManaSpentUnique__1"] = { affix = "", "Gain 40% increased Area of Effect for 2 seconds after Spending a total of 800 Mana", statOrderKey = "4901", statOrder = { 4901 }, level = 69, group = "GainAreaOfEffectPluspercentOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeRegenerationPerNearbyCorpseUnique__1"] = { affix = "", "For each nearby corpse, Regenerate 0.25% Life per second, up to 3%", statOrderKey = "5353", statOrder = { 5353 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GainEnduranceChargesWhenHitUnique__1_"] = { affix = "", "Gain an Endurance Charge when you are Hit", statOrderKey = "2046", statOrder = { 2046 }, level = 1, group = "GainEnduranceChargesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["LoseLifeIfHitRecentlyUnique__1"] = { affix = "", "Lose 2% of Life per second if you have been Hit Recently", statOrderKey = "5327", statOrder = { 5327 }, level = 1, group = "LoseLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["PerfectAgonyIfCritRecentlyUnique__1"] = { affix = "", "You have Perfect Agony if you've dealt a Critical Strike recently", statOrderKey = "4947", statOrder = { 4947 }, level = 1, group = "PerfectAgonyIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "ailment" }, }, - ["BrandDamageUnique__1"] = { affix = "", "40% increased Brand Damage", statOrderKey = "7105", statOrder = { 7105 }, level = 1, group = "BrandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["AdditionalBrandUnique__1"] = { affix = "", "You can Cast an additional Brand", statOrderKey = "4022", statOrder = { 4022 }, level = 1, group = "AdditionalBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["CriticalStrikeChancePerBrandUnique__1___"] = { affix = "", "20% increased Critical Strike Chance per Brand", statOrderKey = "4443", statOrder = { 4443 }, level = 1, group = "CriticalStrikeChancePerBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, - ["MaximumDoomUnique__1___"] = { affix = "", "Hexes you inflict have +15 to maximum Doom", statOrderKey = "4496", statOrder = { 4496 }, level = 1, group = "MaximumDoom", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["DamageAgainstMarkedEnemiesUnique__1"] = { affix = "", "(30-50)% increased Damage with Hits and Ailments against Marked Enemy", statOrderKey = "4520", statOrder = { 4520 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MarkCastSpeedUnique__1"] = { affix = "", "Mark Skills have (10-15)% increased Cast Speed", statOrderKey = "1580", statOrder = { 1580 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "curse" }, }, - ["TransferMarkOnDeathUnique__1"] = { affix = "", "Your Mark transfers to another Enemy when Marked Enemy dies", statOrderKey = "7431", statOrder = { 7431 }, level = 1, group = "TransferMarkOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskEldritchBatteryUnique__1"] = { affix = "", "Eldritch Battery during Flask effect", "Life Recovery from Flasks also applies to Energy Shield during Flask Effect", statOrderKey = "3080,5807", statOrder = { 3080, 5807 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "resource", "life", "defences" }, }, - ["GrantsDeathWishUnique__1__"] = { affix = "", "Grants Level 20 Death Wish Skill", statOrderKey = "402", statOrder = { 402 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["EnemyTemporalChainsOnHitUnique__1"] = { affix = "", "Enemy Hits inflict Temporal Chains on you", statOrderKey = "4729", statOrder = { 4729 }, level = 1, group = "EnemyTemporalChainsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainRageOnLosingTemporalChainsUnique__1__"] = { affix = "", "When you lose Temporal Chains you gain maximum Rage", statOrderKey = "4927", statOrder = { 4927 }, level = 1, group = "GainRageOnLosingTemporalChains", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ImmuneToCursesWithRageUnique__1"] = { affix = "", "Immune to Curses while you have at least 25 Rage", statOrderKey = "5239", statOrder = { 5239 }, level = 1, group = "ImmuneToCursesWithRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WeaponCritChanceOverrideUnique__1__"] = { affix = "", "Critical Strike Chance is (20-30)% for Hits with this Weapon", statOrderKey = "5967", statOrder = { 5967 }, level = 1, group = "WeaponCritChanceIs", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["NoIntelligenceUnique__1_"] = { affix = "", "You have no Intelligence", statOrderKey = "5272", statOrder = { 5272 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["FlaskLifeRecoveryAlliesUnique__1_"] = { affix = "", "100% of Life Recovery from Flasks is applied to nearby Allies instead of You", statOrderKey = "5331", statOrder = { 5331 }, level = 1, group = "FlaskLifeRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["DamageIfConsumedCorpseUnique__1__"] = { affix = "", "(20-40)% increased Damage if you have Consumed a corpse Recently", statOrderKey = "3561", statOrder = { 3561 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["HexExpiresMaxDoomUnique__1"] = { affix = "", "Hexes expire 0.5 seconds after reaching maximum Doom", statOrderKey = "5188", statOrder = { 5188 }, level = 48, group = "HexExpiresMaxDoom", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, - ["DoubleDoomEffectUnique__1"] = { affix = "", "Hexes you inflict have their Effect increased by twice their Doom instead", statOrderKey = "4641", statOrder = { 4641 }, level = 1, group = "DoubleDoomEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HexDoomGainUnique__1"] = { affix = "", "Hexes have (-20-20)% reduced Doom gain rate", statOrderKey = "5182", statOrder = { 5182 }, level = 1, group = "HexDoomGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalAddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "(1-2) to (36-40) Lightning Damage per Power Charge", statOrderKey = "6661", statOrder = { 6661 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HasMassiveShrineBuffUnique__1"] = { affix = "", "You have Lesser Massive Shrine Buff", statOrderKey = "5012", statOrder = { 5012 }, level = 1, group = "HasShrineBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HasBrutalShrineBuffUnique__1"] = { affix = "", "You have Lesser Brutal Shrine Buff", statOrderKey = "5011", statOrder = { 5011 }, level = 1, group = "HasShrineBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedSkillsDoubleDamageUnique__1_"] = { affix = "", "Socketed Skills deal Double Damage", statOrderKey = "311", statOrder = { 311 }, level = 1, group = "SocketedSkillsDoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TotalRecoveryLifeLeechDoubledUnique__1"] = { affix = "", "Total Recovery per second from Life Leech is Doubled", statOrderKey = "7303", statOrder = { 7303 }, level = 55, group = "LifeLeechSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageLeechWith5ChargesUnique__1"] = { affix = "", "0.5% of Damage Leeched as Life while you have at least 5 total Endurance, Frenzy and Power Charges", statOrderKey = "5317", statOrder = { 5317 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReflectElementalAilmentsToSelfUnique__1"] = { affix = "", "Elemental Ailments you inflict are Reflected to you", statOrderKey = "4656", statOrder = { 4656 }, level = 1, group = "ReflectElementalAilmentsToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ProlifElementalAilmentsFromSelfUnique__1__"] = { affix = "", "Elemental Ailments inflicted on you spread to Enemies in a radius of 25", statOrderKey = "4655", statOrder = { 4655 }, level = 1, group = "ProlifElementalAilmentsFromSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalDamagePerPowerChargeUnique__1"] = { affix = "", "(3-5)% increased Elemental Damage per Power charge", statOrderKey = "4669", statOrder = { 4669 }, level = 1, group = "ElementalDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["LosePowerChargesOnBlockUnique__1"] = { affix = "", "Lose all Power Charges when you Block", statOrderKey = "5972", statOrder = { 5972 }, level = 1, group = "LosePowerChargesOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainPowerChargesNotLostRecentlyUnique__1_"] = { affix = "", "Gain a Power Charge every Second if you haven't lost Power Charges Recently", statOrderKey = "4955", statOrder = { 4955 }, level = 1, group = "GainPowerChargesNotLostRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SupportSkitterBotAilmentAuraReplaceWithCurse____1"] = { affix = "", "Left Ring Slot: Your Chilling Skitterbot's Aura applies Socketed Hex Curse instead", "Right Ring Slot: Your Shocking Skitterbot's Aura applies Socketed Hex Curse instead", statOrderKey = "5971,5990", statOrder = { 5971, 5990 }, level = 65, group = "UniqueSkitterBotAilmentAuraReplace", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "minion", "curse" }, }, + ["AttackLightningDamageMaximumManaUnique__1__"] = { affix = "", "Attack Skills have Added Lightning Damage equal to 6% of maximum Mana", statOrderKey = "4027", statOrder = { 4027 }, level = 1, group = "AttackLightningDamageMaximumMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LoseManaOnAttackSkillUnique__1"] = { affix = "", "Lose 3% of Mana when you use an Attack Skill", statOrderKey = "6089", statOrder = { 6089 }, level = 1, group = "LoseManaOnAttackSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["StrengthPerPointToClassStartUnique__1"] = { affix = "", "+5 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "StrengthPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityPerPointToClassStartUnique__1"] = { affix = "", "+5 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "DexterityPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligencePerPointToClassStartUnique__1"] = { affix = "", "+5 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "IntelligencePerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["LifePerPointToClassStartUnique__1_"] = { affix = "", "+5 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "LifePerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaPerPointToClassStartUnique__1"] = { affix = "", "+5 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "ManaPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldPerPointToClassStartUnique__1"] = { affix = "", "+5 to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "EnergyShieldPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ArmourPerPointToClassStartUnique__1"] = { affix = "", "+40 to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "ArmourPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EvasionPerPointToClassStartUnique__1"] = { affix = "", "+40 to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "EvasionPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AccuracyPerPointToClassStartUnique__1"] = { affix = "", "+40 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "AccuracyPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EnemiesExplodeOnDeathChaosGloriousMadnessUnique1"] = { affix = "", "Enemies you Kill while affected by Glorious Madness have a 40% chance to Explode, dealing a quarter of their Life as Chaos Damage", statOrderKey = "7618", statOrder = { 7618 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AllDamageCanPoisonGloriousMadnessUnique___1"] = { affix = "", "All Damage inflicts Poison while affected by Glorious Madness", statOrderKey = "7615", statOrder = { 7615 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["FortifyEffectSelfGloriousMadnessUnique1"] = { affix = "", "60% increased Effect of Fortify on you while affected by Glorious Madness", statOrderKey = "7620", statOrder = { 7620 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DoubleDamageChanceGloriousMadnessUnique_1"] = { affix = "", "20% chance to deal Double Damage while affected by Glorious Madness", statOrderKey = "7616", statOrder = { 7616 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalConfluxesGloriousMadnessUnique1"] = { affix = "", "You have Igniting, Chilling and Shocking Conflux while affected by Glorious Madness", statOrderKey = "7621", statOrder = { 7621 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalAilmentImmunityGloriousMadnessUnique1"] = { affix = "", "Immune to Elemental Ailments while affected by Glorious Madness", statOrderKey = "7622", statOrder = { 7622 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["MovementSpeedUnique_42"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GrantEmbraceMadnessSkillUnique1"] = { affix = "", "Grants Level 1 Embrace Madness Skill", statOrderKey = "407", statOrder = { 407 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LocalAfflictionJewelDisplaySmallNodesGrantNothingUnique_1"] = { affix = "", "Added Small Passive Skills grant Nothing", statOrderKey = "5546", statOrder = { 5546 }, level = 1, group = "LocalAfflictionJewelDisplaySmallNodesGrantNothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackSpeedAfterSavageHitTakenUnique__1"] = { affix = "", "40% increased Attack Speed if you've taken a Savage Hit Recently", statOrderKey = "2860", statOrder = { 2860 }, level = 1, group = "AttackSpeedAfterSavageHitTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["FrenzyChargeOnCritCloseRangeUnique__1"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Critical Strike at Close Range", statOrderKey = "5062", statOrder = { 5062 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "critical" }, }, + ["BleedDotMultiplierPerFrenzyChargeUnique__1_"] = { affix = "", "+4% to Damage over Time Multiplier for Bleeding per Frenzy Charge", statOrderKey = "4167", statOrder = { 4167 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedPerFrenzyChargeUnique__1"] = { affix = "", "Bleeding you inflict deals Damage 4% faster per Frenzy Charge", statOrderKey = "4940", statOrder = { 4940 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["CriticalBleedDotMultiplierUnique__1_"] = { affix = "", "+(30-40)% to Damage over Time Multiplier for Bleeding from Critical Strikes", statOrderKey = "809", statOrder = { 809 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["BleedDotMultiplier2HImplicit1"] = { affix = "", "+20% to Damage over Time Multiplier for Bleeding", statOrderKey = "808", statOrder = { 808 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["LocalWitherOnHitChanceUnique__1"] = { affix = "", "(20-25)% chance to inflict Withered for 2 seconds on Hit with this Weapon", statOrderKey = "3801", statOrder = { 3801 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalWitherOnHitChanceUnique__2"] = { affix = "", "Inflict Withered for 2 seconds on Hit with this Weapon", statOrderKey = "3801", statOrder = { 3801 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WitherOnHitChanceUnique__1"] = { affix = "", "(20-25)% chance to inflict Withered for 2 seconds on Hit", statOrderKey = "3787", statOrder = { 3787 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotPenetrateResistancesUnique__1"] = { affix = "", "Your Hits cannot Penetrate or ignore Elemental Resistances", statOrderKey = "4339", statOrder = { 4339 }, level = 1, group = "CannotPenetrateResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["WitherGrantsElementalDamageTakenUnique__1__"] = { affix = "", "Enemies take 4% increased Elemental Damage from your Hits for", "each Withered you have inflicted on them", statOrderKey = "3788,3788.1", statOrder = { 3788, 3788.1 }, level = 1, group = "WitherGrantsElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ActivateHeraldOfThunderOnShockUnique__1"] = { affix = "", "Herald of Thunder also creates a storm when you Shock an Enemy", statOrderKey = "4550", statOrder = { 4550 }, level = 1, group = "ActivateHeraldOfThunderOnShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TakeDamageWhenHeraldOfThunderHitsUnique__1__"] = { affix = "", "Take 250 Lightning Damage when Herald of Thunder Hits an Enemy", statOrderKey = "7464", statOrder = { 7464 }, level = 1, group = "TakeDamageWhenHeraldOfThunderHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HeraldOfThunderBoltFrequencyUnique__1"] = { affix = "", "Herald of Thunder's Storms Hit Enemies with (30-50)% increased Frequency", statOrderKey = "5324", statOrder = { 5324 }, level = 1, group = "HeraldOfThunderBoltFrequency", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RagingSpiritFireSplashDamageUnique__1"] = { affix = "", "Summoned Raging Spirits' Melee Strikes deal Fire-only Splash", "Damage to Surrounding Targets", statOrderKey = "7418,7418.1", statOrder = { 7418, 7418.1 }, level = 1, group = "MeleeSplash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring", "elemental", "fire", "minion" }, }, + ["FragileRegrowthLifeRegenerationUnique__1"] = { affix = "", "Maximum 10 Fragile Regrowth", "42% of Life Regenerated per second per Fragile Regrowth", "Lose all Fragile Regrowth when Hit", "Gain 1 Fragile Regrowth each second ", statOrderKey = "3790,3791,3792,5114", statOrder = { 3790, 3791, 3792, 5114 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["FragileRegrowthLifeRegenerationUnique__2_"] = { affix = "", "Maximum 5 Fragile Regrowth", "42% of Life Regenerated per second per Fragile Regrowth", "Gain up to maximum Fragile Regrowth when Hit", "Lose 1 Fragile Regrowth each second ", statOrderKey = "3790,3791,5109,5114", statOrder = { 3790, 3791, 5109, 5114 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumESLeechAmountUnique__1_"] = { affix = "", "50% reduced Maximum Recovery per Energy Shield Leech", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ESLeechFromAttacksNotRemovedOnFullESUnique__1"] = { affix = "", "Energy Shield Leech Effects from Attacks are not removed at Full Energy Shield", statOrderKey = "4880", statOrder = { 4880 }, level = 1, group = "ESLeechNotRemovedOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnemiesKilledApplyImpaleDamageUnique__1"] = { affix = "", "50% chance for Impales on Enemies you Kill to Reflect Damage to surrounding Enemies", statOrderKey = "5430", statOrder = { 5430 }, level = 1, group = "EnemiesKilledApplyImpaleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ArmourAppliesToLightningDamageUnique__1_"] = { affix = "", "Armour also applies to Lightning Damage taken from Hits", statOrderKey = "4090", statOrder = { 4090 }, level = 1, group = "ArmourAppliesToLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "elemental", "lightning" }, }, + ["LightningResistNoReductionUnique__1_"] = { affix = "", "Lightning Resistance does not affect Lightning Damage taken", statOrderKey = "5531", statOrder = { 5531 }, level = 1, group = "LightningResistNoReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["DealNoNonLightningDamageUnique__1_"] = { affix = "", "Deal no Non-Lightning Damage", statOrderKey = "2217", statOrder = { 2217 }, level = 1, group = "DealNoNonLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["NearbyEnemyLightningResistanceEqualUnique__1"] = { affix = "", "Nearby Enemies have Lightning Resistance equal to yours", statOrderKey = "6926", statOrder = { 6926 }, level = 1, group = "NearbyEnemyLightningResistanceEqual", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SupportedByIntensifyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrderKey = "131", statOrder = { 131 }, level = 1, group = "SupportedByIntensify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ShockedGroundWhileMovingUnique__1_"] = { affix = "", "Drops Shocked Ground while moving, lasting 2 seconds", statOrderKey = "3703", statOrder = { 3703 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__1_"] = { affix = "", "Trigger Level 1 Gore Shockwave on Melee Hit if you have at least 150 Strength", statOrderKey = "482", statOrder = { 482 }, level = 1, group = "SupportedByShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__2"] = { affix = "", "Trigger Level 5 Gore Shockwave on Melee Hit if you have at least 150 Strength", statOrderKey = "482", statOrder = { 482 }, level = 1, group = "SupportedByShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["ProjectileDamageBloodStanceUnique__1"] = { affix = "", "(40-60)% increased Projectile Damage while in Blood Stance", statOrderKey = "7362", statOrder = { 7362 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LifeRegenerationBloodStanceUnique__1"] = { affix = "", "(150-200) Life Regenerated per Second while in Blood Stance", statOrderKey = "7361", statOrder = { 7361 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AreaOfEffectSandStanceUnique__1"] = { affix = "", "(20-30)% increased Area of Effect while in Sand Stance", statOrderKey = "7366", statOrder = { 7366 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EvasionRatingSandStanceUnique__1"] = { affix = "", "+(700-1000) to Evasion Rating while in Sand Stance", statOrderKey = "7363", statOrder = { 7363 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["MaxRagePerEquippedSwordUnique__1____"] = { affix = "", "+25 to Maximum Rage while wielding a Sword", statOrderKey = "6740", statOrder = { 6740 }, level = 1, group = "MaxRagePerEquippedSword", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BleedDotMultiplierPerRagePerEquippedAxeUnique__1"] = { affix = "", "+1% to Damage over Time Multiplier for Bleeding per Rage while wielding an Axe", statOrderKey = "4164", statOrder = { 4164 }, level = 1, group = "BleedDotMultiplierPerRagePerEquippedAxe", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["LifeManaESLeechRateUnique__1"] = { affix = "", "30% increased total Recovery per second from Life, Mana, or Energy Shield Leech", statOrderKey = "5475", statOrder = { 5475 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["RandomSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level (15-25) (1-140)", statOrderKey = "220", statOrder = { 220 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["RandomSupportUnique__2"] = { affix = "", "Socketed Gems are Supported by Level (15-25) (1-140)", statOrderKey = "221", statOrder = { 221 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["RandomSupportUnique__3"] = { affix = "", "Socketed Gems are Supported by Level (1-10) (1-140)", statOrderKey = "220", statOrder = { 220 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["RandomSupportUnique__4_"] = { affix = "", "Socketed Gems are Supported by Level (25-35) (1-140)", statOrderKey = "221", statOrder = { 221 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["GrantsDashUnique__1_"] = { affix = "", "Grants Level 30 Dash Skill", statOrderKey = "404", statOrder = { 404 }, level = 1, group = "GrantsDash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DisableTravelSkillsExceptDashUnique__1"] = { affix = "", "Travel Skills other than Dash are Disabled", statOrderKey = "7614", statOrder = { 7614 }, level = 1, group = "DisableTravelSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ArrowsIfHaventUsedDashRecentlyUnique__1"] = { affix = "", "Bow Attacks fire 2 additional Arrows if you haven't Cast Dash recently", statOrderKey = "1313", statOrder = { 1313 }, level = 1, group = "ArrowsIfHaventUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AttackSpeedIfHaventUsedDashRecentlyUnique__1"] = { affix = "", "(20-30)% increased Attack Speed if you haven't Cast Dash recently", statOrderKey = "4035", statOrder = { 4035 }, level = 1, group = "AttackSpeedIfHaventUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["MovementSpeedIfUsedDashRecentlyUnique__1"] = { affix = "", "(20-30)% increased Movement Speed if you've Cast Dash recently", statOrderKey = "6897", statOrder = { 6897 }, level = 1, group = "MovementSpeedIfUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["EvasionRatingIfUsedDashRecentlyUnique__1"] = { affix = "", "(100-160)% increased Evasion Rating if you've Cast Dash recently", statOrderKey = "4914", statOrder = { 4914 }, level = 1, group = "EvasionRatingIfUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["MinionLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "Minions Convert 2% of their Maximum Life to Maximum Energy", "Shield per 1% Chaos Resistance they have", statOrderKey = "3793,3793.1", statOrder = { 3793, 3793.1 }, level = 1, group = "MinionLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences", "minion" }, }, + ["MinionChaosDamageDoesNotBypassESUnique__1"] = { affix = "", "Chaos Damage does not bypass Minions' Energy Shield", statOrderKey = "3794", statOrder = { 3794 }, level = 1, group = "MinionChaosDamageDoesNotBypassES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "minion" }, }, + ["MinionHitsIgnoreResistanceWithESUnique__1_"] = { affix = "", "While Minions have Energy Shield, their Hits Ignore Monster Elemental Resistances", statOrderKey = "3796", statOrder = { 3796 }, level = 1, group = "MinionHitsIgnoreResistanceWithES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "minion" }, }, + ["MinionEnergyShieldRechargeDelayUnique__1"] = { affix = "", "Minions have (50-100)% faster start of Energy Shield Recharge", statOrderKey = "3795", statOrder = { 3795 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "minion" }, }, + ["DamageBypassEnergyShieldBlockUnique__1"] = { affix = "", "Damage from Blocked Hits cannot bypass Energy Shield", "Damage from Unblocked hits always bypasses Energy Shield", statOrderKey = "4637,4637.1", statOrder = { 4637, 4637.1 }, level = 1, group = "DamageBypassEnergyShieldBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NoEnergyShieldUnique__1"] = { affix = "", "Has no Energy Shield", statOrderKey = "713", statOrder = { 713 }, level = 1, group = "LocalNoEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["CannotBlockWithNoEnergyShieldUnique__1"] = { affix = "", "Cannot Block while you have no Energy Shield", statOrderKey = "2155", statOrder = { 2155 }, level = 1, group = "CannotBlockWithNoEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlindReflectedToSelfUnique__1"] = { affix = "", "Blind you inflict is Reflected to you", statOrderKey = "4278", statOrder = { 4278 }, level = 1, group = "BlindReflectedToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlindDoesNotAffectLightRadiusUnique__1"] = { affix = "", "Blind does not affect your Light Radius", statOrderKey = "4275", statOrder = { 4275 }, level = 1, group = "BlindDoesNotAffectLightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NotablesGrantManaCostAndSpellDamageUnique1"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: 10% increased Mana Cost of Skills and 20% increased Spell Damage", statOrderKey = "7640,7640.1", statOrder = { 7640, 7640.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["UnleashSealGainFrequencyUnique__1"] = { affix = "", "Skills Supported by Unleash have (30-50)% increased Seal gain frequency", statOrderKey = "7435", statOrder = { 7435 }, level = 1, group = "UnleashSealGainFrequency", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnholyMightOnZeroEnergyShieldUnique__1"] = { affix = "", "You have Unholy Might while you have no Energy Shield", statOrderKey = "2158", statOrder = { 2158 }, level = 1, group = "UnholyMightOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ProfaneGroundInsteadOfConsecratedGround__1_"] = { affix = "", "Create Profane Ground instead of Consecrated Ground", statOrderKey = "4551", statOrder = { 4551 }, level = 1, group = "CreateProfaneGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StalkingPustuleOnKillUnique__1"] = { affix = "", "Trigger Level 1 Stalking Pustule on Kill", statOrderKey = "489", statOrder = { 489 }, level = 50, group = "StalkingPustuleOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["BlindDoesNotAffectHitChanceUnique__1"] = { affix = "", "Blind does not affect your Chance to Hit", statOrderKey = "4274", statOrder = { 4274 }, level = 1, group = "BlindDoesNotAffectHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaledictionOnBlindWhileBlindedUnique__1"] = { affix = "", "Enemies Blinded by you while you are Blinded have Malediction", statOrderKey = "4839", statOrder = { 4839 }, level = 1, group = "MaledictionOnBlindWhileBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackImpaleChanceUnique__1"] = { affix = "", "(10-20)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4053", statOrder = { 4053 }, level = 1, group = "ImpaleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["GrantsBrandDetonateUnique__1"] = { affix = "", "Grants Level 20 Brandsurge Skill", statOrderKey = "400", statOrder = { 400 }, level = 85, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["BrandDurationUnique__1"] = { affix = "", "Brand Skills have (50-100)% increased Duration", statOrderKey = "7252", statOrder = { 7252 }, level = 1, group = "BrandDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["SummonAdditionalBrandUnique__1"] = { affix = "", "Skills which create Brands create an additional Brand", statOrderKey = "3852", statOrder = { 3852 }, level = 1, group = "SummonAdditionalBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["AttackSpeedChangedStanceUnique__1"] = { affix = "", "(25-30)% increased Attack Speed if you've changed Stance Recently", statOrderKey = "7367", statOrder = { 7367 }, level = 72, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["WarcryInfiniteEnemyPowerUnique__1__"] = { affix = "", "Warcries have infinite Power", statOrderKey = "7573", statOrder = { 7573 }, level = 1, group = "WarcryInfiniteEnemyPower", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneCallToArmsUnique__2_"] = { affix = "", "Call to Arms", statOrderKey = "7651", statOrder = { 7651 }, level = 1, group = "CallToArms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryGrantsArcaneSurgeUnique__1"] = { affix = "", "Warcries grant Arcane Surge to you and Allies, with 10% increased effect per 5 power, up to 50%", statOrderKey = "3900", statOrder = { 3900 }, level = 1, group = "WarcryGrantsArcaneSurge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryTauntChaosExplosionUnique__1_"] = { affix = "", "Enemies Taunted by your Warcries Explode on death, dealing 8% of their maximum Life as Chaos Damage", statOrderKey = "4855", statOrder = { 4855 }, level = 1, group = "WarcryTauntChaosExplosion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["Curse25PercentHinderEnemyUnique__1"] = { affix = "", "Enemies Cursed by you are Hindered with 25% reduced Movement", "Speed if 25% of Curse Duration expired", statOrderKey = "7581,7581.1", statOrder = { 7581, 7581.1 }, level = 77, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["Curse50PercentCurseEffectUnique__1"] = { affix = "", "Your Curses have 25% increased Effect if 50% of Curse Duration expired", statOrderKey = "7583", statOrder = { 7583 }, level = 1, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["Curse75PercentEnemyDamageTakenUnique__1__"] = { affix = "", "Enemies Cursed by you take 25% increased Damage if 75% of Curse Duration expired", statOrderKey = "7584", statOrder = { 7584 }, level = 1, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "curse" }, }, + ["SpellsAlwaysCritFinalRepeatUnique__1_"] = { affix = "", "Spell Skills always deal Critical Strikes on final Repeat", statOrderKey = "7340", statOrder = { 7340 }, level = 80, group = "SpellsAlwaysCritFinalRepeat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SpellsNeverCritExceptFinalRepeatUnique__1"] = { affix = "", "Spell Skills cannot deal Critical Strikes except on final Repeat", statOrderKey = "7343", statOrder = { 7343 }, level = 1, group = "SpellsNeverCritExceptFinalRepeat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SpellsCriticalMultiplierFinalRepeatUnique__1"] = { affix = "", "Spell Skills have +(20-30)% to Critical Strike Multiplier on final Repeat", statOrderKey = "7341", statOrder = { 7341 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["NonCriticalStrikesLessDamageUnique__1"] = { affix = "", "Non-critical strikes deal 80% less Damage", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "NonCriticalDamageMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MaximumRageUnique__1"] = { affix = "", "+20 to Maximum Rage", statOrderKey = "7114", statOrder = { 7114 }, level = 85, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumRageUnique__2"] = { affix = "", "+5 to Maximum Rage", statOrderKey = "7114", statOrder = { 7114 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumRageImplicitE1"] = { affix = "", "+10 to Maximum Rage", statOrderKey = "7114", statOrder = { 7114 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalDamagePerRageUnique__1"] = { affix = "", "(4-6)% increased Physical Damage per 10 Rage", statOrderKey = "7014", statOrder = { 7014 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["EnemiesCrushedWithRageUnique__1_"] = { affix = "", "Nearby Enemies are Crushed while you have at least 25 Rage", statOrderKey = "6921", statOrder = { 6921 }, level = 1, group = "Crushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapDoesntConsumeSextantCharge_"] = { affix = "", "Does not consume Sextant Uses", statOrderKey = "6287", statOrder = { 6287 }, level = 1, group = "MapDoesntConsumeSextantCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapGainsRandomZanaMod"] = { affix = "", "Map has an additional random Modifier from Zana's Crafting Bench", statOrderKey = "6558", statOrder = { 6558 }, level = 1, group = "MapGainsRandomZanaMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapBossSurroundedByTormentedSpirits"] = { affix = "", "Map Boss is surrounded by Tormented Spirits", statOrderKey = "6219", statOrder = { 6219 }, level = 1, group = "MapBossSurroundedByTormentedSpirits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapHarbingerPortalAdditionalFragments__"] = { affix = "", "Unique Boss drops an additional Harbinger Scroll", statOrderKey = "6328", statOrder = { 6328 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelImplicitLifeRegeneration"] = { affix = "", "Regenerate 0.1% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "JewelImplicitLifeRegeneration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["JewelImplicitEnergyShieldRechargeRate"] = { affix = "", "(3-6)% increased Energy Shield Recharge Rate", statOrderKey = "1111", statOrder = { 1111 }, level = 1, group = "JewelImplicitEnergyShieldRechargeRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["JewelImplicitTotemPlacementSpeed"] = { affix = "", "(4-6)% increased Totem Placement speed", statOrderKey = "2029", statOrder = { 2029 }, level = 1, group = "JewelImplicitTotemPlacementSpeed", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["JewelImplicitDamageTakenGainedAsMana"] = { affix = "", "1% of Damage taken Recouped as Mana", statOrderKey = "1915", statOrder = { 1915 }, level = 1, group = "JewelImplicitDamageTakenGainedAsMana", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["JewelImplicitLifeLeechRate"] = { affix = "", "20% increased total Recovery per second from Life Leech", statOrderKey = "1659", statOrder = { 1659 }, level = 1, group = "JewelImplicitLifeLeechRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["JewelImplicitManaLeechRate"] = { affix = "", "20% increased total Recovery per second from Mana Leech", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "JewelImplicitManaLeechRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["JewelImplicitAuraAreaOfEffect"] = { affix = "", "(3-6)% increased Area of Effect of Aura Skills", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "JewelImplicitAuraAreaOfEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["JewelImplicitMinionLife___"] = { affix = "", "Minions have (3-5)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "JewelImplicitMinionLife", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["JewelImplicitMovementSpeed"] = { affix = "", "1% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "JewelImplicitMovementSpeed", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["JewelImplicitLightRadius"] = { affix = "", "(3-6)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "JewelImplicitLightRadius", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelImplicitFlaskDuration"] = { affix = "", "1% increased Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "JewelImplicitFlaskDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["JewelImplicitReducedChillEffect"] = { affix = "", "10% reduced Effect of Chill on you", statOrderKey = "1187", statOrder = { 1187 }, level = 1, group = "JewelImplicitReducedChillEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitReducedFreezeDuration_"] = { affix = "", "10% reduced Freeze Duration on you", statOrderKey = "1389", statOrder = { 1389 }, level = 1, group = "JewelImplicitReducedFreezeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitReducedShockEffect"] = { affix = "", "10% reduced Effect of Shock on you", statOrderKey = "7236", statOrder = { 7236 }, level = 1, group = "JewelImplicitReducedShockEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["JewelImplicitReducedIgniteDuration_"] = { affix = "", "10% reduced Ignite Duration on you", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "JewelImplicitReducedIgniteDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["JewelImplicitChanceToAvoidStun"] = { affix = "", "10% chance to Avoid being Stunned", statOrderKey = "1367", statOrder = { 1367 }, level = 1, group = "JewelImplicitChanceToAvoidStun", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelImplicitChanceToAvoidChill"] = { affix = "", "10% chance to Avoid being Chilled", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "JewelImplicitChanceToAvoidChill", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitChanceToAvoidFreeze"] = { affix = "", "10% chance to Avoid being Frozen", statOrderKey = "1361", statOrder = { 1361 }, level = 1, group = "JewelImplicitChanceToAvoidFreeze", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitChanceToAvoidShock"] = { affix = "", "10% chance to Avoid being Shocked", statOrderKey = "1364", statOrder = { 1364 }, level = 1, group = "JewelImplicitChanceToAvoidShock", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["JewelImplicitChanceToAvoidIgnite"] = { affix = "", "10% chance to Avoid being Ignited", statOrderKey = "1362", statOrder = { 1362 }, level = 1, group = "JewelImplicitChanceToAvoidIgnite", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["JewelImplicitChanceToAvoidPoison"] = { affix = "", "10% chance to Avoid being Poisoned", statOrderKey = "1365", statOrder = { 1365 }, level = 1, group = "JewelImplicitChanceToAvoidPoison", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["JewelImplicitReducedElementalReflect"] = { affix = "", "10% reduced Reflected Elemental Damage taken", statOrderKey = "2129", statOrder = { 2129 }, level = 1, group = "JewelImplicitReducedElementalReflect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["JewelImplicitReducedPhysicalReflect"] = { affix = "", "10% reduced Reflected Physical Damage taken", statOrderKey = "2130", statOrder = { 2130 }, level = 1, group = "JewelImplicitReducedPhysicalReflect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["JewelImplicitFrenzyChargeDuration__"] = { affix = "", "10% increased Frenzy Charge Duration", statOrderKey = "1629", statOrder = { 1629 }, level = 1, group = "JewelImplicitFrenzyChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["JewelImplicitPowerChargeDuration"] = { affix = "", "10% increased Power Charge Duration", statOrderKey = "1644", statOrder = { 1644 }, level = 1, group = "JewelImplicitPowerChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["JewelImplicitEnduranceChargeDuration"] = { affix = "", "10% increased Endurance Charge Duration", statOrderKey = "1627", statOrder = { 1627 }, level = 1, group = "JewelImplicitEnduranceChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["VolleyFirstPointPierceUnique__1_"] = { affix = "", "Arrows fired from the first firing points always Pierce", statOrderKey = "3797", statOrder = { 3797 }, level = 1, group = "VolleyFirstPointPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["VolleySecondPointForkUnique__1"] = { affix = "", "Arrows fired from the second firing points Fork", statOrderKey = "3798", statOrder = { 3798 }, level = 1, group = "VolleySecondPointFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["VolleyThirdPointReturnUnique__1__"] = { affix = "", "Arrows fired from the third firing points Return to you", statOrderKey = "3799", statOrder = { 3799 }, level = 1, group = "VolleyThirdPointReturn", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["VolleyFourthPointChainUnique__1"] = { affix = "", "Arrows fired from the fourth firing points Chain +2 times", statOrderKey = "3800", statOrder = { 3800 }, level = 1, group = "VolleyFourthPointChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["HarvestAlternateWeaponQualityLocalCriticalStrikeChance__"] = { affix = "", "Quality does not increase Physical Damage", "1% increased Critical Strike Chance per 4% Quality", statOrderKey = "1426,5903", statOrder = { 1426, 5903 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "critical" }, }, + ["HarvestAlternateWeaponQualityAccuracyRatingIncrease_"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Accuracy per 2% Quality", statOrderKey = "1426,5545", statOrder = { 1426, 5545 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HarvestAlternateWeaponQualityLocalIncreasedAttackSpeed"] = { affix = "", "Quality does not increase Physical Damage", "1% increased Attack Speed per 8% Quality", statOrderKey = "1426,5887", statOrder = { 1426, 5887 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["HarvestAlternateWeaponQualityLocalMeleeWeaponRange_"] = { affix = "", "Quality does not increase Physical Damage", "+1 Weapon Range per 10% Quality", statOrderKey = "1426,6082", statOrder = { 1426, 6082 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HarvestAlternateWeaponQualityElementalDamagePercent"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Elemental Damage per 2% Quality", statOrderKey = "1426,5935", statOrder = { 1426, 5935 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["HarvestAlternateWeaponQualityAreaOfEffect_"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Area of Effect per 4% Quality", statOrderKey = "1426,5884", statOrder = { 1426, 5884 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HarvestAlternateArmourQualityIncreasedLife"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Maximum Life per 2% Quality", statOrderKey = "1425,5979", statOrder = { 1425, 5979 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "defences" }, }, + ["HarvestAlternateArmourQualityIncreasedMana"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Maximum Mana per 2% Quality", statOrderKey = "1425,5981", statOrder = { 1425, 5981 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "defences" }, }, + ["HarvestAlternateArmourQualityStrength"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Strength per 2% Quality", statOrderKey = "1425,6009", statOrder = { 1425, 6009 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, + ["HarvestAlternateArmourQualityDexterity"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Dexterity per 2% Quality", statOrderKey = "1425,5909", statOrder = { 1425, 5909 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, + ["HarvestAlternateArmourQualityIntelligence_"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Intelligence per 2% Quality", statOrderKey = "1425,5944", statOrder = { 1425, 5944 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, + ["HarvestAlternateArmourQualityFireResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Fire Resistance per 2% Quality", statOrderKey = "1425,5938", statOrder = { 1425, 5938 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "fire", "resistance" }, }, + ["HarvestAlternateArmourQualityColdResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Cold Resistance per 2% Quality", statOrderKey = "1425,5901", statOrder = { 1425, 5901 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "cold", "resistance" }, }, + ["HarvestAlternateArmourQualityLightningResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Lightning Resistance per 2% Quality", statOrderKey = "1425,5975", statOrder = { 1425, 5975 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "lightning", "resistance" }, }, + ["SummonedSkeletonWarriorsGetWeaponStatsInMainHandUnique__1"] = { affix = "", "Summoned Skeleton Warriors wield a copy of this Weapon while in your Main Hand", statOrderKey = "3802", statOrder = { 3802 }, level = 1, group = "SummonSkeletonsWarriorsGetWeaponStats", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkeletonWarriorsTripleDamageUnique__1_"] = { affix = "", "Summoned Skeleton Warriors deal Triple Damage with this", "Weapon if you've Hit with this Weapon Recently", statOrderKey = "3803,3803.1", statOrder = { 3803, 3803.1 }, level = 1, group = "SkeletonWarriorsTripleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsUnholyMightUnique__1"] = { affix = "", "Unholy Might", statOrderKey = "2336", statOrder = { 2336 }, level = 1, group = "UnholyMightBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesAreChilledUnique__1"] = { affix = "", "Nearby Enemies are Chilled", statOrderKey = "5921", statOrder = { 5921 }, level = 1, group = "NearbyEnemiesAreChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeChilledEnemiesMoreDamageUnique__1_"] = { affix = "", "Freeze Chilled Enemies as though dealing (50-100)% more Damage", statOrderKey = "5003", statOrder = { 5003 }, level = 1, group = "FreezeChilledEnemiesMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["AllDamageCanFreezeUnique__1"] = { affix = "", "All Damage can Freeze", statOrderKey = "3878", statOrder = { 3878 }, level = 1, group = "AllDamageCanFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CriticalStrikeMultiplierIfGainedPowerChargeUnique__1_"] = { affix = "", "+(30-40)% to Critical Strike Multiplier if you've gained a Power Charge Recently", statOrderKey = "4593", statOrder = { 4593 }, level = 85, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["PowerChargeDurationFinalUnique__1__"] = { affix = "", "90% less Power Charge Duration", statOrderKey = "7063", statOrder = { 7063 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ElementalDamageTakenUnique__1"] = { affix = "", "(40-50)% increased Elemental Damage taken", statOrderKey = "2710", statOrder = { 2710 }, level = 1, group = "ElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["DisplaySupportedByImmolateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Immolate", statOrderKey = "124", statOrder = { 124 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByUnboundAilmentsUnique__1__"] = { affix = "", "Socketed Gems are Supported by Level 1 Unbound Ailments", statOrderKey = "177", statOrder = { 177 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["FireHitAndDoTDamageTakenAsLightningUnique__1"] = { affix = "", "40% of Fire Damage taken as Lightning", statOrderKey = "4967", statOrder = { 4967 }, level = 1, group = "DamageTakenAsLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ColdHitAndDoTDamageTakenAsLightningUnique__1"] = { affix = "", "40% of Cold Damage taken as Lightning", statOrderKey = "4501", statOrder = { 4501 }, level = 1, group = "DamageTakenAsLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemyShockedConvertedToLightningUnique__1"] = { affix = "", "Enemies Shocked by you have (10-15)% of Physical Damage they deal converted to Lightning", statOrderKey = "4853", statOrder = { 4853 }, level = 1, group = "EnemyShockedConvertedToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemyIgnitedConvertedToFireUnique__1"] = { affix = "", "Enemies Ignited by you have (10-15)% of Physical Damage they deal converted to Fire", statOrderKey = "4847", statOrder = { 4847 }, level = 1, group = "EnemyIgnitedConvertedToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeGainOnHitCursedEnemyUnique__1"] = { affix = "", "(20-28) Life gained for each Cursed Enemy hit by your Attacks", statOrderKey = "5458", statOrder = { 5458 }, level = 61, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["ManaGainOnHitCursedEnemyUnique__1"] = { affix = "", "(10-14) Mana gained for each Cursed Enemy hit by your Attacks", statOrderKey = "6111", statOrder = { 6111 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["CullingStrikeCursedEnemyUnique__1_"] = { affix = "", "You have Culling Strike against Cursed Enemies", statOrderKey = "4617", statOrder = { 4617 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesAvoidProjectilesUnique__1"] = { affix = "", "Projectiles cannot collide with Enemies at Close Range", statOrderKey = "6922", statOrder = { 6922 }, level = 1, group = "NearbyEnemiesAvoidProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ScorchingBrittleSappingConfluxUnique__1"] = { affix = "", "You have Scorching Conflux, Brittle Conflux and Sapping Conflux while your two highest Attributes are equal", statOrderKey = "5105", statOrder = { 5105 }, level = 85, group = "ScorchingBrittleSappingConflux", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotIgniteChillFreezeShockUnique__1"] = { affix = "", "Cannot Ignite, Chill, Freeze or Shock", statOrderKey = "6933", statOrder = { 6933 }, level = 1, group = "CannotIgniteChillFreezeShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CorpseWalk"] = { affix = "", "Triggers Level 20 Corpse Walk when Equipped", statOrderKey = "461", statOrder = { 461 }, level = 1, group = "CorpseWalk", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GainAreaOfEffectPluspercentOnManaSpentUnique__1"] = { affix = "", "Gain 40% increased Area of Effect for 2 seconds after Spending a total of 800 Mana", statOrderKey = "5044", statOrder = { 5044 }, level = 69, group = "GainAreaOfEffectPluspercentOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeRegenerationPerNearbyCorpseUnique__1"] = { affix = "", "For each nearby corpse, Regenerate 0.25% Life per second, up to 3%", statOrderKey = "5499", statOrder = { 5499 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainEnduranceChargesWhenHitUnique__1_"] = { affix = "", "Gain an Endurance Charge when you are Hit", statOrderKey = "2173", statOrder = { 2173 }, level = 1, group = "GainEnduranceChargesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["LoseLifeIfHitRecentlyUnique__1"] = { affix = "", "Lose 2% of Life per second if you have been Hit Recently", statOrderKey = "5473", statOrder = { 5473 }, level = 1, group = "LoseLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["PerfectAgonyIfCritRecentlyUnique__1"] = { affix = "", "You have Perfect Agony if you've dealt a Critical Strike recently", statOrderKey = "5091", statOrder = { 5091 }, level = 1, group = "PerfectAgonyIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "ailment" }, }, + ["BrandDamageUnique__1"] = { affix = "", "40% increased Brand Damage", statOrderKey = "7250", statOrder = { 7250 }, level = 1, group = "BrandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["AdditionalBrandUnique__1"] = { affix = "", "You can Cast an additional Brand", statOrderKey = "4132", statOrder = { 4132 }, level = 1, group = "AdditionalBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["CriticalStrikeChancePerBrandUnique__1___"] = { affix = "", "20% increased Critical Strike Chance per Brand", statOrderKey = "4569", statOrder = { 4569 }, level = 1, group = "CriticalStrikeChancePerBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, + ["MaximumDoomUnique__1___"] = { affix = "", "Hexes you inflict have +15 to maximum Doom", statOrderKey = "4623", statOrder = { 4623 }, level = 1, group = "MaximumDoom", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["DamageAgainstMarkedEnemiesUnique__1"] = { affix = "", "(30-50)% increased Damage with Hits and Ailments against Marked Enemy", statOrderKey = "4647", statOrder = { 4647 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MarkCastSpeedUnique__1"] = { affix = "", "Mark Skills have (10-15)% increased Cast Speed", statOrderKey = "1722", statOrder = { 1722 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "curse" }, }, + ["TransferMarkOnDeathUnique__1"] = { affix = "", "Your Mark transfers to another Enemy when Marked Enemy dies", statOrderKey = "7612", statOrder = { 7612 }, level = 1, group = "TransferMarkOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskEldritchBatteryUnique__1"] = { affix = "", "Life Recovery from Flasks also applies to Energy Shield during Flask Effect", "Eldritch Battery during Flask effect", statOrderKey = "521,699", statOrder = { 521, 699 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "resource", "life", "defences" }, }, + ["GrantsDeathWishUnique__1__"] = { affix = "", "Grants Level 20 Death Wish Skill", statOrderKey = "405", statOrder = { 405 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["EnemyTemporalChainsOnHitUnique__1"] = { affix = "", "Enemy Hits inflict Temporal Chains on you", statOrderKey = "4859", statOrder = { 4859 }, level = 1, group = "EnemyTemporalChainsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainRageOnLosingTemporalChainsUnique__1__"] = { affix = "", "When you lose Temporal Chains you gain maximum Rage", statOrderKey = "5071", statOrder = { 5071 }, level = 1, group = "GainRageOnLosingTemporalChains", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ImmuneToCursesWithRageUnique__1"] = { affix = "", "Immune to Curses while you have at least 25 Rage", statOrderKey = "5385", statOrder = { 5385 }, level = 1, group = "ImmuneToCursesWithRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WeaponCritChanceOverrideUnique__1__"] = { affix = "", "Critical Strike Chance is (20-30)% for Hits with this Weapon", statOrderKey = "6081", statOrder = { 6081 }, level = 1, group = "WeaponCritChanceIs", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["NoIntelligenceUnique__1_"] = { affix = "", "You have no Intelligence", statOrderKey = "5418", statOrder = { 5418 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["FlaskLifeRecoveryAlliesUnique__1_"] = { affix = "", "100% of Life Recovery from Flasks is applied to nearby Allies instead of You", statOrderKey = "5477", statOrder = { 5477 }, level = 1, group = "FlaskLifeRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["DamageIfConsumedCorpseUnique__1__"] = { affix = "", "(20-40)% increased Damage if you have Consumed a corpse Recently", statOrderKey = "3652", statOrder = { 3652 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["HexExpiresMaxDoomUnique__1"] = { affix = "", "Hexes expire 0.5 seconds after reaching maximum Doom", statOrderKey = "5334", statOrder = { 5334 }, level = 48, group = "HexExpiresMaxDoom", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, + ["DoubleDoomEffectUnique__1"] = { affix = "", "Hexes you inflict have their Effect increased by twice their Doom instead", statOrderKey = "4771", statOrder = { 4771 }, level = 1, group = "DoubleDoomEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HexDoomGainUnique__1"] = { affix = "", "Hexes have (-20-20)% reduced Doom gain rate", statOrderKey = "5328", statOrder = { 5328 }, level = 1, group = "HexDoomGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalAddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "(1-2) to (36-40) Lightning Damage per Power Charge", statOrderKey = "6794", statOrder = { 6794 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HasMassiveShrineBuffUnique__1"] = { affix = "", "You have Lesser Massive Shrine Buff", statOrderKey = "5158", statOrder = { 5158 }, level = 1, group = "HasShrineBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasBrutalShrineBuffUnique__1"] = { affix = "", "You have Lesser Brutal Shrine Buff", statOrderKey = "5157", statOrder = { 5157 }, level = 1, group = "HasShrineBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedSkillsDoubleDamageUnique__1_"] = { affix = "", "Socketed Skills deal Double Damage", statOrderKey = "314", statOrder = { 314 }, level = 1, group = "SocketedSkillsDoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TotalRecoveryLifeLeechDoubledUnique__1"] = { affix = "", "Total Recovery per second from Life Leech is Doubled", statOrderKey = "7480", statOrder = { 7480 }, level = 55, group = "LifeLeechSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageLeechWith5ChargesUnique__1"] = { affix = "", "0.5% of Damage Leeched as Life while you have at least 5 total Endurance, Frenzy and Power Charges", statOrderKey = "5463", statOrder = { 5463 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReflectElementalAilmentsToSelfUnique__1"] = { affix = "", "Elemental Ailments you inflict are Reflected to you", statOrderKey = "4786", statOrder = { 4786 }, level = 1, group = "ReflectElementalAilmentsToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ProlifElementalAilmentsFromSelfUnique__1__"] = { affix = "", "Elemental Ailments inflicted on you spread to Enemies in a radius of 25", statOrderKey = "4785", statOrder = { 4785 }, level = 1, group = "ProlifElementalAilmentsFromSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamagePerPowerChargeUnique__1"] = { affix = "", "(3-5)% increased Elemental Damage per Power charge", statOrderKey = "4799", statOrder = { 4799 }, level = 1, group = "ElementalDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["LosePowerChargesOnBlockUnique__1"] = { affix = "", "Lose all Power Charges when you Block", statOrderKey = "6086", statOrder = { 6086 }, level = 1, group = "LosePowerChargesOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainPowerChargesNotLostRecentlyUnique__1_"] = { affix = "", "Gain a Power Charge every Second if you haven't lost Power Charges Recently", statOrderKey = "5099", statOrder = { 5099 }, level = 1, group = "GainPowerChargesNotLostRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["SocketedGemQualityUnique__1"] = { affix = "", "+(30-50)% to Quality of Socketed Gems", statOrderKey = "79", statOrder = { 79 }, level = 1, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, ["SocketedGemQualityUnique__2_"] = { affix = "", "+30% to Quality of Socketed Gems", statOrderKey = "79", statOrder = { 79 }, level = 57, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["NearbyEnemiesAreBlindedPhysicalAegisUnique__1"] = { affix = "", "Nearby Enemies are Blinded while Physical Aegis is not depleted", statOrderKey = "6787", statOrder = { 6787 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikeChanceWithoutPhysicalAegisUnique__1"] = { affix = "", "(50-70)% increased Critical Strike Chance while Physical Aegis is depleted", statOrderKey = "4456", statOrder = { 4456 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackAndCastSpeedWithoutPhysicalAegisUnique__1"] = { affix = "", "(8-15)% increased Attack and Cast Speed while Physical Aegis is depleted", statOrderKey = "3880", statOrder = { 3880 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpellsGainIntensityUnique__1"] = { affix = "", "Spells which have gained Intensity Recently gain 1 Intensity every 500 Seconds", statOrderKey = "7130", statOrder = { 7130 }, level = 1, group = "SpellsIntensityModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpellsLoseIntensityUnique__1"] = { affix = "", "Spells which have gained Intensity Recently lose 1 Intensity every 500 Seconds", statOrderKey = "7131", statOrder = { 7131 }, level = 1, group = "SpellsIntensityModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikeChancePerIntensityUnique__1"] = { affix = "", "Spells have 10% reduced Critical Strike Chance per Intensity", statOrderKey = "4446", statOrder = { 4446 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikeChancePerIntensityUnique__2"] = { affix = "", "Spells have 30% increased Critical Strike Chance per Intensity", statOrderKey = "4446", statOrder = { 4446 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeFlaskPassiveChargeGainUnique__1_"] = { affix = "", "Life Flasks gain 1 Charge every 3 seconds", statOrderKey = "5308", statOrder = { 5308 }, level = 1, group = "LifeFlaskPassiveChargeGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalDamageLowestResistUnique__1"] = { affix = "", "Elemental Damage you Deal with Hits is Resisted by lowest Elemental Resistance instead", statOrderKey = "4674", statOrder = { 4674 }, level = 1, group = "ElementalDamageLowestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["ReducedAttackSpeedWhilePhasingUnique__1"] = { affix = "", "30% reduced Attack Speed while Phasing", statOrderKey = "3940", statOrder = { 3940 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["PhysicalDamageAddedAsRandomWhileIgnitedUnique__1"] = { affix = "", "Gain (30-40)% of Physical Damage as Extra Damage of a random Element while you are Ignited ", statOrderKey = "6874", statOrder = { 6874 }, level = 1, group = "PhysicalDamageAddedAsRandomWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalPenetrationWhileChilledUnique__1___"] = { affix = "", "Damage Penetrates (8-10)% Elemental Resistances while you are Chilled ", statOrderKey = "4690", statOrder = { 4690 }, level = 1, group = "ElementalPenetrationWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalDamageLuckyWhileShockedUnique__1__"] = { affix = "", "Elemental Damage with Hits is Lucky while you are Shocked", statOrderKey = "4657", statOrder = { 4657 }, level = 1, group = "ElementalDamageLuckyWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DischargeThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Discharge has 60% less Area of Effect", "With at least 40 Intelligence in Radius, Discharge Cooldown is 250 ms", "With at least 40 Intelligence in Radius, Discharge deals 60% less Damage", statOrderKey = "5907,5908,5909", statOrder = { 5907, 5908, 5909 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["DisplaySupportedByUnleashUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Unleash", statOrderKey = "175", statOrder = { 175 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["CanHaveEveryInfluenceTypeImplicitE1"] = { affix = "", "Implicit Modifiers Cannot Be Changed", "Has Elder, Shaper and all Conqueror Influences", statOrderKey = "13,5817", statOrder = { 13, 5817 }, level = 87, group = "HasEveryInfluenceType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WarcriesExertAnAdditionalAttackImplicitE1_"] = { affix = "", "Warcries Exert 1 additional Attack", statOrderKey = "7121", statOrder = { 7121 }, level = 1, group = "WarcriesExertAnAdditionalAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSecretBladeGrantHiddenBlade"] = { affix = "", "Trigger Level 20 Unseen Strike every 0.5 seconds while Phasing", statOrderKey = "451", statOrder = { 451 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LifeRecoveryRateUnique__1"] = { affix = "", "(20-25)% increased Life Recovery rate", statOrderKey = "981", statOrder = { 981 }, level = 1, group = "LifeRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnergyShieldRegenerationWhileShockedUnique__1"] = { affix = "", "Regenerate 5% of Energy Shield per second while Shocked", statOrderKey = "2331", statOrder = { 2331 }, level = 1, group = "EnergyShieldRegenerationWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["StrUniqueShieldTriggerShieldShatterOnBlock"] = { affix = "", "Trigger Level 20 Shield Shatter when you Block", statOrderKey = "473", statOrder = { 473 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["UniqueStaffTriggerAtziriStormCall__1____"] = { affix = "", "Queen's Demand can Trigger Level 20 Storm of Judgement", statOrderKey = "469", statOrder = { 469 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["UniqueStaffTriggerAtziriStormFlameblast__1"] = { affix = "", "Queen's Demand can Trigger Level 20 Flames of Judgement", statOrderKey = "468", statOrder = { 468 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["UniqueStaffGrantQueensDemand___"] = { affix = "", "Grants Level 20 Queen's Demand Skill", statOrderKey = "428", statOrder = { 428 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["UniqueWandGrantsBloodSacrament__1"] = { affix = "", "Grants Level 1 Blood Sacrament Skill", statOrderKey = "364", statOrder = { 364 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ImmuneToChillUnique__1"] = { affix = "", "Immune to Chill", statOrderKey = "2195", statOrder = { 2195 }, level = 1, group = "ImmuneToChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ImmuneToChillUnique__2__"] = { affix = "", "Immune to Chill", statOrderKey = "2195", statOrder = { 2195 }, level = 1, group = "ImmuneToChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ColdDamageCannotFreeze"] = { affix = "", "Your Cold Damage cannot Freeze", statOrderKey = "2186", statOrder = { 2186 }, level = 1, group = "ColdDamageCannotFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FasterIgniteDamageUnique__1"] = { affix = "", "Ignites you inflict deal Damage (35-45)% faster", statOrderKey = "1873", statOrder = { 1873 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["MaximumLifeLeechRateUnique__1"] = { affix = "", "40% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1111", statOrder = { 1111 }, level = 80, group = "MaximumLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["FleshAndStoneManaReservationUnique__1_"] = { affix = "", "Flesh and Stone has 100% reduced Reservation", statOrderKey = "4168", statOrder = { 4168 }, level = 1, group = "FleshAndStoneManaReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["KeystoneHollowPalmTechniqueUnique__1"] = { affix = "", "Hollow Palm Technique", statOrderKey = "7484", statOrder = { 7484 }, level = 1, group = "KeystoneHollowPalmTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["ElusiveEffectUnique__1"] = { affix = "", "(10-30)% increased Elusive Effect", statOrderKey = "4701", statOrder = { 4701 }, level = 1, group = "ElusiveEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MovementSpeedIfHitRecentlyUnique__1_"] = { affix = "", "10% increased Movement Speed if you've Hit an Enemy Recently", statOrderKey = "6762", statOrder = { 6762 }, level = 1, group = "MovementSpeedIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["GrantsWintertideBrandUnique__1"] = { affix = "", "Grants Level 22 Wintertide Brand Skill", statOrderKey = "392", statOrder = { 392 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["WintertideBrandChillEffectUnique__1_"] = { affix = "", "Wintertide Brand has (20-30)% increased Chill Effect", statOrderKey = "7406", statOrder = { 7406 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToAvoidPoisonUnique__1"] = { affix = "", "25% chance to Avoid being Poisoned", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["PhysicalDamageCanFreezeUnique__1_"] = { affix = "", "Your Physical Damage can Freeze", statOrderKey = "2181", statOrder = { 2181 }, level = 1, group = "PhysicalDamageCanFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "elemental", "cold", "ailment" }, }, - ["ElusiveOnCriticalStrikeUnique__1"] = { affix = "", "Gain Elusive on Critical Strike", statOrderKey = "3589", statOrder = { 3589 }, level = 1, group = "ElusiveOnCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["SupportedByArrowNovaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Arrow Nova", statOrderKey = "153", statOrder = { 153 }, level = 1, group = "SupportedByArrowNova", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["CriticalStrikeChanceAgainstBleedingEnemiesUnique__1"] = { affix = "", "(100-150)% increased Critical Strike Chance against Bleeding Enemies", statOrderKey = "2495", statOrder = { 2495 }, level = 1, group = "CriticalStrikeChanceAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["DealNoColdDamageUnique__1"] = { affix = "", "Deal no Cold Damage", statOrderKey = "2091", statOrder = { 2091 }, level = 1, group = "DealNoColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["OneHandedMeleeCriticalStrikeMultiplierUnique__1"] = { affix = "", "+(60-100)% to Critical Strike Multiplier with One Handed Melee Weapons", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "MeleeTypeCritMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["PhysicalDamageTakenAsChaosUnique__1"] = { affix = "", "10% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "1769", statOrder = { 1769 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, - ["ChanceToBeFrozenShockedIgnitedUnique__1"] = { affix = "", "+10% chance to be Frozen, Shocked and Ignited", statOrderKey = "2258", statOrder = { 2258 }, level = 1, group = "ChanceToBeFrozenShockedIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["CallOfSteelAreaOfEffectUnique__1"] = { affix = "", "Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect", statOrderKey = "7224", statOrder = { 7224 }, level = 1, group = "CallOfSteelAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CallOfSteelAreaOfEffectUnique__2___"] = { affix = "", "Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect", statOrderKey = "7224", statOrder = { 7224 }, level = 1, group = "CallOfSteelAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CallOfSteelReflectDamageUnique__1"] = { affix = "", "Call of Steel causes (20-25)% increased Reflected Damage", statOrderKey = "7226", statOrder = { 7226 }, level = 1, group = "CallOfSteelReflectDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CallOfSteelReflectDamageUnique__2"] = { affix = "", "Call of Steel causes (20-25)% increased Reflected Damage", statOrderKey = "7226", statOrder = { 7226 }, level = 1, group = "CallOfSteelReflectDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CallOfSteelUseSpeedUnique__1"] = { affix = "", "Call of Steel has (80-100)% increased Use Speed", statOrderKey = "7225", statOrder = { 7225 }, level = 1, group = "CallOfSteelUseSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CallOfSteelUseSpeedUnique__2"] = { affix = "", "Call of Steel has (80-100)% increased Use Speed", statOrderKey = "7225", statOrder = { 7225 }, level = 1, group = "CallOfSteelUseSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SecretsOfSufferingKeystoneSceptreImplicit1"] = { affix = "", "Secrets of Suffering", statOrderKey = "7499", statOrder = { 7499 }, level = 1, group = "SecretsOfSufferingKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ManaCostTotalNonChannelledUnique__1__"] = { affix = "", "Non-Channelling Skills have -9 to Total Mana Cost", statOrderKey = "7126", statOrder = { 7126 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_mana_cost_mod", }, modTags = { "resource", "mana" }, }, - ["TriggerFlameDashOnSocketedSkillUseImplicitE1"] = { affix = "", "Trigger Level 10 Flame Dash when you use a Socketed Skill", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TriggerFlameDashOnSocketedSkillUseImplicitE2"] = { affix = "", "Trigger Level 20 Flame Dash when you use a Socketed Skill", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TriggerFlameDashOnSocketedSkillUseImplicitE3_"] = { affix = "", "Trigger Level 30 Flame Dash when you use a Socketed Skill", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainRandomChargeEvery6SecondsImplicitE1"] = { affix = "", "Gain an Endurance, Frenzy or Power Charge every 6 seconds", statOrderKey = "4881", statOrder = { 4881 }, level = 1, group = "GainRandomChargesEvery6Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE1"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(66-80) to maximum Energy Shield", statOrderKey = "329,962", statOrder = { 329, 962 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE2"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(100-120) to maximum Energy Shield", statOrderKey = "329,962", statOrder = { 329, 962 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE3"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(140-165) to maximum Energy Shield", statOrderKey = "329,962", statOrder = { 329, 962 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackCriticalStrikesIgnoreElementalResistancesImplicitE1"] = { affix = "", "Attack Critical Strikes ignore Enemy Monster Elemental Resistances", statOrderKey = "3897", statOrder = { 3897 }, level = 1, group = "AttackCriticalStrikesIgnoreElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalMaximumQualityImplicitE1"] = { affix = "", "+20% to Maximum Quality", statOrderKey = "5854", statOrder = { 5854 }, level = 1, group = "LocalMaximumQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotUseFlaskInFifthSlotImplicitE1_"] = { affix = "", "Flasks applied to you have 20% increased Effect", "Can't use Flask in Fifth Slot", statOrderKey = "2037,4222", statOrder = { 2037, 4222 }, level = 30, group = "CannotUseFlaskInFifthSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumPowerandEnduranceChargesImplicitE1"] = { affix = "", "+1 to Maximum Power Charges and Maximum Endurance Charges", statOrderKey = "6606", statOrder = { 6606 }, level = 1, group = "MaximumPowerandEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonTauntingContraptionOnFlaskUseImplicitE1"] = { affix = "", "Trigger Level 20 Summon Taunting Contraption when you use a Flask", statOrderKey = "488", statOrder = { 488 }, level = 70, group = "SummonTauntingContraptionOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionChanceToMaimOnHitUnique__1_"] = { affix = "", "Minions have 5% chance to Maim Enemies on Hit with Attacks", statOrderKey = "6713", statOrder = { 6713 }, level = 1, group = "MinionChanceToMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, - ["PhysicalDamagePercentAddedAsChaosPerElderItemUnique__1"] = { affix = "", "Gain (3-5)% of Physical Damage as Extra Chaos Damage per Elder Item Equipped", statOrderKey = "4945", statOrder = { 4945 }, level = 1, group = "PhysicalDamagePercentAddedAsChaosPerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["AddedChaosDamageToAttacksPer50StrengthUnique__1"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks per 80 Strength", statOrderKey = "6648", statOrder = { 6648 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["CannotDealNonChaosDamageUnique__1_"] = { affix = "", "Cannot deal non-Chaos Damage", statOrderKey = "4592", statOrder = { 4592 }, level = 1, group = "CannotDealNonChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["TravelSkillMoreDamageUnique__1"] = { affix = "", "Socketed Travel Skills deal 80% more Damage", statOrderKey = "5788", statOrder = { 5788 }, level = 1, group = "TravelSkillMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["DamageTakenWhilePhasingUnique__1"] = { affix = "", "10% increased Damage taken while Phasing", statOrderKey = "4580", statOrder = { 4580 }, level = 1, group = "DamageTakenWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ProjectilesChainWhilePhasingUnique__1_"] = { affix = "", "Projectiles Chain +1 times while you have Phasing", statOrderKey = "6819", statOrder = { 6819 }, level = 1, group = "ProjectilesChainWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Minions gain 20% of Physical Damage as Extra Fire Damage", statOrderKey = "6722", statOrder = { 6722 }, level = 1, group = "MinionPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "has_damage_taken_as_mod", "physical", "elemental", "fire", "minion" }, }, - ["ChaosDamageCanIgniteUnique__1"] = { affix = "", "Your Chaos Damage can Ignite", statOrderKey = "3994", statOrder = { 3994 }, level = 1, group = "ChaosDamageCanIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "poison", "damage", "elemental", "fire", "chaos", "ailment" }, }, - ["ChanceToIgniteWithChaosSkillsUnique__1"] = { affix = "", "Chaos Skills have 20% chance to Ignite", statOrderKey = "4322", statOrder = { 4322 }, level = 1, group = "ChanceToIgniteWithChaosSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "fire", "chaos", "ailment" }, }, - ["UniqueVolkuursGuidanceIgniteDurationFinal"] = { affix = "", "50% less Ignite Duration", statOrderKey = "7359", statOrder = { 7359 }, level = 1, group = "UniqueVolkuursGuidanceIgniteDurationFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ManaRegenerationAuraUnique__1"] = { affix = "", "30% increased Mana Regeneration Rate", "You and nearby Allies have 30% increased Mana Regeneration Rate", statOrderKey = "986,5771", statOrder = { 986, 5771 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AvoidPhysicalDamageWhilePhasingUnique__1"] = { affix = "", "+(8-15)% chance to Avoid Physical Damage from Hits while Phasing", statOrderKey = "3968", statOrder = { 3968 }, level = 1, group = "AvoidPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["GrantsAlliesFrenzyChargeOnKillUnique__1_"] = { affix = "", "10% chance to grant a Frenzy Charge to nearby Allies on Kill", statOrderKey = "4290", statOrder = { 4290 }, level = 1, group = "GrantsAlliesFrenzyChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["GrantsAlliesEnduranceChargeOnHitUnique__1"] = { affix = "", "5% chance to grant an Endurance Charge to nearby Allies on Hit", statOrderKey = "4289", statOrder = { 4289 }, level = 1, group = "GrantsAlliesEnduranceChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChanceToImpaleWithSpellsUnique__1"] = { affix = "", "20% chance to Impale on Spell Hit", statOrderKey = "7199", statOrder = { 7199 }, level = 1, group = "ChanceToImpaleWithSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "caster" }, }, - ["ImpaleEffectUnique__1"] = { affix = "", "20% increased Impale Effect", statOrderKey = "5251", statOrder = { 5251 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["ImpaleEffectUnique__2"] = { affix = "", "5% increased Impale Effect", statOrderKey = "5251", statOrder = { 5251 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["AttackDamagePer450ArmourUnique__1__"] = { affix = "", "1% increased Attack Damage per 450 Armour", statOrderKey = "3901", statOrder = { 3901 }, level = 1, group = "AttackDamagePer450Armour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ZombiesTakeFireDamagePerSecondUnique__1_"] = { affix = "", "Raised Zombies take (15-30)% of their Maximum Life per second as Fire Damage", statOrderKey = "6996", statOrder = { 6996 }, level = 1, group = "ZombiesTakeFireDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["ZombiesHaveAvatarOfFireUnique__1"] = { affix = "", "Raised Zombies have Avatar of Fire", statOrderKey = "6997", statOrder = { 6997 }, level = 1, group = "ZombiesHaveAvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["ZombiesCoverInAshOnHitUnique__1"] = { affix = "", "Raised Zombies Cover Enemies in Ash on Hit", statOrderKey = "6995", statOrder = { 6995 }, level = 1, group = "ZombiesCoverInAshOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["LifeLeechPermyriadOnFrozenEnemiesUnique__1"] = { affix = "", "1% of Damage against Frozen Enemies Leeched as Life", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnduranceChargeIfAttackFreezesUnique__1"] = { affix = "", "Gain an Endurance Charge if an Attack Freezes an Enemy", statOrderKey = "4910", statOrder = { 4910 }, level = 1, group = "EnduranceChargeIfAttackFreezes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "elemental", "cold", "attack", "ailment" }, }, - ["PowerChargeOnHittingFrozenEnemyUnique__1"] = { affix = "", "50% chance to gain a Power Charge when you Hit a Frozen Enemy", statOrderKey = "4951", statOrder = { 4951 }, level = 1, group = "PowerChargeOnHittingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["TakeColdDamageOnMaximumPowerChargesUnique__1____"] = { affix = "", "Take 500 Cold Damage on reaching Maximum Power Charges", statOrderKey = "7063", statOrder = { 7063 }, level = 1, group = "TakeColdDamageOnMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["MovementVelocityWhileChilledUnique__1_"] = { affix = "", "(10-20)% increased Movement Speed while Chilled", statOrderKey = "6785", statOrder = { 6785 }, level = 1, group = "MovementVelocityWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AttackSpeedWhileChilledUnique__1"] = { affix = "", "(10-20)% increased Attack Speed while Chilled", statOrderKey = "3938", statOrder = { 3938 }, level = 1, group = "AttackSpeedWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["CastSpeedWhileChilledUnique__1"] = { affix = "", "(10-20)% increased Cast Speed while Chilled", statOrderKey = "4232", statOrder = { 4232 }, level = 1, group = "CastSpeedWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["ReflectFireDamageOnBlockUnique__1___"] = { affix = "", "Reflects (22-44) Fire Damage to Attackers on Block", statOrderKey = "4827", statOrder = { 4827 }, level = 1, group = "ReflectFireDamageOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental_damage", "damage", "elemental", "fire" }, }, - ["DealNoDamageWhenNotOnLowLifeUnique__1"] = { affix = "", "Deal no Damage when not on Low Life", statOrderKey = "4590", statOrder = { 4590 }, level = 1, group = "DealNoDamageWhenNotOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["TriggeredFieryImpactOnHitWithWeaponImplicitE1"] = { affix = "", "Trigger Level 10 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "476", statOrder = { 476 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TriggeredFieryImpactOnHitWithWeaponImplicitE2_"] = { affix = "", "Trigger Level 15 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "476", statOrder = { 476 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TriggeredFieryImpactOnHitWithWeaponImplicitE3"] = { affix = "", "Trigger Level 20 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "476", statOrder = { 476 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesAreBlindedPhysicalAegisUnique__1"] = { affix = "", "Nearby Enemies are Blinded while Physical Aegis is not depleted", statOrderKey = "6920", statOrder = { 6920 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeChanceWithoutPhysicalAegisUnique__1"] = { affix = "", "(50-70)% increased Critical Strike Chance while Physical Aegis is depleted", statOrderKey = "4582", statOrder = { 4582 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackAndCastSpeedWithoutPhysicalAegisUnique__1"] = { affix = "", "(8-15)% increased Attack and Cast Speed while Physical Aegis is depleted", statOrderKey = "3982", statOrder = { 3982 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellsGainIntensityUnique__1"] = { affix = "", "Spells which have gained Intensity Recently gain 1 Intensity every 500 Seconds", statOrderKey = "7274", statOrder = { 7274 }, level = 1, group = "SpellsIntensityModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellsLoseIntensityUnique__1"] = { affix = "", "Spells which have gained Intensity Recently lose 1 Intensity every 500 Seconds", statOrderKey = "7275", statOrder = { 7275 }, level = 1, group = "SpellsIntensityModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeChancePerIntensityUnique__1"] = { affix = "", "Spells have 10% reduced Critical Strike Chance per Intensity", statOrderKey = "4572", statOrder = { 4572 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeChancePerIntensityUnique__2"] = { affix = "", "Spells have 30% increased Critical Strike Chance per Intensity", statOrderKey = "4572", statOrder = { 4572 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeFlaskPassiveChargeGainUnique__1_"] = { affix = "", "Life Flasks gain 1 Charge every 3 seconds", statOrderKey = "5454", statOrder = { 5454 }, level = 1, group = "LifeFlaskPassiveChargeGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamageLowestResistUnique__1"] = { affix = "", "Elemental Damage you Deal with Hits is Resisted by lowest Elemental Resistance instead", statOrderKey = "4804", statOrder = { 4804 }, level = 1, group = "ElementalDamageLowestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["ReducedAttackSpeedWhilePhasingUnique__1"] = { affix = "", "30% reduced Attack Speed while Phasing", statOrderKey = "4043", statOrder = { 4043 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["PhysicalDamageAddedAsRandomWhileIgnitedUnique__1"] = { affix = "", "Gain (30-40)% of Physical Damage as Extra Damage of a random Element while you are Ignited ", statOrderKey = "7010", statOrder = { 7010 }, level = 1, group = "PhysicalDamageAddedAsRandomWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalPenetrationWhileChilledUnique__1___"] = { affix = "", "Damage Penetrates (8-10)% Elemental Resistances while you are Chilled ", statOrderKey = "4820", statOrder = { 4820 }, level = 1, group = "ElementalPenetrationWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamageLuckyWhileShockedUnique__1__"] = { affix = "", "Elemental Damage with Hits is Lucky while you are Shocked", statOrderKey = "4787", statOrder = { 4787 }, level = 1, group = "ElementalDamageLuckyWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DischargeThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Discharge has 60% less Area of Effect", "With at least 40 Intelligence in Radius, Discharge Cooldown is 250 ms", "With at least 40 Intelligence in Radius, Discharge deals 60% less Damage", statOrderKey = "6023,6024,6025", statOrder = { 6023, 6024, 6025 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["DisplaySupportedByUnleashUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Unleash", statOrderKey = "178", statOrder = { 178 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["CanHaveEveryInfluenceTypeImplicitE1"] = { affix = "", "Implicit Modifiers Cannot Be Changed", "Has Elder, Shaper and all Conqueror Influences", statOrderKey = "13,5945", statOrder = { 13, 5945 }, level = 87, group = "HasEveryInfluenceType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcriesExertAnAdditionalAttackImplicitE1_"] = { affix = "", "Warcries Exert 1 additional Attack", statOrderKey = "7574", statOrder = { 7574 }, level = 1, group = "WarcriesExertAnAdditionalAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSecretBladeGrantHiddenBlade"] = { affix = "", "Trigger Level 20 Unseen Strike every 0.5 seconds while Phasing", statOrderKey = "455", statOrder = { 455 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LifeRecoveryRateUnique__1"] = { affix = "", "(20-25)% increased Life Recovery rate", statOrderKey = "1123", statOrder = { 1123 }, level = 1, group = "LifeRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldRegenerationWhileShockedUnique__1"] = { affix = "", "Regenerate 5% of Energy Shield per second while Shocked", statOrderKey = "2442", statOrder = { 2442 }, level = 1, group = "EnergyShieldRegenerationWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["StrUniqueShieldTriggerShieldShatterOnBlock"] = { affix = "", "Trigger Level 20 Shield Shatter when you Block", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["StrUniqueShieldTriggerShieldShatterOnBlockRoyale"] = { affix = "", "Trigger Level 1 Shield Shatter when you Block", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["UniqueStaffTriggerAtziriStormCall__1____"] = { affix = "", "Queen's Demand can Trigger Level 20 Storm of Judgement", statOrderKey = "473", statOrder = { 473 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["UniqueStaffTriggerAtziriStormFlameblast__1"] = { affix = "", "Queen's Demand can Trigger Level 20 Flames of Judgement", statOrderKey = "472", statOrder = { 472 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["UniqueStaffGrantQueensDemand___"] = { affix = "", "Grants Level 20 Queen's Demand Skill", statOrderKey = "431", statOrder = { 431 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["UniqueWandGrantsBloodSacrament__1"] = { affix = "", "Grants Level 1 Blood Sacrament Skill", statOrderKey = "367", statOrder = { 367 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ImmuneToChillUnique__1"] = { affix = "", "Immune to Chill", statOrderKey = "2316", statOrder = { 2316 }, level = 1, group = "ImmuneToChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ImmuneToChillUnique__2__"] = { affix = "", "Immune to Chill", statOrderKey = "2316", statOrder = { 2316 }, level = 1, group = "ImmuneToChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ColdDamageCannotFreeze"] = { affix = "", "Your Cold Damage cannot Freeze", statOrderKey = "2307", statOrder = { 2307 }, level = 1, group = "ColdDamageCannotFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FasterIgniteDamageUnique__1"] = { affix = "", "Ignites you inflict deal Damage (35-45)% faster", statOrderKey = "2015", statOrder = { 2015 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["MaximumLifeLeechRateUnique__1"] = { affix = "", "40% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1253", statOrder = { 1253 }, level = 80, group = "MaximumLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["FleshAndStoneManaReservationUnique__1_"] = { affix = "", "Flesh and Stone has 100% reduced Reservation", statOrderKey = "4284", statOrder = { 4284 }, level = 1, group = "FleshAndStoneManaReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneHollowPalmTechniqueUnique__1"] = { affix = "", "Hollow Palm Technique", statOrderKey = "7665", statOrder = { 7665 }, level = 1, group = "KeystoneHollowPalmTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["ElusiveEffectUnique__1"] = { affix = "", "(10-30)% increased Elusive Effect", statOrderKey = "4831", statOrder = { 4831 }, level = 1, group = "ElusiveEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementSpeedIfHitRecentlyUnique__1_"] = { affix = "", "10% increased Movement Speed if you've Hit an Enemy Recently", statOrderKey = "6895", statOrder = { 6895 }, level = 1, group = "MovementSpeedIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GrantsWintertideBrandUnique__1"] = { affix = "", "Grants Level 22 Wintertide Brand Skill", statOrderKey = "395", statOrder = { 395 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["WintertideBrandChillEffectUnique__1_"] = { affix = "", "Wintertide Brand has (20-30)% increased Chill Effect", statOrderKey = "7587", statOrder = { 7587 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidPoisonUnique__1"] = { affix = "", "25% chance to Avoid being Poisoned", statOrderKey = "1365", statOrder = { 1365 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PhysicalDamageCanFreezeUnique__1_"] = { affix = "", "Your Physical Damage can Freeze", statOrderKey = "2302", statOrder = { 2302 }, level = 1, group = "PhysicalDamageCanFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "elemental", "cold", "ailment" }, }, + ["ElusiveOnCriticalStrikeUnique__1"] = { affix = "", "Gain Elusive on Critical Strike", statOrderKey = "3678", statOrder = { 3678 }, level = 1, group = "ElusiveOnCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SupportedByArrowNovaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Arrow Nova", statOrderKey = "156", statOrder = { 156 }, level = 1, group = "SupportedByArrowNova", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["CriticalStrikeChanceAgainstBleedingEnemiesUnique__1"] = { affix = "", "(100-150)% increased Critical Strike Chance against Bleeding Enemies", statOrderKey = "2605", statOrder = { 2605 }, level = 1, group = "CriticalStrikeChanceAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DealNoColdDamageUnique__1"] = { affix = "", "Deal no Cold Damage", statOrderKey = "2215", statOrder = { 2215 }, level = 1, group = "DealNoColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["OneHandedMeleeCriticalStrikeMultiplierUnique__1"] = { affix = "", "+(60-100)% to Critical Strike Multiplier with One Handed Melee Weapons", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "MeleeTypeCritMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["PhysicalDamageTakenAsChaosUnique__1"] = { affix = "", "10% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "1911", statOrder = { 1911 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, + ["ChanceToBeFrozenShockedIgnitedUnique__1"] = { affix = "", "+10% chance to be Frozen, Shocked and Ignited", statOrderKey = "2369", statOrder = { 2369 }, level = 1, group = "ChanceToBeFrozenShockedIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["CallOfSteelAreaOfEffectUnique__1"] = { affix = "", "Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect", statOrderKey = "7372", statOrder = { 7372 }, level = 1, group = "CallOfSteelAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelAreaOfEffectUnique__2___"] = { affix = "", "Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect", statOrderKey = "7372", statOrder = { 7372 }, level = 1, group = "CallOfSteelAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelReflectDamageUnique__1"] = { affix = "", "Call of Steel causes (20-25)% increased Reflected Damage", statOrderKey = "7374", statOrder = { 7374 }, level = 1, group = "CallOfSteelReflectDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelReflectDamageUnique__2"] = { affix = "", "Call of Steel causes (20-25)% increased Reflected Damage", statOrderKey = "7374", statOrder = { 7374 }, level = 1, group = "CallOfSteelReflectDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelUseSpeedUnique__1"] = { affix = "", "Call of Steel has (80-100)% increased Use Speed", statOrderKey = "7373", statOrder = { 7373 }, level = 1, group = "CallOfSteelUseSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelUseSpeedUnique__2"] = { affix = "", "Call of Steel has (80-100)% increased Use Speed", statOrderKey = "7373", statOrder = { 7373 }, level = 1, group = "CallOfSteelUseSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SecretsOfSufferingKeystoneSceptreImplicit1"] = { affix = "", "Secrets of Suffering", statOrderKey = "7680", statOrder = { 7680 }, level = 1, group = "SecretsOfSufferingKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaCostTotalNonChannelledUnique__1__"] = { affix = "", "Non-Channelling Skills have -9 to Total Mana Cost", statOrderKey = "7270", statOrder = { 7270 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_mana_cost_mod", }, modTags = { "resource", "mana" }, }, + ["TriggerFlameDashOnSocketedSkillUseImplicitE1"] = { affix = "", "Trigger Level 10 Flame Dash when you use a Socketed Skill", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggerFlameDashOnSocketedSkillUseImplicitE2"] = { affix = "", "Trigger Level 20 Flame Dash when you use a Socketed Skill", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggerFlameDashOnSocketedSkillUseImplicitE3_"] = { affix = "", "Trigger Level 30 Flame Dash when you use a Socketed Skill", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainRandomChargeEvery6SecondsImplicitE1"] = { affix = "", "Gain an Endurance, Frenzy or Power Charge every 6 seconds", statOrderKey = "5023", statOrder = { 5023 }, level = 1, group = "GainRandomChargesEvery6Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE1"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(66-80) to maximum Energy Shield", statOrderKey = "332,1104", statOrder = { 332, 1104 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE2"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(100-120) to maximum Energy Shield", statOrderKey = "332,1104", statOrder = { 332, 1104 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE3"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(140-165) to maximum Energy Shield", statOrderKey = "332,1104", statOrder = { 332, 1104 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackCriticalStrikesIgnoreElementalResistancesImplicitE1"] = { affix = "", "Attack Critical Strikes ignore Enemy Monster Elemental Resistances", statOrderKey = "3999", statOrder = { 3999 }, level = 1, group = "AttackCriticalStrikesIgnoreElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalMaximumQualityImplicitE1"] = { affix = "", "+20% to Maximum Quality", statOrderKey = "5982", statOrder = { 5982 }, level = 1, group = "LocalMaximumQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotUseFlaskInFifthSlotImplicitE1_"] = { affix = "", "Flasks applied to you have 20% increased Effect", "Can't use Flask in Fifth Slot", statOrderKey = "2164,4345", statOrder = { 2164, 4345 }, level = 30, group = "CannotUseFlaskInFifthSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumPowerandEnduranceChargesImplicitE1"] = { affix = "", "+1 to Maximum Power Charges and Maximum Endurance Charges", statOrderKey = "6739", statOrder = { 6739 }, level = 1, group = "MaximumPowerandEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonTauntingContraptionOnFlaskUseImplicitE1"] = { affix = "", "Trigger Level 20 Summon Taunting Contraption when you use a Flask", statOrderKey = "492", statOrder = { 492 }, level = 70, group = "SummonTauntingContraptionOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionChanceToMaimOnHitUnique__1_"] = { affix = "", "Minions have 5% chance to Maim Enemies on Hit with Attacks", statOrderKey = "6846", statOrder = { 6846 }, level = 1, group = "MinionChanceToMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, + ["PhysicalDamagePercentAddedAsChaosPerElderItemUnique__1"] = { affix = "", "Gain (3-5)% of Physical Damage as Extra Chaos Damage per Elder Item Equipped", statOrderKey = "5089", statOrder = { 5089 }, level = 1, group = "PhysicalDamagePercentAddedAsChaosPerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["AddedChaosDamageToAttacksPer50StrengthUnique__1"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks per 80 Strength", statOrderKey = "6781", statOrder = { 6781 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["CannotDealNonChaosDamageUnique__1_"] = { affix = "", "Cannot deal non-Chaos Damage", statOrderKey = "4719", statOrder = { 4719 }, level = 1, group = "CannotDealNonChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["TravelSkillMoreDamageUnique__1"] = { affix = "", "Socketed Travel Skills deal 80% more Damage", statOrderKey = "5932", statOrder = { 5932 }, level = 1, group = "TravelSkillMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DamageTakenWhilePhasingUnique__1"] = { affix = "", "10% increased Damage taken while Phasing", statOrderKey = "4707", statOrder = { 4707 }, level = 1, group = "DamageTakenWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ProjectilesChainWhilePhasingUnique__1_"] = { affix = "", "Projectiles Chain +1 times while you have Phasing", statOrderKey = "6952", statOrder = { 6952 }, level = 1, group = "ProjectilesChainWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Minions gain 20% of Physical Damage as Extra Fire Damage", statOrderKey = "6855", statOrder = { 6855 }, level = 1, group = "MinionPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "has_damage_taken_as_mod", "physical", "elemental", "fire", "minion" }, }, + ["ChaosDamageCanIgniteUnique__1"] = { affix = "", "Your Chaos Damage can Ignite", statOrderKey = "4100", statOrder = { 4100 }, level = 1, group = "ChaosDamageCanIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "poison", "damage", "elemental", "fire", "chaos", "ailment" }, }, + ["ChanceToIgniteWithChaosSkillsUnique__1"] = { affix = "", "Chaos Skills have 20% chance to Ignite", statOrderKey = "4447", statOrder = { 4447 }, level = 1, group = "ChanceToIgniteWithChaosSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "fire", "chaos", "ailment" }, }, + ["UniqueVolkuursGuidanceIgniteDurationFinal"] = { affix = "", "50% less Ignite Duration", statOrderKey = "7537", statOrder = { 7537 }, level = 1, group = "UniqueVolkuursGuidanceIgniteDurationFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ManaRegenerationAuraUnique__1"] = { affix = "", "30% increased Mana Regeneration Rate", "You and nearby Allies have 30% increased Mana Regeneration Rate", statOrderKey = "1128,5915", statOrder = { 1128, 5915 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AvoidPhysicalDamageWhilePhasingUnique__1"] = { affix = "", "+(8-15)% chance to Avoid Physical Damage from Hits while Phasing", statOrderKey = "4072", statOrder = { 4072 }, level = 1, group = "AvoidPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["GrantsAlliesFrenzyChargeOnKillUnique__1_"] = { affix = "", "10% chance to grant a Frenzy Charge to nearby Allies on Kill", statOrderKey = "4414", statOrder = { 4414 }, level = 1, group = "GrantsAlliesFrenzyChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["GrantsAlliesEnduranceChargeOnHitUnique__1"] = { affix = "", "5% chance to grant an Endurance Charge to nearby Allies on Hit", statOrderKey = "4413", statOrder = { 4413 }, level = 1, group = "GrantsAlliesEnduranceChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChanceToImpaleWithSpellsUnique__1"] = { affix = "", "20% chance to Impale on Spell Hit", statOrderKey = "7347", statOrder = { 7347 }, level = 1, group = "ChanceToImpaleWithSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "caster" }, }, + ["ImpaleEffectUnique__1"] = { affix = "", "20% increased Impale Effect", statOrderKey = "5397", statOrder = { 5397 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["ImpaleEffectUnique__2"] = { affix = "", "5% increased Impale Effect", statOrderKey = "5397", statOrder = { 5397 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["AttackDamagePer450ArmourUnique__1__"] = { affix = "", "1% increased Attack Damage per 450 Armour", statOrderKey = "4004", statOrder = { 4004 }, level = 1, group = "AttackDamagePer450Armour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ZombiesTakeFireDamagePerSecondUnique__1_"] = { affix = "", "Raised Zombies take (15-30)% of their Maximum Life per second as Fire Damage", statOrderKey = "7136", statOrder = { 7136 }, level = 1, group = "ZombiesTakeFireDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["ZombiesHaveAvatarOfFireUnique__1"] = { affix = "", "Raised Zombies have Avatar of Fire", statOrderKey = "7137", statOrder = { 7137 }, level = 1, group = "ZombiesHaveAvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["ZombiesCoverInAshOnHitUnique__1"] = { affix = "", "Raised Zombies Cover Enemies in Ash on Hit", statOrderKey = "7135", statOrder = { 7135 }, level = 1, group = "ZombiesCoverInAshOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["LifeLeechPermyriadOnFrozenEnemiesUnique__1"] = { affix = "", "1% of Damage against Frozen Enemies Leeched as Life", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnduranceChargeIfAttackFreezesUnique__1"] = { affix = "", "Gain an Endurance Charge if an Attack Freezes an Enemy", statOrderKey = "5053", statOrder = { 5053 }, level = 1, group = "EnduranceChargeIfAttackFreezes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "elemental", "cold", "attack", "ailment" }, }, + ["PowerChargeOnHittingFrozenEnemyUnique__1"] = { affix = "", "50% chance to gain a Power Charge when you Hit a Frozen Enemy", statOrderKey = "5095", statOrder = { 5095 }, level = 1, group = "PowerChargeOnHittingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["TakeColdDamageOnMaximumPowerChargesUnique__1____"] = { affix = "", "Take 500 Cold Damage on reaching Maximum Power Charges", statOrderKey = "7205", statOrder = { 7205 }, level = 1, group = "TakeColdDamageOnMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["MovementVelocityWhileChilledUnique__1_"] = { affix = "", "(10-20)% increased Movement Speed while Chilled", statOrderKey = "6918", statOrder = { 6918 }, level = 1, group = "MovementVelocityWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AttackSpeedWhileChilledUnique__1"] = { affix = "", "(10-20)% increased Attack Speed while Chilled", statOrderKey = "4041", statOrder = { 4041 }, level = 1, group = "AttackSpeedWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["CastSpeedWhileChilledUnique__1"] = { affix = "", "(10-20)% increased Cast Speed while Chilled", statOrderKey = "4355", statOrder = { 4355 }, level = 1, group = "CastSpeedWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["ReflectFireDamageOnBlockUnique__1___"] = { affix = "", "Reflects (22-44) Fire Damage to Attackers on Block", statOrderKey = "4964", statOrder = { 4964 }, level = 1, group = "ReflectFireDamageOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental_damage", "damage", "elemental", "fire" }, }, + ["DealNoDamageWhenNotOnLowLifeUnique__1"] = { affix = "", "Deal no Damage when not on Low Life", statOrderKey = "4717", statOrder = { 4717 }, level = 1, group = "DealNoDamageWhenNotOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TriggeredFieryImpactOnHitWithWeaponImplicitE1"] = { affix = "", "Trigger Level 10 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "480", statOrder = { 480 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggeredFieryImpactOnHitWithWeaponImplicitE2_"] = { affix = "", "Trigger Level 15 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "480", statOrder = { 480 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggeredFieryImpactOnHitWithWeaponImplicitE3"] = { affix = "", "Trigger Level 20 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "480", statOrder = { 480 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["MaxPrefixMaxSuffixImplicitE1__"] = { affix = "", "-1 Prefix Modifier allowed", "+1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", statOrderKey = "8,9,13", statOrder = { 8, 9, 13 }, level = 30, group = "MaxPrefixMaxSuffix", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["MaxPrefixMaxSuffixImplicitE2_"] = { affix = "", "+1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", statOrderKey = "8,9,13", statOrder = { 8, 9, 13 }, level = 30, group = "MaxPrefixMaxSuffix", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["MaxPrefixMaxSuffixModEffectImplicitE1"] = { affix = "", "-1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", "25% increased Explicit Modifier magnitudes", statOrderKey = "8,9,13,21", statOrder = { 8, 9, 13, 21 }, level = 30, group = "MaxPrefixMaxSuffixModEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalAllDamageCanPoisonImplicitE1_"] = { affix = "", "All Damage from Hits with This Weapon can Poison", statOrderKey = "1788", statOrder = { 1788 }, level = 1, group = "LocalAllDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToInflictScorchOnEnemyOnBlockImplicitE1"] = { affix = "", "Scorch Enemies when you Block their Damage", statOrderKey = "4296", statOrder = { 4296 }, level = 1, group = "ChanceToInflictScorchOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToInflictBrittleOnEnemyOnBlockImplicitE1"] = { affix = "", "Inflict Brittle on Enemies when you Block their Damage", statOrderKey = "4294", statOrder = { 4294 }, level = 1, group = "ChanceToInflictBrittleOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToInflictSapOnEnemyOnBlockImplicitE1"] = { affix = "", "Sap Enemies when you Block their Damage", statOrderKey = "4295", statOrder = { 4295 }, level = 1, group = "ChanceToInflictSapOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemNecroticFootprintsUnique__1s"] = { affix = "", "Necrotic Footprints ", statOrderKey = "6799", statOrder = { 6799 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChaosResistanceWhileStationaryUnique__1"] = { affix = "", "+30% to Chaos Resistance while stationary", statOrderKey = "4314", statOrder = { 4314 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["PowerChargeOnHitWhilePoisonedUnique__1"] = { affix = "", "Gain a Power Charge on Hit while Poisoned", statOrderKey = "3733", statOrder = { 3733 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["MovementSpeedWhilePoisonedUnique__1"] = { affix = "", "15% increased Movement Speed while Poisoned", statOrderKey = "6778", statOrder = { 6778 }, level = 1, group = "MovementSpeedWhilePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChanceToBePoisonedBySpellsUnique__1_"] = { affix = "", "50% chance for Spell Hits against you to inflict Poison ", statOrderKey = "7190", statOrder = { 7190 }, level = 1, group = "ChanceToBePoisonedBySpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["SpiritMinionRefreshOnUniqueHitUnique__1"] = { affix = "", "Summoned Phantasms have 10% chance to refresh their Duration when they Hit a Unique Enemy", "Summoned Raging Spirits have 10% chance to refresh their Duration when they Hit a Unique Enemy", statOrderKey = "6858,6986", statOrder = { 6858, 6986 }, level = 1, group = "SpiritMinionRefreshOnUniqueHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MovementVelocityPerPowerChargeUnique__1__"] = { affix = "", "5% increased Movement Speed per Power Charge", statOrderKey = "6771", statOrder = { 6771 }, level = 1, group = "MovementVelocityPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["LifeRegenerationPerPowerChargeUnique__1__"] = { affix = "", "Regenerate 0.5% of Life per second per Power Charge", statOrderKey = "5354", statOrder = { 5354 }, level = 1, group = "LifeRegenerationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LocalFlaskAttackAndCastSpeedWhileHealingUnique__1"] = { affix = "", "(5-15)% increased Attack Speed during Flask effect", "(5-15)% increased Cast Speed during Flask effect", statOrderKey = "534,535", statOrder = { 534, 535 }, level = 1, group = "LocalFlaskAttackAndCastSpeedWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["IncreasedElementalResistancesUnique__1"] = { affix = "", "(18-22)% increased Elemental Resistances ", statOrderKey = "4673", statOrder = { 4673 }, level = 1, group = "IncreasedElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["DefencesAreZeroUnique__1_"] = { affix = "", "Defences are Zero", statOrderKey = "4597", statOrder = { 4597 }, level = 1, group = "DefencesAreZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["ChaosResistanceIsZeroUnique__1"] = { affix = "", "Chaos Resistance is Zero", statOrderKey = "7450", statOrder = { 7450 }, level = 1, group = "ChaosResistanceIsZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ElementalDamageDuringFlaskEffectUnique__1"] = { affix = "", "30% increased Elemental Damage during any Flask Effect", statOrderKey = "3533", statOrder = { 3533 }, level = 1, group = "ElementalDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, - ["SupportedByCastOnDamageTakenUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 12 Cast when Damage Taken", statOrderKey = "92", statOrder = { 92 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ShieldArmourIncreaseUnique__1"] = { affix = "", "50% increased Defences from Equipped Shield", statOrderKey = "1358", statOrder = { 1358 }, level = 1, group = "ShieldArmourIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["AddedFireDamageIfBlockedRecentlyUnique__1"] = { affix = "", "Adds 45 to 75 Fire Damage if you've Blocked Recently", statOrderKey = "3584", statOrder = { 3584 }, level = 1, group = "AddedFireDamageIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamagePer100LowestOfLifeOrManaUnique__1"] = { affix = "", "(3-4) to (7-8) added Fire Damage per 100 of Maximum Life or Maximum Mana, whichever is lower", statOrderKey = "6656", statOrder = { 6656 }, level = 1, group = "AddedFireDamagePer100LowestOfLifeOrMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["TauntedEnemiesTakeIncreasedDamage_"] = { affix = "", "Enemies Taunted by you take 10% increased Damage", statOrderKey = "2519", statOrder = { 2519 }, level = 1, group = "TauntedEnemiesTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChaosDamageCanChill"] = { affix = "", "Your Chaos Damage can Chill", statOrderKey = "2169", statOrder = { 2169 }, level = 1, group = "ChaosDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "cold", "chaos", "ailment" }, }, - ["ElementalDamageIfCritRecently"] = { affix = "", "(120-150)% increased Elemental Damage if you've dealt a Critical Strike Recently", statOrderKey = "4663", statOrder = { 4663 }, level = 1, group = "ElementalDamageIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SupportedByMultiTotemUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Multiple Totems", statOrderKey = "140", statOrder = { 140 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["AttackAdditionalProjectilesUnique__1"] = { affix = "", "Attacks fire an additional Projectile", statOrderKey = "3505", statOrder = { 3505 }, level = 1, group = "AttackAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ExtraMaximumPhantasmsUnique__1"] = { affix = "", "+3 to maximum number of Summoned Phantasms", statOrderKey = "4015", statOrder = { 4015 }, level = 1, group = "ExtraMaximumPhantasms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ExtraRagingSpiritsUnique__1"] = { affix = "", "+6 to maximum number of Raging Spirits", statOrderKey = "1523", statOrder = { 1523 }, level = 1, group = "ExtraRagingSpirits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["HungryLoopSupportedByPinpoint"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Pinpoint", statOrderKey = "39,147", statOrder = { 39, 147 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SpellBlockIfNotBlockedRecentlyUnique__1"] = { affix = "", "+75% Chance to Block Spell Damage if you have not Blocked Recently", statOrderKey = "3774", statOrder = { 3774 }, level = 1, group = "SpellBlockIfNotBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["LocalEnergyShieldRegenerationIfCritRecentlyUnique__1"] = { affix = "", "Regenerate 20% of Energy Shield per second if you've dealt a Critical Strike with this weapon Recently", statOrderKey = "5792", statOrder = { 5792 }, level = 1, group = "LocalEnergyShieldRegenerationIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ColdDamagePerMissingColdResistanceUnique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Missing Cold Resistance, up to a maximum of 300%", statOrderKey = "4365", statOrder = { 4365 }, level = 1, group = "ColdDamagePerMissingColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["FireDamagePerMissingFireResistanceUnique__1"] = { affix = "", "(15-20)% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300%", statOrderKey = "4819", statOrder = { 4819 }, level = 1, group = "FireDamagePerMissingFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HyrrisTruthHatredManaReservationFinalUnique__1"] = { affix = "", "Hatred has 50% less Reservation", statOrderKey = "7042", statOrder = { 7042 }, level = 1, group = "HyrrisTruthHatredManaReservationFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["GrantsHatredUnique__1__"] = { affix = "", "Grants Level 22 Hatred Skill", statOrderKey = "370", statOrder = { 370 }, level = 81, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ColdDamageLifeLeechUnique__1"] = { affix = "", "(0.8-1)% of Cold Damage Leeched as Life", statOrderKey = "1067", statOrder = { 1067 }, level = 1, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["WingsOfEntropyMainHandAttackSpeedFinalUnique__1_"] = { affix = "", "(50-70)% more Main Hand attack speed", statOrderKey = "5984", statOrder = { 5984 }, level = 1, group = "WingsOfEntropyMainHandAttackSpeedFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OffHandBaseCriticalStrikeChanceUnique__1"] = { affix = "", "+(8-10)% to Off Hand Critical Strike Chance", statOrderKey = "3757", statOrder = { 3757 }, level = 1, group = "OffHandBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlammabilityOnBlockChanceUnique__1"] = { affix = "", "Curse Enemies with Flammability on Block, with 20% increased Effect", statOrderKey = "2293", statOrder = { 2293 }, level = 1, group = "FlammabilityOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "curse" }, }, - ["AttackProjectilesForkUnique__1"] = { affix = "", "Projectiles from Attacks Fork", statOrderKey = "3920", statOrder = { 3920 }, level = 1, group = "AttackProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AttackProjectilesForkExtraTimesUnique__1"] = { affix = "", "Projectiles from Attacks Fork an additional time", statOrderKey = "3921", statOrder = { 3921 }, level = 1, group = "AttackProjectilesForkExtraTimes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ImpalePhysicalReductionPenaltyUnique__1"] = { affix = "", "Impale Damage dealt to Enemies Impaled by you Overwhelms 10% Physical Damage Reduction", statOrderKey = "2287", statOrder = { 2287 }, level = 1, group = "ImpalePhysicalReductionPenalty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["MinionLargerAggroRadiusUnique__1"] = { affix = "", "Minions are Aggressive", statOrderKey = "7458", statOrder = { 7458 }, level = 1, group = "MinionLargerAggroRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["HungryLoopSupportedByTrinity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trinity", statOrderKey = "39,173", statOrder = { 39, 173 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["LoseLifePercentOnCritUnique__1"] = { affix = "", "Lose (10-15)% of Life when you deal a Critical Strike", statOrderKey = "5974", statOrder = { 5974 }, level = 1, group = "LoseLifePercentOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, - ["LoseEnergyShieldPercentOnCritUnique__1"] = { affix = "", "Lose (10-15)% of Energy Shield when you deal a Critical Strike", statOrderKey = "5973", statOrder = { 5973 }, level = 1, group = "LoseEnergyShieldPercentOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "critical" }, }, - ["DamageOverTimeMultiplierIfCrit8SecondsUnique__1_"] = { affix = "", "+(40-60)% to Damage over Time Multiplier if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "4637", statOrder = { 4637 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["LifeRegenerationIfCrit8SecondsUnique__1"] = { affix = "", "(2-2.5)% of Life Regenerated per Second if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "5348", statOrder = { 5348 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, - ["ArmourPerStrengthUnique__1_"] = { affix = "", "10% reduced Armour per 50 Strength", statOrderKey = "3835", statOrder = { 3835 }, level = 65, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["EnemiesIgniteChaosDamageUnique__1"] = { affix = "", "Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite", statOrderKey = "4737", statOrder = { 4737 }, level = 62, group = "EnemiesIgniteChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["EnemiesIgniteWitherNeverExpiresUnique__1"] = { affix = "", "Withered does not expire on Enemies Ignited by you", statOrderKey = "4738", statOrder = { 4738 }, level = 1, group = "EnemiesIgniteWitherNeverExpires", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["GrantsVampiricIconSkillUnique__1"] = { affix = "", "Grants Level 20 Thirst for Blood Skill", statOrderKey = "421", statOrder = { 421 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LocalBleedDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(25-35)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon", statOrderKey = "5747", statOrder = { 5747 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SacrificialZealOnSkillUseUnique__1_"] = { affix = "", "Gain Sacrificial Zeal when you use a Skill, dealing you 150% of the Skill's Mana Cost as Physical Damage per Second", statOrderKey = "4960", statOrder = { 4960 }, level = 1, group = "SacrificialZeal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ArmourPenetrationSacrificialZealUnique__1"] = { affix = "", "Hits Overwhelm (10-15)% of Physical Damage Reduction while you have Sacrificial Zeal", statOrderKey = "6845", statOrder = { 6845 }, level = 1, group = "ArmourPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["RightRingMagicHexproofUnique__1"] = { affix = "", "You are Hexproof if you have a Magic Ring in right slot", statOrderKey = "5189", statOrder = { 5189 }, level = 1, group = "RightRingMagicHexproof", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, - ["LeftRingMagicNoCritDamageUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes if you have a Magic Ring in left slot", statOrderKey = "7069", statOrder = { 7069 }, level = 1, group = "LeftRingMagicNoCritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["AnyRingMagicDamageExtraRollUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you have a Magic Ring Equipped", statOrderKey = "4744", statOrder = { 4744 }, level = 1, group = "AnyRingMagicDamageExtraRoll", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedGemsApplyExposureReducedResistsImplicitR1"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "304,1020", statOrder = { 304, 1020 }, level = 15, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["SocketedGemsApplyExposureReducedResistsImplicitR2"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "304,1020", statOrder = { 304, 1020 }, level = 45, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["SocketedGemsApplyExposureReducedResistsImplicitR3___"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "304,1020", statOrder = { 304, 1020 }, level = 75, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR1"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "1776,3988", statOrder = { 1776, 3988 }, level = 20, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR2__"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "1776,3988", statOrder = { 1776, 3988 }, level = 50, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR3"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "1776,3988", statOrder = { 1776, 3988 }, level = 80, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["MovementSkillCooldownReducedMoveSpeedImplicitR1"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1174,6756", statOrder = { 1174, 6756 }, level = 20, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSkillCooldownReducedMoveSpeedImplicitR2_"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1174,6756", statOrder = { 1174, 6756 }, level = 50, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSkillCooldownReducedMoveSpeedImplicitR3_"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1174,6756", statOrder = { 1174, 6756 }, level = 80, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR1_"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "3915,4179", statOrder = { 3915, 4179 }, level = 20, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR2_"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "3915,4179", statOrder = { 3915, 4179 }, level = 50, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR3"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "3915,4179", statOrder = { 3915, 4179 }, level = 80, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MainHandOffHandDamage1_"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "707,708", statOrder = { 707, 708 }, level = 10, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MainHandOffHandDamage2"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "707,708", statOrder = { 707, 708 }, level = 40, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MainHandOffHandDamage3_"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "707,708", statOrder = { 707, 708 }, level = 70, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["GainManaOnManaPaidManaCost1"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "983,4286", statOrder = { 983, 4286 }, level = 10, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["GainManaOnManaPaidManaCost2"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "983,4286", statOrder = { 983, 4286 }, level = 40, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["GainManaOnManaPaidManaCost3____"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "983,4286", statOrder = { 983, 4286 }, level = 70, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ExertedDamageWarcryCooldown1"] = { affix = "", "Exerted Attacks deal (25-30)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "4703,7392", statOrder = { 4703, 7392 }, level = 10, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ExertedDamageWarcryCooldown2"] = { affix = "", "Exerted Attacks deal (30-40)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "4703,7392", statOrder = { 4703, 7392 }, level = 40, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ExertedDamageWarcryCooldown3"] = { affix = "", "Exerted Attacks deal (40-50)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "4703,7392", statOrder = { 4703, 7392 }, level = 70, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["FortifyEffectCrushed1"] = { affix = "", "-15% additional Physical Damage Reduction", "(20-25)% increased Effect of Fortify on you", "You are Crushed", statOrderKey = "1627,2881,5787", statOrder = { 1627, 2881, 5787 }, level = 15, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FortifyEffectCrushed2_"] = { affix = "", "-15% additional Physical Damage Reduction", "(20-25)% increased Effect of Fortify on you", "You are Crushed", statOrderKey = "1627,2881,5787", statOrder = { 1627, 2881, 5787 }, level = 45, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FortifyEffectCrushed3_"] = { affix = "", "-15% additional Physical Damage Reduction", "(20-25)% increased Effect of Fortify on you", "You are Crushed", statOrderKey = "1627,2881,5787", statOrder = { 1627, 2881, 5787 }, level = 75, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AddedColdDamageColdPenetration1"] = { affix = "", "Adds (3-4) to (5-6) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "790,2290", statOrder = { 790, 2290 }, level = 15, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageColdPenetration2"] = { affix = "", "Adds (15-20) to (28-35) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "790,2290", statOrder = { 790, 2290 }, level = 45, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageColdPenetration3"] = { affix = "", "Adds (75-85) to (115-128) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "790,2290", statOrder = { 790, 2290 }, level = 75, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["GrantsUnhingeUnique__1"] = { affix = "", "Grants Level 20 Unhinge Skill", statOrderKey = "417", statOrder = { 417 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["PhysicalChaosDamageTakenNotUnhingedUnique__1_"] = { affix = "", "(15-25)% less Physical and Chaos Damage Taken while Sane", statOrderKey = "6865", statOrder = { 6865 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, - ["RegenerateLifeNotUnhingedUnique__1"] = { affix = "", "Regenerate 10% Life over one second when Hit while Sane", statOrderKey = "7026", statOrder = { 7026 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["CriticalStrikeChanceFinalUnhingedUnique__1"] = { affix = "", "(40-60)% more Critical Strike Chance while Insane", statOrderKey = "4434", statOrder = { 4434 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["EnemiesExplodeOnKillUnhingedUnique__1_"] = { affix = "", "Enemies Killed by your Hits are destroyed while Insane", statOrderKey = "4715", statOrder = { 4715 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CurseAurasAffectYouUnique__1"] = { affix = "", "Curse Auras from Socketed Skills also affect you", statOrderKey = "301", statOrder = { 301 }, level = 70, group = "CurseAurasAffectYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem", "curse" }, }, - ["HitAndAilmentDamageCursedEnemiesUnique__1"] = { affix = "", "(15-25)% increased Damage with Hits and Ailments against Cursed Enemies", statOrderKey = "5199", statOrder = { 5199 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "curse" }, }, - ["ScorchedGroundWhileMovingUnique__1"] = { affix = "", "Drops Scorched Ground while moving, lasting 4 seconds", statOrderKey = "3613", statOrder = { 3613 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ScorchEffectUnique__1"] = { affix = "", "(30-50)% increased Effect of Scorch", statOrderKey = "7057", statOrder = { 7057 }, level = 1, group = "ScorchEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ScorchedEnemiesDegenExplodeUnique__1_"] = { affix = "", "(30-40)% chance when you Kill a Scorched Enemy to Burn Each surrounding", "Enemy for 4 seconds, dealing 8% of the Killed Enemy's Life as Fire Damage per second", statOrderKey = "7058,7058.1", statOrder = { 7058, 7058.1 }, level = 87, group = "ScorchedEnemiesDegenExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["AttackSpeedFrenzyChargeNotGainedUnique__1"] = { affix = "", "(20-25)% increased Attack Speed if you haven't gained a Frenzy Charge Recently", statOrderKey = "3933", statOrder = { 3933 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["CriticalStrikeChancePowerChargeNotGainedUnique__1"] = { affix = "", "(60-80)% increased Critical Strike Chance if you haven't gained a Power Charge Recently", statOrderKey = "4440", statOrder = { 4440 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ExtendFrenzyPowerChargeDurationCullUnique__1"] = { affix = "", "+3 seconds to Duration of Frenzy and Power Charges on Culling Strike", statOrderKey = "4864", statOrder = { 4864 }, level = 1, group = "ExtendChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeGainOnCullUnique__1"] = { affix = "", "Gain (120-150) Life on Culling Strike", statOrderKey = "5313", statOrder = { 5313 }, level = 1, group = "LifeGainOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ManaGainOnCullUnique__1_"] = { affix = "", "Gain (10-20) Mana on Culling Strike", statOrderKey = "5998", statOrder = { 5998 }, level = 1, group = "ManaGainOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["GainBrutalChargesInsteadOfEnduranceUnique__1"] = { affix = "", "Gain Brutal Charges instead of Endurance Charges", statOrderKey = "4905", statOrder = { 4905 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainAfflictionChargesInsteadOfFrenzyUnique__1"] = { affix = "", "Gain Affliction Charges instead of Frenzy Charges", statOrderKey = "4886", statOrder = { 4886 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainAbsorptionChargesInsteadOfPowerUnique__1"] = { affix = "", "Gain Absorption Charges instead of Power Charges", statOrderKey = "4882", statOrder = { 4882 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumBrutalChargesEqualsEnduranceUnique__1__"] = { affix = "", "Maximum Brutal Charges is equal to Maximum Endurance Charges", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumAfflictionChargesEqualsFrenzyUnique__1"] = { affix = "", "Maximum Affliction Charges is equal to Maximum Frenzy Charges", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumAbsorptionChargesEqualsPowerUnique__1_"] = { affix = "", "Maximum Absorption Charges is equal to Maximum Power Charges", statOrderKey = "1193", statOrder = { 1193 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinimumBrutalChargeModifiersEqualsEnduranceUnique__1"] = { affix = "", "Modifiers to Minimum Endurance Charges instead apply to Minimum Brutal Charges", statOrderKey = "1182", statOrder = { 1182 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinimumAfflictionChargeModifiersEqualsFrenzyUnique__1"] = { affix = "", "Modifiers to Minimum Frenzy Charges instead apply to Minimum Affliction Charges", statOrderKey = "1187", statOrder = { 1187 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinimumAbsorptionChargeModifiersEqualsPowerUnique__1"] = { affix = "", "Modifiers to Minimum Power Charges instead apply to Minimum Absorption Charges", statOrderKey = "1192", statOrder = { 1192 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionsCrazyOnCritUnique__1__"] = { affix = "", "Minions can hear the whispers for 5 seconds after they deal a Critical Strike", statOrderKey = "6738", statOrder = { 6738 }, level = 1, group = "MinionsCrazyOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, - ["MinionCriticalStrikeChanceMaximumPowerChargeUnique__1"] = { affix = "", "Minions have 50% increased Critical Strike Chance per Maximum Power Charge you have", statOrderKey = "6698", statOrder = { 6698 }, level = 1, group = "MinionCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, - ["PhysicalDamageTakenAsLightningDescentTwoHandSword1"] = { affix = "", "50% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1767", statOrder = { 1767 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, - ["LocalDisplayYouAndNearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", "You and Nearby Allies have 30% increased Item Rarity", statOrderKey = "998,1000", statOrder = { 998, 1000 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BattlemageKeystoneUnique__1"] = { affix = "", "Battlemage", statOrderKey = "7468", statOrder = { 7468 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BattlemageKeystoneUnique__2_"] = { affix = "", "Battlemage", statOrderKey = "7468", statOrder = { 7468 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChainOffTerrainChancePerRangedAbyssJewelUnique__1__"] = { affix = "", "Projectiles have 4% chance to be able to Chain when colliding with terrain per", "Searching Eye Jewel affecting you, up to a maximum of 20%", statOrderKey = "6944,6944.1", statOrder = { 6944, 6944.1 }, level = 1, group = "ChainOffTerrainChancePerRangedAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MainHandCriticalStrikeChancePerMeleeAbyssJewelUnique__1"] = { affix = "", "20% increased Main Hand Critical Strike Chance per", "Murderous Eye Jewel affecting you, up to a maximum of 100%", statOrderKey = "5985,5985.1", statOrder = { 5985, 5985.1 }, level = 1, group = "MainHandCriticalStrikeChancePerMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["OffHandCriticalStrikeMultiplierPerMeleeAbyssJewelUnique__1__"] = { affix = "", "+10% to Off Hand Critical Strike Multiplier per", "Murderous Eye Jewel affecting you, up to a maximum of +50%", statOrderKey = "6837,6837.1", statOrder = { 6837, 6837.1 }, level = 1, group = "OffHandCriticalStrikeMultiplierPerMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["MinionDamageOverTimeMultiplierPerMinionAbyssJewelUnique__1"] = { affix = "", "Minions have +6% to Damage over Time Multiplier per", "Ghastly Eye Jewel affecting you, up to a maximum of +30%", statOrderKey = "6701,6701.1", statOrder = { 6701, 6701.1 }, level = 1, group = "MinionDamageOverTimeMultiplierPerMinionAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["ArcaneSurgeEffectPerCasterAbyssJewelUnique__1"] = { affix = "", "8% increased Effect of Arcane Surge on you per", "Hypnotic Eye Jewel affecting you, up to a maximum of 40%", statOrderKey = "2593,2593.1", statOrder = { 2593, 2593.1 }, level = 1, group = "ArcaneSurgeEffectPerCasterAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["MapAdditionalBlightEnchantment"] = { affix = "", "Area contains an additional Blight Encounter", statOrderKey = "6349", statOrder = { 6349 }, level = 1, group = "MapAdditionalBlightEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAdditionalBreachEnchantment1"] = { affix = "", "Area can contain Breaches", "Area contains an additional Breach", statOrderKey = "1916,6112", statOrder = { 1916, 6112 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAdditionalBreachEnchantment2"] = { affix = "", "Area can contain Breaches", "Area contains 2 additional Breaches", statOrderKey = "1916,6112", statOrder = { 1916, 6112 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAdditionalBreachEnchantment3__"] = { affix = "", "Area can contain Breaches", "Area contains 3 additional Breaches", statOrderKey = "1916,6112", statOrder = { 1916, 6112 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAdditionalBreachEnchantment5"] = { affix = "", "Area can contain Breaches", "Area contains 5 additional Breaches", statOrderKey = "1916,6112", statOrder = { 1916, 6112 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GrantsCallOfSteelSkillUnique__1_"] = { affix = "", "Grants Call of Steel", statOrderKey = "398", statOrder = { 398 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LocalAllDamageCanPoisonImplicitE1_"] = { affix = "", "All Damage from Hits with This Weapon can Poison", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "LocalAllDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToInflictScorchOnEnemyOnBlockImplicitE1"] = { affix = "", "Scorch Enemies when you Block their Damage", statOrderKey = "4421", statOrder = { 4421 }, level = 1, group = "ChanceToInflictScorchOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToInflictBrittleOnEnemyOnBlockImplicitE1"] = { affix = "", "Inflict Brittle on Enemies when you Block their Damage", statOrderKey = "4419", statOrder = { 4419 }, level = 1, group = "ChanceToInflictBrittleOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToInflictSapOnEnemyOnBlockImplicitE1"] = { affix = "", "Sap Enemies when you Block their Damage", statOrderKey = "4420", statOrder = { 4420 }, level = 1, group = "ChanceToInflictSapOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemNecroticFootprintsUnique__1s"] = { affix = "", "Necrotic Footprints ", statOrderKey = "6932", statOrder = { 6932 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosResistanceWhileStationaryUnique__1"] = { affix = "", "+30% to Chaos Resistance while stationary", statOrderKey = "4439", statOrder = { 4439 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["PowerChargeOnHitWhilePoisonedUnique__1"] = { affix = "", "Gain a Power Charge on Hit while Poisoned", statOrderKey = "3829", statOrder = { 3829 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["MovementSpeedWhilePoisonedUnique__1"] = { affix = "", "15% increased Movement Speed while Poisoned", statOrderKey = "6911", statOrder = { 6911 }, level = 1, group = "MovementSpeedWhilePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChanceToBePoisonedBySpellsUnique__1_"] = { affix = "", "50% chance for Spell Hits against you to inflict Poison ", statOrderKey = "7338", statOrder = { 7338 }, level = 1, group = "ChanceToBePoisonedBySpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SpiritMinionRefreshOnUniqueHitUnique__1"] = { affix = "", "Summoned Phantasms have 10% chance to refresh their Duration when they Hit a Unique Enemy", "Summoned Raging Spirits have 10% chance to refresh their Duration when they Hit a Unique Enemy", statOrderKey = "6994,7126", statOrder = { 6994, 7126 }, level = 1, group = "SpiritMinionRefreshOnUniqueHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MovementVelocityPerPowerChargeUnique__1__"] = { affix = "", "5% increased Movement Speed per Power Charge", statOrderKey = "6904", statOrder = { 6904 }, level = 1, group = "MovementVelocityPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LifeRegenerationPerPowerChargeUnique__1__"] = { affix = "", "Regenerate 0.5% of Life per second per Power Charge", statOrderKey = "5500", statOrder = { 5500 }, level = 1, group = "LifeRegenerationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LocalFlaskAttackAndCastSpeedWhileHealingUnique__1"] = { affix = "", "(5-15)% increased Attack Speed during Flask effect", "(5-15)% increased Cast Speed during Flask effect", statOrderKey = "599,600", statOrder = { 599, 600 }, level = 1, group = "LocalFlaskAttackAndCastSpeedWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["IncreasedElementalResistancesUnique__1"] = { affix = "", "(18-22)% increased Elemental Resistances ", statOrderKey = "4803", statOrder = { 4803 }, level = 1, group = "IncreasedElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["DefencesAreZeroUnique__1_"] = { affix = "", "Defences are Zero", statOrderKey = "4724", statOrder = { 4724 }, level = 1, group = "DefencesAreZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["ChaosResistanceIsZeroUnique__1"] = { affix = "", "Chaos Resistance is Zero", statOrderKey = "7631", statOrder = { 7631 }, level = 1, group = "ChaosResistanceIsZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ElementalDamageDuringFlaskEffectUnique__1"] = { affix = "", "30% increased Elemental Damage during any Flask Effect", statOrderKey = "3624", statOrder = { 3624 }, level = 1, group = "ElementalDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, + ["SupportedByCastOnDamageTakenUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 12 Cast when Damage Taken", statOrderKey = "93", statOrder = { 93 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ShieldArmourIncreaseUnique__1"] = { affix = "", "50% increased Defences from Equipped Shield", statOrderKey = "1499", statOrder = { 1499 }, level = 1, group = "ShieldArmourIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AddedFireDamageIfBlockedRecentlyUnique__1"] = { affix = "", "Adds 45 to 75 Fire Damage if you've Blocked Recently", statOrderKey = "3673", statOrder = { 3673 }, level = 1, group = "AddedFireDamageIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamagePer100LowestOfLifeOrManaUnique__1"] = { affix = "", "(3-4) to (7-8) added Fire Damage per 100 of Maximum Life or Maximum Mana, whichever is lower", statOrderKey = "6789", statOrder = { 6789 }, level = 1, group = "AddedFireDamagePer100LowestOfLifeOrMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["TauntedEnemiesTakeIncreasedDamage_"] = { affix = "", "Enemies Taunted by you take 10% increased Damage", statOrderKey = "2630", statOrder = { 2630 }, level = 1, group = "TauntedEnemiesTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChaosDamageCanChill"] = { affix = "", "Your Chaos Damage can Chill", statOrderKey = "2290", statOrder = { 2290 }, level = 1, group = "ChaosDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "cold", "chaos", "ailment" }, }, + ["ElementalDamageIfCritRecently"] = { affix = "", "(120-150)% increased Elemental Damage if you've dealt a Critical Strike Recently", statOrderKey = "4793", statOrder = { 4793 }, level = 1, group = "ElementalDamageIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SupportedByMultiTotemUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Multiple Totems", statOrderKey = "143", statOrder = { 143 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["AttackAdditionalProjectilesUnique__1"] = { affix = "", "Attacks fire an additional Projectile", statOrderKey = "3596", statOrder = { 3596 }, level = 1, group = "AttackAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ExtraMaximumPhantasmsUnique__1"] = { affix = "", "+3 to maximum number of Summoned Phantasms", statOrderKey = "4125", statOrder = { 4125 }, level = 1, group = "ExtraMaximumPhantasms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ExtraRagingSpiritsUnique__1"] = { affix = "", "+6 to maximum number of Raging Spirits", statOrderKey = "1665", statOrder = { 1665 }, level = 1, group = "ExtraRagingSpirits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["HungryLoopSupportedByPinpoint"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Pinpoint", statOrderKey = "39,150", statOrder = { 39, 150 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SpellBlockIfNotBlockedRecentlyUnique__1"] = { affix = "", "+75% Chance to Block Spell Damage if you have not Blocked Recently", statOrderKey = "3870", statOrder = { 3870 }, level = 1, group = "SpellBlockIfNotBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LocalEnergyShieldRegenerationIfCritRecentlyUnique__1"] = { affix = "", "Regenerate 20% of Energy Shield per second if you've dealt a Critical Strike with this weapon Recently", statOrderKey = "5936", statOrder = { 5936 }, level = 1, group = "LocalEnergyShieldRegenerationIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ColdDamagePerMissingColdResistanceUnique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Missing Cold Resistance, up to a maximum of 300%", statOrderKey = "4491", statOrder = { 4491 }, level = 1, group = "ColdDamagePerMissingColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["FireDamagePerMissingFireResistanceUnique__1"] = { affix = "", "(15-20)% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300%", statOrderKey = "4956", statOrder = { 4956 }, level = 1, group = "FireDamagePerMissingFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HyrrisTruthHatredManaReservationFinalUnique__1"] = { affix = "", "Hatred has 50% less Reservation", statOrderKey = "7183", statOrder = { 7183 }, level = 1, group = "HyrrisTruthHatredManaReservationFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["GrantsHatredUnique__1__"] = { affix = "", "Grants Level 22 Hatred Skill", statOrderKey = "373", statOrder = { 373 }, level = 81, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ColdDamageLifeLeechUnique__1"] = { affix = "", "(0.8-1)% of Cold Damage Leeched as Life", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["WingsOfEntropyMainHandAttackSpeedFinalUnique__1_"] = { affix = "", "(50-70)% more Main Hand attack speed", statOrderKey = "6098", statOrder = { 6098 }, level = 1, group = "WingsOfEntropyMainHandAttackSpeedFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OffHandBaseCriticalStrikeChanceUnique__1"] = { affix = "", "+(8-10)% to Off Hand Critical Strike Chance", statOrderKey = "3853", statOrder = { 3853 }, level = 1, group = "OffHandBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlammabilityOnBlockChanceUnique__1"] = { affix = "", "Curse Enemies with Flammability on Block, with 20% increased Effect", statOrderKey = "2404", statOrder = { 2404 }, level = 1, group = "FlammabilityOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "curse" }, }, + ["AttackProjectilesForkUnique__1"] = { affix = "", "Projectiles from Attacks Fork", statOrderKey = "4023", statOrder = { 4023 }, level = 1, group = "AttackProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AttackProjectilesForkExtraTimesUnique__1"] = { affix = "", "Projectiles from Attacks Fork an additional time", statOrderKey = "4024", statOrder = { 4024 }, level = 1, group = "AttackProjectilesForkExtraTimes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ImpalePhysicalReductionPenaltyUnique__1"] = { affix = "", "Impale Damage dealt to Enemies Impaled by you Overwhelms 10% Physical Damage Reduction", statOrderKey = "2398", statOrder = { 2398 }, level = 1, group = "ImpalePhysicalReductionPenalty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["MinionLargerAggroRadiusUnique__1"] = { affix = "", "Minions are Aggressive", statOrderKey = "7639", statOrder = { 7639 }, level = 1, group = "MinionLargerAggroRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["HungryLoopSupportedByTrinity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trinity", statOrderKey = "39,176", statOrder = { 39, 176 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["LoseLifePercentOnCritUnique__1"] = { affix = "", "Lose (10-15)% of Life when you deal a Critical Strike", statOrderKey = "6088", statOrder = { 6088 }, level = 1, group = "LoseLifePercentOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["LoseEnergyShieldPercentOnCritUnique__1"] = { affix = "", "Lose (10-15)% of Energy Shield when you deal a Critical Strike", statOrderKey = "6087", statOrder = { 6087 }, level = 1, group = "LoseEnergyShieldPercentOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "critical" }, }, + ["DamageOverTimeMultiplierIfCrit8SecondsUnique__1_"] = { affix = "", "+(40-60)% to Damage over Time Multiplier if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "4767", statOrder = { 4767 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LifeRegenerationIfCrit8SecondsUnique__1"] = { affix = "", "(2-2.5)% of Life Regenerated per Second if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "5494", statOrder = { 5494 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["ArmourPerStrengthUnique__1_"] = { affix = "", "10% reduced Armour per 50 Strength", statOrderKey = "3937", statOrder = { 3937 }, level = 65, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EnemiesIgniteChaosDamageUnique__1"] = { affix = "", "Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite", statOrderKey = "4867", statOrder = { 4867 }, level = 62, group = "EnemiesIgniteChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["EnemiesIgniteWitherNeverExpiresUnique__1"] = { affix = "", "Withered does not expire on Enemies Ignited by you", statOrderKey = "4868", statOrder = { 4868 }, level = 1, group = "EnemiesIgniteWitherNeverExpires", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["GrantsVampiricIconSkillUnique__1"] = { affix = "", "Grants Level 20 Thirst for Blood Skill", statOrderKey = "424", statOrder = { 424 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LocalBleedDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(25-35)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon", statOrderKey = "5892", statOrder = { 5892 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SacrificialZealOnSkillUseUnique__1_"] = { affix = "", "Gain Sacrificial Zeal when you use a Skill, dealing you 150% of the Skill's Mana Cost as Physical Damage per Second", statOrderKey = "5104", statOrder = { 5104 }, level = 1, group = "SacrificialZeal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ArmourPenetrationSacrificialZealUnique__1"] = { affix = "", "Hits Overwhelm (10-15)% of Physical Damage Reduction while you have Sacrificial Zeal", statOrderKey = "6981", statOrder = { 6981 }, level = 1, group = "ArmourPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["RightRingMagicHexproofUnique__1"] = { affix = "", "You are Hexproof if you have a Magic Ring in right slot", statOrderKey = "5335", statOrder = { 5335 }, level = 1, group = "RightRingMagicHexproof", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, + ["LeftRingMagicNoCritDamageUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes if you have a Magic Ring in left slot", statOrderKey = "7211", statOrder = { 7211 }, level = 1, group = "LeftRingMagicNoCritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AnyRingMagicDamageExtraRollUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you have a Magic Ring Equipped", statOrderKey = "4874", statOrder = { 4874 }, level = 1, group = "AnyRingMagicDamageExtraRoll", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsApplyExposureReducedResistsImplicitR1"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "307,1162", statOrder = { 307, 1162 }, level = 15, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["SocketedGemsApplyExposureReducedResistsImplicitR2"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "307,1162", statOrder = { 307, 1162 }, level = 45, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["SocketedGemsApplyExposureReducedResistsImplicitR3___"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "307,1162", statOrder = { 307, 1162 }, level = 75, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR1"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "1918,4094", statOrder = { 1918, 4094 }, level = 20, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR2__"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "1918,4094", statOrder = { 1918, 4094 }, level = 50, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR3"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "1918,4094", statOrder = { 1918, 4094 }, level = 80, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MovementSkillCooldownReducedMoveSpeedImplicitR1"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1316,6889", statOrder = { 1316, 6889 }, level = 20, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSkillCooldownReducedMoveSpeedImplicitR2_"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1316,6889", statOrder = { 1316, 6889 }, level = 50, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSkillCooldownReducedMoveSpeedImplicitR3_"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1316,6889", statOrder = { 1316, 6889 }, level = 80, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR1_"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "4018,4298", statOrder = { 4018, 4298 }, level = 20, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR2_"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "4018,4298", statOrder = { 4018, 4298 }, level = 50, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR3"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "4018,4298", statOrder = { 4018, 4298 }, level = 80, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MainHandOffHandDamage1_"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "840,841", statOrder = { 840, 841 }, level = 10, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MainHandOffHandDamage2"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "840,841", statOrder = { 840, 841 }, level = 40, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MainHandOffHandDamage3_"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "840,841", statOrder = { 840, 841 }, level = 70, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["GainManaOnManaPaidManaCost1"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "1125,4410", statOrder = { 1125, 4410 }, level = 10, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainManaOnManaPaidManaCost2"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "1125,4410", statOrder = { 1125, 4410 }, level = 40, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainManaOnManaPaidManaCost3____"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "1125,4410", statOrder = { 1125, 4410 }, level = 70, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ExertedDamageWarcryCooldown1"] = { affix = "", "Exerted Attacks deal (25-30)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "4833,7572", statOrder = { 4833, 7572 }, level = 10, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ExertedDamageWarcryCooldown2"] = { affix = "", "Exerted Attacks deal (30-40)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "4833,7572", statOrder = { 4833, 7572 }, level = 40, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ExertedDamageWarcryCooldown3"] = { affix = "", "Exerted Attacks deal (40-50)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "4833,7572", statOrder = { 4833, 7572 }, level = 70, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["FortifyEffectCrushed1"] = { affix = "", "-15% additional Physical Damage Reduction", "(10-15)% increased Effect of Fortify on you", "You are Crushed", statOrderKey = "1769,2986,5931", statOrder = { 1769, 2986, 5931 }, level = 15, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FortifyEffectCrushed2_"] = { affix = "", "-15% additional Physical Damage Reduction", "(10-15)% increased Effect of Fortify on you", "You are Crushed", statOrderKey = "1769,2986,5931", statOrder = { 1769, 2986, 5931 }, level = 45, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FortifyEffectCrushed3_"] = { affix = "", "-15% additional Physical Damage Reduction", "(10-15)% increased Effect of Fortify on you", "You are Crushed", statOrderKey = "1769,2986,5931", statOrder = { 1769, 2986, 5931 }, level = 75, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedColdDamageColdPenetration1"] = { affix = "", "Adds (3-4) to (5-6) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "923,2401", statOrder = { 923, 2401 }, level = 15, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageColdPenetration2"] = { affix = "", "Adds (15-20) to (28-35) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "923,2401", statOrder = { 923, 2401 }, level = 45, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageColdPenetration3"] = { affix = "", "Adds (75-85) to (115-128) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "923,2401", statOrder = { 923, 2401 }, level = 75, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GrantsUnhingeUnique__1"] = { affix = "", "Grants Level 20 Unhinge Skill", statOrderKey = "420", statOrder = { 420 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PhysicalChaosDamageTakenNotUnhingedUnique__1_"] = { affix = "", "(15-25)% less Physical and Chaos Damage Taken while Sane", statOrderKey = "7001", statOrder = { 7001 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, + ["RegenerateLifeNotUnhingedUnique__1"] = { affix = "", "Regenerate 10% Life over one second when Hit while Sane", statOrderKey = "7166", statOrder = { 7166 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CriticalStrikeChanceFinalUnhingedUnique__1"] = { affix = "", "(40-60)% more Critical Strike Chance while Insane", statOrderKey = "4560", statOrder = { 4560 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["EnemiesExplodeOnKillUnhingedUnique__1_"] = { affix = "", "Enemies Killed by your Hits are destroyed while Insane", statOrderKey = "4845", statOrder = { 4845 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CurseAurasAffectYouUnique__1"] = { affix = "", "Curse Auras from Socketed Skills also affect you", statOrderKey = "304", statOrder = { 304 }, level = 70, group = "CurseAurasAffectYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem", "curse" }, }, + ["HitAndAilmentDamageCursedEnemiesUnique__1"] = { affix = "", "(15-25)% increased Damage with Hits and Ailments against Cursed Enemies", statOrderKey = "5345", statOrder = { 5345 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "curse" }, }, + ["ScorchedGroundWhileMovingUnique__1"] = { affix = "", "Drops Scorched Ground while moving, lasting 4 seconds", statOrderKey = "3702", statOrder = { 3702 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ScorchEffectUnique__1"] = { affix = "", "(30-50)% increased Effect of Scorch", statOrderKey = "7199", statOrder = { 7199 }, level = 1, group = "ScorchEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ScorchedEnemiesDegenExplodeUnique__1_"] = { affix = "", "(30-40)% chance when you Kill a Scorched Enemy to Burn Each surrounding", "Enemy for 4 seconds, dealing 8% of the Killed Enemy's Life as Fire Damage per second", statOrderKey = "7200,7200.1", statOrder = { 7200, 7200.1 }, level = 87, group = "ScorchedEnemiesDegenExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AttackSpeedFrenzyChargeNotGainedUnique__1"] = { affix = "", "(20-25)% increased Attack Speed if you haven't gained a Frenzy Charge Recently", statOrderKey = "4036", statOrder = { 4036 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["CriticalStrikeChancePowerChargeNotGainedUnique__1"] = { affix = "", "(60-80)% increased Critical Strike Chance if you haven't gained a Power Charge Recently", statOrderKey = "4566", statOrder = { 4566 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ExtendFrenzyPowerChargeDurationCullUnique__1"] = { affix = "", "+3 seconds to Duration of Frenzy and Power Charges on Culling Strike", statOrderKey = "5006", statOrder = { 5006 }, level = 1, group = "ExtendChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeGainOnCullUnique__1"] = { affix = "", "Gain (120-150) Life on Culling Strike", statOrderKey = "5459", statOrder = { 5459 }, level = 1, group = "LifeGainOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaGainOnCullUnique__1_"] = { affix = "", "Gain (10-20) Mana on Culling Strike", statOrderKey = "6112", statOrder = { 6112 }, level = 1, group = "ManaGainOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainBrutalChargesInsteadOfEnduranceUnique__1"] = { affix = "", "Gain Brutal Charges instead of Endurance Charges", statOrderKey = "5048", statOrder = { 5048 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainAfflictionChargesInsteadOfFrenzyUnique__1"] = { affix = "", "Gain Affliction Charges instead of Frenzy Charges", statOrderKey = "5029", statOrder = { 5029 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainAbsorptionChargesInsteadOfPowerUnique__1"] = { affix = "", "Gain Absorption Charges instead of Power Charges", statOrderKey = "5024", statOrder = { 5024 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumBrutalChargesEqualsEnduranceUnique__1__"] = { affix = "", "Maximum Brutal Charges is equal to Maximum Endurance Charges", statOrderKey = "1325", statOrder = { 1325 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumAfflictionChargesEqualsFrenzyUnique__1"] = { affix = "", "Maximum Affliction Charges is equal to Maximum Frenzy Charges", statOrderKey = "1330", statOrder = { 1330 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumAbsorptionChargesEqualsPowerUnique__1_"] = { affix = "", "Maximum Absorption Charges is equal to Maximum Power Charges", statOrderKey = "1335", statOrder = { 1335 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinimumBrutalChargeModifiersEqualsEnduranceUnique__1"] = { affix = "", "Modifiers to Minimum Endurance Charges instead apply to Minimum Brutal Charges", statOrderKey = "1324", statOrder = { 1324 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinimumAfflictionChargeModifiersEqualsFrenzyUnique__1"] = { affix = "", "Modifiers to Minimum Frenzy Charges instead apply to Minimum Affliction Charges", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinimumAbsorptionChargeModifiersEqualsPowerUnique__1"] = { affix = "", "Modifiers to Minimum Power Charges instead apply to Minimum Absorption Charges", statOrderKey = "1334", statOrder = { 1334 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionsCrazyOnCritUnique__1__"] = { affix = "", "Minions can hear the whispers for 5 seconds after they deal a Critical Strike", statOrderKey = "6871", statOrder = { 6871 }, level = 1, group = "MinionsCrazyOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, + ["MinionCriticalStrikeChanceMaximumPowerChargeUnique__1"] = { affix = "", "Minions have 50% increased Critical Strike Chance per Maximum Power Charge you have", statOrderKey = "6831", statOrder = { 6831 }, level = 1, group = "MinionCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, + ["PhysicalDamageTakenAsLightningDescentTwoHandSword1"] = { affix = "", "50% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1909", statOrder = { 1909 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, + ["LocalDisplayYouAndNearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", "You and Nearby Allies have 30% increased Item Rarity", statOrderKey = "1140,1142", statOrder = { 1140, 1142 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__1"] = { affix = "", "Battlemage", statOrderKey = "7649", statOrder = { 7649 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__2_"] = { affix = "", "Battlemage", statOrderKey = "7649", statOrder = { 7649 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__3"] = { affix = "", "Battlemage", statOrderKey = "7649", statOrder = { 7649 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChainOffTerrainChancePerRangedAbyssJewelUnique__1__"] = { affix = "", "Projectiles have 4% chance to be able to Chain when colliding with terrain per", "Searching Eye Jewel affecting you, up to a maximum of 20%", statOrderKey = "7081,7081.1", statOrder = { 7081, 7081.1 }, level = 1, group = "ChainOffTerrainChancePerRangedAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MainHandCriticalStrikeChancePerMeleeAbyssJewelUnique__1"] = { affix = "", "20% increased Main Hand Critical Strike Chance per", "Murderous Eye Jewel affecting you, up to a maximum of 100%", statOrderKey = "6099,6099.1", statOrder = { 6099, 6099.1 }, level = 1, group = "MainHandCriticalStrikeChancePerMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["OffHandCriticalStrikeMultiplierPerMeleeAbyssJewelUnique__1__"] = { affix = "", "+10% to Off Hand Critical Strike Multiplier per", "Murderous Eye Jewel affecting you, up to a maximum of +50%", statOrderKey = "6973,6973.1", statOrder = { 6973, 6973.1 }, level = 1, group = "OffHandCriticalStrikeMultiplierPerMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["MinionDamageOverTimeMultiplierPerMinionAbyssJewelUnique__1"] = { affix = "", "Minions have +6% to Damage over Time Multiplier per", "Ghastly Eye Jewel affecting you, up to a maximum of +30%", statOrderKey = "6834,6834.1", statOrder = { 6834, 6834.1 }, level = 1, group = "MinionDamageOverTimeMultiplierPerMinionAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["ArcaneSurgeEffectPerCasterAbyssJewelUnique__1"] = { affix = "", "8% increased Effect of Arcane Surge on you per", "Hypnotic Eye Jewel affecting you, up to a maximum of 40%", statOrderKey = "2704,2704.1", statOrder = { 2704, 2704.1 }, level = 1, group = "ArcaneSurgeEffectPerCasterAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MapAdditionalBlightEnchantment"] = { affix = "", "Area contains a Blight Encounter", statOrderKey = "6482", statOrder = { 6482 }, level = 1, group = "MapAdditionalBlightEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "map_has_blight_encounter", }, modTags = { }, }, + ["MapAdditionalBreachEnchantment1"] = { affix = "", "Area can contain Breaches", "Area contains an additional Breach", statOrderKey = "2053,6229", statOrder = { 2053, 6229 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAdditionalBreachEnchantment2"] = { affix = "", "Area can contain Breaches", "Area contains 2 additional Breaches", statOrderKey = "2053,6229", statOrder = { 2053, 6229 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAdditionalBreachEnchantment3__"] = { affix = "", "Area can contain Breaches", "Area contains 3 additional Breaches", statOrderKey = "2053,6229", statOrder = { 2053, 6229 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAdditionalBreachEnchantment5"] = { affix = "", "Area can contain Breaches", "Area contains 5 additional Breaches", statOrderKey = "2053,6229", statOrder = { 2053, 6229 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsCallOfSteelSkillUnique__1_"] = { affix = "", "Grants Call of Steel", statOrderKey = "401", statOrder = { 401 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["LocalVeiledModEffectUnique__1"] = { affix = "", "(60-90)% increased Unveiled Modifier magnitudes", statOrderKey = "20", statOrder = { 20 }, level = 85, group = "LocalVeiledModEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalFreezeAsThoughDealingMoreDamageUnique__1"] = { affix = "", "Hits with this Weapon Freeze Enemies as though dealing (150-200)% more Damage", statOrderKey = "5812", statOrder = { 5812 }, level = 1, group = "LocalFreezeAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, - ["LocalShockAsThoughDealingMoreDamageUnique__1"] = { affix = "", "Hits with this Weapon Shock Enemies as though dealing (150-200)% more Damage", statOrderKey = "5813", statOrder = { 5813 }, level = 1, group = "LocalShockAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "attack", "ailment" }, }, - ["LocalWeaponMoreIgniteDamageUnique__1"] = { affix = "", "Ignites inflicted with this Weapon deal (50-75)% more Damage", statOrderKey = "5814", statOrder = { 5814 }, level = 1, group = "LocalWeaponMoreIgniteDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack", "ailment" }, }, - ["ChanceToThrowFourAdditionalTrapsUnique__1"] = { affix = "", "(4-6)% chance to throw up to 4 additional Traps", statOrderKey = "4302", statOrder = { 4302 }, level = 1, group = "ChanceToThrowFourAdditionalTraps", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainMaximumPowerChargesOnVaalSkillUseUnique__1"] = { affix = "", "Gain up to maximum Power Charges when you use a Vaal Skill", statOrderKey = "4932", statOrder = { 4932 }, level = 1, group = "GainMaximumPowerChargesOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "vaal" }, }, - ["GainRandomChargeOnVaalSkillUseUnique__1_"] = { affix = "", "Gain an Endurance Charge, Frenzy Charge, and Power Charge when you use a Vaal Skill", statOrderKey = "4924", statOrder = { 4924 }, level = 1, group = "GainRandomChargeOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "frenzy_charge", "endurance_charge", "vaal" }, }, - ["CountOnFullLifeWhileAffectedByVulnerabilityUnique__1"] = { affix = "", "You count as on Full Life while you are Cursed with Vulnerability", statOrderKey = "2424", statOrder = { 2424 }, level = 1, group = "CountOnFullLifeWhileAffectedByVulnerability", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["VaalAttacksUseRageInsteadOfSoulsUnique__1_"] = { affix = "", "Vaal Attack Skills Cost Rage instead of requiring Souls to Use", statOrderKey = "1972", statOrder = { 1972 }, level = 90, group = "VaalAttacksUseRageInsteadOfSouls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["CannotGainRageDuringSoulGainPreventionUnique__1__"] = { affix = "", "You cannot gain Rage during Soul Gain Prevention", statOrderKey = "4214", statOrder = { 4214 }, level = 1, group = "CannotGainRageDuringSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["SupportedByRageUnique__1__"] = { affix = "", "Socketed Gems are Supported by Level 30 Rage", statOrderKey = "152", statOrder = { 152 }, level = 1, group = "SupportedByMelee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ReducedRageCostUnique__1"] = { affix = "", "(10-25)% reduced Rage Cost of Skills", statOrderKey = "1257", statOrder = { 1257 }, level = 1, group = "RageCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeAndReducedFireResistanceUnique__1"] = { affix = "", "(30-40)% increased maximum Life and reduced Fire Resistance", statOrderKey = "989", statOrder = { 989 }, level = 1, group = "LifeAndReducedFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, - ["ManaAndReducedColdResistanceUnique__1"] = { affix = "", "(30-40)% increased maximum Mana and reduced Cold Resistance", statOrderKey = "990", statOrder = { 990 }, level = 1, group = "ManaAndReducedColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning", "resistance" }, }, - ["EnergyShieldAndReducedLightningResistanceUnique__1"] = { affix = "", "(30-40)% increased Global maximum Energy Shield and reduced Lightning Resistance", statOrderKey = "991", statOrder = { 991 }, level = 1, group = "EnergyShieldAndReducedLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "cold", "resistance" }, }, - ["VaalSkillDamageUnique__1"] = { affix = "", "(80-120)% increased Damage with Vaal Skills", statOrderKey = "2400", statOrder = { 2400 }, level = 1, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, - ["VaalSoulGainPreventionUnique__1__"] = { affix = "", "(6-8)% reduced Soul Gain Prevention Duration", statOrderKey = "2411", statOrder = { 2411 }, level = 1, group = "VaalSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LuckyCriticalsOnLowLifeUnique__1___"] = { affix = "", "Your Critical Strike Chance is Lucky while on Low Life", statOrderKey = "4799", statOrder = { 4799 }, level = 1, group = "LuckyCriticalsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["UltimatumTrialDifficultyDamage2__"] = { affix = "", "10% increased Monster Damage", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["UltimatumTrialDifficultyDamage3"] = { affix = "", "20% increased Monster Damage", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["UltimatumTrialDifficultyDamage4_"] = { affix = "", "30% increased Monster Damage", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["UltimatumTrialDifficultyDamage5_"] = { affix = "", "50% increased Monster Damage", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["UltimatumTrialDifficultyLife2_"] = { affix = "", "30% more Monster Life", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["UltimatumTrialDifficultyLife3"] = { affix = "", "70% more Monster Life", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["UltimatumTrialDifficultyLife4_"] = { affix = "", "120% more Monster Life", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["UltimatumTrialDifficultyLife5"] = { affix = "", "200% more Monster Life", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LocalFreezeAsThoughDealingMoreDamageUnique__1"] = { affix = "", "Hits with this Weapon Freeze Enemies as though dealing (150-200)% more Damage", statOrderKey = "5940", statOrder = { 5940 }, level = 1, group = "LocalFreezeAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, + ["LocalShockAsThoughDealingMoreDamageUnique__1"] = { affix = "", "Hits with this Weapon Shock Enemies as though dealing (150-200)% more Damage", statOrderKey = "5941", statOrder = { 5941 }, level = 1, group = "LocalShockAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "attack", "ailment" }, }, + ["LocalWeaponMoreIgniteDamageUnique__1"] = { affix = "", "Ignites inflicted with this Weapon deal (50-75)% more Damage", statOrderKey = "5942", statOrder = { 5942 }, level = 1, group = "LocalWeaponMoreIgniteDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack", "ailment" }, }, + ["ChanceToThrowFourAdditionalTrapsUnique__1"] = { affix = "", "(4-6)% chance to throw up to 4 additional Traps", statOrderKey = "4427", statOrder = { 4427 }, level = 1, group = "ChanceToThrowFourAdditionalTraps", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainMaximumPowerChargesOnVaalSkillUseUnique__1"] = { affix = "", "Gain up to maximum Power Charges when you use a Vaal Skill", statOrderKey = "5076", statOrder = { 5076 }, level = 1, group = "GainMaximumPowerChargesOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "vaal" }, }, + ["GainRandomChargeOnVaalSkillUseUnique__1_"] = { affix = "", "Gain an Endurance Charge, Frenzy Charge, and Power Charge when you use a Vaal Skill", statOrderKey = "5068", statOrder = { 5068 }, level = 1, group = "GainRandomChargeOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "frenzy_charge", "endurance_charge", "vaal" }, }, + ["CountOnFullLifeWhileAffectedByVulnerabilityUnique__1"] = { affix = "", "You count as on Full Life while you are Cursed with Vulnerability", statOrderKey = "2534", statOrder = { 2534 }, level = 1, group = "CountOnFullLifeWhileAffectedByVulnerability", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["VaalAttacksUseRageInsteadOfSoulsUnique__1_"] = { affix = "", "Vaal Attack Skills you Use yourself Cost Rage instead of requiring Souls", statOrderKey = "2109", statOrder = { 2109 }, level = 90, group = "VaalAttacksUseRageInsteadOfSouls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["CannotGainRageDuringSoulGainPreventionUnique__1__"] = { affix = "", "You cannot gain Rage during Soul Gain Prevention", statOrderKey = "4337", statOrder = { 4337 }, level = 1, group = "CannotGainRageDuringSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["SupportedByRageUnique__1__"] = { affix = "", "Socketed Gems are Supported by Level 30 Rage", statOrderKey = "155", statOrder = { 155 }, level = 1, group = "SupportedByMelee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ReducedRageCostUnique__1"] = { affix = "", "(10-25)% reduced Rage Cost of Skills", statOrderKey = "1399", statOrder = { 1399 }, level = 1, group = "RageCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeAndReducedFireResistanceUnique__1"] = { affix = "", "(30-40)% increased maximum Life and reduced Fire Resistance", statOrderKey = "1131", statOrder = { 1131 }, level = 1, group = "LifeAndReducedFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, + ["ManaAndReducedColdResistanceUnique__1"] = { affix = "", "(30-40)% increased maximum Mana and reduced Cold Resistance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "ManaAndReducedColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning", "resistance" }, }, + ["EnergyShieldAndReducedLightningResistanceUnique__1"] = { affix = "", "(30-40)% increased Global maximum Energy Shield and reduced Lightning Resistance", statOrderKey = "1133", statOrder = { 1133 }, level = 1, group = "EnergyShieldAndReducedLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "cold", "resistance" }, }, + ["VaalSkillDamageUnique__1"] = { affix = "", "(80-120)% increased Damage with Vaal Skills", statOrderKey = "2510", statOrder = { 2510 }, level = 1, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, + ["VaalSoulGainPreventionUnique__1__"] = { affix = "", "(6-8)% reduced Soul Gain Prevention Duration", statOrderKey = "2521", statOrder = { 2521 }, level = 1, group = "VaalSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LuckyCriticalsOnLowLifeUnique__1___"] = { affix = "", "Your Critical Strike Chance is Lucky while on Low Life", statOrderKey = "4933", statOrder = { 4933 }, level = 1, group = "LuckyCriticalsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["UltimatumTrialDifficultyDamage2__"] = { affix = "", "10% increased Monster Damage", statOrderKey = "1852", statOrder = { 1852 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UltimatumTrialDifficultyDamage3"] = { affix = "", "20% increased Monster Damage", statOrderKey = "1852", statOrder = { 1852 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UltimatumTrialDifficultyDamage4_"] = { affix = "", "30% increased Monster Damage", statOrderKey = "1852", statOrder = { 1852 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UltimatumTrialDifficultyDamage5_"] = { affix = "", "50% increased Monster Damage", statOrderKey = "1852", statOrder = { 1852 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UltimatumTrialDifficultyLife2_"] = { affix = "", "30% more Monster Life", statOrderKey = "1841", statOrder = { 1841 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UltimatumTrialDifficultyLife3"] = { affix = "", "70% more Monster Life", statOrderKey = "1841", statOrder = { 1841 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UltimatumTrialDifficultyLife4_"] = { affix = "", "120% more Monster Life", statOrderKey = "1841", statOrder = { 1841 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UltimatumTrialDifficultyLife5"] = { affix = "", "200% more Monster Life", statOrderKey = "1841", statOrder = { 1841 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldAdditiveModifiersInsteadApplyToWardUnique__"] = { affix = "", "Increases and Reductions to Maximum Energy Shield instead apply to Ward", statOrderKey = "4876", statOrder = { 4876 }, level = 1, group = "EnergyShieldAdditiveModifiersInsteadApplyToWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["GlobalAddedChaosDamageWardUnique__"] = { affix = "", "Gain Added Chaos Damage equal to 25% of Ward", statOrderKey = "1570", statOrder = { 1570 }, level = 1, group = "GlobalAddedChaosDamageWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["LocalIncreasedWardPercentUnique__1_"] = { affix = "", "(33-48)% increased Ward", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentUnique__2"] = { affix = "", "(25-35)% increased Ward", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentUnique__3"] = { affix = "", "(30-50)% increased Ward", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentUnique__4_"] = { affix = "", "(50-80)% increased Ward", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["DamageBypassesWardPercentUnique__1"] = { affix = "", "75% of Damage bypasses Ward", statOrderKey = "4103", statOrder = { 4103 }, level = 1, group = "DamageBypassesWardPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["WardDelayRecoveryUnique__1"] = { affix = "", "(20-30)% faster Restoration of Ward", statOrderKey = "1077", statOrder = { 1077 }, level = 1, group = "WardDelayRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["WardDelayRecoveryUnique__2"] = { affix = "", "(30-50)% slower Restoration of Ward", statOrderKey = "1077", statOrder = { 1077 }, level = 1, group = "WardDelayRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["GrantsSummonArbalistsSkillUnique__1_"] = { affix = "", "Triggers Level 20 Summon Arbalists when Equipped", statOrderKey = "453", statOrder = { 453 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AdrenalineOnWardBreakUnique__1"] = { affix = "", "Gain Adrenaline for 3 seconds when Ward Breaks", statOrderKey = "5028", statOrder = { 5028 }, level = 1, group = "AdrenalineOnWardBreak", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskChargesFromKillsFinalUnique__1_"] = { affix = "", "80% less Flask Charges gained from Kills", statOrderKey = "4988", statOrder = { 4988 }, level = 1, group = "FlaskChargesFromKillsFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargePerSecondUniqueEnemyUnique__1___"] = { affix = "", "Flasks gain 1 Charge per second if you've Hit a Unique Enemy Recently", statOrderKey = "5060", statOrder = { 5060 }, level = 1, group = "FlaskChargePerSecondUniqueEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectEndsWhenHitByPlayerRoyale"] = { affix = "", "Flask effect is removed when Hit by a Player", statOrderKey = "532", statOrder = { 532 }, level = 1, group = "FlaskEffectEndsWhenHitByPlayer", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistNumberOfArbalistsAllowed"] = { affix = "", "+1 to number of Summoned Arbalists", statOrderKey = "6962", statOrder = { 6962 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistNumberOfAdditionalProjectiles_"] = { affix = "", "Summoned Arbalists fire (2-4) additional Projectiles", statOrderKey = "7408", statOrder = { 7408 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistAttackSpeed_"] = { affix = "", "Summoned Arbalists have (10-20)% increased Attack Speed", statOrderKey = "7395", statOrder = { 7395 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistTargetsToPierce"] = { affix = "", "Summoned Arbalists' Projectiles Pierce 2 additional Targets", statOrderKey = "7417", statOrder = { 7417 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistProjectilesFork"] = { affix = "", "Summoned Arbalists' Projectiles Fork", statOrderKey = "7416", statOrder = { 7416 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChains_"] = { affix = "", "Summoned Arbalists' Projectiles Chain +2 times", statOrderKey = "7396", statOrder = { 7396 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistNumberOfSplits__"] = { affix = "", "Summoned Arbalists' Projectiles Split into 3", statOrderKey = "7409", statOrder = { 7409 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToDealDoubleDamage___"] = { affix = "", "Summoned Arbalists have (10-20)% chance to deal Double Damage", statOrderKey = "7399", statOrder = { 7399 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToMaimfor4secondsOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Maim for 4 seconds on Hit", statOrderKey = "7405", statOrder = { 7405 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToIntimidateFor4SecondsOnHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Intimidate for 4 seconds on Hit", statOrderKey = "7404", statOrder = { 7404 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToUnnerveFor4SecondsOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Unnerve for 4 seconds on Hit", statOrderKey = "7407", statOrder = { 7407 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictFireExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Fire Exposure on Hit", statOrderKey = "7402", statOrder = { 7402 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictColdExposureonHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Cold Exposure on Hit", statOrderKey = "7401", statOrder = { 7401 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictLightningExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Lightning Exposure on Hit", statOrderKey = "7403", statOrder = { 7403 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToCrushOnHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Crush on Hit", statOrderKey = "7398", statOrder = { 7398 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToConvertToFire"] = { affix = "", "Summoned Arbalists Convert (30-50)% of Physical Damage to Fire Damage", statOrderKey = "7414", statOrder = { 7414 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToConvertToCold_"] = { affix = "", "Summoned Arbalists Convert (30-50)% of Physical Damage to Cold Damage", statOrderKey = "7413", statOrder = { 7413 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToConvertToLightning"] = { affix = "", "Summoned Arbalists Convert (30-50)% of Physical Damage to Lightning Damage", statOrderKey = "7415", statOrder = { 7415 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToAddAsFire"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Fire Damage", statOrderKey = "7411", statOrder = { 7411 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToAddAsCold_"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Cold Damage", statOrderKey = "7410", statOrder = { 7410 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToAddAsLightning"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Lightning Damage", statOrderKey = "7412", statOrder = { 7412 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToBleedPercent_"] = { affix = "", "Summoned Arbalists' Attacks have (30-50)% chance to inflict Bleeding", statOrderKey = "7397", statOrder = { 7397 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToPoisonPercent"] = { affix = "", "Summoned Arbalists have (30-50)% chance to Poison", statOrderKey = "7406", statOrder = { 7406 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToIgniteFreezeShockPercent"] = { affix = "", "Summoned Arbalists have (15-25)% chance to Freeze, Shock, and Ignite", statOrderKey = "7400", statOrder = { 7400 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskMoreWardUnique1"] = { affix = "", "70% less Ward during Flask Effect", statOrderKey = "642", statOrder = { 642 }, level = 1, group = "FlaskMoreWardUnique1", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskFireColdLightningExposureOnNearbyEnemiesUnique1"] = { affix = "", "Inflict Fire, Cold and Lightning Exposure on nearby Enemies when used", statOrderKey = "558", statOrder = { 558 }, level = 1, group = "FlaskFireColdLightningExposureOnNearbyEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskNonDamagingAilmentIncreasedEffectUnique__1"] = { affix = "", "(20-30)% increased Effect of Non-Damaging Ailments you inflict during Flask Effect", statOrderKey = "635", statOrder = { 635 }, level = 1, group = "FlaskNonDamagingAilmentIncreasedEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskEnduranceChargePerSecondUnique1"] = { affix = "", "Gain 1 Endurance Charge per Second during Flask Effect", statOrderKey = "628", statOrder = { 628 }, level = 1, group = "FlaskEnduranceChargePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskLoseAllEnduranceChargesGainLifePerLostChargeUnique1"] = { affix = "", "Recover 4% of Life per Endurance Charge on use", "Lose all Endurance Charges on use", statOrderKey = "559,559.1", statOrder = { 559, 559.1 }, level = 1, group = "FlaskLoseAllEnduranceChargesGainLifePerLostCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskCullingStrikeUnique1"] = { affix = "", "Culling Strike during Flask Effect", statOrderKey = "626", statOrder = { 626 }, level = 1, group = "FlaskCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskRemoveEffectWhenWardBreaksUnique1"] = { affix = "", "Flask Effect is removed when Ward Breaks", statOrderKey = "536", statOrder = { 536 }, level = 1, group = "FlaskRemoveEffectWhenWardBreaks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskDebilitateNearbyEnemiesWhenEffectEndsUnique_1"] = { affix = "", "Debilitate nearby Enemies for 2 Seconds when Flask Effect ends", statOrderKey = "531", statOrder = { 531 }, level = 1, group = "FlaskDebilitateNearbyEnemiesWhenEffectEnds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, } \ No newline at end of file diff --git a/src/Data/Uniques/Special/amulet.lua b/src/Data/Uniques/Special/amulet.lua index 365ac73ba6..24d136bcbd 100644 --- a/src/Data/Uniques/Special/amulet.lua +++ b/src/Data/Uniques/Special/amulet.lua @@ -32,7 +32,7 @@ Upgrade: Upgrades to unique{Ngamahu Tiki} via prophecy{A Forest of False Idols} Implicits: 1 {tags:life}(2-4) Life Regenerated per second {tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__8 FireResistUniqueAmulet4 {tags:life}1% of Life Regenerated per Second while on Low Life ]],[[ @@ -44,7 +44,7 @@ Implicits: 1 {tags:life}(2-4) Life Regenerated per second FireDamagePercentUnique__6 {tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__8 FireResistUniqueAmulet4 {tags:life}1% of Life Regenerated per Second while on Low Life ]],[[ @@ -86,7 +86,7 @@ League: Heist Requires Level 16 Implicits: 1 {tags:life}Regenerate (1.00-2.00)% of Life per second -IncreasedLifeUniqueTwoHandAxe4 +IncreasedLifeUniqueBodyStr1Royale LifeRecoveryRateUnique__1 GlobalItemAttributeRequirementsUniqueAmulet10 ]],[[ @@ -154,7 +154,7 @@ Variant: Current Requires Level 32 Implicits: 1 HybridStrInt -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__8 IncreasedManaUniqueHelmetStrDex5_ IncreasedMaximumPowerChargesUnique__1 IncreasedManaRegenerationPerPowerChargeUnique__1 @@ -252,7 +252,7 @@ AllAttributesImplicitAmulet1 AllAttributesUniqueAmulet9 {tags:life}{variant:1}25% reduced maximum Life {tags:jewellery_defense}{variant:1}25% reduced maximum Energy Shield -AllResistancesUnique__20 +AllResistancesUnique__7 LifeLeechPermyriadUniqueAmulet9 {variant:2}IncreasedDamageWhileLeechingUnique__1 {tags:life}{variant:2}50% increased Life Leeched per second @@ -277,7 +277,7 @@ League: Heist Requires Level 68 Implicits: 1 IntelligenceUnique__7 -ManaRegenerationUnique__12 +ManaRegenerationUnique__13 AllResistancesUnique__21 CriticalStrikeMultiplierIfGainedPowerChargeUnique__1_ GlobalAddedLightningDamagePerPowerChargeUnique__1 @@ -290,7 +290,7 @@ Variant: Current Requires Level 16 Implicits: 1 HybridStrInt -StrengthUnique___2 +StrengthUnique__18 GrantEnemiesUnholyMightOnKillUnique__1 GrantEnemiesOnslaughtOnKillUnique__1 {variant:1}5% chance to gain Unholy Might for 10 seconds on Kill @@ -380,7 +380,7 @@ Implicits: 32 {variant:9}(40-60)% increased Global Physical Damage {variant:10}(40-60)% increased maximum Mana {variant:11}(50-70)% increased Damage -{variant:12}(8-12)% increased Physical Damage Reduction +{variant:12}(8-12)% additional Physical Damage Reduction {variant:13}(8-12)% chance to Freeze, Shock and Ignite {variant:14}(80-100)% increased Global Critical Strike Chance {variant:15}(10-16)% increased Area of Effect @@ -410,7 +410,7 @@ Requires Level 61 Implicits: 1 HybridStrDex IntelligenceUnique__22_ -IncreasedCastSpeedUnique__7 +IncreasedCastSpeedFishing__Unique1 AreaOfEffectUnique__6 {tags:caster}Enemies Cursed by you are Hindered with 25% reduced Movement Speed if 25% of Curse Duration expired Curse50PercentCurseEffectUnique__1 @@ -508,7 +508,7 @@ AddedPhysicalDamageUnique__7 AddedColdDamageUnique__8 CriticalMultiplierUnique__3__ {tags:life}(0.8-1.0)% of Cold Damage Leeched as Life -{tags:mana}Hatred has 50% less Mana Reservation +HyrrisTruthHatredManaReservationFinalUnique__1 ]],[[ The Ignomon Gold Amulet @@ -558,7 +558,7 @@ IncreasedLifeUnique__2 {variant:3}ManaRegenerationUnique__7 {variant:4}EnergyShieldRegenerationUnique__2 {variant:5}DegenerationDamageUnique__3 -{variant:1}StunRecoveryUnique__3 +{variant:1}StunRecoveryImplicitBeltRoyale1 {variant:2}FireResistUniqueShieldStrInt5 {variant:3}ColdResistUniqueOneHandAxe1_ {variant:4}LightningResistUnique__11 @@ -582,7 +582,7 @@ DexterityUniqueGlovesInt4__ StrengthUniqueClaw5_ IncreasedAccuracyUniqueAmulet5 {variant:2}IncreasedProjectileDamageUnique__6 -ProjectileSpeedUnique__5__ +ProjectileSpeedUnique__2 MovementVelocityUniqueAmulet5 ]],[[ Replica Karui Ward @@ -610,9 +610,21 @@ StrengthUniqueClaw5_ {variant:2}LocalIncreasedAttackSpeedUniqueStaff9 IncreasedAccuracyUniqueAmulet5 {variant:2}IncreasedProjectileDamageUnique__6 -ProjectileSpeedUnique__5__ +ProjectileSpeedUnique__2 MovementVelocityUniqueAmulet5 ]],[[ +Leadership's Price +Onyx Amulet +Requires Level 68 +Implicits: 1 +{tags:attribute}+(10–16) to all Attributes +{tags:resistance}+(-3–3)% to maximum Fire Resistance +{tags:resistance}+(-3–3)% to maximum Cold Resistance +{tags:resistance}+(-3–3)% to maximum Lightning Resistance +ScorchingBrittleSappingConfluxUnique__1 +CannotIgniteChillFreezeShockUnique__1 +Corrupted +]],[[ Maligaro's Cruelty Turquoise Amulet Requires Level 20 @@ -680,7 +692,7 @@ Talisman Tier: 1 Requires Level 12 Implicits: 1 RingHasOneSocket -LocalIncreaseSocketedGemLevelUniqueWand8 +LocalIncreaseSocketedGemLevelUniqueRing39 SocketedGemsHaveAddedChaosDamageUnique__1 ItemActsAsSupportBlindUnique__1 SupportedByCastOnStunUnique___1 @@ -708,15 +720,15 @@ GolemSizeUnique__1 LessGolemDamageUnique__1 LessGolemLifeUnique__1 GolemMovementSpeedUnique__1 -PrimordialJewelCountUnique__1 +PrimordialJewelCountUnique__3 ]],[[ Rashkaldor's Patience Jade Amulet Requires Level 61 Implicits: 1 DexterityUniqueGlovesInt4__ -IncreasedLifeUnique__13 -IncreasedManaUniqueAmulet19 +IncreasedLifeUniqueAmulet19 +IncreasedManaUniqueBootsStrDex4 ElementalStatusAilmentDurationUniqueAmulet19 GlobalItemAttributeRequirementsUniqueAmulet19 ChanceToFreezeShockIgniteUniqueAmulet19 @@ -743,10 +755,10 @@ Requires Level 28 Implicits: 2 {variant:1}+(16-24)% to Global Critical Strike Multiplier {variant:2}TalismanIncreasedCriticalStrikeMultiplier_ -+7% Base Unarmed Critical Strike Chance -ClawDamageModsAlsoAffectUnarmedUnique__1 -ClawAttackSpeedModsAlsoAffectUnarmed__1 -ClawCritModsAlsoAffectUnarmed__1 +BaseUnarmedCriticalStrikeChanceUnique__1 +{tags:attack}Modifiers to Claw Damage also apply to Unarmed Attack Damage +{tags:attack,speed}Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed +{tags:attack,critical}Modifiers to Claw Critical Strike Chance also apply to Unarmed Attack Critical Strike Chance Corrupted ]],[[ Sacrificial Heart @@ -822,7 +834,7 @@ AllAttributesImplicitAmulet1 IncreasedLifeUnique__2 {variant:1}{tags:mana}(2-3) Mana Regenerated per second {variant:2}{tags:mana}(8-10) Mana Regenerated per second -{tags:mana}Temporal Chains has 100% reduced Mana Reservation +TemporalChainsReservationCostUnique__1 GainShapersPresenceUnique__1 ]],[[ Star of Wraeclast @@ -836,7 +848,7 @@ Implicits: 1 FireResistUniqueAmulet4 {variant:3}GrantsFrostblinkSkillUnique__1 ColdDamagePercentUnique__3 -AllResistancesUniqueBootsStr1 +AllResistancesUnique__2 {variant:1}{tags:caster}30% increased Area of Effect of Hex Skills {variant:2,3}CurseAreaOfEffectUnique__1 SilenceImmunityUnique__1 @@ -853,7 +865,7 @@ Implicits: 1 IntelligenceUnique__7 {variant:1}+15% chance to Block Spell Damage {variant:2}+(12-15)% chance to Block Spell Damage -IncreasedCastSpeedUnique__7 +IncreasedCastSpeedFishing__Unique1 IncreasedManaUnique__6 ]],[[ Tavukai @@ -889,7 +901,7 @@ Implicits: 1 HybridDexInt {variant:1}CriticalStrikeChanceUniqueBodyInt4 {variant:2}CriticalStrikeChanceUniqueAmulet18 -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__8 IncreasedManaUnique__6 StunRecoveryUniqueAmulet18 CriticalMultiplierUniqueAmulet18 @@ -900,7 +912,7 @@ League: Onslaught Requires Level 16 Implicits: 1 HybridDexInt -LightningResistUnique__8 +LightningResistUniqueAmulet15 ChaosResistUniqueAmulet15_ TalismanFrenzyChargeOnKill PowerChargeOnKillChanceUniqueUniqueShieldInt3 @@ -958,7 +970,7 @@ HybridDexInt {variant:1}LocalIncreasedAttackSpeedUnique__24 {variant:2}LocalIncreasedAttackSpeedUniqueBow10 {variant:1}IncreasedCastSpeedUniqueClaw7 -{variant:2}IncreasedCastSpeedUnique__7 +{variant:2}IncreasedCastSpeedFishing__Unique1 {tags:speed}12% increased Movement Speed {variant:1}(8-12)% reduced Skill Effect Duration {variant:2}ReducedSkillEffectDurationUniqueAmulet20 @@ -994,7 +1006,7 @@ Requires Level 42 Implicits: 1 ItemFoundRarityIncreaseImplicitAmulet1 DexterityUniqueGlovesInt4__ -IncreasedEnergyShieldUnique__9 +LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ LightningResistUnique__23_ EnergyShieldRegenerationWhileShockedUnique__1 UnaffectedByShockUnique__1 @@ -1010,7 +1022,7 @@ StrengthUniqueClaw5_ StrengthUniqueClaw5_ FireDamagePercentUnique___7 IncreasedLifeUnique__25 -FireResistUnique__23_ +FireResistUnique__9 CoverInAshWhenHitUnique__1 ]],[[ Xoph's Blood @@ -1020,8 +1032,8 @@ Source: Upgraded from unique{Xoph's Heart} using currency{Blessing of Xoph} Requires Level 64 Implicits: 1 StrengthUniqueClaw5_ -MaximumLifeUnique__3 -FireResistUnique__23_ +MaximumLifeUniqueBodyInt3 +FireResistUnique__9 PercentageStrengthImplicitMace1 FirePenetrationUnique__1 CoverInAshWhenHitUnique__1 @@ -1034,7 +1046,7 @@ Requires Level 70 Implicits: 1 AllAttributesImplicitAmulet1 FireResistUniqueBelt13 -ColdResistUniqueBelt13 +ColdResistUniqueShieldStrDex1 LightningResistUnique__5 IncreasedAilmentDurationUnique__2 ChanceToShockUnique__3 diff --git a/src/Data/Uniques/Special/axe.lua b/src/Data/Uniques/Special/axe.lua index 9f0ebcdff8..a2bee09ab0 100644 --- a/src/Data/Uniques/Special/axe.lua +++ b/src/Data/Uniques/Special/axe.lua @@ -20,7 +20,7 @@ Variant: Current Requires Level 16, 48 Str LocalAddedPhysicalDamageUniqueOneHandAxe7 LocalAddedFireDamageUniqueOneHandAxe7 -IncreasedAttackSpeedUniqueQuiver6 +LocalIncreasedAttackSpeedUniqueOneHandSword6 FireResistUnique__24 MovementVelocityUniqueIntHelmet2 {variant:1}FlammabilityOnHitUniqueOneHandAxe7 @@ -32,7 +32,7 @@ Source: Upgraded from unique{Dreadarc} via prophecy{Burning Dread} Requires Level 60, 48 Str LocalAddedPhysicalDamageUniqueOneHandAxe7 LocalAddedFireDamageUnique__4 -IncreasedAttackSpeedUniqueQuiver6 +LocalIncreasedAttackSpeedUniqueOneHandSword6 FireResistUnique__24 MovementVelocityUniqueIntHelmet2 IgnoreEnemyFireResistWhileIgnitedUnique__1 @@ -92,7 +92,7 @@ LocalAddedPhysicalDamageUniqueOneHandAxe5 {variant:1}LocalIncreasedAttackSpeedUniqueBow10 {variant:1}LifeLeechUniqueRing2 {variant:1}50% reduced Life Leeched per second -CausesBleedingUnique__1 +CausesBleedingUniqueTwoHandAxe7Updated {variant:2}LocalBleedDamageOverTimeMultiplierUnique__1 ]],[[ Moonbender's Wing @@ -106,7 +106,7 @@ Requires Level 39, 81 Str, 56 Dex {variant:2}LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8 {variant:1}LocalAddedPhysicalDamageUniqueOneHandAxe8 LocalCriticalStrikeChanceImplicitBow1 -{variant:1}ConvertPhysicalToColdUnique__1 +{variant:1}ConvertPhysicalToColdUniqueOneHandAxe8 {variant:1}ConvertPhysicalToLightningUniqueOneHandAxe8 {variant:2}WeaponPhysicalDamageAddedAsColdOrLightningUnique__1 ]],[[ @@ -117,7 +117,7 @@ Variant: Current Requires Level 29, 80 Str, 23 Dex LocalIncreasedPhyiscalDamagePercentUnique__3 LocalAddedPhysicalDamageUniqueOneHandAxe6 -{variant:1}LifeLeechPermyriadUniqueShieldDex2 +{variant:1}LifeLeechPermyriadUnique__4 {variant:2}LifeLeechUniqueRing2 NearbyAlliesHaveCullingStrikeUnique__1 GainOnslaughtWhenCullingEnemyUniqueOneHandAxe6 @@ -134,7 +134,7 @@ LocalAddedPhysicalDamageUnique__7 40% increased Physical Weapon Damage while Dual Wielding LocalIncreasedAttackSpeedUniqueBow10 {variant:1}SwordPhysicalAttackSpeedUnique__1 -{variant:1}CausesBleedingUnique__1 +{variant:1}CausesBleedingUniqueTwoHandAxe7Updated {variant:2}MaxRagePerEquippedSwordUnique__1____ ]],[[ Soul Taker @@ -145,7 +145,7 @@ Requires Level 59, 119 Str, 82 Dex {variant:1}LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7 {variant:2}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 LocalAddedPhysicalDamageOneHandAxe1 -LocalIncreasedAttackSpeedUniqueOneHandSword9 +LocalIncreasedAttackSpeedUniqueOneHandSword11 ColdResistUniqueOneHandAxe1_ MeleeAttacksUsableWithoutManaUnique__1 PhysicalDamageCanChillUniqueDescentOneHandAxe1 @@ -175,7 +175,7 @@ LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7 {variant:1}Adds (220-235) to (270-290) Physical Damage {variant:2}LocalAddedPhysicalDamageUniqueTwoHandAxe7 LocalIncreasedAttackSpeedUniqueTwoHandAxe7 -CausesBleedingUnique__1 +CausesBleedingUniqueTwoHandAxe7Updated LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1 ]],[[ The Blood Reaper @@ -186,7 +186,7 @@ Variant: Current Requires Level 45, 99 Str, 57 Dex {variant:1}LocalIncreasedPhysicalDamagePercentUnique__10 {variant:2,3}LocalIncreasedPhysicalDamagePercentUnique__29 -IncreasedLifeUniqueTwoHandAxe4 +IncreasedLifeUniqueBodyStr1Royale {variant:1,2}Regenerate 10 Life per second {variant:3}LifeRegenerationUniqueTwoHandAxe4 LifeLeechPermyriadUnique__5 @@ -260,8 +260,8 @@ Variant: Current Requires Level 66, 140 Str, 86 Dex {variant:1,2}LocalIncreasedPhysicalDamagePercentUnique__43 {variant:3}(250-285)% increased Physical Damage -{variant:4}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9 -IncreasedAttackSpeedUnique__4_ +{variant:4}LocalIncreasedPhysicalDamagePercentUnique__25 +LocalIncreasedAttackSpeedUniqueBow12 {variant:2,3,4}LocalCriticalStrikeChanceUnique__10 {variant:1}IncreasedManaUniqueTwoHandAxe9 DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9 diff --git a/src/Data/Uniques/Special/belt.lua b/src/Data/Uniques/Special/belt.lua index 31e667a405..0af8aae6ad 100644 --- a/src/Data/Uniques/Special/belt.lua +++ b/src/Data/Uniques/Special/belt.lua @@ -27,7 +27,7 @@ IncreasedEnergyShieldImplicitBelt1 IncreasedEvasionRatingUnique__2 {variant:1}{tags:jewellery_defense}+(35-45) to maximum Energy Shield {variant:2}IncreasedEnergyShieldUnique__4 -AllResistancesUniqueBootsStr1 +AllResistancesUnique__2 PhasingOnBeginESRechargeUnique___1 6% chance to Dodge Attacks while Phasing MovementSpeedWhilePhasedUnique__2 @@ -102,20 +102,20 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -StrengthImplicitBelt1 +StrengthImplicitBeltRoyale1 {variant:1}10% reduced Chance to Block Attacks and Spells {tags:physical}(15-25)% increased Physical Damage ReducedCriticalStrikeDamageTakenUniqueBelt13 IncreasedLifeUnique__19 {variant:1}AllResistancesUniqueDagger9 -{variant:2}AllResistancesUniqueBootsStr1 +{variant:2}AllResistancesUnique__2 {variant:2}NearbyEnemiesAreIntimidatedUnique__1 ]],[[ Bisco's Leash Heavy Belt Requires Level 30 Implicits: 1 -StrengthImplicitBelt1 +StrengthImplicitBeltRoyale1 ItemFoundQuantityIncreasedUnique__1 ColdResistUniqueShieldDex7 SimulatedRampageDexInt6 @@ -202,8 +202,8 @@ Variant: Current (Cold) Variant: Current (Lightning) Requires Level 68 Implicits: 1 -StrengthImplicitBelt1 -{variant:1,5}{tags:physical}(20-30)% increased Physical Damage +StrengthImplicitBeltRoyale1 +{variant:1,5}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6Royale {variant:2,6}FireDamagePercentUniqueRing36 {variant:3,7}ColdDamagePercentUniqueBelt9b {variant:4,8}TalismanIncreasedLightningDamage @@ -246,9 +246,9 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 52 Implicits: 1 -StrengthImplicitBelt1 +StrengthImplicitBeltRoyale1 IncreasedLifeFireResistUniqueBelt14 -FireResistUnique__23_ +FireResistUnique__9 ColdResistUniqueShieldDex7 {variant:1}{tags:attack,life}0.6% of Attack Damage Leeched as Life against Chilled enemies {variant:2}LifeLeechPermyriadFromAttacksAgainstChilledEnemiesUniqueBelt14 @@ -374,7 +374,7 @@ Variant: Pre 3.11.0 (Dexterity and Intelligence) Variant: Pre 3.11.0 (Strength and Intelligence) Variant: Pre 3.11.0 (Trap Throwing Speed) Variant: Pre 3.11.0 (Energy Shield Regen) -Variant: Pre 3.11.0 (Lucky Crit Chance while Focussed) +Variant: Pre 3.11.0 (Lucky Crit Chance while Focused) Variant: Current (Life Regen) Variant: Current (Fire and Chaos Resistances) Variant: Current (Cold and Chaos Resistances) @@ -384,7 +384,7 @@ Variant: Current (Dexterity and Intelligence) Variant: Current (Strength and Intelligence) Variant: Current (Trap Throwing Speed) Variant: Current (Energy Shield Regen) -Variant: Current (Lucky Crit Chance while Focussed) +Variant: Current (Lucky Crit Chance while Focused) Requires Level 60 Implicits: 1 IncreasedLifeImplicitBelt1 @@ -402,7 +402,7 @@ DamageWithHitsAndAilmentsAgainstChilledEnemyUnique__1 {variant:7,17}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Intelligence {variant:8,18}{crafted}(7-12)% increased Trap Throwing Speed {variant:9,19}{crafted}{tags:jewellery_defense}(15-120) Energy Shield Regenerated per second while a Rare or Unique Enemy is Nearby -{variant:10,20}{crafted}Your Critical Strike Chance is Lucky while Focussed +{variant:10,20}{crafted}Your Critical Strike Chance is Lucky while Focused ]],[[ Immortal Flesh Leather Belt @@ -442,7 +442,7 @@ Requires Level 16 Implicits: 1 StunDurationUniqueQuiver2 {tags:physical}(25-40)% increased Physical Damage -StrengthUniqueBelt2 +StrengthUniqueTwoHandSword5 BeltIncreasedFlaskChargesGainedUniqueBelt2 {variant:2}AllResistanceAt200StrengthUnique__1 ]],[[ @@ -453,7 +453,7 @@ Requires Level 48 Implicits: 1 StunDurationUniqueQuiver2 IncreasedPhysicalDamagePercentUniqueBelt2 -StrengthUniqueBelt2 +StrengthUniqueTwoHandSword5 DexterityUnique__7 BeltIncreasedFlaskChargesGainedUniqueBelt2 AllResistanceAt200StrengthUnique__1 @@ -466,7 +466,7 @@ Requires Level 48 Implicits: 1 StunDurationUniqueQuiver2 IncreasedPhysicalDamagePercentUniqueBelt2 -StrengthUniqueBelt2 +StrengthUniqueTwoHandSword5 IntelligenceUnique__9 BeltIncreasedFlaskChargesGainedUniqueBelt2 AllResistanceAt200StrengthUnique__1 @@ -489,12 +489,12 @@ Variant: Pre 2.0.0 Variant: Current Requires Level 8 Implicits: 1 -StrengthImplicitBelt1 +StrengthImplicitBeltRoyale1 {variant:1}AddedPhysicalDamageUnique__3 -{variant:2}AddedPhysicalDamageUniqueBelt4 +{variant:2}AddedPhysicalDamageUniqueHelmetStr3Royale StrengthUniqueDagger2 -MaximumLifeUnique__3 -ColdResistUniqueBelt13 +MaximumLifeUniqueBodyInt3 +ColdResistUniqueShieldStrDex1 BeltFlaskLifeRecoveryRateUniqueBelt4 ]],[[ Mother's Embrace @@ -502,7 +502,7 @@ Heavy Belt League: Metamorph Requires Level 40 Implicits: 1 -StrengthImplicitBelt1 +StrengthImplicitBeltRoyale1 IncreasedLifeUnique__2 ColdResistUnique__3 MinionsUseFlaskOnSummonUnique__1__ @@ -624,7 +624,7 @@ Siegebreaker Heavy Belt Requires Level: 44 Implicits: 1 -StrengthImplicitBelt1 +StrengthImplicitBeltRoyale1 IncreasedEnergyShieldPercentUnique__3 MaximumLifeUnique__16 ChaosResistUnique__17 @@ -636,7 +636,7 @@ Heavy Belt League: Heist Requires Level 44 Implicits: 1 -StrengthImplicitBelt1 +StrengthImplicitBeltRoyale1 IncreasedEnergyShieldPercentUnique__3 MaximumLifeUnique__16 FireResistUnique__24 @@ -656,7 +656,7 @@ MaximumEnergyShieldAsPercentageOfLifeUnique__1 {variant:1}You cannot Recharge Energy Shield {variant:1}You cannot Regenerate Energy Shield {variant:1}{tags:jewellery_defense}You lose 5% of Energy Shield per second -{variant:1}LifeLeechNotRemovedOnFullLifeUnique__1 +{variant:1}{tags:resource,life}Life Leech effects are not removed at Full Life {variant:1}{tags:life}Life Leech is applied to Energy Shield instead while on Full Life {variant:2}EnergyShieldStartsAtZero ]],[[ @@ -676,7 +676,7 @@ Requires Level 45 Implicits: 1 (15-25)% increased Stun Recovery IncreasedLifeUniqueGlovesInt3 -AllResistancesUniqueBodyStrInt2 +AllResistancesUniqueGlovesStrDex2 BeltFlaskManaRecoveryUnique__1 IncreasedFlaskDurationUnique__1 Gain Soul Eater during Flask Effect @@ -777,7 +777,7 @@ Implicits: 1 IncreasedLifeImplicitBelt1 StrengthUniqueClaw5_ IntelligenceUnique__7 -ColdResistUniqueBelt13 +ColdResistUniqueShieldStrDex1 LifeLeechPermyriadUniqueRing2 ManaLeechPermyriadUniqueRing17 ]], diff --git a/src/Data/Uniques/Special/body.lua b/src/Data/Uniques/Special/body.lua index 85ae2af835..ca605fc936 100644 --- a/src/Data/Uniques/Special/body.lua +++ b/src/Data/Uniques/Special/body.lua @@ -8,7 +8,7 @@ Astral Plate League: Heist Requires Level 62, 180 Str Implicits: 1 -AllResistancesImplicitArmour1 +AllResistancesImplicitVictorAmulet StrengthRequirementsUnique__3_ LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6 ShrineBuffEffectUnique__1 @@ -62,7 +62,7 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 62, 180 Str Implicits: 1 -AllResistancesImplicitArmour1 +AllResistancesImplicitVictorAmulet {variant:3}ChaosDegenAuraUnique__1 AllAttributesUniqueBodyStr3 {variant:3}IncreasedLifeUniqueAmulet25 @@ -152,12 +152,17 @@ Glorious Plate Requires Level 68, 191 Str League: Delirium Source: Drops from the Simulacrum Encounter +Has Alt Variant: true +Variant: War Banner +Variant: Dread Banner +Variant: Defiance Banner MeleeDamageUnique__2 IncreasedLifeUnique__101 Allow2ActiveBannersUnique__1 Add1StageToBannersOnMeleeHitUpTo5PerSecondUnique__1 -BannerAdrenalineDurationUnique__1 -BannerFortifyDurationUnique__1 +{variant:1}BannerAdrenalineDurationUnique__1 +{variant:2}BannerFortifyDurationUnique__1 +{variant:3}BannerTauntDurationUnique__1_ ]],[[ Solaris Lorica Copper Plate @@ -181,7 +186,7 @@ Variant: Current Requires Level 17, 53 Dex {variant:2}ItemActsAsFireDamageSupportUniqueSceptre2 LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 -{variant:2}IncreasedLifeUniqueAmulet4 +{variant:2}IncreasedLifeUnique__8 FireResistUniqueBootsDex2 AvoidIgniteUnique__1 RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3 @@ -194,7 +199,7 @@ Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Current Requires Level 9, 32 Dex -{variant:1,2}LocalIncreasedAttackSpeedUniqueClaw3 +{variant:1,2}IncreasedAttackSpeedUniqueGlovesDex2 {variant:3}IncreasedAttackSpeedUniqueQuiver1 LocalIncreasedEvasionRatingUniqueBodyDex7 ColdResistUnique__17 @@ -207,7 +212,7 @@ Wildwrap Strapped Leather Source: Upgraded from unique{Briskwrap} via prophecy{Last of the Wildmen} Requires Level 57, 32 Dex -LocalIncreasedAttackSpeedUnique__19 +IncreasedAttackSpeedUniqueQuiver1 IncreasedEvasionRatingUnique__5_ ColdResistUnique__17 MovementVelocityUniqueIntHelmet2 @@ -326,7 +331,7 @@ IncreasedLifeUniqueBodyStrDex5 {variant:2}FireResistUnique__11 MovementVelocityUniqueBootsStrDex3 IncreasedFireDamageTakenUniqueBodyStrDex5 -FireDamageTakenConvertedToPhysicalUnique__1 +FireDamageTakenConvertedToPhysicalUniqueBodyStrDex5 ]],[[ The Snowblind Grace Coronal Leather @@ -362,7 +367,7 @@ PercentageDexterityUnique__4 LocalIncreasedEvasionRatingPercentUnique__5 IncreasedLifeUnique__37 ColdResistUnique__14 -Flesh and Stone has 100% reduced Mana Reservation +FleshAndStoneManaReservationUnique__1_ EvasionIncreasedByUncappedColdResistanceUnique__1 KeystoneHollowPalmTechniqueUnique__1 ]],[[ @@ -389,7 +394,7 @@ Requires Level 62, 170 Dex {variant:1}GrantsSummonBeastRhoaUnique__1 {variant:2}GrantsSummonBeastSnakeUnique__1 {variant:3}GrantsSummonBeastUrsaUnique__1 -IncreasedAccuracyUnique__5 +IncreasedAccuracyUnique__1 LocalIncreasedEvasionRatingPercentUnique__9 IncreasedLifeUniqueBodyStrDexInt1 ProjectileAttackCriticalStrikeChanceUnique__1 @@ -441,7 +446,7 @@ The Coming Calamity Destroyer Regalia Requires Level 53, 144 Int LocalIncreaseSocketedHeraldLevelUnique__1_ -LocalIncreasedEnergyShieldPercentUnique__6 +LocalIncreasedEnergyShieldPercentUnique___4_ 35% chance to avoid being Stunned for each Herald Skill affecting you HeraldsAlwaysCost45Unique__1 ]],[[ @@ -456,7 +461,7 @@ Requires Level 49, 134 Int SocketedGemsHaveAddedChaosDamageUniqueBodyInt3 IntelligenceUnique__7 {variant:1,2,3}MaximumLifeUniqueAmulet6 -{variant:4,5}MaximumLifeUnique__3 +{variant:4,5}MaximumLifeUniqueBodyInt3 {variant:1}LocalIncreasedEnergyShieldPercentUniqueBodyInt8 {variant:2}LocalIncreasedEnergyShieldPercentUnique__19 {variant:3,4}(280-320)% increased Energy Shield @@ -513,7 +518,7 @@ Savant's Robe League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 56, 152 Int -LocalIncreasedEnergyShieldPercentUnique__24 +{fractured}LocalIncreasedEnergyShieldPercentUnique__24 StrengthIntelligenceRequirementsUnique__1 DivineChargeOnHitUnique__1_ Gain a Divine Charge on Hit @@ -563,7 +568,7 @@ SpellDamageImplicitArmour1 {variant:2}(140-200)% increased Energy Shield {variant:3}LocalIncreasedEnergyShieldUniqueBodyInt1 ReducedEnergyShieldDelayUniqueBodyInt1 -LightningResistUnique__8 +LightningResistUniqueAmulet15 AttackerTakesLightningDamageUniqueBodyInt1 ChaosTakenOnES ]],[[ @@ -621,7 +626,7 @@ Variant: Current Requires Level 59, 160 Int {variant:1}LocalIncreasedEnergyShieldUniqueBodyInt7 {variant:2,3}LocalIncreasedEnergyShieldUniqueBodyInt9 -IncreasedManaUniqueBodyInt9 +IncreasedManaUniqueIntHelmet3 MinionLifeUniqueBodyInt9 MinionDamageUniqueBodyInt9 {variant:1,2}MaximumMinionCountUniqueSceptre5 @@ -654,7 +659,7 @@ Full Wyrmscale Requires Level 46, 68 Str, 68 Dex LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1 MaximumLifeUniqueBodyStrDex1 -AllResistancesUniqueBootsStr1 +AllResistancesUnique__2 FlaskLifeRecoveryRateUniqueBodyStrDex1 ExtraGore ]],[[ @@ -666,7 +671,7 @@ Variant: Current Requires Level 69, 95 Str, 116 Dex {variant:1,2}(10-20)% increased Chaos Damage {variant:3}IncreasedChaosDamageUniqueBodyStrDex4 -LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3 +LocalIncreasedArmourAndEvasionUniqueBodyStrDex4 IncreasedLifeUnique__91 {variant:1}30% increased Life Leeched per second {variant:2,3}100% increased Life Leeched per second @@ -677,7 +682,7 @@ Variant: Pre 2.6.0 Variant: Pre 3.5.0 Variant: Current Requires Level 63, 115 Str, 94 Dex -LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3 +LocalIncreasedArmourAndEvasionUniqueBodyStrDex4 {variant:1,2}IncreasedLifeUniqueShieldStr5 {variant:3}IncreasedLifeUnique__101 LifeLeechPermyriadUniqueBodyStrDex3 @@ -694,7 +699,7 @@ Triumphant Lamellar League: Bestiary Source: Drops from unique{Farrul, First of the Plains} Requires Level 69, 95 Str, 116 Dex -LocalIncreasedArmourAndEvasionUnique__14 +LocalIncreasedArmourAndEvasionUnique__7 IncreasedLifeUniqueBodyStrDexInt1 CatAspectReservesNoManaUnique__1___ +2 seconds to Cat's Stealth Duration @@ -705,7 +710,7 @@ Replica Farrul's Fur Triumphant Lamellar League: Heist Requires Level 69, 95 Str, 116 Dex -LocalIncreasedArmourAndEvasionUnique__14 +LocalIncreasedArmourAndEvasionUnique__7 IncreasedLifeUniqueHelmetDex4 +2.00 seconds to Cat's Agility Duration CatAspectReservesNoManaUnique__1___ @@ -746,7 +751,7 @@ Source: Drops in The Lord's Labyrinth Requires Level 28, 43 Str, 43 Dex LocalIncreasedArmourAndEvasionUnique__10_ IncreasedLifeUnique__19 -ColdResistUnique__19 +ColdResistUnique__6 MovementVelocityUniqueIntHelmet2 ChanceToPoisonWithAttacksUnique___1 CannotBePoisonedUnique__1 @@ -765,7 +770,7 @@ Requires Level 43, 64 Str, 64 Int {variant:3,4}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2 {variant:4}IncreasedLifeUniqueGlovesInt3 {variant:1,2}AllResistancesUniqueIntHelmet3 -{variant:3,4}AllResistancesUniqueBodyStrInt2 +{variant:3,4}AllResistancesUniqueGlovesStrDex2 GainEnduranceChargeWhenCriticallyHit {variant:1,2,3}2% of Life Regenerated per Second while on Low Life {variant:4}2% of Life Regenerated per Second if you've been Hit Recently @@ -777,7 +782,7 @@ League: Heist Requires Level 43, 64 Str, 64 Int LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2 IncreasedLifeUniqueGlovesInt3 -AllResistancesUniqueBodyStrInt2 +AllResistancesUniqueGlovesStrDex2 ShareEnduranceChargesWithParty GainEnduranceChargesWhenHitUnique__1_ LoseLifeIfHitRecentlyUnique__1 @@ -798,7 +803,7 @@ Doryani's Prototype Saint's Hauberk League: Harvest Requires Level 67, 109 Str, 94 Int -LocalIncreasedArmourAndEnergyShieldUnique__21 +LocalIncreasedArmourAndEnergyShieldUnique__15 IncreasedLifeUnique__101 DealNoNonLightningDamageUnique__1_ ArmourAppliesToLightningDamageUnique__1_ @@ -1108,8 +1113,8 @@ League: Bestiary Source: Drops from unique{Saqawal, First of the Sky} Requires Level 65, 107 Dex, 90 Int AllAttributesUnique__5 -LightningResistUnique__8 -(6-10)% reduced Mana Reserved +LightningResistUniqueAmulet15 +ReducedManaReservationCostUnique__2 AvianAspectBuffEffectUnique__1 GrantAviansAspectToAlliesUnique__1 LocalFlatIncreasedEvasionAndEnergyShieldUnique__2_ @@ -1161,8 +1166,8 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 52, 76 Dex, 76 Int LocalIncreaseSocketedAuraGemLevelUniqueBodyDexInt4 -{variant:1}Socketed Gems have 20% reduced Mana Reservation -{variant:2}Socketed Gems have 30% reduced Mana Reservation +{variant:1}SocketedItemsHaveReducedReservationUnique__1 +{variant:2}SocketedItemsHaveReducedReservationUniqueBodyDexInt4 {variant:1}Socketed Gems are Supported by level 1 Generosity {variant:2}SupportedByGenerosityUniqueBodyDexInt4_ LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4 @@ -1179,7 +1184,7 @@ League: Heist Requires Level 62, 96 Dex, 96 Int IntelligenceUnique__16 LocalIncreasedEvasionAndEnergyShieldUnique__31 -AllResistancesUnique__20 +AllResistancesUnique__7 ChanceToFreezeShockIgniteUnique__1 ElementalDamageLowestResistUnique__1 ]],[[ @@ -1205,6 +1210,8 @@ Variant: Current (Armour/ES + Life) Variant: Current (Armour/ES + ES) Variant: Current (Armour/Evasion/ES) Requires Level 75, 66 Str, 66 Dex, 66 Int +Implicits: 1 +GlobalVaalGemsLevelImplicit1_ {variant:1,10}LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStrDexInt1a {variant:2,11}(200-220)% increased Evasion Rating and Armour {variant:3,12}LocalIncreasedEvasionRatingPercentUniqueBodyStrDexInt1c diff --git a/src/Data/Uniques/Special/boots.lua b/src/Data/Uniques/Special/boots.lua index fcd4555065..0e3978a19b 100644 --- a/src/Data/Uniques/Special/boots.lua +++ b/src/Data/Uniques/Special/boots.lua @@ -11,7 +11,7 @@ Requires Level 54, 95 Str LocalIncreasedPhysicalDamageReductionRatingPercentUnique__18 IncreasedLifeUnique__2 ColdResistUnique__24 -MovementVelocityUniqueBootsStr3 +MovementVelocityUniqueBootsW1 CannotBeStunned10CrabBarriersUnique__1 CrabBarriersLostWhenHitUnique__1_ ]],[[ @@ -46,7 +46,7 @@ Source: Drops in Uul-Netol Breach or from unique{Uul-Netol, Unburdened Flesh} Upgrade: Upgrades to unique{The Red Trail} using currency{Blessing of Uul-Netol} Requires Level 54, 95 Str IncreasedLifeUnique__27 -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ NoExtraBleedDamageWhileMovingUnique__1 MovementVelocityWhileBleedingUnique__1 ReceiveBleedingWhenHitUnique__1_ @@ -58,7 +58,7 @@ Source: Upgraded from unique{The Infinite Pursuit} using currency{Blessing of Uu Requires Level 68, 120 Str LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 IncreasedLifeUnique__2 -MovementVelocityUniqueBootsStr3 +MovementVelocityUniqueBootsW1 FrenzyChargeOnHitWhileBleedingUnique__1 MovementVelocityWhileBleedingUnique__1 PhysicalDamageReductionWhileNotMovingUnique__1 @@ -71,7 +71,7 @@ League: Heist Requires Level 68, 120 Str LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 IncreasedLifeUniqueAmulet25 -MovementVelocityUniqueBootsStr3 +MovementVelocityUniqueBootsW1 PowerChargeOnHitWhilePoisonedUnique__1 ChaosResistanceWhileStationaryUnique__1 MovementSpeedWhilePoisonedUnique__1 @@ -87,7 +87,7 @@ HasNoSockets CannotBeKnockedBack {variant:1}+(120-150) to maximum Life {variant:2}IncreasedLifeUniqueBootsStr2 -UnwaveringStance +KeystoneUnwaveringStanceUnique__1 {variant:2}Cannot Be Slowed to Below Base Speed ]],[[ Redblade Tramplers @@ -101,15 +101,15 @@ AddedPhysicalDamageUniqueBootsStr3 StunThresholdReductionUniqueBootsStr3 LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1 FireResistUniqueAmulet4 -{variant:1}MovementVelocityUniqueBootsInt2 -{variant:2}MovementVelocityUniqueBootsStr3 +{variant:1}MovementVelocityUnique__23_ +{variant:2}MovementVelocityUniqueBootsW1 ImmuneToBurningGroundUniqueBootsStr3 ]],[[ Stormcharger Plated Greaves Requires Level: 23, 44 Str +(1-50)% to Lightning Resistance -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ ConvertPhysicaltoLightningUnique__2 ShockDurationUnique__2 ShockEffectUnique__2 @@ -119,7 +119,7 @@ Antique Greaves Requires Level 37, 67 Str LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6 TotemLifeUnique__2_ -MovementVelocityUniqueBootsStr3 +MovementVelocityUniqueBootsW1 SummonTotemCastSpeedUnique__2 TotemReflectFireDamageUnique__1_ ]],[[ @@ -130,7 +130,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 33, 60 Str LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr1 -AllResistancesUniqueBootsStr1 +AllResistancesUnique__2 {variant:1}MovementVelocityUniqueAmulet5 {variant:2}MovementVelocityUniqueBootsStrDex3 {variant:1}ElementalDamageUniqueDescentBelt1 @@ -142,8 +142,8 @@ Reinforced Greaves Source: Upgraded from unique{Windscream} via prophecy{Darktongue's Shriek} Requires Level 60, 60 Str LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_ -AllResistancesUniqueBootsStr1 -MovementVelocityUniqueBootsStr3 +AllResistancesUnique__2 +MovementVelocityUniqueBootsW1 ElementalDamageUniqueBootsStr1 Enemies can have 1 additional Curse CurseAreaOfEffectUnique__1 @@ -178,7 +178,7 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 44, 79 Dex DexterityUnique__5 -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ MovementVelocityPerFrenzyChargeUniqueBootsDex4 {variant:1,2,3}3% reduced Attack and Cast Speed per Frenzy Charge {variant:4}AttackAndCastSpeedPerFrenzyChargeUniqueBootsDex4 @@ -236,7 +236,7 @@ Requires Level 69, 120 Dex CatsStealthTriggeredIntimidatingCry LocalIncreasedEvasionRatingPercentUnique__13 IncreasedLifeUnique__2 -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ ChanceToAvoidBleedingUnique__1 MovementSpeedWithCatsStealthUnique__1 ]],[[ @@ -245,7 +245,7 @@ Nubuck Boots Variant: Pre 1.1.0 Variant: Current Requires Level 34, 62 Dex -ManaRegenerationUniqueBootsDex2 +ManaRegenerationUniqueDexHelmet2 {variant:1}(20-30)% increased Quantity of Items Found {variant:2}ItemFoundQuantityIncreaseUniqueBootsDex2 FireResistUniqueBootsDex2 @@ -280,7 +280,7 @@ Requires Level 62, 117 Dex DexterityUniqueGlovesInt4__ IntelligenceUnique__7 LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 -{variant:1}IncreasedEnergyShieldUnique__9 +{variant:1}LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ {variant:2}IncreasedEnergyShieldUnique__3 {variant:3}+(100-160) to maximum Energy Shield {variant:4}LocalIncreasedEnergyShieldUniqueBootsDex1 @@ -309,8 +309,8 @@ LocalIncreasedEvationRatingPercentUniqueBootsDex9 {variant:2}100% increased Evasion Rating while you have Onslaught {variant:1}IncreasedLifeUnique__27 {variant:2}IncreasedLifeUnique__2 -{variant:1}MovementVelocityUniqueBootsInt2 -{variant:2}MovementVelocityUniqueBootsStr3 +{variant:1}MovementVelocityUnique__23_ +{variant:2}MovementVelocityUniqueBootsW1 10% chance to Dodge Spells while Phasing ]],[[ Replica Three-step Assault @@ -320,7 +320,7 @@ Requires Level 55, 97 Dex DexterityUnique__15 LocalIncreasedEvationRatingPercentUniqueBootsDex9 IncreasedLifeUnique__2 -MovementVelocityUniqueBootsStr3 +MovementVelocityUniqueBootsW1 ElusiveEffectUnique__1 MovementSpeedIfHitRecentlyUnique__1_ ]],[[ @@ -393,7 +393,7 @@ Arcanist Slippers Source: Drops from The Pale Council Requires Level 61, 119 Int IncreasedLifeUnique__2 -MovementVelocityUniqueBootsStr3 +MovementVelocityUniqueBootsW1 PercentageIntelligenceUnique__4 IncreasedDamagePerPowerChargeUnique__1 ChanceToGainMaximumPowerChargesUnique__1_ @@ -425,8 +425,8 @@ Requires Level 53, 94 Int {variant:3,4,5}LocalIncreasedEnergyShieldPercentUniqueBootsInt5 {variant:1,3,4,5}AllResistancesUniqueAmulet2 {variant:2}AllResistancesImplicitShield2 -{variant:1,2,3}MovementVelocityUniqueBootsInt2 -{variant:4,5}MovementVelocityUniqueBootsStr3 +{variant:1,2,3}MovementVelocityUnique__23_ +{variant:4,5}MovementVelocityUniqueBootsW1 ]],[[ Shavronne's Pace Scholar Boots @@ -438,7 +438,7 @@ Requires Level 32, 54 Int DexterityUniqueRing3 {variant:1}IntelligenceUniqueOneHandSword2 {variant:2,3}IntelligenceUnique__7 -{variant:1}(50-70)% increased Energy Shield +{variant:1}LocalIncreasedEnergyShieldPercent___3Royale {variant:2,3}LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3 {variant:3}MovementVelocityUniqueBootsStrDex3 {variant:1,2}35% increased Movement Speed when on Full Life @@ -468,7 +468,7 @@ Requires Level 67, 123 Int IncreasedManaUnique__1 MovementVelocityUnique__12 PowerChargeOnCriticalStrikeChanceUnique__1 -6% reduced Mana Reserved +ReducedManaReservationCostUnique__1 NoLifeRegenerationUnique___1 StunThresholdBasedOnManaUnique__1 ]],[[ @@ -492,7 +492,7 @@ Wool Shoes DexterityUniqueBootsInt2 ManaRegenerationUniqueShieldInt5 LocalIncreasedEnergyShieldUniqueBodyInt5 -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ CannotBeFrozenUnique__1 ]],[[ Wondertrap @@ -518,7 +518,7 @@ DexterityUniqueBootsInt1 IntelligenceUniqueRing4 LocalIncreasedEnergyShieldUnique__16 ItemQuantityOnLowLifeUnique__1 -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ ]], -- Boots: Armour/Evasion [[ @@ -568,8 +568,8 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 18, 19 Str, 19 Dex LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 -{variant:1}IncreasedLifeUniqueHelmetDex5 -{variant:2}IncreasedLifeImplicitGlovesDemigods1 +{variant:1}IncreasedLifeImplicitShield1 +{variant:2}IncreasedLifeUnique___7Royale_ {variant:1}IncreasedManaUniqueBootsStrDex3 MovementVelocityUniqueBootsStrDex3 50% increased Stun Recovery @@ -582,7 +582,7 @@ Leatherscale Boots Variant: Pre 2.0.0 Requires Level 18, 19 Str, 19 Dex LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 -IncreasedLifeUniqueHelmetDex5 +IncreasedLifeImplicitShield1 IncreasedManaUniqueBootsStrDex3 MovementVelocityUniqueBootsStrDex3 50% increased Stun Recovery @@ -599,7 +599,7 @@ Requires Level 40, 19 Str, 19 Dex {variant:2}StalkingPustuleOnKillUnique__1 LocalIncreasedArmourAndEvasionUnique__15_ IncreasedLifeUnique__67_ -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ StunRecoveryUniqueBootsStrDex3 LightRadiusUniqueBootsStrDex3 ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3 @@ -627,7 +627,7 @@ Requires Level 30, 30 Str, 30 Dex StrengthUniqueBootsStrDex1 DexterityUniqueBootsStrDex1 AddedFireDamageUniqueAmulet7 -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ MovementVelocityOnLowLifeUniqueBootsStrDex1 {variant:1}StunRecoveryUniqueBootsStrDex1 {variant:1}CannotBeStunnedOnLowLife @@ -640,7 +640,7 @@ TriggerToxicRainOnBowAttackUnique__1 StrengthUniqueBootsStrDex1 DexterityUniqueBootsStrDex1 AddedChaosDamageUnique__1 -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ MovementVelocityOnLowLifeUniqueBootsStrDex1 ]],[[ Mutewind Whispersteps @@ -655,8 +655,8 @@ Requires Level 42, 40 Str, 40 Dex {variant:2}SpellCriticalStrikeChanceUniqueBootsStrDex5 LocalIncreasedEvasionRatingPercentUniqueBootsStrDex5 ColdResistUnique__3 -{variant:1}MovementVelocityUniqueBootsInt2 -{variant:2}MovementVelocityUniqueBootsStr3 +{variant:1}MovementVelocityUnique__23_ +{variant:2}MovementVelocityUniqueBootsW1 ImmuneToChilledGroundUniqueBootsStrDex5 ]],[[ Saqawal's Talons @@ -665,7 +665,7 @@ League: Bestiary Source: Drops from unique{Saqawal, First of the Sky} Requires Level 59, 56 Str, 56 Dex GrantsBirdAspect1_ -LocalIncreasedArmourAndEvasionUnique__14 +LocalIncreasedArmourAndEvasionUnique__7 MovementVelocityUnique__39_ +(-2-2) seconds to Avian's Flight Duration 100 Life Regenerated per Second while you have Avian's Flight @@ -679,7 +679,7 @@ Requires Level 49, 47 Str, 47 Int AddedChaosDamageUniqueBootsStrInt2 LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2 ChaosResistUniqueBootsStrInt2 -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ MaximumMinionCountUniqueBootsStrInt2Updated PercentageStrengthUniqueBootsStrInt2 ]],[[ @@ -690,7 +690,7 @@ Requires Level 49, 47 Str, 47 Int PercentageStrengthUniqueBootsStrInt2 LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2 ChaosResistUniqueBootsStrInt2 -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ CannotDealNonChaosDamageUnique__1_ AddedChaosDamageToAttacksPer50StrengthUnique__1 ]],[[ @@ -700,9 +700,9 @@ Source: Drops in The Eternal Labyrinth Requires Level 64, 62 Str, 62 Int StrengthUnique__5 LocalIncreasedArmourAndEnergyShieldUnique__4 -AllResistancesUniqueBootsStr1 -MovementVelocityUniqueBootsStr3 -MaximumEnduranceChargeUniqueRing2 +AllResistancesUnique__2 +MovementVelocityUniqueBootsW1 +ChargeBonusMaximumEnduranceCharges SelfStatusAilmentDurationUnique__1 BleedingImmunityUnique__1 ]],[[ @@ -713,7 +713,7 @@ Variant: Current Requires Level 58, 54 Str, 54 Int LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt3 FireResistUniqueBootsStrInt3 -MovementVelocityUniqueBootsStr3 +MovementVelocityUniqueBootsW1 {variant:1}(5-7)% chance to Ignite {variant:2}ChanceToIgniteUnique__6 {variant:1}15% increased Damage against Ignited Enemies @@ -748,7 +748,7 @@ AddedLightningDamageUniqueBootsStrInt1 LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt1 LifeGainedFromEnemyDeathUniqueBootsStrInt1 {variant:2,3}MovementVelocityUniqueBootsStrDex3 -{variant:1,2}HitsCauseMonsterFleeUniqueRing1 +{variant:1,2}HitsCauseMonsterFleeUnique__1 {variant:3}ShockedGroundWhileMovingUnique__1_ ]], -- Boots: Evasion/Energy Shield @@ -764,8 +764,8 @@ Requires Level 41, 40 Dex, 40 Int {variant:2}+(120-150) to maximum Energy Shield {variant:3}LocalIncreasedEnergyShieldUniqueGlovesStr4 LocalIncreasedPhysicalDamageUniqueSceptre9 -{variant:1}MovementVelocityUniqueBootsInt2 -{variant:2,3}MovementVelocityUniqueBootsStr3 +{variant:1}MovementVelocityUnique__23_ +{variant:2,3}MovementVelocityUniqueBootsW1 LightningResistUnique__2 IncreasedProjectileDamageUniqueBootsDexInt4 ImmuneToShockedGroundUniqueBootsDexInt4 @@ -791,15 +791,15 @@ Requires Level 55, 52 Dex, 52 Int Implicits: 0 CorpseWalk LocalIncreasedEvasionAndEnergyShieldUnique__28 -MovementVelocityUniqueBootsStr3 +MovementVelocityUniqueBootsW1 DamageIfConsumedCorpseUnique__1__ LifeRegenerationPerNearbyCorpseUnique__1 ]],[[ Dance of the Offered Variant: Pre 3.14.0 Variant: Current -{variant:2}Carnal Boots {variant:1}Shackled Boots +{variant:2}Carnal Boots League: Incursion Upgrade: Upgrades to unique{Omeyocan} via currency{Vial of the Ritual} {variant:1}Requires Level 34, 34 Dex, 34 Int @@ -807,7 +807,7 @@ Upgrade: Upgrades to unique{Omeyocan} via currency{Vial of the Ritual} IncreasedManaUnique__13 {variant:1}LightningResistUniqueHelmetStrInt2 {variant:2}LightningResistUnique__18 -MovementVelocityUniqueBootsStr3 +MovementVelocityUniqueBootsW1 OnslaughtWhileNotOnLowManaUnique__1_ {variant:1}LoseManaPerSecondUnique__1 {variant:2}KeystoneTheAgnosticUnique__2 @@ -832,7 +832,7 @@ Requires Level 63, 62 Dex, 62 Int LocalIncreasedEvasionAndEnergyShieldUnique__14 LightningResistUnique__2 ChaosResistUnique__17 -MovementVelocityUniqueBootsStr3 +MovementVelocityUniqueBootsW1 IncreasedSpiderWebCountUnique__1 ESOnHitWebbedEnemiesUnique__1 AspectOfSpiderDurationUnique__1 @@ -846,7 +846,7 @@ Requires Level 16, 18 Dex, 18 Int DexterityUniqueGlovesInt4__ LocalIncreasedEvasionRatingUniqueBootsDex8 LocalIncreasedEnergyShieldUniqueBootsDex8 -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ ColdResistUniqueBootsDexInt2 {variant:1}30% increased Physical Damage taken {variant:2}IncreasedPhysicalDamageTakenUniqueBootsDex8 @@ -858,7 +858,7 @@ Assassin's Boots Requires Level 63, 62 Dex, 62 Int League: Blight LocalIncreasedEvasionAndEnergyShieldUnique__27 -StunRecoveryUnique__3 +StunRecoveryImplicitBeltRoyale1 Travel Skills have (50-80)% increased Cooldown Recovery Speed ManaRegenerationRateWhileMovingUnique__1 MovementVelocityOverrideUnique__1 @@ -869,7 +869,7 @@ Assassin's Boots League: Heist Requires Level 63, 62 Dex, 62 Int LocalIncreasedEvasionAndEnergyShieldUnique__27 -StunRecoveryUnique__3 +StunRecoveryImplicitBeltRoyale1 TravelSkillMoreDamageUnique__1 ManaRegenerationRateWhileMovingUnique__1 MovementVelocityOverrideUnique__1 @@ -886,7 +886,7 @@ LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1 ItemFoundRarityIncreaseUniqueStrDexHelmet1 FireResistUniqueAmulet13 {variant:1}MovementVelocityUniqueAmulet5 -{variant:2}MovementVelocityUniqueBootsInt2 +{variant:2}MovementVelocityUnique__23_ ]],[[ Sunspite Clasped Boots @@ -896,7 +896,7 @@ IncreasedAttackSpeedUniqueQuiver1 LocalIncreasedEvasionAndEnergyShieldUnique__15 ItemFoundRarityIncreaseUniqueStrDexHelmet1 FireResistUniqueAmulet13 -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ MovementVelocityWhileIgnitedUnique__2 IncreasedChanceToBeIgnitedUniqueRing24 (75-125) Life Regenerated per second while Ignited @@ -930,4 +930,26 @@ GainPhasingIfKilledRecentlyUnique__1 ProjectilesChainWhilePhasingUnique__1_ CelestialFootprintsUnique__1_ ]], +-- Boots: Ward +[[ +Olroth's Charge +Runic Sollerets +League: Expedition +Requires Level 48, 37 Str, 37 Dex, 37 Int +(50–80)% increased Ward +(30–50)% slower Restoration of Ward +MovementVelocityUnique__23_ +AdrenalineOnWardBreakUnique__1 +]],[[ +Vorana's March +Runic Sabatons +League: Expedition +Requires Level 69, 46 Str, 46 Dex, 46 Int +HasNoSockets +GrantsSummonArbalistsSkillUnique__1_ +MovementVelocityUniqueBootsW1 +Summoned Arbalists have (10–20)% chance to inflict Cold Exposure on Hit +Summoned Arbalists have (10–20)% chance to Intimidate for 4 seconds on Hit +Summoned Arbalists Convert (30–50)% of Physical Damage to Fire Damage +]], } diff --git a/src/Data/Uniques/Special/bow.lua b/src/Data/Uniques/Special/bow.lua index b0585ea48b..79afe105ae 100644 --- a/src/Data/Uniques/Special/bow.lua +++ b/src/Data/Uniques/Special/bow.lua @@ -27,7 +27,7 @@ Implicits: 1 {variant:4}EvasionRatingIfUsedDashRecentlyUnique__1 {variant:4}MovementSpeedIfUsedDashRecentlyUnique__1 {variant:4}DisableTravelSkillsExceptDashUnique__1 -{variant:4}KeystoneIronReflexesUnique__1 +{variant:4}IronReflexes ]],[[ Chin Sol Assassin Bow @@ -46,7 +46,7 @@ DexterityUniqueRing8 {variant:3,4}(150-180)% increased Physical Damage {variant:5,6}LocalIncreasedPhysicalDamagePercentUniqueBow6 LocalAddedFireDamageUniqueBow6 -{variant:1,2}LocalIncreasedAttackSpeedUniqueClaw3 +{variant:1,2}IncreasedAttackSpeedUniqueGlovesDex2 {variant:3,4,5,6}LocalIncreasedAttackSpeedUniqueBow6 {variant:1,2,3,4}100% More Damage with Arrow Hits at Close Range {variant:5,6}PhysicalBowDamageCloseRangeUniqueBow6 @@ -66,7 +66,7 @@ Variant: Attack Speed/Trigger Blood Rage on Kill Variant: Cast Speed/Trigger Arcane Surge on Kill Variant: Minion Attack and Cast Speed Variant: Double Damage -Variant: Double Damage while Focussed +Variant: Double Damage while Focused Variant: Socketed Spell Trigger Requires Level 57, 190 Dex Implicits: 1 @@ -92,8 +92,8 @@ MaimOnCritUnique__1 {variant:10}{crafted}Minions have (16-28)% increased Attack Speed {variant:10}{crafted}Minions have (16-28)% increased Cast Speed {variant:11}{crafted}(4-12)% chance to deal Double Damage -{variant:12}{crafted}(13-36)% chance to deal Double Damage while Focussed -{variant:13}{crafted}Trigger a Socketed Spell when you Use a Skill +{variant:12}{crafted}(13-36)% chance to deal Double Damage while Focused +{variant:13}{crafted}Trigger a Socketed Spell when you Use a Skill, with a 8 second Cooldown ]],[[ Darkscorn Assassin Bow @@ -136,7 +136,7 @@ LocalIncreasedPhysicalDamagePercentUnique__2 IncreasedAttackSpeedUniqueQuiver1 {variant:1,2,4}+100% to Global Critical Strike Multiplier {variant:3}+150% to Global Critical Strike Multiplier -{variant:5}LocalCriticalMultiplierUniqueBow3 +{variant:5}CriticalMultiplierImplicitSword3 Adds an additional Arrow ]],[[ Death's Opus @@ -155,7 +155,7 @@ LocalAddedPhysicalDamageUnique__17_ IncreasedAttackSpeedUniqueQuiver1 {variant:1,2,4}+100% to Global Critical Strike Multiplier {variant:3}+150% to Global Critical Strike Multiplier -{variant:5}LocalCriticalMultiplierUniqueBow3 +{variant:5}CriticalMultiplierImplicitSword3 2 additional Arrows ]],[[ Doomfletch @@ -173,7 +173,7 @@ Implicits: 2 {variant:4}LocalAddedPhysicalDamageUniqueBow11 LocalIncreasedAttackSpeedUniqueBow6 {variant:1,2,3}LocalCriticalStrikeChanceUnique__10 -ManaRegenerationUniqueBootsDex2 +ManaRegenerationUniqueDexHelmet2 {variant:1,2,3}Gain 110% of Bow Physical Damage as Extra Damage of an Element {variant:4}Gain 100% of Bow Physical Damage as Extra Damage of an Element ]],[[ @@ -192,7 +192,7 @@ Implicits: 2 {variant:4}LocalAddedPhysicalDamageUniqueBow11 LocalIncreasedAttackSpeedUniqueBow6 {variant:1,2,3}LocalCriticalStrikeChanceUnique__10 -ManaRegenerationUniqueBootsDex2 +ManaRegenerationUniqueDexHelmet2 {variant:1,2,3}Gain 110% of Bow Physical Damage as Extra Damage of each Element {variant:4}Gain 100% of Bow Physical Damage as Extra Damage of each Element ]],[[ @@ -296,7 +296,7 @@ Variant: Pre 3.14.0 Variant: Current Requires Level 60, 212 Dex, 212 Int AddedChaosDamageUniqueBow12 -IncreasedAttackSpeedUnique__4_ +LocalIncreasedAttackSpeedUniqueBow12 ChaosResistUniqueBow12 {variant:1}Minions deal 1% increased Damage per 10 Dexterity {variant:2}IncreasedMinionDamagePerDexterityUniqueBow12 @@ -364,7 +364,7 @@ Requires Level 64, 212 Dex LocalIncreasedAttackSpeedUnique__24 {variant:1,2}4 additional Arrows {variant:3}2 additional Arrows -ProjectileSpeedUnique__4 +ProjectileSpeedUniqueQuiver2 {variant:5}VolleyFirstPointPierceUnique__1_ {variant:5}VolleySecondPointForkUnique__1 {variant:5}VolleyThirdPointReturnUnique__1__ @@ -381,7 +381,7 @@ LocalIncreasedPhyiscalDamagePercentUnique__3 WeaponElementalDamageUnique__2 LocalIncreasedAttackSpeedUnique__1 AdditionalChainUniqueOneHandMace3 -ProjectileSpeedUnique__5__ +ProjectileSpeedUnique__2 ]],[[ Silverbranch Crude Bow @@ -455,7 +455,7 @@ LocalIncreasedAttackSpeedUniqueBow10 ConvertLightningDamageToChaosUniqueBow10 ChanceToShockUnique__1 ChaosDamageCanShockUniqueBow10 -{variant:2}AttacksShockAsIfDealingMoreDamageUniqueBow10 +{variant:2}AttacksShockAsIfDealingMoreDamageUnique__2 {variant:2}MaximumShockOverrideUniqueBow10 ]],[[ Windripper diff --git a/src/Data/Uniques/Special/claw.lua b/src/Data/Uniques/Special/claw.lua index 823fc7d0ad..2fca1d0b36 100644 --- a/src/Data/Uniques/Special/claw.lua +++ b/src/Data/Uniques/Special/claw.lua @@ -14,7 +14,7 @@ Implicits: 2 SocketedGemsSupportedByFortifyUnique____1 LocalIncreasedPhysicalDamagePercentUnique__10 IncreasedEvasionRatingUnique___1 -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__8 IncreasedEnergyShieldUnique__2 AttackerTakesDamageUnique__1 15% Chance to Block @@ -28,7 +28,7 @@ LifeGainPerTargetImplicit2Claw8 SupportedByCastOnDamageTakenUnique__1 AdditionalBlockUnique__2 LocalIncreasedPhysicalDamagePercentUnique__10 -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__8 ShieldArmourIncreaseUnique__1 AddedFireDamageIfBlockedRecentlyUnique__1 ]],[[ @@ -79,7 +79,7 @@ Implicits: 3 {variant:4,5}TriggeredAbyssalCryUnique__1 {variant:1}LocalIncreasedPhyiscalDamagePercentUnique__3 {variant:2,3,4,5,6}LocalIncreasedPhysicalDamagePercentUnique__10 -LifeLeechUniqueOneHandAxe6 +LifeLeechPermyriadUniqueClaw6 {variant:1,2,3,4}StunThresholdReductionUniqueClaw6 {variant:6}WarcryTauntChaosExplosionUnique__1_ {variant:5}50% increased Warcry Buff Effect @@ -96,7 +96,7 @@ LifeLeechPermyriadImplicitClaw1 {variant:1}LocalIncreasedPhysicalDamagePercentUnique__10 {variant:2}LocalIncreasedPhysicalDamagePercentUniqueClaw3 LocalAddedPhysicalDamageUniqueClaw3 -LocalIncreasedAttackSpeedUniqueClaw3 +IncreasedAttackSpeedUniqueGlovesDex2 LifeLeechPermyriadUniqueClaw3 MovementVelocityUniqueIntHelmet2 LocalLifeLeechIsInstantUniqueClaw3 @@ -112,7 +112,7 @@ Implicits: 3 {variant:2}+21 Life gained for each Enemy hit by Attacks {variant:3}LifeGainPerTargetImplicit2Claw6 IncreasedCastSpeedUniqueClaw7 -IncreasedManaUniqueHelmetDexInt3 +IncreasedManaUniqueClaw7 LifeGainedOnSpellHitUniqueClaw7 {variant:1}6% increased Spell Damage per 5% Block Chance {variant:2,3}8% increased Spell Damage per 5% Block Chance @@ -125,7 +125,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 64, 113 Dex, 113 Int Implicits: 3 -{variant:1,2}LifeLeechPermyriadUniqueShieldDex2 +{variant:1,2}LifeLeechPermyriadUnique__4 {variant:3}+31 Life gained for each Enemy hit by Attacks {variant:4}LifeGainPerTargetImplicit2Claw12 {variant:1}10% additional Chance to Block while Dual Wielding Claws @@ -206,7 +206,7 @@ LocalIncreasedPhysicalDamagePercentUnique__6 LocalAddedPhysicalDamageUnique__3 LocalIncreasedAttackSpeedUniqueBow10 {variant:1,2}+(250-350) to Accuracy Rating -{variant:3}IncreasedAccuracyUnique__5 +{variant:3}IncreasedAccuracyUnique__1 100% increased Physical Damage while Frozen ]],[[ Last Resort @@ -260,7 +260,7 @@ Implicits: 2 {variant:3,4}LifeGainPerTargetImplicit2Claw5_1 LocalIncreasedPhysicalDamagePercentUniqueClaw2 LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 -LocalCriticalStrikeChanceUniqueClaw2 +LocalCriticalStrikeChanceUniqueOneHandMace1 {variant:1}CriticalMultiplierImplicitSword1 {variant:2,3,4}CriticalMultiplierUniqueGlovesDexInt4 PhysicalDamageConvertToChaosUniqueClaw2 @@ -292,7 +292,7 @@ Implicits: 1 LifeLeechUniqueRing2 LocalIncreasedPhyiscalDamagePercentUnique__3 LocalAddedPhysicalDamageUnique__13 -CausesBleedingUnique__1 +CausesBleedingUniqueTwoHandAxe7Updated IncreasePhysicalDegenDamagePerDexterityUnique__1 1% increased Bleed Duration per 12 Intelligence BleedingEnemiesFleeOnHitUnique__1 @@ -336,7 +336,7 @@ Requires Level 60, 113 Dex, 113 Int Implicits: 1 LifeGainPerTargetImplicit2Claw11_ LocalIncreasedPhysicalDamagePercentUniqueClaw3 -LocalIncreasedAttackSpeedUniqueOneHandSword9 +LocalIncreasedAttackSpeedUniqueOneHandSword11 LocalCriticalStrikeChanceUnique__11 {variant:1}+(180-200) to Accuracy Rating {variant:2}LocalIncreasedAccuracyUnique__1 diff --git a/src/Data/Uniques/Special/dagger.lua b/src/Data/Uniques/Special/dagger.lua index 5b09774b73..f8e8d5ef0a 100644 --- a/src/Data/Uniques/Special/dagger.lua +++ b/src/Data/Uniques/Special/dagger.lua @@ -9,7 +9,7 @@ Requires Level 53, 58 Dex, 123 Int Implicits: 1 CriticalStrikeChanceImplicitDaggerNew2 SummonSpidersOnKillUnique__1 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9 +LocalIncreasedPhysicalDamagePercentUnique__25 LocalAddedPhysicalDamageUnique__25 LocalAddedChaosDamageUnique___1 LocalChanceToPoisonOnHitUnique__1 @@ -20,7 +20,7 @@ Variant: Pre 2.2.0 Variant: Current Requires Level 65, 81 Dex, 117 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 DegenerationDamageUniqueDagger8 LocalAddedPhysicalDamageUniqueDagger8 LocalCriticalStrikeChanceUnique__4 @@ -36,25 +36,25 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 15, 30 Dex, 30 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 DexterityUniqueJewel8 LocalIncreasedPhysicalDamagePercentUniqueDagger12 LocalAddedPhysicalDamageUniqueDagger12 IncreasedAttackSpeedUniqueQuiver1 ExtraGore {variant:1}10% chance to cause Bleeding on Hit -{variant:2}LocalChanceToBleedUniqueOneHandMace8 +{variant:2}LocalChanceToBleedUniqueDagger12 ]],[[ Replica Bloodplay Stiletto League: Heist Requires Level 15, 30 Dex, 30 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 StrengthUnique__20_ LocalIncreasedPhysicalDamagePercentUniqueDagger12 LocalAddedPhysicalDamageUniqueDagger12 -LocalChanceToBleedUniqueOneHandMace8 +LocalChanceToBleedUniqueDagger12 CriticalStrikeChanceAgainstBleedingEnemiesUnique__1 ExtraGore ]],[[ @@ -62,7 +62,7 @@ Cold Iron Point Ezomyte Dagger Requires Level 62, 95 Dex, 131 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 GlobalPhysicalSpellGemsLevelUnique__1 DealNoElementalDamageUnique__2 ]],[[ @@ -71,7 +71,7 @@ Ezomyte Dagger League: Heist Requires Level 62, 95 Dex, 131 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 GlobalColdSpellGemsLevelUnique__1 DealNoColdDamageUnique__1 ]],[[ @@ -99,7 +99,7 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 66, 95 Dex, 131 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 SpellDamageOnWeaponUniqueDagger1 {variant:1}LifeGainedFromEnemyDeathUniqueTwoHandMace7 {variant:2}LifeGainedFromEnemyDeathUniqueDagger1 @@ -114,7 +114,7 @@ Skinning Knife Upgrade: Upgrades to unique{Sanguine Gambol} via prophecy{Crimson Hues} Requires Level 5, 16 Dex Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 DexterityUniqueDagger11 LocalIncreasedPhysicalDamagePercentUniqueBow10 LocalAddedPhysicalDamageUniqueDagger11 @@ -127,7 +127,7 @@ Skinning Knife Source: Upgraded from unique{Goredrill} via prophecy{Crimson Hues} Requires Level 59 Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 LocalIncreasedPhysicalDamagePercentUniqueBow10 LocalAddedPhysicalDamageUnique__36 DexterityUniqueDagger11 @@ -141,7 +141,7 @@ Ambusher League: Ritual Requires Level 60, 113 Dex, 113 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 LocalIncreasedPhysicalDamagePercentUnique__43 AttackSpeedFrenzyChargeNotGainedUnique__1 CriticalStrikeChancePowerChargeNotGainedUnique__1 @@ -155,7 +155,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 50, 71 Dex, 102 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 {variant:1}SpellDamageUnique__7 {variant:2}SpellDamageOnWeaponUniqueDagger4 IncreasedManaUniqueWand3 @@ -168,11 +168,11 @@ Royal Skean League: Heist Requires Level 50, 71 Dex, 102 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 SpellDamageOnWeaponUniqueDagger4 IncreasedEnergyShieldUniqueDagger4 ReducedEnergyShieldDelayUniqueBodyInt1 -IncreasedLifeUnique__47 +IncreasedLifeUniqueQuiver3 ImpaleEffectUnique__1 ChanceToImpaleWithSpellsUnique__1 ]],[[ @@ -181,7 +181,7 @@ Ambusher League: Heist Requires Level 60, 113 Dex, 113 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 UniqueSecretBladeGrantHiddenBlade DexterityUnique__20__ LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8 @@ -210,7 +210,7 @@ Mightflay Flaying Knife Requires Level 35, 73 Dex, 51 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 LocalAddedPhysicalDamageUniqueDagger2 StrengthUniqueDagger2 @@ -220,7 +220,7 @@ Taproot Ambusher Requires Level 60, 113 Dex, 113 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 LocalIncreasedPhysicalDamagePercentUnique__29 LocalIncreasedAttackSpeedUniqueBow10 PoisonDurationUnique__1_ @@ -236,7 +236,7 @@ Variant: Pre 1.3.0 Variant: Current Requires Level 20, 31 Dex, 45 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 {variant:2}20% additional Chance to Block while Dual Wielding {variant:1,3}12% additional Chance to Block while Dual Wielding LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 @@ -250,7 +250,7 @@ Boot Knife League: Heist Requires Level 20, 31 Dex, 45 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 BlockWhileDualWieldingUnique__2_ DexterityUniqueRing8 IncreasedAttackSpeedUniqueQuiver1 @@ -287,7 +287,7 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 66, 95 Dex, 131 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 LocalAddedColdDamageUnique__7 LocalIncreasedAttackSpeedUniqueBow10 {variant:1}+(300-400) to Evasion Rating @@ -303,7 +303,7 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 44, 63 Dex, 90 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 {variant:1}Adds (15-25) to (35-45) Physical Damage {variant:2}LocalAddedPhysicalDamageUnique__8 LocalCriticalStrikeChanceUnique__2 diff --git a/src/Data/Uniques/Special/flask.lua b/src/Data/Uniques/Special/flask.lua index a46871537a..65d4ed0bc9 100644 --- a/src/Data/Uniques/Special/flask.lua +++ b/src/Data/Uniques/Special/flask.lua @@ -7,11 +7,13 @@ Blood of the Karui Sanctified Life Flask League: Domination, Nemesis Variant: Pre 2.6.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 50 (5-20)% increased Recovery Speed {variant:1}No Life Recovery Applies during Flask effect {variant:2}100% increased Amount Recovered +{variant:3}50% increased Amount Recovered LocalFlaskLifeOnFlaskDurationEndUniqueFlask3 ]], -- Flask: Mana @@ -19,22 +21,29 @@ LocalFlaskLifeOnFlaskDurationEndUniqueFlask3 Doedre's Elixir Greater Mana Flask Variant: Pre 2.0.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 12 Implicits: 0 -FlaskRemovePercentageOfEnergyShieldUniqueFlask2 -FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2 -FlaskGainPowerChargeUniqueFlask2 -FlaskGainFrenzyChargeUniqueFlask2 -FlaskGainEnduranceChargeUniqueFlask2 -{variant:1}LocalFlaskChargesUsedUnique__1 -{variant:2}LocalFlaskChargesUsedUniqueFlask2 +{variant:1,2}Removes 20% of your maximum Energy Shield on use +{variant:3}FlaskRemovePercentageOfEnergyShieldUniqueFlask2 +{variant:1,2}You take 10% of your maximum Life as Chaos Damage on use +{variant:3}FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2 +{variant:1,2}FlaskGainPowerChargeUniqueFlask2 +{variant:1,2}FlaskGainFrenzyChargeUniqueFlask2 +{variant:1,2}FlaskGainEnduranceChargeUniqueFlask2 +{variant:3}You gain (1-3) Power Charges on use +{variant:3}You gain (1-3) Frenzy Charges on use +{variant:3}You gain (1-3) Endurance Charge on use +{variant:1}(50-100)% increased Charges used +{variant:2}(120-150)% increased Charges used +{variant:3}LocalFlaskChargesUsedUniqueFlask2 ]],[[ Lavianga's Spirit Sanctified Mana Flask League: Domination, Nemesis Requires Level 50 -FlaskIncreasedRecoveryAmountUniqueFlask4 +FlaskIncreasedRecoveryAmountUnique__1 100% increased Recovery Speed Your Skills have no Mana Cost during Flask effect ]],[[ @@ -42,7 +51,7 @@ Replica Lavianga's Spirit Sanctified Mana Flask League: Heist Requires Level 50 -FlaskIncreasedRecoveryAmountUniqueFlask4 +FlaskIncreasedRecoveryAmountUnique__1 50% reduced Recovery rate LocalFlaskAttackAndCastSpeedWhileHealingUnique__1 (5-15)% increased Cast Speed during Flask effect @@ -54,7 +63,7 @@ Variant: Pre 3.2.0 Variant: Current League: Perandus Requires Level 18 -FlaskChargesUsedUnique__4 +FlaskChargesUsedUnique__3 {variant:1}Grants Last Breath when you Use a Skill during Flask Effect, for 800% of Mana Cost {variant:2}FlaskLifeGainOnSkillUseUnique__1 ]], @@ -65,15 +74,18 @@ Large Hybrid Flask Variant: Pre 1.1.0 Variant: Pre 2.2.0 Variant: Pre 3.5.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 30 -FlaskItemRarityUniqueFlask1 +{variant:1,2,3,4}(40-60)% increased Rarity of Items found during Flask effect +{variant:5}FlaskItemRarityUniqueFlask1 {variant:1}(20-25)% increased Quantity of Items found during Flask effect -{variant:2,3,4}FlaskItemQuantityUniqueFlask1 +{variant:2,3,4}(12-18)% increased Quantity of Items found during Flask effect +{variant:5}FlaskItemQuantityUniqueFlask1 FlaskLightRadiusUniqueFlask1 {variant:1,2}+6% to all maximum Elemental Resistances during Flask effect {variant:3}FlaskMaximumElementalResistancesUniqueFlask1 -{variant:4}+50% to all Elemental Resistances during Flask Effect +{variant:4,5}+50% to all Elemental Resistances during Flask Effect ]],[[ The Writhing Jar Hallowed Hybrid Flask @@ -89,33 +101,44 @@ Atziri's Promise Amethyst Flask Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} Variant: Pre 3.0.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 68 ChaosDamageLifeLeechPermyriadWhileUsingFlaskUniqueFlask5New {variant:1}Gain (22-25)% of Physical Damage as Extra Chaos Damage during effect -{variant:2}AddedChaosDamageAsPercentOfPhysicalWhileUsingFlaskUniqueFlask5 +{variant:2}Gain (15-20)% of Physical Damage as Extra Chaos Damage during effect +{variant:3}AddedChaosDamageAsPercentOfPhysicalWhileUsingFlaskUniqueFlask5 {variant:1}Gain (13-15)% of Elemental Damage as Extra Chaos Damage during effect -{variant:2}AddedChaosDamageAsPercentOfElementalWhileUsingFlaskUniqueFlask5 +{variant:2}Gain (10-15)% of Elemental Damage as Extra Chaos Damage during effect +{variant:3}AddedChaosDamageAsPercentOfElementalWhileUsingFlaskUniqueFlask5 ]],[[ Bottled Faith Sulphur Flask League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} +Variant: Pre 3.15.0 +Variant: Current Requires Level 35 UtilityFlaskConsecrate -FlaskConsecratedGroundDurationUnique__1 +{variant:1}FlaskEffectDurationUnique__3 +{variant:2}FlaskConsecratedGroundDurationUnique__1 FlaskConsecratedGroundAreaOfEffectUnique__1_ -+(1.0-2.0)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect +{variant:1}+(1.0-2.0)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect +{variant:2}(100-150)% increased Critical Strike Chance against Enemies on Consecrated Ground during Effect FlaskConsecratedGroundDamageTakenUnique__1 ]],[[ Coralito's Signature Diamond Flask Requires Level 27 -FlaskTakeChaosDamagePerSecondUnique__1 +Variant: Pre 3.15.0 +Variant: Current +{variant:1}FlaskTakeChaosDamagePerSecondUnique__1 +{variant:2}Take (200-300) Chaos Damage per Second during Flask effect FlaskChanceToPoisonUnique__1 FlaskHitsHaveNoCritMultiUnique__1 -FlaskPoisonDurationUnique__1 -FlaskGrantsPerfectAgonyUnique__1_ +{variant:1}FlaskPoisonDurationUnique__1 +{variant:1}FlaskGrantsPerfectAgonyUnique__1_ +{variant:2}Poisons you inflict with Critical Strikes have +(20-30)% to Damage over Time Multiplier ]],[[ Coruscating Elixir Ruby Flask @@ -132,22 +155,29 @@ Cinderswallow Urn Silver Flask League: Betrayal Source: Drops from unique{Catarina, Master of Undeath} +Has Alt Variant: true Variant: Crit Chance Variant: Damage Taken is Leeched as Life Variant: Item Rarity Variant: Reduced Mana Cost Variant: Movement Speed/Stun Avoidance Variant: Life Regen +Variant: Pre 3.15.0 +Variant: Current Requires Level 22 Implicits: 0 -GainChargeOnConsumingIgnitedCorpseUnique__1__ -EnemiesIgnitedTakeIncreasedDamageUnique__1 -RecoverMaximumLifeOnKillFlaskEffectUnique__1 -RecoverMaximumManaOnKillFlaskEffectUnique__1 -RecoverMaximumEnergyShieldOnKillFlaskEffectUnique__1 +{variant:7}GainChargeOnConsumingIgnitedCorpseUnique__1__ +{variant:8}GainChargeOnConsumingIgnitedCorpseUnique__2 +{variant:7}Enemies Ignited by you during Flask Effect take 10% increased Damage +{variant:8}EnemiesIgnitedTakeIncreasedDamageUnique__1 +{variant:7,8}RecoverMaximumLifeOnKillFlaskEffectUnique__1 +{variant:7,8}RecoverMaximumManaOnKillFlaskEffectUnique__1 +{variant:7,8}RecoverMaximumEnergyShieldOnKillFlaskEffectUnique__1 +{variant:8}FlaskExtraChargesUnique__3 +{variant:8}LocalFlaskChargesUsedUniqueFlask2 {variant:1}{crafted}(60-80)% increased Critical Strike Chance during Flask Effect {variant:2}{crafted}15% of Damage Taken from Hits is Leeched as Life during Flask Effect -{variant:3}{crafted}(20-30)% increased Rarity of Items found during Flask Effect +{variant:3}FlaskItemRarityUniqueFlask1 {variant:4}{crafted}(25-20)% reduced Mana Cost of Skills during Flask Effect {variant:5}{crafted}(8-12)% increased Movement Speed during Flask effect {variant:5}{crafted}50% Chance to avoid being Stunned during Flask Effect @@ -157,40 +187,49 @@ Dying Sun Ruby Flask Source: Drops from unique{The Shaper} Variant: Pre 3.0.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 68 -(-10-10)% increased Charges used +{variant:2}(-10-10)% increased Charges used +{variant:3}FlaskChargesUsedUnique___2 +{variant:3}FlaskEffectDurationUnique__6 {variant:1}30% increased Area of Effect during Flask Effect -{variant:2}FlaskIncreasedAreaOfEffectDuringEffectUnique__1_ +{variant:2}(15-25)% increased Area of Effect during Flask Effect +{variant:3}FlaskIncreasedAreaOfEffectDuringEffectUnique__1_ 2 additional Projectiles during Flask Effect ]],[[ Forbidden Taste Quartz Flask Variant: Pre 1.2.3 Variant: Pre 2.6.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 27 -{variant:1,2}FlaskChargesUsedUnique__4 +{variant:1,2}FlaskChargesUsedUnique__3 {variant:1}Recover 50% of your maximum Life on use {variant:2}Recover 75% of your maximum Life on use -{variant:3}Recover (75-100)% of your maximum Life on use +{variant:3,4}Recover (75-100)% of your maximum Life on use {variant:1}15% of maximum Life taken as Chaos Damage per second -{variant:2,3}LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6 +{variant:2,3}8% of Maximum Life taken as Chaos Damage per second +{variant:4}LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6 ]],[[ Kiara's Determination Silver Flask Variant: Pre 3.0.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 22 Implicits: 0 FlaskImmuneToStunFreezeCursesUnique__1 {variant:1}50% reduced Duration -{variant:2}FlaskEffectDurationUnique__2 +{variant:2}60% reduced Duration +{variant:3}FlaskEffectDurationUnique__2 ]],[[ Lion's Roar Granite Flask Variant: Pre 2.2.0 Variant: Pre 3.0.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 27 KnockbackOnFlaskUseUniqueFlask9 @@ -198,37 +237,43 @@ MonstersFleeOnFlaskUseUniqueFlask9 {variant:1}LocalFlaskChargesUsedUniqueFlask9 {variant:1}30% more Melee Physical Damage during effect {variant:2}(30-35)% more Melee Physical Damage during effect -{variant:3}PhysicalDamageOnFlaskUseUniqueFlask9 +{variant:3}(20-25)% more Melee Physical Damage during effect +{variant:4}PhysicalDamageOnFlaskUseUniqueFlask9 Knocks Back Enemies in an Area on Flask use ]],[[ Rotgut Quicksilver Flask Variant: Pre 2.2.0 Variant: Pre 2.6.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 40 {variant:1}(100-150)% increased Charges used -{variant:2,3}LocalFlaskChargesUsedUnique__1 -{variant:3}FlaskEffectDurationUnique__3 +{variant:2,3}(50-100)% increased Charges used +{variant:3}50% increased Duration +{variant:4}FlaskEffectDurationUnique__3 {variant:1,2}15% chance to gain a Flask Charge when you deal a Critical Strike {variant:3}FlaskChanceRechargeOnCritUnique__1 -FlaskBuffMovementSpeedWhileHealingUnique__1 FlaskConsumesFrenzyChargesUnique__1 {variant:1,2}Gain Onslaught for 1 second per Frenzy Charge on use -{variant:3}Gain Onslaught for 2 second per Frenzy Charge on use +{variant:3}Gain Onslaught for 2 seconds per Frenzy Charge on use +{variant:4}LocalFlaskOnslaughtPerFrenzyChargeUnique__1 ]],[[ Rumi's Concoction Granite Flask Variant: Pre 1.3.0 Variant: Pre 2.5.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 68 {variant:1}(30-40)% Chance to Block during Flask effect {variant:2}(20-30)% Chance to Block during Flask effect {variant:3}(14-20)% Chance to Block during Flask effect +{variant:4}(8-12)% Chance to Block during Flask effect {variant:1}(15-20)% Chance to Block Spells during Flask effect {variant:2}(10-15)% Chance to Block Spells during Flask effect {variant:3}(6-10)% Chance to Block Spells during Flask effect +{variant:4}(4-6)% Chance to Block Spells during Flask effect ]],[[ Replica Rumi's Concoction Granite Flask @@ -246,7 +291,7 @@ Requires Level 14 Implicits: 1 UtilityFlaskSmokeCloud LocalFlaskUnholyMightUnique__1 -FlaskDispellsBurningUnique__1 +Immunity to Ignite during Flask effect Removes Burning on use ]],[[ The Sorrow of the Divine @@ -257,8 +302,8 @@ Requires Level 35 Implicits: 1 UtilityFlaskConsecrate FlaskEffectDurationUnique__1 -FlaskZealotsOathUnique__1 -Life Recovery from Flasks also applies to Energy Shield during Flask Effect +Zealot's Oath during Flask effect +FlaskEldritchBatteryUnique__1 ]],[[ Replica Sorrow of the Divine Sulphur Flask @@ -267,8 +312,8 @@ Requires Level 35 Implicits: 1 UtilityFlaskConsecrate FlaskEffectDurationUnique__1 +Eldritch Battery during Flask effect FlaskEldritchBatteryUnique__1 -Life Recovery from Flasks also applies to Energy Shield during Flask Effect ]],[[ Soul Catcher Quartz Flask @@ -276,14 +321,18 @@ League: Incursion Source: Drops from unique{The Vaal Omnitect} Upgrade: Upgrades to unique{Soul Ripper} via currency{Vial of the Ghost} Variant: Pre 3.10.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 27 NoManaRecoveryDuringFlaskEffectUnique__1_ -{variant:2}FlaskVaalSkillCriticalStrikeChanceUnique__1 +{variant:2}Vaal Skills have (80-120)% increased Critical Strike Chance during effect +{variant:3}FlaskVaalSkillCriticalStrikeChanceUnique__1 {variant:1}Vaal Skills deal (60-100)% increased Damage during effect {variant:2}Vaal Skills deal (80-120)% increased Damage during effect +{variant:3}Vaal Skills deal (60-80)% increased Damage during effect {variant:1}Vaal Skills have 25% reduced Soul Cost during effect -FlaskVaalSoulPreventionDurationUnique__1_ +{variant:2}Vaal Skills used during effect have (20-40)% reduced Soul Gain Prevention Duration +{variant:3}FlaskVaalSoulPreventionDurationUnique__1_ ]],[[ Soul Ripper Quartz Flask @@ -305,24 +354,31 @@ Taste of Hate Sapphire Flask Variant: Pre 2.2.0 Variant: Pre 3.0.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 18 {variant:1}30% of Physical Damage from Hits taken as Cold Damage during Flask effect -{variant:2,3}PhysicalTakenAsColdUniqueFlask8 +{variant:2,3}20% of Physical Damage from Hits taken as Cold Damage during Flask effect +{variant:4}PhysicalTakenAsColdUniqueFlask8 {variant:1,2}Gain (20-30)% of Physical Damage as Extra Cold Damage during effect -{variant:3}PhysicalAddedAsColdUniqueFlask8 +{variant:3}Gain (15-20)% of Physical Damage as Extra Cold Damage during effect +{variant:4}PhysicalAddedAsColdUniqueFlask8 AvoidChillUniqueFlask8 AvoidFreezeUniqueFlask8 ]],[[ The Overflowing Chalice Sulphur Flask Requires Level 35 +Variant: Pre 3.15.0 +Variant: Current Implicits: 1 UtilityFlaskConsecrate -FlaskChargesAddedIncreasePercentUnique_1 -FlaskIncreasedDurationUnique1 +{variant:1}100% increased Charge Recovery +{variant:2}FlaskChargesAddedIncreasePercentUnique_1 +{variant:1}(10-20)% increased Duration CannotGainFlaskChargesDuringFlaskEffectUnique_1 -IncreasedFlaskChargesForOtherFlasksDuringEffectUnique_1 +{variant:1}100% increased Charges gained by Other Flasks during Flask Effect +{variant:2}IncreasedFlaskChargesForOtherFlasksDuringEffectUnique_1 ]],[[ Vessel of Vinktar Topaz Flask @@ -337,26 +393,33 @@ Variant: Pre 3.0.0 (Attacks) Variant: Pre 3.0.0 (Conversion) Variant: Pre 3.14.0 (Spells) Variant: Pre 3.14.0 (Conversion) +Variant: Pre 3.15.0 (Penetration) +Variant: Pre 3.15.0 (Spells) +Variant: Pre 3.15.0 (Attacks) +Variant: Current (Conversion) +Variant: Current (Proliferation) Variant: Current (Penetration) Variant: Current (Spells) Variant: Current (Attacks) -Variant: Current (Conversion) -Variant: Current (Proliferation) Requires Level 68 -{variant:5,6,7,8,9,10,11,12,13,14,15}FlaskChargesUsedUnique___2 +{variant:5,6,7,8,9,10,11,12,13,14,15}FlaskChargesUsedUnique__6_ +{variant:16,17,18}FlaskChargesUsedUnique___2 {variant:1,2,3,4,5,6,7,8}Shocks nearby Enemies during Flask effect -{variant:9,10,11,12,13,14,15}ShockNearbyEnemiesDuringFlaskEffect___1 +{variant:9,10,11,12,13,14,15,16,17,18}ShockNearbyEnemiesDuringFlaskEffect___1 {variant:1,2,3,4,5,6,7,8}You are Shocked during Flask effect -{variant:9,10,11,12,13,14,15}ShockSelfDuringFlaskEffect__1 +{variant:9,10,11,12,13,14,15,16,17,18}ShockSelfDuringFlaskEffect__1 {variant:1,2,3,4}30% of Lightning Damage Leeched as Life during Flask effect -{variant:5,6,7,8,9,10,11,12,13,14,15}LightningLifeLeechDuringFlaskEffect__1 +{variant:5,6,7,8,9,10,11,12,13,14,15,16,17,18}LightningLifeLeechDuringFlaskEffect__1 {variant:1,2,3,4}30% of Lightning Damage Leeched as Mana during Flask effect {variant:5,6,7,8}LightningManaLeechDuringFlaskEffect__1 {variant:1,2,3,4}LeechInstantDuringFlaskEffect__1 -{variant:1,5,11}LightningPenetrationDuringFlaskEffect__1 +{variant:1,5,11}Damage Penetrates 10% Lightning Resistance during Flask effect +{variant:16}LightningPenetrationDuringFlaskEffect__1 {variant:2,6,9}Adds (15-25) to (70-90) Lightning Damage to Spells during Flask effect -{variant:12}AddedSpellLightningDamageDuringFlaskEffect__1 -{variant:3,7,13}AddedLightningDamageDuringFlaskEffect__1 +{variant:12}Adds (25-35) to (110-130) Lightning Damage to Spells during Flask effect +{variant:17}AddedSpellLightningDamageDuringFlaskEffect__1 +{variant:3,7,13}Adds (25-35) to (110-130) Lightning Damage to Attacks during Flask effect +{variant:18}AddedLightningDamageDuringFlaskEffect__1 {variant:4,8,10}20% of Physical Damage Converted to Lightning during Flask effect {variant:14}PhysicalToLightningDuringFlaskEffect__1 {variant:15}(25-40)% increased Effect of Shock during Flask effect @@ -365,22 +428,63 @@ Requires Level 68 The Wise Oak Bismuth Flask Variant: Pre 3.0.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 8 -FlaskElementalDamageTakenOfLowestResistUnique__1 +{variant:1,2}During Flask Effect, 10% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest +{variant:3}FlaskElementalDamageTakenOfLowestResistUnique__1 {variant:1}During Flask Effect, Damage Penetrates 20% Resistance of each Element for which your Uncapped Elemental Resistance is highest -{variant:2}FlaskElementalPenetrationOfHighestResistUnique__1 +{variant:2}During Flask Effect, Damage Penetrates (10-15)% Resistance of each Element for which your Uncapped Elemental Resistance is highest +{variant:3}FlaskElementalPenetrationOfHighestResistUnique__1 ]],[[ Witchfire Brew Stibnite Flask Variant: Pre 3.0.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 48 Implicits: 1 UtilityFlaskSmokeCloud -FlaskChargesUsedUnique__4 +{variant:1,2}FlaskChargesUsedUnique__3 +{variant:3}(-10-10)% increased Charges used {variant:1}(50-70)% increased Damage Over Time during Flask Effect -{variant:2}IncreasedDamageOverTimeDuringFlaskEffectUnique__1 +{variant:2}(25-40)% increased Damage Over Time during Flask Effect VulnerabilityAuraDuringFlaskEffectUnique__1 ]], +-- Flask: Ward +[[ +Elixir of the Unbroken Circle +Iron Flask +League: Expedition +Requires Level 40 +(20–40)% increased Duration +FlaskLoseAllEnduranceChargesGainLifePerLostChargeUnique1 +Lose all Endurance Charges on use +FlaskEnduranceChargePerSecondUnique1 +]],[[ +Olroth's Resolve +Iron Flask +League: Expedition +Requires Level 40 +(40–50)% increased Charges used +FlaskWardUnbreakableDuringEffectUnique__1 +FlaskMoreWardUnique1 +]],[[ +Starlight Chalice +Iron Flask +League: Expedition +Requires Level 40 +(20–30)% increased Charge Recovery +FlaskFireColdLightningExposureOnNearbyEnemiesUnique1 +(20–30)% increased Effect of Non-Damaging Ailments you inflict during Flask Effect +]],[[ +Vorana's Preparation +Iron Flask +League: Expedition +Requires Level 40 +(-10–10)% reduced Charges used +FlaskDebilitateNearbyEnemiesWhenEffectEndsUnique_1 +FlaskRemoveEffectWhenWardBreaksUnique1 +FlaskCullingStrikeUnique1 +]], } diff --git a/src/Data/Uniques/Special/gloves.lua b/src/Data/Uniques/Special/gloves.lua index 903f380032..8a2f4fb780 100644 --- a/src/Data/Uniques/Special/gloves.lua +++ b/src/Data/Uniques/Special/gloves.lua @@ -65,7 +65,7 @@ Requires Level 47, 68 Str SupportedByRageUnique__1__ LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr3 ReducedRageCostUnique__1 -VaalAttacksUseRageInsteadOfSoulsUnique__1_ +Vaal Attack Skills Cost Rage instead of requiring Souls to Use CannotGainRageDuringSoulGainPreventionUnique__1__ ]],[[ Empire's Grasp @@ -89,9 +89,9 @@ Variant: Pre 2.6.0 Variant: Current LocalIncreasedAttackSpeedUniqueBow10 {variant:1}LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr1 -{variant:2}IncreasedLifeImplicitGlovesDemigods1 +{variant:2}IncreasedLifeUnique___7Royale_ IncreasedManaUniqueGlovesStr1 -IncreasedCastSpeedUnique__7 +IncreasedCastSpeedFishing__Unique1 {variant:2}10% chance to gain a Frenzy, Power or Endurance Charge on Kill KeystoneConduitUnique__1__ ]],[[ @@ -124,7 +124,7 @@ Implicits: 0 Trigger Socketed Curse Spells when you cast a Curse LocalIncreasedEnergyShieldUnique__27_ EnergyShieldLeechPerCurseUnique__1_ -AdditionalCurseOnEnemiesUnique__1 +AdditionalCurseOnEnemiesUnique__2 (10-20)% increased Cast Speed with Curse Skills ]],[[ Winds of Change @@ -134,11 +134,11 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 47, 68 Str IncreasedLifeUnique__27 -ProjectileSpeedUnique__5__ +ProjectileSpeedUnique__2 {variant:1}MovementSkillCooldownReducedMoveSpeedImplicitR2_ {variant:2}MovementVelocityUnique__2 KnockbackChanceUnique__1 -IncreasedProjectileDamageUnique___10_ +IncreasedProjectileDamageUnique___4 ]], -- Gloves: Evasion [[ @@ -159,10 +159,10 @@ Requires Level 9, 17 Dex StrengthUniqueClaw5_ {variant:1}50% increased Evasion Rating {variant:2}LocalIncreasedEvasionRatingPercentUniqueGlovesDex1 -{variant:1}ColdResistUniqueBelt13 +{variant:1}ColdResistUniqueShieldStrDex1 {variant:2}ColdResistUnique__3 {variant:2}AddedColdDamageToSpellsAndAttacksUnique__2 -{variant:1}ConvertPhysicalToColdUnique__1 +{variant:1}ConvertPhysicalToColdUniqueOneHandAxe8 {variant:2}ConvertPhysicalToColdUniqueGlovesDex1 AttackerTakesColdDamageGlovesDex1 ]],[[ @@ -175,10 +175,10 @@ Requires Level 24, 17 Dex StrengthUniqueClaw5_ {variant:1}50% increased Evasion Rating {variant:2}LocalIncreasedEvasionRatingPercentUniqueGlovesDex1 -{variant:1}ColdResistUniqueBelt13 +{variant:1}ColdResistUniqueShieldStrDex1 {variant:2}ColdResistUnique__3 {variant:2}AddedColdDamageToSpellsAndAttacksUnique__2 -{variant:1}ConvertPhysicalToColdUnique__1 +{variant:1}ConvertPhysicalToColdUniqueOneHandAxe8 {variant:2}ConvertPhysicalToColdUniqueGlovesDex1 AttackerTakesColdDamageGlovesDex1 ColdDamageIgnitesUnique__1 @@ -193,7 +193,7 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 21, 33 Dex DexterityUniqueGlovesInt4__ -LocalIncreasedAttackSpeedUniqueClaw3 +IncreasedAttackSpeedUniqueGlovesDex2 CriticalStrikeChanceUniqueOneHandSword2 {variant:1}+(40-50)% to Global Critical Strike Multiplier {variant:2}+(28-36)% to Global Critical Strike Multiplier @@ -216,8 +216,8 @@ Nubuck Gloves Requires Level 52, 50 Dex CurseOnHitCriticalWeaknessUnique__1 (30-40)% increased Accuracy Rating -IncreasedLifeUnique__47 -+(-20-10)% to Chaos Resistance +IncreasedLifeUniqueQuiver3 +ChaosResistUnique__8 (7-8)% chance to Dodge Spell Damage IncreasedCriticalStrikeChancePerAccuracyRatingUnique__1 ]],[[ @@ -263,9 +263,9 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 25, 39 Int IntelligenceUnique__7 -{variant:1,2}IncreasedLifeImplicitGlovesDemigods1 +{variant:1,2}IncreasedLifeUnique___7Royale_ {variant:3}IncreasedLifeUniqueGlovesInt3 -{variant:1,2}IncreasedManaUniqueBodyInt9 +{variant:1,2}IncreasedManaUniqueIntHelmet3 {variant:3}IncreasedManaUniqueGlovesInt3 {variant:1}TemporalChainsOnHitUniqueGlovesInt3 {variant:2,3}CurseOnHitTemporalChainsUnique__1 @@ -278,8 +278,8 @@ Demon Stitcher Satin Gloves League: Delve Requires Level 41, 60 Int -IncreasedCastSpeedUnique__16 -IncreasedEnergyShieldUnique__9 +IncreasedCastSpeedUnique__11__ +LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ IncreasedLifeUnique__2 SacrificeLifeToGainESUnique__1 ]],[[ @@ -290,7 +290,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 12, 21 Int {variant:1}SpellDamageUnique__7 -{variant:2}SpellDamageUniqueStaff2 +{variant:2}SpellDamageUniqueGlovesInt2 {variant:1}IntelligenceUniqueOneHandSword2 {variant:2}IntelligenceUniqueGlovesInt2 {variant:1}20% reduced Cast Speed @@ -304,7 +304,7 @@ Source: Upgraded from unique{Doedre's Tenure} via prophecy{The Malevolent Witch} Variant: Pre 3.11.0 Variant: Current Requires Level 64, 21 Int -SpellDamageUniqueStaff2 +SpellDamageUniqueGlovesInt2 IntelligenceUniqueGlovesInt2 SpellAddedChaosDamageUnique__1 ReducedCastSpeedUniqueHelmetStrInt6 @@ -317,7 +317,7 @@ Arcanist Gloves Source: prophecy{The Unbreathing Queen V} Requires Level 60, 95 Int StrengthUnique__4 -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__8 ColdResistUniqueShieldDex7 MinionRunSpeedUnique__1 MinionColdResistUnique__1 @@ -328,8 +328,8 @@ Arcanist Gloves League: Heist Requires Level 60, 95 Int StrengthUnique__4 -IncreasedLifeUniqueAmulet4 -FireResistUnique__23_ +IncreasedLifeUnique__8 +FireResistUnique__9 MinionLifeUnique__4__ MinionFireResistUnique__1 MinionPhysicalDamageAddedAsFireUnique__1 @@ -360,7 +360,7 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 11 AddedFireDamageUniqueGlovesInt1 -AddedLightningDamageUniqueGlovesInt1 +AddedLightningDamageUniqueGlovesDexInt1 LocalIncreasedEnergyShieldUniqueGlovesInt1 {variant:1}(18-24)% increased Quantity of Items found {variant:2}(12-16)% increased Quantity of Items found @@ -388,7 +388,7 @@ Aurseize Steelscale Gauntlets Requires Level 36, 29 Str, 29 Dex LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 -AllResistancesUniqueBodyStrInt2 +AllResistancesUniqueGlovesStrDex2 ItemFoundRarityIncreaseUniqueGlovesStrDex2 MovementVelocityUniqueShieldStr1 ]],[[ @@ -396,7 +396,7 @@ Breathstealer Hydrascale Gauntlets Requires Level 59, 45 Str, 45 Dex League: Blight -LocalIncreasedArmourAndEvasionUnique__14 +LocalIncreasedArmourAndEvasionUnique__7 IncreasedManaUnique__6 AllResistancesUnique__16 AttackAndCastSpeedUnique__2 @@ -444,10 +444,10 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 27, 22 Str, 22 Dex DexterityUnique__7 -{variant:1}LocalIncreasedAttackSpeedUniqueClaw3 +{variant:1}IncreasedAttackSpeedUniqueGlovesDex2 {variant:2}LocalIncreasedAttackSpeedUniqueStaff9 -LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1 -LifeLeechPermyriadUniqueShieldDex2 +IncreasedEvasionRatingPercentUnique__1_ +LifeLeechPermyriadUnique__4 ManaLeechPermyriadUniqueRing17 ]],[[ Surgebinders @@ -542,7 +542,7 @@ Crusader Gloves Requires Level 66, 51 Str, 51 Int ModifyableWhileCorruptedUnique__1 Can have up to 5 Implicit Modifiers while Item has this Modifier -LocalIncreasedArmourAndEnergyShieldUnique__21 +LocalIncreasedArmourAndEnergyShieldUnique__15 MaximumLifeUnique__19 FireAndLightningResistUnique__1 ]],[[ @@ -564,11 +564,11 @@ League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 57, 44 Str, 44 Int AllAttributesUnique__14 -LocalIncreasedArmourAndEnergyShieldUnique__21 +LocalIncreasedArmourAndEnergyShieldUnique__15 MaximumLifeLeechAmountUnique__1 AttackAndCastSpeedUnique__4 IncreasedDamageWhileLeechingUnique__2__ -LifeLeechNotRemovedOnFullLifeUnique__1 +Life Leech effects are not removed at Full Life ]],[[ Repentance Crusader Gloves @@ -661,7 +661,7 @@ Requires Level 43, 34 Str, 34 Int IncreasedLifeUnique__2 {variant:1}FireResistUniqueAmulet13 {variant:2}ColdResistUnique__17 -{variant:3}LightningResistUnique__8 +{variant:3}LightningResistUniqueAmulet15 VolkuurLessPoisonDurationUnique__1 {variant:1}FireDamageCanPoisonUnique__1 {variant:2}ColdDamageCanPoisonUnique__1_ @@ -699,7 +699,7 @@ Carnal Mitts League: Delirium Source: Drops from the Simulacrum Encounter Requires Level 50, 39 Dex, 39 Int -IncreasedEnergyShieldUnique__9 +LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ ColdAndLightningResistUnique__2 ChanceToSapVsEnemiesInChillingAreasUnique__1 ChillingAreasAlsoGrantLightningDamageTakenUnique__1 @@ -720,8 +720,8 @@ ZombiesCountAsCorpsesUnique__1 Architect's Hand Variant: Pre 3.14.0 Variant: Current -{variant:2}Ambush Mitts {variant:1}Strapped Mitts +{variant:2}Ambush Mitts League: Incursion Upgrade: Upgrades to unique{Slavedriver's Hand} via currency{Vial of Dominance} {variant:1}Requires Level 16 @@ -783,7 +783,7 @@ Requires Level 16, 14 Dex, 14 Int {variant:5}CriticalMultiplierUniqueGlovesDexInt2 StunThresholdReductionUniqueGlovesDexInt2 {variant:1}(800-1000)% more Unarmed Physical Damage -{variant:2,3,4,5}(600-800)% more Unarmed Physical Damage +{variant:2,3,4,5}FacebreakerUnarmedMoreDamage ExtraGore ]],[[ Fenumus' Weave @@ -793,7 +793,7 @@ Source: Drops from unique{Fenumus, First of the Night} Requires Level 50, 39 Dex, 39 Int GrantsSpiderAspect1 LocalIncreasedEvasionAndEnergyShieldUnique__13 -IncreasedLifeUnique__47 +IncreasedLifeUniqueQuiver3 AttackAndCastSpeedUnique__3 DamageAgainstEnemiesWith3WebsUnique__1_ ChaosDamagePerWebOnEnemyUnique__1 @@ -815,7 +815,7 @@ Variant: Current Requires Level 5 {variant:1}20% increased Attack Speed when on Full Life {variant:2}AttackSpeedOnFullLifeUniqueGlovesStr1 -AddedLightningDamageUniqueGlovesInt1 +AddedLightningDamageUniqueGlovesDexInt1 IncreasedAccuracyUniqueGlovesDexInt1 {variant:1}(10-15)% increased Movement Speed when on Low Life {variant:2}MovementVelocityOnLowLifeUniqueGlovesDexInt1 @@ -886,4 +886,25 @@ LocalIncreasedEnergyShieldUniqueGlovesDexInt3 StunDurationUniqueGlovesDexInt3 ShockDurationUniqueStaff8 ]], +-- Gloves: Ward +[[ +Medved's Challenge +Runic Gauntlets +Requires Level 69, 38 Str, 38 Dex, 38 Int +League: Expedition +IncreasedLocalAttributeRequirementsUnique__1 +(30–50)% increased Ward ++(15–25)% to all Elemental Resistances +FlaskChargesFromKillsFinalUnique__1_ +FlaskChargePerSecondUniqueEnemyUnique__1___ +]],[[ +Nightgrip +Runic Gages +League: Expedition +Requires Level 48, 31 Str, 31 Dex, 31 Int +(33–48)% increased Ward ++(17–23)% to Chaos Resistance +GlobalAddedChaosDamageWardUnique__ +DamageBypassesWardPercentUnique__1 +]], } diff --git a/src/Data/Uniques/Special/helmet.lua b/src/Data/Uniques/Special/helmet.lua index 857fa49850..45df257626 100644 --- a/src/Data/Uniques/Special/helmet.lua +++ b/src/Data/Uniques/Special/helmet.lua @@ -1,5 +1,4 @@ -- Item data (c) Grinding Gear Games - return { -- Helmet: Armour [[ @@ -34,7 +33,7 @@ Close Helmet Variant: Pre 3.10.0 Variant: Current Requires Level 26, 58 Str -LocalIncreaseSocketedMinionGemLevelUnique__4 +LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2 {variant:1}StrengthUnique__5 {variant:1}Minions have 20% increased maximum Life {variant:2}MinionLifeUnique__2 @@ -68,7 +67,7 @@ Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} Upgrade: Upgrades to unique{The Formless Inferno} using currency{Blessing of Xoph} Requires Level 48, 101 Str LocalIncreasedPhysicalDamageReductionRatingUnique__1 -IncreasedLifeUnique__47 +IncreasedLifeUniqueQuiver3 -20 Fire Damage taken when Hit ArmourIncreasedByUncappedFireResistanceUnique__1 ]],[[ @@ -78,7 +77,7 @@ League: Breach Source: Upgraded from unique{The Formless Flame} using currency{Blessing of Xoph} Requires Level 65, 148 Str LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6 -IncreasedLifeUnique__47 +IncreasedLifeUniqueQuiver3 FireResistUnique__10 PhysicalDamageTakenAsFirePercentUnique__1 ArmourIncreasedByUncappedFireResistanceUnique__1 @@ -99,6 +98,17 @@ ColdResistUniqueStrHelmet2 {variant:1,2}50% chance to Avoid being Frozen {variant:1,2}10% increased Stun and Block Recovery {variant:3}Cannot be Frozen or Chilled if you've used a Fire Skill Recently +]],[[ +Usurper's Penance +Eternal Burgonet +League: Expedition +Requires Level 69, 138 Str +LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr1 +ChanceToBleedUnique__3_ +LightRadiusUnique__6 +BleedDotMultiplierPerFrenzyChargeUnique__1_ +FasterBleedPerFrenzyChargeUnique__1 +FrenzyChargeOnCritCloseRangeUnique__1 ]], -- Helmet: Evasion [[ @@ -110,7 +120,7 @@ LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 ColdResistUnique__3 ChanceToAvoidFreezeAndChillUniqueDexHelmet5 CannotBeFrozenUnique__1 -8% reduced Mana Reserved +ReducedManaReservationsCostUniqueHelmetDex5 ]],[[ Replica Alpha's Howl Sinner Tricorne @@ -120,7 +130,7 @@ LocalIncreaseSocketedHeraldLevelUnique__2 LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 ChaosResistUniqueHelmetStrInt2 ChanceToAvoidPoisonUnique__1 -8% reduced Mana Reserved +ReducedManaReservationsCostUniqueHelmetDex5 YouCannotBeHinderedUnique__2 ]],[[ Assailum @@ -163,7 +173,7 @@ Requires Level 20, 46 Dex {variant:2}IncreasedColdDamageIfUsedFireSkillRecentlyUnique__1 {variant:2}IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1 LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 -ManaRegenerationUniqueBootsDex2 +ManaRegenerationUniqueDexHelmet2 {variant:1}-(20-10)% to Fire Resistance {variant:2}FireResistUniqueAmulet4 {variant:1}-(20-10)% to Cold Resistance @@ -173,11 +183,11 @@ Frostferno Leather Hood Source: Upgraded from unique{Heatshiver} via prophecy{A Vision of Ice and Fire} Requires Level 60, 46 Dex -LocalIncreaseSocketedFireGemLevelUnique__2 +LocalIncreaseSocketedFireGemLevelUnique__1_ LocalIncreaseSocketedColdGemLevelUnique__1 ItemActsAsColdToFireSupportUnique__1 LocalIncreasedEvasionRatingPercentUnique__11 -ManaRegenerationUniqueBootsDex2 +ManaRegenerationUniqueDexHelmet2 FireAndColdResistUnique__2 ]],[[ Obscurantis @@ -200,7 +210,7 @@ CriticalStrikeChanceUniqueHelmetDex6 LocalIncreasedEvasionRatingPercentUniqueHelmetDex6 ItemFoundRarityIncreaseUniqueHelmetDex6 MovementVelocityUniqueAmulet5 -ActorSizeUniqueHelmetDex6 +ActorSizeUniqueAmulet12 ]],[[ Saqawal's Flock Silken Hood @@ -210,7 +220,7 @@ Requires Level 60, 138 Dex GrantsAvianTornadoUnique__1__ LocalIncreasedEvasionRatingPercentUniqueGlovesDex2 IncreasedLifeUniqueShieldStr5 -LightningResistUnique__8 +LightningResistUniqueAmulet15 MovementVeolcityUniqueAmulet12 ]],[[ Starkonja's Head @@ -237,10 +247,10 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 8, 23 Int LocalIncreasedAttackSpeedUniqueBow10 -IncreasedCastSpeedUnique__7 +IncreasedCastSpeedFishing__Unique1 ManaRegenerationAuraUnique__1 {variant:1}50% increased Energy Shield -{variant:2}LocalIncreasedEnergyShieldUnique__17__ +{variant:2}LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueHelmetInt2 MovementVelocityUniqueIntHelmet2 (10-15)% increased Stun Recovery ]],[[ @@ -251,11 +261,11 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 45, 23 Int {variant:1}25% chance to Trigger a Socketed Spell when you Attack with a Bow -{variant:2}Trigger a Socketed Spell when you Attack with a Bow +{variant:2}TriggerSocketedSpellOnBowAttackUnique__1_ LocalIncreasedAttackSpeedUniqueBow10 -IncreasedCastSpeedUnique__7 +IncreasedCastSpeedFishing__Unique1 LocalIncreasedEnergyShieldUnique__9 -StunRecoveryUnique__3 +StunRecoveryImplicitBeltRoyale1 ManaRegenerationAuraUnique__1 MovementVelocityUniqueIntHelmet2 ]],[[ @@ -299,7 +309,7 @@ Chitus' Apex Necromancer Circlet Requires Level 54, 112 Int StrengthUniqueClaw5_ -IncreasedManaUniqueBodyInt9 +IncreasedManaUniqueIntHelmet3 AllResistancesUniqueIntHelmet3 IncreasedExperienceUniqueIntHelmet3 ElementalDamageUniqueBootsStr1 @@ -358,7 +368,7 @@ Variant: Mine Laying Speed Variant: Focus Spell Trigger Variant: Focus Ailment Duration LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 -Socketed Gems have 20% reduced Mana Reservation +SocketedItemsHaveReducedReservationUnique__1 TriggerFeastOfFleshSkillUnique__1_ LocalIncreasedEnergyShieldPercentUnique__19 StartEnergyShieldRechargeOnSkillUnique__1 @@ -375,7 +385,7 @@ KeystoneEldritchBatteryUnique__2 {variant:9}{crafted}+(6-17) to Strength and Intelligence {variant:10}{crafted}(7-12)% increased Mine Laying Speed {variant:11}{crafted}Trigger Socketed Spells when you Focus -{variant:12}{crafted}(81-140)% increased Duration of Ailments you inflict while Focussed +{variant:12}{crafted}(81-140)% increased Duration of Ailments you inflict while Focused ]],[[ Doedre's Scorn Lunaris Circlet @@ -469,7 +479,7 @@ Tribal Circlet Variant: Pre 3.11.0 Variant: Current Requires Level 26, 58 Int -LocalIncreasedEnergyShieldUnique__17__ +LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueHelmetInt2 {variant:1}MinionRunSpeedUniqueAmulet3 {variant:2}MinionRunSpeedUnique__3 RagingSpiritDamageUnique__1_ @@ -528,7 +538,7 @@ Thundersight Solaris Circlet Requires Level 59, 122 Int LocalIncreasedEnergyShieldPercentUnique__23 -LightningResistUnique__8 +LightningResistUniqueAmulet15 ElementalDamageUnique__3 AlternateLightningAilmentUnique__1__ Cannot inflict Shock @@ -537,7 +547,7 @@ ElementalDamagePerSextantUnique__1 Wraithlord Bone Circlet Requires Level: 34, 73 Int -LocalIncreaseSocketedMinionGemLevelUnique__4 +LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2 LocalIncreasedEnergyShieldUniqueHelmetInt7 Minions Regenerate 1% Life per second SpectreLifeUnique__1___ @@ -610,7 +620,7 @@ RingHasOneSocket LocalIncreaseSocketedGemLevelUnique__9 SocketedGemQualityUnique__1 SocketedSkillsDoubleDamageUnique__1_ -LocalIncreasedArmourAndEvasionUnique__14 +LocalIncreasedArmourAndEvasionUnique__7 ]],[[ Deidbell Gilded Sallet @@ -646,11 +656,22 @@ Requires Level 67, 62 Str, 85 Dex 10% reduced Physical Damage DexterityUniqueHelmetStrDex2 IncreasedAttackSpeedUniqueHelmetStrDex2 -LocalIncreasedArmourAndEvasionUnique__17_ +LocalIncreasedArmourAndEvasionUniqueHelmetStrDex2 ChaosResistHelmetStrDex2 -MovementVelocityUniqueBootsInt2 +MovementVelocityUnique__23_ ItemSilverFootstepsUniqueHelmetStrDex2 ]],[[ +The Fledgling +Lacquered Helmet +League: Heist +Source: Drops from unique{Nashta, The Usurper} +Requires Level 51, 57 Str, 57 Dex +LocalIncreasedArmourAndEvasionUniqueHelmetStrDex2 +ProjectileSpeedUnique__8 +IncreasedProjectileDamageUnique___4 +NearbyEnemiesAvoidProjectilesUnique__1 +PlayerFarShotUnique__2 +]],[[ The Peregrine Visored Sallet Variant: Pre 2.6.0 @@ -675,7 +696,7 @@ Requires Level 36, 42 Str, 42 Dex LocalIncreasedArmourAndEvasionUniqueHelmetStrDex5 IncreasedLifeUnique__2 IncreasedManaUniqueHelmetStrDex5_ -{variant:2}AllResistancesUnique__20 +{variant:2}AllResistancesUnique__7 Minions have 10% Chance to Block MinionArmourUniqueHelmetStrDex5 Minions Regenerate 2% Life per Second @@ -688,7 +709,7 @@ Requires Level 68, 62 Str, 91 Int AllAttributesUnique__12 LocalIncreasedArmourAndEnergyShieldUnique__7 IncreasedLifeUniqueAmulet25 -ReducedMaximumPowerChargesUniqueCorruptedJewel18 +ReducedMaximumPowerChargesUnique__1 PhysAddedAsChaosWithMaxPowerChargesUnique__1 ReducedExtraDamageFromCritsWithNoPowerChargesUnique__1 ]],[[ @@ -698,7 +719,7 @@ League: Ritual Requires Level 73, 76 Str, 76 Int Implicits: 1 MinionDamageImplicitHelmet1 -LocalIncreasedArmourAndEnergyShieldUnique__21 +LocalIncreasedArmourAndEnergyShieldUnique__15 MinionLifeUnique__5_ MinionRunSpeedUnique__6 MinionCriticalStrikeChanceMaximumPowerChargeUnique__1 @@ -734,7 +755,7 @@ LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt5 ManaRegenerationUniqueHelmetStrInt5 {variant:1}LocalIncreasedEnergyShieldUnique__6 {variant:2}LocalIncreasedEnergyShieldUniqueShieldInt5 -{variant:3}IncreasedEnergyShieldUnique__9 +{variant:3}LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ ChaosResistUniqueHelmetStrInt5 ]],[[ Craiceann's Chitin @@ -809,11 +830,11 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 12, 16 Str, 16 Int {variant:2}LocalIncreaseSocketedGemLevelUnique__10 -{variant:1}AddedLightningDamageUniqueGlovesInt1 +{variant:1}AddedLightningDamageUniqueGlovesDexInt1 {variant:2}AddedLightningDamageUniqueHelmetStrInt1 {variant:1}(40-50)% increased Armour and Energy Shield {variant:2}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt1 -{variant:1}AllResistancesUnique__20 +{variant:1}AllResistancesUnique__7 {variant:1}ElementalResistsOnLowLifeUniqueHelmetStrInt1 {variant:1}ReducedManaCostOnLowLifeUniqueHelmetStrInt1 {variant:2}ItemFoundRarityIncreaseUnique__4_ @@ -840,7 +861,7 @@ Variant: Two Abyssal Sockets {variant:2}AbyssJewelSocketUnique__4 Requires Level 53, 59 Str, 59 Int LocalDisplayGrantLevelXSpiritBurstUnique__1 -AllResistancesUniqueBootsStr1 +AllResistancesUnique__2 Recover (4-5)% of Life when a Spirit Charge expires or is consumed GainSpiritChargeOnKillChanceUnique__1 MaximumSpiritChargesPerAbyssJewelEquippedUnique__2 @@ -865,8 +886,8 @@ Corrupted Mask of the Spirit Drinker Variant: Pre 3.14.0 Variant: Current -{variant:2}Magistrate Crown {variant:1}Crusader Helmet +{variant:2}Magistrate Crown League: Incursion Upgrade: Upgrades to unique{Mask of the Stitched Demon} via currency{Vial of Summoning} {variant:1}Requires Level 31, 36 Str, 36 Int @@ -874,7 +895,7 @@ Upgrade: Upgrades to unique{Mask of the Stitched Demon} via currency{Vial of Sum {variant:2}LocalIncreasedEnergyShieldUnique__31 {variant:1}LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2 {variant:2}LocalIncreasedArmourAndEnergyShieldUnique__12 -{variant:1}IncreasedLifeUniqueAmulet4 +{variant:1}IncreasedLifeUnique__8 {variant:2}IncreasedLifeUniqueHelmetDex4 Your Energy Shield starts at zero CannotGainEnergyShieldUnique__1 @@ -902,11 +923,11 @@ League: Synthesis Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} Requires Level 58, 64 Str, 64 Int AllAttributesUnique__15 -LocalIncreasedArmourAndEnergyShieldUnique__21 +LocalIncreasedArmourAndEnergyShieldUnique__15 DefencesPer100StrengthAuraUnique__1 CriticalMultiplierPer100DexterityAuraUnique__1 CastSpeedPer100IntelligenceAuraUnique__1 -1% reduced Mana Reserved per 250 total attributes +ManaReservationPerAttributeUnique__1 ]],[[ Maw of Mischief Bone Helmet @@ -927,7 +948,7 @@ LocalIncreasedEnergyShieldUnique__15 IncreasedManaUnique__10 ManaRegenerationUniqueBootsStrDex4 FireResistUniqueAmulet4 -10% increased Mana Reserved +IncreasedManaReservationsCostUnique__2 GainArmourEqualToManaReservedUnique__1 ]],[[ Mindspiral @@ -936,12 +957,12 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 37, 42 Str, 42 Int ColdDamagePercentUniqueHelmetStrInt3 -LightningDamagePercentUniqueHelmetStrInt3 +LightningDamagePercentUnique__6 {variant:1}IncreasedManaUniqueTwoHandAxe9 {variant:2}IncreasedManaUniqueHelmetStrInt3 {variant:2}GainManaAsExtraEnergyShieldUnique__1 EnemiesCannotLeechMana -(5-10)% of Damage taken Gained as Mana over 4 seconds when Hit +PercentDamageGoesToManaUniqueBootsDex3 CannotLeechMana ]],[[ Speaker's Wreath @@ -1009,7 +1030,7 @@ Eye of Malice Callous Mask Requires Level 45, 51 Dex, 51 Int LocalIncreasedEvasionAndEnergyShieldUnique__25 -FireResistUnique__23_ +FireResistUnique__9 ColdResistUniqueShieldDex7 ColdExposureOnHitUnique__1 FireExposureOnHitUnique__1 @@ -1061,7 +1082,7 @@ Variant: Quantity {variant:4}CurseEffectivenessUnique__3_ {variant:5}UniqueSpecialCorruptionSkillEffectDuration {variant:6}UniqueSpecialCorruptionNearbyEnemiesCrushed -{variant:7}LocalIncreaseSocketedGemLevelUniqueWand8 +{variant:7}LocalIncreaseSocketedGemLevelUniqueRing39 {variant:8}UniqueSpecialCorruptionAllMinCharges {variant:9}UniqueSpecialCorruptionCooldownRecoverySpeed__ {variant:10}AuraEffectGlobalUnique__1 @@ -1097,7 +1118,7 @@ Requires Level 38, 44 Dex, 44 Int LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4 {variant:2}+(40-65) to maximum Energy Shield {variant:3}LocalIncreasedEnergyShieldUnique__11 -{variant:1}IncreasedManaUniqueHelmetDexInt3 +{variant:1}IncreasedManaUniqueClaw7 {variant:2,3}IncreasedLifeUniqueGlovesInt3 {variant:2,3}ColdResistUnique__17 {variant:1}LifeGainedFromEnemyDeathUniqueHelmetDexInt3 @@ -1117,15 +1138,15 @@ LocalIncreasedEnergyShieldUnique__5 {variant:1}IncreaseSocketedCurseGemLevelUniqueHelmetInt9 {variant:2,3}IncreaseSocketedCurseGemLevelUnique__1 Socketed Curse Gems are Supported by Level 22 Blasphemy -Socketed Curse Gems have 12% reduced Mana Reservation +ReducedReservationForSocketedCurseGemsUnique__1 ]],[[ Leer Cast Festival Mask Requires Level 28, 33 Dex, 33 Int AllDamageUniqueHelmetDexInt2 DexterityUniqueGlovesInt4__ -IncreasedLifeImplicitGlovesDemigods1 -IncreasedManaUniqueBodyInt9 +IncreasedLifeUnique___7Royale_ +IncreasedManaUniqueIntHelmet3 DisplayDamageAuraUniqueHelmetDexInt2 ]],[[ Replica Leer Cast @@ -1133,8 +1154,8 @@ Festival Mask League: Heist Requires Level 28, 33 Dex, 33 Int DexterityUniqueGlovesInt4__ -IncreasedLifeImplicitGlovesDemigods1 -IncreasedManaUniqueBodyInt9 +IncreasedLifeUnique___7Royale_ +IncreasedManaUniqueIntHelmet3 ManaRegenerationUnique__14___ You and nearby Allies have 30% increased Mana Regeneration Rate ]],[[ @@ -1197,7 +1218,7 @@ HarbingerSkillOnEquipUnique__5 LocalIncreasedEvasionRatingUnique__1 LocalIncreasedEnergyShieldUnique__12 IncreasedLifeUniqueGlovesInt3 -AllResistancesUniqueBootsStr1 +AllResistancesUnique__2 ]],[[ The Tempest's Liberation Callous Mask @@ -1210,7 +1231,7 @@ HarbingerSkillOnEquipUnique2_5 LocalIncreasedEvasionRatingUnique__1 LocalIncreasedEnergyShieldUnique__12 IncreasedLifeUniqueGlovesInt3 -AllResistancesUniqueBootsStr1 +AllResistancesUnique__2 ]],[[ The Three Dragons Golden Mask @@ -1252,4 +1273,24 @@ ElementalDamagePerPowerChargeUnique__1 GainPowerChargesNotLostRecentlyUnique__1_ LosePowerChargesOnBlockUnique__1 ]], +-- Helmet: Ward +[[ +Faithguard +Runic Helm +League: Expedition +Requires Level 25, 30 Str, 30 Dex, 30 Int +IntelligenceUnique__7 +LocalIncreasedWardPercentUnique__2 +WardDelayRecoveryUnique__1 +LightRadiusUnique__5 +EnergyShieldAdditiveModifiersInsteadApplyToWardUnique__ +]],[[ +Cadigan's Crown +Runic Crown +League: Expedition +Requires Level 68, 66 Str, 66 Dex, 66 Int +CannotCrit +Nearby Enemies cannot deal Critical Strikes +BattlemageKeystoneUnique__1 +]], } diff --git a/src/Data/Uniques/Special/jewel.lua b/src/Data/Uniques/Special/jewel.lua index 64a94927fb..0480390001 100644 --- a/src/Data/Uniques/Special/jewel.lua +++ b/src/Data/Uniques/Special/jewel.lua @@ -430,7 +430,7 @@ Viridian Jewel GolemAttackAndCastSpeedUnique__1 GolemBuffEffectUnique__1 GolemArmourRatingUnique__1 -PrimordialJewelCountUnique__1 +PrimordialJewelCountUnique__3 ]],[[ Primordial Harmony Cobalt Jewel @@ -441,7 +441,7 @@ GolemSkillsCooldownRecoveryUnique__1 {variant:2}GolemsSkillsCooldownRecoveryUnique__1_ IncreasedGolemDamagePerGolemUnique__1 GolemLifeRegenerationUnique__1 -PrimordialJewelCountUnique__1 +PrimordialJewelCountUnique__3 ]],[[ Primordial Might Crimson Jewel @@ -449,7 +449,7 @@ IncreasedDamageIfGolemSummonedRecently__1 IncreasedGolemDamageIfGolemSummonedRecently__1_ GolemLifeUnique__1 GolemLargerAggroRadiusUnique__1 -PrimordialJewelCountUnique__1 +PrimordialJewelCountUnique__3 ]],[[ Replica Primordial Might Crimson Jewel @@ -458,7 +458,7 @@ League: Heist IncreasedDamageIfGolemSummonedRecently__1 IncreasedGolemDamageIfGolemSummonedRecentlyUnique__1 GolemLifeUnique__1 -PrimordialJewelCountUnique__1 +PrimordialJewelCountUnique__3 GolemLargerAggroRadiusUnique__1 ]],[[ Pugilist @@ -676,7 +676,7 @@ Implicits: 0 {variant:3}Only affects Passives in Large Ring {variant:4}Only affects Passives in Very Large Ring AllocateDisconnectedPassivesDonutUnique__1 -AllResistancesUnique__6 +AllResistancesUnique__18 ]],[[ To Dust Cobalt Jewel @@ -975,7 +975,7 @@ Minions have +6% to Damage over Time Multiplier per Ghastly Eye Jewel affecting ]],[[ Kurgal's Gaze Hypnotic Eye Jewel -IntelligenceUniqueWand2 +IntelligenceUniqueOneHandAxe1 8% increased Effect of Arcane Surge on you per Hypnotic Eye Jewel affecting you, up to a maximum of 40% ]],[[ Tecrod's Gaze @@ -998,7 +998,7 @@ Crimson Jewel Limited to: 2 Radius: Medium ElementalDamageUniqueJewel_1 -With 40 total Strength and Intelligence in Radius, Elemental Hit and Wild Strike cannot choose Cold +With 40 total Strength and Intelligence in Radius, Prismatic Skills cannot choose Cold ElementalHitDisableColdUniqueJewel_1 ]],[[ Combat Focus @@ -1006,7 +1006,7 @@ Cobalt Jewel Limited to: 2 Radius: Medium ElementalDamageUniqueJewel_1 -With 40 total Intelligence and Dexterity in Radius, Elemental Hit and Wild Strike cannot choose Fire +With 40 total Intelligence and Dexterity in Radius, Prismatic Skills cannot choose Fire ElementalHitDisableFireUniqueJewel_1 ]],[[ Combat Focus @@ -1014,7 +1014,7 @@ Viridian Jewel Limited to: 2 Radius: Medium ElementalDamageUniqueJewel_1 -With 40 total Dexterity and Strength in Radius, Elemental Hit and Wild Strike cannot choose Lightning +With 40 total Dexterity and Strength in Radius, Prismatic Skills Strike cannot choose Lightning ElementalHitDisableLightningUniqueJewel_1 ]],[[ Collateral Damage @@ -1038,7 +1038,7 @@ MinionElementalResistancesUnique__1 {variant:2}With at least 40 Intelligence in Radius, can summon up to 5 Skeleton Mages with Summon Skeletons {variant:3}With at least 40 Intelligence in Radius, can summon up to 15 Skeleton Mages with Summon Skeletons ]],[[ -Divide and Conquer +Seething Fury Viridian Jewel League: Legion Requires Level: 20 @@ -1047,7 +1047,6 @@ Radius: Medium AttackDamageWhileHoldingShieldUnique__1 SpectralShieldThrowThresholdJewel1_ SpectralShieldThrowThresholdJewel2 -SpectralShieldThrowThresholdJewel3 ]],[[ Fight for Survival Viridian Jewel @@ -1091,7 +1090,7 @@ Hazardous Research Cobalt Jewel Limited to: 1 Radius: Medium -LightningDamagePercentUniqueHelmetStrInt3 +LightningDamagePercentUnique__6 SparkThresholdJewel_2 With at least 40 Intelligence in Radius, Spark fires Projectiles in a Nova (20-15)% reduced Spark Duration @@ -1389,7 +1388,7 @@ Replica Blood Sacrifice Crimson Jewel League: Heist Implicits: 0 -MaximumLifeOnKillPercentUnique__1 +MaximumLifeOnKillPercentUnique__4_ MaximumEnergyShieldOnKillPercentUnique__2 CannotLeechOrRegenerateManaUnique__1_ ]],[[ @@ -1424,7 +1423,7 @@ Variant: Pre 3.11.0 Variant: Current Limited to: 1 Radius: Small -{variant:1}SpellDamageUniqueSceptre2 +{variant:1}SpellDamageOnWeaponUniqueDagger1Royale {variant:2}SpellDamageUnique__6 {variant:1}100% increased Mana Cost of Skills {variant:2}ManaCostIncreasedUniqueCorruptedJewel3 @@ -1469,7 +1468,7 @@ Self-Flagellation Viridian Jewel Limited to: 1 AdditionalCurseOnSelfUniqueCorruptedJewel13 -IncreasedDamagePerCurseOnSelfCorruptedJewel13_ +IncreasedDamagePerCurseOnSelfUniqueCorruptedJewel8 Corrupted ]],[[ Vaal Sentencing @@ -1497,7 +1496,7 @@ Crimson Jewel Limited to: 1 ManaCostReductionUniqueJewel44 SkillEffectDurationUniqueJewel44 -2% reduced Mana Reserved +ReducedManaReservationsCostUniqueJewel44 ]],[[ Replica Conqueror's Efficiency Crimson Jewel @@ -1582,7 +1581,7 @@ Emperor's Wit Cobalt Jewel Source: Fastest Cruel Labyrinth Limited to: 1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 ActorSizeUnique__1 PercentageIntelligenceUnique__2 ]], @@ -1709,7 +1708,7 @@ Implicits: 0 {variant:14}MinionAttackAndCastSpeedPerDevotion {variant:15}MinionAccuracyRatingPerDevotion_ {variant:16}AddedManaRegenerationPerDevotion -{variant:17}ReducedManaCostPerDevotion +{variant:17}1% reduced Cost of Skills per 10 Devotion {variant:18}AuraEffectPerDevotion {variant:19}ShieldDefencesPerDevotion Passives in radius are Conquered by the Templars diff --git a/src/Data/Uniques/Special/mace.lua b/src/Data/Uniques/Special/mace.lua index 8cdbd6d296..3c0c700f51 100644 --- a/src/Data/Uniques/Special/mace.lua +++ b/src/Data/Uniques/Special/mace.lua @@ -15,7 +15,7 @@ Implicits: 2 LocalIncreasedPhysicalDamagePercentUnique__15 {variant:1,2}LocalIncreasedAttackSpeedUniqueTwoHandMace4 {variant:3}LocalIncreasedAttackSpeedUniqueOneHandMace1 -LocalCriticalStrikeChanceUniqueClaw2 +LocalCriticalStrikeChanceUniqueOneHandMace1 FireResistUniqueAmulet4 LightningResistUnique__2 ]],[[ @@ -89,7 +89,7 @@ LocalAddedPhysicalDamageUniqueRapier2 IncreasedAttackSpeedUniqueQuiver1 LifeLeechPermyriadUnique__5 {variant:1}10% Chance to cause Bleeding on Hit -{variant:2}LocalChanceToBleedUniqueOneHandMace8 +{variant:2}LocalChanceToBleedUniqueDagger12 {variant:1}AttackDamageLifeLeechAgainstBleedingEnemiesUnique_1 {variant:2}LifeLeechPhysicalAgainstBleedingEnemiesUniqueOneHandMace8 ]],[[ @@ -149,7 +149,7 @@ Implicits: 2 {variant:1}20% increased Stun Duration on Enemies {variant:2,3}StunThresholdReductionUniqueGlovesDexInt2 {variant:3}LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7 -{variant:1,2}IncreasedLifeUniqueHelmetDex5 +{variant:1,2}IncreasedLifeImplicitShield1 {variant:1,2}IncreasedManaUniqueBootsStrDex3 {variant:3}IncreasedLifeUniqueOneHandMace7 {variant:3}IncreasedManaUniqueOneHandMace7 @@ -165,20 +165,22 @@ Gavel Variant: Pre 2.0.0 Variant: Pre 2.4.0 Variant: Pre 2.6.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 60, 412 Str, 300 Int Implicits: 2 {variant:1,2,3}40% increased Stun Duration on Enemies -{variant:4}StunThresholdReductionUniqueTwoHandMace1 +{variant:4,5}StunThresholdReductionUniqueTwoHandMace1 LocalIncreasedPhysicalDamagePercentUniqueWand9 AdditionalChainUniqueOneHandMace3 -WeaponLightningDamageUniqueOneHandMace3 +{variant:1,2,3,4}(30-40)% increased Lightning Damage with Attack Skills +{variant:5}WeaponLightningDamageUniqueOneHandMace3 StrengthRequirementsUnique__2 IntelligenceRequirementsUniqueOneHandMace3 {variant:1}50% chance to Cast a Socketed Lightning Spell on Hit {variant:2}30% chance to Cast a Socketed Lightning Spell on Hit -{variant:3,4}Trigger a Socketed Lightning Spell on Hit -Socketed Lightning Spells deal 100% increased Spell Damage if Triggered +{variant:3,4,5}CastSocketedLightningSpellsOnHit +{variant:1,2,3,4}Socketed Lightning Spells deal 100% increased Spell Damage if Triggered ]],[[ Nebulis Void Sceptre @@ -187,7 +189,7 @@ Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 68, 104 Str, 122 Int Implicits: 1 ElementalDamagePercentImplicitSceptreNew18 -IncreasedCastSpeedUnique__16 +IncreasedCastSpeedUnique__11__ ColdDamagePerResistanceAbove75Unique__1 LightningDamagePerResistanceAbove75Unique__1 ]],[[ @@ -197,7 +199,7 @@ League: Heist Requires Level 68, 104 Str, 122 Int Implicits: 1 ElementalDamagePercentImplicitSceptreNew18 -IncreasedCastSpeedUnique__16 +IncreasedCastSpeedUnique__11__ ColdDamagePerMissingColdResistanceUnique__1 FireDamagePerMissingFireResistanceUnique__1 ]],[[ @@ -278,7 +280,7 @@ DisplaySupportedByIceBiteUnique__1 DisplaySupportedByColdPenetrationUnique__1 {variant:1,2}DisplaySupportedByManaLeechUnique__1 DisplaySupportedByAddedColdDamageUnique__1 -Socketed Gems are Supported by level 1 Reduced Mana +DisplaySupportedByReducedManaUnique__1 ]],[[ Replica Bitterdream Shadow Sceptre @@ -335,7 +337,7 @@ LocalIncreasedPhysicalDamageUniqueSceptre9 LocalAddedPhysicalDamageUniqueSceptre9 {variant:3}Adds 2 to 4 Fire Damage to Attacks per 10 Strength {variant:4}AddedFireDamagePerStrengthUnique__1 -FireDamagePercentUniqueSceptre9 +IncreasedFireDamgeIfHitRecentlyUnique__1Royale_ LocalIncreasedAttackSpeedUniqueSceptre9 LocalCriticalStrikeChanceUnique__10 ]],[[ @@ -344,9 +346,10 @@ Blood Sceptre League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 47, 81 Str, 81 Int +Implicits: 1 ElementalDamagePercentImplicitSceptreNew13 SpellDamageUnique__9 -IncreasedCastSpeedUnique__16 +IncreasedCastSpeedUnique__11__ LifeLeechFromSpellsWith30BlockOnShieldUnique__1_ EnergyShieldPerArmourOnShieldUnique__1 ArmourPerEvasionRatingOnShieldUnique__1 @@ -404,7 +407,7 @@ Implicits: 2 {variant:2}ElementalDamagePercentImplicitSceptreNew20 StrengthUniqueSceptre6 IncreasedCastSpeedUniqueSceptre6 -IncreasedManaUniqueBodyInt9 +IncreasedManaUniqueIntHelmet3 DisplaySocketedGemsSupportedByIronWillUniqueSceptre6 DamagePerStrengthInMainHandUniqueSceptre6 ArmourPerStrengthInOffHandUniqueSceptre6 @@ -422,7 +425,7 @@ SocketedGemsGetElementalProliferationUniqueSceptre7 LocalAddedPhysicalDamageUniqueSceptre7 LocalIncreasedAttackSpeedUniqueSceptre7 IncreasedCastSpeedUniqueSceptre7 -CriticalSrikeChanceUniqueSceptre7 +CriticalStrikeChanceImplicitRingRoyale1_ ElementalDamageLeechedAsLifePermyriadUniqueSceptre7_ ElementalDamageUniqueSceptre7 ]],[[ @@ -479,12 +482,12 @@ Requires Level 41, 59 Str, 85 Int Implicits: 2 {variant:1,2}ElementalDamageUniqueHelmetInt9 {variant:3,4}ElementalDamageUnique__1 -{variant:4}LocalIncreaseSocketedFireGemLevelUnique__2 +{variant:4}LocalIncreaseSocketedFireGemLevelUnique__1_ {variant:1,2,3}ItemActsAsFireDamageSupportUniqueSceptre2 {variant:1,2,3}ItemActsAsColdToFireSupportUniqueSceptre2 ItemActsAsFirePenetrationSupportUniqueSceptre2 {variant:4}Socketed Gems deal 63 to 94 additional Fire Damage -SpellDamageUniqueSceptre2 +SpellDamageOnWeaponUniqueDagger1Royale {variant:2,3,4}LocalIncreasedPhysicalDamagePercentUniqueSceptre2 LifeGainPerTargetUniqueSceptre2 LightRadiusUniqueSceptre2 @@ -578,8 +581,8 @@ Implicits: 3 ConvertPhysicaltoLightningUnique__1 {variant:1,2}ChanceToShockUniqueStaff8 {variant:3}ChanceToShockUnique__2_ -{variant:1,2}HitsCauseMonsterFleeUniqueRing1 -{variant:3}AttacksShockAsIfDealingMoreDamageUniqueBow10 +{variant:1,2}HitsCauseMonsterFleeUnique__1 +{variant:3}AttacksShockAsIfDealingMoreDamageUnique__2 LightningPenetrationUnique__1 ShockedEnemyCastSpeedUnique__1 ShockedEnemyMovementSpeedUnique__1 @@ -610,7 +613,7 @@ Requires Level 60, 131 Str Implicits: 1 StunDurationImplicitMace1 LocalIncreaseSocketedMeleeGemLevelUniqueRapier1 -LocalIncreaseSocketedMinionGemLevelUnique__4 +LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2 LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5 LocalAddedPhyiscalDamageUnique__38 MaximumManaUniqueTwoHandMace5 @@ -827,7 +830,7 @@ Requires Level 54, 173 Str Implicits: 2 {variant:1}20% increased Stun Duration on Enemies {variant:2}StunDurationImplicitMace1 -LocalIncreasedPhysicalDamagePercentUniqueOneHandSword2 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace4 LocalIncreasedAttackSpeedUniqueTwoHandMace4 ItemFoundRarityDecreaseUniqueTwoHandMace4 IncreasedExperienceUniqueTwoHandMace4 diff --git a/src/Data/Uniques/Special/quiver.lua b/src/Data/Uniques/Special/quiver.lua index c236c3c872..3ac5328011 100644 --- a/src/Data/Uniques/Special/quiver.lua +++ b/src/Data/Uniques/Special/quiver.lua @@ -80,7 +80,7 @@ Implicits: 1 AdditionalArrowPierceImplicitQuiver12_ LocalIncreasedAttackSpeedUnique__24 IncreasedEvasionRatingUniqueQuiver3_ -IncreasedLifeUnique__47 +IncreasedLifeUniqueQuiver3 Adds (10-14) to (19-24) Physical Damage to Attacks with Bows ArrowDamageAgainstPiercedTargetsUnique__1 ]],[[ @@ -118,11 +118,11 @@ Variant: Current Requires Level 10 Implicits: 1 LifeGainPerTargetImplicitQuiver8 -StrengthUniqueQuiver6 +StrengthUniqueRing31__ DexterityUniqueQuiver6 IntelligenceUniqueBelt11 {variant:2}AddedColdDamageUnique__1 -IncreasedAttackSpeedUniqueQuiver6 +LocalIncreasedAttackSpeedUniqueOneHandSword6 LifeGainPerTargetUniqueQuiver6_ 10% increased Area of Effect of Area Skills ]],[[ @@ -133,7 +133,7 @@ Requires Level 45 Implicits: 1 LifeGainPerTargetImplicitQuiver8 AllAttributesUnique__7 -IncreasedAttackSpeedUniqueQuiver6 +LocalIncreasedAttackSpeedUniqueOneHandSword6 LifeGainPerTargetUniqueQuiver6_ AreaOfEffectUnique__3 ColdDamageToAttacksPerDexterityUnique__1 @@ -146,8 +146,8 @@ Requires Level 45 Implicits: 1 RingHasOneSocket HasTwoSocketsUnique__1 -Trigger a Socketed Bow Skill when you Attack with a Bow -IncreasedAttackSpeedUnique__4_ +TriggerBowSkillsOnBowAttackUnique__1 +LocalIncreasedAttackSpeedUniqueBow12 IncreasedLifeUnique__2 AttacksBlindOnHitChanceUnique__1 ]],[[ @@ -205,8 +205,8 @@ Implicits: 1 FireResistUnique__3 LightningResistUnique__2 LifeGainPerTargetUnique__1 -ProjectileSpeedUnique__4 -IncreasedProjectileDamageUnique___10_ +ProjectileSpeedUniqueQuiver2 +IncreasedProjectileDamageUnique___4 {variant:1}Projectiles Fork {variant:2}ProjectilesForkUnique____1 ]],[[ @@ -297,7 +297,7 @@ AddedColdDamageUnique__7 IncreasedEnergyShieldUnique__7 ColdResistUnique__3 ManaGainedFromEnemyDeathUnique__2 -ProjectileSpeedUnique__5__ +ProjectileSpeedUnique__2 MaximumVoidArrowsUnique__1 Gain a Void Charge every 0.5 seconds Elder Item diff --git a/src/Data/Uniques/Special/ring.lua b/src/Data/Uniques/Special/ring.lua index 795c71b95f..afb82f4b47 100644 --- a/src/Data/Uniques/Special/ring.lua +++ b/src/Data/Uniques/Special/ring.lua @@ -103,9 +103,9 @@ Implicits: 1 FireAndLightningResistImplicitRing1 {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Fire Damage to Attacks {variant:2}AddedFireDamageUniqueRing20 -{variant:1}LightningDamagePercentUniqueHelmetStrInt3 +{variant:1}LightningDamagePercentUnique__6 {variant:2}LightningDamagePercentUniqueRing20 -IncreasedManaUniqueHelmetDexInt3 +IncreasedManaUniqueClaw7 {variant:1}Shock a nearby Enemy for 2 seconds on Killing a Shocked Enemy {variant:2}Shocks all nearby Enemies on Killing a Shocked Enemy {variant:1}Ignite a nearby Enemy on Killing an Ignited Enemy @@ -116,7 +116,7 @@ Amethyst Ring League: Ritual Requires Level 49 Implicits: 1 -ChaosResistImplicitRing1 +{tags:chaos,resistance}+(9-13)% to Chaos Resistance FireDamageOverTimeMultiplierUnique__3 IgniteDurationUnique__3_ ChanceToIgniteUnique__6 @@ -131,9 +131,9 @@ Implicits: 1 AddedPhysicalDamageImplicitRing1 {tags:physical}5% increased Physical Damage AddedChaosDamageUniqueRing1 -IncreasedLifeImplicitGlovesDemigods1 +IncreasedLifeUnique___7Royale_ {tags:life}(2-4) Life Regenerated per second -HitsCauseMonsterFleeUniqueRing1 +HitsCauseMonsterFleeUnique__1 ]],[[ Voidheart Iron Ring @@ -145,9 +145,9 @@ Implicits: 1 AddedPhysicalDamageImplicitRing1 {tags:physical}5% increased Physical Damage AddedChaosDamageUniqueRing1 -IncreasedLifeImplicitGlovesDemigods1 +IncreasedLifeUnique___7Royale_ {tags:life}(2-4) Life Regenerated per second -HitsCauseMonsterFleeUniqueRing1 +HitsCauseMonsterFleeUnique__1 {variant:1}Melee Attacks cause Bleeding {variant:2}{tags:attack,physical}(30-50)% chance to cause Bleeding on Melee Hit {variant:1}Melee Attacks Poison on Hit @@ -160,7 +160,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 24 Implicits: 1 -IncreasedLifeImplicitGlovesDemigods1 +IncreasedLifeUnique___7Royale_ {variant:1}{tags:jewellery_elemental,attack}Adds (7-10) to (15-20) Fire Damage to Attacks {variant:2}AddedFireDamageUniqueRing28 IncreasedLifeUniqueRing28 @@ -175,7 +175,7 @@ Coral Ring Source: Upgraded from unique{Bloodboil} via prophecy{Cold Blooded Fury} Requires Level 53 Implicits: 1 -IncreasedLifeImplicitGlovesDemigods1 +IncreasedLifeUnique___7Royale_ AddedFireDamageUniqueRing28 AddedColdDamageUnique__6 IncreasedLifeUniqueRing28 @@ -223,8 +223,8 @@ Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} Requires Level 52 Implicits: 1 Has Alt Variant: true -Variant: Mana Reservation (Pre 3.11.0) -Variant: Mana Reservation (Current) +Variant: Skill Reservation (Pre 3.11.0) +Variant: Skill Reservation (Current) Variant: Fire Damage Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) @@ -234,7 +234,7 @@ FireResistUniqueAmulet4 StrengthUniqueClaw5_ GlobalAddedFireDamageUnique__3_ FireResistUniqueAmulet4 -{variant:1}{tags:mana}Herald of Ash has (30-40)% reduced Reservation +{variant:1}Herald of Ash has (30-40)% reduced Reservation {variant:2}HeraldBonusAshReservation {variant:3}HeraldBonusAshFireDamage {variant:4}Herald of Ash has (70-100)% increased Buff Effect @@ -249,8 +249,8 @@ Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} Requires Level 52 Implicits: 1 Has Alt Variant: true -Variant: Mana Reservation (Pre 3.11.0) -Variant: Mana Reservation (Current) +Variant: Skill Reservation (Pre 3.11.0) +Variant: Skill Reservation (Current) Variant: Cold Damage Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) @@ -260,7 +260,7 @@ ColdResistUnique__3 DexterityUniqueGlovesInt4__ GlobalAddedColdDamageUnique__3 ColdResistUnique__3 -{variant:1}{tags:mana}Herald of Ice has (30-40)% reduced Reservation +{variant:1}Herald of Ice has (30-40)% reduced Reservation {variant:2}HeraldBonusIceReservation_ {variant:3}HeraldBonusIceColdDamage {variant:4}Herald of Ice has (70-100)% increased Buff Effect @@ -275,8 +275,8 @@ Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} Requires Level 52 Implicits: 1 Has Alt Variant: true -Variant: Mana Reservation (Pre 3.11.0) -Variant: Mana Reservation (Current) +Variant: Skill Reservation (Pre 3.11.0) +Variant: Skill Reservation (Current) Variant: Physical Damage Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) @@ -286,7 +286,7 @@ AddedPhysicalDamageImplicitRing1 AllAttributesUnique__3 GlobalAddedPhysicalDamageUnique__2 IncreasedPhysicalDamageReductionRatingUnique__4 -{variant:1}{tags:mana}Herald of Purity has (30-40)% reduced Reservation +{variant:1}Herald of Purity has (30-40)% reduced Reservation {variant:2}HeraldBonusPurityReservation_ {variant:3}HeraldBonusPurityPhysicalDamage {variant:4}Herald of Purity has (70-100)% increased Buff Effect @@ -301,18 +301,18 @@ Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} Requires Level 52 Implicits: 1 Has Alt Variant: true -Variant: Mana Reservation (Pre 3.11.0) -Variant: Mana Reservation (Current) +Variant: Skill Reservation (Pre 3.11.0) +Variant: Skill Reservation (Current) Variant: Chaos Damage Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Agony Damage Variant: Chaos Resistance -ChaosResistImplicitRing1 +{tags:chaos,resistance}+(9-13)% to Chaos Resistance AllAttributesUnique__3 GlobalAddedChaosDamageUnique__5_ ChaosResistUnique__17 -{variant:1}{tags:mana}Herald of Agony has (30-40)% reduced Reservation +{variant:1}Herald of Agony has (30-40)% reduced Reservation {variant:2}HeraldBonusAgonyReservation {variant:3}HeraldBonusAgonyChaosDamage_ {variant:4}Herald of Agony has (70-100)% increased Buff Effect @@ -327,8 +327,8 @@ Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} Requires Level 52 Implicits: 1 Has Alt Variant: true -Variant: Mana Reservation (Pre 3.11.0) -Variant: Mana Reservation (Current) +Variant: Skill Reservation (Pre 3.11.0) +Variant: Skill Reservation (Current) Variant: Lightning Damage Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) @@ -338,7 +338,7 @@ LightningResistUnique__2 IntelligenceUnique__7 GlobalAddedLightningDamageUnique__3 LightningResistUnique__2 -{variant:1}{tags:mana}Herald of Thunder has (30-40)% reduced Reservation +{variant:1}Herald of Thunder has (30-40)% reduced Reservation {variant:2}HeraldBonusThunderReservation {variant:3}HeraldBonusThunderLightningDamage {variant:4}Herald of Thunder has (70-100)% increased Buff Effect @@ -353,11 +353,11 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 46 Implicits: 1 -ChaosResistImplicitRing1 +{tags:chaos,resistance}+(9-13)% to Chaos Resistance IncreasedAccuracyUniqueRing12 {tags:jewellery_defense}{variant:1}+(60-80) to Armour {variant:2}IncreasedPhysicalDamageReductionRatingUniqueRing12 -{variant:2}IncreasedLifeUnique__47 +{variant:2}IncreasedLifeUniqueQuiver3 ChaosResistUniqueRing12 LifeLeechPermyriadUniqueRing12 {variant:1}You gain Onslaught for 2 seconds on Kill @@ -366,9 +366,9 @@ LifeLeechPermyriadUniqueRing12 Doedre's Damning Paua Ring Implicits: 1 -IncreasedManaUniqueBodyInt9 +IncreasedManaUniqueIntHelmet3 IntelligenceUniqueRing4 -AllResistancesUniqueRing4 +AllResistancesUniqueGlovesStrDex2Royale ManaGainedFromEnemyDeathUniqueRing4 {tags:caster}Enemies can have 1 additional Curse ]],[[ @@ -376,9 +376,9 @@ Replica Doedre's Damning Paua Ring League: Heist Implicits: 1 -IncreasedManaUniqueBodyInt9 +IncreasedManaUniqueIntHelmet3 IntelligenceUniqueRing4 -AllResistancesUniqueRing4 +AllResistancesUniqueGlovesStrDex2Royale ManaGainedFromEnemyDeathUniqueRing4 AdditionalCurseOnEnemiesUnique__3 CurseEffectivenessUnique__4 @@ -441,7 +441,7 @@ Paua Ring League: Heist Requires Level 38 Implicits: 1 -IncreasedManaUniqueBodyInt9 +IncreasedManaUniqueIntHelmet3 IntelligenceUnique__25 CurseCastSpeedUnique__2 DoubleDoomEffectUnique__1 @@ -515,7 +515,7 @@ Upgrade: Upgrades to unique{Kaom's Way} via prophecy{The King's Path} Variant: Pre 2.0.0 Variant: Current Implicits: 1 -IncreasedLifeImplicitGlovesDemigods1 +IncreasedLifeUnique___7Royale_ StrengthUniqueBodyStr4 {variant:1}LifeLeechPermyriadUniqueRing2 {variant:2}LifeGainPerTargetUniqueRing2 @@ -526,7 +526,7 @@ Coral Ring Source: Upgraded from unique{Kaom's Sign} using prophecy{The King's Path} Requires Level 32 Implicits: 1 -IncreasedLifeImplicitGlovesDemigods1 +IncreasedLifeUnique___7Royale_ StrengthUniqueBodyStr4 {tags:life}0.4% of maximum Life Regenerated per second per Endurance Charge LifeGainPerTargetUniqueRing2 @@ -559,7 +559,7 @@ AddedPhysicalDamageImplicitRing1 {variant:2}AllAttributesUniqueRing6 {variant:1}ItemFoundRarityIncreaseUnique__4_ {variant:2}ItemFoundRarityIncreaseUniqueRing6 -{variant:1}AllResistancesUnique__20 +{variant:1}AllResistancesUnique__7 {variant:2}AllResistancesUniqueRing6 ]],[[ Lori's Lantern @@ -568,8 +568,8 @@ Variant: Pre 1.0.0 Variant: Current Requires Level 30 Implicits: 2 -{variant:1}AllResistancesImplicitArmour1 -{variant:2}AllResistancesImplicitRing1 +{variant:1}AllResistancesImplicitVictorAmulet +{variant:2}AllResistancesImplicitRoyaleRing1 AllResistancesUniqueIntHelmet3 MovementVelocityOnLowLifeUniqueRing9 LightRadiusUniqueRing9_ @@ -647,7 +647,7 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 69 Implicits: 1 -ChaosResistImplicitRing1 +{tags:chaos,resistance}+(9-13)% to Chaos Resistance {variant:1}{tags:life}15% reduced maximum Life {variant:2}MaximumLifeUniqueOneHandSword2 {variant:3}MaximumLifeUniqueRing16 @@ -696,11 +696,11 @@ Variant: Current Requires Level 29 Implicits: 1 FireResistUniqueAmulet4 -StrengthUniqueQuiver6 +StrengthUniqueRing31__ {variant:1}{tags:jewellery_elemental,attack}Adds (8-10) to (12-14) Fire Damage to Attacks {variant:2}AddedFireDamageUniqueRing31 {variant:1}LifeGainOnHitVsIgnitedEnemiesUniqueRing31 -{variant:2}{tags:life}Recover (20-30) Life Gained on Igniting an Enemy +{variant:2}GainLifeOnIgnitingEnemyUnique__2 BurnDurationUniqueRing31 {variant:1}{tags:jewellery_elemental}5% chance to Ignite {variant:2}ChanceToIgniteUniqueBodyInt2 @@ -711,7 +711,7 @@ League: Warbands Requires Level 60 Implicits: 1 RingHasOneSocket -LocalIncreaseSocketedGemLevelUniqueWand8 +LocalIncreaseSocketedGemLevelUniqueRing39 AttackAndCastSpeedUnique__2 LifePerRedSocketUniqueRing39 EnergyShieldPerBlueSocketUniqueRing39 @@ -723,7 +723,7 @@ Paua Ring Variant: Pre 2.0.0 Variant: Current Implicits: 1 -IncreasedManaUniqueBodyInt9 +IncreasedManaUniqueIntHelmet3 IncreasedManaUniqueRing14 ManaRegenerationUniqueRing14 {variant:1}IncreasedExperienceUniqueSceptre1 @@ -736,7 +736,7 @@ Praxis Paua Ring Requires Level 22 Implicits: 1 -IncreasedManaUniqueBodyInt9 +IncreasedManaUniqueIntHelmet3 IncreasedManaUniqueHelmetInt8 {tags:mana}(3-6) Mana Regenerated per second {tags:mana}-(4-8) to Mana Cost of Skills @@ -859,7 +859,7 @@ Implicits: 1 RingHasOneSocket SupportedByBlasphemyUnique CurseAurasAffectYouUnique__1 -{tags:mana}Socketed Curse Gems have 50% reduced Mana Reservation +ReducedReservationForSocketedCurseGemsUnique__2 IntelligenceUnique__7 ReducedCurseEffectUnique__1 HitAndAilmentDamageCursedEnemiesUnique__1 @@ -891,7 +891,7 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 45 Implicits: 1 -IncreasedLifeImplicitGlovesDemigods1 +IncreasedLifeUnique___7Royale_ WeaponElementalDamageUniqueRing10 AddedFireDamageUniqueRing10 {variant:1}(20-40)% reduced Rarity of Items found @@ -953,10 +953,10 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 30 Implicits: 1 -AllResistancesImplicitRing1 +AllResistancesImplicitRoyaleRing1 {variant:1}{tags:jewellery_elemental,attack}15% increased Elemental Damage with Attack Skills {variant:2}WeaponElementalDamageUniqueRing21 -{variant:1}AllResistancesUniqueBootsStr1 +{variant:1}AllResistancesUnique__2 {variant:2}AllResistancesUniqueRing21 {variant:1}{tags:jewellery_elemental}15% increased Elemental Damage {variant:2}ElementalDamageUnique__1 @@ -1004,11 +1004,11 @@ Variant: Current Requires Level 30 Implicits: 2 {variant:1}{tags:jewellery_resistance}+(8-12) to all Elemental Resistances -{variant:2,3,4}AllResistancesImplicitRing1 +{variant:2,3,4}AllResistancesImplicitRoyaleRing1 {variant:1,2}(15-25)% increased Quantity of Items found {variant:3,4}ItemFoundQuantityIncreaseUniqueRing7 DisablesOtherRingSlot -{variant:1,2,3}AllResistancesImplicitArmour1 +{variant:1,2,3}AllResistancesImplicitVictorAmulet {variant:4}AllResistancesUniqueBeltDemigods1 ReducedCurseEffectUniqueRing7 {variant:1,2,3}{tags:attack,life}+(20-30) Life gained for each Enemy hit by your Attacks @@ -1042,11 +1042,48 @@ Implicits: 1 IncreasedEnergyShieldUniqueRing27 LocalIncreasedAttackSpeedUniqueBow10 IncreasedCastSpeedUnique__15_ -LocalIncreasedEnergyShieldUnique__17__ +LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueHelmetInt2 ReducedManaRegenerationUniqueRing27 (-10-10)% increased Skill Effect Duration TemporalChainsEffectivenessOnSelfUnique__1 ]],[[ +Triumvirate Authority +Unset Ring +Requires Level 64 +Has Alt Variant: true +Has Alt Variant Two: true +Variant: More Damage +Variant: Less souls +Variant: Additional Use (Pre 3.15.0) +Variant: Ignore resistances +Variant: Ignore Phys. Dmg. Reduction +Variant: Grant Elusive +Variant: Tailwind +Variant: Area of Effect +Variant: Proj. Speed +Variant: Skill Effect Duration +Variant: Soul Gain Prevention Duration +Variant: Lucky Damage +Variant: Aura Effect +Variant: Regain Souls +Implicits: 1 +RingHasOneSocket +LocalIncreaseSocketedVaalGemLevelUnique__1 +{variant:1}LocalVaalDamageUnique__1_ +{variant:2}LocalVaalSoulRequirementUnique__1 +{variant:3}Socketed Vaal Skills can store Souls for 1 additional Use +{variant:4}LocalVaalIgnoreMonsterResistancesUnique__1 +{variant:5}LocalVaalIgnoreMonsterPhysicalReductionUnique__1 +{variant:6}LocalVaalElusiveOnUseUnique__1_ +{variant:7}LocalVaalTailwindIfUsedRecentlyUnique__1 +{variant:8}LocalVaalAreaOfEffectUnique__1 +{variant:9}LocalVaalProjectileSpeedUnique__1 +{variant:10}LocalVaalSkillEffectDurationUnique__1 +{variant:11}LocalVaalSoulGainPreventionUnique__1 +{variant:12}LocalVaalLuckyDamageUnique__1 +{variant:13}LocalVaalAuraEffectUnique__1 +{variant:14}LocalVaalUsesToStoreUnique__1 +]],[[ Uzaza's Meadow Sapphire Ring League: Delve @@ -1091,8 +1128,8 @@ Implicits: 1 LightningResistUnique__2 {variant:1}15% increased Damage with Hits against Shocked Enemies {variant:2,3}IncreasedDamageToShockedTargetsUniqueRing29 -LightningDamagePercentUniqueRing29 -IncreasedManaUniqueAmulet19 +CriticalStrikesDealIncreasedLightningDamageUnique__1Royale_ +IncreasedManaUniqueBootsStrDex4 {variant:1,2}{tags:life}0.2% of Damage Leeched as Life against Shocked Enemies {variant:3}LifeLeechPermyriadVsShockedEnemiesUniqueRing29 {variant:1}{tags:jewellery_elemental}5% chance to Shock @@ -1120,7 +1157,7 @@ Implicits: 1 League: Blight AddedPhysicalDamageImplicitRing1 StrengthUniqueClaw5_ -CausesBleedingUnique__1 +CausesBleedingUniqueTwoHandAxe7Updated BleedDamageUnique__1_ ChilledWhileBleedingUnique__1_ NonChilledEnemiesBleedAndChillUnique__1_ @@ -1156,7 +1193,7 @@ Requires Level 45 Implicits: 1 RingHasOneSocket LocalIncreaseSocketedAuraGemLevelUnique___2___ -{tags:mana}Socketed Gems have 10% increased Mana Reservation +SocketedItemsHaveIncreasedReservationUnique__1 AllAttributesUnique__14 {tags:life}15 Life Regenerated per second for each Uncorrupted Item Equipped TotalManaCostPerCorruptedItemUnique__1 @@ -1203,7 +1240,7 @@ League: Metamorph Requires Level 16 Implicits: 1 FireResistUniqueAmulet4 -StrengthUnique___2 +StrengthUnique__18 MeleeDamageUnique__1 AvoidStunUnique__1 RingAttackSpeedUnique__1 diff --git a/src/Data/Uniques/Special/shield.lua b/src/Data/Uniques/Special/shield.lua index 7532291661..4b5437a40b 100644 --- a/src/Data/Uniques/Special/shield.lua +++ b/src/Data/Uniques/Special/shield.lua @@ -10,7 +10,7 @@ Variant: Pre 3.10.0 Variant: Current Requires Level 67, 159 Str Implicits: 1 -{variant:2,3}IncreasedLifeUniqueHelmetDex5 +{variant:2,3}IncreasedLifeImplicitShield1 LocalIncreasedPhysicalDamageReductionRatingPercentUnique__8 IncreasedLifeUniqueGlovesInt3 ReducedMaximumEnduranceChargeUniqueCorruptedJewel17 @@ -60,7 +60,7 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 61, 159 Str Implicits: 1 -{variant:4}IncreasedLifeImplicitGlovesDemigods1 +{variant:4}IncreasedLifeUnique___7Royale_ {variant:1}Adds 10 to 25 Fire Damage to Spells and Attacks {variant:2}Adds (7-10) to (15-25) Fire Damage to Spells and Attacks {variant:3,4}AddedFireDamageUniqueShieldStr3 @@ -78,7 +78,7 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 70, 159 Str Implicits: 1 -{variant:3}IncreasedLifeImplicitGlovesDemigods1 +{variant:3}IncreasedLifeUnique___7Royale_ LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_ {variant:1}IncreasedLifeUniqueHelmetDex4 {variant:2,3}IncreasedLifeUniqueShieldStr1 @@ -93,7 +93,7 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 11, 33 Str Implicits: 1 -{variant:2}IncreasedLifeUniqueHelmetDex5 +{variant:2}IncreasedLifeImplicitShield1 LocalIncreasedPhysicalDamageReductionRatingPercentUnique__2 IncreasedLifeUnique__19 AlwaysHitsUniqueGlovesDexInt4 @@ -105,8 +105,8 @@ Pinnacle Tower Shield Source: Vendor recipe Requires Level 70, 159 Str Implicits: 1 -IncreasedLifeImplicitGlovesDemigods1 -LocalIncreaseSocketedGemLevelUniqueWand8 +IncreasedLifeUnique___7Royale_ +LocalIncreaseSocketedGemLevelUniqueRing39 TriggeredElementalAegisSkillUnique__1_ LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_ IncreasedLifeUniqueGlovesInt3 @@ -121,7 +121,7 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 35, 87 Str Implicits: 1 -{variant:3,4}IncreasedLifeImplicitGlovesDemigods1 +{variant:3,4}IncreasedLifeUnique___7Royale_ {variant:2,3,4}LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9 {variant:1}IncreasedLifeUnique__80_ {variant:2,3,4}IncreasedLifeUnique__67_ @@ -141,9 +141,9 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 30, 76 Str Implicits: 1 -{variant:3}IncreasedLifeUniqueHelmetDex5 +{variant:3}IncreasedLifeImplicitShield1 LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__8 {variant:1}-10 Physical Damage taken from Projectile Attacks {variant:2,3}-(50-80) Physical Damage taken from Projectile Attacks ArmourPercent VsProjectilesUniqueShieldStr2 @@ -157,7 +157,7 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 17, 46 Str Implicits: 1 -{variant:3}IncreasedLifeImplicitGlovesDemigods1 +{variant:3}IncreasedLifeUnique___7Royale_ {variant:2,3}LocalIncreasedPhysicalDamageReductionRatingPercentUnique__11 IncreasedLifeUniqueShieldStr5 TotemAreaOfEffectUniqueShieldStr5 @@ -172,7 +172,7 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 61, 159 Str Implicits: 1 -{variant:2,3}IncreasedLifeImplicitGlovesDemigods1 +{variant:2,3}IncreasedLifeUnique___7Royale_ TotemDamageUnique__1_ IncreasedLifeUniqueHelmetDex4 Can have up to 1 additional Totem summoned at a time @@ -185,7 +185,7 @@ Ebony Tower Shield League: Heist Requires Level 61, 159 Str Implicits: 1 -IncreasedLifeImplicitGlovesDemigods1 +IncreasedLifeUnique___7Royale_ IncreasedLifeUniqueHelmetDex4 AdditionalBrandUnique__1 CriticalStrikeChancePerBrandUnique__1___ @@ -238,8 +238,8 @@ Implicits: 1 {variant:3}MovementVelocityImplicitShield3 IncreaseSocketedCurseGemLevelUnique__1 LocalIncreasedEvasionRatingPercentUnique__5 -{variant:2,3}IncreasedLifeUnique__47 -{variant:2,3}IncreasedEnergyShieldUnique__9 +{variant:2,3}IncreasedLifeUniqueQuiver3 +{variant:2,3}LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ 100% increased Curse Duration AdditionalBlockChanceUniqueShieldStrInt6 ChanceForEnemyToFleeOnBlockUniqueShieldDex4 @@ -255,8 +255,8 @@ Implicits: 1 {variant:3}MovementVelocityImplicitShield3 IncreaseSocketedCurseGemLevelUnique__1 LocalIncreasedEvasionRatingPercentUnique__5 -{variant:2,3}IncreasedLifeUnique__47 -{variant:2,3}IncreasedEnergyShieldUnique__9 +{variant:2,3}IncreasedLifeUniqueQuiver3 +{variant:2,3}LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ 100% increased Curse Duration AdditionalBlockChanceUniqueShieldStrInt6 ChanceForEnemyToFleeOnBlockUniqueShieldDex4 @@ -273,7 +273,7 @@ Implicits: 1 IncreasedLifeUniqueGlovesInt3 LifeRegenerationUniqueShieldDex2 LightningResistUniqueStrDexHelmet1 -LifeLeechPermyriadUniqueShieldDex2 +LifeLeechPermyriadUnique__4 {variant:1}+10% Chance to Block {variant:2,3}AdditionalBlockChanceUniqueShieldStrInt6 ]],[[ @@ -299,7 +299,7 @@ Variant: Current Requires Level 16, 44 Dex Implicits: 1 {variant:4}MovementVelocityMarakethBowImplicit1 -LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1 +IncreasedEvasionRatingPercentUnique__1_ MaximumColdResistUniqueShieldDex1 ColdResistUniqueShieldDex1 {variant:3,4}PhysicalAddedAsColdUnique__2 @@ -316,7 +316,7 @@ Variant: Current Requires Level 16, 44 Dex Implicits: 1 {variant:3}MovementVelocityMarakethBowImplicit1 -LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1 +IncreasedEvasionRatingPercentUnique__1_ MaximumColdResistUniqueShieldDex1 ColdResistUniqueShieldDex1 {variant:2,3}PhysicalAddedAsColdUnique__2 @@ -389,8 +389,8 @@ ReflectDamageToAttackersOnBlockUniqueShieldDex5 Apep's Slumber Variant: Pre 3.14.0 Variant: Current -{variant:2}Vaal Spirit Shield {variant:1}Ancient Spirit Shield +{variant:2}Vaal Spirit Shield League: Incursion Upgrade: Upgrades to unique{Apep's Supremacy} via currency{Vial of Awakening} {variant:1}Requires Level 45, 110 Int @@ -478,7 +478,7 @@ Upgrade: Upgrades to unique{Esh's Visage} using currency{Blessing of Esh} Requires Level 53, 128 Int IntelligenceUnique__7 IncreasedLifeUnique__36_ -LocalIncreasedEnergyShieldPercentUnique__6 +LocalIncreasedEnergyShieldPercentUnique___4_ LightningResistUnique__7 AddedLightningDamagePerShockedEnemyKilledUnique__1 ReflectsShocksUnique__1 @@ -495,7 +495,7 @@ Implicits: 2 {variant:2}SpellDamageImplicitShield1 IncreasedLifeUnique__36_ LocalIncreasedEnergyShieldPercentUnique__9 -LightningResistUnique__8 +LightningResistUniqueAmulet15 ChaosResistUnique__4 ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1 ReflectsShockToEnemiesInRadiusUnique__1 @@ -566,7 +566,7 @@ IncreasedMaximumPowerChargesUnique__3 PowerChargeOnHitUnique__1 {variant:1,2,3}6% increased Spell Damage per Power Charge {variant:4}IncreasedSpellDamagePerPowerChargeUnique__1 -LosePowerChargesOnMaxPowerChargesUnique__1 +LosePowerChargesOnMaxPowerChargesUnique__2 ShockOnMaxPowerChargesUnique__1 ]],[[ Manastorm @@ -589,7 +589,7 @@ Requires Level 23, 60 Int Implicits: 2 {variant:1}5% increased Spell Damage {variant:2}SpellDamageImplicitShield1 -LocalIncreaseSocketedMinionGemLevelUnique__4 +LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2 IncreasedManaUniqueShieldInt2 LocalIncreasedEnergyShieldPercentUniqueShieldInt2 AuraEffectOnMinionsUniqueShieldInt2 @@ -623,11 +623,11 @@ Requires Level 68, 159 Int {variant:2,3}+(10-15)% chance to Block Spell Damage {variant:1,2}SpellDamageUniqueStaff11_ LocalIncreasedEnergyShieldPercentUniqueShieldInt1 -MaximumLifeUnique__3 +MaximumLifeUniqueBodyInt3 {variant:1,2}LightningResistUniqueShieldInt1 {variant:3}SacrificeLifeOnSpellSkillUnique__1 -{variant:3}2% increased Critical Strike Chance for Spells per 100 Maximum Life -{variant:3}2% increased Spell Damage per 100 Maximum Life +{variant:3}SpellCriticalStrikeChancePerLifeUnique__1 +{variant:3}SpellDamagePerLifeUnique__1 ]],[[ The Scales of Justice Chiming Spirit Shield @@ -667,9 +667,9 @@ BlockRecoveryImplicitShield2 LocalIncreasedPhysicalDamageUniqueSceptre9 LocalIncreasedArmourAndEvasionUniqueShieldStrDex1 {variant:1}FireResistUniqueBelt13 -{variant:1}ColdResistUniqueBelt13 +{variant:1}ColdResistUniqueShieldStrDex1 {variant:1}LightningResistUniqueShieldStrDex1 -{variant:2,3}AllResistancesUnique__20 +{variant:2,3}AllResistancesUnique__7 {variant:1,2}+36% chance to Block Spell Damage while on Low Life {variant:3}SpellBlockPercentageOnLowLifeUniqueShieldStrDex1_ AdditionalBlockChanceUniqueShieldStrDex1 @@ -717,7 +717,7 @@ AdditionalBlockChanceUnique__7__ Vix Lunaris Cardinal Round Shield Requires Level: 66, 85 Str, 85 Dex -LocalIncreaseSocketedGemLevelUniqueWand8 +LocalIncreaseSocketedGemLevelUniqueRing39 TriggeredColdAegisSkillUnique__1 LocalIncreasedArmourAndEvasionUnique__4 IncreasedLifeUniqueGlovesInt3 @@ -788,7 +788,7 @@ Archon Kite Shield Requires Level: 68, 85 Str, 85 Int Implicits: 1 AllResistancesImplicitShield3 -LocalIncreaseSocketedGemLevelUniqueWand8 +LocalIncreaseSocketedGemLevelUniqueRing39 TriggeredFireAegisSkillUnique__1_ LocalIncreasedArmourAndEnergyShieldUnique__18_ IncreasedLifeUniqueGlovesInt3 @@ -852,7 +852,7 @@ Implicits: 2 {variant:2,3}AllResistancesImplicitShield1 {variant:1,2}+(21-24)% chance to Block Spell Damage {variant:3}+(15-20)% chance to Block Spell Damage -SpellDamageUniqueSceptre2 +SpellDamageOnWeaponUniqueDagger1Royale AllResistancesUniqueIntHelmet3 {variant:1}+5% to all maximum Resistances {variant:2,3}IncreasedMaximumResistsUniqueShieldStrInt1 @@ -902,7 +902,7 @@ Implicits: 1 AllResistancesImplicitShield3 HarbingerSkillOnEquipUnique__3 IncreasedLifeUniqueGlovesInt3 -AllResistancesUniqueBootsStr1 +AllResistancesUnique__2 GainManaOnBlockUnique__1 AdditionalBlockChanceUniqueShieldStrInt6 (50-70)% increased Damage with Channelling Skills @@ -916,7 +916,7 @@ Implicits: 1 AllResistancesImplicitShield3 HarbingerSkillOnEquipUnique2__3 IncreasedLifeUniqueGlovesInt3 -AllResistancesUniqueBootsStr1 +AllResistancesUnique__2 GainManaOnBlockUnique__1 AdditionalBlockChanceUniqueShieldStrInt6 (50-70)% increased Damage with Channelling Skills @@ -971,7 +971,7 @@ Requires Level 66, 85 Dex, 85 Int Implicits: 1 DodgeImplicitMarakethSword1 LocalIncreasedEvasionAndEnergyShieldUnique__30_ -ManaRegenerationUnique__12 +ManaRegenerationUnique__13 ChanceToBeShockedUnique__2 ColdHitAndDoTDamageTakenAsLightningUnique__1 FireHitAndDoTDamageTakenAsLightningUnique__1 @@ -985,7 +985,7 @@ Implicits: 2 {variant:1}AttackerTakesDamageShieldImplicit3 {variant:2}4% chance to Dodge Attacks LocalIncreasedEvasionAndEnergyShieldUnique__1 -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__8 LocalIncreasedEnergyShieldUnique__6 ItemFoundRarityIncreaseUniqueHelmetDex3 25% chance to avoid Fire Damage when Hit diff --git a/src/Data/Uniques/Special/staff.lua b/src/Data/Uniques/Special/staff.lua index 6c8ef8ff3f..a0133ec003 100644 --- a/src/Data/Uniques/Special/staff.lua +++ b/src/Data/Uniques/Special/staff.lua @@ -252,7 +252,7 @@ Requires Level 58, 99 Str, 99 Int Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2,3}StaffBlockPercentImplicitStaff1 -LocalIncreaseSocketedMinionGemLevelUnique__4 +LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2 {variant:3}MinionDamageUnique__7 {variant:3}AttackBlockPerSkeletonUnique__1 {variant:1,2}MinionAttackAndCastSpeedPerSkeleton__1 @@ -386,15 +386,17 @@ League: Legion Source: Drops from Vaal Legion Variant: Pre 2.6.0 Variant: Pre 3.11.0 +Variant: Pre 3.15.0 Variant: Current Requires Level 68, 113 Str, 113 Int Implicits: 3 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff -{variant:3}20% Chance to Block Spell Damage while wielding a Staff +{variant:3,4}20% Chance to Block Spell Damage while wielding a Staff SupportedByEchoUniqueStaff6 SpellDamageUniqueStaff6 -MaximumManaUniqueStaff6 +{variant:1,2,3}100% increased maximum Mana +{variant:4}MaximumManaUniqueStaff6 ]],[[ Realmshaper Iron Staff @@ -443,7 +445,7 @@ LocalIncreaseSocketedFireGemLevelUniqueStaff1 {variant:1,2}SpellDamageUnique__10 {variant:1,2}FireDamagePercentBodyStr1 {variant:3,4}FireDamagePercentUniqueStaff1_ -IncreasedCastSpeedUniqueWand10 +IncreasedCastSpeedUniqueStaff1 {variant:1,2,3}BurnDamageUniqueStaff1 {variant:4}FireDamageOverTimeMultiplierUnique__1 ]],[[ @@ -453,10 +455,10 @@ Variant: Pre 2.0.0 Requires Level 18, 35 Str, 35 Int Implicits: 1 12% Chance to Block Attack Damage while wielding a Staff -LocalIncreaseSocketedFireGemLevelUnique__2 +LocalIncreaseSocketedFireGemLevelUnique__1_ SpellDamageUnique__10 FireDamagePercentBodyStr1 -IncreasedCastSpeedUniqueWand10 +IncreasedCastSpeedUniqueStaff1 BurnDamageUniqueStaff1 ]],[[ Sire of Shards @@ -502,7 +504,7 @@ Implicits: 2 LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 LocalAddedColdDamageUniqueStaff14 LocalAddedLightningDamageUniqueStaff14 -LocalCriticalStrikeChanceUniqueStaff14 +LocalCriticalStrikeChanceUnique__7 {variant:1}CannotBeShockedWhileFrozenUniqueStaff14 {variant:2}You Cannot Be Shocked While Chilled {variant:2}ChanceToShockChilledEnemiesUnique__1 @@ -515,7 +517,7 @@ Implicits: 1 18% Chance to Block Attack Damage while wielding a Staff 15% Chance to Block Attack Damage while wielding a Staff LocalAddedPhysicalDamageUnique__33_ -LocalCriticalStrikeChanceUniqueStaff14 +LocalCriticalStrikeChanceUnique__7 ConvertPhysicalToColdUniqueGlovesDex1 ConvertPhysicaltoLightningUnique__1 CannotBeShockedWhileChilledUnique__1 @@ -536,7 +538,7 @@ Implicits: 3 {variant:1,2}+1 to Level of all Cold Spell Skill Gems {variant:3,4}LocalIncreaseSocketedColdGemLevelUniqueStaff2 {variant:1}SpellDamageUnique__7 -{variant:2,3,4}SpellDamageUniqueStaff2 +{variant:2,3,4}SpellDamageUniqueGlovesInt2 ColdDamagePercentUniqueStaff2 IncreasedCastSpeedUniqueStaff2 ChanceToFreezeUniqueStaff2 diff --git a/src/Data/Uniques/Special/sword.lua b/src/Data/Uniques/Special/sword.lua index 641f989888..1969114435 100644 --- a/src/Data/Uniques/Special/sword.lua +++ b/src/Data/Uniques/Special/sword.lua @@ -44,7 +44,7 @@ Implicits: 2 {variant:1}Adds (15-30) to (35-50) Physical Damage {variant:2}Adds (20-40) to (55-70) Physical Damage {variant:3,4}LocalAddedPhysicalDamageUniqueOneHandSword9 -LocalIncreasedAttackSpeedUniqueOneHandSword9 +LocalIncreasedAttackSpeedUniqueOneHandSword11 IncreasedEvasionRatingUniqueOneHandSword9 MovementVelocityUniqueOneHandSword9 {variant:1,2,3}+(180-200) to Accuracy Rating @@ -74,7 +74,7 @@ Implicits: 2 {variant:1,2}18% increased Accuracy Rating {variant:3}AccuracyPercentImplicitSword1 {variant:1}LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1 -{variant:2,3}LocalIncreasedPhysicalDamagePercentUniqueOneHandSword2 +{variant:2,3}LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace4 IntelligenceUniqueOneHandSword2 CriticalStrikeChanceUniqueOneHandSword2 ManaLeechPermyriadUniqueOneHandSword2 @@ -91,7 +91,7 @@ Requires Level 28, 46 Str, 55 Dex Implicits: 2 {variant:1,2}18% Increased Accuracy Rating {variant:3}IncreasedAccuracySwordImplicit3 -DisableOffhandSlot +DisableOffHandSlotUnique__1 LocalIncreasedPhysicalDamagePercentUniqueRapier1 LocalCriticalStrikeChanceUniqueOneHandSword4 {variant:1}+(15-20)% to Global Critical Strike Multiplier @@ -111,7 +111,7 @@ Requires Level 51, 104 Str, 122 Dex Implicits: 2 {variant:1}18% increased Accuracy Rating {variant:2}IncreasedAccuracySwordImplicit9 -DisableOffhandSlot +DisableOffHandSlotUnique__1 LocalAddedPhysicalDamageUniqueOneHandSword10 LocalCriticalStrikeChanceUniqueOneHandSword10 BurnDurationUnique__1 @@ -151,7 +151,7 @@ Implicits: 2 {variant:4,5,6}AccuracyPercentImplicitSword1 {variant:1,2}Adds 1 to (500-600) Lightning Damage {variant:3,4,5,6}LocalAddedLightningDamageUniqueOneHandSword6 -IncreasedAttackSpeedUniqueQuiver6 +LocalIncreasedAttackSpeedUniqueOneHandSword6 {variant:1}6% increased Damage taken per Frenzy Charge {variant:2,3,4}3% increased Damage taken per Frenzy Charge {variant:5,6}DamageTakenPerFrenzyChargeUniqueOneHandSword6 @@ -171,8 +171,8 @@ LocalAddedPhysicalDamageUniqueOneHandSword11 {variant:1}LocalIncreasedPhyiscalDamagePercentUnique__3 {variant:2}LocalIncreasedPhysicalDamageUniqueOneHandSword11 {variant:1}LocalIncreasedAttackSpeedUniqueBow10 -{variant:2}LocalIncreasedAttackSpeedUniqueOneHandSword9 -5% reduced Mana Reserved +{variant:2}LocalIncreasedAttackSpeedUniqueOneHandSword11 +IncreasedManaReservationsCostUniqueOneHandSword11 CannotBeBuffedByAlliedAurasUniqueOneHandSword11 AurasCannotBuffAlliesUniqueOneHandSword11 IncreasedBuffEffectivenessUniqueOneHandSword11 @@ -238,7 +238,7 @@ Sockets: R-R-R-R-R-R Requires Level: 2 Implicits: 1 AccuracyPercentImplicitSword1 -DisableOffhandSlot +DisableOffHandSlotUnique__1 LocalCriticalStrikeChanceUnique__13 PhysicalDamageToAttacksPerLevelUnique__2 GainHerEmbraceOnIgniteUnique__1 @@ -344,7 +344,7 @@ IncreasedPhysicalDamagePercentOnLowLifeUniqueOneHandSword1 LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1 LocalAddedPhysicalDamageUniqueDescentOneHandSword1 IncreasedAttackSpeedUniqueQuiver1 -IncreasedLifeImplicitGlovesDemigods1 +IncreasedLifeUnique___7Royale_ LifeGainPerTargetUniqueOneHandSword1 ]],[[ Dreadbeak @@ -360,7 +360,7 @@ LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1 {variant:1}Adds (90-98) to (133-140) Physical Damage {variant:2}LocalAddedPhysicalDamageUnique__35 IncreasedAttackSpeedUniqueQuiver1 -IncreasedLifeImplicitGlovesDemigods1 +IncreasedLifeUnique___7Royale_ LifeGainPerTargetUniqueOneHandSword1 OnslaughtOnLowLifeUnique__1 ]],[[ @@ -392,7 +392,7 @@ AccuracyPercentImplicitSword1 HarbingerSkillOnEquipUnique__1 LocalGrantsStormCascadeOnAttackUnique__1 SpellDamageUnique__5 -LocalIncreasedPhysicalDamagePercentUnique__5 +LocalIncreasedPhysicalDamagePercentUnique__27 LocalAddedLightningDamageUnique__5 SpellAddedLightningDamageUnique__4 10% increased Area of Effect of Area Skills @@ -407,7 +407,7 @@ AccuracyPercentImplicitSword1 HarbingerSkillOnEquipUnique2_1 LocalGrantsStormCascadeOnAttackUnique__1 SpellDamageUnique__5 -LocalIncreasedPhysicalDamagePercentUnique__5 +LocalIncreasedPhysicalDamagePercentUnique__27 LocalAddedLightningDamageUnique__5 SpellAddedLightningDamageUnique__4 10% increased Area of Effect of Area Skills @@ -481,8 +481,8 @@ MinionLeechOnPoisonedEnemiesUnique__1 Story of the Vaal Variant: Pre 3.14.0 Variant: Current -{variant:2}Gemstone Sword {variant:1}Variscite Blade +{variant:2}Gemstone Sword League: Incursion Upgrade: Upgrades to unique{Fate of the Vaal} via currency{Vial of Fate} {variant:1}Requires Level 35, 62 Str, 62 Dex @@ -507,7 +507,7 @@ Variant: Pre 3.10.0 Variant: Current Requires Level 56, 96 Str, 96 Dex Implicits: 1 -IncreasedAccuracySwordImplicit7 +IncreasedAccuracy2hSwordImplicit7 {variant:1}LocalIncreasedPhysicalDamageUniqueClaw8 {variant:2}LocalIncreasedPhysicalDamagePercentUnique__35 LocalIncreasedAttackSpeedUniqueBow10 @@ -572,7 +572,7 @@ Implicits: 3 {variant:1}+20% to Global Critical Strike Multiplier {variant:2}CriticalMultiplierUniqueGlovesDexInt2 {variant:3}CriticalMultiplierImplicitSword1 -LocalIncreasedPhysicalDamagePercentUniqueRapier2 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword1 ItemFoundRarityDecreaseUniqueRapier1 AllResistancesUniqueRapier2 +3 Life gained for each Enemy hit by your Attacks @@ -587,7 +587,7 @@ Implicits: 3 {variant:1}+20% to Global Critical Strike Multiplier {variant:2}CriticalMultiplierUniqueGlovesDexInt2 {variant:3}CriticalMultiplierImplicitSword1 -LocalIncreasedPhysicalDamagePercentUnique__5 +LocalIncreasedPhysicalDamagePercentUnique__27 StrengthUnique__4 IncreasedManaUnique__2 MovementVelocityUniqueIntHelmet2 @@ -608,7 +608,7 @@ SpellAddedColdDamageUnique__4 LocalIncreasedAttackSpeedUnique__12 AddedIntelligenceRequirementsUnique__1 GlobalCriticalStrikeChanceAgainstChilledUnique__1 -Trigger a Socketed Cold Spell on Melee Critical Strike +CastSocketedColdSkillsOnCriticalStrikeUnique__1 ]],[[ Daresso's Passion Estoc @@ -667,11 +667,11 @@ Implicits: 3 {variant:2}CriticalMultiplierUniqueGlovesDexInt2 {variant:3}CriticalMultiplierImplicitSword1 LocalIncreaseSocketedMeleeGemLevelUniqueRapier1 -DisableOffhandSlot +DisableOffHandSlotUnique__1 LocalIncreasedPhysicalDamagePercentUniqueRapier1 LocalAddedFireDamageUniqueRapier1 LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 -CriticalStrikeChanceImplicitDaggerNew1 +CriticalStrikeChanceImplicitDagger1 IncreasedEvasionRatingUniqueRapier1 ItemFoundRarityDecreaseUniqueRapier1 MovementVelocityOnLowLifeUniqueBootsDex3 @@ -786,7 +786,7 @@ Implicits: 3 {variant:3}CriticalMultiplierImplicitSword1 {variant:1,2}(270-320)% increased Physical Damage {variant:3}LocalIncreasedPhysicalDamagePercentUnique__18 -LifeLeechPermyriadUniqueShieldDex2 +LifeLeechPermyriadUnique__4 MeleeDamageAgainstBleedingEnemiesUnique__1 CannotLeechFromCriticalStrikesUnique___1 ChanceToBlindOnCriticalStrikesUnique__1 @@ -878,7 +878,7 @@ Requires Level 44, 77 Str, 77 Dex Implicits: 2 {variant:1}18% increased Accuracy Rating {variant:2,3}IncreasedAccuracy2hSwordImplicit5 -LocalIncreasedPhysicalDamagePercentUniqueRapier2 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword1 LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 {variant:1,2}+(150-200) to Accuracy Rating {variant:3}IncreasedAccuracyUniqueRing12 diff --git a/src/Data/Uniques/Special/wand.lua b/src/Data/Uniques/Special/wand.lua index 0477527730..06fb4f7dc8 100644 --- a/src/Data/Uniques/Special/wand.lua +++ b/src/Data/Uniques/Special/wand.lua @@ -109,7 +109,7 @@ Requires Level 40, 131 Int Implicits: 2 {variant:1}SpellDamageImplicitGloves1 {variant:2,3}SpellDamageOnWeaponImplicitWand9 -IntelligenceUniqueWand2 +IntelligenceUniqueOneHandAxe1 {variant:1,2}MinionRunSpeedUnique__4 {variant:3}MinionRunSpeedUniqueWand2 {variant:1,2}Minions deal (10-30)% increased Damage @@ -127,7 +127,7 @@ Requires Level 40, 131 Int Implicits: 1 SpellDamageOnWeaponImplicitWand9 LifeReservationUniqueWand2 -IntelligenceUniqueWand2 +IntelligenceUniqueOneHandAxe1 MinionRunSpeedUnique__5 MinionDamageUniqueWand2 ExtraRagingSpiritsUnique__1 @@ -152,7 +152,7 @@ SpellDamageUnique__6 {variant:4}LocalIncreasedPhysicalDamagePercentUniqueWand1 IntelligenceUniqueOneHandSword2 TalismanIncreasedLightningDamage -IncreasedCastSpeedUniqueWand10 +IncreasedCastSpeedUniqueStaff1 BlindingHitUniqueWand1 ]],[[ Obliteration @@ -195,7 +195,7 @@ Implicits: 1 +1 to Level of Socketed Active Skill Gems per 25 Player Levels Adds 3 to 5 Physical Damage to Attacks with this Weapon per 3 Player Levels (8-12)% increased Attack Speed -Trigger a Socketed Spell when you Attack with this Weapon +TriggerSocketedSpellOnAttackUnique__1 ]],[[ Reverberation Rod Spiraled Wand @@ -208,7 +208,7 @@ Implicits: 2 {variant:1}SpellDamageOnWeaponImplicitWand2 {variant:2,3}SpellDamageOnWeaponImplicitWand5 {variant:1,2}LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 -{variant:3}LocalIncreaseSocketedGemLevelUniqueWand8 +{variant:3}LocalIncreaseSocketedGemLevelUniqueRing39 SupportedByEchoUniqueWand8New_ IntelligenceUniqueWand8 ]],[[ @@ -230,7 +230,7 @@ Requires Level 36, 83 Int Implicits: 1 SpellDamageOnWeaponImplicitWand5 {variant:1}LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 -{variant:2}LocalIncreaseSocketedGemLevelUniqueWand8 +{variant:2}LocalIncreaseSocketedGemLevelUniqueRing39 SocketedGemsGetIncreasedAreaOfEffectUnique__1 SupportedByEchoUniqueWand8New_ ControlledDestructionSupportUnique__1New_ @@ -288,7 +288,7 @@ Upgrade: Upgrades to unique{Tulfall} using currency{Blessing of Tul} Requires Level 24, 83 Int Implicits: 1 SpellDamageOnWeaponImplicitWand5 -IncreasedCastSpeedUnique__7 +IncreasedCastSpeedFishing__Unique1 GainPowerChargeOnKillingFrozenEnemyUnique__1 AddedColdDamagePerPowerChargeUnique__1 GainManaOnKillingFrozenEnemyUnique__1 @@ -300,10 +300,10 @@ Source: Upgraded from unique{Tulborn} using currency{Blessing of Tul} Requires Level 65, 212 Int Implicits: 1 SpellDamageOnWeaponImplicitWand16 -IncreasedCastSpeedUnique__7 +IncreasedCastSpeedFishing__Unique1 GainPowerChargeOnKillingFrozenEnemyUnique__1 AddedColdDamagePerPowerChargeUnique__2 -LosePowerChargesOnMaxPowerChargesUnique__1 +LosePowerChargesOnMaxPowerChargesUnique__2 WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1 IncreasedColdDamagePerFrenzyChargeUnique__1 ]],[[ @@ -314,7 +314,7 @@ Requires Level 65, 212 Int Implicits: 1 SpellDamageOnWeaponImplicitWand16 IncreasedCastSpeedUnique__22 -LosePowerChargesOnMaxPowerChargesUnique__1 +LosePowerChargesOnMaxPowerChargesUnique__2 WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1 IncreasedColdDamagePerFrenzyChargeUnique__2 PowerChargeOnHittingFrozenEnemyUnique__1 diff --git a/src/Data/Uniques/amulet.lua b/src/Data/Uniques/amulet.lua index 6bff92530a..17078e2f4c 100644 --- a/src/Data/Uniques/amulet.lua +++ b/src/Data/Uniques/amulet.lua @@ -755,7 +755,7 @@ Requires Level 28 Implicits: 2 {variant:1}+(16-24)% to Global Critical Strike Multiplier {variant:2}{tags:critical}+(24-36)% to Global Critical Strike Multiplier -+7% to Unarmed Melee Attack Critical Strike Chance +{tags:critical}+7% to Unarmed Melee Attack Critical Strike Chance {tags:attack}Modifiers to Claw Damage also apply to Unarmed Attack Damage {tags:attack,speed}Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed {tags:attack,critical}Modifiers to Claw Critical Strike Chance also apply to Unarmed Attack Critical Strike Chance @@ -834,7 +834,7 @@ Implicits: 1 {tags:resource,life}+(50-70) to maximum Life {variant:1}{tags:mana}(2-3) Mana Regenerated per second {variant:2}{tags:mana}(8-10) Mana Regenerated per second -{tags:mana}Temporal Chains has 100% reduced Reservation if Cast as an Aura +{tags:caster}Temporal Chains has 100% reduced Reservation if Cast as an Aura Gain Shaper's Presence for 10 seconds when you kill a Rare or Unique Enemy ]],[[ Star of Wraeclast diff --git a/src/Data/Uniques/belt.lua b/src/Data/Uniques/belt.lua index 0506b20ea7..0294f8b9d5 100644 --- a/src/Data/Uniques/belt.lua +++ b/src/Data/Uniques/belt.lua @@ -203,7 +203,7 @@ Variant: Current (Lightning) Requires Level 68 Implicits: 1 {tags:attribute}+(25-35) to Strength -{variant:1,5}{tags:physical}(20-30)% increased Physical Damage +{variant:1,5}{tags:physical,attack}(20-30)% increased Physical Damage {variant:2,6}{tags:elemental_damage}(20-30)% increased Fire Damage {variant:3,7}{tags:elemental_damage}(20-30)% increased Cold Damage {variant:4,8}{tags:elemental_damage}(20-30)% increased Lightning Damage diff --git a/src/Data/Uniques/body.lua b/src/Data/Uniques/body.lua index 130e469378..097af213fa 100644 --- a/src/Data/Uniques/body.lua +++ b/src/Data/Uniques/body.lua @@ -518,7 +518,7 @@ Savant's Robe League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 56, 152 Int -(180-230)% increased Energy Shield +{fractured}(180-230)% increased Energy Shield +600 Strength and Intelligence Requirement +10 to maximum Divine Charges Gain a Divine Charge on Hit diff --git a/src/Data/Uniques/flask.lua b/src/Data/Uniques/flask.lua index 9450e646f0..318a8e39c0 100644 --- a/src/Data/Uniques/flask.lua +++ b/src/Data/Uniques/flask.lua @@ -167,17 +167,17 @@ Variant: Current Requires Level 22 Implicits: 0 {variant:7}Recharges 1 Charge when you Consume an Ignited corpse -{variant:8}Recharges 5 Charges when you consume an Ignited Corpse +{variant:8}Recharges 5 Charges when you Consume an Ignited corpse {variant:7}Enemies Ignited by you during Flask Effect take 10% increased Damage {variant:8}Enemies Ignited by you during Flask Effect take (7-10)% increased Damage {variant:7,8}Recover (1-3)% of Life when you Kill an Enemy during Flask Effect {variant:7,8}Recover (1-3)% of Mana when you Kill an Enemy during Flask Effect {variant:7,8}Recover (1-3)% of Energy Shield when you Kill an Enemy during Flask Effect -{variant:8}+90 to maximum charges -{variant:8}(250-300)% increased Charges Used +{variant:8}+90 to Maximum Charges +{variant:8}(250-300)% increased Charges used {variant:1}{crafted}(60-80)% increased Critical Strike Chance during Flask Effect {variant:2}{crafted}15% of Damage Taken from Hits is Leeched as Life during Flask Effect -{variant:3}{crafted}(20-30)% increased Rarity of Items found during Flask Effect +{variant:3}(20-30)% increased Rarity of Items found during Flask effect {variant:4}{crafted}(25-20)% reduced Mana Cost of Skills during Flask Effect {variant:5}{crafted}(8-12)% increased Movement Speed during Flask effect {variant:5}{crafted}50% Chance to avoid being Stunned during Flask Effect @@ -192,7 +192,7 @@ Variant: Current Requires Level 68 {variant:2}(-10-10)% increased Charges used {variant:3}(125-150)% increased Charges used -{variant:3}(40-60)% reduced duration +{variant:3}(40-60)% reduced Duration {variant:1}30% increased Area of Effect during Flask Effect {variant:2}(15-25)% increased Area of Effect during Flask Effect {variant:3}(10-20)% increased Area of Effect during Flask Effect @@ -211,7 +211,7 @@ Requires Level 27 {variant:3,4}Recover (75-100)% of your maximum Life on use {variant:1}15% of maximum Life taken as Chaos Damage per second {variant:2,3}8% of Maximum Life taken as Chaos Damage per second -{variant:4}25% of maximum Life taken as Chaos Damage per second +{variant:4}25% of Maximum Life taken as Chaos Damage per second ]],[[ Kiara's Determination Silver Flask @@ -344,7 +344,7 @@ Requires Level 27 {variant:1}100% increased Charges used {variant:1}Vaal Skills deal (30-40)% more Damage during Effect {variant:1}Vaal Skills used during effect do not apply Soul Gain Prevention -{variant:1}Gains no Charges during effect of any Soul Ripper Flask +{variant:1}Gains no Charges during Effect of any Soul Ripper Flask {variant:2}+(-40 to 90) maximum Charges {variant:2}Loses all Charges when you enter a new area {variant:2}Consumes Maximum Charges to use diff --git a/src/Data/Uniques/gloves.lua b/src/Data/Uniques/gloves.lua index dab6c981ed..ff5338e9ea 100644 --- a/src/Data/Uniques/gloves.lua +++ b/src/Data/Uniques/gloves.lua @@ -756,7 +756,7 @@ Requires Level 58, 45 Dex, 45 Int +(50-60) to maximum Life +6 to Maximum Life per Elder Item Equipped +4% to Damage over Time Multiplier for Ailments per Elder Item Equipped -8% increased Effect of non-Damaging Ailments per Elder Item Equipped +8% increased Effect of Non-Damaging Ailments per Elder Item Equipped Remove an Ailment when you use a Flask if all Equipped Items are Elder Items Elder Item ]],[[ diff --git a/src/Data/Uniques/helmet.lua b/src/Data/Uniques/helmet.lua index c36fb71d11..fa41df286d 100644 --- a/src/Data/Uniques/helmet.lua +++ b/src/Data/Uniques/helmet.lua @@ -962,7 +962,7 @@ Requires Level 37, 42 Str, 42 Int {variant:2}+(100-120) to maximum Mana {variant:2}Gain (5-10)% of Maximum Mana as Extra Maximum Energy Shield Enemies Cannot Leech Mana From you -(5-10)% of Damage taken Gained as Mana over 4 seconds when Hit +(5-10)% of Damage taken Recouped as Mana Cannot Leech Mana ]],[[ Speaker's Wreath @@ -1283,7 +1283,7 @@ Requires Level 25, 30 Str, 30 Dex, 30 Int (25-35)% increased Ward (20-30)% faster Restoration of Ward (15-25)% increased Light Radius -Increases and Reductions to maximum Energy Shield instead apply to Ward +Increases and Reductions to Maximum Energy Shield instead apply to Ward ]],[[ Cadigan's Crown Runic Crown diff --git a/src/Data/Uniques/mace.lua b/src/Data/Uniques/mace.lua index bc48e06d6c..4169b06c6d 100644 --- a/src/Data/Uniques/mace.lua +++ b/src/Data/Uniques/mace.lua @@ -280,7 +280,7 @@ Socketed Gems are Supported by Level 1 Ice Bite Socketed Gems are Supported by Level 1 Cold Penetration {variant:1,2}Socketed Gems are Supported by Level 1 Mana Leech Socketed Gems are Supported by Level 10 Added Cold Damage -Socketed Gems are Supported by level 1 Inspiration +Socketed Gems are Supported by Level 1 Inspiration ]],[[ Replica Bitterdream Shadow Sceptre diff --git a/src/Data/Uniques/ring.lua b/src/Data/Uniques/ring.lua index c06cd3b5fb..5687ae4a6b 100644 --- a/src/Data/Uniques/ring.lua +++ b/src/Data/Uniques/ring.lua @@ -700,7 +700,7 @@ Implicits: 1 {variant:1}{tags:jewellery_elemental,attack}Adds (8-10) to (12-14) Fire Damage to Attacks {variant:2}{tags:elemental_damage,attack,caster}Adds (8-10) to (12-14) Fire Damage to Spells and Attacks {variant:1}{tags:resource,life}+(4-5) Life gained for each Ignited Enemy hit by your Attacks -{variant:2}{tags:life}Recover (20-30) Life when you Ignite an Enemy +{variant:2}{tags:resource,life}Recover (20-30) Life when you Ignite an Enemy 15% increased Ignite Duration on Enemies {variant:1}{tags:jewellery_elemental}5% chance to Ignite {variant:2}10% chance to Ignite @@ -1073,11 +1073,11 @@ Has 1 Socket {variant:2}Socketed Vaal Skills require 30% less Souls per Use {variant:3}Socketed Vaal Skills can store Souls for 1 additional Use {variant:4}Hits from Socketed Vaal Skills ignore Enemy Monster Resistances -{variant:5}Hits from Socketed Vaal Skills ignore Enemy Monster Physical Damage Reduction +{variant:5}{tags:physical}Hits from Socketed Vaal Skills ignore Enemy Monster Physical Damage Reduction {variant:6}Socketed Vaal Skills grant Elusive when Used {variant:7}You have Tailwind if you've used a Socketed Vaal Skill Recently {variant:8}Socketed Vaal Skills have 60% increased Area of Effect -{variant:9}Socketed Vaal Skills have 80% increased Projectile Speed +{variant:9}{tags:speed}Socketed Vaal Skills have 80% increased Projectile Speed {variant:10}Socketed Vaal Skills have 80% increased Skill Effect Duration {variant:11}Socketed Vaal Skills have 30% reduced Soul Gain Prevention Duration {variant:12}Damage with Hits from Socketed Vaal Skills is Lucky diff --git a/src/Export/Scripts/uniqueText.lua b/src/Export/Scripts/uniqueText.lua index ee086a6ae9..f8e3d4f18d 100644 --- a/src/Export/Scripts/uniqueText.lua +++ b/src/Export/Scripts/uniqueText.lua @@ -24,6 +24,7 @@ for _, name in pairs(ItemTypes) do local specName, specVal = line:match("^([%a ]+): (.+)$") if not specName and line ~= "]],[[" then local variantString = line:match("({variant:[%d,]+})") + local fractured = line:match("({fractured})") or "" local modName = line:gsub("{.+}", "") if uniqueMods[modName] then if variantString then @@ -40,6 +41,7 @@ for _, name in pairs(ItemTypes) do if tags[1] then out:write("{tags:" .. table.concat(tags, ",") .. "}") end + out:write(fractured) out:write(uniqueMods[modName][1], "\n") else out:write(line, "\n") From 91b07866337b2ecad79bc7e6b423c081ac749679 Mon Sep 17 00:00:00 2001 From: Wires77 Date: Thu, 7 Oct 2021 21:27:54 -0500 Subject: [PATCH 06/15] Added fishing rod uniques back, removed Royale mods --- src/Data/Uniques/Special/fishing.lua | 26 ++++++++++++++++++++++++++ src/Export/Scripts/mods.lua | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 src/Data/Uniques/Special/fishing.lua diff --git a/src/Data/Uniques/Special/fishing.lua b/src/Data/Uniques/Special/fishing.lua new file mode 100644 index 0000000000..d9efe2319d --- /dev/null +++ b/src/Data/Uniques/Special/fishing.lua @@ -0,0 +1,26 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Weapon: Fishing Rod +[[ +Reefbane +Fishing Rod +Variant: Pre 2.6.0 +Variant: Current +Requires 8 Str, 8 Dex +IncreasedCastSpeedUnique__3 +FishingLureTypeUnique__1__ +{variant:1}(30-40)% increased Quantity of Fish Caught +{variant:2}FishingQuantityUnique__1 +FishDetectionUnique__1_ +]],[[ +Song of the Sirens +Fishing Rod +Requires 8 Str, 8 Dex +Implicits: 0 +FishingLureTypeUniqueFishingRod1 +(50-40)% reduced Quantity of Fish Caught +FishingRarityUniqueFishingRod1 +FishingExoticFishUniqueFishingRod1 +]] +} diff --git a/src/Export/Scripts/mods.lua b/src/Export/Scripts/mods.lua index cccfbc2acd..e21dc9b164 100644 --- a/src/Export/Scripts/mods.lua +++ b/src/Export/Scripts/mods.lua @@ -99,7 +99,7 @@ writeMods("../Data/Uniques/Special/WatchersEye.lua", function(mod) return mod.Family == "AuraBonus" and mod.GenerationType == 3 and not mod.Id:match("^Synthesis") end) writeMods("../Data/Uniques/Special/Uniques.lua", function(mod) - return mod.Family ~= "AuraBonus" and not mod.Family:match("^EnchantmentHeist") and not mod.Id:match("^Synthesis") and mod.GenerationType == 3 + return mod.Family ~= "AuraBonus" and not mod.Family:match("^EnchantmentHeist") and not mod.Id:match("^Synthesis") and not mod.Id:match("Royale") and mod.GenerationType == 3 and (mod.Domain == 1 or mod.Domain == 2 or mod.Domain == 21 or mod.Domain == 10) end) From 54dd9f92b3915ed03bcbc083613c5eabed07ad9d Mon Sep 17 00:00:00 2001 From: Wires77 Date: Fri, 8 Oct 2021 08:19:50 -0500 Subject: [PATCH 07/15] Removing hack now that GGG fixed their typo --- src/Data/Uniques/Special/Uniques.lua | 121 --------------------------- src/Export/statdesc.lua | 4 - 2 files changed, 125 deletions(-) diff --git a/src/Data/Uniques/Special/Uniques.lua b/src/Data/Uniques/Special/Uniques.lua index 4d4a97c2a4..09ed0c603b 100644 --- a/src/Data/Uniques/Special/Uniques.lua +++ b/src/Data/Uniques/Special/Uniques.lua @@ -5,7 +5,6 @@ return { ["StrengthUniqueRing2"] = { affix = "", "+(10-20) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthImplicitAmulet1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 7, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, ["StrengthImplicitBelt1"] = { affix = "", "+(25-35) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthImplicitBeltRoyale1"] = { affix = "", "+(25-35) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, ["StrengthUniqueHelmetDexInt1"] = { affix = "", "+20 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUniqueTwoHandMace1"] = { affix = "", "+10 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUniqueAmulet5"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, @@ -13,7 +12,6 @@ return { ["StrengthUniqueBootsInt1"] = { affix = "", "+(5-10) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUniqueDagger2"] = { affix = "", "+25 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueBootsStrDex1Royale"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUniqueGlovesDex1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUniqueBelt1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUniqueBelt2"] = { affix = "", "+(40-50) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 20, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, @@ -48,7 +46,6 @@ return { ["StrengthUnique__9"] = { affix = "", "+(20-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUnique__10"] = { affix = "", "+(20-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUnique__11"] = { affix = "", "+(30-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__11Royale__"] = { affix = "", "+(15-25) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUnique__12"] = { affix = "", "+200 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUnique__13_"] = { affix = "", "+(60-120) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUnique__14"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, @@ -56,7 +53,6 @@ return { ["StrengthUnique__16"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 65, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUnique__17"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 62, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUnique__18"] = { affix = "", "+(30-50) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__18Royale__"] = { affix = "", "+(15-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUnique__19_"] = { affix = "", "+(20-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUnique__20_"] = { affix = "", "+20 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, ["StrengthUnique__21"] = { affix = "", "+(10-20) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 50, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, @@ -74,7 +70,6 @@ return { ["DexterityUniqueBodyDex1"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, ["DexterityUniqueBootsInt1"] = { affix = "", "+(5-10) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, ["DexterityUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsStrDex1Royale"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, ["DexterityUniqueBootsInt2"] = { affix = "", "+5 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, ["DexterityUniqueBootsInt3"] = { affix = "", "+10 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, ["DexterityUniqueGlovesDex2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, @@ -202,7 +197,6 @@ return { ["PercentageIntelligenceUnique__3"] = { affix = "", "(8-12)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, ["PercentageIntelligenceUnique__4"] = { affix = "", "(5-8)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, ["AllAttributesImplicitAmulet1"] = { affix = "", "+(10-16) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesImplicitAmuletRoyale1"] = { affix = "", "+(10-16) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, ["AllAttributesUniqueAmulet8"] = { affix = "", "+(80-100) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, ["AllAttributesUniqueBelt3"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 20, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, ["AllAttributesUniqueAmulet9"] = { affix = "", "+(20-40) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, @@ -249,9 +243,7 @@ return { ["IncreasedLifeUniqueHelmetStr1"] = { affix = "", "+(25-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeImplicitRing1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 2, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeImplicitBelt1"] = { affix = "", "+(25-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 10, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeImplicitBeltRoyale1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueBodyStr1"] = { affix = "", "+500 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStr1Royale"] = { affix = "", "+100 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueAmulet4"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueShieldDex2"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueShieldStr1"] = { affix = "", "+(160-180) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -270,11 +262,9 @@ return { ["IncreasedLifeUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueHelmetDex5"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueBodyStrDex3_"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrDex3Royale_"] = { affix = "", "+(25-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueShieldStrInt6"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueBodyStrDex2"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueBootsDex6"] = { affix = "", "+(35-45) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsDex6Royale"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueRing19"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueBelt7"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueBelt8"] = { affix = "", "+(75-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 63, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -295,7 +285,6 @@ return { ["IncreasedLifeUniqueBodyStrInt5"] = { affix = "", "+(80-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueBootsStr2"] = { affix = "", "+(150-200) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueShieldDexInt1"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldDexInt1Royale"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueShieldDex5"] = { affix = "", "+(70-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueBodyStrDex4"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueGlovesStrInt2"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -303,7 +292,6 @@ return { ["IncreasedLifeUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueQuiver9"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueBelt13"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBelt13Royale"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueBodyStrDex5"] = { affix = "", "+(160-200) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueRing28"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUniqueAmulet19"] = { affix = "", "+(40-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 77, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -327,7 +315,6 @@ return { ["IncreasedLifeUnique__2"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique___7"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique___7Royale_"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__8"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__9"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__10"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -348,7 +335,6 @@ return { ["IncreasedLifeUnique__25"] = { affix = "", "+(25-35) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__26"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__27"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__27Royale"] = { affix = "", "+(15-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__28"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__29"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__30"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -368,7 +354,6 @@ return { ["IncreasedLifeUnique__44"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__45"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__46"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__46Royale"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__47"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__48"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__49_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -382,7 +367,6 @@ return { ["IncreasedLifeUnique__57"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__58"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__59"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__59Royale"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__60"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__61"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__62"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -419,7 +403,6 @@ return { ["IncreasedLifeUnique__93"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__94"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__95"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__95Royale_"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__96__"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__97"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__98"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -433,7 +416,6 @@ return { ["IncreasedLifeUnique__106_"] = { affix = "", "+(120-160) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__107"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__108"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__108Royale"] = { affix = "", "+(25-35) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__109_"] = { affix = "", "+(45-65) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__110"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["IncreasedLifeUnique__111__"] = { affix = "", "+(40-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -464,7 +446,6 @@ return { ["IncreasedManaUniqueRing20"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, ["IncreasedManaUniqueHelmetDexInt3"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, ["IncreasedManaUniqueBodyDexInt2"] = { affix = "", "+(100-150) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBodyDexInt2Royale"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, ["IncreasedManaUniqueSceptre6"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, ["IncreasedManaUniqueWand4"] = { affix = "", "+(15-20) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, ["IncreasedManaUniqueBootsStrDex4"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, @@ -544,7 +525,6 @@ return { ["LocalIncreasedEnergyShieldUnique__9"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["LocalIncreasedEnergyShieldUnique__10"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["LocalIncreasedEnergyShieldUnique__11"] = { affix = "", "+(30-45) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__11Royale__"] = { affix = "", "+(5-10) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["LocalIncreasedEnergyShieldUnique__12"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["LocalIncreasedEnergyShieldUnique__13_"] = { affix = "", "+40 to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["LocalIncreasedEnergyShieldUnique__14"] = { affix = "", "+(50-80) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, @@ -576,7 +556,6 @@ return { ["AddedPhysicalDamageUniqueBodyDex2"] = { affix = "", "Your Attacks deal -3 Physical Damage", statOrderKey = "1926", statOrder = { 1926 }, level = 1, group = "DewathsHidePhysicalDamageDealt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, ["AddedPhysicalDamageUniqueBodyDex4"] = { affix = "", "Adds 5 to 12 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["AddedPhysicalDamageUniqueHelmetStr3"] = { affix = "", "Adds 40 to 60 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueHelmetStr3Royale"] = { affix = "", "Adds 5 to 15 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["AddedPhysicalDamageUniqueRing8"] = { affix = "", "Adds 5 to 9 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["AddedPhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Adds 20 to 30 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["AddedPhysicalDamageUniqueQuiver3"] = { affix = "", "(10-14) to (19-24) Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, @@ -593,7 +572,6 @@ return { ["AddedPhysicalDamageUnique__3"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["AddedPhysicalDamageUnique__4"] = { affix = "", "Adds 1 to (15-20) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["AddedPhysicalDamageUnique__5"] = { affix = "", "Adds (3-6) to (10-12) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__5Royale"] = { affix = "", "Adds (1-2) to (3-4) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["AddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (4-10) to (14-36) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["AddedPhysicalDamageUnique__7"] = { affix = "", "Adds (12-15) to (24-28) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["AddedPhysicalDamageUnique__8"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, @@ -617,7 +595,6 @@ return { ["LocalAddedPhysicalDamageUniqueBow5"] = { affix = "", "Adds (15-20) to (25-30) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUniqueTwoHandSword8"] = { affix = "", "Adds (65-75) to (100-110) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "Adds (5-10) to (15-23) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandMace5Royale"] = { affix = "", "Adds (1-3) to (5-8) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUniqueSceptre10"] = { affix = "", "Adds (35-46) to (85-128) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "Adds (5-10) to (13-20) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUniqueWand9"] = { affix = "", "Adds (5-8) to (13-17) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, @@ -631,7 +608,6 @@ return { ["LocalAddedPhysicalDamageUnique__13"] = { affix = "", "Adds (25-35) to (50-65) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUnique__14"] = { affix = "", "Adds (40-50) to (130-150) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUnique__15"] = { affix = "", "Adds (90-115) to (230-260) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__15Royale"] = { affix = "", "Adds (6-10) to (12-16) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUnique__16_"] = { affix = "", "Adds (15-30) to (70-95) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUnique__17_"] = { affix = "", "Adds (10-20) to (30-35) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 50, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUnique__18"] = { affix = "", "Adds (30-40) to (70-80) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 40, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, @@ -640,7 +616,6 @@ return { ["LocalAddedPhysicalDamageUnique__21"] = { affix = "", "Adds (90-110) to (145-170) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUnique__22"] = { affix = "", "Adds (110-125) to (245-265) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUnique__23_"] = { affix = "", "Adds (35-50) to (100-125) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__23Royale"] = { affix = "", "Adds (2-3) to (6-7) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUnique__24"] = { affix = "", "Adds (60-80) to (270-320) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUnique__25"] = { affix = "", "Adds (8-13) to (20-30) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUnique__26"] = { affix = "", "Adds (70-80) to (340-375) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, @@ -663,14 +638,12 @@ return { ["AddedFireDamageImplicitQuiver10"] = { affix = "", "4 to 8 Added Fire Damage with Bow Attacks", statOrderKey = "1582", statOrder = { 1582 }, level = 28, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["AddedFireDamageUniqueQuiver1a"] = { affix = "", "5 to 10 Added Fire Damage with Bow Attacks", statOrderKey = "1582", statOrder = { 1582 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["AddedFireDamageUniqueBootsStrDex1"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueBootsStrDex1Royale___"] = { affix = "", "Adds 4 to 8 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["AddedFireDamageUniqueGlovesInt1"] = { affix = "", "Adds 4 to 8 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["AddedFireDamageUniqueAmulet7"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["AddedFireDamageUniqueBodyInt5"] = { affix = "", "Adds 2 to 3 Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, ["AddedFireDamageUniqueRing10"] = { affix = "", "Adds (8-15) to (20-28) Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["AddedFireDamageUniqueRing20"] = { affix = "", "Adds (20-25) to (30-50) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, ["AddedFireDamageUniqueBelt10"] = { affix = "", "Adds (7-8) to (15-16) Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueBelt10Royale__"] = { affix = "", "Adds 2 to 3 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["AddedFireDamageUniqueRing31"] = { affix = "", "Adds (8-10) to (12-14) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, ["AddedFireDamageUniqueRing28"] = { affix = "", "Adds (12-15) to (25-30) Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["AddedFireDamageUniqueShieldStr3"] = { affix = "", "Adds (12-15) to (30-35) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, @@ -685,10 +658,8 @@ return { ["AddedColdDamageUniqueDexHelmet1"] = { affix = "", "Adds 6 to 12 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 15, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, ["AddedColdDamageUniqueBodyInt5"] = { affix = "", "Adds 2 to 3 Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, ["AddedColdDamageUniqueBow9"] = { affix = "", "Adds (48-60) to (72-90) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueBow9Royale"] = { affix = "", "Adds (6-8) to (12-16) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, ["AddedColdDamageUniqueRing18"] = { affix = "", "Adds (20-25) to (30-50) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, ["AddedColdDamageUniqueBelt10"] = { affix = "", "Adds (5-6) to (12-14) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueBelt10Royale"] = { affix = "", "Adds 1 to 3 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, ["AddedColdDamageUniqueRing30"] = { affix = "", "Adds (7-10) to (15-20) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, ["AddedColdDamageUniqueGlovesStrInt3_"] = { affix = "", "Adds (30-36) to (44-50) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, ["AddedColdDamageUniqueShieldStrDex3"] = { affix = "", "Adds 12 to 15 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, @@ -708,20 +679,16 @@ return { ["AddedLightningDamageUniqueGlovesInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["AddedLightningDamageUniqueGlovesDexInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["AddedLightningDamageUniqueDagger3"] = { affix = "", "Adds 3 to 30 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueDagger3Royale_"] = { affix = "", "Adds 1 to 10 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["AddedLocalLightningDamageUniqueClaw1"] = { affix = "", "Adds 1 to 200 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["AddedLightningDamageUniqueBow8"] = { affix = "", "Adds 1 to 85 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["AddedLightningDamageUniqueBodyInt5_"] = { affix = "", "Adds 1 to 4 Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, ["AddedLightningDamageUniqueGlovesDexInt3"] = { affix = "", "Adds 1 to 100 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["AddedLightningDamageUniqueBodyInt8"] = { affix = "", "Adds 1 to 40 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["AddedLightningDamageUniqueBow9"] = { affix = "", "Adds 1 to (120-150) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBow9Royale"] = { affix = "", "Adds 1 to (25-35) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["AddedLightningDamageUniqueBodyStrDex2"] = { affix = "", "Adds 1 to (20-30) Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["AddedLightningDamageUniqueRing19"] = { affix = "", "Adds 1 to (50-70) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 25, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, ["AddedLightningDamageUniqueBelt10"] = { affix = "", "Adds 1 to (30-34) Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBelt10Royale"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["AddedLightningDamageUniqueBelt12"] = { affix = "", "Adds 1 to (30-50) Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 55, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBelt12Royale"] = { affix = "", "Adds 1 to (15-20) Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 55, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["LocalAddedLightningDamageUniqueOneHandSword6"] = { affix = "", "Adds 1 to (550-650) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["AddedLightningDamageUnique__1"] = { affix = "", "Adds (1-3) to (42-47) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, ["AddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, @@ -729,7 +696,6 @@ return { ["AddedChaosDamageUniqueRing1"] = { affix = "", "Adds 1 to 3 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, ["AddedChaosDamageUniqueBootsStrDex4"] = { affix = "", "Adds (6-9) to (12-16) Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, ["AddedChaosDamageUniqueBootsStrInt2"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUniqueBootsStrInt2Royale"] = { affix = "", "Adds 1 to 7 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, ["AddedChaosDamageUniqueQuiver7"] = { affix = "", "Adds (13-18) to (26-32) Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, ["AddedChaosDamageUniqueAmulet23"] = { affix = "", "Adds 19 to 43 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 25, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, ["AddedChaosDamageUniqueBow12"] = { affix = "", "Adds (50-80) to (130-180) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, @@ -834,7 +800,6 @@ return { ["ElementalDamagePercentImplicitSceptreNew21__"] = { affix = "", "32% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, ["ElementalDamagePercentImplicitSceptreNew22"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, ["ElementalDamagePercentImplicitAtlasRing_"] = { affix = "", "(15-25)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 100, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitRingRoyale"] = { affix = "", "(12-16)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, ["ElementalDamagePercentUnique__1"] = { affix = "", "(15-50)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, ["ElementalDamagePercentUnique__2"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, ["IncreasedPhysicalDamagePercentImplicitBelt1"] = { affix = "", "(12-24)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 2, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, @@ -851,7 +816,6 @@ return { ["IncreasedPhysicalDamagePercentUniqueDescentClaw1"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["IncreasedPhysicalDamagePercentUniqueShieldDexInt1"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["IncreasedPhysicalDamagePercentUniqueBelt13"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueBelt13Royale"] = { affix = "", "5% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["IncreasedPhysicalDamagePercentUniqueJewel9"] = { affix = "", "10% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["IncreasedPhysicalDamagePercentUniqueBootsDexInt4"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["IncreasedPhysicalDamagePercentUniqueSwordImplicit1"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, @@ -885,14 +849,12 @@ return { ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace4"] = { affix = "", "150% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueBow6"] = { affix = "", "(200-260)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow6Royale_"] = { affix = "", "(70-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueBow7"] = { affix = "", "(110-125)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueClaw1"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueSceptre1"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueClaw2"] = { affix = "", "(75-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe4"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueClaw3"] = { affix = "", "(150-170)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw3Royale"] = { affix = "", "(20-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5"] = { affix = "", "(200-220)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueRapier2"] = { affix = "", "(120-150)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, @@ -905,7 +867,6 @@ return { ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword5"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueSceptre5"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6Royale"] = { affix = "", "(20-30)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueBow10"] = { affix = "", "(50-70)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace7"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1"] = { affix = "", "100% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, @@ -915,14 +876,12 @@ return { ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8"] = { affix = "", "(230-260)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe5"] = { affix = "", "(130-150)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword7"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword7Royale_"] = { affix = "", "(10-20)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe8"] = { affix = "", "(120-140)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8"] = { affix = "", "(30-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUniqueStaff9"] = { affix = "", "100% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamageUniqueSceptre9"] = { affix = "", "20% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamageUniqueOneHandMace4"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueOneHandMace5Royale"] = { affix = "", "(10-20)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamageUniqueOneHandSceptre10"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "(80-95)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamageUniqueClaw8"] = { affix = "", "(160-180)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, @@ -970,9 +929,7 @@ return { ["LocalIncreasedPhysicalDamagePercentUnique__28__"] = { affix = "", "(150-170)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUnique__29"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUnique__30"] = { affix = "", "(185-215)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__30Royale"] = { affix = "", "(45-75)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUnique__31"] = { affix = "", "(180-220)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__31Royale_"] = { affix = "", "(50-90)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUnique__32"] = { affix = "", "(30-60)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUnique__33"] = { affix = "", "(140-152)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUnique__34___"] = { affix = "", "(180-210)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, @@ -982,7 +939,6 @@ return { ["LocalIncreasedPhysicalDamagePercentUnique__38"] = { affix = "", "(265-330)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUnique__39"] = { affix = "", "(140-175)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUnique__40"] = { affix = "", "(200-250)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__40Royale_"] = { affix = "", "(25-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUnique__41___"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUnique__42"] = { affix = "", "(230-260)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalIncreasedPhysicalDamagePercentUnique__43"] = { affix = "", "(200-250)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, @@ -997,7 +953,6 @@ return { ["LocalAddedPhysicalDamageUniqueOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUniqueTwoHandMace3"] = { affix = "", "Adds 30 to 40 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUniqueClaw3"] = { affix = "", "Adds 10 to 12 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueClaw3Royale"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageOneHandAxe1"] = { affix = "", "Adds 10 to 20 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["LocalAddedPhysicalDamageUniqueDescentDagger1"] = { affix = "", "Adds 1 to 4 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, @@ -1055,7 +1010,6 @@ return { ["LocalIncreasedEnergyShieldPercent__1"] = { affix = "", "(250-300)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["LocalIncreasedEnergyShieldPercent__2"] = { affix = "", "(210-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["LocalIncreasedEnergyShieldPercent___3"] = { affix = "", "(110-130)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent___3Royale"] = { affix = "", "(50-70)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["LocalIncreasedEnergyShieldPercentUnique___4_"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["LocalIncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(150-200)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["LocalIncreasedEnergyShieldPercentUnique__6"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, @@ -1098,7 +1052,6 @@ return { ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStrDex2"] = { affix = "", "+(5-10) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2"] = { affix = "", "+(180-220) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2Royale"] = { affix = "", "+(15-30) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr5"] = { affix = "", "+(400-600) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueGlovesStr3"] = { affix = "", "(200-220)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStrDexInt1a"] = { affix = "", "(380-420)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, @@ -1150,16 +1103,13 @@ return { ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex2"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex5"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, ["LocalIncreasedEvasionRatingPercentUniqueBodyDex5"] = { affix = "", "(200-250)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex5Royale"] = { affix = "", "(50-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex6"] = { affix = "", "150% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, ["LocalIncreasedEvasionRatingUniqueBodyDex6"] = { affix = "", "+(240-380) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, ["LocalIncreasedEvasionRatingPercentUniqueBodyDex6"] = { affix = "", "(200-240)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, ["LocalIncreasedEvasionRatingPercentUniqueBootsDex5"] = { affix = "", "+(20-30) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, ["LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3"] = { affix = "", "(160-200)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3Royale"] = { affix = "", "(50-80)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, ["LocalIncreasedEvasionRatingPercentUniqueBootsDex6"] = { affix = "", "(160-200)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDex6Royale"] = { affix = "", "(50-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex4"] = { affix = "", "+(40-60) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, ["LocalIncreasedEvasionRatingUniqueBodyDex7"] = { affix = "", "+(120-180) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, ["LocalIncreasedEvasionRatingUnique__1"] = { affix = "", "+(100-150) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, @@ -1203,7 +1153,6 @@ return { ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5"] = { affix = "", "(80-100)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt3"] = { affix = "", "(140-160)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt4"] = { affix = "", "(120-140)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt4Royale"] = { affix = "", "(60-120)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt6"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1e"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1h"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, @@ -1270,12 +1219,10 @@ return { ["LocalIncreasedArmourAndEvasionUnique__15_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, ["LocalIncreasedArmourAndEvasionUnique__16__"] = { affix = "", "(300-400)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, ["LocalIncreasedArmourAndEvasionUnique__17_"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__17Royale__"] = { affix = "", "(30-80)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, ["LocalIncreasedArmourAndEvasionUnique__18"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt1"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt3"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt2"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt2Royale"] = { affix = "", "(40-80)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1d"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1f"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "(245-280)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, @@ -1325,7 +1272,6 @@ return { ["LocalAddedFireDamageUniqueTwoHandAxe1"] = { affix = "", "Adds (16-21) to (32-38) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 37, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["LocalAddedFireDamageUniqueRapier1"] = { affix = "", "Adds 3 to 7 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["LocalAddedFireDamageUniqueBow6"] = { affix = "", "Adds 25 to 50 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueBow6Royale"] = { affix = "", "Adds 4 to 8 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["LocalAddedFireDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["LocalAddedFireDamageUniqueTwoHandSword6"] = { affix = "", "Adds (425-475) to (550-600) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["LocalAddedFireDamageUniqueDescentOneHandMace1"] = { affix = "", "Adds 3 to 6 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, @@ -1334,7 +1280,6 @@ return { ["LocalAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["LocalAddedFireDamageUnique__2"] = { affix = "", "Adds (10-14) to (18-22) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["LocalAddedFireDamageUnique__3"] = { affix = "", "Adds (315-360) to (450-540) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__3Royale__"] = { affix = "", "Adds (12-18) to (22-26) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["LocalAddedFireDamageUnique__4"] = { affix = "", "Adds (223-250) to (264-280) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["LocalAddedFireDamageUnique__5__"] = { affix = "", "Adds (130-160) to (220-240) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["LocalAddedFireDamageUnique__6"] = { affix = "", "Adds (30-45) to (60-80) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, @@ -1367,7 +1312,6 @@ return { ["LocalAddedLightningDamageUnique__2"] = { affix = "", "Adds 1 to (35-45) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["LocalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (45-55) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["LocalAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (50-60) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUnique__4Royale"] = { affix = "", "Adds 1 to (5-6) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["LocalAddedLightningDamageUnique__5"] = { affix = "", "Adds 1 to (60-70) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, ["IncreasedPhysicalDamageReductionRatingPercentUniqueJewel50"] = { affix = "", "(15-20)% increased Armour", statOrderKey = "1087", statOrder = { 1087 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, ["IncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(10-15)% increased Armour", statOrderKey = "1087", statOrder = { 1087 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, @@ -1450,7 +1394,6 @@ return { ["MovementVelocityUniqueBootsStrDex3"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUniqueOneHandAxe3"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUniqueBootsStrInt2_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrInt2Royale"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUniqueBootsDex7"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUniqueBootsA1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUniqueBootsW1"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, @@ -1484,7 +1427,6 @@ return { ["MovementVelocityUnique__16"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUnique__17__"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUnique__18"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__18Royale"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUnique__19"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUnique__20_"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUnique__21"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, @@ -1501,7 +1443,6 @@ return { ["MovementVelocityUnique__32"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUnique__33_"] = { affix = "", "(5-10)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUnique__34"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__34Royale"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUnique__35"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUnique__36_"] = { affix = "", "(5-8)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementVelocityUnique__37"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, @@ -1546,7 +1487,6 @@ return { ["SpellDamageUnique__1"] = { affix = "", "(0-30)% reduced Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, ["SpellDamageUnique__2"] = { affix = "", "(60-80)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, ["SpellDamageUnique__3"] = { affix = "", "40% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__3Royale_"] = { affix = "", "20% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, ["SpellDamageUnique__4"] = { affix = "", "(20-45)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, ["SpellDamageUnique__5"] = { affix = "", "(75-90)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, ["SpellDamageUnique__6"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, @@ -1558,7 +1498,6 @@ return { ["SpellDamageUnique__12"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, ["SpellDamageUnique__13"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, ["SpellDamageOnWeaponUniqueDagger1"] = { affix = "", "(50-70)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponUniqueDagger1Royale"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, ["SpellDamageOnWeaponUniqueDagger4"] = { affix = "", "(60-70)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, ["SpellDamageOnWeaponUniqueWand3"] = { affix = "", "80% reduced Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, ["SpellDamageOnWeaponUniqueTwoHandAxe9"] = { affix = "", "(100-200)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, @@ -1635,7 +1574,6 @@ return { ["ItemFoundRarityIncreaseUniqueStrDexHelmet1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["ItemFoundRarityIncreaseUniqueBootsDexInt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["ItemFoundRarityIncreaseUniqueGlovesStrDex2"] = { affix = "", "(40-50)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueGlovesStrDex2Royale"] = { affix = "", "(70-100)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["ItemFoundRarityIncreaseUniqueTwoHandAxe2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["ItemFoundRarityDecreaseUniqueRapier1"] = { affix = "", "20% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["ItemFoundRarityDecreaseUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, @@ -1864,7 +1802,6 @@ return { ["IncreasedAccuracyUniqueBow7"] = { affix = "", "+(350-400) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, ["IncreasedAccuracyUniqueRing12"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, ["IncreasedAccuracyUniqueHelmetInt7"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueHelmetInt7Royale"] = { affix = "", "+(30-35) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, ["IncreasedAccuracyUniqueTwoHandAxe5"] = { affix = "", "+(120-150) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, ["ReducedAccuracyUniqueTwoHandSword5"] = { affix = "", "-150 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, ["IncreasedAccuracyUniqueAmulet17_"] = { affix = "", "+(80-120) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, @@ -1975,7 +1912,6 @@ return { ["CriticalStrikeChanceUniqueHelmetDex6"] = { affix = "", "(60-75)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, ["CriticalStrikeChanceUniqueWand3"] = { affix = "", "(50-65)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, ["CriticalStrikeChanceImplicitRing1"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 25, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitRingRoyale1_"] = { affix = "", "(30-40)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, ["CriticalStrikeChanceUniqueRing11_"] = { affix = "", "(30-35)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 35, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, ["CriticalStrikeChanceUniqueAmulet17"] = { affix = "", "(200-250)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, ["CriticalStrikeChanceUniqueGlovesStr3"] = { affix = "", "(25-35)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, @@ -2084,7 +2020,6 @@ return { ["ColdResistUniqueStrHelmet2"] = { affix = "", "+30% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUniqueGlovesDex1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueGlovesDex1Royale____"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUniqueBelt1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUniqueBelt4"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, @@ -2111,15 +2046,12 @@ return { ["ColdResistUniqueRing32"] = { affix = "", "+(-25-50)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUniqueBelt14"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUniqueShieldDex7"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueShieldDex7Royale_"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUniqueBootsStrDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__3"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 23, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__3Royale"] = { affix = "", "+(5-15)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 23, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__4"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__5"] = { affix = "", "+75% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__5Royale__"] = { affix = "", "+25% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__6"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__7"] = { affix = "", "+(32-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__8"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, @@ -2132,7 +2064,6 @@ return { ["ColdResistUnique__15"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__16"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__17"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__17Royale"] = { affix = "", "+(10-15)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__18"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__19"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, ["ColdResistUnique__20"] = { affix = "", "+(20-25)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, @@ -2254,7 +2185,6 @@ return { ["AllResistancesImplicitShield3"] = { affix = "", "+12% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, ["AllResistancesImplicitArmour1"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, ["AllResistancesImplicitRing1"] = { affix = "", "+(8-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplicitRoyaleRing1"] = { affix = "", "+(8-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, ["AllResistancesImplicitVictorAmulet"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 16, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, ["AllResistancesUniqueRing3"] = { affix = "", "-20% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, ["AllResistancesUniqueAmulet2"] = { affix = "", "+20% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 10, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, @@ -2263,7 +2193,6 @@ return { ["AllResistancesUniqueHelmetStrInt1"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, ["AllResistancesUniqueBootsStr1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, ["AllResistancesUniqueGlovesStrDex2"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueGlovesStrDex2Royale"] = { affix = "", "+5% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, ["AllResistancesUniqueShieldStrInt1"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, ["AllResistancesUniqueBodyStrInt2"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, ["AllResistancesUniqueAmulet9"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, @@ -2342,7 +2271,6 @@ return { ["CriticalMultiplierUnique__3__"] = { affix = "", "+(23-28)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, ["CriticalMultiplierUnique__4____"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, ["StunRecoveryImplicitBelt1"] = { affix = "", "(15-25)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 20, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryImplicitBeltRoyale1"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["StunRecoveryUniqueBootsStrDex1"] = { affix = "", "20% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["StunRecoveryUniqueHelmetInt6"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["StunRecoveryUniqueBootsStrDex3"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, @@ -2436,7 +2364,6 @@ return { ["FireDamagePercentUniqueWand10"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, ["FireDamagePercentUniqueRing36"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, ["FireDamagePercentUniqueRing38"] = { affix = "", "(30-40)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueRing38Royale"] = { affix = "", "(10-20)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, ["FireDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, ["FireDamagePercentUnique___2"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, ["FireDamagePercentUnique__3"] = { affix = "", "(18-25)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, @@ -2487,7 +2414,6 @@ return { ["LightningDamagePercentUnique__8"] = { affix = "", "(30-40)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, ["LifeGainedFromEnemyDeathUniqueTwoHandAxe1"] = { affix = "", "+20 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["LifeGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "+30 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueDagger1Royale"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["LifeGainedFromEnemyDeathUniqueBootsStrInt1"] = { affix = "", "+(10-20) Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["LifeGainedFromEnemyDeathUniqueTwoHandAxe2"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["LifeGainedFromEnemyDeathUniqueTwoHandMace7"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -2499,7 +2425,6 @@ return { ["LifeGainedFromEnemyDeathUnique__2"] = { affix = "", "+(20-30) Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["ManaGainedFromEnemyDeathUniqueBow2"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, ["ManaGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueDagger1Royale"] = { affix = "", "+3 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, ["ManaGainedFromEnemyDeathUniqueRing4"] = { affix = "", "+5 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, ["ManaGainedFromEnemyDeathUniqueTwoHandSword3"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, ["ManaGainedFromEnemyDeathUniqueTwoHandAxe5"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, @@ -2864,7 +2789,6 @@ return { ["AttackerTakesDamageUniqueIntHelmet1"] = { affix = "", "Reflects 5 Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["AttackerTakesDamageUnique__1"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["AttackerTakesColdDamageGlovesDex1"] = { affix = "", "Reflects 10 Cold Damage to Melee Attackers", statOrderKey = "1706", statOrder = { 1706 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AttackerTakesColdDamageGlovesDex1Royale"] = { affix = "", "Reflects 5 Cold Damage to Melee Attackers", statOrderKey = "1706", statOrder = { 1706 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, ["AttackerTakesDamageUniqueHelmetDex3"] = { affix = "", "Reflects 4 Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["AttackerTakesDamageUniqueHelmetDexInt6"] = { affix = "", "Reflects 100 to 150 Physical Damage to Melee Attackers", statOrderKey = "1700", statOrder = { 1700 }, level = 1, group = "AttackerTakesDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["TakesDamageWhenAttackedUniqueIntHelmet1"] = { affix = "", "+5 Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "TakesDamageWhenAttacked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, @@ -2929,7 +2853,6 @@ return { ["PhysicalAttackDamageReducedUniqueBodyDex3"] = { affix = "", "-(7-5) Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, ["PhysicalAttackDamageReducedUniqueBelt8"] = { affix = "", "-(50-40) Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, ["PhysicalAttackDamageReducedUniqueShieldDexInt1"] = { affix = "", "-(18-14) Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueShieldDexInt1Royale"] = { affix = "", "-(3-2) Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, ["AdditionalBlockChanceUniqueShieldStrDex1"] = { affix = "", "+(3-6)% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["AdditionalBlockChanceUniqueShieldDex1"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["AdditionalBlockChanceUniqueShieldDex2"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, @@ -3112,7 +3035,6 @@ return { ["StrengthRequirementsUnique__1"] = { affix = "", "+100 Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["StrengthRequirementsUnique__2"] = { affix = "", "+200 Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["StrengthRequirementsUnique__3_"] = { affix = "", "+(500-700) Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StrengthRequirementsUnique__3Royale_"] = { affix = "", "+(75-100) Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["IntelligenceRequirementsUniqueOneHandMace3"] = { affix = "", "+300 Intelligence Requirement", statOrderKey = "709", statOrder = { 709 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["IntelligenceRequirementsUniqueBow12"] = { affix = "", "+212 Intelligence Requirement", statOrderKey = "709", statOrder = { 709 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["DexterityRequirementsUnique__1"] = { affix = "", "+160 Dexterity Requirement", statOrderKey = "707", statOrder = { 707 }, level = 1, group = "DexterityRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, @@ -3241,7 +3163,6 @@ return { ["IncreasedLocalAttributeRequirementsUnique__1"] = { affix = "", "800% increased Attribute Requirements", statOrderKey = "705", statOrder = { 705 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["TemporalChainsOnHitUniqueGlovesInt3"] = { affix = "", "Curse Enemies with Temporal Chains on Hit", statOrderKey = "1972", statOrder = { 1972 }, level = 1, group = "TemporalChainsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, ["MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3"] = { affix = "", "+(100-125)% to Melee Critical Strike Multiplier", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3Royale"] = { affix = "", "+(25-30)% to Melee Critical Strike Multiplier", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, ["DisablesOtherRingSlot"] = { affix = "", "Can't use other Rings", statOrderKey = "1149", statOrder = { 1149 }, level = 1, group = "DisablesOtherRingSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["GlobalItemAttributeRequirementsUniqueAmulet10"] = { affix = "", "Items and Gems have 25% reduced Attribute Requirements", statOrderKey = "2003", statOrder = { 2003 }, level = 20, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["GlobalItemAttributeRequirementsUniqueAmulet19"] = { affix = "", "Items and Gems have 10% reduced Attribute Requirements", statOrderKey = "2003", statOrder = { 2003 }, level = 45, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, @@ -3274,7 +3195,6 @@ return { ["ItemDropsOnDeathUniqueAmulet12"] = { affix = "", "Item drops on death", statOrderKey = "2009", statOrder = { 2009 }, level = 1, group = "ItemDropsOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["LightningDamageOnChargeExpiryUniqueAmulet12"] = { affix = "", "Deal 1 to 1000 Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge", statOrderKey = "2008", statOrder = { 2008 }, level = 1, group = "LightningDamageOnChargeExpiry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, ["AttackerTakesChaosDamageUniqueBodyStrInt4"] = { affix = "", "Reflects 30 Chaos Damage to Melee Attackers", statOrderKey = "1709", statOrder = { 1709 }, level = 1, group = "AttackerTakesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AttackerTakesChaosDamageUniqueBodyStrInt4Royale_"] = { affix = "", "Reflects 5 Chaos Damage to Melee Attackers", statOrderKey = "1709", statOrder = { 1709 }, level = 1, group = "AttackerTakesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, ["IncreasedMaximumPowerChargesUniqueWand3"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, ["IncreasedMaximumPowerChargesUniqueStaff7"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, ["IncreasedMaximumPowerChargesUnique__2"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, @@ -3290,7 +3210,6 @@ return { ["IncreasedSpellDamagePerPowerChargeUnique__1"] = { affix = "", "(12-16)% increased Spell Damage per Power Charge", statOrderKey = "1642", statOrder = { 1642 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, ["ConsecratedGroundOnBlockUniqueBodyInt8"] = { affix = "", "100% chance to create Consecrated Ground when you Block", statOrderKey = "2024", statOrder = { 2024 }, level = 1, group = "ConsecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["DesecratedGroundOnBlockUniqueBodyStrInt4"] = { affix = "", "100% chance to create Desecrated Ground when you Block", statOrderKey = "2025", statOrder = { 2025 }, level = 1, group = "DesecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["DesecratedGroundOnBlockUniqueBodyStrInt4Royale_"] = { affix = "", "100% chance to create Desecrated Ground when you Block", statOrderKey = "2025", statOrder = { 2025 }, level = 1, group = "DesecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["DisableChestSlot"] = { affix = "", "Can't use Chest armour", statOrderKey = "2034", statOrder = { 2034 }, level = 1, group = "DisableChestSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["LocalIncreaseSocketedElementalGemUniqueGlovesInt6"] = { affix = "", "+1 to Level of Socketed Elemental Gems", statOrderKey = "81", statOrder = { 81 }, level = 1, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "gem" }, }, ["LocalIncreaseSocketedElementalGemUnique___1"] = { affix = "", "+2 to Level of Socketed Elemental Gems", statOrderKey = "81", statOrder = { 81 }, level = 50, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "gem" }, }, @@ -3399,21 +3318,17 @@ return { ["ManaLeechPermyriadPerPowerChargeUniqueBelt5_"] = { affix = "", "0.2% of Attack Damage Leeched as Mana per Power Charge", statOrderKey = "6115", statOrder = { 6115 }, level = 88, group = "ManaLeechPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, ["LocalChaosDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, ["LocalChaosDamageUniqueTwoHandSword7"] = { affix = "", "Adds (60-68) to (90-102) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalChaosDamageUniqueTwoHandSword7Royale__"] = { affix = "", "Adds (7-11) to (13-23) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, ["LocalAddedChaosDamageUnique___1"] = { affix = "", "Adds 1 to 59 Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, ["LocalAddedChaosDamageUnique__2"] = { affix = "", "Adds (53-67) to (71-89) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, ["ChaosDegenerationAuraPlayersUniqueBodyStr3"] = { affix = "", "450 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, ["ChaosDegenerationAuraNonPlayersUniqueBodyStr3"] = { affix = "", "250 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, ["ChaosDegenerationAuraNonPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, ["ChaosDegenerationAuraPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDegenerationAuraNonPlayersUnique__1Royale__"] = { affix = "", "20 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDegenerationAuraPlayersUnique__1Royale"] = { affix = "", "20 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, ["UniqueWingsOfEntropyCountsAsDualWielding"] = { affix = "", "Counts as Dual Wielding", statOrderKey = "2118", statOrder = { 2118 }, level = 1, group = "CountsAsDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["ChaosDegenerationOnKillUniqueBodyStr3"] = { affix = "", "You take 450 Chaos Damage per second for 3 seconds on Kill", statOrderKey = "2113", statOrder = { 2113 }, level = 1, group = "ChaosDegenerationOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, ["ItemBloodFootstepsUniqueBodyStr3"] = { affix = "", "Gore Footprints", statOrderKey = "7715", statOrder = { 7715 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, ["DisplayChaosDegenerationAuraUniqueBodyStr3"] = { affix = "", "Deals 450 Chaos Damage per second to nearby Enemies", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, ["DisplayChaosDegenerationAuraUnique__1"] = { affix = "", "Deals 50 Chaos Damage per second to nearby Enemies", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DisplayChaosDegenerationAuraUnique__1Royale__"] = { affix = "", "Deals 20 Chaos Damage per second to nearby Enemies", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, ["ItemBloodFootstepsUniqueBootsDex4"] = { affix = "", "Gore Footprints", statOrderKey = "7715", statOrder = { 7715 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, ["ItemSilverFootstepsUniqueHelmetStrDex2"] = { affix = "", "Mercury Footprints", statOrderKey = "7720", statOrder = { 7720 }, level = 1, group = "ItemSilverFootsteps", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["ItemBloodFootstepsUnique__1"] = { affix = "", "Gore Footprints", statOrderKey = "7715", statOrder = { 7715 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, @@ -3434,10 +3349,8 @@ return { ["ChanceToIgniteUniqueOneHandSword4"] = { affix = "", "30% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, ["DisplayDamageAuraUniqueHelmetDexInt2"] = { affix = "", "You and nearby allies gain 15% increased Damage", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "DisplayDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["MainHandAddedFireDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Fire Damage in Main Hand", statOrderKey = "919", statOrder = { 919 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["MainHandAddedFireDamageUniqueTwoHandAxe6Royale"] = { affix = "", "Adds (3-5) to (9-12) Fire Damage in Main Hand", statOrderKey = "919", statOrder = { 919 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["MainHandAddedFireDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Fire Damage in Main Hand", statOrderKey = "919", statOrder = { 919 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, ["OffHandAddedChaosDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Chaos Damage in Off Hand", statOrderKey = "941", statOrder = { 941 }, level = 1, group = "OffHandAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["OffHandAddedChaosDamageUniqueTwoHandAxe6Royale_"] = { affix = "", "Adds (3-5) to (9-12) Chaos Damage in Off Hand", statOrderKey = "941", statOrder = { 941 }, level = 1, group = "OffHandAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, ["OffHandAddedColdDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Cold Damage in Off Hand", statOrderKey = "926", statOrder = { 926 }, level = 1, group = "OffHandAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, ["ChaosDamageCanShockUniqueBow10"] = { affix = "", "Your Chaos Damage can Shock", statOrderKey = "2292", statOrder = { 2292 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, }, ["ConvertLightningDamageToChaosUniqueBow10"] = { affix = "", "60% of Lightning Damage Converted to Chaos Damage", statOrderKey = "1475", statOrder = { 1475 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, @@ -3513,7 +3426,6 @@ return { ["MovementSpeedOnTrapThrowUniqueBootsDex6"] = { affix = "", "30% increased Movement Speed for 9 seconds on Throwing a Trap", statOrderKey = "2195", statOrder = { 2195 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["MovementSpeedOnTrapThrowUnique__1"] = { affix = "", "15% increased Movement Speed for 9 seconds on Throwing a Trap", statOrderKey = "2195", statOrder = { 2195 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["DisplaySupportedByTrapUniqueBootsDex6"] = { affix = "", "Socketed Gems are Supported by Level 11 Trap", statOrderKey = "223", statOrder = { 223 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByTrapUniqueBootsDex6Royale_"] = { affix = "", "Socketed Gems are Supported by Level 1 Trap", statOrderKey = "223", statOrder = { 223 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["DisplaySupportedByTrapUniqueStaff4"] = { affix = "", "Socketed Gems are Supported by Level 8 Trap", statOrderKey = "223", statOrder = { 223 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["DisplaySupportedByTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap", statOrderKey = "223", statOrder = { 223 }, level = 40, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["TrapDurationUniqueBelt6"] = { affix = "", "80% reduced Trap Duration", statOrderKey = "1434", statOrder = { 1434 }, level = 47, group = "TrapDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, @@ -3539,11 +3451,8 @@ return { ["DamageOnMagicMonstersUnique__1_"] = { affix = "", "(20-30)% increased Damage with Hits against Magic monsters", statOrderKey = "4675", statOrder = { 4675 }, level = 1, group = "DamageOnMagicMonsters", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["DamagePerStatusAilmentOnEnemiesUniqueRing21"] = { affix = "", "20% increased Damage with Hits and Ailments per Freeze, Shock or Ignite on Enemy", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "DamagePerStatusAilmentOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["ShrineBuffEffectUniqueHelmetDexInt3"] = { affix = "", "75% increased Effect of Shrine Buffs on you", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ShrineBuffEffectUniqueHelmetDexInt3Royale_"] = { affix = "", "25% increased Effect of Shrine Buffs on you", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["ShrineBuffEffectUnique__1"] = { affix = "", "(50-75)% increased Effect of Shrine Buffs on you", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ShrineBuffEffectUnique__1Royale"] = { affix = "", "(25-50)% increased Effect of Shrine Buffs on you", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["ShrineEffectDurationUniqueHelmetDexInt3"] = { affix = "", "50% increased Duration of Shrine Effects on you", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "ShrineEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ShrineEffectDurationUniqueHelmetDexInt3Royale"] = { affix = "", "50% reduced Duration of Shrine Effects on you", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "ShrineEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["LocalFlaskLifeOnFlaskDurationEndUniqueFlask3"] = { affix = "", "Recover Full Life at the end of the Flask Effect", statOrderKey = "537", statOrder = { 537 }, level = 1, group = "LocalFlaskLifeOnFlaskDurationEnd", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, ["LocalFlaskNoManaCostWhileHealingUniqueFlask4"] = { affix = "", "Your Skills Cost no Mana during Flask effect", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "LocalFlaskNoManaCostWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, ["ShockNearbyEnemyOnShockedKillUniqueRing20"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrderKey = "2238", statOrder = { 2238 }, level = 25, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, @@ -3673,7 +3582,6 @@ return { ["HasTwoSocketsUnique__1"] = { affix = "", "Has 2 Sockets", statOrderKey = "29", statOrder = { 29 }, level = 57, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["IncreasedProjectileDamageUniqueQuiver4"] = { affix = "", "(15-20)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["IncreasedProjectileDamageUniqueStaff10"] = { affix = "", "(60-100)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUniqueStaff10Royale"] = { affix = "", "(15-30)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["IncreasedProjectileDamageUniqueBootsDexInt4"] = { affix = "", "(20-40)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["IncreasedProjectileDamageUnique__5"] = { affix = "", "20% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["IncreasedProjectileDamageUnique__1"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, @@ -3685,7 +3593,6 @@ return { ["IncreasedProjectileDamageUnique___8"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["IncreasedProjectileDamageUnique___9"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["IncreasedProjectileDamageUnique___10_"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique___10Royale_"] = { affix = "", "(10-30)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["SpellBlockPercentageUniqueQuiver4"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["SpellBlockPercentageUniqueShieldDex6"] = { affix = "", "(8-12)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["SupportedByEchoUniqueStaff6"] = { affix = "", "Socketed Gems are Supported by Level 30 Greater Spell Echo", statOrderKey = "121", statOrder = { 121 }, level = 1, group = "DisplaySupportedByGreaterEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, @@ -3788,7 +3695,6 @@ return { ["LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6"] = { affix = "", "25% of Maximum Life taken as Chaos Damage per second", statOrderKey = "544", statOrder = { 544 }, level = 1, group = "LocalFlaskChaosDamageWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, ["PowerChargeOnKnockbackUniqueStaff7"] = { affix = "", "10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage", statOrderKey = "2358", statOrder = { 2358 }, level = 1, group = "PowerChargeOnKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "attack" }, }, ["GrantsBearTrapUniqueShieldDexInt1"] = { affix = "", "Grants Level 25 Bear Trap Skill", statOrderKey = "352", statOrder = { 352 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsBearTrapUniqueShieldDexInt1Royale"] = { affix = "", "Grants Level 5 Bear Trap Skill", statOrderKey = "352", statOrder = { 352 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["PowerChargeOnTrapThrowChanceUniqueShieldDexInt1"] = { affix = "", "25% chance to gain a Power Charge when you Throw a Trap", statOrderKey = "2359", statOrder = { 2359 }, level = 1, group = "PowerChargeOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, ["CritChancePercentPerStrengthUniqueOneHandSword8_"] = { affix = "", "1% increased Critical Strike Chance per 8 Strength", statOrderKey = "2360", statOrder = { 2360 }, level = 1, group = "CritChancePercentPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, ["IncreasedAttackSpeedWhileIgnitedUniqueRing24"] = { affix = "", "20% increased Attack Speed while Ignited", statOrderKey = "2361", statOrder = { 2361 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, @@ -3894,14 +3800,12 @@ return { ["ShocksReflectToSelfUnique__1"] = { affix = "", "Shocks you cause are reflected back to you", statOrderKey = "2197", statOrder = { 2197 }, level = 1, group = "ShockReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, ["MovementVelocityWhileShockedUniqueBelt12"] = { affix = "", "15% increased Movement Speed while Shocked", statOrderKey = "2230", statOrder = { 2230 }, level = 1, group = "MovementWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, ["DamageIncreaseWhileShockedUniqueBelt12"] = { affix = "", "60% increased Damage while Shocked", statOrderKey = "2198", statOrder = { 2198 }, level = 1, group = "DamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageIncreaseWhileShockedUniqueBelt12Royale"] = { affix = "", "30% increased Damage while Shocked", statOrderKey = "2198", statOrder = { 2198 }, level = 1, group = "DamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["DamageOnLowLifeUniqueHelmetStrInt5"] = { affix = "", "20% increased Damage when on Low Life", statOrderKey = "777", statOrder = { 777 }, level = 1, group = "DamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["SocketedGemsSupportedByCastOnDeathUniqueHelmetStrInt5"] = { affix = "", "Socketed Gems are supported by Level 20 Cast on Death", statOrderKey = "242", statOrder = { 242 }, level = 1, group = "DisplaySupportedByCastOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["IncreaseDamageOnBlindedEnemiesUniqueQuiver9_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2235", statOrder = { 2235 }, level = 69, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["IncreaseDamageOnBlindedEnemiesUnique__1"] = { affix = "", "(25-40)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2235", statOrder = { 2235 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["SmokeCloudWhenHitUniqueQuiver9"] = { affix = "", "25% chance to create a Smoke Cloud when Hit", statOrderKey = "2027", statOrder = { 2027 }, level = 1, group = "SmokeCloudWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10"] = { affix = "", "30% increased Elemental Damage with Attack Skills during any Flask Effect", statOrderKey = "2179", statOrder = { 2179 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "attack" }, }, - ["IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10Royale_"] = { affix = "", "15% increased Elemental Damage with Attack Skills during any Flask Effect", statOrderKey = "2179", statOrder = { 2179 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "attack" }, }, ["IncreasedDamageToShockedTargetsUniqueRing29"] = { affix = "", "40% increased Damage with Hits against Shocked Enemies", statOrderKey = "799", statOrder = { 799 }, level = 1, group = "IncreasedDamageToShockedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["LifeLeechVsShockedEnemiesUniqueRing29"] = { affix = "", "100% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1215", statOrder = { 1215 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["LifeLeechPermyriadVsShockedEnemiesUniqueRing29"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1216", statOrder = { 1216 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -4221,7 +4125,6 @@ return { ["SpellAddedColdDamageUnique__6__"] = { affix = "", "Adds (5-6) to (12-14) Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, ["SpellAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, ["SpellAddedLightningDamageUnique__2"] = { affix = "", "Adds (30-40) to (60-70) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__2Royale__"] = { affix = "", "Adds (3-5) to (7-10) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, ["SpellAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (10-12) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, ["SpellAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (60-70) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, ["SpellAddedLightningDamageUnique__5"] = { affix = "", "Adds (26-35) to (95-105) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, @@ -4234,7 +4137,6 @@ return { ["LocalAddedChaosDamageImplicitE3_"] = { affix = "", "Adds (40-55) to (80-98) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 70, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, ["DamageWithMovementSkillsUniqueClaw9"] = { affix = "", "20% increased Damage with Movement Skills", statOrderKey = "980", statOrder = { 980 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["DamageWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(35-50)% increased Damage with Movement Skills", statOrderKey = "980", statOrder = { 980 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageWithMovementSkillsUniqueBodyDex5Royale"] = { affix = "", "(15-25)% increased Damage with Movement Skills", statOrderKey = "980", statOrder = { 980 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["AttackSpeedWithMovementSkillsUniqueClaw9"] = { affix = "", "15% increased Attack Speed with Movement Skills", statOrderKey = "981", statOrder = { 981 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, ["AttackSpeedWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(10-20)% increased Attack Speed with Movement Skills", statOrderKey = "981", statOrder = { 981 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, ["LifeGainedOnKillingIgnitedEnemiesUniqueWand10_"] = { affix = "", "+10 Life gained on Killing Ignited Enemies", statOrderKey = "1275", statOrder = { 1275 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -4282,7 +4184,6 @@ return { ["ManaPerGreenSocketUniqueRing39"] = { affix = "", "+100 to Maximum Mana per Green Socket", statOrderKey = "2142", statOrder = { 2142 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, ["IncreasedDamageOnZeroEnergyShieldUniqueShieldStrInt8"] = { affix = "", "(20-30)% increased Damage while you have no Energy Shield", statOrderKey = "2156", statOrder = { 2156 }, level = 1, group = "IncreasedDamageOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["IncreasedArmourOnZeroEnergyShieldUnique__1"] = { affix = "", "100% increased Global Armour while you have no Energy Shield", statOrderKey = "2157", statOrder = { 2157 }, level = 1, group = "IncreasedArmourOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedArmourOnZeroEnergyShieldUnique__1Royale_"] = { affix = "", "50% increased Global Armour while you have no Energy Shield", statOrderKey = "2157", statOrder = { 2157 }, level = 1, group = "IncreasedArmourOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, ["UnholyMightOnBlockChanceUniqueShieldStrInt8"] = { affix = "", "30% chance to gain Unholy Might on block for 3 seconds", statOrderKey = "2464", statOrder = { 2464 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["UnholyMightOnBlockChanceUnique__1"] = { affix = "", "Gain Unholy Might on block for 10 seconds", statOrderKey = "2464", statOrder = { 2464 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["IncreasedDamageOnBurningGroundUniqueBootsInt6"] = { affix = "", "50% increased Damage on Burning Ground", statOrderKey = "1649", statOrder = { 1649 }, level = 1, group = "IncreasedDamageOnBurningGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, @@ -4465,7 +4366,6 @@ return { ["DisplaySupportedByColdPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Cold Penetration", statOrderKey = "270", statOrder = { 270 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["DisplaySupportedByManaLeechUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Mana Leech", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["DisplaySupportedByAddedColdDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Cold Damage", statOrderKey = "272", statOrder = { 272 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByAddedColdDamageUnique__1Royale"] = { affix = "", "Socketed Gems are Supported by Level 1 Added Cold Damage", statOrderKey = "272", statOrder = { 272 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["DisplaySupportedByReducedManaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "273", statOrder = { 273 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["DisplaySupportedByReducedManaUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "273", statOrder = { 273 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["DisplaySupportedByBonechillUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Bonechill", statOrderKey = "91", statOrder = { 91 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, @@ -4473,7 +4373,6 @@ return { ["CriticalChanceAgainstBlindedEnemiesUnique__1"] = { affix = "", "(120-140)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "2823", statOrder = { 2823 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, ["CriticalChanceAgainstBlindedEnemiesUnique__2__"] = { affix = "", "(30-50)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "2823", statOrder = { 2823 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, ["DamageAgainstNearEnemiesUnique__1"] = { affix = "", "(60-80)% increased Damage with Hits and Ailments against Hindered Enemies", statOrderKey = "3511", statOrder = { 3511 }, level = 1, group = "DamageAgainstNearEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageAgainstNearEnemiesUnique__1Royale__"] = { affix = "", "(20-35)% increased Damage with Hits and Ailments against Hindered Enemies", statOrderKey = "3511", statOrder = { 3511 }, level = 1, group = "DamageAgainstNearEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["BeltSoulEaterDuringFlaskEffect__1"] = { affix = "", "Gain Soul Eater during any Flask Effect", statOrderKey = "2843", statOrder = { 2843 }, level = 57, group = "BeltSoulEaterDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, ["BeltSoulsRemovedOnFlaskUse__1"] = { affix = "", "Lose Souls gained from Soul Eater when you use a Flask", statOrderKey = "2844", statOrder = { 2844 }, level = 1, group = "BeltSoulsRemovedOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, ["FireDamageToNearbyEnemiesOnKillUnique"] = { affix = "", "Trigger Level 1 Fire Burst on Kill", statOrderKey = "442", statOrder = { 442 }, level = 1, group = "DamageToNearbyEnemiesOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, @@ -4502,7 +4401,6 @@ return { ["IncreasedArmourWhileChilledOrFrozenUnique__1"] = { affix = "", "300% increased Armour while Chilled or Frozen", statOrderKey = "2997", statOrder = { 2997 }, level = 1, group = "IncreasedArmourWhileChilledOrFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, ["AddedColdDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (15-25) to (40-50) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, ["AddedColdDamageToSpellsAndAttacksUnique__2"] = { affix = "", "Adds (5-7) to (13-15) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageToSpellsAndAttacksUnique__2Royale"] = { affix = "", "Adds (1-3) to (4-5) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, ["UtilityFlaskSmokeCloud"] = { affix = "", "Creates a Smoke Cloud on Use", statOrderKey = "563", statOrder = { 563 }, level = 1, group = "UtilityFlaskSmokeCloud", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, ["UtilityFlaskConsecrate"] = { affix = "", "Creates Consecrated Ground on Use", statOrderKey = "545", statOrder = { 545 }, level = 1, group = "UtilityFlaskConsecrate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, ["UtilityFlaskChilledGround"] = { affix = "", "Creates Chilled Ground on Use", statOrderKey = "546", statOrder = { 546 }, level = 1, group = "UtilityFlaskChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, @@ -4627,7 +4525,6 @@ return { ["CriticalChanceIncreasedByUncappedLightningResistanceUnique__1"] = { affix = "", "Critical Strike Chance is increased by Lightning Resistance", statOrderKey = "4556", statOrder = { 4556 }, level = 1, group = "CriticalChanceIncreasedByUncappedLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, ["CoverInAshWhenHitUnique__1"] = { affix = "", "Cover Enemies in Ash when they Hit you", statOrderKey = "3896", statOrder = { 3896 }, level = 44, group = "CoverInAshWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["CriticalStrikesDealIncreasedLightningDamageUnique__1"] = { affix = "", "50% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 87, group = "CriticalStrikesDealIncreasedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["CriticalStrikesDealIncreasedLightningDamageUnique__1Royale_"] = { affix = "", "20% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 87, group = "CriticalStrikesDealIncreasedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, ["MaximumEnergyShieldAsPercentageOfLifeUnique__1"] = { affix = "", "Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "6731", statOrder = { 6731 }, level = 60, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["GlobalIgniteProlifUnique__1"] = { affix = "", "Ignites you inflict spread to other Enemies within a Radius of 15", statOrderKey = "1724", statOrder = { 1724 }, level = 1, group = "GlobalIgniteProlif", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, ["ChillEnemiesWhenHitUnique__1"] = { affix = "", "Chill Enemy for 1 second when Hit, reducing their Action Speed by 30%", statOrderKey = "2555", statOrder = { 2555 }, level = 1, group = "ChillEnemiesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, @@ -4642,7 +4539,6 @@ return { ["LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Power Charge on Kill", statOrderKey = "6058,6058.1", statOrder = { 6058, 6058.1 }, level = 1, group = "LightningResistAlsoGrantsPowerChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, ["LightningStrikesOnCritUnique__1"] = { affix = "", "Trigger Level 12 Lightning Bolt when you deal a Critical Strike", statOrderKey = "450", statOrder = { 450 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, ["LightningStrikesOnCritUnique__2"] = { affix = "", "Trigger Level 20 Lightning Bolt when you deal a Critical Strike", statOrderKey = "450", statOrder = { 450 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, - ["LightningStrikesOnCritUnique__2Royale"] = { affix = "", "Trigger Level 1 Lightning Bolt when you deal a Critical Strike", statOrderKey = "450", statOrder = { 450 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, ["ArcticArmourBuffEffectUnique__1_"] = { affix = "", "25% increased Arctic Armour Buff Effect", statOrderKey = "3428", statOrder = { 3428 }, level = 1, group = "ArcticArmourBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["ArcticArmourReservationCostUnique__1"] = { affix = "", "Arctic Armour has 100% reduced Reservation", statOrderKey = "3435", statOrder = { 3435 }, level = 1, group = "ArcticArmourReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["MinionLeechOnPoisonedEnemiesUnique__1"] = { affix = "", "Minions Leech 5% of Damage as Life against Poisoned Enemies", statOrderKey = "6844", statOrder = { 6844 }, level = 1, group = "MinionLeechOnPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, @@ -4770,7 +4666,6 @@ return { ["GlobalAddedLightningDamageUnique__4"] = { affix = "", "Adds (6-10) to (33-38) Lightning Damage", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, ["EnergyShieldRegenerationperMinuteWhileOnLowLifeTransformedUnique__1"] = { affix = "", "Regenerate 2% of Energy Shield per second while on Low Life", statOrderKey = "1319", statOrder = { 1319 }, level = 45, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["ReflectPhysicalDamageToSelfOnHitUnique__1"] = { affix = "", "Enemies you Attack Reflect 100 Physical Damage to you", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "ReflectPhysicalDamageToSelfOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["ReflectPhysicalDamageToSelfOnHitUnique__1Royale"] = { affix = "", "Enemies you Attack Reflect 20 Physical Damage to you", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "ReflectPhysicalDamageToSelfOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["IgnoreHexproofUnique___1"] = { affix = "", "Your Hexes can affect Hexproof Enemies", statOrderKey = "2049", statOrder = { 2049 }, level = 1, group = "IgnoreHexproof", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["PoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "Poison Cursed Enemies on hit", statOrderKey = "3607", statOrder = { 3607 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, ["ChanceToPoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "60% chance to Poison on Hit against Cursed Enemies", statOrderKey = "3608", statOrder = { 3608 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, @@ -4838,7 +4733,6 @@ return { ["IncreaseProjectileAttackDamagePerAccuracyUnique__1"] = { affix = "", "1% increased Projectile Attack Damage per 200 Accuracy Rating", statOrderKey = "3700", statOrder = { 3700 }, level = 1, group = "IncreaseProjectileAttackDamagePerAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, ["AdditionalSpellProjectilesUnique__1"] = { affix = "", "Spells fire an additional Projectile", statOrderKey = "3698", statOrder = { 3698 }, level = 85, group = "AdditionalSpellProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, ["IncreasedMinionDamageIfYouHitEnemyUnique__1"] = { affix = "", "Minions deal 70% increased Damage if you've Hit Recently", statOrderKey = "6835", statOrder = { 6835 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["IncreasedMinionDamageIfYouHitEnemyUnique__1Royale____"] = { affix = "", "Minions deal 15% increased Damage if you've Hit Recently", statOrderKey = "6835", statOrder = { 6835 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, ["MinionDamageAlsoAffectsYouUnique__1"] = { affix = "", "Increases and Reductions to Minion Damage also affect you at 150% of their value", statOrderKey = "3876", statOrder = { 3876 }, level = 1, group = "MinionDamageAlsoAffectsYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, ["GlobalCriticalStrikeChanceAgainstChilledUnique__1"] = { affix = "", "60% increased Critical Strike Chance against Chilled Enemies", statOrderKey = "5127", statOrder = { 5127 }, level = 1, group = "GlobalCriticalStrikeChanceAgainstChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, ["CastSocketedColdSkillsOnCriticalStrikeUnique__1"] = { affix = "", "Trigger a Socketed Cold Spell on Melee Critical Strike, with a 0.15 second Cooldown", statOrderKey = "499", statOrder = { 499 }, level = 1, group = "CastSocketedColdSpellsOnMeleeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental", "cold", "attack", "caster", "gem" }, }, @@ -4940,7 +4834,6 @@ return { ["FlaskElementalDamageTakenOfLowestResistUnique__1"] = { affix = "", "During Flask Effect, 6% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest", statOrderKey = "681", statOrder = { 681 }, level = 1, group = "FlaskElementalDamageTakenOfLowestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, ["SocketedGemsSupportedByEnduranceChargeOnStunUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrderKey = "280", statOrder = { 280 }, level = 1, group = "DisplaySupportedByEnduranceChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, ["DisplayGrantsVengeanceUnique__1"] = { affix = "", "Grants Level 15 Vengeance Skill", statOrderKey = "354", statOrder = { 354 }, level = 1, group = "DisplayGrantsVengeance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["DisplayGrantsVengeanceUnique__1Royale___"] = { affix = "", "Grants Level 1 Vengeance Skill", statOrderKey = "354", statOrder = { 354 }, level = 1, group = "DisplayGrantsVengeance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["CannotLeechLifeUnique__1"] = { affix = "", "Cannot Leech Life", statOrderKey = "2018", statOrder = { 2018 }, level = 1, group = "CannotLeechLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["AllResistanceAt200StrengthUnique__1"] = { affix = "", "+(20-25)% to all Elemental Resistances while you have at least 200 Strength", statOrderKey = "3754", statOrder = { 3754 }, level = 1, group = "AllResistanceAt200Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, ["LifeRegenerationAt400StrengthUnique__1"] = { affix = "", "Regenerate 2% of Life per second with at least 400 Strength", statOrderKey = "5506", statOrder = { 5506 }, level = 1, group = "LifeRegenerationAt400Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, @@ -4966,7 +4859,6 @@ return { ["TotemLeechLifeToYouUnique__1"] = { affix = "", "0.5% of Damage dealt by your Totems is Leeched to you as Life", statOrderKey = "3636", statOrder = { 3636 }, level = 1, group = "TotemLeechLifeToYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["TriggeredConsecrateUnique__1"] = { affix = "", "Trigger Level 10 Consecrate when you deal a Critical Strike", statOrderKey = "389", statOrder = { 389 }, level = 1, group = "TriggeredConsecrate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, ["IncreasedDamageOnConsecratedGroundUnique__1"] = { affix = "", "50% increased Damage while on Consecrated Ground", statOrderKey = "2964", statOrder = { 2964 }, level = 1, group = "IncreasedDamageOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedDamageOnConsecratedGroundUnique__1Royale_"] = { affix = "", "25% increased Damage while on Consecrated Ground", statOrderKey = "2964", statOrder = { 2964 }, level = 1, group = "IncreasedDamageOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["BlockChanceOnConsecratedGroundUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while on Consecrated Ground", statOrderKey = "3840", statOrder = { 3840 }, level = 1, group = "BlockChanceOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["ChillEnemiesOnHitWithWeaponUnique__1"] = { affix = "", "Chill Enemies for 1 second on Hit with this Weapon when in Off Hand", statOrderKey = "5900", statOrder = { 5900 }, level = 1, group = "ChillEnemiesOnHitWithWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, ["SupportFlatAddedFireDamageUnique__1"] = { affix = "", "Socketed Gems deal 63 to 94 Added Fire Damage", statOrderKey = "309", statOrder = { 309 }, level = 1, group = "SupportFlatAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, @@ -5002,7 +4894,6 @@ return { ["LocalVaalAuraEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 50% increased Aura Effect", statOrderKey = "321", statOrder = { 321 }, level = 80, group = "LocalVaalAuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "vaal" }, }, ["IncreasedDamageToChilledEnemies1"] = { affix = "", "(15-20)% increased Damage with Hits against Chilled Enemies", statOrderKey = "4674", statOrder = { 4674 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, ["IncreasedFireDamgeIfHitRecentlyUnique__1"] = { affix = "", "100% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["IncreasedFireDamgeIfHitRecentlyUnique__1Royale_"] = { affix = "", "30% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, ["ImmuneToFreezeAndChillWhileIgnitedUnique__1"] = { affix = "", "Immune to Freeze and Chill while Ignited", statOrderKey = "5390", statOrder = { 5390 }, level = 1, group = "ImmuneToFreezeAndChillWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, ["FirePenetrationIfBlockedRecentlyUnique__1"] = { affix = "", "Damage Penetrates 15% of Fire Resistance if you have Blocked Recently", statOrderKey = "4968", statOrder = { 4968 }, level = 1, group = "FirePenetrationIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, ["DisplayGrantsBloodOfferingUnique__1_"] = { affix = "", "Grants Level 15 Blood Offering Skill", statOrderKey = "393", statOrder = { 393 }, level = 1, group = "DisplayGrantsBloodOffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, @@ -5057,7 +4948,6 @@ return { ["MinionSkillManaCostUnique__2"] = { affix = "", "(20-30)% reduced Mana Cost of Minion Skills", statOrderKey = "6860", statOrder = { 6860 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, ["TriggeredAbyssalCryUnique__1"] = { affix = "", "Trigger Level 1 Intimidating Cry on Hit", statOrderKey = "497", statOrder = { 497 }, level = 1, group = "TriggeredAbyssalCry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["TriggeredLightningWarpUnique__1__"] = { affix = "", "Trigger Level 15 Lightning Warp on Hit with this Weapon", statOrderKey = "429", statOrder = { 429 }, level = 1, group = "TriggeredLightningWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster" }, }, - ["TriggeredLightningWarpUnique__1Royale"] = { affix = "", "Trigger Level 1 Lightning Warp on Hit with this Weapon", statOrderKey = "429", statOrder = { 429 }, level = 1, group = "TriggeredLightningWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster" }, }, ["SummonSkeletonsNumberOfSkeletonsToSummonUnique__1"] = { affix = "", "Summon 4 additional Skeleton Warriors with Summon Skeleton", statOrderKey = "3407", statOrder = { 3407 }, level = 1, group = "SummonSkeletonsNumberOfSkeletonsToSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, ["SummonSkeletonsCooldownTimeUnique__1"] = { affix = "", "+1 second to Summon Skeleton Cooldown", statOrderKey = "7422", statOrder = { 7422 }, level = 1, group = "SummonSkeletonsCooldownTime", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, ["EnergyShieldRechargeStartsWhenStunnedUnique__1"] = { affix = "", "Energy Shield Recharge starts when you are Stunned", statOrderKey = "4888", statOrder = { 4888 }, level = 1, group = "EnergyShieldRechargeStartsWhenStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, @@ -5066,7 +4956,6 @@ return { ["PhysAddedAsChaosWithMaxPowerChargesUnique__1"] = { affix = "", "Gain (8-12)% of Physical Damage as Extra Chaos Damage while at maximum Power Charges", statOrderKey = "2885", statOrder = { 2885 }, level = 1, group = "PhysAddedAsChaosWithMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, ["ScorchingRaySkillUnique__1"] = { affix = "", "Grants Level 25 Scorching Ray Skill", statOrderKey = "377", statOrder = { 377 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["BlightSkillUnique__1"] = { affix = "", "Grants Level 22 Blight Skill", statOrderKey = "381", statOrder = { 381 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["BlightSkillUnique__1Royale__"] = { affix = "", "Grants Level 2 Blight Skill", statOrderKey = "381", statOrder = { 381 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["HarbingerSkillOnEquipUnique__1"] = { affix = "", "Grants Summon Harbinger of the Arcane Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["HarbingerSkillOnEquipUnique__2"] = { affix = "", "Grants Summon Harbinger of Time Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["HarbingerSkillOnEquipUnique__3"] = { affix = "", "Grants Summon Harbinger of Focus Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, @@ -5361,7 +5250,6 @@ return { ["TriggeredColdAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Cold Aegis when Equipped", statOrderKey = "446", statOrder = { 446 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["TriggeredLightningAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Lightning Aegis when Equipped", statOrderKey = "449", statOrder = { 449 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["TriggeredElementalAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Elemental Aegis when Equipped", statOrderKey = "447", statOrder = { 447 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredElementalAegisSkillUnique__1Royale"] = { affix = "", "Triggers Level 1 Elemental Aegis when Equipped", statOrderKey = "447", statOrder = { 447 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["TriggeredPhysicalAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Physical Aegis when Equipped", statOrderKey = "451", statOrder = { 451 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["SupportedByBlasphemyUnique"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "274", statOrder = { 274 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, ["GrantCursePillarSkillUnique"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills ignore Curse Limit", statOrderKey = "394,394.1,394.2", statOrder = { 394, 394.1, 394.2 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, @@ -5452,7 +5340,6 @@ return { ["StrengthDamageBonus3Per10Unique__1"] = { affix = "", "Strength's Damage Bonus instead grants 3% increased Melee", "Physical Damage per 10 Strength", statOrderKey = "7389,7389.1", statOrder = { 7389, 7389.1 }, level = 1, group = "StrengthDamageBonus3Per10", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, ["CannotBlockSpellsUnique__1"] = { affix = "", "Cannot Block Spells", statOrderKey = "4334", statOrder = { 4334 }, level = 1, group = "CannotBlockSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "+(80-100) to Evasion Rating and Energy Shield", statOrderKey = "5937", statOrder = { 5937 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__1Royale"] = { affix = "", "+(40-50) to Evasion Rating and Energy Shield", statOrderKey = "5937", statOrder = { 5937 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__2_"] = { affix = "", "+(120-150) to Evasion Rating and Energy Shield", statOrderKey = "5937", statOrder = { 5937 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, ["IntimidateOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks", statOrderKey = "5889", statOrder = { 5889 }, level = 1, group = "IntimidateOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, ["MaimOnHitWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks", statOrderKey = "5890", statOrder = { 5890 }, level = 1, group = "MaimOnHitWithRangedAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, @@ -5460,7 +5347,6 @@ return { ["MinionAccuracyWithMinionAbyssJewelUnique__1"] = { affix = "", "With a Ghastly Eye Jewel Socketed, Minions have +1000 to Accuracy Rating", statOrderKey = "5983", statOrder = { 5983 }, level = 1, group = "MinionAccuracyWithMinionAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, ["AbyssJewelEffectUnique__1"] = { affix = "", "75% increased Effect of Socketed Jewels", statOrderKey = "344", statOrder = { 344 }, level = 1, group = "AbyssJewelEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["IncreasedArmourWhileStationaryUnique__1"] = { affix = "", "80% increased Armour while stationary", statOrderKey = "3939", statOrder = { 3939 }, level = 1, group = "IncreasedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedArmourWhileStationaryUnique__1Royale"] = { affix = "", "30% increased Armour while stationary", statOrderKey = "3939", statOrder = { 3939 }, level = 1, group = "IncreasedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, ["NumberOfProjectilesIfHitRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've been Hit Recently", statOrderKey = "6957", statOrder = { 6957 }, level = 1, group = "NumberOfProjectilesIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["GainIronReflexesWhileStationaryUnique__1"] = { affix = "", "Iron Reflexes while stationary", statOrderKey = "7702", statOrder = { 7702 }, level = 1, group = "GainIronReflexesWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, ["PlayerFarShotUnique__2"] = { affix = "", "Far Shot", statOrderKey = "7689", statOrder = { 7689 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, @@ -5636,7 +5522,6 @@ return { ["DamageOnMovementSkillUnique__1"] = { affix = "", "Take (100-200) Physical Damage when you use a Movement Skill", statOrderKey = "7209", statOrder = { 7209 }, level = 1, group = "DamageOnMovementSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["RagingSpiritDamageUnique__1_"] = { affix = "", "Summoned Raging Spirits deal (130-150)% increased Damage", statOrderKey = "3062", statOrder = { 3062 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, ["RagingSpiritDamageUnique__2"] = { affix = "", "Summoned Raging Spirits deal (60-80)% increased Damage", statOrderKey = "3062", statOrder = { 3062 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["RagingSpiritDamageUnique__2Royale"] = { affix = "", "Summoned Raging Spirits deal (15-30)% increased Damage", statOrderKey = "3062", statOrder = { 3062 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, ["RagingSpiritAlwaysIgniteUnique__1"] = { affix = "", "Summoned Raging Spirits' Hits always Ignite", statOrderKey = "7125", statOrder = { 7125 }, level = 1, group = "RagingSpiritAlwaysIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "minion", "ailment" }, }, ["ReducedRagingSpiritsAllowedUnique__1"] = { affix = "", "75% reduced Maximum number of Summoned Raging Spirits", statOrderKey = "6991", statOrder = { 6991 }, level = 1, group = "ReducedRagingSpiritsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, ["BlindingAuraSkillUnique__1"] = { affix = "", "Triggers Level 20 Blinding Aura when Equipped", statOrderKey = "392", statOrder = { 392 }, level = 79, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, @@ -5850,7 +5735,6 @@ return { ["ColdDamageTakenUnique__1"] = { affix = "", "5% reduced Cold Damage taken", statOrderKey = "2807", statOrder = { 2807 }, level = 1, group = "ColdDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, ["ColdDamageTakenUnique__2"] = { affix = "", "10% increased Cold Damage taken", statOrderKey = "2807", statOrder = { 2807 }, level = 1, group = "ColdDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, ["OnslaughtEffectUnique__1"] = { affix = "", "(60-100)% increased Onslaught Effect", statOrderKey = "2707", statOrder = { 2707 }, level = 1, group = "OnslaughtEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaughtEffectUnique__1Royale_"] = { affix = "", "(20-50)% increased Onslaught Effect", statOrderKey = "2707", statOrder = { 2707 }, level = 1, group = "OnslaughtEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["PhysicalDamageWhileResoluteTechniqueUnique__1__"] = { affix = "", "100% increased Physical Damage while you have Resolute Technique", statOrderKey = "7707", statOrder = { 7707 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, ["IncreasedWeaponElementalDamagePercentPerPowerChargeUnique__1"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills per Power Charge", statOrderKey = "4812", statOrder = { 4812 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, ["ArrowsAlwaysPierceAfterForkingUnique__1__"] = { affix = "", "Arrows Pierce all Targets after Forking", statOrderKey = "3944", statOrder = { 3944 }, level = 1, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, @@ -5980,9 +5864,7 @@ return { ["MinimumPowerChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Power Charges while on Low Life", statOrderKey = "6811", statOrder = { 6811 }, level = 1, group = "MinimumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, ["SpellCriticalStrikeChanceIfKilledRecentlyUnique__1"] = { affix = "", "(125-175)% increased Critical Strike Chance for Spells if you've Killed Recently", statOrderKey = "4561", statOrder = { 4561 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, ["SpellCriticalStrikeMultiplierIfNotKilledRecentlyUnique__1"] = { affix = "", "+(40-60)% to Critical Strike Multiplier for Spells if you haven't Killed Recently", statOrderKey = "4588", statOrder = { 4588 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, - ["SpellCriticalStrikeMultiplierIfNotKilledRecentlyUnique__1Royale"] = { affix = "", "+(10-30)% to Critical Strike Multiplier for Spells if you haven't Killed Recently", statOrderKey = "4588", statOrder = { 4588 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, ["RagingSpiritLifeUnique__1"] = { affix = "", "Summoned Raging Spirits have (80-100)% increased maximum Life", statOrderKey = "6857", statOrder = { 6857 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["RagingSpiritLifeUnique__1Royale"] = { affix = "", "Summoned Raging Spirits have (20-30)% increased maximum Life", statOrderKey = "6857", statOrder = { 6857 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, ["RagingSpiritDurationUnique__1"] = { affix = "", "Summon Raging Spirit has (20-30)% increased Duration", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "MinionDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, ["RagingSpiritChaosDamageTakenUnique__1"] = { affix = "", "Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage", statOrderKey = "6858", statOrder = { 6858 }, level = 68, group = "RagingSpiritChaosDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, ["LosePowerChargeWhenHitUnique__1"] = { affix = "", "Lose a Power Charge when Hit", statOrderKey = "7535", statOrder = { 7535 }, level = 1, group = "LosePowerChargeWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, @@ -5999,7 +5881,6 @@ return { ["KeystoneInnerConvictionUnique__1"] = { affix = "", "Inner Conviction", statOrderKey = "7676", statOrder = { 7676 }, level = 1, group = "KeystoneInnerConviction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge", "damage" }, }, ["FasterPoisonDamageUnique__1"] = { affix = "", "Poisons you inflict deal Damage 20% faster", statOrderKey = "4942", statOrder = { 4942 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, ["TriggerRainOfArrowsOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Rain of Arrows when you Attack with a Bow", statOrderKey = "485", statOrder = { 485 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["TriggerRainOfArrowsOnBowAttackUnique__1Royale"] = { affix = "", "Trigger Level 1 Rain of Arrows when you Attack with a Bow", statOrderKey = "485", statOrder = { 485 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, ["TriggerToxicRainOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Toxic Rain when you Attack with a Bow", statOrderKey = "505", statOrder = { 505 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, ["CursesRemainOnDeathUnique__1_"] = { affix = "", "Non-Aura Curses you inflict are not removed from Dying Enemies", statOrderKey = "4631", statOrder = { 4631 }, level = 1, group = "CursesRemainOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, ["EnemiesNearCursesBlindAndExplodeUnique__1"] = { affix = "", "Enemies near corpses affected by your Curses are Blinded", "Enemies Killed near corpses affected by your Curses explode, dealing", "3% of their Life as Physical Damage", statOrderKey = "4850,4850.1,4850.2", statOrder = { 4850, 4850.1, 4850.2 }, level = 1, group = "EnemiesNearCursesBlindAndExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, @@ -6400,7 +6281,6 @@ return { ["LifeRecoveryRateUnique__1"] = { affix = "", "(20-25)% increased Life Recovery rate", statOrderKey = "1123", statOrder = { 1123 }, level = 1, group = "LifeRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, ["EnergyShieldRegenerationWhileShockedUnique__1"] = { affix = "", "Regenerate 5% of Energy Shield per second while Shocked", statOrderKey = "2442", statOrder = { 2442 }, level = 1, group = "EnergyShieldRegenerationWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, ["StrUniqueShieldTriggerShieldShatterOnBlock"] = { affix = "", "Trigger Level 20 Shield Shatter when you Block", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["StrUniqueShieldTriggerShieldShatterOnBlockRoyale"] = { affix = "", "Trigger Level 1 Shield Shatter when you Block", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["UniqueStaffTriggerAtziriStormCall__1____"] = { affix = "", "Queen's Demand can Trigger Level 20 Storm of Judgement", statOrderKey = "473", statOrder = { 473 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["UniqueStaffTriggerAtziriStormFlameblast__1"] = { affix = "", "Queen's Demand can Trigger Level 20 Flames of Judgement", statOrderKey = "472", statOrder = { 472 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, ["UniqueStaffGrantQueensDemand___"] = { affix = "", "Grants Level 20 Queen's Demand Skill", statOrderKey = "431", statOrder = { 431 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, @@ -6648,7 +6528,6 @@ return { ["AdrenalineOnWardBreakUnique__1"] = { affix = "", "Gain Adrenaline for 3 seconds when Ward Breaks", statOrderKey = "5028", statOrder = { 5028 }, level = 1, group = "AdrenalineOnWardBreak", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["FlaskChargesFromKillsFinalUnique__1_"] = { affix = "", "80% less Flask Charges gained from Kills", statOrderKey = "4988", statOrder = { 4988 }, level = 1, group = "FlaskChargesFromKillsFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, ["FlaskChargePerSecondUniqueEnemyUnique__1___"] = { affix = "", "Flasks gain 1 Charge per second if you've Hit a Unique Enemy Recently", statOrderKey = "5060", statOrder = { 5060 }, level = 1, group = "FlaskChargePerSecondUniqueEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskEffectEndsWhenHitByPlayerRoyale"] = { affix = "", "Flask effect is removed when Hit by a Player", statOrderKey = "532", statOrder = { 532 }, level = 1, group = "FlaskEffectEndsWhenHitByPlayer", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["SummonArbalistNumberOfArbalistsAllowed"] = { affix = "", "+1 to number of Summoned Arbalists", statOrderKey = "6962", statOrder = { 6962 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["SummonArbalistNumberOfAdditionalProjectiles_"] = { affix = "", "Summoned Arbalists fire (2-4) additional Projectiles", statOrderKey = "7408", statOrder = { 7408 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, ["SummonArbalistAttackSpeed_"] = { affix = "", "Summoned Arbalists have (10-20)% increased Attack Speed", statOrderKey = "7395", statOrder = { 7395 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, diff --git a/src/Export/statdesc.lua b/src/Export/statdesc.lua index b88e5a2dd8..a5b0ffb692 100644 --- a/src/Export/statdesc.lua +++ b/src/Export/statdesc.lua @@ -69,10 +69,6 @@ function loadStatFile(fileName) end table.insert(desc.limit, limit) end - -- Manual fix for GGG typo - if special:match("divide_by_one_hundred 2reminderstring ReminderTextLifeLeech") then - special = "divide_by_one_hundred 2 reminderstring ReminderTextLifeLeech" - end for k, v in special:gmatch("([%w%%_]+) (%w+)") do table.insert(desc, { k = k, From 94e1f7611d50668962d90b0d6d9932781cb5485b Mon Sep 17 00:00:00 2001 From: Wires77 Date: Fri, 8 Oct 2021 09:20:03 -0500 Subject: [PATCH 08/15] Increase accuracy of unique mods --- src/Data/Uniques/Special/amulet.lua | 174 +++++++++--------- src/Data/Uniques/Special/axe.lua | 106 +++++------ src/Data/Uniques/Special/belt.lua | 110 ++++++------ src/Data/Uniques/Special/body.lua | 170 +++++++++--------- src/Data/Uniques/Special/boots.lua | 268 ++++++++++++++-------------- src/Data/Uniques/Special/bow.lua | 114 ++++++------ src/Data/Uniques/Special/claw.lua | 88 ++++----- src/Data/Uniques/Special/dagger.lua | 60 +++---- src/Data/Uniques/Special/flask.lua | 18 +- src/Data/Uniques/Special/gloves.lua | 128 ++++++------- src/Data/Uniques/Special/helmet.lua | 204 ++++++++++----------- src/Data/Uniques/Special/jewel.lua | 102 +++++------ src/Data/Uniques/Special/mace.lua | 146 +++++++-------- src/Data/Uniques/Special/quiver.lua | 62 +++---- src/Data/Uniques/Special/ring.lua | 228 +++++++++++------------ src/Data/Uniques/Special/shield.lua | 238 ++++++++++++------------ src/Data/Uniques/Special/staff.lua | 48 ++--- src/Data/Uniques/Special/sword.lua | 122 ++++++------- src/Data/Uniques/Special/wand.lua | 42 ++--- src/Export/Scripts/mods.lua | 22 +++ src/Export/Scripts/uniqueMods.lua | 26 +-- 21 files changed, 1250 insertions(+), 1226 deletions(-) diff --git a/src/Data/Uniques/Special/amulet.lua b/src/Data/Uniques/Special/amulet.lua index 24d136bcbd..336cf35819 100644 --- a/src/Data/Uniques/Special/amulet.lua +++ b/src/Data/Uniques/Special/amulet.lua @@ -10,10 +10,10 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 45 Implicits: 1 -StrengthUniqueClaw5_ +StrengthImplicitAmulet1 ReducedAttackSpeedUniqueAmulet16 -ReducedCastSpeedUniqueBootsDex5 -IncreasedPhysicalDamageReductionRatingUnique__3 +IncreasedCastSpeedUniqueAmulet16 +IncreasedPhysicalDamageReductionRatingUniqueAmulet16 {variant:1}{tags:life}+(30-40) Life gained when you Block {variant:2,3}GainLifeOnBlockUniqueAmulet16 {variant:1}{tags:mana}+(10-20) Mana gained when you Block @@ -32,8 +32,8 @@ Upgrade: Upgrades to unique{Ngamahu Tiki} via prophecy{A Forest of False Idols} Implicits: 1 {tags:life}(2-4) Life Regenerated per second {tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life -IncreasedLifeUnique__8 -FireResistUniqueAmulet4 +IncreasedLifeUniqueAmulet18 +FireResistImplicitAmulet1 {tags:life}1% of Life Regenerated per Second while on Low Life ]],[[ Ngamahu Tiki @@ -44,8 +44,8 @@ Implicits: 1 {tags:life}(2-4) Life Regenerated per second FireDamagePercentUnique__6 {tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life -IncreasedLifeUnique__8 -FireResistUniqueAmulet4 +IncreasedLifeUniqueAmulet18 +FireResistImplicitAmulet1 {tags:life}1% of Life Regenerated per Second while on Low Life ]],[[ The Ascetic @@ -77,7 +77,7 @@ ManaRegenerationImplicitAmulet1 {variant:1}{tags:mana}(8-12)% increased maximum Mana {variant:2}MaximumManaUniqueAmulet10 {variant:1}ManaRegenerationUnique__11___ -{variant:2}ManaRegenerationUnique__9___ +{variant:2}ManaRegenerationUniqueAmulet10 GlobalItemAttributeRequirementsUniqueAmulet10 ]],[[ Replica Atziri's Foible @@ -86,7 +86,7 @@ League: Heist Requires Level 16 Implicits: 1 {tags:life}Regenerate (1.00-2.00)% of Life per second -IncreasedLifeUniqueBodyStr1Royale +IncreasedLifeUniqueTwoHandAxe4 LifeRecoveryRateUnique__1 GlobalItemAttributeRequirementsUniqueAmulet10 ]],[[ @@ -114,9 +114,9 @@ Variant: Envy Requires Level 55 Implicits: 1 AllAttributesImplicitAmulet1 -{variant:1,2,3,4,5}StrengthUniqueClaw5_ -{variant:6,7,8,9}DexterityUniqueGlovesInt4__ -{variant:10,11,12,13,14,15,16}IntelligenceUnique__7 +{variant:1,2,3,4,5}StrengthImplicitAmulet1 +{variant:6,7,8,9}DexterityImplicitAmulet1 +{variant:10,11,12,13,14,15,16}IntelligenceImplicitAmulet1 {variant:17}GrantsEnvyUnique__2 {variant:1,2,3,4,5}GlobalPhysicalDamageReductionRatingPercentUnique__1 {variant:6,7,8,9}GlobalEvasionRatingPercentUnique__1 @@ -154,7 +154,7 @@ Variant: Current Requires Level 32 Implicits: 1 HybridStrInt -IncreasedLifeUnique__8 +IncreasedLifeUniqueAmulet18 IncreasedManaUniqueHelmetStrDex5_ IncreasedMaximumPowerChargesUnique__1 IncreasedManaRegenerationPerPowerChargeUnique__1 @@ -195,7 +195,7 @@ Talisman Tier: 2 Requires Level 28 Implicits: 1 TalismanGlobalDefensesPercent -LocalIncreasedEnergyShieldUnique__6 +IncreasedEnergyShieldUniqueAmulet14 FireResistUnique__2 LightningResistUnique__1 30% slower start of Energy Shield Recharge during Flask Effect @@ -207,11 +207,11 @@ Amber Amulet Source: Use currency{Vaal Orb} on unique{Tear of Purity} Requires Level 20 Implicits: 1 -StrengthUniqueClaw5_ +StrengthImplicitAmulet1 GluttonyOfElementsUniqueAmulet23 {tags:attack,chaos}Adds 19-43 Chaos Damage to Attacks AllResistancesUniqueAmulet23 -ChaosResistUnique__4 +ChaosResistUniqueAmulet23 Corrupted ]],[[ Bloodgrip @@ -221,12 +221,12 @@ Variant: Current Requires Level 55 Implicits: 1 {tags:life}(2.0-4.0) Life Regenerated per second -AddedPhysicalDamageUnique__3 +AddedPhysicalDamageUniqueAmulet25 IncreasedLifeUniqueAmulet25 {variant:1}{tags:life}Regenerate (8.0-12.0) Life per second {variant:2}{tags:life}Regenerate (16.0-24.0) Life per second FlaskLifeRecoveryUniqueAmulet25 -NoExtraBleedDamageWhileMovingUnique__1 +NoExtraBleedDamageWhileMovingUniqueAmulet25 ]],[[ Bloodgrip Marble Amulet @@ -235,12 +235,12 @@ Variant: Current Requires Level 74 Implicits: 1 {tags:life}(1.2-1.6)% of Life Regenerated per second -AddedPhysicalDamageUnique__3 +AddedPhysicalDamageUniqueAmulet25 IncreasedLifeUniqueAmulet25 {variant:1}{tags:life}Regenerate (8.0-12.0) Life per second {variant:2}{tags:life}Regenerate (16.0-24.0) Life per second FlaskLifeRecoveryUniqueAmulet25 -NoExtraBleedDamageWhileMovingUnique__1 +NoExtraBleedDamageWhileMovingUniqueAmulet25 ]],[[ Carnage Heart Onyx Amulet @@ -252,7 +252,7 @@ AllAttributesImplicitAmulet1 AllAttributesUniqueAmulet9 {tags:life}{variant:1}25% reduced maximum Life {tags:jewellery_defense}{variant:1}25% reduced maximum Energy Shield -AllResistancesUnique__7 +AllResistancesUniqueAmulet9 LifeLeechPermyriadUniqueAmulet9 {variant:2}IncreasedDamageWhileLeechingUnique__1 {tags:life}{variant:2}50% increased Life Leeched per second @@ -266,7 +266,7 @@ Implicits: 1 HybridStrDex ReducedEnergyShieldPercentUniqueAmulet13 FireResistUniqueAmulet13 -ColdResistUnique__17 +ColdResistUniqueAmulet13 MovementVelocityOnFullLifeUniqueAmulet13 {tags:attack}+2 to Melee Weapon and Unarmed range MeleeDamageOnFullLifeUniqueAmulet13 @@ -276,8 +276,8 @@ Lapis Amulet League: Heist Requires Level 68 Implicits: 1 -IntelligenceUnique__7 -ManaRegenerationUnique__13 +IntelligenceImplicitAmulet1 +ManaRegenerationUnique__12 AllResistancesUnique__21 CriticalStrikeMultiplierIfGainedPowerChargeUnique__1_ GlobalAddedLightningDamagePerPowerChargeUnique__1 @@ -306,7 +306,7 @@ Requires Level 20 Implicits: 1 AllAttributesImplicitAmulet1 MaximumLifeUniqueAmulet6 -ItemFoundRarityIncreaseUnique__2 +ItemFoundRarityIncreaseUniqueAmulet6 CannotBeStunned ]],[[ Presence of Chayula @@ -316,7 +316,7 @@ Source: Upgraded from unique{Eye of Chayula} using currency{Blessing of Chayula} Requires Level 60 Implicits: 1 AllAttributesImplicitAmulet1 -ItemFoundRarityIncreaseUnique__2 +ItemFoundRarityIncreaseUniqueAmulet6 ChaosResistUnique__5 CannotBeStunned MaximumLifeConvertedToEnergyShieldUnique__1 @@ -410,7 +410,7 @@ Requires Level 61 Implicits: 1 HybridStrDex IntelligenceUnique__22_ -IncreasedCastSpeedFishing__Unique1 +IncreasedCastSpeedUniqueAmulet1 AreaOfEffectUnique__6 {tags:caster}Enemies Cursed by you are Hindered with 25% reduced Movement Speed if 25% of Curse Duration expired Curse50PercentCurseEffectUnique__1 @@ -423,7 +423,7 @@ Requires Level 40 Implicits: 1 HybridDexInt IncreasedEvasionRatingPercentUnique__2 -AllResistancesUnique__17 +AllResistancesUniqueAmulet14 AdditionalProjectilesUnique__1__ ProjectileSpeedUniqueQuiver4 Modifiers to number of Projectiles instead apply to the number of targets Projectiles Split towards @@ -451,7 +451,7 @@ Source: Drops in Tul Breach or from unique{Tul, Creeping Avalanche} Upgrade: Upgrades to unique{The Pandemonius} using currency{Blessing of Tul} Requires Level 35 Implicits: 1 -DexterityUniqueGlovesInt4__ +DexterityImplicitAmulet1 ColdDamagePercentUnique___10 ColdResistUnique__11 FreezeDurationUnique__1 @@ -464,7 +464,7 @@ League: Breach Source: Upgraded from unique{The Halcyon} using currency{Blessing of Tul} Requires Level 64 Implicits: 1 -DexterityUniqueGlovesInt4__ +DexterityImplicitAmulet1 ColdDamagePercentUniqueBelt9b ColdResistUnique__11 Chill Enemy for 1 second when Hit @@ -487,7 +487,7 @@ Jade Amulet League: Synthesis Requires Level 64 Implicits: 1 -DexterityUniqueGlovesInt4__ +DexterityImplicitAmulet1 GrantsAccuracyAuraSkillUnique__1 DexterityUnique__15 AddedPhysicalDamageUnique__7 @@ -501,7 +501,7 @@ Jade Amulet League: Heist Requires Level 64 Implicits: 1 -DexterityUniqueGlovesInt4__ +DexterityImplicitAmulet1 GrantsHatredUnique__1__ DexterityUnique__15 AddedPhysicalDamageUnique__7 @@ -516,10 +516,10 @@ Upgrade: Upgrades to unique{The Effigon} via prophecy{Blind Faith} Requires Level 8 Implicits: 1 ItemFoundRarityIncreaseImplicitAmulet1 -DexterityUniqueRing3 +DexterityUniqueAmulet7 AddedFireDamageUniqueAmulet7 IncreasedAccuracyUniqueAmulet7 -LocalIncreasedEvasionRatingUnique__1 +IncreasedEvasionRatingUniqueAmulet7 FireResistUniqueAmulet7 ]],[[ The Effigon @@ -528,10 +528,10 @@ Source: Upgraded from unique{The Ignomon} via prophecy{Blind Faith} Requires Level 57 Implicits: 1 ItemFoundRarityIncreaseImplicitAmulet1 -DexterityUniqueRing3 +DexterityUniqueAmulet7 AddedFireDamageUniqueAmulet7 IncreasedAccuracyUniqueAmulet7 -LocalIncreasedEvasionRatingUnique__1 +IncreasedEvasionRatingUniqueAmulet7 FireResistUniqueAmulet7 HitsCannotBeEvadedAgainstBlindedEnemiesUnique__1 FirePenetrationAgainstBlindedEnemiesUnique__1 @@ -553,14 +553,14 @@ AllAttributesImplicitAmulet1 {variant:4}GlobalAddedLightningDamageUnique__1_ {variant:5}GlobalAddedChaosDamageUnique__1 IncreasedLifeUnique__2 -{variant:1}IncreasedPhysicalDamageReductionRatingUnique__3 +{variant:1}IncreasedPhysicalDamageReductionRatingUniqueAmulet16 {variant:2}LifeRegenerationRatePercentUnique__3 {variant:3}ManaRegenerationUnique__7 {variant:4}EnergyShieldRegenerationUnique__2 {variant:5}DegenerationDamageUnique__3 -{variant:1}StunRecoveryImplicitBeltRoyale1 +{variant:1}StunRecoveryUnique__3 {variant:2}FireResistUniqueShieldStrInt5 -{variant:3}ColdResistUniqueOneHandAxe1_ +{variant:3}ColdResistUnique__20 {variant:4}LightningResistUnique__11 {variant:5}ChaosResistUnique__17 {variant:1}VulnerabilityReservationCostUnique__1_ @@ -578,11 +578,11 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 5 Implicits: 1 -DexterityUniqueGlovesInt4__ -StrengthUniqueClaw5_ +DexterityImplicitAmulet1 +StrengthImplicitAmulet1 IncreasedAccuracyUniqueAmulet5 {variant:2}IncreasedProjectileDamageUnique__6 -ProjectileSpeedUnique__2 +ProjectileSpeedUniqueAmulet5 MovementVelocityUniqueAmulet5 ]],[[ Replica Karui Ward @@ -590,8 +590,8 @@ Jade Amulet League: Heist Requires Level 5 Implicits: 1 -DexterityUniqueGlovesInt4__ -IntelligenceUnique__7 +DexterityImplicitAmulet1 +IntelligenceImplicitAmulet1 IncreasedAccuracyUniqueAmulet5 MovementVelocityUniqueAmulet5 AreaOfEffectUnique__7_ @@ -604,13 +604,13 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 24 Implicits: 1 -DexterityUniqueGlovesInt4__ -StrengthUniqueClaw5_ +DexterityImplicitAmulet1 +StrengthImplicitAmulet1 {variant:1}LocalIncreasedAttackSpeedUniqueSceptre9 {variant:2}LocalIncreasedAttackSpeedUniqueStaff9 IncreasedAccuracyUniqueAmulet5 {variant:2}IncreasedProjectileDamageUnique__6 -ProjectileSpeedUnique__2 +ProjectileSpeedUniqueAmulet5 MovementVelocityUniqueAmulet5 ]],[[ Leadership's Price @@ -657,11 +657,11 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 40 Implicits: 1 -IntelligenceUnique__7 +IntelligenceImplicitAmulet1 IncreasedAccuracyUniqueAmulet17_ {tags:critical}{variant:1,2,3}+(140-160)% to Global Critical Strike Multiplier {variant:4,5}CriticalMultiplierUniqueAmulet17 -IncreasedEvasionRatingUniqueQuiver1 +IncreasedEvasionRatingUniqueAmulet17 LightRadiusUniqueAmulet17 {variant:1,2}Non-critical strikes deal 25% Damage {variant:3,4}Non-critical strikes deal 40% Damage @@ -692,7 +692,7 @@ Talisman Tier: 1 Requires Level 12 Implicits: 1 RingHasOneSocket -LocalIncreaseSocketedGemLevelUniqueRing39 +LocalIncreaseSocketedGemLevelUnique__1 SocketedGemsHaveAddedChaosDamageUnique__1 ItemActsAsSupportBlindUnique__1 SupportedByCastOnStunUnique___1 @@ -703,7 +703,7 @@ Gold Amulet Requires Level 29 Implicits: 1 ItemFoundRarityIncreaseImplicitAmulet1 -DexterityUnique__7 +DexterityUnique__11 MovementVelocityUnique__36_ Lightning Damage from Enemies Hitting you is Lucky UniqueNearbyAlliesAreLuckyDisplay @@ -720,15 +720,15 @@ GolemSizeUnique__1 LessGolemDamageUnique__1 LessGolemLifeUnique__1 GolemMovementSpeedUnique__1 -PrimordialJewelCountUnique__3 +PrimordialJewelCountUnique__1 ]],[[ Rashkaldor's Patience Jade Amulet Requires Level 61 Implicits: 1 -DexterityUniqueGlovesInt4__ +DexterityImplicitAmulet1 IncreasedLifeUniqueAmulet19 -IncreasedManaUniqueBootsStrDex4 +IncreasedManaUniqueAmulet19 ElementalStatusAilmentDurationUniqueAmulet19 GlobalItemAttributeRequirementsUniqueAmulet19 ChanceToFreezeShockIgniteUniqueAmulet19 @@ -801,7 +801,7 @@ Variant: Current Requires Level 16 Implicits: 1 HybridStrInt -ManaRegenerationUnique__10 +ManaRegenerationUniqueAmulet21 {tags:life}2% of Life Regenerated per Second {variant:1}{tags:life}Nearby Allies gain 1% of Life Regenerated per Second {variant:2}DisplayLifeRegenerationAuraUniqueAmulet21 @@ -814,11 +814,11 @@ Variant: Pre 3.8.0 Variant: Current ManaRegenerationImplicitAmulet1 ColdResistUniqueAmulet3 -{variant:1,2}ManaLeechPermyriadUniqueGlovesDexInt6 +{variant:1,2}ManaLeechPermyriadUniqueAmulet3 MinionLifeUniqueAmulet3 MinionRunSpeedUniqueAmulet3 {tags:jewellery_elemental}{variant:3}Minions deal 6 to 13 additional Cold Damage -{variant:1,2}MinionDamageUnique4 +{variant:1,2}MinionDamageUniqueAmulet3 {variant:2,3}MinionSkillManaCostUnique__1_ ]],[[ Solstice Vigil @@ -845,7 +845,7 @@ Variant: Pre 3.8.0 Variant: Current Requires Level 28 Implicits: 1 -FireResistUniqueAmulet4 +FireResistImplicitAmulet1 {variant:3}GrantsFrostblinkSkillUnique__1 ColdDamagePercentUnique__3 AllResistancesUnique__2 @@ -862,11 +862,11 @@ Variant: Pre 3.4.0 Variant: Current Requires Level 5 Implicits: 1 -IntelligenceUnique__7 +IntelligenceImplicitAmulet1 {variant:1}+15% chance to Block Spell Damage {variant:2}+(12-15)% chance to Block Spell Damage -IncreasedCastSpeedFishing__Unique1 -IncreasedManaUnique__6 +IncreasedCastSpeedUniqueAmulet1 +IncreasedManaUniqueAmulet1 ]],[[ Tavukai Coral Amulet @@ -886,10 +886,10 @@ Tear of Purity Lapis Amulet Requires Level 20 Implicits: 1 -IntelligenceUnique__7 +IntelligenceImplicitAmulet1 PuritySkillUniqueAmulet22 -AllAttributesUnique__23 -IncreasedLifeUniqueRing28 +AllAttributesUniqueAmulet22 +IncreasedLifeUniqueAmulet22 ChanceToAvoidElementalStatusAilmentsUniqueAmulet22 ]],[[ Ungil's Harmony @@ -901,8 +901,8 @@ Implicits: 1 HybridDexInt {variant:1}CriticalStrikeChanceUniqueBodyInt4 {variant:2}CriticalStrikeChanceUniqueAmulet18 -IncreasedLifeUnique__8 -IncreasedManaUnique__6 +IncreasedLifeUniqueAmulet18 +IncreasedManaUniqueAmulet1 StunRecoveryUniqueAmulet18 CriticalMultiplierUniqueAmulet18 ]],[[ @@ -914,8 +914,8 @@ Implicits: 1 HybridDexInt LightningResistUniqueAmulet15 ChaosResistUniqueAmulet15_ -TalismanFrenzyChargeOnKill -PowerChargeOnKillChanceUniqueUniqueShieldInt3 +FrenzyChargeOnKillChanceUniqueAmulet15 +PowerChargeOnKillChanceUniqueAmulet15 ProjectileSpeedPerFrenzyChargeUniqueAmulet15 ProjectileDamagePerPowerChargeUniqueAmulet15 ]],[[ @@ -926,7 +926,7 @@ Source: Drops in Esh Breach or from unique{Esh, Forked Thought} Upgrade: Upgrades to unique{Choir of the Storm} using currency{Blessing of Esh} Requires Level 40 Implicits: 1 -IntelligenceUnique__7 +IntelligenceImplicitAmulet1 LightningStrikesOnCritUnique__1 AllAttributesUniqueRing26 MaximumManaUniqueStaff4 @@ -940,7 +940,7 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 69 Implicits: 1 -IntelligenceUnique__7 +IntelligenceImplicitAmulet1 LightningStrikesOnCritUnique__2 CriticalStrikesDealIncreasedLightningDamageUnique__1 MaximumManaUniqueStaff4 @@ -953,9 +953,9 @@ League: Anarchy, Onslaught Requires Level 32 Implicits: 1 HybridStrInt -IncreasedLifeUnique__19 -LocalIncreasedEnergyShieldUnique__6 -AllResistancesUnique__17 +IncreasedLifeUniqueAmulet14 +IncreasedEnergyShieldUniqueAmulet14 +AllResistancesUniqueAmulet14 EnduranceChargeDurationUniqueAmulet14 PowerChargeDurationUniqueAmulet14 Gain an Endurance Charge when a Power Charge expires or is consumed @@ -968,9 +968,9 @@ Requires Level 50 Implicits: 1 HybridDexInt {variant:1}LocalIncreasedAttackSpeedUnique__24 -{variant:2}LocalIncreasedAttackSpeedUniqueBow10 +{variant:2}IncreasedAttackSpeedUniqueAmulet20 {variant:1}IncreasedCastSpeedUniqueClaw7 -{variant:2}IncreasedCastSpeedFishing__Unique1 +{variant:2}IncreasedCastSpeedUniqueAmulet1 {tags:speed}12% increased Movement Speed {variant:1}(8-12)% reduced Skill Effect Duration {variant:2}ReducedSkillEffectDurationUniqueAmulet20 @@ -980,11 +980,11 @@ Willowgift Jade Amulet Requires Level 52 Implicits: 1 -DexterityUniqueGlovesInt4__ +DexterityImplicitAmulet1 PercentageStrengthUnique__4_ PercentageDexterityUnique__5 FireResistUnique__22_ -ColdResistUnique__17 +ColdResistUniqueAmulet13 AlternateFortifyUnique__1_ AttackAndCastSpeedFortifyUnique__1 ]],[[ @@ -993,7 +993,7 @@ Gold Amulet Requires Level 42 Implicits: 1 ItemFoundRarityIncreaseImplicitAmulet1 -DexterityUniqueGlovesInt4__ +DexterityImplicitAmulet1 IncreasedLifeUnique__2 ColdResistUnique__5 CannotBeChilledUniqueBodyStrInt3 @@ -1005,8 +1005,8 @@ League: Heist Requires Level 42 Implicits: 1 ItemFoundRarityIncreaseImplicitAmulet1 -DexterityUniqueGlovesInt4__ -LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ +DexterityImplicitAmulet1 +IncreasedEnergyShieldUnique__9 LightningResistUnique__23_ EnergyShieldRegenerationWhileShockedUnique__1 UnaffectedByShockUnique__1 @@ -1018,11 +1018,11 @@ Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} Upgrade: Upgrades to unique{Xoph's Blood} using currency{Blessing of Xoph} Requires Level 35 Implicits: 1 -StrengthUniqueClaw5_ -StrengthUniqueClaw5_ +StrengthImplicitAmulet1 +StrengthImplicitAmulet1 FireDamagePercentUnique___7 IncreasedLifeUnique__25 -FireResistUnique__9 +FireResistUnique__23_ CoverInAshWhenHitUnique__1 ]],[[ Xoph's Blood @@ -1031,10 +1031,10 @@ League: Breach Source: Upgraded from unique{Xoph's Heart} using currency{Blessing of Xoph} Requires Level 64 Implicits: 1 -StrengthUniqueClaw5_ +StrengthImplicitAmulet1 MaximumLifeUniqueBodyInt3 -FireResistUnique__9 -PercentageStrengthImplicitMace1 +FireResistUnique__23_ +PercentageStrengthUnique__3 FirePenetrationUnique__1 CoverInAshWhenHitUnique__1 KeystoneAvatarOfFireUnique__1 @@ -1045,7 +1045,7 @@ Source: Drops from unique{The Eradicator} (Tier 11+) Requires Level 70 Implicits: 1 AllAttributesImplicitAmulet1 -FireResistUniqueBelt13 +FireResistUnique__15 ColdResistUniqueShieldStrDex1 LightningResistUnique__5 IncreasedAilmentDurationUnique__2 diff --git a/src/Data/Uniques/Special/axe.lua b/src/Data/Uniques/Special/axe.lua index a2bee09ab0..ee3279a635 100644 --- a/src/Data/Uniques/Special/axe.lua +++ b/src/Data/Uniques/Special/axe.lua @@ -20,9 +20,9 @@ Variant: Current Requires Level 16, 48 Str LocalAddedPhysicalDamageUniqueOneHandAxe7 LocalAddedFireDamageUniqueOneHandAxe7 -LocalIncreasedAttackSpeedUniqueOneHandSword6 -FireResistUnique__24 -MovementVelocityUniqueIntHelmet2 +LocalIncreasedAttackSpeedUniqueOneHandAxe7 +FireResistUniqueOneHandAxe7_ +MovementVelocityUniqueOneHandAxe7 {variant:1}FlammabilityOnHitUniqueOneHandAxe7 {variant:2}FlammabilityOnHitUnique__1 ]],[[ @@ -32,9 +32,9 @@ Source: Upgraded from unique{Dreadarc} via prophecy{Burning Dread} Requires Level 60, 48 Str LocalAddedPhysicalDamageUniqueOneHandAxe7 LocalAddedFireDamageUnique__4 -LocalIncreasedAttackSpeedUniqueOneHandSword6 -FireResistUnique__24 -MovementVelocityUniqueIntHelmet2 +LocalIncreasedAttackSpeedUniqueOneHandAxe7 +FireResistUniqueOneHandAxe7_ +MovementVelocityUniqueOneHandAxe7 IgnoreEnemyFireResistWhileIgnitedUnique__1 ]],[[ Dyadus @@ -47,7 +47,7 @@ Requires Level 69, 158 Str, 76 Dex {variant:2,3}MainHandAddedFireDamageUniqueOneHandAxe2 {variant:1}Adds (170-190) to (200-220) Cold Damage in Off Hand {variant:2,3}OffHandAddedColdDamageUniqueOneHandAxe2 -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueOneHandAxe2 {variant:1}Enemies Chilled by you take 40% increased Burning Damage {variant:2}Enemies Chilled by you take 100% increased Burning Damage {variant:3}100% increased Damage with Ignites inflicted on Chilled Enemies @@ -65,7 +65,7 @@ Requires Level 6, 21 Str {variant:2}LocalAddedPhysicalDamageUniqueOneHandAxe3 IncreasedLifeUniqueOneHandAxe3 LifeGainedFromEnemyDeathUniqueOneHandAxe3 -MovementVelocityUniqueAmulet5 +MovementVelocityUniqueOneHandAxe3 DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3 ]],[[ The Gryphon @@ -77,7 +77,7 @@ LocalIncreasedPhysicalDamagePercentUnique__17_ LocalAddedPhysicalDamageUniqueOneHandAxe3 IncreasedLifeUniqueOneHandAxe3 LifeGainedFromEnemyDeathUniqueOneHandAxe3 -MovementVelocityUniqueAmulet5 +MovementVelocityUniqueOneHandAxe3 MovementSpeedIfKilledRecentlyUnique___1 ]],[[ Jack, the Axe @@ -87,12 +87,12 @@ Variant: Current Requires Level 65, 140 Str, 86 Dex {variant:2}GrantsVampiricIconSkillUnique__1 {variant:1}(90-110)% increased Physical Damage -{variant:2}LocalIncreasedPhysicalDamagePercentUniqueBow5 +{variant:2}LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe5 LocalAddedPhysicalDamageUniqueOneHandAxe5 -{variant:1}LocalIncreasedAttackSpeedUniqueBow10 -{variant:1}LifeLeechUniqueRing2 +{variant:1}LocalIncreasedAttackSpeedUniqueOneHandAxe2 +{variant:1}LifeLeechPermyriadUniqueOneHandAxe6 {variant:1}50% reduced Life Leeched per second -CausesBleedingUniqueTwoHandAxe7Updated +CausesBleedingUniqueTwoHandAxe7 {variant:2}LocalBleedDamageOverTimeMultiplierUnique__1 ]],[[ Moonbender's Wing @@ -103,9 +103,9 @@ Requires Level 39, 81 Str, 56 Dex {variant:1}LightningWarpSkillUniqueOneHandAxe8 {variant:2}TriggeredLightningWarpUnique__1__ {variant:1}LocalIncreasedPhysicalDamagePercentUnique__21 -{variant:2}LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8 +{variant:2}LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe8 {variant:1}LocalAddedPhysicalDamageUniqueOneHandAxe8 -LocalCriticalStrikeChanceImplicitBow1 +LocalCriticalStrikeChanceUniqueOneHandAxe8_ {variant:1}ConvertPhysicalToColdUniqueOneHandAxe8 {variant:1}ConvertPhysicalToLightningUniqueOneHandAxe8 {variant:2}WeaponPhysicalDamageAddedAsColdOrLightningUnique__1 @@ -115,11 +115,11 @@ Decorative Axe Variant: Pre 2.6.0 Variant: Current Requires Level 29, 80 Str, 23 Dex -LocalIncreasedPhyiscalDamagePercentUnique__3 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6 LocalAddedPhysicalDamageUniqueOneHandAxe6 -{variant:1}LifeLeechPermyriadUnique__4 -{variant:2}LifeLeechUniqueRing2 -NearbyAlliesHaveCullingStrikeUnique__1 +{variant:1}LifeLeechPermyriadUniqueGlovesStrDex1 +{variant:2}LifeLeechPermyriadUniqueOneHandAxe6 +NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9 GainOnslaughtWhenCullingEnemyUniqueOneHandAxe6 Cannot be Chilled while you have Onslaught ]],[[ @@ -132,9 +132,9 @@ Variant: Current Requires Level 67, 167 Str, 57 Dex LocalAddedPhysicalDamageUnique__7 40% increased Physical Weapon Damage while Dual Wielding -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueOneHandAxe2 {variant:1}SwordPhysicalAttackSpeedUnique__1 -{variant:1}CausesBleedingUniqueTwoHandAxe7Updated +{variant:1}CausesBleedingUniqueTwoHandAxe7 {variant:2}MaxRagePerEquippedSwordUnique__1____ ]],[[ Soul Taker @@ -145,10 +145,10 @@ Requires Level 59, 119 Str, 82 Dex {variant:1}LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7 {variant:2}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 LocalAddedPhysicalDamageOneHandAxe1 -LocalIncreasedAttackSpeedUniqueOneHandSword11 +LocalIncreasedAttackSpeedUniqueOneHandAxe1 ColdResistUniqueOneHandAxe1_ -MeleeAttacksUsableWithoutManaUnique__1 -PhysicalDamageCanChillUniqueDescentOneHandAxe1 +MeleeAttacksUsableWithoutManaUniqueOneHandAxe1 +PhysicalDamageCanChillUniqueOneHandAxe1 ]],[[ Replica Soul Taker Siege Axe @@ -175,8 +175,8 @@ LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7 {variant:1}Adds (220-235) to (270-290) Physical Damage {variant:2}LocalAddedPhysicalDamageUniqueTwoHandAxe7 LocalIncreasedAttackSpeedUniqueTwoHandAxe7 -CausesBleedingUniqueTwoHandAxe7Updated -LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1 +CausesBleedingUniqueTwoHandAxe7 +LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5 ]],[[ The Blood Reaper Headsman Axe @@ -185,13 +185,13 @@ Variant: Pre 3.12.0 Variant: Current Requires Level 45, 99 Str, 57 Dex {variant:1}LocalIncreasedPhysicalDamagePercentUnique__10 -{variant:2,3}LocalIncreasedPhysicalDamagePercentUnique__29 -IncreasedLifeUniqueBodyStr1Royale +{variant:2,3}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe4 +IncreasedLifeUniqueTwoHandAxe4 {variant:1,2}Regenerate 10 Life per second {variant:3}LifeRegenerationUniqueTwoHandAxe4 -LifeLeechPermyriadUnique__5 -ManaCostIncreasedUniqueCorruptedJewel3 -CausesBleedingUniqueTwoHandAxe4 +LifeLeechPermyriadUniqueTwoHandAxe4 +ManaCostIncreaseUniqueTwoHandAxe4 +CausesBleedingUniqueTwoHandAxe4Updated ]],[[ Debeon's Dirge Despot Axe @@ -227,9 +227,9 @@ Requires Level 64, 158 Str, 76 Dex Implicits: 1 {variant:2}LocalMaimOnHit2HImplicit_1 {variant:1}LocalIncreasedPhysicalDamagePercentUniqueClaw3 -{variant:2}LocalIncreasedPhysicalDamagePercentUnique__2 +{variant:2}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe2 Adds (7-12) to (16-25) Physical Damage -LifeLeechPermyriadUnique__5 +LifeLeechPermyriadUniqueTwoHandAxe4 {variant:2}AttackSpeedAfterSavageHitTakenUnique__1 Attacks have Blood Magic ]],[[ @@ -245,8 +245,8 @@ Requires Level 58, 151 Str, 43 Dex {variant:3}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 LifeGainedFromEnemyDeathUniqueTwoHandAxe1 {variant:1}LocalAddedFireDamageUniqueTwoHandAxe1 -IncreasedAccuracyUnique__6 -NearbyAlliesHaveCullingStrikeUnique__1 +IncreasedAccuracyUniqueTwoHandAxe1 +NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9 {variant:2,3}RageOnAttackCritUnique__1 {variant:2,3}PhysicalAddedAsFirePerRageUnique__1 ]],[[ @@ -260,14 +260,14 @@ Variant: Current Requires Level 66, 140 Str, 86 Dex {variant:1,2}LocalIncreasedPhysicalDamagePercentUnique__43 {variant:3}(250-285)% increased Physical Damage -{variant:4}LocalIncreasedPhysicalDamagePercentUnique__25 -LocalIncreasedAttackSpeedUniqueBow12 -{variant:2,3,4}LocalCriticalStrikeChanceUnique__10 +{variant:4}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9 +LocalIncreasedAttackSpeedUniqueTwoHandAxe9 +{variant:2,3,4}CriticalStrikeChanceUniqueBow9 {variant:1}IncreasedManaUniqueTwoHandAxe9 DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9 {variant:1}Nearby Allies' spells have Culling Strike {variant:2,3,4}DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9 -{variant:2,3,4}MeleeAttacksUsableWithoutManaUnique__1 +{variant:2,3,4}MeleeAttacksUsableWithoutManaUniqueOneHandAxe1 {variant:3,4}DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9 {variant:3,4}DisplayNearbyAlliesHaveFortifyTwoHandAxe9 ]],[[ @@ -281,7 +281,7 @@ SupportedByMeleeSplashUnique__1_ {variant:1}LocalIncreasedPhysicalDamagePercentUniqueRapier1 {variant:2}LocalIncreasedPhysicalDamagePercentUnique__38 {variant:3}LocalIncreasedPhysicalDamagePercentUnique__23 -LifeLeechPermyriadUnique__5 +LifeLeechPermyriadUniqueTwoHandAxe4 ManaLeechUniqueGlovesDexInt6 Recover 5% of Maximum Life on Kill EnemiesDestroyedOnKillUnique__1 @@ -297,7 +297,7 @@ LocalIncreaseSocketedStrengthGemLevelUniqueTwoHandAxe3 StrengthUniqueTwoHandAxe3 LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 LocalAddedPhysicalDamageUniqueTwoHandAxe3 -NearbyAlliesHaveCullingStrikeUnique__1 +NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9 ]],[[ The Cauteriser Woodsplitter @@ -311,7 +311,7 @@ StrengthUniqueTwoHandAxe3 LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 Adds (35-45) to (80-90) Physical Damage PhysicalAddedAsFireUnique__2 -NearbyAlliesHaveCullingStrikeUnique__1 +NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9 ]],[[ Ngamahu's Flame Abyssal Axe @@ -329,11 +329,11 @@ PenetrateEnemyFireResistUnique__1 Reaper's Pursuit Shadow Axe Requires Level 33, 80 Str, 37 Dex -LocalIncreasedPhysicalDamagePercentUnique__2 -LifeGainedFromEnemyDeathUniqueTwoHandMace7 -ItemFoundRarityIncreaseUniqueShieldStrDex2 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe2 +LifeGainedFromEnemyDeathUniqueTwoHandAxe2 +ItemFoundRarityIncreaseUniqueTwoHandAxe2 MovementVelocityOnFullLifeUniqueTwoHandAxe2 -NearbyAlliesHaveCullingStrikeUnique__1 +NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9 AlwaysHits ]],[[ Sinvicta's Mettle @@ -379,19 +379,19 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 18, 44 Str, 25 Dex SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandAxe5 -LocalIncreasedPhysicalDamagePercentUnique13 -StrengthUniqueTwoHandMace1 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe5 +StrengthUniqueTwoHandAxe5 {variant:1}IncreasedAccuracyUniqueGlovesDexInt1 {variant:2}IncreasedAccuracyUniqueTwoHandAxe5 -ManaGainedFromEnemyDeathUniqueShieldInt3 -LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1 +ManaGainedFromEnemyDeathUniqueTwoHandAxe5 +LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5 ]],[[ Wings of Entropy Ezomyte Axe Requires Level 62, 140 Str, 86 Dex SpellBlockPercentageUniqueTwoHandAxe6 BlockWhileDualWieldingUniqueTwoHandAxe6 -LocalIncreasedPhyiscalDamagePercentUnique__3 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6 MainHandAddedFireDamageUniqueTwoHandAxe6 OffHandAddedChaosDamageUniqueTwoHandAxe6 UniqueWingsOfEntropyCountsAsDualWielding @@ -402,7 +402,7 @@ League: Heist Requires Level 62, 140 Str, 86 Dex SpellBlockPercentageUniqueTwoHandAxe6 BlockWhileDualWieldingUniqueTwoHandAxe6 -LocalIncreasedPhyiscalDamagePercentUnique__3 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6 UniqueWingsOfEntropyCountsAsDualWielding +(8.00-10.00)% to Off Hand Critical Strike Chance WingsOfEntropyMainHandAttackSpeedFinalUnique__1_ @@ -426,7 +426,7 @@ Implicits:1 {variant:5}+(8-10)% Chance to Block Attack Damage while Dual Wielding {variant:1,2}LocalIncreasedPhysicalDamagePercentUniqueWand9 {variant:3,4}LocalIncreasedPhysicalDamagePercentUnique__10 -{variant:5}LocalIncreasedPhyiscalDamagePercentUnique__3 +{variant:5}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6 {variant:1,2,3,4}Adds (55-65) to (100-120) Fire Damage in Main Hand {variant:5}MainHandAddedFireDamageUniqueTwoHandAxe6 {variant:1,2,3,4}Adds (55-65) to (100-120) Chaos Damage in Off Hand diff --git a/src/Data/Uniques/Special/belt.lua b/src/Data/Uniques/Special/belt.lua index 0af8aae6ad..859019c53e 100644 --- a/src/Data/Uniques/Special/belt.lua +++ b/src/Data/Uniques/Special/belt.lua @@ -27,7 +27,7 @@ IncreasedEnergyShieldImplicitBelt1 IncreasedEvasionRatingUnique__2 {variant:1}{tags:jewellery_defense}+(35-45) to maximum Energy Shield {variant:2}IncreasedEnergyShieldUnique__4 -AllResistancesUnique__2 +AllResistancesUniqueBelt13 PhasingOnBeginESRechargeUnique___1 6% chance to Dodge Attacks while Phasing MovementSpeedWhilePhasedUnique__2 @@ -38,7 +38,7 @@ Variant: Pre 2.6.0 Requires Level 70 Implicits: 1 IncreasedEnergyShieldImplicitBelt1 -WeaponElementalDamageUniqueShieldStrInt4 +WeaponElementalDamageUniqueBelt5 IncreasedManaUniqueBelt5 IncreasedEnergyShieldUniqueBelt5 {tags:attack,mana,physical}0.2% of Physical Attack Damage Leeched as Mana per Power Charge @@ -50,8 +50,8 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 70 Implicits: 1 -LocalIncreasedEnergyShieldPercentUniqueIntHelmet1 -{variant:1}WeaponElementalDamageUniqueShieldStrInt4 +IncreasedEnergyShieldImplicitBelt2 +{variant:1}WeaponElementalDamageUniqueBelt5 {variant:2}IncreasedWeaponElementalDamagePercentPerPowerChargeUnique__1 IncreasedManaUniqueBelt5 IncreasedEnergyShieldUniqueBelt5 @@ -66,9 +66,9 @@ Variant: Current Requires Level 22 Implicits: 1 IncreasedEnergyShieldImplicitBelt1 -AllDamageUniqueRing8 +AllDamageUniqueBelt11 IntelligenceUniqueBelt11 -LocalIncreasedEnergyShieldUnique__6 +IncreasedEnergyShieldUniqueBelt11 {variant:2}IncreasedEnergyShieldPercentUnique__1 ReducedEnergyShieldDelayUniqueBelt11 ]],[[ @@ -79,7 +79,7 @@ Requires Level 22 Implicits: 1 IncreasedEnergyShieldImplicitBelt1 IntelligenceUniqueBelt11 -AllDamageUniqueRing8 +AllDamageUniqueBelt11 FishingPoolConsumptionUnique__1__ FishingCastDistanceUnique__1__ FishingRarityUnique__2_ @@ -91,7 +91,7 @@ Requires Level 68 Implicits: 1 IncreasedLifeImplicitBelt1 AddedPhysicalDamageUnique__9_ -StunDurationUniqueQuiver2 +StunDurationImplicitBelt1 Nearby Enemies are Crushed while you have least 25 Rage PhysicalDamagePerRageUnique__1 MaximumRageUnique__1 @@ -102,22 +102,22 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -StrengthImplicitBeltRoyale1 +StrengthImplicitBelt1 {variant:1}10% reduced Chance to Block Attacks and Spells {tags:physical}(15-25)% increased Physical Damage ReducedCriticalStrikeDamageTakenUniqueBelt13 -IncreasedLifeUnique__19 +IncreasedLifeUniqueBelt13 {variant:1}AllResistancesUniqueDagger9 -{variant:2}AllResistancesUnique__2 +{variant:2}AllResistancesUniqueBelt13 {variant:2}NearbyEnemiesAreIntimidatedUnique__1 ]],[[ Bisco's Leash Heavy Belt Requires Level 30 Implicits: 1 -StrengthImplicitBeltRoyale1 +StrengthImplicitBelt1 ItemFoundQuantityIncreasedUnique__1 -ColdResistUniqueShieldDex7 +ColdResistUniqueBelt14 SimulatedRampageDexInt6 IncreasedRarityPerRampageStacksUnique__1 ]],[[ @@ -202,11 +202,11 @@ Variant: Current (Cold) Variant: Current (Lightning) Requires Level 68 Implicits: 1 -StrengthImplicitBeltRoyale1 -{variant:1,5}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6Royale -{variant:2,6}FireDamagePercentUniqueRing36 +StrengthImplicitBelt1 +{variant:1,5}{tags:physical,attack}(20-30)% increased Physical Damage +{variant:2,6}FireDamagePercentUniqueBelt9a {variant:3,7}ColdDamagePercentUniqueBelt9b -{variant:4,8}TalismanIncreasedLightningDamage +{variant:4,8}LightningDamagePercentUniqueBelt9c {variant:2,3,4,6,7,8}IncreasedPhysicalDamageReductionRatingUniqueBelt9 {variant:1,3,4,5,7,8}FireResistUniqueBelt9 {variant:1,2,4,5,6,8}ColdResistUniqueBelt9 @@ -233,7 +233,7 @@ League: Heist Requires Level 48 Implicits: 1 StunRecoveryImplicitBelt1 -AllAttributesUnique__8_ +AllAttributesUniqueBelt3 BeltIncreasedFlaskChargesGainedUnique__1_ BeltIncreasedFlaskChargedUsedUnique__1 BeltIncreasedFlaskDurationUnique__3___ @@ -246,10 +246,10 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 52 Implicits: 1 -StrengthImplicitBeltRoyale1 +StrengthImplicitBelt1 IncreasedLifeFireResistUniqueBelt14 -FireResistUnique__9 -ColdResistUniqueShieldDex7 +FireResistUniqueBelt14 +ColdResistUniqueBelt14 {variant:1}{tags:attack,life}0.6% of Attack Damage Leeched as Life against Chilled enemies {variant:2}LifeLeechPermyriadFromAttacksAgainstChilledEnemiesUniqueBelt14 {variant:1}{tags:jewellery_elemental,attack}Ignites you inflict with Attacks deal Damage 20% faster @@ -263,7 +263,7 @@ Requires Level 18 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage ColdResistUnique__3 -BeltIncreasedFlaskDurationUnique__2 +BeltIncreasedFlaskDurationUnique__1 DisplayChaosDegenerationAuraUnique__1 IncreasedProjectileDamageUnique__5 30% reduced Flask Charges gained while using a Flask @@ -345,7 +345,7 @@ Implicits: 1 IncreasedLifeImplicitBelt1 StrengthUniqueBelt7 DexterityUniqueBelt7 -IncreasedLifeUnique__67_ +IncreasedLifeUniqueBelt7 DamageOnRareMonstersUniqueBelt7 When you Kill a Rare monster, you gain its mods for 20 seconds ]],[[ @@ -357,7 +357,7 @@ Implicits: 1 IncreasedLifeImplicitBelt1 StrengthUniqueBelt7 DexterityUniqueBelt7 -IncreasedLifeUnique__67_ +IncreasedLifeUniqueBelt7 DamageOnMagicMonstersUnique__1_ GainMagicMonsterModsOnKillUnique__1_ its Non-Bloodline Modifiers for 20 seconds @@ -440,9 +440,9 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 16 Implicits: 1 -StunDurationUniqueQuiver2 +StunDurationImplicitBelt1 {tags:physical}(25-40)% increased Physical Damage -StrengthUniqueTwoHandSword5 +StrengthUniqueBelt2 BeltIncreasedFlaskChargesGainedUniqueBelt2 {variant:2}AllResistanceAt200StrengthUnique__1 ]],[[ @@ -451,10 +451,10 @@ Studded Belt Source: Upgraded from unique{The Magnate} via prophecy{The Great Leader of the North} Requires Level 48 Implicits: 1 -StunDurationUniqueQuiver2 +StunDurationImplicitBelt1 IncreasedPhysicalDamagePercentUniqueBelt2 -StrengthUniqueTwoHandSword5 -DexterityUnique__7 +StrengthUniqueBelt2 +DexterityUnique__11 BeltIncreasedFlaskChargesGainedUniqueBelt2 AllResistanceAt200StrengthUnique__1 ProjectileAttackDamageAt200DexterityUnique__1 @@ -464,9 +464,9 @@ Studded Belt Source: Upgraded from unique{The Magnate} via prophecy{The Great Mind of the North} Requires Level 48 Implicits: 1 -StunDurationUniqueQuiver2 +StunDurationImplicitBelt1 IncreasedPhysicalDamagePercentUniqueBelt2 -StrengthUniqueTwoHandSword5 +StrengthUniqueBelt2 IntelligenceUnique__9 BeltIncreasedFlaskChargesGainedUniqueBelt2 AllResistanceAt200StrengthUnique__1 @@ -479,7 +479,7 @@ Implicits: 1 IncreasedEnergyShieldImplicitBelt1 AddedLightningDamageUniqueBelt12 SelfShockDurationUniqueBelt12_ -ShocksReflectToSelfUnique__1 +ShocksReflectToSelfUniqueBelt12 DamageIncreaseWhileShockedUniqueBelt12 MovementVelocityWhileShockedUniqueBelt12 ]],[[ @@ -489,12 +489,12 @@ Variant: Pre 2.0.0 Variant: Current Requires Level 8 Implicits: 1 -StrengthImplicitBeltRoyale1 +StrengthImplicitBelt1 {variant:1}AddedPhysicalDamageUnique__3 -{variant:2}AddedPhysicalDamageUniqueHelmetStr3Royale -StrengthUniqueDagger2 -MaximumLifeUniqueBodyInt3 -ColdResistUniqueShieldStrDex1 +{variant:2}AddedPhysicalDamageUniqueBelt4 +StrengthUniqueBelt4 +MaximumLifeUniqueBelt4 +ColdResistUniqueBelt4 BeltFlaskLifeRecoveryRateUniqueBelt4 ]],[[ Mother's Embrace @@ -502,7 +502,7 @@ Heavy Belt League: Metamorph Requires Level 40 Implicits: 1 -StrengthImplicitBeltRoyale1 +StrengthImplicitBelt1 IncreasedLifeUnique__2 ColdResistUnique__3 MinionsUseFlaskOnSummonUnique__1__ @@ -529,10 +529,10 @@ Variant: Current Requires Level 16 Implicits: 1 (15-25)% increased Stun Recovery -AllAttributesUnique__8_ +AllAttributesUniqueBelt3 {variant:1}(8-12)% increased Quantity of Items found {variant:2}ItemFoundQuantityIncreaseUniqueBelt3 -FireResistUniqueAmulet7 +FireResistUniqueBelt3 BeltIncreasedFlaskDurationUniqueBelt3 {tags:physical}-2 Physical Damage taken from Attacks ]],[[ @@ -542,7 +542,7 @@ Requires Level 78 Implicits: 1 ArmourAndEvasionImplicitBelt1 MaximumLifeUnique__6 -ColdResistUniqueShieldDex7 +ColdResistUniqueBelt14 AttackDamagePerLowestArmourOrEvasionUnique__1 FortifyOnMeleeStunUnique__1 OnslaughtWhileFortifiedUnique__1 @@ -598,8 +598,8 @@ Implicits: 1 {tags:physical}(12-24)% increased Physical Damage IncreasedLifeUniqueGlovesInt3 ColdResistUniqueRing24 -LifeLeechPermyriadUniqueRing2 -BeltIncreasedFlaskDurationUnique__2 +LifeLeechPermyriadUniqueBelt1 +BeltIncreasedFlaskDurationUnique__1 30% reduced Flask Charges gained while using a Flask EnemiesLoseLifePlayerLeechesUnique__1 {tags:speed}15% increased Movement Speed while using a Flask @@ -610,7 +610,7 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 20 Implicits: 1 -StunDurationUniqueQuiver2 +StunDurationImplicitBelt1 {variant:2}IncreasedLifeUniqueHelmetDex4 StrengthUnique__5 AddedPhysicalDamageUnique__4 @@ -624,8 +624,8 @@ Siegebreaker Heavy Belt Requires Level: 44 Implicits: 1 -StrengthImplicitBeltRoyale1 -IncreasedEnergyShieldPercentUnique__3 +StrengthImplicitBelt1 +IncreasedEnergyShieldPercentUnique__5 MaximumLifeUnique__16 ChaosResistUnique__17 MinionAttacksTauntOnHitChanceUnique__1 @@ -636,8 +636,8 @@ Heavy Belt League: Heist Requires Level 44 Implicits: 1 -StrengthImplicitBeltRoyale1 -IncreasedEnergyShieldPercentUnique__3 +StrengthImplicitBelt1 +IncreasedEnergyShieldPercentUnique__5 MaximumLifeUnique__16 FireResistUnique__24 MinionBurningCloudOnDeathUnique__1 @@ -742,9 +742,9 @@ Implicits: 1 (15-25)% increased Stun Recovery TrapDamageUniqueBelt6 ManaRegenerationUniqueBelt6 -FireResistUniqueAmulet4 +FireResistUniqueBelt6 TrapDurationUniqueBelt6 -LightRadiusUniqueSceptre2 +LightRadiusUniqueBelt6 Traps trigger at the end of their Duration ]],[[ Survivor's Guilt @@ -775,10 +775,10 @@ Leather Belt Requires Level 8 Implicits: 1 IncreasedLifeImplicitBelt1 -StrengthUniqueClaw5_ -IntelligenceUnique__7 -ColdResistUniqueShieldStrDex1 -LifeLeechPermyriadUniqueRing2 -ManaLeechPermyriadUniqueRing17 +StrengthUniqueBelt1 +IntelligenceUniqueBelt1 +ColdResistUniqueBelt4 +LifeLeechPermyriadUniqueBelt1 +ManaLeechPermyriadUniqueBelt1 ]], } diff --git a/src/Data/Uniques/Special/body.lua b/src/Data/Uniques/Special/body.lua index ca605fc936..ac27930c7d 100644 --- a/src/Data/Uniques/Special/body.lua +++ b/src/Data/Uniques/Special/body.lua @@ -65,14 +65,14 @@ Implicits: 1 AllResistancesImplicitVictorAmulet {variant:3}ChaosDegenAuraUnique__1 AllAttributesUniqueBodyStr3 -{variant:3}IncreasedLifeUniqueAmulet25 -LocalIncreasedAttackSpeedUniqueBow10 +{variant:3}IncreasedLifeUniqueBodyDex6 +IncreasedAttackSpeedUniqueBodyStr3 LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr3 LifeLeechPermyriadUniqueBodyStr3 {variant:1,2}DisplayChaosDegenerationAuraUniqueBodyStr3 {variant:1}You take 450 Chaos Damage per second for 10 seconds on Kill {variant:2,3}ChaosDegenerationOnKillUniqueBodyStr3 -ItemBloodFootstepsUnique__1 +ItemBloodFootstepsUniqueBodyStr3 ]],[[ Doppelgänger Guise Sadist Garb @@ -90,8 +90,8 @@ Golden Plate Requires Level 56, 106 Str ItemFoundQuantityIncreaseUniqueBodyStr5 ItemFoundRarityIncreaseUniqueBodyStr5 -FireResistUnique__3 -ColdResistUnique__3 +FireResistUniqueBodyStr5 +ColdResistUniqueBodyStr5 LightningResistUniqueBodyStr5 MovementVelocityUniqueBodyStr5 ReducedStrengthRequirementUniqueBodyStr5 @@ -119,9 +119,9 @@ Crusader Plate Variant: Pre 3.5.0 Variant: Current Requires Level 59, 160 Str -LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_ +LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6 IncreasedLifeUniqueBodyStr6 -ManaLeechPermyriadUniqueRing17 +ManaLeechPermyriadUniqueBodyStr6 SocketedGemsSupportedByPierceUniqueBodyStr6 ChanceToBePiercedUniqueBodyStr6 {variant:2}DexterityRequirementsUnique__1 @@ -157,7 +157,7 @@ Variant: War Banner Variant: Dread Banner Variant: Defiance Banner MeleeDamageUnique__2 -IncreasedLifeUnique__101 +IncreasedLifeUniqueBodyStrDex3_ Allow2ActiveBannersUnique__1 Add1StageToBannersOnMeleeHitUpTo5PerSecondUnique__1 {variant:1}BannerAdrenalineDurationUnique__1 @@ -171,7 +171,7 @@ Variant: Current Requires Level 17, 53 Str StrengthUniqueBodyStr4 LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 -LightRadiusUniqueSceptre2 +LightRadiusUniqueBodyInt8 ChaosTakenOnES {variant:1}-10 Chaos Damage taken {variant:2}-(30-40) Chaos Damage taken @@ -185,10 +185,10 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 17, 53 Dex {variant:2}ItemActsAsFireDamageSupportUniqueSceptre2 -LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 -{variant:2}IncreasedLifeUnique__8 -FireResistUniqueBootsDex2 -AvoidIgniteUnique__1 +LocalIncreasedEvasionRatingPercentUniqueBodyDex3 +{variant:2}IncreasedLifeUniqueAmulet4 +FireResistUniqueBodyDex3 +AvoidIgniteUniqueBodyDex3 RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3 -(5-7) Physical Damage taken from Attacks ]],[[ @@ -199,25 +199,25 @@ Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Current Requires Level 9, 32 Dex -{variant:1,2}IncreasedAttackSpeedUniqueGlovesDex2 -{variant:3}IncreasedAttackSpeedUniqueQuiver1 +{variant:1,2}LocalIncreasedAttackSpeedUniqueClaw3 +{variant:3}IncreasedAttackSpeedUniqueBodyDex7 LocalIncreasedEvasionRatingUniqueBodyDex7 -ColdResistUnique__17 -MovementVelocityUniqueIntHelmet2 +ColdResistUniqueBodyDex7 +MovementVelocityUniqueBodyDex7 FlaskManaRecoveryUniqueBodyDex7 {variant:1}5% increased Dexterity -{variant:2,3}PercentageDexterityUnique__5 +{variant:2,3}PercentageDexterityUniqueBodyDex7 ]],[[ Wildwrap Strapped Leather Source: Upgraded from unique{Briskwrap} via prophecy{Last of the Wildmen} Requires Level 57, 32 Dex -IncreasedAttackSpeedUniqueQuiver1 +IncreasedAttackSpeedUniqueBodyDex7 IncreasedEvasionRatingUnique__5_ -ColdResistUnique__17 -MovementVelocityUniqueIntHelmet2 +ColdResistUniqueBodyDex7 +MovementVelocityUniqueBodyDex7 FlaskManaRecoveryUniqueBodyDex7 -PercentageDexterityUnique__5 +PercentageDexterityUniqueBodyDex7 DamagePer15DexterityUnique__1 ]],[[ Bronn's Lithe @@ -227,11 +227,11 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 53, 144 Dex LocalIncreaseSocketedMovementGemLevelUniqueBodyDex5 -IncreasedAttackSpeedUniqueQuiver1 +IncreasedAttackSpeedUniqueBodyDex7 {variant:2,3}DamageWithMovementSkillsUniqueBodyDex5 {variant:3}AttackAndCastSpeedOnUsingMovementSkillUnique__1 LocalIncreasedEvasionRatingPercentUniqueBodyDex5 -MovementVelocityUniqueAmulet5 +MovementVelocityUniqueBodyDex5 ]],[[ Cospri's Will Assassin's Garb @@ -254,22 +254,22 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 25, 73 Dex AddedPhysicalDamageUniqueBodyDex4 -DexterityUniqueGlovesInt4__ +DexterityUniqueBodyDex4 {variant:1}You gain 150 Evasion Rating when on Full Life {variant:2}You gain 500 Evasion Rating when on Full Life LocalIncreasedEvasionRatingPercentUniqueBodyDex4 -MovementVelocityUniqueAmulet5 +MovementVelocityUniqueBodyDex5 ]],[[ Fox's Fortune Wild Leather Source: Upgraded from unique{Foxshade} via prophecy{Dark Instincts} Requires level 54, 73 Dex AddedPhysicalDamageUniqueBodyDex4 -DexterityUniqueGlovesInt4__ +DexterityUniqueBodyDex4 EvasionOnFullLifeUnique__1_ IncreasedEvasionRatingUniqueOneHandSword4 LocalIncreasedEvasionRatingPercentUnique__17 -MovementVelocityUniqueAmulet5 +MovementVelocityUniqueBodyDex5 Enemies are Unlucky when Damaging you while you are on Full Life ]],[[ Hyrri's Ire @@ -281,8 +281,8 @@ Variant: Pre 3.5.0 Variant: Pre 3.9.0 Variant: Current Requires Level 65, 197 Dex -{variant:1,2,3}DexterityUniqueGlovesInt4__ -{variant:4,5,6}DexterityUnique__7 +{variant:1,2,3}DexterityUniqueBodyDex4 +{variant:4,5,6}DexterityUniqueBodyDex1 {variant:1,2,3}Adds 13 to 24 Cold Damage to Bow Attacks {variant:4}Adds (50-60) to (70-80) Cold Damage to Bow Attacks {variant:5}Adds (173-188) to (240-262) Cold Damage to Bow Attacks @@ -299,7 +299,7 @@ Exquisite Leather Source: prophecy{Deadly Rivalry V} Requires Level 62, 170 Dex LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 -IncreasedLifeUniqueGlovesInt3 +IncreasedLifeUniqueBodyDexInt3 FireResistUnique__6 ReducedDamageIfNotHitRecentlyUnique__1 50% increased Evasion if you have been Hit Recently @@ -311,7 +311,7 @@ Variant: Current Requires Level 59, 160 Dex {variant:1}(240-380)% increased Evasion Rating {variant:2}LocalIncreasedEvasionRatingPercentUniqueBodyDex6 -IncreasedLifeUniqueAmulet25 +IncreasedLifeUniqueBodyDex6 FireResistanceBodyDex6 ColdResistanceBodyDex6 LightningResistanceBodyDex6 @@ -329,7 +329,7 @@ LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 IncreasedLifeUniqueBodyStrDex5 {variant:1}-5% to maximum Fire Resistance {variant:2}FireResistUnique__11 -MovementVelocityUniqueBootsStrDex3 +MovementVelocityUniqueBodyStrDex5_ IncreasedFireDamageTakenUniqueBodyStrDex5 FireDamageTakenConvertedToPhysicalUniqueBodyStrDex5 ]],[[ @@ -446,7 +446,7 @@ The Coming Calamity Destroyer Regalia Requires Level 53, 144 Int LocalIncreaseSocketedHeraldLevelUnique__1_ -LocalIncreasedEnergyShieldPercentUnique___4_ +LocalIncreasedEnergyShieldPercentUnique__6 35% chance to avoid being Stunned for each Herald Skill affecting you HeraldsAlwaysCost45Unique__1 ]],[[ @@ -459,13 +459,13 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 49, 134 Int SocketedGemsHaveAddedChaosDamageUniqueBodyInt3 -IntelligenceUnique__7 +IntelligenceUniqueBodyInt3 {variant:1,2,3}MaximumLifeUniqueAmulet6 {variant:4,5}MaximumLifeUniqueBodyInt3 {variant:1}LocalIncreasedEnergyShieldPercentUniqueBodyInt8 -{variant:2}LocalIncreasedEnergyShieldPercentUnique__19 +{variant:2}LocalIncreasedEnergyShieldPercentUnique__21 {variant:3,4}(280-320)% increased Energy Shield -{variant:5}LocalIncreasedEnergyShieldPercent__2 +{variant:5}LocalIncreasedEnergyShieldUniqueBodyInt3 {variant:1,2,3}BloodMagic {variant:4,5}Socketed Gems have Blood Magic ]],[[ @@ -496,7 +496,7 @@ Widowsilk Robe League: Bestiary Source: Drops from unique{Fenumus, First of the Night} Requires Level 65, 187 Int -IntelligenceUnique__16 +IntelligenceUniqueBodyStrInt3 LocalIncreasedEnergyShieldPercentUnique__17 (80-100) Energy Shield Regenerated per second DamageDealtByWebbedEnemiesUnique__1 @@ -533,12 +533,12 @@ Variant: Pre 3.0.0 Variant: Pre 3.14.0 Variant: Current Requires Level 65, 187 Int -LocalIncreaseSocketedFireGemLevelUniqueStaff13 +LocalIncreaseSocketedFireGemLevelUniqueBodyInt4 FireDamagePercentUniqueBodyInt4 CriticalStrikeChanceUniqueBodyInt4 {variant:1}(190-230)% increased Energy Shield -{variant:2,3}LocalIncreasedEnergyShieldPercentUniqueShieldInt1 -ConvertFireToChaosUniqueBodyInt4Updated +{variant:2,3}LocalIncreasedEnergyShieldUniqueBodyInt4 +ConvertFireToChaosUniqueBodyInt4 {variant:1}100% increased Spell Damage taken when on Low Mana {variant:2}25% increased Spell Damage taken when on Low Mana {variant:3}SpellDamageTakenOnLowManaUniqueBodyInt4 @@ -549,11 +549,11 @@ Variant: Pre 2.0.0 Requires Level 65, 187 Int Implicits: 1 SpellDamageImplicitArmour1 -LocalIncreaseSocketedFireGemLevelUniqueStaff13 +LocalIncreaseSocketedFireGemLevelUniqueBodyInt4 FireDamagePercentUniqueBodyInt4 CriticalStrikeChanceUniqueBodyInt4 (190-230)% increased Energy Shield -ConvertFireToChaosUniqueBodyInt4Updated +ConvertFireToChaosUniqueBodyInt4 100% increased Spell Damage taken when on Low Mana ]],[[ Shavronne's Wrappings @@ -568,7 +568,7 @@ SpellDamageImplicitArmour1 {variant:2}(140-200)% increased Energy Shield {variant:3}LocalIncreasedEnergyShieldUniqueBodyInt1 ReducedEnergyShieldDelayUniqueBodyInt1 -LightningResistUniqueAmulet15 +LightningResistUniqueBodyInt1 AttackerTakesLightningDamageUniqueBodyInt1 ChaosTakenOnES ]],[[ @@ -590,7 +590,7 @@ Variant: Current Requires Level 49, 134 Int {variant:1,2}Socketed Gems are Supported by level 14 Spell Totem {variant:3}DisplaySocketedGemGetsSpellTotemBodyInt7 -SpellDamageUnique__12 +SpellDamageUniqueBodyInt7 LocalIncreasedEnergyShieldUniqueBodyInt7 {variant:1}25% increased Totem Life {variant:2,3}TotemLifeUniqueBodyInt7 @@ -626,10 +626,10 @@ Variant: Current Requires Level 59, 160 Int {variant:1}LocalIncreasedEnergyShieldUniqueBodyInt7 {variant:2,3}LocalIncreasedEnergyShieldUniqueBodyInt9 -IncreasedManaUniqueIntHelmet3 +IncreasedManaUniqueBodyInt9 MinionLifeUniqueBodyInt9 MinionDamageUniqueBodyInt9 -{variant:1,2}MaximumMinionCountUniqueSceptre5 +{variant:1,2}MaximumMinionCountUniqueBodyInt9 {variant:1}Minions gain Unholy Might for 5 seconds on Kill {variant:2}MinionUnholyMightOnKillUniqueBodyInt9 {variant:3}MinionElementalDamageAddedAsChaosUnique__1 @@ -646,8 +646,8 @@ Requires Level 37, 104 Int {variant:1,2,3}(75-100)% increased Energy Shield {variant:4}LocalIncreasedEnergyShieldPercentUniqueBodyInt8 {variant:1}+(20-25)% to Chaos Resistance -{variant:2,3,4}ChaosResistUniqueRing16 -LightRadiusUniqueSceptre2 +{variant:2,3,4}ChaosResistUniqueBodyInt8 +LightRadiusUniqueBodyInt8 {variant:1}25% chance on Block to create Consecrated Ground {variant:2}50% chance on Block to create Consecrated Ground {variant:3,4}100% chance on Block to create Consecrated Ground @@ -659,7 +659,7 @@ Full Wyrmscale Requires Level 46, 68 Str, 68 Dex LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1 MaximumLifeUniqueBodyStrDex1 -AllResistancesUnique__2 +AllResistancesUniqueBodyStrDex1 FlaskLifeRecoveryRateUniqueBodyStrDex1 ExtraGore ]],[[ @@ -672,7 +672,7 @@ Requires Level 69, 95 Str, 116 Dex {variant:1,2}(10-20)% increased Chaos Damage {variant:3}IncreasedChaosDamageUniqueBodyStrDex4 LocalIncreasedArmourAndEvasionUniqueBodyStrDex4 -IncreasedLifeUnique__91 +IncreasedLifeUniqueBodyStrDex4 {variant:1}30% increased Life Leeched per second {variant:2,3}100% increased Life Leeched per second ]],[[ @@ -684,7 +684,7 @@ Variant: Current Requires Level 63, 115 Str, 94 Dex LocalIncreasedArmourAndEvasionUniqueBodyStrDex4 {variant:1,2}IncreasedLifeUniqueShieldStr5 -{variant:3}IncreasedLifeUnique__101 +{variant:3}IncreasedLifeUniqueBodyStrDex3_ LifeLeechPermyriadUniqueBodyStrDex3 6% Chance to Dodge Attacks LoseEnduranceChargesWhenHitUniqueBodyStrDex3 @@ -740,7 +740,7 @@ Variant: Current Requires Level 60, 96 Str, 96 Dex AddedLightningDamageUniqueBodyStrDex2 LocalIncreasedArmourAndEvasionUniqueBodyStrDex2 -IncreasedLifeUniqueGlovesInt3 +IncreasedLifeUniqueBodyDexInt3 LightningResistUniqueBodyStrDex2 {variant:1}40% of Physical Damage from Hits taken as Lightning Damage {variant:2}PhysicalDamageTakenAsLightningPercentUniqueBodyStrDex2 @@ -752,7 +752,7 @@ Requires Level 28, 43 Str, 43 Dex LocalIncreasedArmourAndEvasionUnique__10_ IncreasedLifeUnique__19 ColdResistUnique__6 -MovementVelocityUniqueIntHelmet2 +MovementVelocityUniqueBodyDex7 ChanceToPoisonWithAttacksUnique___1 CannotBePoisonedUnique__1 ]], @@ -768,9 +768,9 @@ Requires Level 43, 64 Str, 64 Int {variant:1}LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5 {variant:2}LocalIncreasedArmourAndEnergyShieldUnique__10_ {variant:3,4}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2 -{variant:4}IncreasedLifeUniqueGlovesInt3 +{variant:4}IncreasedLifeUniqueBodyDexInt3 {variant:1,2}AllResistancesUniqueIntHelmet3 -{variant:3,4}AllResistancesUniqueGlovesStrDex2 +{variant:3,4}AllResistancesUniqueBodyStrInt2 GainEnduranceChargeWhenCriticallyHit {variant:1,2,3}2% of Life Regenerated per Second while on Low Life {variant:4}2% of Life Regenerated per Second if you've been Hit Recently @@ -781,8 +781,8 @@ Crusader Chainmail League: Heist Requires Level 43, 64 Str, 64 Int LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2 -IncreasedLifeUniqueGlovesInt3 -AllResistancesUniqueGlovesStrDex2 +IncreasedLifeUniqueBodyDexInt3 +AllResistancesUniqueBodyStrInt2 ShareEnduranceChargesWithParty GainEnduranceChargesWhenHitUnique__1_ LoseLifeIfHitRecentlyUnique__1 @@ -793,7 +793,7 @@ Requires Level 70, 99 Str, 115 Int AnimateGuardianWeaponOnGuardianKillUnique__1_ AnimateGuardianWeaponOnAnimatedWeaponKillUnique__1 LocalIncreasedArmourAndEnergyShieldUnique__11 -IncreasedLifeUnique__101 +IncreasedLifeUniqueBodyStrDex3_ AnimatedGuardianDamagePerAnimatedWeaponUnique__1__ AnimatedMinionsHaveMeleeSplashUnique__1 IncreasedAnimatedMinionSplashDamageUnique__1 @@ -803,8 +803,8 @@ Doryani's Prototype Saint's Hauberk League: Harvest Requires Level 67, 109 Str, 94 Int -LocalIncreasedArmourAndEnergyShieldUnique__15 -IncreasedLifeUnique__101 +LocalIncreasedArmourAndEnergyShieldUnique__21 +IncreasedLifeUniqueBodyStrDex3_ DealNoNonLightningDamageUnique__1_ ArmourAppliesToLightningDamageUnique__1_ LightningResistNoReductionUnique__1_ @@ -817,7 +817,7 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 64, 90 Str, 105 Int LocalIncreasedArmourAndEnergyShieldUnique__2 -IncreasedLifeUnique__2 +IncreasedLifeUniqueBodyDexInt1 {variant:1,2}IncreasedEnergyShieldUniqueBodyStrDexInt1 {variant:3}IncreasedEnergyShieldUnique__5 AllResistancesUnique__3 @@ -834,7 +834,7 @@ Requires Level 39, 59 Str, 59 Int {variant:1}+15 to Strength {variant:2}StrengthUniqueBodyStrInt3 {variant:1}IntelligenceUniqueBootsDex3 -{variant:2}IntelligenceUnique__16 +{variant:2}IntelligenceUniqueBodyStrInt3 LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt3 ColdResistUniqueBodyStrInt3 CannotBeChilledUniqueBodyStrInt3 @@ -845,7 +845,7 @@ Latticed Ringmail Source: Upgraded from unique{Icetomb} via prophecy{End of the Light} Requires Level 49, 59 Str, 59 Int StrengthUniqueBodyStrInt3 -IntelligenceUnique__16 +IntelligenceUniqueBodyStrInt3 LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt3 ColdResistUniqueBodyStrInt3 CannotBeChilledUniqueBodyStrInt3 @@ -882,8 +882,8 @@ Kingsguard Conquest Chainmail Requires Level 61, 96 Str, 96 Int LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt6 -IncreasedLifeUnique__101 -IncreasedManaUniqueHelmetStrDex5_ +IncreasedLifeUniqueBodyStrDex3_ +IncreasedManaUniqueBodyStrInt6 EnduranceChargeDurationUniqueBodyStrInt4 Gain 100 Life when an Endurance Charge expires or is consumed ]],[[ @@ -900,7 +900,7 @@ Requires Level 47, 69 Str, 69 Int {variant:4}PhysicalDamageConvertToChaosBodyStrInt4 {variant:1}Reflects (10-20) Chaos Damage to Melee Attackers {variant:2,3,4}AttackerTakesChaosDamageUniqueBodyStrInt4 -LightRadiusUniqueBootsStrDex2 +LightRadiusUniqueBodyStrInt4 {variant:1}25% chance on Block to create Desecrated Ground {variant:2}50% chance on Block to create Desecrated Ground {variant:3,4}100% chance on Block to create Desecrated Ground @@ -992,8 +992,8 @@ Variant: Pre 3.0.0 Variant: Pre 3.5.0 Variant: Current Requires Level 62, 96 Dex, 96 Int -LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4 -IncreasedLifeUnique__2 +LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt1 +IncreasedLifeUniqueBodyDexInt1 AllResistancesUniqueBodyDexInt1 {variant:1,2}20% increased Area of Effect of Area Skills {variant:3}(40-50)% increased Area of Effect of Area Skills @@ -1009,9 +1009,9 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 52, 76 Dex, 76 Int {variant:1,2,3}(110-150)% increased Evasion and Energy Shield -{variant:4}LocalIncreasedEvasionAndEnergyShieldUnique__20 +{variant:4}LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt2 {variant:1,2}+(90-110) to maximum Mana -{variant:3,4}IncreasedManaUniqueTwoHandAxe9 +{variant:3,4}IncreasedManaUniqueBodyDexInt2 {variant:1,2}ManaRegenerationUniqueBodyDexInt2 {variant:1}When hit, 10% of Damage is taken from Mana before Life {variant:3,4}DamageTakenFromManaBeforeLifeUniqueBodyDexInt2 @@ -1036,7 +1036,7 @@ Requires Level 65, 107 Dex, 90 Int Implicits: 0 GlimpseOfEternityWhenHitUnique__1 LocalIncreasedEvasionAndEnergyShieldUnique__27 -IncreasedLifeUnique__91 +IncreasedLifeUniqueBodyStrDex4 ChaosResistUnique__17 ElementalDamagePercentAddedAsChaosPerShaperItemUnique__1 HitsIgnoreChaosResistanceAllShaperItemsUnique__1 @@ -1048,7 +1048,7 @@ League: Heist Requires Level 65, 107 Dex, 90 Int TriggerShadeFormWhenHitUnique__1 LocalIncreasedEvasionAndEnergyShieldUnique__27 -IncreasedLifeUnique__91 +IncreasedLifeUniqueBodyStrDex4 ChaosResistUnique__17 PhysicalDamagePercentAddedAsChaosPerElderItemUnique__1 HitsIgnoreChaosResistanceAllElderItemsUnique__1 @@ -1086,10 +1086,10 @@ Requires Level 71, 88 Dex, 122 Int Implicits: 1 IncreasedManaImplicitArmour1 {variant:1}IncreasedLifeUniqueShieldStr5 -{variant:2}IncreasedLifeUniqueGlovesInt3 -{variant:1}LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4 +{variant:2}IncreasedLifeUniqueBodyDexInt3 +{variant:1}LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt1 {variant:2}LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt3 -ChargeBonusMovementVelocityPerFrenzyCharge +MovementVelocityPerFrenzyChargeUniqueBodyDexInt3 ChargeDurationUniqueBodyDexInt3 {variant:1}(15-20) Life Regenerated per second per Endurance Charge {variant:2}(20-30) Life Regenerated per second per Endurance Charge @@ -1101,7 +1101,7 @@ Requires Level 71, 88 Dex, 122 Int Implicits: 1 IncreasedManaImplicitArmour1 LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt3 -IncreasedLifeUniqueGlovesInt3 +IncreasedLifeUniqueBodyDexInt3 MovementVelocityPerFrenzyChargeUnique__2 ReducedMaximumEnduranceChargeUnique__2 ReducedMaximumFrenzyChargesUnique__2_ @@ -1113,7 +1113,7 @@ League: Bestiary Source: Drops from unique{Saqawal, First of the Sky} Requires Level 65, 107 Dex, 90 Int AllAttributesUnique__5 -LightningResistUniqueAmulet15 +LightningResistUniqueBodyInt1 ReducedManaReservationCostUnique__2 AvianAspectBuffEffectUnique__1 GrantAviansAspectToAlliesUnique__1 @@ -1153,7 +1153,7 @@ Tinkerskin Sadist Garb Requires Level 68, 103 Dex, 109 Int LocalIncreasedEvasionAndEnergyShieldUnique__4 -IncreasedLifeUnique__101 +IncreasedLifeUniqueBodyStrDex3_ (10-15)% increased Cooldown Recovery Speed for throwing Traps GainFrenzyChargeOnTrapTriggeredUnique__1 PhasingOnTrapTriggeredUnique__1 @@ -1170,11 +1170,11 @@ LocalIncreaseSocketedAuraGemLevelUniqueBodyDexInt4 {variant:2}SocketedItemsHaveReducedReservationUniqueBodyDexInt4 {variant:1}Socketed Gems are Supported by level 1 Generosity {variant:2}SupportedByGenerosityUniqueBodyDexInt4_ -LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4 +LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt1 {variant:1}(10-20)% increased Radius of Auras {variant:2}IncreasedAuraRadiusUniqueBodyDexInt4 {variant:1}(10-15)% increased effect of Non-Curse Auras you Cast -{variant:2}AuraEffectGlobalUnique__1 +{variant:2}IncreasedAuraEffectUniqueBodyDexInt4 ]], -- Body: Armour/Evasion/Energy Shield [[ @@ -1182,9 +1182,9 @@ The Admiral Varnished Coat League: Heist Requires Level 62, 96 Dex, 96 Int -IntelligenceUnique__16 +IntelligenceUniqueBodyStrInt3 LocalIncreasedEvasionAndEnergyShieldUnique__31 -AllResistancesUnique__7 +AllResistancesUniqueHelmetStrInt1 ChanceToFreezeShockIgniteUnique__1 ElementalDamageLowestResistUnique__1 ]],[[ @@ -1215,9 +1215,9 @@ GlobalVaalGemsLevelImplicit1_ {variant:1,10}LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStrDexInt1a {variant:2,11}(200-220)% increased Evasion Rating and Armour {variant:3,12}LocalIncreasedEvasionRatingPercentUniqueBodyStrDexInt1c -{variant:4,5,13,14}LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1d +{variant:4,5,13,14}LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1f {variant:6,15}LocalIncreasedEnergyShieldUniqueBodyStrDexInt1g -{variant:7,8,16,17}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1e +{variant:7,8,16,17}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1h {variant:9,18}LocalArmourAndEvasionAndEnergyShieldUniqueBodyStrDexInt1i {variant:1,2,3,4,7,10,11,12,13,16}IncreasedLifeUniqueBodyStrDexInt1 {variant:5,6,8}+(90-100) to Maximum Energy Shield diff --git a/src/Data/Uniques/Special/boots.lua b/src/Data/Uniques/Special/boots.lua index 0e3978a19b..2563ae0505 100644 --- a/src/Data/Uniques/Special/boots.lua +++ b/src/Data/Uniques/Special/boots.lua @@ -9,9 +9,9 @@ League: Bestiary Source: Drops from unique{Craiceann, First of the Deep} Requires Level 54, 95 Str LocalIncreasedPhysicalDamageReductionRatingPercentUnique__18 -IncreasedLifeUnique__2 +IncreasedLifeUniqueBootsDex9__ ColdResistUnique__24 -MovementVelocityUniqueBootsW1 +MovementVelocityUniqueBootsStrDex5 CannotBeStunned10CrabBarriersUnique__1 CrabBarriersLostWhenHitUnique__1_ ]],[[ @@ -37,7 +37,7 @@ Requires Level 68, 120 Str {variant:3,6,9}AddedLightningDamageUnique__2_ LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13 IncreasedLifeUniqueAmulet25 -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 ]],[[ The Infinite Pursuit Goliath Greaves @@ -46,7 +46,7 @@ Source: Drops in Uul-Netol Breach or from unique{Uul-Netol, Unburdened Flesh} Upgrade: Upgrades to unique{The Red Trail} using currency{Blessing of Uul-Netol} Requires Level 54, 95 Str IncreasedLifeUnique__27 -MovementVelocityUnique__23_ +MovementVeolcityUniqueBootsDemigods1 NoExtraBleedDamageWhileMovingUnique__1 MovementVelocityWhileBleedingUnique__1 ReceiveBleedingWhenHitUnique__1_ @@ -57,13 +57,13 @@ League: Breach Source: Upgraded from unique{The Infinite Pursuit} using currency{Blessing of Uul-Netol} Requires Level 68, 120 Str LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 -IncreasedLifeUnique__2 -MovementVelocityUniqueBootsW1 +IncreasedLifeUniqueBootsDex9__ +MovementVelocityUniqueBootsStrDex5 FrenzyChargeOnHitWhileBleedingUnique__1 MovementVelocityWhileBleedingUnique__1 PhysicalDamageReductionWhileNotMovingUnique__1 ReceiveBleedingWhenHitUnique__1_ -ItemBloodFootstepsUnique__1 +ItemBloodFootstepsUniqueBootsDex4 ]],[[ Replica Red Trail Titan Greaves @@ -71,7 +71,7 @@ League: Heist Requires Level 68, 120 Str LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 IncreasedLifeUniqueAmulet25 -MovementVelocityUniqueBootsW1 +MovementVelocityUniqueBootsStrDex5 PowerChargeOnHitWhilePoisonedUnique__1 ChaosResistanceWhileStationaryUnique__1 MovementSpeedWhilePoisonedUnique__1 @@ -87,7 +87,7 @@ HasNoSockets CannotBeKnockedBack {variant:1}+(120-150) to maximum Life {variant:2}IncreasedLifeUniqueBootsStr2 -KeystoneUnwaveringStanceUnique__1 +UnwaveringStance {variant:2}Cannot Be Slowed to Below Base Speed ]],[[ Redblade Tramplers @@ -96,20 +96,20 @@ League: Warbands Variant: Pre 2.6.0 Variant: Current Requires Level 46, 82 Str -{variant:2}IncreasedLifeUnique__2 +{variant:2}IncreasedLifeUniqueBootsDex9__ AddedPhysicalDamageUniqueBootsStr3 StunThresholdReductionUniqueBootsStr3 -LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1 -FireResistUniqueAmulet4 -{variant:1}MovementVelocityUnique__23_ -{variant:2}MovementVelocityUniqueBootsW1 +LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBootsStr3 +FireResistUniqueBootsStr3_ +{variant:1}MovementVeolcityUniqueBootsDemigods1 +{variant:2}MovementVelocityUniqueBootsStrDex5 ImmuneToBurningGroundUniqueBootsStr3 ]],[[ Stormcharger Plated Greaves Requires Level: 23, 44 Str +(1-50)% to Lightning Resistance -MovementVelocityUnique__23_ +MovementVeolcityUniqueBootsDemigods1 ConvertPhysicaltoLightningUnique__2 ShockDurationUnique__2 ShockEffectUnique__2 @@ -119,7 +119,7 @@ Antique Greaves Requires Level 37, 67 Str LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6 TotemLifeUnique__2_ -MovementVelocityUniqueBootsW1 +MovementVelocityUniqueBootsStrDex5 SummonTotemCastSpeedUnique__2 TotemReflectFireDamageUnique__1_ ]],[[ @@ -130,10 +130,10 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 33, 60 Str LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr1 -AllResistancesUnique__2 -{variant:1}MovementVelocityUniqueAmulet5 -{variant:2}MovementVelocityUniqueBootsStrDex3 -{variant:1}ElementalDamageUniqueDescentBelt1 +AllResistancesUniqueBootsStr1 +{variant:1}MovementVelocityUniqueBootsDex2 +{variant:2}MovementVelocityUniqueBootsStrDex4 +{variant:1}ElementalDamagePercentImplicitSceptreNew1 {variant:2}ElementalDamageUniqueBootsStr1 Enemies can have 1 additional Curse ]],[[ @@ -142,8 +142,8 @@ Reinforced Greaves Source: Upgraded from unique{Windscream} via prophecy{Darktongue's Shriek} Requires Level 60, 60 Str LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_ -AllResistancesUnique__2 -MovementVelocityUniqueBootsW1 +AllResistancesUniqueBootsStr1 +MovementVelocityUniqueBootsStrDex5 ElementalDamageUniqueBootsStr1 Enemies can have 1 additional Curse CurseAreaOfEffectUnique__1 @@ -154,8 +154,8 @@ Abberath's Hooves Goathide Boots Requires Level 12, 26 Dex RepeatingShockwave -StrengthUniqueClaw5_ -MovementVelocityUniqueBootsStrDex3 +StrengthUniqueBootsDexInt2 +MovementVelocityUniqueBootsStrDex4 ChanceToIgniteUnique__4 IgniteNearbyEnemyOnIgnitedKillUniqueRing20 FireDamagePerStrengthUnique__1 @@ -167,7 +167,7 @@ Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacri Requires Level 69, 120 Dex LocalIncreasedEvasionRatingPercentUniqueBootsDex7 IncreasedLifeUniqueBootsDex7 -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 (14-16)% Chance to Dodge Spell Damage ]],[[ The Blood Dance @@ -177,8 +177,8 @@ Variant: Pre 2.1.0 Variant: Pre 3.11.0 Variant: Current Requires Level 44, 79 Dex -DexterityUnique__5 -MovementVelocityUnique__23_ +DexterityUniqueBootsDex4_ +MovementVeolcityUniqueBootsDemigods1 MovementVelocityPerFrenzyChargeUniqueBootsDex4 {variant:1,2,3}3% reduced Attack and Cast Speed per Frenzy Charge {variant:4}AttackAndCastSpeedPerFrenzyChargeUniqueBootsDex4 @@ -186,7 +186,7 @@ MovementVelocityPerFrenzyChargeUniqueBootsDex4 {variant:3}Regenerate 0.5% of Life per second per Frenzy Charge {variant:4}LifeRegenerationPerFrenzyChargeUniqueBootsDex4 FrenzyChargeOnKillChanceUniqueBootsDex4 -ItemBloodFootstepsUnique__1 +ItemBloodFootstepsUniqueBootsDex4 {variant:1}3% increased Damage per Frenzy Charge with Hits against Enemies on Low Life {variant:2,3}6% increased Damage per Frenzy Charge with Hits against Enemies on Low Life {variant:4}EnemiesOnLowLifeTakeMoreDamagePerFrenzyChargeUniqueBootsDex4 @@ -198,9 +198,9 @@ Variant: Current Requires Level 22, 42 Dex DisplaySupportedByTrapUniqueBootsDex6 LocalIncreasedEvasionRatingPercentUniqueBootsDex6 -IncreasedLifeUnique__18 +IncreasedLifeUniqueBootsDex6 TrapThrowSpeedUniqueBootsDex6 -{variant:2}MovementVelocityUniqueBootsStrDex3 +{variant:2}MovementVelocityUniqueBootsStrDex4 {variant:1}MovementSpeedOnTrapThrowUniqueBootsDex6 {variant:2}MovementSpeedOnTrapThrowUnique__1 ]],[[ @@ -226,7 +226,7 @@ Requires Level 69, 120 Dex {variant:3,6,9}AddedLightningDamageUnique__2_ LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 IncreasedLifeUniqueAmulet25 -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 ]],[[ Farrul's Chase Slink Boots @@ -235,8 +235,8 @@ Source: Drops from unique{Farrul, First of the Plains} Requires Level 69, 120 Dex CatsStealthTriggeredIntimidatingCry LocalIncreasedEvasionRatingPercentUnique__13 -IncreasedLifeUnique__2 -MovementVelocityUnique__23_ +IncreasedLifeUniqueBootsDex9__ +MovementVeolcityUniqueBootsDemigods1 ChanceToAvoidBleedingUnique__1 MovementSpeedWithCatsStealthUnique__1 ]],[[ @@ -245,21 +245,21 @@ Nubuck Boots Variant: Pre 1.1.0 Variant: Current Requires Level 34, 62 Dex -ManaRegenerationUniqueDexHelmet2 +ManaRegenerationUniqueBootsDex2 {variant:1}(20-30)% increased Quantity of Items Found {variant:2}ItemFoundQuantityIncreaseUniqueBootsDex2 FireResistUniqueBootsDex2 -MovementVelocityUniqueAmulet5 +MovementVelocityUniqueBootsDex2 ]],[[ Garukhan's Flight Stealth Boots Variant: Pre 3.5.0 Variant: Current Requires Level 62, 117 Dex -DexterityUnique__5 +DexterityUniqueBootsDex4_ {variant:1}LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1 {variant:2}LocalIncreasedEvasionRatingPercentUnique__6 -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 ImmuneToBurningShockedChilledGroundUnique__1 LifeRegenerationWhileMovingUnique__1 {variant:1}+1 to Maximum Life per 10 Dexterity @@ -277,14 +277,14 @@ Variant: Pre 2.6.0 Variant: Pre 3.5.0 Variant: Current Requires Level 62, 117 Dex -DexterityUniqueGlovesInt4__ -IntelligenceUnique__7 -LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 -{variant:1}LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ +DexterityUniqueBootsDexInt2 +IntelligenceUniqueBootsDex1 +LocalIncreasedEvasionRatingPercentUniqueBootsDex1 +{variant:1}IncreasedEnergyShieldUnique__9 {variant:2}IncreasedEnergyShieldUnique__3 {variant:3}+(100-160) to maximum Energy Shield {variant:4}LocalIncreasedEnergyShieldUniqueBootsDex1 -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 EnemiesCantLifeLeech ]],[[ Temptation Step @@ -303,24 +303,24 @@ Variant: Pre 2.6.0 Variant: Current Evasion: (198-203) Requires Level 55, 97 Dex -DexterityUnique__15 +DexterityUniqueBootsDex9 LocalIncreasedEvationRatingPercentUniqueBootsDex9 {variant:1}40% increased Evasion Rating while you have Onslaught {variant:2}100% increased Evasion Rating while you have Onslaught {variant:1}IncreasedLifeUnique__27 -{variant:2}IncreasedLifeUnique__2 -{variant:1}MovementVelocityUnique__23_ -{variant:2}MovementVelocityUniqueBootsW1 +{variant:2}IncreasedLifeUniqueBootsDex9__ +{variant:1}MovementVeolcityUniqueBootsDemigods1 +{variant:2}MovementVelocityUniqueBootsStrDex5 10% chance to Dodge Spells while Phasing ]],[[ Replica Three-step Assault Shagreen Boots League: Heist Requires Level 55, 97 Dex -DexterityUnique__15 +DexterityUniqueBootsDex9 LocalIncreasedEvationRatingPercentUniqueBootsDex9 -IncreasedLifeUnique__2 -MovementVelocityUniqueBootsW1 +IncreasedLifeUniqueBootsDex9__ +MovementVelocityUniqueBootsStrDex5 ElusiveEffectUnique__1 MovementSpeedIfHitRecentlyUnique__1_ ]],[[ @@ -331,9 +331,9 @@ Variant: Current Requires Level 12, 26 Dex DexterityUniqueBootsDex3 IntelligenceUniqueBootsDex3 -LocalIncreasedEvasionRatingPercentUniqueBootsStrDex5 +LocalIncreasedEvasionRatingPercentUniqueBootsDex3 {variant:1}MovementVelocityOnLowLifeUniqueBootsDex3 -{variant:2}MovementVelocityUniqueBootsStrDex3 +{variant:2}MovementVelocityUniqueBootsStrDex4 {variant:2}You and nearby allies have 10% increased Movement Speed (5-10)% of Damage taken Gained as Mana over 4 seconds when Hit ]], @@ -349,7 +349,7 @@ IncreasedManaUniqueBootsInt4 LocalIncreasedEnergyShieldUniqueBootsInt4 MovementVelocityUniqueBootsInt4 {variant:1}MaximumMinionCountUniqueTwoHandSword4Updated -{variant:1}MaximumMinionCountUniqueSceptre5 +{variant:1}MaximumMinionCountUniqueBodyInt9 {variant:2}MaximumMinionCountUniqueBootsInt4 {variant:2}+1 to Level of all Raise Spectre Gems ]],[[ @@ -384,16 +384,16 @@ Requires Level 67, 120 Int {variant:1,4,7}AddedFireDamageUnique__3 {variant:2,5,8}AddedColdDamageUnique__4 {variant:3,6,9}AddedLightningDamageUnique__2_ -LocalIncreasedEnergyShieldPercentUnique__19 +LocalIncreasedEnergyShieldPercentUnique__21 IncreasedLifeUniqueAmulet25 -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 ]],[[ Inya's Epiphany Arcanist Slippers Source: Drops from The Pale Council Requires Level 61, 119 Int -IncreasedLifeUnique__2 -MovementVelocityUniqueBootsW1 +IncreasedLifeUniqueBootsDex9__ +MovementVelocityUniqueBootsStrDex5 PercentageIntelligenceUnique__4 IncreasedDamagePerPowerChargeUnique__1 ChanceToGainMaximumPowerChargesUnique__1_ @@ -404,7 +404,7 @@ Arcanist Slippers League: Heist Requires Level 61, 119 Int PercentageIntelligenceUnique__4 -IncreasedLifeUnique__2 +IncreasedLifeUniqueBootsDex9__ IncreasedDamagePerPowerChargeUnique__1 LifeRegenerationPerPowerChargeUnique__1__ MovementVelocityPerPowerChargeUnique__1__ @@ -418,15 +418,15 @@ Variant: Pre 3.4.0 Variant: Current Requires Level 53, 94 Int {variant:1,2,3,4}(6-7)% Chance to Block Spell Damage -{variant:5}SpellBlockPercentageUnique__2 +{variant:5}SpellBlockPercentageUniqueBootsInt5 {variant:1,2}IncreasedManaUnique__17 -{variant:3,4,5}IncreasedManaUniqueRing17 +{variant:3,4,5}IncreasedManaUniqueBootsInt5 {variant:1,2}LocalIncreasedEnergyShieldPercentUnique__5 {variant:3,4,5}LocalIncreasedEnergyShieldPercentUniqueBootsInt5 -{variant:1,3,4,5}AllResistancesUniqueAmulet2 +{variant:1,3,4,5}AllResistancesUniqueBootsInt5 {variant:2}AllResistancesImplicitShield2 -{variant:1,2,3}MovementVelocityUnique__23_ -{variant:4,5}MovementVelocityUniqueBootsW1 +{variant:1,2,3}MovementVeolcityUniqueBootsDemigods1 +{variant:4,5}MovementVelocityUniqueBootsStrDex5 ]],[[ Shavronne's Pace Scholar Boots @@ -435,12 +435,12 @@ Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Current Requires Level 32, 54 Int -DexterityUniqueRing3 +DexterityUniqueBootsInt3 {variant:1}IntelligenceUniqueOneHandSword2 -{variant:2,3}IntelligenceUnique__7 -{variant:1}LocalIncreasedEnergyShieldPercent___3Royale +{variant:2,3}IntelligenceUniqueBootsDex1 +{variant:1}(50-70)% increased Energy Shield {variant:2,3}LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3 -{variant:3}MovementVelocityUniqueBootsStrDex3 +{variant:3}MovementVelocityUniqueBootsStrDex4 {variant:1,2}35% increased Movement Speed when on Full Life {variant:3}MovementVelocityOnFullLifeUniqueBootsInt3 (10-15)% increased Stun Recovery @@ -451,10 +451,10 @@ Source: Upgraded from unique{Shavronne's Pace} via prophecy{The Flow of Energy} Variant: Pre 2.6.0 Variant: Current Requires Level 32, 54 Int -DexterityUniqueRing3 -IntelligenceUnique__7 +DexterityUniqueBootsInt3 +IntelligenceUniqueBootsDex1 LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3 -{variant:2}MovementVelocityUniqueBootsStrDex3 +{variant:2}MovementVelocityUniqueBootsStrDex4 {variant:1}35% increased Movement Speed when on Full Life {variant:2}MovementVelocityOnFullLifeUniqueBootsInt3 {variant:1}2% of Energy Shield regenerated per second while on Low Life @@ -466,7 +466,7 @@ Sorcerer Boots Energy Shield: 64 Requires Level 67, 123 Int IncreasedManaUnique__1 -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 PowerChargeOnCriticalStrikeChanceUnique__1 ReducedManaReservationCostUnique__1 NoLifeRegenerationUnique___1 @@ -480,8 +480,8 @@ Variant: Current Requires Level 67, 123 Int {variant:1}(110-140)% increased Energy Shield {variant:2}LocalIncreasedEnergyShieldPercentUniqueBootsInt6 -LocalIncreasedEnergyShieldUnique__6 -MovementVelocityUnique__12 +LocalIncreasedEnergyShiledUniqueBootsInt6 +MovementVelocityUniqueBootsInt6 MovementVelocityOnShockedGroundUniqueBootsInt6_ IncreasedDamageOnBurningGroundUniqueBootsInt6 2% of Life Regenerated Per Second on Chilled Ground @@ -490,9 +490,9 @@ ImmuneToDesecratedGroundUniqueBootsInt6 Wanderlust Wool Shoes DexterityUniqueBootsInt2 -ManaRegenerationUniqueShieldInt5 -LocalIncreasedEnergyShieldUniqueBodyInt5 -MovementVelocityUnique__23_ +ManaRegenerationUniqueBootsInt2 +LocalIncreasedEnergyShieldUniqueBootsInt2 +MovementVeolcityUniqueBootsDemigods1 CannotBeFrozenUnique__1 ]],[[ Wondertrap @@ -503,11 +503,11 @@ Variant: Current Requires Level 9, 21 Int StrengthUniqueBootsInt1 DexterityUniqueBootsInt1 -IntelligenceUniqueRing4 +IntelligenceUniqueBootsInt1 LocalIncreasedEnergyShieldPercentUniqueBootsInt1 ItemRarityOnLowLifeUniqueBootsInt1 -{variant:1}MovementVelocityUniqueBootsStrDex3 -{variant:2}MovementVelocityUniqueAmulet5 +{variant:1}MovementVelocityUniqueBootsStrDex4 +{variant:2}MovementVelocityUniqueBootsDex2 ]],[[ Greedtrap Velvet Slippers @@ -515,10 +515,10 @@ Source: Upgraded from unique{Wondertrap} via prophecy{Greed's Folly} Requires Level 52, 21 Int StrengthUniqueBootsInt1 DexterityUniqueBootsInt1 -IntelligenceUniqueRing4 +IntelligenceUniqueBootsInt1 LocalIncreasedEnergyShieldUnique__16 ItemQuantityOnLowLifeUnique__1 -MovementVelocityUnique__23_ +MovementVeolcityUniqueBootsDemigods1 ]], -- Boots: Armour/Evasion [[ @@ -539,7 +539,7 @@ Implicits: 3 {variant:2}FireAndLightningResistImplicitBoots1 {variant:3}ColdAndLightningResistImplicitBoots1 GrantEmbraceMadnessSkillUnique1 -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 {variant:1}EnemiesExplodeOnDeathChaosGloriousMadnessUnique1 {variant:1}AllDamageCanPoisonGloriousMadnessUnique___1 {variant:2}ElementalConfluxesGloriousMadnessUnique1 @@ -553,7 +553,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 65, 62 Str, 62 Dex {variant:2}LocalIncreasedArmourAndEvasionUnique__3_ -LightningResistUnique__5 +LightningResistUniqueBootsStrDex2 MovementVelocityPerFrenzyChargeUniqueBootsStrDex2 +1 to Maximum Frenzy Charge {variant:1}50% reduced Frenzy Charge Duration @@ -568,10 +568,10 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 18, 19 Str, 19 Dex LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 -{variant:1}IncreasedLifeImplicitShield1 -{variant:2}IncreasedLifeUnique___7Royale_ +{variant:1}IncreasedLifeUniqueHelmetDex5 +{variant:2}IncreasedLifeUniqueBootsStrDex3 {variant:1}IncreasedManaUniqueBootsStrDex3 -MovementVelocityUniqueBootsStrDex3 +MovementVelocityUniqueBootsStrDex4 50% increased Stun Recovery LightRadiusUniqueBootsStrDex3 {variant:2}Adds (15-20) to (25-30) Chaos Damage to Spells and Attacks while using a Flask @@ -582,9 +582,9 @@ Leatherscale Boots Variant: Pre 2.0.0 Requires Level 18, 19 Str, 19 Dex LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 -IncreasedLifeImplicitShield1 +IncreasedLifeUniqueHelmetDex5 IncreasedManaUniqueBootsStrDex3 -MovementVelocityUniqueBootsStrDex3 +MovementVelocityUniqueBootsStrDex4 50% increased Stun Recovery LightRadiusUniqueBootsStrDex3 +50% to Chaos Resistance while using a Flask @@ -599,7 +599,7 @@ Requires Level 40, 19 Str, 19 Dex {variant:2}StalkingPustuleOnKillUnique__1 LocalIncreasedArmourAndEvasionUnique__15_ IncreasedLifeUnique__67_ -MovementVelocityUnique__23_ +MovementVeolcityUniqueBootsDemigods1 StunRecoveryUniqueBootsStrDex3 LightRadiusUniqueBootsStrDex3 ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3 @@ -611,7 +611,7 @@ League: Ritual Requires Level 51, 48 Str, 48 Dex LocalIncreasedArmourAndEvasionUnique__18 AllResistancesUnique__22_ -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 ScorchedGroundWhileMovingUnique__1 ScorchEffectUnique__1 (30-40)% chance when you Kill a Scorched Enemy to Burn Each surrounding Enemy for 4 seconds, dealing 8% of the Killed Enemy's Life as Fire Damage per second @@ -626,8 +626,8 @@ Requires Level 30, 30 Str, 30 Dex {variant:2}TriggerRainOfArrowsOnBowAttackUnique__1 StrengthUniqueBootsStrDex1 DexterityUniqueBootsStrDex1 -AddedFireDamageUniqueAmulet7 -MovementVelocityUnique__23_ +AddedFireDamageUniqueBootsStrDex1 +MovementVeolcityUniqueBootsDemigods1 MovementVelocityOnLowLifeUniqueBootsStrDex1 {variant:1}StunRecoveryUniqueBootsStrDex1 {variant:1}CannotBeStunnedOnLowLife @@ -640,7 +640,7 @@ TriggerToxicRainOnBowAttackUnique__1 StrengthUniqueBootsStrDex1 DexterityUniqueBootsStrDex1 AddedChaosDamageUnique__1 -MovementVelocityUnique__23_ +MovementVeolcityUniqueBootsDemigods1 MovementVelocityOnLowLifeUniqueBootsStrDex1 ]],[[ Mutewind Whispersteps @@ -653,10 +653,10 @@ Requires Level 42, 40 Str, 40 Dex {variant:2}SpellAddedColdDamageUniqueBootsStrDex5 {variant:1}(20-40)% increased Critical Strike Chance for Spells {variant:2}SpellCriticalStrikeChanceUniqueBootsStrDex5 -LocalIncreasedEvasionRatingPercentUniqueBootsStrDex5 -ColdResistUnique__3 -{variant:1}MovementVelocityUnique__23_ -{variant:2}MovementVelocityUniqueBootsW1 +LocalIncreasedEvasionRatingPercentUniqueBootsDex3 +ColdResistUniqueBootsStrDex5 +{variant:1}MovementVeolcityUniqueBootsDemigods1 +{variant:2}MovementVelocityUniqueBootsStrDex5 ImmuneToChilledGroundUniqueBootsStrDex5 ]],[[ Saqawal's Talons @@ -679,7 +679,7 @@ Requires Level 49, 47 Str, 47 Int AddedChaosDamageUniqueBootsStrInt2 LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2 ChaosResistUniqueBootsStrInt2 -MovementVelocityUnique__23_ +MovementVeolcityUniqueBootsDemigods1 MaximumMinionCountUniqueBootsStrInt2Updated PercentageStrengthUniqueBootsStrInt2 ]],[[ @@ -690,7 +690,7 @@ Requires Level 49, 47 Str, 47 Int PercentageStrengthUniqueBootsStrInt2 LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2 ChaosResistUniqueBootsStrInt2 -MovementVelocityUnique__23_ +MovementVeolcityUniqueBootsDemigods1 CannotDealNonChaosDamageUnique__1_ AddedChaosDamageToAttacksPer50StrengthUnique__1 ]],[[ @@ -700,8 +700,8 @@ Source: Drops in The Eternal Labyrinth Requires Level 64, 62 Str, 62 Int StrengthUnique__5 LocalIncreasedArmourAndEnergyShieldUnique__4 -AllResistancesUnique__2 -MovementVelocityUniqueBootsW1 +AllResistancesUniqueBootsStr1 +MovementVelocityUniqueBootsStrDex5 ChargeBonusMaximumEnduranceCharges SelfStatusAilmentDurationUnique__1 BleedingImmunityUnique__1 @@ -713,9 +713,9 @@ Variant: Current Requires Level 58, 54 Str, 54 Int LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt3 FireResistUniqueBootsStrInt3 -MovementVelocityUniqueBootsW1 +MovementVelocityUniqueBootsStrDex5 {variant:1}(5-7)% chance to Ignite -{variant:2}ChanceToIgniteUnique__6 +{variant:2}ChanceToIgniteUniqueBootsStrInt3 {variant:1}15% increased Damage against Ignited Enemies {variant:2}IncreasedDamageToIgnitedTargetsUniqueBootsStrInt3 ]],[[ @@ -747,8 +747,8 @@ Requires Level 28, 28 Str, 28 Int AddedLightningDamageUniqueBootsStrInt1 LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt1 LifeGainedFromEnemyDeathUniqueBootsStrInt1 -{variant:2,3}MovementVelocityUniqueBootsStrDex3 -{variant:1,2}HitsCauseMonsterFleeUnique__1 +{variant:2,3}MovementVelocityUniqueBootsStrDex4 +{variant:1,2}HitsCauseMonsterFleeUniqueBootsStrInt1 {variant:3}ShockedGroundWhileMovingUnique__1_ ]], -- Boots: Evasion/Energy Shield @@ -760,13 +760,13 @@ Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current Requires Level 41, 40 Dex, 40 Int -{variant:1}LocalIncreasedEnergyShieldPercentUniqueIntHelmet1 +{variant:1}LocalIncreasedEnergyShieldUnique__23 {variant:2}+(120-150) to maximum Energy Shield -{variant:3}LocalIncreasedEnergyShieldUniqueGlovesStr4 +{variant:3}LocalIncreasedEnergyShieldUniqueBootsDexInt4 LocalIncreasedPhysicalDamageUniqueSceptre9 -{variant:1}MovementVelocityUnique__23_ -{variant:2,3}MovementVelocityUniqueBootsW1 -LightningResistUnique__2 +{variant:1}MovementVeolcityUniqueBootsDemigods1 +{variant:2,3}MovementVelocityUniqueBootsStrDex5 +LightningResistUniqueBootsDexInt4 IncreasedProjectileDamageUniqueBootsDexInt4 ImmuneToShockedGroundUniqueBootsDexInt4 ]],[[ @@ -781,7 +781,7 @@ Requires Level 69, 82 Dex, 42 Int {variant:2}AbyssJewelSocketUnique__4 DeathWalk MaximumLifeUnique__13 -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 10% increased Damage for each type of Abyssal Jewel affecting you ]],[[ Corpsewalker @@ -791,7 +791,7 @@ Requires Level 55, 52 Dex, 52 Int Implicits: 0 CorpseWalk LocalIncreasedEvasionAndEnergyShieldUnique__28 -MovementVelocityUniqueBootsW1 +MovementVelocityUniqueBootsStrDex5 DamageIfConsumedCorpseUnique__1__ LifeRegenerationPerNearbyCorpseUnique__1 ]],[[ @@ -807,7 +807,7 @@ Upgrade: Upgrades to unique{Omeyocan} via currency{Vial of the Ritual} IncreasedManaUnique__13 {variant:1}LightningResistUniqueHelmetStrInt2 {variant:2}LightningResistUnique__18 -MovementVelocityUniqueBootsW1 +MovementVelocityUniqueBootsStrDex5 OnslaughtWhileNotOnLowManaUnique__1_ {variant:1}LoseManaPerSecondUnique__1 {variant:2}KeystoneTheAgnosticUnique__2 @@ -819,7 +819,7 @@ Source: Upgraded from unique{Dance of the Offered} via currency{Vial of the Ritu Requires Level 55, 52 Dex, 52 Int MaximumManaUniqueJewel54 LightningResistUnique__18 -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 DodgeAndSpellDodgePerMaximumManaUnique__1 OnslaughtWhileNotOnLowManaUnique__1_ Lose 7% of maximum Mana per Second @@ -830,9 +830,9 @@ League: Bestiary Source: Drops from unique{Fenumus, First of the Night} Requires Level 63, 62 Dex, 62 Int LocalIncreasedEvasionAndEnergyShieldUnique__14 -LightningResistUnique__2 +LightningResistUniqueBootsDexInt4 ChaosResistUnique__17 -MovementVelocityUniqueBootsW1 +MovementVelocityUniqueBootsStrDex5 IncreasedSpiderWebCountUnique__1 ESOnHitWebbedEnemiesUnique__1 AspectOfSpiderDurationUnique__1 @@ -843,11 +843,11 @@ Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Current Requires Level 16, 18 Dex, 18 Int -DexterityUniqueGlovesInt4__ +DexterityUniqueBootsDexInt2 LocalIncreasedEvasionRatingUniqueBootsDex8 LocalIncreasedEnergyShieldUniqueBootsDex8 -MovementVelocityUnique__23_ -ColdResistUniqueBootsDexInt2 +MovementVeolcityUniqueBootsDemigods1 +ColdResistUniqueBootsDex8 {variant:1}30% increased Physical Damage taken {variant:2}IncreasedPhysicalDamageTakenUniqueBootsDex8 {variant:3}DamageTakenOnFullESUnique__1 @@ -858,7 +858,7 @@ Assassin's Boots Requires Level 63, 62 Dex, 62 Int League: Blight LocalIncreasedEvasionAndEnergyShieldUnique__27 -StunRecoveryImplicitBeltRoyale1 +StunRecoveryUnique__3 Travel Skills have (50-80)% increased Cooldown Recovery Speed ManaRegenerationRateWhileMovingUnique__1 MovementVelocityOverrideUnique__1 @@ -869,7 +869,7 @@ Assassin's Boots League: Heist Requires Level 63, 62 Dex, 62 Int LocalIncreasedEvasionAndEnergyShieldUnique__27 -StunRecoveryImplicitBeltRoyale1 +StunRecoveryUnique__3 TravelSkillMoreDamageUnique__1 ManaRegenerationRateWhileMovingUnique__1 MovementVelocityOverrideUnique__1 @@ -881,24 +881,24 @@ Upgrade: Upgrades to unique{Sunspite} via prophecy{Sun's Punishment} Variant: Pre 2.6.0 Variant: Current Requires Level 27, 27 Dex, 27 Int -IncreasedAttackSpeedUniqueQuiver1 +IncreasedAttackSpeedUniqueBootsDexInt1 LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1 -ItemFoundRarityIncreaseUniqueStrDexHelmet1 -FireResistUniqueAmulet13 -{variant:1}MovementVelocityUniqueAmulet5 -{variant:2}MovementVelocityUnique__23_ +ItemFoundRarityIncreaseUniqueBootsDemigods1 +FireResistUniqueBootsDexInt1 +{variant:1}MovementVelocityUniqueBootsDex2 +{variant:2}MovementVeolcityUniqueBootsDemigods1 ]],[[ Sunspite Clasped Boots Source: Upgraded from unique{Sundance} via prophecy{Sun's Punishment} Requires Level 59, 27 Dex, 27 Int -IncreasedAttackSpeedUniqueQuiver1 +IncreasedAttackSpeedUniqueBootsDexInt1 LocalIncreasedEvasionAndEnergyShieldUnique__15 -ItemFoundRarityIncreaseUniqueStrDexHelmet1 -FireResistUniqueAmulet13 -MovementVelocityUnique__23_ +ItemFoundRarityIncreaseUniqueBootsDemigods1 +FireResistUniqueBootsDexInt1 +MovementVeolcityUniqueBootsDemigods1 MovementVelocityWhileIgnitedUnique__2 -IncreasedChanceToBeIgnitedUniqueRing24 +IncreasedChanceToBeIgnitedUnique__1 (75-125) Life Regenerated per second while Ignited ]],[[ Voidwalker @@ -909,7 +909,7 @@ Variant: Current Requires Level 69, 82 Dex, 42 Int DexterityUnique__3 LocalIncreasedEvasionAndEnergyShieldUnique__5 -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 ChanceToAvoidProjectilesWhilePhasingUnique__1 GainPhasingIfKilledRecentlyUnique__1 {variant:1}PrrojectilesPierceWhilePhasingUnique__1_ @@ -924,7 +924,7 @@ League: Heist Requires Level 69, 82 Dex, 42 Int DexterityUnique__3 LocalIncreasedEvasionAndEnergyShieldUnique__5 -MovementVelocityUnique__12 +MovementVelocityUniqueBootsInt6 DamageTakenWhilePhasingUnique__1 GainPhasingIfKilledRecentlyUnique__1 ProjectilesChainWhilePhasingUnique__1_ @@ -938,7 +938,7 @@ League: Expedition Requires Level 48, 37 Str, 37 Dex, 37 Int (50–80)% increased Ward (30–50)% slower Restoration of Ward -MovementVelocityUnique__23_ +MovementVeolcityUniqueBootsDemigods1 AdrenalineOnWardBreakUnique__1 ]],[[ Vorana's March @@ -947,7 +947,7 @@ League: Expedition Requires Level 69, 46 Str, 46 Dex, 46 Int HasNoSockets GrantsSummonArbalistsSkillUnique__1_ -MovementVelocityUniqueBootsW1 +MovementVelocityUniqueBootsStrDex5 Summoned Arbalists have (10–20)% chance to inflict Cold Exposure on Hit Summoned Arbalists have (10–20)% chance to Intimidate for 4 seconds on Hit Summoned Arbalists Convert (30–50)% of Physical Damage to Fire Damage diff --git a/src/Data/Uniques/Special/bow.lua b/src/Data/Uniques/Special/bow.lua index 79afe105ae..78771b5143 100644 --- a/src/Data/Uniques/Special/bow.lua +++ b/src/Data/Uniques/Special/bow.lua @@ -12,7 +12,7 @@ Variant: Current Requires Level 62, 212 Dex Source: Vendor recipe Implicits: 1 -{variant:3}CriticalMultiplierUniqueDagger8 +{variant:3}CriticalMultiplierImplicitBow1 {variant:1}Adds (60-70) to (180-210) Physical Damage {variant:2,3,4}LocalAddedPhysicalDamageUnique__29___ {variant:1,2,3}LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 @@ -40,14 +40,14 @@ Variant: Current Requires Level 62, 212 Dex Implicits: 2 {variant:2,3}(6-12)% increased Elemental Damage with Attack Skills -{variant:6}CriticalMultiplierUniqueDagger8 -DexterityUniqueRing8 +{variant:6}CriticalMultiplierImplicitBow1 +DexterityUniqueBow4 {variant:1,2}LocalIncreasedPhysicalDamagePercentUniqueClaw2 {variant:3,4}(150-180)% increased Physical Damage {variant:5,6}LocalIncreasedPhysicalDamagePercentUniqueBow6 LocalAddedFireDamageUniqueBow6 -{variant:1,2}IncreasedAttackSpeedUniqueGlovesDex2 -{variant:3,4,5,6}LocalIncreasedAttackSpeedUniqueBow6 +{variant:1,2}LocalIncreasedAttackSpeedUniqueClaw3 +{variant:3,4,5,6}LocalIncreasedAttackSpeedUniqueBow11 {variant:1,2,3,4}100% More Damage with Arrow Hits at Close Range {variant:5,6}PhysicalBowDamageCloseRangeUniqueBow6 KnockbackCloseRangeUniqueBow6 @@ -108,14 +108,14 @@ Variant: Current Requires Level 62, 212 Dex Implicits: 2 {variant:1,2}(6-12)% increased Elemental Damage with Attack Skills -{variant:6}CriticalMultiplierUniqueDagger8 -{variant:1,2,3}LocalIncreasedPhysicalDamagePercentUnique__2 +{variant:6}CriticalMultiplierImplicitBow1 +{variant:1,2,3}LocalIncreasedPhysicalDamagePercentUniqueBow3 {variant:4,5,6}LocalIncreasedPhysicalDamagePercentUniqueBow5 {variant:2}Adds (6-10) to (10-14) Physical Damage {variant:3,4}Adds (10-15) to (15-20) Physical Damage {variant:5,6}LocalAddedPhysicalDamageUniqueBow5 -{variant:1,2,3,4}IncreasedAttackSpeedUniqueQuiver1 -{variant:5,6}LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 +{variant:1,2,3,4}LocalIncreasedAttackSpeedUniqueBow2 +{variant:5,6}LocalIncreasedAttackSpeedUniqueBow5 PhysicalDamageConvertToChaosUniqueBow5 (15-30)% increased Accuracy Rating PhysicalDamagePercentTakesAsChaosDamageUniqueBow5 @@ -132,11 +132,11 @@ Variant: Current Requires Level 32, 107 Dex Implicits: 1 {variant:2,3,4,5}LocalCriticalStrikeChanceImplicitBow1 -LocalIncreasedPhysicalDamagePercentUnique__2 -IncreasedAttackSpeedUniqueQuiver1 +LocalIncreasedPhysicalDamagePercentUniqueBow3 +LocalIncreasedAttackSpeedUniqueBow2 {variant:1,2,4}+100% to Global Critical Strike Multiplier {variant:3}+150% to Global Critical Strike Multiplier -{variant:5}CriticalMultiplierImplicitSword3 +{variant:5}LocalCriticalMultiplierUniqueBow3 Adds an additional Arrow ]],[[ Death's Opus @@ -150,12 +150,12 @@ Variant: Current Requires Level 44, 107 Dex Implicits: 1 {variant:2,3,4,5}LocalCriticalStrikeChanceImplicitBow1 -LocalIncreasedPhysicalDamagePercentUnique__2 +LocalIncreasedPhysicalDamagePercentUniqueBow3 LocalAddedPhysicalDamageUnique__17_ -IncreasedAttackSpeedUniqueQuiver1 +LocalIncreasedAttackSpeedUniqueBow2 {variant:1,2,4}+100% to Global Critical Strike Multiplier {variant:3}+150% to Global Critical Strike Multiplier -{variant:5}CriticalMultiplierImplicitSword3 +{variant:5}LocalCriticalMultiplierUniqueBow3 2 additional Arrows ]],[[ Doomfletch @@ -171,9 +171,9 @@ Implicits: 2 {variant:3,4}WeaponElementalDamageImplicitBow1 {variant:2,3}Adds (8-12) to (16-20) Physical Damage {variant:4}LocalAddedPhysicalDamageUniqueBow11 -LocalIncreasedAttackSpeedUniqueBow6 -{variant:1,2,3}LocalCriticalStrikeChanceUnique__10 -ManaRegenerationUniqueDexHelmet2 +LocalIncreasedAttackSpeedUniqueBow11 +{variant:1,2,3}LocalCriticalStrikeChanceUniqueBow11 +ManaRegenerationUniqueBow11 {variant:1,2,3}Gain 110% of Bow Physical Damage as Extra Damage of an Element {variant:4}Gain 100% of Bow Physical Damage as Extra Damage of an Element ]],[[ @@ -190,9 +190,9 @@ Implicits: 2 {variant:3,4}WeaponElementalDamageImplicitBow1 {variant:2,3}Adds (8-12) to (16-20) Physical Damage {variant:4}LocalAddedPhysicalDamageUniqueBow11 -LocalIncreasedAttackSpeedUniqueBow6 -{variant:1,2,3}LocalCriticalStrikeChanceUnique__10 -ManaRegenerationUniqueDexHelmet2 +LocalIncreasedAttackSpeedUniqueBow11 +{variant:1,2,3}LocalCriticalStrikeChanceUniqueBow11 +ManaRegenerationUniqueBow11 {variant:1,2,3}Gain 110% of Bow Physical Damage as Extra Damage of each Element {variant:4}Gain 100% of Bow Physical Damage as Extra Damage of each Element ]],[[ @@ -225,11 +225,11 @@ LocalCriticalStrikeChanceImplicitBow1 {variant:1,2}(90-100)% increased Physical Damage {variant:3,4}LocalIncreasedPhysicalDamagePercentUniqueBow7 {variant:2,3,4}LocalAddedPhysicalDamageUniqueBow7 -DexterityUniqueGlovesInt4__ +DexterityUniqueBow7 {variant:1,2,3}+(200-250) to Accuracy Rating -{variant:4}IncreasedAccuracyUnique__2 +{variant:4}IncreasedAccuracyUniqueBow7 ArrowPierceUniqueBow7 -MovementVelocityUniqueAmulet5 +MovementVelocityUniqueBow7 {variant:1,2}CannotLeech {variant:3,4}CannotLeechLifeUnique__1 ]],[[ @@ -239,12 +239,12 @@ League: Heist Requires Level 53, 170 Dex Implicits: 1 LocalCriticalStrikeChanceImplicitBow1 -DexterityUniqueGlovesInt4__ +DexterityUniqueBow7 LocalIncreasedPhysicalDamagePercentUniqueBow7 LocalAddedPhysicalDamageUniqueBow7 -MovementVelocityUniqueAmulet5 -IncreasedAccuracyUnique__2 -CannotLeechMana +MovementVelocityUniqueBow7 +IncreasedAccuracyUniqueBow7 +CannotLeechManaUnique__1_ AttackProjectilesForkUnique__1 AttackProjectilesForkExtraTimesUnique__1 ]],[[ @@ -285,8 +285,8 @@ Implicits: 2 {variant:3,4}WeaponElementalDamageImplicitBow1 LocalIncreasedPhysicalDamagePercentUniqueBow1 LocalAddedPhysicalDamageUniqueBow1 -LocalIncreasedAttackSpeedOneHandSword3 -IncreasedManaUnique__17 +LocalIncreasedAttackSpeedUniqueBow1 +IncreasedManaUniqueBow1 AlwaysHits {variant:4}PlayerFarShotUnique__2 ]],[[ @@ -310,9 +310,9 @@ Variant: Current Requires Level 68, 212 Dex Implicits: 1 LocalCriticalStrikeChanceImplicitBow1 -LocalReducedPhysicalDamagePercentUnique__1 +LocalReducedPhysicalDamagePercentUniqueBow8 LocalAddedColdDamageUnique__4 -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueBow9 LightRadiusUnique__2 SpreadChilledGroundOnFreezeUnique__1 SpreadConsecratedGroundOnShatterUnique__1 @@ -324,8 +324,8 @@ Variant: Pre 2.6.0 Variant: Pre 3.9.0 Variant: Current Requires Level 5, 26 Dex -DexterityUniqueRing8 -{variant:2,3}LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1 +DexterityUniqueBow4 +{variant:2,3}LocalIncreasedPhysicalDamagePercentUniqueDescentBow1 LocalIncreasedAttackSpeedUniqueBow4 IncreasedAccuracyUniqueBow4 ProjectileSpeedUniqueBow4_ @@ -339,8 +339,8 @@ Short Bow League: Heist Requires Level 5, 26 Dex SupportedByArrowNovaUnique__1 -DexterityUniqueRing8 -LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1 +DexterityUniqueBow4 +LocalIncreasedPhysicalDamagePercentUniqueDescentBow1 LocalIncreasedAttackSpeedUniqueOneHandSword7 ManaGainPerTargetUnique__2 ProjectileSpeedUniqueBow4_ @@ -364,7 +364,7 @@ Requires Level 64, 212 Dex LocalIncreasedAttackSpeedUnique__24 {variant:1,2}4 additional Arrows {variant:3}2 additional Arrows -ProjectileSpeedUniqueQuiver2 +ProjectileSpeedUnique__4 {variant:5}VolleyFirstPointPierceUnique__1_ {variant:5}VolleySecondPointForkUnique__1 {variant:5}VolleyThirdPointReturnUnique__1__ @@ -376,12 +376,12 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 18, 71 Dex Implicits: 1 -{variant:2}CriticalMultiplierUniqueDagger8 +{variant:2}CriticalMultiplierImplicitBow1 LocalIncreasedPhyiscalDamagePercentUnique__3 WeaponElementalDamageUnique__2 LocalIncreasedAttackSpeedUnique__1 AdditionalChainUniqueOneHandMace3 -ProjectileSpeedUnique__2 +ProjectileSpeedUnique__5__ ]],[[ Silverbranch Crude Bow @@ -391,10 +391,10 @@ Variant: Current Requires Level 2 LocalIncreaseSocketedBowGemLevelUniqueBow2 {variant:1}(50-80)% increased Physical Damage -{variant:2}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 -IncreasedAttackSpeedUniqueQuiver1 -IncreasedAccuracyUniqueBow2 -ManaGainedFromEnemyDeathUniqueShieldInt3 +{variant:2}LocalIncreasedPhysicalDamagePercentUniqueBow2 +LocalIncreasedAttackSpeedUniqueBow2 +IncreasedAccuracyUniqueDescentBow1 +ManaGainedFromEnemyDeathUniqueBow2 ]],[[ Silverbough Crude Bow @@ -402,11 +402,11 @@ Source: Upgraded from unique{Silverbranch} using prophecy{The Silverwood} Requires Level 36 LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 LocalIncreaseSocketedBowGemLevelUniqueBow2 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalIncreasedPhysicalDamagePercentUniqueBow2 LocalAddedPhysicalDamageUnique__19 -IncreasedAttackSpeedUniqueQuiver1 -IncreasedAccuracyUniqueBow2 -ManaGainedFromEnemyDeathUniqueShieldInt3 +LocalIncreasedAttackSpeedUniqueBow2 +IncreasedAccuracyUniqueDescentBow1 +ManaGainedFromEnemyDeathUniqueBow2 ]],[[ Slivertongue Harbinger Bow @@ -431,7 +431,7 @@ Upgrade: Upgrades to unique{The Tempest} via prophecy{The Servant's Heart} Variant: Pre 2.0.0 Variant: Current Requires Level 9, 38 Dex -LocalReducedPhysicalDamagePercentUnique__1 +LocalReducedPhysicalDamagePercentUniqueBow8 {variant:1}Adds 1 to 75 Lightning Damage {variant:2}AddedLightningDamageUniqueBow8 LocalIncreasedAttackSpeedUniqueBow8 @@ -440,7 +440,7 @@ The Tempest Long Bow Source: Upgraded from unique{Storm Cloud} using prophecy{The Servant's Heart} Requires Level 32, 38 Dex -LocalReducedPhysicalDamagePercentUnique__1 +LocalReducedPhysicalDamagePercentUniqueBow8 LightningDamagePercentUnique__4 AddedLightningDamageUniqueBow8 LocalIncreasedAttackSpeedUniqueBow8 @@ -451,11 +451,11 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 64, 212 Dex LocalAddedLightningDamageUniqueBow10 -LocalIncreasedAttackSpeedUniqueBow10 -ConvertLightningDamageToChaosUniqueBow10 -ChanceToShockUnique__1 +LocalIncreasedAttackSpeedUniqueBow9 +ConvertLightningDamageToChaosUniqueBow10Updated +ChanceToShockUniqueBow10 ChaosDamageCanShockUniqueBow10 -{variant:2}AttacksShockAsIfDealingMoreDamageUnique__2 +{variant:2}AttacksShockAsIfDealingMoreDamageUniqueBow10 {variant:2}MaximumShockOverrideUniqueBow10 ]],[[ Windripper @@ -475,10 +475,10 @@ Implicits: 2 {variant:1}Adds 1 to 100 Lightning Damage {variant:2,3,4}Adds 1 to (80-100) Lightning Damage {variant:5}AddedLightningDamageUniqueBow9 -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueBow9 {variant:1,2}LocalCriticalStrikeChanceUnique__14 {variant:3,4}LocalCriticalStrikeChanceUnique__18 -{variant:5}LocalCriticalStrikeChanceUnique__10 +{variant:5}LocalCriticalStrikeChanceUniqueBow11 {variant:1,2}25% increased Quantity of Items Dropped by Slain Frozen enemies {variant:3,4,5}ItemQuantityWhenFrozenUniqueBow9 {variant:1,2}50% increased Rarity of Items Dropped by Slain Shocked enemies @@ -492,8 +492,8 @@ Implicits: 1 WeaponElementalDamageImplicitBow1 AddedColdDamageUniqueBow9 AddedLightningDamageUniqueBow9 -LocalIncreasedAttackSpeedUniqueBow10 -LocalCriticalStrikeChanceUnique__10 +LocalIncreasedAttackSpeedUniqueBow9 +LocalCriticalStrikeChanceUniqueBow11 FrozenMonstersTakeIncreasedDamageUnique__1 GainEnergyShieldOnKillShockedEnemyUnique__1_ ]],[[ diff --git a/src/Data/Uniques/Special/claw.lua b/src/Data/Uniques/Special/claw.lua index 2fca1d0b36..d4140ed6ca 100644 --- a/src/Data/Uniques/Special/claw.lua +++ b/src/Data/Uniques/Special/claw.lua @@ -12,11 +12,11 @@ Implicits: 2 {variant:1}+21 Life gained for each Enemy hit by Attacks {variant:2}LifeGainPerTargetImplicit2Claw8 SocketedGemsSupportedByFortifyUnique____1 -LocalIncreasedPhysicalDamagePercentUnique__10 +LocalIncreasedPhysicalDamagePercentUniqueClaw6 IncreasedEvasionRatingUnique___1 -IncreasedLifeUnique__8 +IncreasedLifeUniqueAmulet4 IncreasedEnergyShieldUnique__2 -AttackerTakesDamageUnique__1 +AttackerTakesDamageShieldImplicit7 15% Chance to Block ]],[[ Replica Advancing Fortress @@ -27,8 +27,8 @@ Implicits: 1 LifeGainPerTargetImplicit2Claw8 SupportedByCastOnDamageTakenUnique__1 AdditionalBlockUnique__2 -LocalIncreasedPhysicalDamagePercentUnique__10 -IncreasedLifeUnique__8 +LocalIncreasedPhysicalDamagePercentUniqueClaw6 +IncreasedLifeUniqueAmulet4 ShieldArmourIncreaseUnique__1 AddedFireDamageIfBlockedRecentlyUnique__1 ]],[[ @@ -38,8 +38,8 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 66, 131 Dex, 95 Int Implicits: 1 -LifeLeechUniqueRing2 -{variant:1}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LifeLeechPermyriadImplicitClaw2 +{variant:1}LocalIncreasedPhysicalDamagePercentUniqueClaw4 {variant:2}LocalIncreasedPhysicalDamagePercentUnique__1 LocalAddedPhysicalDamageUnique__1 LocalIncreasedAttackSpeedUnique__24 @@ -52,7 +52,7 @@ Vaal Claw League: Heist Requires Level 66, 95 Dex, 131 Int Implicits: 1 -LifeLeechUniqueRing2 +LifeLeechPermyriadImplicitClaw2 LocalIncreasedPhysicalDamagePercentUnique__1 LocalAddedPhysicalDamageUnique__1 LocalIncreasedAttackSpeedUnique__24 @@ -72,13 +72,13 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 26, 39 Dex, 56 Int Implicits: 3 -{variant:1}LifeGainPerTargetImplicit2Claw3_1 -{variant:2}LifeLeechUniqueRing2 +{variant:1}LifeGainPerTargetImplicitClaw2 +{variant:2}LifeLeechPermyriadImplicitClaw2 {variant:3,4,5,6}LifeGainPerTargetImplicit2Claw4_1 {variant:1,2,3,4}SocketedItemsHaveChanceToFleeUniqueClaw6 {variant:4,5}TriggeredAbyssalCryUnique__1 {variant:1}LocalIncreasedPhyiscalDamagePercentUnique__3 -{variant:2,3,4,5,6}LocalIncreasedPhysicalDamagePercentUnique__10 +{variant:2,3,4,5,6}LocalIncreasedPhysicalDamagePercentUniqueClaw6 LifeLeechPermyriadUniqueClaw6 {variant:1,2,3,4}StunThresholdReductionUniqueClaw6 {variant:6}WarcryTauntChaosExplosionUnique__1_ @@ -93,12 +93,12 @@ Variant: Current Requires Level 62, 131 Dex, 95 Int Implicits: 1 LifeLeechPermyriadImplicitClaw1 -{variant:1}LocalIncreasedPhysicalDamagePercentUnique__10 +{variant:1}LocalIncreasedPhysicalDamagePercentUniqueClaw6 {variant:2}LocalIncreasedPhysicalDamagePercentUniqueClaw3 LocalAddedPhysicalDamageUniqueClaw3 -IncreasedAttackSpeedUniqueGlovesDex2 +LocalIncreasedAttackSpeedUniqueClaw3 LifeLeechPermyriadUniqueClaw3 -MovementVelocityUniqueIntHelmet2 +MovementVelocityUniqueClaw3 LocalLifeLeechIsInstantUniqueClaw3 ]],[[ Cybil's Paw @@ -108,7 +108,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 37, 53 Dex, 77 Int Implicits: 3 -{variant:1}LifeGainPerTargetImplicitClaw3 +{variant:1}LifeGainPerTargetImplicit2Claw5 {variant:2}+21 Life gained for each Enemy hit by Attacks {variant:3}LifeGainPerTargetImplicit2Claw6 IncreasedCastSpeedUniqueClaw7 @@ -125,18 +125,18 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 64, 113 Dex, 113 Int Implicits: 3 -{variant:1,2}LifeLeechPermyriadUnique__4 +{variant:1,2}LifeLeechPermyriadUniqueGlovesStrDex1 {variant:3}+31 Life gained for each Enemy hit by Attacks {variant:4}LifeGainPerTargetImplicit2Claw12 {variant:1}10% additional Chance to Block while Dual Wielding Claws {variant:2,3,4}8% additional Chance to Block while Dual Wielding Claws {variant:1}LocalIncreasedPhysicalDamagePercentUniqueWand9 -{variant:2,3,4}LocalIncreasedPhysicalDamageUniqueOneHandMace4 +{variant:2,3,4}LocalIncreasedPhysicalDamagePercentUniqueClaw1 {variant:1}Adds 1 to 50 Lightning Damage {variant:2,3}Adds 1 to 80 Lightning Damage {variant:4}AddedLocalLightningDamageUniqueClaw1 LocalIncreasedAttackSpeedUniqueClaw1 -IncreasedEnergyShieldUnique__5 +IncreasedEnergyShieldUniqueClaw1 LeechEnergyShieldInsteadofLife ]],[[ Essentia Sanguis @@ -145,12 +145,12 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 66, 95 Dex, 131 Int Implicits: 1 -LifeLeechUniqueRing2 +LifeLeechPermyriadImplicitClaw2 BlockWhileDualWieldingClawsUniqueClaw1 -LocalIncreasedPhysicalDamageUniqueOneHandMace4 +LocalIncreasedPhysicalDamagePercentUniqueClaw1 AddedLocalLightningDamageUniqueClaw1 LocalIncreasedAttackSpeedUniqueClaw1 -IncreasedEnergyShieldUnique__5 +IncreasedEnergyShieldUniqueClaw1 {variant:1}LeechEnergyShieldInsteadofLife {variant:2}MaximumESLeechAmountUnique__1_ {variant:2}ESLeechFromAttacksNotRemovedOnFullESUnique__1 @@ -170,7 +170,7 @@ Implicits: 2 {variant:2,3}LifeGainPerTargetImplicit2Claw4 WeaponElementalDamageUnique__4 LocalAddedLightningDamageUnique__4 -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueClaw8 {variant:1,2}Adds 1 to 3 Lightning Damage to Attacks with this Weapon per 10 Intelligence {variant:3}AddedLightningDamagePerIntelligenceUnique__2 ]],[[ @@ -184,7 +184,7 @@ Variant: Current Requires Level 68, 131 Dex, 95 Int Implicits: 2 {variant:1}LifeGainPerTargetImplicit2Claw6 -{variant:2,3}LifeGainPerTargetImplicit2Claw13 +{variant:2,3}LifeGainPerTargetImplicit2Claw10 WeaponElementalDamageUnique__4 PercentageDexterityUnique__3 PercentageIntelligenceUnique__3 @@ -201,10 +201,10 @@ Variant: Current Requires Level 68, 131 Dex, 95 Int Implicits: 2 {variant:1}LifeGainPerTargetImplicit2Claw6 -{variant:2,3}LifeGainPerTargetImplicit2Claw13 +{variant:2,3}LifeGainPerTargetImplicit2Claw10 LocalIncreasedPhysicalDamagePercentUnique__6 LocalAddedPhysicalDamageUnique__3 -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueClaw8 {variant:1,2}+(250-350) to Accuracy Rating {variant:3}IncreasedAccuracyUnique__1 100% increased Physical Damage while Frozen @@ -214,7 +214,7 @@ Nailed Fist Implicits: 1 +3 Life gained for each Enemy hit by your Attacks IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalIncreasedPhysicalDamagePercentUniqueClaw4 LocalAddedPhysicalDamagePercentUniqueClaw4 IncreasedClawDamageOnLowLifeUniqueClaw4 IncreasedAccuracyWhenOnLowLifeUniqueClaw4 @@ -225,10 +225,10 @@ Variant: Current Nailed Fist League: Heist Implicits: 1 -LifeGainPerTargetImplicit2Claw1 +LifeGainPerTargetImplicitClaw1 {variant:1}50% increased Attack Speed when on Low Life {variant:2}IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalIncreasedPhysicalDamagePercentUniqueClaw4 IncreasedAccuracyWhenOnLowLifeUniqueClaw4 IncreasedClawDamageOnLowLifeUnique__1__ DealNoDamageWhenNotOnLowLifeUnique__1 @@ -256,13 +256,13 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 34, 61 Dex, 61 Int Implicits: 2 -{variant:1,2}LifeLeechUniqueRing2 +{variant:1,2}LifeLeechPermyriadImplicitClaw2 {variant:3,4}LifeGainPerTargetImplicit2Claw5_1 LocalIncreasedPhysicalDamagePercentUniqueClaw2 -LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 -LocalCriticalStrikeChanceUniqueOneHandMace1 +LocalIncreasedAttackSpeedUniqueClaw2 +LocalCriticalStrikeChanceUniqueClaw2 {variant:1}CriticalMultiplierImplicitSword1 -{variant:2,3,4}CriticalMultiplierUniqueGlovesDexInt4 +{variant:2,3,4}LocalCriticalMultiplierUniqueClaw2 PhysicalDamageConvertToChaosUniqueClaw2 {variant:1,2,3}LocalPoisonOnHit {variant:4}LocalChanceToPoisonOnHitUnique__2 @@ -279,9 +279,9 @@ Implicits: 2 {variant:2,3}LifeGainPerTargetImplicit2Claw8 LocalIncreaseSocketedDexterityGemLevelUniqueClaw8 {variant:3}DisplaySocketedGemsGetsFasterAttackUnique__1 -{variant:1,2}LocalIncreasedPhysicalDamagePercentUnique__10 +{variant:1,2}LocalIncreasedPhysicalDamagePercentUniqueClaw6 {variant:3}LocalIncreasedPhysicalDamageUniqueClaw8 -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueClaw8 25% increased Stun Recovery AlwaysHits ]],[[ @@ -289,10 +289,10 @@ Rive Terror Claw Requires Level 70, 113 Dex, 113 Int Implicits: 1 -LifeLeechUniqueRing2 +LifeLeechPermyriadImplicitClaw2 LocalIncreasedPhyiscalDamagePercentUnique__3 LocalAddedPhysicalDamageUnique__13 -CausesBleedingUniqueTwoHandAxe7Updated +CausesBleedingUnique__1 IncreasePhysicalDegenDamagePerDexterityUnique__1 1% increased Bleed Duration per 12 Intelligence BleedingEnemiesFleeOnHitUnique__1 @@ -304,10 +304,10 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 70, 113 Dex, 113 Int Implicits: 1 -LifeLeechUniqueRing2 +LifeLeechPermyriadImplicitClaw2 {variant:1}10% Chance to Cast level 10 Summon Spectral Wolf on Kill LocalAddedPhysicalDamageUnique__23_ -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueClaw8 IncreasedMinionAttackSpeedUnique__1_ MinionDamageAlsoAffectsYouUnique__1 IncreasedMinionDamageIfYouHitEnemyUnique__1 @@ -319,10 +319,10 @@ Variant: Current Requires Level 68, 131 Dex, 95 Int Implicits: 2 {variant:1}LifeGainPerTargetImplicit2Claw6 -{variant:2}LifeGainPerTargetImplicit2Claw13 +{variant:2}LifeGainPerTargetImplicit2Claw10 LocalAddedPhysicalDamageUnique__14 ColdDamagePercentUniqueHelmetInt4 -LocalCriticalStrikeChanceUnique__10 +CriticalStrikeChanceUniqueBow9 ChanceToGainFrenzyChargeOnKillingFrozenEnemyUnique__1 AdditionalChainWhileAtMaxFrenzyChargesUnique___1 ChanceToFreezeUnique__4 @@ -334,9 +334,9 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 60, 113 Dex, 113 Int Implicits: 1 -LifeGainPerTargetImplicit2Claw11_ +LifeGainPerTargetImplicit2Claw9_ LocalIncreasedPhysicalDamagePercentUniqueClaw3 -LocalIncreasedAttackSpeedUniqueOneHandSword11 +LocalIncreasedAttackSpeedUniqueOneHandAxe1 LocalCriticalStrikeChanceUnique__11 {variant:1}+(180-200) to Accuracy Rating {variant:2}LocalIncreasedAccuracyUnique__1 @@ -353,10 +353,10 @@ Implicits: 2 {variant:1}+5 Life gained for each Enemy hit by Attacks {variant:2}LifeGainPerTargetImplicit2Claw3 StrengthUniqueClaw9 -DexterityUniqueDagger11 +DexterityUniqueClaw9 15% reduced Accuracy Rating LocalAddedPhysicalDamageUniqueClaw9 -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueClaw8 DamageWithMovementSkillsUniqueClaw9 AttackSpeedWithMovementSkillsUniqueClaw9 ]], diff --git a/src/Data/Uniques/Special/dagger.lua b/src/Data/Uniques/Special/dagger.lua index f8e8d5ef0a..2986b96071 100644 --- a/src/Data/Uniques/Special/dagger.lua +++ b/src/Data/Uniques/Special/dagger.lua @@ -7,9 +7,9 @@ Arakaali's Fang Fiend Dagger Requires Level 53, 58 Dex, 123 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew2 +CriticalStrikeChanceImplicitDagger2 SummonSpidersOnKillUnique__1 -LocalIncreasedPhysicalDamagePercentUnique__25 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9 LocalAddedPhysicalDamageUnique__25 LocalAddedChaosDamageUnique___1 LocalChanceToPoisonOnHitUnique__1 @@ -23,7 +23,7 @@ Implicits: 1 CriticalStrikeChanceImplicitDagger1 DegenerationDamageUniqueDagger8 LocalAddedPhysicalDamageUniqueDagger8 -LocalCriticalStrikeChanceUnique__4 +LocalCriticalStrikeChanceUniqueDagger8 {variant:1}+(10-15)% to Global Critical Strike Multiplier {variant:2}CriticalMultiplierUniqueDagger8 ChaosResistUniqueDagger8 @@ -37,10 +37,10 @@ Variant: Current Requires Level 15, 30 Dex, 30 Int Implicits: 1 CriticalStrikeChanceImplicitDagger1 -DexterityUniqueJewel8 +DexterityUniqueDagger12 LocalIncreasedPhysicalDamagePercentUniqueDagger12 LocalAddedPhysicalDamageUniqueDagger12 -IncreasedAttackSpeedUniqueQuiver1 +LocalIncreasedAttackSpeedUniqueDagger12 ExtraGore {variant:1}10% chance to cause Bleeding on Hit {variant:2}LocalChanceToBleedUniqueDagger12 @@ -64,7 +64,7 @@ Requires Level 62, 95 Dex, 131 Int Implicits: 1 CriticalStrikeChanceImplicitDagger1 GlobalPhysicalSpellGemsLevelUnique__1 -DealNoElementalDamageUnique__2 +DealNoElementalDamageUnique__1 ]],[[ Replica Cold Iron Point Ezomyte Dagger @@ -82,10 +82,10 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 53, 58 Dex, 123 Int Implicits: 1 -CriticalStrikeChanceImplicitDaggerNew2 +CriticalStrikeChanceImplicitDagger2 LocalIncreaseSocketedFireGemLevelUniqueDagger10 SpellDamageUniqueDagger10 -IntelligenceUnique__25 +IntelligenceUniqueDagger10_ {variant:1}45% of Fire Damage Converted to Chaos Damage {variant:2,3}ConvertFireToChaosUniqueDagger10Updated {variant:1,2}ChaosDamagePoisonsUniqueDagger10 @@ -104,7 +104,7 @@ SpellDamageOnWeaponUniqueDagger1 {variant:1}LifeGainedFromEnemyDeathUniqueTwoHandMace7 {variant:2}LifeGainedFromEnemyDeathUniqueDagger1 {variant:1}ManaGainedFromEnemyDeathUniqueRing4 -{variant:2}ManaGainedFromEnemyDeathUniqueShieldInt3 +{variant:2}ManaGainedFromEnemyDeathUniqueDagger1 10% increased Area of Effect of Area Skills {variant:2}SpellCriticalStrikeChanceIfKilledRecentlyUnique__1 {variant:2}SpellCriticalStrikeMultiplierIfNotKilledRecentlyUnique__1 @@ -116,10 +116,10 @@ Requires Level 5, 16 Dex Implicits: 1 CriticalStrikeChanceImplicitDagger1 DexterityUniqueDagger11 -LocalIncreasedPhysicalDamagePercentUniqueBow10 +LocalIncreasedPhysicalDamagePercentUniqueDagger11 LocalAddedPhysicalDamageUniqueDagger11 LocalCriticalStrikeChanceUniqueDagger11 -BleedOnMeleeCriticalStrikeUnique__1 +CausesBleedingOnCritUniqueDagger11 AttackDamageAgainstBleedingUniqueDagger11 ]],[[ Sanguine Gambol @@ -128,11 +128,11 @@ Source: Upgraded from unique{Goredrill} via prophecy{Crimson Hues} Requires Level 59 Implicits: 1 CriticalStrikeChanceImplicitDagger1 -LocalIncreasedPhysicalDamagePercentUniqueBow10 +LocalIncreasedPhysicalDamagePercentUniqueDagger11 LocalAddedPhysicalDamageUnique__36 DexterityUniqueDagger11 LocalCriticalStrikeChanceUniqueDagger11 -BleedOnMeleeCriticalStrikeUnique__1 +CausesBleedingOnCritUniqueDagger11 AttackDamageAgainstBleedingUniqueDagger11 CrimsonDanceIfCritRecentlyUnique__1 ]],[[ @@ -158,9 +158,9 @@ Implicits: 1 CriticalStrikeChanceImplicitDagger1 {variant:1}SpellDamageUnique__7 {variant:2}SpellDamageOnWeaponUniqueDagger4 -IncreasedManaUniqueWand3 +IncreasedManaUniqueDagger4 IncreasedEnergyShieldUniqueDagger4 -ReducedEnergyShieldDelayUniqueBodyInt1 +ReducedEnergyShieldDelayUniqueDagger4 SpellsHaveCullingStrikeUniqueDagger4 ]],[[ Replica Heartbreaker @@ -171,8 +171,8 @@ Implicits: 1 CriticalStrikeChanceImplicitDagger1 SpellDamageOnWeaponUniqueDagger4 IncreasedEnergyShieldUniqueDagger4 -ReducedEnergyShieldDelayUniqueBodyInt1 -IncreasedLifeUniqueQuiver3 +ReducedEnergyShieldDelayUniqueDagger4 +IncreasedLifeUnique__33 ImpaleEffectUnique__1 ChanceToImpaleWithSpellsUnique__1 ]],[[ @@ -183,7 +183,7 @@ Requires Level 60, 113 Dex, 113 Int Implicits: 1 CriticalStrikeChanceImplicitDagger1 UniqueSecretBladeGrantHiddenBlade -DexterityUnique__20__ +DexterityUnique__6 LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8 ReducedAttackSpeedWhilePhasingUnique__1 ]],[[ @@ -194,15 +194,15 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 64, 76 Dex, 149 Int Implicits: 1 -CriticalStrikeChanceUniqueOneHandSword2 +CriticalStrikeChanceUniqueDagger3 5% Additional Chance to Block while Dual Wielding -{variant:1}LocalIncreasedPhysicalDamagePercentUnique__35 +{variant:1}LocalIncreasedPhysicalDamagePercentUnique__34___ {variant:2}(210-240)% increased Physical Damage {variant:3}LocalIncreasedPhysicalDamagePercentUniqueDagger9 -ReducedAttackSpeedUniqueAmulet16 +LocalReducedAttackSpeedUniqueDagger9 AllResistancesUniqueDagger9 {variant:1,2}Melee Critical Strikes have 25% chance to cause Bleeding -{variant:3}BleedOnMeleeCriticalStrikeUnique__1 +{variant:3}CausesBleedingOnCritUniqueDagger11 {variant:1,2}Melee Critical Strikes have 25% chance to Poison the Enemy {variant:3}CausesPoisonOnCritUniqueDagger9 ]],[[ @@ -211,7 +211,7 @@ Flaying Knife Requires Level 35, 73 Dex, 51 Int Implicits: 1 CriticalStrikeChanceImplicitDagger1 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalIncreasedPhysicalDamagePercentUniqueDagger2 LocalAddedPhysicalDamageUniqueDagger2 StrengthUniqueDagger2 +10 Life gained for each Enemy hit by your Attacks @@ -239,11 +239,11 @@ Implicits: 1 CriticalStrikeChanceImplicitDagger1 {variant:2}20% additional Chance to Block while Dual Wielding {variant:1,3}12% additional Chance to Block while Dual Wielding -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 -DexterityUniqueRing8 +LocalIncreasedPhysicalDamagePercentUniqueDagger2 +DexterityUniqueDagger3 AddedLightningDamageUniqueDagger3 -IncreasedAttackSpeedUniqueQuiver1 -CriticalStrikeChanceUniqueOneHandSword2 +LocalIncreasedAttackSpeedUniqueDagger12 +CriticalStrikeChanceUniqueDagger3 ]],[[ Replica Ungil's Gauche Boot Knife @@ -252,9 +252,9 @@ Requires Level 20, 31 Dex, 45 Int Implicits: 1 CriticalStrikeChanceImplicitDagger1 BlockWhileDualWieldingUnique__2_ -DexterityUniqueRing8 -IncreasedAttackSpeedUniqueQuiver1 -CriticalStrikeChanceUniqueOneHandSword2 +DexterityUniqueDagger3 +LocalIncreasedAttackSpeedUniqueDagger12 +CriticalStrikeChanceUniqueDagger3 ChanceToChillAttackersOnBlockUnique__2__ ChanceToShockAttackersOnBlockUnique__2 ]],[[ diff --git a/src/Data/Uniques/Special/flask.lua b/src/Data/Uniques/Special/flask.lua index 65d4ed0bc9..069abff732 100644 --- a/src/Data/Uniques/Special/flask.lua +++ b/src/Data/Uniques/Special/flask.lua @@ -31,7 +31,7 @@ Implicits: 0 {variant:3}FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2 {variant:1,2}FlaskGainPowerChargeUniqueFlask2 {variant:1,2}FlaskGainFrenzyChargeUniqueFlask2 -{variant:1,2}FlaskGainEnduranceChargeUniqueFlask2 +{variant:1,2}FlaskGainEnduranceChargeUnique__1_ {variant:3}You gain (1-3) Power Charges on use {variant:3}You gain (1-3) Frenzy Charges on use {variant:3}You gain (1-3) Endurance Charge on use @@ -43,7 +43,7 @@ Lavianga's Spirit Sanctified Mana Flask League: Domination, Nemesis Requires Level 50 -FlaskIncreasedRecoveryAmountUnique__1 +FlaskIncreasedRecoveryAmountUniqueFlask4 100% increased Recovery Speed Your Skills have no Mana Cost during Flask effect ]],[[ @@ -51,7 +51,7 @@ Replica Lavianga's Spirit Sanctified Mana Flask League: Heist Requires Level 50 -FlaskIncreasedRecoveryAmountUnique__1 +FlaskIncreasedRecoveryAmountUniqueFlask4 50% reduced Recovery rate LocalFlaskAttackAndCastSpeedWhileHealingUnique__1 (5-15)% increased Cast Speed during Flask effect @@ -121,7 +121,7 @@ Variant: Current Requires Level 35 UtilityFlaskConsecrate {variant:1}FlaskEffectDurationUnique__3 -{variant:2}FlaskConsecratedGroundDurationUnique__1 +{variant:2}FlaskEffectDurationUnique__7 FlaskConsecratedGroundAreaOfEffectUnique__1_ {variant:1}+(1.0-2.0)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect {variant:2}(100-150)% increased Critical Strike Chance against Enemies on Consecrated Ground during Effect @@ -191,7 +191,7 @@ Variant: Pre 3.15.0 Variant: Current Requires Level 68 {variant:2}(-10-10)% increased Charges used -{variant:3}FlaskChargesUsedUnique___2 +{variant:3}FlaskChargesUsedUnique__5 {variant:3}FlaskEffectDurationUnique__6 {variant:1}30% increased Area of Effect during Flask Effect {variant:2}(15-25)% increased Area of Effect during Flask Effect @@ -279,7 +279,7 @@ Replica Rumi's Concoction Granite Flask League: Heist Requires Level 68 -FlaskGainEnduranceChargeUniqueFlask2 +FlaskGainEnduranceChargeUnique__1_ BlockIncreasedDuringFlaskEffectUnique__1 SpellBlockIncreasedDuringFlaskEffectUnique__1_ LocalFlaskPetrifiedUnique__1 @@ -303,7 +303,7 @@ Implicits: 1 UtilityFlaskConsecrate FlaskEffectDurationUnique__1 Zealot's Oath during Flask effect -FlaskEldritchBatteryUnique__1 +FlaskZealotsOathUnique__1 ]],[[ Replica Sorrow of the Divine Sulphur Flask @@ -313,7 +313,7 @@ Implicits: 1 UtilityFlaskConsecrate FlaskEffectDurationUnique__1 Eldritch Battery during Flask effect -FlaskEldritchBatteryUnique__1 +FlaskZealotsOathUnique__1 ]],[[ Soul Catcher Quartz Flask @@ -403,7 +403,7 @@ Variant: Current (Spells) Variant: Current (Attacks) Requires Level 68 {variant:5,6,7,8,9,10,11,12,13,14,15}FlaskChargesUsedUnique__6_ -{variant:16,17,18}FlaskChargesUsedUnique___2 +{variant:16,17,18}FlaskChargesUsedUnique__5 {variant:1,2,3,4,5,6,7,8}Shocks nearby Enemies during Flask effect {variant:9,10,11,12,13,14,15,16,17,18}ShockNearbyEnemiesDuringFlaskEffect___1 {variant:1,2,3,4,5,6,7,8}You are Shocked during Flask effect diff --git a/src/Data/Uniques/Special/gloves.lua b/src/Data/Uniques/Special/gloves.lua index 8a2f4fb780..bcff795197 100644 --- a/src/Data/Uniques/Special/gloves.lua +++ b/src/Data/Uniques/Special/gloves.lua @@ -87,11 +87,11 @@ Lochtonial Caress Iron Gauntlets Variant: Pre 2.6.0 Variant: Current -LocalIncreasedAttackSpeedUniqueBow10 +IncreasedAttackSpeedUniqueGlovesStr1 {variant:1}LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr1 -{variant:2}IncreasedLifeUnique___7Royale_ +{variant:2}IncreasedLifeImplicitGlovesDemigods1 IncreasedManaUniqueGlovesStr1 -IncreasedCastSpeedFishing__Unique1 +IncreasedCastSpeedUniqueGlovesStr1 {variant:2}10% chance to gain a Frenzy, Power or Endurance Charge on Kill KeystoneConduitUnique__1__ ]],[[ @@ -134,11 +134,11 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 47, 68 Str IncreasedLifeUnique__27 -ProjectileSpeedUnique__2 +ProjectileSpeedUnique__5__ {variant:1}MovementSkillCooldownReducedMoveSpeedImplicitR2_ {variant:2}MovementVelocityUnique__2 KnockbackChanceUnique__1 -IncreasedProjectileDamageUnique___4 +IncreasedProjectileDamageUnique___10_ ]], -- Gloves: Evasion [[ @@ -146,7 +146,7 @@ Great Old One's Tentacles Eelskin Gloves Requires Level 38, 56 Dex AddedPhysicalDamageUniqueShieldDex6 -IncreasedLifeUnique__2 +IncreasedLifeUniqueGlovesStrDex4 AttackImpaleChanceUnique__1 EnemiesKilledApplyImpaleDamageUnique__1 ]],[[ @@ -156,11 +156,11 @@ Upgrade: Upgrades to unique{Hrimburn} via prophecy{Fire and Ice} Variant: Pre 2.6.0 Variant: Current Requires Level 9, 17 Dex -StrengthUniqueClaw5_ +StrengthUniqueGlovesStrInt2 {variant:1}50% increased Evasion Rating {variant:2}LocalIncreasedEvasionRatingPercentUniqueGlovesDex1 {variant:1}ColdResistUniqueShieldStrDex1 -{variant:2}ColdResistUnique__3 +{variant:2}ColdResistUniqueGlovesDex1 {variant:2}AddedColdDamageToSpellsAndAttacksUnique__2 {variant:1}ConvertPhysicalToColdUniqueOneHandAxe8 {variant:2}ConvertPhysicalToColdUniqueGlovesDex1 @@ -172,11 +172,11 @@ Source: Upgraded from unique{Hrimsorrow} via prophecy{Fire and Ice} Variant: Pre 2.6.0 Variant: Current Requires Level 24, 17 Dex -StrengthUniqueClaw5_ +StrengthUniqueGlovesStrInt2 {variant:1}50% increased Evasion Rating {variant:2}LocalIncreasedEvasionRatingPercentUniqueGlovesDex1 {variant:1}ColdResistUniqueShieldStrDex1 -{variant:2}ColdResistUnique__3 +{variant:2}ColdResistUniqueGlovesDex1 {variant:2}AddedColdDamageToSpellsAndAttacksUnique__2 {variant:1}ConvertPhysicalToColdUniqueOneHandAxe8 {variant:2}ConvertPhysicalToColdUniqueGlovesDex1 @@ -192,12 +192,12 @@ Variant: Pre 3.0.0 Variant: Pre 3.7.0 Variant: Current Requires Level 21, 33 Dex -DexterityUniqueGlovesInt4__ +DexterityUniqueGlovesDex2 IncreasedAttackSpeedUniqueGlovesDex2 -CriticalStrikeChanceUniqueOneHandSword2 +CriticalStrikeChanceUniqueGlovesDex2 {variant:1}+(40-50)% to Global Critical Strike Multiplier {variant:2}+(28-36)% to Global Critical Strike Multiplier -{variant:3}LocalCriticalMultiplierUniqueOneHandSword4 +{variant:3}CriticalMultiplierUniqueGlovesDex2 {variant:4}CriticalStrikeMultiplierIs250Unique__1 LocalIncreasedEvasionRatingPercentUniqueGlovesDex2 ]],[[ @@ -216,7 +216,7 @@ Nubuck Gloves Requires Level 52, 50 Dex CurseOnHitCriticalWeaknessUnique__1 (30-40)% increased Accuracy Rating -IncreasedLifeUniqueQuiver3 +IncreasedLifeUnique__33 ChaosResistUnique__8 (7-8)% chance to Dodge Spell Damage IncreasedCriticalStrikeChancePerAccuracyRatingUnique__1 @@ -238,7 +238,7 @@ Sorcerer Gloves Requires Level 69, 97 Int BlightSkillUnique__1 DegenerationDamageUnique__2 -LocalIncreasedEnergyShieldUniqueBodyInt7 +LocalIncreasedEnergyShieldUniqueGlovesInt5 10% increased Area of Effect of Area Skills BlightSecondarySkillEffectDurationUnique__1 YouCannotBeHinderedUnique__2 @@ -249,7 +249,7 @@ League: Heist Requires Level 69, 97 Int Grants Level 22 Wintertide Brand DegenerationDamageUnique__2 -LocalIncreasedEnergyShieldUniqueBodyInt7 +LocalIncreasedEnergyShieldUniqueGlovesInt5 AreaOfEffectUnique__3 ImmuneToChillUnique__1 WintertideBrandChillEffectUnique__1_ @@ -262,8 +262,8 @@ Variant: Pre 2.6.0 Variant: Pre 3.7.0 Variant: Current Requires Level 25, 39 Int -IntelligenceUnique__7 -{variant:1,2}IncreasedLifeUnique___7Royale_ +IntelligenceUniqueGlovesInt5 +{variant:1,2}IncreasedLifeImplicitGlovesDemigods1 {variant:3}IncreasedLifeUniqueGlovesInt3 {variant:1,2}IncreasedManaUniqueIntHelmet3 {variant:3}IncreasedManaUniqueGlovesInt3 @@ -278,9 +278,9 @@ Demon Stitcher Satin Gloves League: Delve Requires Level 41, 60 Int -IncreasedCastSpeedUnique__11__ -LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ -IncreasedLifeUnique__2 +IncreasedCastSpeedUnique__16 +IncreasedEnergyShieldUnique__9 +IncreasedLifeUniqueGlovesStrDex4 SacrificeLifeToGainESUnique__1 ]],[[ Doedre's Tenure @@ -294,7 +294,7 @@ Requires Level 12, 21 Int {variant:1}IntelligenceUniqueOneHandSword2 {variant:2}IntelligenceUniqueGlovesInt2 {variant:1}20% reduced Cast Speed -{variant:2}ReducedCastSpeedUniqueHelmetStrInt6 +{variant:2}IncreasedCastSpeedUniqueGlovesInt2 {variant:1}+16 to maximum Energy Shield {variant:2}LocalIncreasedEnergyShieldUniqueGlovesInt2 ]],[[ @@ -307,7 +307,7 @@ Requires Level 64, 21 Int SpellDamageUniqueGlovesInt2 IntelligenceUniqueGlovesInt2 SpellAddedChaosDamageUnique__1 -ReducedCastSpeedUniqueHelmetStrInt6 +IncreasedCastSpeedUniqueGlovesInt2 LocalIncreasedEnergyShieldUnique__18_ {variant:1}IncreaseGlobalFlatManaCostUnique__1 {variant:2}UnleashSealGainFrequencyUnique__1 @@ -317,7 +317,7 @@ Arcanist Gloves Source: prophecy{The Unbreathing Queen V} Requires Level 60, 95 Int StrengthUnique__4 -IncreasedLifeUnique__8 +IncreasedLifeUniqueAmulet4 ColdResistUniqueShieldDex7 MinionRunSpeedUnique__1 MinionColdResistUnique__1 @@ -328,8 +328,8 @@ Arcanist Gloves League: Heist Requires Level 60, 95 Int StrengthUnique__4 -IncreasedLifeUnique__8 -FireResistUnique__9 +IncreasedLifeUniqueAmulet4 +FireResistUnique__23_ MinionLifeUnique__4__ MinionFireResistUnique__1 MinionPhysicalDamageAddedAsFireUnique__1 @@ -338,9 +338,9 @@ Kalisa's Grace Samite Gloves Requires Level 55, 68 Int SupportedByFasterCastUnique__1 -IntelligenceUnique__7 +IntelligenceUniqueGlovesInt5 LocalIncreasedEnergyShieldUnique__14 -IncreasedLifeUnique__2 +IncreasedLifeUniqueGlovesStrDex4 Gain +2% to Critical Strike Chance for 2 seconds when you Spend a total of 800 Mana ]],[[ Replica Kalisa's Grace @@ -348,9 +348,9 @@ Samite Gloves League: Heist Requires Level 55, 68 Int DisplaySupportedByUnleashUnique__1 -IntelligenceUnique__7 +IntelligenceUniqueGlovesInt5 LocalIncreasedEnergyShieldUnique__14 -IncreasedLifeUnique__2 +IncreasedLifeUniqueGlovesStrDex4 GainAreaOfEffectPluspercentOnManaSpentUnique__1 ]],[[ Sadima's Touch @@ -387,10 +387,10 @@ EnergyShieldGainedFromEnemyDeathUniqueGlovesInt6 Aurseize Steelscale Gauntlets Requires Level 36, 29 Str, 29 Dex -LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 +LocalIncreasedArmourAndEvasionUniqueGlovesStrDex2 AllResistancesUniqueGlovesStrDex2 ItemFoundRarityIncreaseUniqueGlovesStrDex2 -MovementVelocityUniqueShieldStr1 +MovementVelocityUniqueGlovesStrDex2 ]],[[ Breathstealer Hydrascale Gauntlets @@ -410,7 +410,7 @@ League: Bestiary Source: Drops from unique{Farrul, First of the Plains} Requires Level 59, 45 Str, 45 Dex LocalIncreasedArmourAndEvasionUnique__8_ -IncreasedLifeUnique__2 +IncreasedLifeUniqueGlovesStrDex4 AccuracyAgainstBleedingEnemiesUnique__1 AttacksBleedOnHitWithCatsStealthUnique__1_ DamageAgainstBleedingEnemiesUnique__1 @@ -421,7 +421,7 @@ Ironscale Gauntlets League: Rampage Requires Level 15 IncreasedAttackSpeedUniqueGlovesStrDex5 -LocalIncreasedArmourAndEvasionUniqueBodyStrDex5 +LocalIncreasedArmourAndEvasionUniqueGlovesStrDex5 (3-4) Life Regenerated per second Recover 20% of your Maximum Life on Rampage VaalSoulsOnRampageUniqueGlovesStrDex5 @@ -430,7 +430,7 @@ SimulatedRampageDexInt6 Haemophilia Serpentscale Gauntlets Requires Level 43, 34 Str, 34 Dex -StrengthUniqueClaw5_ +StrengthUniqueGlovesStrInt2 DegenerationDamageUnique__1 ChanceToBleedUnique__2__ AttackDamageAgainstBleedingUnique__1__ @@ -443,12 +443,12 @@ Bronzescale Gauntlets Variant: Pre 2.6.0 Variant: Current Requires Level 27, 22 Str, 22 Dex -DexterityUnique__7 +DexterityUniqueGlovesDexInt4 {variant:1}IncreasedAttackSpeedUniqueGlovesDex2 -{variant:2}LocalIncreasedAttackSpeedUniqueStaff9 -IncreasedEvasionRatingPercentUnique__1_ -LifeLeechPermyriadUnique__4 -ManaLeechPermyriadUniqueRing17 +{variant:2}IncreasedAttackSpeedUniqueGlovesStrDex1 +LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1 +LifeLeechPermyriadUniqueGlovesStrDex1 +ManaLeechPermyriadUniqueGlovesStrDex1 ]],[[ Surgebinders Dragonscale Gauntlets @@ -484,10 +484,10 @@ League: Ambush, Invasion Variant: Pre 2.6.0 Variant: Current Requires Level 27, 22 Str, 22 Dex -LocalIncreaseSocketedVaalGemLevelUnique__1 +LocalIncreaseSocketedVaalGemLevelUniqueGlovesStrDex4 LocalIncreasedArmourAndEvasionUniqueGlovesStrDex4 {variant:1}IncreasedLifeUnique__19 -{variant:2}IncreasedLifeUnique__2 +{variant:2}IncreasedLifeUniqueGlovesStrDex4 {variant:1}ColdResistUniqueStrHelmet2 {variant:2}ColdResistUniqueGlovesStrDex4 OnslaughtOnVaalSkillUseUniqueGlovesStrDex4 @@ -507,7 +507,7 @@ Wyrmscale Gauntlets Requires Level 49, 38 Str, 38 Dex ItemActsAsConcentratedAOESupportUnique__1 LocalIncreasedArmourAndEvasionUnique__1 -IncreasedLifeUnique__2 +IncreasedLifeUniqueGlovesStrDex4 ReduceManaCostPerEnduranceChargeUnique__1 RampageWhileAtMaxEnduranceChargesUnique__1 LoseEnduranceChargesOnRampageEndUnique___1 @@ -523,7 +523,7 @@ Variant: Two Abyssal Sockets Requires Level 37, 29 Str, 29 Int {variant:1}AbyssJewelSocketUnique__3 {variant:2}AbyssJewelSocketUnique__4 -IncreasedCastSpeedUniqueSceptre7 +IncreasedCastSpeedUniqueGlovesDemigods1 MaximumLifeUnique__13 MinionAccuracyWithMinionAbyssJewelUnique__1 ArcaneSurgeOnHitWithSpellAbyssJewelUnique__1 @@ -533,7 +533,7 @@ Zealot Gloves League: Ritual Requires Level 43, 34 Str, 34 Int LocalIncreasedArmourAndEnergyShieldUnique__23_ -IncreasedLifeUnique__2 +IncreasedLifeUniqueGlovesStrDex4 SacrificialZealOnSkillUseUnique__1_ ArmourPenetrationSacrificialZealUnique__1 ]],[[ @@ -542,7 +542,7 @@ Crusader Gloves Requires Level 66, 51 Str, 51 Int ModifyableWhileCorruptedUnique__1 Can have up to 5 Implicit Modifiers while Item has this Modifier -LocalIncreasedArmourAndEnergyShieldUnique__15 +LocalIncreasedArmourAndEnergyShieldUnique__21 MaximumLifeUnique__19 FireAndLightningResistUnique__1 ]],[[ @@ -550,10 +550,10 @@ Null and Void Legion Gloves League: Rampage Requires Level 57, 44 Str, 44 Int -StrengthUniqueClaw5_ +StrengthUniqueGlovesStrInt2 LocalIncreasedArmourAndEnergySheildUniqueGlovesStrInt2 -IncreasedLifeUnique__2 -ManaRegenerationUniqueShieldInt5 +IncreasedLifeUniqueGlovesStrDex4 +ManaRegenerationUniqueGlovesStrInt2 Dispels Elemental Ailments on Rampage PhysicalDamageImmunityOnRampageUniqueGlovesStrInt2 SimulatedRampageDexInt6 @@ -564,7 +564,7 @@ League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 57, 44 Str, 44 Int AllAttributesUnique__14 -LocalIncreasedArmourAndEnergyShieldUnique__15 +LocalIncreasedArmourAndEnergyShieldUnique__21 MaximumLifeLeechAmountUnique__1 AttackAndCastSpeedUnique__4 IncreasedDamageWhileLeechingUnique__2__ @@ -633,7 +633,7 @@ Variant: Current Requires Level 51, 40 Str, 40 Int AddedColdDamageUniqueGlovesStrInt3_ MaximumLifeUniqueGlovesStrInt3 -ColdResistUniqueGlovesStrInt3 +ColdResistUniqueGlovesStrDex3 {variant:2}HeraldOfIceDamageUnique__1_ FreezeDurationUniqueGlovesStrInt3 CanOnlyKillFrozenEnemiesUniqueGlovesStrInt3 @@ -658,10 +658,10 @@ Requires Level 43, 34 Str, 34 Int {variant:1}AddedFireDamageUnique__1_ {variant:2}AddedColdDamageUnique__2 {variant:3}AddedLightningDamageUnique__1 -IncreasedLifeUnique__2 +IncreasedLifeUniqueGlovesStrDex4 {variant:1}FireResistUniqueAmulet13 {variant:2}ColdResistUnique__17 -{variant:3}LightningResistUniqueAmulet15 +{variant:3}LightningResistUnique__16 VolkuurLessPoisonDurationUnique__1 {variant:1}FireDamageCanPoisonUnique__1 {variant:2}ColdDamageCanPoisonUnique__1_ @@ -675,7 +675,7 @@ Zealot Gloves League: Heist Requires Level 43, 34 Str, 34 Int GlobalAddedChaosDamageUnique__6_ -IncreasedLifeUnique__2 +IncreasedLifeUniqueGlovesStrDex4 ChaosResistUnique__19 ChaosDamageCanIgniteUnique__1 ChanceToIgniteWithChaosSkillsUnique__1 @@ -699,7 +699,7 @@ Carnal Mitts League: Delirium Source: Drops from the Simulacrum Encounter Requires Level 50, 39 Dex, 39 Int -LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ +IncreasedEnergyShieldUnique__9 ColdAndLightningResistUnique__2 ChanceToSapVsEnemiesInChillingAreasUnique__1 ChillingAreasAlsoGrantLightningDamageTakenUnique__1 @@ -751,8 +751,8 @@ Blasphemer's Grasp Assassin's Mitts Source: Drops from unique{The Elder} Requires Level 58, 45 Dex, 45 Int -DexterityUnique__7 -LocalIncreasedEvasionAndEnergyShieldUnique__10 +DexterityUniqueGlovesDexInt4 +LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt6 IncreasedLifeUnique__67_ IncreasedLifePerElderItemUnique__1 AilmentDamageOverTimeMultiplierPerElderItemUnique__1 @@ -765,7 +765,7 @@ Carnal Mitts Requires Level 50, 39 Dex, 39 Int SupportedByVileToxinsUnique__1 AddedChaosDamageToAttacksAndSpellsUnique__2 -IncreasedLifeUnique__2 +IncreasedLifeUniqueGlovesStrDex4 ChaosResistUnique__4 PoisonDurationUnique__2 ]],[[ @@ -793,7 +793,7 @@ Source: Drops from unique{Fenumus, First of the Night} Requires Level 50, 39 Dex, 39 Int GrantsSpiderAspect1 LocalIncreasedEvasionAndEnergyShieldUnique__13 -IncreasedLifeUniqueQuiver3 +IncreasedLifeUnique__33 AttackAndCastSpeedUnique__3 DamageAgainstEnemiesWith3WebsUnique__1_ ChaosDamagePerWebOnEnemyUnique__1 @@ -836,10 +836,10 @@ Variant: Pre 2.2.0 Variant: Pre 3.0.0 Variant: Current Requires Level 31, 25 Dex, 25 Int -CriticalStrikeChanceImplicitRing1 +CriticalStrikeChanceUniqueGlovesDexInt6 {variant:1}+(15-30)% to Global Critical Strike Multiplier {variant:2}+(25-45)% to Global Critical Strike Multiplier -{variant:3}LocalCriticalMultiplierUniqueOneHandSword4 +{variant:3}CriticalMultiplierUniqueGlovesDex2 LocalIncreasedEvasionAndEnergyShieldUniqueGlovesDexInt6 ManaLeechPermyriadUniqueGlovesDexInt6 GroundSmokeOnRampageUniqueGlovesDexInt6 @@ -853,7 +853,7 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 58, 45 Dex, 45 Int LocalIncreasedEvasionRatingPercentUniqueGlovesDexInt5 -IncreasedLifeUniqueAmulet25 +IncreasedLifeUniqueGlovesDexInt5 AttackSpeedPerFrenzyChargeUniqueGlovesDexInt5 AccuracyRatingPerFrenzyChargeUniqueGlovesDexInt5 FrenzyChargeDurationPerFrenzyChargeUniqueGlovesDexInt5 @@ -881,10 +881,10 @@ Requires Level 67, 51 Dex, 51 Int DisplaySocketedGemGetsAddedLightningDamageGlovesDexInt3 {variant:1,3}AddedLightningDamageUniqueGlovesDexInt3 {variant:2}AddedLightningDamageUniqueBodyInt8 -IncreasedAttackSpeedUniqueQuiver1 +IncreasedAttackSpeedUniqueGlovesDexInt3 LocalIncreasedEnergyShieldUniqueGlovesDexInt3 StunDurationUniqueGlovesDexInt3 -ShockDurationUniqueStaff8 +ShockDurationUniqueGlovesDexInt3 ]], -- Gloves: Ward [[ diff --git a/src/Data/Uniques/Special/helmet.lua b/src/Data/Uniques/Special/helmet.lua index 45df257626..e6e864f5f1 100644 --- a/src/Data/Uniques/Special/helmet.lua +++ b/src/Data/Uniques/Special/helmet.lua @@ -13,7 +13,7 @@ AllAttributesUniqueHelmetStr3 {variant:1}+(100-150)% to Melee Critical Strike Multiplier {variant:2}+(150-225)% to Melee Critical Strike Multiplier {variant:3}MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3 -LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13 +LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr3 IncreasedPhysicalDamageTakenUniqueHelmetStr3 ]],[[ Replica Abyssus @@ -25,7 +25,7 @@ AddedFireDamageUnique__4 AddedColdDamageUnique__9 AddedLightningDamageUnique__3 MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3 -LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13 +LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr3 ElementalDamageTakenUnique__1 ]],[[ The Baron @@ -33,7 +33,7 @@ Close Helmet Variant: Pre 3.10.0 Variant: Current Requires Level 26, 58 Str -LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2 +LocalIncreaseSocketedMinionGemLevelUnique__4 {variant:1}StrengthUnique__5 {variant:1}Minions have 20% increased maximum Life {variant:2}MinionLifeUnique__2 @@ -67,7 +67,7 @@ Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} Upgrade: Upgrades to unique{The Formless Inferno} using currency{Blessing of Xoph} Requires Level 48, 101 Str LocalIncreasedPhysicalDamageReductionRatingUnique__1 -IncreasedLifeUniqueQuiver3 +IncreasedLifeUnique__33 -20 Fire Damage taken when Hit ArmourIncreasedByUncappedFireResistanceUnique__1 ]],[[ @@ -77,8 +77,8 @@ League: Breach Source: Upgraded from unique{The Formless Flame} using currency{Blessing of Xoph} Requires Level 65, 148 Str LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6 -IncreasedLifeUniqueQuiver3 -FireResistUnique__10 +IncreasedLifeUnique__33 +FireResistUniqueHelmetInt7 PhysicalDamageTakenAsFirePercentUnique__1 ArmourIncreasedByUncappedFireResistanceUnique__1 ]],[[ @@ -91,8 +91,8 @@ Requires Level 55, 114 Str {variant:1}(10-30)% increased Fire Damage {variant:2,3}FireDamagePercentUniqueStrHelmet2 {variant:1}LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr2 -{variant:2,3}LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13 -{variant:3}IncreasedLifeUnique__2 +{variant:2,3}LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr3 +{variant:3}IncreasedLifeUniqueHelmetStrDex5 ColdResistUniqueStrHelmet2 {variant:1,2}ChanceToAvoidChilledUnique__1 {variant:1,2}50% chance to Avoid being Frozen @@ -115,9 +115,9 @@ FrenzyChargeOnCritCloseRangeUnique__1 Alpha's Howl Sinner Tricorne Requires Level 64, 138 Dex -LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2 -LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 -ColdResistUnique__3 +LocalIncreaseSocketedAuraGemLevelUniqueHelmetDex5 +LocalIncreasedEvasionRatingPercentUniqueHelmetDex5 +ColdResistUniqueHelmetDex5 ChanceToAvoidFreezeAndChillUniqueDexHelmet5 CannotBeFrozenUnique__1 ReducedManaReservationsCostUniqueHelmetDex5 @@ -127,7 +127,7 @@ Sinner Tricorne League: Heist Requires Level 64, 138 Dex LocalIncreaseSocketedHeraldLevelUnique__2 -LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 +LocalIncreasedEvasionRatingPercentUniqueHelmetDex5 ChaosResistUniqueHelmetStrInt2 ChanceToAvoidPoisonUnique__1 ReducedManaReservationsCostUniqueHelmetDex5 @@ -151,13 +151,13 @@ Requires Level 12, 27 Dex AddedColdDamageUniqueDexHelmet1 LocalIncreasedEvasionPercentAndStunRecoveryUniqueDexHelmet1 IncreasedManaUniqueDexHelmet1 -LightningResistUnique__2 +LightningResistUniqueDexHelmet1 CannotBeShocked 15% increased Stun Recovery ]],[[ Goldrim Leather Cap -LocalIncreasedEvasionRatingUniqueBootsDex8 +LocalIncreasedEvasionRatingPercentUniqueHelmetDex3 ItemFoundRarityIncreaseUniqueHelmetDex3 AllResistancesUniqueHelmetDex3 AttackerTakesDamageUniqueHelmetDex3 @@ -168,16 +168,16 @@ Upgrade: Upgrades to unique{Frostferno} via prophecy{A Vision of Ice and Fire} Variant: Pre 3.0.0 Variant: Current Requires Level 20, 46 Dex -{variant:1}LocalIncreaseSocketedFireGemLevelUniqueStaff13 -{variant:1}LocalIncreaseSocketedColdGemLevelUniqueClaw5 +{variant:1}LocalIncreaseSocketedFireGemLevelUniqueDexHelmet2 +{variant:1}LocalIncreaseSocketedColdGemLevelUniqueDexHelmet2 {variant:2}IncreasedColdDamageIfUsedFireSkillRecentlyUnique__1 {variant:2}IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1 -LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 +LocalIncreasedEvasionRatingPercentUniqueHelmetDex5 ManaRegenerationUniqueDexHelmet2 {variant:1}-(20-10)% to Fire Resistance -{variant:2}FireResistUniqueAmulet4 +{variant:2}FireResistUniqueDexHelmet2 {variant:1}-(20-10)% to Cold Resistance -{variant:2}ColdResistUnique__3 +{variant:2}ColdResistUniqueHelmetDex5 ]],[[ Frostferno Leather Hood @@ -205,12 +205,12 @@ IncreaseProjectileAttackDamagePerAccuracyUnique__1 Rat's Nest Ursine Pelt Requires Level 55, 114 Dex -LocalIncreasedAttackSpeedUniqueOneHandSword12 +IncreasedAttackSpeedUniqueHelmetDex6 CriticalStrikeChanceUniqueHelmetDex6 LocalIncreasedEvasionRatingPercentUniqueHelmetDex6 ItemFoundRarityIncreaseUniqueHelmetDex6 -MovementVelocityUniqueAmulet5 -ActorSizeUniqueAmulet12 +MovementVelocityUniqueHelmetStrDex1 +ActorSizeUniqueHelmetDex6 ]],[[ Saqawal's Flock Silken Hood @@ -220,7 +220,7 @@ Requires Level 60, 138 Dex GrantsAvianTornadoUnique__1__ LocalIncreasedEvasionRatingPercentUniqueGlovesDex2 IncreasedLifeUniqueShieldStr5 -LightningResistUniqueAmulet15 +LightningResistUnique__16 MovementVeolcityUniqueAmulet12 ]],[[ Starkonja's Head @@ -232,7 +232,7 @@ ReducedPhysicalDamagePercentOnLowLifeUniqueHelmetDex4 {variant:2}LocalIncreasedEvasionRatingPercentUnique__7 {variant:1}DexterityUnique__3 {variant:2}DexterityUniqueHelmetDex4 -IncreasedAttackSpeedUniqueQuiver1 +IncreasedAttackSpeedUniqueHelmetDex4 CriticalStrikeChanceUniqueHelmetDex4 IncreasedLifeUniqueHelmetDex4 {variant:1}50% increased Global Evasion Rating when on Low Life @@ -246,9 +246,9 @@ Upgrade: Upgrades to unique{Asenath's Chant} via prophecy{Song of the Sekhema} Variant: Pre 2.6.0 Variant: Current Requires Level 8, 23 Int -LocalIncreasedAttackSpeedUniqueBow10 -IncreasedCastSpeedFishing__Unique1 -ManaRegenerationAuraUnique__1 +IncreasedAttackSpeedUniqueIntHelmet2 +IncreasedCastSpeedUniqueIntHelmet2 +ManaRegenerationUniqueIntHelmet2 {variant:1}50% increased Energy Shield {variant:2}LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueHelmetInt2 MovementVelocityUniqueIntHelmet2 @@ -262,11 +262,11 @@ Variant: Current Requires Level 45, 23 Int {variant:1}25% chance to Trigger a Socketed Spell when you Attack with a Bow {variant:2}TriggerSocketedSpellOnBowAttackUnique__1_ -LocalIncreasedAttackSpeedUniqueBow10 -IncreasedCastSpeedFishing__Unique1 +IncreasedAttackSpeedUniqueIntHelmet2 +IncreasedCastSpeedUniqueIntHelmet2 LocalIncreasedEnergyShieldUnique__9 -StunRecoveryImplicitBeltRoyale1 -ManaRegenerationAuraUnique__1 +StunRecoveryUnique__3 +ManaRegenerationUniqueIntHelmet2 MovementVelocityUniqueIntHelmet2 ]],[[ Cowl of the Ceraunophile @@ -308,11 +308,11 @@ This item can be anointed by Cassia Chitus' Apex Necromancer Circlet Requires Level 54, 112 Int -StrengthUniqueClaw5_ -IncreasedManaUniqueIntHelmet3 +StrengthUniqueIntHelmet3 +IncreasedManaUniqueHelmetDexInt2 AllResistancesUniqueIntHelmet3 IncreasedExperienceUniqueIntHelmet3 -ElementalDamageUniqueBootsStr1 +ElementalDamageUniqueIntHelmet3 ]],[[ Crown of Eyes Hubris Circlet @@ -320,9 +320,9 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 69, 154 Int {variant:1}+(200-250) to Accuracy Rating -{variant:2}IncreasedAccuracyUniqueRing12 +{variant:2}IncreasedAccuracyUniqueHelmetInt7 LocalIncreasedEnergyShieldUniqueHelmetInt7 -FireResistUnique__10 +FireResistUniqueHelmetInt7 LifeLeechPermyriadUniqueHelmetInt7 ManaLeechPermyriadUniqueHelmetInt7 SpellDamageModifiersApplyToAttackDamageUniqueHelmetInt7 @@ -367,10 +367,10 @@ Variant: Strength and Intelligence Variant: Mine Laying Speed Variant: Focus Spell Trigger Variant: Focus Ailment Duration -LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6 SocketedItemsHaveReducedReservationUnique__1 TriggerFeastOfFleshSkillUnique__1_ -LocalIncreasedEnergyShieldPercentUnique__19 +LocalIncreasedEnergyShieldPercentUnique__21 StartEnergyShieldRechargeOnSkillUnique__1 KeystoneEldritchBatteryUnique__2 {variant:1}{crafted}+(10-25) to Strength @@ -395,7 +395,7 @@ Requires Level 39, 83 Int {variant:1}IncreaseSocketedCurseGemLevelUnique__1 {variant:2}IncreaseSocketedCurseGemLevelUniqueHelmetInt9 {variant:2}LocalIncreasedEnergyShieldUnique__9 -IntelligenceUnique__7 +IntelligenceUniqueHelmetInt9 (30-50)% increased Curse Duration ElementalDamageUniqueHelmetInt9 IncreasedDamagePerCurseUniqueHelmetInt9 @@ -408,7 +408,7 @@ Implicits: 0 GrantsVoidGazeUnique__1 IncreasedManaUnique__9 LocalIncreasedEnergyShieldUniqueHelmetInt7 -StunRecoveryUniqueBootsStrDex3 +StunRecoveryUniqueHelmetInt6 ElementalDamagePercentAddedAsChaosUnique__4 ]],[[ Fenumus' Toxins @@ -495,7 +495,7 @@ Source: Drops from Maraketh Legion Requires Level 48, 101 Int SpellCriticalStrikeChanceUnique__3 LocalIncreasedEnergyShieldPercentUnique__25_ -IncreasedLifeUnique__2 +IncreasedLifeUniqueHelmetStrDex5 UnaffectedByPoisonUnique__1_ (10-20)% of Damage taken gained as Life over 4 seconds when Hit ]],[[ @@ -518,7 +518,7 @@ Requires Level 65, 138 Int {variant:1}ItemActsAsConcentratedAOESupportUniqueRing35 {variant:2,3}ItemActsAsConcentratedAOESupportUniqueHelmetInt4 ColdDamagePercentUniqueHelmetInt4 -IncreasedManaUniqueRing17 +IncreasedManaUniqueHelmetInt4 {variant:1}LocalIncreasedEnergyShieldUniqueBodyInt7 {variant:2,3}LocalIncreasedEnergyShieldUniqueHelmetInt4 {variant:1}50% slower start of Energy Shield Recharge @@ -530,7 +530,7 @@ Mind Cage League: Torment Requires Level 65, 138 Int SpellDamageUniqueHelmetInt8 -ReducedCastSpeedUniqueHelmetStrInt6 +ReducedCastSpeedUniqueHelmetInt8 IncreasedManaUniqueHelmetInt8 Your Skills deal you 400% of Mana Cost as Physical Damage ]],[[ @@ -538,7 +538,7 @@ Thundersight Solaris Circlet Requires Level 59, 122 Int LocalIncreasedEnergyShieldPercentUnique__23 -LightningResistUniqueAmulet15 +LightningResistUnique__16 ElementalDamageUnique__3 AlternateLightningAilmentUnique__1__ Cannot inflict Shock @@ -547,7 +547,7 @@ ElementalDamagePerSextantUnique__1 Wraithlord Bone Circlet Requires Level: 34, 73 Int -LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2 +LocalIncreaseSocketedMinionGemLevelUnique__4 LocalIncreasedEnergyShieldUniqueHelmetInt7 Minions Regenerate 1% Life per second SpectreLifeUnique__1___ @@ -582,9 +582,9 @@ LightningResistUniqueHelmetInt10 Black Sun Crest Lacquered Helmet Requires Level 51, 57 Str, 57 Dex -LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6 LocalIncreasedPhysicalDamageReductionRatingPercentUniqueHelmetStrDex6 -LightRadiusUniqueHelmetStrDex6 +LightRadiusUniqueHelmetStrInt4 PercentageDexterityUniqueHelmetStrDex6 PercentageStrengthUniqueHelmetStrDex6 PercentageIntelligenceUniqueHelmetStrDex6 @@ -604,7 +604,7 @@ DisplaySocketedGemGetsMeleePhysicalDamageUniqueHelmetStrDex4 {variant:1,2}15% Chance to Block {variant:3,4}6% Chance to Block AddedPhysicalDamageUniqueHelmetStrDex4 -LocalIncreasedArmourAndEvasionUnique__18 +LocalIncreasedArmourAndEvasionUniqueHelmetStrDex4 {variant:1,4}IncreasedLifeUniqueHelmetStrDex4 {variant:2,3}IncreasedLifeUnique__106_ {variant:1,2}10% chance to gain an Endurance Charge when you Block @@ -628,8 +628,8 @@ Upgrade: Upgrades to unique{Deidbellow} via prophecy{Dying Cry} Variant: Pre 2.6.0 Variant: Current Requires Level 33, 38 Str, 38 Dex -StrengthUniqueClaw5_ -DexterityUniqueGlovesInt4__ +StrengthUniqueIntHelmet3 +DexterityUniqueHelmetStrDex3 LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStrDex3 {variant:2}Adds 10-20 Physical Damage to Attacks MeleeDamageIncreaseUniqueHelmetStrDex3 @@ -641,8 +641,8 @@ Source: Upgraded from unique{Deidbell} using prophecy{Dying Cry} Variant: Pre 2.6.0 Variant: Current Requires Level 33, 38 Str, 38 Dex -StrengthUniqueClaw5_ -DexterityUniqueGlovesInt4__ +StrengthUniqueIntHelmet3 +DexterityUniqueHelmetStrDex3 LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStrDex3 {variant:2}Adds 10-20 Physical Damage to Attacks MeleeDamageIncreaseUniqueHelmetStrDex3 @@ -658,7 +658,7 @@ DexterityUniqueHelmetStrDex2 IncreasedAttackSpeedUniqueHelmetStrDex2 LocalIncreasedArmourAndEvasionUniqueHelmetStrDex2 ChaosResistHelmetStrDex2 -MovementVelocityUnique__23_ +MovementVelocityUniqueHelmetStrDex2 ItemSilverFootstepsUniqueHelmetStrDex2 ]],[[ The Fledgling @@ -668,7 +668,7 @@ Source: Drops from unique{Nashta, The Usurper} Requires Level 51, 57 Str, 57 Dex LocalIncreasedArmourAndEvasionUniqueHelmetStrDex2 ProjectileSpeedUnique__8 -IncreasedProjectileDamageUnique___4 +IncreasedProjectileDamageUnique___10_ NearbyEnemiesAvoidProjectilesUnique__1 PlayerFarShotUnique__2 ]],[[ @@ -681,12 +681,12 @@ Requires Level 23, 28 Str, 28 Dex {variant:1}IncreasedAccuracyUniqueAmulet5 {variant:2}+300 to Accuracy Rating {variant:3}IncreasedAccuracyUniqueStrDexHelmet1 -LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 -ItemFoundRarityIncreaseUniqueStrDexHelmet1 +LocalIncreasedArmourAndEvasionUniqueStrDexHelmet1 +ItemFoundRarityIncreaseUniqueHelmetWreath1 LightningResistUniqueStrDexHelmet1 {variant:1}ManaLeechPermyriadUniqueGlovesDexInt6 {variant:2,3}ManaLeechPermyriadStrDexHelmet1 -MovementVelocityUniqueAmulet5 +MovementVelocityUniqueHelmetStrDex1 ]],[[ Skullhead Secutor Helm @@ -694,9 +694,9 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 36, 42 Str, 42 Dex LocalIncreasedArmourAndEvasionUniqueHelmetStrDex5 -IncreasedLifeUnique__2 +IncreasedLifeUniqueHelmetStrDex5 IncreasedManaUniqueHelmetStrDex5_ -{variant:2}AllResistancesUnique__7 +{variant:2}AllResistancesUniqueHelmetStrInt1 Minions have 10% Chance to Block MinionArmourUniqueHelmetStrDex5 Minions Regenerate 2% Life per Second @@ -719,7 +719,7 @@ League: Ritual Requires Level 73, 76 Str, 76 Int Implicits: 1 MinionDamageImplicitHelmet1 -LocalIncreasedArmourAndEnergyShieldUnique__15 +LocalIncreasedArmourAndEnergyShieldUnique__21 MinionLifeUnique__5_ MinionRunSpeedUnique__6 MinionCriticalStrikeChanceMaximumPowerChargeUnique__1 @@ -732,7 +732,7 @@ Variant: Current Requires Level 63, 85 Str, 62 Int {variant:1}(100-120)% increased Armour and Energy Shield {variant:2}LocalIncreasedArmourAndEnergyShieldUnique__6 -{variant:1}IncreasedLifeUnique__2 +{variant:1}IncreasedLifeUniqueHelmetStrDex5 {variant:2}IncreasedLifeUniqueHelmetDex4 ColdResistUnique__10 CannotBeFrozenUnique__1 @@ -750,7 +750,7 @@ Variant: Current Requires Level 63, 85 Str, 62 Int SocketedGemsSupportedByCastOnDeathUniqueHelmetStrInt5 DamageOnLowLifeUniqueHelmetStrInt5 -AllAttributesUniqueRing26 +AllAttributesUniqueHelmetStrInt5 LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt5 ManaRegenerationUniqueHelmetStrInt5 {variant:1}LocalIncreasedEnergyShieldUnique__6 @@ -802,7 +802,7 @@ Geofri's Crest Great Crown Upgrade: Upgrades to unique{Geofri's Legacy} via prophecy{The Bishop's Legacy} Requires Level 53, 59 Str, 59 Int -LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6 LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2 FireResistUniqueHelmetStrInt2 ColdResistUniqueHelmetStrInt2 @@ -813,7 +813,7 @@ Geofri's Legacy Great Crown Source: Upgraded from unique{Geofri's Crest} via prophecy{The Bishop's Legacy} Requires Level 62, 59 Str, 59 Int -LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6 LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2 FireResistUniqueHelmetStrInt2 ColdResistUniqueHelmetStrInt2 @@ -830,11 +830,11 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 12, 16 Str, 16 Int {variant:2}LocalIncreaseSocketedGemLevelUnique__10 -{variant:1}AddedLightningDamageUniqueGlovesDexInt1 +{variant:1}AddedLightningDamageUniqueGlovesInt1 {variant:2}AddedLightningDamageUniqueHelmetStrInt1 {variant:1}(40-50)% increased Armour and Energy Shield -{variant:2}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt1 -{variant:1}AllResistancesUnique__7 +{variant:2}LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt1 +{variant:1}AllResistancesUniqueHelmetStrInt1 {variant:1}ElementalResistsOnLowLifeUniqueHelmetStrInt1 {variant:1}ReducedManaCostOnLowLifeUniqueHelmetStrInt1 {variant:2}ItemFoundRarityIncreaseUnique__4_ @@ -845,7 +845,7 @@ Zealot Helmet Variant: Pre 3.11.0 Variant: Current Requires Level 44, 50 Str, 50 Int -ReducedCastSpeedUniqueHelmetStrInt6 +ReducedCastSpeedUniqueHelmetInt8 LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt6 IncreasedManaUnique__6 {variant:1}30% chance to Cast Socketed Spells when you Spend at least 100 Mana to Use a Skill @@ -895,7 +895,7 @@ Upgrade: Upgrades to unique{Mask of the Stitched Demon} via currency{Vial of Sum {variant:2}LocalIncreasedEnergyShieldUnique__31 {variant:1}LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2 {variant:2}LocalIncreasedArmourAndEnergyShieldUnique__12 -{variant:1}IncreasedLifeUnique__8 +{variant:1}IncreasedLifeUniqueAmulet4 {variant:2}IncreasedLifeUniqueHelmetDex4 Your Energy Shield starts at zero CannotGainEnergyShieldUnique__1 @@ -908,7 +908,7 @@ Magistrate Crown League: Incursion Source: Upgraded from unique{Mask of the Spirit Drinker} via currency{Vial of Summoning} Requires Level 58, 64 Str, 64 Int -IntelligenceUnique__9 +IntelligenceUniqueHelmetInt6 LocalIncreasedEnergyShieldUnique__24_ NoMaximumLifePerStrengthUnique__1 NoMaximumManaPerIntelligenceUnique__1 @@ -922,8 +922,8 @@ Magistrate Crown League: Synthesis Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} Requires Level 58, 64 Str, 64 Int -AllAttributesUnique__15 -LocalIncreasedArmourAndEnergyShieldUnique__15 +AllAttributesUnique__21 +LocalIncreasedArmourAndEnergyShieldUnique__21 DefencesPer100StrengthAuraUnique__1 CriticalMultiplierPer100DexterityAuraUnique__1 CastSpeedPer100IntelligenceAuraUnique__1 @@ -947,7 +947,7 @@ Requires Level 68, 62 Str, 91 Int LocalIncreasedEnergyShieldUnique__15 IncreasedManaUnique__10 ManaRegenerationUniqueBootsStrDex4 -FireResistUniqueAmulet4 +FireResistUniqueDexHelmet2 IncreasedManaReservationsCostUnique__2 GainArmourEqualToManaReservedUnique__1 ]],[[ @@ -957,18 +957,18 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 37, 42 Str, 42 Int ColdDamagePercentUniqueHelmetStrInt3 -LightningDamagePercentUnique__6 +LightningDamagePercentUniqueHelmetStrInt3 {variant:1}IncreasedManaUniqueTwoHandAxe9 {variant:2}IncreasedManaUniqueHelmetStrInt3 {variant:2}GainManaAsExtraEnergyShieldUnique__1 EnemiesCannotLeechMana -PercentDamageGoesToManaUniqueBootsDex3 -CannotLeechMana +PercentDamageGoesToManaUniqueHelmetStrInt3 +CannotLeechManaUnique__1_ ]],[[ Speaker's Wreath Prophet Crown Requires Level 63, 85 Str, 62 Int -DexterityUnique__20__ +DexterityUnique__6 SkillEffectDurationUnique__1 MinionAttackSpeedPerXDexUnique__1 MinionMovementSpeedPerXDexUnique__1 @@ -978,7 +978,7 @@ Veil of the Night Great Helmet Requires Level 22, 27 Str, 27 Int (20-22)% increased Stun Recovery -LightRadiusUniqueHelmetStrDex6 +LightRadiusUniqueHelmetStrInt4 LightningDamageOnBlockUniqueHelmetStrInt4 AllDefencesUniqueHelmetStrInt4_ SetElementalResistancesUniqueHelmetStrInt4 @@ -988,7 +988,7 @@ Great Helmet League: Heist Requires Level 22, 27 Str, 27 Int StunRecoveryUniqueHelmetStrInt4 -LightRadiusUniqueHelmetStrDex6 +LightRadiusUniqueHelmetStrInt4 LightningDamageOnBlockUniqueHelmetStrInt4 DefencesAreZeroUnique__1_ (18-22)% increased Elemental Resistances @@ -1011,7 +1011,7 @@ League: Tempest Variant: Pre 2.6.0 Variant: Current Requires Level 52, 58 Dex, 58 Int -LocalIncreasedEvasionAndEnergyShieldUnique__10 +LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt6 {variant:2}IncreasedLifeUniqueGlovesInt3 LifeLeechPermyriadUniqueHelmetDexInt6 AttackerTakesDamageUniqueHelmetDexInt6 @@ -1030,7 +1030,7 @@ Eye of Malice Callous Mask Requires Level 45, 51 Dex, 51 Int LocalIncreasedEvasionAndEnergyShieldUnique__25 -FireResistUnique__9 +FireResistUnique__23_ ColdResistUniqueShieldDex7 ColdExposureOnHitUnique__1 FireExposureOnHitUnique__1 @@ -1076,13 +1076,13 @@ Variant: Aura Effect Variant: Additional Projectile Variant: Malediction Variant: Quantity -{variant:1}UniqueSpecialCorruptionAreaOfEffect_ +{variant:1}AreaOfEffectUniqueOneHandMace7 {variant:2}DisplayBlindAuraUnique__1 {variant:3}UniqueSpecialCorruptionSocketedGemsManaMultiplier_ {variant:4}CurseEffectivenessUnique__3_ {variant:5}UniqueSpecialCorruptionSkillEffectDuration {variant:6}UniqueSpecialCorruptionNearbyEnemiesCrushed -{variant:7}LocalIncreaseSocketedGemLevelUniqueRing39 +{variant:7}LocalIncreaseSocketedGemLevelUnique__1 {variant:8}UniqueSpecialCorruptionAllMinCharges {variant:9}UniqueSpecialCorruptionCooldownRecoverySpeed__ {variant:10}AuraEffectGlobalUnique__1 @@ -1115,10 +1115,10 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 38, 44 Dex, 44 Int {variant:2,3}TriggeredSummonLesserShrineUnique__1 -LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4 +LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt3 {variant:2}+(40-65) to maximum Energy Shield {variant:3}LocalIncreasedEnergyShieldUnique__11 -{variant:1}IncreasedManaUniqueClaw7 +{variant:1}IncreasedManaUniqueHelmetDexInt3 {variant:2,3}IncreasedLifeUniqueGlovesInt3 {variant:2,3}ColdResistUnique__17 {variant:1}LifeGainedFromEnemyDeathUniqueHelmetDexInt3 @@ -1144,18 +1144,18 @@ Leer Cast Festival Mask Requires Level 28, 33 Dex, 33 Int AllDamageUniqueHelmetDexInt2 -DexterityUniqueGlovesInt4__ -IncreasedLifeUnique___7Royale_ -IncreasedManaUniqueIntHelmet3 +DexterityUniqueHelmetStrDex3 +IncreasedLifeUniqueHelmetDexInt2 +IncreasedManaUniqueHelmetDexInt2 DisplayDamageAuraUniqueHelmetDexInt2 ]],[[ Replica Leer Cast Festival Mask League: Heist Requires Level 28, 33 Dex, 33 Int -DexterityUniqueGlovesInt4__ -IncreasedLifeUnique___7Royale_ -IncreasedManaUniqueIntHelmet3 +DexterityUniqueHelmetStrDex3 +IncreasedLifeUniqueHelmetDexInt2 +IncreasedManaUniqueHelmetDexInt2 ManaRegenerationUnique__14___ You and nearby Allies have 30% increased Mana Regeneration Rate ]],[[ @@ -1168,8 +1168,8 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 17, 21 Dex, 21 Int SpellDamageUniqueHelmetDexInt1 -StrengthUnique__20_ -TalismanIncreasedLightningDamage +StrengthUniqueHelmetDexInt1 +LightningDamageUniqueHelmetDexInt1 LightningResistUniqueHelmetDexInt1 {variant:1}100% increased Mana Cost of Skills {variant:2}20% increased Mana Cost of Skills @@ -1183,7 +1183,7 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 60, 21 Dex, 21 Int SpellDamageUniqueHelmetDexInt1 -StrengthUnique__20_ +StrengthUniqueHelmetDexInt1 AllResistancesUniqueIntHelmet3 AddedColdDamageWhileNoLifeReservedUnique__1__ AddedFireDamageWhileNoLifeReservedUnique__1 @@ -1215,8 +1215,8 @@ Requires Level 45, 51 Dex, 51 Int SupportedByIceBiteUnique__1 SupportedByInnervateUnique__1 HarbingerSkillOnEquipUnique__5 -LocalIncreasedEvasionRatingUnique__1 -LocalIncreasedEnergyShieldUnique__12 +IncreasedEvasionRatingUniqueAmulet7 +LocalIncreasedEnergyShieldUniqueHelmetInt5_ IncreasedLifeUniqueGlovesInt3 AllResistancesUnique__2 ]],[[ @@ -1228,8 +1228,8 @@ Requires Level 60, 51 Dex, 51 Int SupportedByIceBiteUnique__1 SupportedByInnervateUnique__1 HarbingerSkillOnEquipUnique2_5 -LocalIncreasedEvasionRatingUnique__1 -LocalIncreasedEnergyShieldUnique__12 +IncreasedEvasionRatingUniqueAmulet7 +LocalIncreasedEnergyShieldUniqueHelmetInt5_ IncreasedLifeUniqueGlovesInt3 AllResistancesUnique__2 ]],[[ @@ -1245,12 +1245,12 @@ The Vertex Vaal Mask Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} Requires Level 62, 79 Dex, 72 Int -LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 +LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6 LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt5 -IncreasedEnergyShieldUnique__5 +LocalIncreasedEnergyShieldUniqueHelmetDexInt5 ChaosResistUniqueHelmetDexInt5 EnemiesCannotLeechMana -SocketedGemsHaveReducedManaCostUniqueDescentClaw1 +SocketedGemsHaveReducedManaCostUniqueHelmetDexInt5 ]],[[ Viridi's Veil Praetor Crown @@ -1279,7 +1279,7 @@ Faithguard Runic Helm League: Expedition Requires Level 25, 30 Str, 30 Dex, 30 Int -IntelligenceUnique__7 +IntelligenceUniqueHelmetInt9 LocalIncreasedWardPercentUnique__2 WardDelayRecoveryUnique__1 LightRadiusUnique__5 diff --git a/src/Data/Uniques/Special/jewel.lua b/src/Data/Uniques/Special/jewel.lua index 0480390001..56cb0ccf43 100644 --- a/src/Data/Uniques/Special/jewel.lua +++ b/src/Data/Uniques/Special/jewel.lua @@ -6,7 +6,7 @@ return { Anatomical Knowledge Cobalt Jewel Radius: Large -MaximumLifeUnique__15 +MaximumLifeUniqueJewel52 LifePerIntelligenceInRadusUniqueJewel52 ]],[[ The Anima Stone @@ -37,7 +37,7 @@ Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} Upgrade: Upgrades to unique{The Blue Nightmare} using currency{Blessing of Chayula} Radius: Large ChaosDamageAsPortionOfLightningDamageUnique__1 -LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1 +LightningResistConvertedToSpellBlockChanceScaledJewelUnique__1 also grant an equal chance to gain a Power Charge on Kill ]],[[ The Blue Nightmare @@ -47,22 +47,22 @@ Source: Upgraded from unique{The Blue Dream} using currency{Blessing of Chayula} Limited to: 1 Radius: Large ChaosDamageAsPortionOfLightningDamageUnique__1 -LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1 +LightningResistConvertedToSpellBlockChanceScaledJewelUnique__1 also grant Chance to Block Spell Damage at 35% of its value -LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1 +LightningResistConvertedToSpellBlockChanceScaledJewelUnique__1 also grant an equal chance to gain a Power Charge on Kill ]],[[ Brawn Crimson Jewel PercentageDexterityUniqueJewel29 -PercentageStrengthUnique__2 +PercentageStrengthUniqueJewel29 PercentageIntelligenceUniqueJewel29 ]],[[ Brute Force Solution Cobalt Jewel Radius: Large -IntelligenceUniqueJewel11 -JewelStrToInt +IntelligenceUniqueJewel35 +JewelStrToIntUniqueJewel35 ]],[[ Calamitous Visions Small Cluster Jewel @@ -73,8 +73,8 @@ JewelExpansionLoneMessenger_ Careful Planning Viridian Jewel Radius: Large -DexterityUniqueJewel36 -JewelIntToDexUniqueJewel36 +DexterityUniqueJewel13 +JewelIntToDex ]],[[ Cheap Construction Viridian Jewel @@ -90,7 +90,7 @@ AdditionalTrapsUnique__2__ Clear Mind Cobalt Jewel Limited to: 1 -ManaRegenerationImplicitAmulet1 +ManaRegenerationUniqueJewel30 SpellDamageWithNoManaReservedUniqueJewel30 ]],[[ Coated Shrapnel @@ -111,8 +111,8 @@ Increases and Reductions to Cold Damage in Radius are Transformed to apply to Ph Efficient Training Crimson Jewel Radius: Large -StrengthUniqueJewel37 -JewelIntToStrUniqueJewel34 +StrengthUniqueJewel34 +JewelIntToStr ]],[[ Eldritch Knowledge Cobalt Jewel @@ -132,7 +132,7 @@ With at least 40 Intelligence in Radius, Discharge deals 60% less Damage Energised Armour Crimson Jewel Radius: Large -GlobalPhysicalDamageReductionRatingPercentUnique__1 +IncreasedPhysicalDamageReductionRatingPercentUniqueJewel50 EnergyShieldInRadiusIncreasesArmourUniqueJewel50 ]],[[ Energy From Within @@ -147,8 +147,8 @@ LifeInRadiusBecomesEnergyShieldAtHalfValueUniqueJewel51 Fertile Mind Cobalt Jewel Radius: Large -IntelligenceUniqueJewel11 -JewelDexToInt +IntelligenceUniqueJewel35 +JewelDexToIntUniqueJewel11 ]],[[ Fireborn Crimson Jewel @@ -158,8 +158,8 @@ AllDamageInRadiusBecomesFireUniqueJewel49 Fluid Motion Viridian Jewel Radius: Large -DexterityUniqueJewel36 -JewelStrToDex +DexterityUniqueJewel13 +JewelStrToDexUniqueJewel13 ]],[[ Fortified Legion Cobalt Jewel @@ -261,7 +261,7 @@ Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} Upgrade: Upgrades to unique{The Green Nightmare} using currency{Blessing of Chayula} Radius: Large ChaosDamageAsPortionOfColdDamageUnique__1 -ColdResistConvertedToDodgeChanceScaledJewelUnique__1 +ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1 also grant an equal chance to gain a Frenzy Charge on Kill ]],[[ The Green Nightmare @@ -271,9 +271,9 @@ Source: Upgraded from unique{The Green Dream} using currency{Blessing of Chayula Limited to: 1 Radius: Large ChaosDamageAsPortionOfColdDamageUnique__1 -ColdResistConvertedToDodgeChanceScaledJewelUnique__1 +ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1 also grant Chance to Dodge Attack Hits at 35% of its value -ColdResistConvertedToDodgeChanceScaledJewelUnique__1 +ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1 also grant an equal chance to gain a Frenzy Charge on Kill ]],[[ Hair Trigger @@ -302,7 +302,7 @@ Limited to: 1 Variant: Pre 3.11.0 Variant: Current {variant:1}(10-15)% increased Movement Speed while Ignited -{variant:2}MovementVelocityWhileIgnitedUnique__2 +{variant:2}MovementVelocityWhileIgnitedUniqueJewel20 {variant:2}IncreasedAttackSpeedWhileIgnitedUniqueJewel20 {variant:2}IncreasedCastSpeedWhileIgnitedUniqueJewel20_ ]],[[ @@ -317,8 +317,8 @@ MovementVelocityWhileChilledUnique__1_ Inertia Crimson Jewel Radius: Large -StrengthUniqueJewel37 -JewelDexToStr +StrengthUniqueJewel34 +JewelDexToStrUniqueJewel37 ]],[[ Inspired Learning Crimson Jewel @@ -334,7 +334,7 @@ JewelExpansionSecretsOfSuffering Intuitive Leap Viridian Jewel Radius: Small -AllocateDisconnectedPassivesDonutUnique__1 +JewelUniqueAllocateDisconnectedPassives ]],[[ Izaro's Turmoil Crimson Jewel @@ -369,7 +369,7 @@ Variant: Impale Effect (Current) {variant:2,5}ImpalePhysicalReductionPenaltyUnique__1 {variant:3,6}ImpaleEffectUnique__2 {variant:1,3,4,6}CallOfSteelAreaOfEffectUnique__2___ -{variant:2,3,5,6}CallOfSteelUseSpeedUnique__2 +{variant:2,3,5,6}CallOfSteelUseSpeedUnique__1 {variant:1,2}Call of Steel causes (40-50)% increased Reflected Damage {variant:4,5}CallOfSteelReflectDamageUnique__1 ]],[[ @@ -430,7 +430,7 @@ Viridian Jewel GolemAttackAndCastSpeedUnique__1 GolemBuffEffectUnique__1 GolemArmourRatingUnique__1 -PrimordialJewelCountUnique__3 +PrimordialJewelCountUnique__4 ]],[[ Primordial Harmony Cobalt Jewel @@ -441,7 +441,7 @@ GolemSkillsCooldownRecoveryUnique__1 {variant:2}GolemsSkillsCooldownRecoveryUnique__1_ IncreasedGolemDamagePerGolemUnique__1 GolemLifeRegenerationUnique__1 -PrimordialJewelCountUnique__3 +PrimordialJewelCountUnique__4 ]],[[ Primordial Might Crimson Jewel @@ -449,7 +449,7 @@ IncreasedDamageIfGolemSummonedRecently__1 IncreasedGolemDamageIfGolemSummonedRecently__1_ GolemLifeUnique__1 GolemLargerAggroRadiusUnique__1 -PrimordialJewelCountUnique__3 +PrimordialJewelCountUnique__4 ]],[[ Replica Primordial Might Crimson Jewel @@ -458,7 +458,7 @@ League: Heist IncreasedDamageIfGolemSummonedRecently__1 IncreasedGolemDamageIfGolemSummonedRecentlyUnique__1 GolemLifeUnique__1 -PrimordialJewelCountUnique__3 +PrimordialJewelCountUnique__4 GolemLargerAggroRadiusUnique__1 ]],[[ Pugilist @@ -517,7 +517,7 @@ Variant: Current {variant:1}+6% chance to Block Spell Damage {variant:2}SpellBlockPercentageUnique__1 (2-4)% chance to Block Attack Damage -ChanceToBeCritJewelUnique__1 +ChanceToBeCritJewelUpdatedUnique__1 ]],[[ Replica Reckless Defence Cobalt Jewel @@ -533,7 +533,7 @@ Source: Drops in Chayula Breach or from unique{Chayula, Who Dreamt} Upgrade: Upgrades to unique{The Red Nightmare} using currency{Blessing of Chayula} Radius: Large ChaosDamageAsPortionOfFireDamageUnique__1 -FireResistConvertedToBlockChanceScaledJewelUnique__1_ +FireResistAlsoGrantsEnduranceChargeOnKillJewelUnique__1 also grant an equal chance to gain an Endurance Charge on Kill ]],[[ The Red Nightmare @@ -543,9 +543,9 @@ Source: Upgraded from unique{The Red Dream} using currency{Blessing of Chayula} Limited to: 1 Radius: Large ChaosDamageAsPortionOfFireDamageUnique__1 -FireResistConvertedToBlockChanceScaledJewelUnique__1_ +FireResistAlsoGrantsEnduranceChargeOnKillJewelUnique__1 also grant Chance to Block Attack Damage at 35% of its value -FireResistConvertedToBlockChanceScaledJewelUnique__1_ +FireResistAlsoGrantsEnduranceChargeOnKillJewelUnique__1 also grant an equal chance to gain an Endurance Charge on Kill ]],[[ The Siege @@ -587,7 +587,7 @@ Variant: Current Radius: Medium AdditionalStrengthPerAllocatedStrengthJewelUnique__1_ {variant:1}+5% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius -{variant:2}CriticalStrikeMultiplierPerUnallocatedStrengthUnique__1 +{variant:2}CriticalStrikeMultiplierPerUnallocatedStrengthJewelUnique__1_ {variant:3}LifeRecoveryRatePerAllocatedStrengthUnique__1_ ]],[[ Transcendent Flesh @@ -603,7 +603,7 @@ AdditionalStrengthPerAllocatedStrengthJewelUnique__1_ {variant:1}+5% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius {variant:3}LifeRecoveryRatePerAllocatedStrengthUnique__2 {variant:3}LifeRecoveryRatePerUnallocatedStrengthUnique__1_ -{variant:2,3}CriticalStrikeMultiplierPerUnallocatedStrengthUnique__1 +{variant:2,3}CriticalStrikeMultiplierPerUnallocatedStrengthJewelUnique__1_ ]],[[ Tempered Mind Cobalt Jewel @@ -646,7 +646,7 @@ Variant: Current Radius: Medium AdditionalDexterityPerAllocatedDexterityJewelUnique__1 {variant:1}FlatManaPerUnallocatedDexterityJewelUnique__1 -{variant:2}MovementSpeedPerAllocatedDexterityUnique__1 +{variant:2}MovementSpeedPerAllocatedDexterityJewelUnique__1 ]],[[ Transcendent Spirit Viridian Jewel @@ -656,7 +656,7 @@ Variant: Pre 3.10.0 Variant: Current Radius: Medium AdditionalDexterityPerAllocatedDexterityJewelUnique__1 -{variant:1}MovementSpeedPerAllocatedDexterityUnique__1 +{variant:1}MovementSpeedPerAllocatedDexterityJewelUnique__1 {variant:1}FlatManaPerUnallocatedDexterityJewelUnique__1 {variant:2}MovementSpeedPerAllocatedDexterityUnique__2 {variant:2}MovementSpeedPerUnallocatedDexterityUnique__1_ @@ -675,7 +675,7 @@ Implicits: 0 {variant:2}Only affects Passives in Medium Ring {variant:3}Only affects Passives in Large Ring {variant:4}Only affects Passives in Very Large Ring -AllocateDisconnectedPassivesDonutUnique__1 +JewelUniqueAllocateDisconnectedPassives AllResistancesUnique__18 ]],[[ To Dust @@ -683,9 +683,9 @@ Cobalt Jewel Variant: Pre 3.0.0 Variant: Current SkeletonDurationUniqueJewel1_ -MinionDamageUnique__1 +MinionDamageUniqueJewel1 {variant:1}2% increased Skeleton Attack Speed -{variant:2}SkeletonAttackSpeedUniqueJewel1 +{variant:2}MaximumMinionCountUniqueJewel1 {variant:2}SkeletonCastSpeedUniqueJewel1 {variant:2}SkeletonMovementSpeedUniqueJewel1 ]],[[ @@ -1090,7 +1090,7 @@ Hazardous Research Cobalt Jewel Limited to: 1 Radius: Medium -LightningDamagePercentUnique__6 +LightningDamagePercentUniqueHelmetStrInt3 SparkThresholdJewel_2 With at least 40 Intelligence in Radius, Spark fires Projectiles in a Nova (20-15)% reduced Spark Duration @@ -1229,7 +1229,7 @@ Variant: Pre 2.6.0 Variant: Current Limited to: 2 Radius: Medium -MinionDamageUnique__1 +MinionDamageUniqueJewel1 {variant:1}With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 4 Ranged Weapons {variant:2}With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 8 Ranged Weapons ]],[[ @@ -1252,7 +1252,7 @@ Radius: Medium IncreasedChaosDamageUnique__3 With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration {variant:1}With at least 40 Intelligence in Radius, Enemies Hindered by Blight take 25% increased Chaos Damage -{variant:2}BlightThresholdJewel_3 +{variant:2}BlightThresholdJewel_2 ]],[[ Steel Spirit Viridian Jewel @@ -1423,11 +1423,11 @@ Variant: Pre 3.11.0 Variant: Current Limited to: 1 Radius: Small -{variant:1}SpellDamageOnWeaponUniqueDagger1Royale -{variant:2}SpellDamageUnique__6 +{variant:1}SpellDamageUniqueSceptre2 +{variant:2}SpellDamageUniqueCorruptedJewel3_ {variant:1}100% increased Mana Cost of Skills {variant:2}ManaCostIncreasedUniqueCorruptedJewel3 -{variant:3}IntelligenceUniqueRing4 +{variant:3}IntelligenceUniqueBootsInt1 {variant:3}Notable Passive Skills in Radius are Transformed to instead grant: 10% increased Mana Cost of Skills and 20% increased Spell Damage Corrupted ]],[[ @@ -1523,7 +1523,7 @@ CurseEffectivenessUniqueJewel45 Poacher's Aim Viridian Jewel Limited to: 1 -PierceChanceUniqueJewel41 +AdditionalPierceUniqueJewel__1 ProjectileDamageJewelUniqueJewel41 ]],[[ Survival Instincts @@ -1536,12 +1536,12 @@ Survival Secrets Cobalt Jewel Limited to: 1 3 Mana Regenerated per second -ElementalDamageUniqueDescentBelt1 +ElementalDamageUniqueJewel10 ]],[[ Survival Skills Crimson Jewel Limited to: 1 -IncreasedPhysicalDamagePercentUniqueGlovesStr2 +IncreasedPhysicalDamagePercentUniqueJewel9 IncreasedPhysicalDamageReductionRatingUniqueJewel9 ]],[[ Warlord's Reach @@ -1575,13 +1575,13 @@ Source: Fastest Merciless Labyrinth Limited to: 1 AllDamageUniqueRing8 ActorSizeUnique__1 -PercentageStrengthUnique__2 +PercentageStrengthUniqueJewel29 ]],[[ Emperor's Wit Cobalt Jewel Source: Fastest Cruel Labyrinth Limited to: 1 -CriticalStrikeChanceImplicitDagger1 +CriticalStrikeChanceImplicitDaggerNew1 ActorSizeUnique__1 PercentageIntelligenceUnique__2 ]], diff --git a/src/Data/Uniques/Special/mace.lua b/src/Data/Uniques/Special/mace.lua index 3c0c700f51..5ccaa36d27 100644 --- a/src/Data/Uniques/Special/mace.lua +++ b/src/Data/Uniques/Special/mace.lua @@ -11,13 +11,13 @@ Variant: Current Requires Level 20, 71 Str Implicits: 2 {variant:1}20% increased Stun Duration on Enemies -{variant:2,3}StunThresholdReductionUniqueGlovesDexInt2 -LocalIncreasedPhysicalDamagePercentUnique__15 +{variant:2,3}StunThresholdReductionImplicitMace1 +LocalIncreasedPhysicalDamagePercentUniqueOneHandMace1 {variant:1,2}LocalIncreasedAttackSpeedUniqueTwoHandMace4 {variant:3}LocalIncreasedAttackSpeedUniqueOneHandMace1 LocalCriticalStrikeChanceUniqueOneHandMace1 -FireResistUniqueAmulet4 -LightningResistUnique__2 +FireResistUniqueOneHandMace1 +LightningResistUniqueOneHandMace1 ]],[[ Callinellus Malleus Auric Mace @@ -26,9 +26,9 @@ Variant: Current Requires Level 66, 212 Str Implicits: 2 {variant:1}40% increased Stun Duration on Enemies -{variant:2}StunThresholdReductionUniqueTwoHandMace1 +{variant:2}StunThresholdReductionImplicitMace2 LocalAddedPhysicalDamageUniqueOneHandMace5 -LocalIncreasedPhysicalDamagePercentUniqueSceptre2 +LocalIncreasedPhysicalDamageUniqueOneHandMace5 StunThresholdReductionUniqueOneHandMace5 CannotKnockBackUniqueOneHandMace5_ ChillOnAttackStunUniqueOneHandMace5 @@ -41,7 +41,7 @@ Variant: Current Requires Level 60, 212 Str Implicits: 2 {variant:1}40% increased Stun Duration on Enemies -{variant:2}StunThresholdReductionUniqueTwoHandMace1 +{variant:2}StunThresholdReductionImplicitMace2 LocalIncreasedPhysicalDamageUniqueOneHandMace4 LocalAddedColdDamageUniqueOneHandMace4_ LocalCriticalStrikeChanceUniqueOneHandMace4 @@ -53,7 +53,7 @@ Gavel Source: Upgraded from unique{Cameria's Maul} via prophecy{Cold Greed} Requires Level 60, 212 Str Implicits: 1 -StunThresholdReductionUniqueTwoHandMace1 +StunThresholdReductionImplicitMace2 LocalIncreasedPhysicalDamageUniqueOneHandMace4 LocalAddedPhysicalDamageUnique__34 LocalCriticalStrikeChanceUniqueOneHandMace4 @@ -68,7 +68,7 @@ Variant: Current Requires Level 41, 134 Str Implicits: 2 {variant:1}40% increased Stun Duration on Enemies -{variant:2}StunThresholdReductionUniqueTwoHandMace1 +{variant:2}StunThresholdReductionImplicitMace2 GrantsLevel12StoneGolem LocalAddedPhysicalDamageUnique__9 LocalIncreasedAttackSpeedUnique__10 @@ -83,13 +83,13 @@ Variant: Current Requires Level 32, 107 Str Implicits: 2 {variant:1}20% increased Stun Duration on Enemies -{variant:2}StunThresholdReductionUniqueGlovesDexInt2 -LocalIncreasedPhyiscalDamagePercentUnique__3 -LocalAddedPhysicalDamageUniqueRapier2 -IncreasedAttackSpeedUniqueQuiver1 -LifeLeechPermyriadUnique__5 +{variant:2}StunThresholdReductionImplicitMace1 +LocalIncreasedPhysicalDamagePercentUniqueOneHandMace8 +LocalAddedPhysicalDamageUniqueOneHandMace8 +LocalIncreasedAttackSpeedUniqueOneHandMace8 +LifeLeechPermyriadUniqueTwoHandMace1 {variant:1}10% Chance to cause Bleeding on Hit -{variant:2}LocalChanceToBleedUniqueDagger12 +{variant:2}LocalChanceToBleedUniqueOneHandMace8 {variant:1}AttackDamageLifeLeechAgainstBleedingEnemiesUnique_1 {variant:2}LifeLeechPhysicalAgainstBleedingEnemiesUniqueOneHandMace8 ]],[[ @@ -101,7 +101,7 @@ Variant: Current Requires Level 50, 161 Str Implicits: 2 {variant:1}40% increased Stun Duration on Enemies -{variant:2,3}StunThresholdReductionUniqueTwoHandMace1 +{variant:2,3}StunThresholdReductionImplicitMace2 {variant:1,2}Adds (16-22) to (26-32) Physical Damage {variant:3}LocalAddedPhysicalDamageUnique__6_ {variant:1,2}Adds (16-22) to (26-32) Cold Damage @@ -116,7 +116,7 @@ Ornate Mace League: Heist Requires Level 50, 161 Str Implicits: 1 -StunThresholdReductionUniqueTwoHandMace1 +StunThresholdReductionImplicitMace2 LocalAddedChaosDamageUnique__2 LocalIncreasedAttackSpeedUnique__12 ChaosResistUnique__15 @@ -130,7 +130,7 @@ Variant: Current Requires Level 10, 41 Str Implicits: 2 {variant:1}20% increased Stun Duration on Enemies -{variant:2}StunThresholdReductionUniqueGlovesDexInt2 +{variant:2}StunThresholdReductionImplicitMace1 LocalIncreasedPhysicalDamagePercentUniqueOneHandMace6 LocalReducedAttackSpeedUniqueOneHandMace6 StunThresholdReductionUniqueOneHandMace6 @@ -147,16 +147,16 @@ Variant: Current Requires Level 20, 71 Str Implicits: 2 {variant:1}20% increased Stun Duration on Enemies -{variant:2,3}StunThresholdReductionUniqueGlovesDexInt2 +{variant:2,3}StunThresholdReductionImplicitMace1 {variant:3}LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7 -{variant:1,2}IncreasedLifeImplicitShield1 +{variant:1,2}IncreasedLifeUniqueHelmetDex5 {variant:1,2}IncreasedManaUniqueBootsStrDex3 {variant:3}IncreasedLifeUniqueOneHandMace7 {variant:3}IncreasedManaUniqueOneHandMace7 {variant:1,2}LocalIncreasedPhysicalDamagePercentUnique__7 -MovementVelocityUniqueShieldStr1 +ReducedMovementVelocityUniqueOneHandMace7 {variant:1,2}10% increased Area of Effect of Area Skills -{variant:3}UniqueSpecialCorruptionAreaOfEffect_ +{variant:3}AreaOfEffectUniqueOneHandMace7 {variant:1,2}(10-15)% increased Area Damage {variant:3}AreaDamageUniqueOneHandMace7 ]],[[ @@ -170,12 +170,12 @@ Variant: Current Requires Level 60, 412 Str, 300 Int Implicits: 2 {variant:1,2,3}40% increased Stun Duration on Enemies -{variant:4,5}StunThresholdReductionUniqueTwoHandMace1 -LocalIncreasedPhysicalDamagePercentUniqueWand9 +{variant:4,5}StunThresholdReductionImplicitMace2 +LocalIncreasedPhysicalDamagePercentUniqueOneHandMace3 AdditionalChainUniqueOneHandMace3 {variant:1,2,3,4}(30-40)% increased Lightning Damage with Attack Skills {variant:5}WeaponLightningDamageUniqueOneHandMace3 -StrengthRequirementsUnique__2 +StrengthRequirementsUniqueOneHandMace3 IntelligenceRequirementsUniqueOneHandMace3 {variant:1}50% chance to Cast a Socketed Lightning Spell on Hit {variant:2}30% chance to Cast a Socketed Lightning Spell on Hit @@ -189,7 +189,7 @@ Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 68, 104 Str, 122 Int Implicits: 1 ElementalDamagePercentImplicitSceptreNew18 -IncreasedCastSpeedUnique__11__ +IncreasedCastSpeedUnique__16 ColdDamagePerResistanceAbove75Unique__1 LightningDamagePerResistanceAbove75Unique__1 ]],[[ @@ -199,7 +199,7 @@ League: Heist Requires Level 68, 104 Str, 122 Int Implicits: 1 ElementalDamagePercentImplicitSceptreNew18 -IncreasedCastSpeedUnique__11__ +IncreasedCastSpeedUnique__16 ColdDamagePerMissingColdResistanceUnique__1 FireDamagePerMissingFireResistanceUnique__1 ]],[[ @@ -210,7 +210,7 @@ Variant: Pre 3.4.0 Variant: Current Requires Level 68, 212 Str Implicits: 1 -StunThresholdReductionUniqueGlovesDexInt2 +StunThresholdReductionImplicitMace1 Adds (45-60) to (100-120) Physical Damage Gain (30-40)% of Physical Attack Damage as Extra Fire Damage +4% to Chaos Resistance per Endurance Charge @@ -246,7 +246,7 @@ Variant: Pre 2.3.0 Variant: Current Requires Level 10, 22 Str, 22 Int Implicits: 2 -{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:1}ElementalDamagePercentImplicitSceptreNew1 {variant:2}ElementalDamagePercentImplicitSceptreNew2 IncreasedCastSpeedUnique__4 SpellCriticalStrikeChanceUnique__1 @@ -273,7 +273,7 @@ Variant: Current Requires Level 32, 52 Str, 62 Int Implicits: 2 {variant:1}15% increased Elemental Damage -{variant:2,3}ElementalDamagePercentImplicitSceptreNew12___ +{variant:2,3}ElementalDamagePercentImplicitSceptreNew8 {variant:3}DisplaySupportedByBonechillUnique__1 DisplaySupportedByHypothermiaUnique__1 DisplaySupportedByIceBiteUnique__1 @@ -287,7 +287,7 @@ Shadow Sceptre League: Heist Requires Level 32, 52 Str, 62 Int Implicits: 1 -ElementalDamagePercentImplicitSceptreNew12___ +ElementalDamagePercentImplicitSceptreNew8 DisplaySupportedByElementalPenetrationUnique__2 DisplaySupportedByImmolateUnique__1 DisplaySupportedByUnboundAilmentsUnique__1__ @@ -330,16 +330,16 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 28, 51 Str, 51 Int Implicits: 2 -{variant:1}ElementalDamageUniqueDescentBelt1 -{variant:2,3,4}ElementalDamagePercentImplicitSceptreNew6 +{variant:1}ElementalDamagePercentImplicitSceptreNew1 +{variant:2,3,4}ElementalDamagePercentImplicitSceptreNew7 LocalIncreasedPhysicalDamageUniqueSceptre9 {variant:1,2}Adds 15 to 25 Fire Damage against Ignited Enemies LocalAddedPhysicalDamageUniqueSceptre9 {variant:3}Adds 2 to 4 Fire Damage to Attacks per 10 Strength {variant:4}AddedFireDamagePerStrengthUnique__1 -IncreasedFireDamgeIfHitRecentlyUnique__1Royale_ +FireDamagePercentUniqueSceptre9 LocalIncreasedAttackSpeedUniqueSceptre9 -LocalCriticalStrikeChanceUnique__10 +LocalCriticalStrikeChanceUniqueTwoHandMace6 ]],[[ Cerberus Limb Blood Sceptre @@ -349,7 +349,7 @@ Requires Level 47, 81 Str, 81 Int Implicits: 1 ElementalDamagePercentImplicitSceptreNew13 SpellDamageUnique__9 -IncreasedCastSpeedUnique__11__ +IncreasedCastSpeedUnique__16 LifeLeechFromSpellsWith30BlockOnShieldUnique__1_ EnergyShieldPerArmourOnShieldUnique__1 ArmourPerEvasionRatingOnShieldUnique__1 @@ -369,7 +369,7 @@ Variant: Current (Mana/ES) Requires Level 32, 52 Str, 62 Int Implicits: 2 {variant:1}15% increased Elemental Damage -{variant:2,3,4,5,6,7,8}ElementalDamagePercentImplicitSceptreNew12___ +{variant:2,3,4,5,6,7,8}ElementalDamagePercentImplicitSceptreNew8 {variant:1,2,3,4,5}(30-50)% increased Global Damage {variant:6,7,8}AllDamageUniqueSceptre8 {variant:1,2,3,4,5}7% Global chance to Blind Enemies on hit @@ -389,7 +389,7 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 56, 96 Str, 96 Int Implicits: 2 -{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:1}ElementalDamagePercentImplicitSceptreNew1 {variant:2,3}ElementalDamagePercentImplicitSceptreNew16 {variant:1,2}Adds (30-41) to (80-123) Physical Damage {variant:3}LocalAddedPhysicalDamageUniqueSceptre10 @@ -403,7 +403,7 @@ Variant: Pre 2.3.0 Variant: Current Requires Level 64, 113 Str, 113 Int Implicits: 2 -{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:1}ElementalDamagePercentImplicitSceptreNew1 {variant:2}ElementalDamagePercentImplicitSceptreNew20 StrengthUniqueSceptre6 IncreasedCastSpeedUniqueSceptre6 @@ -419,13 +419,13 @@ Variant: Pre 2.3.0 Variant: Current Requires Level 75, 113 Str, 113 Int Implicits: 2 -{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:1}ElementalDamagePercentImplicitSceptreNew1 {variant:2}ElementalDamagePercentImplicitSceptreNew20 SocketedGemsGetElementalProliferationUniqueSceptre7 LocalAddedPhysicalDamageUniqueSceptre7 LocalIncreasedAttackSpeedUniqueSceptre7 IncreasedCastSpeedUniqueSceptre7 -CriticalStrikeChanceImplicitRingRoyale1_ +CriticalSrikeChanceUniqueSceptre7 ElementalDamageLeechedAsLifePermyriadUniqueSceptre7_ ElementalDamageUniqueSceptre7 ]],[[ @@ -433,9 +433,9 @@ Earendel's Embrace Grinning Fetish Requires Level 35, 62 Str, 62 Int Implicits: 1 -ElementalDamagePercentImplicitSceptreNew10 +ElementalDamagePercentImplicitSceptreNew9 AllAttributesUnique__8_ -MinionDamageUniqueTwoHandSword4 +MinionDamageUnique__5 SkeletonsCoverEnemiesInAshUnique__1 SkeletonsTakeFireDamagrPerSecondUnique__1 SkeletonsHaveAvatarOfFireUnique__1_ @@ -445,9 +445,9 @@ Grinning Fetish League: Heist Requires Level 35, 62 Str, 62 Int Implicits: 1 -ElementalDamagePercentImplicitSceptreNew10 +ElementalDamagePercentImplicitSceptreNew9 AllAttributesUnique__8_ -MinionDamageUniqueTwoHandSword4 +MinionDamageUnique__5 ZombiesCoverInAshOnHitUnique__1 Raised Zombies take (15.0-30.0)% of their Maximum Life per second as Fire Damage ZombiesHaveAvatarOfFireUnique__1 @@ -487,8 +487,8 @@ Implicits: 2 {variant:1,2,3}ItemActsAsColdToFireSupportUniqueSceptre2 ItemActsAsFirePenetrationSupportUniqueSceptre2 {variant:4}Socketed Gems deal 63 to 94 additional Fire Damage -SpellDamageOnWeaponUniqueDagger1Royale -{variant:2,3,4}LocalIncreasedPhysicalDamagePercentUniqueSceptre2 +SpellDamageUniqueSceptre2 +{variant:2,3,4}LocalIncreasedPhysicalDamageUniqueOneHandMace5 LifeGainPerTargetUniqueSceptre2 LightRadiusUniqueSceptre2 ]],[[ @@ -509,7 +509,7 @@ Variant: Pre 2.3.0 Variant: Current Requires Level 62, 113 Str, 113 Int Implicits: 2 -{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:1}ElementalDamagePercentImplicitSceptreNew1 {variant:2}ElementalDamageUnique__1 SpellAddedLightningDamageUnique__2 IncreasedCastSpeedUnique__2 @@ -525,9 +525,9 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 20, 38 Str, 38 Int Implicits: 2 -{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:1}ElementalDamagePercentImplicitSceptreNew1 {variant:2,3}ElementalDamagePercentImplicitSceptreNew5 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 +LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1 IncreasedDamageAgainstFrozenEnemiesUnique__1 ColdDamagePercentUnique__3 {variant:3}ColdDamageOverTimeMultiplierUnique__1 @@ -545,7 +545,7 @@ Implicits: 2 {variant:1,2}ElementalDamageUniqueHelmetInt9 {variant:3}ElementalDamageUnique__1 LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace7 LocalIncreasedAttackSpeedOneHandSword3 {variant:1}IncreasedExperienceUniqueIntHelmet3 {variant:2,3}IncreasedExperienceUniqueSceptre1 @@ -597,7 +597,7 @@ Requires Level 40, 104 Str Implicits: 2 {variant:1}20% increased Stun Duration on Enemies {variant:2,3}StunDurationImplicitMace1 -LocalIncreaseSocketedMeleeGemLevelUniqueRapier1 +LocalIncreaseSocketedMeleeGemLevelUniqueTwoHandMace5 LocalIncreaseSocketedMinionGemLevelUniqueTwoHandMace5 {variant:1,2}LocalIncreasedPhysicalDamagePercentUnique__10 {variant:3}LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5 @@ -612,8 +612,8 @@ Source: Upgraded from unique{Chober Chaber} via prophecy{Faith Exhumed} Requires Level 60, 131 Str Implicits: 1 StunDurationImplicitMace1 -LocalIncreaseSocketedMeleeGemLevelUniqueRapier1 -LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2 +LocalIncreaseSocketedMeleeGemLevelUniqueTwoHandMace5 +LocalIncreaseSocketedMinionGemLevelUnique__4 LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5 LocalAddedPhyiscalDamageUnique__38 MaximumManaUniqueTwoHandMace5 @@ -663,9 +663,9 @@ Implicits: 2 {variant:2}StunDurationImplicitMace2 LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace1 StrengthUniqueTwoHandMace1 -StunThresholdReductionUniqueTwoHandMace1 -LifeLeechPermyriadUnique__5 -StunDurationUniqueTwoHandMace3 +StunThresholdReductionImplicitMace2 +LifeLeechPermyriadUniqueTwoHandMace1 +StunDurationUniqueTwoHandMace1 ]],[[ Hrimnor's Dirge Sledgehammer @@ -679,9 +679,9 @@ Implicits: 2 LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace1 LocalAddedPhysicalDamageUnique__20_ StrengthUniqueTwoHandMace1 -StunThresholdReductionUniqueTwoHandMace1 -LifeLeechPermyriadUnique__5 -StunDurationUniqueTwoHandMace3 +StunThresholdReductionImplicitMace2 +LifeLeechPermyriadUniqueTwoHandMace1 +StunDurationUniqueTwoHandMace1 PhysicalAddedAsColdUnique__1 ]],[[ Jorrhast's Blacksteel @@ -694,9 +694,9 @@ Implicits: 2 {variant:1}40% increased Stun Duration on Enemies {variant:2}StunDurationImplicitMace2 {variant:2}TriggeredAnimateWeaponUnique__1 -LocalIncreasedPhysicalDamagePercentUniqueSceptre2 -LocalIncreasedAttackSpeedUnique__24 -IncreasedCastSpeedUniqueClaw7 +LocalIncreasedPhysicalDamageUniqueOneHandMace5 +LocalIncreasedAttackSpeedUniqueTwoHandMace8_ +IncreasedCastSpeedUniqueTwoHandMace8 AnimateWeaponDurationUniqueTwoHandMace8 NumberOfAdditionalAnimateWeaponCopiesUniqueTwoHandMace8 ]],[[ @@ -713,8 +713,8 @@ Implicits: 3 {variant:4}ChanceForDoubleStunDurationImplicitMace_1 {variant:1}Adds (27-36) to (270-360) Physical Damage {variant:2,3,4}Adds (27-56) to (270-400) Physical Damage -{variant:2,3,4}LocalCriticalStrikeChanceUnique__10 -AllResistancesUnique__17 +{variant:2,3,4}LocalCriticalStrikeChanceUniqueTwoHandMace6 +AllResistancesUniqueTwoHandMace6_ AlwaysHits CriticalMultiplierUniqueAmulet18 {variant:1,2}You gain Onslaught for 2 seconds on Critical Strike @@ -727,8 +727,8 @@ Requires Level 67, 212 Str Implicits: 1 ChanceForDoubleStunDurationImplicitMace_1 LocalAddedPhysicalDamageUniqueTwoHandMace6 -LocalCriticalStrikeChanceUnique__10 -AllResistancesUnique__17 +LocalCriticalStrikeChanceUniqueTwoHandMace6 +AllResistancesUniqueTwoHandMace6_ AlwaysHits CriticalMultiplierUniqueAmulet18 LocalEnergyShieldRegenerationIfCritRecentlyUnique__1 @@ -753,10 +753,10 @@ Implicits: 3 {variant:4}LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace3 {variant:1,2}LocalAddedPhysicalDamageOneHandAxe1 {variant:3,4}LocalAddedPhysicalDamageUniqueTwoHandMace3 -ReducedAttackSpeedUniqueAmulet16 +LocalIncreasedAttackSpeedUniqueTwoHandMace3 IncreasedAccuracyUniqueTwoHandMace3 -MovementSkillCooldownReducedMoveSpeedImplicitR2_ -StunDurationUniqueTwoHandMace3 +MovementVelocityUniqueTwoHandMace3 +StunDurationUniqueTwoHandMace1 ]],[[ Quecholli Jagged Maul @@ -767,7 +767,7 @@ Requires Level 22, 77 Str Implicits: 2 {variant:1}20% increased Stun Duration on Enemies {variant:2}StunDurationImplicitMace1 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace7 LocalAddedPhysicalDamageUniqueTwoHandMace7 AllAttributesUniqueTwoHandMace7 LifeGainedFromEnemyDeathUniqueTwoHandMace7 @@ -779,7 +779,7 @@ Source: Upgraded from unique{Quecholli} via prophecy{The Fall of an Empire} Requires Level 61, 77 Str Implicits: 1 StunDurationImplicitMace1 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace7 LocalAddedPhysicalDamageUnique__32 AllAttributesUniqueTwoHandMace7 Enemies killed explode dealing 10% of their Life as Fire Damage @@ -834,6 +834,6 @@ LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace4 LocalIncreasedAttackSpeedUniqueTwoHandMace4 ItemFoundRarityDecreaseUniqueTwoHandMace4 IncreasedExperienceUniqueTwoHandMace4 -ManaLeechPermyriadUniqueRing17 +ManaLeechPermyriadUniqueTwoHandMace4 ]], } diff --git a/src/Data/Uniques/Special/quiver.lua b/src/Data/Uniques/Special/quiver.lua index 3ac5328011..56e0d9aa69 100644 --- a/src/Data/Uniques/Special/quiver.lua +++ b/src/Data/Uniques/Special/quiver.lua @@ -11,8 +11,8 @@ Requires Level 10 Implicits: 1 (20-30)% increased Accuracy Rating {variant:2}GrantsFrostbiteUnique__1 -LocalIncreasedAttackSpeedUnique__24 -ColdResistUnique__17 +IncreasedAttackSpeedUniqueQuiver7 +ColdResistUniqueQuiver5 IncreasedChillDurationUniqueQuiver5 ConvertPhysicalToColdUniqueQuiver5 ChanceToFreezeUniqueQuiver5 @@ -27,9 +27,9 @@ Variant: Current Requires Level 22 Implicits: 1 Adds 4 to 8 Fire Damage to Attacks with Bows -IncreasedAttackSpeedUniqueQuiver1 +IncreasedAttackSpeedUniqueQuiver9 IncreasedEvasionRatingUniqueQuiver1 -IncreasedManaUniqueQuiver1 +IncreasedManaUniqueQuiver1a {variant:1}(30-50)% of Physical Damage Converted to Fire Damage {variant:2}ConvertPhysicalToFireUniqueQuiver1_ Adds 5 to 10 Fire Damage to Attacks with Bows @@ -42,9 +42,9 @@ Source: Upgraded from unique{Blackgleam} using prophecy{Fire and Brimstone} Requires Level 24 Implicits: 1 Adds 4 to 8 Fire Damage to Attacks with Bows -IncreasedAttackSpeedUniqueQuiver1 +IncreasedAttackSpeedUniqueQuiver9 IncreasedEvasionRatingUniqueQuiver1 -IncreasedManaUniqueQuiver1 +IncreasedManaUniqueQuiver1a {variant:1}Gain (25-35)% of Physical Damage as Extra Fire Damage {variant:2}PhysicalAddedAsFireUnique__1 ConvertPhysicalToFireUniqueQuiver1_ @@ -78,11 +78,11 @@ Penetrating Arrow Quiver Requires Level 36 Implicits: 1 AdditionalArrowPierceImplicitQuiver12_ -LocalIncreasedAttackSpeedUnique__24 +IncreasedAttackSpeedUniqueQuiver7 IncreasedEvasionRatingUniqueQuiver3_ IncreasedLifeUniqueQuiver3 Adds (10-14) to (19-24) Physical Damage to Attacks with Bows -ArrowDamageAgainstPiercedTargetsUnique__1 +ArrowPierceAppliesToProjectileDamageUniqueQuiver3 ]],[[ The Fracturing Spinner Blunt Arrow Quiver @@ -118,11 +118,11 @@ Variant: Current Requires Level 10 Implicits: 1 LifeGainPerTargetImplicitQuiver8 -StrengthUniqueRing31__ +StrengthUniqueQuiver6 DexterityUniqueQuiver6 -IntelligenceUniqueBelt11 +IntelligenceUniqueQuiver6 {variant:2}AddedColdDamageUnique__1 -LocalIncreasedAttackSpeedUniqueOneHandSword6 +IncreasedAttackSpeedUniqueQuiver6 LifeGainPerTargetUniqueQuiver6_ 10% increased Area of Effect of Area Skills ]],[[ @@ -133,9 +133,9 @@ Requires Level 45 Implicits: 1 LifeGainPerTargetImplicitQuiver8 AllAttributesUnique__7 -LocalIncreasedAttackSpeedUniqueOneHandSword6 +IncreasedAttackSpeedUniqueQuiver6 LifeGainPerTargetUniqueQuiver6_ -AreaOfEffectUnique__3 +AreaOfEffectUniqueQuiver6 ColdDamageToAttacksPerDexterityUnique__1 FireDamageToAttacksPerStrengthUnique__1 LightningDamageToAttacksPerIntelligenceUnique__1 @@ -144,11 +144,11 @@ Maloney's Mechanism Ornate Quiver Requires Level 45 Implicits: 1 -RingHasOneSocket +QuiverHasOneSocket HasTwoSocketsUnique__1 TriggerBowSkillsOnBowAttackUnique__1 -LocalIncreasedAttackSpeedUniqueBow12 -IncreasedLifeUnique__2 +IncreasedAttackSpeedUnique__4_ +IncreasedLifeUniqueQuiver9 AttacksBlindOnHitChanceUnique__1 ]],[[ Replica Maloney's Mechanism @@ -156,11 +156,11 @@ Ornate Quiver League: Heist Requires Level 45 Implicits: 1 -RingHasOneSocket +QuiverHasOneSocket HasTwoSocketsUnique__1 Trigger a Socketed Bow Skill when you Cast a Spell while wielding a Bow IncreasedCastSpeedUnique__21 -IncreasedLifeUnique__2 +IncreasedLifeUniqueQuiver9 AttacksBlindOnHitChanceUnique__1 ]],[[ Maloney's Nightfall @@ -171,8 +171,8 @@ Requires Level 55 Implicits: 1 StunDurationImplicitQuiver9 {variant:1}LocalIncreasedAttackSpeedUnique__10 -{variant:2}IncreasedAttackSpeedUniqueQuiver1 -IncreasedLifeUnique__2 +{variant:2}IncreasedAttackSpeedUniqueQuiver9 +IncreasedLifeUniqueQuiver9 ChaosResistUniqueQuiver9 {variant:1}Adds (5-7) to (8-10) Physical Damage to Attacks with Bows {variant:2}Adds (8-10) to (14-16) Physical Damage to Attacks with Bows @@ -206,7 +206,7 @@ FireResistUnique__3 LightningResistUnique__2 LifeGainPerTargetUnique__1 ProjectileSpeedUniqueQuiver2 -IncreasedProjectileDamageUnique___4 +IncreasedProjectileDamageUnique___10_ {variant:1}Projectiles Fork {variant:2}ProjectilesForkUnique____1 ]],[[ @@ -214,8 +214,8 @@ Saemus' Gift Spike-Point Arrow Quiver Requires Level 45 Implicits: 1 -CriticalStrikeChanceImplicitRing1 -DexterityUnique__5 +CriticalStrikeChanceImplicitQuiver13 +DexterityImplicitQuiver1 IncreasedCastSpeedUniqueClaw7 IncreasedLifeUnique__27 LightningResistUnique__5 @@ -228,7 +228,7 @@ League: Harvest Requires Level 57 Implicits: 1 Adds 6 to 12 Physical Damage to Bow Attacks -DexterityUnique__20__ +DexterityUnique__6 LifeRegenerationBloodStanceUnique__1 ProjectileDamageBloodStanceUnique__1 EvasionRatingSandStanceUnique__1 @@ -240,7 +240,7 @@ Two-Point Arrow Quiver Requires Level 19 Implicits: 1 (20-30)% increased Accuracy Rating -IntelligenceUniqueBelt11 +IntelligenceUniqueQuiver6 IncreasedManaUnique__6 ManaRegenerationImplicitAmulet1 ManaLeechPermyriadUniqueGlovesDexInt6 @@ -263,11 +263,11 @@ Variant: Pre 2.5.0 Variant: Current Requires Level 64 Implicits: 1 -CriticalStrikeChanceImplicitRing1 +CriticalStrikeChanceImplicitQuiver13 DexterityUniqueQuiver7 AddedChaosDamageUniqueQuiver7 -LocalIncreasedAttackSpeedUnique__24 -LocalIncreasedEnergyShieldUnique__9 +IncreasedAttackSpeedUniqueQuiver7 +IncreasedEnergyShieldUniqueQuiver7 ReducedEnergyShieldRegenerationRateUniqueQuiver7 {variant:1}150% faster start of Energy Shield Recharge {variant:2}ReducedEnergyShieldDelayUniqueQuiver7 @@ -277,10 +277,10 @@ Spike-Point Arrow Quiver League: Heist Requires Level 64 Implicits: 1 -CriticalStrikeChanceImplicitRing1 +CriticalStrikeChanceImplicitQuiver13 DexterityUniqueQuiver7 AddedPhysicalDamageUnique__10 -LocalIncreasedAttackSpeedUnique__24 +IncreasedAttackSpeedUniqueQuiver7 IncreasedLifeUniqueGlovesInt3 MaximumLifeLeechAmountUnique__2 40% increased Maximum total Recovery per second from Life Leech @@ -297,7 +297,7 @@ AddedColdDamageUnique__7 IncreasedEnergyShieldUnique__7 ColdResistUnique__3 ManaGainedFromEnemyDeathUnique__2 -ProjectileSpeedUnique__2 +ProjectileSpeedUnique__5__ MaximumVoidArrowsUnique__1 Gain a Void Charge every 0.5 seconds Elder Item diff --git a/src/Data/Uniques/Special/ring.lua b/src/Data/Uniques/Special/ring.lua index afb82f4b47..4bb75b3f05 100644 --- a/src/Data/Uniques/Special/ring.lua +++ b/src/Data/Uniques/Special/ring.lua @@ -9,7 +9,7 @@ League: Delve Source: Drops from unique{Aul, the Crystal King} Requires Level 49 Implicits: 1 -FireResistUniqueAmulet4 +FireResistImplicitRing1 StrengthUnique__20_ IncreasedEnergyShieldPercentUnique__4 MaximumLifeUnique__14 @@ -20,7 +20,7 @@ League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 49 Implicits: 1 -FireResistUniqueAmulet4 +FireResistImplicitRing1 StrengthUnique__20_ IncreasedEnergyShieldPercentUnique__4 MaximumLifeUnique__14 @@ -31,7 +31,7 @@ League: Delve Source: Drops from unique{Kurgal, the Blackblooded} Requires Level 49 Implicits: 1 -FireResistUniqueAmulet4 +FireResistImplicitRing1 StrengthUnique__20_ IncreasedEnergyShieldPercentUnique__4 MaximumLifeUnique__14 @@ -43,16 +43,16 @@ Implicits: 1 ItemFoundRarityIncreaseImplicitRing1 DexterityUniqueRing3 ItemFoundRarityIncreaseUniqueRing3 -AllResistancesUniqueRing25 +AllResistancesUniqueRing3 ]],[[ Astral Projector Topaz Ring League: Metamorph Requires Level 40 Implicits: 1 -LightningResistUnique__2 +LightningResistImplicitRing1 IntelligenceUnique__22_ -SpellDamageUnique__12 +SpellDamageUniqueRing35 AvoidElementalAilmentsUnique__1_ NovaSpellsAreaOfEffectUnique__1 Nova Spells Cast at the targeted location instead of around you @@ -70,9 +70,9 @@ ColdAndLightningResistImplicitRing1 {variant:2,3}ColdDamagePercentUniqueRing19 {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (1-50) Lightning Damage to Attacks {variant:2,3}AddedLightningDamageUniqueRing19 -IncreasedLifeUnique__19 +IncreasedLifeUniqueRing19 {variant:1}{tags:life}1% of Damage Leeched as Life against Frozen Enemies -{variant:2,3}LifeLeechPermyriadVsShockedEnemiesUniqueRing29 +{variant:2,3}LifeLeechPermyriadOnFrozenEnemiesUniqueRing19 {variant:1}{tags:mana}1% of Damage Leeched as Mana against Shocked Enemies {variant:2}ManaLeechPermyriadOnShockedEnemiesUniqueRing19 {variant:3}EnergyShieldLeechPermyriadOnFrozenEnemiesUniqueRing19 @@ -86,10 +86,10 @@ Requires Level 20 Implicits: 1 FireAndColdResistImplicitRing1 {variant:1}FireDamagePercentUnique____8 -{variant:2}FireDamagePercentUnique__4 +{variant:2}FireDamagePercentUniqueRing18 {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Cold Damage to Attacks {variant:2}AddedColdDamageUniqueRing18 -IncreasedEnergyShieldUnique__5 +IncreasedEnergyShieldUniqueRing18 DamageWhileIgnitedUniqueRing18 ArmourWhileFrozenUniqueRing18 ]],[[ @@ -103,9 +103,9 @@ Implicits: 1 FireAndLightningResistImplicitRing1 {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Fire Damage to Attacks {variant:2}AddedFireDamageUniqueRing20 -{variant:1}LightningDamagePercentUnique__6 +{variant:1}LightningDamagePercentUniqueHelmetStrInt3 {variant:2}LightningDamagePercentUniqueRing20 -IncreasedManaUniqueClaw7 +IncreasedManaUniqueRing20 {variant:1}Shock a nearby Enemy for 2 seconds on Killing a Shocked Enemy {variant:2}Shocks all nearby Enemies on Killing a Shocked Enemy {variant:1}Ignite a nearby Enemy on Killing an Ignited Enemy @@ -131,9 +131,9 @@ Implicits: 1 AddedPhysicalDamageImplicitRing1 {tags:physical}5% increased Physical Damage AddedChaosDamageUniqueRing1 -IncreasedLifeUnique___7Royale_ +IncreasedLifeImplicitRing1 {tags:life}(2-4) Life Regenerated per second -HitsCauseMonsterFleeUnique__1 +HitsCauseMonsterFleeUniqueRing1 ]],[[ Voidheart Iron Ring @@ -145,9 +145,9 @@ Implicits: 1 AddedPhysicalDamageImplicitRing1 {tags:physical}5% increased Physical Damage AddedChaosDamageUniqueRing1 -IncreasedLifeUnique___7Royale_ +IncreasedLifeImplicitRing1 {tags:life}(2-4) Life Regenerated per second -HitsCauseMonsterFleeUnique__1 +HitsCauseMonsterFleeUniqueRing1 {variant:1}Melee Attacks cause Bleeding {variant:2}{tags:attack,physical}(30-50)% chance to cause Bleeding on Melee Hit {variant:1}Melee Attacks Poison on Hit @@ -160,7 +160,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 24 Implicits: 1 -IncreasedLifeUnique___7Royale_ +IncreasedLifeImplicitRing1 {variant:1}{tags:jewellery_elemental,attack}Adds (7-10) to (15-20) Fire Damage to Attacks {variant:2}AddedFireDamageUniqueRing28 IncreasedLifeUniqueRing28 @@ -175,7 +175,7 @@ Coral Ring Source: Upgraded from unique{Bloodboil} via prophecy{Cold Blooded Fury} Requires Level 53 Implicits: 1 -IncreasedLifeUnique___7Royale_ +IncreasedLifeImplicitRing1 AddedFireDamageUniqueRing28 AddedColdDamageUnique__6 IncreasedLifeUniqueRing28 @@ -192,14 +192,14 @@ Requires Level 45 Implicits: 1 RingHasOneSocket {variant:1}+2 to Level of Socketed Golem Gems -{variant:2}LocalIncreaseSocketedGolemLevelUniqueRing37 +{variant:2}LocalIncreaseSocketedGolemLevelUniqueRing35 {variant:1}ItemActsAsConcentratedAOESupportUniqueRing35 {variant:2}LocalGolemBuffEffectUnique__1 {variant:2}LocalGolemLifeAddedAsESUnique__1 {variant:1}{tags:caster}(10-25)% increased Spell Damage -{variant:2}SpellDamageUnique__12 -IncreasedEnergyShieldUniqueRing27 -LightningResistUnique__5 +{variant:2}SpellDamageUniqueRing35 +IncreasedEnergyShieldUniqueRing35 +LightningResistUniqueRing35 {variant:1}Socketed Gems are Supported by Level 15 Increased Minion Life ]],[[ Call of the Brotherhood @@ -209,9 +209,9 @@ Variant: Current Requires Level 20 Implicits: 1 ColdAndLightningResistImplicitRing1 -IntelligenceUniqueBelt11 +IntelligenceUniqueRing34 LightningDamagePercentUniqueRing34 -ManaRegenerationUniqueBootsStrDex4 +ManaRegenerationUniqueRing34 {variant:1}{tags:jewellery_elemental}50% of Lightning Damage Converted to Cold Damage {variant:2}ConvertLightningToColdUniqueRing34 SpellChanceToShockFrozenEnemiesUniqueRing34 @@ -230,10 +230,10 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Max Resistance Variant: Fire Resistance -FireResistUniqueAmulet4 -StrengthUniqueClaw5_ +FireResistImplicitRing1 +StrengthUniqueRing8 GlobalAddedFireDamageUnique__3_ -FireResistUniqueAmulet4 +FireResistImplicitRing1 {variant:1}Herald of Ash has (30-40)% reduced Reservation {variant:2}HeraldBonusAshReservation {variant:3}HeraldBonusAshFireDamage @@ -256,10 +256,10 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Max Resistance Variant: Cold Resistance -ColdResistUnique__3 +ColdResistImplicitRing1 DexterityUniqueGlovesInt4__ GlobalAddedColdDamageUnique__3 -ColdResistUnique__3 +ColdResistImplicitRing1 {variant:1}Herald of Ice has (30-40)% reduced Reservation {variant:2}HeraldBonusIceReservation_ {variant:3}HeraldBonusIceColdDamage @@ -311,7 +311,7 @@ Variant: Chaos Resistance {tags:chaos,resistance}+(9-13)% to Chaos Resistance AllAttributesUnique__3 GlobalAddedChaosDamageUnique__5_ -ChaosResistUnique__17 +ChaosResistImplicitRing1 {variant:1}Herald of Agony has (30-40)% reduced Reservation {variant:2}HeraldBonusAgonyReservation {variant:3}HeraldBonusAgonyChaosDamage_ @@ -334,10 +334,10 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Max Resistance Variant: Lightning Resistance -LightningResistUnique__2 +LightningResistImplicitRing1 IntelligenceUnique__7 GlobalAddedLightningDamageUnique__3 -LightningResistUnique__2 +LightningResistImplicitRing1 {variant:1}Herald of Thunder has (30-40)% reduced Reservation {variant:2}HeraldBonusThunderReservation {variant:3}HeraldBonusThunderLightningDamage @@ -357,7 +357,7 @@ Implicits: 1 IncreasedAccuracyUniqueRing12 {tags:jewellery_defense}{variant:1}+(60-80) to Armour {variant:2}IncreasedPhysicalDamageReductionRatingUniqueRing12 -{variant:2}IncreasedLifeUniqueQuiver3 +{variant:2}IncreasedLifeUnique__33 ChaosResistUniqueRing12 LifeLeechPermyriadUniqueRing12 {variant:1}You gain Onslaught for 2 seconds on Kill @@ -366,9 +366,9 @@ LifeLeechPermyriadUniqueRing12 Doedre's Damning Paua Ring Implicits: 1 -IncreasedManaUniqueIntHelmet3 +IncreasedManaImplicitRing1 IntelligenceUniqueRing4 -AllResistancesUniqueGlovesStrDex2Royale +AllResistancesUniqueRing4 ManaGainedFromEnemyDeathUniqueRing4 {tags:caster}Enemies can have 1 additional Curse ]],[[ @@ -376,9 +376,9 @@ Replica Doedre's Damning Paua Ring League: Heist Implicits: 1 -IncreasedManaUniqueIntHelmet3 +IncreasedManaImplicitRing1 IntelligenceUniqueRing4 -AllResistancesUniqueGlovesStrDex2Royale +AllResistancesUniqueRing4 ManaGainedFromEnemyDeathUniqueRing4 AdditionalCurseOnEnemiesUnique__3 CurseEffectivenessUnique__4 @@ -389,7 +389,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 24 Implicits: 1 -ColdResistUnique__3 +ColdResistImplicitRing1 MaximumManaUniqueRing5 ManaRegenerationUniqueRing5 {variant:2}ColdResistUnique__17 @@ -403,12 +403,12 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 16 Implicits: 1 -FireResistUniqueAmulet4 +FireResistImplicitRing1 {variant:1}FireDamagePercentUniqueRing24 -{variant:2,3}FireDamagePercentUniqueStrHelmet2 -IncreasedCastSpeedUnique__15_ +{variant:2,3}FireDamagePercentUniqueRing38 +IncreasedCastSpeedUniqueRing27 {variant:1}{tags:jewellery_elemental}5% chance to Ignite -{variant:2,3}ChanceToIgniteUniqueBodyInt2 +{variant:2,3}ChanceToIgniteUniqueRing38 CanInflictMultipleIgnitesUniqueRing38 {variant:1}CriticalMultiplierUniqueAmulet18 {variant:1}{tags:jewellery_elemental}Ignited Enemies Burn 80% slower @@ -420,11 +420,11 @@ Ruby Ring League: Heist Requires Level 16 Implicits: 1 -FireResistUniqueAmulet4 -FireDamagePercentUniqueStrHelmet2 -IncreasedCastSpeedUnique__15_ +FireResistImplicitRing1 +FireDamagePercentUniqueRing38 +IncreasedCastSpeedUniqueRing27 IgniteDurationUnique__2 -ChanceToIgniteUniqueBodyInt2 +ChanceToIgniteUniqueRing38 FasterIgniteDamageUnique__1 ]],[[ Essence Worm @@ -441,7 +441,7 @@ Paua Ring League: Heist Requires Level 38 Implicits: 1 -IncreasedManaUniqueIntHelmet3 +IncreasedManaImplicitRing1 IntelligenceUnique__25 CurseCastSpeedUnique__2 DoubleDoomEffectUnique__1 @@ -458,7 +458,7 @@ Implicits: 1 CriticalStrikeChanceImplicitRing1 {variant:2}TriggeredConsecrateUnique__1 CriticalStrikeChanceUniqueRing11_ -LightRadiusUniqueAmulet17 +LightRadiusUniqueRing11 {variant:1}ConsecrateOnCritChanceToCreateUniqueRing11 KilledMonsterItemRarityOnCritUniqueRing11 {variant:2}IncreasedDamageOnConsecratedGroundUnique__1 @@ -468,9 +468,9 @@ Heartbound Loop Moonstone Ring Requires Level 20 Implicits: 1 -IncreasedEnergyShieldUniqueRing27 +IncreasedEnergyShieldUniqueRing35 {tags:life}(10-15) Life Regenerated per second -ManaRegenerationUniqueShieldInt5 +ManaRegenerationUniqueRing33 MinionLifeUniqueRing33 Minions have 10% increased Area of Effect of Area Skills PhysicalDamageToSelfOnMinionDeathUniqueRing33 @@ -515,8 +515,8 @@ Upgrade: Upgrades to unique{Kaom's Way} via prophecy{The King's Path} Variant: Pre 2.0.0 Variant: Current Implicits: 1 -IncreasedLifeUnique___7Royale_ -StrengthUniqueBodyStr4 +IncreasedLifeImplicitRing1 +StrengthUniqueRing2 {variant:1}LifeLeechPermyriadUniqueRing2 {variant:2}LifeGainPerTargetUniqueRing2 +1 Maximum Endurance Charge @@ -526,8 +526,8 @@ Coral Ring Source: Upgraded from unique{Kaom's Sign} using prophecy{The King's Path} Requires Level 32 Implicits: 1 -IncreasedLifeUnique___7Royale_ -StrengthUniqueBodyStr4 +IncreasedLifeImplicitRing1 +StrengthUniqueRing2 {tags:life}0.4% of maximum Life Regenerated per second per Endurance Charge LifeGainPerTargetUniqueRing2 +1 Maximum Endurance Charge @@ -538,11 +538,11 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -LightningResistUnique__2 +LightningResistImplicitRing1 AllAttributesUniqueRing26 {variant:1}{tags:life}(13-17) Life Regenerated per second {variant:2}{tags:life}1 Life Regenerated per second per Level -ManaRegenerationUniqueShieldInt5 +ManaRegenerationUniqueRing33 {variant:1}ReducedCurseEffectUnique__1 {variant:2}ReducedCurseEffectUniqueRing26 ]],[[ @@ -559,7 +559,7 @@ AddedPhysicalDamageImplicitRing1 {variant:2}AllAttributesUniqueRing6 {variant:1}ItemFoundRarityIncreaseUnique__4_ {variant:2}ItemFoundRarityIncreaseUniqueRing6 -{variant:1}AllResistancesUnique__7 +{variant:1}AllResistancesUniqueHelmetStrInt1 {variant:2}AllResistancesUniqueRing6 ]],[[ Lori's Lantern @@ -569,8 +569,8 @@ Variant: Current Requires Level 30 Implicits: 2 {variant:1}AllResistancesImplicitVictorAmulet -{variant:2}AllResistancesImplicitRoyaleRing1 -AllResistancesUniqueIntHelmet3 +{variant:2}AllResistancesImplicitRing1 +AllResistancesUniqueRing9 MovementVelocityOnLowLifeUniqueRing9 LightRadiusUniqueRing9_ {tags:chaos,jewellery_defense,life}+(20-25)% Chaos Resistance when on Low Life @@ -585,7 +585,7 @@ Requires Level 5 Implicits: 1 RingHasOneSocket {variant:1}{tags:jewellery_resistance}-25% to all Elemental Resistances -{variant:2}AllResistancesUniqueRing25 +{variant:2}AllResistancesUniqueRing3 FireResistanceWhenSocketedWithRedGemUniqueRing25 ColdResistanceWhenSocketedWithGreenGemUniqueRing25 LightningResistanceWhenSocketedWithBlueGemUniqueRing25 @@ -599,7 +599,7 @@ Requires Level 5 Implicits: 1 RingHasOneSocket SocketedGemHasSecretsOfSufferingUnique__1 -AllResistancesUniqueRing25 +AllResistancesUniqueRing3 FireResistanceWhenSocketedWithRedGemUniqueRing25 ColdResistanceWhenSocketedWithGreenGemUniqueRing25 LightningResistanceWhenSocketedWithBlueGemUniqueRing25 @@ -619,7 +619,7 @@ Requires Level 80 Implicits: 1 AddedPhysicalDamageImplicitRing2 AddedColdDamageUnique__5 -IncreasedEnergyShieldPercentUnique__3 +IncreasedEnergyShieldPercentUnique__5 MaximumLifeUnique__16 AttackDamageShaperItemUnique__1 CannotBeStunnedByAttacksElderItemUnique__1 @@ -633,7 +633,7 @@ Requires Level 80 Implicits: 1 ElementalDamagePercentImplicitAtlasRing_ SpellAddedLightningDamageUnique__6_ -IncreasedEnergyShieldPercentUnique__3 +IncreasedEnergyShieldPercentUnique__5 MaximumLifeUnique__16 SpellDamageElderItemUnique__1_ CannotBeStunnedBySpellsShaperItemUnique__1 @@ -661,7 +661,7 @@ Mokou's Embrace Ruby Ring Requires Level 16 Implicits: 1 -FireResistUniqueAmulet4 +FireResistImplicitRing1 FireDamagePercentUniqueRing24 ColdResistUniqueRing24 IncreasedChanceToIgniteUniqueRing24 @@ -678,11 +678,11 @@ Requires Level 45 Implicits: 1 RingHasOneSocket {variant:1}+2 to Level of Socketed Golem Gems -{variant:2}LocalIncreaseSocketedGolemLevelUniqueRing37 +{variant:2}LocalIncreaseSocketedGolemLevelUniqueRing35 {variant:1}DisplaySocketedGemGetsFasterAttackUniqueRing37 {variant:2}LocalGolemIncreasedAttackAndCastSpeedUnique__1 AddedPhysicalDamageUniqueRing37 -LocalIncreasedAttackSpeedUniqueStaff9 +IncreasedAttackSpeedUniqueRing37 {variant:1}(1-2)% chance to Dodge Attack Hits {variant:2}ChanceToDodgeUniqueRing37 {variant:1}Socketed Gems are Supported by Level 16 Increased Minion Speed @@ -695,7 +695,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 29 Implicits: 1 -FireResistUniqueAmulet4 +FireResistImplicitRing1 StrengthUniqueRing31__ {variant:1}{tags:jewellery_elemental,attack}Adds (8-10) to (12-14) Fire Damage to Attacks {variant:2}AddedFireDamageUniqueRing31 @@ -703,7 +703,7 @@ StrengthUniqueRing31__ {variant:2}GainLifeOnIgnitingEnemyUnique__2 BurnDurationUniqueRing31 {variant:1}{tags:jewellery_elemental}5% chance to Ignite -{variant:2}ChanceToIgniteUniqueBodyInt2 +{variant:2}ChanceToIgniteUniqueRing38 ]],[[ The Pariah Unset Ring @@ -712,7 +712,7 @@ Requires Level 60 Implicits: 1 RingHasOneSocket LocalIncreaseSocketedGemLevelUniqueRing39 -AttackAndCastSpeedUnique__2 +AttackAndCastSpeedUniqueRing39 LifePerRedSocketUniqueRing39 EnergyShieldPerBlueSocketUniqueRing39 ManaPerGreenSocketUniqueRing39 @@ -723,7 +723,7 @@ Paua Ring Variant: Pre 2.0.0 Variant: Current Implicits: 1 -IncreasedManaUniqueIntHelmet3 +IncreasedManaImplicitRing1 IncreasedManaUniqueRing14 ManaRegenerationUniqueRing14 {variant:1}IncreasedExperienceUniqueSceptre1 @@ -736,7 +736,7 @@ Praxis Paua Ring Requires Level 22 Implicits: 1 -IncreasedManaUniqueIntHelmet3 +IncreasedManaImplicitRing1 IncreasedManaUniqueHelmetInt8 {tags:mana}(3-6) Mana Regenerated per second {tags:mana}-(4-8) to Mana Cost of Skills @@ -749,8 +749,8 @@ LevelReq: 52 Implicits: 1 RingHasOneSocket IncreaseSocketedCurseGemLevelUnique__2 -ColdResistUnique__3 -LightningResistUnique__2 +ColdResistImplicitRing1 +LightningResistImplicitRing1 SupportSkitterBotAilmentAuraReplaceWithCurse____1 {tags:caster}Right Ring Slot: Your Shocking Skitterbot's Aura applies Socketed Hex Curse instead ]],[[ @@ -760,7 +760,7 @@ League: Delve Source: Drops from unique{Kurgal, the Blackblooded} Requires Level 49 Implicits: 1 -LightningResistUnique__2 +LightningResistImplicitRing1 IntelligenceUniqueGlovesInt2 IncreasedEnergyShieldPercentUnique__4 MaximumLifeUnique__14 @@ -771,7 +771,7 @@ League: Delve Source: Drops from unique{Aul, the Crystal King} Requires Level 49 Implicits: 1 -LightningResistUnique__2 +LightningResistImplicitRing1 IntelligenceUniqueGlovesInt2 IncreasedEnergyShieldPercentUnique__4 MaximumLifeUnique__14 @@ -782,7 +782,7 @@ League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 49 Implicits: 1 -LightningResistUnique__2 +LightningResistImplicitRing1 IntelligenceUniqueGlovesInt2 IncreasedEnergyShieldPercentUnique__4 MaximumLifeUnique__14 @@ -794,7 +794,7 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 11 Implicits: 1 -ColdResistUnique__3 +ColdResistImplicitRing1 FireResistUniqueRing15 {variant:1,2}{tags:jewellery_elemental}(25-35)% increased Burning Damage {variant:3}BurnDamageUniqueRing15 @@ -812,9 +812,9 @@ Requires Level 45 Implicits: 1 RingHasOneSocket {variant:1}+2 to Level of Socketed Golem Gems -{variant:2}LocalIncreaseSocketedGolemLevelUniqueRing37 -StrengthUniqueBodyStrInt3 -{variant:2}IncreasedLifeUnique__19 +{variant:2}LocalIncreaseSocketedGolemLevelUniqueRing35 +StrengthUniqueRing36 +{variant:2}IncreasedLifeUniqueRing19 {variant:1}AddedFireDamageUniqueRing36 FireDamagePercentUniqueRing36 {variant:1}DisplaySocketedGemsSupportedByLesserMultipleProjectilesUniqueRing36 @@ -845,7 +845,7 @@ CriticalStrikeChanceImplicitRing1 IncreasedAccuracyUniqueRing17 {tags:critical}{variant:1}+(10-20)% to Global Critical Strike Multiplier {tags:critical}{variant:2}+(10-15)% to Global Critical Strike Multiplier -{variant:3}CriticalMultiplierUniqueDagger8 +{variant:3}CriticalMultiplierUniqueRing17 IncreasedManaUniqueRing17 ManaLeechPermyriadUniqueRing17 PowerChargeOnNonCritUniqueRing17 @@ -872,7 +872,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 30 Implicits: 1 -IncreasedEnergyShieldUniqueRing27 +IncreasedEnergyShieldUniqueRing35 IntelligenceUniqueRing13 Right ring slot: You cannot Regenerate Mana {variant:1}{tags:jewellery_defense}Right ring slot: 4% of Energy Shield Regenerated per second @@ -891,7 +891,7 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 45 Implicits: 1 -IncreasedLifeUnique___7Royale_ +IncreasedLifeImplicitRing1 WeaponElementalDamageUniqueRing10 AddedFireDamageUniqueRing10 {variant:1}(20-40)% reduced Rarity of Items found @@ -910,10 +910,10 @@ Variant: Current Source: Drops from unique{Guardian of the Hydra} Requires Level 68 Implicits: 1 -ColdResistUnique__3 +ColdResistImplicitRing1 {variant:1}ColdDamagePercentUnique__9 {variant:2}SpellDamageUnique__11 -IncreasedCastSpeedUnique__15_ +IncreasedCastSpeedUniqueRing27 {variant:1}Spells have an additional Projectile {variant:2}LeftRingSpellProjectilesCannotChainUnique__1 {variant:2}LeftRingSpellProjectilesForkUnique__1_ @@ -937,7 +937,7 @@ Topaz Ring League: Harvest Requires Level 56 Implicits: 1 -LightningResistUnique__2 +LightningResistImplicitRing1 IntelligenceUnique__7 TalismanIncreasedLightningDamage ChanceToShockUnique__4_ @@ -953,13 +953,13 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 30 Implicits: 1 -AllResistancesImplicitRoyaleRing1 +AllResistancesImplicitRing1 {variant:1}{tags:jewellery_elemental,attack}15% increased Elemental Damage with Attack Skills {variant:2}WeaponElementalDamageUniqueRing21 {variant:1}AllResistancesUnique__2 {variant:2}AllResistancesUniqueRing21 {variant:1}{tags:jewellery_elemental}15% increased Elemental Damage -{variant:2}ElementalDamageUnique__1 +{variant:2}ElementalDamageUniqueRing21 {variant:1}ChanceToFreezeShockIgniteUniqueAmulet19 {variant:2}ChanceToFreezeShockIgniteUniqueRing21 {variant:1}{tags:jewellery_elemental}10% increased Damage per Freeze, Shock and Ignite on Enemy @@ -972,7 +972,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -ColdResistUnique__3 +ColdResistImplicitRing1 {variant:1}AddedPhysicalDamageVsFrozenEnemiesUniqueRing30 {variant:2}AddedColdDamageAgainstFrozenEnemiesUnique__1 {variant:1}{tags:jewellery_elemental,attack}Adds (5-6) to (7-9) Cold Damage to Attacks @@ -981,14 +981,14 @@ IncreasedEvasionRatingUniqueRing30 {variant:1}ReducedChillDurationOnSelfUniqueRing30 {variant:2}ChanceToAvoidChilledUnique__1 {variant:1}ChanceToFreezeUnique__1 -{variant:2}ChanceToFreezeUnique__4 +{variant:2}ChanceToFreezeUniqueRing30 ]],[[ Replica Tasalio's Sign Sapphire Ring League: Heist Requires Level 20 Implicits: 1 -ColdResistUnique__3 +ColdResistImplicitRing1 AddedColdDamageUnique__10 IncreasedEvasionRatingUniqueRing30 ColdDamageCannotFreeze @@ -1004,12 +1004,12 @@ Variant: Current Requires Level 30 Implicits: 2 {variant:1}{tags:jewellery_resistance}+(8-12) to all Elemental Resistances -{variant:2,3,4}AllResistancesImplicitRoyaleRing1 +{variant:2,3,4}AllResistancesImplicitRing1 {variant:1,2}(15-25)% increased Quantity of Items found {variant:3,4}ItemFoundQuantityIncreaseUniqueRing7 DisablesOtherRingSlot {variant:1,2,3}AllResistancesImplicitVictorAmulet -{variant:4}AllResistancesUniqueBeltDemigods1 +{variant:4}AllResistancesUniqueRing7 ReducedCurseEffectUniqueRing7 {variant:1,2,3}{tags:attack,life}+(20-30) Life gained for each Enemy hit by your Attacks {variant:4}LifeGainPerTargetUniqueRing7 @@ -1023,14 +1023,14 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 22 Implicits: 1 -IncreasedEnergyShieldUniqueRing27 -LocalIncreasedAttackSpeedUniqueBow10 +IncreasedEnergyShieldUniqueRing35 +IncreasedAttackSpeedUniqueRing27 {variant:1}IncreasedCastSpeedUniqueWand4 -{variant:2}IncreasedCastSpeedUnique__15_ +{variant:2}IncreasedCastSpeedUniqueRing27 {variant:1}{tags:mana}15% reduced Mana Regeneration Rate {variant:2}ReducedManaRegenerationUniqueRing27 {variant:1}{tags:jewellery_defense}+(10-25) to maximum Energy Shield -{variant:2}IncreasedEnergyShieldUniqueRing27 +{variant:2}IncreasedEnergyShieldUniqueRing35 {variant:1}{tags:caster}Temporal Chains has 30% reduced Effect on You {variant:2}TemporalChainsEffectivenessOnSelfUniqueRing27 ]],[[ @@ -1039,10 +1039,10 @@ Moonstone Ring Source: Upgraded from unique{Timeclasp} via prophecy{A Rift in Time} Requires Level 64 Implicits: 1 -IncreasedEnergyShieldUniqueRing27 -LocalIncreasedAttackSpeedUniqueBow10 -IncreasedCastSpeedUnique__15_ -LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueHelmetInt2 +IncreasedEnergyShieldUniqueRing35 +IncreasedAttackSpeedUniqueRing27 +IncreasedCastSpeedUniqueRing27 +LocalIncreasedEnergyShieldUnique__17__ ReducedManaRegenerationUniqueRing27 (-10-10)% increased Skill Effect Duration TemporalChainsEffectivenessOnSelfUnique__1 @@ -1090,7 +1090,7 @@ League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 49 Implicits: 1 -ColdResistUnique__3 +ColdResistImplicitRing1 DexterityUniqueJewel8 IncreasedEnergyShieldPercentUnique__4 MaximumLifeUnique__14 @@ -1101,7 +1101,7 @@ League: Delve Source: Drops from unique{Kurgal, the Blackblooded} Requires Level 49 Implicits: 1 -ColdResistUnique__3 +ColdResistImplicitRing1 DexterityUniqueJewel8 IncreasedEnergyShieldPercentUnique__4 MaximumLifeUnique__14 @@ -1112,7 +1112,7 @@ League: Delve Source: Drops from unique{Aul, the Crystal King} Requires Level 49 Implicits: 1 -ColdResistUnique__3 +ColdResistImplicitRing1 DexterityUniqueJewel8 IncreasedEnergyShieldPercentUnique__4 MaximumLifeUnique__14 @@ -1125,13 +1125,13 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 38 Implicits: 1 -LightningResistUnique__2 +LightningResistImplicitRing1 {variant:1}15% increased Damage with Hits against Shocked Enemies {variant:2,3}IncreasedDamageToShockedTargetsUniqueRing29 -CriticalStrikesDealIncreasedLightningDamageUnique__1Royale_ -IncreasedManaUniqueBootsStrDex4 +LightningDamagePercentUniqueRing29 +IncreasedManaUniqueRing29 {variant:1,2}{tags:life}0.2% of Damage Leeched as Life against Shocked Enemies -{variant:3}LifeLeechPermyriadVsShockedEnemiesUniqueRing29 +{variant:3}LifeLeechPermyriadOnFrozenEnemiesUniqueRing19 {variant:1}{tags:jewellery_elemental}5% chance to Shock {variant:2}ChanceToShockUnique__1 {variant:3}ChanceToShockUniqueRing29 @@ -1142,10 +1142,10 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 38 Implicits: 1 -IncreasedEnergyShieldUniqueRing27 +IncreasedEnergyShieldUniqueRing35 {variant:1}LocalIncreasedEnergyShieldUniqueBodyInt5 -{variant:2}IncreasedEnergyShieldUnique__5 -{variant:1}FireResistUniqueAmulet4 +{variant:2}IncreasedEnergyShieldUniqueRing18 +{variant:1}FireResistImplicitRing1 {variant:2}FireResistUniqueAmulet13 ColdResistUnique__9 StunDurationBasedOnEnergyShieldUnique__1 @@ -1156,8 +1156,8 @@ Requires Level: 49 Implicits: 1 League: Blight AddedPhysicalDamageImplicitRing1 -StrengthUniqueClaw5_ -CausesBleedingUniqueTwoHandAxe7Updated +StrengthUniqueRing8 +CausesBleedingUnique__1 BleedDamageUnique__1_ ChilledWhileBleedingUnique__1_ NonChilledEnemiesBleedAndChillUnique__1_ @@ -1239,7 +1239,7 @@ Ruby Ring League: Metamorph Requires Level 16 Implicits: 1 -FireResistUniqueAmulet4 +FireResistImplicitRing1 StrengthUnique__18 MeleeDamageUnique__1 AvoidStunUnique__1 diff --git a/src/Data/Uniques/Special/shield.lua b/src/Data/Uniques/Special/shield.lua index 4b5437a40b..9d161ac07a 100644 --- a/src/Data/Uniques/Special/shield.lua +++ b/src/Data/Uniques/Special/shield.lua @@ -12,7 +12,7 @@ Requires Level 67, 159 Str Implicits: 1 {variant:2,3}IncreasedLifeImplicitShield1 LocalIncreasedPhysicalDamageReductionRatingPercentUnique__8 -IncreasedLifeUniqueGlovesInt3 +IncreasedLifeUniqueShieldDexInt1 ReducedMaximumEnduranceChargeUniqueCorruptedJewel17 -10% to maximum Block Chance AdditionalBlockChanceUniqueShieldStrInt4 @@ -29,9 +29,9 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 64, 159 Str Implicits: 1 -{variant:2}IncreasedLifeUnique__19 +{variant:2}IncreasedLifeImplicitShield3 LocalIncreasedPhysicalDamageReductionRatingPercentUnique__4 -IncreasedLifeUnique__2 +IncreasedLifeUniqueShieldDex6 AdditionalBlockChanceUniqueShieldStrInt4 GainArmourIfBlockedRecentlyUnique__1 EnemiesBlockedAreIntimidatedUnique__1 @@ -44,7 +44,7 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 64, 159 Str Implicits: 1 -{variant:2}IncreasedLifeUnique__19 +{variant:2}IncreasedLifeImplicitShield3 GrantsLevel30ReckoningUnique__1 LocalIncreasedPhysicalDamageReductionRatingPercentUnique__5 IncreasedLifeUnique__31 @@ -60,12 +60,12 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 61, 159 Str Implicits: 1 -{variant:4}IncreasedLifeUnique___7Royale_ +{variant:4}IncreasedLifeImplicitShield2 {variant:1}Adds 10 to 25 Fire Damage to Spells and Attacks {variant:2}Adds (7-10) to (15-25) Fire Damage to Spells and Attacks {variant:3,4}AddedFireDamageUniqueShieldStr3 LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr3 -{variant:3,4}IncreasedLifeUniqueGlovesInt3 +{variant:3,4}IncreasedLifeUniqueShieldDexInt1 FireResistUniqueShieldStr3 ConvertPhysicalToFireUniqueShieldStr3 {variant:1,2}10% chance to Curse Non-Cursed Enemies with Enfeeble on Hit, with 80% increased Effect @@ -78,14 +78,14 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 70, 159 Str Implicits: 1 -{variant:3}IncreasedLifeUnique___7Royale_ -LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_ +{variant:3}IncreasedLifeImplicitShield2 +LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1 {variant:1}IncreasedLifeUniqueHelmetDex4 {variant:2,3}IncreasedLifeUniqueShieldStr1 MovementVelocityUniqueShieldStr1 20% increased Stun Recovery RangedAttackDamageReducedUniqueShieldStr1 -AdditionalBlockChanceUniqueShieldStrInt6 +AdditionalBlockChanceUniqueShieldStr4 ]],[[ Lycosidae Rawhide Tower Shield @@ -95,7 +95,7 @@ Requires Level 11, 33 Str Implicits: 1 {variant:2}IncreasedLifeImplicitShield1 LocalIncreasedPhysicalDamageReductionRatingPercentUnique__2 -IncreasedLifeUnique__19 +IncreasedLifeImplicitShield3 AlwaysHitsUniqueGlovesDexInt4 AdditionalBlockChanceUnique__1 CounterAttacksAddedColdDamageUnique__1 @@ -105,11 +105,11 @@ Pinnacle Tower Shield Source: Vendor recipe Requires Level 70, 159 Str Implicits: 1 -IncreasedLifeUnique___7Royale_ -LocalIncreaseSocketedGemLevelUniqueRing39 +IncreasedLifeImplicitShield2 +LocalIncreaseSocketedGemLevelUnique__1 TriggeredElementalAegisSkillUnique__1_ -LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_ -IncreasedLifeUniqueGlovesInt3 +LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1 +IncreasedLifeUniqueShieldDexInt1 LocalFlatIncreasedEvasionAndEnergyShieldUnique__1 ]],[[ Redblade Banner @@ -121,13 +121,13 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 35, 87 Str Implicits: 1 -{variant:3,4}IncreasedLifeUnique___7Royale_ +{variant:3,4}IncreasedLifeImplicitShield2 {variant:2,3,4}LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9 {variant:1}IncreasedLifeUnique__80_ -{variant:2,3,4}IncreasedLifeUnique__67_ +{variant:2,3,4}IncreasedLifeUniqueShieldStr4 IncreasedTauntDurationUniqueShieldStr4 -{variant:1}LocalIncreaseSocketedWarcryGemLevelUniqueShieldDex7 -AdditionalBlockChanceUniqueShieldStrInt6 +{variant:1}LocalIncreaseSocketedWarcryGemLevelUniqueShieldStr4 +AdditionalBlockChanceUniqueShieldStr4 {variant:1}20% increased Endurance Charge Duration {variant:1}LifeGainedOnTauntingEnemyUniqueShieldStr4 {variant:2,3,4}50% increased Warcry Cooldown Recovery Speed @@ -142,8 +142,8 @@ Variant: Current Requires Level 30, 76 Str Implicits: 1 {variant:3}IncreasedLifeImplicitShield1 -LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 -IncreasedLifeUnique__8 +LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr2 +IncreasedLifeUniqueShieldStr2 {variant:1}-10 Physical Damage taken from Projectile Attacks {variant:2,3}-(50-80) Physical Damage taken from Projectile Attacks ArmourPercent VsProjectilesUniqueShieldStr2 @@ -157,9 +157,9 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 17, 46 Str Implicits: 1 -{variant:3}IncreasedLifeUnique___7Royale_ +{variant:3}IncreasedLifeImplicitShield2 {variant:2,3}LocalIncreasedPhysicalDamageReductionRatingPercentUnique__11 -IncreasedLifeUniqueShieldStr5 +IncreasedLifeUniqueShieldStrInt6 TotemAreaOfEffectUniqueShieldStr5 {variant:1}LifeLeechFromTotemSkillsUniqueShieldStr5 {variant:2,3}TotemLeechLifeToYouUnique__1 @@ -172,7 +172,7 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 61, 159 Str Implicits: 1 -{variant:2,3}IncreasedLifeUnique___7Royale_ +{variant:2,3}IncreasedLifeImplicitShield2 TotemDamageUnique__1_ IncreasedLifeUniqueHelmetDex4 Can have up to 1 additional Totem summoned at a time @@ -185,7 +185,7 @@ Ebony Tower Shield League: Heist Requires Level 61, 159 Str Implicits: 1 -IncreasedLifeUnique___7Royale_ +IncreasedLifeImplicitShield2 IncreasedLifeUniqueHelmetDex4 AdditionalBrandUnique__1 CriticalStrikeChancePerBrandUnique__1___ @@ -203,7 +203,7 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 54, 130 Dex Implicits: 1 -{variant:3}MovementVelocityMarakethBowImplicit1 +{variant:3}MovementVelocityImplicitShield2 IntelligenceUniqueShieldDex3 {variant:1,2}LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 {variant:3}LocalIncreasedEvasionRatingPercentUniqueShieldDex3 @@ -218,11 +218,11 @@ Golden Buckler Source: Upgraded from unique{Atziri's Mirror} via prophecy{The Queen's Sacrifice} Requires Level 68, 130 Dex Implicits: 1 -MovementVelocityMarakethBowImplicit1 +MovementVelocityImplicitShield2 IntelligenceUniqueShieldDex3 LocalIncreasedEvasionRatingPercentUniqueShieldDex3 LocalIncreasedEnergyShieldUnique__19 -AllResistancesUniqueRing21 +AllResistancesUniqueShieldDex3 ReflectCurses UnaffectedByCursesUnique__1 CurseEffectivenessUnique__2_ @@ -236,12 +236,12 @@ Variant: Current Requires Level 29, 74 Dex Implicits: 1 {variant:3}MovementVelocityImplicitShield3 -IncreaseSocketedCurseGemLevelUnique__1 -LocalIncreasedEvasionRatingPercentUnique__5 -{variant:2,3}IncreasedLifeUniqueQuiver3 -{variant:2,3}LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ +IncreaseSocketedCurseGemLevelUniqueShieldDex4 +LocalIncreasedEvasionRatingPercentUniqueShieldDex4 +{variant:2,3}IncreasedLifeUnique__33 +{variant:2,3}LocalIncreasedEnergyShieldUnique__10 100% increased Curse Duration -AdditionalBlockChanceUniqueShieldStrInt6 +AdditionalBlockChanceUniqueShieldStr4 ChanceForEnemyToFleeOnBlockUniqueShieldDex4 ]],[[ Thirst for Horrors @@ -253,12 +253,12 @@ Variant: Current Requires Level 32, 74 Dex Implicits: 1 {variant:3}MovementVelocityImplicitShield3 -IncreaseSocketedCurseGemLevelUnique__1 -LocalIncreasedEvasionRatingPercentUnique__5 -{variant:2,3}IncreasedLifeUniqueQuiver3 -{variant:2,3}LocalIncreasedEnergyShieldUniqueHelmetStrInt5_ +IncreaseSocketedCurseGemLevelUniqueShieldDex4 +LocalIncreasedEvasionRatingPercentUniqueShieldDex4 +{variant:2,3}IncreasedLifeUnique__33 +{variant:2,3}LocalIncreasedEnergyShieldUnique__10 100% increased Curse Duration -AdditionalBlockChanceUniqueShieldStrInt6 +AdditionalBlockChanceUniqueShieldStr4 ChanceForEnemyToFleeOnBlockUniqueShieldDex4 LifeLeechVsCursedEnemiesUnique__1 ]],[[ @@ -269,13 +269,13 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 8, 26 Dex Implicits: 1 -{variant:3}MovementVelocityUniqueOneHandSword9 -IncreasedLifeUniqueGlovesInt3 +{variant:3}MovementVelocityImplicitShield1 +IncreasedLifeUniqueShieldDexInt1 LifeRegenerationUniqueShieldDex2 -LightningResistUniqueStrDexHelmet1 -LifeLeechPermyriadUnique__4 +LightningResistUniqueShieldDex2 +LifeLeechPermyriadUniqueShieldDex2 {variant:1}+10% Chance to Block -{variant:2,3}AdditionalBlockChanceUniqueShieldStrInt6 +{variant:2,3}AdditionalBlockChanceUniqueShieldStr4 ]],[[ Great Old One's Ward Corrugated Buckler @@ -283,10 +283,10 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 46, 112 Dex Implicits: 1 -{variant:2}MovementVelocityUniqueOneHandSword9 +{variant:2}MovementVelocityImplicitShield1 AddedPhysicalDamageUniqueShieldDex6 IncreasedAttackSpeedUniqueShieldDex6 -IncreasedLifeUnique__2 +IncreasedLifeUniqueShieldDex6 (8-12)% Chance to Block Spells ]],[[ Kaltenhalt @@ -298,14 +298,14 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 16, 44 Dex Implicits: 1 -{variant:4}MovementVelocityMarakethBowImplicit1 -IncreasedEvasionRatingPercentUnique__1_ -MaximumColdResistUniqueShieldDex1 +{variant:4}MovementVelocityImplicitShield2 +LocalIncreasedEvasionRatingPercentUniqueShieldDex1 +IncreasedMaximumColdResistUniqueShieldStrInt4 ColdResistUniqueShieldDex1 {variant:3,4}PhysicalAddedAsColdUnique__2 {variant:1}Reflects (5-10) Cold Damage to Melee Attackers {variant:2,3,4}MeleeAttackerTakesColdDamageUniqueShieldDex1 -AdditionalBlockChanceUniqueShieldStrInt6 +AdditionalBlockChanceUniqueShieldStr4 ]],[[ Kaltensoul Painted Buckler @@ -315,20 +315,20 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 16, 44 Dex Implicits: 1 -{variant:3}MovementVelocityMarakethBowImplicit1 -IncreasedEvasionRatingPercentUnique__1_ -MaximumColdResistUniqueShieldDex1 +{variant:3}MovementVelocityImplicitShield2 +LocalIncreasedEvasionRatingPercentUniqueShieldDex1 +IncreasedMaximumColdResistUniqueShieldStrInt4 ColdResistUniqueShieldDex1 {variant:2,3}PhysicalAddedAsColdUnique__2 MeleeAttackerTakesColdDamageUniqueShieldDex1 -AdditionalBlockChanceUniqueShieldStrInt6 +AdditionalBlockChanceUniqueShieldStr4 FireDamageTakenAsColdUnique___1 ]],[[ Mistwall Lacquered Buckler Requires Level 60, 159 Dex Implicits: 1 -MovementVelocityMarakethBowImplicit1 +MovementVelocityImplicitShield2 LocalIncreasedEvasionRatingPercentUnique__17 MovementVelocityUniqueAmulet5 FireAndColdResistUnique__4_ @@ -341,7 +341,7 @@ Lacquered Buckler League: Heist Requires Level 60, 159 Dex Implicits: 1 -MovementVelocityMarakethBowImplicit1 +MovementVelocityImplicitShield2 LocalIncreasedEvasionRatingPercentUnique__17 MovementVelocityUniqueAmulet5 FireAndColdResistUnique__4_ @@ -358,9 +358,9 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 42, 103 Dex Implicits: 1 -{variant:3,4}MovementVelocityMarakethBowImplicit1 -{variant:1}LocalIncreaseSocketedWarcryGemLevelUniqueShieldDex7 -{variant:1}IncreasedChaosDamageUnique__4_2 +{variant:3,4}MovementVelocityImplicitShield2 +{variant:1}LocalIncreaseSocketedWarcryGemLevelUniqueShieldStr4 +{variant:1}IncreasedChaosDamageUniqueShieldDex7 {variant:2,3,4}LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 ColdResistUniqueShieldDex7 10% increased Area of Effect of Area Skills @@ -376,11 +376,11 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 63, 159 Dex Implicits: 1 -{variant:3}MovementVelocityUniqueOneHandSword9 -LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 +{variant:3}MovementVelocityImplicitShield1 +LocalIncreasedEvasionRatingPercentUniqueShieldDex5 IncreasedLifeUniqueShieldDex5 -LifeLeechPermyriadUniqueRing2 -AdditionalBlockChanceUniqueShieldStrInt6 +LifeLeechPermyriadUniqueShieldDex5 +AdditionalBlockChanceUniqueShieldStr4 ReflectDamageToAttackersOnBlockUniqueShieldDex5 {variant:2,3}10% of Damage Reflected Gained as Life ]], @@ -399,7 +399,7 @@ Implicits: 1 SpellDamageImplicitShield1 {variant:1}Adds (20-22) to (30-37) Chaos Damage {variant:2}GlobalAddedChaosDamageUnique__3 -LocalIncreasedEnergyShieldUniqueGlovesStr4 +LocalIncreasedEnergyShieldUniqueBootsDexInt4 ChanceToBePoisonedUnique__1 MaximumResistancesWhilePoisonedUnique__1 {variant:1}50 Energy Shield Regenerated per Second per Poison on you, up to 250 per second @@ -433,7 +433,7 @@ Variant: Armour during Soul Gain Prevention Variant: Level of Socketed Support Gems Requires Level 68, 159 Int SpellDamageUnique__10 -LocalIncreasedEnergyShieldPercentUnique__19 +LocalIncreasedEnergyShieldPercentUnique__13 SpectreIncreasedLifeUnique__1 GainArcaneSurgeOnCritUnique__1 SpectresGainArcaneSurgeWhenYouDoUnique__1_ @@ -460,9 +460,9 @@ Requires Level 23, 60 Int Implicits: 2 {variant:1,2}5% increased Spell Damage {variant:3,4}SpellDamageImplicitShield1 -{variant:1}LocalIncreaseSocketedWarcryGemLevelUniqueShieldDex7 +{variant:1}LocalIncreaseSocketedWarcryGemLevelUniqueShieldStr4 {variant:2,3,4}LocalIncreaseSocketedWarcryGemLevelUniqueShieldInt5 -{variant:1}LocalIncreasedAttackSpeedUnique__24 +{variant:1}IncreasedAttackSpeedUniqueShieldInt5 {variant:2,3,4}IncreasedCastSpeedUniqueClaw7 LocalIncreasedEnergyShieldUniqueShieldInt5 ManaRegenerationUniqueShieldInt5 @@ -476,9 +476,9 @@ League: Breach Source: Drops in Esh Breach or from unique{Esh, Forked Thought} Upgrade: Upgrades to unique{Esh's Visage} using currency{Blessing of Esh} Requires Level 53, 128 Int -IntelligenceUnique__7 +IntelligenceUniqueShieldInt4 IncreasedLifeUnique__36_ -LocalIncreasedEnergyShieldPercentUnique___4_ +LocalIncreasedEnergyShieldPercentUnique__7 LightningResistUnique__7 AddedLightningDamagePerShockedEnemyKilledUnique__1 ReflectsShocksUnique__1 @@ -495,7 +495,7 @@ Implicits: 2 {variant:2}SpellDamageImplicitShield1 IncreasedLifeUnique__36_ LocalIncreasedEnergyShieldPercentUnique__9 -LightningResistUniqueAmulet15 +LightningResistUnique__16 ChaosResistUnique__4 ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1 ReflectsShockToEnemiesInRadiusUnique__1 @@ -506,7 +506,7 @@ Requires Level 49, 118 Int Implicits: 1 SpellDamageImplicitShield2 Trigger a Socketed Warcry Skill when you lose Endurance Charges -IncreasedLifeUniqueGlovesInt3 +IncreasedLifeUniqueShieldDexInt1 ChaosResistUnique__17 You lose all Endurance Charges at maximum Endurance Charges NeverBlockUnique__1 @@ -524,7 +524,7 @@ Implicits: 2 {variant:2,3,4}SpellDamageImplicitShield3 {variant:1,2}Socketed Trap Skills create a Smoke Cloud when triggered {variant:3,4}CreateSmokeCloudWhenTrapTriggeredUnique__1 -IntelligenceUnique__7 +IntelligenceUniqueShieldInt4 {variant:1,2}LocalIncreasedEnergyShieldPercentUnique__27 {variant:3,4}LocalIncreasedEnergyShieldPercent__1 {variant:1,2,3}30% increased Fire Damage with Hits and Ailments against Blinded Enemies @@ -561,7 +561,7 @@ Implicits: 2 {variant:1,2}10% increased Spell Damage {variant:3,4}SpellDamageImplicitShield2 {variant:1}(160-200)% increased Energy Shield -{variant:2,3,4}LocalIncreasedEnergyShieldPercent__2 +{variant:2,3,4}LocalIncreasedEnergyShieldUniqueBodyInt3 IncreasedMaximumPowerChargesUnique__3 PowerChargeOnHitUnique__1 {variant:1,2,3}6% increased Spell Damage per Power Charge @@ -593,7 +593,7 @@ LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2 IncreasedManaUniqueShieldInt2 LocalIncreasedEnergyShieldPercentUniqueShieldInt2 AuraEffectOnMinionsUniqueShieldInt2 -AuraEffectUnique__2____ +AuraEffectUniqueShieldInt2 GroundTarOnCritTakenUniqueShieldInt2 ]],[[ Whakatutuki o Matua @@ -621,9 +621,9 @@ Variant: Current Requires Level 68, 159 Int {variant:1}+(12-18)% chance to Block Spell Damage {variant:2,3}+(10-15)% chance to Block Spell Damage -{variant:1,2}SpellDamageUniqueStaff11_ -LocalIncreasedEnergyShieldPercentUniqueShieldInt1 -MaximumLifeUniqueBodyInt3 +{variant:1,2}SpellDamageUniqueShieldInt1 +LocalIncreasedEnergyShieldUniqueBodyInt4 +MaximumLifeShieldInt1 {variant:1,2}LightningResistUniqueShieldInt1 {variant:3}SacrificeLifeOnSpellSkillUnique__1 {variant:3}SpellCriticalStrikeChancePerLifeUnique__1 @@ -647,9 +647,9 @@ Variant: Current Requires Level 33, 82 Int {variant:1}+7% chance to Block Spell Damage {variant:2}+10% chance to Block Spell Damage -IntelligenceUnique__7 +IntelligenceUniqueShieldInt4 ItemFoundQuantityIncreaseUniqueShieldInt4 -AdditionalBlockChanceUniqueShieldStrInt6 +AdditionalBlockChanceUniqueShieldStr4 PunishmentOnMeleeBlockUniqueShieldInt4 TemporalChainsOnProjectileBlockUniqueShieldInt4 ElementalWeaknessOnSpellBlockUniqueShieldInt4 @@ -666,10 +666,10 @@ Implicits: 1 BlockRecoveryImplicitShield2 LocalIncreasedPhysicalDamageUniqueSceptre9 LocalIncreasedArmourAndEvasionUniqueShieldStrDex1 -{variant:1}FireResistUniqueBelt13 -{variant:1}ColdResistUniqueShieldStrDex1 -{variant:1}LightningResistUniqueShieldStrDex1 -{variant:2,3}AllResistancesUnique__7 +{variant:1}FireResistUniqueShieldStrDex1 +{variant:1}ColdResistUniqueShieldInt3 +{variant:1}LightningResistUniqueShieldInt3 +{variant:2,3}AllResistancesUniqueHelmetStrInt1 {variant:1,2}+36% chance to Block Spell Damage while on Low Life {variant:3}SpellBlockPercentageOnLowLifeUniqueShieldStrDex1_ AdditionalBlockChanceUniqueShieldStrDex1 @@ -687,8 +687,8 @@ AddedPhysicalDamageUniqueShieldStrDex3 {variant:1}Adds 4 to 8 Cold Damage to Attacks {variant:2}AddedColdDamageUniqueShieldStrDex3 LocalIncreasedArmourAndEvasionUniqueShieldStrDex3 -FireResistUniqueBodyInt2 -VulnerabilityOnBlockUniqueStaff9 +FireResistUniqueShieldStrDex3 +VulnerabilityOnBlockUniqueShieldStrDex3 ]],[[ The Ghastly Theatre Teak Round Shield @@ -717,10 +717,10 @@ AdditionalBlockChanceUnique__7__ Vix Lunaris Cardinal Round Shield Requires Level: 66, 85 Str, 85 Dex -LocalIncreaseSocketedGemLevelUniqueRing39 +LocalIncreaseSocketedGemLevelUnique__1 TriggeredColdAegisSkillUnique__1 LocalIncreasedArmourAndEvasionUnique__4 -IncreasedLifeUniqueGlovesInt3 +IncreasedLifeUniqueShieldDexInt1 CannotBeFrozenUnique__1 ]],[[ Wheel of the Stormsail @@ -732,7 +732,7 @@ LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStrDex2 ItemFoundRarityIncreaseUniqueShieldStrDex2 25% increased Curse Duration IncreasedSelfCurseDurationUniqueShieldStrDex2 -AdditionalBlockChanceUniqueShieldStrInt6 +AdditionalBlockChanceUniqueShieldStr4 ]], -- Shield: Armour/Energy Shield [[ @@ -744,9 +744,9 @@ Variant: Current Requires Level 62, 85 Str, 85 Int WeaponElementalDamageUniqueShieldStrInt4 {variant:1,2}LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5 -{variant:3}LocalIncreasedArmourAndEnergyShieldUnique__22 -AllResistancesUniqueIntHelmet3 -MaximumColdResistUniqueShieldDex1 +{variant:3}LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt4 +AllResistancesUniqueShieldStrInt1 +IncreasedMaximumColdResistUniqueShieldStrInt4 AdditionalBlockChanceUniqueShieldStrInt4 {variant:1}Replenishes Energy Shield by 4% of Armour when you Block {variant:2,3}EnergyShieldGainedOnBlockUniqueShieldStrInt4 @@ -776,7 +776,7 @@ Steel Kite Shield League: Harvest Requires Level 46, 60 Str, 60 Int SpellBlockPercentageUnique__3_ -LocalIncreasedArmourAndEnergyShieldUnique__22 +LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt4 MaximumLifeUnique__20___ CannotBlockWithNoEnergyShieldUnique__1 DamageBypassEnergyShieldBlockUnique__1 @@ -788,10 +788,10 @@ Archon Kite Shield Requires Level: 68, 85 Str, 85 Int Implicits: 1 AllResistancesImplicitShield3 -LocalIncreaseSocketedGemLevelUniqueRing39 +LocalIncreaseSocketedGemLevelUnique__1 TriggeredFireAegisSkillUnique__1_ -LocalIncreasedArmourAndEnergyShieldUnique__18_ -IncreasedLifeUniqueGlovesInt3 +LocalIncreasedArmourAndEnergyShieldUnique__8 +IncreasedLifeUniqueShieldDexInt1 AvoidIgniteUnique__1 ]],[[ Prism Guardian @@ -807,7 +807,7 @@ Implicits: 2 {variant:3}LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2 SocketedemsHaveBloodMagicUniqueShieldStrInt2 SocketedItemsHaveReducedReservationUniqueShieldStrInt2 -DexterityUniqueGlovesInt4__ +DexterityUniqueShieldStrInt2 AllResistancesUniqueShieldStrInt2 ]],[[ Mahuxotl's Machination @@ -852,8 +852,8 @@ Implicits: 2 {variant:2,3}AllResistancesImplicitShield1 {variant:1,2}+(21-24)% chance to Block Spell Damage {variant:3}+(15-20)% chance to Block Spell Damage -SpellDamageOnWeaponUniqueDagger1Royale -AllResistancesUniqueIntHelmet3 +SpellDamageUniqueShieldStrInt1 +AllResistancesUniqueShieldStrInt1 {variant:1}+5% to all maximum Resistances {variant:2,3}IncreasedMaximumResistsUniqueShieldStrInt1 CannotBlockAttacks @@ -869,7 +869,7 @@ Requires Level 7 Implicits: 2 {variant:1}AllResistancesImplicitShield2 {variant:2,3,4}AllResistancesImplicitShield1 -LocalIncreasedArmourAndEnergyShieldUnique__5 +LocalIncreasedArmourAndEnergyShieldUnique__16 ReducedFreezeDurationUniqueShieldStrInt3 {variant:3}1% of Life Regenerated per Second {variant:4}3% of Life Regenerated per Second @@ -885,7 +885,7 @@ Variant: Current Requires Level 40 Implicits: 1 AllResistancesImplicitShield1 -LocalIncreasedArmourAndEnergyShieldUnique__5 +LocalIncreasedArmourAndEnergyShieldUnique__16 IncreasedLifeUnique__22 ReducedFreezeDurationUniqueShieldStrInt3 {variant:1}1% of Life Regenerated per Second @@ -901,10 +901,10 @@ Requires Level 68, 85 Str, 85 Int Implicits: 1 AllResistancesImplicitShield3 HarbingerSkillOnEquipUnique__3 -IncreasedLifeUniqueGlovesInt3 +IncreasedLifeUniqueShieldDexInt1 AllResistancesUnique__2 GainManaOnBlockUnique__1 -AdditionalBlockChanceUniqueShieldStrInt6 +AdditionalBlockChanceUniqueShieldStr4 (50-70)% increased Damage with Channelling Skills ]],[[ The Immortal Will @@ -915,10 +915,10 @@ Requires Level 68, 85 Str, 85 Int Implicits: 1 AllResistancesImplicitShield3 HarbingerSkillOnEquipUnique2__3 -IncreasedLifeUniqueGlovesInt3 +IncreasedLifeUniqueShieldDexInt1 AllResistancesUnique__2 GainManaOnBlockUnique__1 -AdditionalBlockChanceUniqueShieldStrInt6 +AdditionalBlockChanceUniqueShieldStr4 (50-70)% increased Damage with Channelling Skills ]],[[ Unyielding Flame @@ -929,7 +929,7 @@ Implicits: 1 AllResistancesImplicitShield3 CommandmentOfInfernoOnCritUnique__1 CriticalStrikeChanceUnique__3 -IncreasedLifeUniqueGlovesInt3 +IncreasedLifeUniqueShieldDexInt1 FireResistUniqueAmulet4 AttackSpeedIfCriticalStrikeDealtRecentlyUnique__1 CastSpeedIfCriticalStrikeDealtRecentlyUnique__1 @@ -941,7 +941,7 @@ Variant: Current Requires Level 50, 64 Str, 64 Int Implicits: 1 AllResistancesImplicitShield2 -IncreasedLifeUnique__2 +IncreasedLifeUniqueShieldDex6 LightningResistUnique__2 ChaosResistUnique__1 {variant:1}10% increased Radius of Aura Skills @@ -955,10 +955,10 @@ League: Heist Requires Level 50, 64 Str, 64 Int Implicits: 1 AllResistancesImplicitShield2 -IncreasedLifeUnique__2 +IncreasedLifeUniqueShieldDex6 LightningResistUnique__2 ChaosResistUnique__1 -AuraEffectUnique__2____ +AuraEffectUniqueShieldInt2 GrantsAlliesEnduranceChargeOnHitUnique__1 GrantsAlliesFrenzyChargeOnKillUnique__1_ ]], @@ -969,9 +969,9 @@ Mirrored Spiked Shield League: Heist Requires Level 66, 85 Dex, 85 Int Implicits: 1 -DodgeImplicitMarakethSword1 -LocalIncreasedEvasionAndEnergyShieldUnique__30_ -ManaRegenerationUnique__13 +ChanceToDodgeImplicitShield2 +LocalIncreasedEvasionAndEnergyShieldUnique__9 +ManaRegenerationUnique__12 ChanceToBeShockedUnique__2 ColdHitAndDoTDamageTakenAsLightningUnique__1 FireHitAndDoTDamageTakenAsLightningUnique__1 @@ -985,8 +985,8 @@ Implicits: 2 {variant:1}AttackerTakesDamageShieldImplicit3 {variant:2}4% chance to Dodge Attacks LocalIncreasedEvasionAndEnergyShieldUnique__1 -IncreasedLifeUnique__8 -LocalIncreasedEnergyShieldUnique__6 +IncreasedLifeUniqueShieldStr2 +IncreasedEnergyShieldUnique___1 ItemFoundRarityIncreaseUniqueHelmetDex3 25% chance to avoid Fire Damage when Hit {variant:2}AlwaysIgniteWhileBurningUnique__1 @@ -1005,7 +1005,7 @@ Implicits: 2 {variant:4}GrantsBearTrapUniqueShieldDexInt1 TrapDamageUniqueShieldDexInt1 (15-25)% increased Physical Damage -IncreasedLifeUniqueGlovesInt3 +IncreasedLifeUniqueShieldDexInt1 -(14-18) Physical Damage taken from Attacks {variant:1}15% chance to gain a Power Charge on Throwing a Trap {variant:2,3,4}25% chance to gain a Power Charge on Throwing a Trap @@ -1019,8 +1019,8 @@ Requires Level 66, 85 Dex, 85 Int Implicits: 1 4% chance to Dodge Attacks {variant:1}LocalIncreasedEvasionAndEnergyShieldUnique__7 -{variant:2}LocalIncreasedEvasionAndEnergyShieldUnique__30_ -IncreasedLifeUniqueGlovesInt3 +{variant:2}LocalIncreasedEvasionAndEnergyShieldUnique__9 +IncreasedLifeUniqueShieldDexInt1 IncreasedAilmentDurationUnique__1 AdditionalBlockChanceUnique__6 SharedSufferingUnique__1 @@ -1034,7 +1034,7 @@ Requires Level 45, 58 Dex, 58 Int Implicits: 2 {variant:1}AttackerTakesDamageShieldImplicit6 {variant:2,3}2% chance to Dodge Spell Damage -LocalIncreasedAttackSpeedUniqueBow10 +IncreasedAttackSpeedUniqueShieldDexInt2 MaximumLifeUniqueShieldDexInt2 AllResistancesUniqueShieldDexInt2 10% increased Area of Effect of Area Skills @@ -1052,7 +1052,7 @@ LocalIncreaseSocketedLightningGemLevelUnique__1 TriggeredLightningAegisSkillUnique__1 IncreasedAttackSpeedUnique__3_ IncreasedCastSpeedUnique__17 -LocalIncreasedEvasionAndEnergyShieldUnique__20 +LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt2 IncreasedManaUnique__15 MovementVelocityUnique__38 ]],[[ @@ -1072,10 +1072,10 @@ Zeel's Amplifier Polished Spiked Shield Requires Level 49, 64 Dex, 64 Int Implicits: 1 -DodgeImplicitMarakethSword1 +ChanceToDodgeImplicitShield2 SpellDamageUnique__7 -LocalIncreasedEnergyShieldPercentUniqueIntHelmet1 -IncreasedLifeUnique__2 +IncreasedEnergyShieldImplicitBelt2 +IncreasedLifeUniqueShieldDex6 AreaOfEffectPerEnemyKilledRecentlyUnique__1 ZealotsOathIfHaventBeenHitRecentlyUnique__1 ]], diff --git a/src/Data/Uniques/Special/staff.lua b/src/Data/Uniques/Special/staff.lua index a0133ec003..46b95e2a80 100644 --- a/src/Data/Uniques/Special/staff.lua +++ b/src/Data/Uniques/Special/staff.lua @@ -16,7 +16,7 @@ IntelligenceUniqueStaff8 LightningDamagePercentUniqueStaff8 {variant:1}+1 to Level of all Lightning Spell Skill Gems {variant:2}LocalIncreaseSocketedLightningGemLevelUniqueStaff8 -LightningPenetrationUnique__1 +LightningPenetrationUniqueStaff8 ShockDurationUniqueStaff8 ]],[[ Agnerod North @@ -33,7 +33,7 @@ IntelligenceUniqueStaff8 LightningDamagePercentUniqueStaff8 ChanceToShockUniqueStaff8 IncreasedStrengthRequirementUniqueStaff8 -LightningPenetrationUnique__1 +LightningPenetrationUniqueStaff8 ]],[[ Agnerod South Imperial Staff @@ -49,7 +49,7 @@ IntelligenceUniqueStaff8 LightningDamagePercentUniqueStaff8 MaximumLightningResistUniqueStaff8c IncreasedStrengthRequirementUniqueStaff8 -LightningPenetrationUnique__1 +LightningPenetrationUniqueStaff8 ]],[[ Agnerod West Imperial Staff @@ -65,7 +65,7 @@ IntelligenceUniqueStaff8 LightningDamagePercentUniqueStaff8 SpellAddedLightningDamageTwoHandUniqueStaff8d IncreasedStrengthRequirementUniqueStaff8 -LightningPenetrationUnique__1 +LightningPenetrationUniqueStaff8 ]],[[ Atziri's Rule Judgement Staff @@ -86,7 +86,7 @@ Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff 12% Chance to Block -LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1 +LocalIncreasedPhysicalDamagePercentUniqueStaff9 LocalIncreasedAttackSpeedUniqueStaff9 ReflectDamageToAttackersOnBlockUniqueStaff9 VulnerabilityOnBlockUniqueStaff9 @@ -227,7 +227,7 @@ HarbingerSkillOnEquipUnique__6 5% Chance to Block Attack Damage while wielding a Staff {variant:2}CriticalBleedDotMultiplierUnique__1_ LocalAddedPhysicalDamageUnique__28 -LocalCriticalStrikeChanceUnique__10 +CriticalStrikeChanceUniqueBow9 ]],[[ The Yielding Mortality Imperial Staff @@ -241,7 +241,7 @@ HarbingerSkillOnEquipUnique2_6 StaffBlockPercentUnique__4_ CriticalBleedDotMultiplierUnique__1_ LocalAddedPhysicalDamageUnique__28 -LocalCriticalStrikeChanceUnique__10 +CriticalStrikeChanceUniqueBow9 ]],[[ Femurs of the Saints Primordial Staff @@ -252,7 +252,7 @@ Requires Level 58, 99 Str, 99 Int Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2,3}StaffBlockPercentImplicitStaff1 -LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2 +LocalIncreaseSocketedMinionGemLevelUnique__4 {variant:3}MinionDamageUnique__7 {variant:3}AttackBlockPerSkeletonUnique__1 {variant:1,2}MinionAttackAndCastSpeedPerSkeleton__1 @@ -273,7 +273,7 @@ Implicits: 2 {variant:2}18% Chance to Block Attack Damage while wielding a Staff DisplaySupportedByTrapUniqueStaff4 (40-50)% increased Damage -MaximumLifeUniqueShieldDexInt2 +MaximumLifeUniqueStaff4 MaximumManaUniqueStaff4 ]],[[ Replica Fencoil @@ -283,7 +283,7 @@ Implicits: 1 StaffBlockPercentImplicitStaff1 SupportedByMultiTotemUnique__1 AllDamageUniqueStaff4 -MaximumLifeUniqueShieldDexInt2 +MaximumLifeUniqueStaff4 MaximumManaUniqueStaff4 ]],[[ The Fulcrum @@ -292,7 +292,7 @@ League: Heist Requires Level 60, 113 Str, 113 Int Implicits: 1 StaffBlockPercentImplicitStaff2 -LocalIncreasedPhysicalDamageUniqueOneHandMace4 +LocalIncreasedPhysicalDamagePercentUniqueClaw1 (0-50)% of Physical Damage Converted to Fire Damage (0-50)% of Physical Damage Converted to Cold Damage (0-50)% of Physical Damage Converted to Lightning Damage @@ -311,7 +311,7 @@ DisplaySupportedByTrapUnique__1 SupportedByClusterTrapUnique__1 SupportedByTrapAndMineDamageUnique__1 MaximumManaUniqueStaff4 -MaximumLifeUniqueShieldDexInt2 +MaximumLifeUniqueStaff4 (40-50)% increased Damage ]],[[ The Grey Spire @@ -342,10 +342,10 @@ Implicits: 3 {variant:1,2}Adds (180-190) to (190-220) Physical Damage {variant:3}Adds (165-175) to (185-205) Physical Damage {variant:4}LocalAddedPhysicalDamageUniqueStaff7 -LocalIncreasedAttackSpeedUniqueTwoHandAxe7 +LocalIncreasedAttackSpeedUniqueStaff7 {variant:1,2,3}LocalCriticalStrikeChanceUniqueWand6_ -{variant:4}LocalCriticalStrikeChanceUniqueWand9 -IncreasedMaximumPowerChargesUnique__1 +{variant:4}LocalCriticalStrikeChanceUniqueStaff7 +IncreasedMaximumPowerChargesUniqueStaff7 PowerChargeOnKnockbackUniqueStaff7 ]],[[ Martyr of Innocence @@ -408,7 +408,7 @@ Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff LocalIncreaseSocketedFireGemLevelUniqueStaff13 -LocalIncreaseSocketedColdGemLevelUniqueClaw5 +LocalIncreaseSocketedColdGemLevelUniqueStaff13 ItemActsAsColdToFireSupportUniqueStaff13 LocalAddedFireDamageUniqueStaff13 LocalAddedColdDamageUniqueStaff13 @@ -424,7 +424,7 @@ Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff LocalIncreaseSocketedFireGemLevelUniqueStaff13 -LocalIncreaseSocketedColdGemLevelUniqueClaw5 +LocalIncreaseSocketedColdGemLevelUniqueStaff13 LocalIncreaseSocketedElementalGemUnique___1 ItemActsAsColdToFireSupportUniqueStaff13 LocalAddedFireDamageUniqueStaff13 @@ -469,10 +469,10 @@ Requires Level 49, 85 Str, 85 Int Implicits: 2 {variant:1}18% Chance to Block Attack Damage while wielding a Staff {variant:2}20% Chance to Block Attack Damage while wielding a Staff -AllAttributesUnique__12 +AllAttributesUniqueStaff10 AllResistajcesUniqueStaff10 IncreasedProjectileDamageUniqueStaff10 -LightRadiusUnique__3 +LightRadiusUniqueStaff10_ SocketedGemsAdditionalProjectilesUniqueStaff10_ Socketed Gems fire Projectiles in a Nova ]],[[ @@ -501,10 +501,10 @@ Requires Level 28, 51 Str, 51 Int Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalIncreasedPhysicalDamagePercentUniqueStaff14 LocalAddedColdDamageUniqueStaff14 LocalAddedLightningDamageUniqueStaff14 -LocalCriticalStrikeChanceUnique__7 +LocalCriticalStrikeChanceUniqueStaff14 {variant:1}CannotBeShockedWhileFrozenUniqueStaff14 {variant:2}You Cannot Be Shocked While Chilled {variant:2}ChanceToShockChilledEnemiesUnique__1 @@ -517,7 +517,7 @@ Implicits: 1 18% Chance to Block Attack Damage while wielding a Staff 15% Chance to Block Attack Damage while wielding a Staff LocalAddedPhysicalDamageUnique__33_ -LocalCriticalStrikeChanceUnique__7 +LocalCriticalStrikeChanceUniqueStaff14 ConvertPhysicalToColdUniqueGlovesDex1 ConvertPhysicaltoLightningUnique__1 CannotBeShockedWhileChilledUnique__1 @@ -538,7 +538,7 @@ Implicits: 3 {variant:1,2}+1 to Level of all Cold Spell Skill Gems {variant:3,4}LocalIncreaseSocketedColdGemLevelUniqueStaff2 {variant:1}SpellDamageUnique__7 -{variant:2,3,4}SpellDamageUniqueGlovesInt2 +{variant:2,3,4}SpellDamageUniqueStaff2 ColdDamagePercentUniqueStaff2 IncreasedCastSpeedUniqueStaff2 ChanceToFreezeUniqueStaff2 @@ -572,7 +572,7 @@ Implicits: 2 {variant:2}18% Chance to Block Attack Damage while wielding a Staff LocalIncreaseSocketedSupportGemLevelUniqueStaff12 IcestormUniqueStaff12 -IncreasedCastSpeedUniqueClaw7 +IncreasedCastSpeedUniqueStaff12 SpellDamagePerIntelligenceUniqueStaff12 PercentageIntelligenceUniqueStaff12_ ]],[[ diff --git a/src/Data/Uniques/Special/sword.lua b/src/Data/Uniques/Special/sword.lua index 1969114435..577ed947e6 100644 --- a/src/Data/Uniques/Special/sword.lua +++ b/src/Data/Uniques/Special/sword.lua @@ -44,7 +44,7 @@ Implicits: 2 {variant:1}Adds (15-30) to (35-50) Physical Damage {variant:2}Adds (20-40) to (55-70) Physical Damage {variant:3,4}LocalAddedPhysicalDamageUniqueOneHandSword9 -LocalIncreasedAttackSpeedUniqueOneHandSword11 +LocalIncreasedAttackSpeedUniqueOneHandSword9 IncreasedEvasionRatingUniqueOneHandSword9 MovementVelocityUniqueOneHandSword9 {variant:1,2,3}+(180-200) to Accuracy Rating @@ -74,7 +74,7 @@ Implicits: 2 {variant:1,2}18% increased Accuracy Rating {variant:3}AccuracyPercentImplicitSword1 {variant:1}LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1 -{variant:2,3}LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace4 +{variant:2,3}LocalIncreasedPhysicalDamagePercentUniqueOneHandSword2 IntelligenceUniqueOneHandSword2 CriticalStrikeChanceUniqueOneHandSword2 ManaLeechPermyriadUniqueOneHandSword2 @@ -91,13 +91,13 @@ Requires Level 28, 46 Str, 55 Dex Implicits: 2 {variant:1,2}18% Increased Accuracy Rating {variant:3}IncreasedAccuracySwordImplicit3 -DisableOffHandSlotUnique__1 -LocalIncreasedPhysicalDamagePercentUniqueRapier1 +DisableOffhandSlot +LocalIncreasedPhysicalDamagePercentUniqueOneHandSword4 LocalCriticalStrikeChanceUniqueOneHandSword4 {variant:1}+(15-20)% to Global Critical Strike Multiplier {variant:2,3}LocalCriticalMultiplierUniqueOneHandSword4 -FireResistUniqueBootsDex2 -AvoidIgniteUnique__1 +FireResistUniqueOneHandSword4 +AvoidIgniteUniqueOneHandSword4 ConvertPhysicalToFireUniqueOneHandSword4 Ignited Enemies Burn 50% faster You can only deal Damage with this Weapon and Ignite @@ -111,7 +111,7 @@ Requires Level 51, 104 Str, 122 Dex Implicits: 2 {variant:1}18% increased Accuracy Rating {variant:2}IncreasedAccuracySwordImplicit9 -DisableOffHandSlotUnique__1 +DisableOffhandSlot LocalAddedPhysicalDamageUniqueOneHandSword10 LocalCriticalStrikeChanceUniqueOneHandSword10 BurnDurationUnique__1 @@ -168,10 +168,10 @@ Implicits: 2 {variant:1}18% increased Accuracy Rating {variant:2}AccuracyPercentImplicitSword1 LocalAddedPhysicalDamageUniqueOneHandSword11 -{variant:1}LocalIncreasedPhyiscalDamagePercentUnique__3 +{variant:1}LocalIncreasedPhysicalDamagePercentUniqueOneHandSword13 {variant:2}LocalIncreasedPhysicalDamageUniqueOneHandSword11 -{variant:1}LocalIncreasedAttackSpeedUniqueBow10 -{variant:2}LocalIncreasedAttackSpeedUniqueOneHandSword11 +{variant:1}LocalIncreasedAttackSpeedUniqueTwoHandSword6 +{variant:2}LocalIncreasedAttackSpeedUniqueOneHandSword9 IncreasedManaReservationsCostUniqueOneHandSword11 CannotBeBuffedByAlliedAurasUniqueOneHandSword11 AurasCannotBuffAlliesUniqueOneHandSword11 @@ -185,7 +185,7 @@ Requires Level 47, 81 Str, 81 Dex Implicits: 2 {variant:1}18% increased Accuracy Rating {variant:2}IncreasedAccuracySwordImplicit5 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 +LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1 LocalIncreasedAttackSpeedUnique__14 ChaosDamageLifeLeechPermyriadUnique__1 PhysicalDamageConvertToChaosUniqueBow5 @@ -197,7 +197,7 @@ League: Heist Requires Level 47, 81 Str, 81 Dex Implicits: 1 IncreasedAccuracySwordImplicit5 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 +LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1 ChaosDamageLifeLeechPermyriadUnique__1 PhysicalDamageConvertedToChaosUnique__2 PhysicalDamageTakenAsChaosUnique__1 @@ -225,9 +225,9 @@ Implicits: 2 {variant:1}18% increased Accuracy Rating {variant:2}IncreasedAccuracySwordImplicit3 SupportedByMultistrikeUniqueOneHandSword13 -LocalIncreasedPhyiscalDamagePercentUnique__3 +LocalIncreasedPhysicalDamagePercentUniqueOneHandSword13 LocalAddedPhysicalDamageUniqueOneHandSword13 -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueTwoHandSword6 StunAvoidanceUniqueOneHandSword13 StunRecoveryUniqueOneHandSword13 ]],[[ @@ -238,7 +238,7 @@ Sockets: R-R-R-R-R-R Requires Level: 2 Implicits: 1 AccuracyPercentImplicitSword1 -DisableOffHandSlotUnique__1 +DisableOffhandSlot LocalCriticalStrikeChanceUnique__13 PhysicalDamageToAttacksPerLevelUnique__2 GainHerEmbraceOnIgniteUnique__1 @@ -250,7 +250,7 @@ League: Betrayal Source: Drops from Bosses in Safehouse Requires Level 66, 212 Dex Implicits: 1 -CriticalMultiplierImplicitSword1 +CriticalMultiplierImplicitSword2H1 DoubleDamageWithWeaponUnique__1 ]],[[ The Princess @@ -343,9 +343,9 @@ Implicits: 2 IncreasedPhysicalDamagePercentOnLowLifeUniqueOneHandSword1 LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1 LocalAddedPhysicalDamageUniqueDescentOneHandSword1 -IncreasedAttackSpeedUniqueQuiver1 -IncreasedLifeUnique___7Royale_ -LifeGainPerTargetUniqueOneHandSword1 +LocalIncreasedAttackSpeedUniqueOneHandSword1 +IncreasedLifeUniqueOneHandSword1 +LifeGainPerTargetUniqueOneHandSword7 ]],[[ Dreadbeak Rusted Sword @@ -359,9 +359,9 @@ IncreasedPhysicalDamagePercentOnLowLifeUniqueOneHandSword1 LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1 {variant:1}Adds (90-98) to (133-140) Physical Damage {variant:2}LocalAddedPhysicalDamageUnique__35 -IncreasedAttackSpeedUniqueQuiver1 -IncreasedLifeUnique___7Royale_ -LifeGainPerTargetUniqueOneHandSword1 +LocalIncreasedAttackSpeedUniqueOneHandSword1 +IncreasedLifeUniqueOneHandSword1 +LifeGainPerTargetUniqueOneHandSword7 OnslaughtOnLowLifeUnique__1 ]],[[ Rigwald's Command @@ -490,9 +490,9 @@ Upgrade: Upgrades to unique{Fate of the Vaal} via currency{Vial of Fate} Implicits: 1 IncreasedAccuracySwordImplicit4 {variant:1}(110-120)% increased Physical Damage -{variant:2}LocalIncreasedPhysicalDamagePercentUnique__35 +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__34___ {variant:1}LifeGainedFromEnemyDeathUnique__2 -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueTwoHandSword6 {variant:2}LocalFreezeAsThoughDealingMoreDamageUnique__1 {variant:2}LocalShockAsThoughDealingMoreDamageUnique__1 {variant:2}LocalWeaponMoreIgniteDamageUnique__1 @@ -509,8 +509,8 @@ Requires Level 56, 96 Str, 96 Dex Implicits: 1 IncreasedAccuracy2hSwordImplicit7 {variant:1}LocalIncreasedPhysicalDamageUniqueClaw8 -{variant:2}LocalIncreasedPhysicalDamagePercentUnique__35 -LocalIncreasedAttackSpeedUniqueBow10 +{variant:2}LocalIncreasedPhysicalDamagePercentUnique__34___ +LocalIncreasedAttackSpeedUniqueTwoHandSword6 LocalDamageConversionToRandomElementUnique__2_ Hits with this Weapon always inflict Elemental Ailments LocalElementalDamageAgainstIgnitedEnemiesUnique__1_ @@ -555,7 +555,7 @@ Requires Level 64, 113 Str, 113 Dex Implicits: 2 {variant:1}18% increased Accuracy Rating {variant:2}IncreasedAccuracySwordImplicit8 -LocalIncreasedPhysicalDamagePercentUnique__6 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword7 LocalAddedPhysicalDamageUnique__12 ManaGainPerTargetUnique__1 WeaponCountsAsAllOneHandedWeapons__1 @@ -571,7 +571,7 @@ Requires Level 17, 62 Dex Implicits: 3 {variant:1}+20% to Global Critical Strike Multiplier {variant:2}CriticalMultiplierUniqueGlovesDexInt2 -{variant:3}CriticalMultiplierImplicitSword1 +{variant:3}CriticalMultiplierImplicitSword2H1 LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword1 ItemFoundRarityDecreaseUniqueRapier1 AllResistancesUniqueRapier2 @@ -586,7 +586,7 @@ Requires Level 30, 101 Dex Implicits: 3 {variant:1}+20% to Global Critical Strike Multiplier {variant:2}CriticalMultiplierUniqueGlovesDexInt2 -{variant:3}CriticalMultiplierImplicitSword1 +{variant:3}CriticalMultiplierImplicitSword2H1 LocalIncreasedPhysicalDamagePercentUnique__27 StrengthUnique__4 IncreasedManaUnique__2 @@ -601,8 +601,8 @@ Variant: Current Requires Level 68, 212 Dex, 257 Int Implicits: 2 {variant:1}CriticalMultiplierUniqueGlovesDexInt2 -{variant:2}CriticalMultiplierImplicitSword1 -LocalReducedPhysicalDamagePercentUnique__1 +{variant:2}CriticalMultiplierImplicitSword2H1 +LocalReducedPhysicalDamagePercentUniqueOneHandSword7 LocalAddedColdDamageUnique__5 SpellAddedColdDamageUnique__4 LocalIncreasedAttackSpeedUnique__12 @@ -617,7 +617,7 @@ Variant: Current Requires Level 43, 140 Dex Implicits: 2 {variant:1}CriticalMultiplierUniqueGlovesDexInt2 -{variant:2}CriticalMultiplierImplicitSword1 +{variant:2}CriticalMultiplierImplicitSword2H1 LocalAddedPhysicalDamageUnique__11 LocalAddedColdDamageUnique__3 FrenzyChargeDurationUnique__1 @@ -631,7 +631,7 @@ Variant: Current Requires Level 26, 89 Dex Implicits: 2 {variant:1}CriticalMultiplierUniqueGlovesDexInt2 -{variant:2}CriticalMultiplierImplicitSword1 +{variant:2}CriticalMultiplierImplicitSword2H1 WeaponElementalDamageUnique__3 LocalAddedLightningDamageUnique__3 LocalIncreasedAttackSpeedUnique__15 @@ -647,11 +647,11 @@ Requires Level 22, 77 Dex Implicits: 3 {variant:1}+20% to Global Critical Strike Multiplier {variant:2}CriticalMultiplierUniqueGlovesDexInt2 -{variant:3}CriticalMultiplierImplicitSword1 -LocalReducedPhysicalDamagePercentUnique__1 +{variant:3}CriticalMultiplierImplicitSword2H1 +LocalReducedPhysicalDamagePercentUniqueOneHandSword7 LocalAddedLightningDamageUniqueOneHandSword7 LocalIncreasedAttackSpeedUniqueOneHandSword7 -LifeGainPerTargetUniqueOneHandSword1 +LifeGainPerTargetUniqueOneHandSword7 {variant:1,2}5% Chance to Shock {variant:3}ChanceToShockUniqueOneHandSword7 {variant:3}50% increased Herald of Thunder Buff Effect @@ -665,13 +665,13 @@ Requires Level 7, 32 Dex Implicits: 3 {variant:1}+20% to Global Critical Strike Multiplier {variant:2}CriticalMultiplierUniqueGlovesDexInt2 -{variant:3}CriticalMultiplierImplicitSword1 +{variant:3}CriticalMultiplierImplicitSword2H1 LocalIncreaseSocketedMeleeGemLevelUniqueRapier1 -DisableOffHandSlotUnique__1 -LocalIncreasedPhysicalDamagePercentUniqueRapier1 +DisableOffhandSlot +LocalIncreasedPhysicalDamagePercentUniqueOneHandSword4 LocalAddedFireDamageUniqueRapier1 -LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 -CriticalStrikeChanceImplicitDagger1 +LocalIncreasedAttackSpeedUniqueTwoHandSword1 +CriticalStrikeChanceImplicitDaggerNew1 IncreasedEvasionRatingUniqueRapier1 ItemFoundRarityDecreaseUniqueRapier1 MovementVelocityOnLowLifeUniqueBootsDex3 @@ -751,7 +751,7 @@ Implicits: 3 {variant:2}AccuracyPercentImplicitSword1 {variant:3}AccuracyPercentImplicit2HSword1 +1 to Level of Active Socketed Skill Gems -LocalIncreasedPhysicalDamagePercentUnique__6 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword7 LocalChaosDamageUniqueTwoHandSword7 {variant:1}LifeGainedOnEnemyDeathPerLevelUniqueTwoHandSword7 {variant:1}IncreasedChaosDamagePerLevelUniqueTwoHandSword7 @@ -783,10 +783,10 @@ Requires Level 61, 113 Str, 113 Dex Implicits: 3 {variant:1}18% increased Accuracy Rating {variant:2}IncreasedAccuracy2hSwordImplicit8 -{variant:3}CriticalMultiplierImplicitSword1 +{variant:3}CriticalMultiplierImplicitSword2H1 {variant:1,2}(270-320)% increased Physical Damage {variant:3}LocalIncreasedPhysicalDamagePercentUnique__18 -LifeLeechPermyriadUnique__4 +LifeLeechPermyriadUniqueGlovesStrDex1 MeleeDamageAgainstBleedingEnemiesUnique__1 CannotLeechFromCriticalStrikesUnique___1 ChanceToBlindOnCriticalStrikesUnique__1 @@ -801,9 +801,9 @@ Requires Level 67, 113 Str, 113 Dex Implicits: 2 {variant:1,2}30% increased Accuracy Rating {variant:3}ElementalDamageUnique__1 -LocalReducedPhysicalDamagePercentUnique__1 +LocalReducedPhysicalDamagePercentUniqueOneHandSword7 LocalAddedFireDamageUniqueTwoHandSword6 -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueTwoHandSword6 ChanceToIgniteUniqueTwoHandSword6 {variant:1}IncreasedPhysicalDamageTakenUniqueBootsDex8 {variant:2,3}IncreasedPhysicalDamageTakenUniqueTwoHandSword6 @@ -817,10 +817,10 @@ Infernal Sword League: Heist Requires Level 67, 113 Str, 113 Dex Implicits: 1 -WeaponElementalDamageUniqueRing21 -LocalReducedPhysicalDamagePercentUnique__1 +WeaponElementalDamageImplicitSword1 +LocalReducedPhysicalDamagePercentUniqueOneHandSword7 LocalAddedColdDamageUnique__9_ -LocalIncreasedAttackSpeedUniqueBow10 +LocalIncreasedAttackSpeedUniqueTwoHandSword6 LifeLeechPermyriadOnFrozenEnemiesUnique__1 ChanceToFreezeUnique__5 IncreasedPhysicalDamageTakenUniqueTwoHandSword6 @@ -843,8 +843,8 @@ IncreasedStrengthRequirementsUniqueTwoHandSword4 SkeletonDurationUniqueTwoHandSword4 {variant:1,2}MinionDamageUnique4 {variant:3}MinionDamageUniqueTwoHandSword4 -MaximumMinionCountUniqueTwoHandSword4Updated -MaximumMinionCountUniqueSceptre5 +MaximumMinionCountUniqueTwoHandSword4 +MaximumMinionCountUniqueBodyInt9 MaximumMinionCountUniqueBootsStrInt2Updated ]],[[ Queen's Escape @@ -864,8 +864,8 @@ MinionRunSpeedUnique__2 SkeletonDurationUniqueTwoHandSword4 {variant:1,2}MinionDamageUnique4 {variant:3}MinionDamageUniqueTwoHandSword4 -MaximumMinionCountUniqueTwoHandSword4Updated -MaximumMinionCountUniqueSceptre5 +MaximumMinionCountUniqueTwoHandSword4 +MaximumMinionCountUniqueBodyInt9 MaximumMinionCountUniqueBootsStrInt2Updated IncreasedStrengthRequirementsUniqueTwoHandSword4 ]],[[ @@ -879,10 +879,10 @@ Implicits: 2 {variant:1}18% increased Accuracy Rating {variant:2,3}IncreasedAccuracy2hSwordImplicit5 LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword1 -LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 +LocalIncreasedAttackSpeedUniqueTwoHandSword1 {variant:1,2}+(150-200) to Accuracy Rating -{variant:3}IncreasedAccuracyUniqueRing12 -MovementVelocityUniqueAmulet5 +{variant:3}IncreasedAccuracyUniqueTwoHandSword1 +MovementVelocityUniqueTwoHandSword1 ]],[[ Shiversting Bastard Sword @@ -894,7 +894,7 @@ Implicits: 3 {variant:1}18% increased Accuracy Rating {variant:2}AccuracyPercentImplicitSword1 {variant:3}AccuracyPercentImplicit2HSword1 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword2 LocalAddedColdDamageUniqueTwoHandSword2 ManaLeechPermyriadUniqueTwoHandSword2 CannotBeFrozenUnique__1 @@ -913,7 +913,7 @@ Implicits: 2 LocalIncreasedAttackSpeedUnique__19 IncreasedLifeUniqueBodyStrDexInt1 IncreasedAttackAreaOfEffectUnique__2_ -DealNoElementalDamageUnique__2 +DealNoElementalDamageUnique__1 PhysicalDamageCanShockUnique__1 Shaper Item ]],[[ @@ -930,9 +930,9 @@ Implicits: 2 {variant:2}(220-260)% increased Physical Damage {variant:3}LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword3 {variant:2,3}LocalCriticalStrikeChanceUnique__8 -LocalIncreasedAttackSpeedUniqueDescentOneHandMace1 -ManaGainedFromEnemyDeathUniqueShieldInt3 -MovementVelocityUniqueAmulet5 +LocalIncreasedAttackSpeedUniqueTwoHandSword1 +ManaGainedFromEnemyDeathUniqueTwoHandSword3 +MovementVelocityUniqueTwoHandSword1 GainFrenzyChargeOnCriticalHit ]],[[ Voidforge diff --git a/src/Data/Uniques/Special/wand.lua b/src/Data/Uniques/Special/wand.lua index 06fb4f7dc8..f0bea3f4c4 100644 --- a/src/Data/Uniques/Special/wand.lua +++ b/src/Data/Uniques/Special/wand.lua @@ -11,7 +11,7 @@ Requires Level 6, 29 Int Implicits: 2 {variant:1}(9-12)% increased Spell Damage {variant:2}SpellDamageOnWeaponImplicitWand2 -FireDamagePercentUniqueRing36 +FireDamagePercentUniqueWand10 SpellAddedFireDamageUniqueWand10 CriticalStrikeChanceUniqueWand10 LifeGainedOnKillingIgnitedEnemiesUniqueWand10_ @@ -93,7 +93,7 @@ Driftwood Wand Requires Level 2 Implicits: 1 SpellDamageOnWeaponImplicitWand1 -LocalIncreaseSocketedSpellGemLevel1 +LocalIncreaseSocketedSpellGemLevelUniqueWand4 SpellDamageUniqueWand4 IncreasedCastSpeedUniqueWand4 IncreasedLifeUniqueWand4 @@ -109,13 +109,13 @@ Requires Level 40, 131 Int Implicits: 2 {variant:1}SpellDamageImplicitGloves1 {variant:2,3}SpellDamageOnWeaponImplicitWand9 -IntelligenceUniqueOneHandAxe1 +IntelligenceUniqueWand2 {variant:1,2}MinionRunSpeedUnique__4 {variant:3}MinionRunSpeedUniqueWand2 {variant:1,2}Minions deal (10-30)% increased Damage {variant:3}MinionDamageUniqueWand2 -MaximumMinionCountUniqueTwoHandSword4Updated -MaximumMinionCountUniqueSceptre5 +MaximumMinionCountUniqueWand2 +MaximumMinionCountUniqueBodyInt9 MaximumMinionCountUniqueBootsStrInt2Updated Reserves 30% of Life LifeReservationUniqueWand2 @@ -127,7 +127,7 @@ Requires Level 40, 131 Int Implicits: 1 SpellDamageOnWeaponImplicitWand9 LifeReservationUniqueWand2 -IntelligenceUniqueOneHandAxe1 +IntelligenceUniqueWand2 MinionRunSpeedUnique__5 MinionDamageUniqueWand2 ExtraRagingSpiritsUnique__1 @@ -146,13 +146,13 @@ Implicits: 2 {variant:3,4}SpellDamageOnWeaponImplicitWand15 {variant:1,2,3}Socketed Gems are supported by level 5 Blind {variant:4}ItemActsAsSupportBlindUniqueWand1 -SpellDamageUnique__6 +SpellDamageUniqueWand1 {variant:1}125% increased Physical Damage {variant:2,3}175% increased Physical Damage {variant:4}LocalIncreasedPhysicalDamagePercentUniqueWand1 -IntelligenceUniqueOneHandSword2 -TalismanIncreasedLightningDamage -IncreasedCastSpeedUniqueStaff1 +IntelligenceUniqueWand1 +LightningDamageUniqueWand1 +IncreasedCastSpeedUniqueWand1 BlindingHitUniqueWand1 ]],[[ Obliteration @@ -180,7 +180,7 @@ Requires Level 65, 212 Int Implicits: 2 {variant:1}(16-19)% increased Spell Damage {variant:2,3}SpellDamageOnWeaponImplicitWand16 -LocalReducedPhysicalDamagePercentUnique__1 +LocalReducedPhysicalDamagePercentUniqueWand6 LocalIncreasedAttackSpeedUniqueWand6 IncreasedAccuracyUniqueWand6 LocalCriticalStrikeChanceUniqueWand6_ @@ -208,8 +208,8 @@ Implicits: 2 {variant:1}SpellDamageOnWeaponImplicitWand2 {variant:2,3}SpellDamageOnWeaponImplicitWand5 {variant:1,2}LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 -{variant:3}LocalIncreaseSocketedGemLevelUniqueRing39 -SupportedByEchoUniqueWand8New_ +{variant:3}LocalIncreaseSocketedGemLevelUniqueWand8 +SupportedByEchoUniqueWand8 IntelligenceUniqueWand8 ]],[[ Relic of the Pact @@ -230,9 +230,9 @@ Requires Level 36, 83 Int Implicits: 1 SpellDamageOnWeaponImplicitWand5 {variant:1}LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 -{variant:2}LocalIncreaseSocketedGemLevelUniqueRing39 +{variant:2}LocalIncreaseSocketedGemLevelUniqueWand8 SocketedGemsGetIncreasedAreaOfEffectUnique__1 -SupportedByEchoUniqueWand8New_ +SupportedByEchoUniqueWand8 ControlledDestructionSupportUnique__1New_ IntelligenceUniqueWand8 ]],[[ @@ -288,7 +288,7 @@ Upgrade: Upgrades to unique{Tulfall} using currency{Blessing of Tul} Requires Level 24, 83 Int Implicits: 1 SpellDamageOnWeaponImplicitWand5 -IncreasedCastSpeedFishing__Unique1 +IncreasedCastSpeedUnique__7 GainPowerChargeOnKillingFrozenEnemyUnique__1 AddedColdDamagePerPowerChargeUnique__1 GainManaOnKillingFrozenEnemyUnique__1 @@ -300,7 +300,7 @@ Source: Upgraded from unique{Tulborn} using currency{Blessing of Tul} Requires Level 65, 212 Int Implicits: 1 SpellDamageOnWeaponImplicitWand16 -IncreasedCastSpeedFishing__Unique1 +IncreasedCastSpeedUnique__7 GainPowerChargeOnKillingFrozenEnemyUnique__1 AddedColdDamagePerPowerChargeUnique__2 LosePowerChargesOnMaxPowerChargesUnique__2 @@ -330,7 +330,7 @@ Implicits: 2 {variant:2}SpellDamageOnWeaponImplicitWand6 LocalIncreasedPhysicalDamagePercentUniqueWand9 LocalAddedPhysicalDamageUniqueWand9 -LocalIncreasedAttackSpeedUniqueStaff9 +LocalIncreasedAttackSpeedUniqueWand9 LocalCriticalStrikeChanceUniqueWand9 SocketedGemsAdditionalProjectilesUniqueWand9 ]],[[ @@ -340,7 +340,7 @@ League: Heist Requires Level 30, 119 Int Implicits: 1 SpellDamageOnWeaponImplicitWand6 -LocalIncreasedAttackSpeedUniqueStaff9 +LocalIncreasedAttackSpeedUniqueWand9 LocalCriticalStrikeChanceUnique__20 AttackAdditionalProjectilesUnique__1 ]],[[ @@ -353,10 +353,10 @@ Implicits: 2 {variant:1}(16-20)% increased Spell Damage {variant:2}SpellDamageOnWeaponImplicitWand17 SpellDamageOnWeaponUniqueWand3 -IncreasedCastSpeedUniqueStaff2 +IncreasedCastSpeedUniqueWand3 CriticalStrikeChanceUniqueWand3 IncreasedManaUniqueWand3 -IncreasedMaximumPowerChargesUnique__1 +IncreasedMaximumPowerChargesUniqueWand3 IncreasedSpellDamagePerPowerChargeUniqueWand3 ]], } diff --git a/src/Export/Scripts/mods.lua b/src/Export/Scripts/mods.lua index e21dc9b164..93c852c2e0 100644 --- a/src/Export/Scripts/mods.lua +++ b/src/Export/Scripts/mods.lua @@ -103,4 +103,26 @@ writeMods("../Data/Uniques/Special/Uniques.lua", function(mod) and (mod.Domain == 1 or mod.Domain == 2 or mod.Domain == 21 or mod.Domain == 10) end) +-- Generate a unique mod mapping from text to mod +local out = io.open("../Data/Uniques/Special/ModTextMap.lua", "w") +local modTextMap = {} +out:write('-- This file is automatically generated, do not edit!\n') +out:write('-- Item data (c) Grinding Gear Games\n\nreturn {\n') +for modName, mod in pairs(LoadModule("../Data/Uniques/Special/Uniques.lua")) do + if modTextMap[mod[1]] then + table.insert(modTextMap[mod[1]], modName) + else + modTextMap[mod[1]] = { modName } + end +end +for key, value in pairs(modTextMap) do + out:write('\t["' .. key .. '"] = { ') + for _, modName in ipairs(value) do + out:write('"' .. modName .. '", ') + end + out:write('},\n') +end +out:write('\n}') +out:close() + print("Mods exported.") diff --git a/src/Export/Scripts/uniqueMods.lua b/src/Export/Scripts/uniqueMods.lua index f8319d0dc8..11f9c93672 100644 --- a/src/Export/Scripts/uniqueMods.lua +++ b/src/Export/Scripts/uniqueMods.lua @@ -5,27 +5,29 @@ end LoadModule("../Data/Global.lua") for _, name in pairs(ItemTypes) do - local uniqueMods = LoadModule("../Data/Uniques/Special/Uniques.lua") + local modTextMap = LoadModule("../Data/Uniques/Special/ModTextMap.lua") local out = io.open("../Data/Uniques/Special/"..name..".lua", "w") for line in io.lines("../Data/Uniques/"..name..".lua") do local specName, specVal = line:match("^([%a ]+): (.+)$") if not specName and line ~= "]],[[" then local variants = line:match("{[vV]ariant:([%d,]+)}") local fractured = line:match("({fractured})") or "" - local foundMod = false local modText = line:gsub("{.+}", ""):gsub("{.+}", "") - for modName, mod in pairs(uniqueMods) do - if mod[1]:lower() == modText:lower() then - out:write(fractured) - if variants then - out:write("{variant:" .. variants .. "}") + local possibleMods = modTextMap[modText] + local gggMod + if possibleMods then + gggMod = possibleMods[1] + for _, modName in ipairs(possibleMods) do + if modName:lower():match(name) then + gggMod = modName end - out:write(modName, "\n") - foundMod = true - break end - end - if not foundMod then + out:write(fractured) + if variants then + out:write("{variant:" .. variants .. "}") + end + out:write(gggMod, "\n") + else out:write(line, "\n") end else From 5ec88d944510bb446f543445797912025ddc87fb Mon Sep 17 00:00:00 2001 From: Wires77 Date: Wed, 13 Oct 2021 01:16:01 -0500 Subject: [PATCH 09/15] feat: Remove fractured mods from uniqueDB --- src/Data/Uniques/Special/body.lua | 2 +- src/Data/Uniques/body.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Data/Uniques/Special/body.lua b/src/Data/Uniques/Special/body.lua index ca605fc936..4ee9d957d5 100644 --- a/src/Data/Uniques/Special/body.lua +++ b/src/Data/Uniques/Special/body.lua @@ -518,7 +518,7 @@ Savant's Robe League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 56, 152 Int -{fractured}LocalIncreasedEnergyShieldPercentUnique__24 +LocalIncreasedEnergyShieldPercentUnique__24 StrengthIntelligenceRequirementsUnique__1 DivineChargeOnHitUnique__1_ Gain a Divine Charge on Hit diff --git a/src/Data/Uniques/body.lua b/src/Data/Uniques/body.lua index 097af213fa..130e469378 100644 --- a/src/Data/Uniques/body.lua +++ b/src/Data/Uniques/body.lua @@ -518,7 +518,7 @@ Savant's Robe League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 56, 152 Int -{fractured}(180-230)% increased Energy Shield +(180-230)% increased Energy Shield +600 Strength and Intelligence Requirement +10 to maximum Divine Charges Gain a Divine Charge on Hit From 8833b638f415e6a39f4f1e61115040c639172a36 Mon Sep 17 00:00:00 2001 From: Wires77 Date: Wed, 13 Oct 2021 03:37:25 -0500 Subject: [PATCH 10/15] docs: Adding info for how to run the unique mods scripts --- RELEASE.md | 1 + src/Export/Scripts/{uniqueText.lua => UModsToText.lua} | 0 src/Export/Scripts/{uniqueMods.lua => UTextToMods.lua} | 0 3 files changed, 1 insertion(+) rename src/Export/Scripts/{uniqueText.lua => UModsToText.lua} (100%) rename src/Export/Scripts/{uniqueMods.lua => UTextToMods.lua} (100%) diff --git a/RELEASE.md b/RELEASE.md index 149aaec6ce..169b4060de 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -29,6 +29,7 @@ Updating data from the GGPK uses the PoB exporter (see CONTRIBUTING.md#exporting Steps: 1. Run each script in the Exporter in order + - In between `UModsToText` and `UTextToMods` restore any changes to uniques or new uniques, as the script is naive. 2. Revert the following changes similar to the linked examples: - [Fix stats on Rigwald's Pack](https://github.com/PathOfBuildingCommunity/PathOfBuilding/commit/85912cc8631bf55f999f8dfbda5fa6510252518c#diff-72415c450079cf8e5de1f00680f4918fd78e43aea4ed78dc5906d5ccf6fb66fb) - Make sure "of the Underground" mods don't apply to you as well as nearby enemies in [ModItem.lua](src/Data/ModItem.lua) diff --git a/src/Export/Scripts/uniqueText.lua b/src/Export/Scripts/UModsToText.lua similarity index 100% rename from src/Export/Scripts/uniqueText.lua rename to src/Export/Scripts/UModsToText.lua diff --git a/src/Export/Scripts/uniqueMods.lua b/src/Export/Scripts/UTextToMods.lua similarity index 100% rename from src/Export/Scripts/uniqueMods.lua rename to src/Export/Scripts/UTextToMods.lua From 10f7f37819ae4a794e955fd648d2fb243fcb1006 Mon Sep 17 00:00:00 2001 From: Wires77 Date: Sun, 10 Jul 2022 05:08:29 -0500 Subject: [PATCH 11/15] Reset uniques to updated files --- src/Data/Uniques/Special/Generated.lua | 339 +++++++++- src/Data/Uniques/Special/New.lua | 52 +- src/Data/Uniques/Special/WatchersEye.lua | 217 ++++--- src/Data/Uniques/Special/race.lua | 147 +++++ src/Data/Uniques/amulet.lua | 648 ++++++++++--------- src/Data/Uniques/axe.lua | 49 +- src/Data/Uniques/belt.lua | 449 +++++++------ src/Data/Uniques/body.lua | 208 +++--- src/Data/Uniques/boots.lua | 145 +++-- src/Data/Uniques/bow.lua | 202 +++--- src/Data/Uniques/claw.lua | 6 +- src/Data/Uniques/dagger.lua | 16 +- src/Data/Uniques/flask.lua | 56 +- src/Data/Uniques/gloves.lua | 86 ++- src/Data/Uniques/helmet.lua | 169 +++-- src/Data/Uniques/jewel.lua | 184 ++++-- src/Data/Uniques/mace.lua | 70 +- src/Data/Uniques/quiver.lua | 176 ++++- src/Data/Uniques/ring.lua | 789 ++++++++++++----------- src/Data/Uniques/shield.lua | 169 +++-- src/Data/Uniques/staff.lua | 61 +- src/Data/Uniques/sword.lua | 70 +- src/Data/Uniques/wand.lua | 30 +- 23 files changed, 2690 insertions(+), 1648 deletions(-) create mode 100644 src/Data/Uniques/Special/race.lua diff --git a/src/Data/Uniques/Special/Generated.lua b/src/Data/Uniques/Special/Generated.lua index ca117b3ee1..34b3a31b44 100644 --- a/src/Data/Uniques/Special/Generated.lua +++ b/src/Data/Uniques/Special/Generated.lua @@ -6,6 +6,172 @@ data.uniques.generated = { } +local parseVeiledModName = function(string) + return (string: + gsub("%JunMasterVeiled", ""): + gsub("%Local", ""): + gsub("%Display", ""): + gsub("%Crafted", ""): + gsub("(%d)h", ""): + gsub("%_", ""): + gsub("(%l)(%u)", "%1 %2"): + gsub("(%d)", " %1 ")) +end + +local veiledModIsActive = function(mod, baseType, specificType) + local baseIndex = isValueInTable(mod.weightKey, baseType) + local typeIndex = isValueInTable(mod.weightKey, specificType) + return (typeIndex and mod.weightVal[typeIndex] > 0) or (not typeIndex and baseIndex and mod.weightVal[baseIndex] > 0) +end + +local getVeiledMods = function (baseType, specificType, canHaveCatarinaMod) + local veiledMods = { } + for veiledModIndex, veiledMod in pairs(data.veiledMods) do + if veiledModIsActive(veiledMod, baseType, specificType) then + local veiledName = parseVeiledModName(veiledModIndex) + + veiledName = "("..veiledMod.type..") "..veiledName + + local veiled = { veiledName = veiledName, veiledLines = { } } + for line, value in ipairs(veiledMod) do + veiled.veiledLines[line] = value + end + + if (canHaveCatarinaMod or (veiledMod.affix ~= "Catarina's" and veiledMod.affix ~= "Haku's")) then + table.insert(veiledMods, veiled) + end + end + end + table.sort(veiledMods, function (m1, m2) return m1.veiledName < m2.veiledName end ) + return veiledMods +end + +local paradoxicaMods = getVeiledMods("weapon", "one_hand_weapon", false) +local paradoxica = { + "Paradoxica", + "Vaal Rapier", + "League: Betrayal", + "Has Alt Variant: true", + "Selected Variant: 1", + "Selected Alt Variant: 20" +} + +for index, mod in pairs(paradoxicaMods) do + if (mod.veiledName == "(Suffix) Double Damage Chance") then + table.remove(paradoxicaMods, index) + end +end + +for index, mod in pairs(paradoxicaMods) do + table.insert(paradoxica, "Variant: "..mod.veiledName) +end + +table.insert(paradoxica, "Source: Drops from Bosses in Safehouse") +table.insert(paradoxica, "Requires Level 66, 212 Dex") +table.insert(paradoxica, "Implicits: 1") +table.insert(paradoxica, "+25% to Global Critical Strike Multiplier") + +for index, mod in pairs(paradoxicaMods) do + for _, value in pairs(mod.veiledLines) do + table.insert(paradoxica, "{variant:"..index.."}"..value.."") + end +end + +table.insert(paradoxica, "Attacks with this Weapon deal Double Damage") +table.insert(data.uniques.generated, table.concat(paradoxica, "\n")) + +local caneOfKulemakMods = getVeiledMods("weapon", "staff", true) +local caneOfKulemak = { + "Cane of Kulemak", + "Serpentine Staff", + "Has Alt Variant: true", + "Has Alt Variant Two: true", + "Selected Variant: 1", + "Selected Alt Variant: 20" +} + +for index, mod in pairs(caneOfKulemakMods) do + table.insert(caneOfKulemak, "Variant: "..mod.veiledName) +end + +table.insert(caneOfKulemak, "Requires Level 68, 85 Str, 85 Int") +table.insert(caneOfKulemak, "Implicits: 1") +table.insert(caneOfKulemak, "+20% Chance to Block Attack Damage while wielding a Staff") +table.insert(caneOfKulemak, "(60-90)% increased Unveiled Modifier magnitudes") + +for index, mod in pairs(caneOfKulemakMods) do + for _, value in pairs(mod.veiledLines) do + table.insert(caneOfKulemak, "{variant:"..index.."}"..value.."") + end +end + +table.insert(data.uniques.generated, table.concat(caneOfKulemak, "\n")) + +local replicaParadoxicaMods = getVeiledMods("weapon", "one_hand_weapon", true) +local replicaParadoxica = { + "Replica Paradoxica", + "Vaal Rapier", + "League: Heist", + "Has Alt Variant: true", + "Has Alt Variant Two: true", + "Has Alt Variant Three: true", + "Has Alt Variant Four: true", + "Has Alt Variant Five: true", + "Selected Variant: 1", + "Selected Alt Variant: 2", + "Selected Alt Variant Two: 3", + "Selected Alt Variant Three: 25", + "Selected Alt Variant Four: 27", + "Selected Alt Variant Five: 34" +} + +for index, mod in pairs(replicaParadoxicaMods) do + table.insert(replicaParadoxica, "Variant: "..mod.veiledName) +end + +table.insert(replicaParadoxica, "Requires Level 66, 212 Dex") +table.insert(replicaParadoxica, "Implicits: 1") +table.insert(replicaParadoxica, "+25% to Global Critical Strike Multiplier") + +for index, mod in pairs(replicaParadoxicaMods) do + for _, value in pairs(mod.veiledLines) do + table.insert(replicaParadoxica, "{variant:"..index.."}"..value.."") + end +end + +table.insert(data.uniques.generated, table.concat(replicaParadoxica, "\n")) + +local queensHungerMods = getVeiledMods("body_armour", "int_armour", false) +local queensHunger = { + "The Queen's Hunger", + "Vaal Regalia", + "League: Betrayal", + "Has Alt Variant: true", + "Selected Variant: 1", + "Selected Alt Variant: 24" +} + +for index, mod in pairs(queensHungerMods) do + table.insert(queensHunger, "Variant: "..mod.veiledName) +end + +table.insert(queensHunger, "Requires Level 68, 194 Int") +table.insert(queensHunger, "Trigger Level 20 Bone Offering, Flesh Offering or Spirit Offering every 5 seconds") +table.insert(queensHunger, "Offering Skills Triggered this way also affect you") +table.insert(queensHunger, "(5-10)% increased Cast Speed") +table.insert(queensHunger, "(100-130)% increased Energy Shield") +table.insert(queensHunger, "(6-10)% increased maximum Life") + +for index, mod in pairs(queensHungerMods) do + for _, value in pairs(mod.veiledLines) do + table.insert(queensHunger, "{variant:"..index.."}"..value.."") + end +end + +table.insert(data.uniques.generated, table.concat(queensHunger, "\n")) + + + local megalomaniac = { "Megalomaniac", "Medium Cluster Jewel", @@ -59,8 +225,10 @@ for _, gemData in pairs(data.gems) do end table.sort(gems) for index, name in ipairs(gems) do - table.insert(forbiddenShako, "Variant: "..name) - table.insert(forbiddenShako, "{variant:"..index.."}Socketed Gems are Supported by Level (15-25) "..name) + table.insert(forbiddenShako, "Variant: "..name.. " (Low Level)") + table.insert(forbiddenShako, "{variant:"..(index * 2 - 1).."}Socketed Gems are Supported by Level (1-10) "..name) + table.insert(forbiddenShako, "Variant: "..name.. " (High Level)") + table.insert(forbiddenShako, "{variant:"..(index * 2).."}Socketed Gems are Supported by Level (25-35) "..name) table.insert(replicaForbiddenShako, "Variant: "..name.. " (Low Level)") table.insert(replicaForbiddenShako, "{variant:"..(index * 2 - 1).."}Socketed Gems are Supported by Level (1-10) "..name) table.insert(replicaForbiddenShako, "Variant: "..name.. " (High Level)") @@ -83,7 +251,7 @@ local enduranceChargeMods = { }, [2] = { ["Block Attacks"] = "1% Chance to Block Attack Damage per Endurance Charge", - ["Dodge Attacks"] = "1% Chance to Dodge Attack Hits per Endurance Charge", + ["Spell Suppression"] = "1% chance to Suppress Spell Damage per Endurance Charge", ["Chaos Res"] = "+4% to Chaos Resistance per Endurance Charge", ["Fire as Chaos"] = "Gain 1% of Fire Damage as Extra Chaos Damage per Endurance Charge", ["Attack and Cast Speed"] = "1% increased Attack and Cast Speed per Endurance Charge", @@ -111,7 +279,7 @@ local frenzyChargeMods = { }, [2] = { ["Block Attacks"] = "1% Chance to Block Attack Damage per Frenzy Charge", - ["Dodge Attacks"] = "1% Chance to Dodge Attack Hits per Frenzy Charge", + ["Spell Suppression"] = "1% chance to Suppress Spell Damage per Frenzy Charge", ["Accuracy Rating"] = "10% increased Accuracy Rating per Frenzy Charge", ["Cold as Chaos"] = "Gain 1% of Cold Damage as Extra Chaos Damage per Frenzy Charge", ["Attack and Cast Speed"] = "1% increased Attack and Cast Speed per Frenzy Charge", @@ -139,7 +307,7 @@ local powerChargeMods = { }, [2] = { ["Block Attacks"] = "1% Chance to Block Attack Damage per Power Charge", - ["Dodge Attacks"] = "1% Chance to Dodge Attack Hits per Power Charge", + ["Spell Suppression"] = "1% chance to Suppress Spell Damage per Power Charge", ["Phys. Damage Red."] = "1% additional Physical Damage Reduction per Power Charge", ["Lightning as Chaos"] = "Gain 1% of Lightning Damage as Extra Chaos Damage per Power Charge", ["Attack and Cast Speed"] = "1% increased Attack and Cast Speed per Power Charge", @@ -228,35 +396,69 @@ local skinOfTheLords = { "League: Breach", "Source: Upgraded from unique{Skin of the Loyal} using currency{Blessing of Chayula}", } -local excludedKeystones = { - "Chaos Inoculation", -- to prevent infinite loop +local excludedItemKeystones = { "Corrupted Soul", -- exclusive to specific unique "Divine Flesh", -- exclusive to specific unique "Hollow Palm Technique", -- exclusive to specific unique "Immortal Ambition", -- exclusive to specific unique - "Necromantic Aegis", -- to prevent infinite loop "Secrets of Suffering", -- exclusive to specific items + "Inner Conviction", -- exclusive to specific items + "Phase Acrobatics", -- removed from game + "Mortal Conviction", -- removed from game } -local keystones = {} +local excludedPassiveKeystones = { + "Chaos Inoculation", -- to prevent infinite loop + "Necromantic Aegis", -- to prevent infinite loop +} +local skinOfTheLordsKeystones = {} for _, name in ipairs(data.keystones) do - if not isValueInArray(excludedKeystones, name) then - table.insert(keystones, name) + if not isValueInArray(excludedItemKeystones, name) and not isValueInArray(excludedPassiveKeystones, name) then + table.insert(skinOfTheLordsKeystones, name) end end -for _, name in ipairs(keystones) do +for _, name in ipairs(skinOfTheLordsKeystones) do table.insert(skinOfTheLords, "Variant: "..name) end table.insert(skinOfTheLords, "Implicits: 0") table.insert(skinOfTheLords, "Sockets cannot be modified") -table.insert(skinOfTheLords, "+1 to Level of Socketed Gems") +table.insert(skinOfTheLords, "+2 to Level of Socketed Gems") table.insert(skinOfTheLords, "100% increased Global Defences") table.insert(skinOfTheLords, "You can only Socket Corrupted Gems in this item") -for index, name in ipairs(keystones) do +for index, name in ipairs(skinOfTheLordsKeystones) do table.insert(skinOfTheLords, "{variant:"..index.."}"..name) end table.insert(skinOfTheLords, "Corrupted") table.insert(data.uniques.generated, table.concat(skinOfTheLords, "\n")) +local impossibleEscapeKeystones = {} +for _, name in ipairs(data.keystones) do + if not isValueInArray(excludedItemKeystones, name) then + table.insert(impossibleEscapeKeystones, name) + end +end +local impossibleEscape = { + "Impossible Escape", + "Viridian Jewel", + "League: Sentinel", + "Limited to: 1", + "Source: Drops from Uber unique{Maven}", + "Radius: Small" +} +for _, name in ipairs(impossibleEscapeKeystones) do + table.insert(impossibleEscape, "Variant: "..name) +end +table.insert(impossibleEscape, "Variant: Everything (QoL Test Variant)") +local variantCount = 1 +for index, name in ipairs(impossibleEscapeKeystones) do + table.insert(impossibleEscape, "{variant:"..index.."}Passives in radius of "..name.." can be allocated without being connected to your tree") + variantCount = variantCount + 1 +end +for _, name in ipairs(impossibleEscapeKeystones) do + table.insert(impossibleEscape, "{variant:"..variantCount.."}Passives in radius of "..name.." can be allocated without being connected to your tree") +end +table.insert(impossibleEscape, "Corrupted") +table.insert(data.uniques.generated, table.concat(impossibleEscape, "\n")) + --[[ 3 scenarios exist for legacy mods - Mod changed, but kept the same mod Id -- Has legacyMod @@ -264,6 +466,9 @@ table.insert(data.uniques.generated, table.concat(skinOfTheLords, "\n")) -- Has only a version when it changed - Mod changed/removed, but isn't legacy -- Has empty table to exclude it from the list + + 4th scenario: Mod was changed (not legacy), but the mod ID (aka Variant name) no longer reflects the mod + -- Has 'rename' field to customize the name ]] local watchersEyeLegacyMods = { ["ClarityManaAddedAsEnergyShield"] = { @@ -307,6 +512,12 @@ local watchersEyeLegacyMods = { ["WrathLightningDamageManaLeech"] = { ["version"] = "3.8.0", }, + ["GraceChanceToDodge"] = { + ["rename"] = "Grace: Chance to Suppress Spells", + }, + ["HasteChanceToDodgeSpells"] = { + ["rename"] = "Haste: Chance to Suppress Spells", + }, ["PurityOfFireReducedReflectedFireDamage"] = { }, ["PurityOfIceReducedReflectedColdDamage"] = { }, ["PurityOfLightningReducedReflectedLightningDamage"] = { }, @@ -326,6 +537,15 @@ Has Alt Variant Two: true ]] } +local sublimeVision = { +[[ +Sublime Vision +Prismatic Jewel +Source: Drops from unique{Uber Uber Elder} +Limited to: 1 +]] +} + local abbreviateModId = function(string) return (string: gsub("Increased", "Inc"): @@ -338,16 +558,24 @@ local abbreviateModId = function(string) end for _, mod in ipairs(data.uniqueMods["Watcher's Eye"]) do - local variantName = abbreviateModId(mod.Id):gsub("^[Purity Of ]*%u%l+", "%1:"):gsub("New", ""):gsub("[%u%d]", " %1"):gsub("_", ""):gsub("E S", "ES") - if watchersEyeLegacyMods[mod.Id] then - if watchersEyeLegacyMods[mod.Id].version then - table.insert(watchersEye, "Variant:" .. variantName .. " (Pre " .. watchersEyeLegacyMods[mod.Id].version .. ")") - end - if watchersEyeLegacyMods[mod.Id].legacyMod then + if not mod.Id:match("^SublimeVision") then + local variantName = abbreviateModId(mod.Id):gsub("^[Purity Of ]*%u%l+", "%1:"):gsub("New", ""):gsub("[%u%d]", " %1"):gsub("_", ""):gsub("E S", "ES") + if watchersEyeLegacyMods[mod.Id] then + if watchersEyeLegacyMods[mod.Id].version then + table.insert(watchersEye, "Variant:" .. variantName .. " (Pre " .. watchersEyeLegacyMods[mod.Id].version .. ")") + end + if watchersEyeLegacyMods[mod.Id].legacyMod then + table.insert(watchersEye, "Variant:" .. variantName) + end + if watchersEyeLegacyMods[mod.Id].rename then + table.insert(watchersEye, "Variant: " .. watchersEyeLegacyMods[mod.Id].rename) + end + else table.insert(watchersEye, "Variant:" .. variantName) end else - table.insert(watchersEye, "Variant:" .. variantName) + local variantName = mod.Id:gsub("SublimeVision", ""):gsub("[%u%d]", " %1") + table.insert(sublimeVision, "Variant:" .. variantName) end end @@ -357,21 +585,68 @@ table.insert(watchersEye, (4-6)% increased maximum Life (4-6)% increased maximum Mana]]) -local index = 1 +local indexWatchersEye = 1 +local indexSublimeVision = 1 for _, mod in ipairs(data.uniqueMods["Watcher's Eye"]) do - if watchersEyeLegacyMods[mod.Id] then - if watchersEyeLegacyMods[mod.Id].legacyMod then - table.insert(watchersEye, "{variant:" .. index .. "}" .. watchersEyeLegacyMods[mod.Id].legacyMod(mod.mod[1])) - index = index + 1 - end - if watchersEyeLegacyMods[mod.Id].version then - table.insert(watchersEye, "{variant:" .. index .. "}" .. mod.mod[1]) - index = index + 1 + if not mod.Id:match("^SublimeVision") then + if watchersEyeLegacyMods[mod.Id] then + if watchersEyeLegacyMods[mod.Id].legacyMod then + table.insert(watchersEye, "{variant:" .. indexWatchersEye .. "}" .. watchersEyeLegacyMods[mod.Id].legacyMod(mod.mod[1])) + indexWatchersEye = indexWatchersEye + 1 + end + if watchersEyeLegacyMods[mod.Id].version or watchersEyeLegacyMods[mod.Id].rename then + table.insert(watchersEye, "{variant:" .. indexWatchersEye .. "}" .. mod.mod[1]) + indexWatchersEye = indexWatchersEye + 1 + end + else + table.insert(watchersEye, "{variant:" .. indexWatchersEye .. "}" .. mod.mod[1]) + indexWatchersEye = indexWatchersEye + 1 end else - table.insert(watchersEye, "{variant:" .. index .. "}" .. mod.mod[1]) - index = index + 1 + for i, _ in ipairs(mod.mod) do + table.insert(sublimeVision, "{variant:" .. indexSublimeVision .. "}" .. mod.mod[i]) + end + indexSublimeVision = indexSublimeVision + 1 end end table.insert(data.uniques.generated, table.concat(watchersEye, "\n")) +table.insert(data.uniques.generated, table.concat(sublimeVision, "\n")) + +function buildTreeDependentUniques(tree) + buildForbidden(tree.classNotables) +end + +function buildForbidden(classNotables) + local forbidden = { } + for _, name in pairs({"Flame", "Flesh"}) do + forbidden[name] = { } + table.insert(forbidden[name], "Forbidden " .. name) + table.insert(forbidden[name], (name == "Flame" and "Crimson" or "Cobalt") .. " Jewel") + local index = 1 + for className, notableTable in pairs(classNotables) do + for _, notableName in ipairs(notableTable) do + table.insert(forbidden[name], "Variant: (" .. className .. ") " .. notableName) + index = index + 1 + end + end + if name == "Flame" then + table.insert(forbidden[name], "Source: Drops from unique{The Searing Exarch}") + else + table.insert(forbidden[name], "Source: Drops from unique{The Eater of Worlds}") + end + table.insert(forbidden[name], "Limited to: 1") + table.insert(forbidden[name], "Item Level: 83") + index = 1 + for className, notableTable in pairs(classNotables) do + for _, notableName in ipairs(notableTable) do + table.insert(forbidden[name], "{variant:" .. index .. "}" .. "Requires Class " .. className) + table.insert(forbidden[name], "{variant:" .. index .. "}" .. "Allocates ".. notableName .. " if you have the matching modifier on Forbidden " .. (name == "Flame" and "Flesh" or "Flame")) + index = index + 1 + end + end + table.insert(forbidden[name], "Corrupted") + end + table.insert(data.uniques.generated, table.concat(forbidden["Flame"], "\n")) + table.insert(data.uniques.generated, table.concat(forbidden["Flesh"], "\n")) +end \ No newline at end of file diff --git a/src/Data/Uniques/Special/New.lua b/src/Data/Uniques/Special/New.lua index 5ca3459a7d..1eb258fccb 100644 --- a/src/Data/Uniques/Special/New.lua +++ b/src/Data/Uniques/Special/New.lua @@ -5,7 +5,57 @@ data.uniques.new = { -- New - +[[ +The Burden of Truth +Crystal Belt +Requires Level 79 +Implicits: 1 +{tags:jewellery_defense}+(60-80) to maximum Energy Shield +{tags:life}(30-40)% increased Life Recovery from Flasks +33% of Chaos Damage taken does not bypass Energy Shield +33% of Non-Chaos Damage taken bypasses Energy Shield +{tags:jewellery_defense}Gain (5-10)% of Maximum Life as Extra Maximum Energy Shield +Supreme Decadence +]],[[ +Echoes of Creation +Royal Burgonet +Shaper Item +Requires Level 65, 148 Str +Socketed Warcry Skills have +1 Cooldown Use +(80-120)% increased Armour ++(50-70) to maximum Life +When you Attack, take (15-20)% of Life as Physical Damage for +each Warcry Exerting the Attack +Skills deal (10-15)% more Damage for each Warcry Exerting them +]],[[ +The Eternal Struggle +Onyx Amulet +Searing Exarch Item +Eater of Worlds Item +Requires Level 61 +Implicits: 2 +9% increased Mana Reservation Efficiency of Skills +{tags:speed}6% increased Movement Speed +{tags:jewellery_attribute}+(20-50) to Strength +{tags:jewellery_attribute}+(20-50) to Dexterity +{tags:jewellery_attribute}+(20-50) to Intelligence +{tags:jewellery_defense}(10-15)% increased Global Defences +Critical Strikes inflict Malignant Madness if The Eater of Worlds is dominant +Kill Enemies that have 15% or lower Life on Hit if The Searing Exarch is dominant +]],[[ +Call of the Void +Sapphire Ring +Shaper Item +Elder Item +Requires Level 16 +Implicits: 1 +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +All Damage with Hits can Chill +All Damage Taken from Hits can Chill you +Enemies Chilled by your Hits can be Shattered as though Frozen +Enemies Chilled by your Hits lessen their Damage dealt by half of Chill Effect +]] -- Reworked } diff --git a/src/Data/Uniques/Special/WatchersEye.lua b/src/Data/Uniques/Special/WatchersEye.lua index 3bac966f1a..8a2578d04d 100644 --- a/src/Data/Uniques/Special/WatchersEye.lua +++ b/src/Data/Uniques/Special/WatchersEye.lua @@ -2,104 +2,121 @@ -- Item data (c) Grinding Gear Games return { - ["DeterminationPhysicalDamageReduction"] = { affix = "", "(5-8)% additional Physical Damage Reduction while affected by Determination", statOrderKey = "3863", statOrder = { 3863 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["DeterminationAdditionalBlock"] = { affix = "", "+(5-8)% Chance to Block Attack Damage while affected by Determination", statOrderKey = "4282", statOrder = { 4282 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["DeterminationUnaffectedByVulnerability"] = { affix = "", "Unaffected by Vulnerability while affected by Determination", statOrderKey = "7530", statOrder = { 7530 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["DeterminationReducedExtraDamageFromCrits"] = { affix = "", "You take (40-60)% reduced Extra Damage from Critical Strikes while affected by Determination", statOrderKey = "4935", statOrder = { 4935 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["DeterminationReducedReflectedPhysicalDamage"] = { affix = "", "(40-50)% reduced Reflected Physical Damage taken while affected by Determination", statOrderKey = "7165", statOrder = { 7165 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["DeterminationAdditionalArmour"] = { affix = "", "+(600-1000) to Armour while affected by Determination", statOrderKey = "3933", statOrder = { 3933 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["GraceAdditionalChanceToEvade"] = { affix = "", "+(5-8)% chance to Evade Attack Hits while affected by Grace", statOrderKey = "4393", statOrder = { 4393 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["GraceChanceToDodge"] = { affix = "", "(6-10)% chance to Dodge Attack Hits while affected by Grace", statOrderKey = "4387", statOrder = { 4387 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["GraceUnaffectedByEnfeeble"] = { affix = "", "Unaffected by Enfeeble while affected by Grace", statOrderKey = "7519", statOrder = { 7519 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["GraceIncreasedMovementSpeed"] = { affix = "", "(10-15)% increased Movement Speed while affected by Grace", statOrderKey = "6905", statOrder = { 6905 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["GraceBlindEnemiesWhenHit"] = { affix = "", "(30-50)% chance to Blind Enemies which Hit you while affected by Grace", statOrderKey = "4277", statOrder = { 4277 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisciplineEnergyShieldRegen"] = { affix = "", "Regenerate (1.5-2.5)% of Energy Shield per Second while affected by Discipline", statOrderKey = "4897", statOrder = { 4897 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["DisciplineAdditionalSpellBlock"] = { affix = "", "+(5-8)% Chance to Block Spell Damage while affected by Discipline", statOrderKey = "4370", statOrder = { 4370 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["DisciplineFasterStartOfRecharge"] = { affix = "", "(30-40)% faster start of Energy Shield Recharge while affected by Discipline", statOrderKey = "4877", statOrder = { 4877 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["DisciplineEnergyShieldPerHit"] = { affix = "", "+(20-30) Energy Shield gained for each Enemy Hit while affected by Discipline", statOrderKey = "4878", statOrder = { 4878 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["DisciplineEnergyShieldRecoveryRate"] = { affix = "", "(10-15)% increased Energy Shield Recovery Rate while affected by Discipline", statOrderKey = "4891", statOrder = { 4891 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["WrathLightningPenetration"] = { affix = "", "Damage Penetrates (10-15)% Lightning Resistance while affected by Wrath", statOrderKey = "7160", statOrder = { 7160 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["WrathLightningDamageManaLeech"] = { affix = "", "(1-1.5)% of Lightning Damage is Leeched as Mana while affected by Wrath", statOrderKey = "6116", statOrder = { 6116 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, - ["WrathLightningDamageESLeech"] = { affix = "", "(1-1.5)% of Lightning Damage is Leeched as Energy Shield while affected by Wrath", statOrderKey = "4881", statOrder = { 4881 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "elemental", "lightning" }, }, - ["WrathPhysicalAddedAsLightning_"] = { affix = "", "Gain (15-25)% of Physical Damage as Extra Lightning Damage while affected by Wrath", statOrderKey = "7009", statOrder = { 7009 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "4131", statOrder = { 4131 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["WrathIncreasedLightningDamage"] = { affix = "", "(40-60)% increased Lightning Damage while affected by Wrath", statOrderKey = "5520", statOrder = { 5520 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["WrathIncreasedCriticalStrikeChance"] = { affix = "", "(70-100)% increased Critical Strike Chance while affected by Wrath", statOrderKey = "4577", statOrder = { 4577 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["AngerFirePenetration"] = { affix = "", "Damage Penetrates (10-15)% Fire Resistance while affected by Anger ", statOrderKey = "7159", statOrder = { 7159 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AngerFireDamageLifeLeech_"] = { affix = "", "(1-1.5)% of Fire Damage Leeched as Life while affected by Anger", statOrderKey = "5467", statOrder = { 5467 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["AngerPhysicalAddedAsFire"] = { affix = "", "Gain (15-25)% of Physical Damage as Extra Fire Damage while affected by Anger", statOrderKey = "7006", statOrder = { 7006 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "4130", statOrder = { 4130 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["AngerIncreasedFireDamage"] = { affix = "", "(40-60)% increased Fire Damage while affected by Anger", statOrderKey = "4958", statOrder = { 4958 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AngerIncreasedCriticalStrikeMultiplier"] = { affix = "", "+(30-50)% to Critical Strike Multiplier while affected by Anger", statOrderKey = "4601", statOrder = { 4601 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["HatredColdPenetration"] = { affix = "", "Damage Penetrates (10-15)% Cold Resistance while affected by Hatred", statOrderKey = "7157", statOrder = { 7157 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HatredAdditionalCriticalStrikeChance"] = { affix = "", "+(1.2-1.8)% to Critical Strike Chance while affected by Hatred", statOrderKey = "3845", statOrder = { 3845 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["HatredAddedColdDamage"] = { affix = "", "Adds (58-70) to (88-104) Cold Damage while affected by Hatred", statOrderKey = "6786", statOrder = { 6786 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HatredPhysicalConvertedToCold"] = { affix = "", "(25-40)% of Physical Damage Converted to Cold Damage while affected by Hatred", statOrderKey = "4129", statOrder = { 4129 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["HatredIncreasedColdDamage"] = { affix = "", "(40-60)% increased Cold Damage while affected by Hatred", statOrderKey = "4492", statOrder = { 4492 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["VitalityDamageLifeLeech"] = { affix = "", "(0.8-1.2)% of Damage leeched as Life while affected by Vitality", statOrderKey = "5461", statOrder = { 5461 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["VitalityFlatLifeRegen"] = { affix = "", "Regenerate (100-140) Life per Second while affected by Vitality", statOrderKey = "5487", statOrder = { 5487 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["VitalityPercentLifeRegen"] = { affix = "", "Regenerate (1-1.5)% of Life per second while affected by Vitality", statOrderKey = "5492", statOrder = { 5492 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["VitalityLifeRecoveryRate"] = { affix = "", "(10-15)% increased Life Recovery Rate while affected by Vitality", statOrderKey = "5481", statOrder = { 5481 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["VitalityLifeGainPerHit"] = { affix = "", "+(20-30) Life gained for each Enemy Hit while affected by Vitality", statOrderKey = "5456", statOrder = { 5456 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["VitalityLifeRecoveryFromFlasks_"] = { affix = "", "(50-70)% increased Life Recovery from Flasks while affected by Vitality", statOrderKey = "4991", statOrder = { 4991 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["ClarityReducedManaCost"] = { affix = "", "-(10-5) to Total Mana Cost of Skills while affected by Clarity", statOrderKey = "7268", statOrder = { 7268 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ClarityReducedManaCostNonChannelled"] = { affix = "", "Non-Channelling Skills have -(10-5) to Total Mana Cost while affected by Clarity", statOrderKey = "7271", statOrder = { 7271 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ClarityDamageTakenFromManaBeforeLife"] = { affix = "", "(6-10)% of Damage taken from Mana before Life while affected by Clarity", statOrderKey = "4689", statOrder = { 4689 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["ClarityRecoverManaOnSkillUse"] = { affix = "", "(10-15)% chance to Recover 10% of Mana when you use a Skill while affected by Clarity", statOrderKey = "7146", statOrder = { 7146 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ClarityManaAddedAsEnergyShield"] = { affix = "", "Gain (6-10)% of Maximum Mana as Extra Maximum Energy Shield while affected by Clarity", statOrderKey = "6737", statOrder = { 6737 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ClarityManaRecoveryRate"] = { affix = "", "(10-15)% increased Mana Recovery Rate while affected by Clarity", statOrderKey = "6124", statOrder = { 6124 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ClarityDamageTakenGainedAsMana"] = { affix = "", "(15-20)% of Damage taken while affected by Clarity Recouped as Mana", statOrderKey = "4696", statOrder = { 4696 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["HasteChanceToDodgeSpells"] = { affix = "", "(5-8)% chance to Dodge Spell Hits while affected by Haste", statOrderKey = "4389", statOrder = { 4389 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["HasteGainOnslaughtOnKill"] = { affix = "", "You gain Onslaught for 4 seconds on Kill while affected by Haste", statOrderKey = "5083", statOrder = { 5083 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HasteGainPhasing"] = { affix = "", "You have Phasing while affected by Haste", statOrderKey = "5093", statOrder = { 5093 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HasteUnaffectedByTemporalChains"] = { affix = "", "Unaffected by Temporal Chains while affected by Haste", statOrderKey = "7529", statOrder = { 7529 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["HasteDebuffsExpireFaster"] = { affix = "", "Debuffs on you expire (15-20)% faster while affected by Haste", statOrderKey = "4722", statOrder = { 4722 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HasteCooldownRecoveryForMovementSkills"] = { affix = "", "(30-50)% increased Cooldown Recovery Rate of Movement Skills used while affected by Haste", statOrderKey = "6890", statOrder = { 6890 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PurityOfFireTakePhysicalAsFire"] = { affix = "", "(6-10)% of Physical Damage from Hits taken as Fire Damage while affected by Purity of Fire", statOrderKey = "7033", statOrder = { 7033 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental", "fire" }, }, - ["PurityOfFireImmuneToIgnite"] = { affix = "", "Immune to Ignite while affected by Purity of Fire", statOrderKey = "5393", statOrder = { 5393 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["PurityOfFireUnaffectedByBurningGround"] = { affix = "", "Unaffected by Burning Ground while affected by Purity of Fire", statOrderKey = "7511", statOrder = { 7511 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PurityOfFireUnaffectedByFlammability__"] = { affix = "", "Unaffected by Flammability while affected by Purity of Fire", statOrderKey = "7520", statOrder = { 7520 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["PurityOfFireReducedReflectedFireDamage"] = { affix = "", "(40-50)% reduced Reflected Fire Damage taken while affected by Purity of Fire", statOrderKey = "4969", statOrder = { 4969 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, - ["PurityOfIceTakePhysicalAsIce"] = { affix = "", "(6-10)% of Physical Damage from Hits taken as Cold Damage while affected by Purity of Ice", statOrderKey = "7031", statOrder = { 7031 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental", "cold" }, }, - ["PurityOfIceImmuneToFreeze"] = { affix = "", "Immune to Freeze while affected by Purity of Ice", statOrderKey = "5391", statOrder = { 5391 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["PurityOfIceUnaffectedByChilledGround"] = { affix = "", "Unaffected by Chilled Ground while affected by Purity of Ice", statOrderKey = "7514", statOrder = { 7514 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PurityOfIceUnaffectedByFrostbite"] = { affix = "", "Unaffected by Frostbite while affected by Purity of Ice", statOrderKey = "7521", statOrder = { 7521 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["PurityOfIceReducedReflectedColdDamage"] = { affix = "", "(40-50)% reduced Reflected Cold Damage taken while affected by Purity of Ice", statOrderKey = "4508", statOrder = { 4508 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, - ["PurityOfLightningTakePhysicalAsLightning"] = { affix = "", "(6-10)% of Physical Damage from Hits taken as Lightning Damage while affected by Purity of Lightning", statOrderKey = "7035", statOrder = { 7035 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental", "lightning" }, }, - ["PurityOfLightningImmuneToShock_"] = { affix = "", "Immune to Shock while affected by Purity of Lightning", statOrderKey = "5394", statOrder = { 5394 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["PurityOfLightningUnaffectedByShockedGround"] = { affix = "", "Unaffected by Shocked Ground while affected by Purity of Lightning", statOrderKey = "7527", statOrder = { 7527 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PurityOfLightningUnaffectedByConductivity_____"] = { affix = "", "Unaffected by Conductivity while affected by Purity of Lightning", statOrderKey = "7515", statOrder = { 7515 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["PurityOfLightningReducedReflectedLightningDamage"] = { affix = "", "(40-50)% reduced Reflected Lightning Damage taken while affected by Purity of Lightning", statOrderKey = "5530", statOrder = { 5530 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning" }, }, - ["PurityOfElementsTakePhysicalAsFire_"] = { affix = "", "(8-12)% of Physical Damage from Hits taken as Fire Damage while affected by Purity of Elements", statOrderKey = "7032", statOrder = { 7032 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental", "fire" }, }, - ["PurityOfElementsTakePhysicalAsCold"] = { affix = "", "(8-12)% of Physical Damage from Hits taken as Cold Damage while affected by Purity of Elements", statOrderKey = "7030", statOrder = { 7030 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental", "cold" }, }, - ["PurityOfElementsTakePhysicalAsLightning"] = { affix = "", "(8-12)% of Physical Damage from Hits taken as Lightning Damage while affected by Purity of Elements", statOrderKey = "7034", statOrder = { 7034 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental", "lightning" }, }, - ["PurityOfElementsUnaffectedByElementalWeakness"] = { affix = "", "Unaffected by Elemental Weakness while affected by Purity of Elements", statOrderKey = "7518", statOrder = { 7518 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["PurityOfElementsReducedReflectedElementalDamage"] = { affix = "", "(40-50)% reduced Reflected Elemental Damage taken while affected by Purity of Elements", statOrderKey = "4822", statOrder = { 4822 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["PurityOfElementsChaosResistance"] = { affix = "", "+(30-50)% to Chaos Resistance while affected by Purity of Elements", statOrderKey = "4441", statOrder = { 4441 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["PrecisionIncreasedCriticalStrikeMultiplier"] = { affix = "", "+(20-30)% to Critical Strike Multiplier while affected by Precision", statOrderKey = "4602", statOrder = { 4602 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["PrecisionIncreasedAttackDamage"] = { affix = "", "(40-60)% increased Attack Damage while affected by Precision", statOrderKey = "4008", statOrder = { 4008 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["PrecisionFlaskChargeOnCrit_"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike while affected by Precision", statOrderKey = "7145", statOrder = { 7145 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, - ["PrecisionIncreasedAttackSpeed"] = { affix = "", "(10-15)% increased Attack Speed while affected by Precision", statOrderKey = "4040", statOrder = { 4040 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["PrecisionCannotBeBlinded"] = { affix = "", "Cannot be Blinded while affected by Precision", statOrderKey = "4311", statOrder = { 4311 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PrideChanceForDoubleDamage"] = { affix = "", "(8-12)% chance to deal Double Damage while using Pride", statOrderKey = "7073", statOrder = { 7073 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["PrideIntimidateOnHit"] = { affix = "", "Your Hits Intimidate Enemies for 4 seconds while you are using Pride", statOrderKey = "7075", statOrder = { 7075 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PrideIncreasedPhysicalDamage_"] = { affix = "", "(40-60)% increased Attack Physical Damage while using Pride", statOrderKey = "7077", statOrder = { 7077 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PrideChanceToImpale"] = { affix = "", "25% chance to Impale Enemies on Hit with Attacks while using Pride", statOrderKey = "7074", statOrder = { 7074 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["PrideImpaleAdditionalHits"] = { affix = "", "Impales you inflict last 2 additional Hits while using Pride", statOrderKey = "7079", statOrder = { 7079 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["MalevolenceSkillEffectDuration"] = { affix = "", "(20-30)% increased Skill Effect Duration while affected by Malevolence", statOrderKey = "7263", statOrder = { 7263 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MalevolenceChaosNonAilmentDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrderKey = "4768", statOrder = { 4768 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MalevolenceColdDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrderKey = "4768", statOrder = { 4768 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MalevolenceLifeAndEnergyShieldRecoveryRate"] = { affix = "", "(8-12)% increased Recovery rate of Life and Energy Shield while affected by Malevolence", statOrderKey = "5452", statOrder = { 5452 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["MalevolenceUnaffectedByPoison"] = { affix = "", "Unaffected by Poison while affected by Malevolence", statOrderKey = "7524", statOrder = { 7524 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["MalevolenceUnaffectedByBleeding_"] = { affix = "", "Unaffected by Bleeding while affected by Malevolence", statOrderKey = "7508", statOrder = { 7508 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["MalevolenceYourAilmentsDealDamageFaster__"] = { affix = "", "Damaging Ailments you inflict deal Damage (10-15)% faster while affected by Malevolence", statOrderKey = "7610", statOrder = { 7610 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "ailment" }, }, - ["MalevolenceDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrderKey = "4768", statOrder = { 4768 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ZealotryCriticalStrikesPenetratesElementalResistances"] = { affix = "", "Critical Strikes Penetrate (8-10)% of Enemy Elemental Resistances while affected by Zealotry", statOrderKey = "4612", statOrder = { 4612 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["ZealotryCastSpeed"] = { affix = "", "(10-15)% increased Cast Speed while affected by Zealotry", statOrderKey = "4354", statOrder = { 4354 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["ZealotryConsecratedGroundEffectLingersForMsAfterLeavingTheArea"] = { affix = "", "Effects of Consecrated Ground you create while affected by Zealotry Linger for 2 seconds", statOrderKey = "4522", statOrder = { 4522 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ZealotryConsecratedGroundEnemyDamageTaken"] = { affix = "", "Consecrated Ground you create while affected by Zealotry causes enemies to take (8-10)% increased Damage", statOrderKey = "4519", statOrder = { 4519 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ZealotryGainArcaneSurgeFor4SecondsWhenYouCreateConsecratedGround"] = { affix = "", "Gain Arcane Surge for 4 seconds when you create Consecrated Ground while affected by Zealotry", statOrderKey = "5033", statOrder = { 5033 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRate"] = { affix = "", "30% increased Maximum total Energy Shield Recovery per second from Leech while affected by Zealotry", statOrderKey = "1258", statOrder = { 1258 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRateNew"] = { affix = "", "30% increased Maximum total Energy Shield Recovery per second from Leech while affected by Zealotry", statOrderKey = "1257", statOrder = { 1257 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ZealotryCriticalStrikeChanceAgainstEnemiesOnConsecratedGround"] = { affix = "", "(100-120)% increased Critical Strike Chance against Enemies on Consecrated Ground while affected by Zealotry", statOrderKey = "4558", statOrder = { 4558 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DeterminationPhysicalDamageReduction"] = { affix = "", "(5-8)% additional Physical Damage Reduction while affected by Determination", statOrderKey = "4042", statOrder = { 4042 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["DeterminationAdditionalBlock"] = { affix = "", "+(5-8)% Chance to Block Attack Damage while affected by Determination", statOrderKey = "4516", statOrder = { 4516 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["DeterminationUnaffectedByVulnerability"] = { affix = "", "Unaffected by Vulnerability while affected by Determination", statOrderKey = "8208", statOrder = { 8208 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["DeterminationReducedExtraDamageFromCrits"] = { affix = "", "You take (40-60)% reduced Extra Damage from Critical Strikes while affected by Determination", statOrderKey = "5321", statOrder = { 5321 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DeterminationReducedReflectedPhysicalDamage"] = { affix = "", "(40-50)% reduced Reflected Physical Damage taken while affected by Determination", statOrderKey = "7776", statOrder = { 7776 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["DeterminationAdditionalArmour"] = { affix = "", "+(600-1000) to Armour while affected by Determination", statOrderKey = "4139", statOrder = { 4139 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["GraceAdditionalChanceToEvade"] = { affix = "", "+(5-8)% chance to Evade Attack Hits while affected by Grace", statOrderKey = "4672", statOrder = { 4672 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["GraceChanceToDodge"] = { affix = "", "+(12-15)% chance to Suppress Spell Damage while affected by Grace", statOrderKey = "7974", statOrder = { 7974 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GraceUnaffectedByEnfeeble"] = { affix = "", "Unaffected by Enfeeble while affected by Grace", statOrderKey = "8197", statOrder = { 8197 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["GraceIncreasedMovementSpeed"] = { affix = "", "(10-15)% increased Movement Speed while affected by Grace", statOrderKey = "7455", statOrder = { 7455 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GraceBlindEnemiesWhenHit"] = { affix = "", "(30-50)% chance to Blind Enemies which Hit you while affected by Grace", statOrderKey = "4512", statOrder = { 4512 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisciplineEnergyShieldRegen"] = { affix = "", "Regenerate (1.5-2.5)% of Energy Shield per Second while affected by Discipline", statOrderKey = "5270", statOrder = { 5270 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["DisciplineAdditionalSpellBlock"] = { affix = "", "+(5-8)% Chance to Block Spell Damage while affected by Discipline", statOrderKey = "4656", statOrder = { 4656 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["DisciplineFasterStartOfRecharge"] = { affix = "", "(30-40)% faster start of Energy Shield Recharge while affected by Discipline", statOrderKey = "5246", statOrder = { 5246 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["DisciplineEnergyShieldPerHit"] = { affix = "", "+(20-30) Energy Shield gained for each Enemy Hit while affected by Discipline", statOrderKey = "5248", statOrder = { 5248 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["DisciplineEnergyShieldRecoveryRate"] = { affix = "", "(10-15)% increased Energy Shield Recovery Rate while affected by Discipline", statOrderKey = "5264", statOrder = { 5264 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["WrathLightningPenetration"] = { affix = "", "Damage Penetrates (10-15)% Lightning Resistance while affected by Wrath", statOrderKey = "7769", statOrder = { 7769 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["WrathLightningDamageManaLeech"] = { affix = "", "(1-1.5)% of Lightning Damage is Leeched as Mana while affected by Wrath", statOrderKey = "6603", statOrder = { 6603 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, + ["WrathLightningDamageESLeech"] = { affix = "", "(1-1.5)% of Lightning Damage is Leeched as Energy Shield while affected by Wrath", statOrderKey = "5252", statOrder = { 5252 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "elemental", "lightning" }, }, + ["WrathPhysicalAddedAsLightning_"] = { affix = "", "Gain (15-25)% of Physical Damage as Extra Lightning Damage while affected by Wrath", statOrderKey = "7579", statOrder = { 7579 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "4358", statOrder = { 4358 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["WrathIncreasedLightningDamage"] = { affix = "", "(40-60)% increased Lightning Damage while affected by Wrath", statOrderKey = "5989", statOrder = { 5989 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["WrathIncreasedCriticalStrikeChance"] = { affix = "", "(70-100)% increased Critical Strike Chance while affected by Wrath", statOrderKey = "4883", statOrder = { 4883 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AngerFirePenetration"] = { affix = "", "Damage Penetrates (10-15)% Fire Resistance while affected by Anger", statOrderKey = "7768", statOrder = { 7768 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AngerFireDamageLifeLeech_"] = { affix = "", "(1-1.5)% of Fire Damage Leeched as Life while affected by Anger", statOrderKey = "5931", statOrder = { 5931 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["AngerPhysicalAddedAsFire"] = { affix = "", "Gain (15-25)% of Physical Damage as Extra Fire Damage while affected by Anger", statOrderKey = "7576", statOrder = { 7576 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "4357", statOrder = { 4357 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["AngerIncreasedFireDamage"] = { affix = "", "(40-60)% increased Fire Damage while affected by Anger", statOrderKey = "5349", statOrder = { 5349 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AngerIncreasedCriticalStrikeMultiplier"] = { affix = "", "+(30-50)% to Critical Strike Multiplier while affected by Anger", statOrderKey = "4908", statOrder = { 4908 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["HatredColdPenetration"] = { affix = "", "Damage Penetrates (10-15)% Cold Resistance while affected by Hatred", statOrderKey = "7766", statOrder = { 7766 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HatredAdditionalCriticalStrikeChance"] = { affix = "", "+(1.2-1.8)% to Critical Strike Chance while affected by Hatred", statOrderKey = "4020", statOrder = { 4020 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["HatredAddedColdDamage"] = { affix = "", "Adds (58-70) to (88-104) Cold Damage while affected by Hatred", statOrderKey = "7327", statOrder = { 7327 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HatredPhysicalConvertedToCold"] = { affix = "", "(25-40)% of Physical Damage Converted to Cold Damage while affected by Hatred", statOrderKey = "4356", statOrder = { 4356 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["HatredIncreasedColdDamage"] = { affix = "", "(40-60)% increased Cold Damage while affected by Hatred", statOrderKey = "4783", statOrder = { 4783 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["VitalityDamageLifeLeech"] = { affix = "", "(0.8-1.2)% of Damage leeched as Life while affected by Vitality", statOrderKey = "5925", statOrder = { 5925 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["VitalityFlatLifeRegen"] = { affix = "", "Regenerate (100-140) Life per Second while affected by Vitality", statOrderKey = "5952", statOrder = { 5952 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["VitalityPercentLifeRegen"] = { affix = "", "Regenerate (1-1.5)% of Life per second while affected by Vitality", statOrderKey = "5959", statOrder = { 5959 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["VitalityLifeRecoveryRate"] = { affix = "", "(10-15)% increased Life Recovery Rate while affected by Vitality", statOrderKey = "5946", statOrder = { 5946 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["VitalityLifeGainPerHit"] = { affix = "", "+(20-30) Life gained for each Enemy Hit while affected by Vitality", statOrderKey = "5920", statOrder = { 5920 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["VitalityLifeRecoveryFromFlasks_"] = { affix = "", "(50-70)% increased Life Recovery from Flasks while affected by Vitality", statOrderKey = "5389", statOrder = { 5389 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["ClarityReducedManaCost"] = { affix = "", "-(10-5) to Total Mana Cost of Skills while affected by Clarity", statOrderKey = "7890", statOrder = { 7890 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ClarityReducedManaCostNonChannelled"] = { affix = "", "Non-Channelling Skills have -(10-5) to Total Mana Cost while affected by Clarity", statOrderKey = "7893", statOrder = { 7893 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ClarityDamageTakenFromManaBeforeLife"] = { affix = "", "(6-10)% of Damage taken from Mana before Life while affected by Clarity", statOrderKey = "5013", statOrder = { 5013 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ClarityRecoverManaOnSkillUse"] = { affix = "", "(10-15)% chance to Recover 10% of Mana when you use a Skill while affected by Clarity", statOrderKey = "7747", statOrder = { 7747 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ClarityManaAddedAsEnergyShield"] = { affix = "", "Gain (6-10)% of Maximum Mana as Extra Maximum Energy Shield while affected by Clarity", statOrderKey = "7274", statOrder = { 7274 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ClarityManaRecoveryRate"] = { affix = "", "(10-15)% increased Mana Recovery Rate while affected by Clarity", statOrderKey = "6611", statOrder = { 6611 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ClarityDamageTakenGainedAsMana"] = { affix = "", "(15-20)% of Damage taken while affected by Clarity Recouped as Mana", statOrderKey = "5023", statOrder = { 5023 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["HasteChanceToDodgeSpells"] = { affix = "", "+(5-8)% chance to Suppress Spell Damage while affected by Haste", statOrderKey = "7975", statOrder = { 7975 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasteGainOnslaughtOnKill"] = { affix = "", "You gain Onslaught for 4 seconds on Kill while affected by Haste", statOrderKey = "5492", statOrder = { 5492 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasteGainPhasing"] = { affix = "", "You have Phasing while affected by Haste", statOrderKey = "5502", statOrder = { 5502 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasteUnaffectedByTemporalChains"] = { affix = "", "Unaffected by Temporal Chains while affected by Haste", statOrderKey = "8207", statOrder = { 8207 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["HasteDebuffsExpireFaster"] = { affix = "", "Debuffs on you expire (15-20)% faster while affected by Haste", statOrderKey = "5053", statOrder = { 5053 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasteCooldownRecoveryForMovementSkills"] = { affix = "", "(30-50)% increased Cooldown Recovery Rate of Movement Skills used while affected by Haste", statOrderKey = "7439", statOrder = { 7439 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PurityOfFireTakePhysicalAsFire"] = { affix = "", "(6-10)% of Physical Damage from Hits taken as Fire Damage while affected by Purity of Fire", statOrderKey = "7604", statOrder = { 7604 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental", "fire" }, }, + ["PurityOfFireImmuneToIgnite"] = { affix = "", "Immune to Ignite while affected by Purity of Fire", statOrderKey = "5845", statOrder = { 5845 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["PurityOfFireUnaffectedByBurningGround"] = { affix = "", "Unaffected by Burning Ground while affected by Purity of Fire", statOrderKey = "8188", statOrder = { 8188 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PurityOfFireUnaffectedByFlammability__"] = { affix = "", "Unaffected by Flammability while affected by Purity of Fire", statOrderKey = "8198", statOrder = { 8198 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["PurityOfFireReducedReflectedFireDamage"] = { affix = "", "(40-50)% reduced Reflected Fire Damage taken while affected by Purity of Fire", statOrderKey = "5362", statOrder = { 5362 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["PurityOfIceTakePhysicalAsIce"] = { affix = "", "(6-10)% of Physical Damage from Hits taken as Cold Damage while affected by Purity of Ice", statOrderKey = "7602", statOrder = { 7602 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental", "cold" }, }, + ["PurityOfIceImmuneToFreeze"] = { affix = "", "Immune to Freeze while affected by Purity of Ice", statOrderKey = "5842", statOrder = { 5842 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["PurityOfIceUnaffectedByChilledGround"] = { affix = "", "Unaffected by Chilled Ground while affected by Purity of Ice", statOrderKey = "8191", statOrder = { 8191 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PurityOfIceUnaffectedByFrostbite"] = { affix = "", "Unaffected by Frostbite while affected by Purity of Ice", statOrderKey = "8199", statOrder = { 8199 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["PurityOfIceReducedReflectedColdDamage"] = { affix = "", "(40-50)% reduced Reflected Cold Damage taken while affected by Purity of Ice", statOrderKey = "4802", statOrder = { 4802 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["PurityOfLightningTakePhysicalAsLightning"] = { affix = "", "(6-10)% of Physical Damage from Hits taken as Lightning Damage while affected by Purity of Lightning", statOrderKey = "7606", statOrder = { 7606 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental", "lightning" }, }, + ["PurityOfLightningImmuneToShock_"] = { affix = "", "Immune to Shock while affected by Purity of Lightning", statOrderKey = "5847", statOrder = { 5847 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["PurityOfLightningUnaffectedByShockedGround"] = { affix = "", "Unaffected by Shocked Ground while affected by Purity of Lightning", statOrderKey = "8205", statOrder = { 8205 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PurityOfLightningUnaffectedByConductivity_____"] = { affix = "", "Unaffected by Conductivity while affected by Purity of Lightning", statOrderKey = "8192", statOrder = { 8192 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["PurityOfLightningReducedReflectedLightningDamage"] = { affix = "", "(40-50)% reduced Reflected Lightning Damage taken while affected by Purity of Lightning", statOrderKey = "6001", statOrder = { 6001 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning" }, }, + ["PurityOfElementsTakePhysicalAsFire_"] = { affix = "", "(8-12)% of Physical Damage from Hits taken as Fire Damage while affected by Purity of Elements", statOrderKey = "7603", statOrder = { 7603 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental", "fire" }, }, + ["PurityOfElementsTakePhysicalAsCold"] = { affix = "", "(8-12)% of Physical Damage from Hits taken as Cold Damage while affected by Purity of Elements", statOrderKey = "7601", statOrder = { 7601 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental", "cold" }, }, + ["PurityOfElementsTakePhysicalAsLightning"] = { affix = "", "(8-12)% of Physical Damage from Hits taken as Lightning Damage while affected by Purity of Elements", statOrderKey = "7605", statOrder = { 7605 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental", "lightning" }, }, + ["PurityOfElementsUnaffectedByElementalWeakness"] = { affix = "", "Unaffected by Elemental Weakness while affected by Purity of Elements", statOrderKey = "8196", statOrder = { 8196 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["PurityOfElementsReducedReflectedElementalDamage"] = { affix = "", "(40-50)% reduced Reflected Elemental Damage taken while affected by Purity of Elements", statOrderKey = "5176", statOrder = { 5176 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["PurityOfElementsChaosResistance"] = { affix = "", "+(30-50)% to Chaos Resistance while affected by Purity of Elements", statOrderKey = "4725", statOrder = { 4725 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["PrecisionIncreasedCriticalStrikeMultiplier"] = { affix = "", "+(20-30)% to Critical Strike Multiplier while affected by Precision", statOrderKey = "4909", statOrder = { 4909 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["PrecisionIncreasedAttackDamage"] = { affix = "", "(40-60)% increased Attack Damage while affected by Precision", statOrderKey = "4220", statOrder = { 4220 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["PrecisionFlaskChargeOnCrit_"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike while affected by Precision", statOrderKey = "7744", statOrder = { 7744 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, + ["PrecisionIncreasedAttackSpeed"] = { affix = "", "(10-15)% increased Attack Speed while affected by Precision", statOrderKey = "4252", statOrder = { 4252 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["PrecisionCannotBeBlinded"] = { affix = "", "Cannot be Blinded while affected by Precision", statOrderKey = "4573", statOrder = { 4573 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PrideChanceForDoubleDamage"] = { affix = "", "(8-12)% chance to deal Double Damage while using Pride", statOrderKey = "7653", statOrder = { 7653 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["PrideIntimidateOnHit"] = { affix = "", "Your Hits Intimidate Enemies for 4 seconds while you are using Pride", statOrderKey = "7655", statOrder = { 7655 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PrideIncreasedPhysicalDamage_"] = { affix = "", "(40-60)% increased Physical Damage while using Pride", statOrderKey = "7659", statOrder = { 7659 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PrideChanceToImpale"] = { affix = "", "25% chance to Impale Enemies on Hit with Attacks while using Pride", statOrderKey = "7654", statOrder = { 7654 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["PrideImpaleAdditionalHits"] = { affix = "", "Impales you inflict last 2 additional Hits while using Pride", statOrderKey = "7661", statOrder = { 7661 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,4075,8315", statOrder = { 3144, 4075, 8315 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,4095,8316", statOrder = { 3144, 4095, 8316 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,7255,8317", statOrder = { 3144, 7255, 8317 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,7278,8318", statOrder = { 3144, 7278, 8318 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,7259,8319", statOrder = { 3144, 7259, 8319 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,3998,8320", statOrder = { 3144, 3998, 8320 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,4071,8321", statOrder = { 3144, 4071, 8321 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,7509,8322", statOrder = { 3144, 7509, 8322 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,4860,8323", statOrder = { 3144, 4860, 8323 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3142,5307,8324", statOrder = { 3142, 5307, 8324 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,4026,8325", statOrder = { 3144, 4026, 8325 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,5334,8327", statOrder = { 3144, 5334, 8327 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,5333,5333.1,8328", statOrder = { 3144, 5333, 5333.1, 8328 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,4774,8326", statOrder = { 3144, 4774, 8326 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,7777,8329", statOrder = { 3144, 7777, 8329 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,4074,8330", statOrder = { 3144, 4074, 8330 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, 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 = "3144,8194,8331", statOrder = { 3144, 8194, 8331 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, + ["MalevolenceSkillEffectDuration"] = { affix = "", "(20-30)% increased Skill Effect Duration while affected by Malevolence", statOrderKey = "7885", statOrder = { 7885 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MalevolenceChaosNonAilmentDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrderKey = "5116", statOrder = { 5116 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MalevolenceColdDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrderKey = "5116", statOrder = { 5116 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MalevolenceLifeAndEnergyShieldRecoveryRate"] = { affix = "", "(8-12)% increased Recovery rate of Life and Energy Shield while affected by Malevolence", statOrderKey = "5913", statOrder = { 5913 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["MalevolenceUnaffectedByPoison"] = { affix = "", "Unaffected by Poison while affected by Malevolence", statOrderKey = "8202", statOrder = { 8202 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["MalevolenceUnaffectedByBleeding_"] = { affix = "", "Unaffected by Bleeding while affected by Malevolence", statOrderKey = "8184", statOrder = { 8184 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["MalevolenceYourAilmentsDealDamageFaster__"] = { affix = "", "Damaging Ailments you inflict deal Damage (10-15)% faster while affected by Malevolence", statOrderKey = "8314", statOrder = { 8314 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "ailment" }, }, + ["MalevolenceDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrderKey = "5116", statOrder = { 5116 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ZealotryCriticalStrikesPenetratesElementalResistances"] = { affix = "", "Critical Strikes Penetrate (8-10)% of Enemy Elemental Resistances while affected by Zealotry", statOrderKey = "4919", statOrder = { 4919 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["ZealotryCastSpeed"] = { affix = "", "(10-15)% increased Cast Speed while affected by Zealotry", statOrderKey = "4623", statOrder = { 4623 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["ZealotryConsecratedGroundEffectLingersForMsAfterLeavingTheArea"] = { affix = "", "Effects of Consecrated Ground you create while affected by Zealotry Linger for 2 seconds", statOrderKey = "4818", statOrder = { 4818 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ZealotryConsecratedGroundEnemyDamageTaken"] = { affix = "", "Consecrated Ground you create while affected by Zealotry causes enemies to take (8-10)% increased Damage", statOrderKey = "4815", statOrder = { 4815 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ZealotryGainArcaneSurgeFor4SecondsWhenYouCreateConsecratedGround"] = { affix = "", "Gain Arcane Surge for 4 seconds when you create Consecrated Ground while affected by Zealotry", statOrderKey = "5440", statOrder = { 5440 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRate"] = { affix = "", "30% increased Maximum total Energy Shield Recovery per second from Leech while affected by Zealotry", statOrderKey = "1383", statOrder = { 1383 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRateNew"] = { affix = "", "30% increased Maximum total Energy Shield Recovery per second from Leech while affected by Zealotry", statOrderKey = "1382", statOrder = { 1382 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ZealotryCriticalStrikeChanceAgainstEnemiesOnConsecratedGround"] = { affix = "", "(100-120)% increased Critical Strike Chance against Enemies on Consecrated Ground while affected by Zealotry", statOrderKey = "4864", statOrder = { 4864 }, level = 1, group = "AuraBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, } \ No newline at end of file diff --git a/src/Data/Uniques/Special/race.lua b/src/Data/Uniques/Special/race.lua new file mode 100644 index 0000000000..96a98652d4 --- /dev/null +++ b/src/Data/Uniques/Special/race.lua @@ -0,0 +1,147 @@ +-- Item data (c) Grinding Gear Games + +return { +-- Weapon: One Handed Axe +[[ +Ashes of the Sun +Driftwood Club +League: Race Events +Quality: 0 +Sockets: W-W-W +LevelReq: 1 +Implicits: 1 +10% Reduced Enemy Stun Threshold +Adds 3 to 6 Fire Damage +20% Increased Attack Speed +500% Increased Ignite Duration on Enemies +25% Increased Burning Damage +30% Chance to Ignite +]],[[ +Blood of Summer +Rusted Sword +League: Race Events +Quality: 0 +Sockets: W-W-W +Implicits: 1 +40% increased Global Accuracy Rating +Adds 2 to 6 Physical Damage +2% Increased Movement Speed per Frenzy Charge ++1 to Maximum Frenzy Charges +20% Increased Area of Effect +33% Chance to Gain a Frenzy Charge on Kill +]],[[ +Fragment of Eternity +Glass Shank +League: Race Events +Quality: 0 +Sockets: W-W-W +Implicits: 1 +30% increased Global Critical Strike Chance +Adds 1 to 4 Physical Damage +10% Increased Attack Speed +100% Increased Critical Strike Chance ++45% to Global Critical Strike Multiplier +15% Chance to Gain a Power Charge on Kill +]],[[ +Relic of the Cycle +Crude Bow +League: Race Events +Quality: 0 +Sockets: W-W-W +Implicits: 0 +100% Increased Physical Damage +10% Increased Attack Speed ++30 to Accuracy Rating +Projectiles Return to you from Final Target +]],[[ +Remnant of Empires +Goathide Buckler +League: Race Events +Evasion: 24 +EvasionBasePercentile: 1 +Quality: 0 +Sockets: W-W-W +Implicits: 1 +3% increased Movement Speed +30% Chance to Block Spell Damage ++15 to Maximum Life ++3% to All Elemental Resistances per Endurance Charge +50% Chance to Gain an Endurance Charge when you Block ++3% Chance to Block +Reflects 4 to 8 Physical Damage to Attackers on Block +]],[[ +Rust of Winter +Rusted Hatchet +League: Race Events +Quality: 0 +Sockets: W-W-W +LevelReq: 1 +Implicits: 0 +Adds 2 to 4 Physical Damage +Adds 2 to 4 Cold Damage +50% Chance to avoid being Chilled +Your Physical Damage can Chill +]],[[ +Scar of Fate +Nailed Fist +League: Race Events +Quality: 0 +Sockets: W-W-W +Implicits: 1 ++3 Life gained for each Enemy hit by Attacks +Socketed Gems have 50% Reduced Mana Cost +Grants Level 20 Hatred Skill +Adds 2 to 6 Physical Damage ++3 Life Gained for Each Enemy Hit by your Spells +]],[[ +Slivers of Providence +Serrated Arrow Quiver +League: Race Events +Quality: 0 +LevelReq: 1 +Implicits: 1 +Adds 1 to 4 Physical Damage to Bow Attacks ++10% To All Elemental Resistances +50% Increased Duration of Elemental Ailments on Enemies +10% Chance to Freeze, Shock, and Ignite +Gain 25% of Weapon Physical Damage as Extra Damage of a Random Element +]],[[ +Splinter of the Moon +Driftwood Wand +League: Race Events +Quality: 0 +Sockets: W-W-W +Implicits: 1 +(8-12)% increased Spell Damage +20% Increased Spell Damage +12% Increased Cast Speed +Regenerate 2 Mana Per Second +4% Chance to Freeze, Shock, and Ignite +]],[[ +Thunder of the Dawn +Corroded Blade +League: Race Events +Quality: 0 +Sockets: W-W-W +Implicits: 1 +40% increased Global Accuracy Rating +Adds 1 to 9 Lightning Damage ++40% To Lightning Resistance +9% Chance to Shock +50% of Physical Damage from Hits Taken as Lightning Damage +When you kill a Shocked Enemy, Inflict an Equivalent Shock on Each Nearby Enemy +]],[[ +Vestige of Divinity +Gnarled Branch +League: Race Events +Quality: 0 +Sockets: W-W-W +Implicits: 1 ++18% Chance to Block Attack Damage while wielding a Staff +16% Chance to Block Attack Damage +Adds 2 to 4 Physical Damage +15% Increased Area of Effect +Reflects 8 to 14 Physical Damage to Attacks on Block ++2 to Weapon Range +]] +} diff --git a/src/Data/Uniques/amulet.lua b/src/Data/Uniques/amulet.lua index 17078e2f4c..bc9d19ffc6 100644 --- a/src/Data/Uniques/amulet.lua +++ b/src/Data/Uniques/amulet.lua @@ -10,12 +10,12 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 45 Implicits: 1 -{tags:attribute}+(20-30) to Strength +{tags:jewellery_attribute}+(20-30) to Strength {tags:attack,speed}10% reduced Attack Speed {tags:caster,speed}10% reduced Cast Speed -{tags:defences}+(400-500) to Armour +{tags:jewellery_defense}+(400-500) to Armour {variant:1}{tags:life}+(30-40) Life gained when you Block -{variant:2,3}{tags:resource,life}+(34-48) Life gained when you Block +{variant:2,3}{tags:life}+(34-48) Life gained when you Block {variant:1}{tags:mana}+(10-20) Mana gained when you Block {variant:2,3}{tags:mana}+(10-24) Mana gained when you Block {variant:1}{tags:speed}20% reduced Movement Speed @@ -24,45 +24,54 @@ Implicits: 1 {variant:1}10% Chance to Block {variant:2,3}8% Chance to Block {tags:physical}{variant:1}Reflects 200 to 250 Physical Damage to Attackers on Block -{variant:2,3}{tags:physical}Reflects 240 to 300 Physical Damage to Attackers on Block +{tags:physical}{variant:2,3}Reflects 240 to 300 Physical Damage to Attackers on Block ]],[[ Araku Tiki Coral Amulet -Upgrade: Upgrades to unique{Ngamahu Tiki} via prophecy{A Forest of False Idols} Implicits: 1 {tags:life}(2-4) Life Regenerated per second {tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life -{tags:resource,life}+(30-50) to maximum Life -{tags:resistance}+(20-30)% to Fire Resistance +{tags:life}+(30-50) to maximum Life +{tags:jewellery_resistance}+(20-30)% to Fire Resistance {tags:life}1% of Life Regenerated per Second while on Low Life ]],[[ Ngamahu Tiki Coral Amulet -Source: Upgraded from unique{Araku Tiki} via prophecy{A Forest of False Idols} +Source: No longer obtainable Requires Level 36 Implicits: 1 {tags:life}(2-4) Life Regenerated per second -{tags:elemental_damage}(50-70)% increased Fire Damage +{tags:jewellery_elemental}(50-70)% increased Fire Damage {tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life -{tags:resource,life}+(30-50) to maximum Life -{tags:resistance}+(20-30)% to Fire Resistance +{tags:life}+(30-50) to maximum Life +{tags:jewellery_resistance}+(20-30)% to Fire Resistance {tags:life}1% of Life Regenerated per Second while on Low Life ]],[[ The Ascetic Gold Amulet -Source: prophecy{The Ambitious Bandit III} Requires Level 8 Implicits: 1 (12-20)% increased Rarity of Items found -(80-100)% increased Rarity of Items found with a Normal Item Equipped -(10-15)% increased Quantity of Items found with a Magic Item Equipped +(80-100)% increased Rarity of Items found with a Normal Item equipped +(10-15)% increased Quantity of Items found with a Magic Item equipped +]],[[ +Ashes of the Stars +Onyx Amulet +Source: Drops from unique{The Eater of Worlds} +Requires Level 60 +Implicits: 1 +{tags:jewellery_attribute}+(10-16) to all Attributes +(5–10)% increased Experience Gain of Gems +(10–20)% increased Reservation Efficiency of Skills ++1 to Level of all Skill Gems ++(20–30)% to Quality of all Skill Gems ]],[[ Astramentis Onyx Amulet Requires Level 20 Implicits: 1 -{tags:attribute}+(10-16) to all Attributes -{tags:attribute}+(80-100) to all Attributes +{tags:jewellery_attribute}+(10-16) to all Attributes +{tags:jewellery_attribute}+(80-100) to all Attributes {tags:attack,physical}-4 Physical Damage taken from Attacks ]],[[ Atziri's Foible @@ -71,23 +80,26 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 16 Implicits: 1 -{tags:resource,mana}(20-30)% increased Mana Regeneration Rate +{tags:mana}(20-30)% increased Mana Regeneration Rate {variant:1}{tags:mana}+50 to maximum Mana -{variant:2}{tags:resource,mana}+100 to maximum Mana +{variant:2}{tags:mana}+100 to maximum Mana {variant:1}{tags:mana}(8-12)% increased maximum Mana -{variant:2}{tags:resource,mana}(16-24)% increased maximum Mana -{variant:1}{tags:resource,mana}(40-60)% increased Mana Regeneration Rate -{variant:2}{tags:resource,mana}(80-100)% increased Mana Regeneration Rate +{variant:2}{tags:mana}(16-24)% increased maximum Mana +{variant:1}{tags:mana}(40-60)% increased Mana Regeneration Rate +{variant:2}{tags:mana}(80-100)% increased Mana Regeneration Rate Items and Gems have 25% reduced Attribute Requirements ]],[[ Replica Atziri's Foible Paua Amulet +Variant: Pre 3.16.0 +Variant: Current League: Heist Requires Level 16 Implicits: 1 {tags:life}Regenerate (1.00-2.00)% of Life per second -{tags:resource,life}+100 to maximum Life -{tags:resource,life}(20-25)% increased Life Recovery rate +{tags:life}+100 to maximum Life +{variant:1}{tags:life}(20-25)% increased Life Recovery rate +{variant:2}{tags:life}(20-25)% increased Life Regeneration rate Items and Gems have 25% reduced Attribute Requirements ]],[[ Aul's Uprising @@ -113,22 +125,22 @@ Variant: Intelligence: Zealotry Variant: Envy Requires Level 55 Implicits: 1 -{tags:attribute}+(10-16) to all Attributes -{variant:1,2,3,4,5}{tags:attribute}+(20-30) to Strength -{variant:6,7,8,9}{tags:attribute}+(20-30) to Dexterity -{variant:10,11,12,13,14,15,16}{tags:attribute}+(20-30) to Intelligence +{tags:jewellery_attribute}+(10-16) to all Attributes +{variant:1,2,3,4,5}{tags:jewellery_attribute}+(20-30) to Strength +{variant:6,7,8,9}{tags:jewellery_attribute}+(20-30) to Dexterity +{variant:10,11,12,13,14,15,16}{tags:jewellery_attribute}+(20-30) to Intelligence {variant:17}Grants Level 15 Envy Skill -{variant:1,2,3,4,5}{tags:defences}(15-20)% increased Armour -{variant:6,7,8,9}{tags:defences}(15-20)% increased Evasion Rating -{variant:10,11,12,13,14,15,16}{tags:defences}(15-20)% increased maximum Energy Shield -{variant:17}{tags:attribute}+(15-20) to all Attributes -{tags:resource,life}+(50-70) to maximum Life +{variant:1,2,3,4,5}{tags:jewellery_defense}(15-20)% increased Armour +{variant:6,7,8,9}{tags:jewellery_defense}(15-20)% increased Evasion Rating +{variant:10,11,12,13,14,15,16}{tags:jewellery_defense}(15-20)% increased maximum Energy Shield +{variant:17}{tags:jewellery_attribute}+(15-20) to all Attributes +{tags:life}+(50-70) to maximum Life {variant:1,2,3,4,5}10% reduced Stun and Block Recovery {variant:6,7,8,9}Nearby Enemies grant 25% increased Flask Charges {tags:critical}{variant:10,11,12,13,14,15,16}2% additional Chance to receive a Critical Strike {variant:1,2,3,4,5}Nearby Enemies have 10% reduced Stun and Block Recovery -{variant:10,11,12,13,14,15,16}{tags:critical}Hits against Nearby Enemies have 50% increased Critical Strike Chance -{variant:17}{tags:defences}(15-20)% increased Global Defences +{tags:critical}{variant:10,11,12,13,14,15,16}Hits against Nearby Enemies have 50% increased Critical Strike Chance +{variant:17}{tags:jewellery_defense}(15-20)% increased Global Defences {variant:1}Anger has no Reservation {variant:2}Determination has no Reservation {variant:3}Pride has no Reservation @@ -153,13 +165,13 @@ Variant: Pre 2.5.0 Variant: Current Requires Level 32 Implicits: 1 -{tags:attribute}+(16-24) to Strength and Intelligence -{tags:resource,life}+(30-50) to maximum Life -{tags:resource,mana}+(50-70) to maximum Mana +{tags:jewellery_attribute}+(16-24) to Strength and Intelligence +{tags:life}+(30-50) to maximum Life +{tags:mana}+(50-70) to maximum Mana +1 to Maximum Power Charges -{tags:resource,mana}10% increased Mana Regeneration Rate per Power Charge +{tags:mana}10% increased Mana Regeneration Rate Per Power Charge {variant:2}(80-100)% increased Power Charge Duration -{tags:resource,life,mana}1% of Damage is taken from Mana before Life per Power Charge +{tags:mana}1% of Damage is taken from Mana before Life per Power Charge {tags:critical}40% reduced Critical Strike Chance per Power Charge ]],[[ Badge of the Brotherhood @@ -167,7 +179,7 @@ Turquoise Amulet Requires Level: 20 Implicits: 1 League: Blight -{tags:attribute}+(16-24) to Dexterity and Intelligence +{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence (7-10)% increased Cooldown Recovery of Travel Skills per Frenzy Charge (7-10)% increased Effect of Elusive on you per Power Charge (20-25)% chance to lose a Frenzy Charge when you use a Travel Skill @@ -190,16 +202,20 @@ Implicits: 1 ]],[[ Blightwell Clutching Talisman +Variant: Pre 3.16.0 +Variant: Current League: Talisman Hardcore Talisman Tier: 2 Requires Level 28 Implicits: 1 -{tags:defences}(15-25)% increased Global Defences -{tags:defences}+(20-30) to maximum Energy Shield -{tags:resistance}+(15-30)% to Fire Resistance -{tags:resistance}+(15-30)% to Lightning Resistance -30% slower start of Energy Shield Recharge during Flask Effect -400% increased Energy Shield Recharge Rate during Flask Effect +(15-25)% increased Global Defences ++(20-30) to maximum Energy Shield ++(15-30)% to Fire Resistance ++(15-30)% to Lightning Resistance +{variant:1}30% slower start of Energy Shield Recharge during Flask Effect +{variant:2}50% slower start of Energy Shield Recharge during Flask Effect +{variant:1}400% increased Energy Shield Recharge Rate during Flask Effect +{variant:2}(150-200)% increased Energy Shield Recharge Rate during Flask Effect Corrupted ]],[[ Blood of Corruption @@ -207,11 +223,11 @@ Amber Amulet Source: Use currency{Vaal Orb} on unique{Tear of Purity} Requires Level 20 Implicits: 1 -{tags:attribute}+(20-30) to Strength -Grants Level 10 Gluttony of Elements Skill +{tags:jewellery_attribute}+(20-30) to Strength +Grants level 10 Gluttony of Elements Skill {tags:attack,chaos}Adds 19-43 Chaos Damage to Attacks -{tags:resistance}-(10-5)% to all Elemental Resistances -{tags:chaos,resistance}+(17-29)% to Chaos Resistance +{tags:jewellery_resistance}−(10-5)% to all Elemental Resistances +{tags:chaos,jewellery_resistance}+(17-29)% to Chaos Resistance Corrupted ]],[[ Bloodgrip @@ -221,12 +237,12 @@ Variant: Current Requires Level 55 Implicits: 1 {tags:life}(2.0-4.0) Life Regenerated per second -{tags:physical,attack}Adds 10 to 20 Physical Damage to Attacks -{tags:resource,life}+(60-70) to maximum Life +{tags:attack,physical}Adds 10 to 20 Physical Damage to Attacks +{tags:life}+(60-70) to maximum Life {variant:1}{tags:life}Regenerate (8.0-12.0) Life per second {variant:2}{tags:life}Regenerate (16.0-24.0) Life per second -{tags:resource,life}100% increased Life Recovery from Flasks -{tags:physical,attack}Moving while Bleeding doesn't cause you to take extra Damage +{tags:life}100% increased Life Recovery from Flasks +Moving while Bleeding doesn't cause you to take extra Damage ]],[[ Bloodgrip Marble Amulet @@ -235,12 +251,12 @@ Variant: Current Requires Level 74 Implicits: 1 {tags:life}(1.2-1.6)% of Life Regenerated per second -{tags:physical,attack}Adds 10 to 20 Physical Damage to Attacks -{tags:resource,life}+(60-70) to maximum Life +{tags:attack,physical}Adds 10 to 20 Physical Damage to Attacks +{tags:life}+(60-70) to maximum Life {variant:1}{tags:life}Regenerate (8.0-12.0) Life per second {variant:2}{tags:life}Regenerate (16.0-24.0) Life per second -{tags:resource,life}100% increased Life Recovery from Flasks -{tags:physical,attack}Moving while Bleeding doesn't cause you to take extra Damage +{tags:life}100% increased Life Recovery from Flasks +Moving while Bleeding doesn't cause you to take extra Damage ]],[[ Carnage Heart Onyx Amulet @@ -248,39 +264,50 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:attribute}+(10-16) to all Attributes -{tags:attribute}+(20-40) to all Attributes +{tags:jewellery_attribute}+(10-16) to all Attributes +{tags:jewellery_attribute}+(20-40) to all Attributes {tags:life}{variant:1}25% reduced maximum Life {tags:jewellery_defense}{variant:1}25% reduced maximum Energy Shield -{tags:resistance}+(10-20)% to all Elemental Resistances -{tags:resource,life,physical,attack}(1.2-2)% of Physical Attack Damage Leeched as Life -{variant:2}(30-40)% increased Damage while Leeching +{tags:jewellery_resistance}+(10-20)% to all Elemental Resistances +{tags:attack,life,physical}(1.2-2)% of Physical Attack Damage Leeched as Life +{tags:life}{variant:2}(30-40)% increased Damage while Leeching {tags:life}{variant:2}50% increased Life Leeched per second -Extra gore +Extra Gore +]],[[ +Crystallised Omniscience +Onyx Amulet +Source: Drops from unique{The Searing Exarch} +Requires Level 61 +Implicits: 1 +{tags:jewellery_attribute}+(10-16) to all Attributes +Modifiers to Attributes instead Apply to Omniscience ++1% to All Elemental Resistances per 10 Omniscience +Penetrate 1% Elemental Resistances per 10 Omniscience +Attribute Requirements can be satisfied by (15-25)% of Omniscience ]],[[ Daresso's Salute Citrine Amulet League: Anarchy Requires Level 16 Implicits: 1 -{tags:attribute}+(16-24) to Strength and Dexterity -{tags:defences}50% reduced maximum Energy Shield -{tags:resistance}+(30-40)% to Fire Resistance -{tags:resistance}+(30-40)% to Cold Resistance -{tags:speed}10% increased Movement Speed when on Full Life +{tags:jewellery_attribute}+(16-24) to Strength and Dexterity +{tags:jewellery_defense}50% reduced maximum Energy Shield +{tags:jewellery_resistance}+(30-40)% to Fire Resistance +{tags:jewellery_resistance}+(30-40)% to Cold Resistance +{tags:life,speed}10% increased Movement Speed when on Full Life {tags:attack}+2 to Melee Weapon and Unarmed range -{tags:attack}60% increased Melee Damage when on Full Life +{tags:attack,life}60% increased Melee Damage when on Full Life ]],[[ The Ephemeral Bond Lapis Amulet League: Heist Requires Level 68 Implicits: 1 -{tags:attribute}+(20-30) to Intelligence -{tags:resource,mana}(25-40)% increased Mana Regeneration Rate -{tags:resistance}+(15-25)% to all Elemental Resistances +{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:mana}(25-40)% increased Mana Regeneration Rate +{tags:jewellery_resistance}+(15-25)% to all Elemental Resistances {tags:critical}+(30-40)% to Critical Strike Multiplier if you've gained a Power Charge Recently -{tags:elemental_damage}(1-2) to (36-40) Lightning Damage per Power Charge +{tags:jewellery_elemental}(1-2) to (36-40) Lightning Damage per Power Charge 90% less Power Charge Duration ]],[[ Extractor Mentis @@ -289,23 +316,23 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 16 Implicits: 1 -{tags:attribute}+(16-24) to Strength and Intelligence -{tags:attribute}+(30-50) to Strength +{tags:jewellery_attribute}+(16-24) to Strength and Intelligence +{tags:jewellery_attribute}+(30-50) to Strength 5% chance to grant Unholy Might to nearby Enemies on Kill 5% chance to grant Onslaught to nearby Enemies on Kill {variant:1}5% chance to gain Unholy Might for 10 seconds on Kill {variant:2}10% chance to gain Unholy Might for 10 seconds on Kill {variant:1}{tags:caster,attack}5% chance to gain Onslaught for 10 seconds on Kill -{variant:2}10% chance to gain Onslaught for 10 seconds on Kill -{tags:life}Recover 1% of Maximum Life on Kill +{variant:2}{tags:caster,attack}10% chance to gain Onslaught for 10 seconds on Kill +{tags:life}Recover 1% of Life on Kill ]],[[ Eye of Chayula Onyx Amulet Upgrade: Upgrades to unique{Presence of Chayula} using currency{Blessing of Chayula} Requires Level 20 Implicits: 1 -{tags:attribute}+(10-16) to all Attributes -{tags:resource,life}20% reduced maximum Life +{tags:jewellery_attribute}+(10-16) to all Attributes +{tags:life}20% reduced maximum Life 30% increased Rarity of Items found Cannot be Stunned ]],[[ @@ -315,22 +342,22 @@ League: Breach Source: Upgraded from unique{Eye of Chayula} using currency{Blessing of Chayula} Requires Level 60 Implicits: 1 -{tags:attribute}+(10-16) to all Attributes +{tags:jewellery_attribute}+(10-16) to all Attributes 30% increased Rarity of Items found -{tags:chaos,resistance}+60% to Chaos Resistance +{tags:chaos,jewellery_resistance}+60% to Chaos Resistance Cannot be Stunned -{tags:resource,life,defences}20% of Maximum Life Converted to Energy Shield +{tags:jewellery_defense,life}20% of Maximum Life Converted to Energy Shield ]],[[ Eye of Innocence Citrine Amulet Source: Drops from unique{Guardian of the Phoenix} Requires Level 68 Implicits: 1 -{tags:attribute}+(16-24) to Strength and Dexterity -10% chance to Ignite +{tags:jewellery_attribute}+(16-24) to Strength and Dexterity +{tags:jewellery_elemental}10% chance to Ignite (50-70)% increased Damage while Ignited -{tags:elemental_damage}Take 100 Fire Damage when you Ignite an Enemy -{tags:resource,life}2% of Fire Damage Leeched as Life while Ignited +{tags:jewellery_elemental}Take 100 Fire Damage when you Ignite an Enemy +{tags:life}2% of Fire Damage Leeched as Life while Ignited ]],[[ Eyes of the Greatwolf Greatwolf Talisman @@ -374,9 +401,9 @@ Implicits: 32 {variant:3}(38-62)% increased Chaos Damage {variant:4}(40-60)% increased Attack Damage {variant:5}(40-60)% increased Cold Damage -{variant:6}{tags:elemental_damage}(40-60)% increased Fire Damage +{variant:6}(40-60)% increased Fire Damage {variant:7}(40-60)% increased Lightning Damage -{variant:8}{tags:caster}(40-60)% increased Spell Damage +{variant:8}(40-60)% increased Spell Damage {variant:9}(40-60)% increased Global Physical Damage {variant:10}(40-60)% increased maximum Mana {variant:11}(50-70)% increased Damage @@ -408,8 +435,8 @@ Citrine Amulet League: Harvest Requires Level 61 Implicits: 1 -{tags:attribute}+(16-24) to Strength and Dexterity -{tags:attribute}+(30-50) to Intelligence +{tags:jewellery_attribute}+(16-24) to Strength and Dexterity +{tags:jewellery_attribute}+(30-50) to Intelligence {tags:caster,speed}(10-15)% increased Cast Speed (10-15)% increased Area of Effect {tags:caster}Enemies Cursed by you are Hindered with 25% reduced Movement Speed if 25% of Curse Duration expired @@ -421,9 +448,9 @@ Turquoise Amulet League: Metamorph Requires Level 40 Implicits: 1 -{tags:attribute}+(16-24) to Dexterity and Intelligence -{tags:defences}(15-25)% increased Evasion Rating -{tags:resistance}+(15-20)% to all Elemental Resistances +{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence +{tags:jewellery_defense}(15-25)% increased Evasion Rating +{tags:jewellery_resistance}+(15-20)% to all Elemental Resistances Skills fire 2 additional Projectiles {tags:speed}(20-30)% increased Projectile Speed Modifiers to number of Projectiles instead apply to the number of targets Projectiles Split towards @@ -435,12 +462,12 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 77 Implicits: 1 -{tags:resource,mana}(48-56)% increased Mana Regeneration Rate -{tags:resource,life,chaos}0.5% of Chaos Damage Leeched as Life -{tags:resource,life,caster}Lose (10-15) Life for each Enemy hit by your Spells -{tags:resource,life,attack}Lose (20-25) Life for each Enemy hit by your Attacks +{tags:mana}(48-56)% increased Mana Regeneration Rate +{tags:life}0.5% of Chaos Damage Leeched as Life +{tags:caster,life}Lose (10-15) Life for each Enemy hit by your Spells +{tags:attack,life}Lose (20-25) Life for each Enemy hit by your Attacks Skills Chain +1 times -{variant:2}{tags:speed}(30-40)% increased Projectile Speed +{tags:speed}{variant:2}(30-40)% increased Projectile Speed {variant:1}{tags:chaos}Projectiles gain (15-20)% of Non-Chaos Damage as extra Chaos Damage per Chain {variant:2}{tags:chaos}Projectiles that have Chained gain (20-35)% of Non-Chaos Damage as extra Chaos Damage ]],[[ @@ -451,11 +478,11 @@ Source: Drops in Tul Breach or from unique{Tul, Creeping Avalanche} Upgrade: Upgrades to unique{The Pandemonius} using currency{Blessing of Tul} Requires Level 35 Implicits: 1 -{tags:attribute}+(20-30) to Dexterity -{tags:elemental_damage}(10-20)% increased Cold Damage -{tags:resistance}+(35-40)% to Cold Resistance +{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:jewellery_elemental}(10-20)% increased Cold Damage +{tags:jewellery_resistance}+(35-40)% to Cold Resistance 30% increased Freeze Duration on Enemies -10% chance to Freeze +{tags:jewellery_elemental}10% chance to Freeze 60% increased Damage if you've Frozen an Enemy Recently ]],[[ The Pandemonius @@ -464,77 +491,85 @@ League: Breach Source: Upgraded from unique{The Halcyon} using currency{Blessing of Tul} Requires Level 64 Implicits: 1 -{tags:attribute}+(20-30) to Dexterity -{tags:elemental_damage}(20-30)% increased Cold Damage -{tags:resistance}+(35-40)% to Cold Resistance +{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:jewellery_elemental}(20-30)% increased Cold Damage +{tags:jewellery_resistance}+(35-40)% to Cold Resistance Chill Enemy for 1 second when Hit Blind Chilled Enemies on Hit -{tags:elemental_damage}Damage Penetrates 20% Cold Resistance against Chilled Enemies +{tags:jewellery_elemental}Damage Penetrates 20% Cold Resistance against Chilled Enemies ]],[[ Hinekora's Sight Onyx Amulet -Source: Any prophecy{Prophecy} enemy Requires Level 20 +Variant: Pre 3.16.0 +Variant: Current Implicits: 1 -{tags:attribute}+(10-16) to all Attributes -{tags:attack}+1000 to Accuracy Rating -(6-10)% chance to Dodge Attacks -(6-10)% chance to Dodge Spell Damage +{tags:jewellery_attribute}+(10-16) to all Attributes +{variant:1}{tags:attack}+1000 to Accuracy Rating +{variant:2}{tags:attack}+(600-1000) to Accuracy Rating +{variant:2}{tags:jewellery_defense}+(600-1000) to Evasion Rating +{variant:1}(12-20)% chance to Suppress Spell Damage +{variant:2}Prevent +3% of Suppressed Spell Damage Cannot be Blinded ]],[[ Hyrri's Truth Jade Amulet League: Synthesis Requires Level 64 +Variant: Pre 3.16.0 +Variant: Current Implicits: 1 -{tags:attribute}+(20-30) to Dexterity +{tags:jewellery_attribute}+(20-30) to Dexterity Grants Level 22 Precision Skill -{tags:attribute}+(25-35) to Dexterity -{tags:physical,attack}Adds (12-15) to (24-28) Physical Damage to Attacks -{tags:elemental_damage,attack}Adds (11-15) to (23-28) Cold Damage to Attacks -{tags:critical}+(23-28)% to Global Critical Strike Multiplier -{tags:resource,life,physical,attack}(0.8-1)% of Physical Attack Damage Leeched as Life -{tags:resource,mana}Precision has 50% less Reservation +{tags:jewellery_attribute}+(25-35) to Dexterity +{tags:attack,physical}Adds (12-15) to (24-28) Physical Damage to Attacks +{tags:jewellery_elemental,attack}Adds (11-15) to (23-28) Cold Damage to Attacks ++(23-28)% to Global Critical Strike Multiplier +{tags:attack,life,physical}(0.8-1)% of Physical Attack Damage Leeched as Life +{variant:1}Precision has 50% less Reservation +{variant:2}Precision has 100% increased Mana Reservation Efficiency ]],[[ Replica Hyrri's Truth Jade Amulet League: Heist +Variant: Pre 3.16.0 +Variant: Current Requires Level 64 Implicits: 1 -{tags:attribute}+(20-30) to Dexterity +{tags:jewellery_attribute}+(20-30) to Dexterity Grants Level 22 Hatred Skill -{tags:attribute}+(25-35) to Dexterity -{tags:physical,attack}Adds (12-15) to (24-28) Physical Damage to Attacks -{tags:elemental_damage,attack}Adds (11-15) to (23-28) Cold Damage to Attacks +{tags:jewellery_attribute}+(25-35) to Dexterity +{tags:attack,physical}Adds (12-15) to (24-28) Physical Damage to Attacks +{tags:jewellery_elemental,attack}Adds (11-15) to (23-28) Cold Damage to Attacks {tags:critical}+(23-28)% to Global Critical Strike Multiplier {tags:life}(0.8-1.0)% of Cold Damage Leeched as Life -Hatred has 50% less Reservation +{variant:1}Hatred has 50% less Reservation +{variant:2}Hatred has 100% increased Mana Reservation Efficiency ]],[[ The Ignomon Gold Amulet -Upgrade: Upgrades to unique{The Effigon} via prophecy{Blind Faith} Requires Level 8 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:attribute}+10 to Dexterity -{tags:elemental_damage,attack}Adds 12 to 24 Fire Damage to Attacks +{tags:jewellery_attribute}+10 to Dexterity +{tags:jewellery_elemental,attack}Adds 12 to 24 Fire Damage to Attacks {tags:attack}+(100-150) to Accuracy Rating -{tags:defences}+(100-150) to Evasion Rating -{tags:resistance}+20% to Fire Resistance +{tags:jewellery_defense}+(100-150) to Evasion Rating +{tags:jewellery_resistance}+20% to Fire Resistance ]],[[ The Effigon Gold Amulet -Source: Upgraded from unique{The Ignomon} via prophecy{Blind Faith} +Source: No longer obtainable Requires Level 57 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:attribute}+10 to Dexterity -{tags:elemental_damage,attack}Adds 12 to 24 Fire Damage to Attacks +{tags:jewellery_attribute}+10 to Dexterity +{tags:jewellery_elemental,attack}Adds 12 to 24 Fire Damage to Attacks {tags:attack}+(100-150) to Accuracy Rating -{tags:defences}+(100-150) to Evasion Rating -{tags:resistance}+20% to Fire Resistance -{tags:attack}Your Hits can't be Evaded by Blinded Enemies -{tags:elemental_damage}Damage Penetrates 10% Fire Resistance against Blinded Enemies +{tags:jewellery_defense}+(100-150) to Evasion Rating +{tags:jewellery_resistance}+20% to Fire Resistance +Your Hits can't be Evaded by Blinded Enemies +Damage Penetrates 10% Fire Resistance against Blinded Enemies ]],[[ Impresence Onyx Amulet @@ -546,40 +581,39 @@ Variant: Lightning Variant: Chaos Requires Level 64 Implicits: 1 -{tags:attribute}+(10-16) to all Attributes -{variant:1}{tags:physical}Adds (12-16) to (20-25) Physical Damage -{variant:2}{tags:elemental_damage}Adds (20-24) to (33-36) Fire Damage -{variant:3}{tags:elemental_damage}Adds (20-24) to (33-36) Cold Damage -{variant:4}{tags:elemental_damage}Adds (10-13) to (43-47) Lightning Damage +{tags:jewellery_attribute}+(10-16) to all Attributes +{variant:1}{tags:attack,physical}Adds (12-16) to (20-25) Physical Damage +{variant:2}{tags:jewellery_elemental}Adds (20-24) to (33-36) Fire Damage +{variant:3}{tags:jewellery_elemental}Adds (20-24) to (33-36) Cold Damage +{variant:4}{tags:jewellery_elemental}Adds (10-13) to (43-47) Lightning Damage {variant:5}{tags:chaos}Adds (17-19) to (23-29) Chaos Damage -{tags:resource,life}+(50-70) to maximum Life -{variant:1}{tags:defences}+(400-500) to Armour -{variant:2}{tags:resource,life}Regenerate 1% of Life per second -{variant:3}{tags:resource,mana}(45-50)% increased Mana Regeneration Rate -{variant:4}{tags:defences}Regenerate 1% of Energy Shield per second +{tags:life}+(50-70) to maximum Life +{variant:1}{tags:jewellery_defense}+(400-500) to Armour +{variant:2}{tags:life}Regenerate 1% of Life per second +{variant:3}{tags:mana}(45-50)% increased Mana Regeneration Rate +{variant:4}{tags:jewellery_defense}Regenerate 1% of Energy Shield per second {variant:5}(30-40)% increased Damage over Time {variant:1}(30-40)% increased Stun and Block Recovery -{variant:2}{tags:resistance}+(20-25)% to Fire Resistance -{variant:3}{tags:resistance}+(20-25)% to Cold Resistance -{variant:4}{tags:resistance}+(20-25)% to Lightning Resistance -{variant:5}{tags:chaos,resistance}+(17-23)% to Chaos Resistance -{variant:1}{tags:caster}Vulnerability has 100% reduced Reservation if Cast as an Aura -{variant:2}{tags:caster}Flammability has 100% reduced Reservation if Cast as an Aura -{variant:3}{tags:caster}Frostbite has 100% reduced Reservation if Cast as an Aura -{variant:4}{tags:caster}Conductivity has 100% reduced Reservation if Cast as an Aura -{variant:5}{tags:caster}Despair has 100% reduced Reservation if Cast as an Aura +{variant:2}{tags:jewellery_resistance}+(20-25)% to Fire Resistance +{variant:3}{tags:jewellery_resistance}+(20-25)% to Cold Resistance +{variant:4}{tags:jewellery_resistance}+(20-25)% to Lightning Resistance +{variant:5}{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance +{variant:1}Vulnerability has no Reservation if Cast as an Aura +{variant:2}Flammability has no Reservation if Cast as an Aura +{variant:3}Frostbite has no Reservation if Cast as an Aura +{variant:4}Conductivity has no Reservation if Cast as an Aura +{variant:5}Despair has no Reservation if Cast as an Aura Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy Elder Item ]],[[ Karui Ward Jade Amulet -Upgrade: Upgrades to unique{Karui Charge} via prophecy{The Karui Rebellion} Variant: Pre 2.6.0 Variant: Current Requires Level 5 Implicits: 1 -{tags:attribute}+(20-30) to Dexterity -{tags:attribute}+(20-30) to Strength +{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:jewellery_attribute}+(20-30) to Strength {tags:attack}+100 to Accuracy Rating {variant:2}30% increased Projectile Damage {tags:speed}30% increased Projectile Speed @@ -590,8 +624,8 @@ Jade Amulet League: Heist Requires Level 5 Implicits: 1 -{tags:attribute}+(20-30) to Dexterity -{tags:attribute}+(20-30) to Intelligence +{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:jewellery_attribute}+(20-30) to Intelligence {tags:attack}+100 to Accuracy Rating {tags:speed}10% increased Movement Speed 30% increased Area of Effect @@ -599,15 +633,15 @@ Implicits: 1 ]],[[ Karui Charge Jade Amulet -Source: Upgraded from unique{Karui Ward} via prophecy{The Karui Rebellion} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 24 Implicits: 1 -{tags:attribute}+(20-30) to Dexterity -{tags:attribute}+(20-30) to Strength -{variant:1}{tags:attack,speed}(15-20)% increased Attack Speed -{variant:2}{tags:attack,speed}(5-10)% increased Attack Speed +{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:jewellery_attribute}+(20-30) to Strength +{tags:attack,speed}{variant:1}(15-20)% increased Attack Speed +{tags:attack,speed}{variant:2}(5-10)% increased Attack Speed {tags:attack}+100 to Accuracy Rating {variant:2}30% increased Projectile Damage {tags:speed}30% increased Projectile Speed @@ -617,10 +651,10 @@ Leadership's Price Onyx Amulet Requires Level 68 Implicits: 1 -{tags:attribute}+(10–16) to all Attributes -{tags:resistance}+(-3–3)% to maximum Fire Resistance -{tags:resistance}+(-3–3)% to maximum Cold Resistance -{tags:resistance}+(-3–3)% to maximum Lightning Resistance +{tags:jewellery_attribute}+(10–16) to all Attributes +{tags:jewellery_resistance}+(-3–3)% to maximum Fire Resistance +{tags:jewellery_resistance}+(-3–3)% to maximum Cold Resistance +{tags:jewellery_resistance}+(-3–3)% to maximum Lightning Resistance You have Scorching Conflux, Brittle Conflux and Sapping Conflux while your two highest Attributes are equal Cannot Ignite, Chill, Freeze or Shock Corrupted @@ -629,8 +663,8 @@ Maligaro's Cruelty Turquoise Amulet Requires Level 20 Implicits: 1 -{tags:attribute}+(16-24) to Dexterity and Intelligence -{tags:resource,life}(4-8)% increased maximum Life +{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence +{tags:life}(4-8)% increased maximum Life (25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by 5 or more Poisons (12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons {tags:chaos}10% increased Damage with Poison per Frenzy Charge @@ -638,13 +672,17 @@ Implicits: 1 ]],[[ The Jinxed Juju Citrine Amulet +Variant: Pre 3.16.0 +Variant: Current Requires Level 48 Implicits: 1 -{tags:attribute}+(16-24) to Strength and Dexterity -{tags:attribute}+(30-40) to Intelligence -{tags:chaos,resistance}+(23-31)% to Chaos Resistance -{tags:caster}(10-15)% increased Effect of your Curses -(10-15)% increased effect of Non-Curse Auras from your Skills +{tags:jewellery_attribute}+(16-24) to Strength and Dexterity +{tags:jewellery_attribute}+(30-40) to Intelligence +{tags:chaos,jewellery_resistance}+(23-31)% to Chaos Resistance +{variant:1}{tags:caster}(10-15)% increased Effect of your Curses +{variant:2}{tags:caster}(5-10)% increased Effect of your Curses +{variant:1}(10-15)% increased effect of Non-Curse Auras from your Skills +{variant:2}(5-10)% increased effect of Non-Curse Auras from your Skills 10% of Damage from Hits is taken from your Spectres' Life before you (The damage they take will be divided evenly between them) ]],[[ @@ -657,11 +695,11 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 40 Implicits: 1 -{tags:attribute}+(20-30) to Intelligence +{tags:jewellery_attribute}+(20-30) to Intelligence {tags:attack}+(80-120) to Accuracy Rating {tags:critical}{variant:1,2,3}+(140-160)% to Global Critical Strike Multiplier -{variant:4,5}{tags:critical}+(210-240)% to Global Critical Strike Multiplier -{tags:defences}+(80-100) to Evasion Rating +{tags:critical}{variant:4,5}+(210-240)% to Global Critical Strike Multiplier +{tags:jewellery_defense}+(80-100) to Evasion Rating (10-15)% increased Light Radius {variant:1,2}Non-critical strikes deal 25% Damage {variant:3,4}Non-critical strikes deal 40% Damage @@ -669,7 +707,7 @@ Implicits: 1 {tags:critical}{variant:2}50% less Critical Strike Chance {tags:critical}{variant:3,4,5}40% less Critical Strike Chance {variant:1,2,3,4}Your Critical Strikes have Culling Strike -{variant:5}{tags:critical}Critical Strikes have Culling Strike +{variant:5}Critical Strikes have Culling Strike ]],[[ Natural Hierarchy Rotfeather Talisman @@ -679,10 +717,10 @@ Requires Level 44 Implicits: 1 (25-35)% increased Damage (10-15)% increased Physical Damage -{tags:elemental_damage}(25-30)% increased Fire Damage -{tags:elemental_damage}(20-25)% increased Cold Damage -{tags:elemental_damage}(15-20)% increased Lightning Damage -{tags:chaos}(30-35)% increased Chaos Damage +(25-30)% increased Fire Damage +(20-25)% increased Cold Damage +(15-20)% increased Lightning Damage +(30-35)% increased Chaos Damage Corrupted ]],[[ Night's Hold @@ -694,8 +732,8 @@ Implicits: 1 Has 1 Socket +2 to Level of Socketed Gems Socketed Gems are Supported by Level 10 Added Chaos Damage -Socketed Gems are supported by Level 10 Blind -Socketed Gems are supported by Level 10 Cast when Stunned +Socketed Gems are Supported by Level 10 Blind +Socketed Gems are Supported by Level 10 Cast when Stunned Corrupted ]],[[ Perquil's Toe @@ -703,7 +741,7 @@ Gold Amulet Requires Level 29 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:attribute}+(40-50) to Dexterity +{tags:jewellery_attribute}+(40-50) to Dexterity {tags:speed}(5-8)% increased Movement Speed Lightning Damage from Enemies Hitting you is Lucky Nearby Allies' Damage with Hits is Lucky @@ -718,7 +756,7 @@ Implicits: 1 You cannot have non-Golem Minions 25% reduced Golem Size Golems Deal (35-45)% less Damage -{tags:resource,life}Golems have (35-45)% less Life +{tags:life}Golems have (35-45)% less Life {tags:speed}Golems have (80-100)% increased Movement Speed Primordial ]],[[ @@ -726,19 +764,19 @@ Rashkaldor's Patience Jade Amulet Requires Level 61 Implicits: 1 -{tags:attribute}+(20-30) to Dexterity -{tags:resource,life}+(40-80) to maximum Life -{tags:resource,mana}+(20-40) to maximum Mana -20% increased Duration of Elemental Ailments on Enemies +{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:life}+(40-80) to maximum Life +{tags:mana}+(20-40) to maximum Mana +{tags:jewellery_elemental}20% increased Duration of Elemental Ailments on Enemies Items and Gems have 10% reduced Attribute Requirements -5% chance to Freeze, Shock and Ignite +{tags:jewellery_elemental}5% chance to Freeze, Shock and Ignite Cannot gain Power Charges ]],[[ Retaliation Charm Citrine Amulet Requires Level 30 Implicits: 1 -{tags:attribute}+(16-24) to Strength and Dexterity +{tags:jewellery_attribute}+(16-24) to Strength and Dexterity (25-40)% increased Damage with Hits and Ailments against Blinded Enemies {tags:critical}(30-50)% increased Critical Strike Chance against Blinded Enemies {tags:critical}(40-50)% chance to Blind Enemies on Critical Strike @@ -754,11 +792,11 @@ Talisman Tier: 2 Requires Level 28 Implicits: 2 {variant:1}+(16-24)% to Global Critical Strike Multiplier -{variant:2}{tags:critical}+(24-36)% to Global Critical Strike Multiplier -{tags:critical}+7% to Unarmed Melee Attack Critical Strike Chance -{tags:attack}Modifiers to Claw Damage also apply to Unarmed Attack Damage -{tags:attack,speed}Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed -{tags:attack,critical}Modifiers to Claw Critical Strike Chance also apply to Unarmed Attack Critical Strike Chance +{variant:2}+(24-36)% to Global Critical Strike Multiplier ++7% to Unarmed Melee Attack Critical Strike Chance +Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills +Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills +Modifiers to Claw Critical Strike Chance also apply to Unarmed Critical Strike Chance with Melee Skills Corrupted ]],[[ Sacrificial Heart @@ -770,12 +808,12 @@ Source: Drops from unique{The Vaal Omnitect} Upgrade: Upgrades to unique{Zerphi's Heart} via currency{Vial of Sacrifice} Requires Level 32 Implicits: 1 -{tags:resource,mana}(20-30)% increased Mana Regeneration Rate -{tags:elemental_damage}Adds (22-27) to (34-38) Fire Damage -{tags:elemental_damage}Adds (20-23) to (31-35) Cold Damage -{tags:elemental_damage}Adds (1-3) to (47-52) Lightning Damage +{tags:mana}(20-30)% increased Mana Regeneration Rate +{tags:jewellery_elemental}Adds (22-27) to (34-38) Fire Damage +{tags:jewellery_elemental}Adds (20-23) to (31-35) Cold Damage +{tags:jewellery_elemental}Adds (1-3) to (47-52) Lightning Damage {variant:1}Gain a Power Charge when you use a Vaal Skill -{tags:resource,life}10 Life gained for each Enemy Hit if you have used a Vaal Skill Recently +{tags:life}10 Life gained for each Enemy Hit if you have used a Vaal Skill Recently {tags:speed}10% increased Movement Speed if you have used a Vaal Skill Recently {variant:2}Gain up to maximum Power Charges when you use a Vaal Skill ]],[[ @@ -787,9 +825,9 @@ Variant: Pre 3.10.0 Variant: Current Requires Level 70 Implicits: 1 -{tags:resource,mana}(20-30)% increased Mana Regeneration Rate +{tags:mana}(20-30)% increased Mana Regeneration Rate {tags:chaos}Adds (48-53) to (58-60) Chaos Damage -Items and Gems have 50% increased Attribute Requirements +{tags:jewellery_attribute}Items and Gems have 50% increased Attribute Requirements Chaos Damage can Ignite, Chill and Shock {variant:1}Gain Soul Eater for 10 seconds when you use a Vaal Skill {variant:2}Gain Soul Eater for 20 seconds when you use a Vaal Skill @@ -800,26 +838,27 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 16 Implicits: 1 -{tags:attribute}+(16-24) to Strength and Intelligence -{tags:resource,mana}(30-50)% increased Mana Regeneration Rate +{tags:jewellery_attribute}+(16-24) to Strength and Intelligence +{tags:mana}(30-50)% increased Mana Regeneration Rate {tags:life}2% of Life Regenerated per Second {variant:1}{tags:life}Nearby Allies gain 1% of Life Regenerated per Second -{variant:2}{tags:resource,life}Nearby Allies gain 2% of Life Regenerated per second -{tags:resource,mana}Nearby Allies gain 40% increased Mana Regeneration Rate +{variant:2}{tags:life}Nearby Allies gain 2% of Life Regenerated per Second +{tags:mana}Nearby Allies gain 40% increased Mana Regeneration Rate ]],[[ Sidhebreath Paua Amulet Variant: Pre 3.0.0 Variant: Pre 3.8.0 Variant: Current -{tags:resource,mana}(20-30)% increased Mana Regeneration Rate -{tags:resistance}+25% to Cold Resistance -{variant:1,2}{tags:resource,mana,physical,attack}0.2% of Physical Attack Damage Leeched as Mana -{tags:resource,life}Minions have (10-15)% increased maximum Life +Implicits: 1 +{tags:mana}(20-30)% increased Mana Regeneration Rate +{tags:jewellery_resistance}+25% to Cold Resistance +{variant:1,2}0.2% of Physical Attack Damage Leeched as Mana +{tags:life}Minions have (10-15)% increased maximum Life {tags:speed}Minions have (10-15)% increased Movement Speed {tags:jewellery_elemental}{variant:3}Minions deal 6 to 13 additional Cold Damage {variant:1,2}Minions deal (10-15)% increased Damage -{variant:2,3}{tags:resource,mana}(10-15)% reduced Mana Cost of Minion Skills +{variant:2,3}{tags:mana}(10-15)% reduced Mana Cost of Minion Skills ]],[[ Solstice Vigil Onyx Amulet @@ -828,13 +867,13 @@ Variant: Pre 3.10.0 Variant: Current Requires Level 64 Implicits: 1 -{tags:attribute}+(10-16) to all Attributes +{tags:jewellery_attribute}+(10-16) to all Attributes {variant:1}(20-25)% increased Damage {variant:2}(30-40)% increased Damage -{tags:resource,life}+(50-70) to maximum Life +{tags:life}+(50-70) to maximum Life {variant:1}{tags:mana}(2-3) Mana Regenerated per second {variant:2}{tags:mana}(8-10) Mana Regenerated per second -{tags:caster}Temporal Chains has 100% reduced Reservation if Cast as an Aura +{tags:mana}Temporal Chains has no Reservation if Cast as an Aura Gain Shaper's Presence for 10 seconds when you kill a Rare or Unique Enemy ]],[[ Star of Wraeclast @@ -845,14 +884,14 @@ Variant: Pre 3.8.0 Variant: Current Requires Level 28 Implicits: 1 -{tags:resistance}+(20-30)% to Fire Resistance +{tags:jewellery_resistance}+(20-30)% to Fire Resistance {variant:3}Grants Level 10 Frostblink Skill -{tags:elemental_damage}(30-50)% increased Cold Damage -{tags:resistance}+(10-15)% to all Elemental Resistances +{tags:jewellery_elemental}(30-50)% increased Cold Damage +{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances {variant:1}{tags:caster}30% increased Area of Effect of Hex Skills {variant:2,3}{tags:caster}60% increased Area of Effect of Hex Skills {tags:caster}You cannot be Cursed with Silence -{variant:1,2}Grants Level 20 Illusory Warp Skill +{variant:1,2}Grants level 20 Illusory Warp Skill {variant:3}{tags:caster}Frostblink has 50% increased Duration Corrupted ]],[[ @@ -862,11 +901,19 @@ Variant: Pre 3.4.0 Variant: Current Requires Level 5 Implicits: 1 -{tags:attribute}+(20-30) to Intelligence +{tags:jewellery_attribute}+(20-30) to Intelligence {variant:1}+15% chance to Block Spell Damage {variant:2}+(12-15)% chance to Block Spell Damage -{tags:caster,speed}(10-15)% increased Cast Speed -{tags:resource,mana}+(30-50) to maximum Mana +{tags:caster}(10-15)% increased Cast Speed +{tags:mana}+(30-50) to maximum Mana +]],[[ +Stranglegasp +Onyx Amulet +Source: Drops in Blight-ravaged Maps +Requires Level 52 +Implicits: 1 +{tags:jewellery_attribute}+(10-16) to all Attributes +Can have 3 additional Enchantment Modifiers ]],[[ Tavukai Coral Amulet @@ -875,22 +922,25 @@ Source: Drops from Karui Legion Requires Level 54 Implicits: 1 {tags:life}(2.0-4.0) Life regenerated per second -{tags:attribute}+(30-40) to Intelligence +{tags:jewellery_attribute}+(30-40) to Intelligence {tags:chaos,jewellery_resistance}Minions have (-17-17)% to Chaos Resistance Summon Raging Spirit has (20-30)% increased Duration Summoned Raging Spirits deal (60-80)% increased Damage -{tags:resource,life}Summoned Raging Spirits have (80-100)% increased maximum Life +{tags:life}Summoned Raging Spirits have (80-100)% increased maximum Life {tags:chaos}Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage ]],[[ Tear of Purity Lapis Amulet +Variant: Pre 3.16.0 +Variant: Current Requires Level 20 Implicits: 1 -{tags:attribute}+(20-30) to Intelligence -Grants Level 10 Purity of Elements Skill -{tags:attribute}+(5-10) to all Attributes -{tags:resource,life}+(20-40) to maximum Life -5% chance to Avoid Elemental Ailments +{tags:jewellery_attribute}+(20-30) to Intelligence +Grants level 10 Purity of Elements Skill +{tags:jewellery_attribute}+(5-10) to all Attributes +{tags:life}+(20-40) to maximum Life +{variant:1}5% chance to avoid Elemental Ailments +{variant:2}+5% to all Elemental Resistances ]],[[ Ungil's Harmony Turquoise Amulet @@ -898,22 +948,34 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 23 Implicits: 1 -{tags:attribute}+(16-24) to Dexterity and Intelligence -{variant:1}{tags:critical}100% increased Global Critical Strike Chance -{variant:2}{tags:critical}(250-350)% increased Global Critical Strike Chance -{tags:resource,life}+(30-50) to maximum Life -{tags:resource,mana}+(30-50) to maximum Mana +{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence +{tags:critical}{variant:1}100% increased Global Critical Strike Chance +{tags:critical}{variant:2}(250-350)% increased Global Critical Strike Chance +{tags:life}+(30-50) to maximum Life +{tags:mana}+(30-50) to maximum Mana 40% increased Stun and Block Recovery -{tags:critical}Your Critical Strikes do not deal extra Damage +Your Critical Strikes do not deal extra Damage +]],[[ +Uul-Netol's Vow +Unset Amulet +Source: Drops from Flawless Breachlords +Requires Level 72 +Implicits: 1 +Has 1 Socket +Socketed Support Gems can also Support Skills from your Body Armour +{tags:jewellery_resistance}+(-30-30)% to Fire Resistance +{tags:jewellery_resistance}+(-30-30)% to Cold Resistance +{tags:jewellery_resistance}+(-30-30)% to Lightning Resistance +{tags:chaos,jewellery_resistance}+(-23-23)% to Chaos Resistance ]],[[ Victario's Acuity Turquoise Amulet League: Onslaught Requires Level 16 Implicits: 1 -{tags:attribute}+(16-24) to Dexterity and Intelligence -{tags:resistance}+(30-40)% to Lightning Resistance -{tags:chaos,resistance}+(8-10)% to Chaos Resistance +{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence +{tags:jewellery_resistance}+(30-40)% to Lightning Resistance +{tags:chaos,jewellery_resistance}+(8-10)% to Chaos Resistance 10% chance to gain a Frenzy Charge on Kill 10% chance to gain a Power Charge on Kill {tags:speed}5% increased Projectile Speed per Frenzy Charge @@ -924,38 +986,43 @@ Lapis Amulet League: Breach Source: Drops in Esh Breach or from unique{Esh, Forked Thought} Upgrade: Upgrades to unique{Choir of the Storm} using currency{Blessing of Esh} +Variant: Pre 3.16.0 +Variant: Current Requires Level 40 Implicits: 1 -{tags:attribute}+(20-30) to Intelligence -{tags:critical}Trigger Level 12 Lightning Bolt when you deal a Critical Strike -{tags:attribute}+(10-15) to all Attributes -{tags:resource,mana}(10-20)% increased maximum Mana -{tags:critical}Critical Strike Chance is increased by Lightning Resistance +{tags:jewellery_attribute}+(20-30) to Intelligence +Trigger Level 12 Lightning Bolt when you deal a Critical Strike +{tags:jewellery_attribute}+(10-15) to all Attributes +{tags:mana}(10-20)% increased maximum Mana +{variant:1}Critical Strike Chance is increased by Lightning Resistance +{variant:2}Critical Strike Chance is increased by Overcapped Lightning Resistance ]],[[ Choir of the Storm Lapis Amulet League: Breach Source: Upgraded from unique{Voice of the Storm} using currency{Blessing of Esh} Variant: Pre 3.0.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 69 Implicits: 1 -{tags:attribute}+(20-30) to Intelligence -{tags:critical}Trigger Level 20 Lightning Bolt when you deal a Critical Strike -{tags:elemental_damage}50% increased Lightning Damage -{tags:resource,mana}(10-20)% increased maximum Mana -{variant:1}{tags:jewellery_resistance}-30% to Lightning Resistance -{tags:critical}Critical Strike Chance is increased by Lightning Resistance +{tags:jewellery_attribute}+(20-30) to Intelligence +Trigger Level 20 Lightning Bolt when you deal a Critical Strike +{tags:jewellery_elemental}50% increased Lightning Damage +{tags:mana}(10-20)% increased maximum Mana +{variant:1,2}Critical Strike Chance is increased by Lightning Resistance +{variant:1,3}{tags:jewellery_resistance}-30% to Lightning Resistance +{variant:3}Critical Strike Chance is increased by Overcapped Lightning Resistance ]],[[ Voll's Devotion Agate Amulet League: Anarchy, Onslaught Requires Level 32 Implicits: 1 -{tags:attribute}+(16-24) to Strength and Intelligence -{tags:resource,life}+(30-40) to maximum Life -{tags:defences}+(20-30) to maximum Energy Shield -{tags:resistance}+(15-20)% to all Elemental Resistances +{tags:jewellery_attribute}+(16-24) to Strength and Intelligence +{tags:life}+(30-40) to maximum Life +{tags:jewellery_defense}+(20-30) to maximum Energy Shield +{tags:jewellery_resistance}+(15-20)% to all Elemental Resistances 30% reduced Endurance Charge Duration 30% reduced Power Charge Duration Gain an Endurance Charge when a Power Charge expires or is consumed @@ -966,7 +1033,7 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 50 Implicits: 1 -{tags:attribute}+(16-24) to Dexterity and Intelligence +{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence {variant:1}{tags:attack,speed}(8-12)% increased Attack Speed {variant:2}{tags:attack,speed}(10-15)% increased Attack Speed {variant:1}{tags:caster,speed}(8-12)% increased Cast Speed @@ -974,28 +1041,31 @@ Implicits: 1 {tags:speed}12% increased Movement Speed {variant:1}(8-12)% reduced Skill Effect Duration {variant:2}(10-15)% reduced Skill Effect Duration -{tags:resource,life,mana,defences}30% increased total Recovery per second from Life, Mana, or Energy Shield Leech +30% increased total Recovery per second from Life, Mana, or Energy Shield Leech ]],[[ Willowgift Jade Amulet +Variant: Pre 3.16.0 +Variant: Current Requires Level 52 Implicits: 1 -{tags:attribute}+(20-30) to Dexterity -{tags:attribute}10% reduced Strength -{tags:attribute}15% increased Dexterity -{tags:resistance}-(30-20)% to Fire Resistance -{tags:resistance}+(30-40)% to Cold Resistance -Fortify Buffs you create instead grant 30% more Evasion Rating -{tags:attack,caster,speed}(15-25)% increased Attack and Cast Speed while you have Fortify +{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:jewellery_attribute}10% reduced Strength +{tags:jewellery_attribute}15% increased Dexterity +{tags:jewellery_resistance}-(30-20)% to Fire Resistance +{tags:jewellery_resistance}+(30-40)% to Cold Resistance +You do not inherently take less Damage for having Fortification +{variant:2}+4% chance to Suppress Spell Damage per Fortification +{tags:caster,attack,speed}(15-25)% increased Attack and Cast Speed while at maximum Fortification ]],[[ Winterheart Gold Amulet Requires Level 42 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:attribute}+(20-30) to Dexterity -{tags:resource,life}+(50-70) to maximum Life -{tags:resistance}+75% to Cold Resistance +{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:life}+(50-70) to maximum Life +{tags:jewellery_resistance}+75% to Cold Resistance Cannot be Chilled {tags:life}20% of Life Regenerated per Second while Frozen ]],[[ @@ -1005,10 +1075,10 @@ League: Heist Requires Level 42 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:attribute}+(20-30) to Dexterity -{tags:defences}+(50-70) to maximum Energy Shield -{tags:resistance}+75% to Lightning Resistance -{tags:defences}Regenerate 5% of Energy Shield per second while Shocked +{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:jewellery_defense}+(50-70) to maximum Energy Shield +{tags:jewellery_elemental}+75% to Lightning Resistance +{tags:jewellery_defense}Regenerate 5% of Energy Shield per second while Shocked Unaffected by Shock ]],[[ Xoph's Heart @@ -1018,11 +1088,11 @@ Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} Upgrade: Upgrades to unique{Xoph's Blood} using currency{Blessing of Xoph} Requires Level 35 Implicits: 1 -{tags:attribute}+(20-30) to Strength -{tags:attribute}+(20-30) to Strength -{tags:elemental_damage}25% increased Fire Damage -{tags:resource,life}+(25-35) to maximum Life -{tags:resistance}+(20-40)% to Fire Resistance +{tags:jewellery_attribute}+(20-30) to Strength +{tags:jewellery_attribute}+(20-30) to Strength +{tags:jewellery_elemental}25% increased Fire Damage +{tags:life}+(25-35) to maximum Life +{tags:jewellery_resistance}+(20-40)% to Fire Resistance Cover Enemies in Ash when they Hit you ]],[[ Xoph's Blood @@ -1031,25 +1101,25 @@ League: Breach Source: Upgraded from unique{Xoph's Heart} using currency{Blessing of Xoph} Requires Level 64 Implicits: 1 -{tags:attribute}+(20-30) to Strength -{tags:resource,life}10% increased maximum Life -{tags:resistance}+(20-40)% to Fire Resistance -{tags:attribute}10% increased Strength -{tags:elemental_damage}Damage Penetrates 10% Fire Resistance +{tags:jewellery_attribute}+(20-30) to Strength +{tags:life}10% increased maximum Life +{tags:jewellery_resistance}+(20-40)% to Fire Resistance +{tags:jewellery_attribute}10% increased Strength +{tags:jewellery_elemental}Damage Penetrates 10% Fire Resistance Cover Enemies in Ash when they Hit you -{tags:elemental_damage}Avatar of Fire +Avatar of Fire ]],[[ Yoke of Suffering Onyx Amulet Source: Drops from unique{The Eradicator} (Tier 11+) Requires Level 70 Implicits: 1 -{tags:attribute}+(10-16) to all Attributes -{tags:resistance}+(10-20)% to Fire Resistance -{tags:resistance}+(10-20)% to Cold Resistance -{tags:resistance}+(20-40)% to Lightning Resistance +{tags:jewellery_attribute}+(10-16) to all Attributes +{tags:jewellery_resistance}+(10-20)% to Fire Resistance +{tags:jewellery_resistance}+(10-20)% to Cold Resistance +{tags:jewellery_resistance}+(20-40)% to Lightning Resistance 30% reduced Duration of Ailments on Enemies -(5-10)% chance to Shock +{tags:jewellery_elemental}(5-10)% chance to Shock Enemies take 5% increased Damage for each type of Ailment you have inflicted on them Your Elemental Damage can Shock ]], diff --git a/src/Data/Uniques/axe.lua b/src/Data/Uniques/axe.lua index bf55cde2d5..38c704553d 100644 --- a/src/Data/Uniques/axe.lua +++ b/src/Data/Uniques/axe.lua @@ -14,13 +14,12 @@ Critical Strike Chance is (20-30)% for Hits with this Weapon ]],[[ Dreadarc Cleaver -Upgrade: Upgrades to unique{Dreadsurge} via prophecy{Burning Dread} Variant: Pre 2.6.0 Variant: Current Requires Level 16, 48 Str Adds (5-15) to (20-25) Physical Damage Adds (5-15) to (20-25) Fire Damage -(7-10)% increased Attack Speed +(7-10)% Increased Attack Speed +(15-25)% to Fire Resistance 5% increased Movement Speed {variant:1}Curse Enemies with Flammability on Hit @@ -28,7 +27,7 @@ Adds (5-15) to (20-25) Fire Damage ]],[[ Dreadsurge Cleaver -Source: Upgraded from unique{Dreadarc} via prophecy{Burning Dread} +Source: No longer obtainable Requires Level 60, 48 Str Adds (5-15) to (20-25) Physical Damage Adds (223-250) to (264-280) Fire Damage @@ -51,13 +50,12 @@ Requires Level 69, 158 Str, 76 Dex {variant:1}Enemies Chilled by you take 40% increased Burning Damage {variant:2}Enemies Chilled by you take 100% increased Burning Damage {variant:3}100% increased Damage with Ignites inflicted on Chilled Enemies -25% chance to Ignite when in Main Hand +25% Chance to Ignite when in Main Hand {variant:1}100% increased Chill Duration on Enemies when in Off Hand {variant:2,3}Chill Enemies for 1 second on Hit with this Weapon when in Off Hand ]],[[ The Screaming Eagle Jade Hatchet -Upgrade: Upgrades to unique{The Gryphon} via prophecy{The Apex Predator} Variant: Pre 2.0.0 Variant: Current Requires Level 6, 21 Str @@ -66,13 +64,13 @@ Requires Level 6, 21 Str +(10-15) to maximum Life +(5-7) Life gained on Kill 10% increased Movement Speed -Socketed Gems are supported by Level 2 Chance to Flee +Socketed Gems are supported by level 2 Chance to Flee ]],[[ The Gryphon Jade Hatchet -Source: Upgraded from unique{The Screaming Eagle} via prophecy{The Apex Predator} +Source: No longer obtainable Requires Level 32, 21 Str -Socketed Gems are supported by Level 2 Chance to Flee +Socketed Gems are supported by level 2 Chance to Flee (170-190)% increased Physical Damage Adds (10-15) to (25-30) Physical Damage +(10-15) to maximum Life @@ -100,7 +98,7 @@ Tomahawk Variant: Pre 3.11.0 Variant: Current Requires Level 39, 81 Str, 56 Dex -{variant:1}Grants Level 1 Lightning Warp Skill +{variant:1}Grants level 1 Lightning Warp Skill {variant:2}Trigger Level 15 Lightning Warp on Hit with this Weapon {variant:1}(70-90)% increased Physical Damage {variant:2}(30-50)% increased Physical Damage @@ -176,7 +174,7 @@ Implicits: 1 {variant:2}Adds (205-220) to (250-270) Physical Damage (12-16)% increased Attack Speed 25% chance to cause Bleeding on Hit -+2 to Weapon Range ++2 to Weapon range ]],[[ The Blood Reaper Headsman Axe @@ -231,7 +229,7 @@ Implicits: 1 Adds (7-12) to (16-25) Physical Damage 1% of Physical Attack Damage Leeched as Life {variant:2}40% increased Attack Speed if you've taken a Savage Hit Recently -Attacks have Blood Magic +Attacks Cost Life instead of Mana ]],[[ Kaom's Primacy Karui Chopper @@ -256,20 +254,22 @@ Source: Vendor recipe Variant: Pre 2.6.0 Variant: Pre 3.6.0 Variant: Pre 3.11.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 66, 140 Str, 86 Dex {variant:1,2}(200-250)% increased Physical Damage {variant:3}(250-285)% increased Physical Damage {variant:4}(170-200)% increased Physical Damage +{variant:5}(190-240)% increased Physical Damage (7-12)% increased Attack Speed -{variant:2,3,4}(30-40)% increased Critical Strike Chance +{variant:2,3,4,5}(30-40)% increased Critical Strike Chance {variant:1}+(100-150) to maximum Mana Nearby Allies have 30% increased Item Rarity {variant:1}Nearby Allies' spells have Culling Strike -{variant:2,3,4}Nearby Allies have Culling Strike -{variant:2,3,4}Insufficient Mana doesn't prevent your Melee Attacks -{variant:3,4}Nearby Allies have +50% to Critical Strike Multiplier -{variant:3,4}Nearby Allies have Fortify +{variant:2,3,4,5}Nearby Allies have Culling Strike +{variant:2,3,4,5}Insufficient Mana doesn't prevent your Melee Attacks +{variant:3,4,5}Nearby Allies have +50% to Critical Strike Multiplier +{variant:3,4,5}Nearby Allies have +10 Fortification ]],[[ Kitava's Feast Void Axe @@ -277,18 +277,17 @@ Variant: Pre 3.5.0 Variant: Pre 3.11.0 Variant: Current Requires Level 68, 149 Str, 76 Dex -Socketed Gems are supported by Level 25 Melee Splash +Socketed Gems are supported by level 25 Melee Splash {variant:1}(250-300)% increased Physical Damage {variant:2}(265-330)% increased Physical Damage {variant:3}(200-240)% increased Physical Damage 1% of Physical Attack Damage Leeched as Life 1% of Physical Attack Damage Leeched as Mana -Recover 5% of Maximum Life on Kill +Recover 5% of Life on Kill Enemies you hit are destroyed on Kill ]],[[ Limbsplit Woodsplitter -Upgrade: Upgrades to unique{The Cauteriser} via prophecy{Severed Limbs} Variant: Pre 3.11.0 Variant: Current Requires Level 13, 36 Str, 17 Dex @@ -301,7 +300,7 @@ Culling Strike ]],[[ The Cauteriser Woodsplitter -Source: Upgraded from unique{Limbsplit} using prophecy{Severed Limbs} +Source: Drops from any endgame map boss Variant: Pre 3.11.0 Variant: Current Requires Level 40, 36 Str, 17 Dex @@ -330,7 +329,7 @@ Reaper's Pursuit Shadow Axe Requires Level 33, 80 Str, 37 Dex (100-125)% increased Physical Damage -+10 Life gained on Kill ++10 Life Gained on Kill (30-40)% increased Rarity of Items found 15% increased Movement Speed when on Full Life Culling Strike @@ -378,13 +377,13 @@ Poleaxe Variant: Pre 3.7.0 Variant: Current Requires Level 18, 44 Str, 25 Dex -Socketed Gems are Supported by Level 20 Increased Area of Effect +Socketed Gems are Supported by level 20 Increased Area of Effect (120-160)% increased Physical Damage +10 to Strength {variant:1}+(50-80) to Accuracy Rating {variant:2}+(120-150) to Accuracy Rating -+10 Mana gained on Kill -+2 to Weapon Range ++10 Mana Gained on Kill ++2 to Weapon range ]],[[ Wings of Entropy Ezomyte Axe @@ -420,7 +419,7 @@ Implicits:1 {variant:1,2}25% of Block Chance applied to Spells {variant:3}7% chance to Block Spell Damage {variant:4}(6-7)% chance to Block Spell Damage -{variant:5}(7-10)% Chance to Block Spell Damage +{variant:5}(7-10)% chance to Block Spell Damage {variant:1}+10% Chance to Block Attack Damage while Dual Wielding {variant:2,3,4}+8% Chance to Block Attack Damage while Dual Wielding {variant:5}+(8-10)% Chance to Block Attack Damage while Dual Wielding diff --git a/src/Data/Uniques/belt.lua b/src/Data/Uniques/belt.lua index 0294f8b9d5..c4a02a1ae6 100644 --- a/src/Data/Uniques/belt.lua +++ b/src/Data/Uniques/belt.lua @@ -5,31 +5,35 @@ return { [[ Arn's Anguish Cloth Belt +Variant: Pre 3.17.0 +Variant: Current League: Ritual Requires Level 68 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:defences}+(600-700) to Armour -{tags:resource,life}(12-15)% increased maximum Life -{tags:resistance}+(40-60)% to Fire Resistance +{tags:jewellery_defense}+(600-700) to Armour +{tags:life}(12-15)% increased maximum Life +{tags:jewellery_resistance}+(40-60)% to Fire Resistance Modifiers to Minimum Endurance Charges instead apply to Minimum Brutal Charges Maximum Brutal Charges is equal to Maximum Endurance Charges Gain Brutal Charges instead of Endurance Charges +{variant:2}+1 to Maximum Endurance Charges ]],[[ Ascent From Flesh Chain Belt -Source: prophecy{Thaumaturgical History IV} Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 44 Implicits: 1 -{tags:defences}+(9-20) to maximum Energy Shield -{tags:defences}+300 to Evasion Rating +{tags:jewellery_defense}+(9-20) to maximum Energy Shield +{tags:jewellery_defense}+300 to Evasion Rating {variant:1}{tags:jewellery_defense}+(35-45) to maximum Energy Shield -{variant:2}{tags:defences}+(75-80) to maximum Energy Shield -{tags:resistance}+(10-15)% to all Elemental Resistances +{variant:2,3}{tags:jewellery_defense}+(75-80) to maximum Energy Shield +{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances You have Phasing if Energy Shield Recharge has started Recently -6% chance to Dodge Attacks while Phasing +{variant:1,2}6% increased Evasion while Phasing +{variant:3}30% increased Evasion while Phasing {tags:speed}10% increased Movement Speed while Phasing ]],[[ Auxium @@ -37,10 +41,10 @@ Chain Belt Variant: Pre 2.6.0 Requires Level 70 Implicits: 1 -{tags:defences}+(9-20) to maximum Energy Shield -{tags:elemental_damage,attack}(10-20)% increased Elemental Damage with Attack Skills -{tags:resource,mana}+(45-55) to maximum Mana -{tags:defences}+(60-70) to maximum Energy Shield +{tags:jewellery_defense}+(9-20) to maximum Energy Shield +{tags:attack,jewellery_elemental}(10-20)% increased Elemental Damage with Attack Skills +{tags:mana}+(45-55) to maximum Mana +{tags:jewellery_defense}+(60-70) to maximum Energy Shield {tags:attack,mana,physical}0.2% of Physical Attack Damage Leeched as Mana per Power Charge Chill and Freeze duration on you is based on 65% of Energy Shield ]],[[ @@ -50,12 +54,12 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 70 Implicits: 1 -{tags:defences}+(60-80) to maximum Energy Shield -{variant:1}{tags:elemental_damage,attack}(10-20)% increased Elemental Damage with Attack Skills -{variant:2}{tags:elemental_damage,attack}(20-25)% increased Elemental Damage with Attack Skills per Power Charge -{tags:resource,mana}+(45-55) to maximum Mana -{tags:defences}+(60-70) to maximum Energy Shield -{tags:resource,mana,physical,attack}0.2% of Attack Damage Leeched as Mana per Power Charge +{tags:jewellery_defense}+(60-80) to maximum Energy Shield +{variant:1}{tags:attack,jewellery_elemental}(10-20)% increased Elemental Damage with Attack Skills +{variant:2}{tags:attack,jewellery_elemental}(20-25)% increased Elemental Damage with Attack Skills per Power Charge +{tags:mana}+(45-55) to maximum Mana +{tags:jewellery_defense}+(60-70) to maximum Energy Shield +{tags:attack,mana,physical}0.2% of Attack Damage Leeched as Mana per Power Charge {variant:1}{tags:jewellery_defense}Chill Effect and Freeze duration on you is based on 65% of Energy Shield {variant:2}{tags:jewellery_defense}Chill Effect and Freeze duration on you is based on 100% of Energy Shield ]],[[ @@ -65,20 +69,20 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 22 Implicits: 1 -{tags:defences}+(9-20) to maximum Energy Shield +{tags:jewellery_defense}+(9-20) to maximum Energy Shield 10% increased Damage -{tags:attribute}+(15-25) to Intelligence -{tags:defences}+(20-30) to maximum Energy Shield -{variant:2}{tags:defences}20% increased maximum Energy Shield -{tags:defences}50% increased Energy Shield Recharge Rate +{tags:jewellery_attribute}+(15-25) to Intelligence +{tags:jewellery_defense}+(20-30) to maximum Energy Shield +{variant:2}{tags:jewellery_defense}20% increased maximum Energy Shield +{tags:jewellery_defense}50% increased Energy Shield Recharge Rate ]],[[ Replica Bated Breath Chain Belt League: Heist Requires Level 22 Implicits: 1 -{tags:defences}+(9-20) to maximum Energy Shield -{tags:attribute}+(15-25) to Intelligence +{tags:jewellery_defense}+(9-20) to maximum Energy Shield +{tags:jewellery_attribute}+(15-25) to Intelligence 10% increased Damage 50% increased Fishing Pool Consumption 20% increased Fishing Range @@ -89,10 +93,10 @@ Leather Belt League: Harvest Requires Level 68 Implicits: 1 -{tags:resource,life}+(25-40) to maximum Life -{tags:physical,attack}Adds (5-7) to (11-12) Physical Damage to Attacks +{tags:life}+(25-40) to maximum Life +{tags:attack,physical}Adds (5-7) to (11-12) Physical Damage to Attacks (20-30)% increased Stun Duration on Enemies -Nearby Enemies are Crushed while you have least 25 Rage +Nearby Enemies are Crushed while you have at least 25 Rage {tags:physical}(4-6)% increased Physical Damage per 10 Rage +20 to Maximum Rage ]],[[ @@ -102,22 +106,22 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:attribute}+(25-35) to Strength +{tags:jewellery_attribute}+(25-35) to Strength {variant:1}10% reduced Chance to Block Attacks and Spells {tags:physical}(15-25)% increased Physical Damage {tags:critical}You take 30% reduced Extra Damage from Critical Strikes -{tags:resource,life}+(30-40) to maximum Life -{variant:1}{tags:resistance}+(6-10)% to all Elemental Resistances -{variant:2}{tags:resistance}+(10-15)% to all Elemental Resistances +{tags:life}+(30-40) to maximum Life +{variant:1}{tags:jewellery_resistance}+(6-10)% to all Elemental Resistances +{variant:2}{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances {variant:2}Nearby Enemies are Intimidated ]],[[ Bisco's Leash Heavy Belt Requires Level 30 Implicits: 1 -{tags:attribute}+(25-35) to Strength +{tags:jewellery_attribute}+(25-35) to Strength 5% increased Quantity of Items found -{tags:resistance}+(20-40)% to Cold Resistance +{tags:jewellery_resistance}+(20-40)% to Cold Resistance Rampage 1% increased Rarity of Items found per 15 Rampage Kills ]],[[ @@ -126,9 +130,9 @@ Chain Belt League: Heist Requires Level 61 Implicits: 1 -{tags:defences}+(9-20) to maximum Energy Shield -{tags:resource,life}+(60-80) to maximum Life -{tags:chaos,resistance}+(17-23)% to Chaos Resistance +{tags:jewellery_defense}+(9-20) to maximum Energy Shield +{tags:life}+(60-80) to maximum Life +{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance Enemy Hits inflict Temporal Chains on you When you lose Temporal Chains you gain maximum Rage Immune to Curses while you have at least 25 Rage @@ -141,14 +145,14 @@ League: Incursion Upgrade: Upgrades to unique{Coward's Legacy} via currency{Vial of Consequence} Requires Level 22 Implicits: 1 -{tags:defences}+(9-20) to maximum Energy Shield +{tags:jewellery_defense}+(9-20) to maximum Energy Shield {variant:1}(20-25)% increased Damage -{variant:1}{tags:attribute}+(10-15) to all Attributes -{variant:2}{tags:attribute}+(15-20) to all Attributes -{variant:2}{tags:resource,life}You count as on Full Life while you are Cursed with Vulnerability +{variant:1}{tags:jewellery_attribute}+(10-15) to all Attributes +{variant:2}{tags:jewellery_attribute}+(15-20) to all Attributes +{variant:2}{tags:life}You count as on Full Life while you are Cursed with Vulnerability {tags:speed}(5-10)% increased Movement Speed Damage from Enemies Hitting you is Unlucky while you are Cursed with Vulnerability -{tags:caster}You are Cursed with Vulnerability, with 40% increased Effect +{tags:caster}You are cursed with Vulnerability, with 40% increased Effect ]],[[ Coward's Legacy Chain Belt @@ -156,11 +160,11 @@ League: Incursion Source: Upgraded from unique{Coward's Chains} via currency{Vial of Consequence} Requires Level 52 Implicits: 1 -{tags:defences}+(9-20) to maximum Energy Shield -{tags:attribute}+(15-20) to all Attributes +{tags:jewellery_defense}+(9-20) to maximum Energy Shield +{tags:jewellery_attribute}+(15-20) to all Attributes {tags:speed}(5-10)% increased Movement Speed {tags:caster}50% increased Effect of Curses on you -{tags:resource,life}You count as on Low Life while you are Cursed with Vulnerability +{tags:life}You count as on Low Life while you are Cursed with Vulnerability {tags:caster}You are Cursed with Vulnerability, with 80% increased Effect ]],[[ Cyclopean Coil @@ -168,13 +172,13 @@ Leather Belt Source: Drops from unique{The Elder} Requires Level 68 Implicits: 1 -{tags:resource,life}+(25-40) to maximum Life -{tags:resource,life}+(60-80) to maximum Life -{tags:attribute}(5-15)% increased Attributes +{tags:life}+(25-40) to maximum Life +{tags:life}+(60-80) to maximum Life +{tags:jewellery_attribute}(5-15)% increased Attributes Cannot be Frozen if Dexterity is higher than Intelligence Cannot be Ignited if Strength is higher than Dexterity Cannot be Shocked if Intelligence is higher than Strength -1% increased Damage per 5 of your lowest Attribute +{tags:life}1% increased Damage per 5 of your lowest Attribute Elder Item ]],[[ Darkness Enthroned @@ -186,8 +190,8 @@ Variant: Current Implicits: 1 Has 1 Abyssal Socket Has 1 Abyssal Socket -{variant:1}50% increased Effect of Socketed Jewels -{variant:2}75% increased Effect of Socketed Jewels +{variant:1}50% increased Effect of Socketed Abyss Jewels +{variant:2}75% increased Effect of Socketed Abyss Jewels ]],[[ Doryani's Invitation Heavy Belt @@ -202,23 +206,23 @@ Variant: Current (Cold) Variant: Current (Lightning) Requires Level 68 Implicits: 1 -{tags:attribute}+(25-35) to Strength -{variant:1,5}{tags:physical,attack}(20-30)% increased Physical Damage -{variant:2,6}{tags:elemental_damage}(20-30)% increased Fire Damage -{variant:3,7}{tags:elemental_damage}(20-30)% increased Cold Damage -{variant:4,8}{tags:elemental_damage}(20-30)% increased Lightning Damage -{variant:2,3,4,6,7,8}{tags:defences}+(300-350) to Armour -{variant:1,3,4,5,7,8}{tags:resistance}+(30-35)% to Fire Resistance -{variant:1,2,4,5,6,8}{tags:resistance}+(30-35)% to Cold Resistance -{variant:1,2,3,5,6,7}{tags:resistance}+(30-35)% to Lightning Resistance +{tags:jewellery_attribute}+(25-35) to Strength +{variant:1,5}{tags:physical}(20-30)% increased Physical Damage +{variant:2,6}{tags:jewellery_elemental}(20-30)% increased Fire Damage +{variant:3,7}{tags:jewellery_elemental}(20-30)% increased Cold Damage +{variant:4,8}{tags:jewellery_elemental}(20-30)% increased Lightning Damage +{variant:2,3,4,6,7,8}{tags:jewellery_defense}+(300-350) to Armour +{variant:1,3,4,5,7,8}{tags:jewellery_resistance}+(30-35)% to Fire Resistance +{variant:1,2,4,5,6,8}{tags:jewellery_resistance}+(30-35)% to Cold Resistance +{variant:1,2,3,5,6,7}{tags:jewellery_resistance}+(30-35)% to Lightning Resistance {variant:1}{tags:life,physical}0.2% of Physical Damage Leeched as Life -{variant:5}{tags:resource,life,physical}0.6% of Physical Damage Leeched as Life +{variant:5}{tags:life,physical}0.6% of Physical Damage Leeched as Life {variant:2}{tags:life,jewellery_elemental}0.2% of Fire Damage Leeched as Life -{variant:6}{tags:resource,life}0.6% of Fire Damage Leeched as Life +{variant:6}{tags:life,jewellery_elemental}0.6% of Fire Damage Leeched as Life {variant:3}{tags:life,jewellery_elemental}0.2% of Cold Damage Leeched as Life -{variant:7}{tags:resource,life}0.6% of Cold Damage Leeched as Life +{variant:7}{tags:life,jewellery_elemental}0.6% of Cold Damage Leeched as Life {variant:4}{tags:life,jewellery_elemental}0.2% of Lightning Damage Leeched as Life -{variant:8}{tags:resource,life}0.6% of Lightning Damage Leeched as Life +{variant:8}{tags:life,jewellery_elemental}0.6% of Lightning Damage Leeched as Life {variant:1,5}Your Flasks grant 25% reduced Enemy Stun Threshold during any Flask Effect {variant:2}Your Flasks grant 10% chance to Ignite during any Flask Effect {variant:6}Your Flasks grant (20-30)% chance to Ignite during any Flask Effect @@ -233,7 +237,7 @@ League: Heist Requires Level 48 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:attribute}+(20-30) to all Attributes +{tags:jewellery_attribute}+(20-30) to all Attributes (15-25)% increased Flask Charges gained (10-20)% increased Flask Charges used (10-20)% increased Flask Effect Duration @@ -246,15 +250,15 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 52 Implicits: 1 -{tags:attribute}+(25-35) to Strength -{tags:resource,life}+(70-85) to maximum Life -{tags:resistance}+(20-40)% to Fire Resistance -{tags:resistance}+(20-40)% to Cold Resistance +{tags:jewellery_attribute}+(25-35) to Strength +{tags:life}+(70-85) to maximum Life +{tags:jewellery_resistance}+(20-40)% to Fire Resistance +{tags:jewellery_resistance}+(20-40)% to Cold Resistance {variant:1}{tags:attack,life}0.6% of Attack Damage Leeched as Life against Chilled enemies -{variant:2}{tags:resource,life,attack}1% of Attack Damage Leeched as Life against Chilled Enemies +{variant:2}{tags:attack,life}1% of Attack Damage Leeched as Life against Chilled enemies {variant:1}{tags:jewellery_elemental,attack}Ignites you inflict with Attacks deal Damage 20% faster -{variant:2}{tags:elemental_damage,attack}Ignites you inflict with Attacks deal Damage 35% faster -{tags:physical}Deal no Physical Damage +{variant:2}{tags:jewellery_elemental,attack}Ignites you inflict with Attacks deal Damage 35% faster +Deal no Physical Damage ]],[[ Faminebind Rustic Sash @@ -262,9 +266,9 @@ League: Talisman Standard, Talisman Hardcore Requires Level 18 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage -{tags:resistance}+(20-30)% to Cold Resistance -60% increased Flask Effect Duration -{tags:chaos}Deals 50 Chaos Damage per second to nearby Enemies +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +60% increased Flask effect duration +Deals 50 Chaos Damage per second to nearby Enemies 20% increased Projectile Damage 30% reduced Flask Charges gained while using a Flask ]],[[ @@ -274,23 +278,27 @@ League: Talisman Standard, Talisman Hardcore Requires Level 11 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage -{tags:physical,attack}Adds 5 to 10 Physical Damage to Attacks -{tags:resource,life}+(20-40) to maximum Life -{tags:resource,life,physical,attack}0.2% of Physical Attack Damage Leeched as Life +{tags:attack,physical}Adds 5 to 10 Physical Damage to Attacks +{tags:life}+(20-40) to maximum Life +{tags:attack,life,physical}0.2% of Physical Attack Damage Leeched as Life 50% increased Flask Charges gained while using a Flask {tags:mana}50% increased Mana Regeneration while using a Flask ]],[[ The Flow Untethered Cloth Belt +Variant: Pre 3.16.0 +Variant: Current League: Harbinger Upgrade: Upgrades to unique{The Torrent's Reclamation} via currency{Time-light Scroll} Requires Level 60 Implicits: 1 (15-25)% increased Stun and Block Recovery Grants Summon Harbinger of Time Skill -{tags:attack,caster,speed}(10-15)% increased Attack and Cast Speed -{tags:life}(15-20)% increased Life Recovery rate -{tags:resource,life,defences}(15-20)% increased Energy Shield Recovery rate +{tags:caster,attack,speed}(10-15)% increased Attack and Cast Speed +{variant:1}{tags:life}(15-20)% increased Life Recovery rate +{variant:2}{tags:life}(10-15)% increased Life Recovery rate +{variant:1}{tags:jewellery_defense}(15-20)% increased Energy Shield Recovery rate +{variant:2}{tags:jewellery_defense}(10-15)% increased Energy Shield Recovery rate (15-20)% increased Cooldown Recovery Speed Debuffs on you expire (15-20)% faster ]],[[ @@ -302,9 +310,9 @@ Requires Level 60 Implicits: 1 (15-25)% increased Stun and Block Recovery Grants Summon Greater Harbinger of Time Skill -{tags:attack,caster,speed}(10-15)% increased Attack and Cast Speed +{tags:caster,attack,speed}(10-15)% increased Attack and Cast Speed {tags:life}(15-20)% increased Life Recovery rate -{tags:resource,life,defences}(15-20)% increased Energy Shield Recovery rate +{tags:jewellery_defense}(15-20)% increased Energy Shield Recovery rate (15-20)% increased Cooldown Recovery Speed Debuffs on you expire (15-20)% faster ]],[[ @@ -314,38 +322,41 @@ Variant: Pre 3.12.0 Variant: Current Requires Level 48 Implicits: 1 -{tags:resource,life}+(25-40) to maximum Life -{variant:1}{tags:caster}Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy -{tags:resource,life}+(60-80) to maximum Life +{tags:life}+(25-40) to maximum Life +{variant:1}Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy +{tags:life}+(60-80) to maximum Life {variant:1}Culling Strike against Enemies Cursed with Poacher's Mark {variant:2}You have Culling Strike against Cursed Enemies -{variant:2}{tags:resource,life,attack}(20-28) Life gained for each Cursed Enemy hit by your Attacks -{variant:2}{tags:resource,mana,attack}(10-14) Mana gained for each Cursed Enemy hit by your Attacks +{variant:2}(20-28) Life gained for each Cursed Enemy hit by your Attacks +{variant:2}(10-14) Mana gained for each Cursed Enemy hit by your Attacks {tags:physical}Take (100-200) Physical Damage when you use a Movement Skill -{tags:defences}You have no Armour or Maximum Energy Shield +You have no Armour or Maximum Energy Shield ]],[[ Graven's Secret Cloth Belt +Variant: Pre 3.17.0 +Variant: Current League: Ritual Requires Level 68 Implicits: 1 (15-25)% increased Stun and Block Recovery {tags:jewellery_defense}+(60-70) to Energy Shield -{tags:resource,mana}(16-20)% increased maximum Mana -{tags:resistance}+(40-60)% to Lightning Resistance +{tags:mana}(16-20)% increased maximum Mana +{tags:jewellery_resistance}+(40-60)% to Lightning Resistance Modifiers to Minimum Power Charges instead apply to Minimum Absorption Charges Maximum Absorption Charges is equal to Maximum Power Charges Gain Absorption Charges instead of Power Charges +{variant:2}+1 to Maximum Power Charges ]],[[ Headhunter Leather Belt League: Nemesis Requires Level 40 Implicits: 1 -{tags:resource,life}+(25-40) to maximum Life -{tags:attribute}+(40-55) to Strength -{tags:attribute}+(40-55) to Dexterity -{tags:resource,life}+(50-60) to maximum Life +{tags:life}+(25-40) to maximum Life +{tags:jewellery_attribute}+(40-55) to Strength +{tags:jewellery_attribute}+(40-55) to Dexterity +{tags:life}+(50-60) to maximum Life (20-30)% increased Damage with Hits against Rare monsters When you Kill a Rare monster, you gain its mods for 20 seconds ]],[[ @@ -354,10 +365,10 @@ Leather Belt League: Heist Requires Level 40 Implicits: 1 -{tags:resource,life}+(25-40) to maximum Life -{tags:attribute}+(40-55) to Strength -{tags:attribute}+(40-55) to Dexterity -{tags:resource,life}+(50-60) to maximum Life +{tags:life}+(25-40) to maximum Life +{tags:jewellery_attribute}+(40-55) to Strength +{tags:jewellery_attribute}+(40-55) to Dexterity +{tags:life}+(50-60) to maximum Life (20-30)% increased Damage with Hits against Magic monsters 20% chance when you Kill a Magic Monster to gain its Non-Bloodline Modifiers for 20 seconds @@ -387,8 +398,8 @@ Variant: Current (Energy Shield Regen) Variant: Current (Lucky Crit Chance while Focused) Requires Level 60 Implicits: 1 -{tags:resource,life}+(25-40) to maximum Life -{tags:resistance}+(30-40)% to Cold Resistance +{tags:life}+(25-40) to maximum Life +{tags:jewellery_resistance}+(30-40)% to Cold Resistance Chill nearby Enemies when you Focus, causing 30% reduced Action Speed {variant:1,2,3,4,5,6,7,8,9,10}Focus has (15-25)% increased Cooldown Recovery Speed {variant:11,12,13,14,15,16,17,18,19,20}Focus has (30-50)% increased Cooldown Recovery Rate @@ -411,74 +422,84 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 50 Implicits: 1 -{tags:resource,life}+(25-40) to maximum Life -{tags:resource,life}+(75-100) to maximum Life +{tags:life}+(25-40) to maximum Life +{tags:life}+(75-100) to maximum Life {tags:life}(67-75) Life Regenerated per second {tags:mana}(8-10) Mana Regenerated per second -{variant:1}-40% to all Elemental Resistances -{variant:3}-(15-25)% to all Elemental Resistances -{variant:1}-10% to all maximum Resistances -{variant:2}-5% to all maximum Resistances -{tags:physical}-(50-40) Physical Damage taken from Attacks -{tags:defences}40% increased Armour while not Ignited, Frozen or Shocked +{variant:1}−40% to all Elemental Resistances +{variant:3}−(15-25)% to all Elemental Resistances +{variant:1}−10% to all maximum Resistances +{variant:2}−5% to all maximum Resistances +{tags:physical}−(50-40) Physical Damage taken from Attacks +{tags:jewellery_defense}40% increased Armour while not Ignited, Frozen or Shocked ]],[[ Leash of Oblation Leather Belt Requires Level 49 Implicits: 1 -{tags:resource,life}+(25-40) to maximum Life -{tags:attribute}+(15-20) to all Attributes -{tags:resource,life}+(50-70) to maximum Life +{tags:life}+(25-40) to maximum Life +{tags:jewellery_attribute}+(15-20) to all Attributes +{tags:life}+(50-70) to maximum Life You can have an Offering of each type Offering Skills have 50% reduced Duration ]],[[ The Magnate Studded Belt -Upgrade: Upgrades to unique{The Nomad} via prophecy{The Great Leader of the North} -Upgrade: Upgrades to unique{The Tactician} via prophecy{The Great Mind of the North} Variant: Pre 2.6.0 Variant: Current Requires Level 16 Implicits: 1 (20-30)% increased Stun Duration on Enemies {tags:physical}(25-40)% increased Physical Damage -{tags:attribute}+(40-50) to Strength +{tags:jewellery_attribute}+(40-50) to Strength 50% increased Flask Charges gained -{variant:2}{tags:resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength +{variant:2}{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength ]],[[ The Nomad Studded Belt -Source: Upgraded from unique{The Magnate} via prophecy{The Great Leader of the North} +Source: Drops from any endgame map boss Requires Level 48 Implicits: 1 (20-30)% increased Stun Duration on Enemies {tags:physical}(25-40)% increased Global Physical Damage -{tags:attribute}+(40-50) to Strength -{tags:attribute}+(40-50) to Dexterity +{tags:jewellery_attribute}+(40-50) to Strength +{tags:jewellery_attribute}+(40-50) to Dexterity 50% increased Flask Charges gained -{tags:resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength +{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength {tags:attack}(40-50)% increased Projectile Attack Damage while you have at least 200 Dexterity ]],[[ The Tactician Studded Belt -Source: Upgraded from unique{The Magnate} via prophecy{The Great Mind of the North} +Source: Drops from any endgame map boss Requires Level 48 Implicits: 1 (20-30)% increased Stun Duration on Enemies {tags:physical}(25-40)% increased Global Physical Damage -{tags:attribute}+(40-50) to Strength -{tags:attribute}+(40-50) to Intelligence +{tags:jewellery_attribute}+(40-50) to Strength +{tags:jewellery_attribute}+(40-50) to Intelligence 50% increased Flask Charges gained -{tags:resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength +{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength {tags:critical}(50-60)% increased Critical Strike Chance while you have at least 200 Intelligence ]],[[ +Mageblood +Heavy Belt +Requires Level 44 +Implicits: 1 +{tags:jewellery_attribute}+(25-35) to Strength +{tags:jewellery_attribute}+(30-50) to Dexterity +{tags:jewellery_resistance}+(15-25)% to Fire Resistance +{tags:jewellery_resistance}+(15-25)% to Cold Resistance +Magic Utility Flask cannot be Used +Leftmost (2-4) Magic Utility Flasks constantly apply their Flask Effects to you +Magic Utility Flask Effects cannot be removed +]],[[ Maligaro's Restraint Chain Belt Requires Level 44 Implicits: 1 -{tags:defences}+(9-20) to maximum Energy Shield -{tags:elemental_damage,attack}Adds 1 to (30-50) Lightning Damage to Attacks -100% increased Shock Duration on you +{tags:jewellery_defense}+(9-20) to maximum Energy Shield +{tags:jewellery_elemental,attack}Adds 1 to (30-50) Lightning Damage to Attacks +100% increased Shock Duration on You Shocks you cause are reflected back to you 60% increased Damage while Shocked {tags:speed}15% increased Movement Speed while Shocked @@ -489,38 +510,41 @@ Variant: Pre 2.0.0 Variant: Current Requires Level 8 Implicits: 1 -{tags:attribute}+(25-35) to Strength -{variant:1}{tags:physical,attack}Adds 10 to 20 Physical Damage to Attacks -{variant:2}{tags:physical,attack}Adds 5 to 15 Physical Damage to Attacks -{tags:attribute}+25 to Strength -{tags:resource,life}10% increased maximum Life -{tags:resistance}+(10-20)% to Cold Resistance -{tags:resource,life}25% increased Flask Life Recovery rate +{tags:jewellery_attribute}+(25-35) to Strength +{variant:1}{tags:attack,physical}Adds 10 to 20 Physical Damage to Attacks +{variant:2}{tags:attack,physical}Adds 5 to 15 Physical Damage to Attacks +{tags:jewellery_attribute}+25 to Strength +{tags:life}10% increased maximum Life +{tags:jewellery_resistance}+(10-20)% to Cold Resistance +{tags:life}25% increased Flask Life Recovery rate ]],[[ Mother's Embrace Heavy Belt League: Metamorph Requires Level 40 Implicits: 1 -{tags:attribute}+(25-35) to Strength -{tags:resource,life}+(50-70) to maximum Life -{tags:resistance}+(20-30)% to Cold Resistance +{tags:jewellery_attribute}+(25-35) to Strength +{tags:life}+(50-70) to maximum Life +{tags:jewellery_resistance}+(20-30)% to Cold Resistance Your Minions use your Flasks when summoned Minions have (40-25)% reduced Flask Charges used Minions have (50-80)% increased Flask Effect Duration ]],[[ Olesya's Delight Cloth Belt +Variant: Pre 3.17.0 +Variant: Current League: Ritual Requires Level 68 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:defences}+(600-700) to Evasion Rating -{tags:resistance}+(40-60)% to Cold Resistance +{tags:jewellery_defense}+(600-700) to Evasion Rating +{tags:jewellery_resistance}+(40-60)% to Cold Resistance {tags:speed}(8-12)% increased Movement Speed Modifiers to Minimum Frenzy Charges instead apply to Minimum Affliction Charges Maximum Affliction Charges is equal to Maximum Frenzy Charges Gain Affliction Charges instead of Frenzy Charges +{variant:2}+1 to Maximum Frenzy Charges ]],[[ Perandus Blazon Cloth Belt @@ -529,22 +553,25 @@ Variant: Current Requires Level 16 Implicits: 1 (15-25)% increased Stun Recovery -{tags:attribute}+(20-30) to all Attributes +{tags:jewellery_attribute}+(20-30) to all Attributes {variant:1}(8-12)% increased Quantity of Items found {variant:2}(6-8)% increased Quantity of Items found -{tags:resistance}+20% to Fire Resistance -20% increased Flask Effect Duration -{tags:physical}-2 Physical Damage taken from Attacks +{tags:jewellery_resistance}+20% to Fire Resistance +20% increased Flask effect duration +{tags:physical}−2 Physical Damage taken from Attacks ]],[[ Perseverance Vanguard Belt +Variant: Pre 3.16.0 +Variant: Current Requires Level 78 Implicits: 1 -{tags:defences}+(260-320) to Armour and Evasion Rating -{tags:resource,life}(4-8)% increased maximum Life -{tags:resistance}+(20-40)% to Cold Resistance +{tags:jewellery_defense}+(260-320) to Armour and Evasion Rating +{tags:life}(4-8)% increased maximum Life +{tags:jewellery_resistance}+(20-40)% to Cold Resistance {tags:attack}1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating -(14-20)% chance to gain Fortify when you Stun an Enemy with Melee Damage +{variant:1}{tags:attack}14-20% chance to gain Fortify when you Stun an Enemy with Melee Damage +{variant:2}{tags:attack}Melee Hits which Stun Fortify You have Onslaught while you have Fortify ]],[[ Prismweave @@ -554,15 +581,15 @@ Variant: Current Requires Level 25 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage -{tags:elemental_damage,attack}10% increased Elemental Damage with Attack Skills +10% increased Elemental Damage with Attack Skills {variant:1}{tags:jewellery_elemental,attack}Adds (3-4) to (7-8) Fire Damage to Attacks -{variant:2}{tags:elemental_damage,attack}Adds (7-8) to (15-16) Fire Damage to Attacks +{variant:2}{tags:jewellery_elemental,attack}Adds (7-8) to (15-16) Fire Damage to Attacks {variant:1}{tags:jewellery_elemental,attack}Adds (2-3) to (5-7) Cold Damage to Attacks -{variant:2}{tags:elemental_damage,attack}Adds (5-6) to (12-14) Cold Damage to Attacks +{variant:2}{tags:jewellery_elemental,attack}Adds (5-6) to (12-14) Cold Damage to Attacks {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (13-17) Lightning Damage to Attacks -{variant:2}{tags:elemental_damage,attack}Adds 1 to (30-34) Lightning Damage to Attacks -{tags:resistance}+(6-8)% to all Elemental Resistances -{tags:elemental_damage,attack}30% increased Elemental Damage with Attack Skills during any Flask Effect +{variant:2}{tags:jewellery_elemental,attack}Adds 1 to (30-34) Lightning Damage to Attacks +{tags:jewellery_resistance}+(6-8)% to all Elemental Resistances +{tags:jewellery_elemental,attack}30% increased Elemental Damage with Attack Skills during any Flask Effect ]],[[ Replica Prismweave Rustic Sash @@ -570,21 +597,21 @@ League: Heist Requires Level 25 Implicits: 1 {tags:physical}(12-24)% increased Global Physical Damage -{tags:elemental_damage,caster}Adds (7-8) to (15-16) Fire Damage to Spells -{tags:elemental_damage,caster}Adds (5-6) to (12-14) Cold Damage to Spells -{tags:elemental_damage,caster}Adds 1 to (30-34) Lightning Damage to Spells -{tags:resistance}+(6-8)% to all Elemental Resistances -{tags:elemental_damage}10% increased Elemental Damage -{tags:elemental_damage}30% increased Elemental Damage during any Flask Effect +{tags:jewellery_elemental,caster}Adds (7-8) to (15-16) Fire Damage to Spells +{tags:jewellery_elemental,caster}Adds (5-6) to (12-14) Cold Damage to Spells +{tags:jewellery_elemental,caster}Adds 1 to (30-34) Lightning Damage to Spells +{tags:jewellery_resistance}+(6-8)% to all Elemental Resistances +{tags:jewellery_elemental}10% increased Elemental Damage +{tags:jewellery_elemental}30% increased Elemental Damage during any Flask Effect ]],[[ Pyroshock Clasp Leather Belt League: Heist Requires Level 43 Implicits: 1 -{tags:resource,life}+(25-40) to maximum Life -{tags:attribute}+(30-40) to Dexterity -{tags:defences}+(300-500) to Evasion Rating +{tags:life}+(25-40) to maximum Life +{tags:jewellery_attribute}+(30-40) to Dexterity +{tags:jewellery_defense}+(300-500) to Evasion Rating (10-15)% increased Duration of Elemental Ailments on Enemies Enemies Ignited by you have (10-15)% of Physical Damage they deal converted to Fire Enemies Shocked by you have (10-15)% of Physical Damage they deal converted to Lightning @@ -596,12 +623,12 @@ Source: Vendor recipe Requires Level 44 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage -{tags:resource,life}+(60-80) to maximum Life -{tags:resistance}+(25-40)% to Cold Resistance -{tags:resource,life,physical,attack}0.4% of Physical Attack Damage Leeched as Life +{tags:life}+(60-80) to maximum Life +{tags:jewellery_resistance}+(25-40)% to Cold Resistance +{tags:attack,life,physical}0.4% of Physical Attack Damage Leeched as Life 60% increased Flask Effect Duration 30% reduced Flask Charges gained while using a Flask -{tags:resource,life,chaos}200% of Life Leech applies to Enemies as Chaos Damage +{tags:chaos,life}200% of Life Leech applies to enemies as Chaos Damage {tags:speed}15% increased Movement Speed while using a Flask ]],[[ Ryslatha's Coil @@ -611,36 +638,36 @@ Variant: Current Requires Level 20 Implicits: 1 (20-30)% increased Stun Duration on Enemies -{variant:2}{tags:resource,life}+(80-100) to maximum Life -{tags:attribute}+(20-40) to Strength -{tags:physical,attack}Adds 1 to (15-20) Physical Damage to Attacks -{tags:resource,life}Gain 50 Life when you Stun an Enemy +{variant:2}{tags:life}+(80-100) to maximum Life +{tags:jewellery_attribute}+(20-40) to Strength +{tags:attack,physical}Adds 1 to (15-20) Physical Damage to Attacks +{tags:life}Gain 50 Life when you Stun an Enemy {variant:1}{tags:attack,physical}20% less Minimum Physical Attack Damage -{variant:2}{tags:physical,attack}(30-40)% less Minimum Physical Attack Damage +{variant:2}{tags:attack,physical}(30-40)% less Minimum Physical Attack Damage {variant:1}{tags:attack,physical}20% more Maximum Physical Attack Damage -{variant:2}{tags:physical,attack}(30-40)% more Maximum Physical Attack Damage +{variant:2}{tags:attack,physical}(30-40)% more Maximum Physical Attack Damage ]],[[ Siegebreaker Heavy Belt Requires Level: 44 Implicits: 1 -{tags:attribute}+(25-35) to Strength -{tags:defences}(6-10)% increased maximum Energy Shield -{tags:resource,life}(6-10)% increased maximum Life -{tags:chaos,resistance}+(17-23)% to Chaos Resistance -{tags:attack}Minions have 5% chance to Taunt on Hit with Attacks -{tags:chaos}Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second +{tags:jewellery_attribute}+(25-35) to Strength +{tags:jewellery_defense}(6-10)% increased maximum Energy Shield +{tags:life}(6-10)% increased maximum Life +{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance +Minions have 5% chance to Taunt on Hit with Attacks +Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second ]],[[ Replica Siegebreaker Heavy Belt League: Heist Requires Level 44 Implicits: 1 -{tags:attribute}+(25-35) to Strength -{tags:defences}(6-10)% increased maximum Energy Shield -{tags:resource,life}(6-10)% increased maximum Life -{tags:resistance}+(15-25)% to Fire Resistance -{tags:elemental_damage}Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second +{tags:jewellery_attribute}+(25-35) to Strength +{tags:jewellery_defense}(6-10)% increased maximum Energy Shield +{tags:life}(6-10)% increased maximum Life +{tags:jewellery_resistance}+(15-25)% to Fire Resistance +Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second {tags:attack}Minions have 5% chance to Maim Enemies on Hit with Attacks ]],[[ Soul Tether @@ -650,15 +677,15 @@ Variant: Current Requires Level 48 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:attribute}+(20-40) to Intelligence -{tags:defences}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield +{tags:jewellery_attribute}+(20-40) to Intelligence +{tags:jewellery_defense,life}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield {variant:1}Your Energy Shield starts at zero {variant:1}You cannot Recharge Energy Shield {variant:1}You cannot Regenerate Energy Shield {variant:1}{tags:jewellery_defense}You lose 5% of Energy Shield per second -{variant:1}{tags:resource,life}Life Leech effects are not removed at Full Life +{variant:1}{tags:life}Life Leech effects are not removed at Full Life {variant:1}{tags:life}Life Leech is applied to Energy Shield instead while on Full Life -{variant:2}{tags:defences}Immortal Ambition +{variant:2}Immortal Ambition ]],[[ Replica Soul Tether Cloth Belt @@ -666,19 +693,19 @@ League: Heist Requires Level 48 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:attribute}+(20-40) to Strength -{tags:defences}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield -{tags:defences,chaos}Corrupted Soul +{tags:jewellery_attribute}+(20-40) to Strength +{tags:jewellery_defense}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield +Corrupted Soul ]],[[ Soulthirst Cloth Belt Requires Level 45 Implicits: 1 (15-25)% increased Stun Recovery -{tags:resource,life}+(60-80) to maximum Life -{tags:resistance}+15% to all Elemental Resistances -{tags:resource,mana}(20-30)% increased Mana Recovery from Flasks -(20-30)% reduced Flask Effect Duration +{tags:life}+(60-80) to maximum Life +{tags:jewellery_resistance}+15% to all Elemental Resistances +{tags:mana}(20-30)% increased Mana Recovery from Flasks +(20-30)% reduced Flask effect duration Gain Soul Eater during Flask Effect Lose Souls gained from Soul Eater on Flask Use ]],[[ @@ -741,8 +768,8 @@ Requires Level 37 Implicits: 1 (15-25)% increased Stun Recovery (30-40)% increased Trap Damage -{tags:resource,mana}20% increased Mana Regeneration Rate -{tags:resistance}+(20-30)% to Fire Resistance +{tags:mana}20% increased Mana Regeneration Rate +{tags:jewellery_resistance}+(20-30)% to Fire Resistance 80% reduced Trap Duration 25% increased Light Radius Traps trigger at the end of their Duration @@ -752,33 +779,33 @@ Heavy Belt League: Ritual Requires Level 52 Implicits: 1 -{tags:jewellery_attribute}+(25-35)% to Strength -{tags:jewellery_defense}+(800-1200)% to Armour -{tags:resource,life}Regenerate (50-70) Life per second +{tags:jewellery_attribute}+(25-35) to Strength +{tags:jewellery_defense}+(800-1200) to Armour +{tags:life}Regenerate (50-70) Life per second 20% increased Stun Threshold -{tags:defences}10% reduced Armour per 50 Strength -{tags:defences}Imbalanced Guard +{tags:jewellery_defense}10% reduced Armour per 50 Strength +Imbalanced Guard ]],[[ Umbilicus Immortalis Leather Belt League: Perandus Requires Level 30 Implicits: 1 -{tags:resource,life}+(25-40) to maximum Life -{tags:resource,life}(8-12)% increased maximum Life +{tags:life}+(25-40) to maximum Life +{tags:life}(8-12)% increased maximum Life {tags:life}2% of Life Regenerated per second -Flasks do not apply to you +Flasks do not apply to You Flasks apply to your Raised Zombies and Spectres ]],[[ Wurm's Molt Leather Belt Requires Level 8 Implicits: 1 -{tags:resource,life}+(25-40) to maximum Life -{tags:attribute}+(20-30) to Strength -{tags:attribute}+(20-30) to Intelligence -{tags:resistance}+(10-20)% to Cold Resistance -{tags:resource,life,physical,attack}0.4% of Physical Attack Damage Leeched as Life -{tags:resource,mana,physical,attack}0.4% of Physical Attack Damage Leeched as Mana +{tags:life}+(25-40) to Maximum Life +{tags:jewellery_attribute}+(20-30) to Strength +{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:jewellery_resistance}+(10-20)% to Cold Resistance +{tags:attack,life,physical}0.4% of Physical Attack Damage Leeched as Life +{tags:attack,mana,physical}0.4% of Physical Attack Damage Leeched as Mana ]], } diff --git a/src/Data/Uniques/body.lua b/src/Data/Uniques/body.lua index 130e469378..17bc7501a6 100644 --- a/src/Data/Uniques/body.lua +++ b/src/Data/Uniques/body.lua @@ -17,39 +17,46 @@ You have Lesser Massive Shrine Buff ]],[[ Bramblejack Plate Vest -Upgrade: Upgrades to unique{Wall of Brambles} via prophecy{The King and the Brambles} Adds 2 to 4 Physical Damage to Attacks +(12-20) to maximum Life --2 Physical Damage taken from Attacks +−2 Physical Damage taken from Attacks 40% of Melee Physical Damage taken reflected to Attacker ]],[[ Wall of Brambles Plate Vest -Source: Upgraded from unique{Bramblejack} using prophecy{The King and the Brambles} +Source: No longer obtainable Requires Level 30 Adds 2 to 4 Physical Damage to Attacks +2000 to Armour +(12-20) to maximum Life --2 Physical Damage taken from Attacks +−2 Physical Damage taken from Attacks 40% of Melee Physical Damage taken reflected to Attacker ]],[[ The Brass Dome Gladiator Plate Source: Drops from unique{Guardian of the Minotaur} +Variant: Pre 3.16.0 +Variant: Current Requires Level 65, 177 Str -30% reduced Chance to Block Attacks and Spells -(600-650)% increased Armour -10% reduced Movement Speed -50% increased Shock Duration on you +{variant:1}(600-650)% increased Armour +{variant:2}(350-400)% increased Armour +{variant:1}30% reduced Chance to Block Attacks and Spells +{variant:1}10% reduced Movement Speed +{variant:1}50% increased Shock Duration on You Take no Extra Damage from Critical Strikes +{variant:2}+(1-5) to all maximum Elemental Resistances +{variant:2}Strength provides no bonus to Maximum Life ]],[[ Craiceann's Carapace Golden Plate +Variant: Pre 3.16.0 +Variant: Current League: Bestiary Source: Drops from unique{Craiceann, First of the Deep} Requires Level 56, 152 Str Grants Level 20 Aspect of the Crab Skill -(300-350)% increased Armour +{variant:1}(300-350)% increased Armour +{variant:2}(200-250)% increased Armour +(100-120) to maximum Life +(25-30)% to Fire and Cold Resistances Bleeding cannot be inflicted on you @@ -63,7 +70,7 @@ Variant: Current Requires Level 62, 180 Str Implicits: 1 +(8-12)% to all Elemental Resistances -{variant:3}Grants Level 20 Death Aura Skill +{variant:3}Grants level 20 Death Aura Skill +(40-50) to all Attributes {variant:3}+(60-70) to maximum Life (10-15)% increased Attack Speed @@ -76,13 +83,16 @@ Gore Footprints ]],[[ Doppelgänger Guise Sadist Garb +Variant: Pre 3.17.0 +Variant: Current League: Ritual Requires Level 68, 103 Dex, 109 Int Implicits: 0 Grants Level 20 Unhinge Skill (40-60)% more Critical Strike Chance while Insane Enemies Killed by your Hits are destroyed while Insane -(15-25)% less Physical and Chaos Damage Taken while Sane +{variant:1}(15-25)% less Physical and Chaos Damage Taken while Sane +{variant:2}(30-40)% less Physical and Chaos Damage Taken while Sane Regenerate 10% Life over one second when Hit while Sane ]],[[ Greed's Embrace @@ -90,9 +100,9 @@ Golden Plate Requires Level 56, 106 Str (10-15)% increased Quantity of Items found (30-50)% increased Rarity of Items found --10% to Fire Resistance +−10% to Fire Resistance +(20-30)% to Cold Resistance --20% to Lightning Resistance +−20% to Lightning Resistance 20% reduced Movement Speed 30% reduced Strength Requirement ]],[[ @@ -122,13 +132,13 @@ Requires Level 59, 160 Str (200-250)% increased Armour +(60-100) to maximum Life 0.4% of Physical Attack Damage Leeched as Mana -Socketed Gems are Supported by Level 15 Pierce +Socketed Gems are Supported by level 15 Pierce Enemy Projectiles Pierce you -{variant:2}+160 Dexterity Requirement +{Variant:2}+160 Dexterity Requirement ]],[[ Iron Heart Crusader Plate -Upgrade: Upgrades to unique{The Iron Fortress} via prophecy{Battle Hardened} +Source: No longer obtainable Requires Level 59, 160 Str (80-100)% increased Armour 10% reduced Movement Speed @@ -138,8 +148,7 @@ Strength's Damage Bonus instead grants 3% increased Melee Physical Damage per 10 ]],[[ The Iron Fortress Crusader Plate -Source: Upgraded from unique{Iron Heart} via prophecy{Battle Hardened} -Requires Level 68, 160 Str +Requires Level 59, 160 Str +1% Chance to Block Attack Damage per 50 Strength Chance to Block Spell Damage is Unlucky +(60-120) to Strength @@ -161,7 +170,7 @@ Variant: Defiance Banner You can have two different Banners at the same time Banners you are carrying gain 1 Stage on Melee Hit, up to 5 per second {variant:1}War Banner has (100-200)% increased Adrenaline duration -{variant:2}Dread Banner has (100-200)% increased Fortify duration +{variant:2}Dread Banner grants an additional +(2-4) to maximum Fortification when placing the Banner {variant:3}Defiance Banner has (100-200)% increased Taunt duration ]],[[ Solaris Lorica @@ -173,9 +182,9 @@ Requires Level 17, 53 Str (60-80)% increased Armour 25% increased Light Radius Chaos Damage does not bypass Energy Shield -{variant:1}-10 Chaos Damage taken +{variant:1}−10 Chaos Damage taken {variant:2}-(30-40) Chaos Damage taken -{variant:2}25% reduced Chaos Damage taken over time +{variant:2}25% reduced Chaos Damage Taken Over Time ]], -- Body: Evasion [[ @@ -184,17 +193,16 @@ Buckskin Tunic Variant: Pre 2.6.0 Variant: Current Requires Level 17, 53 Dex -{variant:2}Socketed Gems are Supported by Level 10 Added Fire Damage +{variant:2}Socketed Gems are Supported by level 10 Added Fire Damage (80-100)% increased Evasion Rating {variant:2}+(30-50) to maximum Life +(40-50)% to Fire Resistance Cannot be Ignited (10-15)% increased Physical Damage with Ranged Weapons --(5-7) Physical Damage taken from Attacks +−(5-7) Physical Damage taken from Attacks ]],[[ Briskwrap Strapped Leather -Upgrade: Upgrades to unique{Wildwrap} via prophecy{Last of the Wildmen} Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Current @@ -210,7 +218,7 @@ Requires Level 9, 32 Dex ]],[[ Wildwrap Strapped Leather -Source: Upgraded from unique{Briskwrap} via prophecy{Last of the Wildmen} +Source: Drops from any endgame map boss Requires Level 57, 32 Dex 10% increased Attack Speed +(600-700) to Evasion Rating @@ -249,7 +257,6 @@ Your Hexes can affect Hexproof Enemies ]],[[ Foxshade Wild Leather -Upgrade: Upgrades to unique{Fox's Fortune} via prophecy{Dark Instincts} Variant: Pre 2.6.0 Variant: Current Requires Level 25, 73 Dex @@ -262,7 +269,7 @@ Adds 5 to 12 Physical Damage to Attacks ]],[[ Fox's Fortune Wild Leather -Source: Upgraded from unique{Foxshade} via prophecy{Dark Instincts} +Source: No longer obtainable Requires level 54, 73 Dex Adds 5 to 12 Physical Damage to Attacks +(20-30) to Dexterity @@ -282,7 +289,7 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 65, 197 Dex {variant:1,2,3}+(20-30) to Dexterity -{variant:4,5,6}+(40-50) to Dexterity +{variant:4.5,6}+(40-50) to Dexterity {variant:1,2,3}Adds 13 to 24 Cold Damage to Bow Attacks {variant:4}Adds (50-60) to (70-80) Cold Damage to Bow Attacks {variant:5}Adds (173-188) to (240-262) Cold Damage to Bow Attacks @@ -291,12 +298,10 @@ Requires Level 65, 197 Dex {variant:2,3,4,5,6}(140-220)% increased Evasion Rating 25% increased Chill Duration on Enemies {variant:1,2}Acrobatics -{variant:3,4,5,6}10% chance to Dodge Attacks -{variant:3,4,5,6}10% chance to Dodge Spell Damage +{variant:3,4,5,6}30% chance to Suppress Spell Damage ]],[[ Kintsugi Exquisite Leather -Source: prophecy{Deadly Rivalry V} Requires Level 62, 170 Dex (100-120)% increased Evasion Rating +(60-80) to maximum Life @@ -317,7 +322,7 @@ Requires Level 59, 160 Dex +(11-25)% to Lightning Resistance 25% reduced Movement Speed 1% increased Movement Speed per 600 Evasion Rating, up to 75% --(50-40) Physical Damage taken when hit by Animals +−(50-40) Physical Damage taken when hit by Animals ]],[[ The Rat Cage Sharkskin Tunic @@ -327,7 +332,7 @@ Variant: Current Requires Level 56, 152 Dex (100-120)% increased Evasion Rating +(160-200) to maximum Life -{variant:1}-5% to maximum Fire Resistance +{variant:1}−5% to maximum Fire Resistance {variant:2}-50% to Fire Resistance 15% increased Movement Speed 20% increased Fire Damage taken @@ -338,26 +343,37 @@ Coronal Leather League: Breach Source: Drops in Tul Breach or from unique{Tul, Creeping Avalanche} Upgrade: Upgrades to unique{The Perfect Form} using currency{Blessing of Tul} +Variant: Pre 3.16.0 +Variant: Current Requires Level 49, 134 Dex +(30-40) to Dexterity -(30-50)% increased Evasion Rating +{variant:1}(30-50)% increased Evasion Rating +{variant:2}(80-100)% increased Evasion Rating +(40-60) to maximum Life -10% chance to Dodge Spell Damage +{variant:1}10% chance to Suppress Spell Damage +{variant:2}20% chance to Suppress Spell Damage 25% increased Arctic Armour Buff Effect -Evasion Rating is increased by Uncapped Cold Resistance +{variant:1}Evasion Rating is increased by Uncapped Cold Resistance +{variant:2}Evasion Rating is increased by Overcapped Cold Resistance ]],[[ The Perfect Form Zodiac Leather League: Breach Source: Upgraded from unique{The Snowblind Grace} using currency{Blessing of Tul} +Variant: Pre 3.16.0 +Variant: Current Requires Level 65, 197 Dex -(30-50)% increased Evasion Rating -+(50-80) to maximum Life +{variant:1}(30-50)% increased Evasion Rating +{variant:2}(80-100)% increased Evasion Rating +{variant:1}+(50-80) to maximum Life +{variant:2}+(70-100) to maximum Life -30% to Cold Resistance -(5-10)% increased Dexterity -Arctic Armour has 100% reduced Reservation -Evasion Rating is increased by Uncapped Cold Resistance -Phase Acrobatics +{variant:1}(5-10)% increased Dexterity +{variant:2}(10-15)% increased Dexterity +Arctic Armour has no Reservation +{variant:1}Evasion Rating is increased by Uncapped Cold Resistance +{variant:2}Evasion Rating is increased by Overcapped Cold Resistance +Acrobatics ]],[[ Replica Perfect Form Zodiac Leather @@ -367,33 +383,19 @@ Requires Level 65, 197 Dex (30-50)% increased Evasion Rating +(50-80) to maximum Life -30% to Cold Resistance -Flesh and Stone has 100% reduced Reservation +Flesh and Stone has no Reservation Evasion Rating is increased by Uncapped Cold Resistance Hollow Palm Technique ]],[[ -The Queen's Hunger -Vaal Regalia -League: Betrayal -Variant: Pre 3.8.0 -Variant: Current -Requires Level 68, 194 Int -Trigger Level 20 Bone Offering, Flesh Offering or Spirit Offering every 5 seconds -Offering Skills Triggered this way also affect you -{variant:1}Your Offerings have 25% reduced Effect on you -(5-10)% increased Cast Speed -(100-130)% increased Energy Shield -(6-10)% increased maximum Life -]],[[ Yriel's Fostering Exquisite Leather -Source: Drops from The Pale Council Variant: Rhoa Variant: Snake Variant: Ursa Requires Level 62, 170 Dex -{variant:1}Grants Level 20 Summon Bestial Rhoa Skill -{variant:2}Grants Level 20 Summon Bestial Snake Skill -{variant:3}Grants Level 20 Summon Bestial Ursa Skill +{variant:1}Grants level 20 Summon Bestial Rhoa Skill +{variant:2}Grants level 20 Summon Bestial Snake Skill +{variant:3}Grants level 20 Summon Bestial Ursa Skill +(300-400) to Accuracy Rating (130-150)% increased Evasion Rating +(90-100) to maximum Life @@ -418,7 +420,7 @@ Requires Level 68, 194 Int {variant:2}+(15-25) to maximum Energy Shield 10% increased Area of Effect of Area Skills 5% increased Damage taken -(30-40)% increased Energy Shield Recovery rate +(30-40)% increased Energy Shield Recovery Rate ]],[[ Cloak of Flame Scholar's Robe @@ -458,7 +460,7 @@ Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current Requires Level 49, 134 Int -Socketed Gems are Supported by Level 15 Added Chaos Damage +Socketed Gems are Supported by level 15 Added Chaos Damage +(20-30) to Intelligence {variant:1,2,3}20% reduced maximum Life {variant:4,5}10% increased maximum Life @@ -467,7 +469,7 @@ Socketed Gems are Supported by Level 15 Added Chaos Damage {variant:3,4}(280-320)% increased Energy Shield {variant:5}(210-250)% increased Energy Shield {variant:1,2,3}Blood Magic -{variant:4,5}Socketed Gems have Blood Magic +{variant:4,5}Socketed Gems Cost and Reserve Life instead of Mana ]],[[ Dialla's Malefaction Sage's Robe @@ -486,9 +488,9 @@ Requires Level 65, 187 Int Socketed Curse Gems are Supported by Level 20 Blasphemy Grants Level 20 Summon Doedre's Effigy Skill Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned -Hexes from Socketed Skills ignore Curse Limit +Hexes from Socketed Skills can apply 5 additional Curses +(30-40) to Intelligence -(130-150)% increased Energy Shield +(130-150)% increased Energy Shield {variant:1}(25-33)% reduced Effect of your Curses ]],[[ Fenumus' Shroud @@ -518,7 +520,7 @@ Savant's Robe League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 56, 152 Int -(180-230)% increased Energy Shield +{fractured}(180-230)% increased Energy Shield +600 Strength and Intelligence Requirement +10 to maximum Divine Charges Gain a Divine Charge on Hit @@ -586,15 +588,18 @@ Soul Mantle Spidersilk Robe Variant: Pre 1.2.0 Variant: Pre 2.6.0 +Variant: Pre 3.16.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 49, 134 Int {variant:1,2}Socketed Gems are Supported by level 14 Spell Totem -{variant:3}Socketed Gems are Supported by Level 20 Spell Totem +{variant:3,4,5}Socketed Gems are Supported by level 20 Spell Totem (20-25)% increased Spell Damage (100-120)% increased Energy Shield {variant:1}25% increased Totem Life {variant:2,3}50% increased Totem Life -Can have up to 1 additional Totem summoned at a time +{variant:4,5}(20-30)% increased Totem Life +{variant:1,2,3,4}Can have up to 1 additional Totem summoned at a time Inflicts a random Hex on you when your Totems die, with 80% more Effect ]],[[ Tabula Rasa @@ -605,7 +610,7 @@ Thousand Ribbons Simple Robe Variant: Pre 3.0.0 Variant: Current -Socketed Gems are Supported by Level 5 Elemental Proliferation +Socketed Gems are Supported by level 5 Elemental Proliferation Adds 2 to 3 Fire Damage to Spells and Attacks Adds 2 to 3 Cold Damage to Spells and Attacks Adds 1 to 4 Lightning Damage to Spells and Attacks @@ -627,9 +632,9 @@ Requires Level 59, 160 Int {variant:1}(100-120)% increased Energy Shield {variant:2,3}(200-220)% increased Energy Shield +(20-30) to maximum Mana -Minions have 20% reduced maximum Life +Minions have 20% reduced Maximum Life Minions deal 15% increased Damage -{variant:1,2}+1 to maximum number of Spectres +{variant:1,2}+1 to Maximum number of Spectres {variant:1}Minions gain Unholy Might for 5 seconds on Kill {variant:2}Minions gain Unholy Might for 10 seconds on Kill {variant:3}Minions gain (15-20)% of Elemental Damage as Extra Chaos Damage @@ -661,7 +666,7 @@ Requires Level 46, 68 Str, 68 Dex (30-40)% increased maximum Life +(10-15)% to all Elemental Resistances 50% increased Flask Life Recovery rate -Extra gore +Extra Gore ]],[[ Cherrubim's Maleficence Triumphant Lamellar @@ -680,19 +685,20 @@ Daresso's Defiance Full Dragonscale Variant: Pre 2.6.0 Variant: Pre 3.5.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 63, 115 Str, 94 Dex -(160-200)% increased Armour and Evasion +{variant:1,2,3}(160-200)% increased Armour and Evasion +{variant:4}(180-220)% increased Armour and Evasion {variant:1,2}+(40-60) to maximum Life -{variant:3}+(60-90) to maximum Life +{variant:3,4}+(60-90) to maximum Life (0.4-0.6)% of Physical Attack Damage Leeched as Life -6% Chance to Dodge Attacks You lose all Endurance Charges when Hit You gain an Endurance Charge on Kill {variant:1}You gain Onslaught for 1 second per Endurance Charge when Hit {variant:2}You gain Onslaught for 2 second per Endurance Charge when Hit -{variant:3}You gain Onslaught for 5 second per Endurance Charge when Hit -{variant:3}(60-100)% increased Onslaught Effect +{variant:3,4}You gain Onslaught for 5 second per Endurance Charge when Hit +{variant:3,4}(60-100)% increased Onslaught Effect ]],[[ Farrul's Fur Triumphant Lamellar @@ -741,7 +747,7 @@ Requires Level 60, 96 Str, 96 Dex Adds 1 to (20-30) Lightning Damage to Attacks (90-120)% increased Armour and Evasion +(60-80) to maximum Life --60% to Lightning Resistance +−60% to Lightning Resistance {variant:1}40% of Physical Damage from Hits taken as Lightning Damage {variant:2}30% of Physical Damage from Hits taken as Lightning Damage ]],[[ @@ -827,7 +833,6 @@ Zealot's Oath ]],[[ Icetomb Latticed Ringmail -Upgrade: Upgrades to unique{Crystal Vault} via prophecy{End of the Light} Variant: Pre 2.0.0 Variant: Current Requires Level 39, 59 Str, 59 Int @@ -842,7 +847,7 @@ Cannot be Chilled ]],[[ Crystal Vault Latticed Ringmail -Source: Upgraded from unique{Icetomb} via prophecy{End of the Light} +Source: No longer obtainable Requires Level 49, 59 Str, 59 Int +(30-40) to Strength +(30-40) to Intelligence @@ -978,13 +983,16 @@ Gain a Power Charge for each Enemy you hit with a Critical Strike [[ Bloodbond Bone Armour +Variant: Pre 3.16.0 +Variant: Current Requires Level 35, 53 Dex, 53 Int Grants Level 15 Blood Offering Skill (100-120)% increased Evasion and Energy Shield (15-25)% increased maximum Life Minions have (20-30)% increased maximum Life 1% of Life Regenerated per second -Minions have (6-10)% chance to Dodge Attacks +{variant:1}Minions have (6-10)% chance to Suppress Spell Damage +{variant:2}Minions have (12-15)% chance to Suppress Spell Damage ]],[[ Carcass Jack Varnished Coat @@ -1114,7 +1122,7 @@ Source: Drops from unique{Saqawal, First of the Sky} Requires Level 65, 107 Dex, 90 Int +(25-75) to all Attributes +(30-40)% to Lightning Resistance -(6-10)% reduced Reservation of Skills +(12-20)% increased Mana Reservation Efficiency of Skills 100% increased Aspect of the Avian Buff Effect Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies +(120-150) to Evasion Rating and Energy Shield @@ -1149,6 +1157,18 @@ Implicits: 1 +(20-25) to maximum Mana Has 6 Abyssal Sockets ]],[[ +Stasis Prison +Carnal Armour +Source: Drops in Uber Timeless Conflict +Requires Level 71, 88 Dex, 122 Int +Implicits: 1 ++(20-25) to maximum Mana +(140-160)% increased Evasion and Energy Shield ++(80-100) to maximum Life +Temporal Rift has no Reservation +(80-100)% of Damage taken Recouped as Life +Debuffs on you Expire (80-100)% faster +]],[[ Tinkerskin Sadist Garb Requires Level 68, 103 Dex, 109 Int @@ -1163,18 +1183,20 @@ Recover 50 Energy Shield when your Trap is triggered by an Enemy Victario's Influence Lacquered Garb Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 52, 76 Dex, 76 Int +1 to Level of Socketed Aura Gems -{variant:1}Socketed Gems have 20% reduced Reservation -{variant:2}Socketed Gems have 30% reduced Reservation +{variant:1}Socketed Gems have 40% increased Mana Reservation Efficiency +{variant:2}Socketed Gems have 60% increased Mana Reservation Efficiency +{variant:3}Socketed Gems have 45% increased Reservation Efficiency {variant:1}Socketed Gems are Supported by level 1 Generosity -{variant:2}Socketed Gems are Supported by Level 30 Generosity +{variant:2,3}Socketed Gems are Supported by level 30 Generosity (120-150)% increased Evasion and Energy Shield {variant:1}(10-20)% increased Radius of Auras -{variant:2}(20-40)% increased Area of Effect of Aura Skills +{variant:2,3}(20-40)% increased Area of Effect of Aura Skills {variant:1}(10-15)% increased effect of Non-Curse Auras you Cast -{variant:2}(10-15)% increased effect of Non-Curse Auras from your Skills +{variant:2,3}(10-15)% increased effect of Non-Curse Auras from your Skills ]], -- Body: Armour/Evasion/Energy Shield [[ @@ -1219,12 +1241,12 @@ Implicits: 1 {variant:6,15}(270-300)% increased Energy Shield {variant:7,8,16,17}(200-220)% increased Armour and Energy Shield {variant:9,18}(270-340)% increased Armour, Evasion and Energy Shield -{variant:1,2,3,4,7,10,11,12,13,16}+(90-100) to maximum Life +{variant:1,2,3,4,7,10,11,12,13,16}+(90-100) to Maximum Life {variant:5,6,8}+(90-100) to Maximum Energy Shield -{variant:14,15,17}+(70-80) to maximum Energy Shield +{variant:14,15,17}+(70-80) to Maximum Energy Shield +(20-24)% to all Elemental Resistances -+100 Life gained on Kill -+100 Mana gained on Kill ++100 Life Gained on Kill ++100 Mana Gained on Kill ]],[[ Shadowstitch Sacrificial Garb @@ -1236,8 +1258,8 @@ Implicits: 0 Has an additional Implicit Mod +(20-30) to all Attributes {variant:2}(250-350)% increased Armour, Evasion and Energy Shield -Recover (3-5)% of Maximum Life on Kill -Recover (3-5)% of Maximum Energy Shield on Kill +Recover (3-5)% of Life on Kill +Recover (3-5)% of Energy Shield on Kill 6% increased Maximum Life for each Equipped Corrupted Item 8% increased Maximum Energy Shield for each Equipped Corrupted Item -(6-4)% to all Resistances for each Equipped Corrupted Item diff --git a/src/Data/Uniques/boots.lua b/src/Data/Uniques/boots.lua index 21aa097c9b..54c695e16f 100644 --- a/src/Data/Uniques/boots.lua +++ b/src/Data/Uniques/boots.lua @@ -116,16 +116,19 @@ Requires Level: 23, 44 Str ]],[[ Torchoak Step Antique Greaves +Variant: Pre 3.16.0 +Variant: Current Requires Level 37, 67 Str (80-120)% increased Armour -(30-50)% increased Totem Life +{variant:1}(30-50)% increased Totem Life +{variant:2}(20-30)% increased Totem Life 25% increased Movement Speed (30-50)% increased Totem Placement speed -Totems Reflect 25% of their maximum Life as Fire Damage to nearby Enemies when Hit +{variant:1}Totems Reflect 25% of their maximum Life as Fire Damage to nearby Enemies when Hit +{variant:2}Totems Reflect 100% of their maximum Life as Fire Damage to nearby Enemies when Hit ]],[[ Windscream Reinforced Greaves -Upgrade: Upgrades to unique{Windshriek} via prophecy{Darktongue's Shriek} Variant: Pre 2.6.0 Variant: Current Requires Level 33, 60 Str @@ -139,7 +142,7 @@ Enemies can have 1 additional Curse ]],[[ Windshriek Reinforced Greaves -Source: Upgraded from unique{Windscream} via prophecy{Darktongue's Shriek} +Source: Drops from any endgame map boss Requires Level 60, 60 Str (200-250)% increased Armour +(10-15)% to all Elemental Resistances @@ -164,11 +167,14 @@ Burning Hoofprints Atziri's Step Slink Boots Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} +Variant: Pre 3.16.0 +Variant: Current Requires Level 69, 120 Dex 180% increased Evasion Rating +(55-75) to maximum Life 30% increased Movement Speed -(14-16)% Chance to Dodge Spell Damage +{variant:1}(21-24)% chance to Suppress Spell Damage +{variant:2}(20-26)% chance to Suppress Spell Damage ]],[[ The Blood Dance Sharkskin Boots @@ -196,7 +202,7 @@ Deerskin Boots Variant: Pre 2.6.0 Variant: Current Requires Level 22, 42 Dex -Socketed Gems are Supported by Level 11 Trap +Socketed Gems are Supported by level 11 Trap (160-200)% increased Evasion Rating +(35-45) to maximum Life (14-18)% increased Trap Throwing Speed @@ -247,23 +253,25 @@ Variant: Current Requires Level 34, 62 Dex 60% increased Mana Regeneration Rate {variant:1}(20-30)% increased Quantity of Items Found -{variant:2}(14-20)% increased Quantity of Items found +{variant:2}(14-20)% increased Quantity of Items Found +(40-50)% to Fire Resistance 10% increased Movement Speed ]],[[ Garukhan's Flight Stealth Boots Variant: Pre 3.5.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 62, 117 Dex +(30-40) to Dexterity {variant:1}(80-120)% increased Evasion Rating {variant:2}(320-380)% increased Evasion Rating +{variant:3}(300-340)% increased Evasion Rating 30% increased Movement Speed Immune to Burning Ground, Shocked Ground and Chilled Ground Regenerate 100 Life per second while moving {variant:1}+1 to Maximum Life per 10 Dexterity -{variant:2}+2 to Maximum Life per 10 Dexterity +{variant:2,3}+2 to Maximum Life per 10 Dexterity ]],[[ Seven-League Step Rawhide Boots @@ -285,7 +293,7 @@ Requires Level 62, 117 Dex {variant:3}+(100-160) to maximum Energy Shield {variant:4}+(100-150) to maximum Energy Shield 30% increased Movement Speed -Enemies Cannot Leech Life From you +Enemies Cannot Leech Life From You ]],[[ Temptation Step Shagreen Boots @@ -300,18 +308,19 @@ Poison you inflict with Travel Skills is Reflected to you if you have fewer than Three-step Assault Shagreen Boots Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current -Evasion: (198-203) Requires Level 55, 97 Dex +(25-35) to Dexterity (20-40)% increased Evasion Rating {variant:1}40% increased Evasion Rating while you have Onslaught -{variant:2}100% increased Evasion Rating while you have Onslaught +{variant:2,3}100% increased Evasion Rating while you have Onslaught {variant:1}+(30-60) to maximum Life -{variant:2}+(50-70) to maximum Life +{variant:2,3}+(50-70) to maximum Life {variant:1}20% increased Movement Speed -{variant:2}25% increased Movement Speed -10% chance to Dodge Spells while Phasing +{variant:2,3}25% increased Movement Speed +{variant:1,2}10% chance to Avoid Elemental Ailments while Phasing +{variant:3}30% chance to Avoid Elemental Ailments while Phasing ]],[[ Replica Three-step Assault Shagreen Boots @@ -335,7 +344,7 @@ Requires Level 12, 26 Dex {variant:1}30% increased Movement Speed when on Low Life {variant:2}15% increased Movement Speed {variant:2}You and nearby allies have 10% increased Movement Speed -(5-10)% of Damage taken Gained as Mana over 4 seconds when Hit +(5-10)% of Damage taken Recouped as Mana ]], -- Boots: Energy Shield [[ @@ -348,8 +357,8 @@ Requires Level 22, 42 Int +20 to maximum Mana (40-60)% increased Energy Shield (5-15)% increased Movement Speed -{variant:1}+1 to maximum number of Raised Zombies -{variant:1}+1 to maximum number of Spectres +{variant:1}+1 to Maximum number of Raised Zombies +{variant:1}+1 to Maximum number of Spectres {variant:2}+1 to Level of all Raise Zombie Gems {variant:2}+1 to Level of all Raise Spectre Gems ]],[[ @@ -368,6 +377,15 @@ Doryani's Delusion Sorcerer Boots League: Delve Source: Drops from unique{The Apex Assembly} in unique{Doryani's Machinarium} +Variant: Purity of Fire: Fire Pre 3.16.0 +Variant: Purity of Fire: Cold Pre 3.16.0 +Variant: Purity of Fire: Lightning Pre 3.16.0 +Variant: Purity of Ice: Fire Pre 3.16.0 +Variant: Purity of Ice: Cold Pre 3.16.0 +Variant: Purity of Ice: Lightning Pre 3.16.0 +Variant: Purity of Lightning: Fire Pre 3.16.0 +Variant: Purity of Lightning: Cold Pre 3.16.0 +Variant: Purity of Lightning: Lightning Pre 3.16.0 Variant: Purity of Fire: Fire Variant: Purity of Fire: Cold Variant: Purity of Fire: Lightning @@ -378,19 +396,19 @@ Variant: Purity of Lightning: Fire Variant: Purity of Lightning: Cold Variant: Purity of Lightning: Lightning Requires Level 67, 120 Int -{variant:1,2,3}Grants Level 25 Purity of Fire Skill -{variant:4,5,6}Grants Level 25 Purity of Ice Skill -{variant:7,8,9}Grants Level 25 Purity of Lightning Skill -{variant:1,4,7}Adds (25-30) to (40-45) Fire Damage to Spells and Attacks -{variant:2,5,8}Adds (25-30) to (40-45) Cold Damage to Spells and Attacks -{variant:3,6,9}Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks -(180-220)% increased Energy Shield +{variant:1,2,3,10,11,12}Grants Level 25 Purity of Fire Skill +{variant:4,5,6,13,14,15}Grants Level 25 Purity of Ice Skill +{variant:7,8,9,16,17,18}Grants Level 25 Purity of Lightning Skill +{variant:1,4,7,10,13,16}Adds (25-30) to (40-45) Fire Damage to Spells and Attacks +{variant:2,5,8,11,14,17}Adds (25-30) to (40-45) Cold Damage to Spells and Attacks +{variant:3,6,9,12,15,18}Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks +{variant:1,2,3,4,5,6,7,8,9}(180-220)% increased Energy Shield +{variant:10,11,12,13,14,15,16,17,18}(150-180)% increased Energy Shield +(60-70) to maximum Life 30% increased Movement Speed ]],[[ Inya's Epiphany Arcanist Slippers -Source: Drops from The Pale Council Requires Level 61, 119 Int +(50-70) to maximum Life 25% increased Movement Speed @@ -430,7 +448,6 @@ Requires Level 53, 94 Int ]],[[ Shavronne's Pace Scholar Boots -Upgrade: Upgrades to unique{Shavronne's Gambit} via prophecy{The Flow of Energy} Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Current @@ -447,9 +464,9 @@ Requires Level 32, 54 Int ]],[[ Shavronne's Gambit Scholar Boots -Source: Upgraded from unique{Shavronne's Pace} via prophecy{The Flow of Energy} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 32, 54 Int +10 to Dexterity +(20-30) to Intelligence @@ -468,7 +485,7 @@ Requires Level 67, 123 Int +(60-120) to maximum Mana 30% increased Movement Speed 25% chance to gain a Power Charge on Critical Strike -6% reduced Reservation of Skills +12% increased Reservation Efficiency of Skills You have no Life Regeneration Stun Threshold is based on 500% of your Mana instead of Life ]],[[ @@ -497,7 +514,6 @@ Cannot be Frozen ]],[[ Wondertrap Velvet Slippers -Upgrade: Upgrades to unique{Greedtrap} via prophecy{Greed's Folly} Variant: Pre 1.0.0 Variant: Current Requires Level 9, 21 Int @@ -511,7 +527,7 @@ Requires Level 9, 21 Int ]],[[ Greedtrap Velvet Slippers -Source: Upgraded from unique{Wondertrap} via prophecy{Greed's Folly} +Source: No longer obtainable Requires Level 52, 21 Int +(5-10) to Strength +(5-10) to Dexterity @@ -531,39 +547,37 @@ Variant: Two-Toned Boots (Evasion/Energy Shield) {variant:3}Two-Toned Boots (Evasion/Energy Shield) League: Delirium Source: Drops from the Simulacrum Encounter -{variant:1}Requires Level 70, 62 Str, 62 Dex -{variant:2}Requires Level 70, 62 Str, 62 Int -{variant:3}Requires Level 70, 62 Dex, 62 Int Implicits: 3 {variant:1}+(8-12)% to Fire and Cold Resistances {variant:2}+(8-12)% to Fire and Lightning Resistances {variant:3}+(8-12)% to Cold and Lightning Resistances Grants Level 1 Embrace Madness Skill 30% increased Movement Speed -{variant:1}Enemies you Kill while affected by Glorious Madness have a 40% chance to Explode, dealing a quarter of their Life as Chaos Damage -{variant:1}All Damage inflicts Poison while affected by Glorious Madness +{variant:1}+15 to maximum Fortification while affected by Glorious Madness +{variant:1}20% chance to deal Double Damage while affected by Glorious Madness {variant:2}You have Igniting, Chilling and Shocking Conflux while affected by Glorious Madness {variant:2}Immune to Elemental Ailments while affected by Glorious Madness -{variant:3}60% increased Effect of Fortify on you while affected by Glorious Madness -{variant:3}20% chance to deal Double Damage while affected by Glorious Madness +{variant:3}Enemies you Kill while affected by Glorious Madness have a 40% chance to Explode, dealing a quarter of their Life as Chaos Damage +{variant:3}All Damage inflicts Poison while affected by Glorious Madness ]],[[ Darkray Vectors Dragonscale Boots Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 65, 62 Str, 62 Dex -{variant:2}(40-70)% increased Armour and Evasion +{variant:2,3}(40-70)% increased Armour and Evasion +(20-40)% to Lightning Resistance 5% increased Movement Speed per Frenzy Charge +1 to Maximum Frenzy Charge {variant:1}50% reduced Frenzy Charge Duration -{variant:2}40% reduced Frenzy Charge Duration +{variant:2,3}40% reduced Frenzy Charge Duration 25% reduced Light Radius -2% chance to Dodge Attacks per Frenzy Charge +{variant:1,2}2% chance to Suppress Spell Damage per Frenzy Charge +{variant:3}10% increased Evasion Rating per Frenzy Charge ]],[[ Dusktoe Ironscale Boots -Upgrade: Upgrades to unique{Duskblight} via prophecy{Agony at Dusk} Variant: Pre 2.6.0 Variant: Current Requires Level 18, 19 Str, 19 Dex @@ -591,7 +605,7 @@ Requires Level 18, 19 Str, 19 Dex ]],[[ Duskblight Ironscale Boots -Source: Upgraded from unique{Dusktoe} via prophecy{Agony at Dusk} +Source: Drops from any endgame map boss Variant: Pre 3.11.0 Variant: Current Requires Level 40, 19 Str, 19 Dex @@ -607,12 +621,15 @@ Requires Level 40, 19 Str, 19 Dex ]],[[ Legacy of Fury Wyrmscale Boots +Variant: Pre 3.17.0 +Variant: Current League: Ritual -Requires Level 51, 48 Str, 48 Dex +Requires Level 69, 48 Str, 48 Dex (200-300)% increased Armour and Evasion --(15-10)% to all Elemental Resistances +{variant:1}-(15-10)% to all Elemental Resistances 30% increased Movement Speed -Drops Scorched Ground while moving, lasting 4 seconds +{variant:1}Drops Scorched Ground while moving, lasting 4 seconds +{variant:2}Nearby Enemies are Scorched (30-50)% increased Effect of Scorch (30-40)% chance when you Kill a Scorched Enemy to Burn Each surrounding Enemy for 4 seconds, dealing 8% of the Killed Enemy's Life as Fire Damage per second ]],[[ @@ -680,7 +697,7 @@ Adds 1 to 80 Chaos Damage to Attacks +(180-220) to Armour +(9-12)% to Chaos Resistance 20% increased Movement Speed -+1 to maximum number of Skeletons ++1 to Maximum number of Skeletons (15-18)% increased Strength ]],[[ Replica Alberon's Warpath @@ -703,7 +720,7 @@ Requires Level 64, 62 Str, 62 Int +(10-15)% to all Elemental Resistances 25% increased Movement Speed +1 to Maximum Endurance Charges -50% increased Elemental Ailment Duration on you +50% increased Elemental Ailment Duration on You Bleeding cannot be inflicted on you ]],[[ Gang's Momentum @@ -721,10 +738,13 @@ Requires Level 58, 54 Str, 54 Int ]],[[ March of the Legion Legion Boots +Variant: Pre 3.17.0 +Variant: Current League: Synthesis Requires Level 58, 54 Str, 54 Int -+2 to Level of Socketed Aura Gems -Socketed Gems are Supported by Level 25 Blessing +{variant:1}+2 to Level of Socketed Aura Gems +{variant:2}+(3-5) to Level of Socketed Aura Gems +Socketed Gems are Supported by Level 25 Divine Blessing (250-300)% increased Armour and Energy Shield +(12-18)% to all Elemental Resistances (20-30)% increased Movement Speed @@ -748,7 +768,7 @@ Adds 1 to 120 Lightning Damage to Attacks (20-60)% increased Armour and Energy Shield +(10-20) Life gained on Kill {variant:2,3}15% increased Movement Speed -{variant:1,2}10% chance to Cause Monsters to Flee +{variant:1,2}10% Chance to Cause Monsters to Flee {variant:3}Drops Shocked Ground while moving, lasting 2 seconds ]], -- Boots: Evasion/Energy Shield @@ -779,7 +799,7 @@ Variant: Two Abyssal Sockets Requires Level 69, 82 Dex, 42 Int {variant:1}Has 1 Abyssal Socket {variant:2}Has 2 Abyssal Sockets -Triggers Level 20 Death Walk when Equipped +Triggers level 20 Death Walk when Equipped (4-6)% increased maximum Life 30% increased Movement Speed 10% increased Damage for each type of Abyssal Jewel affecting you @@ -814,13 +834,16 @@ You have Onslaught while not on Low Mana ]],[[ Omeyocan Carnal Boots +Variant: Pre 3.16.0 +Variant: Current League: Incursion Source: Upgraded from unique{Dance of the Offered} via currency{Vial of the Ritual} Requires Level 55, 52 Dex, 52 Int (15-20)% increased maximum Mana +(25-30)% to Lightning Resistance 30% increased Movement Speed -2% chance to Dodge Attack and Spell Hits per 500 Maximum Mana, up to 20% +{variant:1}2% increased Evasion per 500 Maximum Mana +{variant:2}10% increased Evasion per 500 Maximum Mana You have Onslaught while not on Low Mana Lose 7% of maximum Mana per Second ]],[[ @@ -837,6 +860,19 @@ Aspect of the Spider can inflict Spider's Web on Enemies an additional time Gain (15-20) Energy Shield for each Enemy you Hit which is affected by a Spider's Web (40-50)% increased Aspect of the Spider Debuff Duration ]],[[ +Inextricable Fate +Fugitive Boots +Source: Drops from unique{The Eater of Worlds} +Requires Level 70, 56 Dex, 76 Int +Implicits: 1 ++(13–17)% to Chaos Resistance ++(80–100) to maximum Life +30% increased Movement Speed +You gain 3 Grasping Vines when you take a Critical Strike +Nearby stationary Enemies gain a Grasping Vine every 0.5 seconds +All Damage inflicts Poison against Enemies affected by at least 3 Grasping Vines +You take (30–50)% reduced Extra Damage from Critical Strikes by Poisoned Enemies +]],[[ Nomic's Storm Strapped Boots Variant: Pre 2.0.0 @@ -877,7 +913,6 @@ This item can be anointed by Cassia ]],[[ Sundance Clasped Boots -Upgrade: Upgrades to unique{Sunspite} via prophecy{Sun's Punishment} Variant: Pre 2.6.0 Variant: Current Requires Level 27, 27 Dex, 27 Int @@ -890,7 +925,7 @@ Requires Level 27, 27 Dex, 27 Int ]],[[ Sunspite Clasped Boots -Source: Upgraded from unique{Sundance} via prophecy{Sun's Punishment} +Source: No longer obtainable Requires Level 59, 27 Dex, 27 Int 10% increased Attack Speed (260-300)% increased Evasion and Energy Shield diff --git a/src/Data/Uniques/bow.lua b/src/Data/Uniques/bow.lua index d3d67766d8..7d354d014f 100644 --- a/src/Data/Uniques/bow.lua +++ b/src/Data/Uniques/bow.lua @@ -8,6 +8,7 @@ Assassin Bow Variant: Pre 3.5.0 Variant: Pre 3.9.0 Variant: Pre 3.11.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 62, 212 Dex Source: Vendor recipe @@ -15,19 +16,20 @@ Implicits: 1 {variant:3}+(15-25)% to Global Critical Strike Multiplier {variant:1}Adds (60-70) to (180-210) Physical Damage {variant:2,3,4}Adds (95-115) to (240-265) Physical Damage +{variant:5}Adds (80-100) to (200-225) Physical Damage {variant:1,2,3}(80-100)% increased Evasion Rating {variant:1,2,3}Bow Attacks fire 2 additional Arrows {variant:1,2,3}Every 16 seconds you gain Iron Reflexes for 8 seconds {variant:1,2,3}30% more Damage with Arrow Hits at Close Range while you have Iron Reflexes {variant:1,2,3}30% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes {variant:1,2,3}You have Far Shot while you do not have Iron Reflexes -{variant:4}Grants Level 30 Dash Skill -{variant:4}Bow Attacks fire 2 additional Arrows if you haven't Cast Dash recently -{variant:4}(20-30)% increased Attack Speed if you haven't Cast Dash recently -{variant:4}(100-160)% increased Evasion Rating if you've Cast Dash recently -{variant:4}(20-30)% increased Movement Speed if you've Cast Dash recently -{variant:4}Travel Skills other than Dash are Disabled -{variant:4}Iron Reflexes +{variant:4,5}Grants Level 30 Dash Skill +{variant:4,5}Bow Attacks fire 2 additional Arrows if you haven't Cast Dash recently +{variant:4,5}(20-30)% increased Attack Speed if you haven't Cast Dash recently +{variant:4,5}(100-160)% increased Evasion Rating if you've Cast Dash recently +{variant:4,5}(20-30)% increased Movement Speed if you've Cast Dash recently +{variant:4,5}Travel Skills other than Dash are Disabled +{variant:4,5}Iron Reflexes ]],[[ Chin Sol Assassin Bow @@ -36,64 +38,82 @@ Variant: Pre 1.2.0 Variant: Pre 2.0.0 Variant: Pre 3.5.0 Variant: Pre 3.9.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 62, 212 Dex Implicits: 2 {variant:2,3}(6-12)% increased Elemental Damage with Attack Skills -{variant:6}+(15-25)% to Global Critical Strike Multiplier +{variant:6,7}+(15-25)% to Global Critical Strike Multiplier +(10-20) to Dexterity {variant:1,2}(75-100)% increased Physical Damage {variant:3,4}(150-180)% increased Physical Damage {variant:5,6}(200-260)% increased Physical Damage +{variant:7}(100-140)% increased Physical Damage Adds 25 to 50 Fire Damage {variant:1,2}5% increased Attack Speed -{variant:3,4,5,6}(10-14)% increased Attack Speed +{variant:3,4,5,6,7}(10-14)% increased Attack Speed {variant:1,2,3,4}100% More Damage with Arrow Hits at Close Range -{variant:5,6}50% More Damage with Arrow Hits at Close Range +{variant:5,6,7}50% More Damage with Arrow Hits at Close Range Bow Knockback at Close Range ]],[[ The Crimson Storm Steelwood Bow League: Betrayal -Variant: Crit Multi while Rare/Unique Nearby -Variant: Attack Speed while Rare/Unique Nearby -Variant: Damage per Power Charge -Variant: Damage per Frenzy Charge -Variant: Damage per Endurance Charge -Variant: Accuracy and Quality -Variant: Attack Speed and Quality -Variant: Attack Speed/Trigger Blood Rage on Kill -Variant: Cast Speed/Trigger Arcane Surge on Kill -Variant: Minion Attack and Cast Speed -Variant: Double Damage -Variant: Double Damage while Focused -Variant: Socketed Spell Trigger +Variant: Crit Multi while Rare/Unique Nearby (Pre 3.17.0) +Variant: Attack Speed while Rare/Unique Nearby (Pre 3.17.0) +Variant: Damage per Power Charge (Pre 3.17.0) +Variant: Damage per Frenzy Charge (Pre 3.17.0) +Variant: Damage per Endurance Charge (Pre 3.17.0) +Variant: Accuracy and Quality (Pre 3.17.0) +Variant: Attack Speed and Quality (Pre 3.17.0) +Variant: Attack Speed/Trigger Blood Rage on Kill (Pre 3.17.0) +Variant: Cast Speed/Trigger Arcane Surge on Kill (Pre 3.17.0) +Variant: Minion Attack and Cast Speed (Pre 3.17.0) +Variant: Double Damage (Pre 3.17.0) +Variant: Double Damage while Focused (Pre 3.17.0) +Variant: Socketed Spell Trigger (Pre 3.17.0) +Variant: Pre 3.17.0 +Variant: Crit Multi while Rare/Unique Nearby (Current) +Variant: Attack Speed while Rare/Unique Nearby (Current) +Variant: Damage per Power Charge (Current) +Variant: Damage per Frenzy Charge (Current) +Variant: Damage per Endurance Charge (Current) +Variant: Accuracy and Quality (Current) +Variant: Attack Speed and Quality (Current) +Variant: Attack Speed/Trigger Blood Rage on Kill (Current) +Variant: Cast Speed/Trigger Arcane Surge on Kill (Current) +Variant: Minion Attack and Cast Speed (Current) +Variant: Double Damage (Current) +Variant: Double Damage while Focused (Current) +Variant: Socketed Spell Trigger (Current) +Variant: Current Requires Level 57, 190 Dex Implicits: 1 (4-6)% increased Movement Speed -(140-170)% increased Physical Damage +{variant:1,2,3,4,5,6,7,8,9,10,11,12,13,14}(140-170)% increased Physical Damage +{variant:15,16,17,18,19,20,21,22,23,24,25,26,27,28}(60-80)% increased Physical Damage (25-35)% increased Critical Strike Chance 50% chance to inflict Bleeding on Critical Strike with Attacks Enemies you inflict Bleeding on grant (60-100)% increased Flask Charges Adds (100-120) to (150-165) Physical Damage against Bleeding Enemies 50% chance to Maim Enemies on Critical Strike with Attacks -{variant:1}{crafted}+(18-45)% Critical Strike Multiplier while there is a Rare or Unique Enemy Nearby -{variant:2}{crafted}(11-22)% increased Attack Speed while a Rare or Unique Enemy is Nearby -{variant:3}{crafted}(5-6)% increased Damage per Power Charge -{variant:4}{crafted}(5-6)% increased Damage per Frenzy Charge -{variant:5}{crafted}(5-6)% increased Damage per Endurance Charge -{variant:6}{crafted}+(30-250) to Accuracy Rating -{variant:7}{crafted}(8-16)% increased Attack Speed -{variant:6,7}{crafted}+(7-18)% to Quality -{variant:8}{crafted}(8-16)% increased Attack Speed -{variant:8}{crafted}10% chance to Trigger Level 1 Blood Rage when you Kill an Enemy -{variant:9}{crafted}(7-13)% increased Cast Speed -{variant:9}{crafted}10% chance to gain Arcane Surge when you Kill an Enemy -{variant:10}{crafted}Minions have (16-28)% increased Attack Speed -{variant:10}{crafted}Minions have (16-28)% increased Cast Speed -{variant:11}{crafted}(4-12)% chance to deal Double Damage -{variant:12}{crafted}(13-36)% chance to deal Double Damage while Focused -{variant:13}{crafted}Trigger a Socketed Spell when you Use a Skill, with a 8 second Cooldown +{variant:1,15}{crafted}+(18-45)% Critical Strike Multiplier while there is a Rare or Unique Enemy Nearby +{variant:2,16}{crafted}(11-22)% increased Attack Speed while a Rare or Unique Enemy is Nearby +{variant:3,17}{crafted}(5-6)% increased Damage per Power Charge +{variant:4,18}{crafted}(5-6)% increased Damage per Frenzy Charge +{variant:5,19}{crafted}(5-6)% increased Damage per Endurance Charge +{variant:6,20}{crafted}+(30-250) to Accuracy Rating +{variant:7,21}{crafted}(8-16)% increased Attack Speed +{variant:6,7,20,21}{crafted}+(7-18)% to Quality +{variant:8,22}{crafted}(8-16)% increased Attack Speed +{variant:8,22}{crafted}10% chance to Trigger Level 1 Blood Rage when you Kill an Enemy +{variant:9,23}{crafted}(7-13)% increased Cast Speed +{variant:9,23}{crafted}10% chance to gain Arcane Surge when you Kill an Enemy +{variant:10,24}{crafted}Minions have (16-28)% increased Attack Speed +{variant:10,24}{crafted}Minions have (16-28)% increased Cast Speed +{variant:11,25}{crafted}(4-12)% chance to deal Double Damage +{variant:12,26}{crafted}(13-36)% chance to deal Double Damage while Focused +{variant:13,27}{crafted}Trigger a Socketed Spell when you Use a Skill, with a 8 second Cooldown ]],[[ Darkscorn Assassin Bow @@ -104,63 +124,67 @@ Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Pre 3.7.0 Variant: Pre 3.9.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 62, 212 Dex Implicits: 2 {variant:1,2}(6-12)% increased Elemental Damage with Attack Skills -{variant:6}+(15-25)% to Global Critical Strike Multiplier +{variant:6,7}+(15-25)% to Global Critical Strike Multiplier {variant:1,2,3}(100-125)% increased Physical Damage {variant:4,5,6}(130-150)% increased Physical Damage +{variant:7}(60-80)% increased Physical Damage {variant:2}Adds (6-10) to (10-14) Physical Damage {variant:3,4}Adds (10-15) to (15-20) Physical Damage -{variant:5,6}Adds (15-20) to (25-30) Physical Damage +{variant:5,6,7}Adds (15-20) to (25-30) Physical Damage {variant:1,2,3,4}10% increased Attack Speed -{variant:5,6}20% increased Attack Speed +{variant:5,6,7}20% increased Attack Speed 25% of Physical Damage Converted to Chaos Damage (15-30)% increased Accuracy Rating 25% of Physical Damage from Hits taken as Chaos Damage -{variant:5,6}20% chance for Poisons inflicted with this Weapon to deal 300% more Damage +{variant:5,6,7}20% chance for Poisons inflicted with this Weapon to deal 300% more Damage ]],[[ Death's Harp Death Bow -Upgrade: Upgrades to unique{Death's Opus} via prophecy{The Bowstring's Music} Variant: Pre 1.2.0 Variant: Pre 2.2.0 Variant: Pre 3.0.0 Variant: Pre 3.10.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 32, 107 Dex Implicits: 1 -{variant:2,3,4,5}(30-50)% increased Critical Strike Chance -(100-125)% increased Physical Damage +{variant:2,3,4,5,6}(30-50)% increased Critical Strike Chance +{variant:1,2,3,4,5}(100-125)% increased Physical Damage +{variant:6}(90-105)% increased Physical Damage 10% increased Attack Speed {variant:1,2,4}+100% to Global Critical Strike Multiplier {variant:3}+150% to Global Critical Strike Multiplier -{variant:5}+50% to Global Critical Strike Multiplier +{variant:5,6}+50% to Global Critical Strike Multiplier Adds an additional Arrow ]],[[ Death's Opus Death Bow -Source: Upgraded from unique{Death's Harp} via prophecy{The Bowstring's Music} +Source: Drops from any endgame map boss Variant: Pre 1.2.0 Variant: Pre 2.2.0 Variant: Pre 3.0.0 Variant: Pre 3.10.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 44, 107 Dex Implicits: 1 -{variant:2,3,4,5}(30-50)% increased Critical Strike Chance -(100-125)% increased Physical Damage +{variant:2,3,4,5,6}(30-50)% increased Critical Strike Chance +{variant:1,2,3,4,5}(100-125)% increased Physical Damage +{variant:6}(90-105)% increased Physical Damage Adds (10-20) to (30-35) Physical Damage 10% increased Attack Speed {variant:1,2,4}+100% to Global Critical Strike Multiplier {variant:3}+150% to Global Critical Strike Multiplier -{variant:5}+50% to Global Critical Strike Multiplier +{variant:5,6}+50% to Global Critical Strike Multiplier 2 additional Arrows ]],[[ Doomfletch Royal Bow -Upgrade: Upgrades to unique{Doomfletch's Prism} via prophecy{Ancient Doom} Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Pre 3.1.0 @@ -179,7 +203,7 @@ Implicits: 2 ]],[[ Doomfletch's Prism Royal Bow -Source: Upgraded from unique{Doomfletch} via prophecy{Ancient Doom} +Source: Drops from any endgame map boss Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Pre 3.1.0 @@ -196,6 +220,16 @@ Implicits: 2 {variant:1,2,3}Gain 110% of Bow Physical Damage as Extra Damage of each Element {variant:4}Gain 100% of Bow Physical Damage as Extra Damage of each Element ]],[[ +The Gluttonous Tide +Citadel Bow +Source: Drops from unique{The Eater of Worlds} +Requires Level 58, 185 Dex +(120-160)% increased Physical Damage +(16-20)% increased Attack Speed +Lose all Frenzy Charges on reaching Maximum Frenzy Charges to make the next Bow Attack you perform fire that many additional Arrows ++(30-50)% to Global Critical Strike Multiplier while you have a Frenzy Charge +(20-40)% chance to gain a Frenzy Charge for each enemy you hit with a Critical Strike +]],[[ Hopeshredder Ranger Bow Source: Drops from unique{The Elder} (Tier 6+) @@ -218,29 +252,34 @@ Decimation Bow Variant: Pre 1.2.0 Variant: Pre 2.6.0 Variant: Pre 3.7.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 53, 170 Dex Implicits: 1 (30-50)% increased Critical Strike Chance {variant:1,2}(90-100)% increased Physical Damage {variant:3,4}(110-125)% increased Physical Damage -{variant:2,3,4}Adds (25-35) to (36-45) Physical Damage +{variant:5}(70-80)% increased Physical Damage +{variant:2,3,4,5}Adds (25-35) to (36-45) Physical Damage +(20-30) to Dexterity {variant:1,2,3}+(200-250) to Accuracy Rating -{variant:4}+(350-400) to Accuracy Rating +{variant:4,5}+(350-400) to Accuracy Rating Arrows Pierce all Targets 10% increased Movement Speed {variant:1,2}Cannot Leech -{variant:3,4}Cannot Leech Life +{variant:3,4,5}Cannot Leech Life ]],[[ Replica Infractem Decimation Bow +Variant: Pre 3.17.0 +Variant: Current League: Heist Requires Level 53, 170 Dex Implicits: 1 (30-50)% increased Critical Strike Chance +(20-30) to Dexterity -(110-125)% increased Physical Damage +{variant:1}(110-125)% increased Physical Damage +{variant:2}(70-80)% increased Physical Damage Adds (25-35) to (36-45) Physical Damage 10% increased Movement Speed +(350-400) to Accuracy Rating @@ -278,17 +317,19 @@ Imperial Bow Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Pre 3.0.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 66, 212 Dex Implicits: 2 {variant:2}(6-12)% increased Elemental Damage with Attack Skills -{variant:3,4}(20-24)% increased Elemental Damage with Attack Skills -(150-175)% increased Physical Damage +{variant:3,4,5}(20-24)% increased Elemental Damage with Attack Skills +{variant:1,2,3,4}(150-175)% increased Physical Damage +{variant:5}(90-105)% increased Physical Damage Adds (6-12) to (20-32) Physical Damage (10-20)% increased Attack Speed +(80-100) to maximum Mana Hits can't be Evaded -{variant:4}Far Shot +{variant:4,5}Far Shot ]],[[ Null's Inclination Ranger Bow @@ -348,27 +389,28 @@ Socketed Gems are Supported by Level 1 Arrow Nova ]],[[ Reach of the Council Spine Bow -Source: prophecy{The Feral Lord V} Variant: Pre 2.4.0 Variant: Pre 2.6.0 Variant: Pre 3.5.0 Variant: Pre 3.11.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 64, 212 Dex -{variant:4,5}Socketed Gems are Supported by Level 20 Greater Volley +{variant:4,5,6}Socketed Gems are Supported by Level 20 Greater Volley {variant:1}(50-70)% increased Physical Damage {variant:2,3}(40-50)% increased Physical Damage -{variant:4,5}(50-75)% increased Physical Damage +{variant:4,5,6}(50-75)% increased Physical Damage {variant:1}Adds (25-40) to (100-115) Physical Damage {variant:2,3,4,5}Adds (15-30) to (70-95) Physical Damage +{variant:6}Adds (10-16) to (45-60) Physical Damage (8-12)% increased Attack Speed {variant:1,2}4 additional Arrows {variant:3}2 additional Arrows 20% reduced Projectile Speed -{variant:5}Arrows fired from the first firing points always Pierce -{variant:5}Arrows fired from the second firing points Fork -{variant:5}Arrows fired from the third firing points Return to you -{variant:5}Arrows fired from the fourth firing points Chain +2 times +{variant:5,6}Arrows fired from the first firing points always Pierce +{variant:5,6}Arrows fired from the second firing points Fork +{variant:5,6}Arrows fired from the third firing points Return to you +{variant:5,6}Arrows fired from the fourth firing points Chain +2 times ]],[[ Roth's Reach Recurve Bow @@ -385,7 +427,6 @@ Skills Chain +1 times ]],[[ Silverbranch Crude Bow -Upgrade: Upgrades to unique{Silverbough} via prophecy{The Silverwood} Variant: Pre 2.0.0 Variant: Current Requires Level 2 @@ -398,7 +439,7 @@ Requires Level 2 ]],[[ Silverbough Crude Bow -Source: Upgraded from unique{Silverbranch} using prophecy{The Silverwood} +Source: No longer obtainable Requires Level 36 +1 to Level of Socketed Gems +1 to Level of Socketed Bow Gems @@ -412,22 +453,23 @@ Slivertongue Harbinger Bow Source: Drops from unique{Guardian of the Hydra} Variant: Pre 3.5.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 68, 212 Dex Implicits: 1 (30-50)% increased Critical Strike Chance {variant:1}Adds (60-75) to (170-220) Physical Damage {variant:2}Adds (110-125) to (245-265) Physical Damage +{variant:3}Adds (80-95) to (220-240) Physical Damage {variant:1}100% increased Critical Strike Chance with arrows that Fork -{variant:2}(150-200)% increased Critical Strike Chance with arrows that Fork +{variant:2,3}(150-200)% increased Critical Strike Chance with arrows that Fork {variant:1}Arrows that Pierce have 50% chance to cause Bleeding -{variant:2}Arrows that Pierce have +50% to Critical Strike Multiplier +{variant:2,3}Arrows that Pierce have +50% to Critical Strike Multiplier {variant:1}Arrows Pierce all Targets after Chaining -{variant:2}Arrows Pierce all Targets after Forking +{variant:2,3}Arrows Pierce all Targets after Forking ]],[[ Storm Cloud Long Bow -Upgrade: Upgrades to unique{The Tempest} via prophecy{The Servant's Heart} Variant: Pre 2.0.0 Variant: Current Requires Level 9, 38 Dex @@ -438,7 +480,7 @@ No Physical Damage ]],[[ The Tempest Long Bow -Source: Upgraded from unique{Storm Cloud} using prophecy{The Servant's Heart} +Source: Drops from any endgame map boss Requires Level 32, 38 Dex No Physical Damage 100% increased Lightning Damage @@ -453,7 +495,7 @@ Requires Level 64, 212 Dex Adds 1 to (275-325) Lightning Damage (10-15)% increased Attack Speed 60% of Lightning Damage Converted to Chaos Damage -10% chance to Shock +10% Chance to Shock Your Chaos Damage can Shock {variant:2}Shock Enemies as though dealing 300% more Damage {variant:2}Your Shocks can increase Damage taken by up to a maximum of 100% @@ -514,10 +556,12 @@ League: Breach Source: Upgraded from unique{Xoph's Inception} using currency{Blessing of Xoph} Variant: Pre 3.3.0 Variant: Pre 3.9.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 64, 185 Dex -{variant:3}Socketed Gems are Supported by Level 20 Ignite Proliferation -(250-300)% increased Physical Damage +{variant:3,4}Socketed Gems are Supported by Level 20 Ignite Proliferation +{variant:1,2,3}(250-300)% increased Physical Damage +{variant:4}(165-195)% increased Physical Damage 50% of Physical Damage Converted to Fire Damage 10% chance to Ignite {variant:1}Ignites your Skills cause spread to other Enemies within a Radius of 12 diff --git a/src/Data/Uniques/claw.lua b/src/Data/Uniques/claw.lua index e40f798abc..978884e2e3 100644 --- a/src/Data/Uniques/claw.lua +++ b/src/Data/Uniques/claw.lua @@ -11,7 +11,7 @@ Requires Level 46, 80 Dex, 80 Int Implicits: 2 {variant:1}+21 Life gained for each Enemy hit by Attacks {variant:2}+44 Life gained for each Enemy hit by Attacks -Socketed Gems are Supported by Level 12 Fortify +Socketed Gems are Supported by level 12 Fortify (100-120)% increased Physical Damage +110 to Evasion Rating +(30-50) to maximum Life @@ -278,7 +278,7 @@ Implicits: 2 {variant:1}+21 Life gained for each Enemy hit by Attacks {variant:2,3}+44 Life gained for each Enemy hit by Attacks +1 to Level of Socketed Dexterity Gems -{variant:3}Socketed Gems are Supported by Level 10 Faster Attacks +{variant:3}Socketed Gems are Supported by level 10 Faster Attacks {variant:1,2}(100-120)% increased Physical Damage {variant:3}(160-180)% increased Physical Damage (10-15)% increased Attack Speed @@ -293,7 +293,7 @@ Implicits: 1 (60-80)% increased Physical Damage Adds (25-35) to (50-65) Physical Damage 25% chance to cause Bleeding on Hit -2% increased Physical Damage Over Time per 10 Dexterity +2% increased Physical Damage over time per 10 Dexterity 1% increased Bleed Duration per 12 Intelligence 30% Chance to cause Bleeding Enemies to Flee on hit ]],[[ diff --git a/src/Data/Uniques/dagger.lua b/src/Data/Uniques/dagger.lua index 62049ee8bf..22d7bf027d 100644 --- a/src/Data/Uniques/dagger.lua +++ b/src/Data/Uniques/dagger.lua @@ -41,7 +41,7 @@ Implicits: 1 (20-40)% increased Physical Damage Adds (3-6) to (9-13) Physical Damage 10% increased Attack Speed -Extra gore +Extra Gore {variant:1}10% chance to cause Bleeding on Hit {variant:2}30% chance to cause Bleeding on Hit ]],[[ @@ -111,7 +111,6 @@ Implicits: 1 ]],[[ Goredrill Skinning Knife -Upgrade: Upgrades to unique{Sanguine Gambol} via prophecy{Crimson Hues} Requires Level 5, 16 Dex Implicits: 1 30% increased Global Critical Strike Chance @@ -124,7 +123,7 @@ Adds (1-2) to (3-5) Physical Damage ]],[[ Sanguine Gambol Skinning Knife -Source: Upgraded from unique{Goredrill} via prophecy{Crimson Hues} +Source: No longer obtainable Requires Level 59 Implicits: 1 30% increased Global Critical Strike Chance @@ -202,7 +201,7 @@ Implicits: 1 10% reduced Attack Speed +(6-10)% to all Elemental Resistances {variant:1,2}Melee Critical Strikes have 25% chance to cause Bleeding -{variant:3}50% chance to cause Bleeding on Critical Strike +{variant:3}50% chance to Cause Bleeding on Critical Strike {variant:1,2}Melee Critical Strikes have 25% chance to Poison the Enemy {variant:3}50% chance to Cause Poison on Critical Strike ]],[[ @@ -284,6 +283,7 @@ Every 8 seconds, gain Avatar of Fire for 4 seconds White Wind Imperial Skean Variant: Pre 3.11.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 66, 95 Dex, 131 Int Implicits: 1 @@ -291,11 +291,11 @@ Implicits: 1 Adds (160-190) to (280-320) Cold Damage (10-15)% increased Attack Speed {variant:1}+(300-400) to Evasion Rating -{variant:2}+(1000-1500) to Evasion Rating -{variant:1}20% chance to Dodge Attacks while your Off Hand is empty -{variant:2}(15-25)% chance to Dodge Attacks while your Off Hand is empty +{variant:2,3}+(1000-1500) to Evasion Rating +{variant:1,2}(15-25)% chance to Suppress Spell Damage while your Off Hand is empty +{variant:3}(30-40)% chance to Suppress Spell Damage while your Off Hand is empty {variant:1}100% increased Cold Damage while your Off Hand is empty -{variant:2}(100-200)% increased Cold Damage while your Off Hand is empty +{variant:2,3}(100-200)% increased Cold Damage while your Off Hand is empty ]],[[ Widowmaker Boot Blade diff --git a/src/Data/Uniques/flask.lua b/src/Data/Uniques/flask.lua index 318a8e39c0..7f64ae58a2 100644 --- a/src/Data/Uniques/flask.lua +++ b/src/Data/Uniques/flask.lua @@ -8,13 +8,15 @@ Sanctified Life Flask League: Domination, Nemesis Variant: Pre 2.6.0 Variant: Pre 3.15.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 50 -(5-20)% increased Recovery Speed +{variant:1,2,3}(5-20)% increased Recovery Speed +{variant:4}(35-50)% reduced Recovery Speed {variant:1}No Life Recovery Applies during Flask effect {variant:2}100% increased Amount Recovered {variant:3}50% increased Amount Recovered -Recover Full Life at the end of the Flask Effect +Recover Full Life at the end of the Flask effect ]], -- Flask: Mana [[ @@ -117,14 +119,16 @@ Sulphur Flask League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Variant: Pre 3.15.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 35 Creates Consecrated Ground on Use {variant:1}(30-50)% increased Duration {variant:2}(20-40)% increased Duration +{variant:3}(15-30)% reduced Duration Consecrated Ground created by this Flask has Tripled Radius {variant:1}+(1.0-2.0)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect -{variant:2}(100-150)% increased Critical Strike Chance against Enemies on Consecrated Ground during Effect +{variant:2,3}(100-150)% increased Critical Strike Chance against Enemies on Consecrated Ground during Effect Consecrated Ground created during Effect applies (7-10)% increased Damage taken to Enemies ]],[[ Coralito's Signature @@ -143,10 +147,12 @@ Your Critical Strikes do not deal extra Damage during Flask effect Coruscating Elixir Ruby Flask Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 18 Implicits: 0 {variant:2}100% increased Duration +{variant:3}25% increased Duration Chaos Damage does not bypass Energy Shield during effect Removes all but one Life on use Removed life is regenerated as Energy Shield over 2 seconds @@ -162,40 +168,46 @@ Variant: Item Rarity Variant: Reduced Mana Cost Variant: Movement Speed/Stun Avoidance Variant: Life Regen +Variant: Reduced Reflected Damage Taken Variant: Pre 3.15.0 +Variant: Pre 3.16.0 Crit Chance Variant: Current Requires Level 22 Implicits: 0 -{variant:7}Recharges 1 Charge when you Consume an Ignited corpse -{variant:8}Recharges 5 Charges when you Consume an Ignited corpse -{variant:7}Enemies Ignited by you during Flask Effect take 10% increased Damage -{variant:8}Enemies Ignited by you during Flask Effect take (7-10)% increased Damage -{variant:7,8}Recover (1-3)% of Life when you Kill an Enemy during Flask Effect -{variant:7,8}Recover (1-3)% of Mana when you Kill an Enemy during Flask Effect -{variant:7,8}Recover (1-3)% of Energy Shield when you Kill an Enemy during Flask Effect -{variant:8}+90 to Maximum Charges -{variant:8}(250-300)% increased Charges used -{variant:1}{crafted}(60-80)% increased Critical Strike Chance during Flask Effect +{variant:8}Recharges 1 Charge when you consume an Ignited Corpse +{variant:10}Recharges 5 Charges when you consume an Ignited Corpse +{variant:8}Enemies Ignited by you during Flask Effect take 10% increased Damage +{variant:10}Enemies Ignited by you during Flask Effect take (7-10)% increased Damage +{variant:8,10}Recover (1-3)% of Life when you Kill an Enemy during Flask Effect +{variant:8,10}Recover (1-3)% of Mana when you Kill an Enemy during Flask Effect +{variant:8,10}Recover (1-3)% of Energy Shield when you Kill an Enemy during Flask Effect +{variant:10}+90 to maximum charges +{variant:10}(250-300)% increased Charges Used +{variant:9}{crafted}(60-80)% increased Critical Strike Chance during Flask Effect +{variant:1}{crafted}(45-55)% increased Critical Strike Chance during Flask Effect {variant:2}{crafted}15% of Damage Taken from Hits is Leeched as Life during Flask Effect -{variant:3}(20-30)% increased Rarity of Items found during Flask effect +{variant:3}{crafted}(20-30)% increased Rarity of Items found during Flask Effect {variant:4}{crafted}(25-20)% reduced Mana Cost of Skills during Flask Effect {variant:5}{crafted}(8-12)% increased Movement Speed during Flask effect {variant:5}{crafted}50% Chance to avoid being Stunned during Flask Effect {variant:6}{crafted}3% of Life Regenerated per second during Flask Effect +{variant:7}{crafted}(60-80)% reduced Reflected Damage taken during Flask Effect ]],[[ Dying Sun Ruby Flask Source: Drops from unique{The Shaper} Variant: Pre 3.0.0 Variant: Pre 3.15.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 68 {variant:2}(-10-10)% increased Charges used -{variant:3}(125-150)% increased Charges used -{variant:3}(40-60)% reduced Duration +{variant:3,4}(125-150)% increased Charges used +{variant:3}(40-60)% reduced duration +{variant:4}(40-60)% less duration {variant:1}30% increased Area of Effect during Flask Effect {variant:2}(15-25)% increased Area of Effect during Flask Effect -{variant:3}(10-20)% increased Area of Effect during Flask Effect +{variant:3,4}(10-20)% increased Area of Effect during Flask Effect 2 additional Projectiles during Flask Effect ]],[[ Forbidden Taste @@ -210,8 +222,8 @@ Requires Level 27 {variant:2}Recover 75% of your maximum Life on use {variant:3,4}Recover (75-100)% of your maximum Life on use {variant:1}15% of maximum Life taken as Chaos Damage per second -{variant:2,3}8% of Maximum Life taken as Chaos Damage per second -{variant:4}25% of Maximum Life taken as Chaos Damage per second +{variant:2,3}8% of maximum Life taken as Chaos Damage per second +{variant:4}25% of maximum Life taken as Chaos Damage per second ]],[[ Kiara's Determination Silver Flask @@ -342,9 +354,9 @@ Variant: Pre 3.10.0 Variant: Current Requires Level 27 {variant:1}100% increased Charges used -{variant:1}Vaal Skills deal (30-40)% more Damage during Effect +{variant:1}Vaal Skills deal (30-40)% more Damage during effect {variant:1}Vaal Skills used during effect do not apply Soul Gain Prevention -{variant:1}Gains no Charges during Effect of any Soul Ripper Flask +{variant:1}Gains no Charges During effect of any Soul Ripper Flask {variant:2}+(-40 to 90) maximum Charges {variant:2}Loses all Charges when you enter a new area {variant:2}Consumes Maximum Charges to use @@ -449,7 +461,7 @@ Creates a Smoke Cloud on Use {variant:3}(-10-10)% increased Charges used {variant:1}(50-70)% increased Damage Over Time during Flask Effect {variant:2}(25-40)% increased Damage Over Time during Flask Effect -Grants Level 21 Despair Curse Aura during Flask Effect +Grants level 21 Despair Curse Aura during Flask Effect ]], -- Flask: Ward [[ diff --git a/src/Data/Uniques/gloves.lua b/src/Data/Uniques/gloves.lua index ff5338e9ea..797cb8eea4 100644 --- a/src/Data/Uniques/gloves.lua +++ b/src/Data/Uniques/gloves.lua @@ -7,14 +7,16 @@ Atziri's Acuity Vaal Gauntlets Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} Variant: Pre 3.1.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 75, 100 Str +(60-80) to Intelligence +(60-75) to maximum Life (200-220)% increased Armour -(25-35)% increased Global Critical Strike Chance +{variant:2}(25-35)% increased Global Critical Strike Chance +{variant:3}(40-60)% increased Global Critical Strike Chance {variant:1}Life and Mana Leech from Critical Strikes are instant -{variant:2}You have Vaal Pact if you've dealt a Critical Strike Recently +{variant:2,3}You have Vaal Pact if you've dealt a Critical Strike Recently ]],[[ Replica Atziri's Acuity Vaal Gauntlets @@ -26,6 +28,18 @@ Requires Level 63, 100 Str +(60-75) to maximum Life You have Perfect Agony if you've dealt a Critical Strike recently ]],[[ +Ceaseless Feast +Spiked Gloves +Source: Drops from unique{The Infinite Hunger} +Requires Level 70, 95 Str +Implicits: 1 +(16–20)% increased Melee Damage +Adds (2–3) to (22–26) Physical Damage to Attacks +(100–150)% increased Armour +(20–30)% chance to inflict Corrosion on Hit with Attacks +(20–30)% chance to gain an Endurance Charge on Hitting an Enemy with no Armour +(20–30)% chance to gain a Frenzy Charge on Hitting an Enemy with no Evasion Rating +]],[[ Craiceann's Pincers Titan Gauntlets League: Bestiary @@ -45,7 +59,7 @@ Variant: Pre 3.5.0 Variant: Pre 3.10.0 Variant: Current Requires Level 63, 100 Str -{variant:2,3,4}Grants Level 20 Doryani's Touch Skill +{variant:2,3,4}Grants level 20 Doryani's Touch Skill {variant:1,2,3}+30 to maximum Energy Shield {variant:4}+(80-100) to maximum Energy Shield {variant:1,2,3}10% chance to Shock @@ -73,7 +87,7 @@ Goliath Gauntlets Requires Level 53, 76 Str +(400-600) to Armour Knockback direction is reversed -Socketed Gems are Supported by Level 10 Knockback +Socketed Gems are Supported by level 10 Knockback ]],[[ Giantsbane Bronze Gauntlets @@ -152,7 +166,6 @@ Adds (8-12) to (15-20) Physical Damage to Attacks ]],[[ Hrimsorrow Goathide Gloves -Upgrade: Upgrades to unique{Hrimburn} via prophecy{Fire and Ice} Variant: Pre 2.6.0 Variant: Current Requires Level 9, 17 Dex @@ -168,7 +181,7 @@ Reflects 10 Cold Damage to Melee Attackers ]],[[ Hrimburn Goathide Gloves -Source: Upgraded from unique{Hrimsorrow} via prophecy{Fire and Ice} +Source: Drops from any endgame map boss Variant: Pre 2.6.0 Variant: Current Requires Level 24, 17 Dex @@ -213,12 +226,15 @@ Your Mark transfers to another Enemy when Marked Enemy dies ]],[[ Oskarm Nubuck Gloves +Variant: Pre 3.16.0 +Variant: Current Requires Level 52, 50 Dex Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy (30-40)% increased Accuracy Rating +(40-50) to maximum Life -(20-10)% to Chaos Resistance -(7-8)% chance to Dodge Spell Damage +{variant:1}(7-8)% chance to Suppress Spell Damage +{variant:2}(10-12)% chance to Suppress Spell Damage 2% increased Attack Critical Strike Chance per 200 Accuracy Rating ]],[[ Painseeker @@ -236,7 +252,7 @@ Inflict non-Damaging Ailments as though dealing (100-200)% more Damage Allelopathy Sorcerer Gloves Requires Level 69, 97 Int -Grants Level 22 Blight Skill +Grants level 22 Blight Skill (20-30)% increased Damage over Time (100-120)% increased Energy Shield 10% increased Area of Effect of Area Skills @@ -270,10 +286,23 @@ Requires Level 25, 39 Int {variant:1}Curse Enemies with Temporal Chains on Hit {variant:2,3}Curse Enemies with Temporal Chains on Hit, with 40% increased Effect {variant:3}Non-Aura Curses you inflict are not removed from Dying Enemies -{variant:3}Enemies near corpses affected by your Curses are Blinded +{variant:3}Enemies near Corpses affected by your Curses are Blinded {variant:3}Enemies killed near Corpses affected by your Curses explode, dealing {variant:3}3% of their Life as Physical Damage ]],[[ +Black Zenith +Fingerless Silk Gloves +Source: Drops from unique{The Black Star} +Requires Level 70, 95 Int +Implicits: 1 +(12-16)% increased Spell Damage +Socketed Projectile Spells deal 150% more Damage with Hits +Socketed Projectile Spells have +4 seconds to Cooldown +Socketed Projectile Spells fire 4 additional Projectiles +Socketed Projectile Spells fire Projectiles in a circle +Socketed Projectile Spells have 80% less Skill Effect Duration +(140-180)% increased Energy Shield +]],[[ Demon Stitcher Satin Gloves League: Delve @@ -285,7 +314,6 @@ Sacrifice 5% of Life to gain that much Energy Shield when you Cast a Spell ]],[[ Doedre's Tenure Velvet Gloves -Upgrade: Upgrades to unique{Doedre's Malevolence} via prophecy{The Malevolent Witch} Variant: Pre 2.6.0 Variant: Current Requires Level 12, 21 Int @@ -300,7 +328,7 @@ Requires Level 12, 21 Int ]],[[ Doedre's Malevolence Velvet Gloves -Source: Upgraded from unique{Doedre's Tenure} via prophecy{The Malevolent Witch} +Source: Drops from any endgame map boss Variant: Pre 3.11.0 Variant: Current Requires Level 64, 21 Int @@ -314,7 +342,6 @@ Adds (48-56) to (73-84) Chaos Damage to Spells ]],[[ Grip of the Council Arcanist Gloves -Source: prophecy{The Unbreathing Queen V} Requires Level 60, 95 Int +30 to Strength +(30-50) to maximum Life @@ -379,7 +406,7 @@ Requires Level 55, 79 Int {variant:3,4}(180-250)% increased Energy Shield {variant:1}80% increased Mana Cost of Skills {variant:2,3}(40-80)% increased Mana Cost of Skills -{variant:4}+(40-80) to Total Mana Cost of Skills +{variant:4}Lose (40-80) Mana when you use a Skill +(15-20) Energy Shield gained on Kill ]], -- Gloves: Armour/Evasion @@ -423,10 +450,19 @@ Requires Level 15 (6-9)% increased Attack Speed (80-120)% increased Armour and Evasion (3-4) Life Regenerated per second -Recover 20% of your Maximum Life on Rampage +Recover 20% of Life on Rampage Kills grant an additional Vaal Soul if you have Rampaged Recently Rampage ]],[[ +Gravebind +Hydrascale Gauntlets +Requires Level 59, 45 Str, 45 Dex +Implicits: 0 +(100-150)% increased Armour and Evasion ++(19-29)% to Chaos Resistance ++(15-25) Life gained on kill +Nearby Enemies Killed by anyone count as being Killed by you instead +]],[[ Haemophilia Serpentscale Gauntlets Requires Level 43, 34 Str, 34 Dex @@ -505,7 +541,7 @@ Trigger Level 20 Arcane Wake after Spending a total of 200 Mana Wyrmsign Wyrmscale Gauntlets Requires Level 49, 38 Str, 38 Dex -Socketed Gems are Supported by Level 5 Concentrated Effect +Socketed Gems are Supported by level 5 Concentrated Effect (120-160)% increased Armour and Evasion +(50-70) to maximum Life 4% reduced Mana Cost per Endurance Charge @@ -636,7 +672,7 @@ Adds (30-36) to (44-50) Cold Damage to Attacks +(40-50)% to Cold Resistance {variant:2}50% increased Herald of Ice Damage 25% increased Freeze Duration on Enemies -Your Hits can only Kill Frozen Enemies +Your Hits can only Kill Frozen enemies ]],[[ Triad Grip Mesh Gloves @@ -650,7 +686,6 @@ Minions have (5-10)% chance to Freeze, Shock and Ignite ]],[[ Volkuur's Guidance Zealot Gloves -Source: Drops from The Pale Council Variant: Fire Variant: Cold Variant: Lightning @@ -714,8 +749,8 @@ Requires Level 31, 25 Dex 25 Int (5-7)% increased Cast Speed (100-150)% increased Evasion and Energy Shield Raised Zombies have (80-100)% increased maximum Life -Raise Zombie does not require a corpse -Your Raised Zombies count as corpses +Raise Zombie does not require a Corpse +Your Raised Zombies count as Corpses ]],[[ Architect's Hand Variant: Pre 3.14.0 @@ -742,7 +777,7 @@ Requires Level 45, 35 Dex, 35 Int +(30-40) to Dexterity (200-250)% increased Evasion and Energy Shield (20-30)% reduced Trap Throwing Speed -Skills which throw Traps have Blood Magic +Skills which throw Traps Cost Life instead of Mana Skills used by Traps have (10-20)% increased Area of Effect Increases and Reductions to Cast Speed also Apply to Trap Throwing Speed 10% chance to gain an Endurance, Frenzy or Power Charge when any of your Traps is Triggered by an Enemy @@ -756,7 +791,7 @@ Requires Level 58, 45 Dex, 45 Int +(50-60) to maximum Life +6 to Maximum Life per Elder Item Equipped +4% to Damage over Time Multiplier for Ailments per Elder Item Equipped -8% increased Effect of Non-Damaging Ailments per Elder Item Equipped +8% increased Effect of non-Damaging Ailments per Elder Item Equipped Remove an Ailment when you use a Flask if all Equipped Items are Elder Items Elder Item ]],[[ @@ -857,7 +892,7 @@ Requires Level 58, 45 Dex, 45 Int 2% increased Attack Speed per Frenzy Charge 6% increased Accuracy Rating per Frenzy Charge 10% reduced Frenzy Charge Duration per Frenzy Charge -{variant:1}While at maximum Frenzy Charges, Attacks Poison Enemies +{variant:1}While at Maximum Frenzy Charges, Attacks Poison Enemies {variant:2,3}Attacks have 60% chance to Poison while at maximum Frenzy Charges {variant:3}+5% to Damage over Time Multiplier for Poison per Frenzy Charge ]],[[ @@ -878,7 +913,7 @@ Variant: Pre 1.0.0 Variant: Pre 2.6.0 Variant: Current Requires Level 67, 51 Dex, 51 Int -Socketed Gems are Supported by Level 18 Added Lightning Damage +Socketed Gems are Supported by level 18 Added Lightning Damage {variant:1,3}Adds 1 to 100 Lightning Damage to Attacks {variant:2}Adds 1 to 40 Lightning Damage to Attacks 10% increased Attack Speed @@ -900,11 +935,14 @@ Flasks gain 1 Charge per second if you've Hit a Unique Enemy Recently ]],[[ Nightgrip Runic Gages +Variant: Pre 3.16.0 +Variant: Current League: Expedition Requires Level 48, 31 Str, 31 Dex, 31 Int (33–48)% increased Ward +(17–23)% to Chaos Resistance -Gain Added Chaos Damage equal to 25% of Ward +{variant:1}Gain Added Chaos Damage equal to 25% of Ward +{variant:2}Gain Added Chaos Damage equal to 20% of Ward 75% of Damage bypasses Ward ]], } diff --git a/src/Data/Uniques/helmet.lua b/src/Data/Uniques/helmet.lua index fa41df286d..dfdb56bb65 100644 --- a/src/Data/Uniques/helmet.lua +++ b/src/Data/Uniques/helmet.lua @@ -45,7 +45,6 @@ Half of your Strength is added to your Minions ]],[[ Ezomyte Peak Iron Hat -Upgrade: Upgrades to unique{Ezomyte Hold} via prophecy{The Bloody Flowers Redux} 20% increased Physical Damage +(15-25) to Armour +(25-50) to maximum Life @@ -53,7 +52,7 @@ Cannot Evade Enemy Attacks ]],[[ Ezomyte Hold Iron Hat -Source: Upgraded from unique{Ezomyte Peak} using prophecy{The Bloody Flowers Redux} +Source: No longer obtainable 20% increased Physical Damage +(15-25) to Armour +(25-50) to maximum Life @@ -65,22 +64,28 @@ Siege Helmet League: Breach Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} Upgrade: Upgrades to unique{The Formless Inferno} using currency{Blessing of Xoph} +Variant: Pre 3.16.0 +Variant: Current Requires Level 48, 101 Str +(100-120) to Armour +(40-50) to maximum Life -20 Fire Damage taken when Hit -Armour is increased by Uncapped Fire Resistance +{variant:1}Armour is increased by Uncapped Fire Resistance +{variant:2}Armour is increased by Overcapped Fire Resistance ]],[[ The Formless Inferno Royal Burgonet League: Breach Source: Upgraded from unique{The Formless Flame} using currency{Blessing of Xoph} +Variant: Pre 3.16.0 +Variant: Current Requires Level 65, 148 Str (80-120)% increased Armour +(40-50) to maximum Life -30% to Fire Resistance 8% of Physical Damage from Hits taken as Fire Damage -Armour is increased by Uncapped Fire Resistance +{variant:1}Armour is increased by Uncapped Fire Resistance +{variant:2}Armour is increased by Overcapped Fire Resistance ]],[[ Hrimnor's Resolve Samnite Helmet @@ -120,7 +125,7 @@ Requires Level 64, 138 Dex +(20-30)% to Cold Resistance 25% chance to Avoid being Chilled Cannot be Frozen -8% reduced Reservation of Skills +16% increased Mana Reservation Efficiency of Skills ]],[[ Replica Alpha's Howl Sinner Tricorne @@ -130,7 +135,7 @@ Requires Level 64, 138 Dex (80-100)% increased Evasion Rating +(20-30)% to Chaos Resistance 25% chance to Avoid being Poisoned -8% reduced Reservation of Skills +16% increased Mana Reservation Efficiency of Skills You cannot be Hindered ]],[[ Assailum @@ -142,8 +147,7 @@ Socketed Non-Channelling Bow Skills are Triggered by Snipe Socketed Triggered Bow Skills deal 40% less Damage +(350-500) to Accuracy Rating +(350-500) to Evasion Rating -(7-10)% chance to Dodge Attack Hits while Channelling -(7-10)% chance to Dodge Spell Hits while Channelling +(14-20)% chance to Suppress Spell Damage while Channelling ]],[[ Fairgraves' Tricorne Tricorne @@ -164,7 +168,6 @@ Reflects 4 Physical Damage to Melee Attackers ]],[[ Heatshiver Leather Hood -Upgrade: Upgrades to unique{Frostferno} via prophecy{A Vision of Ice and Fire} Variant: Pre 3.0.0 Variant: Current Requires Level 20, 46 Dex @@ -174,14 +177,14 @@ Requires Level 20, 46 Dex {variant:2}(20-30)% increased Fire Damage if you have used a Cold Skill Recently (80-100)% increased Evasion Rating 60% increased Mana Regeneration Rate -{variant:1}-(20-10)% to Fire Resistance +{variant:1}−(20-10)% to Fire Resistance {variant:2}+(20-30)% to Fire Resistance -{variant:1}-(20-10)% to Cold Resistance +{variant:1}−(20-10)% to Cold Resistance {variant:2}+(20-30)% to Cold Resistance ]],[[ Frostferno Leather Hood -Source: Upgraded from unique{Heatshiver} via prophecy{A Vision of Ice and Fire} +Source: Drops from any endgame map boss Requires Level 60, 46 Dex +2 to Level of Socketed Fire Gems +2 to Level of Socketed Cold Gems @@ -217,7 +220,7 @@ Silken Hood League: Bestiary Source: Drops from unique{Saqawal, First of the Sky} Requires Level 60, 138 Dex -Trigger Level 20 Tornado when you gain Avian's Might or Avian's Flight +Trigger Level 20 Twister when you gain Avian's Might or Avian's Flight (60-80)% increased Evasion Rating +(40-60) to maximum Life +(30-40)% to Lightning Resistance @@ -242,7 +245,6 @@ Requires Level 60, 138 Dex [[ Asenath's Mark Iron Circlet -Upgrade: Upgrades to unique{Asenath's Chant} via prophecy{Song of the Sekhema} Variant: Pre 2.6.0 Variant: Current Requires Level 8, 23 Int @@ -256,7 +258,7 @@ Requires Level 8, 23 Int ]],[[ Asenath's Chant Iron Circlet -Source: Upgraded from unique{Asenath's Mark} via prophecy{Song of the Sekhema} +Source: Drops from any endgame map boss Variant: Pre 3.9.0 Variant: Current Requires Level 45, 23 Int @@ -322,14 +324,13 @@ Requires Level 69, 154 Int {variant:1}+(200-250) to Accuracy Rating {variant:2}+(300-350) to Accuracy Rating (120-150)% increased Energy Shield --30% to Fire Resistance +−30% to Fire Resistance (0.4-0.8)% of Attack Damage Leeched as Life (0.2-0.4)% of Attack Damage Leeched as Mana Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value ]],[[ Crown of Thorns Vine Circlet -Upgrade: Upgrades to unique{Martyr's Crown} via prophecy{Pleasure and Pain} Variant: Pre 1.2.0 Variant: Current {variant:1}+(12-24) to maximum Energy Shield @@ -340,9 +341,9 @@ Pain Attunement ]],[[ Martyr's Crown Vine Circlet -Source: Upgraded from unique{Crown of Thorns} using prophecy{Pleasure and Pain} +Source: No longer obtainable Variant: Pre 3.0.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 52 {variant:1}+(260-300) to maximum Energy Shield {variant:2}+(170-210) to maximum Energy Shield @@ -355,6 +356,18 @@ Necromancer Circlet League: Betrayal Source: Drops from unique{Catarina, Master of Undeath} Requires Level 54, 112 Int +Variant: Strength and Quality Pre 3.16.0 +Variant: Dexterity and Quality Pre 3.16.0 +Variant: Intelligence and Quality Pre 3.16.0 +Variant: Fire and Chaos Resistances Pre 3.16.0 +Variant: Cold and Chaos Resistances Pre 3.16.0 +Variant: Lightning and Chaos Resistances Pre 3.16.0 +Variant: Strength and Dexterity Pre 3.16.0 +Variant: Dexterity and Intelligence Pre 3.16.0 +Variant: Strength and Intelligence Pre 3.16.0 +Variant: Mine Laying Speed Pre 3.16.0 +Variant: Focus Spell Trigger Pre 3.16.0 +Variant: Focus Ailment Duration Pre 3.16.0 Variant: Strength and Quality Variant: Dexterity and Quality Variant: Intelligence and Quality @@ -368,24 +381,25 @@ Variant: Mine Laying Speed Variant: Focus Spell Trigger Variant: Focus Ailment Duration +1 to Level of Socketed Gems -Socketed Gems have 20% reduced Reservation +{variant:1,2,3,4,5,6,7,8,9,10,12}Socketed Gems have 40% increased Mana Reservation Efficiency +{variant:13,14,15,16,17,18,19,20,21,22,23,24}Socketed Gems have 25% increased Reservation Efficiency Trigger Level 15 Feast of Flesh every 5 seconds (180-220)% increased Energy Shield 10% chance for Energy Shield Recharge to start when you use a Skill Eldritch Battery -{variant:1}{crafted}+(10-25) to Strength -{variant:2}{crafted}+(10-25) to Dexterity -{variant:3}{crafted}+(10-25) to Intelligence -{variant:1,2,3}{crafted}+(7-18)% to Quality -{variant:4}{crafted}+(8-15)% to Fire and Chaos Resistances -{variant:5}{crafted}+(8-15)% to Cold and Chaos Resistances -{variant:6}{crafted}+(8-15)% to Lightning and Chaos Resistances -{variant:7}{crafted}+(6-17) to Strength and Dexterity -{variant:8}{crafted}+(6-17) to Dexterity and Intelligence -{variant:9}{crafted}+(6-17) to Strength and Intelligence -{variant:10}{crafted}(7-12)% increased Mine Laying Speed -{variant:11}{crafted}Trigger Socketed Spells when you Focus -{variant:12}{crafted}(81-140)% increased Duration of Ailments you inflict while Focused +{variant:1,13}{crafted}+(10-25) to Strength +{variant:2,14}{crafted}+(10-25) to Dexterity +{variant:3,15}{crafted}+(10-25) to Intelligence +{variant:1,2,3,13,14,15}{crafted}+(7-18)% to Quality +{variant:4,16}{crafted}+(8-15)% to Fire and Chaos Resistances +{variant:5,17}{crafted}+(8-15)% to Cold and Chaos Resistances +{variant:6,18}{crafted}+(8-15)% to Lightning and Chaos Resistances +{variant:7,19}{crafted}+(6-17) to Strength and Dexterity +{variant:8,20}{crafted}+(6-17) to Dexterity and Intelligence +{variant:9,21}{crafted}+(6-17) to Strength and Intelligence +{variant:10,22}{crafted}(7-12)% increased Mine Laying Speed +{variant:11,23}{crafted}Trigger Socketed Spells when you Focus +{variant:12,24}{crafted}(81-140)% increased Duration of Ailments you inflict while Focused ]],[[ Doedre's Scorn Lunaris Circlet @@ -402,10 +416,9 @@ Requires Level 39, 83 Int ]],[[ Eber's Unification Hubris Circlet -Source: Drops from The Pale Council Requires Level 69, 154 Int Implicits: 0 -Trigger Level 10 Void Gaze when you use a Skill +Trigger level 10 Void Gaze when you use a Skill +(50-80) to maximum Mana (120-150)% increased Energy Shield 50% increased Stun and Block Recovery @@ -468,7 +481,7 @@ Requires Level 69, 154 Int (150-180)% increased Energy Shield (6-10)% increased maximum Mana Recover (8-10)% of maximum Life when you use a Mana Flask -Non-instant Mana Recovery from Flasks is also Recovered as Life +Non-instant Mana recovery from Flasks is also recovered as Life (50-60)% increased Cost of Skills for each 200 total Mana Spent Recently {variant:1}(50-60)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000% {variant:2}(20-25)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000% @@ -513,17 +526,19 @@ Rime Gaze Mind Cage Variant: Pre 2.6.0 Variant: Pre 3.5.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 65, 138 Int -{variant:1}Socketed Gems are Supported by Level 15 Concentrated Effect -{variant:2,3}Socketed Gems are Supported by Level 20 Concentrated Effect +{variant:1}Socketed Gems are Supported by level 15 Concentrated Effect +{variant:2,3,4}Socketed Gems are Supported by level 20 Concentrated Effect 30% increased Cold Damage +(40-60) to maximum Mana {variant:1}(100-120)% increased Energy Shield {variant:2,3}(180-200)% increased Energy Shield +{variant:4}(140-160)% increased Energy Shield {variant:1}50% slower start of Energy Shield Recharge -{variant:2,3}50% reduced Energy Shield Recharge Rate -{variant:3}+(16-22)% to Cold Damage over Time Multiplier +{variant:2,3,4}50% reduced Energy Shield Recharge Rate +{variant:3,4}+(16-22)% to Cold Damage over Time Multiplier ]],[[ Scold's Bridle Mind Cage @@ -534,6 +549,15 @@ Requires Level 65, 138 Int +(30-60) to maximum Mana Your Skills deal you 400% of Mana Cost as Physical Damage ]],[[ +Sudden Dawn +Steel Circlet +Source: Drops from unique{The Black Star} +Requires Level 48, 101 Int +(300–350)% increased Energy Shield ++(50–70) to maximum Mana +(10–20)% chance for Energy Shield Recharge to start when you Kill an Enemy +(30–40)% less Energy Shield Recharge Rate +]],[[ Thundersight Solaris Circlet Requires Level 59, 122 Int @@ -596,11 +620,11 @@ Variant: Pre 1.3.0 Variant: Pre 3.5.0 Variant: Current Requires Level 67, 62 Str, 85 Dex -Socketed Gems are Supported by Level 18 Melee Physical Damage -{variant:1,4}Socketed Gems are Supported by Level 18 Faster Attacks -{variant:2,3}Socketed Gems are Supported by Level 12 Faster Attacks -{variant:1,4}Socketed Gems are supported by Level 18 Blind -{variant:2,3}Socketed Gems are supported by Level 6 Blind +Socketed Gems are Supported by level 18 Melee Physical Damage +{variant:1,4}Socketed Gems are Supported by level 18 Faster Attacks +{variant:2,3}Socketed Gems are Supported by level 12 Faster Attacks +{variant:1,4}Socketed Gems are Supported by level 18 Blind +{variant:2,3}Socketed Gems are Supported by level 6 Blind {variant:1,2}15% Chance to Block {variant:3,4}6% Chance to Block Adds 20 to 30 Physical Damage to Attacks @@ -624,7 +648,6 @@ Socketed Skills deal Double Damage ]],[[ Deidbell Gilded Sallet -Upgrade: Upgrades to unique{Deidbellow} via prophecy{Dying Cry} Variant: Pre 2.6.0 Variant: Current Requires Level 33, 38 Str, 38 Dex @@ -637,9 +660,9 @@ Cannot Leech when on Low Life ]],[[ Deidbellow Gilded Sallet -Source: Upgraded from unique{Deidbell} using prophecy{Dying Cry} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 33, 38 Str, 38 Dex +(20-30) to Strength +(20-30) to Dexterity @@ -748,7 +771,7 @@ Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current Requires Level 63, 85 Str, 62 Int -Socketed Gems are supported by Level 20 Cast on Death +Socketed Gems are supported by level 20 Cast on Death 20% increased Damage when on Low Life +(10-15) to all Attributes (60-100)% increased Armour and Energy Shield @@ -800,7 +823,8 @@ You and Nearby Allies have 47 to 61 added Chaos Damage per White Socket ]],[[ Geofri's Crest Great Crown -Upgrade: Upgrades to unique{Geofri's Legacy} via prophecy{The Bishop's Legacy} +Variant: Pre 3.17.0 +Variant: Current Requires Level 53, 59 Str, 59 Int +1 to Level of Socketed Gems (60-80)% increased Armour and Energy Shield @@ -808,10 +832,12 @@ Requires Level 53, 59 Str, 59 Int +(15-20)% to Cold Resistance +(15-20)% to Lightning Resistance +(20-30)% to Chaos Resistance +{variant:2}+1 to maximum number of Summoned Holy Relics +{variant:2}Summoned Holy Relics have (20-25)% reduced Cooldown Recovery Speed ]],[[ Geofri's Legacy Great Crown -Source: Upgraded from unique{Geofri's Crest} via prophecy{The Bishop's Legacy} +Source: No longer obtainable Requires Level 62, 59 Str, 59 Int +1 to Level of Socketed Gems (60-80)% increased Armour and Energy Shield @@ -921,13 +947,16 @@ Mask of the Tribunal Magistrate Crown League: Synthesis Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} +Variant: Pre 3.16.0 +Variant: Current Requires Level 58, 64 Str, 64 Int +(25-30) to all Attributes (150-200)% increased Armour and Energy Shield -Nearby Allies have (4-6)% increased Defences per 100 Strength you have +{variant:1}Nearby Allies have (4-6)% increased Defences per 100 Strength you have +{variant:2}Nearby Allies have 1% chance to Block Attack Damage per 100 Strength you have Nearby Allies have +(6-8)% to Critical Strike Multiplier per 100 Dexterity you have Nearby Allies have (2-4)% increased Cast Speed per 100 Intelligence you have -1% reduced Reservation of Skills per 250 total Attributes +2% increased Mana Reservation Efficiency of Skills per 250 total Attributes ]],[[ Maw of Mischief Bone Helmet @@ -943,13 +972,17 @@ Minions are Aggressive Memory Vault Praetor Crown Source: Drops from unique{The Enslaver} +Variant: Pre 3.16.0 +Variant: Current Requires Level 68, 62 Str, 91 Int +(130-160) to maximum Energy Shield +(150-200) to maximum Mana (30-40)% increased Mana Regeneration Rate +(20-30)% to Fire Resistance -10% increased Reservation of Skills -Gain Armour equal to your Reserved Mana +{variant:1}20% reduced Mana Reservation Efficiency of Skills +{variant:2}20% reduced Reservation Efficiency +{variant:1}Gain Armour equal to your Reserved Mana +{variant:2}1% increased Armour per 50 Reserved Mana ]],[[ Mindspiral Aventail Helmet @@ -961,7 +994,7 @@ Requires Level 37, 42 Str, 42 Int {variant:1}+(100-150) to maximum Mana {variant:2}+(100-120) to maximum Mana {variant:2}Gain (5-10)% of Maximum Mana as Extra Maximum Energy Shield -Enemies Cannot Leech Mana From you +Enemies Cannot Leech Mana From You (5-10)% of Damage taken Recouped as Mana Cannot Leech Mana ]],[[ @@ -1000,7 +1033,7 @@ Requires Level 68, 62 Str, 91 Int +(26-32)% to Fire Resistance +(8-16)% to Chaos Resistance 20% increased Light Radius -(8-12)% increased Maximum Life if no Equipped Items are Corrupted +(8-12)% increased maximum Life if no Equipped Items are Corrupted Regenerate 100 Life per second if no Equipped Items are Corrupted ]], -- Helmet: Evasion/Energy Shield @@ -1114,7 +1147,7 @@ Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current Requires Level 38, 44 Dex, 44 Int -{variant:2,3}Trigger Level 1 Create Lesser Shrine when you Kill an Enemy +{variant:2,3}Trigger level 1 Create Lesser Shrine when you Kill an Enemy (120-150)% increased Evasion and Energy Shield {variant:2}+(40-65) to maximum Energy Shield {variant:3}+(30-45) to maximum Energy Shield @@ -1130,15 +1163,17 @@ Heretic's Veil Deicide Mask Variant: Pre 2.6.0 Variant: Pre 3.0.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 67, 73 Dex, 88 Int +(40-50) to maximum Energy Shield {variant:1,2}(130-150)% increased Evasion and Energy Shield -{variant:3}(90-110)% increased Evasion and Energy Shield +{variant:3,4}(90-110)% increased Evasion and Energy Shield {variant:1}+2 to Level of Socketed Curse Gems -{variant:2,3}+1 to Level of Socketed Curse Gems +{variant:2,3,4}+1 to Level of Socketed Curse Gems Socketed Curse Gems are Supported by Level 22 Blasphemy -Socketed Curse Gems have 12% reduced Reservation +{variant:1,2,3}Socketed Curse Gems have 24% increased Mana Reservation Efficiency +{variant:4}Socketed Curse Gems have 20% increased Reservation Efficiency ]],[[ Leer Cast Festival Mask @@ -1161,10 +1196,10 @@ You and nearby Allies have 30% increased Mana Regeneration Rate ]],[[ Malachai's Simula Iron Mask -Upgrade: Upgrades to unique{Malachai's Awakening} via prophecy{The Nightmare Awakens} Variant: Pre 1.0.0 Variant: Pre 2.0.0 Variant: Pre 3.7.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 17, 21 Dex, 21 Int (15-30)% increased Spell Damage @@ -1178,8 +1213,9 @@ Blood Magic ]],[[ Malachai's Awakening Iron Mask -Source: Upgraded from unique{Malachai's Simula} via prophecy{The Nightmare Awakens} +Source: Drops from any endgame map boss Variant: Pre 3.7.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 60, 21 Dex, 21 Int (15-30)% increased Spell Damage @@ -1193,7 +1229,6 @@ Blood Magic ]],[[ Mind of the Council Harlequin Mask -Source: prophecy{Unbearable Whispers V} Variant: Pre 3.10.0 Variant: Current Requires Level 57, 64 Dex, 64 Int @@ -1204,7 +1239,7 @@ Requires Level 57, 64 Dex, 64 Int +20% chance to be Shocked 30% of Lightning Damage is taken from Mana before Life {variant:1}Recover 3% of Maximum Mana when you Shock an Enemy -{variant:2}Attack Skills have Added Lightning Damage equal to 6% of maximum Mana +{variant:2}Attack Skills have added Lightning Damage equal to 6% of maximum Mana {variant:2}Lose 3% of Mana when you use an Attack Skill ]],[[ The Tempest's Binding @@ -1249,7 +1284,7 @@ Requires Level 62, 79 Dex, 72 Int (245-280)% increased Evasion and Energy Shield +(30-40) to maximum Energy Shield +(24-30)% to Chaos Resistance -Enemies Cannot Leech Mana From you +Enemies cannot Leech Mana from You Socketed Gems have 50% reduced Mana Cost ]],[[ Viridi's Veil @@ -1283,7 +1318,7 @@ Requires Level 25, 30 Str, 30 Dex, 30 Int (25-35)% increased Ward (20-30)% faster Restoration of Ward (15-25)% increased Light Radius -Increases and Reductions to Maximum Energy Shield instead apply to Ward +Increases and Reductions to maximum Energy Shield instead apply to Ward ]],[[ Cadigan's Crown Runic Crown diff --git a/src/Data/Uniques/jewel.lua b/src/Data/Uniques/jewel.lua index a986b17030..ed445b4d8d 100644 --- a/src/Data/Uniques/jewel.lua +++ b/src/Data/Uniques/jewel.lua @@ -28,7 +28,7 @@ Spells which have gained Intensity Recently gain 1 Intensity every 0.5 Seconds Apparitions Viridian Jewel Minions have (5-10)% increased Movement Speed -Minions have (2-5)% additional chance to Dodge Attacks +Minions have +(2-5)% chance to Suppress Spell Damage ]],[[ The Blue Dream Cobalt Jewel @@ -67,7 +67,7 @@ Strength from Passives in Radius is Transformed to Intelligence Calamitous Visions Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps Adds Lone Messenger ]],[[ Careful Planning @@ -108,6 +108,22 @@ Radius: Large Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage ]],[[ +Dissolution of the Flesh +Prismatic Jewel +Source: Drops from unique{The Searing Exarch} +Limited to: 1 +Removes all Energy Shield +Life that would be lost by taking Damage is instead Reserved +until you take no Damage to Life for 2 seconds +(20–30)% more Maximum Life +]],[[ +Divine Inferno +Crimson Jewel +Limited to: 1 +Radius: Medium +With at least 40 Strength in Radius, Combust is Disabled +With at least 40 Strength in Radius, Attacks Exerted by Infernal Cry deal (40-60)% more Damage with Ignite +]],[[ Efficient Training Crimson Jewel Radius: Large @@ -212,7 +228,7 @@ Implicits: 0 The Front Line Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps Adds Veteran's Awareness ]],[[ The Golden Rule @@ -265,14 +281,18 @@ Passives granting Cold Resistance or all Elemental Resistances in Radius also grant an equal chance to gain a Frenzy Charge on Kill ]],[[ The Green Nightmare +Variant: Pre 3.16.0 +Variant: Current Viridian Jewel League: Breach Source: Upgraded from unique{The Green Dream} using currency{Blessing of Chayula} Limited to: 1 Radius: Large Gain 5% of Cold Damage as Extra Chaos Damage -Passives granting Cold Resistance or all Elemental Resistances in Radius -also grant Chance to Dodge Attack Hits at 35% of its value +{variant:1}Passives granting Cold Resistance or all Elemental Resistances in Radius +{variant:1}also grant Chance to Suppress Spell Damage at 35% of its value +{variant:2}Passives granting Cold Resistance or all Elemental Resistances in Radius +{variant:2}also grant Chance to Suppress Spell Damage at 50% of its value Passives granting Cold Resistance or all Elemental Resistances in Radius also grant an equal chance to gain a Frenzy Charge on Kill ]],[[ @@ -328,7 +348,7 @@ With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain 1 of The Interrogation Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps Adds Secrets of Suffering ]],[[ Intuitive Leap @@ -347,7 +367,7 @@ Source: Drops in The Lord's Labyrinth Kitava's Teachings Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps Adds Disciple of Kitava ]],[[ Lioneye's Fall @@ -380,8 +400,8 @@ Cobalt Jewel Mantra of Flames Crimson Jewel Limited to: 1 -Adds (3-5) to (8-12) Fire Attack Damage per Buff on you -Adds (2-3) to (5-8) Fire Spell Damage per Buff on you +Adds (3-5) to (8-12) Fire Attack Damage per Buff on You +Adds (2-3) to (5-8) Fire Spell Damage per Buff on You ]],[[ Martial Artistry Crimson Jewel @@ -393,6 +413,13 @@ Radius: Small {variant:2}+(3-4) to Melee Strike Range while Unarmed {variant:2}Passive Skills in Radius also grant: 1% increased Unarmed Attack Speed with Melee Skills ]],[[ +Melding of the Flesh +Cobalt Jewel +Source: Drops from unique{The Eater of Worlds} +Limited to: 1 +-(80-70)% to All Elemental Resistances +Elemental Resistances are capped by your highest Maximum Elemental Resistance instead +]],[[ Might in All Forms Crimson Jewel Radius: Medium @@ -416,13 +443,13 @@ Spells which have gained Intensity Recently lose 1 Intensity every 0.50 Seconds Natural Affinity Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps Adds Nature's Patience ]],[[ One With Nothing Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps Adds Hollow Palm Technique ]],[[ Primordial Eminence @@ -500,22 +527,21 @@ Limited to: 1 Radius: Medium Minions have (12-16)% increased Attack Speed Minions have (12-16)% increased Cast Speed -Minions have (10-12)% chance to Dodge Attack Hits -Minions have (10-12)% chance to Dodge Spell Hits +Minions have (20-24)% chance to Suppress Spell Damage Notable Passive Skills in Radius are Transformed to instead grant: Minions have 25% reduced Movement Speed ]],[[ Rain of Splinters Crimson Jewel Limited to: 1 (30-50)% reduced Totem Damage -Totems fire 2 additional Projectiles +Totems Fire 2 additional Projectiles ]],[[ Reckless Defence Cobalt Jewel Variant: Pre 3.4.0 Variant: Current {variant:1}+6% chance to Block Spell Damage -{variant:2}+(2-4)% Chance to Block Spell Damage +{variant:2}+(2-4)% chance to Block Spell Damage (2-4)% chance to Block Attack Damage Hits have (140-200)% increased Critical Strike Chance against you ]],[[ @@ -551,7 +577,7 @@ also grant an equal chance to gain an Endurance Charge on Kill The Siege Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps Adds Kineticism ]],[[ Soul's Wick @@ -669,12 +695,14 @@ Variant: Small Ring Variant: Medium Ring Variant: Large Ring Variant: Very Large Ring +Variant: Massive Ring Radius: Variable Implicits: 0 {variant:1}Only affects Passives in Small Ring {variant:2}Only affects Passives in Medium Ring {variant:3}Only affects Passives in Large Ring {variant:4}Only affects Passives in Very Large Ring +{variant:5}Only affects Passives in Massive Ring Passives in Radius can be Allocated without being connected to your tree -(20-10)% to all Elemental Resistances ]],[[ @@ -686,7 +714,7 @@ Variant: Current Minions deal (8-12)% increased Damage {variant:1}2% increased Skeleton Attack Speed {variant:2}(7-10)% increased Skeleton Attack Speed -{variant:2}(7-10)% increased Skeleton Cast Speed +{variant:2}(7-10)% increased Skeleton Cast speed {variant:2}(3-5)% increased Skeleton Movement Speed ]],[[ Unnatural Instinct @@ -1020,11 +1048,17 @@ With 40 total Dexterity and Strength in Radius, Prismatic Skills deal 50% less L Collateral Damage Viridian Jewel Limited to: 2 +Variant: Pre 3.9.0 +Variant: Current Radius: Medium -(10-15)% increased Physical Damage -With at least 40 Dexterity in Radius, Shrapnel Shot has 25% increased Area of Effect -With at least 40 Dexterity in Radius, Shrapnel Shot's +(10-15)% increased Global Physical Damage +{variant:1}With at least 40 Dexterity in Radius, Shrapnel Shot has 25% increased Area of Effect +{variant:1}With at least 40 Dexterity in Radius, Shrapnel Shot's cone has a 50% chance to deal Double Damage +{variant:2}With at least 40 Dexterity in Radius, Galvanic Arrow deals +50% increased Area Damage +{variant:2}With at least 40 Dexterity in Radius, Galvanic Arrow has +25% increased Area of Effect ]],[[ Dead Reckoning Cobalt Jewel @@ -1040,12 +1074,15 @@ Minions have +(7-10)% to all Elemental Resistances ]],[[ Seething Fury Viridian Jewel +Variant: Pre 3.16.0 +Variant: Current League: Legion Requires Level: 20 Limited to: 1 Radius: Medium (10-15)% increased Attack Damage while holding a Shield -+0.2% to Off Hand Critical Strike Chance per 10 Maximum Energy Shield on Shield +{variant:1}+0.2% to Off Hand Critical Strike Chance per 10 Maximum Energy Shield on Shield +{variant:2}+0.15% to Off Hand Critical Strike Chance per 10 Maximum Energy Shield on Shield +4% to Off Hand Critical Strike Multiplier per 10 Maximum Energy Shield on Shield ]],[[ Fight for Survival @@ -1059,6 +1096,7 @@ With at least 40 Dexterity in Radius, Frost Blades has 25% increased Projectile ]],[[ First Snow Cobalt Jewel +Source: No longer obtainable Limited to: 2 Radius: Medium (7-10)% increased Projectile Damage @@ -1068,6 +1106,7 @@ you've Shattered an Enemy Recently ]],[[ Frozen Trail Cobalt Jewel +Source: No longer obtainable Limited to: 2 Radius: Medium (7-10)% increased Projectile Damage @@ -1077,8 +1116,9 @@ Speed per second ]],[[ Growing Agony Viridian Jewel +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Limited to: 1 Radius: Medium {variant:1}(4-12)% increased Damage over Time @@ -1088,12 +1128,14 @@ With at least 40 Dexterity in Radius, Viper Strike deals 2% increased Damage wit ]],[[ Hazardous Research Cobalt Jewel +Variant: Pre 3.17.0 +Variant: Current Limited to: 1 Radius: Medium (10-15)% increased Lightning Damage -With at least 40 Intelligence in Radius, Spark fires 2 additional Projectiles +{variant:1}With at least 40 Intelligence in Radius, Spark fires 2 additional Projectiles With at least 40 Intelligence in Radius, Spark fires Projectiles in a Nova -(20-15)% reduced Spark Duration +{variant:1}(20-15)% reduced Spark Duration ]],[[ Inevitability Cobalt Jewel @@ -1158,6 +1200,7 @@ With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect ]],[[ Overwhelming Odds Crimson Jewel +Source: No longer obtainable Limited to: 1 Radius: Medium (10-15)% increased Global Physical Damage @@ -1167,18 +1210,21 @@ With at least 40 Strength in Radius, Cleave has +1 to Radius per Nearby Enemy, u Pitch Darkness Viridian Jewel Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Radius: Medium {variant:1}(5-15)% increased Fire Damage -{variant:2}(10-15)% increased Fire Damage +{variant:2,3}(10-15)% increased Fire Damage +{variant:3}+10% to Fire Damage over Time Multiplier With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Burning Ground if it Ignites an Enemy. -With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Tar if it does not Ignite an Enemy. +{variant:2}With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Tar if it does not Ignite an Enemy. ]],[[ Rapid Expansion Crimson Jewel +Source: No longer obtainable Variant: Pre 2.6.0 Variant: Pre 3.3.0 -Variant: Current +Variant: Pre 3.17.0 Limited to: 2 Radius: Medium {variant:1}(4-12)% increased Physical Damage @@ -1192,6 +1238,7 @@ Radius: Medium Ring of Blades Viridian Jewel Variant: Pre 3.0.0 +Variant: Pre 3.17.0 Variant: Current Limited to: 1 Radius: Medium @@ -1246,18 +1293,21 @@ With at least 40 Intelligence in Radius, 10% of Damage taken gained as Mana over Spreading Rot Cobalt Jewel Variant: Pre 3.6.0 +Variant: Pre 3.17.0 Variant: Current -Limited to: 2 +Limited to: 1 Radius: Medium (7-13)% increased Chaos Damage -With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration +{variant:1,2}With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration +{variant:3}With at least 40 Intelligence in Radius, Blight has 30% reduced Cast Speed {variant:1}With at least 40 Intelligence in Radius, Enemies Hindered by Blight take 25% increased Chaos Damage -{variant:2}With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds +{variant:2,3}With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds ]],[[ Steel Spirit Viridian Jewel +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Radius: Medium {variant:1}(6-10)% increased Projectile Damage {variant:2}(7-10)% increased Projectile Damage @@ -1265,12 +1315,14 @@ Radius: Medium {variant:2}With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 5% increased Damage each time it Hits. ]],[[ Sudden Ignition +Variant: Pre 3.16.0 +Variant: Current Viridian Jewel Limited to: 1 Radius: Medium (10-15)% increased Fire Damage -With at least 40 Dexterity in Radius, Burning -Arrow can inflict an additional Ignite on an Enemy +{variant:1}With at least 40 Dexterity in Radius, Burning Arrow can inflict an additional Ignite on an Enemy +{Variant:2}Ignited Enemies Killed by your Hits are destroyed ]],[[ Unending Hunger Cobalt Jewel @@ -1318,6 +1370,7 @@ Radius: Medium ]],[[ Weight of the Empire Crimson Jewel +Source: No longer obtainable Limited to: 2 Radius: Medium (8-12)% increased Physical Damage @@ -1338,6 +1391,7 @@ Radius: Medium ]],[[ Winter Burial Crimson Jewel +Source: No longer obtainable Limited to: 2 Radius: Medium (10-15)% increased Cold Damage @@ -1380,8 +1434,8 @@ Corrupted Blood Sacrifice Crimson Jewel 1% of maximum Mana gained on Kill -Removes 1% of maximum Life on Kill -Removes 1% of maximum Energy Shield on Kill +Removes 1% of Life on Kill +Removes 1% of Energy Shield on Kill Corrupted ]],[[ Replica Blood Sacrifice @@ -1433,7 +1487,7 @@ Corrupted ]],[[ Fragility Crimson Jewel --1 Maximum Endurance Charges +−1 Maximum Endurance Charges Corrupted ]],[[ Hungry Abyss @@ -1450,12 +1504,12 @@ Corrupted ]],[[ Pacifism Viridian Jewel --1 Maximum Frenzy Charges +−1 Maximum Frenzy Charges Corrupted ]],[[ Powerlessness Cobalt Jewel --1 Maximum Power Charges +−1 Maximum Power Charges Corrupted ]],[[ Sacrificial Harvest @@ -1496,7 +1550,7 @@ Crimson Jewel Limited to: 1 3% reduced Mana Cost of Skills 4% increased Skill Effect Duration -2% reduced Reservation of Skills +4% increased Mana Reservation Efficiency of Skills ]],[[ Replica Conqueror's Efficiency Crimson Jewel @@ -1508,10 +1562,15 @@ Non-Channelling Skills have -9 to Total Mana Cost ]],[[ Conqueror's Longevity Viridian Jewel +Variant: Pre 3.16.0 +Variant: Current Limited to: 1 -3% chance to Avoid Elemental Ailments -8% increased Life Recovery from Flasks -2% chance to Dodge Attacks +{variant:1}3% chance to Avoid Elemental Ailments +{variant:2}10% chance to Avoid Elemental Ailments +{variant:1}8% increased Life Recovery from Flasks +{variant:2}10% increased Life Recovery from Flasks +{variant:1}3% chance to Suppress Spell Damage +{variant:2}5% chance to Suppress Spell Damage ]],[[ Conqueror's Potency Cobalt Jewel @@ -1528,27 +1587,46 @@ Projectiles Pierce an additional Target ]],[[ Survival Instincts Viridian Jewel -Limited to: 1 -+20 to Dexterity -+6% to all Elemental Resistances +Limited to: 1 Survival +Variant: Pre 3.16.0 +Variant: Current +{variant:1}+20 to Dexterity +{variant:1}+6% to all Elemental Resistances +{variant:2}20% reduced Flask Charges gained +{variant:2}50% increased Flask Effect Duration +Survival ]],[[ Survival Secrets Cobalt Jewel -Limited to: 1 -3 Mana Regenerated per second -10% increased Elemental Damage +Limited to: 1 Survival +Variant: Pre 3.16.0 +Variant: Current +{variant:1}3 Mana Regenerated per second +{variant:1}10% increased Elemental Damage +{variant:2}Flasks applied to you have 20% reduced Effect +{variant:2}Flasks gain 3 Charges every 3 seconds while they are inactive +Survival ]],[[ Survival Skills Crimson Jewel -Limited to: 1 -10% increased Global Physical Damage -+50 to Armour +Limited to: 1 Survival +Variant: Pre 3.16.0 +Variant: Current +{variant:1}10% increased Global Physical Damage +{variant:1}+50 to Armour +{variant:2}Flasks gain 2 Charges when you hit a Non-Unique Enemy, no more than once per second +{variant:2}80% less Flask Charges gained from Kills +Survival ]],[[ Warlord's Reach Crimson Jewel +Variant: Pre 3.16.0 +Variant: Current Limited to: 1 -8% increased Attack Damage -+1 Melee Strike Range +{variant:1}8% increased Attack Damage +{variant:1}+1 Melee Strike Range +{variant:2}10% increased Attack Damage +{variant:2}+2 Melee Strike Range ]], -- Jewel: Labyrinth rewards [[ diff --git a/src/Data/Uniques/mace.lua b/src/Data/Uniques/mace.lua index 4169b06c6d..2e25b8e927 100644 --- a/src/Data/Uniques/mace.lua +++ b/src/Data/Uniques/mace.lua @@ -35,7 +35,6 @@ All Attack Damage Chills when you Stun ]],[[ Cameria's Maul Gavel -Upgrade: Upgrades to unique{Cameria's Avarice} via prophecy{Cold Greed} Variant: Pre 2.6.0 Variant: Current Requires Level 60, 212 Str @@ -50,7 +49,7 @@ Adds (10-20) to (30-50) Cold Damage ]],[[ Cameria's Avarice Gavel -Source: Upgraded from unique{Cameria's Maul} via prophecy{Cold Greed} +Source: Drops from any endgame map boss Requires Level 60, 212 Str Implicits: 1 15% reduced Enemy Stun Threshold @@ -87,11 +86,11 @@ Implicits: 2 (60-80)% increased Physical Damage Adds 10 to 15 Physical Damage 10% increased Attack Speed -1% of Physical Attack Damage Leeched as Life +1% of Physical Attack Damage leeched as Life {variant:1}10% Chance to cause Bleeding on Hit -{variant:2}30% chance to cause Bleeding on Hit -{variant:1}1% of Attack Damage Leeched as Life against Bleeding Enemies -{variant:2}3% of Attack Damage Leeched as Life against Bleeding Enemies +{variant:2}30% Chance to cause Bleeding on Hit +{variant:1}1% of Attack Damage leeched as Life against Bleeding Enemies +{variant:2}3% of Attack Damage leeched as Life against Bleeding Enemies ]],[[ Frostbreath Ornate Mace @@ -109,7 +108,7 @@ Implicits: 2 (8-14)% increased Attack Speed +(40-50)% to Fire Resistance (35-50)% increased Chill Duration on Enemies -Attacks with this Weapon deal Double Damage to Chilled Enemies +Attacks with this Weapon deal double Damage to Chilled Enemies ]],[[ Replica Frostbreath Ornate Mace @@ -179,7 +178,7 @@ Skills Chain +1 times +300 Intelligence Requirement {variant:1}50% chance to Cast a Socketed Lightning Spell on Hit {variant:2}30% chance to Cast a Socketed Lightning Spell on Hit -{variant:3,4,5}Trigger a Socketed Lightning Spell on Hit, with a 0.15 second Cooldown +{variant:3,4,5}Trigger a Socketed Lightning Spell on Hit, with a 0.25 second Cooldown {variant:1,2,3,4}Socketed Lightning Spells deal 100% increased Spell Damage if Triggered ]],[[ Nebulis @@ -189,7 +188,7 @@ Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 68, 104 Str, 122 Int Implicits: 1 40% increased Elemental Damage -(15-20)% increased Cast Speed +{fractured}(15-20)% increased Cast Speed (15-20)% increased Cold Damage per 1% Cold Resistance above 75% (15-20)% increased Lightning Damage per 1% Lightning Resistance above 75% ]],[[ @@ -199,7 +198,7 @@ League: Heist Requires Level 68, 104 Str, 122 Int Implicits: 1 40% increased Elemental Damage -(15-20)% increased Cast Speed +{fractured}(15-20)% increased Cast Speed (15-20)% increased Cold Damage per 1% Missing Cold Resistance, up to a maximum of 300% (15-20)% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300% ]],[[ @@ -261,8 +260,8 @@ Implicits: 1 40% increased Elemental Damage Grants Level 25 Scorching Ray Skill (12-20)% increased Cast Speed -Recover (1-3)% of Maximum Life on Kill -Recover (1-3)% of Maximum Mana on Kill +Recover (1-3)% of Life on Kill +Recover (1-3)% of Mana on Kill 10% increased Scorching Ray beam length ]],[[ Bitterdream @@ -275,12 +274,12 @@ Implicits: 2 {variant:1}15% increased Elemental Damage {variant:2,3}22% increased Elemental Damage {variant:3}Socketed Gems are Supported by Level 1 Bonechill -Socketed Gems are Supported by Level 1 Hypothermia -Socketed Gems are Supported by Level 1 Ice Bite -Socketed Gems are Supported by Level 1 Cold Penetration -{variant:1,2}Socketed Gems are Supported by Level 1 Mana Leech -Socketed Gems are Supported by Level 10 Added Cold Damage -Socketed Gems are Supported by Level 1 Inspiration +Socketed Gems are Supported by level 1 Hypothermia +Socketed Gems are Supported by level 1 Ice Bite +Socketed Gems are Supported by level 1 Cold Penetration +{variant:1,2}Socketed Gems are Supported by level 1 Mana Leech +Socketed Gems are Supported by level 10 Added Cold Damage +Socketed Gems are Supported by level 1 Inspiration ]],[[ Replica Bitterdream Shadow Sceptre @@ -309,7 +308,6 @@ Each Summoned Phantasm grants you Phantasmal Might ]],[[ Breath of the Council Carnal Sceptre -Source: prophecy{The Plaguemaw V} Variant: Pre 3.0.0 Variant: Current Requires Level 66, 113 Str, 113 Int @@ -408,7 +406,7 @@ Implicits: 2 +(50-70) to Strength (15-18)% increased Cast Speed +(20-30) to maximum Mana -Socketed Gems are Supported by Level 30 Iron Will +Socketed Gems are Supported by level 30 Iron Will 1% increased Damage per 8 Strength when in Main Hand 1% increased Armour per 16 Strength when in Off Hand ]],[[ @@ -421,7 +419,7 @@ Requires Level 75, 113 Str, 113 Int Implicits: 2 {variant:1}10% increased Elemental Damage {variant:2}32% increased Elemental Damage -Socketed Gems are Supported by Level 20 Elemental Proliferation +Socketed Gems are Supported by level 20 Elemental Proliferation Adds (65-85) to (100-160) Physical Damage (11-15)% increased Attack Speed (6-10)% increased Cast Speed @@ -483,9 +481,9 @@ Implicits: 2 {variant:1,2}20% increased Elemental Damage {variant:3,4}30% increased Elemental Damage {variant:4}+2 to Level of Socketed Fire Gems -{variant:1,2,3}Socketed Gems are Supported by Level 10 Added Fire Damage -{variant:1,2,3}Socketed Gems are Supported by Level 10 Cold to Fire -Socketed Gems are Supported by Level 10 Fire Penetration +{variant:1,2,3}Socketed Gems are Supported by level 10 Added Fire Damage +{variant:1,2,3}Socketed Gems are Supported by level 10 Cold to Fire +Socketed Gems are Supported by level 10 Fire Penetration {variant:4}Socketed Gems deal 63 to 94 additional Fire Damage (20-30)% increased Spell Damage {variant:2,3,4}(150-200)% increased Physical Damage @@ -589,7 +587,6 @@ Enemies you Shock have 20% reduced Movement Speed ]],[[ Chober Chaber Great Mallet -Upgrade: Upgrades to unique{Chaber Cairn} via prophecy{Faith Exhumed} Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current @@ -608,7 +605,7 @@ Minions have (20-40)% increased maximum Life ]],[[ Chaber Cairn Great Mallet -Source: Upgraded from unique{Chober Chaber} via prophecy{Faith Exhumed} +Source: Drops from any endgame map boss Requires Level 60, 131 Str Implicits: 1 30% increased Stun Duration on Enemies @@ -622,7 +619,6 @@ Minions have (20-40)% increased maximum Life ]],[[ Geofri's Baptism Brass Maul -Upgrade: Upgrades to unique{Geofri's Devotion} via prophecy{Black Devotion} Variant: Pre 2.6.0 Variant: Current Requires Level 27, 92 Str @@ -636,7 +632,7 @@ Never deal Critical Strikes ]],[[ Geofri's Devotion Brass Maul -Source: Upgraded from unique{Geofri's Baptism} via prophecy{Black Devotion} +Source: Drops from any endgame map boss Variant: Pre 2.6.0 Variant: Pre 3.11.0 Variant: Current @@ -654,7 +650,6 @@ Never deal Critical Strikes ]],[[ Hrimnor's Hymn Sledgehammer -Upgrade: Upgrades to unique{Hrimnor's Dirge} via prophecy{Winter's Mournful Melodies} Variant: Pre 2.6.0 Variant: Current Requires Level 17, 62 Str @@ -669,9 +664,9 @@ Implicits: 2 ]],[[ Hrimnor's Dirge Sledgehammer -Source: Upgraded from unique{Hrimnor's Hymn} using prophecy{Winter's Mournful Melodies} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 36, 62 Str Implicits: 2 {variant:1}40% increased Stun Duration on Enemies @@ -693,7 +688,7 @@ Requires Level 44, 143 Str Implicits: 2 {variant:1}40% increased Stun Duration on Enemies {variant:2}45% increased Stun Duration on Enemies -{variant:2}25% chance to Trigger Level 20 Animate Weapon on Kill +{variant:2}25% chance to Trigger level 20 Animate Weapon on Kill (150-200)% increased Physical Damage (8-12)% increased Attack Speed (8-12)% increased Cast Speed @@ -747,7 +742,7 @@ Implicits: 3 {variant:2,3}30% increased Stun Duration on Enemies {variant:4}45% increased Stun Duration on Enemies {variant:1,2}Socketed Gems are Supported by level 15 Increased Area of Effect -{variant:3,4}Socketed Gems are Supported by Level 15 Pulverise +{variant:3,4}Socketed Gems are Supported by level 15 Pulverise {variant:1,2}(220-250)% increased Physical Damage {variant:3}(230-260)% increased Physical Damage {variant:4}(200-230)% increased Physical Damage @@ -760,7 +755,6 @@ Implicits: 3 ]],[[ Quecholli Jagged Maul -Upgrade: Upgrades to unique{Panquetzaliztli} via prophecy{The Fall of an Empire} Variant: Pre 2.6.0 Variant: Current Requires Level 22, 77 Str @@ -775,7 +769,7 @@ Enemies killed explode dealing 10% of their Life as Fire Damage ]],[[ Panquetzaliztli Jagged Maul -Source: Upgraded from unique{Quecholli} via prophecy{The Fall of an Empire} +Source: No longer obtainable Requires Level 61, 77 Str Implicits: 1 30% increased Stun Duration on Enemies @@ -783,7 +777,7 @@ Implicits: 1 Adds (94-98) to (115-121) Physical Damage +(25-50) to all Attributes Enemies killed explode dealing 10% of their Life as Fire Damage -Recover 5% of Maximum Life on Kill +Recover 5% of Life on Kill ]],[[ Tidebreaker Imperial Maul @@ -811,7 +805,7 @@ Implicits: 2 {variant:1}20% increased Stun Duration on Enemies {variant:2}30% increased Stun Duration on Enemies 50% reduced Attack Speed -All Attacks with this Weapon are Critical Strikes +This Weapon's Critical Strike Chance is 100% ]],[[ Replica Trypanon Great Mallet @@ -820,7 +814,7 @@ Requires Level 40, 131 Str Implicits: 1 30% increased Stun Duration on Enemies -5000 to Accuracy Rating -All Attacks with this Weapon are Critical Strikes +This Weapon's Critical Strike Chance is 100% ]],[[ Voidhome Dread Maul diff --git a/src/Data/Uniques/quiver.lua b/src/Data/Uniques/quiver.lua index ebcf6cf596..9b1460abf0 100644 --- a/src/Data/Uniques/quiver.lua +++ b/src/Data/Uniques/quiver.lua @@ -6,11 +6,11 @@ return { Asphyxia's Wrath Two-Point Arrow Quiver Variant: Pre 3.0.0 -Variant: Current -Requires Level 10 +Variant: Pre 3.17.0 +Requires Level 36 Implicits: 1 -(20-30)% increased Accuracy Rating -{variant:2}Grants Level 5 Frostbite Skill +(20-30)% increased Global Accuracy Rating +{variant:2}Grants level 5 Frostbite Skill (8-12)% increased Attack Speed +(30-40)% to Cold Resistance (30-40)% increased Chill Duration on Enemies @@ -19,14 +19,26 @@ Gain 20% of Physical Damage as Extra Cold Damage {variant:1}40% reduced Area of Effect of Hex Skills Hexes on Slain Enemies are transferred to a nearby Enemy ]],[[ +Asphyxia's Wrath +Feathered Arrow Quiver +Requires Level 20 +Implicits: 1 +(20-30)% increased Arrow Speed +Grants level 5 Frostbite Skill +(8-12)% increased Attack Speed ++(30-40)% to Cold Resistance +(30-40)% increased Chill Duration on Enemies +Gain 20% of Physical Damage as Extra Cold Damage +(7-10)% chance to Freeze +Hexes on Slain Enemies are transferred to a nearby Enemy +]],[[ Blackgleam Fire Arrow Quiver -Upgrade: Upgrades to unique{The Signal Fire} via prophecy{Fire and Brimstone} Variant: Pre 2.0.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 22 Implicits: 1 -Adds 4 to 8 Fire Damage to Attacks with Bows +3 to 5 Added Fire Damage with Bow Attacks 10% increased Attack Speed +(80-100) to Evasion Rating +(10-30) to maximum Mana @@ -34,14 +46,25 @@ Adds 4 to 8 Fire Damage to Attacks with Bows {variant:2}50% of Physical Damage Converted to Fire Damage Adds 5 to 10 Fire Damage to Attacks with Bows ]],[[ +Blackgleam +Blazing Arrow Quiver +Requires Level 45 +Implicits: 1 +(12-15) to (24-27) Added Fire Damage with Bow Attacks +10% increased Attack Speed ++(80-100) to Evasion Rating ++(10-30) to maximum Mana +50% of Physical Damage Converted to Fire Damage +Adds 5 to 10 Fire Damage to Attacks with Bows +]],[[ The Signal Fire Fire Arrow Quiver Variant: Pre 3.14.0 -Variant: Current -Source: Upgraded from unique{Blackgleam} using prophecy{Fire and Brimstone} +Variant: Pre 3.17.0 +Source: Drops from any endgame map boss Requires Level 24 Implicits: 1 -Adds 4 to 8 Fire Damage to Attacks with Bows +3 to 5 Added Fire Damage with Bow Attacks 10% increased Attack Speed +(80-100) to Evasion Rating +(10-30) to maximum Mana @@ -50,23 +73,38 @@ Adds 4 to 8 Fire Damage to Attacks with Bows 50% of Physical Damage Converted to Fire Damage Adds 5 to 10 Fire Damage to Attacks with Bows ]],[[ +The Signal Fire +Blazing Arrow Quiver +Source: Drops from any endgame map boss +Requires Level 45 +Implicits: 1 +(12-15) to (24-27) Added Fire Damage with Bow Attacks +10% increased Attack Speed ++(80-100) to Evasion Rating ++(10-30) to maximum Mana +Gain (25-35)% of Physical Attack Damage as Extra Fire Damage +50% of Physical Damage Converted to Fire Damage +Adds 5 to 10 Fire Damage to Attacks with Bows +]],[[ Craghead Serrated Arrow Quiver -Upgrade: Upgrades to unique{Cragfall} via prophecy{Heavy Blows} +Variant: Pre 3.17.0 +Variant: Current Requires Level 5 Implicits: 1 -Adds 1 to 4 Physical Damage to Attacks with Bows +1 to 4 Added Physical Damage with Bow Attacks (20-25)% reduced Enemy Stun Threshold 25% reduced Projectile Speed -(60-80)% increased Stun Duration on Enemies +{variant:1}(60-80)% increased Stun Duration on Enemies +{variant:2}(140-200)% increased Stun Duration on Enemies Adds 6 to 10 Physical Damage to Attacks with Bows ]],[[ Cragfall Serrated Arrow Quiver -Source: Upgraded from unique{Craghead} using prophecy{Heavy Blows} +Source: No longer obtainable Requires Level 5 Implicits: 1 -Adds 1 to 4 Physical Damage to Attacks with Bows +1 to 4 Added Physical Damage with Bow Attacks (20-25)% reduced Enemy Stun Threshold 25% reduced Projectile Speed (60-80)% increased Stun Duration on Enemies @@ -90,7 +128,7 @@ League: Harbinger Upgrade: Upgrades to unique{The Shattered Divinity} via currency{Fragmentation Scroll} Requires Level 60 Implicits: 1 -(25-35)% increased Stun Duration on Enemies +(7-9) to (13-16) Added Physical Damage with Bow Attacks Grants Summon Harbinger of Directions Skill +(30-50) to Strength and Dexterity Adds (19-22) to (30-35) Fire Damage to Spells and Attacks @@ -103,7 +141,7 @@ League: Harvest Source: Upgraded from unique{The Fracturing Spinner} via currency{Fragmentation Scroll} Requires Level 60 Implicits: 1 -(25-35)% increased Stun Duration on Enemies +(7-9) to (13-16) Added Physical Damage with Bow Attacks Grants Summon Greater Harbinger of Directions Skill +(30-50) to Strength and Dexterity Adds (19-22) to (30-35) Fire Damage to Spells and Attacks @@ -112,12 +150,11 @@ Adds (19-22) to (30-35) Cold Damage to Spells and Attacks ]],[[ Hyrri's Bite Sharktooth Arrow Quiver -Upgrade: Upgrades to unique{Hyrri's Demise} via prophecy{A Dishonourable Death} Variant: Pre 2.6.0 Variant: Current -Requires Level 10 +Requires Level 14 Implicits: 1 -+(3-4) Life gained for each Enemy hit by your Attacks ++(6-8) Life gained for each Enemy hit by your Attacks +(15-25) to Strength +(35-45) to Dexterity +(15-25) to Intelligence @@ -128,10 +165,10 @@ Implicits: 1 ]],[[ Hyrri's Demise Sharktooth Arrow Quiver -Source: Upgraded from unique{Hyrri's Bite} via prophecy{A Dishonourable Death} +Source: Drops from any endgame map boss Requires Level 45 Implicits: 1 -+(3-4) Life gained for each Enemy hit by your Attacks ++(6-8) Life gained for each Enemy hit by your Attacks +(15-30) to all Attributes (7-10)% increased Attack Speed +(2-3) Life gained for each Enemy hit by your Attacks @@ -166,10 +203,10 @@ Trigger a Socketed Bow Skill when you Cast a Spell while wielding a Bow Maloney's Nightfall Blunt Arrow Quiver Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 55 Implicits: 1 -(25-35)% increased Stun Duration on Enemies +(7-9) to (13-16) Added Physical Damage with Bow Attacks {variant:1}(8-10)% increased Attack Speed {variant:2}10% increased Attack Speed +(50-70) to maximum Life @@ -181,11 +218,36 @@ Implicits: 1 {variant:1}(20-40)% increased Damage with Hits and Ailments against Blinded Enemies {variant:2}(40-60)% increased Damage with Hits and Ailments against Blinded Enemies ]],[[ +Maloney's Nightfall +Vile Arrow Quiver +Requires Level 55 +Implicits: 1 +Gain (10-15)% of Physical Damage as Extra Chaos Damage +10% increased Attack Speed ++(50-70) to maximum Life ++(12-16)% to Chaos Resistance +Adds (8-10) to (14-16) Physical Damage to Attacks with Bows +25% chance to create a Smoke Cloud when Hit +(40-60)% increased Damage with Hits and Ailments against Blinded Enemies +]],[[ Rearguard Broadhead Arrow Quiver -Requires Level 28 +Variant: Pre 3.17.0 +Requires Level 49 +Implicits: 1 +(8-10)% increased Attack Speed ++(400-450) to Armour +(20-30)% increased Projectile Speed +50% increased Stun Recovery +(15-20)% increased Projectile Damage +(20-24)% Chance to Block +(12-15)% Chance to Block Spells +]],[[ +Rearguard +Blunt Arrow Quiver +Requires Level 31 Implicits: 1 -Adds 6 to 12 Physical Damage to Attacks with Bows +(7-9) to (13-16) Added Physical Damage with Bow Attacks +(400-450) to Armour (20-30)% increased Projectile Speed 50% increased Stun Recovery @@ -201,7 +263,7 @@ League: Talisman Standard, Talisman Hardcore Source: Drops from unique{Rigwald, The Wolven King} (Level 70+) Requires Level 56 Implicits: 1 -(20-30)% increased Accuracy Rating +(20-30)% increased Global Accuracy Rating -10% to Fire Resistance +(20-30)% to Lightning Resistance +7 Life gained for each Enemy hit by your Attacks @@ -214,7 +276,7 @@ Saemus' Gift Spike-Point Arrow Quiver Requires Level 45 Implicits: 1 -(20-30)% increased Global Critical Strike Chance +(20-30)% increased Critical Strike Chance with Bows +(30-40) to Dexterity (8-12)% increased Cast Speed +(30-60) to maximum Life @@ -224,10 +286,24 @@ Implicits: 1 ]],[[ Scorpion's Call Broadhead Arrow Quiver +Variant: Pre 3.17.0 League: Harvest Requires Level 57 Implicits: 1 -Adds 6 to 12 Physical Damage to Bow Attacks +(8-10)% increased Attack Speed ++(20-40) to Dexterity +(150-200) Life Regenerated per Second while in Blood Stance +(40-60)% increased Projectile Damage while in Blood Stance ++(700-1000) to Evasion Rating while in Sand Stance +(20-30)% increased Area of Effect while in Sand Stance +(20-30)% increased Attack Speed if you've changed Stance Recently +]],[[ +Scorpion's Call +Heavy Arrow Quiver +League: Harvest +Requires Level 61 +Implicits: 1 +(12-16) to (24-27) Added Physical Damage with Bow Attacks +(20-40) to Dexterity (150-200) Life Regenerated per Second while in Blood Stance (40-60)% increased Projectile Damage while in Blood Stance @@ -237,9 +313,9 @@ Adds 6 to 12 Physical Damage to Bow Attacks ]],[[ Skirmish Two-Point Arrow Quiver -Requires Level 19 +Requires Level 36 Implicits: 1 -(20-30)% increased Accuracy Rating +(20-30)% increased Global Accuracy Rating +(15-25) to Intelligence +(30-50) to maximum Mana (20-30)% increased Mana Regeneration Rate @@ -248,9 +324,21 @@ Attack skills can have 1 additional Totem Summoned at a time ]],[[ Steelworm Broadhead Arrow Quiver +Variant: Pre 3.17.0 Requires Level 52 Implicits: 1 -6 to 12 Added Physical Damage with Bow Attacks +(8-10)% increased Attack Speed +Grants Call of Steel +(30-60)% increased Evasion Rating and Armour +Deal no Non-Physical Damage +Attacks that Fire Projectiles Consume up to 1 additional Steel Shard +Skills Fire 3 additional Projectiles for 4 seconds after you consume a total of 12 Steel Shards +]],[[ +Steelworm +Feathered Arrow Quiver +Requires Level 52 +Implicits: 1 +(20-30)% increased Arrow Speed Grants Call of Steel (30-60)% increased Evasion Rating and Armour Deal no Non-Physical Damage @@ -263,7 +351,7 @@ Variant: Pre 2.5.0 Variant: Current Requires Level 64 Implicits: 1 -(20-30)% increased Global Critical Strike Chance +(20-30)% increased Critical Strike Chance with Bows +30 to Dexterity Adds (13-18) to (26-32) Chaos Damage to Attacks (8-12)% increased Attack Speed @@ -277,7 +365,7 @@ Spike-Point Arrow Quiver League: Heist Requires Level 64 Implicits: 1 -(20-30)% increased Global Critical Strike Chance +(20-30)% increased Critical Strike Chance with Bows +30 to Dexterity Adds (13-18) to (26-32) Physical Damage to Attacks (8-12)% increased Attack Speed @@ -287,6 +375,7 @@ Adds (13-18) to (26-32) Physical Damage to Attacks ]],[[ Voidfletcher Penetrating Arrow Quiver +Variant: Pre 3.17.0 Elder Source: Drops from unique{The Elder} (Uber) Requires Level 68 @@ -301,5 +390,22 @@ Adds (30-40) to (80-100) Cold Damage to Attacks 5 Maximum Void Charges Gain a Void Charge every 0.5 seconds Elder Item +]],[[ +Voidfletcher +Primal Arrow Quiver +Elder +Source: Drops from unique{The Elder} (Uber) +Requires Level 68 +Implicits: 1 +(20-30)% increased Elemental Damage with Attack Skills +Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows +Adds (30-40) to (80-100) Cold Damage to Attacks ++(80-120) to maximum Energy Shield ++(20-30)% to Cold Resistance ++(20-40) Mana gained on Kill +30% increased Projectile Speed +5 Maximum Void Charges +Gain a Void Charge every 0.5 seconds +Elder Item ]], -} +} \ No newline at end of file diff --git a/src/Data/Uniques/ring.lua b/src/Data/Uniques/ring.lua index 5687ae4a6b..43f545088b 100644 --- a/src/Data/Uniques/ring.lua +++ b/src/Data/Uniques/ring.lua @@ -1,4 +1,4 @@ --- Item data (c) Grinding Gear Games +-- Item data (c) Grinding Gear Games return { -- Ring @@ -9,10 +9,10 @@ League: Delve Source: Drops from unique{Aul, the Crystal King} Requires Level 49 Implicits: 1 -{tags:resistance}+(20-30)% to Fire Resistance -{tags:attribute}+20 to Strength -{tags:defences}5% increased maximum Energy Shield -{tags:resource,life}5% increased maximum Life +{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:jewellery_attribute}+20 to Strength +{tags:jewellery_defense}5% increased maximum Energy Shield +{tags:life}5% increased maximum Life ]],[[ Ahkeli's Mountain Ruby Ring @@ -20,10 +20,10 @@ League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 49 Implicits: 1 -{tags:resistance}+(20-30)% to Fire Resistance -{tags:attribute}+20 to Strength -{tags:defences}5% increased maximum Energy Shield -{tags:resource,life}5% increased maximum Life +{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:jewellery_attribute}+20 to Strength +{tags:jewellery_defense}5% increased maximum Energy Shield +{tags:life}5% increased maximum Life ]],[[ Ahkeli's Valley Ruby Ring @@ -31,30 +31,30 @@ League: Delve Source: Drops from unique{Kurgal, the Blackblooded} Requires Level 49 Implicits: 1 -{tags:resistance}+(20-30)% to Fire Resistance -{tags:attribute}+20 to Strength -{tags:defences}5% increased maximum Energy Shield -{tags:resource,life}5% increased maximum Life +{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:jewellery_attribute}+20 to Strength +{tags:jewellery_defense}5% increased maximum Energy Shield +{tags:life}5% increased maximum Life ]],[[ Andvarius Gold Ring Requires Level 20 Implicits: 1 (6-15)% increased Rarity of Items found -{tags:attribute}+10 to Dexterity +{tags:jewellery_attribute}+10 to Dexterity (50-70)% increased Rarity of Items found -{tags:resistance}-20% to all Elemental Resistances +{tags:jewellery_resistance}−20% to all Elemental Resistances ]],[[ Astral Projector Topaz Ring League: Metamorph Requires Level 40 Implicits: 1 -{tags:resistance}+(20-30)% to Lightning Resistance -{tags:attribute}+(30-50) to Intelligence +{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{tags:jewellery_attribute}+(30-50) to Intelligence {tags:caster}(20-25)% increased Spell Damage 30% chance to Avoid Elemental Ailments -{tags:caster}Nova Spells have 20% less Area of Effect +Nova Spells have 20% less Area of Effect Nova Spells Cast at the targeted location instead of around you ]],[[ Berek's Grip @@ -65,17 +65,17 @@ Variant: Pre 3.8.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:resistance}+(12-16)% to Cold and Lightning Resistances -{variant:1}{tags:elemental_damage}(10-15)% increased Cold Damage -{variant:2,3}{tags:elemental_damage}(25-30)% increased Cold Damage +{tags:jewellery_resistance}+(12-16)% to Cold and Lightning Resistances +{variant:1}{tags:jewellery_elemental}(10-15)% increased Cold Damage +{variant:2,3}{tags:jewellery_elemental}(25-30)% increased Cold Damage {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (1-50) Lightning Damage to Attacks -{variant:2,3}{tags:elemental_damage,attack,caster}Adds 1 to (50-70) Lightning Damage to Spells and Attacks -{tags:resource,life}+(30-40) to maximum Life +{variant:2,3}{tags:jewellery_elemental,attack,caster}Adds 1 to (50-70) Lightning Damage to Spells and Attacks +{tags:life}+(30-40) to maximum Life {variant:1}{tags:life}1% of Damage Leeched as Life against Frozen Enemies -{variant:2,3}{tags:resource,life}1% of Damage Leeched as Life against Shocked Enemies +{variant:2,3}{tags:life}1% of Damage Leeched as Life against Shocked Enemies {variant:1}{tags:mana}1% of Damage Leeched as Mana against Shocked Enemies -{variant:2}{tags:resource,mana}1% of Damage Leeched as Mana against Frozen Enemies -{variant:3}{tags:defences}1% of Damage Leeched as Energy Shield against Frozen Enemies +{variant:2}{tags:mana}1% of Damage Leeched as Mana against Frozen Enemies +{variant:3}1% of Damage Leeched as Energy Shield against Frozen Enemies ]],[[ Berek's Pass Two-Stone Ring @@ -84,14 +84,14 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:resistance}+(12-16)% to Fire and Cold Resistances -{variant:1}{tags:elemental_damage}(10-15)% increased Fire Damage -{variant:2}{tags:elemental_damage}(25-30)% increased Fire Damage +{tags:jewellery_resistance}+(12-16)% to Fire and Cold Resistances +{variant:1}{tags:jewellery_elemental}(10-15)% increased Fire Damage +{variant:2}{tags:jewellery_elemental}(25-30)% increased Fire Damage {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Cold Damage to Attacks -{variant:2}{tags:elemental_damage,attack,caster}Adds (20-25) to (30-50) Cold Damage to Spells and Attacks -{tags:defences}+(30-40) to maximum Energy Shield +{variant:2}{tags:jewellery_elemental,attack,caster}Adds (20-25) to (30-50) Cold Damage to Spells and Attacks +{tags:jewellery_defense}+(30-40) to maximum Energy Shield 30% increased Damage while Ignited -{tags:defences}+5000 to Armour while Frozen +{tags:jewellery_defense}+5000 to Armour while Frozen ]],[[ Berek's Respite Two-Stone Ring @@ -100,12 +100,12 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:resistance}+(12-16)% to Fire and Lightning Resistances +{tags:jewellery_resistance}+(12-16)% to Fire and Lightning Resistances {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Fire Damage to Attacks -{variant:2}{tags:elemental_damage,attack,caster}Adds (20-25) to (30-50) Fire Damage to Spells and Attacks -{variant:1}{tags:elemental_damage}(10-15)% increased Lightning Damage -{variant:2}{tags:elemental_damage}(25-30)% increased Lightning Damage -{tags:resource,mana}+(30-40) to maximum Mana +{variant:2}{tags:jewellery_elemental,attack,caster}Adds (20-25) to (30-50) Fire Damage to Spells and Attacks +{variant:1}{tags:jewellery_elemental}(10-15)% increased Lightning Damage +{variant:2}{tags:jewellery_elemental}(25-30)% increased Lightning Damage +{tags:mana}+(30-40) to maximum Mana {variant:1}Shock a nearby Enemy for 2 seconds on Killing a Shocked Enemy {variant:2}Shocks all nearby Enemies on Killing a Shocked Enemy {variant:1}Ignite a nearby Enemy on Killing an Ignited Enemy @@ -116,36 +116,35 @@ Amethyst Ring League: Ritual Requires Level 49 Implicits: 1 -{tags:chaos,resistance}+(9-13)% to Chaos Resistance -{tags:elemental_damage}+(8-12)% to Fire Damage over Time Multiplier +{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance +{tags:jewellery_elemental}+(8-12)% to Fire Damage over Time Multiplier 50% reduced Ignite Duration on Enemies (10-15)% chance to Ignite Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite Withered does not expire on Enemies Ignited by you -{tags:chaos,resistance}+(20-25)% to Fire and Chaos Resistances +{tags:chaos,jewellery_resistance}+(20-25)% to Fire and Chaos Resistances ]],[[ Blackheart Iron Ring -Upgrade: Upgrades to unique{Voidheart} via prophecy{From The Void} Implicits: 1 -{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks +{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks {tags:physical}5% increased Physical Damage -{tags:chaos,attack}Adds 1 to 3 Chaos Damage to Attacks -{tags:resource,life}+(20-30) to maximum Life +{tags:attack,chaos}Adds 1 to 3 Chaos Damage to Attacks +{tags:life}+(20-30) to maximum Life {tags:life}(2-4) Life Regenerated per second 10% chance to Cause Monsters to Flee ]],[[ Voidheart Iron Ring -Source: Upgraded from unique{Blackheart} using prophecy{From The Void} +Source: No longer obtainable Variant: Pre 2.4.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 48 Implicits: 1 -{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks +{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks {tags:physical}5% increased Physical Damage -{tags:chaos,attack}Adds 1 to 3 Chaos Damage to Attacks -{tags:resource,life}+(20-30) to maximum Life +{tags:attack,chaos}Adds 1 to 3 Chaos Damage to Attacks +{tags:life}+(20-30) to maximum Life {tags:life}(2-4) Life Regenerated per second 10% chance to Cause Monsters to Flee {variant:1}Melee Attacks cause Bleeding @@ -155,31 +154,30 @@ Implicits: 1 ]],[[ Bloodboil Coral Ring -Upgrade: Upgrades to unique{Winterweave} via prophecy{Cold Blooded Fury} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 24 Implicits: 1 -{tags:resource,life}+(20-30) to maximum Life +{tags:life}+(20-30) to maximum Life {variant:1}{tags:jewellery_elemental,attack}Adds (7-10) to (15-20) Fire Damage to Attacks -{variant:2}{tags:elemental_damage,attack}Adds (12-15) to (25-30) Fire Damage to Attacks -{tags:resource,life}+(20-40) to maximum Life -{tags:resistance}+(10-15)% to Cold Resistance +{variant:2}{tags:jewellery_elemental,attack}Adds (12-15) to (25-30) Fire Damage to Attacks +{tags:life}+(20-40) to maximum Life +{tags:jewellery_resistance}+(10-15)% to Cold Resistance {variant:1}{tags:jewellery_elemental}45% reduced Effect of Chill on You -{variant:2}75% reduced Effect of Chill on you -{variant:1}100% increased Ignite Duration on you +{variant:2}{tags:jewellery_elemental}75% reduced Effect of Chill on You +{variant:1}100% increased Ignite Duration on You {variant:2}{tags:speed}10% increased Movement Speed while Ignited ]],[[ Winterweave Coral Ring -Source: Upgraded from unique{Bloodboil} via prophecy{Cold Blooded Fury} -Requires Level 53 -Implicits: 1 -{tags:resource,life}+(20-30) to maximum Life -{tags:elemental_damage,attack}Adds (12-15) to (25-30) Fire Damage to Attacks -{tags:elemental_damage,attack}Adds (12-15) to (25-30) Cold Damage to Attacks -{tags:resource,life}+(20-40) to maximum Life -{tags:resistance}+(25-30)% to Cold Resistance +Requires Level 24 +Implicits: 1 +{tags:life}+(20-30) to maximum Life +{tags:jewellery_elemental,attack}Adds (12-15) to (25-30) Fire Damage to Attacks +{tags:jewellery_elemental,attack}Adds (12-15) to (25-30) Cold Damage to Attacks +{tags:life}+(20-40) to maximum Life +{tags:jewellery_resistance}+(25-30)% to Cold Resistance {tags:speed}10% increased Movement Speed while Ignited The Effect of Chill on you is reversed ]],[[ @@ -195,11 +193,11 @@ Has 1 Socket {variant:2}+3 to Level of Socketed Golem Gems {variant:1}Socketed Gems are Supported by Level 15 Concentrated Effect {variant:2}25% increased Effect of Buffs granted by Socketed Golem Skills -{variant:2}{tags:resource,life,defences}Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield +{variant:2}{tags:jewellery_defense}Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield {variant:1}{tags:caster}(10-25)% increased Spell Damage {variant:2}{tags:caster}(20-25)% increased Spell Damage -{tags:defences}+(15-25) to maximum Energy Shield -{tags:resistance}+(20-40)% to Lightning Resistance +{tags:jewellery_defense}+(15-25) to maximum Energy Shield +{tags:jewellery_resistance}+(20-40)% to Lightning Resistance {variant:1}Socketed Gems are Supported by Level 15 Increased Minion Life ]],[[ Call of the Brotherhood @@ -208,13 +206,13 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:resistance}+(12-16)% to Cold and Lightning Resistances -{tags:attribute}+(15-25) to Intelligence -{tags:elemental_damage}(15-25)% increased Lightning Damage -{tags:resource,mana}(30-40)% increased Mana Regeneration Rate +{tags:jewellery_resistance}+(12-16)% to Cold and Lightning Resistances +{tags:jewellery_attribute}+(15-25) to Intelligence +{tags:jewellery_elemental}(15-25)% increased Lightning Damage +{tags:mana}(30-40)% increased Mana Regeneration Rate {variant:1}{tags:jewellery_elemental}50% of Lightning Damage Converted to Cold Damage -{variant:2}{tags:elemental_damage}40% of Lightning Damage Converted to Cold Damage -{tags:caster}Your spells have 100% chance to Shock against Frozen Enemies +{variant:2}{tags:jewellery_elemental}40% of Lightning Damage Converted to Cold Damage +Your spells have 100% chance to Shock against Frozen enemies ]],[[ Circle of Anguish Ruby Ring @@ -230,17 +228,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Max Resistance Variant: Fire Resistance -{tags:resistance}+(20-30)% to Fire Resistance -{tags:attribute}+(20-30) to Strength -{tags:elemental_damage}Adds (20-25) to (26-35) Fire Damage -{tags:resistance}+(20-30)% to Fire Resistance -{variant:1}Herald of Ash has (30-40)% reduced Reservation -{variant:2}Herald of Ash has (15-20)% reduced Reservation -{variant:3}{tags:elemental_damage}(40-60)% increased Fire Damage while affected by Herald of Ash +{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{fractured}{tags:jewellery_attribute}+(20-30) to Strength +{tags:jewellery_elemental}Adds (20-25) to (26-35) Fire Damage +{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{variant:1}Herald of Ash has (60-80)% increased Mana Reservation Efficiency +{variant:2}Herald of Ash has (30-40)% increased Mana Reservation Efficiency +{variant:3}{tags:jewellery_elemental}(40-60)% increased Fire Damage while affected by Herald of Ash {variant:4}Herald of Ash has (70-100)% increased Buff Effect {variant:5}Herald of Ash has (40-60)% increased Buff Effect -{variant:6}{tags:resistance}+1% to maximum Fire Resistance while affected by Herald of Ash -{variant:7}{tags:resistance}+(50-60)% to Fire Resistance while affected by Herald of Ash +{variant:6}{tags:jewellery_resistance}+1% to maximum Fire Resistance while affected by Herald of Ash +{variant:7}{tags:jewellery_resistance}+(50-60)% to Fire Resistance while affected by Herald of Ash ]],[[ Circle of Fear Sapphire Ring @@ -256,17 +254,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Max Resistance Variant: Cold Resistance -{tags:resistance}+(20-30)% to Cold Resistance -{tags:attribute}+(20-30) to Dexterity -{tags:elemental_damage}Adds (20-25) to (26-35) Cold Damage -{tags:resistance}+(20-30)% to Cold Resistance -{variant:1}Herald of Ice has (30-40)% reduced Reservation -{variant:2}Herald of Ice has (15-20)% reduced Reservation -{variant:3}{tags:elemental_damage}(40-60)% increased Cold Damage while affected by Herald of Ice +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{fractured}{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:jewellery_elemental}Adds (20-25) to (26-35) Cold Damage +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{variant:1}Herald of Ice has (60-80)% increased Mana Reservation Efficiency +{variant:2}Herald of Ice has (30-40)% increased Mana Reservation Efficiency +{variant:3}{tags:jewellery_elemental}(40-60)% increased Cold Damage while affected by Herald of Ice {variant:4}Herald of Ice has (70-100)% increased Buff Effect {variant:5}Herald of Ice has (40-60)% increased Buff Effect -{variant:6}{tags:resistance}+1% to maximum Cold Resistance while affected by Herald of Ice -{variant:7}{tags:resistance}+(50-60)% to Cold Resistance while affected by Herald of Ice +{variant:6}{tags:jewellery_resistance}+1% to maximum Cold Resistance while affected by Herald of Ice +{variant:7}{tags:jewellery_resistance}+(50-60)% to Cold Resistance while affected by Herald of Ice ]],[[ Circle of Guilt Iron Ring @@ -282,12 +280,12 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Sentinel Damage Variant: Damage Reduction -{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks -{tags:attribute}+(10-20) to all Attributes +{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks +{fractured}{tags:jewellery_attribute}+(10-20) to all Attributes {tags:physical}Adds (8-10) to (13-15) Physical Damage -{tags:defences}+(350-400) to Armour -{variant:1}Herald of Purity has (30-40)% reduced Reservation -{variant:2}Herald of Purity has (15-20)% reduced Reservation +{tags:jewellery_defense}+(350-400) to Armour +{variant:1}Herald of Purity has (60-80)% increased Mana Reservation Efficiency +{variant:2}Herald of Purity has (30-40)% increased Mana Reservation Efficiency {variant:3}{tags:physical}(40-60)% increased Physical Damage while affected by Herald of Purity {variant:4}Herald of Purity has (70-100)% increased Buff Effect {variant:5}Herald of Purity has (40-60)% increased Buff Effect @@ -308,17 +306,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Agony Damage Variant: Chaos Resistance -{tags:chaos,resistance}+(9-13)% to Chaos Resistance -{tags:attribute}+(10-20) to all Attributes +{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance +{fractured}{tags:jewellery_attribute}+(10-20) to all Attributes {tags:chaos}Adds (15-20) to (21-30) Chaos Damage -{tags:chaos,resistance}+(17-23)% to Chaos Resistance -{variant:1}Herald of Agony has (30-40)% reduced Reservation -{variant:2}Herald of Agony has (15-20)% reduced Reservation +{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance +{variant:1}Herald of Agony has (60-80)% increased Mana Reservation Efficiency +{variant:2}Herald of Agony has (30-40)% increased Mana Reservation Efficiency {variant:3}{tags:chaos}(40-60)% increased Chaos Damage while affected by Herald of Agony {variant:4}Herald of Agony has (70-100)% increased Buff Effect {variant:5}Herald of Agony has (40-60)% increased Buff Effect {variant:6}Agony Crawler deals (70-100)% increased Damage -{variant:7}{tags:chaos,resistance}+(31-43)% to Chaos Resistance while affected by Herald of Agony +{variant:7}{tags:chaos,jewellery_resistance}+(31-43)% to Chaos Resistance while affected by Herald of Agony ]],[[ Circle of Regret Topaz Ring @@ -334,17 +332,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Max Resistance Variant: Lightning Resistance -{tags:resistance}+(20-30)% to Lightning Resistance -{tags:attribute}+(20-30) to Intelligence -{tags:elemental_damage}Adds 1 to (48-60) Lightning Damage -{tags:resistance}+(20-30)% to Lightning Resistance -{variant:1}Herald of Thunder has (30-40)% reduced Reservation -{variant:2}Herald of Thunder has (15-20)% reduced Reservation -{variant:3}{tags:elemental_damage}(40-60)% increased Lightning Damage while affected by Herald of Thunder +{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{fractured}{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:jewellery_elemental}Adds 1 to (48-60) Lightning Damage +{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{variant:1}Herald of Thunder has (60-80)% increased Mana Reservation Efficiency +{variant:2}Herald of Thunder has (30-40)% increased Mana Reservation Efficiency +{variant:3}{tags:jewellery_elemental}(40-60)% increased Lightning Damage while affected by Herald of Thunder {variant:4}Herald of Thunder has (70-100)% increased Buff Effect {variant:5}Herald of Thunder has (40-60)% increased Buff Effect -{variant:6}{tags:resistance}+1% to maximum Lightning Resistance while affected by Herald of Thunder -{variant:7}{tags:resistance}+(50-60)% to Lightning Resistance while affected by Herald of Thunder +{variant:6}{tags:jewellery_resistance}+1% to maximum Lightning Resistance while affected by Herald of Thunder +{variant:7}{tags:jewellery_resistance}+(50-60)% to Lightning Resistance while affected by Herald of Thunder ]],[[ Death Rush Amethyst Ring @@ -353,35 +351,38 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 46 Implicits: 1 -{tags:chaos,resistance}+(9-13)% to Chaos Resistance +{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance {tags:attack}+(300-350) to Accuracy Rating {tags:jewellery_defense}{variant:1}+(60-80) to Armour -{variant:2}{tags:defences}+(260-300) to Armour -{variant:2}{tags:resource,life}+(40-50) to maximum Life -{tags:chaos,resistance}+(15-20)% to Chaos Resistance -{tags:resource,life,physical,attack}(0.6-0.8)% of Physical Attack Damage Leeched as Life +{tags:jewellery_defense}{variant:2}+(260-300) to Armour +{variant:2}{tags:life}+(40-50) to maximum Life +{tags:chaos,jewellery_resistance}+(15-20)% to Chaos Resistance +{tags:attack,life,physical}(0.6-0.8)% of Physical Attack Damage Leeched as Life {variant:1}You gain Onslaught for 2 seconds on Kill {variant:2}You gain Onslaught for 4 seconds on Kill ]],[[ Doedre's Damning Paua Ring Implicits: 1 -{tags:resource,mana}+(20-30) to maximum Mana -{tags:attribute}+(5-10) to Intelligence -{tags:resistance}+5% to all Elemental Resistances -{tags:resource,mana}+5 Mana gained on Kill +{tags:mana}+(20-30) to maximum Mana +{tags:jewellery_attribute}+(5-10) to Intelligence +{tags:jewellery_resistance}+5% to all Elemental Resistances +{tags:mana}+5 Mana Gained on Kill {tags:caster}Enemies can have 1 additional Curse ]],[[ Replica Doedre's Damning Paua Ring +Variant: Pre 3.16.0 +Variant: Current League: Heist Implicits: 1 -{tags:resource,mana}+(20-30) to maximum Mana -{tags:attribute}+(5-10) to Intelligence -{tags:resistance}+5% to all Elemental Resistances -{tags:resource,mana}+5 Mana gained on Kill +{tags:mana}+(20-30) to maximum Mana +{tags:jewellery_attribute}+(5-10) to Intelligence +{tags:jewellery_resistance}+5% to all Elemental Resistances +{tags:mana}+5 Mana gained on Kill {tags:caster}You can apply one fewer Curse -{tags:caster}(25-35)% increased Effect of your Curses +{variant:1}{tags:caster}(25-35)% increased Effect of your Curses +{variant:2}{tags:caster}(15-25)% increased Effect of your Curses ]],[[ Dream Fragments Sapphire Ring @@ -389,10 +390,10 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 24 Implicits: 1 -{tags:resistance}+(20-30)% to Cold Resistance -{tags:resource,mana}20% increased maximum Mana -{tags:resource,mana}50% increased Mana Regeneration Rate -{variant:2}{tags:resistance}+(30-40)% to Cold Resistance +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:mana}20% increased maximum Mana +{tags:mana}50% increased Mana Regeneration Rate +{variant:2}{tags:jewellery_resistance}+(30-40)% to Cold Resistance Cannot be Frozen {variant:2}Cannot be Chilled ]],[[ @@ -400,49 +401,54 @@ Emberwake Ruby Ring Variant: Pre 3.0.0 Variant: Pre 3.9.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 16 Implicits: 1 -{tags:resistance}+(20-30)% to Fire Resistance -{variant:1}{tags:elemental_damage}(15-25)% increased Fire Damage -{variant:2,3}{tags:elemental_damage}(30-40)% increased Fire Damage +{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{variant:1}{tags:jewellery_elemental}(15-25)% increased Fire Damage +{variant:2,3,4}{tags:jewellery_elemental}(30-40)% increased Fire Damage {tags:caster,speed}(5-10)% increased Cast Speed {variant:1}{tags:jewellery_elemental}5% chance to Ignite -{variant:2,3}10% chance to Ignite +{variant:2,3,4}{tags:jewellery_elemental}10% chance to Ignite You can inflict an additional Ignite on an Enemy -{variant:1}{tags:critical}Your Critical Strikes do not deal extra Damage +{variant:1}Your Critical Strikes do not deal extra Damage {variant:1}{tags:jewellery_elemental}Ignited Enemies Burn 80% slower {variant:2}{tags:jewellery_elemental}Ignited Enemies Burn 65% slower {variant:3}{tags:jewellery_elemental}Ignited Enemies Burn (65-50)% slower +{variant:4}{tags:jewellery_elemental}40% less Burning Damage ]],[[ Replica Emberwake Ruby Ring League: Heist Requires Level 16 Implicits: 1 -{tags:resistance}+(20-30)% to Fire Resistance -{tags:elemental_damage}(30-40)% increased Fire Damage +{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:jewellery_elemental}(30-40)% increased Fire Damage {tags:caster,speed}(5-10)% increased Cast Speed 90% reduced Ignite Duration on Enemies 10% chance to Ignite -{tags:elemental_damage}Ignites you inflict deal Damage (35-45)% faster +{tags:jewellery_elemental}Ignites you inflict deal Damage (35-45)% faster ]],[[ Essence Worm Unset Ring +Variant: Pre 3.16.0 +Variant: Current Requires Level 38 Implicits: 1 Has 1 Socket +2 to Level of Socketed Aura Gems -{tags:resource,mana}Socketed Gems have no Reservation -40% increased Reservation of Skills +Socketed Gems Have no Reservation +{variant:1}80% reduced Mana Reservation Efficiency of Skills +{variant:2}80% reduced Reservation Efficiency ]],[[ Fated End Paua Ring League: Heist Requires Level 38 Implicits: 1 -{tags:resource,mana}+(20-30) to maximum Mana -{tags:attribute}+(20-40) to Intelligence +{tags:mana}+(20-30) to maximum Mana +{tags:jewellery_attribute}+(20-40) to Intelligence {tags:caster,speed}Curse Skills have (8-12)% increased Cast Speed Hexes you inflict have their Effect increased by twice their Doom instead Hexes have (-20-20)% reduced Doom gain rate @@ -456,10 +462,10 @@ Variant: Current Requires Level 28 Implicits: 1 {tags:critical}(20-30)% increased Global Critical Strike Chance -{variant:2}{tags:critical}Trigger Level 10 Consecrate when you deal a Critical Strike +{variant:2}Trigger level 10 Consecrate when you deal a Critical Strike {tags:critical}(30-35)% increased Global Critical Strike Chance (10-15)% increased Light Radius -{variant:1}{tags:critical}Creates Consecrated Ground on Critical Strike +{variant:1}Creates Consecrated Ground on Critical Strike {tags:critical}(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Strike {variant:2}50% increased Damage while on Consecrated Ground {variant:2}5% additional Block Chance while on Consecrated Ground @@ -468,12 +474,12 @@ Heartbound Loop Moonstone Ring Requires Level 20 Implicits: 1 -{tags:defences}+(15-25) to maximum Energy Shield +{tags:jewellery_defense}+(15-25) to maximum Energy Shield {tags:life}(10-15) Life Regenerated per second -{tags:resource,mana}(20-40)% increased Mana Regeneration Rate -{tags:resource,life}Minions have 15% increased maximum Life +{tags:mana}(20-40)% increased Mana Regeneration Rate +Minions have 15% increased maximum Life Minions have 10% increased Area of Effect of Area Skills -{tags:physical}350 Physical Damage taken on Minion Death +350 Physical Damage taken on Minion Death ]],[[ The Highwayman Gold Ring @@ -501,9 +507,9 @@ Iron Ring Requires Level: 49 Implicits: 1 League: Blight -{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks -{tags:attribute}+(20-30) to Dexterity -{tags:chaos}25% chance to Poison on Hit +{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks +{tags:jewellery_attribute}+(20-30) to Dexterity +25% chance to Poison on Hit {tags:chaos}(40-60)% increased Damage with Poison You are Chilled while you are Poisoned Non-Chilled Enemies you Poison are Chilled @@ -511,40 +517,45 @@ Poisoned Enemies you Kill with Hits Shatter ]],[[ Kaom's Sign Coral Ring -Upgrade: Upgrades to unique{Kaom's Way} via prophecy{The King's Path} Variant: Pre 2.0.0 Variant: Current Implicits: 1 -{tags:resource,life}+(20-30) to maximum Life -{tags:attribute}+(10-20) to Strength -{variant:1}{tags:resource,life,physical,attack}0.4% of Physical Attack Damage Leeched as Life -{variant:2}{tags:resource,life,attack}+(2-4) Life gained for each Enemy hit by your Attacks +{tags:life}+(20-30) to maximum Life +{tags:jewellery_attribute}+(10-20) to Strength +{variant:1}{tags:attack,life,physical}0.4% of Physical Attack Damage Leeched as Life +{variant:2}{tags:attack,life}+(2-4) Life gained for each Enemy hit by your Attacks +1 Maximum Endurance Charge ]],[[ Kaom's Way Coral Ring -Source: Upgraded from unique{Kaom's Sign} using prophecy{The King's Path} +Variant: Pre 3.16.0 +Variant: Current +Source: Drops from any endgame map boss Requires Level 32 Implicits: 1 -{tags:resource,life}+(20-30) to maximum Life -{tags:attribute}+(10-20) to Strength -{tags:life}0.4% of maximum Life Regenerated per second per Endurance Charge -{tags:resource,life,attack}+(2-4) Life gained for each Enemy hit by your Attacks +{tags:life}+(20-30) to maximum Life +{tags:jewellery_attribute}+(10-20) to Strength +{variant:1}{tags:life}0.4% of maximum Life Regenerated per second per Endurance Charge +{variant:2}{tags:life}0.2% of maximum Life Regenerated per second per Endurance Charge +{variant:2}2% increased Area of Effect per Endurance Charge +{tags:attack,life}+(2-4) Life gained for each Enemy hit by your Attacks +1 Maximum Endurance Charge ]],[[ Kikazaru Topaz Ring Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:resistance}+(20-30)% to Lightning Resistance -{tags:attribute}+(10-15) to all Attributes +{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{tags:jewellery_attribute}+(10-15) to all Attributes {variant:1}{tags:life}(13-17) Life Regenerated per second -{variant:2}{tags:life}1 Life Regenerated per second per Level -{tags:resource,mana}(20-40)% increased Mana Regeneration Rate -{variant:1}{tags:caster}20% reduced Effect of Curses on you -{variant:2}{tags:caster}40% reduced Effect of Curses on you +{variant:2,3}{tags:life}1 Life Regenerated per second per Level +{tags:mana}(20-40)% increased Mana Regeneration Rate +{variant:1}{tags:caster}20% reduced Effect of Curses on You +{variant:2}{tags:caster}40% reduced Effect of Curses on You +{variant:3}{tags:caster}60% reduced Effect of Curses on You ]],[[ Le Heup of All Iron Ring @@ -552,15 +563,15 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 24 Implicits: 1 -{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks +{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks {variant:1}(10-20)% increased Damage {variant:2}(10-30)% increased Damage -{variant:1}{tags:attribute}+(10-20) to all Attributes -{variant:2}{tags:attribute}+(10-30) to all Attributes +{variant:1}{tags:jewellery_attribute}+(10-20) to all Attributes +{variant:2}{tags:jewellery_attribute}+(10-30) to all Attributes {variant:1}(10-20)% increased Rarity of Items found {variant:2}(10-30)% increased Rarity of Items found -{variant:1}{tags:resistance}+(10-20)% to all Elemental Resistances -{variant:2}{tags:resistance}+(10-30)% to all Elemental Resistances +{variant:1}{tags:jewellery_resistance}+(10-20)% to all Elemental Resistances +{variant:2}{tags:jewellery_resistance}+(10-30)% to all Elemental Resistances ]],[[ Lori's Lantern Prismatic Ring @@ -568,9 +579,9 @@ Variant: Pre 1.0.0 Variant: Current Requires Level 30 Implicits: 2 -{variant:1}{tags:resistance}+(8-12)% to all Elemental Resistances -{variant:2}{tags:resistance}+(8-10)% to all Elemental Resistances -{tags:resistance}+10% to all Elemental Resistances +{variant:1}{tags:jewellery_resistance}+(8-12)% to all Elemental Resistances +{variant:2}{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances +{tags:jewellery_resistance}+10% to all Elemental Resistances {tags:speed}(6-8)% increased Movement Speed when on Low Life 31% increased Light Radius {tags:chaos,jewellery_defense,life}+(20-25)% Chaos Resistance when on Low Life @@ -584,13 +595,13 @@ Sockets: W Requires Level 5 Implicits: 1 Has 1 Socket -{variant:1}{tags:jewellery_resistance}-25% to all Elemental Resistances -{variant:2}{tags:resistance}-20% to all Elemental Resistances -{tags:resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem -{tags:resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem -{tags:resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem +{variant:1}{tags:jewellery_resistance}−25% to all Elemental Resistances +{variant:2}{tags:jewellery_resistance}−20% to all Elemental Resistances +{tags:jewellery_resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem +{tags:jewellery_resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem +{tags:jewellery_resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem All Sockets are White -{tags:elemental_damage}Socketed Gems have Elemental Equilibrium +Socketed Gems have Elemental Equilibrium ]],[[ Replica Malachai's Artifice Unset Ring @@ -598,11 +609,11 @@ League: Heist Requires Level 5 Implicits: 1 Has 1 Socket -{tags:critical}Socketed Gems have Secrets of Suffering -{tags:resistance}-20% to all Elemental Resistances -{tags:resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem -{tags:resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem -{tags:resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem +Socketed Gems have Secrets of Suffering +{tags:jewellery_resistance}-20% to all Elemental Resistances +{tags:jewellery_resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem +{tags:jewellery_resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem +{tags:jewellery_resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem All Sockets are White ]],[[ Mark of Submission @@ -617,10 +628,10 @@ Steel Ring Source: Drops from unique{The Elder} (Uber) Requires Level 80 Implicits: 1 -{tags:physical,attack}Adds (3-4) to (10-14) Physical Damage to Attacks -{tags:elemental_damage,attack}Adds (26-32) to (42-48) Cold Damage to Attacks -{tags:defences}(6-10)% increased maximum Energy Shield -{tags:resource,life}(6-10)% increased maximum Life +{tags:attack,physical}Adds (3-4) to (10-14) Physical Damage to Attacks +{tags:jewellery_elemental,attack}Adds (26-32) to (42-48) Cold Damage to Attacks +{tags:jewellery_defense}(6-10)% increased maximum Energy Shield +{tags:life}(6-10)% increased maximum Life {tags:attack}(60-80)% increased Attack Damage if your other Ring is a Shaper Item Cannot be Stunned by Attacks if your other Ring is an Elder Item 20% chance to Trigger Level 20 Tentacle Whip on Kill @@ -631,10 +642,10 @@ Opal Ring Source: Drops from unique{The Elder} (Uber) Requires Level 80 Implicits: 1 -{tags:elemental_damage}(15-25)% increased Elemental Damage -{tags:elemental_damage,caster}Adds (13-18) to (50-56) Lightning Damage to Spells -{tags:defences}(6-10)% increased maximum Energy Shield -{tags:resource,life}(6-10)% increased maximum Life +{tags:jewellery_elemental}(15-25)% increased Elemental Damage +{tags:jewellery_elemental,caster}Adds (13-18) to (50-56) Lightning Damage to Spells +{tags:jewellery_defense}(6-10)% increased maximum Energy Shield +{tags:life}(6-10)% increased maximum Life {tags:caster}(60-80)% increased Spell Damage if your other Ring is an Elder Item Cannot be Stunned by Spells if your other Ring is a Shaper Item 20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill @@ -647,46 +658,47 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 69 Implicits: 1 -{tags:chaos,resistance}+(9-13)% to Chaos Resistance +{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance {variant:1}{tags:life}15% reduced maximum Life -{variant:2}{tags:resource,life}10% reduced maximum Life -{variant:3}{tags:resource,life}(5-10)% reduced maximum Life -{variant:1{tags:jewellery_defense}}15% reduced maximum Energy Shield +{variant:2}{tags:life}10% reduced maximum Life +{variant:3}{tags:life}(5-10)% reduced maximum Life +{variant:1}{tags:jewellery_defense}15% reduced maximum Energy Shield {variant:2}{tags:jewellery_defense}10% reduced maximum Energy Shield -{variant:3}{tags:defences}(5-10)% reduced maximum Energy Shield -{tags:chaos,resistance}+(40-50)% to Chaos Resistance -{tags:physical,chaos}Gain 20% of Physical Damage as Extra Chaos Damage +{variant:3}{tags:jewellery_defense}(5-10)% reduced maximum Energy Shield +{tags:chaos,jewellery_resistance}+(40-50)% to Chaos Resistance +{tags:chaos,physical}Gain 20% of Physical Damage as Extra Chaos Damage ]],[[ Mokou's Embrace Ruby Ring Requires Level 16 Implicits: 1 -{tags:resistance}+(20-30)% to Fire Resistance -{tags:elemental_damage}(15-25)% increased Fire Damage -{tags:resistance}+(25-40)% to Cold Resistance -(5-10)% chance to Ignite +{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:jewellery_elemental}(15-25)% increased Fire Damage +{tags:jewellery_resistance}+(25-40)% to Cold Resistance +{tags:jewellery_elemental}(5-10)% chance to Ignite {tags:attack,speed}20% increased Attack Speed while Ignited {tags:caster,speed}20% increased Cast Speed while Ignited -+25% chance to be Ignited +{tags:jewellery_elemental}+25% chance to be Ignited ]],[[ Mutewind Seal Unset Ring League: Warbands Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 45 Implicits: 1 Has 1 Socket {variant:1}+2 to Level of Socketed Golem Gems -{variant:2}+3 to Level of Socketed Golem Gems +{variant:2,3}+3 to Level of Socketed Golem Gems {variant:1}Socketed Gems are Supported by Level 13 Faster Attacks -{variant:2}{tags:attack,caster,speed}Socketed Golem Skills have 20% increased Attack and Cast Speed -{tags:physical,attack}Adds (5-10) to (11-15) Physical Damage to Attacks +{variant:2,3}{tags:attack,caster,speed}Socketed Golem Skills have 20% increased Attack and Cast Speed +{tags:attack,physical}Adds (5-10) to (11-15) Physical Damage to Attacks {tags:attack,speed}(5-10)% increased Attack Speed -{variant:1}(1-2)% chance to Dodge Attack Hits -{variant:2}(3-5)% chance to Dodge Attack Hits +{variant:1}(1-2)% increased Movement Speed +{variant:2}(3-5)% increased Movement Speed {variant:1}Socketed Gems are Supported by Level 16 Increased Minion Speed -{variant:2}Gain Onslaught for 10 seconds when you Cast Socketed Golem Skill +{variant:2,3}Gain Onslaught for 10 seconds when you Cast Socketed Golem Skill ]],[[ Ngamahu's Sign Ruby Ring @@ -695,15 +707,15 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 29 Implicits: 1 -{tags:resistance}+(20-30)% to Fire Resistance -{tags:attribute}+(15-25) to Strength +{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:jewellery_attribute}+(15-25) to Strength {variant:1}{tags:jewellery_elemental,attack}Adds (8-10) to (12-14) Fire Damage to Attacks -{variant:2}{tags:elemental_damage,attack,caster}Adds (8-10) to (12-14) Fire Damage to Spells and Attacks -{variant:1}{tags:resource,life}+(4-5) Life gained for each Ignited Enemy hit by your Attacks -{variant:2}{tags:resource,life}Recover (20-30) Life when you Ignite an Enemy +{variant:2}{tags:jewellery_elemental,attack,caster}Adds (8-10) to (12-14) Fire Damage to Spells and Attacks +{variant:1}{tags:life}+(4-5) Life gained for each Ignited Enemy hit by your Attacks +{variant:2}{tags:life}Recover (20-30) Life when you Ignite an Enemy 15% increased Ignite Duration on Enemies {variant:1}{tags:jewellery_elemental}5% chance to Ignite -{variant:2}10% chance to Ignite +{variant:2}{tags:jewellery_elemental}10% chance to Ignite ]],[[ The Pariah Unset Ring @@ -713,9 +725,9 @@ Implicits: 1 Has 1 Socket +2 to Level of Socketed Gems {tags:attack,caster,speed}(5-10)% increased Attack and Cast Speed -{tags:resource,life}+100 to Maximum Life per Red Socket -{tags:defences}+100 to Maximum Energy Shield per Blue Socket -{tags:resource,mana}+100 to Maximum Mana per Green Socket +{tags:life}+100 to Maximum Life per Red Socket +{tags:jewellery_defense}+100 to Maximum Energy Shield per Blue Socket +{tags:mana}+100 to Maximum Mana per Green Socket 15% increased Item Quantity per White Socket ]],[[ Perandus Signet @@ -723,23 +735,36 @@ Paua Ring Variant: Pre 2.0.0 Variant: Current Implicits: 1 -{tags:resource,mana}+(20-30) to maximum Mana -{tags:resource,mana}+(25-30) to maximum Mana -{tags:resource,mana}(45-65)% increased Mana Regeneration Rate +{tags:mana}+(20-30) to maximum Mana +{tags:mana}+(25-30) to maximum Mana +{tags:mana}(45-65)% increased Mana Regeneration Rate {variant:1}3% increased Experience gain {variant:2}2% increased Experience gain {variant:1}{tags:jewellery_attribute}3% increased Intelligence for each Unique Item Equipped -{variant:2}{tags:attribute}2% increased Intelligence for each Unique Item Equipped +{variant:2}{tags:jewellery_attribute}2% increased Intelligence for each Unique Item Equipped 3% additional chance for Slain monsters to drop Scrolls of Wisdom ]],[[ +Polaric Devastation +Opal Ring +Source: Drops from unique{The Black Star} +Requires Level 80 +Implicits: 1 +{tags:jewellery_elemental}(15-25)% increased Elemental Damage +{tags:critical}(15-25)% increased Global Critical Strike Chance +{tags:jewellery_resistance}+(20-40)% to Fire Resistance +{tags:jewellery_resistance}+(20-40)% to Cold Resistance +(10-20)% increased Duration of Ailments on Enemies +Left Ring slot: Cover Enemies in Ash for 5 seconds when you Ignite them +Right Ring slot: Cover Enemies in Frost for 5 seconds when you Freeze them +]],[[ Praxis Paua Ring Requires Level 22 Implicits: 1 -{tags:resource,mana}+(20-30) to maximum Mana -{tags:resource,mana}+(30-60) to maximum Mana +{tags:mana}+(20-30) to maximum Mana +{tags:mana}+(30-60) to maximum Mana {tags:mana}(3-6) Mana Regenerated per second -{tags:mana}-(4-8) to Mana Cost of Skills +{tags:mana}−(4-8) to Mana Cost of Skills {tags:mana}8% of Damage taken gained as Mana over 4 seconds when Hit ]],[[ Profane Proxy @@ -749,8 +774,8 @@ LevelReq: 52 Implicits: 1 Has 1 Socket {tags:caster}+3 to Level of Socketed Curse Gems -{tags:resistance}+(20-30)% to Cold Resistance -{tags:resistance}+(20-30)% to Lightning Resistance +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:jewellery_resistance}+(20-30)% to Lightning Resistance {tags:caster}Left Ring Slot: Your Chilling Skitterbot's Aura applies Socketed Hex Curse instead {tags:caster}Right Ring Slot: Your Shocking Skitterbot's Aura applies Socketed Hex Curse instead ]],[[ @@ -760,10 +785,10 @@ League: Delve Source: Drops from unique{Kurgal, the Blackblooded} Requires Level 49 Implicits: 1 -{tags:resistance}+(20-30)% to Lightning Resistance -{tags:attribute}+20 to Intelligence -{tags:defences}5% increased maximum Energy Shield -{tags:resource,life}5% increased maximum Life +{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{tags:jewellery_attribute}+20 to Intelligence +{tags:jewellery_defense}5% increased maximum Energy Shield +{tags:life}5% increased maximum Life ]],[[ Putembo's Mountain Topaz Ring @@ -771,10 +796,10 @@ League: Delve Source: Drops from unique{Aul, the Crystal King} Requires Level 49 Implicits: 1 -{tags:resistance}+(20-30)% to Lightning Resistance -{tags:attribute}+20 to Intelligence -{tags:defences}5% increased maximum Energy Shield -{tags:resource,life}5% increased maximum Life +{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{tags:jewellery_attribute}+20 to Intelligence +{tags:jewellery_defense}5% increased maximum Energy Shield +{tags:life}5% increased maximum Life ]],[[ Putembo's Valley Topaz Ring @@ -782,10 +807,10 @@ League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 49 Implicits: 1 -{tags:resistance}+(20-30)% to Lightning Resistance -{tags:attribute}+20 to Intelligence -{tags:defences}5% increased maximum Energy Shield -{tags:resource,life}5% increased maximum Life +{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{tags:jewellery_attribute}+20 to Intelligence +{tags:jewellery_defense}5% increased maximum Energy Shield +{tags:life}5% increased maximum Life ]],[[ Pyre Sapphire Ring @@ -794,12 +819,12 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 11 Implicits: 1 -{tags:resistance}+(20-30)% to Cold Resistance -{tags:resistance}+(25-35)% to Fire Resistance +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:jewellery_resistance}+(25-35)% to Fire Resistance {variant:1,2}{tags:jewellery_elemental}(25-35)% increased Burning Damage -{variant:3}{tags:elemental_damage}(60-80)% increased Burning Damage +{variant:3}{tags:jewellery_elemental}(60-80)% increased Burning Damage {variant:1}{tags:jewellery_elemental}100% of Cold Damage Converted to Fire Damage -{variant:2,3}{tags:elemental_damage}40% of Cold Damage Converted to Fire Damage +{variant:2,3}{tags:jewellery_elemental}40% of Cold Damage Converted to Fire Damage 10% increased Light Radius Ignited Enemies you hit are destroyed on Kill ]],[[ @@ -813,10 +838,10 @@ Implicits: 1 Has 1 Socket {variant:1}+2 to Level of Socketed Golem Gems {variant:2}+3 to Level of Socketed Golem Gems -{tags:attribute}+(30-40) to Strength -{variant:2}{tags:resource,life}+(30-40) to maximum Life -{variant:1}{tags:elemental_damage,attack}Adds (8-12) to (20-30) Fire Damage to Attacks -{tags:elemental_damage}(20-30)% increased Fire Damage +{tags:jewellery_attribute}+(30-40) to Strength +{variant:2}{tags:life}+(30-40) to maximum Life +{variant:1}{tags:jewellery_elemental,attack}Adds (8-12) to (20-30) Fire Damage to Attacks +{tags:jewellery_elemental}(20-30)% increased Fire Damage {variant:1}Socketed Gems are Supported by Level 12 Lesser Multiple Projectiles {variant:2}Socketed Golem Skills have 25% chance to Taunt on Hit {variant:1}Socketed Gems are Supported by Level 17 Increased Minion Damage @@ -828,10 +853,10 @@ League: Talisman Source: Drops from unique{Rigwald, the Wolven King} (Level 60+) Requires Level 49 Implicits: 1 -{tags:resistance}+(12-16)% to Fire and Cold Resistances -{tags:elemental_damage}(20-30)% increased Fire Damage -{tags:elemental_damage}(20-30)% increased Cold Damage -{tags:resource,mana}(20-30)% increased Mana Regeneration Rate +{tags:jewellery_resistance}+(12-16)% to Fire and Cold Resistances +{tags:jewellery_elemental}(20-30)% increased Fire Damage +{tags:jewellery_elemental}(20-30)% increased Cold Damage +{tags:mana}(20-30)% increased Mana Regeneration Rate 10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill ]],[[ Romira's Banquet @@ -845,22 +870,25 @@ Implicits: 1 {tags:attack}+333 to Accuracy Rating {tags:critical}{variant:1}+(10-20)% to Global Critical Strike Multiplier {tags:critical}{variant:2}+(10-15)% to Global Critical Strike Multiplier -{variant:3}{tags:critical}+(15-25)% to Global Critical Strike Multiplier -{tags:resource,mana}+(40-60) to maximum Mana -{tags:resource,mana,physical,attack}0.4% of Physical Attack Damage Leeched as Mana -Gain a Power Charge on Non-Critical Strike +{tags:critical}{variant:3}+(15-25)% to Global Critical Strike Multiplier +{tags:mana}+(40-60) to maximum Mana +{tags:attack,mana,physical}0.4% of Physical Attack Damage Leeched as Mana +Gain a Power Charge on non-Critical Strike Lose all Power Charges on Critical Strike ]],[[ Rotblood Promise Unset Ring League: Ritual +Variant: Pre 3.16.0 +Variant: Current Requires Level 56 Implicits: 1 Has 1 Socket -{tags:caster}Socketed Gems are Supported by Level 20 Blasphemy +Socketed Gems are Supported by Level 20 Blasphemy Curse Auras from Socketed Skills also affect you -{tags:caster}Socketed Curse Gems have 50% reduced Reservation -{tags:attribute}+(20-30) to Intelligence +{variant:1}{tags:caster}Socketed Curse Gems have 100% increased Mana Reservation Efficiency +{variant:2}{tags:caster}Socketed Curse Gems have 80% increased Reservation Efficiency +{tags:jewellery_attribute}+(20-30) to Intelligence {tags:caster}20% reduced Effect of Curses on you (15-25)% increased Damage with Hits and Ailments against Cursed Enemies ]],[[ @@ -872,14 +900,14 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 30 Implicits: 1 -{tags:defences}+(15-25) to maximum Energy Shield -{tags:attribute}+(60-75) to Intelligence +{tags:jewellery_defense}+(15-25) to maximum Energy Shield +{tags:jewellery_attribute}+(60-75) to Intelligence Right ring slot: You cannot Regenerate Mana {variant:1}{tags:jewellery_defense}Right ring slot: 4% of Energy Shield Regenerated per second {variant:2,3}{tags:jewellery_defense}Right ring slot: 3% of Energy Shield Regenerated per second -{variant:3}{tags:resource,mana}Right ring slot: +100 to maximum Mana -{variant:3}{tags:defences}Left ring slot: +100 to maximum Energy Shield -{variant:1,2}{tags:resource,mana}Left ring slot: 100% increased Mana Regeneration Rate +{variant:3}{tags:mana}Right ring slot: +100 to maximum Mana +{variant:3}{tags:jewellery_defense}Left ring slot: +100 to maximum Energy Shield +{variant:1,2}{tags:mana}Left ring slot: 100% increased Mana Regeneration Rate {variant:3}{tags:mana}Left ring slot: 40 Mana Regenerated per second Left ring slot: You cannot Recharge or Regenerate Energy Shield ]],[[ @@ -891,9 +919,9 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 45 Implicits: 1 -{tags:resource,life}+(20-30) to maximum Life -{tags:elemental_damage,attack}(20-30)% increased Elemental Damage with Attack Skills -{tags:elemental_damage,attack}Adds (8-15) to (20-28) Fire Damage to Attacks +{tags:life}+(20-30) to maximum Life +{tags:jewellery_elemental,attack}(20-30)% increased Elemental Damage with Attack Skills +{tags:jewellery_elemental,attack}Adds (8-15) to (20-28) Fire Damage to Attacks {variant:1}(20-40)% reduced Rarity of Items found {variant:2,3,4}(10-20)% reduced Rarity of Items found {variant:1,2}Left ring slot: 30% reduced Reflected Elemental Damage taken @@ -910,11 +938,11 @@ Variant: Current Source: Drops from unique{Guardian of the Hydra} Requires Level 68 Implicits: 1 -{tags:resistance}+(20-30)% to Cold Resistance -{variant:1}{tags:elemental_damage}(20-40)% increased Cold Damage +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{variant:1}{tags:jewellery_elemental}(20-40)% increased Cold Damage {variant:2}{tags:caster}(20-40)% increased Spell Damage {tags:caster,speed}(5-10)% increased Cast Speed -{variant:1}Spells have an additional Projectile +{variant:1}Spells fire an additional Projectile {variant:2}Left ring slot: Projectiles from Spells cannot Chain {variant:2}Left ring slot: Projectiles from Spells Fork {variant:2}Right ring slot: Projectiles from Spells Chain +1 times @@ -925,11 +953,11 @@ Stormfire Opal Ring Requires Level 80 Implicits: 1 -{tags:elemental_damage}(15-25)% increased Elemental Damage -{tags:resource,mana}(40-45)% increased Mana Regeneration Rate -{tags:resistance}+(20-30)% to Fire and Lightning Resistances +{tags:jewellery_elemental}(15-25)% increased Elemental Damage +{tags:mana}(40-45)% increased Mana Regeneration Rate +{tags:jewellery_resistance}+(20-30)% to Fire and Lightning Resistances {tags:jewellery_elemental}(4-6)% increased Burning Damage for each Enemy you have Shocked Recently -{tags:elemental_damage}Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies +{tags:jewellery_elemental}Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies Your Lightning Damage can Ignite ]],[[ Storm Secret @@ -937,13 +965,13 @@ Topaz Ring League: Harvest Requires Level 56 Implicits: 1 -{tags:resistance}+(20-30)% to Lightning Resistance -{tags:attribute}+(20-30) to Intelligence -{tags:elemental_damage}(20-30)% increased Lightning Damage -(10-15)% chance to Shock +{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:jewellery_elemental}(20-30)% increased Lightning Damage +{tags:jewellery_elemental}(10-15)% chance to Shock Herald of Thunder also creates a storm when you Shock an Enemy Herald of Thunder's Storms Hit Enemies with (30-50)% increased Frequency -{tags:elemental_damage}Take 250 Lightning Damage when Herald of Thunder Hits an Enemy +Take 250 Lightning Damage when Herald of Thunder Hits an Enemy ]],[[ The Taming Prismatic Ring @@ -953,15 +981,15 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 30 Implicits: 1 -{tags:resistance}+(8-10)% to all Elemental Resistances +{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances {variant:1}{tags:jewellery_elemental,attack}15% increased Elemental Damage with Attack Skills -{variant:2}{tags:elemental_damage,attack}30% increased Elemental Damage with Attack Skills -{variant:1}{tags:resistance}+(10-15)% to all Elemental Resistances -{variant:2}{tags:resistance}+(20-30)% to all Elemental Resistances +{variant:2}{tags:jewellery_elemental,attack}30% increased Elemental Damage with Attack Skills +{variant:1}{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances +{variant:2}{tags:jewellery_resistance}+(20-30)% to all Elemental Resistances {variant:1}{tags:jewellery_elemental}15% increased Elemental Damage -{variant:2}{tags:elemental_damage}30% increased Elemental Damage -{variant:1}5% chance to Freeze, Shock and Ignite -{variant:2}10% chance to Freeze, Shock and Ignite +{variant:2}{tags:jewellery_elemental}30% increased Elemental Damage +{variant:1}{tags:jewellery_elemental}5% chance to Freeze, Shock and Ignite +{variant:2}{tags:jewellery_elemental}10% chance to Freeze, Shock and Ignite {variant:1}{tags:jewellery_elemental}10% increased Damage per Freeze, Shock and Ignite on Enemy {variant:2}{tags:jewellery_elemental}20% increased Damage with Hits and Ailments per Freeze, Shock and Ignite on Enemy ]],[[ @@ -972,28 +1000,28 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:resistance}+(20-30)% to Cold Resistance -{variant:1}{tags:physical,attack}Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies -{variant:2}{tags:elemental_damage}Adds 40 to 60 Cold Damage against Chilled Enemies +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{variant:1}{tags:attack,jewellery_elemental,physical}Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies +{variant:2}{tags:jewellery_elemental}Adds 40 to 60 Cold Damage against Chilled Enemies {variant:1}{tags:jewellery_elemental,attack}Adds (5-6) to (7-9) Cold Damage to Attacks -{variant:2}{tags:elemental_damage,attack,caster}Adds (7-10) to (15-20) Cold Damage to Spells and Attacks -{tags:defences}+(200-300) to Evasion Rating -{variant:1}20% reduced Chill Duration on you +{variant:2}{tags:jewellery_elemental,attack,caster}Adds (7-10) to (15-20) Cold Damage to Spells and Attacks +{tags:jewellery_defense}+(200-300) to Evasion Rating +{variant:1}20% reduced Chill Duration on You {variant:2}50% chance to Avoid being Chilled -{variant:1}5% chance to Freeze -{variant:2}10% chance to Freeze +{variant:1}{tags:jewellery_elemental}5% chance to Freeze +{variant:2}{tags:jewellery_elemental}10% chance to Freeze ]],[[ Replica Tasalio's Sign Sapphire Ring League: Heist Requires Level 20 Implicits: 1 -{tags:resistance}+(20-30)% to Cold Resistance -{tags:elemental_damage,attack,caster}Adds (15-20) to (25-35) Cold Damage to Spells and Attacks -{tags:defences}+(200-300) to Evasion Rating +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:jewellery_elemental,attack,caster}Adds (15-20) to (25-35) Cold Damage to Spells and Attacks +{tags:jewellery_defense}+(200-300) to Evasion Rating Your Cold Damage cannot Freeze Immune to Chill -{tags:elemental_damage}Adds 60 to 80 Cold Damage against Chilled Enemies +{tags:jewellery_elemental}Adds 60 to 80 Cold Damage against Chilled Enemies ]],[[ Thief's Torment Prismatic Ring @@ -1004,48 +1032,51 @@ Variant: Current Requires Level 30 Implicits: 2 {variant:1}{tags:jewellery_resistance}+(8-12) to all Elemental Resistances -{variant:2,3,4}{tags:resistance}+(8-10)% to all Elemental Resistances +{variant:2,3,4}{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances {variant:1,2}(15-25)% increased Quantity of Items found {variant:3,4}(10-16)% increased Quantity of Items found Can't use other Rings -{variant:1,2,3}{tags:resistance}+(8-12)% to all Elemental Resistances -{variant:4}{tags:resistance}+(16-24)% to all Elemental Resistances -{tags:caster}50% reduced Effect of Curses on you +{variant:1,2,3}{tags:jewellery_resistance}+(8-12)% to all Elemental Resistances +{variant:4}{tags:jewellery_resistance}+(16-24)% to all Elemental Resistances +{tags:caster}50% reduced Effect of Curses on You {variant:1,2,3}{tags:attack,life}+(20-30) Life gained for each Enemy hit by your Attacks -{variant:4}{tags:resource,life,attack}+(40-60) Life gained for each Enemy hit by your Attacks +{variant:4}{tags:attack,life}+(40-60) Life gained for each Enemy hit by your Attacks {variant:1,2,3}{tags:attack,mana}+15 Mana gained for each Enemy hit by your Attacks -{variant:4}{tags:resource,mana,attack}+30 Mana gained for each Enemy hit by your Attacks +{variant:4}{tags:attack,mana}+30 Mana gained for each Enemy hit by your Attacks ]],[[ Timeclasp Moonstone Ring -Upgrade: Upgrades to unique{Timetwist} via prophecy{A Rift in Time} Variant: Pre 2.6.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 22 Implicits: 1 -{tags:defences}+(15-25) to maximum Energy Shield +{tags:jewellery_defense}+(15-25) to maximum Energy Shield {tags:attack,speed}(10-15)% increased Attack Speed {variant:1}{tags:caster,speed}(5-8)% increased Cast Speed -{variant:2}{tags:caster,speed}(5-10)% increased Cast Speed +{variant:2,3}{tags:caster,speed}(5-10)% increased Cast Speed {variant:1}{tags:mana}15% reduced Mana Regeneration Rate -{variant:2}{tags:resource,mana}15% increased Mana Regeneration Rate +{variant:2,3}{tags:mana}15% increased Mana Regeneration Rate {variant:1}{tags:jewellery_defense}+(10-25) to maximum Energy Shield -{variant:2}{tags:defences}+(15-25) to maximum Energy Shield +{variant:2}{tags:jewellery_defense}+(15-25) to maximum Energy Shield +{variant:3}{tags:jewellery_defense}+(40-45) to maximum Energy Shield {variant:1}{tags:caster}Temporal Chains has 30% reduced Effect on You -{variant:2}{tags:caster}Temporal Chains has 50% reduced Effect on you +{variant:2}{tags:caster}Temporal Chains has 50% reduced Effect on You +{variant:3}(-10-10)% increased Skill Effect Duration +{variant:3}Unaffected by Temporal Chains ]],[[ Timetwist Moonstone Ring -Source: Upgraded from unique{Timeclasp} via prophecy{A Rift in Time} +Source: No longer obtainable Requires Level 64 Implicits: 1 -{tags:defences}+(15-25) to maximum Energy Shield +{tags:jewellery_defense}+(15-25) to maximum Energy Shield {tags:attack,speed}(10-15)% increased Attack Speed {tags:caster,speed}(5-10)% increased Cast Speed -{tags:defences}+(30-50) to maximum Energy Shield -{tags:resource,mana}15% increased Mana Regeneration Rate +{tags:jewellery_defense}+(30-50) to maximum Energy Shield +{tags:mana}15% increased Mana Regeneration Rate (-10-10)% increased Skill Effect Duration -{tags:caster}Unaffected by Temporal Chains +Unaffected by Temporal Chains ]],[[ Triumvirate Authority Unset Ring @@ -1073,11 +1104,11 @@ Has 1 Socket {variant:2}Socketed Vaal Skills require 30% less Souls per Use {variant:3}Socketed Vaal Skills can store Souls for 1 additional Use {variant:4}Hits from Socketed Vaal Skills ignore Enemy Monster Resistances -{variant:5}{tags:physical}Hits from Socketed Vaal Skills ignore Enemy Monster Physical Damage Reduction +{variant:5}Hits from Socketed Vaal Skills ignore Enemy Monster Physical Damage Reduction {variant:6}Socketed Vaal Skills grant Elusive when Used {variant:7}You have Tailwind if you've used a Socketed Vaal Skill Recently {variant:8}Socketed Vaal Skills have 60% increased Area of Effect -{variant:9}{tags:speed}Socketed Vaal Skills have 80% increased Projectile Speed +{variant:9}Socketed Vaal Skills have 80% increased Projectile Speed {variant:10}Socketed Vaal Skills have 80% increased Skill Effect Duration {variant:11}Socketed Vaal Skills have 30% reduced Soul Gain Prevention Duration {variant:12}Damage with Hits from Socketed Vaal Skills is Lucky @@ -1090,10 +1121,10 @@ League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 49 Implicits: 1 -{tags:resistance}+(20-30)% to Cold Resistance -{tags:attribute}+20 to Dexterity -{tags:defences}5% increased maximum Energy Shield -{tags:resource,life}5% increased maximum Life +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:jewellery_attribute}+20 to Dexterity +{tags:jewellery_defense}5% increased maximum Energy Shield +{tags:life}5% increased maximum Life ]],[[ Uzaza's Mountain Sapphire Ring @@ -1101,10 +1132,10 @@ League: Delve Source: Drops from unique{Kurgal, the Blackblooded} Requires Level 49 Implicits: 1 -{tags:resistance}+(20-30)% to Cold Resistance -{tags:attribute}+20 to Dexterity -{tags:defences}5% increased maximum Energy Shield -{tags:resource,life}5% increased maximum Life +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:jewellery_attribute}+20 to Dexterity +{tags:jewellery_defense}5% increased maximum Energy Shield +{tags:life}5% increased maximum Life ]],[[ Uzaza's Valley Sapphire Ring @@ -1112,10 +1143,10 @@ League: Delve Source: Drops from unique{Aul, the Crystal King} Requires Level 49 Implicits: 1 -{tags:resistance}+(20-30)% to Cold Resistance -{tags:attribute}+20 to Dexterity -{tags:defences}5% increased maximum Energy Shield -{tags:resource,life}5% increased maximum Life +{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:jewellery_attribute}+20 to Dexterity +{tags:jewellery_defense}5% increased maximum Energy Shield +{tags:life}5% increased maximum Life ]],[[ Valako's Sign Topaz Ring @@ -1125,16 +1156,16 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 38 Implicits: 1 -{tags:resistance}+(20-30)% to Lightning Resistance +{tags:jewellery_resistance}+(20-30)% to Lightning Resistance {variant:1}15% increased Damage with Hits against Shocked Enemies {variant:2,3}40% increased Damage with Hits against Shocked Enemies -{tags:elemental_damage}20% increased Lightning Damage -{tags:resource,mana}+(20-40) to maximum Mana +{tags:jewellery_elemental}20% increased Lightning Damage +{tags:mana}+(20-40) to maximum Mana {variant:1,2}{tags:life}0.2% of Damage Leeched as Life against Shocked Enemies -{variant:3}{tags:resource,life}1% of Damage Leeched as Life against Shocked Enemies +{variant:3}{tags:life}1% of Damage Leeched as Life against Shocked Enemies {variant:1}{tags:jewellery_elemental}5% chance to Shock -{variant:2}10% chance to Shock -{variant:3}25% chance to Shock +{variant:2}{tags:jewellery_elemental}10% chance to Shock +{variant:3}{tags:jewellery_elemental}25% chance to Shock ]],[[ Valyrium Moonstone Ring @@ -1142,12 +1173,12 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 38 Implicits: 1 -{tags:defences}+(15-25) to maximum Energy Shield -{variant:1}{tags:defences}+(10-20) to maximum Energy Shield -{variant:2}{tags:defences}+(30-40) to maximum Energy Shield -{variant:1}{tags:resistance}+(20-30)% to Fire Resistance -{variant:2}{tags:resistance}+(30-40)% to Fire Resistance -{tags:resistance}-40% to Cold Resistance +{tags:jewellery_defense}+(15-25) to maximum Energy Shield +{variant:1}{tags:jewellery_defense}+(10-20) to maximum Energy Shield +{variant:2}{tags:jewellery_defense}+(30-40) to maximum Energy Shield +{variant:1}{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{variant:2}{tags:jewellery_resistance}+(30-40)% to Fire Resistance +{tags:jewellery_resistance}−40% to Cold Resistance Stun Threshold is based on Energy Shield instead of Life ]],[[ Venopuncture @@ -1155,10 +1186,10 @@ Iron Ring Requires Level: 49 Implicits: 1 League: Blight -{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks -{tags:attribute}+(20-30) to Strength -{tags:physical,attack}25% chance to cause Bleeding on Hit -{tags:physical,attack}(40-60)% increased Damage with Bleeding +{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks +{tags:jewellery_attribute}+(20-30) to Strength +{tags:attack,physical}25% chance to cause Bleeding on Hit +{tags:attack,physical}(40-60)% increased Damage with Bleeding You are Chilled while you are Bleeding Non-Chilled Enemies you inflict Bleeding on are Chilled Bleeding Enemies you Kill with Hits Shatter @@ -1168,16 +1199,27 @@ Gold Ring Requires Level 65 Implicits: 1 (6-15)% increased Rarity of Items found -{tags:resource,life}+(0-60) to maximum Life -(-10 to 10)% increased Quantity of Items found -(-40 to 40)% increased Rarity of Items found -{tags:jewellery_resistance}+(-25 to 50)% to Fire Resistance -{tags:jewellery_resistance}+(-25 to 50)% to Cold Resistance -{tags:jewellery_resistance}+(-25 to 50)% to Lightning Resistance +{tags:life}+(0-60) to maximum Life +(−10 to 10)% increased Quantity of Items found +(−40 to 40)% increased Rarity of Items found +{tags:jewellery_resistance}+(−25 to 50)% to Fire Resistance +{tags:jewellery_resistance}+(−25 to 50)% to Cold Resistance +{tags:jewellery_resistance}+(−25 to 50)% to Lightning Resistance ]],[[ Vivinsect Unset Ring League: Betrayal +Variant: Fire and Chaos Resistances Pre 3.16.0 +Variant: Cold and Chaos Resistances Pre 3.16.0 +Variant: Lightning and Chaos Resistances Pre 3.16.0 +Variant: Strength and Dexterity Pre 3.16.0 +Variant: Dexterity and Intelligence Pre 3.16.0 +Variant: Strength and Intelligence Pre 3.16.0 +Variant: Effect of non-Damaging Ailments Pre 3.16.0 +Variant: Focus Shock Nearby Enemies Pre 3.16.0 +Variant: Minimum Frenzy Charges Pre 3.16.0 +Variant: Minimum Power Charges Pre 3.16.0 +Variant: Minimum Endurance Charges Pre 3.16.0 Variant: Fire and Chaos Resistances Variant: Cold and Chaos Resistances Variant: Lightning and Chaos Resistances @@ -1193,21 +1235,22 @@ Requires Level 45 Implicits: 1 Has 1 Socket +5 to Level of Socketed Aura Gems -Socketed Gems have 10% increased Reservation -{tags:attribute}+(15-25) to all Attributes +{variant:1,2,3,4,5,6,7,8,9,10,11}Socketed Gems have 20% reduced Mana Reservation Efficiency +{variant:13,14,15,16,17,18,19,20,21,22}Socketed Gems have 20% reduced Reservation Efficiency +{tags:jewellery_attribute}+(15-25) to all Attributes {tags:life}15 Life Regenerated per second for each Uncorrupted Item Equipped -{tags:resource,mana}-2 to Total Mana Cost of Skills for each Corrupted Item Equipped -{variant:1}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Fire and Chaos Resistances -{variant:2}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Cold and Chaos Resistances -{variant:3}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Lightning and Chaos Resistances -{variant:4}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Dexterity -{variant:5}{crafted}{tags:jewellery_attribute}+(6-17) to Dexterity and Intelligence -{variant:6}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Intelligence -{variant:7}{crafted}(11-30)% increased Effect of non-Damaging Ailments on Enemies -{variant:8}{crafted}Shock nearby Enemies for (2-4) Seconds when you Focus -{variant:9}{crafted}+1 to Minimum Frenzy Charges -{variant:10}{crafted}+1 to Minimum Power Charges -{variant:11}{crafted}+1 to Minimum Endurance Charges +{tags:mana}-2 to Total Mana Cost of Skills for each Corrupted Item Equipped +{variant:1,12}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Fire and Chaos Resistances +{variant:2,13}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Cold and Chaos Resistances +{variant:3,14}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Lightning and Chaos Resistances +{variant:4,15}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Dexterity +{variant:5,16}{crafted}{tags:jewellery_attribute}+(6-17) to Dexterity and Intelligence +{variant:6,17}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Intelligence +{variant:7,18}{crafted}(11-30)% increased Effect of non-Damaging Ailments on Enemies +{variant:8,19}{crafted}Shock nearby Enemies for (2-4) Seconds when you Focus +{variant:9,20}{crafted}+1 to Minimum Frenzy Charges +{variant:10,21}{crafted}+1 to Minimum Power Charges +{variant:11,22}{crafted}+1 to Minimum Endurance Charges ]],[[ Voideye Unset Ring @@ -1229,8 +1272,8 @@ The Warden's Brand Iron Ring Requires Level 30 Implicits: 1 -{tags:physical,attack}Adds 1 to 4 Physical Damage to Attacks -{tags:physical,attack}Adds (5-15) to (25-50) Physical Damage to Attacks +{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks +{tags:attack,physical}Adds (5-15) to (25-50) Physical Damage to Attacks {tags:attack,speed}30% reduced Attack Speed 15% chance to gain a Frenzy Charge when you Stun an Enemy ]],[[ @@ -1239,11 +1282,11 @@ Ruby Ring League: Metamorph Requires Level 16 Implicits: 1 -{tags:resistance}+(20-30)% to Fire Resistance -{tags:attribute}+(30-50) to Strength +{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:jewellery_attribute}+(30-50) to Strength {tags:attack}(20-25)% increased Melee Damage 30% chance to Avoid being Stunned -{tags:attack,speed}20% less Attack Speed -{tags:attack}Strike Skills also target the previous location they were Used +{tags:speed}20% less Attack Speed +Strike Skills also target the previous location they were Used ]], } diff --git a/src/Data/Uniques/shield.lua b/src/Data/Uniques/shield.lua index 621a0c796c..f5d4874d41 100644 --- a/src/Data/Uniques/shield.lua +++ b/src/Data/Uniques/shield.lua @@ -13,7 +13,7 @@ Implicits: 1 {variant:2,3}+(10-20) to maximum Life (50-100)% increased Armour +(60-80) to maximum Life --1 to Maximum Endurance Charges +-1 to maximum Endurance Charges -10% to maximum Block Chance +6% Chance to Block {variant:1,2}+3% to all maximum Resistances while you have no Endurance Charges @@ -45,7 +45,7 @@ Variant: Current Requires Level 64, 159 Str Implicits: 1 {variant:2}+(30-40) to maximum Life -Grants Level 30 Reckoning Skill +Grants level 30 Reckoning Skill (130-170)% increased Armour +(65-80) to maximum Life Recover 250 Life when you Block @@ -71,20 +71,36 @@ Implicits: 1 {variant:1,2}10% chance to Curse Non-Cursed Enemies with Enfeeble on Hit, with 80% increased Effect {variant:3,4}25% chance to Curse Non-Cursed Enemies with Enfeeble on Hit, with 80% increased Effect ]],[[ +Dawnbreaker +Colossal Tower Shield +Source: Drops from unique{The Searing Exarch} +Requires Level 67, 159 Str +Implicits: 1 ++(10–20) to maximum Life +(150–250)% increased Armour ++(20–25)% Chance to Block +-1% Chance to Block Attack Damage for every 200 Fire Damage taken from Hits Recently +(10–20)% of Cold Damage taken as Fire +(10–20)% of Lightning Damage taken as Fire +(10–20)% of Physical Damage taken as Fire +Scorch Enemies in Close Range when you Block +]],[[ Lioneye's Remorse Pinnacle Tower Shield Variant: Pre 2.6.0 Variant: Pre 3.0.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 70, 159 Str Implicits: 1 -{variant:3}+(20-30) to maximum Life -(200-250)% increased Armour +{variant:3,4}+(20-30) to maximum Life +{variant:1,2,3}(200-250)% increased Armour +{variant:4}(180-220)% increased Armour {variant:1}+(80-100) to maximum Life -{variant:2,3}+(160-180) to maximum Life +{variant:2,3,4}+(160-180) to maximum Life 5% reduced Movement Speed 20% increased Stun Recovery --25 Physical Damage taken from Projectile Attacks +−25 Physical Damage taken from Projectile Attacks +5% Chance to Block ]],[[ Lycosidae @@ -102,13 +118,16 @@ Adds 250 to 300 Cold Damage to Counterattacks ]],[[ Magna Eclipsis Pinnacle Tower Shield +Variant: Pre 3.16.0 +Variant: Current Source: Vendor recipe Requires Level 70, 159 Str Implicits: 1 +(20-30) to maximum Life +2 to Level of Socketed Gems Triggers Level 20 Elemental Aegis when Equipped -(200-250)% increased Armour +{variant:1}(200-250)% increased Armour +{variant:2}(180-220)% increased Armour +(60-80) to maximum Life +(80-100) to Evasion Rating and Energy Shield ]],[[ @@ -144,8 +163,8 @@ Implicits: 1 {variant:3}+(10-20) to maximum Life (60-80)% increased Armour +(30-50) to maximum Life -{variant:1}-10 Physical Damage taken from Projectile Attacks -{variant:2,3}-(50-80) Physical Damage taken from Projectile Attacks +{variant:1}−10 Physical Damage taken from Projectile Attacks +{variant:2,3}−(50-80) Physical Damage taken from Projectile Attacks 200% increased Armour against Projectiles +25% additional Block Chance against Projectiles ]],[[ @@ -169,10 +188,11 @@ Tukohama's Fortress Ebony Tower Shield Variant: Pre 3.0.0 Variant: Pre 3.7.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 61, 159 Str Implicits: 1 -{variant:2,3}+(20-30) to maximum Life +{variant:2,3,4}+(20-30) to maximum Life 40% increased Totem Damage +(80-100) to maximum Life Can have up to 1 additional Totem summoned at a time @@ -182,6 +202,8 @@ Blood Magic ]],[[ Replica Tukohama's Fortress Ebony Tower Shield +Variant: Pre 3.17.0 +Variant: Current League: Heist Requires Level 61, 159 Str Implicits: 1 @@ -191,16 +213,16 @@ You can Cast an additional Brand 20% increased Critical Strike Chance per Brand 40% increased Brand Damage Blood Magic -Mortal Conviction +{variant:1}Mortal Conviction ]], -- Shield: Evasion [[ Atziri's Mirror Golden Buckler -Upgrade: Upgrades to unique{Atziri's Reflection} via prophecy{The Queen's Sacrifice} +Upgrade: No longer obtainable Variant: Pre 2.0.0 Variant: Pre 3.0.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 54, 130 Dex Implicits: 1 {variant:3}6% increased Movement Speed @@ -215,7 +237,7 @@ Hex Reflection ]],[[ Atziri's Reflection Golden Buckler -Source: Upgraded from unique{Atziri's Mirror} via prophecy{The Queen's Sacrifice} +Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} Requires Level 68, 130 Dex Implicits: 1 6% increased Movement Speed @@ -229,27 +251,28 @@ Unaffected by Curses ]],[[ Chalice of Horrors War Buckler -Upgrade: Upgrades to unique{Thirst for Horrors} via prophecy{Mouth of Horrors} Variant: Pre 2.6.0 Variant: Pre 3.0.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 29, 74 Dex Implicits: 1 -{variant:3}9% increased Movement Speed +{variant:3,4}9% increased Movement Speed +1 to Level of Socketed Curse Gems (30-50)% increased Evasion Rating -{variant:2,3}+(40-50) to maximum Life -{variant:2,3}+(50-70) to maximum Energy Shield -100% increased Curse Duration +{variant:2,3,4}+(40-50) to maximum Life +{variant:2,3,4}+(50-70) to maximum Energy Shield +{variant:1,2,3}100% increased Curse Duration +{variant:4}1% of Damage Leeched as Life against Cursed Enemies +5% Chance to Block 10% Chance to Cause Monster to Flee on Block ]],[[ Thirst for Horrors War Buckler -Source: Upgraded from unique{Chalice of Horrors} using prophecy{Mouth of Horrors} +Source: No longer obtainable Variant: Pre 2.6.0 Variant: Pre 3.0.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 32, 74 Dex Implicits: 1 {variant:3}9% increased Movement Speed @@ -291,7 +314,6 @@ Adds (8-12) to (15-20) Physical Damage to Attacks ]],[[ Kaltenhalt Painted Buckler -Upgrade: Upgrades to unique{Kaltensoul} via prophecy{The Snuffed Flame} Variant: Pre 1.0.0 Variant: Pre 2.6.0 Variant: Pre 3.0.0 @@ -309,10 +331,10 @@ Implicits: 1 ]],[[ Kaltensoul Painted Buckler -Source: Upgraded from unique{Kaltenhalt} using prophecy{The Snuffed Flame} +Source: No longer obtainable Variant: Pre 2.6.0 Variant: Pre 3.0.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 16, 44 Dex Implicits: 1 {variant:3}6% increased Movement Speed @@ -361,7 +383,7 @@ Implicits: 1 {variant:3,4}6% increased Movement Speed {variant:1}+1 to Level of Socketed Warcry Gems {variant:1}(20-30)% increased Chaos Damage -{variant:2,3,4}(80-100)% increased Evasion Rating +{variant:2,3,4}(80-100)% Increased Evasion Rating +(20-40)% to Cold Resistance 10% increased Area of Effect of Area Skills {variant:1}You gain Onslaught for 2 seconds on Killing Taunted Enemies @@ -488,16 +510,19 @@ Vaal Spirit Shield League: Breach Source: Upgraded from unique{Esh's Mirror} using currency{Blessing of Esh} Variant: Pre 3.0.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 62, 159 Int Implicits: 2 {variant:1}5% increased Spell Damage -{variant:2}(5-10)% increased Spell Damage -+(40-70) to maximum Life +{variant:2,3}(5-10)% increased Spell Damage +{variant:1,2}+(40-70) to maximum Life +{variant:3}+(70-100) to maximum Life (240-260)% increased Energy Shield +(30-40)% to Lightning Resistance +(17-29)% to Chaos Resistance -Chaos Damage does not bypass Energy Shield while not on Low Life or Low Mana +{variant:1,2}Chaos Damage does not bypass Energy Shield while not on Low Life or Low Mana +{variant:3}Chaos Damage does not bypass Energy Shield while not on Low Life Reflect Shocks applied to you to all Nearby Enemies ]],[[ The Eternal Apple @@ -522,8 +547,8 @@ Requires Level 41, 100 Int Implicits: 2 {variant:1}15% increased Spell Damage {variant:2,3,4}(15-20)% increased Spell Damage -{variant:1,2}Socketed Trap Skills create a Smoke Cloud when triggered -{variant:3,4}Trigger Level 20 Fog of War when your Trap is triggered +{Variant:1,2}Socketed Trap Skills create a Smoke Cloud when triggered +{Variant:3,4}Trigger Level 20 Fog of War when your Trap is triggered +(20-30) to Intelligence {variant:1,2}(80-120)% increased Energy Shield {variant:3,4}(250-300)% increased Energy Shield @@ -582,7 +607,6 @@ equal to 25% of Sacrificed Mana for 4 seconds ]],[[ Matua Tupuna Tarnished Spirit Shield -Source: Upgrades to unique{Whakatutuki o Matua} via prophecy{The Mentor} Variant: Pre 3.0.0 Variant: Current Requires Level 23, 60 Int @@ -598,7 +622,7 @@ Spreads Tar when you take a Critical Strike ]],[[ Whakatutuki o Matua Tarnished Spirit Shield -Source: Upgraded from unique{Matua Tupuna} via prophecy{The Mentor} +Source: Drops from any endgame map boss Requires Level 63, 60 Int Implicits: 1 (5-10)% increased Spell Damage @@ -671,7 +695,7 @@ Implicits: 1 {variant:1}+(10-20)% to Lightning Resistance {variant:2,3}+(10-20)% to all Elemental Resistances {variant:1,2}+36% chance to Block Spell Damage while on Low Life -{variant:3}+30% Chance to Block Spell Damage while on Low Life +{variant:3}+30% chance to Block Spell Damage while on Low Life +(3-6)% Chance to Block {variant:2,3}20% chance to Block Spells if you've Blocked an Attack Recently {variant:2,3}20% chance to Block Attacks if you've Blocked a Spell Recently @@ -692,6 +716,8 @@ Curse Enemies with Vulnerability on Block, with 20% increased Effect ]],[[ The Ghastly Theatre Teak Round Shield +Variant: Pre 3.16.0 +Variant: Current League: Heist Requires Level 58, 74 Str, 74 Dex Implicits: 1 @@ -699,11 +725,23 @@ Implicits: 1 +2 to Level of Socketed Support Gems Triggers Level 20 Physical Aegis when Equipped 340% increased Armour and Evasion -33% chance to avoid Bleeding +{variant:1}(30-50)% chance to avoid Bleeding +{variant:2}Bleeding cannot be Inflicted on You 12% increased Attack and Cast Speed while Physical Aegis is depleted 50% increased Critical Strike Chance while Physical Aegis is depleted Nearby Enemies are Blinded while Physical Aegis is not depleted ]],[[ +The Oppressor +Elegant Round Shield +Requires Level 70, 85 Str, 85 Dex +Implicits: 1 +120% increased Block Recovery +-10% to amount of Suppressed Spell Damage Prevented ++(26-32)% chance to Suppress Spell Damage +(200-250)% increased Armour and Evasion ++(9-13)% Chance to Block +You take 20% of Damage from Blocked Hits +]],[[ Shattershard Crimson Round Shield League: Heist @@ -714,6 +752,18 @@ Trigger Level 20 Shield Shatter when you Block +(80-100) to maximum Life +(8-12)% Chance to Block ]],[[ +The Squire +Elegant Round Shield +Requires Level 70, 85 Str, 85 Dex +Implicits: 1 +120% increased Block Recovery +Has 3 Sockets +All Sockets are White ++(5-8)% to Quality of Socketed Support Gems +Socketed Support Gems can also Support Skills from your Main Hand +(100-150)% increased Armour and Evasion ++(3-5)% Chance to Block +]],[[ Vix Lunaris Cardinal Round Shield Requires Level: 66, 85 Str, 85 Dex @@ -725,12 +775,15 @@ Cannot be Frozen ]],[[ Wheel of the Stormsail Rotted Round Shield +Variant: Pre 3.16.0 +Variant: Current Requires Level 5 Implicits: 1 60% increased Block Recovery +(5-10) to Armour (30-40)% increased Rarity of Items found -25% increased Curse Duration +{variant:1}25% increased Curse Duration +{variant:2}100% increased Curse Duration 100% increased Duration of Curses on you +5% Chance to Block ]], @@ -766,8 +819,8 @@ Implicits: 1 {variant:2}5% Chance to Block {variant:1}(20-30)% increased Damage while you have no Energy Shield {variant:2,3}100% increased Global Armour while you have no Energy Shield -{variant:1}30% chance to gain Unholy Might on block for 3 seconds -{variant:2}Gain Unholy Might on block for 10 seconds +{variant:1}30% Chance to gain Unholy Might on Block for 3 seconds +{variant:2}Gain Unholy Might on Block for 10 seconds {variant:3}You have Unholy Might while you have no Energy Shield Create Profane Ground instead of Consecrated Ground ]],[[ @@ -798,15 +851,17 @@ Prism Guardian Archon Kite Shield Variant: Pre 1.1.0 Variant: Pre 2.0.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 68, 85 Str, 85 Int Implicits: 2 {variant:1}+24% to all Elemental Resistances -{variant:2,3}+12% to all Elemental Resistances +{variant:2,3,4}+12% to all Elemental Resistances {variant:1,2}+1 to Level of Aura Gems in this item -{variant:3}+2 to Level of Socketed Aura Gems +{variant:3,4}+2 to Level of Socketed Aura Gems Socketed Gems Cost and Reserve Life instead of Mana -Socketed Gems have 25% reduced Reservation +{variant:1,2,3}Socketed Gems have 50% increased Mana Reservation Efficiency +{variant:4}Socketed Gems have 30% increased Reservation Efficiency +(20-30) to Dexterity +25% to all Elemental Resistances ]],[[ @@ -860,7 +915,6 @@ Cannot Block Attacks ]],[[ Springleaf Plank Kite Shield -Upgrade: Upgrades to unique{The Oak} via prophecy{Nature's Resilience} Variant: Pre 1.1.0 Variant: Pre 2.0.0 Variant: Pre 2.6.0 @@ -870,7 +924,7 @@ Implicits: 2 {variant:1}+8% to all Elemental Resistances {variant:2,3,4}+4% to all Elemental Resistances (80-120)% increased Armour and Energy Shield -50% reduced Freeze Duration on you +50% reduced Freeze Duration on You {variant:3}1% of Life Regenerated per Second {variant:4}3% of Life Regenerated per Second {variant:1,2}6% of Life Regenerated per Second while on Low Life @@ -879,15 +933,15 @@ Implicits: 2 ]],[[ The Oak Plank Kite Shield -Source: Upgraded from unique{Springleaf} using prophecy{Nature's Resilience} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 40 Implicits: 1 +4% to all Elemental Resistances (80-120)% increased Armour and Energy Shield +(100-150) to maximum Life -50% reduced Freeze Duration on you +50% reduced Freeze Duration on You {variant:1}1% of Life Regenerated per Second {variant:2}3% of Life Regenerated per Second {variant:1}5% of Life Regenerated per Second while on Low Life @@ -966,11 +1020,14 @@ Implicits: 1 [[ Font of Thunder Mirrored Spiked Shield +Variant: 3.16.0 +Variant: Current League: Heist Requires Level 66, 85 Dex, 85 Int Implicits: 1 -4% chance to Dodge Attack Hits -(500-600)% increased Evasion and Energy Shield ++5% chance to Suppress Spell Damage +{variant:1}(500-600)% increased Evasion and Energy Shield +{variant:2}(400-500)% increased Evasion and Energy Shield (25-40)% increased Mana Regeneration Rate +50% chance to be Shocked 40% of Cold Damage taken as Lightning @@ -983,7 +1040,7 @@ Variant: Current Requires Level 27, 36 Dex, 36 Int Implicits: 2 {variant:1}Reflects (10-23) Physical Damage to Melee Attackers -{variant:2}4% chance to Dodge Attacks +{variant:2}+5% chance to Suppress Spell Damage (120-140)% increased Evasion and Energy Shield +(30-50) to maximum Life +(20-30) to maximum Energy Shield @@ -1000,13 +1057,13 @@ Variant: Current Requires Level 70, 85 Dex, 85 Int Implicits: 2 {variant:1,2}Reflects (221-260) Physical Damage to Melee Attackers -{variant:3,4}4% chance to Dodge Spell Damage +{variant:3,4}+5% chance to Suppress Spell Damage {variant:1,2,3}Grants level 20 Bear Trap Skill {variant:4}Grants Level 25 Bear Trap Skill (18-28)% increased Trap Damage (15-25)% increased Physical Damage +(60-80) to maximum Life --(14-18) Physical Damage taken from Attacks +−(14-18) Physical Damage taken from Attacks {variant:1}15% chance to gain a Power Charge on Throwing a Trap {variant:2,3,4}25% chance to gain a Power Charge on Throwing a Trap ]],[[ @@ -1017,7 +1074,7 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 66, 85 Dex, 85 Int Implicits: 1 -4% chance to Dodge Attacks ++5% chance to Suppress Spell Damage {variant:1}(130-150)% increased Evasion and Energy Shield {variant:2}(500-600)% increased Evasion and Energy Shield +(60-80) to maximum Life @@ -1033,10 +1090,10 @@ Variant: Current Requires Level 45, 58 Dex, 58 Int Implicits: 2 {variant:1}Reflects (51-70) Physical Damage to Melee Attackers -{variant:2,3}2% chance to Dodge Spell Damage +{variant:2,3}+3% chance to Suppress Spell Damage (10-15)% increased Attack Speed (10-20)% increased maximum Life --50% to all Elemental Resistances +−50% to all Elemental Resistances 10% increased Area of Effect of Area Skills {variant:1,2}Nearby allies Recover 2% of your Maximum Life when you Die {variant:3}Nearby allies Recover 1% of your Maximum Life when you Die @@ -1047,7 +1104,7 @@ League: Synthesis Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} Requires Level 62, 85 Dex, 85 Int Implicits: 1 -2% chance to Dodge Spell Hits ++3% chance to Suppress Spell Damage +(1-3) to Level of Socketed Lightning Gems Triggers Level 20 Lightning Aegis when Equipped (1-20)% increased Attack Speed @@ -1061,7 +1118,7 @@ Sovereign Spiked Shield League: Ritual Requires Level 54, 70 Dex, 70 Int Implicits: 1 -4% chance to Dodge Spell Hits ++5% chance to Suppress Spell Damage (160-220)% increased Evasion and Energy Shield +(40-60)% to Damage over Time Multiplier if you've dealt a Critical Strike in the past 8 seconds (2.0-2.5)% of Life Regenerated per Second if you've dealt a Critical Strike in the past 8 seconds @@ -1072,7 +1129,7 @@ Zeel's Amplifier Polished Spiked Shield Requires Level 49, 64 Dex, 64 Int Implicits: 1 -4% chance to Dodge Attack Hits ++5% chance to Suppress Spell Damage (40-50)% increased Spell Damage +(60-80) to maximum Energy Shield +(50-70) to maximum Life diff --git a/src/Data/Uniques/staff.lua b/src/Data/Uniques/staff.lua index 643acd9fa2..f64f409e1e 100644 --- a/src/Data/Uniques/staff.lua +++ b/src/Data/Uniques/staff.lua @@ -47,7 +47,7 @@ Implicits: 2 {variant:2}+2 to Level of all Lightning Spell Skill Gems +(80-120) to Intelligence (30-50)% increased Lightning Damage -+5% to maximum Lightning Resistance ++5% to Maximum Lightning Resistance 40% increased Strength Requirement Damage Penetrates 20% Lightning Resistance ]],[[ @@ -67,6 +67,15 @@ Adds (5-15) to (100-140) Lightning Damage to Spells 40% increased Strength Requirement Damage Penetrates 20% Lightning Resistance ]],[[ +The Annihilating Light +Quarterstaff +Source: Drops from unique{The Searing Exarch} +Requires Level 68, 78 Str, 78 Int +Implicits: 1 ++18% Chance to Block Attack Damage while wielding a Staff +(60-70)% reduced Elemental Resistances +Deal Triple Damage with Elemental Skills +]],[[ Atziri's Rule Judgement Staff Requires Level 68, 113 Str, 113 Int @@ -102,13 +111,6 @@ Implicits: 1 Curse Enemies with Flammability on Block, with 20% increased Effect Reflects (22-44) Fire Damage to Attackers on Block ]],[[ -Cane of Kulemak -Serpentine Staff -Requires Level 68, 85 Str, 85 Int -Implicits: 1 -+20% Chance to Block Attack Damage while wielding a Staff -(60-90)% increased Unveiled Modifier magnitudes -]],[[ Cane of Unravelling Ezomyte Staff Variant: Pre 3.5.0 @@ -123,7 +125,7 @@ Implicits: 2 {variant:2,3}(20-30)% increased Chaos Damage {variant:2,3}+(40-55)% to Chaos Damage over Time Multiplier 2% increased Cast Speed per Power Charge -Gain a Power Charge after Spending a total of 200 Mana +Gain a Power Charge after spending a total of 200 Mana 2 Mana Regenerated per Second per Power Charge ]],[[ Disintegrator @@ -221,7 +223,7 @@ Variant: Current Requires Level 66, 113 Str, 113 Int Implicits: 1 18% Chance to Block Attack Damage while wielding a Staff -{variant:1}Socketed Gems are supported by Level 10 Life Leech +{variant:1}Socketed Gems are supported by level 10 Life Leech {variant:2}Socketed Gems are supported by Level 1 Chance to Bleed Grants Summon Harbinger of Brutality Skill 5% Chance to Block Attack Damage while wielding a Staff @@ -265,13 +267,12 @@ Implicits: 2 ]],[[ Fencoil Gnarled Branch -Upgrade: Upgrades to unique{Mirebough} via prophecy{Trapped in the Tower} Variant: Pre 2.6.0 Variant: Current Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff -Socketed Gems are Supported by Level 8 Trap +Socketed Gems are Supported by level 8 Trap (40-50)% increased Damage (10-20)% increased maximum Life (10-20)% increased maximum Mana @@ -303,13 +304,13 @@ Gain (30-40)% of Physical Damage as Extra Damage of a random Element while you a ]],[[ Mirebough Gnarled Branch -Source: Upgraded from unique{Fencoil} via prophecy{Trapped in the Tower} +Source: No longer obtainable Requires Level 32 Implicits: 1 18% Chance to Block Attack Damage while wielding a Staff Socketed Gems are Supported by Level 16 Trap Socketed Gems are Supported by Level 16 Cluster Trap -Socketed Gems are Supported by Level 16 Trap And Mine Damage +Socketed Gems are Supported by Level 16 Trap and Mine Damage (10-20)% increased maximum Mana (10-20)% increased maximum Life (40-50)% increased Damage @@ -362,7 +363,7 @@ Implicits: 1 {variant:1}Adds (130-150) to (200-250) Fire Damage to Spells {variant:2}Adds (230-250) to (300-350) Fire Damage to Spells {variant:3}Battlemage -Grants Level 15 Vengeance Skill +Grants level 15 Vengeance Skill {variant:1}100% increased Fire Damage if you have been Hit Recently {variant:2,3}100% increased Fire Damage Immune to Freeze and Chill while Ignited @@ -393,14 +394,13 @@ Implicits: 3 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff {variant:3,4}20% Chance to Block Spell Damage while wielding a Staff -Socketed Gems are Supported by Level 30 Greater Spell Echo +Socketed Gems are Supported by level 30 Greater Spell Echo (120-160)% increased Spell Damage {variant:1,2,3}100% increased maximum Mana {variant:4}50% increased maximum Mana ]],[[ Realmshaper Iron Staff -Upgrade: Upgrades to unique{Realm Ender} via prophecy{The Beginning and the End} Variant: Pre 2.6.0 Variant: Current Requires Level 18, 35 Str, 35 Int @@ -409,16 +409,16 @@ Implicits: 2 {variant:2}18% Chance to Block Attack Damage while wielding a Staff +1 to Level of Socketed Fire Gems +1 to Level of Socketed Cold Gems -Socketed Gems are Supported by Level 5 Cold to Fire +Socketed Gems are Supported by level 5 Cold to Fire Adds (10-15) to (20-25) Fire Damage Adds (10-15) to (20-25) Cold Damage (30-50)% increased Elemental Damage ]],[[ Realm Ender Iron Staff -Source: Upgraded from unique{Realmshaper} using prophecy{The Beginning and the End} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 40, 35 Str, 35 Int Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff @@ -426,7 +426,7 @@ Implicits: 2 +1 to Level of Socketed Fire Gems +1 to Level of Socketed Cold Gems +2 to Level of Socketed Elemental Gems -Socketed Gems are Supported by Level 5 Cold to Fire +Socketed Gems are Supported by level 5 Cold to Fire Adds (10-15) to (20-25) Fire Damage Adds (10-15) to (20-25) Cold Damage (30-50)% increased Elemental Damage @@ -469,8 +469,8 @@ Requires Level 49, 85 Str, 85 Int Implicits: 2 {variant:1}18% Chance to Block Attack Damage while wielding a Staff {variant:2}20% Chance to Block Attack Damage while wielding a Staff -+(15-20) to all Attributes -+(5-7)% to all Elemental Resistances ++(15-20) to All Attributes ++(5-7)% to All Elemental Resistances (60-100)% increased Projectile Damage 20% increased Light Radius Socketed Gems fire 4 additional Projectiles @@ -485,16 +485,15 @@ Requires Level 62, 113 Str, 113 Int Implicits: 2 {variant:1}+18% Chance to Block Attack Damage while wielding a Staff {variant:2}+20% Chance to Block Attack Damage while wielding a Staff -Trigger Level 20 Summon Phantasm Skill when you Consume a corpse +Trigger Level 20 Summon Phantasm Skill when you Consume a Corpse (100-140)% increased Spell Damage (25-30)% increased Cast Speed (80-100)% increased Mana Regeneration Rate Minions deal (45-51) to (66-78) additional Physical Damage -If you Consumed a corpse Recently, you and nearby Allies Regenerate 5% of Life per second +If you Consumed a Corpse Recently, you and nearby Allies regenerate 5% of Life per second ]],[[ The Stormheart Royal Staff -Upgrade: Upgrades to unique{The Stormwall} via prophecy{The Storm Spire} Variant: Pre 2.6.0 Variant: Current Requires Level 28, 51 Str, 51 Int @@ -505,13 +504,13 @@ Implicits: 2 Adds (25-35) to (45-60) Cold Damage Adds (1-10) to (70-90) Lightning Damage (20-35)% increased Critical Strike Chance -{variant:1}You cannot be Shocked while Frozen +{variant:1}You Cannot Be Shocked While Frozen {variant:2}You Cannot Be Shocked While Chilled {variant:2}50% chance to Shock Chilled Enemies ]],[[ The Stormwall Royal Staff -Source: Upgraded from unique{The Stormheart} via prophecy{The Storm Spire} +Source: Drops from any endgame map boss Requires Level 60, 51 Str, 51 Int Implicits: 1 18% Chance to Block Attack Damage while wielding a Staff @@ -571,7 +570,7 @@ Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff +1 to Level of Socketed Support Gems -Grants Level 1 Icestorm Skill +Grants level 1 Icestorm Skill (8-12)% increased Cast Speed 1% increased Spell Damage per 10 Intelligence (14-18)% increased Intelligence @@ -597,8 +596,8 @@ Implicits: 2 +1 to Level of all Spell Skill Gems 15% Chance to Block (60-80)% increased Spell Damage -+(70-100) to maximum Energy Shield ++(70-100) to Maximum Energy Shield Reflects 1 to 150 Lightning Damage to Melee Attackers -20% chance for Energy Shield Recharge to start when you Block +20% Chance for Energy Shield Recharge to Start when you Block ]], } diff --git a/src/Data/Uniques/sword.lua b/src/Data/Uniques/sword.lua index 2f20d07e86..3f106f5cdd 100644 --- a/src/Data/Uniques/sword.lua +++ b/src/Data/Uniques/sword.lua @@ -78,8 +78,8 @@ Implicits: 2 +10 to Intelligence 50% increased Global Critical Strike Chance (0.6-1)% of Physical Attack Damage Leeched as Mana -10% reduced maximum Life -(40-50)% increased maximum Energy Shield +10% reduced Maximum Life +(40-50)% increased Maximum Energy Shield ]],[[ The Goddess Scorned Elegant Sword @@ -172,7 +172,7 @@ Adds (5-10) to (13-20) Physical Damage {variant:2}(80-95)% increased Physical Damage {variant:1}(10-15)% increased Attack Speed {variant:2}(20-25)% increased Attack Speed -5% reduced Reservation of Skills +10% increased Mana Reservation Efficiency of Skills Allies' Aura Buffs do not affect you Your Aura Buffs do not affect allies 10% increased Effect of Buffs on you @@ -244,15 +244,6 @@ Adds 2 to 3 Physical Damage to Attacks per Level Gain Her Embrace for 3 seconds when you Ignite an Enemy While in Her Embrace, take 0.5% of your total Maximum Life and Energy Shield as Fire Damage per second per Level ]],[[ -Paradoxica -Vaal Rapier -League: Betrayal -Source: Drops from Bosses in Safehouse -Requires Level 66, 212 Dex -Implicits: 1 -+25% to Global Critical Strike Multiplier -Attacks with this Weapon deal Double Damage -]],[[ The Princess Sabre Variant: Pre 2.6.0 @@ -333,7 +324,6 @@ Implicits: 2 ]],[[ Redbeak Rusted Sword -Upgrade: Upgrades to unique{Dreadbeak} via prophecy{The Dreaded Rhoa} Variant: Pre 2.6.0 Variant: Current Requires Level 2 @@ -345,11 +335,11 @@ Implicits: 2 Adds 2 to 6 Physical Damage 10% increased Attack Speed +(20-30) to maximum Life -+2 Life gained for each Enemy hit by Attacks ++2 Life Gained for each Enemy hit by Attacks ]],[[ Dreadbeak Rusted Sword -Source: Upgraded from unique{Redbeak} via prophecy{The Dreaded Rhoa} +Source: Drops from any endgame map boss Variant: Pre 3.7.0 Variant: Current Requires Level 61 @@ -390,7 +380,7 @@ Requires Level 62, 122 Str, 104 Dex Implicits: 1 40% increased Global Accuracy Rating Grants Summon Harbinger of the Arcane Skill -Trigger Level 20 Storm Cascade when you Attack +Trigger level 20 Storm Cascade when you Attack (75-90)% increased Spell Damage (140-160)% increased Physical Damage Adds 1 to (60-70) Lightning Damage @@ -458,24 +448,27 @@ Minions deal (20-30)% increased Damage Minions have +17% to Chaos Resistance {variant:1,2}Minions Poison Enemies on Hit {variant:3}Minions have 60% chance to Poison Enemies on Hit -Minions Recover 20% of Maximum Life on Killing a Poisoned Enemy +Minions Recover 20% of Life on Killing a Poisoned Enemy ]],[[ United in Dream Cutlass Source: Upgraded from unique{Severed in Sleep} using currency{Blessing of Chayula} Variant: Pre 2.6.0 Variant: Pre 3.0.0 +Variant: Pre 3.16.0 Variant: Current League: Breach Requires Level 69, 55 Str, 79 Dex Implicits: 2 {variant:1}18% increased Accuracy Rating -{variant:2,3}40% increased Global Accuracy Rating -Grants Level 15 Envy Skill -Minions deal (30-40)% increased Damage +{variant:2,3,4}40% increased Global Accuracy Rating +{variant:1,2,3}Grants level 15 Envy Skill +{variant:4}Grants level 25 Envy Skill +{variant:1,2,3}Minions deal (30-40)% increased Damage +{variant:4}Minions deal (60-80)% increased Damage Minions have +29% to Chaos Resistance {variant:1,2}Minions Poison Enemies on Hit -{variant:3}Minions have 60% chance to Poison Enemies on Hit +{variant:3,4}Minions have 60% chance to Poison Enemies on Hit Minions Leech 5% of Damage as Life against Poisoned Enemies ]],[[ Story of the Vaal @@ -497,7 +490,7 @@ Implicits: 1 {variant:2}Hits with this Weapon Shock Enemies as though dealing (150-200)% more Damage {variant:2}Ignites inflicted with this Weapon deal (50-75)% more Damage 50% of Physical Damage from Hits with this Weapon is Converted to a random Element -Hits with this Weapon always inflict Elemental Ailments +Hits with this Weapon always Ignite, Freeze, and Shock ]],[[ Fate of the Vaal Gemstone Sword @@ -512,7 +505,7 @@ Implicits: 1 {variant:2}(180-210)% increased Physical Damage (10-15)% increased Attack Speed 100% of Physical Damage from Hits with this Weapon is Converted to a random Element -Hits with this Weapon always inflict Elemental Ailments +Hits with this Weapon always Ignite, Freeze, and Shock Hits with this Weapon deal (30-60)% increased Damage to Ignited Enemies Hits with this Weapon deal (30-60)% increased Damage to Frozen Enemies Hits with this Weapon deal (30-60)% increased Damage to Shocked Enemies @@ -589,7 +582,7 @@ Implicits: 3 {variant:3}+25% to Global Critical Strike Multiplier (140-160)% increased Physical Damage +30 to Strength -+30 to maximum Mana ++30 to Maximum Mana 5% increased Movement Speed 30% increased Elemental Damage +2 to Weapon Range @@ -608,7 +601,7 @@ Adds (40-60) to (90-110) Cold Damage to Spells (8-14)% increased Attack Speed +257 Intelligence Requirement 60% increased Critical Strike Chance against Chilled Enemies -Trigger a Socketed Cold Spell on Melee Critical Strike, with a 0.15 second Cooldown +Trigger a Socketed Cold Spell on Melee Critical Strike, with a 0.25 second Cooldown ]],[[ Daresso's Passion Estoc @@ -653,7 +646,7 @@ Adds 1 to (40-50) Lightning Damage (25-30)% increased Attack Speed +2 Life gained for each Enemy hit by Attacks {variant:1,2}5% Chance to Shock -{variant:3}(15-20)% chance to Shock +{variant:3}(15-20)% Chance to Shock {variant:3}50% increased Herald of Thunder Buff Effect ]],[[ The Goddess Bound @@ -680,29 +673,30 @@ Adds 3 to 7 Fire Damage [[ The Dancing Dervish Reaver Sword -Upgrade: Upgrades to unique{The Dancing Duo} via prophecy{Dance of Steel} Variant: Pre 2.6.0 Variant: Pre 3.11.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 59, 82 Str, 119 Dex Implicits: 3 {variant:1}18% increased Accuracy Rating {variant:2}40% increased Global Accuracy Rating -{variant:3}60% increased Global Accuracy Rating +{variant:3,4}60% increased Global Accuracy Rating {variant:1,2}(160-190)% increased Physical Damage -{variant:3}(130-160)% increased Physical Damage +{variant:3,4}(130-160)% increased Physical Damage (25-30)% increased Attack Speed 5% increased Movement Speed Rampage -Triggers Level 15 Manifest Dancing Dervish on Rampage +{variant:4}Melee Hits count as Rampage Kills +Triggers Level 15 Manifest Dancing Dervishes on Rampage Manifested Dancing Dervish disables both weapon slots Manifested Dancing Dervish dies when Rampage ends ]],[[ The Dancing Duo Reaver Sword -Source: Upgraded from unique{The Dancing Dervish} via prophecy{Dance of Steel} +Source: No longer obtainable Variant: Pre 3.11.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 65, 82 Str, 119 Dex Implicits: 2 {variant:1}40% increased Global Accuracy Rating @@ -712,10 +706,9 @@ Implicits: 2 (25-30)% increased Attack Speed 5% increased Movement Speed Rampage -Triggers Level 15 Manifest Dancing Dervish on Rampage +Triggers Level 15 Manifest Dancing Dervishes on Rampage Manifested Dancing Dervish disables both weapon slots Manifested Dancing Dervish dies when Rampage ends -Manifested Dancing Dervish also manifests a copy of Dancing Dervish ]],[[ Doomsower Lion Sword @@ -768,11 +761,11 @@ Implicits: 3 {variant:1}18% increased Accuracy Rating {variant:2}40% increased Global Accuracy Rating {variant:3}60% increased Global Accuracy Rating -Socketed Gems are Supported by level 1 Blood Magic +Socketed Gems are Supported by Level 1 Lifetap Adds (90-115) to (230-260) Physical Damage (40-50)% increased Critical Strike Chance Enemies you Attack Reflect 100 Physical Damage to you -+2 to Weapon Range ++2 to Weapon range ]],[[ Kondo's Pride Ezomyte Blade @@ -829,7 +822,6 @@ Gain an Endurance Charge if an Attack Freezes an Enemy ]],[[ Queen's Decree Ornate Sword -Upgrade: Upgrades to unique{Queen's Escape} via prophecy{The Misunderstood Queen} Variant: Pre 2.6.0 Variant: Pre 3.8.0 Variant: Current @@ -849,7 +841,7 @@ Implicits: 2 ]],[[ Queen's Escape Ornate Sword -Source: Upgraded from unique{Queen's Decree} using prophecy{The Misunderstood Queen} +Source: Drops from any endgame map boss Variant: Pre 2.6.0 Variant: Pre 3.8.0 Variant: Current @@ -931,7 +923,7 @@ Implicits: 2 {variant:3}(180-220)% increased Physical Damage {variant:2,3}(50-75)% increased Critical Strike Chance 20% increased Attack Speed -+10 Mana gained on Kill ++10 Mana Gained on Kill 10% increased Movement Speed Gain a Frenzy Charge on Critical Strike ]],[[ diff --git a/src/Data/Uniques/wand.lua b/src/Data/Uniques/wand.lua index 71d576af75..aee83e7193 100644 --- a/src/Data/Uniques/wand.lua +++ b/src/Data/Uniques/wand.lua @@ -14,7 +14,7 @@ Implicits: 2 (20-30)% increased Fire Damage Adds (4-6) to (8-12) Fire Damage to Spells (40-60)% increased Global Critical Strike Chance -+10 Life gained on Killing Ignited Enemies ++10 Life Gained on Killing Ignited Enemies 25% reduced Ignite Duration on Enemies ]],[[ Apep's Rage @@ -32,7 +32,7 @@ Implicits: 2 (25-30)% increased Cast Speed +(5-10)% to Chaos Resistance {variant:1,2,3}40% increased Mana Cost of Skills -{variant:4}+40 to Total Mana Cost of Skills +{variant:4}Lose 40 Mana when you use a Skill {variant:3,4}Poisons you inflict deal Damage 20% faster ]],[[ Ashcaller @@ -52,7 +52,6 @@ Adds (4-6) to (7-9) Fire Damage to Spells ]],[[ Eclipse Solaris Crystal Wand -Upgrade: Upgrades to unique{Corona Solaris} via prophecy{Blinding Light} Variant: Pre 2.2.0 Variant: Pre 2.3.0 Variant: Pre 3.10.0 @@ -72,9 +71,9 @@ Nearby Enemies are Blinded ]],[[ Corona Solaris Crystal Wand -Source: Upgraded from unique{Eclipse Solaris} via prophecy{Blinding Light} +Source: No longer obtainable Variant: Pre 3.10.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 63, 146 Int Implicits: 1 (29-33)% increased Spell Damage @@ -114,9 +113,9 @@ Implicits: 2 {variant:3}Minions have (20-30)% increased Movement Speed {variant:1,2}Minions deal (10-30)% increased Damage {variant:3}Minions deal (50-70)% increased Damage -+1 to maximum number of Raised Zombies -+1 to maximum number of Spectres -+1 to maximum number of Skeletons ++1 to Maximum number of Raised Zombies ++1 to Maximum number of Spectres ++1 to Maximum number of Skeletons Reserves 30% of Life Cannot be used with Chaos Inoculation ]],[[ @@ -145,7 +144,7 @@ Implicits: 2 {variant:1,2}(15-19)% increased Spell Damage {variant:3,4}(33-37)% increased Spell Damage {variant:1,2,3}Socketed Gems are supported by level 5 Blind -{variant:4}Socketed Gems are supported by Level 20 Blind +{variant:4}Socketed Gems are supported by level 20 Blind (30-40)% increased Spell Damage {variant:1}125% increased Physical Damage {variant:2,3}175% increased Physical Damage @@ -195,11 +194,10 @@ Implicits: 1 +1 to Level of Socketed Active Skill Gems per 25 Player Levels Adds 3 to 5 Physical Damage to Attacks with this Weapon per 3 Player Levels (8-12)% increased Attack Speed -Trigger a Socketed Spell when you Attack with this Weapon, with a 0.15 second Cooldown +Trigger a Socketed Spell when you Attack with this Weapon, with a 0.25 second Cooldown ]],[[ Reverberation Rod Spiraled Wand -Upgrade: Upgrades to unique{Amplification Rod} via prophecy{Power Magnified} Variant: Pre 2.3.0 Variant: Pre 3.11.0 Variant: Current @@ -223,7 +221,7 @@ Your Critical Strike Chance is Lucky while on Low Life ]],[[ Amplification Rod Spiraled Wand -Source: Upgraded from unique{Reverberation Rod} using prophecy{Power Magnified} +Source: Drops from any endgame map boss Variant: Pre 3.11.0 Variant: Current Requires Level 36, 83 Int @@ -295,17 +293,21 @@ Adds 10 to 20 Cold Damage to Spells per Power Charge ]],[[ Tulfall Tornado Wand +Variant: Pre 3.16.0 +Variant: Current League: Breach Source: Upgraded from unique{Tulborn} using currency{Blessing of Tul} Requires Level 65, 212 Int Implicits: 1 (35-39)% increased Spell Damage (10-15)% increased Cast Speed -50% chance to gain a Power Charge on Killing a Frozen Enemy +{variant:1}50% chance to gain a Power Charge on Killing a Frozen Enemy +{variant:2}Gain a Power Charge on Killing a Frozen Enemy Adds 15 to 25 Cold Damage to Spells per Power Charge Lose all Power Charges on reaching Maximum Power Charges Gain a Frenzy Charge on reaching Maximum Power Charges -(10-15)% increased Cold Damage per Frenzy Charge +{variant:1}(10-15)% increased Cold Damage per Frenzy Charge +{variant:2}(15-20)% increased Cold Damage per Frenzy Charge ]],[[ Replica Tulfall Tornado Wand From 08afbef687285150c30362c901b923895816c91b Mon Sep 17 00:00:00 2001 From: Wires77 Date: Sun, 10 Jul 2022 05:32:18 -0500 Subject: [PATCH 12/15] Update uniques after running script --- src/Data/Uniques/Special/ModTextMap.lua | 5052 ++++++++ src/Data/Uniques/Special/Uniques.lua | 13312 +++++++++++----------- src/Data/Uniques/Special/amulet.lua | 178 +- src/Data/Uniques/Special/axe.lua | 63 +- src/Data/Uniques/Special/belt.lua | 111 +- src/Data/Uniques/Special/body.lua | 242 +- src/Data/Uniques/Special/boots.lua | 217 +- src/Data/Uniques/Special/bow.lua | 228 +- src/Data/Uniques/Special/claw.lua | 34 +- src/Data/Uniques/Special/dagger.lua | 28 +- src/Data/Uniques/Special/flask.lua | 94 +- src/Data/Uniques/Special/gloves.lua | 144 +- src/Data/Uniques/Special/helmet.lua | 237 +- src/Data/Uniques/Special/jewel.lua | 192 +- src/Data/Uniques/Special/mace.lua | 106 +- src/Data/Uniques/Special/quiver.lua | 186 +- src/Data/Uniques/Special/ring.lua | 211 +- src/Data/Uniques/Special/shield.lua | 205 +- src/Data/Uniques/Special/staff.lua | 71 +- src/Data/Uniques/Special/sword.lua | 84 +- src/Data/Uniques/Special/wand.lua | 42 +- src/Data/Uniques/amulet.lua | 560 +- src/Data/Uniques/belt.lua | 382 +- src/Data/Uniques/body.lua | 4 +- src/Data/Uniques/boots.lua | 16 +- src/Data/Uniques/flask.lua | 6 +- src/Data/Uniques/gloves.lua | 20 +- src/Data/Uniques/helmet.lua | 8 +- src/Data/Uniques/jewel.lua | 4 +- src/Data/Uniques/quiver.lua | 2 +- src/Data/Uniques/ring.lua | 640 +- src/Data/Uniques/shield.lua | 8 +- src/Export/Scripts/UModsToText.lua | 4 +- src/Export/Scripts/UTextToMods.lua | 2 +- 34 files changed, 14247 insertions(+), 8446 deletions(-) create mode 100644 src/Data/Uniques/Special/ModTextMap.lua diff --git a/src/Data/Uniques/Special/ModTextMap.lua b/src/Data/Uniques/Special/ModTextMap.lua new file mode 100644 index 0000000000..eace60410c --- /dev/null +++ b/src/Data/Uniques/Special/ModTextMap.lua @@ -0,0 +1,5052 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + ["20% chance to cause Bleeding on Hit"] = { "LocalChanceToBleedImplicitMarakethRapier2", }, + ["(30-40)% increased Energy Shield Recovery rate"] = { "EnergyShieldRecoveryRateUnique__1", }, + ["(25-30)% reduced Attack Speed"] = { "LocalReducedAttackSpeedUnique__3", }, + ["Trigger Level 10 Contaminate when you Kill an Enemy"] = { "TriggerFungalGroundOnKillUnique__1_", }, + ["(50-80)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr1", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__21", }, + ["(20-30)% increased Fire Damage if you have used a Cold Skill Recently"] = { "IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1", }, + ["10% increased Power Charge Duration"] = { "JewelImplicitPowerChargeDuration", }, + ["Cannot be Shocked"] = { "CannotBeShocked", }, + ["Life that would be lost by taking Damage is instead Reserved"] = { "LifeLossReservesLifeUnique__1", }, + ["Life and Mana Leech are instant during effect"] = { "LeechInstantDuringFlaskEffect__1", }, + ["(40-50)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__4", "LocalCriticalStrikeChanceUniqueDagger8", "LocalCriticalStrikeChanceUnique__19", }, + ["Trigger a Socketed Warcry Skill on losing Endurance Charges, with a 0.25 second Cooldown"] = { "UniqueTriggerSocketedWarcriesOnEnduranceChargeExpireOrUse", }, + ["Spell Skills have +(20-30)% to Critical Strike Multiplier on final Repeat"] = { "SpellsCriticalMultiplierFinalRepeatUnique__1", }, + ["25% increased Movement Skill Mana Cost"] = { "IncreasedCostOfMovementSkillsUnique_1", }, + ["5% increased Damage per Endurance Charge"] = { "ChargeBonusDamagePerEnduranceCharge", }, + ["Adds (40-50) to (130-150) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__14", }, + ["(50-60)% increased Rarity of Fish Caught"] = { "FishingRarityUniqueFishingRod1", }, + ["14% increased Elemental Damage"] = { "ElementalDamagePercentImplicitSceptreNew5", }, + ["10% chance to gain Onslaught for 10 seconds on Kill"] = { "OnslaugtOnKillPercentChanceUnique__1", }, + ["(6-10)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__32", "IncreasedAttackSpeedUniqueShieldDex6", }, + ["Trigger a Socketed Bow Skill when you Cast a Spell while"] = { "TriggerBowSkillsOnCastUnique__1", }, + ["Gain 50% of Physical Damage as Extra Cold Damage"] = { "PhysicalAddedAsColdUnique__1", }, + ["Your Critical Strike Multiplier is 300%"] = { "CriticalStrikeMultiplierIs250Unique__1", }, + ["With at least 40 Dexterity in Radius, Barrage fires an additional 6 projectiles simultaneously on the first and final attacks"] = { "BarrageThresholdUnique__1", }, + ["50% increased Warcry Cooldown Recovery Rate"] = { "WarcryCooldownSpeedUnique__2", "WarcryCooldownSpeedUnique__1", }, + ["40% increased Spell Damage"] = { "SpellDamageUnique__3", }, + ["30% increased Endurance Charge Duration"] = { "EnduranceChargeDurationUniqueBodyStrInt4", }, + ["+(50-80) to Accuracy Rating"] = { "IncreasedAccuracyUniqueGlovesDexInt1", }, + ["Gain a Power Charge for each Enemy you hit with a Critical Strike"] = { "AddPowerChargeOnCrit1__", }, + ["Socketed Gems are Supported by Level 1 Ice Bite"] = { "DisplaySupportedByIceBiteUnique__1", }, + ["Adds (3-6) to (33-66) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueOneHandSword10", }, + ["(15-25)% increased Light Radius"] = { "LightRadiusUnique__7_", "LightRadiusUnique__5", }, + ["Regenerate 2% of Life per second with at least 400 Strength"] = { "LifeRegenerationAt400StrengthUnique__1", }, + ["Lose (40-80) Mana when you use a Skill"] = { "IncreaseGlobalFlatManaCostUnique__2", }, + ["(120-150)% increased Elemental Damage if you've dealt a Critical Strike Recently"] = { "ElementalDamageIfCritRecently", }, + ["20% reduced Rarity of Items found"] = { "ItemFoundRarityDecreaseUniqueRapier1", "ItemFoundRarityIncreaseUniqueRapier2", }, + ["Your Hits can't be Evaded by Blinded Enemies"] = { "HitsCannotBeEvadedAgainstBlindedEnemiesUnique__1", }, + ["(180-220)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3", }, + ["100% increased Fishing Line Strength"] = { "FishingLineStrengthUnique__1", }, + ["20% chance to gain a Power Charge on Critical Strike"] = { "ChargeBonusPowerChargeOnCrit", }, + ["(20-30)% increased Projectile Speed"] = { "ProjectileSpeedImplicitQuiver4New", "ProjectileSpeedUniqueQuiver4", "ProjectileSpeedUnique__6", }, + ["Adds Knockback to Melee Attacks during Flask effect"] = { "KnockbackOnFlaskUseUniqueFlask9", }, + ["+(340-400) to Accuracy Rating"] = { "IncreasedAccuracyUniqueWand6", }, + ["+1 to Level of Socketed Cold Gems"] = { "LocalIncreaseSocketedColdGemLevelUniqueClaw5", "LocalIncreaseSocketedColdGemLevelUniqueStaff13", "LocalIncreaseSocketedColdGemLevelUniqueDexHelmet2", }, + ["Attacks with this Weapon deal Double Damage to Chilled Enemies"] = { "LocalDoubleDamageToChilledEnemiesUnique__1", }, + ["30% increased total Recovery per second from Life, Mana, or Energy Shield Leech"] = { "IncreasedLifeLeechRateUniqueAmulet20", "LifeManaESLeechRateUnique__1", }, + ["Gain an Endurance Charge when you stop being Fortified"] = { "GainEnduranceChargeOnLosingFortifyUber1", }, + ["Minions have 15% increased maximum Life"] = { "MinionLifeUniqueRing33", }, + ["(6-9)% increased Attack Speed"] = { "IncreasedAttackSpeedUniqueGlovesStrDex5", }, + ["Adds (70-80) to (340-375) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__26", }, + ["50% chance to inflict Bleeding on Critical Strike with Attacks"] = { "BleedOnCritUnique__1_", }, + ["20% chance to Maim on Hit"] = { "DodgeImplicitMarakethSword2", }, + ["25% chance to Curse Non-Cursed Enemies with Enfeeble on Hit, with 80% increased Effect"] = { "EnfeebleOnHitUniqueShieldStr3", }, + ["20% increased Attack Speed if you have Blocked Recently"] = { "AttackSpeedIfBlockedRecentlyUber1", }, + ["+40% to Global Critical Strike Multiplier"] = { "CriticalMultiplierUniqueGlovesDexInt4", "LocalCriticalMultiplierUniqueClaw2", "CriticalMultiplierImplicitSwordM2", }, + ["+(14-20)% chance to Suppress Spell Damage while Channelling"] = { "ChanceToSuppressSpellsWhileChannellingUnique__1____", }, + ["Trigger a Socketed Lightning Spell on Hit, with a 0.25 second Cooldown"] = { "CastSocketedLightningSpellsOnHit", }, + ["+5% to maximum Cold Resistance"] = { "MaximumColdResistUniqueShieldDex1", "IncreasedMaximumColdResistUniqueShieldStrInt4", }, + ["20% of Physical Damage from Hits taken as Cold Damage"] = { "PhysicalDamageTakenAsColdUnique__1", }, + ["(14-20)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__6", }, + ["(20-25)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000%"] = { "SpellDamagePer200ManaSpentRecentlyUnique__1__", }, + ["+(150-250) to Accuracy Rating"] = { "IncreasedAccuracyUniqueTwoHandAxe1", "IncreasedAccuracyUnique__6", }, + ["Adds 20 to 30 Physical Damage to Attacks"] = { "AddedPhysicalDamageUniqueHelmetStrDex4", }, + ["With 40 total Strength and Intelligence in Radius, Prismatic Skills deal 50% less Cold Damage"] = { "ElementalHitDisableColdUniqueJewel_1", }, + ["0.6% of Physical Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUniqueGlovesStrDex1", "LifeLeechPermyriadUnique__4", "LifeLeechPermyriadUniqueShieldDex2", }, + ["+(90-120) to Accuracy Rating"] = { "IncreasedAccuracyUniqueTwoHandSword7", }, + ["Adds 10 to 20 Physical Damage to Attacks"] = { "AddedPhysicalDamageUnique__3", "AddedPhysicalDamageUniqueAmulet25", }, + ["+1 to Level of Socketed Active Skill Gems per 25 Player Levels"] = { "SocketedGemLevelPer25PlayerLevelsUnique__1", }, + ["Recover (1-3)% of Life when you Kill an Enemy during Flask Effect"] = { "RecoverMaximumLifeOnKillFlaskEffectUnique__1", }, + ["Grants Level 1 Blood Sacrament Skill"] = { "UniqueWandGrantsBloodSacrament__1", }, + ["With at least 40 Intelligence in Radius, Blight has 25% increased Area of Effect after 1 second of Channelling"] = { "BlightThresholdJewel_1", }, + ["Adds 1 to 80 Chaos Damage to Attacks per 80 Strength"] = { "AddedChaosDamageToAttacksPer50StrengthUnique__1", }, + ["Trigger Level 20 Arcane Wake after Spending a total of 200 Mana"] = { "TriggerArcaneWakeSkillUnique__1", }, + ["(17-23)% increased Chaos Damage"] = { "IncreasedChaosDamageImplicit1_", }, + ["Adds (60-80) to (150-180) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__6", }, + ["5% increased Character Size"] = { "ActorSizeUnique__4", }, + ["1% increased Melee Physical Damage per 10 Strength while Fortified"] = { "MeleePhysicalDamagePerStrengthWhileFortifiedUber1", }, + ["(100-150)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUniqueHelmetStrDex6", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__24", }, + ["(25-40)% increased Damage with Hits and Ailments against Blinded Enemies"] = { "IncreaseDamageOnBlindedEnemiesUnique__1", }, + ["+15 to maximum Energy Shield"] = { "IncreasedEnergyShieldUniqueGlovesInt6", }, + ["(10-20)% increased Cold Damage"] = { "ColdDamagePercentUnique___10", }, + ["35% less Mine Damage"] = { "LessMineDamageUniqueStaff11", }, + ["50% of Physical Damage from Hits taken as Lightning Damage"] = { "PhysicalDamageTakenAsLightningDescentTwoHandSword1", }, + ["Imbalanced Guard"] = { "KeystoneSacredBastionUnique__1", }, + ["Damage of Enemies Hitting you is Unlucky while you are Cursed with Vulnerability"] = { "EnemiesExtraDamageRollsWhileAffectedByVulnerabilityUnique__1_", }, + ["Lose 40 Mana when you use a Skill"] = { "IncreaseGlobalFlatManaCostUnique__3_", }, + ["(40-50)% increased Critical Strike Chance for Spells per Raised Spectre"] = { "SpellCriticalStrikeChancePerSpectreUnique__1_", }, + ["(-10-10)% reduced Charges per use"] = { "FlaskChargesUsedUnique__4", "FlaskChargesUsedUnique__10", }, + ["Wrath has no Reservation"] = { "WrathNoReservationUnique__1", }, + ["1% increased Fortification Duration per 10 Strength"] = { "FortifyDurationPerStrengthUber1", }, + ["Temporal Chains has no Reservation if Cast as an Aura"] = { "TemporalChainsReservationCostUnique__1", "TemporalChainsReservationCostUnique__2", }, + ["Golden Radiance"] = { "GoldenLightBeam", }, + ["(40-60)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__6", "LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword7", "LocalIncreasedPhysicalDamagePercentUnique__12", "LocalIncreasedPhysicalDamagePercentUnique__8", }, + ["Cannot be Ignited while on Low Life"] = { "AvoidIgniteOnLowLifeUniqueShieldStrInt5", }, + ["Attribute Requirements can be satisfied by (15-25)% of Omniscience"] = { "AttributeRequirementsAscendanceUnique__1", }, + ["90% reduced Duration"] = { "FlaskIncreasedDurationUnique__2", }, + ["18% increased Area of Effect of Hex Skills"] = { "CurseAreaOfEffectUniqueStaff5", }, + ["(30-40)% increased Cold Damage with Attack Skills"] = { "ColdWeaponDamageUniqueOneHandMace4", }, + ["Damage of Enemies Hitting you is Unlucky while you are on Low Life"] = { "EnemyExtraDamageRollsOnLowLifeUniqueRing9", }, + ["Socketed Gems are Supported by Level 1 Unbound Ailments"] = { "DisplaySupportedByUnboundAilmentsUnique__1__", }, + ["Stun Threshold is based on Energy Shield instead of Life"] = { "StunDurationBasedOnEnergyShieldUnique__1", }, + ["+(9-12)% to all Elemental Resistances"] = { "AllResistancesUniqueBodyDexInt1", }, + ["(35-50)% increased Chill Duration on Enemies"] = { "IncreasedChillDurationUnique__1", }, + ["Deal no Non-Lightning Damage"] = { "DealNoNonLightningDamageUnique__1_", }, + ["50% increased Mana Regeneration Rate during any Flask Effect"] = { "ManaRegenerationDuringFlaskEffectUnique__1", }, + ["+5 to maximum Energy Shield"] = { "EnergyShieldPerPointToClassStartUnique__1", }, + ["Minions convert 25% of Physical Damage to Fire Damage per Red Socket"] = { "MinionPhysicalToFirePerRedSocket", }, + ["The Impaler"] = { "KeystoneTheImpalerUnique__1_", }, + ["(90-140)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique6", }, + ["Nearby Allies gain 40% increased Mana Regeneration Rate"] = { "DisplayManaRegenerationAuaUniqueAmulet21", }, + ["Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value"] = { "LifePassivesBecomeManaPassivesInRadiusUniqueJewel54", }, + ["(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Strike"] = { "KilledMonsterItemRarityOnCritUniqueRing11", }, + ["0.4% of Physical Attack Damage Leeched as Mana per Blue Socket"] = { "ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUniqueOneHandSword5", }, + ["-20% to Lightning Resistance"] = { "LightningResistUniqueBodyStr5", }, + ["+1% Chance to Block Attack Damage per Endurance Charge"] = { "ChargeBonusBlockChancePerEnduranceCharge", }, + ["40% increased Global Accuracy Rating"] = { "AccuracyPercentImplicitSword1", }, + ["Increases and Reductions to Light Radius also apply to Area of Effect at 50% of their value"] = { "LightRadiusToAreaOfEffectUnique__1", }, + ["Golems Summoned in the past 8 seconds deal (35-45)% increased Damage"] = { "IncreasedGolemDamageIfGolemSummonedRecently__1_", }, + ["Zealotry has no Reservation"] = { "ZealotryNoReservationUnique__1", }, + ["(260-300)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__15", }, + ["+30% to Quality of Socketed Gems"] = { "SocketedGemQualityUnique__2_", }, + ["60% increased Melee Damage when on Full Life"] = { "MeleeDamageOnFullLifeUniqueAmulet13", }, + ["10% reduced Attack Speed"] = { "ReducedAttackSpeedUniqueAmulet16", "LocalReducedAttackSpeedUniqueDagger9", "LocalIncreasedAttackSpeedUniqueTwoHandMace3", }, + ["(10-20)% of Cold Damage taken as Fire Damage"] = { "ColdHitAndDoTDamageTakenAsFireUnique__1", }, + ["Adds (25-35) to (45-55) Physical Damage"] = { "LocalAddedPhyiscalDamageUnique__38", }, + ["Knockback direction is reversed"] = { "EnemyKnockbackDirectionReversedUniqueGlovesStr5_", }, + ["(16-20)% increased maximum Mana"] = { "MaximumManaUnique__8", }, + ["+10 to maximum Life"] = { "IncreasedLifeUniqueDescentHelmet1", }, + ["Adds 6 to 12 Cold Damage to Attacks"] = { "AddedColdDamageUniqueDexHelmet1", }, + ["+3 to maximum number of Summoned Phantasms"] = { "ExtraMaximumPhantasmsUnique__1", }, + ["+50 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw12", }, + ["+(35-45) to Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStrDex3", }, + ["25% increased Arctic Armour Buff Effect"] = { "ArcticArmourBuffEffectUnique__1_", }, + ["40% increased Physical Attack Damage while Dual Wielding"] = { "DualWieldingPhysicalDamageUnique__1", }, + ["Adds (20-24) to (33-36) Cold Damage"] = { "GlobalAddedColdDamageUnique__1", }, + ["+(40-55)% to Chaos Damage over Time Multiplier"] = { "ChaosNonAilmentDamageOverTimeMultiplierUnique__1", }, + ["Regenerate 2 Life per second"] = { "LifeRegenerationUniqueWreath1", }, + ["(6-15)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseImplicitRing1", }, + ["Minions deal (10-15)% increased Damage"] = { "MinionDamageUnique4", "MinionDamageUniqueAmulet3", }, + ["(20-25)% chance to lose a Power Charge when you gain Elusive"] = { "LosePowerChargeOnElusiveGainUnique__1_", }, + ["+(90-120) Energy Shield gained on Killing a Shocked Enemy"] = { "GainEnergyShieldOnKillShockedEnemyUnique__1_", }, + ["Chill Enemy for 1 second when Hit, reducing their Action Speed by 30%"] = { "ChillEnemiesWhenHitUnique__1", }, + ["Adds (11-14) to (17-21) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__34", }, + ["(20-30)% increased Critical Strike Chance with Bows"] = { "CriticalStrikeChanceImplicitQuiver8New", }, + ["Socketed Gems are Supported by Level 20 Greater Volley"] = { "SupportedByGreaterVolleyUnique__1", }, + ["(20-30)% increased Charge Recovery"] = { "FlaskChargesAddedIncreasePercentUnique__2", }, + ["Adds 1 Small Passive Skill which grants nothing"] = { "ExpansionJewelEmptyPassiveUnique__1", }, + ["80% less Flask Charges gained from Kills"] = { "FlaskChargesFromKillUniqueJewel_9", "FlaskChargesFromKillsFinalUnique__1_", }, + ["Raise Zombie does not require a corpse"] = { "ZombiesNeedNoCorpsesUnique__1", }, + ["(15-20)% increased Damage with Poison per Power Charge"] = { "PoisonDamagePerPowerChargeUnique__1", }, + ["(5-10)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueStaff9", "IncreasedAttackSpeedTransformedUnique__1", "LocalIncreasedAttackSpeedUniqueWand9", "LocalIncreasedAttackSpeedUnique__36", "IncreasedAttackSpeedUniqueRing37", "LocalIncreasedAttackSpeedUnique__3", "IncreasedAttackSpeedUniqueGlovesStrDex1", }, + ["Movement Speed cannot be modified to below base value"] = { "MovementCannotBeSlowedBelowBaseUnique__1", }, + ["1% increased Elemental Damage per 10 Dexterity"] = { "ElementalDamagePerDexterityUnique__1", }, + ["10% chance to Steal Power, Frenzy, and Endurance Charges on Hit"] = { "StealChargesOnHitPercentUniqueGlovesStrDex6", }, + ["(15-20)% chance to gain a Spirit Charge on Kill"] = { "GainSpiritChargeOnKillChanceUnique__1", }, + ["Nearby Enemies have Lightning Resistance equal to yours"] = { "NearbyEnemyLightningResistanceEqualUnique__1", }, + ["(70-90)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__13", }, + ["Grants Level 1 Lightning Warp Skill"] = { "LightningWarpSkillUniqueOneHandAxe8", }, + ["40% reduced Movement Speed when on Low Life"] = { "MovementVelocityOnLowLifeUniqueBootsStrDex1", }, + ["Left ring slot: +100 to maximum Energy Shield"] = { "LeftRingSlotMaximumEnergyShieldUnique__1", }, + ["(125-150)% increased Charges per use"] = { "FlaskChargesUsedUnique__5", "FlaskChargesUsedUnique___2", }, + ["30% increased Evasion Rating while Phasing"] = { "ChanceToDodgeAttacksWhilePhasingUnique___1", }, + ["(10-15)% increased Effect of your Curses"] = { "UniqueSpecialCorruptionCurseEffect___", }, + ["+(60-70) to maximum Energy Shield"] = { "IncreasedEnergyShieldUnique__10", "IncreasedEnergyShieldUniqueBelt5", }, + ["Attacks have 60% chance to Poison while at maximum Frenzy Charges"] = { "AtMaximumFrenzyChargesChanceToPoisonUnique_1_", }, + ["Envy has no Reservation"] = { "EnvyNoReservationUnique__1", }, + ["5% increased Quantity of Items found"] = { "ItemFoundQuantityIncreasedUnique__1", }, + ["You count as on Low Life while not on Full Life"] = { "CountAsLowLifeWhenNotOnFullLifeUnique__1", }, + ["+1 to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped"] = { "GolemPerPrimordialJewel", }, + ["5% increased Damage with Bleeding per Endurance Charge"] = { "BleedingDamagePerEnduranceChargeUber1", }, + ["Energy Shield Recharge starts when you are Stunned"] = { "EnergyShieldRechargeStartsWhenStunnedUnique__1", }, + ["(25-30)% increased Damage if you Summoned a Golem in the past 8 seconds"] = { "IncreasedDamageIfGolemSummonedRecently__1", }, + ["(90-110)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__2", }, + ["+(100-150) to Evasion Rating"] = { "LocalIncreasedEvasionRatingUnique__1", "IncreasedEvasionRatingUniqueAmulet7", }, + ["Freeze Chilled Enemies as though dealing (50-100)% more Damage"] = { "FreezeChilledEnemiesMoreDamageUnique__1_", }, + ["1% additional Physical Damage Reduction per 10 Strength on Allocated Passives in Radius"] = { "AdditionalPhysicalReductionPerAllocatedStrengthJewelUnique__1", }, + ["Projectiles from Attacks Fork an additional time"] = { "AttackProjectilesForkExtraTimesUnique__1", }, + ["(8-9)% Chance to Block Spell Damage"] = { "BlockingBlocksSpellsUnique__2", }, + ["5% chance to deal Double Damage"] = { "DoubleDamageChanceImplicitMace1", }, + ["The Effect of Chill on you is reversed"] = { "EffectOfChillIsReversedUnique__1", }, + ["Reflects 1 to 1000 Physical Damage to Attackers on Block"] = { "ReflectDamageToAttackersOnBlockUniqueShieldDex5", }, + ["Reflects (22-44) Fire Damage to Attackers on Block"] = { "ReflectFireDamageOnBlockUnique__1___", }, + ["+50% to Global Critical Strike Multiplier"] = { "LocalCriticalMultiplierUniqueBow3", "CriticalMultiplierImplicitSword3", "NearbyAlliesHaveCriticalStrikeMultiplierUnique__1", }, + ["While Minions have Energy Shield, their Hits Ignore Monster Elemental Resistances"] = { "MinionHitsIgnoreResistanceWithESUnique__1_", }, + ["10% increased Projectile Damage"] = { "ProjectileDamageJewelUniqueJewel41", }, + ["Nearby Allies have +50% to Critical Strike Multiplier"] = { "DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9", }, + ["Cannot be used with Chaos Inoculation"] = { "LifeReservationUniqueWand2", }, + ["Every 8 seconds, gain Avatar of Fire for 4 seconds"] = { "GainAvatarOfFireEvery8SecondsUnique__1", }, + ["With 5 Corrupted Items Equipped: 50% of Chaos Damage taken does not bypass Energy Shield, and 50% of Physical Damage taken bypasses Energy Shield"] = { "CorruptThresholdPhysBypassesESUniqueCorruptedJewel12", }, + ["Creates Consecrated Ground on Use"] = { "UtilityFlaskConsecrate", }, + ["(40-60)% increased Spell Damage"] = { "SpellDamageUniqueStaff11_", "SpellDamageUniqueShieldInt1", }, + ["Recover (1-3)% of Mana when you Kill an Enemy during Flask Effect"] = { "RecoverMaximumManaOnKillFlaskEffectUnique__1", }, + ["Regenerate (1.2-1.6)% of Life per second"] = { "LifeRegenerationImplicitAmulet2", }, + ["Adds (48-60) to (72-90) Cold Damage"] = { "AddedColdDamageUniqueBow9", }, + ["Warcries Exert 1 additional Attack"] = { "WarcriesExertAnAdditionalAttackImplicitE1_", }, + ["(200-250)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__25_", "LocalIncreasedEnergyShieldPercentUnique__15_", }, + ["5% increased Physical Damage with Wands"] = { "WandBonus1", }, + ["1% increased Movement Speed per Frenzy Charge"] = { "ChargeBonusMovementVelocityPerFrenzyCharge", "MovementVelocityPerFrenzyChargeUniqueBodyDexInt3", }, + ["(30-50)% reduced Rarity of Items found"] = { "ItemFoundRarityDecreaseUniqueTwoHandMace4", }, + ["(4-8)% increased maximum Life"] = { "MaximumLifeUnique__6", "MaximumLifeUnique__4_", }, + ["8% increased Effect of Arcane Surge on you per"] = { "ArcaneSurgeEffectPerCasterAbyssJewelUnique__1", }, + ["12% increased Global Attack Speed per Green Socket"] = { "AttackSpeedPerGreenSocketUniqueOneHandSword5", }, + ["(15-20)% increased Effect of Non-Damaging Ailments"] = { "IncreasedAilmentEffectOnEnemiesUnique__1", }, + ["You have Zealot's Oath if you haven't been hit recently"] = { "ZealotsOathIfHaventBeenHitRecentlyUnique__1", }, + ["(5-8)% increased Damage per Raised Zombie"] = { "DamagePerZombieUnique__1", }, + ["30% chance to gain a Frenzy Charge on Kill"] = { "FrenzyChargeOnKillChanceProphecy", }, + ["Chaos Skills have 20% chance to Ignite"] = { "ChanceToIgniteWithChaosSkillsUnique__1", }, + ["Area contains additional waves of Phantasms"] = { "CowardsTrialExtraPhantasms", }, + ["+(100-120) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__9", "LocalIncreasedEnergyShieldPercentAndStunRecoveryUnique__1", "IncreasedEnergyShieldUniqueQuiver7", }, + ["Curse Enemies with Flammability on Hit, with 40% increased Effect"] = { "FlammabilityOnHitUnique__1", }, + ["+1 to Maximum Energy Shield per 5 Armour on Equipped Shield"] = { "EnergyShieldPerArmourOnShieldUnique__1", }, + ["Adds 2 to 10 Physical Damage"] = { "LocalAddedPhysicalDamagePercentUniqueClaw4", }, + ["Gain 15% of Physical Attack Damage as Extra Lightning Damage"] = { "AttackPhysicalDamageAddedAsLightningUnique__1", }, + ["+(100-150) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueBootsDex1", }, + ["Aspect of the Spider can inflict Spider's Web on Enemies an additional time"] = { "IncreasedSpiderWebCountUnique__1", }, + ["Grants Level 25 Vaal Impurity of Fire Skill"] = { "GrantsVaalPurityOfFireUnique__1", }, + ["Grants Level 21 Despair Curse Aura during Flask Effect"] = { "VulnerabilityAuraDuringFlaskEffectUnique__1", }, + ["(20-30)% chance to Ignite during any Flask Effect"] = { "IgniteChanceWhileUsingFlaskUniqueBelt9a", }, + ["Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy and have no Mark"] = { "PoachersMarkCurseOnHitHexproofUnique__1", }, + ["(10-20)% increased Damage per Curse on you"] = { "IncreasedDamagePerCurseOnSelfUniqueCorruptedJewel8", "IncreasedDamagePerCurseOnSelfCorruptedJewel13_", }, + ["15% chance to Avoid being Frozen"] = { "JewelImplicitChanceToAvoidFreeze", }, + ["Take no Extra Damage from Critical Strikes"] = { "TakeNoExtraDamageFromCriticalStrikesUnique__1", }, + ["+(20-30)% to Global Critical Strike Multiplier"] = { "LocalCriticalMultiplierUniqueOneHandSword4", "CriticalMultiplierUniqueGlovesDex2", "CriticalMultiplierUniqueGlovesDexInt6_", }, + ["10% increased Frenzy Charge Duration"] = { "JewelImplicitFrenzyChargeDuration__", }, + ["35% chance to avoid being Stunned for each Herald Buff affecting you"] = { "StunAvoidancePerHeraldUnique__1", }, + ["Nearby Enemies are Scorched"] = { "NearbyEnemiesAreScorchedUnique__1", }, + ["(7-10)% increased Cooldown Recovery Rate of Travel Skills per Frenzy Charge"] = { "TravelSkillCooldownRecoveryPerFrenzyChargeUnique__1", }, + ["(100-150)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__27", "LocalIncreasedEvasionAndEnergyShieldUnique__24", "LocalIncreasedEvasionAndEnergyShieldUnique__21_", "LocalIncreasedEvasionAndEnergyShieldUnique__26", "LocalIncreasedEvasionAndEnergyShieldUnique__18", }, + ["30% increased Movement Speed"] = { "MovementVelocityUnique__12", "MovementVelocityUnique__22", "MovementVelocityUnique__48", "MovementVelocityUnique__35", "MovementVelocityUniqueBootsDex1", "MovementVelocityUniqueBootsA1", "MovementVelocityUniqueBootsDex7", "MovementVelocityUnique__1", "MovementVelocityUnique__45", "MovementVelocityUnique__15", "MovementSpeedUnique_42", "MovementVelocityUniqueBootsInt6", "MovementVelocityUnique__24", }, + ["40% increased Damage with Hits against Frozen Enemies"] = { "IncreasedDamageAgainstFrozenEnemiesUnique__1", }, + ["+(15-25)% to Fire and Cold Resistances"] = { "FireAndColdResistUnique__1", }, + ["Bow Knockback at Close Range"] = { "KnockbackCloseRangeUniqueBow6", }, + ["2% of Physical Attack Damage Leeched as Life"] = { "LifeLeechUniqueShieldDex5", "LifeLeechUniqueRing2", "LifeLeechUniqueBelt1", "LifeLeechPermyriadImplicitClaw2", "LifeLeechPermyriadUniqueOneHandAxe6", }, + ["10% increased Mana Cost of Skills during Flask Effect"] = { "FlaskBuffReducedManaCostWhileHealingUnique__1", }, + ["75% chance to cause Enemies to Flee on use"] = { "MonstersFleeOnFlaskUseUniqueFlask9", }, + ["Spells have 10% reduced Critical Strike Chance per Intensity"] = { "CriticalStrikeChancePerIntensityUnique__1", }, + ["Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills"] = { "ClawAttackSpeedModsAlsoAffectUnarmed__1", }, + ["Gain up to your maximum number of Frenzy and Endurance Charges when you gain Cat's Agility"] = { "GainMaxFrenzyAndEnduranceOnCatsAgilityUnique__1", }, + ["Adds (10-15) to (55-65) Lightning Damage to Attacks during Flask effect"] = { "AddedLightningDamageDuringFlaskEffect__1", }, + ["30% increased Mana Regeneration Rate per Raised Spectre"] = { "ManaRegenerationPerSpectreUnique__1", }, + ["You have no Intelligence"] = { "NoIntelligenceUnique__1_", }, + ["25% chance to Sap Enemies"] = { "AlternateLightningAilmentUnique__1__", }, + ["Enemies Killed by your Hits are destroyed"] = { "EnemiesDestroyedOnKillUnique__1", }, + ["Hatred has 100% increased Mana Reservation Efficiency"] = { "HatredManaReservationEfficiencyUnique__1__", "HyrrisTruthHatredManaReservationFinalUnique__1", }, + ["30% chance to cause Bleeding on Hit"] = { "LocalChanceToBleedUniqueDagger12", "LocalChanceToBleedUniqueOneHandMace8", }, + ["Non-Channelling Skills have -9 to Total Mana Cost"] = { "ManaCostTotalNonChannelledUnique__1__", }, + ["Socketed Vaal Skills require 30% less Souls per Use"] = { "LocalVaalSoulRequirementUnique__1", }, + ["+2% to all maximum Resistances while you have no Endurance Charges"] = { "MaximumResistanceWithNoEnduranceChargesUnique__1__", }, + ["Minions have (5-10)% chance to Freeze, Shock and Ignite"] = { "MinionChanceToFreezeShockIgnite", }, + ["+(50-70) to Dexterity"] = { "DexterityUniqueHelmetDex4", }, + ["10% chance to gain a Frenzy Charge on Hit"] = { "ChargeBonusFrenzyChargeOnHit__", }, + ["+20 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw5_1", }, + ["Regenerate 2 Mana per Second per Power Charge"] = { "ManaRegeneratedPerSecondPerPowerChargeUnique__1", }, + ["24% increased Elemental Damage"] = { "ElementalDamagePercentImplicitSceptreNew13", "ElementalDamagePercentImplicitSceptreNew14", }, + ["Summoned Holy Relics have (20-25)% reduced Cooldown Recovery Rate"] = { "HolyRelicCooldownRecoveryUnique__1", }, + ["Cannot Block"] = { "NeverBlockUnique__1", }, + ["Denoted service of (500-8000) dekhara in the akhara of Balbala"] = { "UniqueJewelAlternateTreeInRadiusMaraketh", }, + ["20% increased effect of Non-Curse Auras from your Skills"] = { "AuraEffectUnique__1", }, + ["Flasks applied to you have 8% increased Effect"] = { "IncreasedFlaskEffectUniqueJewel45", }, + ["+(15-25) to maximum Energy Shield"] = { "IncreasedEnergyShieldUniqueRing27", "LocalIncreasedEnergyShieldUnique__3", "IncreasedEnergyShieldImplicitRing1", "IncreasedEnergyShieldUniqueRing35", }, + ["+(15-30) to maximum Mana"] = { "IncreasedManaUniqueDexHelmet1", }, + ["+(15-20) to maximum Mana"] = { "IncreasedManaUniqueWand4", }, + ["50% increased Lightning Damage"] = { "CriticalStrikesDealIncreasedLightningDamageUnique__1", }, + ["Cannot Block Attacks"] = { "CannotBlockAttacks", }, + ["+(6-10)% to Fire Resistance"] = { "FireResistanceBodyDex6", }, + ["Passives granting Fire Resistance or all Elemental Resistances in Radius"] = { "FireResistConvertedToBlockChanceScaledJewelUnique__1_", "FireResistAlsoGrantsEnduranceChargeOnKillJewelUnique__1", }, + ["80% faster start of Energy Shield Recharge"] = { "ReducedEnergyShieldDelayUniqueQuiver7", }, + ["(35-50)% increased Quantity of Items Dropped by Slain Normal Enemies"] = { "NormalMonsterItemQuantityUnique__1", }, + ["Raised Zombies have Avatar of Fire"] = { "ZombiesHaveAvatarOfFireUnique__1", }, + ["+2% Chance to Block Spell Damage per Power Charge"] = { "ChanceToBlockSpellsPerPowerChargeUnique__1", }, + ["+(120-160) to maximum Life"] = { "IncreasedLifeUnique__106_", }, + ["+(200-300) to Accuracy Rating"] = { "IncreasedAccuracyUnique__7_", }, + ["Your Physical Damage can Chill"] = { "PhysicalDamageCanChillUniqueDescentOneHandAxe1", "PhysicalDamageCanChillUniqueOneHandAxe1", }, + ["Grants Last Breath when you Use a Skill during Flask Effect, for (450-600)% of Mana Cost"] = { "FlaskLifeGainOnSkillUseUnique__1", }, + ["(20-25)% increased Critical Strike Chance for Spells"] = { "SpellCriticalStrikeChanceUniqueHelmetInt6", }, + ["(36-50)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueBow8", }, + ["+20 to Strength"] = { "StrengthUnique__20_", "StrengthUnique__15", "StrengthUniqueHelmetDexInt1", }, + ["20% chance to Blind Enemies when they Hit you"] = { "BlindEnemiesWhenHitUber1__", }, + ["-10% to Fire Resistance"] = { "FireResistUnique__3", "FireResistUniqueBodyStr5", }, + ["+60% to Global Critical Strike Multiplier"] = { "CriticalMultiplierUniqueHelmetStr3", }, + ["50% increased Effect of Curses on you"] = { "IncreasedCurseEffectUnique__1", }, + ["(10-15)% increased Dexterity"] = { "PercentageDexterityUnique__4", }, + ["+(80-120) to Accuracy Rating"] = { "IncreasedAccuracyUniqueAmulet17_", }, + ["20% increased Cast Speed while Ignited"] = { "IncreasedCastSpeedWhileIgnitedUniqueRing24", }, + ["With at least 1000 Strength, (1.5-2)% of Damage dealt by your Raised Zombies is Leeched to you as Life"] = { "ZombiesLeechLifeToYouAt1000StrengthUnique__1", }, + ["(5-10)% chance to Freeze, Shock and Ignite"] = { "ChanceToFreezeShockIgniteUnique__1", }, + ["2% increased Melee Physical Damage per 10 Dexterity"] = { "MeleePhysicalDamagePerDexterityUnique__1_", }, + ["20% increased total Recovery per second from Life Leech"] = { "JewelImplicitLifeLeechRate", }, + ["20% chance to Avoid Projectiles while Phasing"] = { "ChanceToAvoidProjectilesWhilePhasingUnique__1", }, + ["-(20-10)% to Chaos Resistance"] = { "ChaosResistUnique__8", }, + ["+(260-320) to Armour and Evasion Rating"] = { "ArmourAndEvasionImplicitBelt1", }, + ["0.2% of Spell Damage Leeched as Energy Shield for each Curse on Enemy"] = { "EnergyShieldLeechPerCurseUnique__1_", }, + ["+(-2000-2000) seconds to Avian's Might Duration"] = { "AviansMightDurationUnique__1", }, + ["Your Critical Strikes do not deal extra Damage"] = { "CriticalMultiplierUniqueAmulet18", "NoBonusesFromCriticalStrikes", }, + ["Chill Enemies for 1 second on Hit with this Weapon when in Off Hand"] = { "ChillEnemiesOnHitWithWeaponUnique__1", }, + ["Curse Skills have (30-50)% increased Skill Effect Duration"] = { "IncreasedCurseDurationUniqueHelmetInt9", }, + ["2% increased Quantity of Items found per Chest opened Recently"] = { "ItemQuantityPerChestOpenedRecentlyUnique__1", }, + ["Cannot be Chilled or Frozen if you have used a Fire Skill Recently"] = { "AvoidFreezeAndChillIfFireSkillUsedRecentlyUnique__1", }, + ["Recover (8-10)% of Life when you use a Mana Flask"] = { "RecoverLifeInstantlyOnManaFlaskUnique__1", }, + ["With at least 40 Intelligence in Radius, Spark fires Projectiles in a circle"] = { "SparkThresholdJewel_2", }, + ["Adds (5-10) to (11-15) Physical Damage to Attacks"] = { "AddedPhysicalDamageUniqueRing37", }, + ["+(6-10)% Chance to Block"] = { "AdditionalBlockChanceUnique__3", }, + ["(5-10)% reduced Movement Speed"] = { "MovementVelocityUnique__2", }, + ["10% increased Movement Speed for each Poison on you up to a maximum of 50%"] = { "MovementSpeedPerPoisonOnSelfUnique__1_", }, + ["Hexes have (-20-20)% reduced Doom gain rate"] = { "HexDoomGainUnique__1", }, + ["Your Chaos Damage can Shock"] = { "ChaosDamageCanShockUniqueBow10", }, + ["(150-200)% increased Skeleton Duration"] = { "SkeletonDurationUniqueTwoHandSword4", }, + ["Vaal Skills used during effect do not apply Soul Gain Prevention"] = { "FlaskVaalNoSoulPreventionUnique__1", }, + ["(150-180)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__13", "LocalIncreasedEnergyShieldPercentUnique__16", "LocalIncreasedEnergyShieldPercentUnique__10", }, + ["Socketed Vaal Skills have 60% increased Area of Effect"] = { "LocalVaalAreaOfEffectUnique__1", }, + ["60% increased Area of Effect of Hex Skills"] = { "CurseAreaOfEffectUnique__1", "CurseAreaOfEffectUnique__2_", }, + ["+(6-10)% to all Elemental Resistances"] = { "AllResistancesUniqueDagger9", }, + ["Adds (13-18) to (26-32) Chaos Damage to Attacks"] = { "AddedChaosDamageUniqueQuiver7", }, + ["Removes all but one Life on use"] = { "RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUseUnique__1", }, + ["(20-30)% increased Damage over Time"] = { "DegenerationDamageUnique__2", "DegenerationDamageUnique__5", }, + ["2% of Physical Attack Damage Leeched as Mana per Blue Socket"] = { "ManaLeechFromPhysicalDamagePerBlueSocketUniqueOneHandSword5", }, + ["+100 to maximum Life"] = { "IncreasedLifeUniqueTwoHandAxe4", "IncreasedLifeUnique__104_", }, + ["Burning Hoofprints"] = { "GoatHoofFootprintsUnique__1", }, + ["Regenerate 0.2% of Life per second per Endurance Charge"] = { "LifeRegenerationPercentPerEnduranceChargeUnique__1", }, + ["30% increased Rarity of Items Dropped by Slain Shocked Enemies"] = { "ItemRarityWhenShockedUniqueBow9", }, + ["Iron Reflexes"] = { "KeystoneIronReflexesUnique__1", "IronReflexes", }, + ["5% of Damage against Frozen Enemies Leeched as Life"] = { "LifeLeechOnFrozenEnemiesUniqueRing19", }, + ["(10-20)% increased Flask Effect Duration"] = { "BeltIncreasedFlaskDurationUnique__3___", }, + ["20% reduced Attack Speed"] = { "LocalReducedAttackSpeedUniqueOneHandMace6", }, + ["Shrapnel Ballista has +1 to maximum number of Summoned Totems per 200 Strength"] = { "AdditionalShrapnelBallistaePerStrengthUnique__1", }, + ["Minions Convert 2% of their Maximum Life to Maximum Energy"] = { "MinionLifeConvertedToEnergyShieldUnique__1", }, + ["+(12-16)% to Fire and Cold Resistances"] = { "FireAndColdResistImplicitRing1", }, + ["(80-100)% of Damage taken Recouped as Life"] = { "DamageTakenGainedAsLifeUnique__2", }, + ["You do not inherently take less Damage for having Fortification"] = { "AlternateFortifyUnique__1_", }, + ["Gain (120-150) Life on Culling Strike"] = { "LifeGainOnCullUnique__1", }, + ["(15-20)% increased maximum Mana"] = { "MaximumManaUniqueJewel54", "MaximumManaUnique__7", }, + ["You have Phasing if you have Blocked Recently"] = { "PhasingIfBlockedRecentlyUnique__1", }, + ["Call to Arms"] = { "KeystoneCallToArmsUnique__1", "KeystoneCallToArmsUnique__2_", }, + ["Regenerate 2% of your Armour as Life over 1 second when you Block"] = { "ArmourAsLifeRegnerationOnBlockUniqueShieldStrInt6", }, + ["Flasks apply to your Raised Zombies and Spectres"] = { "FlasksApplyToMinionsUnique__1", }, + ["100% chance to create Consecrated Ground when you Block"] = { "ConsecratedGroundOnBlockUniqueBodyInt8", }, + ["Your Hits cannot Penetrate or ignore Elemental Resistances"] = { "CannotPenetrateResistancesUnique__1", }, + ["(15-25)% increased Evasion Rating"] = { "IncreasedEvasionRatingPercentUnique__2", }, + ["(40-60)% increased Charge Recovery"] = { "FlaskChargesAddedIncreasePercentUnique_1", }, + ["(20-30)% chance to Sap Enemies in Chilling Areas"] = { "ChanceToSapVsEnemiesInChillingAreasUnique__1", }, + ["Trigger Commandment of Inferno on Critical Strike"] = { "CommandmentOfInfernoOnCritUnique__1", }, + ["Adds (23-33) to (45-60) Chaos Damage"] = { "LocalAddedChaosDamageImplicitE1", }, + ["30% of Fire Damage from Hits taken as Cold Damage"] = { "FireDamageTakenAsColdUnique___2_", }, + ["+125 to Accuracy Rating per 10 Dexterity on Unallocated Passives in Radius"] = { "AccuracyRatingPerUnallocatedDexterityUnique__1_", }, + ["Phasing"] = { "PhasingUniqueBootsStrDex4", }, + ["With 5 Corrupted Items Equipped: Life Leech recovers based on your Chaos Damage instead"] = { "CorruptThresholdLifeLeechUsesChaosDamageUniqueCorruptedJewel10", }, + ["Adds 2 to 4 Fire Damage to Attacks"] = { "AddedFireDamageImplicitQuiver1", }, + ["+30 Mana gained for each Enemy hit by Attacks"] = { "ManaGainPerTargetUniqueTwoHandAxe9", }, + ["Nearby Enemies are Hindered, with 25% reduced Movement Speed"] = { "DisplayNearbyEnemiesAreSlowedUnique__1", }, + ["Socketed Vaal Skills have 30% reduced Soul Gain Prevention Duration"] = { "LocalVaalSoulGainPreventionUnique__1", }, + ["50% increased Duration of Lightning Ailments"] = { "ShockDurationUnique__2", }, + ["Gain a Power Charge every Second if you haven't lost Power Charges Recently"] = { "GainPowerChargesNotLostRecentlyUnique__1_", }, + ["20% chance to gain a Power Charge on Hit"] = { "PowerChargeOnHitUnique__1", }, + ["Has 2 Sockets"] = { "HasTwoSocketsUnique__1", }, + ["(20-30)% increased Mana Recovery from Flasks"] = { "BeltFlaskManaRecoveryUnique__1", }, + ["(40-50)% reduced Quantity of Fish Caught"] = { "FishingQuantityUniqueFishingRod1", }, + ["+8% Chance to Block Attack Damage while Dual Wielding"] = { "BlockWhileDualWieldingUniqueOneHandSword5", }, + ["You take 50% of your maximum Life as Chaos Damage on use"] = { "FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2", }, + ["Every 16 seconds you gain Iron Reflexes for 8 seconds"] = { "DisplayIronReflexesFor8SecondsUnique__1", }, + ["Weapons you Animate create an additional copy"] = { "NumberOfAdditionalAnimateWeaponCopiesUniqueTwoHandMace8", }, + ["Vaal Pact"] = { "KeystoneVaalPactUnique__2", "KeystoneVaalPactUnique__1", }, + ["+1 to Level of Socketed Melee Gems"] = { "LocalIncreaseSocketedMeleeGemLevelUniqueRapier1", "LocalIncreaseSocketedMeleeGemLevelUniqueTwoHandMace5", }, + ["Grants Level 22 Hatred Skill"] = { "GrantsHatredUnique__1__", }, + ["50% chance to Trigger Socketed Spells when you Spend at least 100 Mana on an"] = { "ChanceToCastOnManaSpentUnique__1", }, + ["Minions deal 70% increased Damage if you've Hit Recently"] = { "IncreasedMinionDamageIfYouHitEnemyUnique__1", }, + ["Life and Mana Leech from Critical Strikes are instant"] = { "CriticalStrikesLeechInstantlyUniqueGlovesStr3", }, + ["(5-8)% increased Attack and Cast Speed"] = { "AttackAndCastSpeedUnique__7", }, + ["You and Nearby Allies have 56 to 88 added Cold Damage per Green Socket"] = { "AuraAddedColdDamagePerGreenSocketUnique__1", }, + ["Gain +3 Mana when you hit a Taunted Enemy"] = { "ManaGainedOnHitAgainstTauntedEnemyUniqueShieldInt5", }, + ["+30 Mana gained on Kill"] = { "ManaGainedFromEnemyDeathUnique__1", }, + ["With at least 40 Strength in Radius, Heavy Strike has a "] = { "HeavyStrikeThresholdJewel___1", }, + ["10% chance to Knock Enemies Back on hit"] = { "KnockbackChanceUnique__1", }, + ["Deals 450 Chaos Damage per second to nearby Enemies"] = { "DisplayChaosDegenerationAuraUniqueBodyStr3", }, + ["Regenerate 10% of Life per second while Frozen"] = { "LifeRegenerationWhileFrozenUnique__1", }, + ["Socketed Gems are Supported by Level 10 Blastchain Mine"] = { "SupportedByRemoteMineUniqueStaff11", }, + ["(4-6)% increased maximum Mana"] = { "MaximumManaUnique__4", }, + ["Heist Chests have a 100% chance to Duplicate their contents"] = { "HeistContractChestRewardsDuplicated", }, + ["10% reduced maximum Life"] = { "MaximumLifeUniqueOneHandSword2", }, + ["Warcry Skills' Cooldown Time is 4 seconds"] = { "WarcryCooldownIs2SecondsUnique__1", }, + ["30% chance to gain Unholy Might on block for 3 seconds"] = { "UnholyMightOnBlockChanceUniqueShieldStrInt8", }, + ["+3 to Level of Socketed Warcry Gems"] = { "LocalIncreaseSocketedWarcryGemLevelUniqueShieldInt5", }, + ["Critical Strikes have Culling Strike"] = { "CullingCriticalStrikes", }, + ["Your Maximum Resistances are (76-78)%"] = { "MaximumResistancesOverrideUnique__1", }, + ["Your Chaos Damage can Ignite"] = { "ChaosDamageCanIgniteUnique__1", }, + ["100% increased total Recovery per second from Life Leech"] = { "IncreasedLifeLeechRateUniqueBodyStrDex4", }, + ["70% more Monster Life"] = { "UltimatumTrialDifficultyLife3", }, + ["(14-18)% increased Cast Speed"] = { "IncreasedCastSpeedUnique__2", }, + ["Summoned Arbalists gain (30-40)% of Physical Damage as Extra Fire Damage"] = { "SummonArbalistPhysicalDamagePercentToAddAsFire", }, + ["Defences are Zero"] = { "DefencesAreZeroUnique__1_", }, + ["Adds 1 to 2 Lightning Damage to Attacks"] = { "AddedLightningDamagePerDexInRadiusUniqueJewel53", }, + ["Adds 1 to 5 Lightning Damage to Attacks"] = { "AddedLightningDamageImplicitQuiver1", }, + ["Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield"] = { "LocalGolemLifeAddedAsESUnique__1", }, + ["Curse Enemies with Temporal Chains on Hit"] = { "TemporalChainsOnHitUniqueGlovesInt3", }, + ["(20-25)% increased Spell Damage"] = { "SpellDamageUnique__12", "SpellDamageUnique__13", "SpellDamageUniqueRing35", "SpellDamageUniqueBodyInt7", }, + ["+(120-150) to Accuracy Rating"] = { "IncreasedAccuracyUniqueTwoHandAxe5", }, + ["10% increased Movement Speed while Ignited"] = { "MovementVelocityWhileIgnitedUnique__1", }, + ["Regenerate 35 Mana per second if all Equipped Items are Corrupted"] = { "BaseManaRegenerationWhileAllCorruptedItemsUnique__1", }, + ["Minions Leech 5% of Damage as Life against Poisoned Enemies"] = { "MinionLeechOnPoisonedEnemiesUnique__1", }, + ["+1% to Chaos Resistance per Poison on you"] = { "ChaosResistancePerPoisonOnSelfUnique__1", }, + ["With at least 40 Intelligence in Radius, each Lightning Tendrils Repeat has 4% increased Area of Effect per Enemy Hit"] = { "LightningTendrilsThresholdJewel_1", }, + ["Adds (5-10) to (13-20) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueOneHandSword11", }, + ["30% increased Movement Speed when on Low Life"] = { "MovementVelocityOnLowLifeUniqueBootsDex3", "MovementVelocityOnLowLifeUniqueRapier1", }, + ["6% increased Maximum Life for each Corrupted Item Equipped"] = { "MaximumLifePercentPerCorruptedItemUnique__1_", }, + ["(25-35)% increased Fire Damage"] = { "FireDamagePercentUniqueBodyInt4", }, + ["50% reduced Duration of Curses on you"] = { "ReducedSelfCurseDurationUniqueShieldDex3", }, + ["(10-20)% reduced Rarity of Items found"] = { "ItemFoundRarityDecreaseUniqueRing10", }, + ["Melee Hits have 10% chance to Fortify"] = { "FortifyOnMeleeHitUniqueJewel22", }, + ["Cannot be Shocked if Intelligence is higher than Strength"] = { "CannotBeShockedWithIntHigherThanStrUnique__1", }, + ["Projectiles Chain +1 times while you have Phasing"] = { "ProjectilesChainWhilePhasingUnique__1_", }, + ["4% reduced Attack and Cast Speed per Frenzy Charge"] = { "AttackAndCastSpeedPerFrenzyChargeUniqueBootsDex4", }, + ["+1 to maximum number of Summoned Totems"] = { "AdditionalTotemsUnique__1", }, + ["(6-8)% increased maximum Life"] = { "MaximumLifeUnique__15", "MaximumLifeUniqueJewel52", }, + ["Adds 5 to 12 Physical Damage to Attacks"] = { "AddedPhysicalDamageUniqueBodyDex4", }, + ["Triggers Level 20 Fire Aegis when Equipped"] = { "TriggeredFireAegisSkillUnique__1_", }, + ["Can have 3 additional Enchantment Modifiers"] = { "MultipleEnchantmentsAllowedUnique__2", }, + ["30% chance to Ignite"] = { "ChanceToIgniteUniqueOneHandSword4", "ChanceToIgniteUniqueDescentOneHandMace1", }, + ["Regenerate 100 Life per Second while you have Avian's Flight"] = { "AviansFlightLifeRegenerationUnique__1", }, + ["40% reduced Frenzy Charge Duration"] = { "FrenzyChargeDurationUniqueBootsStrDex2", }, + ["5% increased Physical Damage with Staves"] = { "StaffBonus1", }, + ["5% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueClaw3", "IncreasedAttackSpeedUniqueGlovesDex2", }, + ["+40 to Accuracy Rating"] = { "AccuracyPerPointToClassStartUnique__1", }, + ["Bow Attacks fire an additional Arrow while Main Hand Accuracy Rating is at least 3000"] = { "AdditionalArrowWhileAccuracyIs3000Uber1", }, + ["Gain (15-20) Energy Shield for each Enemy you Hit which is affected by a Spider's Web"] = { "ESOnHitWebbedEnemiesUnique__1", }, + ["All Damage from Hits with This Weapon can Poison"] = { "LocalAllDamageCanPoisonImplicitE1_", }, + ["120% increased Block Recovery"] = { "BlockRecoveryImplicitShield2", }, + ["25% chance to Poison on Hit"] = { "ChanceToPoisonUnique__1_______", }, + ["Adds 2 to 3 Cold Damage to Attacks"] = { "AddedColdDamageImplicitQuiver1", }, + ["Socketed Projectile Spells have +4 seconds to Cooldown"] = { "SocketedGemsAddedCooldownUnique__1__", }, + ["1% increased Lightning Damage per 10 Intelligence"] = { "IncreasedLightningDamagePer10IntelligenceUnique__1", }, + ["(25-50)% increased Duration"] = { "FlaskEffectDurationUnique__1", }, + ["(20-25)% increased Attack Speed if you haven't gained a Frenzy Charge Recently"] = { "AttackSpeedFrenzyChargeNotGainedUnique__1", }, + ["Contains additional waves of Undead Monsters"] = { "DisplayCowardsTrialWavesOfUndeadMonsters", }, + ["120% more Monster Life"] = { "UltimatumTrialDifficultyLife4_", }, + ["45% increased Global Accuracy Rating"] = { "AccuracyPercentImplicit2HSword2_", }, + ["Grants Call of Steel"] = { "GrantsCallOfSteelSkillUnique__1_", }, + ["Ignites you inflict deal Damage (35-45)% faster"] = { "FasterIgniteDamageUnique__1", }, + ["Socketed Gems are supported by Level 25 Melee Splash"] = { "SupportedByMeleeSplashUnique__1_", }, + ["3% increased Attack Speed for each Map Item Modifier affecting the Area"] = { "AttackSpeedPerMapModUnique__1", }, + ["(20-25)% reduced Enemy Stun Threshold"] = { "StunThresholdReductionUniqueQuiver8", }, + ["You have Unholy Might while you have no Energy Shield"] = { "UnholyMightOnZeroEnergyShieldUnique__1", }, + ["Has no Energy Shield"] = { "NoEnergyShieldUnique__1", }, + ["-4 Physical Damage taken from Attack Hits"] = { "PhysicalAttackDamageReducedUniqueAmulet8", }, + ["20% increased Movement Speed"] = { "MovementVelocityUnique__23_", "MovementVelocityUniqueBootsStrInt2_", "MovementVelocityUnique__25", "MovementVelocityUniqueBootsDex8", "MovementVelocityUnique__47_", "MovementVeolcityUniqueBootsDex4", "MovementVelocityUniqueHelmetStrDex2", "MovementVelocityUniqueBootsDexInt1", "MovementVelocityUniqueBootsInt2", "MovementVelocityUniqueBootsStrDex1", "MovementVelocityUnique__27", "MovementVeolcityUniqueBootsDemigods1", "MovementVelocityUnique__13", "MovementVelocityUnique__30", "MovementVelocityUnique__21", }, + ["+(-3-3)% to maximum Cold Resistance"] = { "MaximumColdResistUnique__1_", }, + ["+(16-24) to Dexterity and Intelligence"] = { "HybridDexInt", }, + ["(50-70)% more Main Hand attack speed"] = { "WingsOfEntropyMainHandAttackSpeedFinalUnique__1_", }, + ["With at least 40 Dexterity in Radius, Dual Strike has +(20-30)% to Critical Strike"] = { "DualStrikeThresholdJewelDagger", }, + ["(6-10)% chance to Poison per Power Charge"] = { "PoisonChancePerPowerChargeUnique__1", }, + ["(20-40)% increased Damage if you have Consumed a corpse Recently"] = { "DamageIfConsumedCorpseUnique__1__", }, + ["Reflects 100 to 150 Physical Damage to Melee Attackers"] = { "AttackerTakesDamageUniqueHelmetDexInt6", }, + ["You cannot be Frozen for 3 seconds after being Frozen"] = { "FreezeImmunityWhenFrozenUniqueGlovesStrInt1", }, + ["Debilitate nearby Enemies for 2 Seconds when Flask Effect ends"] = { "FlaskDebilitateNearbyEnemiesWhenEffectEndsUnique_1", }, + ["Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun"] = { "SocketedGemsSupportedByEnduranceChargeOnStunUnique__1", }, + ["10% increased Movement Speed when on Full Life"] = { "MovementVelocityOnFullLifeUniqueAmulet13", }, + ["Your Cold Damage can Ignite"] = { "ColdDamageIgnitesUnique__1", }, + ["(20-25)% increased Damage for each Magic Item Equipped"] = { "IncreasedDamagePerMagicItemJewel25", }, + ["Socketed Gems are Supported by Level (1-10) (1-143)"] = { "RandomSupportUnique__3", "RandomSupportUnique__1", }, + ["(40-60)% increased Physical Damage while affected by Herald of Purity"] = { "HeraldBonusPurityPhysicalDamage", }, + ["Trigger Level 1 Create Lesser Shrine when you Kill an Enemy"] = { "TriggeredSummonLesserShrineUnique__1", }, + ["Projectiles from Attacks have 20% chance to Maim on Hit while"] = { "ProjectileAttacksChanceToMaimBeastialMinionUnique__1", }, + ["10% increased Damage taken if you've taken a Savage Hit Recently"] = { "ReducedDamageIfTakenASavageHitRecentlyUnique_1", }, + ["4% increased Skill Effect Duration"] = { "SkillEffectDurationUniqueJewel44", }, + ["Poison you inflict with Travel Skills is Reflected to you if you"] = { "TravelSkillsReflectPoisonUnique__1", }, + ["Life Flasks gain 1 Charge every 3 seconds"] = { "LifeFlaskPassiveChargeGainUnique__1_", }, + ["10% increased Elemental Damage"] = { "ElementalDamageUniqueDescentBelt1", "ElementalDamagePercentImplicitSceptreNew1", "ElementalDamagePercentUnique__2", "ElementalDamageUniqueJewel10", }, + ["Attacks always inflict Bleeding while you have Cat's Stealth"] = { "AttacksBleedOnHitWithCatsStealthUnique__1_", }, + ["8% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe1", }, + ["Vaal Skills deal (30-40)% more Damage during Effect"] = { "FlaskVaalSkillDamageUnique__2", }, + ["Elemental Ailments inflicted on you spread to Enemies in a radius of 25"] = { "ProlifElementalAilmentsFromSelfUnique__1__", }, + ["Trigger Level 5 Rain of Arrows when you Attack with a Bow"] = { "TriggerRainOfArrowsOnBowAttackUnique__1", }, + ["10% increased Endurance Charge Duration"] = { "JewelImplicitEnduranceChargeDuration", }, + ["10% increased Damage"] = { "AllDamageUniqueRing8", "AllDamageUniqueBelt11", "AllDamageUnique__1", }, + ["Minions deal (40-60)% increased Damage"] = { "MinionDamageUnique__8_", }, + ["Adds (50-60) to (120-140) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueDagger8", }, + ["10% increased effect of Non-Curse Auras from your Skills"] = { "AuraEffectUnique__2____", "AuraEffectUniqueShieldInt2", }, + ["Summoned Skeleton Warriors wield a copy of this Weapon while in your Main Hand"] = { "SummonedSkeletonWarriorsGetWeaponStatsInMainHandUnique__1", }, + ["(160-200)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUniqueBodyStrDex4", }, + ["Summoned Arbalists gain (30-40)% of Physical Damage as Extra Lightning Damage"] = { "SummonArbalistPhysicalDamagePercentToAddAsLightning", }, + ["+25 to Dexterity"] = { "DexterityUnique__9", }, + ["Left ring slot: 100% increased Mana Regeneration Rate"] = { "LeftRingSlotManaRegenUniqueRing13", }, + ["Can't use other Rings"] = { "DisablesOtherRingSlot", }, + ["Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy"] = { "RagingSpiritDurationResetOnIgnitedEnemyUnique__1", }, + ["25% reduced Enemy Stun Threshold with this Weapon"] = { "StunThresholdReductionUniqueClaw2_", "StunThresholdReductionUniqueTwoHandSword5", }, + ["Adds 25 to 50 Cold Damage"] = { "LocalAddedColdDamageUniqueClaw5", }, + ["1% of Attack Damage Leeched as Life against Chilled Enemies"] = { "LifeLeechPermyriadFromAttacksAgainstChilledEnemiesUniqueBelt14", }, + ["Regenerate (16-24) Life per second"] = { "LifeRegenerationUniqueAmulet25", }, + ["Light Radius is based on Energy Shield instead of Life"] = { "ArcaneVisionUniqueBodyStrInt5", }, + ["+(100-120) to maximum Life"] = { "IncreasedLifeUnique__72_", }, + ["(30-40)% increased Global maximum Energy Shield and reduced Lightning Resistance"] = { "EnergyShieldAndReducedLightningResistanceUnique__1", }, + ["+(300-400) to Accuracy Rating"] = { "IncreasedAccuracyUnique__1", "IncreasedAccuracyUnique__5", }, + ["Adds (5-8) to (13-17) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueWand9", }, + ["+2 to Level of Socketed Minion Gems"] = { "LocalIncreaseSocketedMinionGemLevelUnique__4", "LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2", "LocalIncreaseSocketedMinionGemLevelUnique__2_", "LocalIncreaseSocketedMinionGemLevelUnique__1", "LocalIncreaseSocketedMinionGemLevelUnique__3", }, + ["30% increased Attack Damage against Bleeding Enemies"] = { "AttackDamageAgainstBleedingUniqueOneHandMace8", }, + ["10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill"] = { "SummonWolfOnKillUnique__1New", "SummonWolfOnKillUnique__1", "SummonWolfOnKillUnique__2_", }, + ["50% increased total Recovery per second from Life Leech"] = { "IncreasedLifeLeechRateUnique__1", }, + ["Your Raised Spectres also gain Arcane Surge when you do"] = { "SpectresGainArcaneSurgeWhenYouDoUnique__1_", }, + ["Golem Skills have (20-30)% increased Cooldown Recovery Rate"] = { "GolemSkillsCooldownRecoveryUnique__1", }, + ["Elemental Damage with Hits is Lucky while you are Shocked"] = { "ElementalDamageLuckyWhileShockedUnique__1__", }, + ["Regenerate 1 Life per second per Level"] = { "LifeRegenerationPerLevelUnique__1", }, + ["0.4% of Physical Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUniqueRing2", "LifeLeechPermyriadUniqueBelt1", "LifeLeechPermyriadUnique__3", "LifeLeechPermyriadUniqueShieldDex5", }, + ["Shocks you inflict during Flask effect spread to other Enemies in a radius of 20"] = { "ShockProliferationDuringFlaskEffectUnique__1", }, + ["+100 to Maximum Mana per Green Socket"] = { "ManaPerGreenSocketUniqueRing39", }, + ["50% increased Flask Charges gained during any Flask Effect"] = { "FlaskChargeRecoveryDuringFlaskEffectUnique__1", }, + ["Damage with Weapons Penetrates 5% Elemental Resistance"] = { "WeaponElementalPenetrationUnique__1", }, + ["200% of Life Leech applies to Enemies as Chaos Damage"] = { "EnemiesLoseLifePlayerLeechesUnique__1", }, + ["(75-100)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueClaw2", }, + ["Cannot deal non-Chaos Damage"] = { "CannotDealNonChaosDamageUnique__1_", }, + ["+(450-500) to Armour"] = { "IncreasedPhysicalDamageReductionRatingUnique__1", }, + ["15% increased Area of Effect"] = { "AreaOfEffectImplicitMarakethTwoHandMace1", "AreaOfEffectImplicitTwoHandMace2_", "AreaOfEffectUniqueDescentStaff1", }, + ["0.3% of Physical Attack Damage Leeched as Life per Red Socket"] = { "LifeLeechFromPhysicalAttackDamagePerRedSocket_Unique_1", }, + ["Socketed Gems are Supported by Level 5 Cold to Fire"] = { "ItemActsAsColdToFireSupportUniqueStaff13", }, + ["Grants Level 20 Aspect of the Spider Skill"] = { "GrantsSpiderAspect1", }, + ["Gain an Endurance Charge, Frenzy Charge, and Power Charge when you use a Vaal Skill"] = { "GainRandomChargeOnVaalSkillUseUnique__1_", }, + ["20% chance when you Kill a Magic Monster to gain its Modifiers for 60 seconds"] = { "GainMagicMonsterModsOnKillUnique__1_", }, + ["50% increased Damage against Taunted Enemies"] = { "IncreasedDamageAgainstTauntedEnemiesUber1", }, + ["Regenerate (15-20) Life per second"] = { "LifeRegenerationUniqueShieldStrInt5", }, + ["(100-150)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueBodyInt1", "LocalIncreasedEnergyShieldPercentUnique__28__", }, + ["+(5-10) to all Attributes"] = { "AllAttributesUnique__23", "AllAttributesUniqueAmulet22", }, + ["20% increased Area of Effect of Aura Skills"] = { "IncreasedAuraRadiusUnique__1", }, + ["+30 to Maximum Mana per Green Socket"] = { "ManaPerGreenSocket", }, + ["(10-15)% increased Armour"] = { "IncreasedPhysicalDamageReductionRatingPercentUnique__1", }, + ["(18-22)% increased Global Defences"] = { "AllDefencesUniqueHelmetStrInt4_", }, + ["(5-15)% increased Cold Damage"] = { "ColdDamagePercentUnique__14", }, + ["Minions Regenerate 1% of Life per second"] = { "MinionLifeRegenerationUnique__1", }, + ["31% increased Light Radius"] = { "LightRadiusUniqueRing9_", }, + ["With at least 40 Strength in Radius, Ground Slam has a 35% chance"] = { "GroundSlamThresholdUnique__2", }, + ["20% less Effect of your Curses"] = { "DoedresSkinLessCurseEffectUnique__1", }, + ["Adds 10 to 12 Physical Damage"] = { "LocalAddedPhysicalDamageUniqueClaw3", }, + ["Socketed Gems are Supported by Level 10 Immolate"] = { "DisplaySupportedByImmolateUnique__1", }, + ["Adds (30-40) to (80-100) Cold Damage to Attacks"] = { "AddedColdDamageUnique__7", }, + ["+(18-24) Mana gained when you Block"] = { "GainManaOnBlockUniqueAmulet16", }, + ["You have no Armour or Maximum Energy Shield"] = { "NoArmourOrEnergyShieldUnique__1_", }, + ["(20-25)% chance to inflict Withered for 2 seconds on Hit with this Weapon"] = { "LocalWitherOnHitChanceUnique__1", }, + ["1% increased Attack Damage per 450 Evasion Rating"] = { "EvasionRatingIncreasesWeaponDamageUniqueOneHandSword9", }, + ["10% reduced Trap Duration"] = { "TrapDurationUnique__1", }, + ["30% reduced Attack Speed"] = { "ReducedAttackSpeedUnique__1", }, + ["Leftmost (2-4) Magic Utility Flasks constantly apply their Flask Effects to you"] = { "MagicUtilityFlasksAlwaysApplyUnique__1", }, + ["20% increased Global Accuracy Rating"] = { "PercentIncreasedAccuracyJewelUnique__1", }, + ["+(10-20)% to Fire and Cold Resistances"] = { "FireAndColdResistUnique__4_", }, + ["Gain Soul Eater for 20 seconds when you use a Vaal Skill"] = { "GainSoulEaterOnVaalSkillUseUnique__1", }, + ["Minions have 50% increased Critical Strike Chance per Maximum Power Charge you have"] = { "MinionCriticalStrikeChanceMaximumPowerChargeUnique__1", }, + ["(1.2-2)% of Physical Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUniqueAmulet9", }, + ["Enemies take 4% increased Elemental Damage from your Hits for"] = { "WitherGrantsElementalDamageTakenUnique__1__", }, + ["+1% to maximum Fire Resistance while affected by Herald of Ash"] = { "HeraldBonusAshMaxFireResist", }, + ["(120-150)% increased Spell Damage if you've dealt a Critical Strike Recently"] = { "SpellDamageIfYouHaveCritRecentlyUnique__2", }, + ["(20-30)% increased Cold Damage if you have used a Fire Skill Recently"] = { "IncreasedColdDamageIfUsedFireSkillRecentlyUnique__1", }, + ["Socketed Gems are Supported by Level 10 Intensify"] = { "SocketedGemsGetIncreasedAreaOfEffectUnique__1", "SupportedByIntensifyUnique__1", }, + ["Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark"] = { "CurseOnHitCriticalWeaknessUnique__1", "CurseOnHitCriticalWeaknessUniqueNewUnique__1", }, + ["Area contains additional waves of Ghosts"] = { "CowardsTrialExtraGhosts___", }, + ["Adds Secrets of Suffering"] = { "JewelExpansionSecretsOfSuffering", }, + ["20% of Fire Damage from Hits taken as Cold Damage"] = { "FireDamageTakenAsColdUnique___1", }, + ["Nearby Enemies are Chilled"] = { "NearbyEnemiesAreChilledUnique__1", }, + ["Movement Skills Cost no Mana"] = { "MovementSkillsCostNoManaUnique__1", }, + ["Adds 1 to 100 Lightning Damage to Attacks"] = { "AddedLightningDamageUniqueGlovesDexInt3", }, + ["Adds 1 to 120 Lightning Damage to Attacks"] = { "AddedLightningDamageUniqueBootsStrInt1", }, + ["Trigger Level 20 Bone Nova when you Hit a Bleeding Enemy"] = { "GrantsLevel20BoneNovaTriggerUnique__1", }, + ["Cannot Block Spells"] = { "CannotBlockSpellsUnique__1", }, + ["+1 to Maximum Frenzy Charges"] = { "MaximumFrenzyChargesUnique__1", "MaximumFrenzyChargesUniqueBodyStr3", "MaximumFrenzyChargesUniqueDescentOneHandSword1", "MaximumFrenzyChargesUniqueBootsStrDex2_", "ChargeBonusMaximumFrenzyCharges", }, + ["While your Passive Skill Tree connects to the Duelist's starting location, you gain:"] = { "StarterPassiveJewelUnique__9_", "StarterPassiveTreeJewelUnique__1_", }, + ["Grants Level 15 Envy Skill"] = { "GrantsEnvyUnique__2", }, + ["With at least 40 Strength in Radius, Hits with Cleave Fortify"] = { "CleaveThresholdJewel_1", }, + ["Regenerate (8-10) Mana per second"] = { "AddedManaRegenerationUniqueBelt8", "AddedManaRegenerationUnique__2", }, + ["25% increased Global Physical Damage with Weapons per Red Socket"] = { "PhysicalDamgePerRedSocketUniqueOneHandSword5", }, + ["+1% to Damage over Time Multiplier for Bleeding per Rage while wielding an Axe"] = { "BleedDotMultiplierPerRagePerEquippedAxeUnique__1", }, + ["Cannot be Shocked while Chilled"] = { "CannotBeShockedWhileChilledUnique__1", }, + ["15% chance to create Chilled Ground when Hit with an Attack"] = { "SpreadChilledGroundWhenHitByAttackUnique__1", }, + ["Nearby Allies have (2-4)% increased Cast Speed per 100 Intelligence you have"] = { "CastSpeedPer100IntelligenceAuraUnique__1", }, + ["Take 500 Cold Damage on reaching Maximum Power Charges"] = { "TakeColdDamageOnMaximumPowerChargesUnique__1____", }, + ["(5-15)% increased Attack Speed during Flask effect"] = { "LocalFlaskAttackAndCastSpeedWhileHealingUnique__1", }, + ["25% chance to Avoid Fire Damage from Hits"] = { "ChanceToAvoidFireDamageUnique__1", }, + ["Adds 1 to 4 Lightning Damage to Spells and Attacks"] = { "AddedLightningDamageUniqueBodyInt5_", }, + ["Summoned Arbalists' Attacks have (30-50)% chance to inflict Bleeding"] = { "SummonArbalistChanceToBleedPercent_", }, + ["500% increased Intelligence Requirement"] = { "IncreasedIntelligenceRequirementsUniqueGlovesStrInt4", }, + ["Focus has (30-50)% increased Cooldown Recovery Rate"] = { "FocusCooldownRecoveryUnique__1_", }, + ["Socketed Gems are Supported by Level 10 Increased Duration"] = { "DisplaySocketedGemGetsIncreasedDurationGlovesInt4_", }, + ["10% increased Physical Damage taken while moving"] = { "IncreasedPhysicalDamageTakenWhileMovingUnique__1", }, + ["Shocks you when you reach Maximum Power Charges"] = { "ShockOnMaxPowerChargesUnique__1", }, + ["Minions have 10% reduced maximum Life"] = { "MinionLifeUnique__4__", }, + ["(4-6)% increased Totem Placement speed"] = { "JewelImplicitTotemPlacementSpeed", }, + ["Ignited Enemies Killed by your Hits are destroyed"] = { "BurningArrowThresholdJewel_2", "IgnitedEnemiesTurnToAshUniqueRing15", }, + ["25% chance to Trigger Level 20 Animate Weapon on Kill"] = { "TriggeredAnimateWeaponUnique__1", }, + ["Minions Regenerate 2% of Life per second"] = { "MinionLifeRegenerationUniqueHelmetStrDex5", }, + ["(4-6)% increased Strength"] = { "PercentageStrengthUniqueJewel29", "PercentageStrengthUnique__2", }, + ["20% chance to gain an Endurance Charge when you Block"] = { "ChanceToGainEnduranceChargeOnBlockUniqueHelmetStrDex4", }, + ["Strength from Passives in Radius is Transformed to Dexterity"] = { "JewelStrToDex", "JewelStrToDexUniqueJewel13", }, + ["(5-10)% increased Experience Gain of Gems"] = { "GlobalGemExperienceGainUnique__1", }, + ["1% reduced Mana Cost of Skills per 10 Devotion"] = { "ReducedManaCostPerDevotion", }, + ["(3-5)% increased Skeleton Movement Speed"] = { "SkeletonMovementSpeedUniqueJewel1", }, + ["(20-22)% increased Stun and Block Recovery"] = { "StunRecoveryUniqueHelmetStrInt4", }, + ["15% reduced Effect of Shock on you"] = { "JewelImplicitReducedShockEffect", }, + ["+5 to Maximum Rage"] = { "MaximumRageUnique__2", }, + ["+(5-10) to Dexterity"] = { "DexterityUniqueBootsInt1", }, + ["20% increased Attack and Movement Speed with Her Blessing"] = { "UniqueConditionOnBuff__2", }, + ["Minions have +(300-350) to Armour"] = { "MinionArmourUniqueHelmetStrDex5", }, + ["Adds 3 Jewel Socket Passive Skills"] = { "ExpansionJewel3JewelSockets", }, + ["-50% to Global Critical Strike Multiplier"] = { "CriticalMultiplierUniqueRing8", }, + ["Bleeding Enemies you Kill Explode, dealing 5% of"] = { "BleedingEnemiesExplodeUnique__1", }, + ["25% increased Effect of Buffs granted by Socketed Golem Skills"] = { "LocalGolemBuffEffectUnique__1", }, + ["Warcries Knock Back and Interrupt Enemies in a smaller Area"] = { "WarcryKnockbackUnique__1", }, + ["50% increased Damage on Burning Ground"] = { "IncreasedDamageOnBurningGroundUniqueBootsInt6", }, + ["+(100-150) to Accuracy Rating"] = { "IncreasedAccuracyUniqueAmulet7", }, + ["10% increased Mana Reservation Efficiency of Skills"] = { "IncreasedManaReservationsCostUniqueOneHandSword11", "ManaReservationEfficiencyUniqueOneHandSword11", }, + ["Celestial Footprints"] = { "CelestialFootprintsUnique__1_", }, + ["(8-10) to (14-16) Added Physical Damage with Bow Attacks"] = { "AddedPhysicalDamageUniqueQuiver9", }, + ["(30-50)% increased Ignite Duration on Enemies"] = { "BurnDurationUniqueBodyInt2", }, + ["Golems have +(800-1000) to Armour"] = { "GolemArmourRatingUnique__1", }, + ["+(8-10)% to Off Hand Critical Strike Chance"] = { "OffHandBaseCriticalStrikeChanceUnique__1", }, + ["Summoned Arbalists Convert (30-50)% of Physical Damage to Lightning Damage"] = { "SummonArbalistPhysicalDamagePercentToConvertToLightning", }, + ["15% increased Elemental Damage per Grand Spectrum"] = { "IncreasedDamagePerStackableJewelUnique__1", }, + ["Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite"] = { "EnemiesIgniteChaosDamageUnique__1", }, + ["(5-10)% increased maximum Life"] = { "MaximumLifeUnique__21", }, + ["Chaos Resistance is doubled"] = { "ChaosResistDoubledUnique__1", }, + ["2% of Chaos Damage Leeched as Life during Flask effect"] = { "ChaosDamageLifeLeechPermyriadWhileUsingFlaskUniqueFlask5New", }, + ["With at least 40 Strength in Radius, Combust is Disabled"] = { "InfernalCryThresholdJewel", }, + ["+10% Chance to Block Attack Damage while holding a Shield"] = { "ShieldBlockChanceUniqueAmulet16", }, + ["Causes Bleeding when you Stun"] = { "AttacksThatStunCauseBleedingUnique__1", }, + ["Adds 5 to 10 Physical Damage to Attacks"] = { "AddedPhysicalDamageUnique___1", }, + ["(80-120)% increased Damage with Vaal Skills"] = { "VaalSkillDamageUnique__1", }, + ["+350 to Evasion Rating"] = { "IncreasedEvasionRatingUniqueQuiver3_", }, + ["25% chance to create a Smoke Cloud when Hit"] = { "SmokeCloudWhenHitUniqueQuiver9", }, + ["10% chance to gain a Frenzy Charge on Kill"] = { "TalismanFrenzyChargeOnKill", "ChargeBonusFrenzyChargeOnKill", "FrenzyChargeOnKillChanceUniqueAmulet15", }, + ["+(80-120) to Intelligence"] = { "IntelligenceUniqueStaff8", }, + ["20% chance to Ignite"] = { "ChanceToIgniteUniqueTwoHandSword6", }, + ["50% increased Charges per use"] = { "FlaskChargesUsedUnique__3", }, + ["Lose (10-15)% of Life when you deal a Critical Strike"] = { "LoseLifePercentOnCritUnique__1", }, + ["Removes all Energy Shield"] = { "GlobalNoEnergyShieldUnique__1", }, + ["+(8-15)% chance to Avoid Physical Damage from Hits while Phasing"] = { "AvoidPhysicalDamageWhilePhasingUnique__1", }, + ["6% increased Attack Speed"] = { "IncreasedAttackSpeedImplicitShield1", "LocalIncreasedAttackSpeedImplicitMarakethOneHandMace2", }, + ["(180-220)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr3", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_", "LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1", }, + ["Carved to glorify (2000-10000) new faithful converted by High Templar Maxarius"] = { "UniqueJewelAlternateTreeInRadiusTemplar", }, + ["Ignites you inflict spread to other Enemies within a Radius of 15"] = { "GlobalIgniteProlifUnique__1", }, + ["3% increased Energy Shield per Power Charge"] = { "ChargeBonusEnergyShieldPerPowerCharge", }, + ["15% chance to Poison on Hit"] = { "LocalChanceToPoisonOnHitUnique__1", }, + ["+60 to Accuracy Rating"] = { "IncreasedAccuracy2hSwordImplicit1", }, + ["+(20-25)% Chance to Block"] = { "AdditionalBlockChanceUnique__9", }, + ["Travel Skills other than Dash are Disabled"] = { "DisableTravelSkillsExceptDashUnique__1", }, + ["Restores Ward on use"] = { "UtilityFlaskWard", }, + ["Enemies Ignited by you during Flask Effect take (7-10)% increased Damage"] = { "EnemiesIgnitedTakeIncreasedDamageUnique__1", }, + ["100% reduced Dexterity"] = { "PercentageDexterityUnique__1", }, + ["Socketed Red Gems get 10% Physical Damage as Extra Fire Damage"] = { "SocketedRedGemsHaveAddedFireDamageUniqueTwoHandSword8_", }, + ["+300 Armour per Summoned Totem"] = { "ArmourPerTotemUnique__1", }, + ["0.5% of Damage dealt by your Totems is Leeched to you as Life"] = { "TotemLeechLifeToYouUnique__1", }, + ["Hits with this Weapon gain (75-100)% of Physical Damage as Extra Cold or Lightning Damage"] = { "WeaponPhysicalDamageAddedAsColdOrLightningUnique__1", }, + ["4% increased Movement Speed"] = { "MovementVelocityUniqueJewel43", }, + ["Spells which have gained Intensity Recently gain 1 Intensity every 500 Seconds"] = { "SpellsGainIntensityUnique__1", }, + ["Arrows fired from the third firing points Return to you"] = { "VolleyThirdPointReturnUnique__1__", }, + ["You only lose (5-7) Crab Barriers when you take Physical Damage from a Hit"] = { "CrabBarriersLostWhenHitUnique__1_", }, + ["+(0-60) to maximum Life"] = { "IncreasedLifeUniqueRing32", }, + ["1% less Elemental Damage taken per Raised Zombie"] = { "ElementalDamageTakenPerZombieUnique__1", }, + ["(0.4-0.8)% of Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUniqueHelmetInt7", }, + ["Adds (8-10) to (12-14) Fire Damage to Spells and Attacks"] = { "AddedFireDamageUniqueRing31", }, + ["+5% Chance to Block Attack Damage while wielding a Staff"] = { "StaffBlockPercentUnique__4_", }, + ["50% increased Life Recovered"] = { "FlaskExtraLifeUnique__1", }, + ["1% of Spell Damage Leeched as Life"] = { "SpellLifeLeechJewel", }, + ["Enfeeble has no Reservation if Cast as an Aura"] = { "EnfeebleReservationCostUnique__1", }, + ["Adds Disciple of Kitava"] = { "JewelExpansionKeystoneDiscipleOfKitava_", }, + ["30% increased Attack Speed when on Full Life"] = { "AttackSpeedOnFullLifeUniqueGlovesStr1", }, + ["80% increased Physical Damage with Axes"] = { "AxePhysicalDamageUnique__1", }, + ["Gain a Power Charge on Non-Critical Strike"] = { "PowerChargeOnNonCritUniqueRing17", }, + ["Triggers Level 20 Summon Arbalists when Equipped"] = { "GrantsSummonArbalistsSkillUnique__1_", }, + ["(20-40)% increased Fish Bite Sensitivity"] = { "FishBiteSensitivityUnique__1", }, + ["8% of Damage taken Recouped as Mana"] = { "PercentDamageGoesToManaUnique__1", }, + ["Enemy Projectiles Pierce you"] = { "ChanceToBePiercedUniqueBodyStr6", }, + ["(10-15)% increased Energy Shield Recovery rate"] = { "LifeAndEnergyShieldRecoveryRateUnique_1", }, + ["(40-45)% increased Mana Regeneration Rate"] = { "ManaRegenerationUnique__8", }, + ["+1 to Level of Socketed Support Gems"] = { "LocalIncreaseSocketedSupportGemLevelUniqueStaff12", }, + ["+(-30-30)% to Fire Resistance"] = { "FireResistUnique__28_", }, + ["25% of Maximum Life taken as Chaos Damage per second"] = { "LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6", }, + ["Dexterity from Passives in Radius is Transformed to Intelligence"] = { "JewelDexToInt", "JewelDexToIntUniqueJewel11", }, + ["+8% Chance to Block Attack Damage while Dual Wielding Claws"] = { "BlockWhileDualWieldingClawsUniqueClaw1", }, + ["50% reduced maximum Mana"] = { "MaximumManaUniqueBodyStrInt1", }, + ["20% increased Elemental Damage"] = { "ElementalDamageUniqueHelmetInt9", "ElementalDamagePercentImplicitSceptre1", "ElementalDamageUniqueSceptre1", "ElementalDamagePercentImplicitSceptreNew4", }, + ["You gain Divinity for 10 seconds on reaching maximum Divine Charges"] = { "GainDivinityOnMaxDivineChargeUnique__1", }, + ["Adds 3 to 5 Fire Damage to Attacks"] = { "AddedFireDamageImplicitQuiver2New", }, + ["Adds (30-36) to (44-50) Cold Damage to Attacks"] = { "AddedColdDamageUniqueGlovesStrInt3_", }, + ["Regenerate 0.1% of Life per second"] = { "JewelImplicitLifeRegeneration", }, + ["Necrotic Footprints"] = { "ItemNecroticFootprintsUnique__1s", }, + ["1% increased Flask Effect Duration"] = { "JewelImplicitFlaskDuration", }, + ["+30 to Maximum Energy Shield per Blue Socket"] = { "EnergyShieldPerBlueSocket", }, + ["2% increased Intelligence for each Unique Item Equipped"] = { "IncreasedIntelligencePerUniqueUniqueRing14", }, + ["25% of Elemental Damage from Hits taken as Chaos Damage"] = { "ElementalDamageTakenAsChaosUniqueBodyStrInt5", }, + ["Nearby Allies have 1% Chance to Block Attack Damage per 100 Strength you have"] = { "BlockPer100StrengthAuraUnique__1___", }, + ["Unaffected by Desecrated Ground"] = { "ImmuneToDesecratedGroundUniqueBootsInt6", }, + ["You have Mind over Matter while at maximum Power Charges"] = { "ChargeBonusMindOverMatterPowerCharges", }, + ["16% increased Elemental Damage"] = { "ElementalDamagePercentImplicitSceptreNew6", "ElementalDamagePercentImplicitSceptreNew7", }, + ["Socketed Gems are Supported by Level 1 Arrow Nova"] = { "SupportedByArrowNovaUnique__1", }, + ["+1 Maximum Energy Shield per Level"] = { "EnergyShieldPerLevelUnique__1", }, + ["Adds (12-16) to (20-25) Physical Damage"] = { "GlobalAddedPhysicalDamageUnique__1_", }, + ["10% increased Mana Regeneration Rate"] = { "ManaRegenerationUniqueJewel43", }, + ["(10-30)% increased Light Radius"] = { "LightRadiusUnique__2", }, + ["+(75-80) to maximum Energy Shield"] = { "IncreasedEnergyShieldUnique__4", }, + ["+1 to Level of Socketed Bow Gems"] = { "LocalIncreaseSocketedBowGemLevelUniqueBow2", }, + ["Gains no Charges during Effect of any Soul Ripper Flask"] = { "CannotGainFlaskChargesDuringEffectUnique__1", }, + ["Trigger Level 10 Flame Dash when you use a Socketed Skill"] = { "TriggerFlameDashOnSocketedSkillUseImplicitE1", }, + ["Projectiles Pierce 5 additional Targets while you have Phasing"] = { "AdditionalPierceWhilePhasingUnique__1", }, + ["+250 to maximum Energy Shield"] = { "IncreasedEnergyShieldUnique__6", }, + ["Minions have +(7-10)% to all Elemental Resistances"] = { "MinionElementalResistancesUnique__1", }, + ["+0.2% to Off Hand Critical Strike Chance per 10 Maximum Energy Shield on Shield"] = { "SpectralShieldThrowThresholdJewel1_", }, + ["Dexterity from Passives in Radius is Transformed to Strength"] = { "JewelDexToStr", "JewelDexToStrUniqueJewel37", }, + ["Your Curses have 25% increased Effect if 50% of Curse Duration expired"] = { "Curse50PercentCurseEffectUnique__1", }, + ["+1 to maximum number of Raised Zombies per 500 Strength"] = { "AdditionalZombiesPerXStrengthUnique__1", }, + ["+(120-180) to Evasion Rating"] = { "LocalIncreasedEvasionRatingUniqueBodyDex7", }, + ["30% increased Damage over Time"] = { "DegenerationDamageUniqueDagger8", }, + ["+(240-380) to Evasion Rating"] = { "LocalIncreasedEvasionRatingUniqueBodyDex6", }, + ["Grants Level 20 Summon Bestial Ursa Skill"] = { "GrantsSummonBeastUrsaUnique__1", }, + ["50% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe2", "LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe1", }, + ["+4 to Level of Socketed Herald Gems"] = { "LocalIncreaseSocketedHeraldLevelUnique__2", }, + ["(30-50)% increased Damage with Hits and Ailments against Marked Enemy"] = { "DamageAgainstMarkedEnemiesUnique__1", }, + ["10% chance to Freeze"] = { "ChanceToFreezeUnique__4", "ChanceToFreezeUniqueRing30", "ChanceToFreezeUnique__3", }, + ["1% additional Physical Damage Reduction per Frenzy Charge"] = { "ChargeBonusPhysicalDamageReductionPerFrenzyCharge__", }, + ["Adds (90-110) to (145-170) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__21", }, + ["+(330-350) to Accuracy Rating"] = { "LocalIncreasedAccuracyUnique__1", }, + ["You cannot gain Rage during Soul Gain Prevention"] = { "CannotGainRageDuringSoulGainPreventionUnique__1__", }, + ["(25-30)% increased Cast Speed"] = { "IncreasedCastSpeedUniqueWand7", "IncreasedCastSpeedUnique__13", }, + ["Ghost Reaver"] = { "KeystoneGhostReaverUnique__1", }, + ["(1-2) to (18-20) Lightning Damage per Power Charge"] = { "ChargeBonusAddedLightningDamagePerPowerCharge", }, + ["With at least 40 Dexterity in Radius, Fire Trap throws up to 1 additional Trap"] = { "FireTrapThresholdJewel1", }, + ["(1-2) to (36-40) Lightning Damage per Power Charge"] = { "GlobalAddedLightningDamagePerPowerChargeUnique__1", }, + ["Adds (1-3) to (47-52) Lightning Damage"] = { "GlobalAddedLightningDamageUnique__2_", }, + ["1% increased Damage per 15 Dexterity"] = { "DamagePer15DexterityUnique__1", }, + ["Curse Enemies with Punishment when you Block their Melee Damage, with 60% increased Effect and ignoring Curse Limit"] = { "PunishmentOnMeleeBlockUniqueShieldInt4", }, + ["With at least 40 Dexterity in Radius, Ice Shot Pierces 50 additional Targets"] = { "IceShotThresholdJewel__1", }, + ["(130-150)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__14", }, + ["(25-35)% chance to gain a Power Charge on Kill"] = { "PowerChargeOnKillChanceUnique__1", }, + ["+6 to maximum Mana"] = { "IncreasedManaUniqueBodyInt5", }, + ["(50-60)% increased Spell Damage"] = { "SpellDamageUniqueGlovesInt2", "SpellDamageUniqueStaff2", }, + ["Minions have (80-100)% increased Movement Speed"] = { "MinionRunSpeedUnique__2", }, + ["(30-40)% increased Mana Regeneration Rate while moving"] = { "ManaRegenerationRateWhileMovingUnique__1", }, + ["Gain 1 Rage on Critical Hit with attacks, no more than once every 0.5 seconds"] = { "RageOnAttackCritUnique__1", }, + ["(12-16)% increased Spell Damage"] = { "SpellDamageImplicitGloves1", }, + ["+305 to Accuracy Rating"] = { "IncreasedAccuracy2hSwordImplicit5", }, + ["10% increased Accuracy Rating per Frenzy Charge"] = { "ChargeBonusAccuracyRatingPerFrenzyCharge", }, + ["10% increased Mana Regeneration Rate per Power Charge"] = { "IncreasedManaRegenerationPerPowerChargeUnique__1", }, + ["+18 to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueGlovesInt1", }, + ["100% increased Duration of Lightning Ailments"] = { "ShockDurationUniqueStaff8", "ShockDurationUniqueGlovesDexInt3", }, + ["30% chance to Avoid Elemental Ailments"] = { "AvoidElementalAilmentsUnique__1_", }, + ["2% increased Spell Damage per 100 Player Maximum Life"] = { "SpellDamagePerLifeUnique__1", }, + ["(40-80)% increased Mana Cost of Skills"] = { "ManaCostIncreaseUniqueGlovesInt6", }, + ["Your Fire Damage can Poison"] = { "FireDamageCanPoisonUnique__1", }, + ["(10-25)% reduced Rage Cost of Skills"] = { "ReducedRageCostUnique__1", }, + ["Gain a Frenzy Charge on Hit while Bleeding"] = { "FrenzyChargeOnHitWhileBleedingUnique__1", }, + ["10% increased Fire Damage taken"] = { "IncreasedFireDamageTakenUniqueTwoHandSword6", }, + ["Minions have 10% reduced Movement Speed"] = { "MinionRunSpeedUnique__1", }, + ["Damage of Enemies Hitting you is Unlucky while you are on Full Life"] = { "EnemyExtraDamageRollsOnFullLifeUnique__1", }, + ["Queen's Demand can Trigger Level 20 Flames of Judgement"] = { "UniqueStaffTriggerAtziriStormFlameblast__1", }, + ["(130-150)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUnique__9", }, + ["+1% to Critical Strike Chance while affected by Aspect of the Cat"] = { "AdditionalCriticalStrikeChanceWithCatAspectUnique__1", }, + ["(1-20)% increased Movement Speed"] = { "MovementVelocityUnique__38", }, + ["+(8-10)% to all Elemental Resistances"] = { "AllResistancesImplicitRing1", }, + ["+(16-24) to Strength"] = { "StrengthUniqueJewel37", "StrengthUniqueJewel34", }, + ["+(150-200) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__30__", "LocalIncreasedEnergyShieldUnique__7", }, + ["Energy Shield Leech Effects from Attacks are not removed at Full Energy Shield"] = { "ESLeechFromAttacksNotRemovedOnFullESUnique__1", }, + ["(4-6)% increased maximum Energy Shield"] = { "IncreasedEnergyShieldPercentUnique__2_", }, + ["15% chance to Shock"] = { "ChanceToShockUniqueStaff8", }, + ["(20-30)% faster Restoration of Ward"] = { "WardDelayRecoveryUnique__1", }, + ["(5-10)% increased effect of Non-Curse Auras from your Skills"] = { "AuraEffectGlobalUnique__1", }, + ["Adds 1 to 59 Chaos Damage"] = { "LocalAddedChaosDamageUnique___1", }, + ["+(25-35) to Strength"] = { "StrengthImplicitBelt1", }, + ["(15-20)% increased Cold Damage per Frenzy Charge"] = { "IncreasedColdDamagePerFrenzyChargeUnique__1", "IncreasedColdDamagePerFrenzyChargeUnique__2", }, + ["(25-30)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueOneHandSword7", "LocalIncreasedAttackSpeedUnique__5", "LocalIncreasedAttackSpeedUnique__35", }, + ["20% increased Character Size"] = { "ActorSizeUniqueAmulet2", }, + ["+(800-1200) to Armour"] = { "IncreasedPhysicalDamageReductionRatingUnique__6_", }, + ["1% increased Elemental Damage per 12 Intelligence"] = { "ElementalDamagePer12IntelligenceUber1", }, + ["You and Nearby Allies have 47 to 61 added Chaos Damage per White Socket"] = { "AuraAddedChaosDamagePerWhiteSocketUnique__1", }, + ["+(40-60) to Strength"] = { "StrengthUniqueBootsStrDex1", }, + ["3% increased Area of Effect per Power Charge"] = { "AreaOfEffectPerPowerChargeUber1", }, + ["10% increased Stun Duration on Enemies"] = { "StunDurationUniqueGlovesDexInt3", }, + ["Grants Level 20 Brandsurge Skill"] = { "GrantsBrandDetonateUnique__1", }, + ["+(-30-30)% to Cold Resistance"] = { "ColdResistUnique__35", }, + ["(230-260)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__3", }, + ["Wicked Ward"] = { "KeystoneWickedWardUnique__1", }, + ["Arrows Fork"] = { "ProjectilesForkUnique____1", }, + ["45% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueOneHandMace1", }, + ["15% increased Attack Speed when on Full Life"] = { "AttackSpeedOnFullLifeUniqueDescentHelmet1", }, + ["Enemies you Attack have 20% chance to Reflect 35 to 50 Chaos Damage to you"] = { "ChanceToReflectChaosDamageToSelfUniqueTwoHandSword7_", }, + ["800% increased Attribute Requirements"] = { "IncreasedLocalAttributeRequirementsUnique__1", }, + ["Grants Level 25 Purity of Lightning Skill"] = { "GrantsPurityOfLightningUnique__1", }, + ["+(60-120) to Strength"] = { "StrengthUnique__13_", }, + ["Enemies Chilled by your Hits lessen their Damage dealt by half of Chill Effect"] = { "EnemiesChilledLessDamageDealtUnique__1", }, + ["Socketed Gems are supported by Level 1 Chance to Bleed"] = { "SupportedByChanceToBleedUnique__1", }, + ["Adds 0 to 3 Lightning Damage to Attacks per 10 Intelligence"] = { "LightningDamageToAttacksPerIntelligenceUnique__1", }, + ["(30-40)% increased Global Accuracy Rating"] = { "IncreasedAccuracyPercentUnique__1", }, + ["2% increased Stun Duration per 15 Strength"] = { "StunDurationPerStrengthUber1", }, + ["Culling Strike"] = { "NearbyAlliesHaveCullingStrikeUnique__1", "NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9", "CullingStrike", "CullingStrikeUniqueDescentTwoHandSword1", "CullingStrikeUnique__1", }, + ["(30-40)% increased Fish Bite Sensitivity"] = { "TalismanFishBiteSensitivity", }, + ["+(-25-50)% to Fire Resistance"] = { "FireResistUniqueRing32", }, + ["+2 to Level of Socketed Support Gems"] = { "LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7", "LocalIncreaseSocketedSupportGemLevelUnique__1", }, + ["(30-50)% increased Mana Regeneration Rate"] = { "ManaRegenerationUnique__10", "ManaRegenerationUniqueAmulet21", "ManaRegenerationUniqueOneHandMace3", }, + ["Animated Guardian deals 5% increased Damage per Animated Weapon"] = { "AnimatedGuardianDamagePerAnimatedWeaponUnique__1__", }, + ["15% chance to Avoid being Chilled"] = { "JewelImplicitChanceToAvoidChill", }, + ["With 40 Intelligence in Radius, Glacial Cascade has an additional Burst"] = { "GlacialCascadeThresholdJewel1", }, + ["With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 12 Ranged Weapons"] = { "AnimateBowsAndWandsUnique____70", }, + ["Flammability has no Reservation if Cast as an Aura"] = { "FlammabilityReservationCostUnique__1", }, + ["-1 to maximum number of Summoned Golems"] = { "MaximumGolemsUnique__4_", }, + ["Area contains additional waves of Oriathan Zombies"] = { "CowardsTrialExtraOriathCitizens", }, + ["Socketed Gems are Supported by Level 8 Trap"] = { "DisplaySupportedByTrapUniqueStaff4", }, + ["25% reduced Light Radius"] = { "LightRadiusUniqueBootsStrDex2", "LightRadiusUniqueBodyStrInt4", }, + ["(15-25)% increased Area of Effect"] = { "UniqueSpecialCorruptionAreaOfEffect_", "AreaOfEffectUniqueOneHandMace7", }, + ["Adds (53-67) to (71-89) Chaos Damage"] = { "LocalAddedChaosDamageUnique__2", }, + ["Maximum 5 Fragile Regrowth"] = { "FragileRegrowthLifeRegenerationUnique__2_", }, + ["+8% Chance to Block Attack Damage when in Off Hand"] = { "AdditionalChanceToBlockInOffHandUnique_1", }, + ["Attack Skills have Added Lightning Damage equal to 6% of maximum Mana"] = { "AttackLightningDamageMaximumManaUnique__1__", }, + ["Summon 4 additional Skeleton Warriors with Summon Skeleton"] = { "SummonSkeletonsNumberOfSkeletonsToSummonUnique__1", }, + ["10% of Damage is taken from Mana before Life"] = { "DamageTakenFromManaBeforeLifeUniqueBodyDexInt2", }, + ["(20-30)% increased Light Radius"] = { "LightRadiusUniqueBodyStrInt5", }, + ["100% of Damage Leeched as Life against Shocked Enemies"] = { "LifeLeechVsShockedEnemiesUniqueRing29", }, + ["+2 to Maximum Endurance Charges"] = { "MaximumEnduranceChargeUniqueBodyStrDex3", }, + ["Trigger Level 20 Flame Dash when you use a Socketed Skill"] = { "TriggerFlameDashOnSocketedSkillUseImplicitE2", }, + ["Unaffected by Shock"] = { "UnaffectedByShockUnique__1", "UnaffectedByShockUnique__2", }, + ["(10-20)% increased Attack Speed while Ignited"] = { "IncreasedAttackSpeedWhileIgnitedUniqueJewel20", }, + ["Gain Added Chaos Damage equal to 20% of Ward"] = { "GlobalAddedChaosDamageWardUnique__", }, + ["10% reduced Enemy Stun Threshold with this Weapon"] = { "StunThresholdReductionUniqueClaw6", }, + ["15% increased Spell Damage taken when on Low Mana"] = { "SpellDamageTakenOnLowManaUniqueBodyInt4", }, + ["70% increased Critical Strike Chance against Bleeding Enemies"] = { "CriticalStrikeChanceAgainstBleedingEnemiesUber1", }, + ["(20-25)% increased Poison Duration"] = { "PoisonDurationUnique__2", }, + ["Trigger Level 10 Shock Ground when Hit"] = { "ShockedGroundWhenHitUnique__1", }, + ["50% chance to gain an Endurance Charge when you Block"] = { "ChanceToGainEnduranceChargeOnBlockUniqueDescentShield1", }, + ["You cannot be Shocked while at maximum Endurance Charges"] = { "CannotBeShockedWhileMaximumEnduranceChargesUnique_1", }, + ["1% of Attack Damage Leeched as Life on Critical Strike"] = { "CriticalStrikeAttackLifeLeechUnique__1", }, + ["Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies"] = { "AttacksCauseBleedingOnCursedEnemyHitUnique__1", }, + ["80% increased Evasion Rating while moving"] = { "EvasionRatingWhileMovingUnique__1", }, + ["15% reduced Cast Speed"] = { "ReducedCastSpeedUniqueHelmetStrInt6", "ReducedCastSpeedUniqueHelmetInt8", "IncreasedCastSpeedUniqueGlovesInt2", }, + ["(10-20)% increased Attack Speed with Movement Skills"] = { "AttackSpeedWithMovementSkillsUniqueBodyDex5", }, + ["25% chance to Maim on Hit"] = { "LocalMaimOnHit2HImplicit_1", }, + ["10% increased maximum Life"] = { "MaximumLifeUniqueBodyInt3", "MaximumLifeShieldInt1", "MaximumLifeUniqueBelt4", "MaximumLifeUnique__3", }, + ["Gain up to maximum Power Charges when you use a Vaal Skill"] = { "GainMaximumPowerChargesOnVaalSkillUseUnique__1", }, + ["1% increased Movement Speed per Endurance Charge"] = { "ChargeBonusMovementVelocityPerEnduranceCharge", }, + ["Shock Reflection"] = { "ReflectsShocksUnique__1", }, + ["2% chance to Ignite"] = { "IncreasedChanceToIgniteUnique__1", }, + ["Bleeding you inflict deals Damage 4% faster per Frenzy Charge"] = { "FasterBleedPerFrenzyChargeUnique__1", }, + ["(26-30)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand11", }, + ["+(50-80) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__14", }, + ["(4-6)% increased maximum Life"] = { "MaximumLifeUnique__13", "MaximumLifeUnique__8", "MaximumLifeUnique__7", "MaximumLifeUnique__9", }, + ["(14-20)% increased Totem Life"] = { "TotemLifeUnique__1", }, + ["Trigger Level 20 Fog of War when your Trap is triggered"] = { "CreateSmokeCloudWhenTrapTriggeredUnique__1", }, + ["(40-50)% increased Area Damage"] = { "AreaDamageUniqueBodyDexInt1", }, + ["(18-22)% increased Elemental Resistances"] = { "IncreasedElementalResistancesUnique__1", }, + ["100% increased Lightning Damage"] = { "LightningDamagePercentUnique__4", }, + ["10% chance to gain Unholy Might for 10 seconds on Kill"] = { "UnholyMightOnKillPercentChanceUnique__1", }, + ["50% More Damage with Arrow Hits at Close Range"] = { "PhysicalBowDamageCloseRangeUniqueBow6", }, + ["+190 to Accuracy Rating"] = { "IncreasedAccuracySwordImplicit3", }, + ["(60-90)% increased Unveiled Modifier magnitudes"] = { "LocalVeiledModEffectUnique__1", }, + ["Your Cold Damage can Poison"] = { "ColdDamageCanPoisonUnique__1_", }, + ["2% increased Damage per Power Charge with Hits against Enemies on Full Life"] = { "IncreasedDamageVsFullLifePerPowerChargeUniqueGlovesStrDex6", }, + ["(6-8)% reduced Mana Cost of Skills"] = { "ManaCostReductionUnique__1", }, + ["(10-15)% chance to Ignite"] = { "ChanceToIgniteUnique__6", "ChanceToIgniteUniqueBootsStrInt3", }, + ["5% increased Projectile Damage per Power Charge"] = { "ProjectileDamagePerPowerChargeUniqueAmulet15", }, + ["(30-40)% increased Elemental Damage"] = { "ElementalDamageUnique__3", }, + ["Grants Level 25 Vaal Impurity of Ice Skill"] = { "GrantsVaalPurityOfIceUnique__1", }, + ["20% chance to Poison on Hit with Attacks"] = { "ChanceToPoisonWithAttacksUnique___1", }, + ["Adds (43-56) to (330-400) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueTwoHandMace6", }, + ["(380-420)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStrDexInt1a", }, + ["+(10-15) to Strength"] = { "StrengthUniqueClaw9", }, + ["+(15-25) to Strength"] = { "StrengthUniqueQuiver6", "StrengthUniqueRing31__", }, + ["30% of Fire Damage Converted to Chaos Damage"] = { "ConvertFireToChaosUniqueDagger10", "ConvertFireToChaosUniqueDagger10Updated", }, + ["+(10-15) Energy Shield gained on Kill"] = { "EnergyShieldGainedFromEnemyDeathUniqueHelmetDexInt3", }, + ["20% increased Light Radius"] = { "LightRadiusUnique__4", "LightRadiusUnique__3", "LightRadiusUniqueShieldDemigods", "LightRadiusUniqueStaff10_", "LightRadiusUnique__1", }, + ["Critical Strike Chance is (20-30)% for Hits with this Weapon"] = { "WeaponCritChanceOverrideUnique__1__", }, + ["20% reduced Enemy Stun Threshold"] = { "StunThresholdReductionImplicitMace3_", }, + ["+(30-40)% to Global Critical Strike Multiplier"] = { "LocalCriticalMultiplierUniqueDagger4", "CriticalMultiplierUnique__2", }, + ["(50-100)% increased Projectile Speed"] = { "ProjectileSpeedUniqueBow4_", }, + ["+(20-30) to Strength"] = { "StrengthUniqueClaw5_", "StrengthUnique__17", "StrengthUniqueBelt1", "StrengthUniqueAmulet5", "StrengthUniqueGlovesStrInt2", "StrengthUnique__8", "StrengthUnique__16", "StrengthUnique__14", "StrengthUniqueBootsDexInt2", "StrengthUnique__7_", "StrengthUnique__6", "StrengthUnique__3", "StrengthImplicitAmulet1", "StrengthUniqueRing8", "StrengthUniqueHelmetStrDex3", "StrengthUniqueIntHelmet3", "StrengthUniqueGlovesDex1", }, + ["Skills Chain an additional time while at maximum Frenzy Charges"] = { "AdditionalChainWhileAtMaxFrenzyChargesUnique___1", }, + ["+75% to Lightning Resistance"] = { "LightningResistUnique__23_", }, + ["Trigger Level 20 Shade Form when Hit"] = { "TriggerShadeFormWhenHitUnique__1", }, + ["Your Mark transfers to another Enemy when Marked Enemy dies"] = { "TransferMarkOnDeathUnique__1", }, + ["Adds (30-38) to (40-50) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__11", }, + ["+8% to all Elemental Resistances"] = { "AllResistancesImplicitShield2", }, + ["+(-25-50)% to Cold Resistance"] = { "ColdResistUniqueRing32", }, + ["Gain Shaper's Presence for 10 seconds when you kill a Rare or Unique Enemy"] = { "GainShapersPresenceUnique__1", }, + ["Take 250 Chaos Damage per Second during Flask effect"] = { "FlaskTakeChaosDamagePerSecondUnique__2", }, + ["Adds (60-80) to (270-320) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__24", }, + ["2% increased Minion Attack Speed per 50 Dexterity"] = { "MinionAttackSpeedPerXDexUnique__1", }, + ["+(25-30)% to Fire and Cold Resistances"] = { "FireAndColdResistUnique__3", }, + ["(150-200) Life Regenerated per Second while in Blood Stance"] = { "LifeRegenerationBloodStanceUnique__1", }, + ["(20-30)% increased Global Accuracy Rating"] = { "IncreasedAccuracyPercentImplicitQuiver7", "IncreasedAccuracyPercentImplicitQuiver7New", }, + ["Minions have +(10-12)% Chance to Block Spell Damage"] = { "MinionSpellBlockChanceUnique__1_", }, + ["Projectile Damage is increased by 1% per 5 Dexterity from Allocated Passives in Radius"] = { "ExtraArrowForSplitArrowUniqueJewel60", }, + ["Half of your Strength is added to your Minions"] = { "MinionsGainYourStrengthUnique__1", }, + ["(0.8-1)% of Physical Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUnique__6", }, + ["+90 to Maximum Charges"] = { "FlaskExtraChargesUnique__3", }, + ["(50-70)% increased Damage while Ignited"] = { "DamageWhileIgnitedUnique__1", }, + ["Adds (35-46) to (85-128) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueSceptre10", }, + ["(20-40)% increased Mana Regeneration Rate"] = { "ManaRegenerationUniqueShieldInt5", "ManaRegenerationImplicitDemigodsBelt1", "ManaRegenerationUniqueBootsInt2", "ManaRegenerationUniqueRing26", "ManaRegenerationUniqueRing33", "ManaRegenerationUniqueGlovesStrInt2", "ManaRegenerationUnique__3", "ManaRegenerationUnique__5", }, + ["Minions have (5-10)% increased Movement Speed"] = { "MinionRunSpeedUniqueJewel16", }, + ["Minions gain (15-20)% of Elemental Damage as Extra Chaos Damage"] = { "MinionElementalDamageAddedAsChaosUnique__1", }, + ["20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill"] = { "SummonVoidSphereOnKillUnique__1_", }, + ["(1-100)% chance to Trigger Level 1 Create Lesser Shrine when you Kill an Enemy"] = { "CastLevel1SummonLesserShrineOnKillUnique", }, + ["Adds (30-45) to (60-80) Fire Damage"] = { "LocalAddedFireDamageUnique__6", }, + ["30% increased Elemental Damage"] = { "ElementalDamageUnique__1", "ElementalDamagePercentImplicitSceptreNew11", "ElementalDamageUniqueRing21", "ElementalDamagePercentImplicitSceptreNew19", "ElementalDamagePercentImplicitSceptre2", "ElementalDamagePercentImplicitSceptreNew15", }, + ["(35-50)% reduced Recovery rate"] = { "FlaskIncreasedRecoverySpeedUniqueFlask3", }, + ["The Agnostic"] = { "KeystoneTheAgnosticUnique__2", "KeystoneTheAgnosticUnique__1_", }, + ["25% chance to Ignite when in Main Hand"] = { "MainHandChanceToIgniteUniqueOneHandAxe2", }, + ["50% chance to Avoid being Chilled"] = { "ChanceToAvoidChilledUnique__1", "ChanceToAvoidChillUniqueDescentOneHandAxe1", }, + ["(4-12)% increased Elemental Damage with Attack Skills"] = { "WeaponElementalDamageUnique__1", }, + ["(180-220)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2", }, + ["(20-25)% chance to lose a Frenzy Charge when you use a Travel Skill"] = { "LoseFrenzyChargeOnTravelSkillUnique__1", }, + ["Summoned Arbalists have (10-20)% chance to Intimidate for 4 seconds on Hit"] = { "SummonArbalistChanceToIntimidateFor4SecondsOnHit", }, + ["50% chance to Cause Poison on Critical Strike"] = { "CausesPoisonOnCritUniqueDagger9", }, + ["50% increased Attack, Cast and Movement Speed during Flask Effect"] = { "DegradingMovementSpeedDuringFlaskEffectUnique__1", }, + ["(1-2)% of Physical Attack Damage Leeched as Mana"] = { "ManaLeechUniqueHelmetInt7", "ManaLeechLocal1", "ManaLeechJewel", }, + ["Siren Worm Bait"] = { "FishingLureTypeUniqueFishingRod1", }, + ["Socketed Gems are Supported by Level 22 Blasphemy"] = { "SocketedGemsSupportedByBlasphemyUnique__1", }, + ["Adds (40-60) to (90-110) Cold Damage to Spells"] = { "SpellAddedColdDamageUnique__4", }, + ["Mercury Footprints"] = { "ItemSilverFootstepsUniqueHelmetStrDex2", }, + ["Runebinder"] = { "KeystoneRunebinderUnique__1", }, + ["20% increased Mana Regeneration Rate"] = { "ManaRegenerationUniqueBelt6", }, + ["Flasks do not apply to you"] = { "CannotBeAffectedByFlasksUnique__1", }, + ["Life Leech from Hits with this Weapon is instant"] = { "LocalLifeLeechIsInstantUniqueClaw3", }, + ["+(50-60)% to Fire Resistance while affected by Herald of Ash"] = { "HeraldBonusFireResist", }, + ["2% reduced Mana Recovery Rate per 10 Intelligence on Unallocated Passives in Radius"] = { "ManaRecoveryRatePerUnallocatedIntelligenceUnique__1", }, + ["Regenerate 2 Mana per second"] = { "AddedManaRegenerationUniqueDescentWand1", }, + ["(65-75)% reduced Amount Recovered"] = { "FlaskFullInstantRecoveryUnique__1", }, + ["(3-6)% increased Light Radius"] = { "JewelImplicitLightRadius", }, + ["4% increased maximum Life"] = { "MaximumLifeUnique__2", }, + ["(30-40)% chance when you Kill a Scorched Enemy to Burn Each surrounding"] = { "ScorchedEnemiesDegenExplodeUnique__1_", }, + ["(120-160)% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUnique__4_", }, + ["-20 to maximum Life"] = { "ReducedLifeUniqueGlovesDexInt4", }, + ["Adds (315-360) to (450-540) Fire Damage"] = { "LocalAddedFireDamageUnique__3", }, + ["Gain 5% of Cold Damage as Extra Chaos Damage"] = { "ChaosDamageAsPortionOfColdDamageUnique__1", }, + ["(80-100)% increased Elemental Damage"] = { "ElementalDamageUniqueSceptre7", }, + ["15% of Physical Attack Damage Leeched as Life"] = { "LifeLeechUniqueClaw6", }, + ["3% increased Damage per Crab Barrier"] = { "DamagePerCrabBarrierUnique__1", }, + ["Vulnerability has no Reservation if Cast as an Aura"] = { "VulnerabilityReservationCostUnique__1_", }, + ["Cannot lose Crab Barriers if you have lost Crab Barriers Recently"] = { "CannotLoseCrabBarriersIfLostRecentlyUnique__1", }, + ["50% less Poison Duration"] = { "VolkuurLessPoisonDurationUnique__1", }, + ["Minions have (12-16)% increased Attack Speed"] = { "MinionAttackAndCastSpeedUnique__1", }, + ["Hits from Socketed Vaal Skills ignore Enemy Monster Physical Damage Reduction"] = { "LocalVaalIgnoreMonsterPhysicalReductionUnique__1", }, + ["(7-10)% increased Elemental Damage"] = { "ElementalDamageUnique__4", }, + ["(100-150)% increased Critical Strike Chance against Bleeding Enemies"] = { "CriticalStrikeChanceAgainstBleedingEnemiesUnique__1", }, + ["0.5% of Attack Damage Leeched as Mana against Poisoned Enemies"] = { "AttackDamageManaLeechAgainstPoisonedEnemiesUnique_2", }, + ["(10-15)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueBow10", "IncreasedAttackSpeedUniqueAmulet20", "IncreasedAttackSpeedUniqueShieldDexInt2", "LocalIncreasedAttackSpeedUnique__4", "LocalIncreasedAttackSpeedUnique__8", "LocalIncreasedAttackSpeedUniqueBow9", "LocalIncreasedAttackSpeedUnique__20", "IncreasedAttackSpeedUniqueGlovesStr1", "LocalIncreasedAttackSpeedUnique__22", "LocalIncreasedAttackSpeedUnique__13", "LocalIncreasedAttackSpeedUnique__29", "LocalIncreasedAttackSpeedUnique__26_", "LocalIncreasedAttackSpeedUniqueOneHandAxe2", "IncreasedAttackSpeedUniqueBodyStr3", "LocalIncreasedAttackSpeedUnique__17", "IncreasedAttackSpeedUniqueIntHelmet2", "IncreasedAttackSpeedUniqueRing27", "LocalIncreasedAttackSpeedUnique__7", "LocalIncreasedAttackSpeedUnique__23", "LocalIncreasedAttackSpeedUniqueOneHandSword13_", "LocalIncreasedAttackSpeedUniqueClaw8", "LocalIncreasedAttackSpeedUniqueClaw9", "LocalIncreasedAttackSpeedUniqueTwoHandSword6", }, + ["-30% to Fire Resistance"] = { "FireResistUnique__10", "FireResistUniqueHelmetInt7", }, + ["10% increased Damage taken from Ghosts"] = { "DamageTakenFromGhostsUniqueOneHandSword12", }, + ["(6-8)% reduced Soul Gain Prevention Duration"] = { "VaalSoulGainPreventionUnique__1__", }, + ["36% Chance to Block Spell Damage while on Low Life"] = { "SpellBlockOnLowLifeUniqueShieldStrDex1", }, + ["(30-40)% increased Melee Damage"] = { "MeleeDamageUniqueAmulet12", }, + ["30% reduced Power Charge Duration"] = { "PowerChargeDurationUniqueAmulet14", }, + ["Enemies Ignited by you have (10-15)% of Physical Damage they deal converted to Fire"] = { "EnemyIgnitedConvertedToFireUnique__1", }, + ["Chaos Damage taken does not bypass Energy Shield while not on Low Life"] = { "ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1", }, + ["(4-7)% increased maximum Life"] = { "MaximumLifeUnique__12", }, + ["2% increased Minion Movement Speed per 50 Dexterity"] = { "MinionMovementSpeedPerXDexUnique__1", }, + ["+5% Chance to Block Attack Damage while Dual Wielding"] = { "BlockWhileDualWieldingUniqueDagger9", }, + ["10% increased Movement Speed while Phasing"] = { "MovementSpeedWhilePhasedUnique__2", }, + ["(21-24)% Chance to Block Spell Damage"] = { "SpellBlockUniqueShieldStrInt1", }, + ["+(400-500) to Accuracy against Bleeding Enemies"] = { "AccuracyAgainstBleedingEnemiesUnique__1", }, + ["+185 to Accuracy Rating"] = { "IncreasedAccuracy2hSwordImplicit3", }, + ["Trigger Level 1 Fire Burst on Kill"] = { "FireDamageToNearbyEnemiesOnKillUnique", }, + ["(13-17)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand4", }, + ["50% reduced Freeze Duration on you"] = { "ReducedFreezeDurationUniqueShieldStrInt3", }, + ["(6-10)% increased maximum Life"] = { "MaximumLifeUnique__16", "MaximumLifeUnique__10_", "MaximumLifeUnique__11", "MaximumLifeUnique__17", }, + ["+50% to Chaos Resistance during any Flask Effect"] = { "ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3", }, + ["50% chance to be inflicted with Bleeding when Hit by an Attack"] = { "ReceiveBleedingWhenHitUnique__1_", }, + ["Cannot be Blinded"] = { "BlindImmunityUnique__1", "BlindImmunityUniqueSceptre8", }, + ["Herald of Ash has (30-40)% increased Mana Reservation Efficiency"] = { "HeraldBonusAshReservationEfficiency__", "HeraldBonusAshReservation", }, + ["100% of Physical Damage from Hits with this Weapon is Converted to a random Element"] = { "LocalDamageConversionToRandomElementUnique__2_", "LocalDamageConversionToRandomElementImplicitE1", }, + ["50% increased Fire Resistance"] = { "NearbyEnemiesIncreasedFireColdResistUnique__1_", }, + ["20% increased Fire Damage taken"] = { "IncreasedFireDamageTakenUniqueBodyStrDex5", }, + ["Minions have (20-40)% reduced maximum Life"] = { "MinionLifeUnique__5_", }, + ["(20-30)% increased Elemental Damage"] = { "ElementalDamageUnique__2_", }, + ["(20-30)% increased Movement Speed"] = { "MovementVelocityUnique__39_", "MovementVelocityUnique__28", }, + ["+2 to Maximum Power Charges"] = { "IncreasedMaximumPowerChargesUnique__3", }, + ["50 Chaos Damage taken per second"] = { "ChaosDegenerationAuraNonPlayersUnique__1", "ChaosDegenerationAuraPlayersUnique__1", }, + ["100% of Elemental Damage Leeched as Life"] = { "ElementalDamageLeechedAsLifeUniqueSceptre7", }, + ["(120-160)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUnique__2", }, + ["(-10-10)% reduced Skill Effect Duration"] = { "SkillEffectDurationUnique__2_", }, + ["20% increased Damage with Hits and Ailments per Freeze, Shock or Ignite on Enemy"] = { "DamagePerStatusAilmentOnEnemiesUniqueRing21", }, + ["+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius"] = { "CriticalStrikeMultiplierPerUnallocatedStrengthUnique__1", "CriticalStrikeMultiplierPerUnallocatedStrengthJewelUnique__1_", }, + ["When you Kill a Rare monster, you gain its Modifiers for 60 seconds"] = { "GainRareMonsterModsOnKillUniqueBelt7_", }, + ["Regenerate 100 Life per second if you have at least 1000 Maximum Energy Shield"] = { "LifeRegenerationWith1000EnergyShieldUnique__1", }, + ["Socketed Non-Channelling Bow Skills are Triggered by Snipe"] = { "GrantsLevel20SnipeSupportUnique__1", }, + ["10% Global chance to Blind Enemies on hit"] = { "GlobalChanceToBlindOnHitUniqueSceptre8", }, + ["+(5-10) to Intelligence"] = { "IntelligenceUniqueBootsInt1", "IntelligenceUnique__21", "IntelligenceUniqueRing4", }, + ["Gain a Frenzy Charge on every 50th Rampage Kill"] = { "FrenzyChargePer50RampageStacksUnique__1", }, + ["Total Recovery per second from Life Leech is Doubled"] = { "TotalRecoveryLifeLeechDoubledUnique__1", }, + ["10% increased Character Size"] = { "ActorSizeUnique__3", "ActorSizeUniqueBeltDemigods1", }, + ["+5% Chance to Block Attack Damage"] = { "AdditionalBlockUniqueBodyDex2", }, + ["Socketed Gems are Supported by Level 15 Pierce"] = { "SocketedGemsSupportedByPierceUniqueBodyStr6", }, + ["Regenerate 0.3% of Life per second per Power Charge"] = { "ChargeBonusLifeRegenerationPerPowerCharge", }, + ["Regenerate 0.5% of Life per second per Power Charge"] = { "LifeRegenerationPerPowerChargeUnique__1__", }, + ["Attack Critical Strikes ignore Enemy Monster Elemental Resistances"] = { "AttackCriticalStrikesIgnoreElementalResistancesImplicitE1", }, + ["Melee Hits which Stun Fortify"] = { "FortifyOnMeleeStunUnique__1", }, + ["15% increased Area of Effect while you have no Frenzy Charges"] = { "IncreasedAreaOfSkillsWithNoFrenzyChargesUnique__1_", }, + ["+1 to maximum number of Skeletons"] = { "MaximumMinionCountUniqueBootsStrInt2Updated", }, + ["+40 to Intelligence"] = { "IntelligenceUnique__5", }, + ["If you have Blocked Recently, you and nearby Allies Regenerate 5% of Life per second"] = { "LifeRegenerationIfBlockedRecentlyUnique__1", }, + ["(220-250)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt3", }, + ["Adds (70-84) to (110-124) Fire Damage"] = { "LocalAddedFireDamageImplicitE2_", }, + ["Nearby stationary Enemies gain a Grasping Vine every 0.5 seconds"] = { "NearbyStationaryEnemiesGainVinesUnique__1", }, + ["(5-6)% of Physical Attack Damage Leeched as Life"] = { "LifeLeechLocal3", }, + ["Cannot be Stunned"] = { "CannotBeStunned", "CannotBeStunnedUnique__1_", }, + ["Adds (5-8) to (10-14) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueOneHandSword13", }, + ["(10-20)% increased Attack Speed while Chilled"] = { "AttackSpeedWhileChilledUnique__1", }, + ["Grants Level 5 Frostbite Skill"] = { "GrantsFrostbiteUnique__1", }, + ["(4-7)% increased Elemental Damage per Frenzy Charge"] = { "IncreasedElementalDamagePerFrenzyChargeUniqueGlovesStrDex6", }, + ["100% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1", "LocalIncreasedPhysicalDamagePercentUniqueStaff9", "LocalIncreasedPhysicalDamagePercentUniqueDescentBow1", "LocalIncreasedPhysicalDamagePercentUnique__26", }, + ["(-10-10)% reduced Quantity of Items found"] = { "ItemFoundQuantityIncreaseUniqueRing32", }, + ["You are Immune to Damage during Flask Effect"] = { "FlaskImmuneToDamage__1", }, + ["(10-15)% reduced Enemy Stun Threshold"] = { "StunThresholdReductionUniqueQuiver2", }, + ["(60-80)% increased Damage while you have no Frenzy Charges"] = { "IncreasedDamageAtNoFrenzyChargesUnique__1", }, + ["Adds (2-3) to (5-6) Cold Damage to Spells"] = { "SpellAddedColdDamageUnique__3", }, + ["25% of Physical Damage Converted to Chaos Damage"] = { "PhysicalDamageConvertToChaosUniqueBow5", "PhysicalDamageConvertedToChaosUnique__1", }, + ["Banners you are carrying gain 1 Stage on Melee Hit, up to 5 per second"] = { "Add1StageToBannersOnMeleeHitUpTo5PerSecondUnique__1", }, + ["(20-30)% reduced Flask Effect Duration"] = { "IncreasedFlaskDurationUnique__1", }, + ["Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks"] = { "AddedLightningDamageUnique__2_", }, + ["+(20-40) to Dexterity"] = { "DexterityUnique__20__", "DexterityUnique__6", "DexterityUnique__18", }, + ["+(10-20) to all Attributes"] = { "AllAttributesUnique__3", "AllAttributesUnique__17_", }, + ["20% increased Fishing Range"] = { "FishingCastDistanceUnique__1__", }, + ["Regenerate 0.2 Life per second per Level"] = { "LifeRegenerationPerLevelUniqueTwoHandSword7", }, + ["(15-25)% increased maximum Energy Shield"] = { "TalismanIncreasedEnergyShield", }, + ["+(80-100) to Evasion Rating and Energy Shield"] = { "LocalFlatIncreasedEvasionAndEnergyShieldUnique__1", }, + ["Minions Regenerate (1.5-2.5)% of Life per second"] = { "MinionLifeRegenerationPerRagingSpirit__1", }, + ["+(3-4) Life gained for each Enemy hit by your Attacks"] = { "LifeGainPerTargetImplicitQuiver8", }, + ["+(25-50) to Accuracy Rating"] = { "IncreasedAccuracyUniqueBow4", }, + ["30% increased Elemental Damage with Attack Skills"] = { "WeaponElementalDamageUniqueRing21", "WeaponElementalDamageImplicitSword1", }, + ["40% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceImplicitDaggerNew2", "CriticalStrikeChanceImplicitDagger2", }, + ["20% reduced maximum Life"] = { "MaximumLifeUniqueAmulet6", }, + ["Adds (85-110) to (135-150) Physical Damage"] = { "LocalAddedPhyiscalDamageUnique__39", }, + ["(100-120)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__10", "LocalIncreasedPhysicalDamagePercentUniqueClaw6", }, + ["30% chance to gain a Power Charge when you Stun with Melee Damage"] = { "PowerChargeOnMeleeStunUniqueSceptre10", }, + ["Ignited Enemies Burn (50-65)% slower"] = { "EmberwakeLessBurningDamageUniqueRing38", }, + ["Minions have 10% increased Area of Effect"] = { "MinonAreaOfEffectUniqueRing33", }, + ["(35-50)% increased Damage with Movement Skills"] = { "DamageWithMovementSkillsUniqueBodyDex5", }, + ["Summoned Arbalists have (10-20)% chance to inflict Cold Exposure on Hit"] = { "SummonArbalistChanceToInflictColdExposureonHit", }, + ["3% increased Totem Life per 10 Strength Allocated in Radius"] = { "TotemLifePerStrengthUniqueJewel15", }, + ["Adds (8-15) to (20-28) Fire Damage to Attacks"] = { "AddedFireDamageUniqueRing10", }, + ["3% increased Experience gain"] = { "IncreasedExperienceUniqueSceptre1", }, + ["20% chance to gain a Frenzy Charge on Killing a Frozen Enemy"] = { "ChanceToGainFrenzyChargeOnKillingFrozenEnemyUnique__1", }, + ["(6-10)% increased Cast Speed"] = { "IncreasedCastSpeedUniqueSceptre7", "IncreasedCastSpeedUnique__12", "IncreasedCastSpeedUniqueGlovesDemigods1", }, + ["Adds (45-60) to (100-120) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__30_", }, + ["Regenerate 2% of Life per second if you have been Hit Recently"] = { "LifeRegenerationIfHitRecentlyUnique__1", }, + ["Extra gore"] = { "ExtraGore", }, + ["Traps and Mines have a 25% chance to Poison on Hit"] = { "TrapPoisonChanceUnique__1", }, + ["Knocks Back Enemies in an Area when you use a Flask"] = { "AoEKnockBackOnFlaskUseUniqueFlask9_", }, + ["+1 to Level of Socketed Minion Gems"] = { "LocalIncreaseSocketedMinionGemLevelUniqueTwoHandMace5", }, + ["Adds (35-50) to (100-125) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__23_", }, + ["Grants Immunity to Chill for 4 seconds if used while Chilled"] = { "FlaskFreezeImmunityUnique__1", }, + ["25% chance to Scorch Enemies"] = { "AlternateFireAilmentUnique__1", }, + ["(15-25)% increased Cast Speed"] = { "IncreasedCastSpeedUnique__22", }, + ["Socketed Gems are Supported by Level 20 Elemental Proliferation"] = { "SocketedGemsGetElementalProliferationUniqueSceptre7", }, + ["75% reduced Effect of Chill on you"] = { "ChillEffectivenessOnSelfUniqueRing28", }, + ["Zealot's Oath"] = { "ZealotsOathUnique__1", "KeystoneZealotsOathUnique__1_", }, + ["+(50-175) to maximum Life"] = { "IncreasedLifeUnique__88", }, + ["(20-30)% increased Damage with Hits against Magic monsters"] = { "DamageOnMagicMonstersUnique__1_", }, + ["+2% to all Elemental Resistances per 10 Devotion"] = { "ElementalResistancesPerDevotion", }, + ["(7-10)% increased Projectile Damage"] = { "IncreasedProjectileDamageUnique__7", "IncreasedProjectileDamageUnique___8", "IncreasedProjectileDamageUnique___9", "IncreasedProjectileDamageUnique___3", "IncreasedProjectileDamageUnique__2", }, + ["5% chance to grant Onslaught to nearby Enemies on Kill"] = { "GrantEnemiesOnslaughtOnKillUnique__1", }, + ["Your Critical Strikes do not deal extra Damage during Flask effect"] = { "FlaskHitsHaveNoCritMultiUnique__1", }, + ["Your Minions use your Flasks when summoned"] = { "MinionsUseFlaskOnSummonUnique__1__", }, + ["Pain Attunement"] = { "PainAttunement", "KeystonePainAttunementUnique__1", }, + ["+(120-160) to maximum Mana"] = { "IncreasedManaUnique__20_", }, + ["Gain Immunity to Physical Damage for 1.5 seconds on Rampage"] = { "PhysicalDamageImmunityOnRampageUniqueGlovesStrInt2", }, + ["(120-160)% increased Spell Damage"] = { "SpellDamageUniqueStaff6", }, + ["10% reduced Reflected Elemental Damage taken"] = { "JewelImplicitReducedElementalReflect", }, + ["Divine Shield"] = { "KeystoneDivineShieldUnique_1", }, + ["(5-10)% chance to Shock"] = { "ChanceToShockUnique__3", }, + ["+5% to maximum Fire Resistance"] = { "MaximumFireResistUniqueShieldStrInt5", }, + ["Gain 2 Power Charges when you Warcry"] = { "GainPowerChargesOnUsingWarcryUnique__1", }, + ["Raised Zombies have (80-100)% increased maximum Life"] = { "ZombieIncreasedLifeUnique__1", }, + ["20% chance to Trigger Level 25 Summon Spectral Wolf on Critical Strike with this Weapon"] = { "SummonWolfOnCritUnique__1", }, + ["+330 to Accuracy Rating"] = { "IncreasedAccuracySwordImplicit5", }, + ["80% reduced Reservation Efficiency of Skills"] = { "ReservationEfficiencyUnique__1_", "IncreasedManaReservationsCostUnique__1", }, + ["While in Her Embrace, take 0.5% of your total Maximum Life and Energy Shield as Fire Damage per second per Level"] = { "TakeDamagePerLevelWhileHerEmbraceUnique__1_", }, + ["Hits with this Weapon Freeze Enemies as though dealing (150-200)% more Damage"] = { "LocalFreezeAsThoughDealingMoreDamageUnique__1", }, + ["+(10-20) to maximum Life"] = { "IncreasedLifeImplicitShield1", "IncreasedLifeUniqueHelmetDex5", }, + ["4% Chance to Block Attack Damage"] = { "BlockPercentMarakethDaggerImplicit1", }, + ["(4-6)% chance to Freeze, Shock and Ignite"] = { "TalismanChanceToFreezeShockIgnite_", }, + ["+20 to Dexterity and Intelligence"] = { "DexterityIntelligenceUnique__1__", }, + ["+3% to Damage over Time Multiplier per 10 Intelligence on Unallocated Passives in Radius"] = { "DamageOverTimeMultiplierPerUnallocatedIntelligenceUnique__1___", }, + ["Gain Her Embrace for 3 seconds when you Ignite an Enemy"] = { "GainHerEmbraceOnIgniteUnique__1", }, + ["30% chance to Shock"] = { "ChanceToShockUniqueGlovesStr4", }, + ["Adds 1 to (50-70) Lightning Damage to Spells and Attacks"] = { "AddedLightningDamageUniqueRing19", }, + ["10% increased Light Radius"] = { "LightRadiusUniqueRing15", }, + ["10% reduced Enemy Stun Threshold"] = { "StunThresholdReductionUniqueGlovesDexInt2", "StunThresholdReductionImplicitMace1", }, + ["+(100-125)% to Melee Critical Strike Multiplier"] = { "MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3", }, + ["Totems gain -10% to all Elemental Resistances per Summoned Totem"] = { "TotemElementalResistPerActiveTotemUnique_1", }, + ["Adds (3-6) to (9-13) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueDagger12", }, + ["(12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons"] = { "GainPowerChargeOnKillVsEnemiesWithLessThan5PoisonsUnique__1", }, + ["+2 to Level of all Chaos Spell Skill Gems"] = { "LocalIncreaseSocketedChaosGemLevelUnique__1", }, + ["You take 30% reduced Extra Damage from Critical Strikes"] = { "ReducedCriticalStrikeDamageTakenUniqueBelt13", }, + ["Adds 1 to 2 Fire Damage to Attacks per 10 Strength"] = { "FireDamageToAttacksPerStrengthUnique__1", }, + ["Arrows that Pierce have +50% to Critical Strike Multiplier"] = { "ArrowsThatPierceHaveCritMultiUnique__1", }, + ["100% increased Burning Damage if you've Ignited an Enemy Recently"] = { "IncreasedBurningDamageIfYouHaveIgnitedRecentlyUnique__1", }, + ["6% increased Movement Speed"] = { "MovementVelocityMarakethBowImplicit1", "MovementVelocityImplicitShield2", }, + ["Cannot be Stunned by Spells if your other Ring is a Shaper Item"] = { "CannotBeStunnedBySpellsShaperItemUnique__1", }, + ["+1500 Armour while stationary"] = { "AddedArmourWhileStationaryUnique__1", }, + ["Projectiles have (15-20)% chance to Shock"] = { "ProjectileShockChanceUniqueDagger6", }, + ["Reflects 1 to 150 Lightning Damage to Melee Attackers"] = { "AttackerTakesLightningDamageUnique___1", }, + ["Grants Level 15 Vengeance Skill"] = { "DisplayGrantsVengeanceUnique__1", }, + ["Triggers Level 15 Manifest Dancing Dervishes on Rampage"] = { "DisplayManifestWeaponUnique__1", }, + ["Adds (26-32) to (42-48) Cold Damage to Attacks"] = { "AddedColdDamageUnique__5", }, + ["Attacks deal no Physical Damage"] = { "AttacksDealNoPhysicalDamage", }, + ["Adds (11-15) to (23-28) Cold Damage to Attacks"] = { "AddedColdDamageUnique__8", }, + ["Impale Damage dealt to Enemies Impaled by you Overwhelms 10% Physical Damage Reduction"] = { "ImpalePhysicalReductionPenaltyUnique__1", }, + ["Adds (80-100) to (200-225) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__29___", }, + ["Passive Skills in Radius also grant: 1% increased Unarmed Attack Speed with Melee Skills"] = { "PassivesGrantUnarmedAttackSpeedUnique__1_", }, + ["50% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueTwoHandMace4", }, + ["Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield"] = { "LifeInRadiusBecomesEnergyShieldAtHalfValueUniqueJewel51", }, + ["4% increased Area Damage per 10 Devotion"] = { "AreaDamagePerDevotion", }, + ["Regenerate 100 Life per second if no Equipped Items are Corrupted"] = { "LifeRegenerationPerMinuteWhileNoCorruptedItemsUnique__1", }, + ["Socketed Gems are Supported by Level 10 Added Fire Damage"] = { "ItemActsAsFireDamageSupportUniqueSceptre2", "SupportedByAddedFireDamageUnique__1_", }, + ["+(20-50) to Dexterity"] = { "DexterityUnique__23", }, + ["+25% chance to be Ignited"] = { "IncreasedChanceToBeIgnitedUniqueRing24", "IncreasedChanceToBeIgnitedUnique__1", }, + ["20% reduced Light Radius"] = { "LightRadiusUniqueBootsStrDex3", }, + ["+1 to maximum number of Summoned Holy Relics"] = { "AdditionalHolyRelicUnique__1", }, + ["50% increased Energy Shield Recharge Rate"] = { "ReducedEnergyShieldDelayUniqueBelt11", }, + ["25% increased Strength Requirement"] = { "IncreasedStrengthRequirementsUniqueTwoHandSword4", }, + ["Items and Gems have 50% increased Attribute Requirements"] = { "GlobalItemAttributeRequirementsUnique__2", }, + ["5% reduced Elemental Damage taken while stationary"] = { "ReducedElementalDamageTakenWhileStationaryUnique__1_", }, + ["1% increased Cold Damage per 1% Chance to Block Attack Damage"] = { "IncreasedColdDamagePerBlockChanceUnique__1", }, + ["(20-30)% increased maximum Mana"] = { "MaximumManaUnique___2", "TalismanIncreasedMana", }, + ["40% increased Elemental Damage"] = { "ElementalDamagePercentImplicitSceptreNew18", "ElementalDamagePercentImplicitSceptreNew22", "ElementalDamagePercentImplicitSceptre3", }, + ["30% increased Effect of Buffs granted by your Golems"] = { "GolemBuffEffectUnique__1", }, + ["Reflect Shocks applied to you to all Nearby Enemies"] = { "ReflectsShockToEnemiesInRadiusUnique__1", }, + ["20% increased Physical Damage taken"] = { "IncreasedPhysicalDamageTakenUniqueBootsDex8", }, + ["1% of Damage dealt by your Mines is Leeched to you as Life"] = { "MineDamageLeechedToYouUnique__1", }, + ["Gain 1 Endurance Charge every second if you've been Hit Recently"] = { "ChargeBonusEnduranceChargeIfHitRecently", }, + ["Adds (12-15) to (25-30) Fire Damage to Attacks"] = { "AddedFireDamageUniqueRing28", }, + ["Enemies Taunted by your Warcries Explode on death, dealing 8% of their maximum Life as Chaos Damage"] = { "WarcryTauntChaosExplosionUnique__1_", }, + ["+(16-24) to Strength and Intelligence"] = { "HybridStrInt", }, + ["(50-70)% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUnique__3", }, + ["(220-250)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__18", }, + ["Projectiles that have Chained gain (20-35)% of Non-Chaos Damage as extra Chaos Damage"] = { "ProjectilesGainPercentOfNonChaosAsChaosUnique__2", }, + ["5% chance to Freeze"] = { "ChanceToFreezeUnique__1", }, + ["25% reduced Golem Size"] = { "GolemSizeUnique__1", }, + ["2% of Fire Damage Leeched as Life while Ignited"] = { "FireDamageLeechedAsLifeWhileIgnitedUnique__1", }, + ["With at least 40 Dexterity in Radius, Dual Strike has (10-15)% increased Attack"] = { "DualStrikeThresholdJewelClaw", }, + ["5% increased maximum Life"] = { "MaximumLifeUnique__14", }, + ["Gain an Endurance Charge when you take a Critical Strike"] = { "GainEnduranceChargeWhenCriticallyHit", }, + ["Adds 100 to 100 Lightning Damage to Spells"] = { "SpellAddedLightningDamageUnique__1", }, + ["(5-10)% increased Quantity of Items found"] = { "ItemFoundQuantityIncreaseUniqueGlovesInt1", }, + ["(4-8)% increased Quantity of Items found"] = { "ItemFoundQuantityIncreaseUniqueShieldInt4", }, + ["50% increased Stun Duration on you"] = { "IncreasedStunDurationOnSelfUnique_1", }, + ["+(8-12)% to Fire Damage over Time Multiplier"] = { "FireDamageOverTimeMultiplierUnique__3", }, + ["6% increased Critical Strike Chance per Frenzy Charge"] = { "ChargeBonusCriticalStrikeChancePerFrenzyCharge", }, + ["(15-20)% increased Projectile Damage"] = { "IncreasedProjectileDamageUniqueQuiver4", }, + ["Adds (22-27) to (34-38) Fire Damage"] = { "GlobalAddedFireDamageUnique__2", }, + ["10% increased Movement Speed if you've used a Warcry Recently"] = { "MovementSpeedIfUsedWarcryRecentlyUnique_1", }, + ["Adds 1 to (30-34) Lightning Damage to Attacks"] = { "AddedLightningDamageUniqueBelt10", }, + ["+(2-4)% Chance to Block Spell Damage"] = { "SpellBlockPercentageUnique__1", }, + ["Gain Onslaught for 3 seconds per Frenzy Charge on use"] = { "LocalFlaskOnslaughtPerFrenzyChargeUnique__1", }, + ["Properties are doubled while in a Breach"] = { "ItemStatsDoubledInBreachImplicit", }, + ["Deal no Physical Damage"] = { "DealNoPhysicalDamageUniqueBelt14", }, + ["+7% to Unarmed Melee Attack Critical Strike Chance"] = { "BaseUnarmedCriticalStrikeChanceUnique__1", }, + ["15% chance to Avoid being Poisoned"] = { "JewelImplicitChanceToAvoidPoison", }, + ["(5-10)% increased Global Defences"] = { "AllDefensesImplicitJetRing", "AllDefencesVictorAmulet", }, + ["(15-25)% increased Damage while Leeching"] = { "IncreasedDamageWhileLeechingUnique__2__", }, + ["6% of Physical Attack Damage Leeched as Life"] = { "LifeLeechUniqueClaw3", }, + ["(18-22)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand7", }, + ["40% increased Duration of Ailments on Enemies"] = { "IncreasedAilmentDurationUnique__1", }, + ["6 to 12 Added Physical Damage with Bow Attacks"] = { "AddedPhysicalDamageImplicitQuiver11", }, + ["(70-90)% increased Fire Damage"] = { "FireDamagePercentUniqueStaff1_", }, + ["Elemental Weakness has no Reservation if Cast as an Aura"] = { "ElementalWeaknessReservationCostUnique__1", }, + ["Socketed Gems are Supported by Level 18 Unleash"] = { "DisplaySupportedByUnleashUnique__1", }, + ["Transfiguration of Body"] = { "TransfigurationOfBodyUnique__1", }, + ["+5% to maximum Lightning Resistance"] = { "MaximumLightningResistUniqueStaff8c", }, + ["Adds (35-40) to (55-60) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__8", }, + ["+(300-350) to Armour"] = { "IncreasedPhysicalDamageReductionRatingUniqueBelt9", }, + ["(300-350)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__30___", }, + ["+20 to Strength and Intelligence"] = { "StrengthIntelligenceUnique__1", }, + ["-1 to Maximum Endurance Charges"] = { "ReducedMaximumEnduranceChargeUniqueCorruptedJewel17", "ReducedMaximumEnduranceChargeUnique__1", }, + ["10% chance to Avoid Elemental Ailments"] = { "ChanceToAvoidElementalStatusAilmentsUniqueJewel46", }, + ["-(18-14) Physical Damage taken from Attack Hits"] = { "PhysicalAttackDamageReducedUniqueShieldDexInt1", }, + ["15% chance to gain a Frenzy Charge on Kill"] = { "FrenzyChargeOnKillChanceUnique__1", }, + ["Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage"] = { "RagingSpiritChaosDamageTakenUnique__1", }, + ["15% Chance to Block Spell Damage"] = { "BlockingBlocksSpellsUniqueAmulet1", }, + ["60% increased Flask Effect Duration"] = { "BeltIncreasedFlaskDurationUnique__2", "BeltIncreasedFlaskDurationUnique__1", }, + ["+(25-50) to maximum Life"] = { "IncreasedLifeUniqueHelmetStr1", }, + ["(300-340)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUnique__6", }, + ["+(25-40) to maximum Life"] = { "IncreasedLifeImplicitBelt1", }, + ["Non-Chilled Enemies you inflict Bleeding on are Chilled"] = { "NonChilledEnemiesBleedAndChillUnique__1_", }, + ["(110-150)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUnique__13", }, + ["Recover (75-100)% of Life on use"] = { "LocalFlaskInstantRecoverPercentOfLifeUniqueFlask6", }, + ["Nearby Enemies take 50 Lightning Damage per second"] = { "LightningDegenAuraUniqueDisplay__1", }, + ["Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies"] = { "GrantAviansAspectToAlliesUnique__1", }, + ["You cannot have non-Golem Minions"] = { "CannotHaveNonGolemMinionsUnique__1_", }, + ["Lightning Resistance does not affect Lightning Damage taken"] = { "LightningResistNoReductionUnique__1_", }, + ["10% increased Movement Speed if you have used a Vaal Skill Recently"] = { "MovementVelocityIfVaalSkillUsedRecentlyUnique__1_", }, + ["Exerted Attacks deal (30-40)% increased Damage"] = { "ExertedDamageWarcryCooldown2", }, + ["Added Small Passive Skills grant Nothing"] = { "LocalAfflictionJewelDisplaySmallNodesGrantNothingUnique_1", }, + ["(25-40)% increased Damage against Ignited Enemies"] = { "IncreasedDamageToIgnitedTargetsUniqueBootsStrInt3", }, + ["Consecrated Ground created during Effect applies (7-10)% increased Damage taken to Enemies"] = { "FlaskConsecratedGroundDamageTakenUnique__1", }, + ["Adds (50-80) to (130-180) Chaos Damage"] = { "AddedChaosDamageUniqueBow12", }, + ["Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Intelligence"] = { "PlaceAdditionalMineWith600IntelligenceUnique__1", }, + ["You cannot have non-Animated Minions"] = { "CannnotHaveNonAnimatedMinionsUnique__1", }, + ["30% increased Stun Duration on Enemies"] = { "StunDurationImplicitMace1", }, + ["Trigger Level 15 Fiery Impact on Melee Hit with this Weapon"] = { "TriggeredFieryImpactOnHitWithWeaponImplicitE2_", }, + ["+25% to Lightning Resistance"] = { "LightningResistUniqueShieldInt1", }, + ["Blind does not affect your Light Radius"] = { "BlindDoesNotAffectLightRadiusUnique__1", }, + ["25% reduced Enemy Stun Threshold during any Flask Effect"] = { "ReducedStunThresholdWhileUsingFlaskUniqueBelt9d", }, + ["(7-10)% more Melee Physical Damage during effect"] = { "PhysicalDamageOnFlaskUseUniqueFlask9", }, + ["+25% chance to be Poisoned"] = { "ChanceToBePoisonedUnique__1", }, + ["2% increased Attack Critical Strike Chance per 200 Accuracy Rating"] = { "IncreasedCriticalStrikeChancePerAccuracyRatingUnique__1", }, + ["Sentinels of Purity deal (70-100)% increased Damage"] = { "HeraldBonusPurityMinionDamage", }, + ["+(20-30)% to Fire and Cold Resistances"] = { "FireAndColdResistUnique__2", }, + ["(10-30)% increased Damage"] = { "AllDamageUniqueRing6", }, + ["Mind Over Matter"] = { "KeystoneMindOverMatterUnique__1", "ManaShield", }, + ["(40-60)% increased Chaos Damage while affected by Herald of Agony"] = { "HeraldBonusAgonyChaosDamage_", }, + ["All Damage inflicts Poison against Enemies affected by at least 3 Grasping Vines"] = { "AllDamagePoisonsGraspingVinesUnique__1", }, + ["10000% increased Ignite Duration on you"] = { "SelfBurnDurationUnique__1", }, + ["15% chance to cause Bleeding on Hit"] = { "LocalChanceToBleedImplicitMarakethRapier1", }, + ["200% increased Spell Damage if you've dealt a Critical Strike in the past 8 seconds"] = { "SpellDamageIfYouHaveCritRecentlyUnique__1", }, + ["+1% to maximum Cold Resistance while affected by Herald of Ice"] = { "HeraldBonusMaxColdResist__", }, + ["+(16-24) to all Attributes"] = { "AllAttributesImplicitDemigodOneHandSword1", "AllAttributesImplicitWreath1", }, + ["+(10-16) to all Attributes"] = { "AllAttributesImplicitAmulet1", }, + ["Trigger Level 15 Lightning Warp on Hit with this Weapon"] = { "TriggeredLightningWarpUnique__1__", }, + ["+(30-40) to Dexterity"] = { "DexterityUnique__5", "DexterityUnique__10_", "DexterityUnique__19", "DexterityUnique__2", "DexterityImplicitQuiver1", "DexterityUnique__16", "DexterityUniqueBootsDex4_", "DexterityUnique__4", }, + ["+2 to Melee Strike Range"] = { "IncreasedMeleeWeaponAndUnarmedRangeUniqueAmulet13", "IncreasedMeleeWeaponAndUnarmedRangeUniqueJewel42", }, + ["Minions deal (30-40)% increased Damage"] = { "MinionDamageUniqueTwoHandSword4", "MinionDamageUnique__5", }, + ["+18% Chance to Block Attack Damage while wielding a Staff"] = { "StaffBlockPercentImplicitStaff1", }, + ["Attacks with this Weapon Maim on hit"] = { "LocalMaimOnHitUnique__1", }, + ["100% increased Melee Physical Damage against Ignited Enemies"] = { "IncreasedMeleePhysicalDamageAgainstIgnitedEnemiesUnique__1", }, + ["With at least 40 Intelligence in Radius, Rolling Magma fires an additional Projectile"] = { "MagmaOrbThresholdJewel_1", }, + ["Maximum Brutal Charges is equal to Maximum Endurance Charges"] = { "MaximumBrutalChargesEqualsEnduranceUnique__1__", }, + ["Shocks you cause are reflected back to you"] = { "ShocksReflectToSelfUnique__1", "ShocksReflectToSelfUniqueBelt12", }, + ["15% increased Attack and Cast Speed if you've used a Movement Skill Recently"] = { "AttackAndCastSpeedOnUsingMovementSkillUnique__1", }, + ["+(2-3) Life gained for each Enemy hit by your Attacks"] = { "LifeGainPerTargetUniqueQuiver6_", }, + ["50% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUniqueOneHandSword2", "CriticalStrikeChanceImplicitDagger3", "CriticalStrikeChanceImplicitDaggerNew3", "CriticalStrikeChanceUniqueGlovesDex2", "CriticalStrikeChanceUniqueDagger3", }, + ["(110-130)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__1", }, + ["30% of Damage is taken from Mana before Life"] = { "DamageRemovedFromManaBeforeLifeTestMod", }, + ["-50% to all Elemental Resistances"] = { "AllResistancesUniqueShieldDexInt2", }, + ["(300-360)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueOneHandMace6", }, + ["You gain Onslaught for 4 seconds on Critical Strike"] = { "UndyingRageOnCritUniqueTwoHandMace6", }, + ["Flasks gain 2 Charges when you hit a Non-Unique Enemy, no more than once per second"] = { "FlaskChargeOnHitNonUniqueUniqueJewel____9", }, + ["Adds (25-35) to (36-45) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueBow7", }, + ["(15-20)% increased Effect of your Curses"] = { "CurseEffectivenessUnique__2_", }, + ["15% chance to Avoid being Stunned"] = { "JewelImplicitChanceToAvoidStun", }, + ["(250-350)% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUniqueAmulet18", }, + ["Triggers Level 20 Cold Aegis when Equipped"] = { "TriggeredColdAegisSkillUnique__1", }, + ["Adds (75-85) to (115-128) Cold Damage"] = { "AddedColdDamageColdPenetration3", }, + ["Adds (26-32) to (36-42) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__6_", }, + ["+(60-100)% to Critical Strike Multiplier with One Handed Melee Weapons"] = { "OneHandedMeleeCriticalStrikeMultiplierUnique__1", }, + ["2% increased Experience gain"] = { "IncreasedExperienceUniqueRing14", }, + ["+(25-30)% to Lightning Resistance"] = { "LightningResistUnique__18", "LightningResistUnique__17_", }, + ["With at least 40 Intelligence in Radius, 2 additional Spark Projectiles"] = { "SparkThresholdJewel1", }, + ["(20-30)% increased Effect of Non-Damaging Ailments you inflict during Flask Effect"] = { "FlaskNonDamagingAilmentIncreasedEffectUnique__1", }, + ["6% increased Critical Strike Chance per Endurance Charge"] = { "ChargeBonusCriticalStrikeChancePerEnduranceCharge", }, + ["Can roll Minion Modifiers"] = { "CanRollMinionModifiersImplicitWandAtlas1", }, + ["Enemies Cursed by you take 25% increased Damage if 75% of Curse Duration expired"] = { "Curse75PercentEnemyDamageTakenUnique__1__", }, + ["Regenerate 80 Energy Shield per Second per Poison on you, up to 400 per second"] = { "EnergyShieldRegenPerPoisonUnique__1", }, + ["0.5% of Attack Damage Leeched as Life per Frenzy Charge"] = { "AttackDamageLeechPerFrenzyChargeUnique__1", }, + ["(7-10)% increased maximum Mana"] = { "MaximumManaUnique__1", }, + ["-(20-10)% to all Elemental Resistances"] = { "AllResistancesUnique__18", "AllResistancesUnique__6", }, + ["Far Shot"] = { "PlayerFarShotUnique__2", "PlayerFarShotUnique__3", "PlayerFarShotUnique__1", }, + ["+10% to Global Critical Strike Multiplier per Green Socket"] = { "CriticalStrikeMultiplierPerGreenSocketUnique_1", }, + ["+2 to Maximum Life per 10 Intelligence"] = { "LifePer10IntelligenceUnique__1", }, + ["+(75-100) to maximum Life"] = { "IncreasedLifeUniqueBelt8", }, + ["Frostbite has no Reservation if Cast as an Aura"] = { "FrostbiteReservationCostUnique__1", }, + ["30% more Monster Life"] = { "UltimatumTrialDifficultyLife2_", }, + ["+20% to Fire Resistance"] = { "FireResistUniqueAmulet7", "FireResistUniqueBelt3", }, + ["Lose (20-25) Life for each Enemy hit by your Attacks"] = { "LoseLifePerTargetUnique__1", }, + ["(30-50)% increased Totem Placement speed"] = { "SummonTotemCastSpeedUnique__2", }, + ["1% increased effect of Non-Curse Auras per 10 Devotion"] = { "AuraEffectPerDevotion", }, + ["With at least 40 Intelligence in Radius, Cold Snap grants Power Charges instead of Frenzy Charges when Enemies die in its Area"] = { "ColdsnapThresholdJewel__1", }, + ["+100 Mana gained on Kill"] = { "ManaGainedFromEnemyDeathUniqueBodyStrDexInt1", }, + ["(15-20)% chance to Shock"] = { "ChanceToShockUniqueOneHandSword7", }, + ["Gain 50 Life when you Stun an Enemy"] = { "LifeGainedOnStunUnique__1_", }, + ["10% reduced Reflected Physical Damage taken"] = { "JewelImplicitReducedPhysicalReflect", }, + ["Gain Unholy Might for 2 seconds on Melee Critical Strike"] = { "UnholyMightOnMeleeCritUniqueSceptre10", }, + ["+(100-150) to maximum Mana"] = { "IncreasedManaUniqueTwoHandAxe9", "IncreasedManaUniqueBodyDexInt2", }, + ["1% increased Area of Effect per 20 Intelligence"] = { "WeaponPhysicalDamagePerStrength", }, + ["15% increased Movement Speed while Phasing"] = { "MovementSpeedWhilePhasedUnique__1", }, + ["+(100-120) to maximum Mana"] = { "IncreasedManaUniqueHelmetStrInt3", }, + ["Chaos Damage is taken from Mana before Life"] = { "ChaosDamageRemovedFromManaBeforeLifeUnique__1___", }, + ["10% chance to Trigger Level 18 Animate Guardian's Weapon when Animated Weapon Kills an Enemy"] = { "AnimateGuardianWeaponOnAnimatedWeaponKillUnique__1", }, + ["(40-60)% increased Trap Trigger Area of Effect"] = { "TrapTriggerRadiusUnique__1", }, + ["+1 to Level of Socketed Gems"] = { "LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2", "LocalIncreaseSocketedGemLevelUniqueTwoHandAxe9", "LocalIncreaseSocketedGemLevelUnique__5", "LocalIncreaseSocketedGemLevelUnique__2", "LocalIncreaseSocketedGemLevelUniqueHelmetDexInt5", "LocalIncreaseSocketedGemLevelUniqueSceptre1", "LocalIncreaseSocketedGemLevelUnique__4", "LocalIncreaseSocketedGemLevelUnique__7", "LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6", }, + ["(15-20)% Chance to Block Spell Damage"] = { "SpellBlockPercentageUniqueShieldStrInt1", }, + ["100% reduced Global Accuracy Rating"] = { "AccuracyPercentUnique__1", }, + ["Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies"] = { "AddedPhysicalDamageVsFrozenEnemiesUniqueRing30", }, + ["All Damage inflicts Poison while affected by Glorious Madness"] = { "AllDamageCanPoisonGloriousMadnessUnique___1", }, + ["Adds (60-70) to (71-80) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueOneHandSword5", }, + ["-150 to Accuracy Rating"] = { "ReducedAccuracyUniqueTwoHandSword5", }, + ["Critical Strikes do not inherently Freeze"] = { "CriticalStrikesDoNotFreezeUnique___1", }, + ["Hits with this Weapon always Ignite, Freeze, and Shock"] = { "LocalAlwaysInflictElementalAilmentsUnique__1", }, + ["(15-20)% increased Lightning Damage per 1% Lightning Resistance above 75%"] = { "LightningDamagePerResistanceAbove75Unique__1", }, + ["(7-12)% increased maximum Life"] = { "MaximumLifeUnique__19", }, + ["You have Crimson Dance while you have Cat's Stealth"] = { "GainCrimsonDanceWithCatsStealthUnique__1", }, + ["+(15-20) Life gained on Kill"] = { "LifeGainedFromEnemyDeathUniqueHelmetDexInt3", }, + ["+(12-20) to maximum Life"] = { "IncreasedLifeUniqueBodyStr2", }, + ["+(20-60) to maximum Life"] = { "IncreasedLifeUnique__80_", }, + ["+(20-30) to maximum Life"] = { "IncreasedLifeUnique__39", "IncreasedLifeImplicitGlovesDemigods1", "IncreasedLifeUniqueHelmetDexInt2", "IncreasedLifeUniqueBootsStrDex3", "IncreasedLifeUniqueRing1", "IncreasedLifeImplicitRing1", "IncreasedLifeUniqueOneHandSword1", "IncreasedLifeImplicitShield2", }, + ["+(20-40) to maximum Life"] = { "IncreasedLifeUniqueRing28", "IncreasedLifeUniqueAmulet22", "IncreasedLifeUnique__5", }, + ["Glancing Blows"] = { "KeystoneGlancingBlowsUnique__1___", }, + ["Minions can hear the whispers for 5 seconds after they deal a Critical Strike"] = { "MinionsCrazyOnCritUnique__1__", }, + ["12% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe2", }, + ["Bleeding you inflict is Reflected to you"] = { "ReflectBleedingToSelfUnique__1", }, + ["+(40-60)% to Damage over Time Multiplier if you've dealt a Critical Strike in the past 8 seconds"] = { "DamageOverTimeMultiplierIfCrit8SecondsUnique__1_", }, + ["+4% to Damage over Time Multiplier for Bleeding per Frenzy Charge"] = { "BleedDotMultiplierPerFrenzyChargeUnique__1_", }, + ["(14-18)% increased Damage over Time"] = { "DegenerationDamageImplicit1", }, + ["Recover 5% of Life on Kill"] = { "RecoverPercentMaxLifeOnKillUnique__1", "RecoverPercentMaxLifeOnKillUnique__2", }, + ["1% of Damage against Frozen Enemies Leeched as Life"] = { "LifeLeechPermyriadOnFrozenEnemiesUnique__1", }, + ["Consumes Socketed Uncorrupted Support Gems when they reach Maximum Level"] = { "ConsumesSupportGemsUnique", }, + ["1% increased Armour per 16 Strength when in Off Hand"] = { "ArmourPerStrengthInOffHandUniqueSceptre6", }, + ["Adds 4 to 8 Physical Damage to Attacks"] = { "AddedPhysicalDamageUniqueShieldStrDex3", }, + ["(8-12)% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentUnique__2", "IncreasedPhysicalDamagePercentUnique__1", }, + ["+(20-30)% to Damage over Time Multiplier for Poison from Critical Strikes during Flask effect"] = { "FlaskCriticalStrikeDoTMultiplierUnique__1", }, + ["Adds 3 to 7 Physical Damage to Attacks"] = { "AddedPhysicalDamageUniqueJewel9", }, + ["You have Iron Reflexes while at maximum Frenzy Charges"] = { "ChargeBonusIronReflexesFrenzyCharges", }, + ["30% reduced Spell Damage taken from Blinded Enemies"] = { "SpellDamageTakenFromBlindEnemies__1", }, + ["Socketed Gems are Supported by Level 12 Fortify"] = { "SocketedGemsSupportedByFortifyUnique____1", }, + ["Socketed Gems are Supported by Level 16 Increased Critical Damage"] = { "DisplaySocketedGemsSupportedByIncreasedCriticalDamageUniqueRing37_", }, + ["+2 to Weapon Range"] = { "LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1", "LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5", "LocalIncreasedMeleeWeaponRangeEssence1", "LocalIncreasedMeleeWeaponRangeUnique___2", "LocalIncreasedMeleeWeaponRangeUnique__1", "LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe7_", }, + ["200% more Monster Life"] = { "UltimatumTrialDifficultyLife5", }, + ["Recover Full Life at the end of the Flask Effect"] = { "LocalFlaskLifeOnFlaskDurationEndUniqueFlask3", }, + ["+110 to Evasion Rating"] = { "IncreasedEvasionRatingUnique___1", }, + ["(10-15)% increased Movement Speed"] = { "MovementVeolcityUniqueAmulet12", "MovementVelocityUniqueAmulet20", "MovementVelocityUnique__32", }, + ["Totems fire 2 additional Projectiles"] = { "AdditionalTotemProjectilesUniqueJewel26", }, + ["33% reduced Recovery rate"] = { "FlaskIncreasedDuration1", }, + ["Permanently Intimidate Enemies on Block"] = { "EnemiesBlockedAreIntimidatedUnique__1", }, + ["(30-40)% reduced Stun and Block Recovery"] = { "StunRecoveryUniqueOneHandSword13", }, + ["Socketed Gems are Supported by Level 10 Cold to Fire"] = { "ItemActsAsColdToFireSupportUniqueSceptre2", }, + ["12% reduced Enemy Stun Threshold"] = { "StunThresholdReductionImlicitMarakethOneHandSword2", }, + ["+3% chance to Suppress Spell Damage"] = { "ChanceToDodgeSpellsImplicitShield1", "ChanceToDodgeImplicitShield1", "ChanceToDodgeUniqueJewel46", }, + ["8% reduced Enemy Stun Threshold"] = { "StunThresholdReductionImlicitMarakethOneHandSword1", }, + ["Enemies Killed by your Hits are destroyed while Insane"] = { "EnemiesExplodeOnKillUnhingedUnique__1_", }, + ["Summoned Phantasms have 10% chance to refresh their Duration when they Hit a Unique Enemy"] = { "SpiritMinionRefreshOnUniqueHitUnique__1", }, + ["16% increased Attack Speed"] = { "IncreasedAttackSpeedUniqueHelmetStrDex2", }, + ["Implicit Modifier magnitudes are doubled"] = { "LocalDoubleImplicitMods", }, + ["0.5% of Chaos Damage Leeched as Life"] = { "ChaosDamageLifeLeechPermyriadUnique__2", }, + ["+(15-25) Life gained on Kill"] = { "LifeGainedFromEnemyDeathUnique__3", "LifeGainedFromEnemyDeathUnique__1", }, + ["(70-80)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt6", }, + ["+5000 to Armour while Frozen"] = { "ArmourWhileFrozenUniqueRing18", }, + ["+(20-25) Mana gained on Killing a Frozen Enemy"] = { "GainManaOnKillingFrozenEnemyUnique__1", }, + ["+46 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw13", "LifeGainPerTargetImplicit2Claw10", }, + ["+(6-10) Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetUniqueSceptre2", }, + ["+(15-30) to all Attributes"] = { "AllAttributesUnique__7", }, + ["+(6-10)% to Critical Strike Multiplier per Power Charge"] = { "CriticalMultiplierPerPowerChargeUnique__1", }, + ["Adds (94-98) to (115-121) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__32", }, + ["30% reduced Enemy Stun Threshold while you have at least 500 Strength"] = { "ReducedStunThresholdWith500StrengthUber1", }, + ["Damage Penetrates 6% Lightning Resistance during Flask effect"] = { "LightningPenetrationDuringFlaskEffect__1", }, + ["Nearby Enemies have -10% to all Resistances"] = { "NearbyEnemiesHaveReducedAllResistancesUnique__1", }, + ["+(15-20) to all Attributes"] = { "AllAttributesUnique__12", "AllAttributesUnique__9", "AllAttributesUnique__20", "AllAttributesUnique__10_", "AllAttributesUnique__4", "AllAttributesUniqueStaff10", }, + ["18% increased Elemental Damage"] = { "ElementalDamagePercentImplicitSceptreNew10", "ElementalDamagePercentImplicitSceptreNew9", }, + ["+(30-50) to Dexterity"] = { "DexterityUnique__3", "DexterityUnique__22", }, + ["Minions have +60 to Accuracy Rating per 10 Devotion"] = { "MinionAccuracyRatingPerDevotion_", }, + ["+20% Chance to Block Spell Damage while Cursed"] = { "AdditionalSpellBlockWhileCursedUnique__1", }, + ["Gain Arcane Surge on Hit with Spells while at maximum Power Charges"] = { "ChargeBonusArcaneSurgeOnHitPowerCharges", }, + ["100% of Life Recovery from Flasks is applied to nearby Allies instead of You"] = { "FlaskLifeRecoveryAlliesUnique__1_", }, + ["Attacks fire an additional Projectile when in Off Hand"] = { "AttacksExtraProjectileInOffHandUnique__1", }, + ["With at least 40 Dexterity in Radius, Viper Strike deals 2% increased Damage with Hits and Poison for each Poison on the Enemy"] = { "ViperStrikeThresholdJewel__1", }, + ["-(10-5)% to all Elemental Resistances"] = { "AllResistancesUniqueAmulet23", }, + ["2% increased Attack Speed per Frenzy Charge"] = { "AttackSpeedPerFrenzyChargeUniqueGlovesDexInt5", }, + ["2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius"] = { "MovementSpeedPerAllocatedDexterityUnique__1", "MovementSpeedPerAllocatedDexterityJewelUnique__1", }, + ["Right ring slot: You and your Minions take 80% reduced Reflected Physical Damage"] = { "RightRingSlotPhysicalReflectDamageTakenUniqueRing10", }, + ["Right Ring slot: Cover Enemies in Frost for 5 seconds when you Freeze them"] = { "RightRingCoveredInFrostUnique__1", }, + ["Kills grant an additional Vaal Soul if you have Rampaged Recently"] = { "VaalSoulsOnRampageUniqueGlovesStrDex5", }, + ["10% chance that if you would gain a Crab Barrier, you instead gain up to"] = { "ChanceToGainMaximumCrabBarriersUnique__1_", }, + ["(30-40)% increased Global Critical Strike Chance"] = { "CriticalSrikeChanceUniqueSceptre7", }, + ["Grants Level 30 Smite Skill"] = { "GrantsLevel30SmiteUnique__1", }, + ["(230-260)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8", "LocalIncreasedPhysicalDamagePercentUnique__42", }, + ["(50-60)% increased Cost of Skills for each 200 total Mana Spent Recently"] = { "ManaCostPer200ManaSpentRecentlyUnique__1", }, + ["(10-20)% of Physical Damage taken as Fire Damage"] = { "PhysicalHitAndDoTDamageTakenAsFireUnique__1", }, + ["Gain 1% of Lightning Damage as Extra Chaos Damage per Power Charge"] = { "ChargeBonusLightningDamageAddedAsChaos", }, + ["40% increased Mana Regeneration Rate"] = { "LifeRegenerationAuraUniqueAmulet21", }, + ["3% increased Poison Duration per Power Charge"] = { "PoisonDurationPerPowerChargeUnique__1", }, + ["You cannot be Chilled for 3 seconds after being Chilled"] = { "ChillImmunityWhenChilledUniqueGlovesStrInt1", }, + ["Regenerate 0.3% of Life per second per Frenzy Charge"] = { "ChargeBonusLifeRegenerationPerFrenzyCharge", }, + ["50% chance to Cause Bleeding on Critical Strike"] = { "CauseseBleedingOnCritUniqueDagger9", }, + ["Channelling Skills deal (50-70)% increased Damage"] = { "ChannelledSkillDamageUnique__1", }, + ["(6-10)% increased maximum Mana"] = { "MaximumManaUnique__6", }, + ["Adds (8-13) to (20-30) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__25", }, + ["Adds (223-250) to (264-280) Fire Damage"] = { "LocalAddedFireDamageUnique__4", }, + ["Summoned Golems are Aggressive"] = { "GolemLargerAggroRadiusUnique__1", }, + ["(20-30)% reduced Trap Throwing Speed"] = { "TrapThrowSpeedUnique__1_", }, + ["Petrified during Flask Effect"] = { "LocalFlaskPetrifiedUnique__1", }, + ["Flasks applied to you have 20% increased Effect"] = { "CannotUseFlaskInFifthSlotImplicitE1_", }, + ["Gain a Power Charge after Spending a total of 200 Mana"] = { "PowerChargeOnManaSpentUnique__1", }, + ["+(70-100) to maximum Life"] = { "IncreasedLifeUnique__36_", "IncreasedLifeUnique__37", "IncreasedLifeUnique__91", "IncreasedLifeUniqueBodyStrDex4", }, + ["60% reduced Mana Regeneration Rate"] = { "ManaRegenerationUnique__14___", }, + ["+30% to Fire Resistance"] = { "FireResistUnique__6", }, + ["50% increased Duration of Elemental Ailments on Enemies"] = { "ElementalStatusAilmentDurationDescentUniqueQuiver1", }, + ["(19-31)% increased Chaos Damage"] = { "TalismanIncreasedChaosDamage", }, + ["50% more Global Accuracy Rating"] = { "AccuracyRatingIsDoubledUber1", }, + ["10% chance to Impale Enemies on Hit with Attacks"] = { "ChanceToImpaleUnique__1", }, + ["+(50-60)% to Lightning Resistance while affected by Herald of Thunder"] = { "HeraldBonusThunderLightningResist_", }, + ["(40-55)% increased Elemental Damage with Attack Skills"] = { "WeaponElementalDamageUnique__3", }, + ["50% of Physical Damage Converted to Fire Damage against Ignited Enemies"] = { "PhysicalDamageConvertedToFireVsBurningEnemyUniqueSceptre9", }, + ["Totems have 5% increased Attack Speed per Summoned Totem"] = { "AttacksByTotemsHaveReducedAttackSpeedPerTotemUnique_1", }, + ["3% increased Character Size"] = { "ActorSizeUnique__1", "ActorSizeUniqueRingDemigods1", }, + ["Vaal Skills have (15-20)% chance to regain consumed Souls when used"] = { "VaalSkillRefundChanceUniqueCorruptedJewel5", }, + ["30% of Physical Damage from Hits taken as Lightning Damage"] = { "PhysicalDamageTakenAsLightningPercentUniqueBodyStrDex2", }, + ["(5-10)% increased Attack and Cast Speed"] = { "AttackAndCastSpeedUnique__2", "AttackAndCastSpeedUnique__5", "AttackAndCastSpeedUniqueRing39", }, + ["Socketed Gems are Supported by Level 16 Cluster Trap"] = { "SupportedByClusterTrapUnique__1", }, + ["While your Passive Skill Tree connects to the Witch's starting location, you gain:"] = { "StarterPassiveJewelUnique__12__", "StarterPassiveTreeJewelUnique__4", }, + ["Increases and Reductions to Maximum Energy Shield instead apply to Ward"] = { "EnergyShieldAdditiveModifiersInsteadApplyToWardUnique__", }, + ["+(20-30) Life gained on Kill"] = { "LifeGainedFromEnemyDeathUnique__2", }, + ["50% increased Flask Effect Duration"] = { "FlaskDurationUniqueJewel_____8", }, + ["You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently"] = { "MaximumBlockChanceIfNotBlockedRecentlyUnique__1", }, + ["Immune to Burning Ground, Shocked Ground and Chilled Ground"] = { "ImmuneToBurningShockedChilledGroundUnique__1", }, + ["+(35-40) to maximum Life"] = { "IncreasedLifeUniqueTwoHandMace6", }, + ["Critical Strikes have (10-20)% chance to Blind Enemies while you have Cat's Stealth"] = { "CritsBlindChanceWithCatsStealthUnique__1", }, + ["Cannot be Stunned when on Low Life"] = { "CannotBeStunnedOnLowLife", }, + ["You lose all Endurance Charges on reaching maximum Endurance Charges"] = { "LoseEnduranceChargesOnMaxEnduranceChargesUnique__1_", }, + ["(50-60)% increased Critical Strike Chance while you have at least 200 Intelligence"] = { "CriticalStrikeChanceAt200IntelligenceUnique__1", }, + ["You have Vaal Pact while all Socketed Gems are Red"] = { "VaalPactIfAllSocketedGemsAreRedUniqueTwoHandSword8", }, + ["10% increased Mana Recovery rate"] = { "IncreasedManaRecoveryRateUnique__1", }, + ["Regenerate 1% of Energy Shield per second"] = { "EnergyShieldRegenerationUnique__2", "EnergyShieldRegenerationUnique__1", }, + ["3% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius"] = { "LifeRecoveryRatePerAllocatedStrengthUnique__2", }, + ["+3 Life gained for each Elemental Ailment on Enemies hit by your Attacks"] = { "LifeOnHitPerStatusAilmentOnEnemyUniqueJewel33", }, + ["Gain Unholy Might on block for 10 seconds"] = { "UnholyMightOnBlockChanceUnique__1", }, + ["15% of Fire Damage Converted to Chaos Damage"] = { "ConvertFireToChaosUniqueBodyInt4Updated", "ConvertFireToChaosUniqueBodyInt4", }, + ["15% increased Damage with Ailments per Elder Item Equipped"] = { "AilmentDamagePerElderItemUnique__1__", }, + ["(20-25)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__21", "LocalIncreasedAttackSpeedUniqueOneHandAxe1", "LocalIncreasedAttackSpeedUniqueOneHandSword9", "LocalIncreasedAttackSpeedUniqueOneHandSword11", }, + ["Triggers Level 20 Physical Aegis when Equipped"] = { "TriggeredPhysicalAegisSkillUnique__1", }, + ["(60-140)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__7", }, + ["(50-55)% reduced Lightning Resistance"] = { "ReducedLightningResistanceUnique__1", }, + ["Recover 250 Life when you Block"] = { "GainLifeOnBlockUnique__1", }, + ["10% of Damage you Reflect to Enemies when Hit is gained as Life"] = { "DamageYouReflectGainedAsLifeUnique__1", }, + ["Attack Skills have +1 to maximum number of Summoned Totems"] = { "AdditionalAttackTotemsUnique__1", }, + ["5% increased Impale Effect"] = { "ImpaleEffectUnique__2", }, + ["(90-110)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUniqueOneHandSword4", }, + ["(240-300)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__6", }, + ["Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity"] = { "AddedDamagePerDexterityUnique__1", }, + ["Adds (24-30) to (34-40) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__9", }, + ["15% increased Item Quantity per White Socket"] = { "ItemQuantityPerWhiteSocketUniqueRing39_", }, + ["Unholy Might"] = { "GrantsUnholyMightUnique__1", }, + ["2% increased Minion Duration per Raised Zombie"] = { "MinionDurationPerZombie__1", }, + ["+10 to Dexterity"] = { "DexterityUniqueRing3", "DexterityUniqueBootsInt3", "DexterityUniqueAmulet7", "DexterityUniqueGlovesStrDex3", }, + ["15% increased Attack Speed"] = { "IncreasedAttackSpeedUniqueHelmetDex6", "LocalIncreasedAttackSpeedUniqueOneHandSword12", }, + ["(5-10)% reduced maximum Life"] = { "MaximumLifeUniqueRing16", }, + ["+1 Mana gained on Kill per Level"] = { "ManaGainedOnEnemyDeathPerLevelUniqueSceptre8", }, + ["+100 to Maximum Energy Shield per Blue Socket"] = { "EnergyShieldPerBlueSocketUniqueRing39", }, + ["+4% to Damage over Time Multiplier for Ailments per Elder Item Equipped"] = { "AilmentDamageOverTimeMultiplierPerElderItemUnique__1", }, + ["Right ring slot: Regenerate 3% of Energy Shield per second"] = { "RightRingSlotEnergyShieldRegenUniqueRing13", }, + ["(50-55)% reduced Fire Resistance"] = { "ReducedFireResistanceUnique__1", }, + ["+(50-60)% to Cold Resistance while affected by Herald of Ice"] = { "HeraldBonusColdResist", }, + ["Enemies take 5% increased Damage for each type of Ailment you have inflicted on them"] = { "EnemiesTakeIncreasedDamagePerAilmentTypeUnique__1", }, + ["+(5-10)% to Lightning Resistance"] = { "LightningResistUniqueBodyInt5", "LightningResistUniqueBelt11", }, + ["Deal no Non-Elemental Damage"] = { "DealNoNonElementalDamageUnique__1", }, + ["25% chance to Avoid being Chilled"] = { "ChanceToAvoidFreezeAndChillUniqueDexHelmet5", }, + ["You have Tailwind if you've used a Socketed Vaal Skill Recently"] = { "LocalVaalTailwindIfUsedRecentlyUnique__1", }, + ["(0.6-1)% of Physical Attack Damage Leeched as Mana"] = { "ManaLeechPermyriadUniqueOneHandSword2", }, + ["(150-200)% increased Critical Strike Chance with arrows that Fork"] = { "CriticalStrikeChanceForForkingArrowsUnique__1", }, + ["Cannot be Stunned during Flask Effect"] = { "FlaskStunImmunityUnique__1", }, + ["+(10-20)% to Fire Resistance"] = { "FireResistUnique__15", "FireResistUniqueShieldStrDex1", "FireResistUniqueBelt13", }, + ["+(10-20) to Dexterity"] = { "DexterityUniqueRing8", "DexterityUniqueBow6", "DexterityUnique__21_", "DexterityUniqueDagger3", "DexterityUniqueBow4", }, + ["Adds (40-48) to (60-72) Fire Damage"] = { "LocalAddedFireDamageImplicitE1_", }, + ["Minions cannot be Blinded"] = { "MinionBlindImmunityUnique__1", }, + ["18% increased Cast Speed"] = { "IncreasedCastSpeedUniqueStaff5", }, + ["10000% increased Shock Duration on Enemies"] = { "ShockDurationUnique__1", }, + ["+10 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetUniqueDagger2", }, + ["10% increased Damage for each type of Abyss Jewel affecting you"] = { "DamagePerAbyssJewelTypeUnique__1_", }, + ["You can apply one fewer Curse"] = { "AdditionalCurseOnEnemiesUnique__3", }, + ["Adds (60-68) to (90-102) Chaos Damage"] = { "LocalChaosDamageUniqueTwoHandSword7", }, + ["Minions have (5-15)% increased maximum Life"] = { "MinionLifeUniqueJewel18", }, + ["Hits have 50% increased Critical Strike Chance against you"] = { "NearbyEnemiesHaveIncreasedChanceToBeCritUnique__2", }, + ["25% increased Spell Damage per Power Charge"] = { "IncreasedSpellDamagePerPowerChargeUniqueWand3", }, + ["10% increased Elemental Damage with Attack Skills"] = { "WeaponElementalDamageUniqueBelt10", }, + ["(20-25)% increased Damage"] = { "AllDamageUnique__2", }, + ["Shepherd of Souls"] = { "KeystoneShepherdOfSoulsUnique__1", }, + ["(20-60)% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUnique__2", }, + ["Minions deal (5-9) to (11-15) additional Cold Damage"] = { "MinionAddedColdDamageUnique__1", }, + ["Unaffected by Burning Ground"] = { "ImmuneToBurningGroundUniqueBootsStr3", }, + ["+(30-35)% to Cold Resistance"] = { "ColdResistUniqueBelt9", }, + ["10% reduced Flask Life Recovery rate"] = { "FlaskLifeRecoveryRateUniqueSceptre5", }, + ["Arrows Pierce an additional Target"] = { "AdditionalArrowPierceImplicitQuiver12_", "AdditionalArrowPierceImplicitQuiver5New", }, + ["+(15-30)% to Lightning Resistance"] = { "LightningResistUnique__1", }, + ["-(8-4) to Total Mana Cost of Skills"] = { "ReduceGlobalFlatManaCostUnique__1", }, + ["Cannot be Chilled during Onslaught"] = { "CannotBeChilledWhenOnslaughtUniqueOneHandAxe6", }, + ["Armour also applies to Lightning Damage taken from Hits"] = { "ArmourAppliesToLightningDamageUnique__1_", }, + ["5% chance to grant Unholy Might to nearby Enemies on Kill"] = { "GrantEnemiesUnholyMightOnKillUnique__1", }, + ["Grants Summon Harbinger of Brutality Skill"] = { "HarbingerSkillOnEquipUnique__6", }, + ["+1 Mana per 4 Strength"] = { "ManaPerStrengthUnique__1__", }, + ["+(5-10)% to Cold Resistance"] = { "ColdResistUniqueBodyInt5", }, + ["+10 to Strength"] = { "StrengthUniqueGlovesStrDex3", "StrengthUniqueTwoHandMace1", "StrengthUniqueTwoHandAxe5", }, + ["Supreme Ego"] = { "KeystoneSupremeEgoUnique__1_", }, + ["15% increased Dexterity"] = { "PercentageDexterityUnique__5", "PercentageDexterityUniqueBodyDex7", }, + ["Adds (75-100) to (165-200) Fire Damage in Main Hand"] = { "MainHandAddedFireDamageUniqueTwoHandAxe6", }, + ["Damage Penetrates 10% Fire Resistance against Blinded Enemies"] = { "FirePenetrationAgainstBlindedEnemiesUnique__1", }, + ["Adds (80-100) to (160-200) Cold Damage"] = { "LocalAddedColdDamageUnique__5", }, + ["30% increased Area of Effect if you have at least 500 Strength"] = { "AreaOfEffectWith500StrengthUber1", }, + ["15% chance to gain a Power Charge on Kill"] = { "PowerChargeOnKillChanceUniqueDescentDagger1", }, + ["+(5-10)% to Chaos Resistance"] = { "ChaosResistUniqueWand7", }, + ["25% increased Damage over Time"] = { "DegenerationDamageUnique__1", }, + ["(15-25)% increased Effect of Shock"] = { "ShockEffectUnique__1", }, + ["(5-7)% increased maximum Life"] = { "MaximumLifeImplicitAtlasRing", }, + ["+6 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw2", }, + ["+(5-8) Life gained for each Enemy hit by your Spells"] = { "LifeGainedOnSpellHitUniqueClaw7", }, + ["15% chance to Maim on Hit"] = { "DodgeImplicitMarakethSword1", }, + ["+60 to maximum Fortification while affected by Glorious Madness"] = { "FortifyEffectSelfGloriousMadnessUnique1", }, + ["+1 to Maximum Power Charges and Maximum Endurance Charges"] = { "MaximumPowerandEnduranceChargesImplicitE1", }, + ["20% of Maximum Life Converted to Energy Shield"] = { "MaximumLifeConvertedToEnergyShieldUnique__1", }, + ["10% chance for Energy Shield Recharge to start when you use a Skill"] = { "StartEnergyShieldRechargeOnSkillUnique__1", }, + ["Totems have 5% increased Cast Speed per Summoned Totem"] = { "SpellsCastByTotemsHaveReducedCastSpeedPerTotemUnique_1", }, + ["Gain (10-15)% of Physical Damage as Extra Cold Damage during effect"] = { "PhysicalAddedAsColdUniqueFlask8", }, + ["(70-100)% increased Charges per use"] = { "LocalFlaskChargesUsedUniqueFlask9", }, + ["+2 to maximum number of Spectres"] = { "MaximumMinionCountUnique__1__", }, + ["+40 to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__13_", }, + ["(150-180)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__18", }, + ["(12-15)% Chance to Block Spell Damage"] = { "SpellBlockPercentageUniqueAmulet1", "SpellBlockPercentageUniqueQuiver4", }, + ["(40-50)% increased Projectile Attack Damage while you have at least 200 Dexterity"] = { "ProjectileAttackDamageAt200DexterityUnique__1", }, + ["20% increased Stun Threshold"] = { "IncreasedStunThresholdUnique__1_", }, + ["Adds (13-17) to (23-29) Chaos Damage"] = { "AddedChaosDamageToAttacksAndSpellsUnique__2", }, + ["Gain 100% of Weapon Physical Damage as Extra Damage of a random Element"] = { "WeaponPhysicalDamageAddedAsRandomElementUniqueBow11", }, + ["100% increased Melee Damage against Frozen Enemies"] = { "AdditionalMeleeDamageToFrozenEnemiesUniqueDagger6", }, + ["(10-15)% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentUnique__5", "PhysicalDamagePercentUnique___1", "IncreasedPhysicalDamagePercentUnique__6", "IncreasedPhysicalDamagePercentUnique__3", "IncreasedPhysicalDamagePercentUnique__7", }, + ["(80-100)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__6", "LocalIncreasedEnergyShieldPercentUnique___4_", "LocalIncreasedEnergyShieldUniqueShieldInt3", "LocalIncreasedEnergyShieldPercentUnique__7", }, + ["Adds (17-19) to (23-29) Chaos Damage"] = { "GlobalAddedChaosDamageUnique__1", }, + ["+(30-60) to maximum Life"] = { "IncreasedLifeUnique__27", "IncreasedLifeUnique__1", "IncreasedLifeUnique__69", "IncreasedLifeUnique__16", }, + ["(9-21)% increased maximum Life, Mana and Global Energy Shield"] = { "MaximumLifeManaEnergyShieldUnique__1", }, + ["6% Chance to Block Attack Damage"] = { "BlockPercentUniqueHelmetStrDex4", "BlockPercentMarakethDaggerImplicit2_", }, + ["+(30-40) to maximum Life"] = { "IncreasedLifeUnique__19", "IncreasedLifeUniqueBelt13", "IncreasedLifeUniqueRing19", "IncreasedLifeImplicitShield3", "IncreasedLifeUnique__10", "IncreasedLifeUniqueAmulet14", "IncreasedLifeUnique__48", }, + ["Lose all Frenzy, Endurance, and Power Charges when you Move"] = { "LoseAllChargesOnMoveUnique__1", }, + ["(20-30)% increased Attack Damage"] = { "TalismanAttackDamage", }, + ["2% increased Area of Effect per 25 Rampage Kills"] = { "AreaOfEffectPer25RampageStacksUnique__1_", }, + ["Herald of Thunder has (30-40)% increased Mana Reservation Efficiency"] = { "HeraldBonusThunderReservationEfficiency", "HeraldBonusThunderReservation", }, + ["Adds 1 to 13 Lightning Damage to Attacks"] = { "AddedLightningDamageUniqueGlovesInt1", "AddedLightningDamageUniqueGlovesDexInt1", }, + ["(30-40)% increased Life Recovery from Flasks"] = { "BeltFlaskLifeRecoveryUnique__1", }, + ["+(40-55) to Strength"] = { "StrengthUniqueBelt7", }, + ["Enemies affected by your Spider's Webs deal 10% reduced Damage"] = { "DamageDealtByWebbedEnemiesUnique__1", }, + ["Socketed Gems are supported by Level 20 Cast on Death"] = { "SocketedGemsSupportedByCastOnDeathUniqueHelmetStrInt5", }, + ["You have Lesser Massive Shrine Buff"] = { "HasMassiveShrineBuffUnique__1", }, + ["Adds (30-40) to (50-60) Chaos Damage to Spells and Attacks during any Flask Effect"] = { "AddedChaosDamageWhileUsingAFlaskUnique__2", }, + ["100% increased Damage with Unarmed Attacks against Bleeding Enemies"] = { "UnarmedDamageVsBleedingEnemiesUnique__1", }, + ["(20-40)% increased Duration"] = { "FlaskEffectDurationUnique__7", }, + ["+(40-50) to Strength"] = { "StrengthUniqueBelt2", "StrengthUniqueTwoHandSword5", }, + ["100% increased Aspect of the Avian Buff Effect"] = { "AvianAspectBuffEffectUnique__1", }, + ["With at least 40 Strength in Radius, Ground Slam"] = { "GroundSlamThresholdUnique__1", }, + ["Adds 20 to 50 Physical Damage"] = { "LocalAddedPhysicalDamageUnique__3", }, + ["20% increased Evasion if you have Hit an Enemy Recently"] = { "IncreasedEvasionRatingIfHitEnemyRecentlyUber1", }, + ["15% reduced Attack Speed"] = { "LocalReducedAttackSpeedUnique__2", }, + ["Mines have (40-50)% increased Detonation Speed"] = { "RemoteMineArmingSpeedUnique__1", }, + ["(30-40)% increased Rarity of Items Dropped by Slain Maimed Enemies"] = { "IIRFromMaimedEnemiesUnique_1", }, + ["+500 to maximum Mana"] = { "IncreasedManaUnique__19", }, + ["2% increased Area of Effect per Endurance Charge"] = { "AreaOfEffectPerEnduranceChargeUnique__1", }, + ["(5-15)% increased Intelligence"] = { "PercentageIntelligenceUniqueHelmetStrDex6", }, + ["Adds 1 to Maximum Life per 3 Intelligence Allocated in Radius"] = { "LifePerIntelligenceInRadusUniqueJewel52", }, + ["+1 to maximum number of Raised Zombies"] = { "MaximumMinionCountUniqueTwoHandSword4Updated", "MaximumMinionCountUniqueWand2Updated", "TalismanAdditionalZombie", "MaximumMinionCountUniqueWand2", "MaximumMinionCountUniqueTwoHandSword4", }, + ["Cannot gain Energy Shield"] = { "CannotGainEnergyShieldUnique__1", }, + ["40% increased Rarity of Fish Caught"] = { "FishingRarityUnique__1", }, + ["(150-170)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt7", "LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt6", }, + ["0.4% of Chaos Damage Leeched as Life"] = { "ChaosDamageLifeLeechPermyriadUniqueShieldStrInt8", }, + ["Non-critical strikes deal 80% less Damage"] = { "NonCriticalStrikesLessDamageUnique__1", }, + ["When used in the Synthesiser, the new item will have an additional Herald Modifier"] = { "HeraldBonusExtraMod5", "HeraldBonusExtraMod2_", "HeraldBonusExtraMod1", "HeraldBonusExtraMod3_", "HeraldBonusExtraMod4", }, + ["15% increased Character Size"] = { "ActorSizeUnique__2", }, + ["+(20-30) Life gained on Killing Ignited Enemies"] = { "LifeGainedOnKillingIgnitedEnemiesUnique__1", }, + ["Socketed Gems are Supported by Level 1 Inspiration"] = { "DisplaySupportedByReducedManaUnique__1", "DisplaySupportedByReducedManaUnique__2", }, + ["+(80-120) to maximum Mana"] = { "IncreasedManaUnique__4", }, + ["Area is inhabited by 3 additional Rogue Exiles"] = { "MapAnarchyExiles", "MapAnarchyExilesCrafted", }, + ["+(80-100) to Evasion Rating"] = { "IncreasedEvasionRatingUniqueQuiver1", "IncreasedEvasionRatingUniqueAmulet17", }, + ["You and Nearby Allies have 64 to 96 added Fire Damage per Red Socket"] = { "AuraAddedFireDamagePerRedSocketUnique__1", }, + ["(8-10)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__10", "IncreasedAttackSpeedImplicitQuiver10New", }, + ["15% increased Movement Speed while Shocked"] = { "MovementVelocityWhileShockedUniqueBelt12", }, + ["Adds (48-53) to (58-60) Chaos Damage"] = { "GlobalAddedChaosDamageUnique__4__", }, + ["Nearby Allies have (4-6)% increased Defences per 100 Strength you have"] = { "DefencesPer100StrengthAuraUnique__1", }, + ["+(20-25) to all Attributes"] = { "AllAttributesUniqueHelmetStr3", }, + ["+1000 to Spectre maximum Life"] = { "SpectreLifeUnique__1___", }, + ["Socketed Gems are Supported by Level 15 Pulverise"] = { "SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandMace3", }, + ["Socketed Gems are supported by Level 1 Multistrike"] = { "SupportedByMultistrikeUniqueOneHandSword13", }, + ["+30% to Chaos Resistance while stationary"] = { "ChaosResistanceWhileStationaryUnique__1", }, + ["(5-8)% increased Movement Speed"] = { "MovementVelocityUnique__36_", }, + ["You count as on Full Life while you are Cursed with Vulnerability"] = { "CountOnFullLifeWhileAffectedByVulnerabilityUnique__1", }, + ["3% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius"] = { "MovementSpeedPerAllocatedDexterityUnique__2", }, + ["Your Elemental Damage can Shock"] = { "ElementalDamageCanShockUnique__1__", }, + ["Lose (30-40) Mana per Second"] = { "LoseManaPerSecondUnique__1", }, + ["Contains waves of Monsters"] = { "DisplayCowardsTrialWavesOfMonsters", }, + ["Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence"] = { "AddedLightningDamagePerIntelligenceUnique__2", }, + ["(200-240)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__23", }, + ["Trigger Level 20 Elemental Warding on Melee Hit while Cursed"] = { "OnHitWhileCursedTriggeredCurseNovaUnique__1", }, + ["10% reduced Quantity of Items found"] = { "ItemFoundQuantityReduceUniqueCorruptedJewel1", }, + ["50% increased Mana Regeneration Rate"] = { "ManaRegenerationUniqueRing5", }, + ["30% chance to Avoid being Frozen during Flask effect"] = { "AvoidFreezeUniqueFlask8", }, + ["+7% to all Elemental Resistances per Grand Spectrum"] = { "AllResistancePerStackableJewelUnique__1", }, + ["Map has (4-6) additional Synthesis Global Modifiers"] = { "MapAddsExtraSynthesisSpecialModsCortexReplica", "MapAddsExtraSynthesisSpecialModsCortex", }, + ["Adds (18-22) to (36-44) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__4", }, + ["Gain Onslaught for 4 seconds when you Warcry"] = { "OnslaughtOnUsingWarcryUnique__1", }, + ["100% increased Global Physical Damage while Frozen"] = { "PhysicalDamageWhileFrozenUnique___1", }, + ["Herald of Agony has (40-60)% increased Buff Effect"] = { "HeraldBonusAgonyEffect", }, + ["20% of Lightning Damage Leeched as Life during Flask effect"] = { "LightningLifeLeechDuringFlaskEffect__1", }, + ["Map has (2-4) additional Synthesis Global Modifiers"] = { "MapAddsExtraSynthesisSpecialMods", }, + ["+(31-43)% to Chaos Resistance while affected by Herald of Agony"] = { "HeraldBonusAgonyChaosResist_", }, + ["(7-10)% increased Skeleton Attack Speed"] = { "SkeletonAttackSpeedUniqueJewel1", "MaximumMinionCountUniqueJewel1", }, + ["Spectres have (50-100)% increased maximum Life"] = { "SpectreIncreasedLifeUnique__1", }, + ["+20 to Evasion Rating per 5 Maximum Energy Shield on Equipped Shield"] = { "EvasionRatingPerEnergyShieldOnShieldUnique__1", }, + ["Herald of Thunder's Storms Hit Enemies with (30-50)% increased Frequency"] = { "HeraldOfThunderBoltFrequencyUnique__1", }, + ["Damage with Hits is Lucky"] = { "UniqueNearbyAlliesAreLucky", }, + ["Siege Ballista has +1 to maximum number of Summoned Totems per 200 Dexterity"] = { "AdditionalSnipeTotemsPerDexterityUnique__1", }, + ["Adds Hollow Palm Technique"] = { "JewelExpansionHollowPalmTechnique", }, + ["You can apply an additional Curse"] = { "AdditionalCurseOnEnemiesUnique__2", "AdditionalCurseOnEnemiesUnique__1", }, + ["(60-80)% increased Global Critical Strike Chance when in Main Hand"] = { "CriticalStrikeChanceInMainHandUnique_1", }, + ["Defiance Banner has (100-200)% increased Taunt duration"] = { "BannerTauntDurationUnique__1_", }, + ["200% of Lightning Damage Leeched as Mana"] = { "ManaLeechFromLightningDamageUniqueStaff8", }, + ["With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain 1 of its Modifiers for 20 seconds"] = { "StealRareModUniqueJewel3", }, + ["-(25-15)% to all Elemental Resistances"] = { "AllResistancesUniqueBelt8", }, + ["Adds 1 to 4 Physical Damage"] = { "LocalAddedPhysicalDamageUniqueDescentDagger1", }, + ["Adds (15-20) to (28-35) Cold Damage"] = { "AddedColdDamageColdPenetration2", }, + ["Adds 2 to 6 Physical Damage"] = { "LocalAddedPhysicalDamageUniqueDescentClaw1", "LocalAddedPhysicalDamageUniqueOneHandSword1", "LocalAddedPhysicalDamageUniqueDescentOneHandSword1", }, + ["Gain an Endurance Charge if an Attack Freezes an Enemy"] = { "EnduranceChargeIfAttackFreezesUnique__1", }, + ["20% increased Impale Effect"] = { "ImpaleEffectUnique__1", }, + ["(60-80)% increased Critical Strike Chance for Spells"] = { "SpellCriticalStrikeChanceUnique__3", "SpellCriticalStrikeChanceUnique__4", "SpellCriticalStrikeChanceUnique__2", }, + ["(6-8)% Chance to Block Spell Damage"] = { "SpellBlockUniqueBootsInt5", }, + ["-50% to Fire Resistance"] = { "FireResistUnique__11", }, + ["+10 Life gained on Killing Ignited Enemies"] = { "LifeGainedOnKillingIgnitedEnemiesUniqueWand10_", }, + ["Deal no Elemental Damage"] = { "DealNoElementalDamageUnique__2", "DealNoElementalDamageUnique__1", }, + ["(5-10)% increased Cast Speed"] = { "IncreasedCastSpeedUnique__15_", "IncreasedCastSpeedUnique__6", "IncreasedCastSpeedUniqueRing38", "IncreasedCastSpeedUniqueRing27", }, + ["Increases and Reductions to Light Radius also apply to Damage"] = { "LightRadiusToDamageUnique_1", }, + ["Remove an Ailment when you use a Flask if all Equipped Items are Elder Items"] = { "RemoveAilmentOnFlaskUseIfAllItemsAreElderUnique__1_", }, + ["10% of Damage from Hits is taken from your Spectres' Life before you"] = { "DamageRemovedFromSpectresUnique__1", }, + ["+(20-26)% chance to Suppress Spell Damage"] = { "SpellDodgeUniqueBootsDex7New", }, + ["Adds 2 to 3 Cold Damage to Spells and Attacks"] = { "AddedColdDamageUniqueBodyInt5", }, + ["Reflects (25-50) Cold Damage to Melee Attackers"] = { "MeleeAttackerTakesColdDamageUniqueShieldDex1", }, + ["-1 to Maximum Power Charges"] = { "ReducedMaximumPowerChargesUniqueCorruptedJewel18", "ReducedMaximumPowerChargesUnique__1", }, + ["(30-40)% increased Fire Damage"] = { "FireDamagePercentUniqueRing38", "FireDamagePercentUniqueStrHelmet2", }, + ["50% increased Damage with Poison inflicted on Bleeding Enemies"] = { "PoisonDamageAgainstBleedingEnemiesUber1", }, + ["50% chance for Spell Hits against you to inflict Poison"] = { "ChanceToBePoisonedBySpellsUnique__1_", }, + ["20% increased Cast Speed when on Low Life"] = { "CastSpeedOnLowLifeUniqueDescentHelmet1", }, + ["450 Chaos Damage taken per second"] = { "ChaosDegenerationAuraPlayersUniqueBodyStr3", }, + ["Recharges 1 Charge when you Consume an Ignited corpse"] = { "GainChargeOnConsumingIgnitedCorpseUnique__1__", }, + ["With at least 40 Dexterity in Radius, Dual Strike has (20-30)% increased"] = { "DualStrikeThresholdJewelSword_", }, + ["(8-12)% increased maximum Life"] = { "MaximumLifeUnique__1", "TalismanIncreasedLife", }, + ["You take 50% reduced Extra Damage from Critical Strikes while you have no Power Charges"] = { "ReducedExtraDamageFromCritsWithNoPowerChargesUnique__1", }, + ["+(10-15) to maximum Life"] = { "IncreasedLifeUniqueOneHandAxe3", }, + ["+(45-60) to maximum Life"] = { "IncreasedLifeUnique__14", }, + ["Iron Will"] = { "IronWillUniqueGlovesStrInt4__", "KeystoneIronWillUnique_1", }, + ["0.6% of Cold Damage Leeched as Life"] = { "ColdDamageLifeLeechPermyriadUniqueBelt9bNew", }, + ["Your Spells have Culling Strike"] = { "SpellsHaveCullingStrikeUniqueDagger4", }, + ["Consumes Frenzy Charges on use"] = { "FlaskConsumesFrenzyChargesUnique__1", }, + ["(170-250)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUnique__18", }, + ["Herald of Purity has (40-60)% increased Buff Effect"] = { "HeraldBonusPurityEffect", }, + ["(90-105)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueBow3", "LocalIncreasedPhysicalDamagePercentUniqueBow1", }, + ["+(15-20) Energy Shield gained on Kill"] = { "EnergyShieldGainedFromEnemyDeathUniqueGlovesInt6", }, + ["2% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius"] = { "LifeRecoveryRatePerAllocatedStrengthUnique__1_", }, + ["Has 6 Sockets"] = { "HasSixSocketsUnique__1", }, + ["(20-30)% chance to Curse you with Punishment on Kill, with 40% increased Effect"] = { "PunishmentSelfCurseOnKillUniqueCorruptedJewel13", }, + ["During Flask Effect, Damage Penetrates (5-8)% Resistance of each Element for which your Uncapped Elemental Resistance is highest"] = { "FlaskElementalPenetrationOfHighestResistUnique__1", }, + ["Adds 1 to 10 Lightning Damage for each Shocked Enemy you've Killed Recently"] = { "AddedLightningDamagePerShockedEnemyKilledUnique__1", }, + ["(15-25)% increased Global Defences"] = { "TalismanGlobalDefensesPercent", }, + ["Adds (7-10) to (15-25) Physical Damage"] = { "LocalAddedPhysicalDamage__1", }, + ["(10-15)% reduced Skill Effect Duration"] = { "ReducedSkillEffectDurationUniqueAmulet20", }, + ["Gain Vaal Souls equal to Charges Consumed when used"] = { "FlaskVaalGainSoulsAsChargesUnique__1_", }, + ["Recover 20% of Life on Rampage"] = { "HealOnRampageUniqueGlovesStrDex5", }, + ["(35-45)% increased Duration"] = { "FlaskEffectIncreasedDurationReducedEffect1", }, + ["+(500-700) Strength Requirement"] = { "StrengthRequirementsUnique__3_", }, + ["+15 to maximum Life"] = { "IncreasedLifeUniqueDescentShield1", }, + ["(8-12)% increased Maximum Life if no Equipped Items are Corrupted"] = { "IncreasedLifeWhileNoCorruptedItemsUnique__1", }, + ["Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy"] = { "GainDebilitatingPresenceUnique__1", }, + ["10% of Fire Damage taken causes extra Physical Damage"] = { "FireDamageTakenCausesExtraPhysicalDamageUniqueBodyStrDex5", }, + ["(15-25)% increased Flask Charges gained"] = { "BeltIncreasedFlaskChargesGainedUnique__1_", }, + ["30% less Animate Weapon Duration"] = { "AnimateWeaponDurationUniqueTwoHandMace8", }, + ["(3-4) to (7-8) added Fire Damage per 100 of Maximum Life or Maximum Mana, whichever is lower"] = { "AddedFireDamagePer100LowestOfLifeOrManaUnique__1", }, + ["50% of Cold Damage from Hits taken as Lightning Damage"] = { "TalismanColdTakenAsLightning", }, + ["Rampage"] = { "SimulatedRampageDexInt6", "SimulatedRampageUnique__3_", "SimulatedRampageUnique__2", "SimulatedRampageStrInt2", "SimulatedRampageStrDex5", }, + ["Regenerate 0.6 Mana per Second per 10 Devotion"] = { "AddedManaRegenerationPerDevotion", }, + ["You have Culling Strike against Cursed Enemies"] = { "CullingStrikeCursedEnemyUnique__1_", }, + ["60% increased Intelligence Requirement"] = { "IncreasedIntelligenceRequirementsUniqueSceptre1", }, + ["+(15-25) to all Attributes"] = { "AllAttributesUnique__14", "AllAttributesUnique__16_", }, + ["+(20-30)% to Fire Resistance"] = { "FireResistUniqueAmulet4", "FireResistUnique__18", "FireResistUniqueBootsStr3_", "FireResistUniqueOneHandMace1", "FireResistUniqueDexHelmet2", "FireResistImplicitAmulet1", "FireResistUnique__13", "FireResistUnique__21", "FireResistUnique__19", "FireResistUniqueBelt6", "FireResistUnique__1", "FireResistUnique__5", "FireResistImplicitRing1", }, + ["+(20-30)% Chance to Block Spell Damage during Flask effect"] = { "SpellBlockIncreasedDuringFlaskEffectUnique__1_", }, + ["25% chance to gain a Siphoning Charge when you use a Skill"] = { "SiphoningChargeOnSkillUseUnique__1", }, + ["+(80-100) to maximum Life"] = { "IncreasedLifeUniqueHelmetDex4", "IncreasedLifeUnique__35", "IncreasedLifeUnique__90", "IncreasedLifeUnique__29", "IncreasedLifeUnique__74", "IncreasedLifeUnique__108", "IncreasedLifeUniqueBodyStrInt7", "IncreasedLifeUnique__82", "IncreasedLifeUnique__112", }, + ["+(16-24) to Dexterity"] = { "DexterityUniqueJewel36", "DexterityUniqueJewel13", }, + ["Socketed Gems fire 4 additional Projectiles"] = { "SocketedGemsAdditionalProjectilesUniqueStaff10_", }, + ["Nearby allies gain 18% increased Damage"] = { "UndyingBreathDamageAuraDisplayUniqueStaff5", }, + ["40% increased Armour while not Ignited, Frozen or Shocked"] = { "ArmourWhileNotIgnitedFrozenShockedBelt8", }, + ["Socketed Gems are Supported by Level 1 Hypothermia"] = { "DisplaySupportedByHypothermiaUnique__1", }, + ["30% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceImplicitDaggerNew1", "CriticalStrikeChanceUniqueRapier1", "CriticalStrikeChanceUnique__1", "CriticalStrikeChanceImplicitDagger1", }, + ["Enemies you Kill while affected by Glorious Madness have a 40% chance to Explode, dealing a quarter of their Life as Chaos Damage"] = { "EnemiesExplodeOnDeathChaosGloriousMadnessUnique1", }, + ["1% increased Chaos Damage per Level"] = { "IncreasedElementalDamagePerLevelUniqueTwoHandSword7", }, + ["Recover (1-3)% of Life on Kill"] = { "MaximumLifeOnKillPercentUnique__2", }, + ["You can Cast an additional Brand"] = { "AdditionalBrandUnique__1", }, + ["15% increased Damage"] = { "DamageAuraUniqueHelmetDexInt2", }, + ["(50-55)% reduced Cold Resistance"] = { "ReducedColdResistanceUnique__1", }, + ["Regenerate (66.7-75) Life per second"] = { "LifeRegenerationUniqueBelt8", }, + ["70% increased Burning Damage"] = { "BurnDamageUniqueStaff1", }, + ["Strength's Damage Bonus instead grants 3% increased Melee"] = { "StrengthDamageBonus3Per10Unique__1", }, + ["Regenerate 0.8% of Life per second per Frenzy Charge"] = { "LifeRegenerationPerFrenzyChargeUniqueBootsDex4", }, + ["+(30-40) to maximum Mana"] = { "IncreasedManaUniqueHelmetDexInt3", "IncreasedManaUniqueClaw7", "IncreasedManaUniqueRing20", }, + ["Socketed Gems have Elemental Equilibrium"] = { "SocketedGemHasElementalEquilibriumUniqueRing25", }, + ["+(30-50) to maximum Mana"] = { "IncreasedManaUnique__6", "IncreasedManaUniqueAmulet18", "IncreasedManaUnique__7", "IncreasedManaUniqueAmulet1", "IncreasedManaUnique__5", "IncreasedManaUnique__16", }, + ["+(30-60) to maximum Mana"] = { "IncreasedManaUniqueHelmetInt8", "IncreasedManaUnique__8", }, + ["Adds (5-14) to (160-173) Lightning Damage to Spells while no Life is Reserved"] = { "AddedLightningDamageWhileNoLifeReservedUnique__1", }, + ["30% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUnique__2", "LocalDisplayYouAndNearbyAlliesHaveIncreasedItemRarityUnique__1", "NearbyAlliesHaveIncreasedItemRarityUnique__1", "ItemFoundRarityIncreaseUniqueAmulet6", "NearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9", }, + ["Adds (3-6) to (10-12) Physical Damage to Attacks"] = { "AddedPhysicalDamageUnique__5", }, + ["Gain (5-8)% of Elemental Damage as Extra Chaos Damage"] = { "ElementalDamagePercentAddedAsChaosUnique__4", }, + ["Socketed Vaal Skills have 50% increased Aura Effect"] = { "LocalVaalAuraEffectUnique__1", }, + ["(0.8-1)% of Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUniqueBodyStrInt5", }, + ["10% chance to gain a Power, Frenzy or Endurance Charge on Kill"] = { "PowerFrenzyOrEnduranceChargeOnKillUnique__1", }, + ["Adds (3-4) to (5-8) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueOneHandSword12", }, + ["+100 Life gained on Kill"] = { "LifeGainedFromEnemyDeathUniqueBodyStrDexInt1", }, + ["Lightning Skills have 20% chance to Poison on Hit"] = { "LightningSkillsChanceToPoisonUnique__1_", }, + ["50% of Physical Damage Converted to Lightning during Flask effect"] = { "PhysicalToLightningDuringFlaskEffect__1", }, + ["Adds 5 to 8 Physical Damage per Endurance Charge"] = { "AddedPhysicalDamagePerEnduranceChargeUnique__1", }, + ["Causes Bleeding on Hit"] = { "CausesBleedingImplicitMarakethRapier1", }, + ["Mark Skills have (10-15)% increased Cast Speed"] = { "MarkCastSpeedUnique__1", }, + ["Recover 1% of Energy Shield on Kill"] = { "MaximumEnergyShieldOnKillPercentUnique__2", }, + ["100% of Physical Damage Converted to Fire Damage"] = { "ConvertPhysicalToFireUniqueOneHandSword4", }, + ["Socketed Gems are supported by Level 15 Life Leech"] = { "SupportedByLifeLeechUniqueBodyStrInt5", }, + ["Socketed Gems are Supported by Level 15 Minion Life"] = { "DisplaySocketedGemsSupportedByMinionLifeUniqueRing35", }, + ["(22-26)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand9", }, + ["Adds (150-225) to (525-600) Lightning Damage to Unarmed Melee Hits"] = { "AddedLightningDamageWhileUnarmedUniqueGlovesStr4_", }, + ["Adds 1 to 2 Cold Damage to Attacks per 10 Dexterity"] = { "ColdDamageToAttacksPerDexterityUnique__1", }, + ["(80-120)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueWand9", "LocalIncreasedPhysicalDamagePercentUniqueOneHandMace3", "LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword5", "LocalIncreasedPhysicalDamagePercentUniqueSceptre5", }, + ["Adds (25-35) to (45-60) Cold Damage"] = { "LocalAddedColdDamageUniqueStaff14", }, + ["+(150-200) to maximum Mana"] = { "IncreasedManaUnique__10", }, + ["You have Resolute Technique while you do not have Elemental Overload"] = { "GainResoluteTechniqueWithoutElementalOverloadUnique__1", }, + ["With at least 40 Dexterity in Radius, Split Arrow fires Projectiles in Parallel"] = { "SplitArrowThresholdJewel1", }, + ["(250-300)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercent__1", }, + ["150% increased Chill Duration on Enemies"] = { "IncreasedChillDurationUniqueBodyStrInt3", }, + ["+435 to Accuracy Rating"] = { "IncreasedAccuracy2hSwordImplicit8", }, + ["4% additional Physical Damage Reduction while affected by Herald of Purity"] = { "HeraldBonusPurityPhysicalDamageReduction", }, + ["Socketed Gems have no Reservation"] = { "SocketedAurasReserveNoManaUnique__1", }, + ["Supreme Decadence"] = { "KeystoneSupremeDecadenceUnique__1", }, + ["+(40-50) to maximum Life"] = { "IncreasedLifeUnique__33", "IncreasedLifeUniqueQuiver3", "IncreasedLifeUnique__47", "IncreasedLifeUnique__61", "IncreasedLifeUnique__107", "IncreasedLifeUnique__41", "IncreasedLifeUnique__77", }, + ["Adds (40-55) to (80-98) Chaos Damage"] = { "LocalAddedChaosDamageImplicitE3_", }, + ["+(40-70) to maximum Life"] = { "IncreasedLifeUnique__111__", }, + ["+(40-80) to maximum Life"] = { "IncreasedLifeUnique__13", "IncreasedLifeUniqueAmulet19", }, + ["5% additional Physical Damage Reduction while moving"] = { "AdditionalPhysicalDamageReductionWhileMovingUnique__1", }, + ["10% Chance to Block Spell Damage"] = { "SpellBlockPercentageUniqueShieldInt4", }, + ["Chaos Resistance is Zero"] = { "ChaosResistanceIsZeroUnique__1", }, + ["Adds 3 to 5 Physical Damage to Attacks with this Weapon per 3 Player Levels"] = { "AddsPhysicalDamagePer3PlayerLevelsUnique__1_", }, + ["Wind Dancer"] = { "KeystoneWindDancerUnique__1_", }, + ["+(25-35) to maximum Life"] = { "IncreasedLifeUnique__25", }, + ["50% reduced time before Lockdown"] = { "HeistContractNPCPerksDoubled", }, + ["When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy"] = { "ShockNearbyEnemyOnShockedKillUniqueRing20", "ShockNearbyEnemyOnShockedKillUniqueDescentTwoHandSword1_", }, + ["Adds (220-240) to (270-300) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__31", }, + ["35% increased Attack Speed with Swords"] = { "SwordPhysicalAttackSpeedUnique__1", }, + ["Lose all Power Charges on Critical Strike"] = { "ConsumeAllPowerChargesOnCritUniqueRing17", }, + ["45% increased Stun Duration on Enemies"] = { "StunDurationImplicitMace2", }, + ["Nearby Enemies have Malediction"] = { "UniqueSpecialCorruptionNearbyEnemiesMalediction", }, + ["30% increased Movement Speed for 9 seconds on Throwing a Trap"] = { "MovementSpeedOnTrapThrowUniqueBootsDex6", }, + ["+20% chance to Block Spell Damage if you have Blocked Attack Damage Recently"] = { "SpellBlockIfBlockedAttackRecentlyUnique__1", }, + ["Cold Resistance is 75%"] = { "ColdResistanceOverrideUnique__1", }, + ["Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, with 60% increased Effect and ignoring Curse Limit"] = { "TemporalChainsOnProjectileBlockUniqueShieldInt4", }, + ["Gain (10-15)% of Physical Damage as Extra Cold Damage"] = { "PhysicalAddedAsColdUnique__2", }, + ["333% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__19", }, + ["Regenerate (6-8) Life over 1 second when you Cast a Spell"] = { "RegenerateLifeOnCastUniqueWand4", }, + ["You are Cursed with Vulnerability, with 80% increased Effect"] = { "UniqueSelfCurseVulnerabilityLevel20", }, + ["Adds (20-25) to (37-40) Cold Damage while you have Avian's Might"] = { "AviansMightColdDamageUnique__1", }, + ["Aspect of the Spider inflicts Spider's Webs and Hinder every 0.5 Seconds instead"] = { "AspectOfSpiderWebIntervalUnique__1", }, + ["5% increased Physical Damage with Claws"] = { "ClawBonus1", }, + ["5% of Physical Attack Damage Leeched as Life"] = { "LifeLeechLocalUniqueOneHandMace8", "LifeLeechUniqueTwoHandAxe4", "LifeLeechUniqueBodyStr3", "LifeLeechUniqueTwoHandMace1", }, + ["1% increased Movement Speed"] = { "JewelImplicitMovementSpeed", }, + ["(2-4)% of Physical Attack Damage Leeched as Life"] = { "LifeLeechUniqueHelmetInt7", }, + ["Adds (6-9) to (12-16) Chaos Damage to Attacks"] = { "AddedChaosDamageUniqueBootsStrDex4", }, + ["(4-8)% increased Cast Speed"] = { "IncreasedCastSpeedUnique__1", }, + ["+2000 seconds to Cat's Agility Duration"] = { "CatsAgilityDurationUnique__1", }, + ["+1 Life gained on Kill per Level"] = { "LifeGainedOnEnemyDeathPerLevelUniqueTwoHandSword7", }, + ["(140-160)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt3", }, + ["(8-12)% increased Minion Damage per Raised Spectre"] = { "MinionDamagePerSpectre__1", }, + ["20% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueClaw2", "LocalIncreasedAttackSpeedUniqueDescentOneHandMace1", "LocalIncreasedAttackSpeedUniqueBow5", "LocalIncreasedAttackSpeedUniqueTwoHandSword1", "LocalIncreasedAttackSpeedUniqueTwoHandSword3", "LocalIncreasedAttackSpeedUniqueRapier1", }, + ["-10% to maximum Chance to Block Attack Damage"] = { "MaximumBlockChanceUnique__1", }, + ["Your Chaos Damage Poisons Enemies"] = { "ChaosDamagePoisonsUniqueDagger10", }, + ["Socketed Gems are Supported by Level 25 Elemental Penetration"] = { "DisplaySupportedByElementalPenetrationUnique__1", }, + ["25% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUniqueHelmetDex4", }, + ["Moving while Bleeding doesn't cause you to take extra Damage"] = { "NoExtraBleedDamageWhileMovingUnique__1", "NoExtraBleedDamageWhileMovingUniqueAmulet25", }, + ["Summoned Raging Spirits' Melee Strikes deal Fire-only Splash"] = { "RagingSpiritFireSplashDamageUnique__1", }, + ["Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second"] = { "MinionBurningCloudOnDeathUnique__1", }, + ["Debuffs on you expire (15-20)% faster"] = { "DebuffTimePassedUnique__1", }, + ["(45-65)% increased Mana Regeneration Rate"] = { "ManaRegenerationUniqueRing14", }, + ["Socketed Gems are Supported by Level 5 Concentrated Effect"] = { "ItemActsAsConcentratedAOESupportUnique__1", }, + ["-2 to Maximum Frenzy Charges"] = { "ReducedMaximumFrenzyChargesUnique__2_", }, + ["10% additional Physical Damage Reduction while stationary"] = { "PhysicalDamageReductionWhileNotMovingUnique__1", }, + ["Gain +10 Life when you Taunt an Enemy"] = { "LifeGainedOnTauntingEnemyUniqueShieldStr4", }, + ["Adds (80-115) to (150-205) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__27", }, + ["20% chance to deal Double Damage while affected by Glorious Madness"] = { "DoubleDamageChanceGloriousMadnessUnique_1", }, + ["150% increased Global Evasion Rating when on Low Life"] = { "EvasionRatingPercentOnLowLifeUniqueHelmetDex4", }, + ["+(20-30) to Dexterity"] = { "DexterityUniqueGlovesInt4__", "DexterityUnique__1", "DexterityUniqueBodyDex4", "DexterityUnique__17", "DexterityImplicitAmulet1", "DexterityUniqueHelmetDexInt2", "DexterityUniqueBootsDex1", "DexterityUniqueShieldStrInt2", "DexterityUniqueGlovesDex2", "DexterityUnique__14", "DexterityUniqueHelmetStrDex3", "DexterityUniqueBootsDex8", "DexterityUniqueBootsDexInt2", "DexterityUniqueBow7", "DexterityUnique__12", }, + ["All Attack Damage Chills when you Stun"] = { "ChillOnAttackStunUniqueOneHandMace5", }, + ["Adds (19-22) to (30-35) Cold Damage to Spells and Attacks"] = { "AddedColdDamageUnique__3", }, + ["+25% to Fire Resistance while on Low Life"] = { "FireResistOnLowLifeUniqueShieldStrInt5", }, + ["(10-20)% increased Quantity of Fish Caught"] = { "FishingQuantityUnique__1", }, + ["+4 to maximum Fortification while stationary"] = { "FortifyEffectWhileStationaryUber1", }, + ["+30 to maximum Mana"] = { "IncreasedManaUnique__2", }, + ["30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy"] = { "PhasingOnTrapTriggeredUnique__1", }, + ["All Damage Taken from Hits can Chill you"] = { "AllDamageTakenCanChillUnique__1", }, + ["You gain an Endurance Charge on Kill"] = { "EnduranceChargeOnKillUniqueBodyStrDex3", }, + ["Exerted Attacks deal (40-50)% increased Damage"] = { "ExertedDamageWarcryCooldown3", }, + ["Chill Effect and Freeze Duration on you are based on 100% of Energy Shield"] = { "ChillAndFreezeBasedOffEnergyShieldBelt5Unique", }, + ["100% reduced Intelligence"] = { "PercentageIntelligenceUnique__1", }, + ["Discipline has no Reservation"] = { "DisciplineNoReservationUnique__1", }, + ["Create a Blighted Spore when your Skills or Minions Kill a Rare Monster"] = { "ReviveEnemiesOnKillUnique__1", }, + ["Critical Strikes with this Weapon have Culling Strike"] = { "CritsHaveCullingStrikeUber1", }, + ["Magic Utility Flasks cannot be Used"] = { "MagicUtilityFlasksCannotUseUnique__1____", }, + ["Summoned Arbalists' Projectiles Chain +2 times"] = { "SummonArbalistChains_", }, + ["Gain 1 Endurance Charge on use"] = { "FlaskGainEnduranceChargeUnique__1_", }, + ["1% of Damage Leeched as Life"] = { "LifeLeechAnyDamageUnique__1", }, + ["(100-150)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUnique__7", "LocalIncreasedArmourAndEvasionUnique__14", "LocalIncreasedArmourAndEvasionUniqueShieldStrDex4", "LocalIncreasedArmourAndEvasionUnique__6", "LocalIncreasedArmourAndEvasionUnique__12", "LocalIncreasedArmourAndEvasionUnique__19_", }, + ["30% increased Attack Speed when on Low Life"] = { "IncreasedAttackSpeedWhenOnLowLifeUniqueDescentHelmet1", }, + ["Adds 1 to (10-12) Lightning Damage to Spells"] = { "SpellAddedLightningDamageUnique__3", }, + ["(29-32)% increased Elemental Damage with Attack Skills"] = { "WeaponElementalDamageImplicitBow3", }, + ["30% increased Effect of Buffs on you"] = { "IncreasedBuffEffectivenessBodyInt12", }, + ["+(20-25) to maximum Mana"] = { "IncreasedManaImplicitArmour1", }, + ["+3% Chance to Block Attack Damage while you have at least 5 Crab Barriers"] = { "AdditionalBlockChance5CrabBarriersUnique__1", }, + ["(7-12)% increased Cast Speed"] = { "IncreasedCastSpeedUnique__21", }, + ["Reflects (261-300) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageShieldImplicit13", }, + ["(5-7)% increased Attack and Cast Speed"] = { "AttackAndCastSpeedUnique__6", }, + ["You have Perfect Agony if you've dealt a Critical Strike recently"] = { "PerfectAgonyIfCritRecentlyUnique__1", }, + ["Recover 100 Life when your Trap is triggered by an Enemy"] = { "GainLifeOnTrapTriggeredUnique__1", }, + ["(40-60)% increased Mine Throwing Speed"] = { "RemoteMineLayingSpeedUniqueStaff11", }, + ["With at least 40 Dexterity in Radius, Dual Strike has a 20% chance"] = { "DualStrikeThresholdJewel_1", }, + ["With a Hypnotic Eye Jewel Socketed, gain Arcane Surge on Hit with Spells"] = { "ArcaneSurgeOnHitWithSpellAbyssJewelUnique__1", }, + ["Socketed Minion Gems are Supported by Level 16 Life Leech"] = { "DisplaySocketedMinionGemsSupportedByLifeLeechUnique__1", }, + ["15% increased Ignite Duration on Enemies"] = { "BurnDurationUniqueRing31", }, + ["2 Added Passive Skills are Jewel Sockets"] = { "JewelExpansionJewelNodesLarge2___", }, + ["50% chance to double Stun Duration"] = { "ChanceForDoubleStunDurationUnique__1", }, + ["25% chance to Avoid being Poisoned"] = { "ChanceToAvoidPoisonUnique__1", }, + ["600% of Damage Leeched as Life on Critical Strike"] = { "LifeLeechOnCritUniqueTwoHandAxe8", }, + ["You have Phasing if Energy Shield Recharge has started Recently"] = { "PhasingOnBeginESRechargeUnique___1", }, + ["(120-160)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUniqueShieldInt1", "LocalIncreasedEnergyShieldUniqueBodyInt4", }, + ["(80-90)% reduced Amount Recovered"] = { "FlaskLifeLeechIsInstantDuringEffect", }, + ["(40-60)% increased Damage with Hits and Ailments against Blinded Enemies"] = { "IncreaseDamageOnBlindedEnemiesUniqueQuiver9_", }, + ["2% increased Critical Strike Chance for Spells per 100 Player Maximum Life"] = { "SpellCriticalStrikeChancePerLifeUnique__1", }, + ["(18-28)% increased Trap Damage"] = { "TrapDamageUniqueShieldDexInt1", }, + ["+(8-12)% Chance to Block Attack Damage while Dual Wielding"] = { "BlockWhileDualWieldingUniqueTwoHandAxe6", }, + ["+240 to Accuracy Rating"] = { "IncreasedAccuracySwordImplicit4", }, + ["5% increased Elemental Damage per Power charge"] = { "ElementalDamagePerPowerChargeUber1", }, + ["50% of Physical Damage Converted to Fire while you have Avatar of Fire"] = { "ConvertPhysicalToFireWithAvatarOfFireUnique__1", }, + ["+(2-4)% Chance to Block Attack Damage"] = { "AdditionalBlockUnique__1", }, + ["15% increased Skill Effect Duration"] = { "SkillEffectDurationUniqueTwoHandMace5", }, + ["(60-100)% increased Projectile Damage"] = { "IncreasedProjectileDamageUniqueStaff10", }, + ["Regenerate 12 Mana per Second while you have Avian's Flight"] = { "AviansFlightManaRegenerationUnique__1_", }, + ["10% increased Physical Damage taken"] = { "IncreasedPhysicalDamageTakenUniqueTwoHandSword6", }, + ["Gain Brutal Charges instead of Endurance Charges"] = { "GainBrutalChargesInsteadOfEnduranceUnique__1", }, + ["Adds 5 to 15 Physical Damage to Attacks"] = { "AddedPhysicalDamageUniqueBelt4", }, + ["When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage"] = { "DrainAllManaLightningDamageUnique__1", }, + ["Arrows Pierce all Targets after Chaining"] = { "ArrowsAlwaysCritAfterPiercingUnique___1", }, + ["+6 to Maximum Life per Elder Item Equipped"] = { "IncreasedLifePerElderItemUnique__1", }, + ["(160-200)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueBootsDex6", }, + ["150% increased Elemental Damage if you've used a Warcry Recently"] = { "IncreasedElementalDamageIfUsedWarcryRecentlyUnique__1", }, + ["-(7-5) Physical Damage taken from Attack Hits"] = { "PhysicalAttackDamageReducedUniqueBodyDex3", }, + ["Has Consumed 1 Gem"] = { "HungryLoopSupportedByGreaterMultipleProjectiles", "HungryLoopSupportedByMirageArcher_", "HungryLoopSupportedByCullingStrike", "HungryLoopSupportedByMulticast", "HungryLoopSupportedByTrapCooldown", "HungryLoopSupportedByBarrage_", "HungryLoopSupportedByAwakenedAddedFireDamage", "HungryLoopSupportedByManaLeech", "HungryLoopSupportedByFocussedBallista_", "HungryLoopSupportedByVoidManipulation", "HungryLoopSupportedByConcentratedEffect", "HungryLoopSupportedByAwakenedEmpower", "HungryLoopSupportedByCastWhileChannelling", "HungryLoopSupportedByAwakenedChain", "HungryLoopSupportedByIncreasedBurningDamage", "HungryLoopSupportedByInfernalLegion_", "HungryLoopSupportedByAwakenedSpellEcho__", "HungryLoopSupportedByAwakenedArrowNova", "HungryLoopSupportedByAwakenedEnlighten", "HungryLoopSupportedByItemRarity", "HungryLoopSupportedByBlind", "HungryLoopSupportedByStun", "HungryLoopSupportedByFasterProjectiles", "HungryLoopSupportedByAwakenedMultistrike", "HungryLoopSupportedByRemoteMine2_", "HungryLoopSupportedByBehead", "HungryLoopSupportedByIgniteProliferation__", "HungryLoopSupportedByAwakenedFirePenetration", "HungryLoopSupportedByArcaneSurge", "HungryLoopSupportedByParallelProjectiles", "HungryLoopSupportedByFistOfWar", "HungryLoopSupportedByInnervate_", "HungryLoopSupportedBySwiftAssembly", "HungryLoopSupportedByDecay", "HungryLoopSupportedByAwakenedViciousProjectiles", "HungryLoopSupportedByCloseCombat", "HungryLoopSupportedByNightblade", "HungryLoopSupportedByIncreasedMinionSpeed", "HungryLoopSupportedByCurseOnHit", "HungryLoopSupportedByCastOnDamageTaken", "HungryLoopSupportedByIncreasedMinionLife", "HungryLoopSupportedByAwakenedUnboundAilments", "HungryLoopSupportedByFortify_", "HungryLoopSupportedByIceBite", "HungryLoopSupportedByArchmage", "HungryLoopSupportedByLesserMultipleProjectiles_", "HungryLoopSupportedByDivineBlessing", "HungryLoopSupportedByColdToFire_", "HungryLoopSupportedByAwakenedUnleash", "HungryLoopSupportedByPhysicalProjectileAttackDamage", "HungryLoopSupportedByReducedManaCost", "HungryLoopSupportedByImmolate", "HungryLoopSupportedByTrinity", "HungryLoopSupportedByChain", "HungryLoopSupportedByEarthbreaker", "HungryLoopSupportedByMultiTotem", "HungryLoopSupportedByKnockback", "HungryLoopSupportedByUrgentOrders", "HungryLoopSupportedByAwakenedCastOnCrit", "HungryLoopSupportedByIncreasedArea", "HungryLoopSupportedByAwakenedMeleeSplash", "HungryLoopSupportedByPoison", "HungryLoopSupportedByRapidDecay", "HungryLoopSupportedByAwakenedCurseOnHit", "HungryLoopSupportedByMultistrike", "HungryLoopSupportedByMarkOnHit", "HungryLoopSupportedByClusterTrap_", "HungryLoopSupportedByUnboundAilments", "HungryLoopSupportedByFlee", "HungryLoopSupportedBySpellTotem", "HungryLoopSupportedBySecondWind_", "HungryLoopSupportedByMeleePhysicalDamage", "HungryLoopSupportedByPierce_", "HungryLoopSupportedByGenerosity_", "HungryLoopSupportedByChanceToBleed", "HungryLoopSupportedByAwakenedMeleePhysicalDamage", "HungryLoopSupportedByAwakenedAddedChaosDamage_", "HungryLoopSupportedByFrenzyPowerOnTrapTrigger", "HungryLoopSupportedByShockwave_", "HungryLoopSupportedBySummonGhostOnKill", "HungryLoopSupportedByOnslaught_", "HungryLoopSupportedByIronGrip", "HungryLoopSupportedByFasterAttacks", "HungryLoopSupportedByAwakenedBlasphemy", "HungryLoopSupportedByLesserPoison_", "HungryLoopSupportedByLifetap", "HungryLoopSupportedByFragility_", "HungryLoopSupportedByBloodthirst_", "HungryLoopSupportedByAwakenedEnhance", "HungryLoopSupportedByAwakenedSpellCascade", "HungryLoopSupportedByAwakenedMinionDamage", "HungryLoopSupportedByAwakenedLightningPenetration", "HungryLoopSupportedByAwakenedIncreasedAreaOfEffect_", "HungryLoopSupportedByAwakenedAddedLightningDamage_", "HungryLoopSupportedByAwakenedSwiftAffliction", "HungryLoopSupportedByAwakenedGreaterMultipleProjectiles", "HungryLoopSupportedByAwakenedFork", "HungryLoopSupportedByAwakenedDeadlyAilments", "HungryLoopSupportedByAwakenedColdPenetration", "HungryLoopSupportedByAwakenedAddedColdDamage", "HungryLoopSupportedByAwakenedGenerosity_", "HungryLoopSupportedByAwakenedWeaponElementalDamage_", "HungryLoopSupportedByAwakenedBurningDamage", "HungryLoopSupportedByAwakenedAncestralCall", "HungryLoopSupportedByChargedMines", "HungryLoopSupportedByDeathmark_", "HungryLoopSupportedByFeedingFrenzy", "HungryLoopSupportedByRage_", "HungryLoopSupportedByImpale", "HungryLoopSupportedBySpellFocus", "HungryLoopSupportedByEnergyLeech", "HungryLoopSupportedByBonechill", "HungryLoopSupportedByGreaterVolley", "HungryLoopSupportedByReducedBlockChance", "HungryLoopSupportedByAddedLightningDamage", "HungryLoopSupportedByCastOnDeath", "HungryLoopSupportedByControlledDestruction", "HungryLoopSupportedByRuthless_", "HungryLoopSupportedByBrutality", "HungryLoopSupportedByEfficacy", "HungryLoopSupportedByDeadlyAilments", "HungryLoopSupportedByMinefield", "HungryLoopSupportedByElementalFocus", "HungryLoopSupportedBySpellCascade", "HungryLoopSupportedByEnhance", "HungryLoopSupportedByReducedDuration", "HungryLoopSupportedBySlowerProjectiles", "HungryLoopSupportedByMultiTrap", "HungryLoopSupportedBySummonElementalResistance", "HungryLoopSupportedByLightningPenetration", "HungryLoopSupportedByFirePenetration", "HungryLoopSupportedByRangedAttackTotem", "HungryLoopSupportedByPointBlank", "HungryLoopSupportedByLifeGainOnHit", "HungryLoopSupportedByChanceToIgnite", "HungryLoopSupportedByIncreasedCriticalStrikes", "HungryLoopSupportedByIronWill", "HungryLoopSupportedByTrap", "HungryLoopSupportedByEnduranceChargeOnStun", "HungryLoopSupportedByIncreasedMinionDamage_", "HungryLoopSupportedByWeaponElementalDamage", "HungryLoopSupportedByVileToxins_", "HungryLoopSupportedByCastWhenStunned", "HungryLoopSupportedByCastOnCrit", "HungryLoopSupportedByRemoteMine", "HungryLoopSupportedByMeleeSplash_", "HungryLoopSupportedByLifeLeech", "HungryLoopSupportedByHypothermia", "HungryLoopSupportedByFork", "HungryLoopSupportedByBloodMagic", "HungryLoopSupportedByAdditionalAccuracy", "HungryLoopSupportedByAddedColdDamage", "HungryLoopSupportedByColdPenetration_", "HungryLoopSupportedByIncreasedCriticalDamage", "HungryLoopSupportedByArrowNova", "HungryLoopSupportedByUnleash", "HungryLoopSupportedByElementalPenetration", "HungryLoopSupportedByEmpower", "HungryLoopSupportedByItemQuantity", "HungryLoopSupportedByAddedFireDamage", "HungryLoopSupportedByElementalProliferation", "HungryLoopSupportedByPhysicalToLightning_", "HungryLoopSupportedByAwakenedControlledDestruction", "HungryLoopSupportedByBloodlust", "HungryLoopSupportedByChaosAttacks", "HungryLoopSupportedByPinpoint", "HungryLoopSupportedByPulverise", "HungryLoopSupportedByMeleeDamageOnFullLife", "HungryLoopSupportedByPowerChargeOnCrit_", "HungryLoopSupportedByBlasphemy", "HungryLoopSupportedBySwiftBrand", "HungryLoopSupportedByFasterCast", "HungryLoopSupportedByEternalBlessing", "HungryLoopSupportedByStormBarrier", "HungryLoopSupportedByAwakenedBrutality", "HungryLoopSupportedByMaim", "HungryLoopSupportedByAwakenedElementalFocus", "HungryLoopSupportedByIncreasedDuration", "HungryLoopSupportedByAddedChaosDamage", "HungryLoopSupportedByMeatShield", "HungryLoopSupportedByCastOnKill", "HungryLoopSupportedBySpiritStrike", "HungryLoopSupportedByTrapAndMineDamage", "HungryLoopSupportedByImpendingDoom", "HungryLoopSupportedByAwakenedVoidManipulation", "HungryLoopSupportedByEnlighten", "HungryLoopSupportedByAwakenedCastWhileChannelling", }, + ["33% increased Ignite Duration on Enemies"] = { "BurnDurationUnique__1", }, + ["Socketed Travel Skills deal 80% more Damage"] = { "TravelSkillMoreDamageUnique__1", }, + ["Gains no Charges during Effect of any Overflowing Chalice Flask"] = { "CannotGainFlaskChargesDuringFlaskEffectUnique_1", }, + ["Trigger Level 1 Gore Shockwave on Melee Hit if you have at least 150 Strength"] = { "TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__1_", }, + ["(30-50)% increased Duration"] = { "FlaskEffectDurationUnique__3", }, + ["+(200-250) Energy Shield gained on Killing a Shocked Enemy"] = { "GainEnergyShieldOnKillShockedEnemyUniqueGlovesStr4", }, + ["+(30-50) Mana gained when you Block"] = { "GainManaOnBlockUnique__1", }, + ["Socketed Gems are Supported by Level (25-35) (1-143)"] = { "RandomSupportUnique__2", "RandomSupportUnique__4_", }, + ["Nearby Enemies have 18% increased Effect of Curses on them"] = { "UndyingBreathCurseAuraDisplayUniqueStaff5", }, + ["Adds (10-16) to (12-30) Physical Damage"] = { "LocalAddedPhysicalDamageUnique14", }, + ["30% of Damage you Reflect to Enemies when Hit is gained as Life"] = { "DamageYouReflectGainedAsLifeUniqueHelmetDexInt6", }, + ["40% increased Totem Damage"] = { "TotemDamageUnique__1_", }, + ["200% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__4", }, + ["+12% to all Elemental Resistances"] = { "AllResistancesImplicitShield3", }, + ["15% increased Mana Recovery from Flasks"] = { "FlaskManaRecoveryUniqueShieldInt3", }, + ["25% reduced Movement Speed"] = { "MovementVeolcityUniqueBodyDex6", }, + ["Adds Veteran's Awareness"] = { "JewelExpansionVeteransAwareness_", }, + ["1% increased Attack Damage per 450 Armour"] = { "AttackDamagePer450ArmourUnique__1__", }, + ["Skills Fire 3 additional Projectiles for 4 seconds after"] = { "AdditionalProjectilesAfterAmmoConsumedUniqueBelt__1", }, + ["Fire Resistance is 75%"] = { "FireResistanceOverrideUnique__1__", }, + ["(3-4)% of Physical Attack Damage Leeched as Life"] = { "LifeLeechUniqueRing12", "LifeLeechLocal2", }, + ["Socketed Gems fire Projectiles in a circle"] = { "SocketedGemsProjectilesNovaUniqueStaff10", }, + ["15% increased Movement Speed during any Flask Effect"] = { "MovementSpeedDuringFlaskEffectUnique__1", }, + ["Enemies Chilled by your Hits increase Damage taken by half of Chill Effect"] = { "EnemiesChilledIncreasedDamageTakenUnique__1", }, + ["40% increased Maximum total Life Recovery per second from Leech"] = { "MaximumLifeLeechRateUnique__1", }, + ["2% increased Mana Reservation Efficiency of Skills per 250 total Attributes"] = { "ManaReservationPerAttributeUnique__1", "ManaReservationEfficiencyPerAttributeUnique__1", }, + ["Versatile Combatant"] = { "KeystoneVersatileCombatantUnique___1", }, + ["Regenerate 100 Life per second while moving"] = { "LifeRegenerationWhileMovingUnique__1", }, + ["(50-70)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueBodyDex4", }, + ["Trigger Level 20 Bone Offering, Flesh Offering or Spirit Offering every 5 seconds"] = { "TriggerRandomOfferingSkillUnique__1", }, + ["+(20-25)% to Fire and Chaos Resistances"] = { "FireAndChaosDamageResistanceUnique__1__", }, + ["With at least 40 Dexterity in Radius, Caustic Arrow has a 50% chance on Hit to Poison Enemies on Caustic Ground"] = { "CausticArrowThresholdJewel3", }, + ["+(30-45)% to Fire Resistance"] = { "FireResistUniqueAmulet16", }, + ["3% increased Global Critical Strike Chance per Level"] = { "CriticalStrikeChancePerLevelUniqueTwoHandAxe8", }, + ["+(30-40)% to Fire Resistance"] = { "FireResistUniqueAmulet13", "FireResistUnique__16", "FireResistUnique__20_", "FireResistUnique__8", "FireResistUniqueBootsDexInt1", "FireResistUnique__12", }, + ["Grants Level 22 Wintertide Brand Skill"] = { "GrantsWintertideBrandUnique__1", }, + ["Gain 1% of Fire Damage as Extra Chaos Damage per Endurance Charge"] = { "ChargeBonusFireDamageAddedAsChaos__", }, + ["+(25-75) to all Attributes"] = { "AllAttributesUnique__5", }, + ["Chaos Damage taken does not bypass Energy Shield"] = { "ChaosTakenOnES", }, + ["(0.2-0.4)% of Attack Damage Leeched as Mana"] = { "ManaLeechPermyriadUniqueHelmetInt7", }, + ["+(8-12)% Chance to Block Attack Damage during Flask effect"] = { "BlockIncreasedDuringFlaskEffectUniqueFlask7", }, + ["+(5-7)% to all Elemental Resistances"] = { "AllResistajcesUniqueStaff10", }, + ["10 Life gained for each Enemy Hit if you have used a Vaal Skill Recently"] = { "LifeGainOnHitIfVaalSkillUsedRecentlyUnique__1", }, + ["(15-20)% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300%"] = { "FireDamagePerMissingFireResistanceUnique__1", }, + ["+(22-30)% to Vaal Skill Critical Strike Multiplier"] = { "VaalSkillCriticalStrikeMultiplierCorruptedJewel6", }, + ["+12 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw4", }, + ["+(25-35) to Dexterity"] = { "DexterityUnique__15", "DexterityUniqueBootsDex9", }, + ["+500 to Armour per Endurance Charge"] = { "ArmourPerEnduranceChargeUnique__1", }, + ["+20 to maximum Mana"] = { "IncreasedManaUniqueBootsInt4", }, + ["2% reduced Movement Speed per 10 Dexterity on Unallocated Passives in Radius"] = { "MovementSpeedPerUnallocatedDexterityUnique__1_", }, + ["2% increased Physical Damage Over Time per 10 Dexterity"] = { "IncreasePhysicalDegenDamagePerDexterityUnique__1", }, + ["50% increased Flask Life Recovery rate"] = { "FlaskLifeRecoveryRateUniqueBodyStrDex1", }, + ["Minions have +(10-12)% Chance to Block Attack Damage"] = { "MinionAttackBlockChanceUnique__1", }, + ["Perfect Agony"] = { "KeystonePerfectAgonyUnique__1", }, + ["(40-50)% additional Physical Damage Reduction during Flask Effect"] = { "LocalFlaskPhysicalDamageReductionUnique__1", }, + ["(3-5)% of Physical Attack Damage Leeched as Mana"] = { "ManaLeechUniqueOneHandSword2", }, + ["20% increased Movement Speed while you have Cat's Stealth"] = { "MovementSpeedWithCatsStealthUnique__1", }, + ["+(10-15)% to Cold Resistance"] = { "ColdResistUniqueRing28", }, + ["+(10-20)% to Cold Resistance"] = { "ColdResistUniqueBelt13", "ColdResistUnique__21", "ColdResistUniqueShieldStrDex1", "ColdResistUniqueShieldInt3", "ColdResistUniqueBelt4", "ColdResistUniqueBelt1", }, + ["100% of Fire Damage Leeched as Life"] = { "FireDamageLifeLeechPerMyriadUniqueBelt9a_", "FireDamageLifeLeechCorrupted", }, + ["Gain Affliction Charges instead of Frenzy Charges"] = { "GainAfflictionChargesInsteadOfFrenzyUnique__1", }, + ["Your Aura Buffs do not affect allies"] = { "AurasCannotBuffAlliesUniqueOneHandSword11", }, + ["+(40-60)% to Critical Strike Multiplier for Spells if you haven't Killed Recently"] = { "SpellCriticalStrikeMultiplierIfNotKilledRecentlyUnique__1", }, + ["(10-20)% increased Area of Effect during Flask Effect"] = { "FlaskIncreasedAreaOfEffectDuringEffectUnique__1_", }, + ["+4% to Chaos Resistance per Endurance Charge"] = { "ChaosResistancePerEnduranceChargeUnique__1_", "ChargeBonusChaosResistancePerEnduranceCharge_", }, + ["8% increased Effect of Non-Damaging Ailments per Elder Item Equipped"] = { "AilmentEffectPerElderItemUnique__1", }, + ["+(35-40)% to Lightning Resistance"] = { "LightningResistUnique__7", }, + ["You take 450 Chaos Damage per second for 3 seconds on Kill"] = { "ChaosDegenerationOnKillUniqueBodyStr3", }, + ["You gain Onslaught for 2 seconds on Killing Taunted Enemies"] = { "OnslaughtOnKillingTauntedEnemyUniqueShieldDex7", }, + ["90% less Power Charge Duration"] = { "PowerChargeDurationFinalUnique__1__", }, + ["+(40-50) to maximum Mana"] = { "IncreasedManaUniqueWand3", "IncreasedManaUniqueDagger4", }, + ["+(40-60) to maximum Mana"] = { "IncreasedManaUniqueRing17", "IncreasedManaUnique__14", "IncreasedManaUniqueBootsInt5", "IncreasedManaUniqueHelmetInt4", }, + ["Adds (120-140) to (180-210) Cold Damage"] = { "LocalAddedColdDamageUnique__4", }, + ["12% increased Reservation Efficiency of Skills"] = { "ReservationEfficiencyUnique__3__", "ReducedManaReservationCostUnique__1", }, + ["15% increased Damage taken while on Full Energy Shield"] = { "DamageTakenOnFullESUnique__1", }, + ["Eternal Youth"] = { "KeystoneEternalYouthUnique__2_", "KeystoneEternalYouthUnique__1", }, + ["200 Cold Damage taken per second per Frenzy Charge while moving"] = { "DamageTakenPerFrenzyChargeMovingUnique__1", }, + ["Removes Burning when you use a Flask"] = { "UsingFlasksDispelsBurningUniqueHelmetInt5", }, + ["Gain Her Blessing for 3 seconds when you Ignite an Enemy"] = { "GrantUniqueBuff__1", }, + ["2% chance to Avoid Elemental Damage from Hits per Frenzy Charge"] = { "AvoidElementalDamagePerFrenzyChargeUnique__1", }, + ["30% reduced Strength Requirement"] = { "ReducedStrengthRequirementUniqueBodyStr5", }, + ["Has an additional Implicit Mod"] = { "DisplayHasAdditionalModUnique__1", }, + ["1% of Attack Damage Leeched as Mana against Poisoned Enemies"] = { "AttackDamageManaLeechAgainstPoisonedEnemiesUnique_1", }, + ["Immune to Freeze and Chill while Ignited"] = { "ImmuneToFreezeAndChillWhileIgnitedUnique__1", }, + ["Culling Strike during Flask Effect"] = { "FlaskCullingStrikeUnique1", }, + ["Adds 1 to (35-45) Lightning Damage"] = { "LocalAddedLightningDamageUnique__2", }, + ["20% increased Damage with Movement Skills"] = { "DamageWithMovementSkillsUniqueClaw9", }, + ["Replenishes Energy Shield by 2% of Armour when you Block"] = { "EnergyShieldGainedOnBlockUniqueShieldStrInt4", }, + ["+1500 to Evasion Rating while on Full Life"] = { "EvasionOnFullLifeUnique__1_", }, + ["Everlasting Sacrifice"] = { "KeystoneEverlastingSacrificeUnique__1", }, + ["Movement Attack Skills have 40% reduced Attack Speed"] = { "ReducedAttackSpeedOfMovementSkillsUnique__1", }, + ["Socketed Gems are Supported by Level 18 Melee Physical Damage"] = { "DisplaySocketedGemGetsMeleePhysicalDamageUniqueHelmetStrDex4", }, + ["+5 to Maximum number of Crab Barriers"] = { "MaximumCrabBarriersUnique__1", }, + ["You gain 3 Grasping Vines when you take a Critical Strike"] = { "GainVinesOnCriticalStrikeUnique__1", }, + ["+(21-24)% chance to Suppress Spell Damage"] = { "SpellDodgeUniqueBootsDex7_", }, + ["Wintertide Brand has (20-30)% increased Chill Effect"] = { "WintertideBrandChillEffectUnique__1_", }, + ["20% reduced Mana Cost of Skills when on Low Life"] = { "ReducedManaCostOnLowLifeUniqueHelmetStrInt1", }, + ["Map Boss is surrounded by Tormented Spirits"] = { "MapBossSurroundedByTormentedSpirits", }, + ["Poisoned Enemies you Kill with Hits Shatter"] = { "PoisonedEnemiesShatterOnKillUnique__1", }, + ["Inflict non-Damaging Ailments as though dealing (100-200)% more Damage"] = { "ApplyAilmentsMoreDamageUnique__1", }, + ["Adds 10 to 15 Physical Damage"] = { "LocalAddedPhysicalDamageUniqueRapier2", "LocalAddedPhysicalDamageUniqueOneHandMace8", }, + ["Minions have +(10-12)% chance to Suppress Spell Damage"] = { "MinionSpellDodgeChanceUnique__1_", "MinionAttackDodgeChanceUnique__1", }, + ["+1% to all Elemental Resistances per 10 Omniscience"] = { "ElementalResistPerAscendanceUnique__1__", }, + ["Immortal Ambition"] = { "EnergyShieldStartsAtZero", }, + ["Adds 12 to 24 Fire Damage to Attacks"] = { "AddedFireDamageUniqueAmulet7", "AddedFireDamageUniqueBootsStrDex1", }, + ["(12-24)% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentImplicitBelt1", }, + ["+2000 to Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingTransformedUnique__1", }, + ["(4-6)% increased Dexterity"] = { "PercentageDexterityUniqueJewel29", "PercentageDexterityUnique__2", }, + ["+(50-70) to maximum Life"] = { "IncreasedLifeUnique__2", "IncreasedLifeUnique__113", "IncreasedLifeUnique__44", "IncreasedLifeUnique__65", "IncreasedLifeUnique__54", "IncreasedLifeUnique__73", "IncreasedLifeUnique__83", "IncreasedLifeUnique__102", "IncreasedLifeUnique__89", "IncreasedLifeUnique___7", "IncreasedLifeUniqueQuiver9", "IncreasedLifeUnique__98", "IncreasedLifeUniqueHelmetStrDex5", "IncreasedLifeUnique__50", "IncreasedLifeUniqueBodyDexInt1", "IncreasedLifeUnique__95", "IncreasedLifeUnique__84", "IncreasedLifeUniqueBootsStr3_", "IncreasedLifeUnique__93", "IncreasedLifeUnique__99", "IncreasedLifeUnique__76", "IncreasedLifeUnique__110", "IncreasedLifeUniqueBootsDex9__", "IncreasedLifeUnique__62", "IncreasedLifeUnique__28", "IncreasedLifeUniqueShieldDex6", "IncreasedLifeUnique__92_", "IncreasedLifeUnique__49_", "IncreasedLifeUnique__12_", "IncreasedLifeUniqueGlovesStrInt2", "IncreasedLifeUniqueShieldStrDex7", "IncreasedLifeUniqueGlovesStrDex4", "IncreasedLifeUnique__86_", "IncreasedLifeUnique__75", "IncreasedLifeUnique__96__", }, + ["+(50-80) to maximum Life"] = { "IncreasedLifeUnique__23", "IncreasedLifeUnique__97", }, + ["0.6% of Fire Damage Leeched as Life"] = { "FireDamageLifeLeechPermyriadUniqueBelt9aNew", }, + ["Adds 11 to 23 Cold Damage"] = { "LocalAddedColdDamageUniqueTwoHandMace2", }, + ["(200-250)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueBodyDex5", }, + ["+(35-45) to maximum Life"] = { "IncreasedLifeUnique__18", "IncreasedLifeUniqueBootsDex6", }, + ["100% of Lightning Damage Leeched as Life"] = { "LightningDamageLifeLeechCorrupted", "LightningDamageLifeLeechPerMyriadUniqueBelt9c", }, + ["+(29-41)% to Chaos Resistance"] = { "ChaosResistUnique__19", }, + ["1% reduced Elemental Damage taken per Endurance Charge"] = { "ReducedElementalDamageTakenPerEnduranceChargeUber1", }, + ["+7 Life gained for each Enemy hit by your Attacks"] = { "LifeGainPerTargetUnique__1", }, + ["Adds (70-85) to (110-118) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__36", }, + ["(10-20)% increased Duration of Ailments on Enemies"] = { "IncreasedAilmentDurationUnique__3_", }, + ["50% increased Fire Damage"] = { "FireDamagePercentUniqueHelmetInt5", }, + ["+1% to maximum Lightning Resistance while affected by Herald of Thunder"] = { "HeraldBonusThunderMaxLightningResist", }, + ["8% Chance to Block Attack Damage"] = { "BlockPercentUniqueAmulet16", }, + ["Adds (13-17) to (29-37) Chaos Damage"] = { "AddedChaosDamageToAttacksAndSpellsUnique__1", }, + ["+40% to Cold Resistance"] = { "ColdResistUniqueGlovesStrDex4", }, + ["+10 to Intelligence"] = { "IntelligenceUniqueOneHandSword2", "IntelligenceUniqueWand1", }, + ["30% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentUniqueSwordImplicit1", "IncreasedPhysicalDamagePercentUniqueQuiver2", "IncreasedPhysicalDamagePercentUniqueDescentClaw1", }, + ["Adds (48-56) to (73-84) Chaos Damage to Spells"] = { "SpellAddedChaosDamageUnique__1", }, + ["(80-100)% increased Rarity of Items found with a Normal Item Equipped"] = { "ItemRarityWhileWearingANormalItemUnique__1", }, + ["(180-220)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__12", }, + ["Unique Boss drops an additional Harbinger Scroll"] = { "MapHarbingerPortalAdditionalFragments__", }, + ["Reflects (24-35) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageShieldImplicit4", }, + ["Cannot gain Endurance Charges"] = { "CannotGainEnduranceChargesUnique__1__", }, + ["+5% chance to Suppress Spell Damage"] = { "ChanceToSuppressSpellsUniqueJewel46", "ChanceToDodgeSpellsImplicitShield2", "ChanceToDodgeImplicitShield2", }, + ["On Killing a Poisoned Enemy, nearby Enemies are Poisoned"] = { "PoisonSpreadAndHealOnPoisonedKillUniqueDagger8", }, + ["40% increased Armour and Evasion Rating if you've killed a Taunted Enemy Recently"] = { "IncreasedArmourAndEvasionIfKilledTauntedEnemyRecentlyUnique__1", }, + ["5% increased Physical Damage with Maces or Sceptres"] = { "MaceBonus1", }, + ["Lose (10-15) Life for each Enemy hit by your Spells"] = { "LoseLifeOnSpellHitUnique__1", }, + ["Skills used by Traps have (10-20)% increased Area of Effect"] = { "TrapAreaOfEffectUnique__1", }, + ["Gain (30-40)% of Physical Attack Damage as Extra Fire Damage"] = { "AttackPhysicalDamageAddedAsFireUnique__2", }, + ["+2 to Maximum Life per 10 Dexterity"] = { "MaximumLifePer10DexterityUnique__1", }, + ["(3-6)% increased Energy Shield Recharge Rate"] = { "JewelImplicitEnergyShieldRechargeRate", }, + ["10% increased Attack Speed"] = { "IncreasedAttackSpeedUniqueQuiver1", "LocalIncreasedAttackSpeedUniqueDescentBow1", "IncreasedAttackSpeedUniqueBodyDex5", "IncreasedAttackSpeedUniqueHelmetDex4", "IncreasedAttackSpeedUniqueBodyDex7", "IncreasedAttackSpeedUniqueBootsDexInt1", "IncreasedAttackSpeedUniqueQuiver9", "IncreasedAttackSpeedUniqueGlovesDexInt3", "LocalIncreasedAttackSpeedUniqueDagger3", "LocalIncreasedAttackSpeedUniqueBow3", "LocalIncreasedAttackSpeedUniqueOneHandSword1", "LocalIncreasedAttackSpeedUniqueDagger12", "LocalIncreasedAttackSpeedUniqueDescentDagger1", "LocalIncreasedAttackSpeedUniqueOneHandMace8", "LocalIncreasedAttackSpeedUniqueBow2", }, + ["Minions deal (15-20)% increased Damage"] = { "MinionDamageImplicitHelmet1", }, + ["Nearby Enemies are Intimidated"] = { "NearbyEnemiesAreIntimidatedUnique__1", }, + ["Gore Footprints"] = { "ItemBloodFootstepsUnique__1", "ItemBloodFootstepsUniqueBodyStr3", "ItemBloodFootstepsUniqueBootsDex4", }, + ["Your Physical Damage can Freeze"] = { "PhysicalDamageCanFreezeUnique__1_", }, + ["Your Attacks do not cost Mana"] = { "AttacksCostNoManaUniqueTwoHandAxe9", }, + ["+(30-40)% to Damage over Time Multiplier for Bleeding from Critical Strikes"] = { "CriticalBleedDotMultiplierUnique__1_", }, + ["(25-40)% increased Mana Regeneration Rate"] = { "ManaRegenerationUnique__12", "ManaRegenerationUnique__13", }, + ["+25% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently"] = { "CritMultiIfDealtNonCritRecentlyUnique__1", }, + ["Gain Arcane Surge when you deal a Critical Strike"] = { "GainArcaneSurgeOnCritUnique__1", }, + ["+1% chance to Suppress Spell Damage per Frenzy Charge"] = { "ChargeBonusDodgeChancePerFrenzyCharge", }, + ["60% increased Damage while Shocked"] = { "DamageIncreaseWhileShockedUniqueBelt12", }, + ["You can only Socket Corrupted Gems in this item"] = { "OnlySocketCorruptedGemsUnique__1", }, + ["(8-12)% increased Attack Speed if you've dealt a Critical Strike Recently"] = { "AttackSpeedIfCriticalStrikeDealtRecentlyUnique__1", }, + ["You gain Phasing for 10 seconds on using a Vaal Skill"] = { "GainPhasingOnVaalSkillUseUnique__1", }, + ["50% increased Melee Damage against Bleeding Enemies"] = { "MeleeDamageAgainstBleedingEnemiesUnique__1", }, + ["+(8-15)% chance to Avoid Elemental Damage from Hits while Phasing"] = { "AvoidElementalDamagePhasingUnique__1", }, + ["(100-140)% increased Critical Strike Chance for Spells"] = { "SpellCriticalStrikeChanceUnique__1", }, + ["5% reduced Movement Speed"] = { "MovementVelocityUniqueShieldStr1", "MovementVelocityUniqueGlovesStrDex2", "ReducedMovementVelocityUniqueOneHandMace7", }, + ["Can't use Chest armour"] = { "DisableChestSlot", }, + ["Modifiers to Claw Critical Strike Chance also apply to Unarmed Critical Strike Chance with Melee Skills"] = { "ClawCritModsAlsoAffectUnarmed__1", }, + ["20% increased Main Hand Critical Strike Chance per"] = { "MainHandCriticalStrikeChancePerMeleeAbyssJewelUnique__1", }, + ["(8-14)% increased Strength"] = { "TalismanIncreasedStrength", }, + ["1% increased Elemental Damage per Level"] = { "IncreasedChaosDamagePerLevelUniqueTwoHandSword7", }, + ["Damage cannot be Reflected"] = { "DamageCannotBeReflectedUnique__1", }, + ["+(16-24) to Intelligence"] = { "IntelligenceUniqueJewel11", "IntelligenceUniqueJewel35", }, + ["25% increased Warcry Buff Effect"] = { "WarcryEffectUnique__2", "WarcryEffectUnique__1", }, + ["+(15-25) to Intelligence"] = { "IntelligenceUniqueQuiver6", "IntelligenceUnique__3", "IntelligenceUniqueBelt11", "IntelligenceUniqueRing34", }, + ["100% of Cold Damage Leeched as Life"] = { "ColdDamageLifeLeechCorrupted_", "ColdDamageLifeLeechPerMyriadUniqueBelt9b", }, + ["(260-310)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__16", }, + ["Gain Unholy Might during Flask Effect"] = { "LocalFlaskUnholyMightUnique__1", }, + ["(20-30)% increased Damage while you have no Energy Shield"] = { "IncreasedDamageOnZeroEnergyShieldUniqueShieldStrInt8", }, + ["Animated Minions' Melee Attacks deal 50% less Damage to surrounding targets"] = { "IncreasedAnimatedMinionSplashDamageUnique__1", }, + ["Trigger Level 12 Lightning Bolt when you deal a Critical Strike"] = { "LightningStrikesOnCritUnique__1", }, + ["+(600-700) to Evasion Rating"] = { "IncreasedEvasionRatingUnique__5_", "LocalIncreasedEvasionRatingUnique__2", }, + ["(20-30)% reduced Attack and Cast Speed"] = { "ReducedAttackAndCastSpeedUniqueGlovesStrInt4", }, + ["(12-20)% increased Mana Reservation Efficiency of Skills"] = { "ManaReservationEfficiencyUnique__2", "ReducedManaReservationCostUnique__2", }, + ["Adds (4-6) to (8-12) Fire Damage to Spells"] = { "SpellAddedFireDamageUniqueWand10", }, + ["Adds 1 to (30-34) Lightning Damage to Spells"] = { "SpellAddedLightningDamageUnique__7", }, + ["Shocked Enemies you Kill Explode, dealing 5% of"] = { "ShockedEnemiesExplodeUnique__1_", }, + ["3% increased Cast Speed for each corpse Consumed Recently"] = { "CastSpeedPerCorpseConsumedRecentlyUnique__1", }, + ["With at least 40 Dexterity in Radius, Caustic Arrow deals 30% reduced Damage with Hits"] = { "CausticArrowThresholdJewel1", }, + ["(20-30)% chance to gain a Frenzy Charge on Critical Strike at Close Range"] = { "FrenzyChargeOnCritCloseRangeUnique__1", }, + ["Reflects (221-260) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageShieldImplicit12", }, + ["(20-30)% increased Damage per Frenzy Charge with Hits against Enemies on Low Life"] = { "EnemiesOnLowLifeTakeMoreDamagePerFrenzyChargeUniqueBootsDex4", }, + ["+50% to Elemental Resistances during Flask Effect"] = { "FlaskElementalResistancesUniqueFlask1_", }, + ["Grants Level 30 Dash Skill"] = { "GrantsDashUnique__1_", }, + ["10% of Physical Damage from Hits taken as Chaos Damage"] = { "PhysicalDamageTakenAsChaosUnique__1", }, + ["Adds (10-13) to (43-47) Lightning Damage"] = { "GlobalAddedLightningDamageUnique__1_", }, + ["(15-25)% increased Stun and Block Recovery"] = { "StunRecoveryImplicitBelt1", }, + ["Herald of Thunder also creates a storm when you Shock an Enemy"] = { "ActivateHeraldOfThunderOnShockUnique__1", }, + ["+(60-100) to maximum Life"] = { "IncreasedLifeUniqueBodyStr6", }, + ["(4-6)% Chance to Block Spell Damage"] = { "SpellBlockPercentageUnique__2", "SpellBlockPercentageUniqueBootsInt5", }, + ["20% increased Duration of Elemental Ailments on Enemies"] = { "ElementalStatusAilmentDurationUniqueAmulet19", }, + ["40% of Lightning Damage Converted to Cold Damage"] = { "ConvertLightningToColdUniqueRing34", }, + ["Adds (8-13) to (26-31) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueSceptre9", }, + ["(35-39)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand16", }, + ["+1 to number of Summoned Arbalists"] = { "SummonArbalistNumberOfArbalistsAllowed", }, + ["(80-100)% increased Charges per use"] = { "FlaskChargesUsedUnique__6_", }, + ["Create Consecrated Ground when you Shatter an Enemy"] = { "SpreadConsecratedGroundOnShatterUnique__1", }, + ["+50% to Critical Strike Multiplier if you haven't dealt a Critical Strike Recently"] = { "CriticalStrikeMultiplierIfHaventCritRecentlyUber1", }, + ["(10-20)% increased Movement Speed while Chilled"] = { "MovementVelocityWhileChilledUnique__1_", }, + ["+1 to maximum number of Spectres"] = { "MaximumMinionCountUniqueBodyInt9", "MaximumMinionCountUniqueSceptre5", }, + ["Minions deal (5-8) to (12-16) additional Attack Physical Damage"] = { "AddedPhysicalToMinionAttacksUnique__1", }, + ["Minions have +(20-24)% chance to Suppress Spell Damage"] = { "MinionSuppressSpellChanceUnique__1", }, + ["Triggers Level 20 Reflection when Equipped"] = { "SummonDoubleOnCritUnique__1", }, + ["25% increased Light Radius"] = { "LightRadiusUniqueSceptre2", "LightRadiusUniqueBodyInt8", "LightRadiusUniqueBelt6", "LightRadiusUniqueBodyStr4", }, + ["+2 maximum Energy Shield per 5 Strength"] = { "EnergyShieldPer5StrengthUnique__1", }, + ["Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield"] = { "MaximumEnergyShieldAsPercentageOfLifeUnique__1", }, + ["+(65-80) to maximum Life"] = { "IncreasedLifeUnique__31", }, + ["+(40-50)% to Chaos Resistance"] = { "ChaosResistUniqueRing16", "ChaosResistUniqueBodyInt8", }, + ["20% increased Flask Effect Duration"] = { "BeltIncreasedFlaskDurationUniqueBelt3", }, + ["+10% chance to be Frozen, Shocked and Ignited"] = { "ChanceToBeFrozenShockedIgnitedUnique__1", }, + ["(150-180)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueGlovesDexInt5", }, + ["Socketed Gems have Iron Will"] = { "DisplaySocketedGemsSupportedByIronWillUniqueOneHandMace3", }, + ["Adds (50-55) to (72-80) Chaos Damage"] = { "GlobalAddedChaosDamageUnique__3", "GlobalAddedChaosDamageUnique__2", }, + ["Gain a Power Charge on Killing a Frozen Enemy"] = { "GainPowerChargeOnKillingFrozenEnemyUnique__1", }, + ["20% chance to spread Tar when Hit"] = { "GroundTarOnHitTakenUnique__1", }, + ["(80-120)% increased Recovery rate"] = { "FlaskIncreasedRecoverySpeedUnique___1", }, + ["(5-10)% reduced maximum Energy Shield"] = { "ReducedEnergyShieldPercentUniqueRing16", }, + ["You gain Onslaught for 3 seconds on Kill"] = { "OnslaughtBuffOnKillUniqueDagger12", }, + ["+50% to Cold Resistance"] = { "ColdResistUniqueShieldDex1", }, + ["(10-20)% reduced total Recovery per second from Life Leech"] = { "ReducedLifeLeechRateUniqueJewel19", }, + ["Rogue Equipment cannot be found"] = { "HeistContractBetterTargetValue", }, + ["+(8-24) to all Attributes"] = { "AllAttributesUnique__6", }, + ["Doomsday"] = { "KeystoneDoomsdayUnique__1", }, + ["Offering Skills have 50% reduced Duration"] = { "OfferingDurationUnique__1", }, + ["20% chance to Trigger Level 16 Molten Burst on Melee Hit"] = { "MoltenBurstOnMeleeHitUnique__1", }, + ["(40-60)% increased Damage with Poison"] = { "PoisonDamageUnique__1", }, + ["(250-300)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__19___", }, + ["You cannot increase the Rarity of Items found"] = { "NoItemRarity", }, + ["Iron Grip"] = { "KeystoneIronGripUnique__1", }, + ["Lose all Frenzy Charges on reaching Maximum Frenzy Charges to make the next Bow Attack you perform fire that many additional Arrows"] = { "BowAttacksFrenzyChargesArrowsUnique__1", }, + ["15% increased Movement Speed for 9 seconds on Throwing a Trap"] = { "MovementSpeedOnTrapThrowUnique__1", }, + ["Damage with Hits from Socketed Vaal Skills is Lucky"] = { "LocalVaalLuckyDamageUnique__1", }, + ["-1% Chance to Block Attack Damage for every 200 Fire Damage taken from Hits Recently"] = { "AttackBlockPerFireDamageTakenUnique__1", }, + ["+4% to all maximum Resistances"] = { "IncreasedMaximumResistsUniqueShieldStrInt1", }, + ["You take (30-50)% reduced Extra Damage from Critical Strikes by Poisoned Enemies"] = { "ReducedCriticalDamageTakenPoisonUnique__1", }, + ["Socketed Curse Gems have 20% increased Reservation Efficiency"] = { "ReducedReservationForSocketedCurseGemsUnique__1", }, + ["Adds (16-21) to (31-36) Chaos Damage to Spells"] = { "SpellAddedChaosDamageUnique__2", }, + ["(30-50)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueShieldDex4", }, + ["All bonuses from an Equipped Shield apply to your Minions instead of you"] = { "NecromanticAegisUniqueHelmetStrDex5", }, + ["80% reduced Trap Duration"] = { "TrapDurationUniqueBelt6", }, + ["+1 to maximum number of Summoned Golems"] = { "MaximumGolemsUnique__2", "MaximumGolemsUnique__1", }, + ["(20-25)% chance to inflict Withered for 2 seconds on Hit"] = { "WitherOnHitChanceUnique__1", }, + ["(60-70)% reduced Elemental Resistances"] = { "IncreasedElementalResistancesUnique__2_", }, + ["Socketed Support Gems can also Support Skills from your Main Hand"] = { "SupportGemsSocketedInOffHandAlsoSupportMainHandSkills", }, + ["5% chance to Gain Unholy Might for 4 seconds on Melee Kill"] = { "UnholyMightOnMeleeKillUniqueJewel28", }, + ["Socketed Gems have Secrets of Suffering"] = { "SocketedGemHasSecretsOfSufferingUnique__1", }, + ["No Physical Damage"] = { "LocalReducedPhysicalDamagePercentUniqueBow8", "LocalReducedPhysicalDamagePercentUniqueWand6", "LocalReducedPhysicalDamagePercentUniqueTwoHandSword6", "LocalReducedPhysicalDamagePercentUniqueOneHandSword7", "LocalReducedPhysicalDamagePercentUnique__2", "LocalReducedPhysicalDamagePercentUnique__1", }, + ["(15-25)% increased Mana Regeneration Rate"] = { "ManaRegenerationUnique__1", }, + ["+5% Chance to Block Attack Damage from Taunted Enemies"] = { "AdditionalChanceToBlockAgainstTauntedEnemiesUnique_1", }, + ["All Damage can Freeze"] = { "AllDamageCanFreezeUnique__1", }, + ["+(40-60)% to Fire Resistance"] = { "FireResistUnique__26", }, + ["30% increased Movement Speed while Cursed"] = { "IncreasedMovementVelictyWhileCursedUniqueOneHandSword4", }, + ["(12-15)% increased maximum Life"] = { "MaximumLifeUnique__22", }, + ["+38 Life gained for each Enemy hit by Attacks"] = { "LifeAndManaOnHitSeparatedImplicitMarakethClaw3", }, + ["+15 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicitClaw3", "LifeAndManaOnHitSeparatedImplicitMarakethClaw1", "LifeGainPerTargetImplicit2Claw5", }, + ["+(8-12)% to Fire and Cold Resistances"] = { "FireAndColdResistImplicitBoots1_", }, + ["+(6-8) Life gained for each Enemy hit by your Attacks"] = { "LifeGainPerTargetImplicitQuiver3New", }, + ["(40-50)% increased Charges per use"] = { "FlaskChargesUsedUnique__9_", }, + ["+15% chance to Suppress Spell Damage"] = { "ChanceToDodgeSpellsUniqueBodyDex1", "ChanceToDodgeUniqueBodyDex1", }, + ["0.2% of Attack Damage Leeched as Mana per Power Charge"] = { "ManaLeechPermyriadPerPowerChargeUniqueBelt5_", }, + ["0.5% of Spell Damage Leeched as Life if Equipped Shield has at least 30% Chance to Block"] = { "LifeLeechFromSpellsWith30BlockOnShieldUnique__1_", }, + ["-(50-40) Physical Damage taken from Hits by Animals"] = { "PhysicalDamageFromBeastsUniqueBodyDex6", }, + ["(150-200)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueSceptre2", "LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace8", "LocalIncreasedPhysicalDamageUniqueOneHandMace5", }, + ["Gems Socketed in Red Sockets have +1 to Level"] = { "SocketedGemsInRedSocketEffectUnique__1", }, + ["1% of Damage Leeched as Life against Shocked Enemies"] = { "LifeLeechPermyriadVsShockedEnemiesUniqueRing29", "LifeLeechPermyriadOnFrozenEnemiesUniqueRing19", }, + ["Socketed Gems are Supported by Level 1 Multiple Totems"] = { "SupportedByMultiTotemUnique__1", }, + ["+15 to Dexterity"] = { "DexterityUniqueBootsDex3", }, + ["+(20-25)% to Cold Resistance"] = { "ColdResistUnique__20", "ColdResistUniqueOneHandAxe1_", }, + ["+(20-30)% to Cold Resistance"] = { "ColdResistUnique__3", "ColdResistUnique__37", "ColdResistUnique__29", "ColdResistUnique__32", "ColdResistUnique__22_", "ColdResistDexHelmet2", "ColdResistUniqueHelmetDex5", "ColdResistUnique__2", "ColdResistUniqueBootsStrDex5", "ColdResistUnique__28", "ColdResistUniqueBodyStr5", "ColdResistImplicitRing1", "ColdResistUniqueGlovesDex1", "ColdResistUnique__1", }, + ["+(16-24) to Strength and Dexterity"] = { "HybridStrDex", }, + ["40% increased Brand Damage"] = { "BrandDamageUnique__1", }, + ["+(32-40)% to Cold Resistance"] = { "ColdResistUnique__7", }, + ["Right ring slot: You cannot Regenerate Mana"] = { "RightRingSlotNoManaRegenUniqueRing13", }, + ["Point Blank"] = { "KeystonePointBlankUnique__1", "KeystonePointBlankUnique__2", }, + ["35% increased Lightning Damage"] = { "LightningDamagePercentUnique__3", }, + ["+(50-70) to maximum Mana"] = { "IncreasedManaUniqueHelmetStrDex5_", "IncreasedManaUnique__18", "IncreasedManaUniqueBodyStrInt6", "IncreasedManaUnique__3", "IncreasedManaUnique__22__", }, + ["+(50-80) to maximum Mana"] = { "IncreasedManaUnique__9", }, + ["10% chance to Trigger Level 8 Summon Raging Spirit on Kill"] = { "SummonRagingSpiritOnKillUnique__1", }, + ["30% increased Damage while Ignited"] = { "DamageWhileIgnitedUniqueRing18", }, + ["10% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUniqueHelmetDex3", "ItemFoundRarityIncreaseUnique__1", }, + ["Reflects (121-150) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageShieldImplicit9", }, + ["30% reduced Flask Charges gained"] = { "BeltReducedFlaskChargesGainedUnique__1", }, + ["Prevent +3% of Suppressed Spell Damage"] = { "SpellDamageSuppressedUnique__1", }, + ["Intelligence from Passives in Radius is Transformed to Dexterity"] = { "JewelIntToDexUniqueJewel36", "JewelIntToDex", }, + ["+11% to Chaos Resistance"] = { "ChaosResistUnique__1", }, + ["Projectiles from Attacks Fork"] = { "AttackProjectilesForkUnique__1", }, + ["(40-50)% chance to Blind Enemies on Critical Strike"] = { "ChanceToBlindOnCriticalStrikesUnique__2_", }, + ["4% increased Attack and Cast Speed"] = { "AttackAndCastSpeedJewelUniqueJewel43", }, + ["50% chance to gain an additional Vaal Soul per Enemy Shattered"] = { "AdditionalVaalSoulOnShatterUniqueCorruptedJewel7", }, + ["Mines can be Detonated an additional time"] = { "MinesMultipleDetonationUniqueStaff11", }, + ["Trigger Level 5 Toxic Rain when you Attack with a Bow"] = { "TriggerToxicRainOnBowAttackUnique__1", }, + ["Nearby Allies gain 2% of Life Regenerated per second"] = { "DisplayLifeRegenerationAuraUniqueAmulet21", }, + ["60% of Physical Damage Converted to Fire Damage"] = { "DamageConversionFireUnique__1", }, + ["Adds (7-10) to (15-20) Cold Damage to Spells and Attacks"] = { "AddedColdDamageUniqueRing30", }, + ["Survival"] = { "ItemLimitUniqueJewel10", "ItemLimitUniqueJewel8", "ItemLimitUniqueJewel9", }, + ["Adds (90-130) to (140-190) Chaos Damage to Spells"] = { "SpellAddedChaosDamageUniqueWand7", }, + ["Gems can be Socketed in this Item ignoring Socket Colour"] = { "LocalCanSocketIgnoringColourUnique__1", }, + ["20% chance to Curse non-Cursed Enemies with a random Hex on Hit"] = { "RandomCurseOnHitChanceUniqueHelmetInt10", }, + ["(15-25)% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentUniqueShieldDexInt1", "IncreasedPhysicalDamagePercentUniqueBelt13", }, + ["You have Igniting, Chilling and Shocking Conflux while affected by Glorious Madness"] = { "ElementalConfluxesGloriousMadnessUnique1", }, + ["(7-10)% increased Skeleton Cast Speed"] = { "SkeletonCastSpeedUniqueJewel1", }, + ["Insufficient Mana doesn't prevent your Melee Attacks"] = { "MeleeAttacksUsableWithoutManaUnique__1", "MeleeAttacksUsableWithoutManaUniqueOneHandAxe1", }, + ["You have Scorching Conflux, Brittle Conflux and Sapping Conflux while your two highest Attributes are equal"] = { "ScorchingBrittleSappingConfluxUnique__1", }, + ["Allocates 1 if you have the matching modifier on Forbidden Flesh"] = { "PuzzlePieceCleansingFireUnique__1", }, + ["Attacks with this Weapon Penetrate 30% Elemental Resistances"] = { "LocalElementalPenetrationUnique__1", }, + ["30% of Lightning Damage is taken from Mana before Life"] = { "PercentLightningDamageTakenFromManaBeforeLifeUnique__1", }, + ["15% reduced Freeze Duration on you"] = { "JewelImplicitReducedFreezeDuration_", }, + ["Socketed Gems are Supported by Level 18 Innervate"] = { "SupportedByInnervateUnique__1", }, + ["Damage taken from Blocked Hits cannot bypass Energy Shield"] = { "DamageBypassEnergyShieldBlockUnique__1", }, + ["(2-2.5)% of Life Regenerated per Second if you've dealt a Critical Strike in the past 8 seconds"] = { "LifeRegenerationIfCrit8SecondsUnique__1", }, + ["Adds (26-32) to (36-42) Cold Damage"] = { "LocalAddedColdDamageUnique__2", }, + ["With at least 40 Intelligence in Radius, Raised Spectres have a 50% chance to gain Soul Eater for 20 seconds on Kill"] = { "ChanceForSpectersToGainSoulEaterOnKillUnique__1", }, + ["+(40-60) to Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueBootsStrDex4", }, + ["20% reduced Projectile Speed"] = { "ProjectileSpeedUnique__4", "ProjectileSpeedUniqueQuiver2", "ProjectileSpeedUnique__3", }, + ["+(60-70) to maximum Life"] = { "IncreasedLifeUniqueAmulet25", "IncreasedLifeUnique__57", "IncreasedLifeUnique__32", "IncreasedLifeUnique__60", "IncreasedLifeUniqueBodyDex6", "IncreasedLifeUniqueGlovesDexInt5", "IncreasedLifeUnique__9", "IncreasedLifeUnique__55", }, + ["+(60-80) to maximum Life"] = { "IncreasedLifeUniqueGlovesInt3", "IncreasedLifeUnique__6", "IncreasedLifeUnique__38", "IncreasedLifeUniqueBodyStrDex2", "IncreasedLifeUnique__45", "IncreasedLifeUnique__79", "IncreasedLifeUnique__85_", "IncreasedLifeUnique__52", "IncreasedLifeUnique__3", "IncreasedLifeUnique__56", "IncreasedLifeUnique__105", "IncreasedLifeUnique__78", "IncreasedLifeUnique__17", "IncreasedLifeUniqueShieldDex2", "IncreasedLifeUniqueBodyDexInt3", "IncreasedLifeUnique__63_", "IncreasedLifeUnique__94", "IncreasedLifeUnique__64", "IncreasedLifeUnique__58", "IncreasedLifeUnique__46", "IncreasedLifeUnique__43", "IncreasedLifeUnique__103", "IncreasedLifeUnique__42_", "IncreasedLifeUnique__53", "IncreasedLifeUnique__66", "IncreasedLifeUniqueShieldDexInt1", "IncreasedLifeUnique__59", }, + ["(33-48)% increased Ward"] = { "LocalIncreasedWardPercentUnique__1_", }, + ["(50-70)% increased Critical Strike Chance while Physical Aegis is depleted"] = { "CriticalStrikeChanceWithoutPhysicalAegisUnique__1", }, + ["+(45-65) to maximum Life"] = { "IncreasedLifeUnique__109_", }, + ["5% chance to grant an Endurance Charge to nearby Allies on Hit"] = { "GrantsAlliesEnduranceChargeOnHitUnique__1", }, + ["+(15-20)% to Chaos Resistance"] = { "ChaosResistUniqueRing12", }, + ["+(30-50)% Global Critical Strike Multiplier while you have a Frenzy Charge"] = { "CriticalStrikeMultiplierFrenzyChargesUnique__1", }, + ["Conduit"] = { "KeystoneConduitUnique__1__", "Conduit", }, + ["Socketed Gems have 50% reduced Mana Cost"] = { "SocketedGemsHaveReducedManaCostUniqueDescentClaw1", "SocketedGemsHaveReducedManaCostUniqueHelmetDexInt5", }, + ["-2 to Maximum Endurance Charges"] = { "ReducedMaximumEnduranceChargeUnique__2", }, + ["5% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius"] = { "ChaosDamageIncreasedPerIntUniqueJewel2", }, + ["(100-150)% increased Critical Strike Chance against Enemies on Consecrated Ground during Flask effect"] = { "FlaskConsecratedGroundEffectCriticalStrikeUnique__1", }, + ["150% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueHelmetDex6", }, + ["Regenerate (20-30) Life per second per Endurance Charge"] = { "LifeRegenPerMinutePerEnduranceChargeUniqueBodyDexInt3", }, + ["Socketed Skills apply Fire, Cold and Lightning Exposure on Hit"] = { "SocketedGemsApplyExposureReducedResistsImplicitR3___", "SocketedGemsApplyExposureReducedResistsImplicitR1", "SocketedGemsApplyExposureReducedResistsImplicitR2", }, + ["Golems Summoned in the past 8 seconds deal (100-125)% increased Damage"] = { "IncreasedGolemDamageIfGolemSummonedRecentlyUnique__1", }, + ["Attacks have 25% chance to cause Bleeding"] = { "ChanceToBleedUnique__2__", "ChanceToBleedUnique__1_", }, + ["25% reduced Attack Damage with Main Hand"] = { "MainHandOffHandDamage3_", "MainHandOffHandDamage2", "MainHandOffHandDamage1_", }, + ["Adds (3-4) to (5-6) Cold Damage"] = { "AddedColdDamageColdPenetration1", }, + ["1% increased Energy Shield per 10 Strength"] = { "EnergyShieldPerStrengthUnique__1", }, + ["+(12-16)% Chance to Block Attack Damage while wielding a Staff"] = { "StaffBlockPercentUnique__3", }, + ["Left Ring slot: Cover Enemies in Ash for 5 seconds when you Ignite them"] = { "LeftRingCoveredInAshUnique__1_", }, + ["+4% to all Elemental Resistances"] = { "AllResistancesImplicitShield1", }, + ["10000% increased Chill Duration on Enemies"] = { "FreezeChillDurationUnique__1", }, + ["Precision has 100% increased Mana Reservation Efficiency"] = { "PrecisionReservationEfficiencyUnique__1", }, + ["+(60-90) to maximum Life"] = { "IncreasedLifeUnique__101", "IncreasedLifeUnique__81", "IncreasedLifeUnique__21", "IncreasedLifeUniqueBodyStrInt6", "IncreasedLifeUnique__100", "IncreasedLifeUniqueBodyStrDex3_", }, + ["+300 to Evasion Rating"] = { "IncreasedEvasionRatingUnique__2", }, + ["20% increased Monster Damage"] = { "UltimatumTrialDifficultyDamage3", }, + ["Melee Attacks have (30-50)% chance to cause Bleeding"] = { "BleedOnMeleeHitChanceUnique__1", }, + ["3% increased Movement Speed"] = { "MovementVelocityUniqueOneHandSword9", "MovementVelocityImplicitShield1", "MovementVelocityImplicitArmour1", }, + ["Spend Energy Shield before Mana for Costs of Socketed Skills"] = { "EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE3", "EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE1", "EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE2", }, + ["Herald of Thunder has (40-60)% increased Buff Effect"] = { "HeraldBonusThunderEffect", }, + ["(14-18)% increased Intelligence"] = { "PercentageIntelligenceUniqueStaff12_", }, + ["(10-15)% increased effect of Non-Curse Auras from your Skills"] = { "UniqueSpecialCorruptionAuraEffect", "IncreasedAuraEffectUniqueBodyDexInt4", }, + ["Non-Critical Strikes deal no Damage"] = { "NonCriticalStrikesDealNoDamageUnique__1", }, + ["+1 to Level of Socketed Projectile Gems"] = { "LocalIncreaseSocketedProjectileGemLevel1", }, + ["(160-180)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt3", }, + ["Socketed Gems are Supported by Level 15 Inspiration"] = { "SupportedByReducedManaUniqueBodyDexInt4", }, + ["6% increased Attack Damage for each Map Item Modifier affecting the Area"] = { "AttackDamagePerMapModUnique__1", }, + ["Curse Enemies with Flammability on Hit"] = { "FlammabilityOnHitUniqueOneHandAxe7", }, + ["+25% to all Elemental Resistances"] = { "AllResistancesUniqueShieldStrInt2", }, + ["+(25-35)% to Fire Resistance"] = { "FireResistUniqueRing15", }, + ["+20 Life gained on Kill per Frenzy Charge"] = { "LifeGainedOnEnemyDeathPerFrenzyChargeUniqueOneHandSword6", }, + ["25% chance to gain a Power Charge when you Throw a Trap"] = { "PowerChargeOnTrapThrowChanceUniqueShieldDexInt1", }, + ["Adds (20-25) to (26-35) Cold Damage"] = { "GlobalAddedColdDamageUnique__3", }, + ["For each nearby corpse, Regenerate 0.25% Life per second, up to 3%"] = { "LifeRegenerationPerNearbyCorpseUnique__1", }, + ["Gain (10-12) Vaal Souls on use"] = { "FlaskGainVaalSoulsOnUseUnique__1", }, + ["Adds (25-30) to (40-50) Cold Damage to Spells"] = { "SpellAddedColdDamageUniqueBootsStrDex5", }, + ["25% increased Raised Zombie Size"] = { "ZombieSizeUniqueSceptre3_", }, + ["-25 Physical Damage taken from Projectile Attacks"] = { "RangedAttackDamageReducedUniqueShieldStr1", }, + ["+(10-15) to Dexterity"] = { "DexterityUniqueDagger11", "DexterityUniqueClaw9", }, + ["9% increased Cast Speed when on Full Life"] = { "CastSpeedOnFullLifeUniqueDescentHelmet1", }, + ["(20-40)% increased Power Charge Duration"] = { "ChargeBonusPowerChargeDuration", }, + ["(5-7)% increased Attributes"] = { "AllAttributesPercentUnique__1", }, + ["(25-50)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUniquSceptre10", }, + ["Enemy hits on you roll low Damage"] = { "EnemyHitsRollLowDamageUniqueRing9", }, + ["25% increased Flask Life Recovery rate"] = { "BeltFlaskLifeRecoveryRateUniqueBelt4", }, + ["+(10-20) to Intelligence"] = { "IntelligenceUniqueOneHandAxe1", "IntelligenceUniqueSceptre5", "IntelligenceUniqueWand2", "IntelligenceUnique__28", }, + ["While your Passive Skill Tree connects to the Shadow's starting location, you gain:"] = { "StarterPassiveJewelUnique__11__", "StarterPassiveTreeJewelUnique__3", }, + ["(30-40)% increased Elemental Damage while in an area affected by a Sextant"] = { "ElementalDamageWhileAffectedBySextantUnique__1", }, + ["Flasks applied to you have 20% reduced Effect"] = { "FlaskEffectUniqueJewel_10", }, + ["Hexes on Slain Enemies are transferred to a nearby Enemy"] = { "CurseTransferOnKillUniqueQuiver5", }, + ["30% chance to Avoid being Stunned"] = { "AvoidStunUnique__1", }, + ["+(180-200) to Evasion Rating"] = { "IncreasedEvasionRatingUniqueOneHandSword9", }, + ["+20 to maximum Life"] = { "IncreasedLifeUniqueBootsInt4", }, + ["20% increased Spell Damage"] = { "SpellDamageUniqueDescentWand1", }, + ["2% increased Attack and Cast Speed per Summoned Raging Spirit"] = { "AttackAndCastSpeedPerRagingSpiritUnique__1", }, + ["2% increased Cast Speed per Power Charge"] = { "IncreasedCastSpeedPerPowerChargeUnique__1", }, + ["Recharges 5 Charges when you Consume an Ignited corpse"] = { "GainChargeOnConsumingIgnitedCorpseUnique__2", }, + ["(0.4-0.6)% of Physical Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUniqueBodyStrDex3", }, + ["Creates a Smoke Cloud on Use"] = { "UtilityFlaskSmokeCloud", }, + ["50% increased Damage while on Consecrated Ground"] = { "IncreasedDamageOnConsecratedGroundUnique__1", }, + ["Adds (90-135) to (315-360) Lightning Damage to Spells while Unarmed"] = { "AddedLightningDamagetoSpellsWhileUnarmedUniqueGlovesStr4", }, + ["Summoned Arbalists' Projectiles Pierce 2 additional Targets"] = { "SummonArbalistTargetsToPierce", }, + ["300% of Attack Damage Leeched as Life against Chilled Enemies"] = { "LifeLeechFromAttacksAgainstChilledEnemiesUniqueBelt14", }, + ["+1 to Level of all Spell Skill Gems"] = { "LocalIncreaseSocketedGemLevelUnique___3", }, + ["Take no Extra Damage from Critical Strikes if you have a Magic Ring in left slot"] = { "LeftRingMagicNoCritDamageUnique__1", }, + ["You cannot be killed by reflected Elemental Damage"] = { "CannotDieToElementalReflect", }, + ["-20% to all Elemental Resistances"] = { "AllResistancesUniqueRing25", "AllResistancesUniqueRing3", }, + ["Queen's Demand can Trigger Level 20 Storm of Judgement"] = { "UniqueStaffTriggerAtziriStormCall__1____", }, + ["25% of Physical Damage Converted to Lightning Damage"] = { "ConvertPhysicalToLightningUniqueOneHandAxe8", }, + ["Hits with this Weapon have Culling Strike if you have dealt a Critical Strike Recently"] = { "CullingStrikeIfCritRecentlyUber1", }, + ["Reflects (22-44) Physical Damage to Attackers on Block"] = { "ReflectDamageToAttackersOnBlockUniqueStaff9", }, + ["5% increased Physical Damage with Axes"] = { "AxeBonus1", }, + ["10% increased Strength"] = { "PercentageStrengthUnique__3", "PercentageStrengthImplicitMace1", }, + ["10% faster start of Energy Shield Recharge"] = { "ReducedEnergyShieldDelayUniqueBodyInt1", "ReducedEnergyShieldDelayUniqueDagger4", }, + ["+3% to all maximum Resistances while Poisoned"] = { "MaximumResistancesWhilePoisonedUnique__1", }, + ["With at least 40 Intelligence in Radius, Rolling Magma deals 50% less Damage"] = { "MagmaOrbThresholdJewel_2", }, + ["20% reduced Mana Regeneration Rate"] = { "ManaRegenerationUniqueHelmetStrInt5", }, + ["+500 to Evasion Rating while on Full Life"] = { "EvasionOnFullLifeUniqueBodyDex4", }, + ["+(9-13)% Chance to Block"] = { "AdditionalBlockChanceUnique__8_", }, + ["Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Dexterity"] = { "PlaceAdditionalMineWith600DexterityUnique__1", }, + ["Trigger Level 20 Twister when you gain Avian's Might or Avian's Flight"] = { "GrantsAvianTornadoUnique__1__", }, + ["Has no Attribute Requirements"] = { "LocalNoAttributeRequirementsUnique__1", "LocalNoAttributeRequirementsUnique__2", }, + ["(10-20)% chance to Avoid being Stunned"] = { "AvoidStunUniqueRingVictors", }, + ["Raised Zombies take (15-30)% of their Maximum Life per second as Fire Damage"] = { "ZombiesTakeFireDamagePerSecondUnique__1_", }, + ["Recover 50 Energy Shield when your Trap is triggered by an Enemy"] = { "GainEnergyShieldOnTrapTriggeredUnique__1_", }, + ["(80-100)% increased Power Charge Duration"] = { "IncreasedPowerChargeDurationUnique__1", }, + ["(60-80)% increased Damage with Hits and Ailments against Hindered Enemies"] = { "DamageAgainstNearEnemiesUnique__1", }, + ["Cannot be Frozen, Chilled or Ignited with Her Blessing"] = { "UniqueConditionOnBuff__1", }, + ["+(4-5)% Chance to Block Attack Damage"] = { "ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR2__", "ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR1", "ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR3", }, + ["(20-30)% increased Totem Life"] = { "TotemLifeUnique__2_", "TotemLifeUniqueBodyInt7", }, + ["Socketed Vaal Skills have 80% increased Projectile Speed"] = { "LocalVaalProjectileSpeedUnique__1", }, + ["1% increased Attack Speed per 25 Dexterity"] = { "IncreasedAttackSpeedPerDexterityUnique__1", }, + ["Socketed Gems are Supported by Level 25 Divine Blessing"] = { "SupportedByBlessingSupportUnique__1", }, + ["25% chance to gain a Power Charge on Critical Strike"] = { "PowerChargeOnCriticalStrikeChanceUnique__1", }, + ["(90-110)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUniqueGlovesStrDex6", }, + ["+5% Chance to Block Attack Damage while on Consecrated Ground"] = { "BlockChanceOnConsecratedGroundUnique__1", }, + ["+(400-450) to Armour"] = { "IncreasedPhysicalDamageReductionRatingUniqueQuiver4", }, + ["Hits have (140-200)% increased Critical Strike Chance against you"] = { "ChanceToBeCritJewelUnique__1", "ChanceToBeCritJewelUpdatedUnique__1", }, + ["Blight has (20-30)% increased Hinder Duration"] = { "BlightSecondarySkillEffectDurationUnique__1", }, + ["Nova Spells have 20% less Area of Effect"] = { "NovaSpellsAreaOfEffectUnique__1", }, + ["Right ring slot: +100 to maximum Mana"] = { "RightRingSlotMaximumManaUnique__1", }, + ["Totems Reflect 100% of their maximum Life as Fire Damage to nearby Enemies when Hit"] = { "TotemReflectFireDamageUnique__1_", }, + ["Culling Strike against Burning Enemies"] = { "CullingAgainstBurningEnemiesUniqueTwoHandSword6", }, + ["Conductivity has no Reservation if Cast as an Aura"] = { "ConductivityReservationCostUnique__1", }, + ["Adds (15-20) to (25-30) Chaos Damage to Spells and Attacks during any Flask Effect"] = { "AddedChaosDamageWhileUsingAFlaskUnique__1_", }, + ["Socketed Gems have 70% reduced Skill Effect Duration"] = { "SocketedGemsReducedDurationUniqueStaff10", }, + ["+3% to all Elemental Resistances per Endurance Charge"] = { "ElementalResistancePerEnduranceChargeDescentShield1", }, + ["With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 5% increased Damage each time it Hits"] = { "SpectralThrowThresholdJewel__1", }, + ["-30% to Cold Resistance"] = { "ColdResistUnique__14", }, + ["Projectiles have (15-20)% chance to Ignite"] = { "ProjectileIgniteChanceUniqueDagger6", }, + ["20% increased Elemental Damage if you've Killed a Cursed Enemy Recently"] = { "IncreasedElementalDamageIfKilledCursedEnemyRecentlyUnique__1", }, + ["Grants Summon Greater Harbinger of Brutality Skill"] = { "HarbingerSkillOnEquipUnique2_6", }, + ["(200-250)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__18_", "LocalIncreasedArmourAndEnergyShieldUnique__8", }, + ["+3% Chance to Block"] = { "AdditionalBlockChanceUniqueDescentShield1_", }, + ["Socketed Gems are Supported by Level 30 Iron Will"] = { "DisplaySocketedGemsSupportedByIronWillUniqueSceptre6", }, + ["Dread Banner grants an additional +(2-4) to maximum Fortification when placing the Banner"] = { "BannerMaxFortificationUnique__1", }, + ["You take 20% of Damage from Blocked Hits"] = { "BaseBlockDamageTakenUnique__1___", }, + ["Temporal Rift has no Reservation"] = { "ChronomanceReservesNoMana", }, + ["Trigger Level 20 Lightning Bolt when you deal a Critical Strike"] = { "LightningStrikesOnCritUnique__2", }, + ["Golems Deal (35-45)% less Damage"] = { "LessGolemDamageUnique__1", }, + ["Elemental Damage you Deal with Hits is Resisted by lowest Elemental Resistance instead"] = { "ElementalDamageLowestResistUnique__1", }, + ["You and nearby allies gain 15% increased Damage"] = { "DisplayDamageAuraUniqueHelmetDexInt2", }, + ["200 Lightning Damage taken per second per Power Charge if"] = { "DamageTakenPerPowerChargeOnCritUnique__1", }, + ["+(1-50)% to Lightning Resistance"] = { "LightningResistUnique__13", }, + ["1% increased Projectile Attack Damage per 200 Accuracy Rating"] = { "IncreaseProjectileAttackDamagePerAccuracyUnique__1", }, + ["Corrupted Soul"] = { "KeystoneCorruptedSoulUnique_1", "KeystoneCorruptedSoulUnique__2_", }, + ["+(26-32)% to Fire Resistance"] = { "FireResistUnique__7_", }, + ["10% increased Cast Speed"] = { "IncreasedCastSpeedUniqueStaff1", "IncreasedCastSpeedUniqueWand10", "IncreasedCastSpeedUniqueGlovesInt4", "IncreasedCastSpeedImplicitMarakethWand1", "IncreasedCastSpeedUniqueWand1", }, + ["Nearby allies Recover 1% of your Maximum Life when you Die"] = { "HealAlliesOnDeathUniqueShieldDexInt2", }, + ["30% chance to Blind Enemies on Critical Strike"] = { "ChanceToBlindOnCriticalStrikesUnique__1", }, + ["10% reduced Armour per 50 Strength"] = { "ArmourPerStrengthUnique__1_", }, + ["Solipsism"] = { "KeystoneSolipsismUnique_1", }, + ["This Jewel's Socket has 25% increased effect per Allocated Passive Skill between"] = { "LocalIncreasedEffectPathToClassStartUnique__1", }, + ["+(50-60)% to Fire Resistance"] = { "FireResistUniqueBootsStrInt3", }, + ["6% increased Armour per Endurance Charge"] = { "ChargeBonusArmourPerEnduranceCharge", }, + ["5% increased Damage per Power Charge"] = { "IncreasedDamagePerPowerChargeUnique__1", "ChargeBonusDamagePerPowerCharge", }, + ["Regenerate 20 Life per second"] = { "LifeRegenerationUniqueTwoHandAxe4", }, + ["Flasks gain 1 Charge per second if you've Hit a Unique Enemy Recently"] = { "FlaskChargePerSecondUniqueEnemyUnique__1___", }, + ["Gain 1% of Physical Damage as Extra Fire Damage per 1 Rage"] = { "PhysicalAddedAsFirePerRageUnique__1", }, + ["(10-15)% increased Area of Effect"] = { "AreaOfEffectUnique__6", }, + ["15% increased Movement Speed while Fortified"] = { "MovementSpeedWhileFortifiedUber1", }, + ["40% increased Attack Speed if you've taken a Savage Hit Recently"] = { "AttackSpeedAfterSavageHitTakenUnique__1", }, + ["+50 to Strength and Dexterity"] = { "StrengthDexterityImplicitSword_1", }, + ["5% increased Physical Damage with Swords"] = { "SwordBonus1", }, + ["+15% Chance to Block Attack Damage while wielding a Staff"] = { "StaffBlockPercentUnique__5", "StaffBlockPercentUnique__1", }, + ["Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers"] = { "UniqueJewelMeleeToBow", }, + ["(120-160)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__44", "LocalIncreasedPhysicalDamagePercentUnique13", "LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe5", }, + ["Duplicates your other ring"] = { "DuplicatesRingStats", }, + ["Cannot Leech or Regenerate Mana"] = { "CannotLeechOrRegenerateManaUnique__1_", "CannotLeechOrRegenerateManaUniqueTwoHandAxe9", }, + ["+(4-5) Life gained for each Ignited Enemy hit by your Attacks"] = { "LifeGainOnHitVsIgnitedEnemiesUniqueRing31", }, + ["Only affects Passives in Massive Ring"] = { "JewelRingRadiusValuesUnique__2", }, + ["30% increased Freeze Duration on Enemies"] = { "FreezeDurationUnique__1", }, + ["Regenerate (5-7.5) Life per second"] = { "LifeRegenerationUniqueShieldDex2", }, + ["Unaffected by Chilled Ground"] = { "ImmuneToChilledGroundUniqueBootsStrDex5", }, + ["(30-40)% increased maximum Life"] = { "MaximumLifeUniqueBodyStrDex1", }, + ["Adds (5-8) to (15-20) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__10", }, + ["50% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1", }, + ["+(60-80) to maximum Mana"] = { "IncreasedManaUniqueGlovesInt3", }, + ["100% increased Claw Physical Damage when on Low Life"] = { "IncreasedClawDamageOnLowLifeUniqueClaw4", }, + ["Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary"] = { "GainARandomChargePerSecondWhileStationaryUnique__1", }, + ["+28 Life gained for each Enemy hit by Attacks"] = { "LifeAndManaOnHitSeparatedImplicitMarakethClaw2", }, + ["(0.4-0.8)% of Physical Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUniqueHelmetDexInt6", }, + ["Attack Skills gain 5% of Physical Damage as Extra Fire Damage per Socketed Red Gem"] = { "AttackSkillsHavePhysToExtraFireDamagePerSocketedRedGemUniqueTwoHandSword8", }, + ["With at least 40 Strength in Radius, Molten Strike Projectiles Chain on impacting ground"] = { "MoltenStrikeThresholdJewel__2", }, + ["+(50-90) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__27_", }, + ["(140-190)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__3", }, + ["30% increased Elemental Damage with Attack Skills during any Flask Effect"] = { "IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10", }, + ["+(26-30)% to all Elemental Resistances"] = { "AllResistancesUniqueHelmetDexInt4", }, + ["Area contains additional waves of Raging Spirits"] = { "CowardsTrialExtraRagingSpirits", }, + ["+50 to maximum Energy Shield"] = { "IncreasedEnergyShieldUniqueDagger4", }, + ["You can have two different Banners at the same time"] = { "Allow2ActiveBannersUnique__1", }, + ["+(8-12) to all Attributes"] = { "AllAttributesImplicitDemigodRing1", }, + ["Socketed Gems are Supported by Level 1 Cold Penetration"] = { "DisplaySupportedByColdPenetrationUnique__1", }, + ["Socketed Gems are Supported by Level 10 Fire Penetration"] = { "ItemActsAsFirePenetrationSupportUniqueSceptre2", }, + ["+(75-100)% to Fire Resistance when Socketed with a Red Gem"] = { "FireResistanceWhenSocketedWithRedGemUniqueRing25", }, + ["+100 to maximum Mana"] = { "IncreasedManaUniqueAmulet10", }, + ["Immune to Curses while you have at least 25 Rage"] = { "ImmuneToCursesWithRageUnique__1", }, + ["Shock Enemies as though dealing 300% more Damage"] = { "AttacksShockAsIfDealingMoreDamageUniqueBow10", "AttacksShockAsIfDealingMoreDamageUnique__2", }, + ["(29-33)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand13", }, + ["Adds 5 to 25 Physical Damage"] = { "LocalAddedPhysicalDamageUniqueTwoHandMace7", }, + ["+(35-50)% Chance to Block Attack Damage during Flask effect"] = { "BlockIncreasedDuringFlaskEffectUnique__1", }, + ["8% chance to Freeze"] = { "ChanceToFreezeUniqueStaff2", }, + ["You cannot be Ignited for 3 seconds after being Ignited"] = { "IgniteImmunityWhenIgnitedUniqueGlovesStrInt1", }, + ["Damage Penetrates 4% Elemental Resistances"] = { "ElementalPenetrationMarakethSceptreImplicit1", }, + ["Gain (5-10)% of Maximum Life as Extra Maximum Energy Shield"] = { "MaximumEnergyShieldAsPercentageOfLifeUnique__2", }, + ["+(9-12)% to Chaos Resistance"] = { "ChaosResistUniqueBootsStrInt2", }, + ["Can have 5 fewer Traps placed at a time"] = { "AdditionalTrapsUnique__2__", }, + ["40% increased Strength Requirement"] = { "IncreasedStrengthRequirementUniqueStaff8", }, + ["(100-150)% increased Rarity of Items Dropped by Slain Magic Enemies"] = { "MagicMonsterItemRarityUnique__1", }, + ["Projectiles have (15-20)% chance to Freeze"] = { "ProjectileFreezeChanceUniqueDagger6", }, + ["+(5-8)% to Quality of Socketed Support Gems"] = { "IncreaseSocketedSupportGemQualityUnique__1___", }, + ["+(40-60)% to Lightning Resistance"] = { "LightningResistUnique__24", }, + ["(15-25)% increased Skill Effect Duration"] = { "UniqueSpecialCorruptionSkillEffectDuration", }, + ["1% of Damage Leeched as Life against Cursed Enemies"] = { "LifeLeechVsCursedEnemiesUnique__1", }, + ["50% of Physical Damage Converted to Cold Damage"] = { "ConvertPhysicalToColdUniqueGlovesDex1", "ConvertPhysicalToColdUnique__2", }, + ["+25 to Maximum Rage while wielding a Sword"] = { "MaxRagePerEquippedSwordUnique__1____", }, + ["(100-140)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1", "LocalIncreasedPhysicalDamagePercentUniqueBow6", "LocalIncreasedPhysicalDamagePercentUnique__13", "LocalIncreasedPhysicalDamagePercentUnique__4", "LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1", }, + ["(160-180)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__11_", }, + ["You can have an Offering of each type"] = { "MultipleOfferingsAllowedUnique__1_", }, + ["+30% Chance to Block Spell Damage while on Low Life"] = { "SpellBlockPercentageOnLowLifeUniqueShieldStrDex1_", }, + ["(16-22)% Chance to Block Spell Damage"] = { "SpellBlockPercentageUnique__3_", }, + ["10% reduced Frenzy Charge Duration per Frenzy Charge"] = { "FrenzyChargeDurationPerFrenzyChargeUniqueGlovesDexInt5", }, + ["(120-180)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__1", }, + ["(140-220)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueBodyDex1", }, + ["Gain (5-8)% of Elemental Damage as Extra Chaos Damage during effect"] = { "AddedChaosDamageAsPercentOfElementalWhileUsingFlaskUniqueFlask5", }, + ["Enemies you Kill have a 20% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage"] = { "ExplodeOnKillChaosUnique__1", }, + ["(90-130)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUniqueShieldStrDex3", }, + ["(500-600)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__9", }, + ["Triggers Level 20 Blinding Aura when Equipped"] = { "BlindingAuraSkillUnique__1", }, + ["Grants Summon Harbinger of Focus Skill"] = { "HarbingerSkillOnEquipUnique__3", }, + ["15% increased Quantity of Items Dropped by Slain Frozen Enemies"] = { "ItemQuantityWhenFrozenUniqueBow9", }, + ["1% increased Maximum Life per Abyss Jewel affecting you"] = { "IncreasedLifePerAbyssalJewelUnique__1", }, + ["(10-15)% increased Skill Effect Duration"] = { "SkillEffectDurationUnique__1", }, + ["(10-20)% increased Elemental Damage with Attack Skills"] = { "WeaponElementalDamageUniqueShieldStrInt4", "WeaponElementalDamageUniqueBelt5", }, + ["Minions have (15-25)% increased Movement Speed"] = { "MinionRunSpeedUnique__6", }, + ["Right ring slot: Projectiles from Spells Chain +1 times"] = { "RightRingSpellProjectilesChainUnique__1", }, + ["Adds 10 to 20 Fire Damage to Attacks"] = { "AddedFireDamageUniqueShieldDemigods", }, + ["Has 1 Socket"] = { "RingHasOneSocket", "AmuletHasOneSocket", "TalismanHasOneSocket_", "HasOneSocketUnique__2", "HasOneSocketUnique__1", "QuiverHasOneSocket", }, + ["(150-200)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__17", "LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBootsStr3", }, + ["Quality does not increase Defences"] = { "HarvestAlternateArmourQualityIncreasedMana", "HarvestAlternateArmourQualityStrength", "HarvestAlternateArmourQualityLightningResistance", "HarvestAlternateArmourQualityColdResistance", "HarvestAlternateArmourQualityFireResistance", "HarvestAlternateArmourQualityIntelligence_", "HarvestAlternateArmourQualityDexterity", "HarvestAlternateArmourQualityIncreasedLife", }, + ["+(100-120) to Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUnique__1", }, + ["Gain (25-35)% of Physical Attack Damage as Extra Fire Damage"] = { "PhysicalAddedAsFireUnique__1", }, + ["Flask Effect is removed when Ward Breaks"] = { "FlaskRemoveEffectWhenWardBreaksUnique1", }, + ["(80-95)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamageUniqueOneHandSword11", }, + ["(100-120)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13", "LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecoveryUniqueStrHelmet2", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__10", "LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr3", }, + ["+3 to maximum number of Summoned Golems"] = { "MaximumGolemsUnique__3", }, + ["(450-500)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUnique__11", }, + ["Your Lightning Damage can Freeze but not Shock"] = { "LightningFreezesUniqueHelmetDexInt4", }, + ["(100-200)% increased Spell Damage"] = { "SpellDamageOnWeaponUniqueTwoHandAxe9", }, + ["100% increased Charges per use"] = { "FlaskChargesUsedUnique__7", }, + ["+(17-29)% to Chaos Resistance"] = { "ChaosResistUnique__4", "ChaosResistUnique__6", "ChaosResistUnique__3", "ChaosResistUniqueAmulet23", }, + ["You gain Onslaught for 3 seconds on Culling Strike"] = { "GainOnslaughtWhenCullingEnemyUniqueOneHandAxe6", }, + ["Adds (2-3) to (5-8) Fire Spell Damage per Buff on you"] = { "FireSpellDamagePerBuffUniqueJewel17", }, + ["Your Fire Damage can Shock but not Ignite"] = { "FireShocksUniqueHelmetDexInt4", }, + ["1000% of Chaos Damage Leeched as Life during Flask effect"] = { "ChaosDamageLifeLeechPerMyriadWhileUsingFlaskUniqueFlask5", }, + ["Gain a Frenzy Charge on Critical Strike"] = { "GainFrenzyChargeOnCriticalHit", }, + ["+120 to Accuracy Rating"] = { "IncreasedAccuracy2hSwordImplicit2", }, + ["+(10-20) to Evasion Rating"] = { "LocalIncreasedEvasionRatingUniqueBodyInt5", }, + ["Socketed Gems are Supported by Level 1 Elemental Penetration"] = { "DisplaySupportedByElementalPenetrationUnique__2", }, + ["+3 to Level of Socketed Curse Gems"] = { "IncreaseSocketedCurseGemLevelUnique__2", }, + ["+(17-23)% to Chaos Resistance"] = { "ChaosResistUnique__17", "ChaosResistUnique__12", "ChaosResistUnique__9", "ChaosResistUnique__22", "ChaosResistUnique__14", "ChaosResistUnique__10", "ChaosResistImplicitRing1", "ChaosResistUnique__16", "ChaosResistUnique__13", "ChaosResistUnique__11", }, + ["Strength provides no bonus to Maximum Life"] = { "NoMaximumLifePerStrengthUnique__2", "NoMaximumLifePerStrengthUnique__1", }, + ["+(10-15)% to all Elemental Resistances"] = { "AllResistancesUniqueBootsStr1", "AllResistancesUnique__2", "AllResistancesUnique__4", "AllResistancesUniqueBelt13", "AllResistancesUnique__10", "AllResistancesUnique__14", "AllResistancesUnique__12", "AllResistancesUnique__9", "AllResistancesUnique__5", "AllResistancesUniqueBodyStrDex1", }, + ["+(55-75) to maximum Life"] = { "IncreasedLifeUniqueBootsDex7", }, + ["Gain 25% of Weapon Physical Damage as Extra Damage of a random Element"] = { "WeaponPhysicalDamageAddedAsRandomElementDescentUniqueQuiver1", }, + ["+(-23-23)% to Chaos Resistance"] = { "ChaosResistUnique__24", }, + ["+(15-25)% to Fire Resistance"] = { "FireResistUnique__24", "FireResistUnique__27_", "FireResistUniqueOneHandAxe7_", }, + ["500% increased Strength Requirement"] = { "IncreasedStrengthREquirementsUniqueGlovesStrInt4", }, + ["+(20-30)% to Chaos Resistance"] = { "ChaosResistUnique__18_", "ChaosResistUniqueHelmetStrInt2", }, + ["+(300-500) to Evasion Rating"] = { "IncreasedEvasionRatingUnique__4", }, + ["(40-60)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__6", }, + ["Regenerate (100-140) Life per second per Endurance Charge"] = { "LifeRegenPerMinutePerEnduranceChargeUnique__1", }, + ["Adds 45 to 75 Fire Damage if you've Blocked Recently"] = { "AddedFireDamageIfBlockedRecentlyUnique__1", }, + ["Grants Level 20 Death Wish Skill"] = { "GrantsDeathWishUnique__1__", }, + ["Minions have (20-30)% increased Movement Speed"] = { "MinionRunSpeedUniqueWand2", }, + ["(0-30)% reduced Spell Damage"] = { "SpellDamageUnique__1", }, + ["50% of Physical Damage Converted to Chaos Damage"] = { "PhysicalDamageConvertedToChaosUnique__2", }, + ["20% increased Lightning Damage"] = { "LightningDamagePercentUniqueRing29", }, + ["Regenerate (3-6) Mana per second"] = { "AddedManaRegenerationUnique__1", }, + ["(125-150)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUniqueBodyInt8", }, + ["+6 to maximum Life"] = { "IncreasedLifeUniqueBodyInt5", }, + ["+(15-30)% to Fire Resistance"] = { "FireResistUnique__2", }, + ["You are Chilled when you are Poisoned"] = { "ChilledWhilePoisonedUnique__1", }, + ["+3 to Level of all Cold Spell Skill Gems"] = { "GlobalColdSpellGemsLevelUnique__1", }, + ["30% reduced Flask Charges gained during any Flask Effect"] = { "FlaskChargeRecoveryDuringFlaskEffectUnique__2", }, + ["Chance to Block Spell Damage is Unlucky"] = { "ExtraRollsSpellBlockUnique__1", }, + ["Socketed Gems are Supported by Level 10 Inspiration"] = { "DisplaySocketedGemGetsReducedManaCostUniqueDagger5", }, + ["You can inflict an additional Ignite on an Enemy"] = { "CanInflictMultipleIgnitesUniqueRing38", }, + ["Recover (2-3)% of Energy Shield when you lose a Spirit Charge"] = { "GainESWhenSpiritChargeExpiresOrConsumedUnique__1", }, + ["Cannot Leech when on Low Life"] = { "CannotLeechOnLowLife", }, + ["30% Chance to cause Bleeding Enemies to Flee on hit"] = { "BleedingEnemiesFleeOnHitUnique__1", }, + ["Socketed Vaal Skills deal 150% more Damage"] = { "LocalVaalDamageUnique__1_", }, + ["Ignites you inflict deal Damage 50% faster"] = { "FasterBurnFromAttacksUniqueOneHandSword4", }, + ["Debuffs on you expire (80-100)% faster"] = { "DebuffTimePassedUnique__2", }, + ["-40% to Cold Resistance"] = { "ColdResistUnique__9", }, + ["(10-20)% reduced Charges per use"] = { "LocalFlaskChargesUsedUnique__2", }, + ["Adds (310-350) to (460-500) Cold Damage"] = { "LocalAddedColdDamageUnique__6_", }, + ["10% chance to grant a Power Charge to nearby Allies on Kill"] = { "GrantAlliesPowerChargeOnKillUnique__1", }, + ["3% chance for Slain monsters to drop an additional Scroll of Wisdom"] = { "IncreasedChanceForMonstersToDropWisdomScrollsUniqueRing14", }, + ["Trigger Level 20 Unseen Strike every 0.5 seconds while Phasing"] = { "UniqueSecretBladeGrantHiddenBlade", }, + ["(15-30)% increased Spell Damage"] = { "SpellDamageUniqueHelmetDexInt1", }, + ["(12-16)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueTwoHandAxe7", "LocalIncreasedAttackSpeedUniqueStaff7", }, + ["Socketed Gems are Supported by Level 30 Cold to Fire"] = { "ItemActsAsColdToFireSupportUnique__1", }, + ["+1% Chance to Block Attack Damage per 50 Strength"] = { "BlockChancePer50StrengthUnique__1", }, + ["(8-12)% Chance to Block Attack Damage"] = { "BlockPercentUnique__1", }, + ["Armour is increased by Overcapped Fire Resistance"] = { "ArmourIncreasedByUncappedFireResistanceUnique__1", }, + ["Minions have +10% Chance to Block Attack Damage"] = { "MinionBlockChanceUniqueHelmetStrDex5", }, + ["(10-14) to (19-24) Added Physical Damage with Bow Attacks"] = { "AddedPhysicalDamageUniqueQuiver3", }, + ["Always Critically Strike Shocked Enemies"] = { "AlwaysCritShockedEnemiesUnique__1", }, + ["20% increased Physical Damage"] = { "LocalIncreasedPhysicalDamageUniqueSceptre9", }, + ["5% increased Damage per Frenzy Charge"] = { "ChargeBonusDamagePerFrenzyCharge", }, + ["20% increased Movement Speed while on Full Energy Shield"] = { "MovementVelocityWhileOnFullEnergyShieldUniqueBootsDex8", }, + ["Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second"] = { "MinionCausticCloudOnDeathUnique__1_", }, + ["+(70-90) to maximum Life"] = { "IncreasedLifeUniqueShieldDex5", }, + ["Trigger Level 20 Intimidating Cry when you lose Cat's Stealth"] = { "CatsStealthTriggeredIntimidatingCry", }, + ["Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown"] = { "TriggerBowSkillsOnBowAttackUnique__1", }, + ["Raised Zombies deal (80-100)% more Physical Damage"] = { "ZombieDamageUniqueSceptre3", }, + ["(3-10)% increased Spell Damage"] = { "SpellDamageImplicitArmour1", }, + ["(160-220)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__32_", }, + ["You gain Onslaught for 4 seconds on Kill"] = { "OnslaughtBuffOnKillUniqueRing12", }, + ["+10% Chance to Block Attack Damage while not Cursed"] = { "AdditionalBlockWhileNotCursedUnique__1", }, + ["Raised Zombies have +5000 to maximum Life"] = { "ZombieLifeUniqueSceptre3", }, + ["(15-25)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUnique__5", }, + ["(350-400)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__29", }, + ["5% increased Projectile Speed per Frenzy Charge"] = { "ProjectileSpeedPerFrenzyChargeUniqueAmulet15", }, + ["Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence"] = { "GainThaumaturgyBuffRotationUnique__1_", }, + ["+3% to Critical Strike Multiplier per Power Charge"] = { "ChargeBonusCriticalStrikeMultiplierPerPowerCharge", }, + ["Gain 70% of Physical Damage as Extra Fire Damage"] = { "PhysicalAddedAsFireUnique__2", }, + ["20% increased maximum Mana"] = { "MaximumManaUniqueRing5", }, + ["Socketed Golem Skills have 25% chance to Taunt on Hit"] = { "LocalGolemTauntOnHitUnique__1_", }, + ["Lose 3% of Mana when you use an Attack Skill"] = { "LoseManaOnAttackSkillUnique__1", }, + ["Adds (10-15) to (20-25) Fire Damage"] = { "LocalAddedFireDamageUniqueStaff13", }, + ["(40-50)% reduced Mana Cost of Raise Spectre"] = { "RaiseSpectreManaCostUnique__1_", }, + ["+(25-35)% to Cold Damage over Time Multiplier"] = { "ColdDamageOverTimeMultiplierUnique__1", }, + ["(15-30)% increased Global Accuracy Rating"] = { "AccuracyPercentUniqueBow5", }, + ["Purity of Ice has no Reservation"] = { "PurityOfIceNoReservationUnique__1_", }, + ["Grants Level 25 Vaal Impurity of Lightning Skill"] = { "GrantsVaalPurityOfLightningUnique__1", }, + ["+(35-50)% to Fire Resistance"] = { "FireResistUniqueShieldStr3", }, + ["Your Attacks deal -3 Physical Damage"] = { "AddedPhysicalDamageUniqueBodyDex2", }, + ["Trigger Level 15 Feast of Flesh every 5 seconds"] = { "TriggerFeastOfFleshSkillUnique__1_", }, + ["(36-40)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand17", }, + ["Socketed Gems are Supported by Level 10 Concentrated Effect"] = { "ItemActsAsConcentratedAOESupportUniqueDagger5", }, + ["8% of Maximum Energy Shield taken as Physical Damage on Minion Death"] = { "PhysicalDamageToSelfOnMinionDeathESPercentUniqueRing33_", }, + ["Adds 1 to (45-55) Lightning Damage"] = { "LocalAddedLightningDamageUnique__3", }, + ["Trigger Socketed Minion Spells on Kill with this Weapon"] = { "CastSocketedMinionSpellsOnKillUniqueBow12", }, + ["+(5-10) to Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStrDex2", }, + ["+(10-30) to maximum Mana"] = { "IncreasedManaUniqueQuiver1", "IncreasedManaUniqueQuiver1a", }, + ["Socketed Gems are Supported by Level 13 Faster Attacks"] = { "DisplaySocketedGemGetsFasterAttackUniqueRing37", }, + ["Cannot Leech Mana"] = { "CannotLeechMana", "CannotLeechManaUnique__1_", }, + ["5% reduced Cold Damage taken"] = { "ColdDamageTakenUnique__1", }, + ["+2 to Level of all Cold Spell Skill Gems"] = { "LocalIncreaseSocketedColdGemLevelUniqueStaff2", }, + ["Nearby Enemies grant 25% increased Flask Charges"] = { "NearbyEnemiesGrantIncreasedFlaskChargesUnique__1", }, + ["30% increased Cold Damage"] = { "ColdDamagePercentUniqueHelmetInt4", "ColdDamagePercentUnique__8", }, + ["Adds (16-19) to (25-29) Fire Damage"] = { "GlobalAddedFireDamageUnique__4", }, + ["2% reduced Movement Speed per Chest opened Recently"] = { "MovementSpeedPerChestOpenedRecentlyUnique__1", }, + ["Cannot be Knocked Back"] = { "CannotBeKnockedBack", }, + ["(120-180)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique7", }, + ["4% increased Attack Speed"] = { "LocalIncreasedAttackSpeedImplicitMarakethOneHandMace1", }, + ["Regenerate (10-15) Life per second"] = { "LifeRegenerationUniqueRing33", }, + ["+(25-30) to all Attributes"] = { "AllAttributesUnique__21", "AllAttributesUnique__15", }, + ["+(25-30) to maximum Mana"] = { "IncreasedManaUniqueRing14", }, + ["Inflicts a random Hex on you when your Totems die, with 80% more Effect"] = { "RandomlyCursedWhenTotemsDieUniqueBodyInt7", }, + ["Exerted Attacks deal (25-30)% increased Damage"] = { "ExertedDamageWarcryCooldown1", }, + ["20% increased effect of Non-Curse Auras from your Skills on your Minions"] = { "AuraEffectOnMinionsUnique__1_", }, + ["80% reduced Spell Damage"] = { "SpellDamageOnWeaponUniqueWand3", }, + ["4% increased Effect of your Curses"] = { "CurseEffectivenessUniqueJewel45", }, + ["Adds (5-15) to (100-140) Lightning Damage to Spells"] = { "SpellAddedLightningDamageTwoHandUniqueStaff8d", }, + ["(48-56)% increased Mana Regeneration Rate"] = { "ManaRegenerationImplicitAmulet2", }, + ["(10-15)% increased Attack Damage while holding a Shield"] = { "AttackDamageWhileHoldingShieldUnique__1", }, + ["+(25-50) to all Attributes"] = { "AllAttributesUniqueTwoHandMace7", }, + ["(180-230)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__24", }, + ["With at least 40 Intelligence in Radius, Summon Skeletons can Summon up to 15 Skeleton Mages"] = { "SummonSkeletonsThresholdUnique__1", }, + ["Adds (16-20) to (25-30) Cold Damage to Spells and Attacks"] = { "AddedColdDamageUnique__2", }, + ["Adds 100 to 100 Cold Damage"] = { "LocalAddedColdDamageUnique__1", }, + ["Adds (8-10) to (13-15) Physical Damage"] = { "GlobalAddedPhysicalDamageUnique__2", }, + ["Adds (11-14) to (18-23) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueOneHandAxe5", }, + ["Trigger Level 20 Summon Taunting Contraption when you use a Flask"] = { "SummonTauntingContraptionOnFlaskUseImplicitE1", }, + ["Damage Penetrates 6% Elemental Resistances"] = { "ElementalPenetrationMarakethSceptreImplicit2", }, + ["1% increased Attack Speed per 10 Dexterity"] = { "AttackSpeedPerDexterity", }, + ["(7-10)% increased Effect of Elusive on you per Power Charge"] = { "ElusiveBuffEffectPerPowerChargeUnique__1", }, + ["Spreads Tar when you take a Critical Strike"] = { "GroundTarOnCritTakenUniqueShieldInt2", }, + ["+475 to Accuracy Rating"] = { "IncreasedAccuracySwordImplicit9", }, + ["Item drops on death"] = { "ItemDropsOnDeathUniqueAmulet12", }, + ["+22 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicitClaw4", }, + ["Adds (42-47) to (66-71) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__37", }, + ["3% reduced Movement Speed"] = { "ReducedMovementVelocityUnique__3", }, + ["Socketed Projectile Spells deal 150% more Damage with Hits"] = { "SocketedGemsMoreDamageForSpellsCastUnique__1", }, + ["Enemies in your Chilling Areas take (25-35)% increased Lightning Damage"] = { "ChillingAreasAlsoGrantLightningDamageTakenUnique__1", }, + ["(20-25)% increased Elemental Damage with Attack Skills"] = { "WeaponElementalDamageUnique__4", }, + ["1% increased Damage taken per Frenzy Charge"] = { "DamageTakenPerFrenzyChargeUniqueOneHandSword6", }, + ["(8-10)% increased maximum Mana"] = { "MaximumManaImplicitAtlasRing_", }, + ["Minions deal (35-45)% increased Damage"] = { "MinionDamageUnique__6", }, + ["Minions deal (8-12)% increased Damage"] = { "MinionDamageUnique__1", "MinionDamageUniqueJewel1", }, + ["(4-7)% increased Spell Damage per Power Charge"] = { "IncreasedSpellDamagePerPowerChargeUniqueGlovesStrDex6", }, + ["Minions deal 15% increased Damage"] = { "MinionDamageUniqueBodyInt9", }, + ["(5-7)% increased Quantity of Items found"] = { "UniqueSpecialCorruptionItemQuantity_", }, + ["(20-25)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__11", }, + ["+(20-40) to Intelligence"] = { "IntelligenceUniqueDagger10_", "IntelligenceUnique__6", "IntelligenceUnique__25", }, + ["+(20-30) to Intelligence"] = { "IntelligenceUnique__7", "IntelligenceUniqueBootsInt3", "IntelligenceUnique__23", "IntelligenceUniqueShieldInt4", "IntelligenceUniqueHelmetWard1", "IntelligenceUniqueBootsDex1", "IntelligenceUnique__4", "IntelligenceImplicitAmulet1", "IntelligenceUniqueGlovesInt3", "IntelligenceUnique__20", "IntelligenceUniqueBelt1", "IntelligenceUnique__27", "IntelligenceUniqueBodyInt3", "IntelligenceUniqueHelmetInt9", "IntelligenceUnique__14", "Intelligence__1", "IntelligenceUniqueGlovesInt5", "IntelligenceUnique__12", "IntelligenceUnique__18", }, + ["(200-220)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueBodyInt9", }, + ["Socketed Gems are Supported by Level 20 Concentrated Effect"] = { "ItemActsAsConcentratedAOESupportUniqueHelmetInt4", }, + ["Adds (83-91) to (123-130) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__35", }, + ["Can have a second Enchantment Modifier"] = { "MultipleEnchantmentsAllowedUnique__1", }, + ["(185-215)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__30", }, + ["+(20-50) to Intelligence"] = { "IntelligenceUnique__29", }, + ["Adds 1 to 3 Physical Damage to Attacks per 25 Strength"] = { "AddedDamagePerStrengthUnique__1", }, + ["Triggers Level 7 Abberath's Fury when Equipped"] = { "RepeatingShockwave", }, + ["Items and Gems have 10% reduced Attribute Requirements"] = { "GlobalItemAttributeRequirementsUniqueAmulet19", }, + ["(30-50)% increased Stun Duration on Enemies"] = { "StunDurationUniqueOneHandMace6", }, + ["+45 to Maximum Charges"] = { "FlaskExtraChargesUnique__1", }, + ["Socketed Gems are Supported by Level 12 Faster Attacks"] = { "DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4b", }, + ["20% chance to Avoid being Stunned"] = { "StunAvoidanceUniqueOneHandSword13", "StunAvoidanceUnique___1", }, + ["50% increased maximum Mana"] = { "MaximumManaUniqueStaff6", }, + ["+(40-45) to maximum Energy Shield"] = { "IncreasedEnergyShieldUnique__8", }, + ["(16-24)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUniqueRingDemigods1", }, + ["5% increased Recovery rate of Life and Energy Shield per Power Charge"] = { "LifeAndEnergyShieldRecoveryRatePerPowerChargeUnique__1", }, + ["+23 to maximum Life"] = { "IncreasedLifeUnique__87", }, + ["Regenerate (1-2)% of Life per second"] = { "LifeRegenerationRatePercentImplicitUnique__5", }, + ["(15-25)% reduced Enemy Stun Threshold with this Weapon"] = { "StunThresholdReductionUniqueOneHandMace5", }, + ["(40-50)% increased Area of Effect"] = { "AreaOfEffectUniqueBodyDexInt1", }, + ["180% increased Block Recovery"] = { "BlockRecoveryImplicitShield3", }, + ["+1 to Level of Socketed Aura Gems"] = { "LocalIncreaseSocketedAuraGemLevelUniqueBodyDexInt4", }, + ["Socketed Gems are Supported by Level 16 Trap"] = { "DisplaySupportedByTrapUnique__1", }, + ["(80-120)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__28", }, + ["(5-15)% reduced Attack Speed"] = { "IncreasedAttackSpeedUniqueGlovesStr2", }, + ["+350 to Accuracy Rating"] = { "IncreasedAccuracySwordImplicit6", }, + ["Chaos Damage can Ignite, Chill and Shock"] = { "ChaosDamageCanIgniteChillAndShockUnique__1", }, + ["Socketed Gems are Supported by Level 15 Concentrated Effect"] = { "ItemActsAsConcentratedAOESupportUniqueRing35", }, + ["Critical Strikes do not inherently apply non-Damaging Ailments"] = { "CriticalStrikesNotAlwaysApplyAilmentsUnique__1", }, + ["Adds 5 to 9 Physical Damage to Attacks"] = { "AddedPhysicalDamageUniqueRing8", }, + ["(180-220)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__19", "LocalIncreasedEnergyShieldPercentUnique__21", }, + ["Adds (5-9) to (13-17) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueOneHandAxe8", }, + ["Socketed Gems are supported by Level 6 Blind"] = { "ItemActsAsSupportBlindUniqueHelmetStrDex4b", }, + ["(0.6-0.8)% of Physical Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUniqueRing12", }, + ["Socketed Gems are Supported by Level 18 Added Lightning Damage"] = { "DisplaySocketedGemGetsAddedLightningDamageGlovesDexInt3", }, + ["Adds (65-75) to (100-110) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueTwoHandSword8", }, + ["+3 Life gained for each Enemy hit by your Spells"] = { "LifeGainedOnSpellHitUniqueDescentClaw1", }, + ["10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage"] = { "PowerChargeOnKnockbackUniqueStaff7", }, + ["10% increased Effect of Buffs on you"] = { "IncreasedBuffEffectivenessUniqueOneHandSword11", }, + ["+(20-30)% to Lightning Resistance"] = { "LightningResistUnique__2", "LightningResistUniqueOneHandMace1", "LightningResistUnique__20", "LightningResistUniqueDexHelmet1", "LightningResistUnique__22", "LightningResistUnique__21", "LightningResistUniqueBootsDexInt4", "LightningResistImplicitRing1", "LightningResistUnique__15", "LightningResistUnique__4", }, + ["(25-35)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__15", }, + ["Socketed Gems have 45% increased Reservation Efficiency"] = { "SocketedItemsHaveReducedReservationUniqueBodyDexInt4", }, + ["(12-18)% Chance to Block Spell Damage"] = { "SpellBlockUniqueShieldInt1", }, + ["+(40-50) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__5", }, + ["75% increased Mana Cost of Skills"] = { "ManaCostIncreasedUniqueHelmetStrInt6", }, + ["Gain a Power Charge on Hit while Poisoned"] = { "PowerChargeOnHitWhilePoisonedUnique__1", }, + ["+(30-50) Life gained for each Enemy Hit by this Weapon while you are Leeching"] = { "LifeGainOnHitWhileLeechingUber1", }, + ["+(800-1000) to Accuracy Rating"] = { "IncreasedAccuracyUnique__4", }, + ["Adds (65-85) to (100-160) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueSceptre7", }, + ["+(150-200) to maximum Life"] = { "IncreasedLifeUniqueBootsStr2", }, + ["+(60-120) to maximum Mana"] = { "IncreasedManaUnique__1", }, + ["(20-24)% increased Elemental Damage with Attack Skills"] = { "WeaponElementalDamageImplicitBow1", }, + ["Adds 10 to 20 Cold Damage to Spells per Power Charge"] = { "AddedColdDamagePerPowerChargeUnique__1", }, + ["Gain 20% of Physical Damage as Extra Cold Damage"] = { "ConvertPhysicalToColdUniqueQuiver5", }, + ["+(20-40) to all Attributes"] = { "AllAttributesUniqueAmulet9", }, + ["You cannot be Cursed with Silence"] = { "SilenceImmunityUnique__1", }, + ["25% increased Stun and Block Recovery"] = { "StunRecoveryUniqueClaw8", }, + ["(4-5)% of Physical Attack Damage Leeched as Life"] = { "LifeLeechUniqueBodyStrInt5", }, + ["10% increased Movement Speed when on Low Life"] = { "MovementVelocityOnLowLifeUniqueShieldStrInt5", }, + ["+2 to Level of all Lightning Spell Skill Gems"] = { "LocalIncreaseSocketedLightningGemLevelUniqueStaff8", }, + ["With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect"] = { "IceShotThresholdJewel__2", }, + ["20% increased Movement Speed when on Low Life"] = { "MovementVelocityOnLowLifeUniqueGlovesDexInt1", }, + ["100% increased Rarity of Items found when on Low Life"] = { "ItemRarityOnLowLifeUniqueBootsInt1", }, + ["Items and Gems have 100% reduced Attribute Requirements"] = { "GlobalItemAttributeRequirementsUnique__1_", }, + ["With at least 40 Intelligence in Radius, Raised"] = { "RaiseZombieThresholdJewel1", }, + ["75% increased Effect of Shrine Buffs on you"] = { "ShrineBuffEffectUniqueHelmetDexInt3", }, + ["25% increased Light Radius during Flask effect"] = { "FlaskLightRadiusUniqueFlask1", }, + ["20% faster start of Energy Shield Recharge"] = { "ReducedEnergyShieldDelayUniqueCorruptedJewel15", }, + ["+5 to Strength"] = { "StrengthPerPointToClassStartUnique__1", }, + ["With at least 40 Intelligence in Radius, Fireball Projectiles gain Area as they travel farther, up to 50% increased Area of Effect"] = { "FireballThresholdJewel__1", }, + ["30% chance to gain a Power Charge on Kill"] = { "PowerChargeOnKillChanceProphecy_", }, + ["Cold Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius"] = { "AdditionalGlacialCascadeSequenceUniqueJewel58", }, + ["Hex Reflection"] = { "ReflectCurses", }, + ["(60-100)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt5", }, + ["Adds 25 to 50 Fire Damage"] = { "LocalAddedFireDamageUniqueBow6", }, + ["1.2% of Physical Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUniqueClaw3", }, + ["+40% to Lightning Resistance"] = { "LightningResistUniqueDescentTwoHandSword1", }, + ["Herald of Thunder has 50% increased Buff Effect"] = { "HeraldOfThunderBuffEffectUnique__1", }, + ["(80-120)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1", }, + ["(60-80)% increased Attack Damage if your other Ring is a Shaper Item"] = { "AttackDamageShaperItemUnique__1", }, + ["Reflects (36-50) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageShieldImplicit5", }, + ["Reflects (5-12) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageShieldImplicit2", }, + ["Reflects 1 to (180-220) Lightning Damage to Attackers on Block"] = { "LightningDamageOnBlockUniqueHelmetStrInt4", }, + ["(30-40)% increased Flask Mana Recovery rate"] = { "FlaskManaRecoveryRateUniqueSceptre5", }, + ["1% increased Movement Speed per 600 Evasion Rating, up to 75%"] = { "MovementVelicityPerEvasionUniqueBodyDex6", }, + ["+30% to Global Critical Strike Multiplier"] = { "CriticalMultiplierUniqueGlovesDexInt2", }, + ["+1 to Level of Socketed Active Skill Gems"] = { "LocalIncreaseSocketedActiveSkillGemLevelUniqueTwoHandSword7_", }, + ["Adds (2-3) to (22-26) Physical Damage to Attacks"] = { "AddedPhysicalDamageUnique__11__", }, + ["Your Hexes can affect Hexproof Enemies"] = { "IgnoreHexproofUnique___1", }, + ["(30-50)% faster start of Energy Shield Recharge"] = { "ReducedEnergyShieldDelayUnique__1", }, + ["(150-300)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUnique__13", }, + ["1% increased Critical Strike Chance per 8 Strength"] = { "CritChancePercentPerStrengthUniqueOneHandSword8_", }, + ["Minions have +17% to Chaos Resistance"] = { "MinionChaosResistanceUnique___1", }, + ["20% reduced Ignite Duration on Enemies"] = { "IgniteDurationUnique__1", }, + ["200% increased Armour against Projectiles"] = { "ArmourPercent VsProjectilesUniqueShieldStr2", }, + ["Summoned Skeleton Warriors deal Triple Damage with this"] = { "SkeletonWarriorsTripleDamageUnique__1_", }, + ["33% chance to Blind nearby Enemies when gaining Her Blessing"] = { "UniqueEffectOnBuff__3", }, + ["+(10-12)% chance to Suppress Spell Damage"] = { "ChanceToDodgeSpellsUnique__3_", }, + ["Recover (2-3)% of Life when you lose a Spirit Charge"] = { "GainLifeWhenSpiritChargeExpiresOrConsumedUnique__2", }, + ["Socketed Gems are Supported by Level 10 Knockback"] = { "DisplaySupportedByKnockbackUniqueGlovesStr5", }, + ["25% increased maximum Mana"] = { "MaximumManaUniqueTwoHandMace5", }, + ["Sacrifice 4% of your Life when you Use or Trigger a Spell Skill"] = { "SacrificeLifeOnSpellSkillUnique__1", }, + ["+(80-120) to Evasion Rating"] = { "LocalIncreasedEvasionRatingUnique__5", }, + ["(60-80)% reduced Duration"] = { "FlaskEffectDurationUnique__2", }, + ["Minions have (20-40)% increased maximum Life"] = { "MinionLifeUniqueTwoHandMace5", }, + ["(20-30)% increased Damage with Hits against Rare monsters"] = { "DamageOnRareMonstersUniqueBelt7", }, + ["(150-190)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__11", }, + ["+(25-35)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon"] = { "LocalBleedDamageOverTimeMultiplierUnique__1", }, + ["+1% Chance to Block Attack Damage per Power Charge"] = { "ChargeBonusBlockChancePerPowerCharge_", }, + ["1% increased Area of Effect per Enemy killed recently, up to 50%"] = { "AreaOfEffectPerEnemyKilledRecentlyUnique__1", }, + ["(30-40)% chance to Chill Attackers for 4 seconds on Block"] = { "ChanceToChillAttackersOnBlockUnique__1", }, + ["Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect"] = { "CallOfSteelAreaOfEffectUnique__2___", "CallOfSteelAreaOfEffectUnique__1", }, + ["Grants Perfect Agony during Flask effect"] = { "FlaskGrantsPerfectAgonyUnique__1_", }, + ["50% reduced Life Regeneration rate"] = { "ReducedLifeRegenerationPercentUniqueOneHandAxe5", }, + ["1% increased Damage per 8 Strength when in Main Hand"] = { "DamagePerStrengthInMainHandUniqueSceptre6", }, + ["18% increased Area of Effect of Aura Skills"] = { "AuraIncreasedIncreasedAreaOfEffectUniqueStaff5", }, + ["+(10-16) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUniqueBootsInt1", }, + ["+5% to Damage over Time Multiplier for Poison per Frenzy Charge"] = { "PoisonDotMultiplierPerFrenzyChargeUniqueGlovesDexInt5", }, + ["Projectiles Pierce an additional Target"] = { "PierceChanceUniqueJewel41", "AdditionalPierceUniqueJewel__1", }, + ["(10-15)% increased Spell Damage"] = { "SpellDamageImplicitShield2", }, + ["+10% to Fire Damage over Time Multiplier"] = { "BurningArrowThresholdJewelUnique__1", }, + ["With 40 total Intelligence and Dexterity in Radius, Prismatic Skills deal 50% less Fire Damage"] = { "ElementalHitDisableFireUniqueJewel_1", }, + ["Spell Skills cannot deal Critical Strikes except on final Repeat"] = { "SpellsNeverCritExceptFinalRepeatUnique__1", }, + ["Adds (30-38) to (40-50) Cold Damage"] = { "LocalAddedColdDamageUnique__3", }, + ["(12-16)% increased maximum Life"] = { "MaximumLifeUniqueGlovesStrInt3", }, + ["10% increased Evasion Rating per 500 Maximum Mana, up to 100%"] = { "DodgeAndSpellDodgePerMaximumManaUnique__1", }, + ["+(10-20) to maximum Mana"] = { "IncreasedManaUniqueBootsStrDex3", }, + ["Socketed Gems are supported by Level 18 Blind"] = { "ItemActsAsSupportBlindUniqueHelmetStrDex4", }, + ["Leech Energy Shield instead of Life"] = { "LeechEnergyShieldInsteadofLife", }, + ["Grants Level 20 Aspect of the Cat Skill"] = { "GrantsCatAspect1", }, + ["40% reduced Energy Shield Recharge Rate"] = { "ReducedEnergyShieldRegenerationRateUniqueQuiver7", }, + ["(1-20)% increased Attack Speed"] = { "IncreasedAttackSpeedUnique__3_", }, + ["Purity of Lightning has no Reservation"] = { "PurityOfLightningNoReservationUnique__1", }, + ["+5 to Level of Socketed Gems"] = { "LocalIncreaseSocketedGemLevelUniqueRing23", }, + ["Summoned Skeletons Cover Enemies in Ash on Hit"] = { "SkeletonsCoverEnemiesInAshUnique__1", }, + ["(50-80)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUniqueBootsInt6", }, + ["Socketed Gems are Supported by Level 17 Minion Damage"] = { "DisplaySocketedGemsSupportedByIncreasedMinionDamageUniqueRing36", }, + ["Inflict Fire, Cold and Lightning Exposure on nearby Enemies when used"] = { "FlaskFireColdLightningExposureOnNearbyEnemiesUnique1", }, + ["(100-140)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__17_", }, + ["+(5-8) to Level of Socketed Gems"] = { "LocalIncreaseSocketedGemLevelUnique__9", }, + ["+(80-120) to maximum Energy Shield"] = { "IncreasedEnergyShieldUnique__7", }, + ["350 Physical Damage taken on Minion Death"] = { "PhysicalDamageToSelfOnMinionDeathUniqueRing33", }, + ["15% reduced Movement Speed"] = { "ReducedMovementVelocityUniqueCorruptedJewel2_", }, + ["20% increased Damage when on Low Life"] = { "DamageOnLowLifeUniqueHelmetStrInt5", }, + ["Adds 1 to (60-80) Lightning Damage to Spells and Attacks"] = { "AddedLightningDamageToSpellsAndAttacksUniqueHelmetInt10", }, + ["Hexes expire 0.5 seconds after reaching maximum Doom"] = { "HexExpiresMaxDoomUnique__1", }, + ["4% increased Melee Damage per Endurance Charge"] = { "IncreasedDamagePerEnduranceChargeUnique_1", }, + ["Socketed Gems are Supported by Level 1 Lifetap"] = { "SocketedGemsGetBloodMagicUnique__1", }, + ["(50-65)% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUniqueWand3", }, + ["Adds (49-98) to (101-140) Fire Damage"] = { "LocalAddedFireDamageUniqueOneHandSword3", }, + ["Hexes applied by Socketed Curse Skills are Reflected back to you"] = { "SocketedCursesAreReflectedUniqueGlovesStrInt1", }, + ["+(10-20) to Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr1", }, + ["50% increased Elemental Ailment Duration on you"] = { "SelfStatusAilmentDurationUnique__1", }, + ["+(30-40) to Strength"] = { "StrengthUniqueBodyStrInt3", "StrengthUniqueRing36", "StrengthUnique__11", }, + ["Your Spells are disabled"] = { "SpellsAreDisabledUnique__1", }, + ["60% chance to Poison on Hit"] = { "LocalChanceToPoisonOnHitUnique__2", }, + ["(10-20)% increased maximum Life"] = { "MaximumLifeUniqueShieldDexInt2", "MaximumLifeUniqueStaff4", }, + ["(40-70)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUnique__3_", }, + ["+(3-5) to Level of Socketed Aura Gems"] = { "LocalIncreaseSocketedAuraGemLevelUnique___3", }, + ["+(35-50) to Strength"] = { "StrengthUniqueOneHandSword8", }, + ["Grants Level 20 Summon Doedre's Effigy Skill"] = { "GrantCursePillarSkillUnique__", "GrantCursePillarSkillUnique", }, + ["+5 to Level of Socketed Aura Gems"] = { "LocalIncreaseSocketedAuraGemLevelUnique___2___", }, + ["Reflects (51-70) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageShieldImplicit6", }, + ["Grants Level 20 Summon Bestial Snake Skill"] = { "GrantsSummonBeastSnakeUnique__1", }, + ["Reflects (71-90) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageUnique__1", "AttackerTakesDamageShieldImplicit7", }, + ["If you Consumed a corpse Recently, you and nearby Allies Regenerate 5% of Life per second"] = { "LifeRegenerationIfCorpseConsumedRecentlyUnique__1", }, + ["(7-10)% Chance to Block Spell Damage"] = { "SpellBlockPercentageUniqueTwoHandAxe6", }, + ["+5% to all Elemental Resistances"] = { "ChanceToAvoidElementalStatusAilmentsUniqueAmulet22", "AllResistancesUniqueRing4", }, + ["Gain 4% of Non-Chaos Damage as extra Chaos Damage per Siphoning Charge"] = { "NonChaosDamageAddedAsChaosPerSiphoningChargeUnique__1", }, + ["1% increased Elemental Damage per 12 Strength"] = { "ElementalDamagePer12StrengthUber1", }, + ["10% increased Damage taken from Skeletons"] = { "DamageTakenFromSkeletonsUniqueOneHandSword12_", }, + ["+15% to all Elemental Resistances"] = { "AllResistancesUniqueGlovesStrDex2", "AllResistancesUniqueBodyStrInt2", "AllResistancesUnique__1", }, + ["Recover (3-5)% of Energy Shield on Kill"] = { "MaximumEnergyShieldOnKillPercentUnique__1", }, + ["15% chance to Avoid being Shocked"] = { "JewelImplicitChanceToAvoidShock", }, + ["+(40-50) to Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueGlovesDex1", }, + ["With at least 40 Intelligence in Radius, Fireball cannot ignite"] = { "FireballThresholdJewel__3", }, + ["Adds Kineticism"] = { "JewelExpansionKineticism", }, + ["Enemies do not block your movement for 4 seconds on Rampage"] = { "PhasingOnRampageUniqueGlovesDexInt6", }, + ["(35-50)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__14", }, + ["(15-20)% increased Spell Damage"] = { "SpellDamageImplicitShield3", }, + ["15% reduced Ignite Duration on you"] = { "JewelImplicitReducedIgniteDuration_", }, + ["Has 2 Abyssal Sockets"] = { "AbyssJewelSocketUnique__4", "AbyssJewelSocketUnique__9", "AbyssJewelSocketUnique__11_", "AbyssJewelSocketUnique__13", "AbyssJewelSocketUnique__2", "AbyssJewelSocketUnique__1", }, + ["1% of Attack Damage Leeched as Life against Bleeding Enemies"] = { "AttackDamageLifeLeechAgainstBleedingEnemiesUnique_1", }, + ["(15-18)% increased Cast Speed"] = { "IncreasedCastSpeedUniqueSceptre6", }, + ["Summoned Arbalists have (10-20)% chance to Unnerve for 4 seconds on Hit"] = { "SummonArbalistChanceToUnnerveFor4SecondsOnHit_", }, + ["Poisons you inflict deal Damage 20% faster"] = { "FasterPoisonDamageUnique__1", }, + ["+(1-3) to Level of Socketed Lightning Gems"] = { "LocalIncreaseSocketedLightningGemLevelUnique__1", }, + ["+(40-70) to Intelligence"] = { "IntelligenceUnique__17", }, + ["Cannot be Stunned by Attacks if your other Ring is an Elder Item"] = { "CannotBeStunnedByAttacksElderItemUnique__1", }, + ["Immune to Chill"] = { "ImmuneToChillUnique__1", "ImmuneToChillUnique__2__", }, + ["Reflects 240 to 300 Physical Damage to Attackers on Block"] = { "ReflectDamageToAttackersOnBlockUniqueAmulet16", }, + ["Animated Minions' Melee Attacks deal Splash Damage to surrounding targets"] = { "AnimatedMinionsHaveMeleeSplashUnique__1", }, + ["When you lose Temporal Chains you gain maximum Rage"] = { "GainRageOnLosingTemporalChainsUnique__1__", }, + ["+(160-200) to maximum Life"] = { "IncreasedLifeUniqueBodyStrDex5", }, + ["Adds (80-95) to (220-240) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__22", }, + ["Grants Immunity to Ignite for 4 seconds if used while Ignited"] = { "FlaskDispellsBurningUnique__1", }, + ["Gain (1-3) Frenzy Charge on use"] = { "FlaskGainFrenzyChargeUniqueFlask2", }, + ["+(15-20)% to Lightning Resistance"] = { "LightningResistUnique__6", "LightningResistUniqueHelmetStrInt2", }, + ["Gain a Spirit Charge every second"] = { "GainSpiritChargeEverySecondUnique__1", }, + ["Lose all Power Charges on reaching Maximum Power Charges"] = { "LosePowerChargesOnMaxPowerChargesUnique__2", "LosePowerChargesOnMaxPowerChargesUnique__1", }, + ["25% chance to Curse Enemies with Vulnerability on Hit, with 40% increased Effect"] = { "CurseLevel10VulnerabilityOnHitUnique__1", }, + ["(40-60)% increased Lightning Damage while affected by Herald of Thunder"] = { "HeraldBonusThunderLightningDamage", }, + ["Maximum Affliction Charges is equal to Maximum Frenzy Charges"] = { "MaximumAfflictionChargesEqualsFrenzyUnique__1", }, + ["40% reduced Projectile Damage"] = { "ReducedProjectileDamageUniqueAmulet12", }, + ["(15-20)% increased Lightning Damage"] = { "LightningDamagePercentUnique__2", }, + ["(15-25)% increased Lightning Damage"] = { "LightningDamagePercentUniqueRing34", }, + ["(280-320)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__24", }, + ["Summoned Arbalists have (10-20)% chance to deal Double Damage"] = { "SummonArbalistChanceToDealDoubleDamage___", }, + ["2% increased Minion Attack and Cast Speed per Skeleton you own"] = { "MinionAttackAndCastSpeedPerSkeleton__1", }, + ["Gain 20% of Physical Damage as Extra Chaos Damage"] = { "ChaosDamageAsPortionOfDamageUniqueRing16", }, + ["Nearby Enemies are Crushed"] = { "UniqueSpecialCorruptionNearbyEnemiesCrushed", }, + ["1% increased Fire Damage per 20 Strength"] = { "FireDamagePerStrengthUnique__1", }, + ["Herald of Ice has (40-60)% increased Buff Effect"] = { "HeraldBonusIceEffect_", }, + ["With at least 40 Dexterity in Radius, Caustic Arrow deals 40% increased Damage over Time"] = { "CausticArrowThresholdJewel2", }, + ["8% increased Evasion Rating per Frenzy Charge"] = { "ChargeBonusEvasionPerFrenzyCharge", }, + ["+75% to Cold Resistance"] = { "ColdResistUnique__5", }, + ["Adds 1 to (40-50) Lightning Damage"] = { "LocalAddedLightningDamageUniqueOneHandSword7", }, + ["(6-10)% increased Quantity of Items found"] = { "TalismanIncreasedItemQuantity", }, + ["Adds 30 to 40 Physical Damage"] = { "LocalAddedPhysicalDamageUniqueTwoHandMace3", }, + ["Reflects 5 Physical Damage to Melee Attackers"] = { "AttackerTakesDamageUniqueIntHelmet1", }, + ["Adds (13-18) to (50-56) Lightning Damage to Spells"] = { "SpellAddedLightningDamageUnique__6_", }, + ["Socketed Projectile Spells fire Projectiles in a circle"] = { "SocketedGemsProjectilesNovaUnique__1", }, + ["(25-35)% increased Critical Strike Chance for Spells"] = { "SpellCriticalStrikeChanceUniqueShieldInt3", }, + ["(60-80)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__26", }, + ["Adds (160-185) to (200-225) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__28", }, + ["Bleeding Enemies you Kill with Hits Shatter"] = { "BleedingEnemiesShatterOnKillUnique__1", }, + ["Cannot Leech Life from Critical Strikes"] = { "CannotLeechFromCriticalStrikesUnique___1", }, + ["Attacks with this Weapon deal 80-120 added Chaos Damage against"] = { "AddedChaosDamageVsEnemiesWith5PoisonsUnique__1", }, + ["Grants Level 25 Scorching Ray Skill"] = { "ScorchingRaySkillUnique__1", }, + ["Poisons on you expire 50% slower"] = { "PoisonExpiresSlowerUnique__1", }, + ["(200-220)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUniqueGlovesStr3", }, + ["(10-15)% increased maximum Life"] = { "MaximumLifeUnique__20___", }, + ["+470 to Accuracy Rating"] = { "IncreasedAccuracy2hSwordImplicit9", }, + ["15% increased Movement Speed when on Full Life"] = { "MovementVelocityOnFullLifeUniqueTwoHandAxe2", }, + ["(150-200)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__5", }, + ["Deal 1 to 1000 Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge"] = { "LightningDamageOnChargeExpiryUniqueAmulet12", }, + ["40% increased Stun and Block Recovery"] = { "StunRecoveryUniqueAmulet18", }, + ["Trigger a Socketed Spell when you Attack with this Weapon, with a 0.25 second Cooldown"] = { "TriggerSocketedSpellOnAttackUnique__1", }, + ["+75% Chance to Block Spell Damage if you have not Blocked Recently"] = { "SpellBlockIfNotBlockedRecentlyUnique__1", }, + ["20% increased maximum Energy Shield"] = { "IncreasedEnergyShieldPercentUnique__1", }, + ["(10-16)% increased Attack Speed"] = { "IncreasedAttackSpeedUniqueGlovesDemigods1", }, + ["+6% to all Elemental Resistances"] = { "AllResistancesUniqueJewel8", }, + ["+360 to Accuracy Rating"] = { "IncreasedAccuracy2hSwordImplicit6", }, + ["Lose a Power Charge each second if you have not Detonated Mines Recently"] = { "LosePowerChargeIfNotDetonatedRecentlyUnique__1", }, + ["25% reduced Chaos Damage taken over time"] = { "ChaosDamageOverTimeUnique__1", }, + ["Non-Aura Vaal Skills require 25% reduced Souls Per Use during Effect"] = { "FlaskVaalSkillCostUnique__1", }, + ["Ignites you inflict with Attacks deal Damage 35% faster"] = { "FasterBurnFromAttacksEnemiesUniqueBelt14", }, + ["30% increased Global Accuracy Rating"] = { "AccuracyPercentImplicitSword2", }, + ["Trigger Level 1 Intimidating Cry on Hit"] = { "TriggeredAbyssalCryUnique__1", }, + ["Summoned Phantasms have no Duration"] = { "PermanentPhantasmUnique__1", }, + ["2% increased Damage per Power Charge with Hits against Enemies on Low Life"] = { "IncreasedDamageVsLowLifePerPowerChargeUniqueGlovesStrDex6", }, + ["Curse Enemies with Socketed Hex Curse Gem on Hit"] = { "UniqueCurseWithSocketedCurseOnHit_", }, + ["Gain a Frenzy Charge if an Attack Ignites an Enemy"] = { "FrenzyChargeOnIgniteUniqueTwoHandSword6", }, + ["Adds (1-2) to (3-5) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueDagger11", }, + ["With a Ghastly Eye Jewel Socketed, Minions have +1000 to Accuracy Rating"] = { "MinionAccuracyWithMinionAbyssJewelUnique__1", }, + ["(130-160)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__7", }, + ["Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while"] = { "ProjectileAttacksChanceToBleedBeastialMinionUnique__1_", }, + ["(40-50)% increased Spell Damage"] = { "SpellDamageUnique__7", }, + ["+30 Life gained on Kill"] = { "LifeGainedFromEnemyDeathUniqueDagger1", }, + ["Adds 40 to 60 Cold Damage against Chilled Enemies"] = { "AddedColdDamageAgainstFrozenEnemiesUnique__1", }, + ["50% chance to Shock Chilled Enemies"] = { "ChanceToShockChilledEnemiesUnique__1", }, + ["Adds 60 to 80 Cold Damage against Chilled Enemies"] = { "AddedColdDamageAgainstFrozenEnemiesUnique__2", }, + ["4% increased Attributes per allocated Keystone"] = { "AllAttributesPerAssignedKeystoneUniqueJewel32", }, + ["100% increased Life Recovery from Flasks"] = { "FlaskLifeRecoveryUniqueAmulet25", }, + ["Ward does not Break during Flask effect"] = { "FlaskWardUnbreakableDuringEffectUnique__1", }, + ["(30-40)% increased Lightning Damage"] = { "LightningDamagePercentUnique__8", }, + ["(25-35)% increased Damage"] = { "TalismanIncreasedDamage", }, + ["50% slower start of Energy Shield Recharge during any Flask Effect"] = { "EnergyShieldDelayDuringFlaskEffect__1", }, + ["Grants Summon Harbinger of Directions Skill"] = { "HarbingerSkillOnEquipUnique__4_", }, + ["8% increased Spell Damage per 5% Chance to Block Attack Damage"] = { "IncreasedSpellDamagePerBlockChanceUniqueClaw7", }, + ["100% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueBow4", }, + ["(30-50)% increased Spell Damage"] = { "SpellDamageUnique__10", }, + ["+(8-16)% to Chaos Resistance"] = { "ChaosResistUnique__2", }, + ["(10-15)% increased Quantity of Items found"] = { "ItemFoundQuantityIncreaseUniqueBodyStr5", }, + ["+1 Prefix Modifier allowed"] = { "MaxPrefixMaxSuffixImplicitE2_", }, + ["(25-35)% increased Stun Duration on Enemies"] = { "StunDurationImplicitQuiver9", }, + ["Adds (5-15) to (25-50) Physical Damage to Attacks"] = { "AddedPhysicalDamageUnique__2", }, + ["+(24-30)% to Chaos Resistance"] = { "ChaosResistUniqueHelmetDexInt5", }, + ["Lose all Power Charges when you Block"] = { "LosePowerChargesOnBlockUnique__1", }, + ["+0.3% Critical Strike Chance per Power Charge"] = { "AdditionalCriticalStrikeChancePerPowerChargeUnique__1", }, + ["+(20-25)% to Lightning Resistance"] = { "LightningResistUnique__11", }, + ["Adds 1 to 10 Lightning Damage to Attacks with this Weapon per 10 Intelligence"] = { "AddedLightningDamagePerIntelligenceUnique__1", }, + ["Gain (66-99)% of Sword Physical Damage as Extra Fire Damage"] = { "SwordPhysicalDamageToAddAsFireUniqueOneHandSword10", }, + ["(10-30)% increased Elusive Effect"] = { "ElusiveEffectUnique__1", }, + ["+300 Intelligence Requirement"] = { "IntelligenceRequirementsUniqueOneHandMace3", }, + ["Map has (3-5) additional random Modifiers"] = { "MapAddsExtraSynthesisMods", }, + ["Cannot gain Power Charges"] = { "MaxPowerChargesIsZeroUniqueAmulet19", }, + ["(10-15)% reduced Mine Throwing Speed"] = { "RemoteMineLayingSpeedUnique__1", }, + ["100% chance to Trigger Level 1 Raise Spiders on Kill"] = { "SummonSpidersOnKillUnique__1", }, + ["(10-15)% increased Lightning Damage"] = { "LightningDamagePercentUniqueHelmetStrInt3", "LightningDamagePercentUnique__6", "LightningDamagePercentUnique___1", "LightningDamagePercentUnique__5", }, + ["30% increased Fire Damage"] = { "FireDamagePercentUniqueSceptre9", }, + ["80% reduced Maximum Recovery per Life Leech"] = { "MaximumLifeLeechAmountUnique__2", }, + ["(15-20)% increased Effect of Cold Ailments"] = { "ChillEffectUnique__1", }, + ["100% increased Physical Damage while you have Resolute Technique"] = { "PhysicalDamageWhileResoluteTechniqueUnique__1__", }, + ["+(12-18)% to all Elemental Resistances"] = { "AllResistancesUnique__15", }, + ["+(20-24)% to all Elemental Resistances"] = { "AllResistancesUniqueBodyStrDexInt1", }, + ["10% reduced Global Physical Damage"] = { "IncreasedPhysicalDamagePercentUniqueHelmetStrDex2", }, + ["Damage of Enemies Hitting you is Unlucky while you have a Magic Ring Equipped"] = { "AnyRingMagicDamageExtraRollUnique__1", }, + ["50% increased Fishing Pool Consumption"] = { "FishingPoolConsumptionUnique__1__", }, + ["+3% to maximum Chance to Block Attack Damage"] = { "MaximumBlockChanceUniqueAmulet16", }, + ["(10-20)% increased Cast Speed while Chilled"] = { "CastSpeedWhileChilledUnique__1", }, + ["Adds 10 to 20 Cold Damage to Attacks"] = { "AddedColdDamageUnique__1", }, + ["50% increased Flask Charges gained"] = { "BeltIncreasedFlaskChargesGainedUniqueBelt2", }, + ["(20-35)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUniqueStaff14", "LocalCriticalStrikeChanceUnique__7", }, + ["1% increased Movement Speed per Power Charge"] = { "ChargeBonusMovementVelocityPerPowerCharge", }, + ["Commanded leadership over (10000-18000) warriors under Kaom"] = { "UniqueJewelAlternateTreeInRadiusKarui", }, + ["-(80-70)% to all Elemental Resistances"] = { "AllResistancesUnique__24_", }, + ["Adds (16-21) to (32-38) Fire Damage"] = { "LocalAddedFireDamageUniqueTwoHandAxe1", }, + ["Trigger a Socketed Cold Spell on Melee Critical Strike, with a 0.25 second Cooldown"] = { "CastSocketedColdSkillsOnCriticalStrikeUnique__1", }, + ["Has 3 Sockets"] = { "HasThreeSocketsUnique__1_", }, + ["1% of Damage is taken from Mana before Life per Power Charge"] = { "DamageTakeFromManaBeforeLifePerPowerChargeUnique__1", }, + ["(140-175)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__39", }, + ["Summoned Arbalists have (30-50)% chance to Poison"] = { "SummonArbalistChanceToPoisonPercent", }, + ["(4-8)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__1", }, + ["Socketed Gems are Supported by Level 30 Greater Spell Echo"] = { "SupportedByEchoUniqueStaff6", }, + ["30% of Physical Damage Converted to Lightning Damage"] = { "ConvertPhysicaltoLightningUnique__2", }, + ["(30-50)% increased Fire Damage with Hits and Ailments against Blinded Enemies"] = { "FireDamageToBlindEnemies__1", }, + ["(20-40)% increased Evasion Rating"] = { "LocalIncreasedEvationRatingPercentUniqueBootsDex9", }, + ["Damage Penetrates 25% Fire Resistance"] = { "IncreasedEnemyFireResistanceUniqueHelmetInt5", }, + ["(250-300)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueRapier1", "LocalIncreasedPhysicalDamagePercentUniqueOneHandSword4", }, + ["(10-15)% reduced maximum Mana"] = { "IncreasedManaUniqueGlovesStr1", }, + ["Left ring slot: Regenerate 40 Mana per Second"] = { "LeftRingSlotFlatManaRegenerationUnique__1", }, + ["Minions have (6-8)% increased Area of Effect"] = { "MinionAreaOfEffectUnique__1", }, + ["5% of Damage against Shocked Enemies Leeched as Mana"] = { "ManaLeechOnShockedEnemiesUniqueRing19", }, + ["Gain 40% increased Area of Effect for 2 seconds after Spending a total of 800 Mana"] = { "GainAreaOfEffectPluspercentOnManaSpentUnique__1", }, + ["(15-20)% increased Cold Damage per 1% Missing Cold Resistance, up to a maximum of 300%"] = { "ColdDamagePerMissingColdResistanceUnique__1", }, + ["+(100-150) to maximum Life"] = { "IncreasedLifeUnique__22", }, + ["Adds 1 to (275-325) Lightning Damage"] = { "LocalAddedLightningDamageUniqueBow10", }, + ["Deal no Chaos Damage"] = { "DealNoChaosDamageUnique_1", }, + ["25% increased Duration"] = { "FlaskEffectDurationUnique__4", }, + ["+25% Chance to Block Attack Damage while wielding a Staff"] = { "StaffBlockPercentImplicitStaff3", }, + ["Grants Summon Harbinger of Time Skill"] = { "HarbingerSkillOnEquipUnique__2", }, + ["Regenerate (80-100) Energy Shield per second"] = { "FlatEnergyShieldRegenerationUnique__1", }, + ["+50% chance to be Shocked"] = { "ChanceToBeShockedUnique__2", }, + ["20% chance to Poison on Hit"] = { "LocalChanceToPoisonOnHitUnique__4", "LocalChanceToPoisonOnHitUnique__3", }, + ["Adds 3 to 7 Fire Damage"] = { "LocalAddedFireDamageUniqueRapier1", }, + ["10% increased effect of Non-Curse Auras from your Skills on your Minions"] = { "AuraEffectOnMinionsUniqueShieldInt2", }, + ["+(-25-50)% to Lightning Resistance"] = { "LightningResistUniqueRing32", }, + ["+(8-12)% to Fire and Lightning Resistances"] = { "FireAndLightningResistImplicitBoots1", }, + ["+4% to all maximum Elemental Resistances during Flask effect"] = { "FlaskMaximumElementalResistancesUniqueFlask1", }, + ["Has no Sockets"] = { "HasNoSockets", }, + ["Modifiers to Attributes instead apply to Omniscience"] = { "AttributeModifiersAscendanceUnique__1_", }, + ["Curse Enemies with Temporal Chains on Hit, with 40% increased Effect"] = { "CurseOnHitTemporalChainsUnique__1", }, + ["10% increased Physical Damage per Endurance Charge"] = { "IncreasedPhysicalDamagePerEnduranceChargeUnique__1", }, + ["Removes 80% of your maximum Energy Shield on use"] = { "FlaskRemovePercentageOfEnergyShieldUniqueFlask2", }, + ["+20 to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique___4", }, + ["+(40-55) to Dexterity"] = { "DexterityUniqueBelt7", }, + ["Adds (4-10) to (14-36) Physical Damage to Attacks"] = { "AddedPhysicalDamageUnique__6_", }, + ["(40-50)% increased Mana Regeneration Rate"] = { "ManaRegenerationUniqueBodyDexInt2", }, + ["Deal no Non-Physical Damage"] = { "DealNoNonPhysicalDamageUniqueBelt__1", }, + ["Deals 50 Chaos Damage per second to nearby Enemies"] = { "DisplayChaosDegenerationAuraUnique__1", }, + ["Socketed Gems are Supported by Level 16 Trap And Mine Damage"] = { "SupportedByTrapAndMineDamageUnique__1", }, + ["(4-6)% additional Physical Damage Reduction"] = { "TalismanReducedPhysicalDamageTaken_", }, + ["(210-250)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercent__2", "LocalIncreasedEnergyShieldUniqueBodyInt3", }, + ["Adds (10-20) to (30-40) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__20_", }, + ["4% increased Movement Speed per Frenzy Charge"] = { "MovementVelocityPerFrenzyChargeUnique__1", }, + ["(100-140)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__1", }, + ["(200-250)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6", "LocalIncreasedPhysicalDamageReductionRatingUnique__2", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__16", }, + ["+(11-19)% to Chaos Resistance"] = { "ChaosResistDemigodsTorchImplicit", }, + ["1% of Damage Leeched as Life for Skills used by Totems"] = { "LifeLeechFromTotemSkillsUniqueShieldStr5", }, + ["(15-20)% chance to Maim on Hit"] = { "LocalMaimOnHitChanceUnique__1", }, + ["4% increased Totem Damage per 10 Devotion"] = { "TotemDamagePerDevotion", }, + ["Recover 4% of Life per Endurance Charge on use"] = { "FlaskLoseAllEnduranceChargesGainLifePerLostChargeUnique1", }, + ["25% of Physical Damage Converted to Fire Damage"] = { "ConvertPhysicalToFireUniqueShieldStr3", }, + ["+(20-40) to Evasion Rating"] = { "IncreasedEvasionRatingUniqueRapier1", }, + ["+(15-25) to maximum Mana"] = { "IncreasedManaUniqueShieldInt2", }, + ["(20-30)% increased Burning Damage"] = { "BurnDamageUniqueCorruptedJewel1", "BurnDamageUnique__1", }, + ["+(43-61)% to Chaos Resistance"] = { "ChaosResistUniqueHelmetStrInt5", }, + ["40% increased Lightning Damage taken"] = { "IncreasedLightningDamageTakenUnique__1", }, + ["+(20-30) to Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueBootsDex5", }, + ["Allies' Aura Buffs do not affect you"] = { "CannotBeBuffedByAlliedAurasUniqueOneHandSword11", }, + ["+(20-25)% to Chaos Resistance when on Low Life"] = { "ChaosResistanceOnLowLifeUniqueRing9", }, + ["Adds (3-5) to (8-12) Fire Attack Damage per Buff on you"] = { "FireDamagePerBuffUniqueJewel17", }, + ["6 to 10 Added Physical Damage with Bow Attacks"] = { "AddedPhysicalDamageUniqueQuiver8", }, + ["(180-210)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__34___", "LocalIncreasedPhysicalDamagePercentUnique__35", }, + ["Passives granting Lightning Resistance or all Elemental Resistances in Radius"] = { "LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1", "LightningResistConvertedToSpellBlockChanceScaledJewelUnique__1", }, + ["Warcries have infinite Power"] = { "WarcryInfiniteEnemyPowerUnique__1__", }, + ["Gain (13-15)% of Physical Damage as Extra Chaos Damage"] = { "ChaosDamageAsPortionOfDamageUnique__1", }, + ["Gain 15% of Physical Attack Damage as Extra Fire Damage"] = { "AttackPhysicalDamageAddedAsFireUnique__1", }, + ["Socketed Gems are supported by Level 10 Blind"] = { "ItemActsAsSupportBlindUnique__1", }, + ["100% increased Global Armour while you have no Energy Shield"] = { "IncreasedArmourOnZeroEnergyShieldUnique__1", }, + ["(10-30)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUniqueRing6", }, + ["Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items"] = { "HitsIgnoreChaosResistanceAllShaperItemsUnique__1", }, + ["+(5-7) Life gained on Kill"] = { "LifeGainedFromEnemyDeathUniqueOneHandAxe3", }, + ["Minions have (50-100)% faster start of Energy Shield Recharge"] = { "MinionEnergyShieldRechargeDelayUnique__1", }, + ["Attacks Chain an additional time when in Main Hand"] = { "AttacksChainInMainHandUnique__1", }, + ["(130-170)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__5", }, + ["12 to 14 Added Cold Damage per Frenzy Charge"] = { "AddedColdDamagePerFrenzyChargeUnique__1", }, + ["With at least 40 Intelligence in Radius, Freezing Pulse fires 2 additional Projectiles"] = { "FreezingPulseThresholdJewel_1", }, + ["(20-30)% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentUniqueBelt9d", "TalismanIncreasedPhysicalDamage", }, + ["Adds 1 to (50-60) Lightning Damage"] = { "LocalAddedLightningDamageUnique__4", }, + ["Enemies Cannot Leech Mana From you"] = { "EnemiesCannotLeechMana", }, + ["+(20-25)% to Cold and Lightning Resistances"] = { "ColdAndLightningResistUnique__1", }, + ["(40-60)% increased Fire Damage while affected by Herald of Ash"] = { "HeraldBonusAshFireDamage", }, + ["(14-18)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__34", }, + ["20% reduced Frenzy Charge Duration"] = { "FrenzyChargeDurationUnique__1", }, + ["Take (100-200) Physical Damage when you use a Movement Skill"] = { "DamageOnMovementSkillUnique__1", }, + ["(200-300)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__19", }, + ["Recover 1% of Life on Kill"] = { "MaximumLifeOnKillPercentUnique__4_", "MaximumLifeOnKillPercentUnique__1", }, + ["18% increased Effect of Curses on you"] = { "UndyingBreathCurseAuraUniqueStaff5", }, + ["+70 to maximum Mana"] = { "IncreasedManaUniqueOneHandMace7", }, + ["Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills"] = { "ClawDamageModsAlsoAffectUnarmedUnique__1", }, + ["+5 Mana gained on Kill"] = { "ManaGainedFromEnemyDeathUniqueRing4", }, + ["Adds (12-15) to (25-30) Cold Damage to Attacks"] = { "AddedColdDamageUnique__6", }, + ["Spectres have a Base Duration of 20 seconds"] = { "SpectreHaveBaseDurationUnique__1", }, + ["Socketed Gems are Supported by Level 30 Rage"] = { "SupportedByRageUnique__1__", }, + ["(8-14)% increased Dexterity"] = { "TalismanIncreasedDexterity", }, + ["You and Nearby Allies have 16 to 144 added Lightning Damage per Blue Socket"] = { "AuraAddedLightningDamagePerBlueSocketUnique__1", }, + ["100% increased Damage with Ignite inflicted on Chilled Enemies"] = { "BurningDamageToChilledEnemiesUniqueOneHandAxe2", }, + ["+(30-50) to Strength"] = { "StrengthUnique__18", "StrengthUnique___2", }, + ["60% chance to Poison on Hit against Cursed Enemies"] = { "ChanceToPoisonCursedEnemiesOnHitUnique__1", }, + ["+25 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw6", }, + ["Skills fire 2 additional Projectiles if you've been Hit Recently"] = { "NumberOfProjectilesIfHitRecentlyUnique__1", }, + ["Nearby Allies have 30% increased Item Rarity"] = { "DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9", }, + ["Cannot be Frozen"] = { "CannotBeFrozenUnique__1", "CannotBeFrozen", }, + ["+257 Intelligence Requirement"] = { "AddedIntelligenceRequirementsUnique__1", }, + ["Gain 300% of Weapon Physical Damage as Extra Damage of a random Element"] = { "WeaponPhysicalDamageAddedAsRandomElementUnique__1__", }, + ["5% increased Physical Damage with Bows"] = { "BowBonus1", }, + ["Triggers Level 20 Corpse Walk when Equipped"] = { "CorpseWalk", }, + ["+(8-10)% to Chaos Resistance"] = { "ChaosResistUniqueAmulet15_", }, + ["Reflects (10-23) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageShieldImplicit3", }, + ["Hexes you inflict have +15 to maximum Doom"] = { "MaximumDoomUnique__1___", }, + ["+(70-90) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueShieldInt5", }, + ["1% of Damage taken Recouped as Mana"] = { "JewelImplicitDamageTakenGainedAsMana", }, + ["+(3-4) to Melee Strike Range while Unarmed"] = { "UnarmedStrikeRangeUniqueJewel__1_", }, + ["Adds (2-6) to (16-22) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueClaw9", }, + ["+(80-90) to maximum Life"] = { "IncreasedLifeUniqueBodyStrInt5", }, + ["Cannot be Poisoned"] = { "CannotBePoisonedUnique__1", }, + ["Herald of Purity has (30-40)% increased Mana Reservation Efficiency"] = { "HeraldBonusPurityReservation_", "HeraldBonusPurityReservationEfficiency_", }, + ["(10-20)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUnique__4_", "ItemFoundRarityIncreaseUniqueShieldDemigods", }, + ["40% increased Attack Damage against Bleeding Enemies"] = { "AttackDamageAgainstBleedingUniqueDagger11", }, + ["(150-200)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__10", "LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt6", }, + ["(10-16)% increased Quantity of Items found"] = { "ItemFoundQuantityIncreaseUniqueRing7", }, + ["300% increased Armour while Chilled or Frozen"] = { "IncreasedArmourWhileChilledOrFrozenUnique__1", }, + ["Reflects (2-5) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageShieldImplicit1", }, + ["(40-60)% increased Fire Damage"] = { "SpellDamageUniqueDagger10", }, + ["Minions have 5% chance to Maim Enemies on Hit with Attacks"] = { "MinionChanceToMaimOnHitUnique__1_", }, + ["(11-15)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueSceptre7", }, + ["30% Chance to Block Spell Damage"] = { "SpellBlockUniqueDescentShieldStr1", }, + ["Your Maximum Resistances are (70-72)%"] = { "MaximumResistancesOverrideUnique__2", }, + ["(40-60)% increased Projectile Damage while in Blood Stance"] = { "ProjectileDamageBloodStanceUnique__1", }, + ["Grants Level 20 Illusory Warp Skill"] = { "ItemGrantsIllusoryWarpUnique__1", }, + ["Gain Soul Eater during any Flask Effect"] = { "BeltSoulEaterDuringFlaskEffect__1", }, + ["50% reduced Attack Speed"] = { "LocalReducedAttackSpeedUnique__1", }, + ["(300-400)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUnique__16__", }, + ["40% reduced Critical Strike Chance per Power Charge"] = { "CriticalStrikeChancePerPowerChargeUnique__1", }, + ["(100-150)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt1", "LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt1", }, + ["40% of Cold Damage Converted to Fire Damage"] = { "ConvertColdToFireUniqueRing15", }, + ["Call of Steel causes (20-25)% increased Reflected Damage"] = { "CallOfSteelReflectDamageUnique__1", "CallOfSteelReflectDamageUnique__2", }, + ["+(50-70) to Strength"] = { "StrengthUniqueSceptre6", }, + ["Your Raised Zombies count as corpses"] = { "ZombiesCountAsCorpsesUnique__1", }, + ["(30-40)% less Minimum Physical Attack Damage"] = { "RyuslathaMinimumDamageModifierUnique__1", }, + ["Regenerate (13-17) Life per second"] = { "LifeRegenerationUniqueRing26", }, + ["(20-40)% chance to gain a Frenzy Charge for each Enemy you hit with a Critical Strike"] = { "FrenzyChargePerEnemyCritUnique__1", }, + ["40% increased Mana Cost of Skills"] = { "ManaCostIncreasedUniqueWand7", }, + ["50% reduced maximum number of Raised Zombies"] = { "NumberOfZombiesSummonedPercentageUniqueSceptre3", }, + ["+50 to Total Mana Cost of Skills"] = { "IncreaseGlobalFlatManaCostUnique__1", }, + ["Adds (20-25) to (30-50) Fire Damage to Spells and Attacks"] = { "AddedFireDamageUniqueRing20", }, + ["Adds (8-12) to (20-30) Fire Damage to Attacks"] = { "AddedFireDamageUniqueRing36", }, + ["14% increased Cast Speed"] = { "IncreasedCastSpeedImplicitMarakethWand2", }, + ["+3 to Level of Socketed Minion Gems"] = { "LocalIncreaseSocketedMinionGemLevelUnique__5____", }, + ["+44 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw8", }, + ["+(10-20)% to Lightning Resistance"] = { "LightningResistUniqueShieldStrDex1", "LightningResistUniqueShieldInt3", }, + ["+(40-60) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__12", "LocalIncreasedEnergyShieldUniqueHelmetInt5_", "LocalIncreasedEnergyShieldUniqueHelmetInt6", }, + ["(30-40)% more Maximum Physical Attack Damage"] = { "RyuslathaMaximumDamageModifierUnique__1_", }, + ["(100-120)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueBodyInt7", "LocalIncreasedEnergyShieldPercentUnique__11", "LocalIncreasedEnergyShieldUniqueGlovesInt5", }, + ["Adds 1 to 9 Lightning Damage"] = { "LocalAddedLightningDamageUniqueDescentTwoHandSword1_", }, + ["20% increased total Recovery per second from Mana Leech"] = { "JewelImplicitManaLeechRate", }, + ["1% increased Spell Damage per 10 Intelligence"] = { "SpellDamagePerIntelligenceUniqueStaff12", }, + ["Adds (255-285) to (300-330) Fire Damage in Main Hand"] = { "MainHandAddedFireDamageUniqueOneHandAxe2", }, + ["100% increased Endurance, Frenzy and Power Charge Duration"] = { "ChargeDurationUniqueBodyDexInt3", }, + ["+(5-10) to Strength"] = { "StrengthUniqueBootsInt1", }, + ["(25-28)% increased Elemental Damage with Attack Skills"] = { "WeaponElementalDamageImplicitBow2", }, + ["Gain an Endurance Charge when you lose a Power Charge"] = { "EnduranceChargeOnPowerChargeExpiryUniqueAmulet14", }, + ["25% chance to Poison on Hit during Flask effect"] = { "FlaskChanceToPoisonUnique__1", }, + ["0.8% of Physical Attack Damage Leeched as Life and Mana"] = { "LifeAndManaLeechImplicitMarakethClaw1", }, + ["+(160-180) to maximum Life"] = { "IncreasedLifeUniqueShieldStr1", }, + ["Herald of Ash has (40-60)% increased Buff Effect"] = { "HeraldBonusAshEffect", }, + ["Adds (10-14) to (18-22) Fire Damage"] = { "LocalAddedFireDamageUnique__2", }, + ["(100-130)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUnique__7", }, + ["(10-15)% increased Elemental Damage with Attack Skills"] = { "ElementalDamageUniqueJewel_1", }, + ["Gain (1-3) Endurance Charge on use"] = { "FlaskGainEnduranceChargeUniqueFlask2", }, + ["Adds 2 to 4 Physical Damage to Attacks"] = { "AddedPhysicalDamageUniqueBodyStr2", }, + ["+460 to Accuracy Rating"] = { "IncreasedAccuracySwordImplicit8", }, + ["+(25-35)% to Lightning Resistance"] = { "LightningResistUniqueHelmetInt10", }, + ["Lightning Damage of Enemies Hitting you is Lucky"] = { "EnemyExtraDamageRollsWithLightningDamageUnique__1", }, + ["Spreads Tar when you Block"] = { "GroundTarOnBlockUnique__1", }, + ["(140-220)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__12", }, + ["Socketed Gems are Supported by Level 25 Added Chaos Damage"] = { "SocketedGemsHaveAddedChaosDamageUnique__2", }, + ["30% more Damage with Arrow Hits at Close Range while you have Iron Reflexes"] = { "ArborixMoreDamageAtCloseRangeUnique__1", }, + ["(60-75)% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUniqueHelmetDex6", }, + ["2% chance to Freeze"] = { "ChanceToFreezeUnique__2", }, + ["(44-66)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUniqueOneHandSword10", }, + ["Adds (30-40) to (60-70) Lightning Damage to Spells"] = { "SpellAddedLightningDamageUnique__2", }, + ["Socketed Gems are Supported by Level 20 Spell Totem"] = { "DisplaySocketedGemGetsSpellTotemBodyInt7", }, + ["60% of Lightning Damage Converted to Chaos Damage"] = { "ConvertLightningDamageToChaosUniqueBow10", "ConvertLightningDamageToChaosUniqueBow10Updated", }, + ["Poison Cursed Enemies on hit"] = { "PoisonCursedEnemiesOnHitUnique__1", }, + ["With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks"] = { "MaimOnHitWithRangedAbyssJewelUnique__1", }, + ["(40-50)% increased maximum Energy Shield"] = { "IncreasedEnergyShieldPercentUniqueOneHandSword2", }, + ["Curse Enemies with Flammability on Block, with 20% increased Effect"] = { "FlammabilityOnBlockChanceUnique__1", }, + ["Regenerate (3-4) Life per second"] = { "LifeRegenerationUniqueGlovesStrDex5", }, + ["Adds (15-20) to (30-40) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__1", }, + ["Adds (7-9) to (13-16) Physical Damage to Attacks"] = { "AddedPhysicalDamageImplicitQuiver6New", }, + ["(10-15)% increased Duration of Elemental Ailments on Enemies"] = { "ElementalStatusAilmentDurationUnique__1_", }, + ["60% increased Global Accuracy Rating"] = { "AccuracyPercentImplicit2HSword1", }, + ["60% increased Damage taken from Melee Attacks"] = { "MeleeDamageTakenUniqueAmulet12", }, + ["+(19-29)% to Chaos Resistance"] = { "ChaosResistUnique__23", "ChaosResistUnique__21", }, + ["(120-140)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt4", }, + ["Summoned Arbalists have (10-20)% chance to inflict Lightning Exposure on Hit"] = { "SummonArbalistChanceToInflictLightningExposureOnHit_", }, + ["+20% chance to Suppress Spell Damage"] = { "ChanceToDodgeSpellsUnique__2", }, + ["Gain Elusive on Critical Strike"] = { "ElusiveOnCriticalStrikeUnique__1", }, + ["(20-24)% Chance to Block Attack Damage"] = { "BlockPercentUniqueQuiver4", }, + ["Adds 5 Small Passive Skills which grant nothing"] = { "ExpansionJewelEmptyPassiveUnique_3_", }, + ["Damage Penetrates 20% Fire Resistance"] = { "PenetrateEnemyFireResistUnique__1", }, + ["Melee Hits count as Rampage Kills"] = { "SimulatedRampageUnique__1", }, + ["Damage Penetrates 15% of Fire Resistance if you have Blocked Recently"] = { "FirePenetrationIfBlockedRecentlyUnique__1", }, + ["Gain up to your maximum number of Frenzy and Power Charges when you gain Cat's Stealth"] = { "GainMaxFrenzyAndPowerOnCatsStealthUnique__1", }, + ["+1% chance to Suppress Spell Damage per Power Charge"] = { "ChargeBonusDodgeChancePerPowerCharge", }, + ["+(300-350) to Accuracy Rating"] = { "IncreasedAccuracyUniqueRing12", "IncreasedAccuracyUniqueHelmetInt7", "IncreasedAccuracyUniqueTwoHandSword1", }, + ["25% chance to Steal Power, Frenzy, and Endurance Charges on Hit"] = { "StealChargesOnHitPercentUnique__1", }, + ["Socketed Gems are Supported by Level 10 Spell Echo"] = { "SupportedByEchoUniqueWand8New_", "SupportedByEchoUniqueWand8", }, + ["Uses both hand slots"] = { "DisableOffhandSlot", "DisableOffHandSlotUnique__1", }, + ["Regenerate 3% of Life per second while on Low Life"] = { "LifeRegenerationOnLowLifeUniqueShieldStrInt3_", }, + ["(250-270)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueDagger9", }, + ["Elemental Ailments you inflict are Reflected to you"] = { "ReflectElementalAilmentsToSelfUnique__1", }, + ["Lose Souls gained from Soul Eater when you use a Flask"] = { "BeltSoulsRemovedOnFlaskUse__1", }, + ["Adds 5 to 10 Physical Damage"] = { "LocalAddedPhysicalDamageUniqueTwoHandAxe3", }, + ["Adds (135-145) to (160-175) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueStaff7", }, + ["+20% chance to be Shocked"] = { "ChanceToBeShockedUnique__1", }, + ["(250-350)% increased Armour, Evasion and Energy Shield"] = { "LocalIncreasedArmourEvasionEnergyShieldUnique__1_", }, + ["1% increased Maximum Mana per 2% Chance to Block Spell Damage"] = { "IncreasedManaPerSpellBlockChanceUnique__1", }, + ["Minions have (25-45)% increased Movement Speed"] = { "MinionRunSpeedUnique__3", }, + ["+(70-100) to maximum Energy Shield"] = { "IncreasedEnergyShieldUnique__3", }, + ["20% chance to Trigger Level 20 Tentacle Whip on Kill"] = { "TentacleSmashOnKillUnique__1_", }, + ["Your Skills Cost no Mana during Flask effect"] = { "LocalFlaskNoManaCostWhileHealingUniqueFlask4", }, + ["Reflects 10 Cold Damage to Melee Attackers"] = { "AttackerTakesColdDamageGlovesDex1", }, + ["-1 Strength per 1 Strength on Allocated Passives in Radius"] = { "AdditionalStrengthPerAllocatedStrengthJewelUnique__1_", }, + ["1% additional Physical Damage Reduction from Hits per Siphoning Charge"] = { "AdditionalPhysicalDamageReductionPerSiphoningChargeUnique__1", }, + ["18% increased Attack Speed"] = { "IncreasedAttackSpeedImplicitShield3", }, + ["Creates a Smoke Cloud on Rampage"] = { "GroundSmokeOnRampageUniqueGlovesDexInt6", }, + ["Spectres have (800-1000)% increased Critical Strike Chance"] = { "SpectreCriticalStrikeChanceUnique__1", }, + ["+(35-40)% to Cold Resistance"] = { "ColdResistUnique__11", }, + ["1% of Spell Damage Leeched as Mana"] = { "SpellManaLeechJewel", }, + ["50% reduced maximum Energy Shield"] = { "ReducedEnergyShieldPercentUniqueAmulet13", }, + ["0.6% of Physical Damage Leeched as Life"] = { "PhysicalDamageLifeLeechPermyriadUniqueBelt9dNew", }, + ["(8-15)% increased Cast Speed"] = { "IncreasedCastSpeedUnique__19__", }, + ["-1 Prefix Modifier allowed"] = { "MaxPrefixMaxSuffixModEffectImplicitE1", "MaxPrefixMaxSuffixImplicitE1__", }, + ["Regenerate 2% of Life per second while on Low Life"] = { "LifeRegenerationOnLowLifeUniqueBodyStrInt2", }, + ["Regenerate 1% of Life per second while on Low Life"] = { "LifeRegenerationOnLowLifeUniqueAmulet4", }, + ["+400 to Accuracy Rating"] = { "IncreasedAccuracySwordImplicit7", "IncreasedAccuracy2hSwordImplicit7", }, + ["18% increased maximum Mana"] = { "MaximumManaUniqueStaff5", }, + ["Reflects (151-180) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageShieldImplicit10", }, + ["(10-20)% increased Damage with Hits and Ailments per Curse on Enemy"] = { "IncreasedDamagePerCurseUniqueHelmetInt9", }, + ["(25-30)% increased Attack Speed if you've changed Stance Recently"] = { "AttackSpeedChangedStanceUnique__1", }, + ["1% of Damage Leeched as Mana against Frozen Enemies"] = { "ManaLeechPermyriadOnShockedEnemiesUniqueRing19", }, + ["+25% to Cold Resistance"] = { "ColdResistUniqueAmulet3", }, + ["(100-130)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUniqueGlovesDexInt6", }, + ["Adds 1 to 40 Lightning Damage to Attacks"] = { "AddedLightningDamageUniqueBodyInt8", }, + ["+(30-50) to all Attributes"] = { "AllAttributesUnique__1", }, + ["+2 Mana gained for each Enemy hit by Attacks"] = { "ManaGainPerTargetUnique__2", }, + ["60% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrInt1", }, + ["Attacks with this Weapon deal (80-100) to (160-200) added Physical Damage to Ignited Enemies"] = { "AddedPhysicalDamageVersusIgnitedEnemiesUnique__1", }, + ["10% increased Evasion Rating per Frenzy Charge"] = { "EvasionRatingPerFrenzyChargeUniqueBootsStrDex2", }, + ["Triggers Level 20 Death Walk when Equipped"] = { "DeathWalk", }, + ["+(600-1000) to Evasion Rating"] = { "IncreasedEvasionRatingUnique__6_", }, + ["+5 to Intelligence"] = { "IntelligencePerPointToClassStartUnique__1", }, + ["(15-18)% increased Strength"] = { "PercentageStrengthUniqueBootsStrInt2", }, + ["(38-42)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand18", }, + ["1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating"] = { "AttackDamagePerLowestArmourOrEvasionUnique__1", }, + ["30% increased Effect of Lightning Ailments"] = { "ShockEffectUnique__3", }, + ["(25-30)% increased Elemental Damage with Attack Skills"] = { "WeaponElementalDamageUnique__5", }, + ["(120-140)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe8", }, + ["(15-19)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand5", }, + ["+(110-130) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__8", }, + ["(140-160)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueHelmetInt4", }, + ["Ignites inflicted with this Weapon deal (50-75)% more Damage"] = { "LocalWeaponMoreIgniteDamageUnique__1", }, + ["(90-120)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUniqueBodyStrDex2", }, + ["Adds 1 to 80 Chaos Damage to Attacks"] = { "AddedChaosDamageUniqueBootsStrInt2", }, + ["6% increased Accuracy Rating per Frenzy Charge"] = { "AccuracyRatingPerFrenzyChargeUniqueGlovesDexInt5", }, + ["(10-20)% chance for Energy Shield Recharge to start when you Kill an Enemy"] = { "EnergyShieldRechargeOnKillUnique__1__", }, + ["Summoned Raging Spirits have (80-100)% increased maximum Life"] = { "RagingSpiritLifeUnique__1", }, + ["Adds 4 Passive Skills"] = { "JewelExpansionPassiveNodesUnique__1", }, + ["Adds (6-12) to (20-32) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueBow1", }, + ["Socketed Gems are Supported by Level 10 Added Cold Damage"] = { "DisplaySupportedByAddedColdDamageUnique__1", }, + ["+(40-70) to maximum Mana"] = { "IncreasedManaUnique__21", }, + ["+(350-500) to Evasion Rating"] = { "LocalIncreasedEvasionRatingUnique__4", }, + ["+(160-220) to Accuracy Rating"] = { "IncreasedAccuracyUniqueSceptre8", }, + ["(200-230)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__22", }, + ["Attacks with this Weapon have (100-115)% increased Elemental Damage"] = { "ThisWeaponsWeaponElementalDamageUniqueWand6", }, + ["1% increased Attack and Cast Speed per Power Charge"] = { "ChargeBonusAttackAndCastSpeedPerPowerCharge", }, + ["+25% to Global Critical Strike Multiplier"] = { "CriticalMultiplierImplicitSword1", "CriticalMultiplierImplicitSword2H1", }, + ["(10-20)% reduced Skeleton Duration"] = { "SkeletonDurationUniqueJewel1_", }, + ["(10-15)% increased Physical Damage with Ranged Weapons"] = { "RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3", }, + ["Adds (42-54) to (78-88) Cold Damage to Spells while no Life is Reserved"] = { "AddedColdDamageWhileNoLifeReservedUnique__1__", }, + ["0.4% of Lightning Damage Leeched as Mana"] = { "ManaLeechPermyriadFromLightningDamageUniqueStaff8", }, + ["(40-50)% increased Elemental Damage taken"] = { "ElementalDamageTakenUnique__1", }, + ["(15-20)% increased Cooldown Recovery Rate"] = { "GlobalCooldownRecoveryUnique__1", }, + ["Attacks that Fire Projectiles Consume up to 1 additional Steel Shard"] = { "RangedAttacksConsumeAmmoUniqueBelt__1", }, + ["(8-12)% Chance for Traps to Trigger an additional time"] = { "TrapTriggerTwiceChanceUnique__1", }, + ["(150-200)% increased Energy Shield Recharge Rate during any Flask Effect"] = { "ESRechargeRateDuringFlaskEffect__1", }, + ["+30% to Cold Resistance"] = { "ColdResistUniqueStrHelmet2", }, + ["(20-25)% increased Skill Effect Duration"] = { "TalismanIncreasedSkillEffectDuration", }, + ["20% increased Damage with Hits for each Level higher the Enemy is than you"] = { "IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemiesUnique___1", }, + ["(50-70)% increased Aspect of the Spider Area of Effect"] = { "AreaOfEffectAspectOfSpiderUnique__1", }, + ["+(180-220) to Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2", }, + ["(50-80)% increased Chaos Damage"] = { "IncreasedChaosDamageUniqueBodyStrDex4", }, + ["Socketed Gems are supported by Level 10 Chance to Flee"] = { "DisplaySocketedGemGetsChancetoFleeUniqueShieldDex4", }, + ["(10-15)% increased Area of Effect while Unarmed"] = { "UnarmedAreaOfEffectUniqueJewel4", }, + ["(130-150)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe5", }, + ["Minions have +(12-15)% chance to Suppress Spell Damage"] = { "MinionDodgeChanceUnique__1", }, + ["Socketed Gems have 20% reduced Reservation Efficiency"] = { "SocketedItemsHaveIncreasedReservationUnique__1", }, + ["(25-40)% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentUniqueBelt2", }, + ["Minions have 20% reduced maximum Life"] = { "MinionLifeUniqueBodyInt9", }, + ["+(1-4)% to all maximum Resistances"] = { "IncreasedMaximumResistsUnique__1", }, + ["(22-28)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__17_", }, + ["20% increased Attack Speed while Ignited"] = { "IncreasedAttackSpeedWhileIgnitedUniqueRing24", }, + ["With at least 40 Intelligence in Radius, Frostbolt fires 2 additional Projectiles"] = { "FrostboltThresholdJewel_1", }, + ["+(2-4) Life gained for each Enemy hit by your Attacks"] = { "LifeGainPerTargetUniqueRing2", }, + ["(100-140)% increased Spell Damage"] = { "SpellDamageUnique__8_", }, + ["5 to 10 Added Fire Damage with Bow Attacks"] = { "AddedFireDamageUniqueQuiver1a", }, + ["+333 to Accuracy Rating"] = { "IncreasedAccuracyUniqueRing17", }, + ["(20-50)% increased Damage if you have Shocked an Enemy Recently"] = { "IncreasedDamageIfShockedRecentlyUnique__1", }, + ["(40-60)% increased Damage with Bleeding"] = { "BleedDamageUnique__1_", }, + ["(10-15)% of Physical Damage from Hits taken as Cold Damage during Flask effect"] = { "PhysicalTakenAsColdUniqueFlask8", }, + ["Enemies Cannot Leech Life From you"] = { "EnemiesCantLifeLeech", }, + ["Spells which have gained Intensity Recently lose 1 Intensity every 500 Seconds"] = { "SpellsLoseIntensityUnique__1", }, + ["+(60-75) to maximum Life"] = { "IncreasedLifeUniqueGlovesStr3", }, + ["50% reduced Energy Shield Recharge Rate"] = { "IncreasedEnergyShieldDelayUniqueHelmetInt4", }, + ["3% reduced Mana Cost of Skills"] = { "ManaCostReductionUniqueJewel44", }, + ["500% increased Ignite Duration on Enemies"] = { "BurnDurationUniqueDescentOneHandMace1", }, + ["Summoned Arbalists Convert (30-50)% of Physical Damage to Fire Damage"] = { "SummonArbalistPhysicalDamagePercentToConvertToFire", }, + ["Enemies near corpses affected by your Curses are Blinded"] = { "EnemiesNearCursesBlindAndExplodeUnique__1", }, + ["Adds 3 to 6 Fire Damage"] = { "LocalAddedFireDamageUniqueDescentOneHandMace1", }, + ["(30-40)% increased Spell Damage"] = { "SpellDamageUnique__6", "SpellDamageUniqueWand1", "SpellDamageUniqueCorruptedJewel3_", }, + ["(40-60)% more Critical Strike Chance while Insane"] = { "CriticalStrikeChanceFinalUnhingedUnique__1", }, + ["100% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUniqueDescentDagger1", }, + ["Adds 2 to 4 Cold Damage"] = { "LocalAddedColdDamageUniqueDescentOneHandAxe1", }, + ["Adds (10-15) to (20-25) Cold Damage"] = { "LocalAddedColdDamageUniqueStaff13", }, + ["(100-200)% increased Cold Damage while your Off Hand is empty"] = { "IncreasedColdDamageWhileOffhandIsEmpty_", }, + ["Adds (20-30) to 40 Fire Damage to Spells"] = { "SpellAddedFireDamageUnique__2_", }, + ["+(15-20)% to all Elemental Resistances"] = { "AllResistancesUnique__17", "AllResistancesUniqueTwoHandMace6_", "AllResistancesUniqueAmulet14", }, + ["(120-150)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueHelmetInt7", "LocalIncreasedEnergyShieldPercentUnique__12", }, + ["Summoned Arbalists fire (2-4) additional Projectiles"] = { "SummonArbalistNumberOfAdditionalProjectiles_", }, + ["(8-15)% increased Attack and Cast Speed while Physical Aegis is depleted"] = { "AttackAndCastSpeedWithoutPhysicalAegisUnique__1", }, + ["Adds (130-150) to (270-300) Cold Damage"] = { "LocalAddedColdDamageUnique__8", }, + ["+(5-10)% to Fire Resistance"] = { "FireResistUniqueBodyInt5", }, + ["Take 150 Physical Damage per Second per Siphoning Charge if you've used a Skill Recently"] = { "DamageTakenPerSiphoningChargeOnSkillUseUnique__1", }, + ["(10-15)% increased Attack and Cast Speed"] = { "AttackAndCastSpeedUnique__1", }, + ["(45-50)% increased Mana Regeneration Rate"] = { "ManaRegenerationUnique__7", }, + ["Punishment has no Reservation if Cast as an Aura"] = { "PunishmentReservationCostUnique__1", }, + ["+2 to Level of Socketed Fire Gems"] = { "LocalIncreaseSocketedFireGemLevelUnique__1_", "LocalIncreaseSocketedFireGemLevelUnique__2", }, + ["50% reduced Damage when on Low Life"] = { "ReducedPhysicalDamagePercentOnLowLifeUniqueHelmetDex4", }, + ["1% of Physical Attack Damage Leeched as Mana per Power Charge"] = { "ManaLeechPerPowerChargeUniqueBelt5", }, + ["(14-18)% increased Projectile Attack Damage"] = { "ProjectileAttackDamageImplicitGloves1", }, + ["You have Phasing while you have Cat's Stealth"] = { "GainPhasingWhileCatsStealthUnique__1", }, + ["15% reduced Global Accuracy Rating"] = { "AccuracyPercentUniqueClaw9", }, + ["Socketed Gems are Supported by Level 16 Minion Speed"] = { "DisplaySocketedGemsSupportedByMinionSpeedUniqueRing37", }, + ["Cannot Leech Life"] = { "CannotLeechLifeUnique__1", }, + ["(30-50)% reduced Experience gain"] = { "IncreasedExperienceUniqueTwoHandMace4", }, + ["+10 to Maximum Rage"] = { "MaximumRageImplicitE1", }, + ["(6-10)% of Physical Attack Damage Leeched as Life"] = { "LifeLeechUniqueAmulet9", }, + ["(22-27)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueOneHandSword8", }, + ["Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges"] = { "ChargeBonusIntimidateOnHitEnduranceCharges", }, + ["(20-40)% increased Area of Effect of Aura Skills"] = { "IncreasedAuraRadiusUniqueBodyDexInt4", }, + ["25% increased Fire Damage"] = { "FireDamagePercentUnique___7", }, + ["(1-20)% increased Cast Speed"] = { "IncreasedCastSpeedUnique__17", }, + ["+(20-40) to Strength"] = { "StrengthUnique__5", "StrengthUnique__10", "StrengthUnique__19_", "StrengthUnique__9", }, + ["You and your Totems Regenerate 0.5% of Life per second for each Summoned Totem"] = { "LifeRegenerationRatePercentUniqueShieldStr5", }, + ["Adds (15-25) to (50-60) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__19", }, + ["+(30-40)% to Critical Strike Multiplier if you've gained a Power Charge Recently"] = { "CriticalStrikeMultiplierIfGainedPowerChargeUnique__1_", }, + ["Recover 1% of Life when you Ignite an Enemy"] = { "RecoverLifePercentOnIgniteUnique__1", }, + ["Gain an Endurance, Frenzy or Power Charge every 6 seconds"] = { "GainRandomChargeEvery6SecondsImplicitE1", }, + ["Stun Threshold is based on 500% of your Mana instead of Life"] = { "StunThresholdBasedOnManaUnique__1", }, + ["+20% Chance to Block Spell Damage while wielding a Staff"] = { "StaffSpellBlockPercentImplicitStaff__1", }, + ["(10-20)% increased Elemental Damage"] = { "ElementalDamageUniqueBootsStr1", "ElementalDamageUniqueRingVictors", "ElementalDamageUniqueIntHelmet3", }, + ["Socketed Golem Skills have Minions Regenerate 5% of Life per second"] = { "LocalGolemLifeRegenerationUnique__1", }, + ["180% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueBootsDex7", }, + ["(15-20)% reduced Enemy Stun Threshold"] = { "StunThresholdReductionUniqueStaff11", }, + ["10% reduced Character Size"] = { "ActorSizeUniqueHelmetDex6", "ActorSizeUniqueAmulet12", }, + ["(20-25)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUniqueHelmetDex6", }, + ["Adds (2-5) to (7-10) Physical Damage to Attacks"] = { "AddedPhysicalDamageUniqueBootsStr3", }, + ["Nearby Enemies are Blinded"] = { "DisplayBlindAuraUnique__1", "UniqueSpecialCorruptionNearbyEnemiesBlinded", }, + ["(220-240)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt5", }, + ["(160-180)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamageUniqueClaw8", }, + ["Lose 1% of Life on Kill"] = { "LifeLostOnKillPercentageUniqueCorruptedJewel14", }, + ["(10-20)% of Damage taken Recouped as Life"] = { "DamageTakenGainedAsLifeUnique__1_", }, + ["Regenerate (2-4) Life per second"] = { "LifeRegenerationImplicitAmulet1", "LifeRegenerationUniqueRing1", }, + ["Regenerate (1.7-2.7) Life per second"] = { "LifeRegenerationUniqueBootsDex5", }, + ["(15-50)% increased Elemental Damage"] = { "ElementalDamagePercentUnique__1", }, + ["Adds (1-3) to (42-47) Lightning Damage to Spells and Attacks"] = { "AddedLightningDamageUnique__1", }, + ["Left ring slot: You cannot Recharge or Regenerate Energy Shield"] = { "LeftRingSlotNoEnergyShieldRegenUniqueRing13", }, + ["(3-6)% increased Movement Speed"] = { "MovementVelocityVictorAmulet", }, + ["(100-130)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__20_", }, + ["(8-12)% increased Movement Speed"] = { "MovementVelocityUnique__46", }, + ["Magebane"] = { "KeystoneMagebaneUnique_1", }, + ["+1000 Armour if you've Blocked Recently"] = { "GainArmourIfBlockedRecentlyUnique__1", }, + ["3% of Physical Attack Damage Leeched as Mana"] = { "ManaLeechUniqueTwoHandSword2", }, + ["70% less Ward during Flask Effect"] = { "FlaskMoreWardUnique1", }, + ["1% increased Attack and Cast Speed per Endurance Charge"] = { "ChargeBonusAttackAndCastSpeedPerEnduranceCharge", }, + ["Regenerate 2% of Energy Shield per second while on Low Life"] = { "EnergyShieldRegenerationperMinuteWhileOnLowLifeTransformedUnique__1", }, + ["+(30-40)% to all Elemental Resistances"] = { "AllResistancesUniqueHelmetDex3", }, + ["0.6% of Physical Attack Damage Leeched as Mana"] = { "ManaLeechPermyriadUniqueTwoHandSword2", }, + ["All Sockets are White"] = { "AllSocketsAreWhiteUniqueRing25", "AllSocketsAreWhiteUniqueShieldStrDex7_", }, + ["(5-8)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__19", "LocalIncreasedAttackSpeedUnique__27", }, + ["Dread Banner grants an additional +(100-200) to maximum Fortification when placing the Banner"] = { "BannerFortifyDurationUnique__1", }, + ["(1-2)% of Physical Attack Damage Leeched as Life"] = { "LifeLeechJewel", "LifeLeechLocal1", }, + ["10% chance to Blind Enemies on hit"] = { "BlindingHitUniqueWand1", }, + ["Adds (6-12) to (20-25) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__17_", }, + ["+20% to all Elemental Resistances while on Low Life"] = { "ElementalResistsOnLowLifeUniqueHelmetStrInt1", }, + ["Socketed Gems are Supported by Level 18 Faster Casting"] = { "SupportedByFasterCastUnique__1", }, + ["(3-6)% increased maximum Energy Shield"] = { "IncreasedEnergyShieldPercentUniqueJewel51", }, + ["(16-20)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__37___", }, + ["+(50-65) to Dexterity"] = { "DexterityUniqueHelmetStrDex2", }, + ["Secrets of Suffering"] = { "SecretsOfSufferingKeystoneSceptreImplicit1", }, + ["You have Onslaught while not on Low Mana"] = { "OnslaughtWhileNotOnLowManaUnique__1_", }, + ["25% chance to Shock"] = { "ChanceToShockUniqueRing29", }, + ["+(80-100) to all Attributes"] = { "AllAttributesUniqueAmulet8", }, + ["(75-100)% increased Critical Strike Chance for Spells"] = { "SpellCriticalStrikeChanceUniqueGlovesInt5", }, + ["Gain 5% of Lightning Damage as Extra Chaos Damage"] = { "ChaosDamageAsPortionOfLightningDamageUnique__1", }, + ["(60-80)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2", }, + ["+30 Mana gained for each Enemy hit by your Attacks"] = { "ManaGainPerTargetUniqueRing7", }, + ["30% chance to gain a Power Charge when you Stun"] = { "PowerChargeOnStunUniqueSceptre10", }, + ["(6-8) to (12-13) Added Cold Damage per Frenzy Charge"] = { "ChargeBonusAddedColdDamagePerFrenzyCharge", }, + ["Summoned Skeletons have Avatar of Fire"] = { "SkeletonsHaveAvatarOfFireUnique__1_", }, + ["100% of Physical Damage Leeched as Life"] = { "PhysicalDamageLifeLeechPerMyriadUniqueBelt9d", }, + ["(100-140)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUnique__8_", }, + ["(30-35)% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUniqueRing11_", }, + ["30% reduced Chance to Block Attack and Spell Damage"] = { "ReducedChanceToBlockUnique__1", }, + ["+(7-10)% chance to Suppress Spell Damage while Channelling"] = { "ChanceToDodgeSpellsWhileChannellingUnique__1", "ChanceToDodgeAttacksWhileChannellingUnique__1", }, + ["Gain 5% of Fire Damage as Extra Chaos Damage"] = { "ChaosDamageAsPortionOfFireDamageUnique__1", }, + ["Summoned Arbalists' Projectiles Fork"] = { "SummonArbalistProjectilesFork", }, + ["Trigger Level 20 Storm Cascade when you Attack"] = { "LocalGrantsStormCascadeOnAttackUnique__1", }, + ["(10-20)% increased Cast Speed while Ignited"] = { "IncreasedCastSpeedWhileIgnitedUniqueJewel20_", }, + ["(8-12)% increased Cast Speed if you've dealt a Critical Strike Recently"] = { "CastSpeedIfCriticalStrikeDealtRecentlyUnique__1", }, + ["(5-10)% reduced Enemy Stun Threshold"] = { "StunThresholdReductionUniqueBootsStr3", }, + ["Enemies you kill are Shocked"] = { "ShockOnKillUnique__1", }, + ["15% increased Power Charge Duration"] = { "IncreasedPowerChargeDurationUniqueWand3", }, + ["5% increased Global Defences"] = { "AllDefencesUnique__1", }, + ["(5-7)% increased Cast Speed"] = { "IncreasedCastSpeedUnique__18_", }, + ["-40% less Critical Strike Chance"] = { "LessCriticalStrikeChanceAmulet17", }, + ["+212 Intelligence Requirement"] = { "IntelligenceRequirementsUniqueBow12", }, + ["25% increased Chill Duration on Enemies"] = { "IncreasedChillDurationUniqueBodyDex1", }, + ["0.5% of Attack Damage Leeched as Life against Maimed Enemies"] = { "LifeLeechFromAttackDamageAgainstMaimedEnemiesUnique__1", }, + ["Hits with this Weapon deal (30-60)% increased Damage to Shocked Enemies"] = { "LocalElementalDamageAgainstShockedEnemiesUnique__1_", }, + ["(20-25)% increased Life Regeneration rate"] = { "LifeRecoveryRateUnique__1", }, + ["Skills deal (10-15)% more Damage for each Warcry Exerting them"] = { "MoreDamagePerWarcryExertingUnique__1", }, + ["0.2% of Physical Attack Damage Leeched as Mana"] = { "ManaLeechPermyriadUniqueGlovesDexInt6", "ManaLeechPermyriadUnique__1", "ManaLeechPermyriadUniqueAmulet3", }, + ["40% increased Damage with Hits against Shocked Enemies"] = { "IncreasedDamageToShockedTargetsUniqueRing29", }, + ["Curse Skills have 100% increased Skill Effect Duration"] = { "IncreasedCurseDurationUniqueShieldStrDex2", "IncreasedCurseDurationUniqueShieldDex4", }, + ["50% increased Stun and Block Recovery"] = { "StunRecoveryUniqueBootsStrDex3", "StunRecoveryUniqueHelmetInt6", "StunRecoveryUniqueQuiver4", "StunRecoveryUnique__1_", }, + ["(40-60)% increased Global Damage"] = { "AllDamageUniqueSceptre8", }, + ["(120-140)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__17", }, + ["Loses all Charges when you enter a new area"] = { "FlaskLoseChargesOnNewAreaUnique__1", }, + ["Adds (25-35) to (50-65) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__13", }, + ["10% chance to Cause Monsters to Flee"] = { "HitsCauseMonsterFleeUnique__1", "HitsCauseMonsterFleeUniqueRing1", "HitsCauseMonsterFleeUniqueBootsStrInt1", }, + ["(200-220)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1d", "LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1f", }, + ["100% increased Melee Damage against Shocked Enemies"] = { "AdditionalMeleeDamageToShockedEnemiesUniqueDagger6", }, + ["50% increased Monster Damage"] = { "UltimatumTrialDifficultyDamage5_", }, + ["1% reduced Elemental Damage taken from Hits per Endurance Charge"] = { "ReducedElementalDamageTakenHitsPerEnduranceChargeUnique__1", }, + ["+20% to Cold Resistance"] = { "ColdResistUniqueBootsDexInt2", "ColdResistUniqueBootsDex8", }, + ["Minions have 5% chance to Taunt on Hit with Attacks"] = { "MinionAttacksTauntOnHitChanceUnique__1", }, + ["+(2-3) Mana gained for each Enemy hit by Attacks"] = { "ManaGainPerTargetUnique__1", }, + ["40% of Melee Physical Damage taken reflected to Attacker"] = { "PhysicalDamageTakenPercentToReflectUniqueBodyStr2", }, + ["(8-12)% Chance to Block Spell Damage"] = { "SpellBlockPercentageUniqueShieldDex6", }, + ["(20-30)% increased Totem Placement speed"] = { "SummonTotemCastSpeedImplicit1", }, + ["Projectiles Pierce 2 additional Targets"] = { "TalismanAdditionalPierce", }, + ["(12-16)% increased Spell Damage per Power Charge"] = { "IncreasedSpellDamagePerPowerChargeUnique__1", }, + ["(5-8)% increased Area of Effect"] = { "TalismanIncreasedAreaOfEffect", }, + ["Adds 15 to 25 Fire Damage to Attacks against Ignited Enemies"] = { "LocalAddedFireDamageAgainstIgnitedEnemiesUniqueSceptre9", }, + ["(15-40)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUniqueOneHandMace4", }, + ["+(6-8)% to all Elemental Resistances"] = { "AllResistancesUniqueBelt10", }, + ["Cannot be Chilled"] = { "CannotBeChilledUniqueBodyStrInt3", "CannotBeFrozenOrChilledUnique__1", "CannotBeChilledUnique__1", }, + ["(6-8)% increased Movement Speed when on Low Life"] = { "MovementVelocityOnLowLifeUniqueRing9", }, + ["+(12-16)% to Fire and Lightning Resistances"] = { "FireAndLightningResistImplicitRing1", }, + ["+10 Life gained on Kill"] = { "LifeGainedFromEnemyDeathUniqueTwoHandMace7", "LifeGainedFromEnemyDeathUniqueTwoHandAxe2", }, + ["Adds (13-19)-(23-29) Chaos Damage to Attacks while you have a Bestial Minion"] = { "AddedChaosDamageToAttacksBeastialMinionUnique__1", }, + ["+(9-20) to maximum Energy Shield"] = { "IncreasedEnergyShieldImplicitBelt1", }, + ["(180-220)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword3", "LocalIncreasedPhysicalDamagePercentUnique__31", }, + ["(10-20)% increased Reservation Efficiency of Skills"] = { "ReservationEfficiencyUnique__4_", }, + ["-5000 to Accuracy Rating"] = { "IncreasedAccuracyUnique__9____", }, + ["(270-340)% increased Armour, Evasion and Energy Shield"] = { "LocalArmourAndEvasionAndEnergyShieldUniqueBodyStrDexInt1i", }, + ["(200-250)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__43", "LocalIncreasedPhysicalDamagePercentUnique__40", }, + ["War Banner has (100-200)% increased Adrenaline duration"] = { "BannerAdrenalineDurationUnique__1", }, + ["+100 to Maximum Life per Red Socket"] = { "LifePerRedSocketUniqueRing39", }, + ["Emits a golden glow"] = { "PlayerLightAlternateColourUniqueRing9", }, + ["(10-20)% increased Stun Duration on Enemies"] = { "StunDurationUniqueTwoHandMace2", }, + ["Left ring slot: You and your Minions take 80% reduced Reflected Elemental Damage"] = { "LeftRingSlotElementalReflectDamageTakenUniqueRing10", }, + ["+(30-50) to Strength and Dexterity"] = { "HybridStrDexUnique__1", }, + ["(5-8)% increased Cast Speed"] = { "IncreasedCastSpeedUniqueWand4", }, + ["You always Ignite while Burning"] = { "AlwaysIgniteWhileBurningUnique__1", }, + ["+(20-30) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__6", "IncreasedEnergyShieldUniqueAmulet14", "LocalIncreasedEnergyShiledUniqueBootsInt6", "IncreasedEnergyShieldUniqueBelt11", "IncreasedEnergyShieldUnique___1", }, + ["1% increased Spell Damage per Level"] = { "SpellDamageIncreasedPerLevelUniqueSceptre8", }, + ["Adds 40 to 60 Physical Damage to Attacks"] = { "AddedPhysicalDamageUniqueHelmetStr3", }, + ["(20-40)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueDagger12", }, + ["Minions have (3-5)% increased maximum Life"] = { "JewelImplicitMinionLife___", }, + ["5% chance to grant a Frenzy Charge to nearby Allies on Hit"] = { "GrantAlliesFrenzyChargeOnHitUnique__1", }, + ["Adds (26-35) to (95-105) Lightning Damage to Spells"] = { "SpellAddedLightningDamageUnique__5", }, + ["+(10-30)% to all Elemental Resistances"] = { "AllResistancesUniqueRing6", }, + ["+(12-16)% to Cold and Lightning Resistances"] = { "ColdAndLightningResistImplicitRing1", }, + ["1% increased Attack Damage per Level"] = { "AttackDamageIncreasedPerLevelUniqueSceptre8", }, + ["(6-12)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueTwoHandSword8", }, + ["10% increased Elemental Damage per Sextant affecting the area"] = { "ElementalDamagePerSextantUnique__1", }, + ["(10-15)% increased Light Radius"] = { "LightRadiusUniqueAmulet17", "LightRadiusUniqueRing11", }, + ["+4 Accuracy Rating per 2 Intelligence"] = { "AccuracyPerIntelligenceUnique__1", }, + ["Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage"] = { "AllDamageInRadiusBecomesFireUniqueJewel49", }, + ["Attacks fire an additional Projectile"] = { "AttackAdditionalProjectilesUnique__1", }, + ["+(11-25)% to Lightning Resistance"] = { "LightningResistanceBodyDex6", }, + ["8% increased Maximum Energy Shield for each Corrupted Item Equipped"] = { "MaximumEnergyShieldPercentPerCorruptedItemUnique__1_", }, + ["+(4-6)% Chance to Block Spell Damage during Flask effect"] = { "SpellBlockIncreasedDuringFlaskEffectUniqueFlask7", }, + ["+5 to maximum Mana"] = { "ManaPerPointToClassStartUnique__1", }, + ["20% reduced Chill Duration on you"] = { "ReducedChillDurationOnSelfUniqueRing30", }, + ["4 to 8 Added Fire Damage with Bow Attacks"] = { "AddedFireDamageImplicitQuiver10", }, + ["(5-10)% increased Effect of your Curses"] = { "CurseEffectivenessUnique__3_", }, + ["Your Physical Damage can Shock"] = { "PhysicalDamageCanShockUnique__1", }, + ["Transfiguration of Mind"] = { "TransfigurationOfMindUnique__1", }, + ["Adds (10-15) to (25-30) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueOneHandAxe3", }, + ["Left Ring Slot: Your Chilling Skitterbot's Aura applies Socketed Hex Curse instead"] = { "SupportSkitterBotAilmentAuraReplaceWithCurse____1", }, + ["(14-18)% increased Trap Throwing Speed"] = { "TrapThrowSpeedUniqueBootsDex6", }, + ["Golems have (35-45)% less Life"] = { "LessGolemLifeUnique__1", }, + ["Recover 2% of Life when you Consume a corpse"] = { "LifeOnCorpseRemovalUniqueJewel14", }, + ["Socketed Gems are Supported by Level 20 Vile Toxins"] = { "SupportedByVileToxinsUnique__1", }, + ["+160 Dexterity Requirement"] = { "DexterityRequirementsUnique__1", }, + ["(40-60)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUniqueBootsStrDex3", "LocalIncreasedArmourAndEvasionUniqueGlovesStrDex2", "LocalIncreasedArmourAndEvasionUniqueStrDexHelmet1", }, + ["(14-20)% increased Damage over Time"] = { "DegenerationDamageEssence_1", }, + ["+(50-75)% to Cold Resistance"] = { "ColdResistUniqueBodyStrInt3", }, + ["Unaffected by Curses"] = { "UnaffectedByCursesUnique__1", }, + ["Maximum Absorption Charges is equal to Maximum Power Charges"] = { "MaximumAbsorptionChargesEqualsPowerUnique__1_", }, + ["(20-24)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand8", }, + ["50% increased Movement Speed"] = { "MovementVelocityUnique___6", }, + ["Adds (10-16) to (45-60) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__16_", }, + ["1% increased Damage per 5 of your lowest Attribute"] = { "IncreasedDamagePerLowestAttributeUnique__1", }, + ["+(7-11)% to Chaos Resistance"] = { "ChaosResistUniqueBow12", }, + ["(165-195)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__38", }, + ["Curse Skills have (10-20)% increased Cast Speed"] = { "CurseCastSpeedUnique__1", }, + ["(40-60)% increased Spell Damage while no Mana is Reserved"] = { "SpellDamageWithNoManaReservedUniqueJewel30", }, + ["Adds 35 to 70 Cold Damage"] = { "LocalAddedColdDamageUniqueTwoHandSword2", }, + ["30% of Physical Damage Converted to Fire Damage"] = { "ConvertPhysicalToFireUnique__2_", }, + ["Lose 10% of your Energy Shield when you Block"] = { "LoseEnergyShieldOnBlockUniqueShieldStrInt6", }, + ["(15-20)% increased Vaal Skill Effect Duration"] = { "VaalSkillDurationUniqueCorruptedJewel5", }, + ["20% chance to Freeze"] = { "ChanceToFreezeUnique__5", }, + ["Minions deal (20-30)% increased Damage"] = { "MinionDamageUnique__2", }, + ["+1 second to Summon Skeleton Cooldown"] = { "SummonSkeletonsCooldownTimeUnique__1", }, + ["30% reduced Flask Effect Duration"] = { "BeltReducedFlaskDurationUniqueDescentBelt1", }, + ["Triggers Level 20 Elemental Aegis when Equipped"] = { "TriggeredElementalAegisSkillUnique__1_", }, + ["+(8-16) to maximum Energy Shield"] = { "LocalIncreasedEnergySheildUnique__1", }, + ["Sockets cannot be modified"] = { "Roll6LinkedRandomColourSocketsUnique__1", }, + ["60% reduced Cost of Aura Skills that summon Totems"] = { "ManaCostOfTotemAurasUniqueCorruptedJewel8", }, + ["Reflects 4 to 8 Physical Damage to Attackers on Block"] = { "ReflectDamageToAttackersOnBlockUniqueDescentShield1", }, + ["(27-31)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand12", }, + ["+(15-25)% to Chaos Resistance"] = { "ChaosResistHelmetStrDex2", "ChaosResistUnique__7", }, + ["Recover 1% of Mana on Kill"] = { "ManaGainedOnKillPercentageUniqueCorruptedJewel14", }, + ["+500 to Accuracy Rating"] = { "IncreasedAccuracyUniqueStrDexHelmet1", }, + ["(10-15)% reduced Mana Cost of Minion Skills"] = { "MinionSkillManaCostUnique__1_", }, + ["20% increased Area of Effect for Attacks"] = { "IncreasedAttackAreaOfEffectUnique__2_", "IncreasedAttackAreaOfEffectUnique__1_", }, + ["Blind you inflict is Reflected to you"] = { "BlindReflectedToSelfUnique__1", }, + ["(20-60)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt1", }, + ["+(120-160) to Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__2", }, + ["(40-50)% increased Aspect of the Spider Debuff Duration"] = { "AspectOfSpiderDurationUnique__1", }, + ["5% increased Movement Speed per Frenzy Charge"] = { "MovementVelocityPerFrenzyChargeUniqueBootsStrDex2", }, + ["(10-14) Mana gained for each Cursed Enemy hit by your Attacks"] = { "ManaGainOnHitCursedEnemyUnique__1", }, + ["Regenerate 2% of Energy Shield per second"] = { "EnergyShieldRegenerationUnique__3", }, + ["+2000 Armour while you do not have Avatar of Fire"] = { "ArmourWithoutAvatarOfFireUnique__1", }, + ["Minions have (50-80)% increased Flask Effect Duration"] = { "MinionFlaskDurationUnique__1", }, + ["Adds 12 to 24 Chaos Damage to Attacks"] = { "AddedChaosDamageUnique__1", }, + ["30% increased Melee Damage against Bleeding Enemies"] = { "MeleeDamageAgainstBleedingEnemiesUniqueOneHandMace6", }, + ["Strength from Passives in Radius is Transformed to Intelligence"] = { "JewelStrToInt", "JewelStrToIntUniqueJewel35", }, + ["Drops Shocked Ground while moving, lasting 2 seconds"] = { "ShockedGroundWhileMovingUnique__1_", }, + ["Adds 4 to 7 Fire Damage to Attacks with this Weapon per 10 Strength"] = { "AddedFireDamagePerStrengthUnique__1", }, + ["(240-260)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__9", }, + ["+3 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw1", "LifeGainPerTargetUniqueDescentClaw1", "LifeGainPerTargetImplicitClaw1", "LifeGainPerTargetUniqueRapier2", }, + ["Raised Zombies have +(25-30)% to all Resistances"] = { "ZombieChaosElementalResistsUniqueSceptre3", }, + ["+(35-45) to Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex3", }, + ["+(13-17)% to Chaos Resistance"] = { "ChaosResistImplicitBoots1", }, + ["Attacks with this Weapon deal Double Damage"] = { "DoubleDamageWithWeaponUnique__1", }, + ["Projectiles cannot collide with Enemies at Close Range"] = { "NearbyEnemiesAvoidProjectilesUnique__1", }, + ["12% increased Attack Speed"] = { "IncreasedAttackSpeedImplicitShield2", }, + ["Adds (20-25) to (30-50) Cold Damage to Spells and Attacks"] = { "AddedColdDamageUniqueRing18", }, + ["Adds 7 Small Passive Skills which grant nothing"] = { "ExpansionJewelEmptyPassiveUnique__4", }, + ["+100 to Accuracy Rating"] = { "IncreasedAccuracyUniqueAmulet5", }, + ["With at least 40 Strength in Radius, Glacial Hammer deals"] = { "GlacialHammerThresholdJewel_2", }, + ["(70-90)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__21", }, + ["(140-180)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__10_", "LocalIncreasedArmourAndEnergyShieldUnique__9_", "LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt6", }, + ["+2000 seconds to Cat's Stealth Duration"] = { "CatsStealthDurationUnique__1_", }, + ["Summoned Arbalists have (10-20)% chance to inflict Fire Exposure on Hit"] = { "SummonArbalistChanceToInflictFireExposureOnHit_", }, + ["+(180-200) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__19", }, + ["+(400-500) to Armour"] = { "IncreasedPhysicalDamageReductionRatingUnique__3", "IncreasedPhysicalDamageReductionRatingUniqueAmulet16", }, + ["With at least 40 Intelligence in Radius, Fireball Projectiles gain Radius as they travel farther, up to +4 Radius"] = { "FireballThresholdJewel__2_", }, + ["Iron Reflexes while stationary"] = { "GainIronReflexesWhileStationaryUnique__1", }, + ["+(400-600) to Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr5", }, + ["Grants Level 25 Purity of Fire Skill"] = { "GrantsPurityOfFireUnique__1", }, + ["Socketed Gems have 25% increased Reservation Efficiency"] = { "SocketedItemsHaveReducedReservationUnique__1", }, + ["Gain (10-20) Mana on Culling Strike"] = { "ManaGainOnCullUnique__1_", }, + ["(0.8-1)% of Cold Damage Leeched as Life"] = { "ColdDamageLifeLeechUnique__1", }, + ["Trigger Level 20 Shield Shatter when you Block"] = { "StrUniqueShieldTriggerShieldShatterOnBlock", }, + ["400% increased Stun Duration on Enemies"] = { "StunDurationUniqueTwoHandSword5", }, + ["-2 Physical Damage taken from Attack Hits"] = { "PhysicalAttackDamageReducedUniqueBelt3", "PhysicalAttackDamageReducedUniqueBodyStr2", }, + ["Trigger Level 20 Glimpse of Eternity when Hit"] = { "GlimpseOfEternityWhenHitUnique__1", }, + ["20% increased Area of Effect"] = { "AreaOfEffectUniqueDescentOneHandSword1", "AreaOfEffectImplicitMarakethTwoHandMace2", }, + ["Summoned Arbalists have (10-20)% increased Attack Speed"] = { "SummonArbalistAttackSpeed_", }, + ["Projectiles from Attacks have 20% chance to Poison on Hit while"] = { "ProjectileAttacksChanceToPoisonBeastialMinionUnique__1", }, + ["You are Cursed with Vulnerability, with 40% increased Effect"] = { "UniqueSelfCurseVulnerabilityLevel10", }, + ["+45 to Accuracy Rating"] = { "IncreasedAccuracySwordImplicit1", }, + ["Adds (1-3) to (55-62) Lightning Damage while you have Avian's Might"] = { "AviansMightLightningDamageUnique__1_", }, + ["30% chance to gain an Endurance Charge on Kill"] = { "EnduranceChargeOnKillChanceProphecy", }, + ["3% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius"] = { "ManaRecoveryRatePerAllocatedIntelligenceUnique__2", }, + ["+(15-20)% to Fire Resistance"] = { "FireResistUniqueHelmetStrInt2", }, + ["You lose all Spirit Charges when taking a Savage Hit"] = { "LoseSpiritChargesOnSavageHitUnique__1_", }, + ["You are Hexproof if you have a Magic Ring in right slot"] = { "RightRingMagicHexproofUnique__1", }, + ["Minions deal 1% increased Damage per 5 Dexterity"] = { "IncreasedMinionDamagePerDexterityUniqueBow12", }, + ["50% reduced Ward during Flask effect"] = { "FlaskBuffWardWhileHealingUnique__1", }, + ["Elemental Overload"] = { "KeystoneElementalOverloadUnique__1", "KeystoneElementalOverloadSceptreImplicit1_", }, + ["+10 Mana gained on Kill"] = { "ManaGainedFromEnemyDeathUniqueShieldInt3", "ManaGainedFromEnemyDeathUniqueTwoHandSword3", "ManaGainedFromEnemyDeathUniqueTwoHandAxe5", "ManaGainedFromEnemyDeathUniqueDagger1", "ManaGainedFromEnemyDeathUniqueBow2", }, + ["(20-40)% increased Frenzy Charge Duration"] = { "ChargeBonusFrenzyChargeDuration", }, + ["(15-25)% increased Attack and Cast Speed while at maximum Fortification"] = { "AttackAndCastSpeedFortifyUnique__1", }, + ["10% increased Damage taken while Phasing"] = { "DamageTakenWhilePhasingUnique__1", }, + ["You count as on Low Life while you are Cursed with Vulnerability"] = { "CountAsLowLifeWhileAffectedByVulnerabilityUnique__1", }, + ["Socketed Skills deal Double Damage"] = { "SocketedSkillsDoubleDamageUnique__1_", }, + ["Minions' Hits can only Kill Ignited Enemies"] = { "MinionHitsOnlyKillIgnitedEnemiesUnique__1", }, + ["(15-25)% increased Fire Damage"] = { "FireDamagePercentUniqueRing24", }, + ["Arctic Armour has no Reservation"] = { "ArcticArmourReservationCostUnique__1", }, + ["+20 to Intelligence"] = { "IntelligenceUniqueGlovesInt2", "IntelligenceUnique__13", }, + ["Fire Skills have 20% chance to Poison on Hit"] = { "FireSkillsChanceToPoisonUnique__1", }, + ["+(20-50) to Strength"] = { "StrengthUnique__22", }, + ["Ancestral Bond"] = { "KeystoneAncestralBondUnique__1", }, + ["20% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentUniqueShieldStrDex1", "IncreasedPhysicalDamagePercentUniqueBootsDexInt4", "IncreasedPhysicalDamagePercentUniqueHelmetStr1", }, + ["Adds 1 to (550-650) Lightning Damage"] = { "LocalAddedLightningDamageUniqueOneHandSword6", }, + ["Socketed Gems are Supported by Level 5 Elemental Proliferation"] = { "SocketedGemsGetElementalProliferationUniqueBodyInt5", }, + ["10% increased Life Recovery from Flasks"] = { "FlaskLifeRecoveryRateUniqueJewel46", }, + ["Socketed Skill Gems get a 80% Cost & Reservation Multiplier"] = { "UniqueSpecialCorruptionSocketedGemsManaMultiplier_", }, + ["Grants Level 25 Purity of Ice Skill"] = { "GrantsPurityOfIceUnique__1", }, + ["50% chance to gain a Power Charge when you Hit a Frozen Enemy"] = { "PowerChargeOnHittingFrozenEnemyUnique__1", }, + ["100% reduced Strength"] = { "PercentageStrengthUnique__1", }, + ["Non-Chilled Enemies you Poison are Chilled"] = { "NonChilledEnemiesPoisonAndChillUnique__1", }, + ["4% reduced Mana Cost per Endurance Charge"] = { "ReduceManaCostPerEnduranceChargeUnique__1", }, + ["30% increased Monster Damage"] = { "UltimatumTrialDifficultyDamage4_", }, + ["+(30-50) to Evasion Rating"] = { "LocalIncreasedEvasionRatingUniqueBootsDex8", "LocalIncreasedEvasionRatingPercentUniqueHelmetDex3", }, + ["-30% to Lightning Resistance"] = { "LightningResistUnique__9", }, + ["(30-40)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUniqueTwoHandAxe2", "ItemFoundRarityIncreaseUniqueShieldStrDex2", }, + ["Regenerate 2% of Life per second"] = { "LifeRegenerationRatePercentageUniqueJewel24", "TalismanPercentLifeRegeneration", "LifeRegenerationRatePercentageUniqueAmulet21", "LifeRegenerationRatePercentUnique__1", }, + ["+12% Chance to Block Attack Damage while Dual Wielding"] = { "BlockWhileDualWieldingUniqueDagger3", }, + ["+(70-80) to maximum Energy Shield"] = { "IncreasedEnergyShieldUniqueBodyStrDexInt1", }, + ["0.2% of Chaos Damage Leeched as Life"] = { "ChaosDamageLifeLeechPermyriadUnique__1", }, + ["(15-20)% increased Cold Damage per 1% Cold Resistance above 75%"] = { "ColdDamagePerResistanceAbove75Unique__1", }, + ["+(350-400) to Armour"] = { "IncreasedPhysicalDamageReductionRatingUnique__4", }, + ["(140-170)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__4", }, + ["30% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes"] = { "AttackCastMovementSpeedWhileYouDoNotHaveIronReflexesUnique__1", }, + ["20% reduced Damage taken from Projectiles"] = { "ReducedProjectileDamageTakenUniqueAmulet12", }, + ["Summoned Golems Regenerate 2% of their Life per second"] = { "GolemLifeRegenerationUnique__1", }, + ["Adds (3-15) to (80-100) Lightning Damage to Spells and Attacks"] = { "AddedLightningDamageToSpellsAndAttacksUnique__1", }, + ["(7-13)% increased Chaos Damage"] = { "IncreasedChaosDamageUnique__3", }, + ["Gain Onslaught for 10 seconds when you Cast Socketed Golem Skill"] = { "LocalGolemGrantOnslaughtOnSummonUnique__1", }, + ["+1 to Level of Socketed Fire Gems"] = { "LocalIncreaseSocketedFireGemLevelUniqueStaff13", "LocalIncreaseSocketedFireGemLevelUniqueDexHelmet2", "LocalIncreaseSocketedFireGemLevelUniqueBodyInt4", }, + ["15% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges"] = { "ChargeBonusChanceToGainMaximumFrenzyCharges", }, + ["(20-30)% increased Cold Damage"] = { "ColdDamagePercentUniqueBelt9b", "ColdDamagePercentUnique___11", "TalismanIncreasedColdDamage", "ColdDamagePercentUnique__7", }, + ["Nearby Enemies Killed by anyone count as being Killed by you instead"] = { "EnemiesKilledCountAsYoursUnique__1", }, + ["You gain Onslaught for 5 seconds per Endurance Charge when Hit"] = { "GainOnslaughtWhenHitUniqueBodyStrDex3", }, + ["Chaos Skills have 40% increased Skill Effect Duration"] = { "ChaosSkillEffectDurationUnique__1", }, + ["Cannot Knock Enemies Back"] = { "CannotKnockBackUniqueOneHandMace5_", }, + ["10% chance to Freeze, Shock and Ignite"] = { "ChanceToFreezeShockIgniteDescentUniqueQuiver1", "ChanceToFreezeShockIgniteUniqueRing21", }, + ["Socketed Gems are Supported by Level 20 Ignite Proliferation"] = { "SupportedByIgniteProliferationUnique1", }, + ["25% chance to gain an Endurance Charge when you Stun an Enemy"] = { "GainEnduranceChargeOnStunChanceUber1", }, + ["10% increased Area of Effect"] = { "AreaOfEffectUnique__3", "AreaOfEffectUniqueShieldDexInt2", "AreaOfEffectUnique__2_", "AreaOfEffectUnique__5", "AreaOfEffectUnique__4_", "AreaOfEffectUniqueQuiver6", "AreaOfEffectUniqueShieldDex7", "AreaOfEffectImplicitTwoHandMace1__", "AreaOfEffectUniqueDagger1", "AreaOfEffectUnique__1", }, + ["Gain 1 Endurance Charge per Second during Flask Effect"] = { "FlaskEnduranceChargePerSecondUnique1", }, + ["Minions deal (45-51) to (66-78) additional Physical Damage"] = { "MinionAddedPhysicalDamageUnique__1", }, + ["(20-40)% increased Spell Damage"] = { "SpellDamageUniqueWand7", "SpellDamageUnique__11", }, + ["Recover (40-60) Life when you Ignite an Enemy"] = { "GainLifeOnIgnitingEnemyUnique__1", }, + ["Recover 3% of Mana when you Shock an Enemy"] = { "PercentManaRecoveredWhenYouShockUnique__1", }, + ["Adds 1 to (48-60) Lightning Damage"] = { "GlobalAddedLightningDamageUnique__3", }, + ["(20-30)% increased Area of Effect while in Sand Stance"] = { "AreaOfEffectSandStanceUnique__1", }, + ["+100 to Evasion Rating while on Low Life"] = { "EvasionOnLowLifeUniqueAmulet4", }, + ["60% increased Mana Regeneration Rate"] = { "ManaRegenerationUniqueBootsDex2", "ManaRegenerationUniqueDexHelmet2", "ManaRegenerationUniqueBow11", }, + ["(10-20)% reduced Mana Cost of Skills"] = { "ManaCostReductionUnique__2_", }, + ["Trigger a Socketed Spell when you Attack with a Bow, with a 0.3 second Cooldown"] = { "TriggerSocketedSpellOnBowAttackUnique__1_", }, + ["(20-30)% reduced Attack Speed"] = { "ReducedAttackSpeedUniqueGlovesStrInt4", }, + ["10% increased Area Damage"] = { "AreaDamageUniqueDescentOneHandSword1", }, + ["Modifiers to Minimum Power Charges instead apply to Minimum Absorption Charges"] = { "MinimumAbsorptionChargeModifiersEqualsPowerUnique__1", }, + ["(60-100)% increased Evasion Rating"] = { "IncreasedEvasionRatingPercentUnique__1_", "LocalIncreasedEvasionRatingPercentUniqueShieldDex1", "LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1", }, + ["Gain Rampage while at Maximum Endurance Charges"] = { "RampageWhileAtMaxEnduranceChargesUnique__1", }, + ["Adds (7-8) to (15-16) Fire Damage to Spells"] = { "SpellAddedFireDamageUnique__6_", }, + ["-10% Chance to Block"] = { "SubtractedBlockChanceUniqueShieldStrInt8", }, + ["(50-70)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueDagger11", "LocalIncreasedPhysicalDamagePercentUniqueBow10", }, + ["+(40-60) to maximum Life"] = { "IncreasedLifeUniqueShieldStr5", "IncreasedLifeUnique__26", "IncreasedLifeUnique__71", "IncreasedLifeUniqueShieldStrInt5", "IncreasedLifeUniqueShieldStrInt6", "IncreasedLifeUnique__30", }, + ["Acrobatics"] = { "KeystonePhaseAcrobaticsUnique__1", "Acrobatics", "KeystoneAcrobaticsUnique__1", }, + ["Skills which throw Traps Cost Life instead of Mana"] = { "TrapSkillsHaveBloodMagicUnique__1", }, + ["(10-20)% increased Cast Speed"] = { "IncreasedCastSpeedUniqueStaff2", "IncreasedCastSpeedUniqueWand3", }, + ["Skills Supported by Unleash have (30-50)% increased Seal gain frequency"] = { "UnleashSealGainFrequencyUnique__1", }, + ["Enemies Killed by Zombies' Hits Explode, dealing 20% of their Life as Fire Damage"] = { "ZombiesExplodeEnemiesOnHitUniqueSceptre3", }, + ["Grants Level 22 Blight Skill"] = { "BlightSkillUnique__1", }, + ["(10-15)% increased Quantity of Items found with a Magic Item Equipped"] = { "ItemQuantityWhileWearingAMagicItemUnique__1", }, + ["5 Maximum Void Charges"] = { "MaximumVoidArrowsUnique__1", }, + ["Adds (20-25) to (26-35) Fire Damage"] = { "GlobalAddedFireDamageUnique__3_", }, + ["25% chance to inflict Brittle"] = { "AlternateColdAilmentUnique__1", }, + ["(15-25)% increased Effect of your Curses"] = { "CurseEffectivenessUnique__4", }, + ["Adds 1 to 13 Lightning Damage to Spells and Attacks"] = { "AddedLightningDamageUniqueHelmetStrInt1", }, + ["Recover (20-30) Life when you Ignite an Enemy"] = { "GainLifeOnIgnitingEnemyUnique__2", }, + ["Recover (20-30) Life when your Trap is triggered by an Enemy"] = { "GainLifeOnTrapTriggeredUnique__2__", }, + ["Totems cannot be Stunned"] = { "TotemsCannotBeStunnedUniqueJewel15", }, + ["Adds (25-50) to (85-125) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__2_", }, + ["(8-12)% increased Burning Damage for each time you have Shocked a Non-Shocked Enemy Recently, up to a maximum of 120%"] = { "BurningDamagePerEnemyShockedRecentlyUnique__1_", }, + ["Gain (10-15)% of Physical Damage as Extra Chaos Damage"] = { "PhysicalDamageAddedAsChaosImplicitQuiver11New", }, + ["Grants Summon Harbinger of Storms Skill"] = { "HarbingerSkillOnEquipUnique__5", }, + ["Socketed Triggered Bow Skills deal 40% less Damage"] = { "SupportedBowSkillsDealMoreDamageUnique__1", }, + ["Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500"] = { "ImmuneToElementalAilmentsWhileLifeAndManaCloseUnique__1", }, + ["Vaal Skills have (60-80)% increased Critical Strike Chance during effect"] = { "FlaskVaalSkillCriticalStrikeChanceUnique__1", }, + ["(80-100)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3", "LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword2", "LocalIncreasedPhysicalDamagePercentUniqueStaff14", "LocalIncreasedPhysicalDamagePercentUniqueDagger3", "LocalIncreasedPhysicalDamagePercentUniqueClaw5", "LocalIncreasedPhysicalDamagePercentUniqueDagger2", "LocalIncreasedPhysicalDamagePercentUniqueSceptre1", "LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace7", "LocalIncreasedPhysicalDamageUniqueOneHandSceptre10", "LocalIncreasedPhysicalDamagePercentUniqueBow2", "LocalIncreasedPhysicalDamagePercentUniqueClaw4", }, + ["Cannot be Ignited"] = { "AvoidIgniteUnique__1", "AvoidIgniteUniqueBodyDex3", "AvoidIgniteUniqueOneHandSword4", }, + ["Allocates 1 if you have the matching modifier on Forbidden Flame"] = { "PuzzlePieceGreatTangleUnique__1", }, + ["(80-120)% increased Vaal Skill Critical Strike Chance"] = { "VaalSkillCriticalStrikeChanceCorruptedJewel6", }, + ["Socketed Vaal Skills have 20% chance to regain consumed Souls when used"] = { "LocalVaalUsesToStoreUnique__1", }, + ["+24 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw7", }, + ["Hits from Socketed Vaal Skills ignore Enemy Monster Resistances"] = { "LocalVaalIgnoreMonsterResistancesUnique__1", }, + ["Enemies you inflict Bleeding on grant (60-100)% increased Flask Charges"] = { "EnemiesYouBleedGrantIncreasedFlaskChargesUnique__1_", }, + ["12% increased Elemental Damage"] = { "ElementalDamagePercentImplicitSceptreNew2", "ElementalDamagePercentImplicitSceptreNew3", }, + ["Spell Skills deal no Damage"] = { "CannotDealSpellDamageUnique__1", }, + ["Gems Socketed in Green Sockets have +10% to Quality"] = { "SocketedGemsInGreenSocketEffectUnique__1", }, + ["15% increased Movement Speed while Poisoned"] = { "MovementSpeedWhilePoisonedUnique__1", }, + ["Socketed Gems are supported by Level 10 Life Leech"] = { "SupportedByLifeLeechUnique__1", }, + ["(5-15)% increased Dexterity"] = { "PercentageDexterityUniqueHelmetStrDex6", }, + ["+(16-24)% to all Elemental Resistances"] = { "AllResistancesUniqueBeltDemigods1", "AllResistancesUniqueRing7", }, + ["(20-30)% chance to gain a Frenzy Charge on Kill"] = { "FrenzyChargeOnKillChanceUniqueBootsDex4", }, + ["Cannot Ignite, Chill, Freeze or Shock"] = { "CannotIgniteChillFreezeShockUnique__1", }, + ["Shock Attackers for 4 seconds on Block"] = { "ChanceToShockAttackersOnBlockUnique__2", }, + ["+50% Global Critical Strike Multiplier while you have no Frenzy Charges"] = { "GlobalCriticalMultiplierWithNoFrenzyChargesUnique__1", }, + ["Trigger Level 20 Death Aura when Equipped"] = { "ChaosDegenAuraUnique__1", }, + ["Map has (6-8) additional random Modifiers"] = { "MapAddsExtraSynthesisModsCortexReplica", }, + ["Summoned Arbalists have (10-20)% chance to Crush on Hit"] = { "SummonArbalistChanceToCrushOnHit", }, + ["You lose all Endurance Charges when Hit"] = { "LoseEnduranceChargesWhenHitUniqueBodyStrDex3", }, + ["(40-60)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueBootsInt4", "LocalIncreasedEnergyShieldUniqueGlovesInt4", }, + ["+20 Life gained on Kill"] = { "LifeGainedFromEnemyDeathUniqueTwoHandAxe1", }, + ["(30-50)% increased Projectile Damage"] = { "IncreasedProjectileDamageUnique___10_", "IncreasedProjectileDamageUnique___4", "IncreasedProjectileDamageUnique__1", }, + ["+(30-50)% to Quality of Socketed Gems"] = { "SocketedGemQualityUnique__1", }, + ["Reflects 4 Physical Damage to Melee Attackers"] = { "AttackerTakesDamageUniqueHelmetDex3", }, + ["Socketed Gems Chain 1 additional times"] = { "DisplaySocketedSkillsChainUniqueOneHandMace3", }, + ["+(40-60) to Intelligence"] = { "IntelligenceUniqueShieldDex3", }, + ["+(40-50) to Intelligence"] = { "IntelligenceUnique__9", "IntelligenceUnique__11", "IntelligenceUniqueHelmetInt6", }, + ["40% reduced Area of Effect of Hex Skills"] = { "CurseAreaOfEffectUniqueQuiver5", }, + ["(60-70)% increased Spell Damage"] = { "SpellDamageOnWeaponUniqueDagger4", }, + ["Skills fire an additional Projectile"] = { "UniqueSpecialCorruptionAdditionalProjectile", }, + ["+2 to maximum number of Skeletons"] = { "MaximumMinionCountUniqueBootsStrInt2", }, + ["50% increased Herald of Ice Damage"] = { "HeraldOfIceDamageUnique__1_", }, + ["(170-200)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUnique__9", }, + ["Chill nearby Enemies when you Focus, causing 30% reduced Action Speed"] = { "ChillNearbyEnemiesOnFocusUnique__1_", }, + ["(8-12)% increased Cast Speed"] = { "IncreasedCastSpeedUniqueClaw7", "IncreasedCastSpeedUnique__9", "IncreasedCastSpeedUniqueStaff12", "IncreasedCastSpeedUnique__5", "IncreasedCastSpeedUniqueTwoHandMace8", }, + ["Never deal Critical Strikes"] = { "CannotCrit", "NearbyEnemiesCannotCritUnique__1", }, + ["Adds 3 to 30 Lightning Damage"] = { "AddedLightningDamageUniqueDagger3", }, + ["+1 to Level of Socketed Warcry Gems"] = { "LocalIncreaseSocketedWarcryGemLevelUniqueShieldDex7", "LocalIncreaseSocketedWarcryGemLevelUniqueShieldStr4", }, + ["Lose all Endurance Charges when Rampage ends"] = { "LoseEnduranceChargesOnRampageEndUnique___1", }, + ["30% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUniqueDagger11", }, + ["Lose 1% of Energy Shield on Kill"] = { "EnergyShieldLostOnKillPercentageUniqueCorruptedJewel14", }, + ["5% increased maximum Energy Shield"] = { "IncreasedEnergyShieldPercentUnique__4", }, + ["+(30-50)% to Fire Resistance"] = { "FireResistUniqueBodyInt2", "FireResistUniqueShieldStrDex3", }, + ["Grants Summon Greater Harbinger of Focus Skill"] = { "HarbingerSkillOnEquipUnique2__3", }, + ["+30 to Strength"] = { "StrengthUnique__4", "StrengthUnique__1", }, + ["20% reduced Strength Requirement"] = { "ReducedStrengthRequirementsUniqueTwoHandMace5", }, + ["Adds (5-15) to (20-25) Fire Damage"] = { "LocalAddedFireDamageUniqueOneHandAxe7", }, + ["+(50-60) to maximum Life"] = { "IncreasedLifeUnique__67_", "IncreasedLifeUniqueShieldStr4", "IncreasedLifeUniqueBelt7", "IncreasedLifeUnique__68_", }, + ["+(280-300) to Accuracy Rating"] = { "IncreasedAccuracyUniqueOneHandSword9", }, + ["18% increased effect of Non-Curse Auras from your Skills"] = { "DamageTakenUniqueStaff5", }, + ["+(200-300) to Evasion Rating"] = { "IncreasedEvasionRatingUniqueRing30", }, + ["5% increased Movement Speed per Power Charge"] = { "MovementVelocityPerPowerChargeUnique__1__", }, + ["(70-100)% increased Fire Damage with Hits and Ailments against Bleeding Enemies"] = { "FireDamageVersusBleedingEnemiesUnique__1", }, + ["50% reduced Rarity of Items found"] = { "ItemFoundRarityDecreaseUniqueOneHandSword4", }, + ["100% chance to create Desecrated Ground when you Block"] = { "DesecratedGroundOnBlockUniqueBodyStrInt4", }, + ["+(75-100)% to Lightning Resistance when Socketed with a Blue Gem"] = { "LightningResistanceWhenSocketedWithBlueGemUniqueRing25", }, + ["Reflects 1 to 250 Lightning Damage to Melee Attackers"] = { "AttackerTakesLightningDamageUniqueBodyInt1", }, + ["20% chance for Poisons inflicted with this Weapon to deal 300% more Damage"] = { "LocalChanceForPoisonDamage300FinalInflictedWithThisWeaponUnique__1_", }, + ["Adds (5-7) to (11-12) Physical Damage to Attacks"] = { "AddedPhysicalDamageUnique__9_", }, + ["(46-55)% increased Duration"] = { "FlaskEffectIncreasedDurationReducedEffect2", }, + ["With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks"] = { "IntimidateOnHitWithMeleeAbyssJewelUnique__1", }, + ["Adds 12 to 15 Cold Damage to Attacks"] = { "AddedColdDamageUniqueShieldStrDex3", }, + ["(16-24)% increased maximum Mana"] = { "MaximumManaUniqueAmulet10", }, + ["+2 to Level of Socketed Aura Gems"] = { "LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2", "LocalIncreaseSocketedAuraGemLevelUniqueHelmetDex5", "LocalIncreaseSocketedAuraGemLevelUnique___1", }, + ["20% of Physical Damage from Hits taken as Fire Damage"] = { "PhysicalDamageTakenAsFirePercentUniqueBodyInt2", }, + ["Regenerate 1% of Life per second per 500 Maximum Energy Shield"] = { "LifeRegenerationPer500EnergyShieldUnique__1", }, + ["+25% Chance to Block Projectile Attack Damage"] = { "BlockVsProjectilesUniqueShieldStr2", }, + ["+(350-500) to Accuracy Rating"] = { "IncreasedAccuracyUnique__8", }, + ["(70-100)% increased Physical Damage with Hits and Ailments against Ignited Enemies"] = { "PhysicalDamageVersusIgnitedEnemiesUnique__1", }, + ["Minions have +40% to Cold Resistance"] = { "MinionColdResistUnique__1", }, + ["(15-20)% increased Poison Duration"] = { "PoisonDurationUnique__1_", }, + ["(100-150)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueBootsStrDex5", "LocalIncreasedEvasionRatingPercentUniqueBootsDex3", "LocalIncreasedEvasionRatingPercentUniqueBodyDex2", }, + ["(30-40)% increased Damage while Leeching"] = { "IncreasedDamageWhileLeechingUnique__1", }, + ["Intelligence provides no inherent bonus to Maximum Mana"] = { "NoMaximumManaPerIntelligenceUnique__1", }, + ["50% reduced Ignite Duration on Enemies"] = { "IgniteDurationUnique__3_", }, + ["+(15-30) to Strength"] = { "StrengthUniqueTwoHandAxe3", }, + ["10% chance to gain a Power Charge on Kill"] = { "PowerChargeOnKillChanceUniqueUniqueShieldInt3", "TalismanPowerChargeOnKill", "ChargeBonusPowerChargeOnKill", "PowerChargeOnKillChanceUniqueAmulet15", }, + ["(30-40)% increased Projectile Speed"] = { "ProjectileSpeedUnique__7", }, + ["16% increased Physical Weapon Damage per 10 Strength"] = { "IncreasedAreaOfEffectPerIntelligence", }, + ["+1 to Level of all Fire Spell Skill Gems"] = { "LocalIncreaseSocketedFireGemLevelUniqueDagger10", }, + ["-(6-4)% to all Resistances for each Corrupted Item Equipped"] = { "AllResistancesPerCorruptedItemUnique__1", }, + ["70% increased Evasion Rating"] = { "LocalIncreasedEvasionPercentAndStunRecoveryUniqueDexHelmet1", }, + ["+45% to Global Critical Strike Multiplier"] = { "CriticalMultiplierUniqueDescentDagger1", }, + ["+(40-80) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__26", }, + ["Grants Level 30 Reckoning Skill"] = { "GrantsLevel30ReckoningUnique__1", }, + ["Non-Aura Curses you inflict are not removed from Dying Enemies"] = { "CursesRemainOnDeathUnique__1_", }, + ["(30-40)% increased Stun and Block Recovery"] = { "StunRecoveryUnique__3", "StunRecoveryUnique__2", }, + ["Malevolence has no Reservation"] = { "MalevolenceNoReservationUnique__1", }, + ["(20-40)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__20", }, + ["Adds (6-10) to (33-38) Lightning Damage"] = { "GlobalAddedLightningDamageUnique__4", }, + ["(120-150)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueRapier2", "LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword1", }, + ["(160-200)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__14", }, + ["(20-40)% increased Effect of Non-Damaging Ailments"] = { "IncreasedAilmentEffectOnEnemiesUnique_2", }, + ["(15-20)% increased Cast Speed"] = { "IncreasedCastSpeedUnique__14", "IncreasedCastSpeedUnique__16", "IncreasedCastSpeedUnique__11__", }, + ["(40-50)% increased Damage with Hits and Ailments against Bleeding Enemies"] = { "DamageAgainstBleedingEnemiesUnique__1", }, + ["+2 to Melee Strike Range per White Socket"] = { "MeleeRangePerWhiteSocketUniqueOneHandSword5", }, + ["(31-35)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand14", }, + ["Pride has no Reservation"] = { "PrideNoReservationUnique__1", }, + ["Summoned Arbalists have (10-20)% chance to Maim for 4 seconds on Hit"] = { "SummonArbalistChanceToMaimfor4secondsOnHit_", }, + ["(20-30)% chance to Freeze during any Flask Effect"] = { "FreezeChanceWhileUsingFlaskUniqueBelt9b", }, + ["(60-80)% increased Damage with Vaal Skills during effect"] = { "FlaskVaalSkillDamageUnique__1", }, + ["Create Profane Ground instead of Consecrated Ground"] = { "ProfaneGroundInsteadOfConsecratedGround__1_", }, + ["(170-200)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__25", }, + ["(20-40)% increased Elemental Damage with Attack Skills"] = { "WeaponElementalDamageUnique__2", }, + ["(7-9) to (13-14) Fire Damage per Endurance Charge"] = { "ChargeBonusAddedFireDamagePerEnduranceCharge", }, + ["(20-28) Life gained for each Cursed Enemy hit by your Attacks"] = { "LifeGainOnHitCursedEnemyUnique__1", }, + ["(20-30)% reduced Mana Cost of Minion Skills"] = { "MinionSkillManaCostUnique__2", }, + ["(10-14)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand2", }, + ["Inflict Brittle on Enemies when you Block their Damage"] = { "ChanceToInflictBrittleOnEnemyOnBlockImplicitE1", }, + ["100% increased Chill Duration on Enemies when in Off Hand"] = { "OffHandChillDurationUniqueOneHandAxe2", }, + ["(150-250)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__25", }, + ["(10-15)% increased Global Defences"] = { "AllDefencesUnique__5", }, + ["Recover (1-3)% of Mana on Kill"] = { "MaximumManaOnKillPercentUnique__1", }, + ["(100-140)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3", }, + ["250 Chaos Damage taken per second"] = { "ChaosDegenerationAuraNonPlayersUniqueBodyStr3", }, + ["Socketed Gems are Supported by Level 12 Lesser Multiple Projectiles"] = { "DisplaySocketedGemsSupportedByLesserMultipleProjectilesUniqueRing36", }, + ["(100-120)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5", "LocalIncreasedEvasionRatingPercentUnique__1", "LocalIncreasedEvasionRatingPercentUniqueShieldDex5", "LocalIncreasedEvasionRatingPercentUnique__3", "LocalIncreasedEvasionRatingPercentUnique__10", }, + ["Trigger Socketed Curse Skill when you cast a Curse Skill, with a 0.25 second Cooldown"] = { "TriggerSocketedCurseSkillsOnCurseUnique__1_", }, + ["(15-25)% increased Trap Damage"] = { "TrapDamageUnique___1", }, + ["+(20-30)% to Fire and Lightning Resistances"] = { "FireAndLightningResistUnique__1", "FireAndLightningResistUnique__2", }, + ["Enemies slain by Socketed Gems drop 10% increased item quantity"] = { "SocketedGemsGetIncreasedItemQuantityUniqueShieldInt4", }, + ["+20 to all Attributes"] = { "AllAttributesUnique__13_", }, + ["200% increased Damage with Claws while on Low Life"] = { "IncreasedClawDamageOnLowLifeUnique__1__", }, + ["+20% to all Elemental Resistances"] = { "AllResistancesUniqueAmulet2", "AllResistancesUniqueBootsInt5", }, + ["Enemies you Shock have 20% reduced Movement Speed"] = { "ShockedEnemyMovementSpeedUnique__1", }, + ["(100-125)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__2", "LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe2", }, + ["(30-50)% increased Effect of Scorch"] = { "ScorchEffectUnique__1", }, + ["Adds 4 to 8 Fire Damage to Attacks"] = { "AddedFireDamageUniqueGlovesInt1", }, + ["+(70-85) to maximum Life"] = { "IncreasedLifeFireResistUniqueBelt14", }, + ["Triggers Level 20 Lightning Aegis when Equipped"] = { "TriggeredLightningAegisSkillUnique__1", }, + ["Adds 1 to 85 Lightning Damage"] = { "AddedLightningDamageUniqueBow8", }, + ["Enemies Frozen by you take 20% increased Damage"] = { "FrozenMonstersTakeIncreasedDamageUnique__1", "FrozenMonstersTakeIncreasedDamage", }, + ["100% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentUnique__4", }, + ["+(40-50) to all Attributes"] = { "AllAttributesUniqueBodyStr3", }, + ["(60-80)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__36_", "LocalIncreasedPhyiscalDamagePercentUnique__3", "LocalIncreasedPhysicalDamagePercentUniqueBow5", "LocalIncreasedPhysicalDamagePercentUniqueOneHandSword13", "LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe6", "LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6", "LocalIncreasedPhysicalDamagePercentUniqueOneHandMace8", "LocalIncreasedPhysicalDamagePercentUnique__11_", }, + ["Deal no Cold Damage"] = { "DealNoColdDamageUnique__1", }, + ["(18-25)% increased Fire Damage"] = { "FireDamagePercentUnique__3", }, + ["You can apply an additional Curse while at maximum Power Charges"] = { "ChargeBonusAdditionalCursePowerCharges", }, + ["Adds (5-6) to (12-14) Cold Damage to Attacks"] = { "AddedColdDamageUniqueBelt10", }, + ["50% chance to Shock"] = { "ChanceToShockUnique__2_", }, + ["+2 to Level of Socketed Elemental Gems"] = { "LocalIncreaseSocketedElementalGemUnique___1", }, + ["+(20-25)% to Fire Resistance"] = { "FireResistUniqueShieldStrInt5", "FireResistUnique__14", }, + ["(10-15)% increased Attack Damage"] = { "DualStrikeThresholdJewel__2_", }, + ["(40-50)% increased Physical Damage taken"] = { "IncreasedPhysicalDamageTakenUniqueHelmetStr3", }, + ["Purity of Fire has no Reservation"] = { "PurityOfFireNoReservationUnique__1", }, + ["(475-600)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__8", }, + ["50% of Cold Damage from Hits taken as Fire Damage"] = { "TalismanColdTakenAsFire", }, + ["50% chance to cause Bleeding on Critical Strike"] = { "BleedOnMeleeCriticalStrikeUnique__1", "CausesBleedingOnCritUniqueDagger11", }, + ["You have Onslaught while on Low Life"] = { "OnslaughtOnLowLifeUnique__1", }, + ["Recover (4-5)% of Life when you lose a Spirit Charge"] = { "GainLifeWhenSpiritChargeExpiresOrConsumedUnique__1_", }, + ["(7-10)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueOneHandAxe7", "IncreasedAttackSpeedUniqueQuiver6", "LocalIncreasedAttackSpeedUniqueOneHandSword6", }, + ["Found Magic Items drop Identified"] = { "MagicItemsDropIdentifiedUnique__1", }, + ["(20-45)% increased Spell Damage"] = { "SpellDamageUnique__4", }, + ["Projectiles Pierce (25-35) additional Targets"] = { "TalismanPierceChance", }, + ["(8-12)% increased Cooldown Recovery Rate"] = { "UniqueSpecialCorruptionCooldownRecoverySpeed__", }, + ["Trigger Level 30 Flame Dash when you use a Socketed Skill"] = { "TriggerFlameDashOnSocketedSkillUseImplicitE3_", }, + ["Strike Skills also target the previous location they were Used"] = { "StrikeSkillMemoryUseUnique__1_______", }, + ["50% of Fire Damage from Hits taken as Lightning Damage"] = { "TalismanFireTakenAsLightning", }, + ["(6-10)% increased maximum Energy Shield"] = { "IncreasedEnergyShieldPercentUnique__3", "IncreasedEnergyShieldPercentUnique__5", }, + ["+5% Chance to Block Attack Damage while you have at least 10 Crab Barriers"] = { "AdditionalBlockChance10CrabBarriersUnique__1", }, + ["1% increased Area Damage per 12 Strength"] = { "AreaDamagePerStrengthUber1", }, + ["10% reduced Stun and Block Recovery"] = { "NearbyEnemiesReducedStunRecoveryUnique__1", }, + ["(30-40)% increased Chill Duration on Enemies"] = { "IncreasedChillDurationUniqueQuiver5", }, + ["4% reduced Elemental Ailment Duration on you per 10 Devotion"] = { "ElementalAilmentSelfDurationPerDevotion_", }, + ["Action Speed cannot be modified to below base value"] = { "NearbyAlliesCannotBeSlowedUnique__1", "CannotBeSlowedBelowBaseUnique__1", }, + ["Socketed Gems are Supported by Level 15 Added Chaos Damage"] = { "SocketedGemsHaveAddedChaosDamageUniqueBodyInt3", }, + ["50% increased Damage with Bleeding inflicted on Poisoned Enemies"] = { "BleedDamageAgainstPoisonedEnemiesUber1", }, + ["Nearby Allies have Culling Strike"] = { "DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9", }, + ["Attacks have 15% chance to cause Bleeding"] = { "ChanceToBleedUnique__3_", }, + ["Agony Crawler deals (70-100)% increased Damage"] = { "HeraldBonusAgonyMinionDamage_", }, + ["+30 to Accuracy Rating"] = { "IncreasedAccuracyUniqueBow2", "IncreasedAccuracyUniqueDescentBow1", }, + ["All Damage with Hits can Chill"] = { "AllDamageCanChillUnique__1", }, + ["Socketed Gems are Supported by Level 10 Ice Bite"] = { "DisplaySupportedByIceBiteUnique__2", }, + ["Adds 1 to (210-250) Lightning Damage"] = { "LocalAddedLightningDamageUniqueOneHandSword3", }, + ["+(30-40)% to Cold Resistance"] = { "ColdResistUnique__17", "ColdResistUnique__16", "ColdResistUnique__30", "ColdResistUniqueAmulet13", "ColdResistUnique__4", "ColdResistUnique__27", "ColdResistUniqueQuiver5", "ColdResistUnique__26", "ColdResistUniqueBodyDex7", "ColdResistUnique__18", }, + ["(200-300)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUnique__18", "LocalIncreasedArmourAndEvasionUniqueHelmetStrDex4", }, + ["+500 to all Attributes"] = { "AllAttributesTestUniqueAmulet1", }, + ["(8-14)% increased Intelligence"] = { "TalismanIncreasedIntelligence", }, + ["(400-500)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__30_", "LocalIncreasedEvasionAndEnergyShieldUnique__25", }, + ["+30 to Dexterity"] = { "DexterityUniqueQuiver7", }, + ["20% increased Movement Speed on Shocked Ground"] = { "MovementVelocityOnShockedGroundUniqueBootsInt6_", }, + ["+(6-10)% chance to Suppress Spell Damage"] = { "ChanceToDodgeSpellsUnique__1", "ChanceToDodgeUnique__1", }, + ["Share Endurance Charges with nearby party members"] = { "ShareEnduranceChargesWithParty", }, + ["(60-80)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueGlovesDex2", "LocalIncreasedEvasionRatingPercentUnique__12", "LocalIncreasedEvasionRatingPercentUnique__15_", }, + ["(17-21)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand6", }, + ["15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy"] = { "GainFrenzyChargeOnTrapTriggeredUnique__1", }, + ["(30-50)% increased Elemental Damage"] = { "ElementalDamageUniqueStaff13", }, + ["(250-300)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__14", }, + ["3% of Attack Damage Leeched as Life against Bleeding Enemies"] = { "LifeLeechPhysicalAgainstBleedingEnemiesUniqueOneHandMace8", }, + ["1% increased Maximum Mana per Abyss Jewel affecting you"] = { "IncreasedManaPerAbyssalJewelUnique__1_", }, + ["(56-66)% increased Duration"] = { "FlaskEffectIncreasedDurationReducedEffect4__", "FlaskEffectIncreasedDurationReducedEffect3_", "FlaskEffectIncreasedDurationReducedEffect5", }, + ["+1 Life per 2% increased Rarity of Items found"] = { "MaximumLifePerItemRarityUnique__1", }, + ["Regenerate 10% of Life per second if you've taken a Savage Hit in the past 1 second"] = { "LifeRegeneratedAfterSavageHitUnique_1", }, + ["1% of Physical Attack Damage Leeched as Mana"] = { "ManaLeechUniqueGlovesDexInt6", "ManaLeechUniqueAmulet3", "ManaLeechPermyriadUnique__2", "ManaLeechStrDexHelmet1", }, + ["(60-120)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUnique__16", }, + ["Adds (17-23) to (29-31) Chaos Damage"] = { "GlobalAddedChaosDamageUnique__6_", }, + ["(150-170)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueClaw3", "LocalIncreasedPhysicalDamagePercentUnique__28__", }, + ["Adds (16-19) to (25-29) Cold Damage"] = { "GlobalAddedColdDamageUnique__4", }, + ["5% increased Movement Speed"] = { "MovementVelocityUniqueIntHelmet2", "MovementVelocityUnique__44", "MovementVelocityUnique__4", "MovementVelocityUnique___5", "MovementVelocityUniqueOneHandAxe7", "MovementVelocityUniqueBodyDex7", "MovementVelocityUnique__3", "MovementVelocityUniqueClaw3", }, + ["+1 to Level of all Skill Gems"] = { "GlobalSkillGemLevelUnique__1", }, + ["50% increased Stun Duration on Enemies"] = { "StunDurationUniqueGlovesInt4_", }, + ["40% increased Rarity of Items Dropped by Frozen Enemies"] = { "IncreasedRarityWhenSlayingFrozenUniqueOneHandMace4", }, + ["Summoned Skeletons take (15-30)% of their Maximum Life per second as Fire Damage"] = { "SkeletonsTakeFireDamagrPerSecondUnique__1", }, + ["Traps from Socketed Skills create a Smoke Cloud when triggered"] = { "SocketedTrapSkillsCreateSmokeCloudWhenDetonated__1", }, + ["1% of Damage Leeched as Energy Shield against Frozen Enemies"] = { "EnergyShieldLeechPermyriadOnFrozenEnemiesUniqueRing19", }, + ["60% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUniqueBodyStrInt1", }, + ["Hits with this Weapon Shock Enemies as though dealing (150-200)% more Damage"] = { "LocalShockAsThoughDealingMoreDamageUnique__1", }, + ["You gain Onslaught for 5 seconds on using a Vaal Skill"] = { "OnslaughtOnVaalSkillUseUniqueGlovesStrDex4", }, + ["Counts as all One Handed Melee Weapon Types"] = { "WeaponCountsAsAllOneHandedWeapons__1", }, + ["Gain (5-8)% of Physical Damage as Extra Chaos Damage during effect"] = { "AddedChaosDamageAsPercentOfPhysicalWhileUsingFlaskUniqueFlask5", }, + ["You have Phasing if you've Killed Recently"] = { "GainPhasingIfKilledRecentlyUnique__1", }, + ["(80-120)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__5", "LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt3", "LocalIncreasedArmourAndEnergyShieldUnique__16", }, + ["(30-50)% increased Lightning Damage"] = { "LightningDamagePercentUniqueStaff8", }, + ["(2-3)% of Physical Attack Damage Leeched as Life"] = { "LifeLeechUniqueBodyStrDex3", }, + ["+(600-700) to Armour"] = { "IncreasedPhysicalDamageReductionRatingUnique__7", }, + ["Right ring slot: Projectiles from Spells cannot Fork"] = { "RightRingSpellProjectilesCannotForkUnique__1", }, + ["Gain 100 Life when you lose an Endurance Charge"] = { "LifeGainOnEndurangeChargeConsumptionUniqueBodyStrInt6", }, + ["0.2% of Damage Leeched as Life per Siphoning Charge"] = { "LifeLeechPerSiphoningChargeUnique__1", }, + ["Grants Level 20 Unhinge Skill"] = { "GrantsUnhingeUnique__1", }, + ["+1 Maximum Mana per Level"] = { "ManaPerLevelUnique__1", }, + ["Adds (385-440) to (490-545) Cold Damage"] = { "LocalAddedColdDamageUnique__9_", }, + ["15% increased Movement Speed while Bleeding"] = { "MovementVelocityWhileBleedingUnique__1", }, + ["(3-5)% increased Elemental Damage per Power charge"] = { "ElementalDamagePerPowerChargeUnique__1", }, + ["(250-300)% increased Global Damage"] = { "AllDamageUnique__3", }, + ["30% reduced Duration of Ailments on Enemies"] = { "IncreasedAilmentDurationUnique__2", }, + ["(8-12)% increased Intelligence"] = { "PercentageIntelligenceUnique__3", }, + ["(40-50)% increased Stun Duration on Enemies"] = { "StunDurationUniqueTwoHandMace3", "StunDurationUniqueTwoHandMace1", }, + ["(30-50)% increased Amount Recovered"] = { "FlaskIncreasedRecoveryAmountUniqueFlask4", "FlaskIncreasedRecoveryAmountUnique__1", }, + ["Adds (16-20) to (25-30) Fire Damage to Spells and Attacks"] = { "AddedFireDamageUnique__1_", }, + ["(40-60)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr2", }, + ["+2 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetUniqueOneHandSword1", "LifeGainPerTargetUniqueOneHandSword7", }, + ["Grants all bonuses of Unallocated Small Passive Skills in Radius"] = { "GrantsStatsFromNonNotablesInRadiusUnique__1", }, + ["+(8-12)% to Cold and Lightning Resistances"] = { "ColdAndLightningResistImplicitBoots1", }, + ["+200 Strength Requirement"] = { "StrengthRequirementsUnique__2", "StrengthRequirementsUniqueOneHandMace3", }, + ["+(1-2) to Level of Socketed Gems"] = { "LocalIncreaseSocketedGemLevelUnique__10", "LocalIncreaseSocketedGemLevelUnique__8", }, + ["(40-50)% increased Global Damage"] = { "AllDamageUniqueStaff4", }, + ["26% increased Elemental Damage"] = { "ElementalDamagePercentImplicitSceptreNew16", "ElementalDamagePercentImplicitSceptreNew17", }, + ["+(15-25) Energy Shield gained on Kill"] = { "EnergyShieldGainedFromEnemyDeathUnique__1", }, + ["(20-40)% increased Endurance Charge Duration"] = { "ChargeBonusEnduranceChargeDuration", }, + ["While your Passive Skill Tree connects to the Marauder's starting location, you gain:"] = { "StarterPassiveJewelUnique__8", "StarterPassiveTreeJewelUnique__7", }, + ["+6% Chance to Block Attack Damage while wielding a Staff"] = { "StaffBlockPercentUniqueStaff7", }, + ["30% reduced Endurance Charge Duration"] = { "EnduranceChargeDurationUniqueAmulet14", }, + ["Flasks gain 3 Charges every 3 seconds while they are inactive"] = { "FlaskChargePerSecondInactiveUniqueJewel_10", }, + ["Your Cold Damage can Ignite but not Freeze or Chill"] = { "ColdIgnitesUniqueHelmetDexInt4_", }, + ["With at least 40 Strength in Radius, Molten Strike fires 2 additional Projectiles"] = { "MoltenStrikeThresholdJewel_1", }, + ["You can only deal Damage with this Weapon or Ignite"] = { "CanOnlyDealDamageWithThisWeapon", }, + ["Regenerate 0.6% of Life per second for each Raised Zombie"] = { "LifeRegenerationPerZombieUnique__1", }, + ["2% of Physical Attack Damage Leeched as Mana"] = { "ManaLeechUniqueRing17", "ManaLeechUniqueBodyStr6", "ManaLeechUniqueBelt1", "ManaLeechUniqueTwoHandMace4", "ManaLeechUniqueGlovesStrDex1", }, + ["15% chance to gain a Frenzy Charge when you Stun an Enemy"] = { "ChanceToGainFrenzyChargeOnStunUnique__1", }, + ["33% chance to gain a Frenzy Charge on Kill"] = { "FrenzyChargeOnKillChanceUniqueDescentOneHandSword1", }, + ["(80-100)% increased Lightning Damage"] = { "WeaponLightningDamageUniqueOneHandMace3", }, + ["(15-25)% increased Attack Speed"] = { "LocalIncreasedAccuracyUnique__2", }, + ["+(15-20) to maximum Life"] = { "IncreasedLifeUniqueWand4", }, + ["(125-175)% increased Critical Strike Chance for Spells if you've Killed Recently"] = { "SpellCriticalStrikeChanceIfKilledRecentlyUnique__1", }, + ["20% increased Stun and Block Recovery"] = { "StunRecoveryUniqueBootsStrDex1", }, + ["(10-14)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueBow6", "LocalIncreasedAttackSpeedUniqueBow11", }, + ["(18-25)% increased Cold Damage"] = { "ColdDamagePercentUnique__4", }, + ["25% reduced Projectile Speed"] = { "ProjectileSpeedUniqueQuiver8", }, + ["Minions have (30-40)% increased maximum Life"] = { "MinionLifeUniqueTwoHandSword4", }, + ["Adds (38-48) to (70-90) Chaos Damage"] = { "LocalAddedChaosDamageImplicitE2", }, + ["+10% Chance to Block Attack Damage while wielding a Staff"] = { "StaffBlockPercentUnique__2_", }, + ["Inner Conviction"] = { "KeystoneInnerConvictionUnique__1", }, + ["With at least 40 Dexterity in Radius, Dual Strike deals Splash Damage"] = { "DualStrikeThresholdJewelMace", }, + ["(105-145) to (160-200) Added Cold Damage with Bow Attacks"] = { "AddedColdDamageUniqueBodyDex1", }, + ["1% increased Evasion Rating per 3 Dexterity Allocated in Radius"] = { "ClawPhysDamageAndEvasionPerDexUniqueJewel47", }, + ["Gain (25-30)% of Physical Damage as Extra Cold Damage"] = { "PhysicalAddedAsColdUniqueOneHandSword12", }, + ["Trigger Level 20 Icicle Burst when you Hit a Frozen Enemy"] = { "GrantsLevel20IcicleNovaTriggerUnique__1", }, + ["(15-20)% increased Global Defences"] = { "AllDefencesUnique__4", }, + ["Your Lightning Damage can Ignite"] = { "LightningDamageCanIgniteUnique__1", }, + ["Chill Attackers for 4 seconds on Block"] = { "ChanceToChillAttackersOnBlockUnique__2__", }, + ["(20-50)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueOneHandSword12", }, + ["(5-8)% increased Intelligence"] = { "PercentageIntelligenceUnique__4", }, + ["20% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill"] = { "LocalDisplayGrantLevelXShadeFormUnique__1", }, + ["+1 to Level of Socketed Dexterity Gems"] = { "LocalIncreaseSocketedDexterityGemLevelUniqueClaw8", }, + ["(10-20)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUniqueWand9", "LocalCriticalStrikeChanceUniqueStaff7", }, + ["Adds 1 to (60-70) Lightning Damage"] = { "LocalAddedLightningDamageUnique__5", }, + ["(100-120)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__6_", }, + ["Grants Level 10 Frostblink Skill"] = { "GrantsFrostblinkSkillUnique__1", }, + ["+(40-50) to Dexterity"] = { "DexterityUnique__7", "DexterityUniqueGlovesStrDex1", "DexterityUnique__11", "DexterityUniqueGlovesDexInt4", "DexterityUniqueBodyDex1", "DexterityUnique__8", }, + ["(25-30)% increased Cold Damage"] = { "ColdDamagePercentUniqueRing19", }, + ["(190-240)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9", }, + ["(175-200)% increased Charges per use"] = { "FlaskChargesUsedUnique__8", }, + ["Creates Consecrated Ground on Critical Strike"] = { "ConsecrateOnCritChanceToCreateUniqueRing11", }, + ["Grants Level 20 Aspect of the Avian Skill"] = { "GrantsBirdAspect1_", }, + ["-(80-50) Physical Damage taken from Projectile Attacks"] = { "RangedAttackDamageReducedUniqueShieldStr2", }, + ["(20-25)% increased Elemental Damage with Attack Skills per Power Charge"] = { "IncreasedWeaponElementalDamagePercentPerPowerChargeUnique__1", }, + ["100% increased Critical Strike Chance against Enemies on Full Life"] = { "CriticalChanceAgainstEnemiesOnFullLifeUnique__1", }, + ["200% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace2", }, + ["(30-40)% increased Trap Damage"] = { "TrapDamageUniqueBelt6", }, + ["Blood Magic"] = { "BloodMagic", "KeystoneMortalConvictionUnique__1", "KeystoneBloodMagicUnique__1_", }, + ["10000% increased Freeze Duration on you"] = { "FreezeDurationOnSelfUnique__1", }, + ["Arrow Dancing"] = { "KeystoneArrowDodgingUnique__1", }, + ["25% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUniqueOneHandMace1", "LocalCriticalStrikeChanceUniqueClaw2", }, + ["-100 to Accuracy Rating"] = { "IncreasedAccuracyUniqueTwoHandMace3", }, + ["Can have up to 1 additional Trap placed at a time"] = { "AdditionalTrapsThresholdJewel", "AdditionalTrapsUnique__1", }, + ["+(30-50) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__17__", "LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueHelmetInt2", }, + ["Grants Level 20 Summon Bestial Rhoa Skill"] = { "GrantsSummonBeastRhoaUnique__1", }, + ["(20-40)% increased Chaos Damage"] = { "IncreasedChaosDamageUnique__5", }, + ["(40-60)% increased Stun and Block Recovery"] = { "StunRecoveryUniqueGlovesStrInt1", }, + ["Minions deal (50-70)% increased Damage"] = { "MinionDamageUniqueWand2", }, + ["(8-12)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__16", }, + ["You take Chaos Damage instead of Physical Damage from Bleeding"] = { "BleedOnSelfDealChaosDamageUnique__1", }, + ["No Chance to Block"] = { "LocalShieldHasNoBlockChanceUnique__1", }, + ["Gain (6-12)% of Physical Damage as Extra Damage of a random Element"] = { "TalismanDamageDealtAddedAsRandomElement", }, + ["100% increased Duration of Curses on you"] = { "IncreasedSelfCurseDurationUniqueShieldStrDex2", }, + ["Gain an Endurance Charge when you are Hit"] = { "GainEnduranceChargesWhenHitUnique__1_", }, + ["100% increased Melee Damage against Ignited Enemies"] = { "AdditionalMeleeDamageToBurningEnemiesUniqueDagger6", }, + ["Notable Passive Skills in Radius are Transformed to"] = { "NotablesGrantMinionDamageTakenUnique__1_", "NotablesGrantManaCostAndSpellDamageUnique1", "NotablesGrantMinionMovementSpeedUnique__1_", }, + ["You cannot deal Critical Strikes against non-Shocked Enemies"] = { "CannotCritNonShockedEnemiesUnique___1", }, + ["50% reduced Effect of Curses on you"] = { "ReducedCurseEffectUniqueRing7", }, + ["Counts as Dual Wielding"] = { "UniqueWingsOfEntropyCountsAsDualWielding", }, + ["Clarity has no Reservation"] = { "ClarityNoReservationUnique__1", }, + ["+600 Strength and Intelligence Requirement"] = { "StrengthIntelligenceRequirementsUnique__1", }, + ["+(40-60)% to all Elemental Resistances"] = { "AllResistancesUniqueRapier2", }, + ["20% less Attack Speed"] = { "RingAttackSpeedUnique__1", }, + ["+(90-100) to maximum Life"] = { "IncreasedLifeUniqueBodyStrDexInt1", "IncreasedLifeUnique__51", "IncreasedLifeUnique__24", "IncreasedLifeUnique__70", }, + ["10% increased Attack Damage"] = { "AttackDamageUniqueJewel42", }, + ["Adds 30 to 65 Cold Damage to Attacks"] = { "AddedColdDamageUnique__9", }, + ["Removes Elemental Ailments on Rampage"] = { "DispelStatusAilmentsOnRampageUniqueGlovesStrInt2", }, + ["+(40-50)% to Fire Resistance"] = { "FireResistUniqueBootsDex2", "FireResistUnique__4", "FireResistUniqueBodyDex3", "FireResistUniqueOneHandSword4", }, + ["50% chance to gain a Flask Charge when you deal a Critical Strike"] = { "FlaskChanceRechargeOnCritUnique__1", }, + ["5% chance to Freeze, Shock and Ignite"] = { "ChanceToFreezeShockIgniteUniqueAmulet19", "ChanceToFreezeShockIgniteUniqueHelmetDexInt4", }, + ["(60-80)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUniqueHelmetStrDex5", }, + ["Adds 2 to 4 Physical Damage"] = { "LocalAddedPhysicalDamageUniqueDescentOneHandAxe1", "LocalAddedPhysicalDamageUniqueDescentStaff1", }, + ["0.5% of Damage Leeched as Life while you have at least 5 total Endurance, Frenzy and Power Charges"] = { "DamageLeechWith5ChargesUnique__1", }, + ["Trigger Level 1 Stalking Pustule on Kill"] = { "StalkingPustuleOnKillUnique__1", }, + ["(10-15)% increased Cast Speed"] = { "IncreasedCastSpeedUniqueGlovesStr1", "IncreasedCastSpeedUnique__7", "IncreasedCastSpeedUniqueAmulet20", "IncreasedCastSpeedUniqueIntHelmet2", "IncreasedCastSpeedUniqueAmulet1", "IncreasedCastSpeedUnique__8", "IncreasedCastSpeedUnique__20", "IncreasedCastSpeedFishing__Unique1", }, + ["15% increased Attack Speed with Movement Skills"] = { "AttackSpeedWithMovementSkillsUniqueClaw9", }, + ["(4-6)% increased Physical Damage per 10 Rage"] = { "PhysicalDamagePerRageUnique__1", }, + ["(15-25)% increased Damage with Hits and Ailments against Cursed Enemies"] = { "HitAndAilmentDamageCursedEnemiesUnique__1", }, + ["Nearby Allies' Damage with Hits is Lucky"] = { "UniqueNearbyAlliesAreLuckyDisplay", }, + ["20% chance to create Shocked Ground when Hit"] = { "ShockedGroundWhenHitUniqueHelmetInt10", }, + ["Determination has no Reservation"] = { "DeterminationNoReservationUnique__1", }, + ["Minions gain 20% of Physical Damage as Extra Cold Damage"] = { "MinionPhysicalDamageAddedAsColdUnique__1_", }, + ["2% of Physical Attack Damage Leeched as Mana during Flask effect"] = { "FlaskBuffManaLeechWhileHealing", }, + ["Passives in Radius apply to Minions instead of you"] = { "PassivesApplyToMinionsUniqueJewel7", }, + ["(20-30)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueClaw1", "LocalIncreasedAttackSpeedUnique__30", }, + ["(15-25)% increased Elemental Damage"] = { "ElementalDamagePercentImplicitAtlasRing_", }, + ["20% increased Projectile Damage"] = { "IncreasedProjectileDamageUnique__5", }, + ["Transfiguration of Soul"] = { "TransfigurationOfSoulUnique__1_", }, + ["(10-20)% increased Movement Speed while Ignited"] = { "MovementVelocityWhileIgnitedUnique__2", "MovementVelocityWhileIgnitedUniqueJewel20", }, + ["+2 to Level of all Fire Spell Skill Gems"] = { "LocalIncreaseSocketedFireGemLevelUniqueStaff1", }, + ["+3 seconds to Duration of Frenzy and Power Charges on Culling Strike"] = { "ExtendFrenzyPowerChargeDurationCullUnique__1", }, + ["(380-420)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueBodyStrDexInt1c", }, + ["Minions have (40-50)% increased Movement Speed"] = { "MinionRunSpeedUnique__5", }, + ["(24-28)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand10", }, + ["-15% additional Physical Damage Reduction"] = { "FortifyEffectCrushed3_", "FortifyEffectCrushed2_", "FortifyEffectCrushed1", }, + ["Adds 100 to 100 Fire Damage"] = { "LocalAddedFireDamageUnique__1", }, + ["Gain 1% of Cold Damage as Extra Chaos Damage per Frenzy Charge"] = { "ChargeBonusColdDamageAddedAsChaos", }, + ["+(180-200) to Armour"] = { "IncreasedPhysicalDamageReductionRatingUnique__5", }, + ["Socketed Gems are Supported by Level 10 Chance to Poison"] = { "SupportedByLesserPoisonUnique__1", }, + ["+1 Maximum Life per Level"] = { "LifePerLevelUnique__1", }, + ["(120-150)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUnique__15_", "LocalIncreasedArmourAndEvasionUnique__5_", "LocalIncreasedArmourAndEvasionUnique__11", }, + ["+(80-100) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueGlovesStr4", "LocalIncreasedEnergyShieldUnique__21", "LocalIncreasedEnergyShieldUniqueBootsDexInt4", }, + ["(100-120)% increased Critical Strike Chance with Traps"] = { "TrapCritChanceUnique__1", }, + ["You cannot be Shocked while Frozen"] = { "CannotBeShockedWhileFrozenUniqueStaff14", }, + ["+18% Chance to Block Attack Damage while Dual Wielding"] = { "BlockWhileDualWieldingUnique__2_", }, + ["Regenerate 5% of Life per second"] = { "LifeRegenerationRatePercentUnique__2", }, + ["10% increased Cold Damage taken"] = { "ColdDamageTakenUnique__2", }, + ["(80-100)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__14", }, + ["(350-400)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__3", }, + ["+(25-40)% to Cold Resistance"] = { "ColdResistUniqueRing24", }, + ["20% of Lightning Damage Leeched as Mana during Flask effect"] = { "LightningManaLeechDuringFlaskEffect__1", }, + ["+1% Chance to Block Attack Damage per Summoned Skeleton"] = { "AttackBlockPerSkeletonUnique__1", }, + ["Attacks with this Weapon have 25% chance to inflict Bleeding against Ignited Enemies"] = { "ChanceToBleedIgnitedEnemiesUnique__1", }, + ["(30-40)% chance to Shock Attackers for 4 seconds on Block"] = { "ChanceToShockAttackersOnBlockUnique__1_", }, + ["(180-250)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueGlovesInt6", }, + ["(20-30)% increased Mana Regeneration Rate"] = { "ManaRegenerationImplicitAmulet1", "ManaRegenerationUniqueJewel30", "ManaRegenerationUniqueBootsDex5", "ManaRegenerationUnique__4", "ManaRegenerationUnique__2", }, + ["Adds (49-98) to (101-140) Physical Damage"] = { "LocalAddedPhysicalDamageOneHandSword3", }, + ["Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce"] = { "ArrowDamageAgainstPiercedTargetsUnique__1", "ArrowPierceAppliesToProjectileDamageUniqueQuiver3", }, + ["Socketed Gems are supported by Level 2 Chance to Flee"] = { "DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3", }, + ["(270-300)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueBodyStrDexInt1g", }, + ["Enemies Shocked by you have (10-15)% of Physical Damage they deal converted to Lightning"] = { "EnemyShockedConvertedToLightningUnique__1", }, + ["6% increased Movement Speed per Frenzy Charge"] = { "MovementVelocityPerFrenzyChargeUnique__2", }, + ["Minions gain 20% of Physical Damage as Extra Fire Damage"] = { "MinionPhysicalDamageAddedAsFireUnique__1", }, + ["Warcries grant Arcane Surge to you and Allies, with 10% increased effect per 5 power, up to 50%"] = { "WarcryGrantsArcaneSurgeUnique__1", }, + ["(80-120)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUniqueBodyStrDex5", "LocalIncreasedArmourAndEvasionUniqueGlovesStrDex5", }, + ["(-40-40)% reduced Rarity of Items found"] = { "ItemFoundRarityIncreaseUniqueRing32_", }, + ["(16-22)% chance to Ignite"] = { "ChanceToIgniteUnique__1", }, + ["+14 Life and Mana gained for each Enemy hit"] = { "LifeAndManaOnHitImplicitMarakethClaw3", }, + ["Adds (75-92) to (125-154) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__7_", }, + ["+(23-31)% to Chaos Resistance"] = { "ChaosResistUnique__15", "ChaosResistUnique__20_", }, + ["Gain a Flask Charge when you deal a Critical Strike"] = { "FlaskChargesOnCritUniqueTwoHandAxe8", }, + ["(10-20)% increased Flask Charges used"] = { "BeltIncreasedFlaskChargedUsedUnique__1", }, + ["(22-30)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__2", }, + ["Trigger Level 20 Animate Guardian's Weapon when Animated Guardian Kills an Enemy"] = { "AnimateGuardianWeaponOnGuardianKillUnique__1_", }, + ["Enemies affected by your Spider's Webs have -10% to All Resistances"] = { "ResistancesOfWebbedEnemiesUnique__1", }, + ["Lose a Power Charge when Hit"] = { "LosePowerChargeWhenHitUnique__1", }, + ["Quality does not increase Physical Damage"] = { "HarvestAlternateWeaponQualityAccuracyRatingIncrease_", "HarvestAlternateWeaponQualityAreaOfEffect_", "HarvestAlternateWeaponQualityLocalMeleeWeaponRange_", "HarvestAlternateWeaponQualityLocalIncreasedAttackSpeed", "HarvestAlternateWeaponQualityLocalCriticalStrikeChance__", "HarvestAlternateWeaponQualityElementalDamagePercent", }, + ["Adds 1 to (15-20) Physical Damage to Attacks"] = { "AddedPhysicalDamageUnique__4", }, + ["+(400-500) to Evasion Rating"] = { "IncreasedEvasionRatingUniqueOneHandSword4", "LocalIncreasedEvasionRatingUnique__3", }, + ["During Flask Effect, 6% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest"] = { "FlaskElementalDamageTakenOfLowestResistUnique__1", }, + ["+(-3-3)% to maximum Lightning Resistance"] = { "MaximumLightningResistUnique__1", }, + ["50% increased Spell Damage while Shocked"] = { "IncreasedSpellDamageWhileShockedUnique__1", }, + ["(60-100)% increased Onslaught Effect"] = { "OnslaughtEffectUnique__1", }, + ["80% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceImplicitMarakethStaff1", }, + ["10% increased Scorching Ray beam length"] = { "FireBeamLengthUnique__1", }, + ["Gain (1-3) Power Charge on use"] = { "FlaskGainPowerChargeUniqueFlask2", }, + ["Your Shocks can increase Damage taken by up to a maximum of 100%"] = { "MaximumShockOverrideUniqueBow10", }, + ["50% increased Shock Duration on you"] = { "SelfShockDurationUnique__2", }, + ["30% increased Skill Effect Duration"] = { "SkillEffectDurationUnique__3", }, + ["Precise Technique"] = { "KeystonePreciseTechniqueUnique__1", }, + ["(30-40)% increased maximum Life and reduced Fire Resistance"] = { "LifeAndReducedFireResistanceUnique__1", }, + ["16% Chance to Block Attack Damage"] = { "BlockPercentUniqueDescentStaff1", }, + ["30% increased Area of Effect"] = { "AreaOfEffectUnique__7_", }, + ["An additional Curse can be applied to you"] = { "AdditionalCurseOnSelfUniqueCorruptedJewel13", }, + ["(60-80)% increased Burning Damage"] = { "BurnDamageUniqueRing15", }, + ["(30-60)% increased Evasion Rating and Armour"] = { "GlobalEvasionRatingAndArmourPercentUnique__1_", }, + ["50% reduced Maximum Recovery per Energy Shield Leech"] = { "MaximumESLeechAmountUnique__1_", }, + ["Your Increases and Reductions to Quantity of Items found also apply to Damage"] = { "PercentDamagePerItemQuantityUnique__1", }, + ["(80-130)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__29", }, + ["25% reduced Bleeding Duration"] = { "ReducedBleedDurationUnique__1_", }, + ["Projectiles gain (15-20)% of Non-Chaos Damage as extra Chaos Damage per Chain"] = { "ProjectilesGainPercentOfNonChaosAsChaosUnique__1", }, + ["(20-30)% increased Lightning Damage"] = { "TalismanIncreasedLightningDamage", "LightningDamagePercentUnique__7", "LightningDamageUniqueWand1", "LightningDamagePercentUniqueBelt9c", "LightningDamageUniqueHelmetDexInt1", }, + ["(25-35)% increased Ward"] = { "LocalIncreasedWardPercentUnique__2", }, + ["10000% increased Ignite Duration on Enemies"] = { "BurnDurationUnique__2", }, + ["+5 to Armour per 5 Evasion Rating on Equipped Shield"] = { "ArmourPerEvasionRatingOnShieldUnique__1", }, + ["Channelling Skills deal 4% increased Damage per 10 Devotion"] = { "ChannelledSkillDamagePerDevotion", }, + ["10% increased Damage taken"] = { "DamageTakenUniqueJewel24", }, + ["Minions have (10-15)% increased Movement Speed"] = { "MinionRunSpeedUniqueAmulet3", }, + ["Gain 2 Vaal Souls Per Second during effect"] = { "FlaskGainVaalSoulPerSecondUnique__1_", }, + ["(4-6)% increased Intelligence"] = { "PercentageIntelligenceUnique__2", }, + ["Arrows Pierce 1 additional Target"] = { "PierceCurruption", }, + ["(10-20)% increased maximum Mana"] = { "MaximumManaUniqueStaff4", "MaximumManaUnique__3", }, + ["(8-14)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__12", "LocalIncreasedAttackSpeedUnique__11", "LocalIncreasedAttackSpeedUnique__18", }, + ["Grace has no Reservation"] = { "GraceNoReservationUnique__1", }, + ["Adds (20-30) to 40 Cold Damage to Spells"] = { "SpellAddedColdDamageUnique__2", }, + ["Regenerate 15 Life per second for each Uncorrupted Item Equipped"] = { "LifeRegenPerUncorruptedItemUnique__1", }, + ["With at least 40 Intelligence in Radius, Discharge has 60% less Area of Effect"] = { "DischargeThresholdJewel__1", }, + ["(200-240)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueBodyDex6", }, + ["(80-100)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUnique__10_", "LocalIncreasedArmourAndEvasionUnique__2", }, + ["+15 to Intelligence"] = { "IntelligenceUniqueBootsDex3", }, + ["+5% Chance to Block Attack Damage if you've dealt a Critical Strike Recently"] = { "AdditionalBlockChanceIfCritRecentlyUber1__", }, + ["0.4% of Attack Damage Leeched as Mana"] = { "ManaLeechPermyriadStrDexHelmet1", }, + ["(40-50)% increased Global Critical Strike Chance"] = { "TalismanIncreasedCriticalChance", }, + ["0.2% of Elemental Damage Leeched as Life"] = { "ElementalDamageLeechedAsLifePermyriadUniqueSceptre7_", }, + ["+(-30-30)% to Lightning Resistance"] = { "LightningResistUnique__25", }, + ["Projectiles Pierce all Targets while you have Phasing"] = { "PrrojectilesPierceWhilePhasingUnique__1_", }, + ["0.4% of Physical Attack Damage Leeched as Mana"] = { "ManaLeechPermyriadUniqueRing17", "ManaLeechPermyriadUniqueTwoHandMace4", "ManaLeechPermyriadUniqueGlovesStrDex1", "ManaLeechPermyriadUniqueBelt1", "ManaLeechPermyriadUniqueBodyStr6", }, + ["2% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius"] = { "ManaRecoveryRatePerAllocatedIntelligenceUnique__1", }, + ["10% chance to gain a Power Charge on hitting an Enemy affected by a Spider's Web"] = { "PowerChargeOnHitWebbedEnemyUnique__1", }, + ["You cannot increase the Quantity of Items found"] = { "NoItemQuantity", }, + ["(30-40)% increased Cast Speed"] = { "IncreasedCastSpeedUnique__3", }, + ["Bow Attacks fire an additional Arrow"] = { "AdditionalArrowsUniqueBow3", "AdditionalArrowsUniqueTransformed__1", }, + ["(150-200)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__15", "LocalIncreasedArmourAndEnergyShieldUnique__21", "LocalIncreasedArmourAndEnergyShieldUnique__20", "LocalIncreasedArmourAndEnergyShieldUnique__25", "LocalIncreasedArmourAndEnergyShieldUnique__13_", }, + ["Cold Skills have 20% chance to Poison on Hit"] = { "ColdSkillsChanceToPoisonUnique__1", }, + ["(120-140)% increased Critical Strike Chance against Blinded Enemies"] = { "CriticalChanceAgainstBlindedEnemiesUnique__1", }, + ["(6-10)% chance to Ignite"] = { "ChanceToIgniteUnique__4", }, + ["Socketed Gems are supported by Level 20 Blind"] = { "ItemActsAsSupportBlindUniqueWand1", }, + ["+125 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius"] = { "AccuracyRatingPerUnallocatedIntelligenceJewelUnique__1", }, + ["(30-40)% increased Mana Regeneration Rate"] = { "ManaRegenerationUniqueBootsStrDex4", "ManaRegenerationUniqueRingDemigod1", "ManaRegenerationUniqueRing34", "ManaRegenerationUnique__6", }, + ["Adds (30-50) to (65-80) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueOneHandSword9", }, + ["30% reduced Damage"] = { "AllDamageUniqueHelmetDexInt2", }, + ["Adds (10-15) to (55-65) Lightning Damage to Spells during Flask effect"] = { "AddedSpellLightningDamageDuringFlaskEffect__1", }, + ["(20-30)% reduced Recovery rate of Life and Energy Shield"] = { "LifeEnergyShieldRecoveryRateUnique__1", }, + ["(12-20)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseImplicitAmulet1", }, + ["Socketed Gems are Supported by Level 12 Cast when Damage Taken"] = { "SupportedByCastOnDamageTakenUnique__1", }, + ["Adds (100-120) to (150-165) Physical Damage against Bleeding Enemies"] = { "AddedPhysicalDamageVsBleedingEnemiesUnique__1", }, + ["Arrows that Pierce have 50% chance to inflict Bleeding"] = { "ArrowsThatPierceCauseBleedingUnique__1", }, + ["+(3-5)% Chance to Block"] = { "AdditionalBlockChanceUnique__1", "AdditionalBlockChanceUniqueShieldStrDex3__", }, + ["+(20-40)% to Fire Resistance"] = { "FireResistUnique__23_", "FireResistUnique__9", "FireResistUnique__25", "FireResistUniqueBelt14", "FireResistUnique__29", }, + ["100% increased Accuracy Rating when on Low Life"] = { "IncreasedAccuracyWhenOnLowLifeUniqueClaw4", }, + ["(130-170)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueHelmetInt10", }, + ["+(75-100)% to Cold Resistance when Socketed with a Green Gem"] = { "ColdResistanceWhenSocketedWithGreenGemUniqueRing25", }, + ["(120-160)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__24", }, + ["Golems have (80-100)% increased Movement Speed"] = { "GolemMovementSpeedUnique__1", }, + ["This Weapon's Critical Strike Chance is 100%"] = { "LocalAlwaysCrit", "LocalAttacksAlwaysCritUnique__1", }, + ["Adds (5-15) to (20-25) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueOneHandAxe7", }, + ["Golems have (18-22)% increased Maximum Life"] = { "GolemLifeUnique__1", }, + ["You take 50% reduced Extra Damage from Critical Strikes"] = { "EnemyCriticalStrikeMultiplierUniqueRing8", }, + ["Adds 10 to 20 Physical Damage"] = { "LocalAddedPhysicalDamageOneHandAxe1", }, + ["10% reduced Strength"] = { "PercentageStrengthUnique__4_", }, + ["+(3-6)% Chance to Block"] = { "AdditionalBlockChanceUniqueShieldStrDex1", }, + ["Herald of Ice has (30-40)% increased Mana Reservation Efficiency"] = { "HeraldBonusIceReservationEfficiency__", "HeraldBonusIceReservation_", }, + ["+(3-4)% Chance to Block"] = { "AdditionalBlockChanceUnique__6", }, + ["Minion Instability"] = { "KeystoneMinionInstabilityUnique__1", }, + ["(40-60)% increased Cold Damage while affected by Herald of Ice"] = { "HeraldBonusIceColdDamage", }, + ["1% of Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUniqueBodyStr3", }, + ["+(40-60) to Dexterity"] = { "DexterityUniqueBootsStrDex1", }, + ["(40-50)% increased Cold Damage"] = { "ColdDamagePercentUniqueStaff2", }, + ["Areas contain Beasts to hunt"] = { "BestiaryLeague", }, + ["Arrows Pierce all Targets"] = { "ArrowPierceUniqueBow7", }, + ["(600-800)% more Physical Damage with Unarmed Melee Attacks"] = { "FacebreakerUnarmedMoreDamage", }, + ["(30-40)% increased Damage over Time"] = { "DegenerationDamageUnique__3", }, + ["(80-100)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueDexHelmet2", "LocalIncreasedEvasionRatingPercentUnique__5", "LocalIncreasedEvasionRatingPercentUnique__8", "LocalIncreasedEvasionRatingPercentUniqueBootsDex1", "LocalIncreasedEvasionRatingPercentUnique__4", "LocalIncreasedEvasionRatingPercentUniqueHelmetDex5", "LocalIncreasedEvasionRatingPercentUniqueBodyDex3", }, + ["Your Hits can only Kill Frozen Enemies"] = { "CanOnlyKillFrozenEnemiesUniqueGlovesStrInt3", }, + ["+30% to Lightning Resistance"] = { "LightningResistUniqueStrDexHelmet1", "LightningResistUniqueShieldDex2", }, + ["+(20-40) Mana gained on Kill"] = { "ManaGainedFromEnemyDeathUnique__2", }, + ["(10-15)% increased Fire Damage"] = { "FireDamagePercentUnique____8", "FireDamagePercentUnique__9", "FireDamagePercentUnique__10", "FireDamagePercentUnique___2", "FireDamagePercentUnique__11", "FireDamagePercentUnique__1", }, + ["Adds (12-15) to (24-27) Physical Damage to Attacks"] = { "AddedPhysicalDamageImplicitQuiver12New", }, + ["(40-50)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUniqueGlovesStrDex2", }, + ["Adds (8-10) to (13-15) Chaos Damage for each Spider's Web on the Enemy"] = { "ChaosDamagePerWebOnEnemyUnique__1", }, + ["+20% to Damage over Time Multiplier for Bleeding"] = { "BleedDotMultiplier2HImplicit1", }, + ["Socketed Gems are Supported by Level 20 Increased Area of Effect"] = { "SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandAxe5", }, + ["150% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueOneHandSword2", "LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace4", }, + ["(50-100)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__8", }, + ["(5-15)% increased Movement Speed"] = { "MovementVelocityUniqueBootsInt4", }, + ["+(-2000-2000) seconds to Avian's Flight Duration"] = { "AviansFlightDurationUnique__1", }, + ["Adds 12 to 24 Physical Damage"] = { "LocalAddedPhysicalDamageUniqueDagger2", }, + ["(250-275)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueWand1", }, + ["Adds (2-3) to (5-6) Fire Damage to Spells"] = { "SpellAddedFireDamageUnique__4", }, + ["Chaos Damage taken does not bypass Minions' Energy Shield"] = { "MinionChaosDamageDoesNotBypassESUnique__1", }, + ["Your Cold Damage cannot Freeze"] = { "ColdDamageCannotFreeze", }, + ["0.2% of Physical Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUnique__2", }, + ["Minions have 60% chance to Poison Enemies on Hit"] = { "MinionsPoisonEnemiesOnHitUnique__2", "MinionsPoisonEnemiesOnHitUnique__1", }, + ["(40-60)% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUniqueWand10", "CriticalStrikeChanceUniqueGlovesStr3", }, + ["+20% Chance to Block Attack Damage while wielding a Staff"] = { "StaffBlockPercentImplicitStaff2", }, + ["22% increased Elemental Damage"] = { "ElementalDamagePercentImplicitSceptreNew8", "ElementalDamagePercentImplicitSceptreNew12___", }, + ["+(30-40)% chance to Suppress Spell Damage while your Off Hand is empty"] = { "ChanceToDodgeWhileOffhandIsEmpty", }, + ["(140-152)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__33", }, + ["When you Attack, take (15-20)% of Life as Physical Damage for"] = { "TakePhysicalDamagePerWarcryExertingUnique__1", }, + ["With at least 40 Dexterity in Radius, Ethereal Knives fires Projectiles in a circle"] = { "EtherealKnivesThresholdJewel_1", }, + ["+1% chance to Suppress Spell Damage per Endurance Charge"] = { "ChargeBonusDodgeChancePerEnduranceCharge", }, + ["With at least 40 Strength in Radius, Hits with Vigilant Strike Fortify you and Nearby Allies for 8 seconds"] = { "VigilantStrikeThresholdJewel__1", }, + ["+1% to Critical Strike Multiplier per 1% Chance to Block Attack Damage"] = { "CriticalMultiplierPerBlockChanceUnique__1", }, + ["-10% to amount of Suppressed Spell Damage Prevented"] = { "SpellDamageSuppressedUnique__2", }, + ["(20-25)% increased Mana Recovery from Flasks"] = { "FlaskManaRecoveryUniqueBodyDex7", }, + ["40% increased Effect of Chilled Ground"] = { "ChilledGroundEffectUnique__1", }, + ["20% increased Evasion while Leeching"] = { "IncreasedEvasionRatingWhileLeechingUber1", }, + ["4% increased Elemental Damage per 10 Devotion"] = { "ElementalDamagePerDevotion_", }, + ["Has one socket of each colour"] = { "OneSocketEachColourUnique", }, + ["Minions have (10-15)% increased maximum Life"] = { "MinionLifeUniqueAmulet3", }, + ["(10-20)% of Physical Damage Converted to Chaos Damage"] = { "PhysicalDamageConvertToChaosUniqueClaw2", }, + ["1 Added Passive Skill is a Jewel Socket"] = { "JewelExpansionJewelNodesLarge1", "JewelExpansionJewelNodesMedium", }, + ["+(10-30) to Intelligence"] = { "IntelligenceUniqueWand8", }, + ["(10-18)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUniqueWand6", }, + ["+(10-30) to Strength and Intelligence"] = { "StrengthIntelligenceUnique__2", }, + ["+(10-16)% to all Elemental Resistances"] = { "AllResistancesUnique__16", }, + ["20% increased Critical Strike Chance per Brand"] = { "CriticalStrikeChancePerBrandUnique__1___", }, + ["1% increased Bleeding Duration per 12 Intelligence"] = { "IncreaseBleedDurationPerIntelligenceUnique__1", }, + ["Regenerate (50-70) Life per second"] = { "LifeRegenerationUnique__2__", "LifeRegenerationUnique__1", }, + ["Socketed Gems are Supported by Level 18 Faster Attacks"] = { "DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4", }, + ["+(30-50) to maximum Life"] = { "IncreasedLifeUnique__20", "IncreasedLifeUniqueShieldStr2", "IncreasedLifeUniqueAmulet18", "IncreasedLifeUnique__15", "IncreasedLifeUnique__4", "IncreasedLifeUnique__8", "IncreasedLifeUnique__40", "IncreasedLifeUnique__11", "IncreasedLifeUniqueAmulet4", }, + ["(80-120)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__27", }, + ["(30-50)% increased Ward"] = { "LocalIncreasedWardPercentUnique__3", }, + ["Gems Socketed in Blue Sockets gain 25% increased Experience"] = { "SocketedGemsInBlueSocketEffectUnique__1", }, + ["(15-30)% reduced Duration"] = { "FlaskConsecratedGroundDurationUnique__1", }, + ["Adds (3-4) to (10-14) Physical Damage to Attacks"] = { "AddedPhysicalDamageImplicitRing2", }, + ["Adds (12-15) to (24-27) Fire Damage to Attacks"] = { "AddedFireDamageImplicitQuiver9New", }, + ["(9-15)% increased maximum Mana"] = { "MaximumManaUnique__5", }, + ["(30-60)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__32", }, + ["Your Lightning Damage can Poison"] = { "LightningDamageCanPoisonUnique__1", }, + ["Cannot gain Mana during effect"] = { "NoManaRecoveryDuringFlaskEffectUnique__1_", }, + ["100% increased Ignite Duration on you"] = { "IncreasedSelfBurnDurationUniqueRing28", }, + ["+(25-30) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueGlovesDexInt3", }, + ["25% chance to cause Bleeding on Hit"] = { "CausesBleedingUnique__1", "CausesBleedingUniqueTwoHandAxe7Updated", "CausesBleedingUnique__2", "CausesBleedingUniqueOneHandAxe5Updated_", "CausesBleedingUnique__2Updated", "CausesBleedingUniqueOneHandAxe5", "CausesBleedingUnique__1Updated_", "CausesBleedingUniqueTwoHandAxe7", }, + ["Regenerate (12-20) Life per second per Buff on you"] = { "LifeRegenPerActiveBuffUniqueBodyInt12", }, + ["Recover (1-3)% of Energy Shield when you Kill an Enemy during Flask Effect"] = { "RecoverMaximumEnergyShieldOnKillFlaskEffectUnique__1", }, + ["Scorch Enemies in Close Range when you Block"] = { "ScorchOnEnemiesOnBlockUnique__1", }, + ["(120-160)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUnique__1", }, + ["+(15-25)% to Cold Resistance"] = { "ColdResistUnique__6", "ColdResistUnique__34", "ColdResistUnique__19", }, + ["+(15-20)% to Cold Resistance"] = { "ColdResistUniqueHelmetStrInt2", }, + ["Gain (30-40)% of Physical Damage as Extra Damage of a random Element while you are Ignited"] = { "PhysicalDamageAddedAsRandomWhileIgnitedUnique__1", }, + ["Modifiers to number of Projectiles instead apply"] = { "ProjectileModifiersApplyToSplitsUnique__1", }, + ["Grants Summon Greater Harbinger of the Arcane Skill"] = { "HarbingerSkillOnEquipUnique2_1", }, + ["Adds (12-14) to (15-16) Physical Damage to Attacks and Spells per Siphoning Charge"] = { "PhysicalDamageToAttacksPerSiphoningChargeUnique__1", }, + ["(26-32)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__1", }, + ["+(-3-3)% to maximum Fire Resistance"] = { "MaximumFireResistUnique__1", }, + ["+(120-150) to Evasion Rating and Energy Shield"] = { "LocalFlatIncreasedEvasionAndEnergyShieldUnique__2_", }, + ["Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges"] = { "ChargeBonusOnslaughtOnHitFrenzyCharges_", }, + ["+(20-40)% to Lightning Resistance"] = { "LightningResistUnique__5", "LightningResistUnique__3", "LightningResistUnique__12", "LightningResistUniqueRing35", "LightningResistUniqueBootsStrDex2", }, + ["20% reduced Reservation Efficiency of Skills"] = { "IncreasedManaReservationsCostUnique__2", "ReservationEfficiencyUnique__2", }, + ["Grants Level 1 Embrace Madness Skill"] = { "GrantEmbraceMadnessSkillUnique1", }, + ["+(1000-1500) to Evasion Rating"] = { "IncreasedEvasionRatingUnique__3", }, + ["Gain (5-10)% of Physical Damage as Extra Chaos Damage"] = { "PhysicalDamageAddedAsChaosUniqueShiledStrInt8", }, + ["+(20-25)% to all Elemental Resistances while you have at least 200 Strength"] = { "AllResistanceAt200StrengthUnique__1", }, + ["+(30-35)% to Lightning Resistance"] = { "LightningResistUniqueBelt9", }, + ["Can be modified while Corrupted"] = { "ModifyableWhileCorruptedUnique__1", "CorruptUntilFiveImplicits", }, + ["15% chance to Avoid being Ignited"] = { "JewelImplicitChanceToAvoidIgnite", }, + ["(50-100)% increased Charges gained by Other Flasks during Flask Effect"] = { "IncreasedFlaskChargesForOtherFlasksDuringEffectUnique_1", }, + ["25% reduced Ignite Duration on Enemies"] = { "BurnDurationUniqueWand10", }, + ["Increases and Reductions to Light Radius also apply to Accuracy"] = { "LightRadiusAppliesToAccuracyUnique__1_", }, + ["Summoned Arbalists Convert (30-50)% of Physical Damage to Cold Damage"] = { "SummonArbalistPhysicalDamagePercentToConvertToCold_", }, + ["(30-50)% increased Cold Damage"] = { "ColdDamagePercentUnique__3", "ColdDamagePercentUnique__5", }, + ["+(1-2)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect"] = { "FlaskConsecratedGroundEffectUnique__1_", }, + ["50% of Physical Damage Converted to Fire Damage"] = { "ConvertPhysicalToFireUniqueQuiver1_", "ConvertPhysicalToFireUnique__1", }, + ["(4-7)% increased Physical Damage per Endurance Charge"] = { "IncreasedPhysicalDamagePerEnduranceChargeUniqueGlovesStrDex6", }, + ["(20-30)% increased Fire Damage"] = { "FireDamagePercentUniqueRing36", "FireDamagePercentUnique___5", "TalismanIncreasedFireDamage", "FireDamagePercentUniqueBelt9a", "FireDamagePercentUniqueWand10", }, + ["Minions deal (60-80)% increased Damage"] = { "MinionDamageUnique__3_", "MinionDamageUnique__7", }, + ["2% reduced Life Recovery Rate per 10 Strength on Unallocated Passives in Radius"] = { "LifeRecoveryRatePerUnallocatedStrengthUnique__1_", }, + ["10% increased Movement Speed if you've Hit an Enemy Recently"] = { "MovementSpeedIfHitRecentlyUnique__1_", }, + ["1% of Physical Damage Converted to Chaos Damage per Level"] = { "PhysicalDamageConvertedToChaosPerLevelUnique__1", }, + ["Adds Lone Messenger"] = { "JewelExpansionLoneMessenger_", }, + ["+1 to Maximum Power Charges"] = { "IncreasedMaximumPowerChargesUnique__1", "IncreasedMaximumPowerChargesUniqueWand3", "IncreasedMaximumPowerChargesUnique__2", "IncreasedMaximumPowerChargesUnique__4", "ChargeBonusMaximumPowerCharges", "IncreasedMaximumPowerChargesUniqueStaff7", }, + ["+(50-70) to maximum Energy Shield"] = { "IncreasedEnergyShieldUnique__9", "LocalIncreasedEnergyShieldUniqueHelmetStrInt5_", "LocalIncreasedEnergyShieldUnique__25", "LocalIncreasedEnergyShieldUnique__28", "LocalIncreasedEnergyShieldUnique__10", }, + ["(130-150)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__7", }, + ["Adds (20-23) to (31-35) Cold Damage"] = { "GlobalAddedColdDamageUnique__2_", }, + ["Minions have 15% chance to Blind Enemies on hit"] = { "MinionChanceToBlindOnHitUnique__1", }, + ["+1 to Level of Socketed Strength Gems"] = { "LocalIncreaseSocketedStrengthGemLevelUniqueTwoHandAxe3", }, + ["Damage Penetrates 20% Cold Resistance against Chilled Enemies"] = { "ColdPenetrationAgainstChilledEnemiesUnique__1", }, + ["Adds (75-100) to (165-200) Chaos Damage in Off Hand"] = { "OffHandAddedChaosDamageUniqueTwoHandAxe6", }, + ["(16-22)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__15", }, + ["60% reduced Effect of Curses on you"] = { "ReducedCurseEffectUniqueRing26", }, + ["50% of Physical Damage from Hits with this Weapon is Converted to a random Element"] = { "LocalDamageConversionToRandomElementUnique__1", }, + ["Regenerate 5% of Energy Shield per second while Shocked"] = { "EnergyShieldRegenerationWhileShockedUnique__1", }, + ["+(15-20) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__29", }, + ["Taunts nearby Enemies on use"] = { "UtilityFlaskTaunt_", }, + ["-20 Fire Damage taken from Hits"] = { "ReducedFireDamageTakenUnique__1", }, + ["(10-15)% additional Physical Damage Reduction while Bleeding"] = { "AdditionalPhysicalDamageReductionWhileBleedingUnique__1", }, + ["Reflects (181-220) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageShieldImplicit11", }, + ["Adds (8-12) to (16-24) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__5", }, + ["Completing a Heist generates 3 additional Reveals"] = { "HeistContractAdditionalIntelligence", }, + ["Adds 1 to 4 Physical Damage to Attacks"] = { "AddedPhysicalDamageImplicitQuiver1New", "AddedPhysicalDamageImplicitRing1", "AddedPhysicalDamageImplicitQuiver1", }, + ["3% increased effect of Non-Curse Auras from your Skills"] = { "IncreasedAuraEffectUniqueJewel45", }, + ["Thaumaturgical Lure"] = { "FishingLureTypeUnique__1__", }, + ["Gain (10-20)% of Elemental Damage as Extra Chaos Damage"] = { "ElementalDamagePercentAddedAsChaosUnique__1", "ElementalDamagePercentAddedAsChaosUnique__2", "ElementalDamagePercentAddedAsChaosUnique__3", }, + ["+(45-55) to maximum Mana"] = { "IncreasedManaUniqueBelt5", }, + ["15% chance to create Chilled Ground when you Freeze an Enemy"] = { "SpreadChilledGroundOnFreezeUnique__1", }, + ["Minions convert 25% of Physical Damage to Lightning Damage per Blue Socket"] = { "MinionPhysicalToLightningPerBlueSocket", }, + ["50% reduced Light Radius"] = { "LightRadiusUnique__6", }, + ["Culling Strike against Enemies Cursed with Poacher's Mark"] = { "CullingStrikePoachersMarkUnique__1", }, + ["40% of Fire Damage taken as Lightning Damage"] = { "FireHitAndDoTDamageTakenAsLightningUnique__1", }, + ["Passives in Radius can be Allocated without being connected to your tree"] = { "AllocateDisconnectedPassivesDonutUnique__1", "JewelUniqueAllocateDisconnectedPassives", }, + ["Removes Curses on use"] = { "FlaskCurseImmunityUnique___1", }, + ["+(20-40) to maximum Mana"] = { "IncreasedManaUniqueAmulet19", "IncreasedManaUniqueRing29", "IncreasedManaUniqueBootsStrDex4", }, + ["Unaffected by Blind"] = { "BlindDoesNotAffectHitChanceUnique__1", }, + ["Enemies you Attack Reflect 100 Physical Damage to you"] = { "ReflectPhysicalDamageToSelfOnHitUnique__1", }, + ["10% increased Damage taken while on Full Energy Shield"] = { "DamageTakenOnFullESUniqueCorruptedJewel15", }, + ["+(20-30) to maximum Mana"] = { "IncreasedManaUniqueBodyInt9", "IncreasedManaUniqueIntHelmet3", "IncreasedManaUniqueSceptre6", "IncreasedManaUniqueHelmetDexInt2", "IncreasedManaUniqueTwoHandSword2", "IncreasedManaImplicitRing1", }, + ["Adds 100 to 100 Fire Damage to Spells"] = { "SpellAddedFireDamageUnique__1", }, + ["(11-15)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand3", }, + ["Minions convert 25% of Physical Damage to Chaos Damage per White Socket"] = { "MinionPhysicalToChaosPerWhiteSocket", }, + ["+165 to Accuracy Rating"] = { "IncreasedAccuracySwordImplicit2", }, + ["2 Enemy Writhing Worms escape the Flask when used"] = { "SummonsWormsOnUse", }, + ["(40-60)% less Duration"] = { "FlaskLessDurationUnique1", }, + ["Gain 20% of Physical Damage as Extra Fire Damage"] = { "PhysicalAddedAsFireUnique__3", }, + ["Gain (3-5)% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped"] = { "ElementalDamagePercentAddedAsChaosPerShaperItemUnique__1", }, + ["Adds (15-20) to (25-30) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueBow5", }, + ["Skills which create Brands create an additional Brand"] = { "SummonAdditionalBrandUnique__1", }, + ["+(35-45) to Dexterity"] = { "DexterityUniqueQuiver6", }, + ["(200-250)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUnique__4", "LocalIncreasedArmourAndEvasionUnique__20", }, + ["50% increased Mana Cost of Skills"] = { "ManaCostIncreaseUniqueTwoHandAxe4", "ManaCostIncreasedUniqueCorruptedJewel3", }, + ["+(30-50)% to Cold Resistance"] = { "ColdResistUnique__10", }, + ["50% increased Defences from Equipped Shield"] = { "ShieldArmourIncreaseUnique__1", }, + ["(100-160)% increased Evasion Rating if you've Cast Dash recently"] = { "EvasionRatingIfUsedDashRecentlyUnique__1", }, + ["(20-30)% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceImplicitRing1", "CriticalStrikeChanceImplicitQuiver13", "CriticalStrikeChanceUniqueGlovesDexInt6", }, + ["Adds 40 to 75 Fire Damage to Attacks"] = { "AddedFireDamageUnique__4", }, + ["Damage Penetrates 20% Lightning Resistance"] = { "LightningPenetrationUnique__1", "LightningPenetrationUniqueStaff8", }, + ["(8-12)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__24", "LocalIncreasedAttackSpeedUnique__28", "IncreasedAttackSpeedUniqueShieldInt5", "IncreasedAttackSpeedUniqueQuiver3", "LocalIncreasedAttackSpeedUnique__2", "LocalIncreasedAttackSpeedUnique__31", "LocalIncreasedAttackSpeedUnique__9", "IncreasedAttackSpeedUniqueQuiver5", "LocalIncreasedAttackSpeedUnique__16", "IncreasedAttackSpeedUniqueQuiver7", "LocalIncreasedAttackSpeedUniqueTwoHandMace8_", }, + ["(20-30)% chance to gain a Frenzy Charge on Hitting an Enemy with no Evasion Rating"] = { "FrenzyChargeNoEvasionRatingUnique__1", }, + ["Increases and Reductions to Cast Speed also Apply to Trap Throwing Speed"] = { "CastSpeedAppliesToTrapSpeedUnique__1", }, + ["(20-30)% increased Spell Damage"] = { "SpellDamageUniqueSceptre2", "SpellDamageUniqueSceptre5", "SpellDamageUniqueShieldStrInt1", "TalismanSpellDamage", }, + ["Unaffected by Shocked Ground"] = { "ImmuneToShockedGroundUniqueBootsDexInt4", }, + ["(30-40)% increased Armour while Bleeding"] = { "IncreasedArmourWhileBleedingUnique__1", }, + ["(120-140)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUniqueGlovesStrDex4", }, + ["18% increased Damage"] = { "UndyingBreathDamageAuraUniqueStaff5", }, + ["(25-40)% increased Attack Damage against Bleeding Enemies"] = { "AttackDamageAgainstBleedingUnique__1__", }, + ["Adds (12-15) to (24-28) Physical Damage to Attacks"] = { "AddedPhysicalDamageUnique__7", }, + ["You have Lesser Brutal Shrine Buff"] = { "HasBrutalShrineBuffUnique__1", }, + ["(30-50)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceImplicitBow1", "LocalCriticalStrikeChanceUniqueOneHandAxe8_", }, + ["(120-150)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4", "LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt1", "LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt3", }, + ["Hits can't be Evaded"] = { "AlwaysHits", "AlwaysHitsUnique__1", }, + ["2% increased Evasion Rating per 10 Intelligence"] = { "EvasionRatingPerIntelligenceUnique__1", }, + ["(200-220)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1e", "LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1h", }, + ["Spell Skills always deal Critical Strikes on final Repeat"] = { "SpellsAlwaysCritFinalRepeatUnique__1_", }, + ["10% increased Damage with Poison per Frenzy Charge"] = { "PoisonDamagePerFrenzyChargeUnique__1", }, + ["1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating"] = { "AddedLightningDamagePerAccuracyReducedAccuracyImplicitR2_", "AddedLightningDamagePerAccuracyReducedAccuracyImplicitR1_", "AddedLightningDamagePerAccuracyReducedAccuracyImplicitR3", }, + ["(50-70)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUniqueRing3", }, + ["(140-180)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUniqueBootsInt5", "LocalIncreasedEnergyShieldPercentUnique__31____", }, + ["(15-20)% increased Damage with Hits against Chilled Enemies"] = { "IncreasedDamageToChilledEnemies1", }, + ["+(130-160) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__15", }, + ["(50-70)% increased Critical Strike Chance for Spells"] = { "SpellCriticalStrikeChanceUniqueBootsStrDex5", }, + ["60% increased Damage if you've Frozen an Enemy Recently"] = { "IncreasedDamageIfFrozenRecentlyUnique__1", }, + ["+(130-150) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__22", }, + ["+10% to Off Hand Critical Strike Multiplier per"] = { "OffHandCriticalStrikeMultiplierPerMeleeAbyssJewelUnique__1__", }, + ["15% Chance to Block Attack Damage"] = { "AdditionalBlockUnique__2", }, + ["40% of Cold Damage taken as Lightning Damage"] = { "ColdHitAndDoTDamageTakenAsLightningUnique__1", }, + ["Adds (3-5) to (7-10) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueOneHandAxe6", }, + ["Gain 200 Armour per Grand Spectrum"] = { "ArmourPerStackableJewelUnique__1", }, + ["25% increased Attack Speed when on Low Life"] = { "IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4", "IncreasedAttackSpeedWhenOnLowLifeUnique__1", }, + ["Passive Skills in Radius also grant: Traps and Mines deal (2-3) to (4-6) added Physical Damage"] = { "PassivesGrantTrapMineAddedPhysicalUnique__1_", }, + ["Nearby Allies have +10 Fortification"] = { "DisplayNearbyAlliesHaveFortifyTwoHandAxe9", }, + ["(60-80)% increased Critical Strike Chance if you haven't gained a Power Charge Recently"] = { "CriticalStrikeChancePowerChargeNotGainedUnique__1", }, + ["(50-70)% increased Fire Damage"] = { "FireDamagePercentUnique__6", }, + ["+2% chance to Suppress Spell Damage per Frenzy Charge"] = { "ChanceToDodgePerFrenzyChargeUniqueBootsStrDex2", }, + ["Life Recovery from Flasks also applies to Energy Shield during Flask Effect"] = { "FlaskEldritchBatteryUnique__1", "FlaskZealotsOathUnique__1", }, + ["Curse Auras from Socketed Skills also affect you"] = { "CurseAurasAffectYouUnique__1", }, + ["+30 to maximum Energy Shield per 100 Reserved Life"] = { "MaximumEnergyShieldPerReservedLifeUnique__1", }, + ["(30-50)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUniqueBodyStr5", }, + ["Hexes you inflict have their Effect increased by twice their Doom instead"] = { "DoubleDoomEffectUnique__1", }, + ["+1% Chance to Block Attack Damage per Frenzy Charge"] = { "ChargeBonusBlockChancePerFrenzyCharge_", }, + ["(5-10)% increased Spell Damage"] = { "SpellDamageImplicitShield1", }, + ["30% increased Mana Recovery from Flasks"] = { "BeltFlaskManaRecoveryUniqueDescentBelt1", }, + ["-1 Intelligence per 1 Intelligence on Allocated Passives in Radius"] = { "AdditionalIntelligencePerAllocatedIntelligenceJewelUnique__1__", }, + ["(50-80)% increased Cooldown Recovery Rate of Travel Skills"] = { "TravelSkillCooldownRecoveryUnique__1_", }, + ["+(400-500) to Accuracy Rating while at Maximum Frenzy Charges"] = { "AccuracyRatingWithMaxFrenzyChargesUnique__1", }, + ["-60% to Lightning Resistance"] = { "LightningResistUniqueBodyStrDex2", }, + ["Grants Summon Greater Harbinger of Time Skill"] = { "HarbingerSkillOnEquipUnique2_2", }, + ["+(15-25)% to all Elemental Resistances"] = { "AllResistancesUnique__21", "AllResistancesUnique__11__", "AllResistancesUnique__19", "AllResistancesUnique__23__", "AllResistancesDemigodsImplicit", }, + ["Drops Scorched Ground while moving, lasting 4 seconds"] = { "ScorchedGroundWhileMovingUnique__1", }, + ["Grants Level 20 Thirst for Blood Skill"] = { "GrantsVampiricIconSkillUnique__1", }, + ["Curse Enemies with Elemental Weakness when you Block their Spell Damage, with 60% increased Effect and ignoring Curse Limit"] = { "ElementalWeaknessOnSpellBlockUniqueShieldInt4", }, + ["Shared Suffering"] = { "SharedSufferingUnique__1", }, + ["(30-40)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__10", "LocalCriticalStrikeChanceUnique__9", "CriticalStrikeChanceUniqueBow9", "LocalCriticalStrikeChanceUniqueSceptre9", "LocalCriticalStrikeChanceUniqueBow11", "LocalCriticalStrikeChanceUnique__3", "LocalCriticalStrikeChanceUniqueTwoHandMace6", }, + ["+(34-48) Life gained when you Block"] = { "GainLifeOnBlockUniqueAmulet16", }, + ["+(30-45) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__11", }, + ["Nearby Enemies are Blinded while Physical Aegis is not depleted"] = { "NearbyEnemiesAreBlindedPhysicalAegisUnique__1", }, + ["Adds (16-22) to (40-45) Physical Damage"] = { "LocalAddedPhyiscalDamageUnique__40__", }, + ["Regenerate 3% of Life per second"] = { "LifeRegenerationRatePercentageUniqueShieldStrInt3", }, + ["Area contains additional waves of Ravager Maws"] = { "CowardsTrialExtraSkeletonCannons", }, + ["+1 to Level of all Raise Zombie Gems"] = { "MaximumMinionCountUniqueBootsInt4", }, + ["30% reduced Attack Speed while Phasing"] = { "ReducedAttackSpeedWhilePhasingUnique__1", }, + ["(200-250)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__23", "LocalIncreasedEvasionAndEnergyShieldUnique__17", "LocalIncreasedEvasionAndEnergyShieldUnique__16", }, + ["+5 Physical Damage taken from Attack Hits"] = { "TakesDamageWhenAttackedUniqueIntHelmet1", }, + ["30% less Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueBow4", }, + ["+(15-25)% to Fire Damage over Time Multiplier"] = { "FireDamageOverTimeMultiplierUnique__2_", }, + ["Grants Level 10 Purity of Elements Skill"] = { "PuritySkillUniqueAmulet22", }, + ["While at maximum Frenzy Charges, Attacks Poison Enemies"] = { "AtMaximumFrenzyChargesPoisonUniqueGlovesDexInt5", }, + ["Evasion Rating is increased by Overcapped Cold Resistance"] = { "EvasionIncreasedByUncappedColdResistanceUnique__1", }, + ["Socketed Gems are Supported by Level 10 Faster Attacks"] = { "DisplaySocketedGemsGetsFasterAttackUnique__1", }, + ["Scorch Enemies when you Block their Damage"] = { "ChanceToInflictScorchOnEnemyOnBlockImplicitE1", }, + ["100% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUniqueBodyInt4", "CriticalStrikeChanceImplicitMarakethStaff2", }, + ["Your Chaos Damage can Chill"] = { "ChaosDamageCanChill", }, + ["Curse Skills have (8-12)% increased Cast Speed"] = { "CurseCastSpeedUnique__2", }, + ["Elemental Resistances are Zero"] = { "SetElementalResistancesUniqueHelmetStrInt4", }, + ["33% of Non-Chaos Damage taken bypasses Energy Shield"] = { "NonChaosDamageBypassEnergyShieldPercentUnique__1", }, + ["Hits ignore Enemy Monster Fire Resistance while you are Ignited"] = { "IgnoreEnemyFireResistWhileIgnitedUnique__1", }, + ["(6-8)% increased Quantity of Items found"] = { "ItemFoundQuantityIncreaseUniqueBelt3", }, + ["Lose 2% of Life per second if you have been Hit Recently"] = { "LoseLifeIfHitRecentlyUnique__1", }, + ["Adds 1 to 2 Physical Damage to Attacks per Level"] = { "PhysicalDamageToAttacksPerLevelUnique__1_", }, + ["Raised Zombies Cover Enemies in Ash on Hit"] = { "ZombiesCoverInAshOnHitUnique__1", }, + ["Area is inhabited by 12 additional Rogue Exiles"] = { "HarvestInfusedMapAnarchyExiles", }, + ["+(30-40) to Intelligence"] = { "IntelligenceUnique__16", "IntelligenceUnique__26_", "IntelligenceUniqueHelmetInt5", "IntelligenceUnique__10", "IntelligenceUniqueBodyStrInt3", "IntelligenceUnique__8", "IntelligenceUnique__15_", }, + ["+(15-25) to Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr1", }, + ["Divine Flesh"] = { "KeystoneDivineFleshUnique__1_", }, + ["20% increased Melee Damage"] = { "MeleeDamageIncreaseUniqueHelmetStrDex3", }, + ["(20-30)% increased Stun Duration on Enemies"] = { "StunDurationUniqueQuiver2", "StunDurationImplicitBelt1", "StunDurationUnique__1", }, + ["Attacks with this Weapon deal (80-100) to (160-200) added Fire Damage to Bleeding Enemies"] = { "AddedFireDamageVersusBleedingEnemiesUnique__1", }, + ["+1 to Maximum Spirit Charges per Abyss Jewel affecting you"] = { "MaximumSpiritChargesPerAbyssJewelEquippedUnique__2", "MaximumSpiritChargesPerAbyssJewelEquippedUnique__1", }, + ["25% increased Movement Speed"] = { "MovementVelocityUniqueBootsW1", "MovementVelocityUniqueBootsStr3", "MovementVelocityUniqueBootsInt5", "MovementVelocityUnique__43", "MovementVelocityUnique__20_", "MovementVelocityUnique__10", "MovementVelocityUnique__26", "MovementVelocityUnique__11", "MovementVelocityUniqueBootsDexInt4", "MovementVelocityUnique__14", "MovementVelocityUnique__29", "MovementVelocityUniqueBootsStrDex5", "MovementVelocityUniqueBootsStrInt3", "MovementVelocityUnique__40", "MovementVelocityUnique__31", "MovementVelocityUnique__34", }, + ["Socketed Support Gems can also Support Skills from your Body Armour"] = { "SupportGemsSocketedInAmuletAlsoSupportBodySkills", }, + ["Reflects (91-120) Physical Damage to Melee Attackers"] = { "AttackerTakesDamageShieldImplicit8", }, + ["Socketed Vaal Skills grant Elusive when Used"] = { "LocalVaalElusiveOnUseUnique__1_", }, + ["Summoned Raging Spirits deal (130-150)% increased Damage"] = { "RagingSpiritDamageUnique__1_", }, + ["Your spells have 100% chance to Shock against Frozen Enemies"] = { "SpellChanceToShockFrozenEnemiesUniqueRing34", }, + ["Gain Unholy Might for 4 seconds on Critical Strike"] = { "UnholyMightOnCritUniqueSceptre10", }, + ["Flesh and Stone has no Reservation"] = { "FleshAndStoneManaReservationUnique__1_", }, + ["(60-80)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__20", "LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr2", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__7", }, + ["Glows while in an Area containing a Unique Fish"] = { "FishDetectionUnique__1_", }, + ["(20-28)% increased Spell Damage"] = { "SpellDamageUniqueWand4", }, + ["Primordial"] = { "PrimordialJewelCountUnique__1", "PrimordialJewelCountUnique__3", "PrimordialJewelCountUnique__2", "PrimordialJewelCountUnique__4", }, + ["+(20-40)% to Cold Resistance"] = { "ColdResistUniqueShieldDex7", "ColdResistUnique__36_", "ColdResistUnique__15", "ColdResistUnique__12", "ColdResistUnique__31_", "ColdResistUniqueBelt14", "ColdResistUnique__13", "ColdResistUnique__8", }, + ["(75-100)% increased Damage with Poison if you have at least 300 Dexterity"] = { "PoisonDamageWithOver300DexterityUnique__1", }, + ["Adds (130-160) to (220-240) Fire Damage"] = { "LocalAddedFireDamageUnique__5__", }, + ["Grants Level 20 Intimidating Cry Skill"] = { "GrantsIntimidatingCry1", }, + ["Elemental Resistances are capped by your highest Maximum Elemental Resistance instead"] = { "ElementalResistanceHighestMaxResistanceUnique__1_", }, + ["Withered does not expire on Enemies Ignited by you"] = { "EnemiesIgniteWitherNeverExpiresUnique__1", }, + ["1% of Physical Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUnique__5", "LifeLeechLocalPermyriadUniqueOneHandMace8__", "LifeLeechPermyriadUniqueTwoHandAxe4", "LifeLeechPermyriadUniqueTwoHandMace1", "LifeLeechPermyriad__1", }, + ["9% chance to Shock"] = { "ChanceToShockUniqueDescentTwoHandSword1", }, + ["+1 to Minimum Endurance, Frenzy and Power Charges"] = { "UniqueSpecialCorruptionAllMinCharges", }, + ["Your Movement Speed is 150% of its base value"] = { "MovementVelocityOverrideUnique__1", }, + ["(120-150)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr3", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__23", }, + ["Trigger Level 10 Void Gaze when you use a Skill"] = { "GrantsVoidGazeUnique__1", }, + ["(20-25)% increased Cold Damage"] = { "ColdDamagePercentUnique__6", }, + ["Enemies Chilled by your Hits can be Shattered as though Frozen"] = { "ChillHitsCauseShatteringUnique__1", }, + ["Socketed Gems are supported by Level 10 Cast when Stunned"] = { "SupportedByCastOnStunUnique___1", }, + ["Vitality has no Reservation"] = { "VitalityNoReservationUnique__1", }, + ["Hits Overwhelm (10-15)% of Physical Damage Reduction while you have Sacrificial Zeal"] = { "ArmourPenetrationSacrificialZealUnique__1", }, + ["(7-12)% increased Attack Speed"] = { "IncreasedAttackSpeedUnique__4_", "LocalIncreasedAttackSpeedUniqueBow12", "LocalIncreasedAttackSpeedUniqueTwoHandAxe9", }, + ["+19 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw4_1", }, + ["+25 to Strength"] = { "StrengthUniqueDagger2", "StrengthUniqueBelt4", }, + ["Allocated Small Passive Skills in Radius grant nothing"] = { "AllocatedNonNotablesGrantNothingUnique__1_", }, + ["(15-25)% increased maximum Life"] = { "MaximumLifeUnique__5", }, + ["+1 Life per 4 Dexterity"] = { "LifePerDexterityUnique__1", }, + ["(15-25)% increased Effect of Lightning Ailments"] = { "ShockEffectUnique__2", }, + ["Spells fire an additional Projectile"] = { "AdditionalSpellProjectilesUnique__1", }, + ["+7 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw3", }, + ["100% increased Fire Damage"] = { "FireDamagePercentUnique__12___", "IncreasedFireDamgeIfHitRecentlyUnique__1", }, + ["(30-35)% increased Chaos Damage"] = { "IncreasedChaosDamageUnique__1", }, + ["15% increased Dexterity if Strength is higher than Intelligence"] = { "PercentDexterityIfStrengthHigherThanIntelligenceUnique__1", }, + ["Gain +30 Life when you Hit a Bleeding Enemy"] = { "LifeGainVsBleedingEnemiesUnique__1", }, + ["While your Passive Skill Tree connects to the Templar's starting location, you gain:"] = { "StarterPassiveTreeJewelUnique__5", "StarterPassiveJewelUnique__13", }, + ["Arrows fired from the second firing points Fork"] = { "VolleySecondPointForkUnique__1", }, + ["Cannot be Stunned if you have at least 10 Crab Barriers"] = { "CannotBeStunned10CrabBarriersUnique__1", }, + ["(20-30)% increased Rarity of Fish Caught"] = { "FishingRarityUnique__2_", }, + ["15% reduced Effect of Chill on you"] = { "JewelImplicitReducedChillEffect", }, + ["Summoned Arbalists have (15-25)% chance to Freeze, Shock, and Ignite"] = { "SummonArbalistChanceToIgniteFreezeShockPercent", }, + ["Does not consume Sextant Uses"] = { "MapDoesntConsumeSextantCharge_", }, + ["500% increased Attribute Requirements"] = { "IncreasedLocalAttributeRequirementsUniqueGlovesStrInt4", }, + ["(8-12)% increased Dexterity"] = { "PercentageDexterityUnique__3", }, + ["Reflects 8 to 14 Physical Damage to Attackers on Block"] = { "ReflectDamageToAttackersOnBlockUniqueDescentStaff1", }, + ["+12% chance to Suppress Spell Damage"] = { "ChanceToDodgeUniqueBootsDex7", }, + ["With at least 40 Dexterity in Radius, Melee Damage"] = { "FrostBladesThresholdJewel_1", }, + ["+(30-40)% to Lightning Resistance"] = { "LightningResistUnique__8", "LightningResistUnique__16", "LightningResistUnique__14", "LightningResistUnique__19_", "LightningResistUnique__10", "LightningResistUniqueAmulet15", "LightningResistUniqueBodyInt1", }, + ["+3 to Level of Socketed Golem Gems"] = { "LocalIncreaseSocketedGolemLevelUniqueRing37", "LocalIncreaseSocketedGolemLevelUniqueRing36", "LocalIncreaseSocketedGolemLevelUniqueRing35", }, + ["Adds (35-39) to (54-60) Cold Damage to Spells"] = { "SpellAddedColdDamageUnique__5", }, + ["-(30-20)% to Fire Resistance"] = { "FireResistUnique__22_", }, + ["10000% increased Shock Duration on you"] = { "SelfShockDurationUnique__1", }, + ["(160-200)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7", }, + ["10% increased Monster Damage"] = { "UltimatumTrialDifficultyDamage2__", }, + ["Socketed Gems are Supported by Level 10 Added Chaos Damage"] = { "SocketedGemsHaveAddedChaosDamageUnique__1", }, + ["Adds 100 to 100 Cold Damage to Spells"] = { "SpellAddedColdDamageUnique__1", }, + ["25% increased Freeze Duration on Enemies"] = { "FreezeDurationUniqueGlovesStrInt3", }, + ["8% of Physical Attack Damage Leeched as Life"] = { "LifeLeechImplicitClaw1", }, + ["+(64-96) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__18_", }, + ["(8-12)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand1", }, + ["Adds (5-7) to (13-15) Cold Damage to Spells and Attacks"] = { "AddedColdDamageToSpellsAndAttacksUnique__2", }, + ["Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus"] = { "DexterityAndIntelligenceGiveStrengthMeleeBonusInRadiusUniqueJewel55", }, + ["+5 to Dexterity"] = { "DexterityUniqueBootsInt2", "DexterityPerPointToClassStartUnique__1", }, + ["25% chance to inflict Cold Exposure on Hit"] = { "ColdExposureOnHitUnique__1", }, + ["(10-15)% reduced Intelligence"] = { "PercentageIntelligenceUniqueJewel29", }, + ["(20-30)% increased Movement Speed if you've Cast Dash recently"] = { "MovementSpeedIfUsedDashRecentlyUnique__1", }, + ["Grants Level 20 Petrification Statue Skill"] = { "PetrificationStatueUnique__1", }, + ["+(25-40)% to Critical Strike Multiplier if Dexterity is higher than Intelligence"] = { "CriticalStrikeMultiplierIfDexterityHigherThanIntelligenceUnique__1", }, + ["Socketed Gems have 10% chance to cause Enemies to Flee on Hit"] = { "SocketedItemsHaveChanceToFleeUniqueClaw6", }, + ["(200-220)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUniqueBodyStrDexInt1b", }, + ["You cannot be Stunned while at maximum Endurance Charges"] = { "ChargeBonusCannotBeStunnedEnduranceCharges__", }, + ["100% chance to knockback on Counterattack"] = { "KnockbackOnCounterattackChanceUnique__1", }, + ["Cannot be Frozen if Dexterity is higher than Intelligence"] = { "CannotBeFrozenWithDexHigherThanIntUnique__1", }, + ["Hatred has no Reservation"] = { "HatredNoReservationUnique__1_", }, + ["15% increased Movement Speed if you've used a Warcry Recently"] = { "MovementSpeedIfUsedWarcryRecentlyUnique__2", }, + ["Trigger Level 5 Gore Shockwave on Melee Hit if you have at least 150 Strength"] = { "TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__2", }, + ["Adds 1 to (60-70) Lightning Damage to Spells"] = { "SpellAddedLightningDamageUnique__4", }, + ["Grants Summon Greater Harbinger of Storms Skill"] = { "HarbingerSkillOnEquipUnique2_5", }, + ["-(40-30) Chaos Damage taken"] = { "ChaosDamageTakenUniqueBodyStr4", }, + ["90% reduced Ignite Duration on Enemies"] = { "IgniteDurationUnique__2", }, + ["+(26-40)% to Cold Resistance"] = { "ColdResistanceBodyDex6", }, + ["50% of Lightning Damage from Hits taken as Cold Damage"] = { "TalismanLightningTakenAsCold", }, + ["Adds (4-6) to (7-9) Fire Damage to Spells"] = { "SpellAddedFireDamageUnique__3", }, + ["Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage"] = { "ColdAndPhysicalNodesInRadiusSwapPropertiesUniqueJewel48_", }, + ["50% chance to Maim Enemies on Critical Strike with Attacks"] = { "MaimOnCritUnique__1", }, + ["+(200-240) to maximum Life"] = { "IncreasedLifeUnique__34", }, + ["+(20-50) to maximum Mana"] = { "IncreasedManaUnique__12", }, + ["5% increased Experience gain"] = { "IncreasedExperienceUniqueIntHelmet3", }, + ["+(10-15) to all Attributes"] = { "AllAttributesUniqueHelmetStrInt5", "AllAttributesUniqueRing26", "AllAttributesUnique__2", }, + ["(5-10)% chance to Ignite"] = { "IncreasedChanceToIgniteUniqueRing24", }, + ["50% reduced Maximum Recovery per Life Leech"] = { "MaximumLifeLeechAmountUnique__1", }, + ["+(200-220) to maximum Life"] = { "IncreasedLifeUniqueHelmetStrDex4", }, + ["Socketed Gems are Supported by Level 1 Bonechill"] = { "DisplaySupportedByBonechillUnique__1", }, + ["+(80-100) to maximum Mana"] = { "IncreasedManaUnique__17", "IncreasedManaUniqueBow1", }, + ["(220-250)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__18", }, + ["(50-70)% increased Damage with Hits and Ailments against Chilled Enemies"] = { "DamageWithHitsAndAilmentsAgainstChilledEnemyUnique__1", }, + ["Maximum 10 Fragile Regrowth"] = { "FragileRegrowthLifeRegenerationUnique__1", }, + ["(16-20)% increased Golem Damage for each Type of Golem you have Summoned"] = { "IncreasedGolemDamagePerGolemUnique__1", }, + ["Take 30 Chaos Damage per Second during Flask effect"] = { "FlaskTakeChaosDamagePerSecondUnique__1", }, + ["Inflict Withered for 2 seconds on Hit with this Weapon"] = { "LocalWitherOnHitChanceUnique__2", }, + ["4% chance to Freeze, Shock and Ignite"] = { "ChanceToFreezeShockIgniteUniqueDescentWand1", }, + ["-2 to Total Mana Cost of Skills for each Corrupted Item Equipped"] = { "TotalManaCostPerCorruptedItemUnique__1", }, + ["4% increased Mana Reservation Efficiency of Skills"] = { "ReducedManaReservationsCostUniqueJewel44", "ManaReservationEfficiencyUniqueJewel44_", }, + ["Socketed Golem Skills have 20% increased Attack and Cast Speed"] = { "LocalGolemIncreasedAttackAndCastSpeedUnique__1", }, + ["(10-16)% increased Quantity of Items found when on Low Life"] = { "ItemQuantityOnLowLifeUnique__1", }, + ["Bow Attacks fire 2 additional Arrows"] = { "AdditionalArrowsUnique__2", "AdditionalArrowsUnique__1", }, + ["Aspect of the Cat has no Reservation"] = { "CatAspectReservesNoManaUnique__1___", }, + ["10000% increased Chill Duration on you"] = { "ChillDurationOnSelfUnique__1", }, + ["25% of Physical Damage from Hits taken as Chaos Damage"] = { "PhysicalDamagePercentTakesAsChaosDamageUniqueBow5", }, + ["(3-6)% increased Area of Effect of Aura Skills"] = { "JewelImplicitAuraAreaOfEffect", }, + ["+2 to Level of Socketed Movement Gems"] = { "LocalIncreaseSocketedMovementGemLevelUniqueBodyDex5", }, + ["Adds 3 Small Passive Skills which grant nothing"] = { "ExpansionJewelEmptyPassiveUnique__2", }, + ["Adds Nature's Patience"] = { "JewelExpansionNaturesPatience", }, + ["Regenerate 2% of Life per second on Chilled Ground"] = { "LifeRegenerationPercentOnChilledGroundUniqueBootsInt6", }, + ["You are Shocked during Flask effect, causing 50% increased Damage taken"] = { "ShockSelfDuringFlaskEffect__1", }, + ["Spells have 30% increased Critical Strike Chance per Intensity"] = { "CriticalStrikeChancePerIntensityUnique__2", }, + ["(10-15)% chance to Shock"] = { "ChanceToShockUnique__4_", }, + ["30% increased Projectile Damage"] = { "IncreasedProjectileDamageUnique__6", }, + ["You grant (4-6) Frenzy Charges to allies on Death"] = { "GrantFrenzyChargesToAlliesOnDeathUniqueGlovesStrInt1", }, + ["Minions have (25-40)% reduced Flask Charges used"] = { "MinionFlaskChargesUsedUnique__1", }, + ["Socketed Melee Gems have 15% increased Area of Effect"] = { "SocketedMeleeGemsHaveIncreasedAoEUniqueTwoHandSword8", }, + ["+4% to Off Hand Critical Strike Multiplier per 10 Maximum Energy Shield on Shield"] = { "SpectralShieldThrowThresholdJewel2", }, + ["(25-40)% increased Melee Damage"] = { "MeleeDamageUnique__2", }, + ["(180-200)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUniqueShieldDex3", }, + ["50% more Life"] = { "MetamorphosisItemisedBossDifficult", }, + ["Adds (205-220) to (250-270) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueTwoHandAxe7", }, + ["Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value"] = { "EnergyShieldInRadiusIncreasesArmourUniqueJewel50", }, + ["+20 to Maximum Rage"] = { "MaximumRageUnique__1", }, + ["Adds (425-475) to (550-600) Fire Damage"] = { "LocalAddedFireDamageUniqueTwoHandSword6", }, + ["Take 100 Fire Damage when you Ignite an Enemy"] = { "TakeFireDamageOnIgniteUnique__1", }, + ["+(90-110) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__16", }, + ["0.6% of Lightning Damage Leeched as Life"] = { "LightningDamageLifeLeechPermyriadUniqueBelt9cNew", }, + ["(6-10)% increased Attack and Cast Speed"] = { "AttackAndCastSpeedUnique__4", "TalismanAttackAndCastSpeed", }, + ["Adds (15-20) to (21-30) Chaos Damage"] = { "GlobalAddedChaosDamageUnique__5_", }, + ["Gain (8-12)% of Physical Damage as Extra Chaos Damage while at maximum Power Charges"] = { "PhysAddedAsChaosWithMaxPowerChargesUnique__1", }, + ["(7-10)% increased maximum Life"] = { "MaximumLifeUnique__18", }, + ["Modifiers to Minimum Endurance Charges instead apply to Minimum Brutal Charges"] = { "MinimumBrutalChargeModifiersEqualsEnduranceUnique__1", }, + ["(10-20)% chance to Impale Enemies on Hit with Attacks"] = { "AttackImpaleChanceUnique__1", }, + ["(14-20)% increased Totem Placement speed"] = { "SummonTotemCastSpeedUnique__1", }, + ["Adds (30-45) to (80-100) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__12", }, + ["Hollow Palm Technique"] = { "KeystoneHollowPalmTechniqueUnique__1", }, + ["Adds (40-65) to (70-100) Physical Damage"] = { "LocalAddedPhyiscalDamageUnique__41_", }, + ["Gain Unholy Might for 3 seconds on Rampage"] = { "UnholyMightOnRampageUniqueGlovesDexInt6", }, + ["100% increased Damage when on Low Life"] = { "IncreasedPhysicalDamagePercentOnLowLifeUniqueOneHandSword1", }, + ["Grants Summon Harbinger of the Arcane Skill"] = { "HarbingerSkillOnEquipUnique__1", }, + ["(80-100)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__15", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__12", }, + ["Deal no Damage when not on Low Life"] = { "DealNoDamageWhenNotOnLowLifeUnique__1", }, + ["Damage Penetrates 10% Fire Resistance"] = { "FirePenetrationUnique__1", }, + ["Reflects 30 Chaos Damage to Melee Attackers"] = { "AttackerTakesChaosDamageUniqueBodyStrInt4", }, + ["Skills fire 2 additional Projectiles"] = { "AdditionalProjectilesUnique__1__", }, + ["Adds 250 to 300 Cold Damage to Counterattacks"] = { "CounterAttacksAddedColdDamageUnique__1", }, + ["Minions gain Unholy Might for 10 seconds on Kill"] = { "MinionUnholyMightOnKillUniqueBodyInt9", }, + ["(30-50)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8", "LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe8", }, + ["15% increased Movement Speed if you've Killed Recently"] = { "MovementSpeedIfKilledRecentlyUnique___1", }, + ["Adds (160-190) to (280-320) Cold Damage"] = { "LocalAddedColdDamageUnique__7", }, + ["75% increased Effect of Socketed Abyss Jewels"] = { "AbyssJewelEffectUnique__1", }, + ["50% of Physical Damage Converted to Lightning Damage"] = { "ConvertPhysicaltoLightningUnique__1", "ConvertPhysicaltoLightningUnique__3", "ConvertPhysicaltoLightningUnique__4", }, + ["Enemies on Fungal Ground you Kill Explode, dealing 5% of their Life as Chaos Damage"] = { "EnemiesOnFungalGroundExplodeUnique__1", }, + ["Adds (49-98) to (101-140) Cold Damage"] = { "LocalAddedColdDamageUniqueOneHandSword3", }, + ["Hits with this Weapon can't be Evaded if you have Blocked Recently"] = { "HitsCantBeEvadedIfBlockedRecentlyUber1_", }, + ["Socketed Gems are Supported by Level 1 Meat Shield"] = { "SupportedByMeatShieldUnique__1", }, + ["+(20-30) to all Attributes"] = { "AllAttributesUniqueBelt3", "AllAttributesUnique__18", "AllAttributesUnique__22_", "AllAttributesUnique__8_", "AllAttributesUnique__19", "AllAttributesUnique__11", }, + ["10% Chance to Cause Monster to Flee on Block"] = { "ChanceForEnemyToFleeOnBlockUniqueShieldDex4", }, + ["10% of Physical Attack Damage Leeched as Life"] = { "LifeLeechImplicitClaw2", }, + ["Ghost Dance"] = { "KeystoneGhostDanceUnique__1", }, + ["10% chance to gain an Endurance Charge on Kill"] = { "TalismanEnduranceChargeOnKill_", "ChargeBonusEnduranceChargeOnKill", }, + ["Minions have +(-17-17)% to Chaos Resistance"] = { "MinionChaosResistanceUnique__3", }, + ["(70-100)% increased Spell Damage"] = { "SpellDamageUnique__9", }, + ["Regenerate 50 Life per second if you have at least 500 Maximum Energy Shield"] = { "LifeRegenerationWith500EnergyShieldUnique__1", }, + ["+(200-300) to Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStrDex3", }, + ["Anger has no Reservation"] = { "AngerNoReservationUnique__1", }, + ["+10% to all Elemental Resistances"] = { "AllResistancesUniqueIntHelmet3", "AllResistancesDescentUniqueQuiver1", "AllResistancesUniqueRing9", "AllResistancesUnique__13", "AllResistancesUniqueShieldStrInt4", "AllResistancesUniqueShieldStrInt1", }, + ["(100-120)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUniqueShieldStrDex1", }, + ["500% increased Charges per use"] = { "FlaskChargesUsedUnique___1", }, + ["30% increased Elemental Damage during any Flask Effect"] = { "ElementalDamageDuringFlaskEffectUnique__1", }, + ["Grants Level 1 Icestorm Skill"] = { "IcestormUniqueStaff12", }, + ["+5% Chance to Block"] = { "AdditionalBlockChanceUniqueShieldDex4", "AdditionalBlockChanceUniqueShieldStr1", "AdditionalBlockChanceUniqueShieldStrDex2", "AdditionalBlockChanceUniqueShieldDex1", "AdditionalBlockChanceUniqueShieldDex5", "AdditionalBlockChanceUniqueShieldInt4", "AdditionalBlockChanceUnique__5", "AdditionalBlockChanceUniqueShieldStrInt6", "AdditionalBlockChanceUniqueShieldDex2", "AdditionalBlockChanceUniqueShieldStr4", }, + ["Non-instant Mana Recovery from Flasks is also Recovered as Life"] = { "NonInstantManaRecoveryAlsoAffectsLifeUnique__1", }, + ["Map has an additional random Modifier from Kirac's Crafting Bench"] = { "MapGainsRandomZanaMod", }, + ["+100 Strength Requirement"] = { "StrengthRequirementsUnique__1", }, + ["Minions have (20-30)% increased maximum Life"] = { "MinionLifeUnique__3_", "MinionLifeUnique__1", }, + ["+2 to Level of Socketed Herald Gems"] = { "LocalIncreaseSocketedHeraldLevelUnique__1_", }, + ["20% reduced Movement Speed"] = { "MovementVelocityUniqueBodyStr5", }, + ["Gain +2% to Critical Strike Chance for 2 seconds after Spending a total of 800 Mana"] = { "GainCriticalStrikeChanceOnManaSpentUnique__1", }, + ["Area contains additional waves of Zombies"] = { "CowardsTrialExtraZombies", }, + ["Area contains additional waves of Bone Rhoas"] = { "CowardsTrialExtraRhoas___", }, + ["20% increased Taunt Duration"] = { "IncreasedTauntDurationUniqueShieldStr4", }, + ["Enemies Blinded by you while you are Blinded have Malediction"] = { "MaledictionOnBlindWhileBlindedUnique__1", }, + ["Socketed Projectile Spells have 80% less Skill Effect Duration"] = { "SocketedGemsLessDurationUnique__1", }, + ["Unaffected by Poison"] = { "UnaffectedByPoisonUnique__1_", }, + ["Adds (12-15) to (30-35) Fire Damage to Spells and Attacks"] = { "AddedFireDamageUniqueShieldStr3", }, + ["(20-30)% chance to inflict Corrosion on Hit with Attacks"] = { "AttackCorrosionOnHitChanceUnique__1", }, + ["(120-140)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__1", }, + ["+6% Chance to Block"] = { "AdditionalBlockChanceUniqueShieldStrInt4", "AdditionalBlockChanceUnique__4", "AdditionalBlockChanceUnique__2", }, + ["Adds 10 to 130 Lightning Damage to Attacks"] = { "AddedLightningDamageUnique__3", }, + ["+2 to Level of Socketed Spell Gems"] = { "LocalIncreaseSocketedSpellGemLevelUnique__1", }, + ["+20% to Maximum Quality"] = { "LocalMaximumQualityImplicitE1", }, + ["1% increased Rarity of Items found per 15 Rampage Kills"] = { "IncreasedRarityPerRampageStacksUnique__1", }, + ["+(15-30) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueBootsDex8", }, + ["(5-10)% increased Movement Speed"] = { "MovementVelocityUnique__33_", }, + ["Brand Skills have (50-100)% increased Duration"] = { "BrandDurationUnique__1", }, + ["(30-40)% less Physical and Chaos Damage Taken while Sane"] = { "PhysicalChaosDamageTakenNotUnhingedUnique__1_", }, + ["20% chance to inflict Bleeding on Hit with Attacks against Taunted Enemies"] = { "ChanceToBleedOnTauntedEnemiesUber1", }, + ["(80-120)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__26", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__19", "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__22", }, + ["+(27-33)% to Global Critical Strike Multiplier"] = { "CriticalMultiplierUnique__1", }, + ["Adds 1 to (120-150) Lightning Damage"] = { "AddedLightningDamageUniqueBow9", }, + ["Trigger Level 10 Fiery Impact on Melee Hit with this Weapon"] = { "TriggeredFieryImpactOnHitWithWeaponImplicitE1", }, + ["+250 to Accuracy Rating"] = { "IncreasedAccuracy2hSwordImplicit4", }, + ["15% chance that if you would gain Power Charges, you instead gain up to"] = { "ChargeBonusChanceToGainMaximumPowerCharges", }, + ["+10 Life and Mana gained for each Enemy hit"] = { "LifeAndManaOnHitImplicitMarakethClaw2", }, + ["(30-50)% increased Critical Strike Chance against Blinded Enemies"] = { "CriticalChanceAgainstBlindedEnemiesUnique__2__", }, + ["+(10-20)% to all Elemental Resistances"] = { "AllResistancesUniqueHelmetStrInt1", "AllResistancesUnique__20", "AllResistancesUnique__7", "AllResistancesUniqueAmulet9", "AllResistancesUnique__8", }, + ["15% increased Area of Effect for Skills used by Totems"] = { "TotemAreaOfEffectUniqueShieldStr5", }, + ["+35% to Global Critical Strike Multiplier"] = { "CriticalMultiplierImplicitSword2", }, + ["Shocks nearby Enemies during Flask effect, causing 10% increased Damage taken"] = { "ShockNearbyEnemiesDuringFlaskEffect___1", }, + ["Enemies inflict Elemental Ailments on you instead of nearby Allies"] = { "ElementalAilmentsOnYouInsteadOfAlliesUnique__1", }, + ["Hits against Nearby Enemies have 50% increased Critical Strike Chance"] = { "NearbyEnemiesHaveIncreasedChanceToBeCritUnique__1", }, + ["+(24-36)% to Global Critical Strike Multiplier"] = { "TalismanIncreasedCriticalStrikeMultiplier_", }, + ["+30 to Maximum Life per Red Socket"] = { "LifePerRedSocket", }, + ["200 Fire Damage taken per second per Endurance Charge if you've been Hit Recently"] = { "DamageTakenPerEnduranceChargeWhenHitUnique__1_", }, + ["+3 to Minimum Power Charges while on Low Life"] = { "MinimumPowerChargeOnLowLifeUnique__1", }, + ["+10% Chance to Block Attack Damage while Dual Wielding"] = { "BlockWhileDualWieldingUnique__1", }, + ["Bow Attacks fire 2 additional Arrows if you haven't Cast Dash recently"] = { "ArrowsIfHaventUsedDashRecentlyUnique__1", }, + ["Adds 15 to 25 Cold Damage to Spells per Power Charge"] = { "AddedColdDamagePerPowerChargeUnique__2", }, + ["(50-75)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__2", }, + ["Regenerate 20% of Energy Shield per second if you've dealt a Critical Strike with this weapon Recently"] = { "LocalEnergyShieldRegenerationIfCritRecentlyUnique__1", }, + ["(30-50)% reduced Totem Damage"] = { "ReducedTotemDamageUniqueJewel26", }, + ["(110-130)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercent___3", }, + ["10% increased Movement Speed"] = { "MovementVelocityUniqueAmulet5", "MovementVelocityUniqueBodyDex4", "MovementVelocityUniqueTwoHandSword3", "MovementVelocityUnique__37", "MovementVelocityUniqueHelmetDex6", "MovementVelocityUniqueBootsInt1", "MovementVelocityUniqueOneHandAxe3", "MovementVelocityUniqueBow7", "MovementVelocityUnique__42", "MovementVelocityMarakethBowImplicit2", "MovementVelocityDescent2Boots1", "MovementVelocityUniqueBootsDex2", "MovementVelocityUniqueBodyDex5", "MovementVelocityUniqueHelmetInt6", "MovementVelocityUniqueTwoHandSword1", "MovementVelocityUniqueHelmetStrDex1", "NearbyAlliesMovementVelocityUnique__1", }, + ["Unaffected by Temporal Chains"] = { "TemporalChainsEffectivenessOnSelfUnique__1", }, + ["You have Far Shot while you do not have Iron Reflexes"] = { "FarShotWhileYouDoNotHaveIronReflexesUnique__1_", }, + ["Life Leech effects are not removed when Unreserved Life is Filled"] = { "LifeLeechNotRemovedOnFullLifeUnique__1", }, + ["Nova Spells deal 30% less Damage to Players"] = { "NovaSkillsTargetLocationUnique__1__", }, + ["Grants Summon Greater Harbinger of Directions Skill"] = { "HarbingerSkillOnEquipUnique2_4", }, + ["Grants Level 22 Precision Skill"] = { "GrantsAccuracyAuraSkillUnique__1", }, + ["Nearby Allies have +(6-8)% to Critical Strike Multiplier per 100 Dexterity you have"] = { "CriticalMultiplierPer100DexterityAuraUnique__1", }, + ["Trigger Level 20 Spirit Burst when you Use a Skill while you have a Spirit Charge"] = { "LocalDisplayGrantLevelXSpiritBurstUnique__1", }, + ["15% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges"] = { "ChargeBonusChanceToGainMaximumEnduranceCharges", }, + ["Socketed Gems are Supported by Level 11 Trap"] = { "DisplaySupportedByTrapUniqueBootsDex6", }, + ["+20 to Dexterity"] = { "DexterityUniqueJewel8", "DexterityUniqueDagger12", "DexterityUnique__13", }, + ["Adds 1 to (30-50) Lightning Damage to Attacks"] = { "AddedLightningDamageUniqueBelt12", }, + ["+(40-60)% to Fire Damage over Time Multiplier"] = { "FireDamageOverTimeMultiplierUnique__1", }, + ["Adds 1 to (20-30) Lightning Damage to Attacks"] = { "AddedLightningDamageUniqueBodyStrDex2", }, + ["(180-200)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__29", "LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe4", "LocalIncreasedPhysicalDamagePercentUnique__20", }, + ["Regenerate 1% of Mana per second"] = { "BaseManaRegenerationUniqueBodyDexInt2", }, + ["Adds (15-20) to (25-35) Cold Damage to Spells and Attacks"] = { "AddedColdDamageUnique__10", }, + ["Consecrated Ground created by this Flask has Tripled Radius"] = { "FlaskConsecratedGroundAreaOfEffectUnique__1_", }, + ["Each Summoned Phantasm grants you Phantasmal Might"] = { "PhantasmGrantsBuffUnique__1", }, + ["(40-60)% increased Mana Regeneration Rate"] = { "ManaRegenerationUnique__11___", }, + ["(50-75)% increased Effect of Shrine Buffs on you"] = { "ShrineBuffEffectUnique__1", }, + ["60% increased Mana Regeneration Rate while stationary"] = { "IncreasedManaRegenerationWhileStationaryUnique__1", }, + ["Minions have (10-20)% increased maximum Life"] = { "MinionLifeUnique__2", }, + ["+(30-50) to Intelligence"] = { "IntelligenceUnique__22_", "IntelligenceUnique__19", }, + ["+10 to maximum Divine Charges"] = { "DivineChargeOnHitUnique__1_", }, + ["You have no Life Regeneration"] = { "NoLifeRegenerationUnique___1", }, + ["Vaal Skills used during effect have 10% reduced Soul Gain Prevention Duration"] = { "FlaskVaalSoulPreventionDurationUnique__1_", }, + ["+1 to Level of Socketed Curse Gems"] = { "IncreaseSocketedCurseGemLevelUnique__1", "IncreaseSocketedCurseGemLevelUniqueShieldDex4", }, + ["50% chance to cause Bleeding on Hit"] = { "CausesBleedingUniqueTwoHandAxe4", "LocalChanceToBleedUnique__1__", "CausesBleedingUniqueTwoHandAxe4Updated", }, + ["3% increased Defences from Equipped Shield per 10 Devotion"] = { "ShieldDefencesPerDevotion", }, + ["(30-40)% increased maximum Mana and reduced Cold Resistance"] = { "ManaAndReducedColdResistanceUnique__1", }, + ["Minions have +(2-5)% chance to Suppress Spell Damage"] = { "MinionDodgeChanceUniqueJewel16", }, + ["30% of Physical Damage Converted to Chaos Damage"] = { "PhysicalDamageConvertToChaosBodyStrInt4", }, + ["Enemies you Shock have 30% reduced Cast Speed"] = { "ShockedEnemyCastSpeedUnique__1", }, + ["6% chance to deal Double Damage per 500 Strength"] = { "DoubleDamagePer500StrengthUnique__1", }, + ["30% increased Mana Regeneration Rate"] = { "ManaRegenerationAuraUnique__1", "ManaRegenerationUniqueIntHelmet2", }, + ["(4-6)% increased Cast Speed"] = { "IncreasedCastSpeedUnique__4", }, + ["+(1-75) to maximum Mana"] = { "IncreasedManaUnique__15", }, + ["1% increased Armour per 50 Reserved Mana"] = { "GainArmourEqualToManaReservedUnique__1", }, + ["(20-30)% increased Chaos Damage"] = { "IncreasedChaosDamageUnique__4_2", "IncreasedChaosDamageUniqueShieldDex7", }, + ["+(-40-90) to Maximum Charges"] = { "FlaskExtraChargesUnique__2_", }, + ["20% increased Movement Speed when on Full Life"] = { "MovementVelocityOnFullLifeUniqueBootsInt3", }, + ["With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds"] = { "BlightThresholdJewel_4", "BlightThresholdJewel_3", "BlightThresholdJewel_2", }, + ["Grants Level 25 Envy Skill"] = { "GrantsEnvyUnique__1", }, + ["30% reduced maximum Mana"] = { "GainManaOnManaPaidManaCost3____", "GainManaOnManaPaidManaCost2", "GainManaOnManaPaidManaCost1", }, + ["10% of Fire Damage from Hits taken as Physical Damage"] = { "FireDamageTakenConvertedToPhysicalUniqueBodyStrDex5", "FireDamageTakenConvertedToPhysicalUnique__1", }, + ["5% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentUniqueRing1", }, + ["Haste has no Reservation"] = { "HasteNoReservationUnique__1", }, + ["+(26-32)% chance to Suppress Spell Damage"] = { "ChanceToSuppressSpellsUnique__1_", }, + ["Temporal Chains has 50% reduced Effect on you"] = { "TemporalChainsEffectivenessOnSelfUniqueRing27", }, + ["You cannot be Shocked for 3 seconds after being Shocked"] = { "ShockImmunityWhenShockedUniqueGlovesStrInt1", }, + ["Adds (1-10) to (70-90) Lightning Damage"] = { "LocalAddedLightningDamageUniqueStaff14", }, + ["Arrows fired from the fourth firing points Chain +2 times"] = { "VolleyFourthPointChainUnique__1", }, + ["32% increased Elemental Damage"] = { "ElementalDamagePercentImplicitSceptreNew20", "ElementalDamagePercentImplicitSceptreNew21__", }, + ["You cannot be Hindered"] = { "YouCannotBeHinderedUnique__2", "YouCannotBeHinderedUnique__1", }, + ["With at least 40 Dexterity in Radius, Viper Strike has a 10% chance per Poison on Enemy to grant Unholy Might for 4 seconds on Hit"] = { "ViperStrikeThresholdJewel__2", }, + ["+1 to Level of Socketed Spell Gems"] = { "LocalIncreaseSocketedSpellGemLevel1", "LocalIncreaseSocketedSpellGemLevelUniqueWand4", }, + ["Adds (5-6) to (12-14) Cold Damage to Spells"] = { "SpellAddedColdDamageUnique__6__", }, + ["8% increased Global Defences per White Socket"] = { "GlobalDefensesPerWhiteSocketUnique__1", }, + ["+1 to Level of Socketed Elemental Gems"] = { "LocalIncreaseSocketedElementalGemUniqueGlovesInt6", }, + ["Left ring slot: Projectiles from Spells cannot Chain"] = { "LeftRingSpellProjectilesCannotChainUnique__1", }, + ["Gain Sacrificial Zeal when you use a Skill, dealing you 150% of the Skill's Mana Cost as Physical Damage per Second"] = { "SacrificialZealOnSkillUseUnique__1_", }, + ["Intelligence from Passives in Radius is Transformed to Strength"] = { "JewelIntToStrUniqueJewel34", "JewelIntToStr", }, + ["Your Critical Strike Chance is Lucky while on Low Life"] = { "LuckyCriticalsOnLowLifeUnique__1___", }, + ["(60-80)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__18", }, + ["(15-20)% increased Armour"] = { "GlobalPhysicalDamageReductionRatingPercentUnique__1", "IncreasedPhysicalDamageReductionRatingPercentUniqueJewel50", }, + ["(20-30)% reduced Enemy Stun Threshold with this Weapon"] = { "StunThresholdReductionUnique__1___", }, + ["(200-250)% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUniqueAmulet17", }, + ["(245-280)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt5", }, + ["+(20-30)% to Quality of all Skill Gems"] = { "GlobalSkillGemQualityUnique__1", }, + ["(25-40)% increased Effect of Shocks you inflict during Flask effect"] = { "ShockEffectDuringFlaskEffectUnique__1__", }, + ["(140-180)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__5", "LocalIncreasedEvasionAndEnergyShieldUnique__22", }, + ["Trigger Level 20 Fiery Impact on Melee Hit with this Weapon"] = { "TriggeredFieryImpactOnHitWithWeaponImplicitE3", }, + ["1% additional Physical Damage Reduction per Power Charge"] = { "ChargeBonusPhysicalDamageReductionPerPowerCharge_", }, + ["6% Chance to Block Spell Damage"] = { "BlockingBlocksSpellsUnique__1", }, + ["+(15-20)% to Cold and Lightning Resistances"] = { "ColdAndLightningResistUnique__2", }, + ["Enemies Cursed by you are Hindered with 25% reduced Movement"] = { "Curse25PercentHinderEnemyUnique__1", }, + ["+2 to Level of Socketed Curse Gems"] = { "IncreaseSocketedCurseGemLevelUniqueHelmetInt9", }, + ["10% reduced Cast Speed"] = { "ReducedCastSpeedUniqueBootsDex5", "IncreasedCastSpeedUniqueAmulet16", }, + ["(40-50)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__37__", }, + ["+(60-80) to Intelligence"] = { "IntelligenceUniqueGlovesStr3", }, + ["(250-300)% increased Charges per use"] = { "LocalFlaskChargesUsedUniqueFlask2", }, + ["(7-10)% chance to Freeze"] = { "ChanceToFreezeUniqueQuiver5", }, + ["(20-30)% chance to Shock during any Flask Effect"] = { "ShockChanceWhileUsingFlaskUniqueBelt9c", }, + ["(20-30)% increased Rarity of Items found during Flask effect"] = { "FlaskItemRarityUniqueFlask1", }, + ["(30-40)% increased Damage"] = { "AllDamageUnique__4", }, + ["Socketed Vaal Skills have 80% increased Skill Effect Duration"] = { "LocalVaalSkillEffectDurationUnique__1", }, + ["Cannot Evade Enemy Attacks"] = { "CannotEvade", }, + ["Gain 30 Mana per Grand Spectrum"] = { "ManaPerStackableJewelUnique__1", }, + ["(150-200)% increased Armour and Evasion"] = { "LocalIncreasedArmourAndEvasionUniqueHelmetStrDex2", "LocalIncreasedArmourAndEvasionUnique__17_", }, + ["25% increased Burning Damage"] = { "BurnDamageUniqueDescentOneHandMace1", }, + ["+(14-18)% to all Elemental Resistances"] = { "AllResistancesUnique__3", }, + ["(15-20)% increased Chaos Damage"] = { "IncreasedChaosDamageUniqueCorruptedJewel2", }, + ["+1 to Maximum Endurance Charges"] = { "ChargeBonusMaximumEnduranceCharges", "MaximumEnduranceChargeUnique__2", "MaximumEnduranceChargeUnique__1_", "MaximumEnduranceChargeUniqueRing2", "MaximumEnduranceChargeUniqueBodyStr3", }, + ["(80-100)% increased Spell Damage"] = { "SpellDamageUniqueHelmetInt8", }, + ["(70-80)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueBow7", }, + ["(140-200)% increased Stun Duration on Enemies"] = { "StunDurationUniqueQuiver8", }, + ["60% increased Block Recovery"] = { "BlockRecoveryImplicitShield1", }, + ["Arrows Pierce all Targets after Forking"] = { "ArrowsAlwaysPierceAfterForkingUnique__1__", }, + ["+2 to Level of Socketed Cold Gems"] = { "LocalIncreaseSocketedColdGemLevelUnique__1", }, + ["Adds (12-16) to (20-24) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueBow11", }, + ["2% of Attack Damage Leeched as Life against Taunted Enemies"] = { "AttackLeechAgainstTauntedEnemyUnique__1", }, + ["(240-280)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUnique__23", }, + ["(20-40)% increased Cold Damage"] = { "ColdDamagePercentUnique__9", }, + ["+(25-35)% to Cold Resistance"] = { "ColdResistUnique__25", }, + ["+(25-30)% to Cold Resistance"] = { "ColdResistUnique__24", "ColdResistUnique__23", }, + ["(10-15)% Chance to Block Spell Damage"] = { "SpellBlockPercentageUniqueShieldInt1", }, + ["Your Skills deal you 400% of Mana Spent on Upfront Skill Mana Costs as Physical Damage"] = { "PhysicalDamageOnSkillUseUniqueHelmetInt8", }, + ["Sacrifice 5% of Life to gain that much Energy Shield when you Cast a Spell"] = { "SacrificeLifeToGainESUnique__1", }, + ["100% increased Shock Duration on you"] = { "SelfShockDurationUniqueBelt12_", }, + ["(6-9)% increased Attack and Cast Speed"] = { "AttackAndCastSpeedUnique__3", }, + ["(15-20)% increased Lightning Damage per Frenzy Charge"] = { "IncreaseLightningDamagePerFrenzyChargeUniqueOneHandSword6", }, + ["1.2% of Damage Leeched as Life on Critical Strike"] = { "LifeLeechOnCritPermyriadUniqueTwoHandAxe8", }, + ["10% chance to grant a Frenzy Charge to nearby Allies on Kill"] = { "GrantsAlliesFrenzyChargeOnKillUnique__1_", }, + ["(15-20)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__25", "LocalIncreasedAttackSpeedUniqueSceptre9", "LocalIncreasedAttackSpeedUnique__33", }, + ["You have Fungal Ground around you while stationary"] = { "FungalAroundWhenStationaryUnique__1_", }, + ["(10-15)% increased Attack and Movement Speed while you have a Bestial Minion"] = { "AttackAndMovementSpeedBeastialMinionUnique__1", }, + ["(70-80)% reduced Duration"] = { "FlaskEffectDurationUnique__6", }, + ["Hits with this Weapon deal (30-60)% increased Damage to Ignited Enemies"] = { "LocalElementalDamageAgainstIgnitedEnemiesUnique__1_", }, + ["(20-30)% increased Attack Speed if you haven't Cast Dash recently"] = { "AttackSpeedIfHaventUsedDashRecentlyUnique__1", }, + ["+(8-12)% to all Elemental Resistances"] = { "AllResistancesImplicitVictorAmulet", "AllResistancesImplicitArmour1", }, + ["Lightning Resistance is 75%"] = { "LightningResistanceOverrideUnique__1_", }, + ["Adds (105-116) to (160-172) Fire Damage"] = { "LocalAddedFireDamageImplicitE3_", }, + ["When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy"] = { "IgniteNearbyEnemyOnIgnitedKillUniqueRing20", "IgniteNearbyEnemyOnIgnitedKillUnique__1", }, + ["15% increased Damage for each Poison on you up to a maximum of 75%"] = { "DamagePerPoisonOnSelfUnique__1_", }, + ["Call of Steel has (80-100)% increased Use Speed"] = { "CallOfSteelUseSpeedUnique__2", "CallOfSteelUseSpeedUnique__1", }, + ["+40 to Evasion Rating"] = { "EvasionPerPointToClassStartUnique__1", }, + ["Mana Reservation of Herald Skills is always 45%"] = { "HeraldsAlwaysCost45Unique__1", }, + ["50% less Ignite Duration"] = { "UniqueVolkuursGuidanceIgniteDurationFinal", }, + ["Damage Penetrates (8-10)% Elemental Resistances while you are Chilled"] = { "ElementalPenetrationWhileChilledUnique__1___", }, + ["Unwavering Stance"] = { "UnwaveringStance", "KeystoneUnwaveringStanceUnique__1", }, + ["(200-220)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5", }, + ["+60% to Chaos Resistance"] = { "ChaosResistUnique__5", }, + ["(80-100)% increased Critical Strike Chance for Spells"] = { "SpellCriticalStrikeChanceUniqueDagger1", }, + ["Chaos Damage taken does not bypass Energy Shield during effect"] = { "ChaosDamageDoesNotBypassESDuringFlaskEffectUnique__1", }, + ["Socketed Skills Summon your maximum number of Totems in formation"] = { "SummonMaximumNumberOfSocketedTotemsUnique_1", }, + ["Elemental Equilibrium"] = { "KeystoneElementalEquilibriumSceptreImplicit1", "KeystoneElementalEquilibriumUnique__1", }, + ["(40-60)% increased Damage with Hits and Ailments against Enemies affected by 3 Spider's Webs"] = { "DamageAgainstEnemiesWith3WebsUnique__1_", }, + ["Eldritch Battery"] = { "KeystoneEldritchBatteryUnique__2", "KeystoneEldritchBatteryUnique__1", }, + ["(17-25)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedUnique__14", }, + ["(15-25)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__5", "LocalCriticalStrikeChanceUnique14", "LocalCriticalStrikeChanceUnique__12", }, + ["+3 to Minimum Endurance Charges while on Low Life"] = { "MinimumEnduranceChargeOnLowLifeUnique__1", }, + ["Resolute Technique"] = { "ResoluteTechniqueUniqueTwoHandAxe9", "KeystoneResoluteTechniqueUnique__1", }, + ["(75-90)% increased Spell Damage"] = { "SpellDamageUnique__5", }, + ["+1 to Maximum Life per 2 Intelligence"] = { "IncreasedLifePerIntelligenceUnique__1", }, + ["(15-20)% increased maximum Energy Shield"] = { "GlobalEnergyShieldPercentUnique__1", }, + ["(14-20)% increased Quantity of Items found"] = { "ItemFoundQuantityIncreaseUniqueBootsDex2", }, + ["+(8-12)% Chance to Block"] = { "AdditionalBlockChanceUnique__7__", }, + ["Cannot be Ignited if Strength is higher than Dexterity"] = { "CannotBeIgnitedWithStrHigherThanDexUnique__1", }, + ["Lose (10-15)% of Energy Shield when you deal a Critical Strike"] = { "LoseEnergyShieldPercentOnCritUnique__1", }, + ["50% chance for Impales on Enemies you Kill to Reflect Damage to surrounding Enemies"] = { "EnemiesKilledApplyImpaleDamageUnique__1", }, + ["Has 1 Abyssal Socket"] = { "AbyssJewelSocketUnique__3", "AbyssJewelSocketImplicit", "AbyssJewelSocketUnique__8", "AbyssJewelSocketUnique__6_", "AbyssJewelSocketUnique__5", "AbyssJewelSocketUnique__12", "AbyssJewelSocketUnique__7", "AbyssJewelSocketUnique__10", }, + ["(50-70)% increased Spell Damage"] = { "SpellDamageOnWeaponUniqueDagger1", "SpellDamageUniqueStaff12", }, + ["(10-20)% reduced Enemy Stun Threshold"] = { "StunThresholdReductionUniqueOneHandMace6", }, + ["1.6% of Physical Attack Damage Leeched as Life"] = { "LifeLeechPermyriadImplicitClaw1", }, + ["+(40-50)% to Cold Resistance"] = { "ColdResistUniqueGlovesStrInt3", "ColdResistUniqueGlovesStrDex3", }, + ["Penetrate 1% Elemental Resistances per 10 Omniscience"] = { "ElementalPenPerAscendanceUnique__1", }, + ["+(8-16)% to all Elemental Resistances"] = { "AllResistancesImplictBootsDemigods1", "AllResistancesImplictHelmetDemigods1", }, + ["Socketed Gems are Supported by Level 10 Faster Casting"] = { "DisplaySocketedGemsGetFasterCastUniqueDagger5", }, + ["75% reduced Maximum number of Summoned Raging Spirits"] = { "ReducedRagingSpiritsAllowedUnique__1", }, + ["100% increased Evasion Rating during Onslaught"] = { "IncreasedEvasionWithOnslaughtUnique_1", }, + ["20% increased Area of Effect if you have Blocked Recently"] = { "AreaOfEffectIfBlockedRecentlyUber1", }, + ["Adds 100 to 100 Lightning Damage"] = { "LocalAddedLightningDamageUnique__1", }, + ["+1 to Level of all Vaal Skill Gems"] = { "GlobalVaalGemsLevelImplicit1_", }, + ["4% reduced Duration of Curses on you per 10 Devotion"] = { "CurseSelfDurationPerDevotion", }, + ["40% reduced Light Radius"] = { "LightRadiusUniqueHelmetStrDex6", "LightRadiusUniqueHelmetStrInt4", }, + ["Trigger Level 20 Summon Phantasm Skill when you Consume a corpse"] = { "TriggerSummonPhantasmOnCorpseConsumeUnique__1", }, + ["Magic Utility Flask Effects cannot be removed"] = { "MagicUtilityFlasksCannotRemoveUnique__1", }, + ["(16-20)% increased Melee Damage"] = { "MeleeDamageImplicitGloves1", }, + ["Has 6 Abyssal Sockets"] = { "AbyssJewelSocketUnique__14", }, + ["+(10-20) to Strength"] = { "StrengthUniqueBodyStr4", "StrengthUnique__21", "StrengthUniqueRing2", }, + ["Socketed Gems Cost and Reserve Life instead of Mana"] = { "SocketedemsHaveBloodMagicUniqueShieldStrInt2", "SocketedGemsHaveBloodMagicUnique__1", "SocketedGemsHaveBloodMagicUniqueOneHandSword7", }, + ["(130-150)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__11", }, + ["Regenerate 150 Life per second if you have at least 1500 Maximum Energy Shield"] = { "LifeRegenerationWith1500EnergyShieldUnique__1", }, + ["Your Chaos Damage has 60% chance to Poison Enemies"] = { "ChaosDamageChanceToPoisonUnique__1", }, + ["Adds (255-285) to (300-330) Cold Damage in Off Hand"] = { "OffHandAddedColdDamageUniqueOneHandAxe2", }, + ["+1 to Maximum Siphoning Charges per Elder or Shaper Item Equipped"] = { "MaximumSiphoningChargePerElderOrShaperItemUnique__1", }, + ["Minions have (10-20)% increased Movement Speed"] = { "MinionRunSpeedUnique__4", }, + ["(120-150)% increased Evasion Rating"] = { "LocalIncreasedEvasionRatingPercentUnique__17", "LocalIncreasedEvasionRatingPercentUnique__14", }, + ["20% of Physical Damage from Hits taken as Damage of a Random Element"] = { "PhysicalDamageTakenAsRandomElementUnique__1", }, + ["-(50-40) Physical Damage taken from Attack Hits"] = { "PhysicalAttackDamageReducedUniqueBelt8", }, + ["+(600-1000) to Accuracy Rating"] = { "IncreasedAccuracyUnique__3", }, + ["(20-30)% chance to gain an additional Vaal Soul on Kill"] = { "AdditionalVaalSoulOnKillUniqueCorruptedJewel4_", }, + ["+35 to maximum Energy Shield"] = { "IncreasedEnergyShieldUnique__2", }, + ["Regenerate 10% Life over one second when Hit while Sane"] = { "RegenerateLifeNotUnhingedUnique__1", }, + ["Items and Gems have 25% reduced Attribute Requirements"] = { "GlobalItemAttributeRequirementsUniqueAmulet10", }, + ["With at least 40 Intelligence in Radius, 10% of Damage taken Recouped as Mana if you've Warcried Recently"] = { "RallyingCryThresholdJewel__1", }, + ["Critical Strikes inflict Malignant Madness if The Eater of Worlds is dominant"] = { "MalignantMadnessCritEaterDominantUnique__1", }, + ["(8-12)% increased Damage over Time"] = { "DegenerationDamageUnique__4__", "DamageOverTimeUnique___1", }, + ["Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies"] = { "AddedLightningDamageAgainstIgnitedEnemiesUnique__1", }, + ["(80-100)% increased Mana Regeneration Rate"] = { "ManaRegenerationUnique__9___", "ManaRegenerationUniqueAmulet10", }, + ["5% increased Damage taken"] = { "IncreasedDamageTakenUnique__1", }, + ["(10-15)% faster start of Energy Shield Recharge"] = { "ReducedEnergyShieldDelayImplicit1_", }, + ["(10-15)% increased Cooldown Recovery Rate for throwing Traps"] = { "TrapCooldownRecoveryUnique__1", }, + ["(25-30)% increased Lightning Damage"] = { "LightningDamagePercentUniqueRing20", }, + ["You have Onslaught while you have Cat's Agility"] = { "GainOnslaughtWhileCatsAgilityUnique__1_", }, + ["25% of Physical Damage Converted to Cold Damage"] = { "ConvertPhysicalToColdUnique__1", "ConvertPhysicalToColdUniqueOneHandAxe8", }, + ["3% of Physical Attack Damage Leeched as Life"] = { "LifeLeechPermyriadUniqueClaw6", "LifeLeechUniqueOneHandAxe6", "LifeLeechUniqueShieldDex2", "LifeLeechUniqueGlovesStrDex1", }, + ["Socketed Gems are Supported by Level 5 Increased Area of Effect"] = { "SocketedGemsGetIncreasedAreaOfEffectUniqueDescentOneHandSword1", }, + ["Regenerate 1% of Life per second"] = { "LifeRegenerationRatePercentUnique__3", "LifeRegenerationRatePercentUnique__4_", }, + ["Minions have (10-15)% increased Attack Speed"] = { "IncreasedMinionAttackSpeedUnique__1_", }, + ["+(30-40) to maximum Energy Shield"] = { "IncreasedEnergyShieldUnique__5", "IncreasedEnergyShieldUniqueClaw1", "LocalIncreasedEnergyShieldUniqueHelmetDexInt5", "IncreasedEnergyShieldUniqueRing18", "LocalIncreasedEnergySheildUnique__2_", }, + ["Take 250 Lightning Damage when Herald of Thunder Hits an Enemy"] = { "TakeDamageWhenHeraldOfThunderHitsUnique__1__", }, + ["+20 to Strength and Dexterity"] = { "StrengthDexterityUnique__1", }, + ["Your hits can't be Evaded"] = { "AlwaysHitsUniqueGlovesDexInt4", "AlwaysHitsUnique__2", }, + ["(30-50)% slower Restoration of Ward"] = { "WardDelayRecoveryUnique__2", }, + ["Vaal Attack Skills you Use yourself Cost Rage instead of requiring Souls"] = { "VaalAttacksUseRageInsteadOfSoulsUnique__1_", }, + ["Adds 1 to 3 Chaos Damage to Attacks"] = { "AddedChaosDamageUniqueRing1", }, + ["20% reduced Effect of Curses on you"] = { "ReducedCurseEffectUnique__1", }, + ["(20-25)% increased Melee Damage"] = { "MeleeDamageUnique__1", }, + ["10% increased Global Physical Damage"] = { "IncreasedPhysicalDamagePercentUniqueGlovesStr2", "IncreasedPhysicalDamagePercentUniqueJewel9", }, + ["Regenerate 3 Mana per second"] = { "AddedManaRegenerationUniqueJewel10", }, + ["Socketed Gems fire an additional Projectile"] = { "SocketedGemsAdditionalProjectilesUniqueWand9", }, + ["Movement Skills deal no Physical Damage"] = { "MovementSkillsDealNoPhysicalDamageUnique__1", }, + ["Gain a Flask Charge when you deal a Critical Strike while at maximum Frenzy Charges"] = { "ChargeBonusFlaskChargeOnCritFrenzyCharges", }, + ["Socketed Gems are Supported by Level 20 Blasphemy"] = { "SupportedByBlasphemyUnique", "SocketedGemsSupportedByBlasphemyUnique__2__", }, + ["-3 Physical Damage taken from Attack Hits"] = { "PhysicalAttackDamageReducedUniqueBodyDex2", }, + ["Grants Level 20 Aspect of the Crab Skill"] = { "GrantsCrabAspect1_", }, + ["20% less Damage taken if you have not been Hit Recently"] = { "ReducedDamageIfNotHitRecentlyUnique__1", }, + ["(60-80)% increased Spell Damage if your other Ring is an Elder Item"] = { "SpellDamageElderItemUnique__1_", }, + ["50% increased Duration of Shrine Effects on you"] = { "ShrineEffectDurationUniqueHelmetDexInt3", }, + ["(200-230)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace3", }, + ["Traps and Mines deal (3-5) to (10-15) additional Physical Damage"] = { "TrapAndMineAddedPhysicalDamageUnique__1", }, + ["Kill Enemies that have 15% or lower Life on Hit if The Searing Exarch is dominant"] = { "KillEnemyInstantlyExarchDominantUnique__1", }, + ["Summoned Raging Spirits' Hits always Ignite"] = { "RagingSpiritAlwaysIgniteUnique__1", }, + ["50% maximum Critical Strike Chance"] = { "MaximumCriticalStrikeChanceUniqueAmulet17", }, + ["Adds (19-22) to (30-35) Fire Damage to Spells and Attacks"] = { "AddedFireDamageUnique__2", }, + ["(20-30)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUniqueWand6_", "LocalCriticalStrikeChanceUniqueOneHandSword8", }, + ["Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows with a Non-Triggered Skill"] = { "VoidShotOnSkillUseUnique__1_", }, + ["Grants Level 20 Doryani's Touch Skill"] = { "GrantsTouchOfGodUnique__1", }, + ["5% increased Physical Damage with Daggers"] = { "DaggerBonus1", }, + ["25% increased Area of Effect while Fortified"] = { "AreaOfEffectWhileFortifiedUber1", }, + ["(10-20)% increased Attack Speed"] = { "LocalIncreasedAttackSpeedOneHandSword3", "LocalIncreasedAttackSpeedUniqueBow1", "LocalIncreasedAttackSpeedUniqueSceptre1", }, + ["80% increased Armour while stationary"] = { "IncreasedArmourWhileStationaryUnique__1", }, + ["Blind Chilled Enemies on Hit"] = { "OnHitBlindChilledEnemiesUnique__1_", }, + ["15% reduced Enemy Stun Threshold"] = { "StunThresholdReductionUniqueTwoHandMace1", "StunThresholdReductionImplicitMace2", }, + ["(40-50)% chance to Avoid Bleeding"] = { "ChanceToAvoidBleedingUnique__1", }, + ["0.3% of Physical Attack Damage Leeched as Mana per Blue Socket"] = { "ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUnique", }, + ["(80-100)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5", }, + ["(160-200)% increased Critical Strike Chance while you have Avatar of Fire"] = { "IncreasedCriticalStrikeChanceWithAvatarOfFireUnique__1", }, + ["(80-100)% increased Chaos Damage"] = { "IncreasedChaosDamageUnique__2", }, + ["(10-15)% increased Cold Damage"] = { "ColdDamagePercentUniqueHelmetStrInt3", "ColdDamagePercentUnique__15", "ColdDamagePercentUnique__13", "ColdDamagePercentUnique__2", "ColdDamagePercentUnique__1", "ColdDamagePercentUnique__12", }, + ["+(23-28)% to Global Critical Strike Multiplier"] = { "CriticalMultiplierUnique__3__", }, + ["Lose 7% of Mana per Second"] = { "LoseManaPercentPerSecondUnique__1", }, + ["You are Chilled while you are Bleeding"] = { "ChilledWhileBleedingUnique__1_", }, + ["Adds (90-115) to (230-260) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__15", }, + ["+(16-22)% to Cold Damage over Time Multiplier"] = { "ColdDamageOverTimeMultiplierUnique__2", }, + ["+(15-25)% to Global Critical Strike Multiplier"] = { "CriticalMultiplierUniqueDagger8", "CriticalMultiplierUniqueRing17", "CriticalMultiplierImplicitBow1", "CriticalMultiplierUnique__4____", }, + ["Minions convert 25% of Physical Damage to Cold Damage per Green Socket"] = { "MinionPhysicalToColdPerGreenSocket_", }, + ["(80-100)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__8", }, + ["Socketed Gems are Supported by Level 30 Generosity"] = { "SupportedByGenerosityUniqueBodyDexInt4_", }, + ["Every 16 seconds you gain Elemental Overload for 8 seconds"] = { "GainElementalOverloadEvery16SecondsUnique__1", }, + ["Socketed Gems have 30% increased Reservation Efficiency"] = { "SocketedItemsHaveReducedReservationUniqueShieldStrInt2", }, + ["Skills fire 2 additional Projectiles if you've used a Movement Skill Recently"] = { "NumberOfProjectilesIfUsedAMovementSkillRecentlyUnique__1", }, + ["Herald of Agony has (30-40)% increased Mana Reservation Efficiency"] = { "HeraldBonusAgonyReservationEfficiency", "HeraldBonusAgonyReservation", }, + ["Implicit Modifiers Cannot Be Changed"] = { "CanHaveEveryInfluenceTypeImplicitE1", }, + ["(70-130)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__23_", }, + ["Regenerate 0.4% of Energy Shield per Second for"] = { "EnergyShieldRegenPerAllocatedIntelligenceJewelUnique__1_", }, + ["Socketed Warcry Skills have +1 Cooldown Use"] = { "SocketedWarcryCooldownCountUnique__1", }, + ["Crimson Dance"] = { "KeystoneCrimsonDanceUnique__1", }, + ["+32 to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueGlovesInt2", }, + ["+50 to Armour"] = { "IncreasedPhysicalDamageReductionRatingUniqueJewel9", }, + ["+70 to maximum Life"] = { "IncreasedLifeUniqueOneHandMace7", }, + ["Skills Chain +1 times"] = { "AdditionalChainUniqueOneHandMace3", "AdditionalChainUnique__2", "AdditionalChainUnique__1", }, + ["+3 Life gained for each Elemental Ailment on Enemies hit by your Spells"] = { "LifeOnSpellHitPerStatusAilmentOnEnemyUniqueJewel33", }, + ["(60-80)% increased Spell Damage"] = { "SpellDamageUnique__2", }, + ["+500 to maximum Life"] = { "IncreasedLifeUniqueBodyStr1", }, + ["Minions Recover 2% of their Life when they Block"] = { "MinionLifeRecoveryOnBlockUniqueJewel18", }, + ["Gain 100% of Weapon Physical Damage as Extra Damage of each Element"] = { "LocalPhysicalDamageAddedAsEachElementTransformed2", "LocalPhysicalDamageAddedAsEachElementTransformed", }, + ["(5-15)% increased Strength"] = { "PercentageStrengthUniqueHelmetStrDex6", }, + ["+(20-30)% to all Elemental Resistances"] = { "AllResistancesUniqueRing21", "AllResistancesUniqueShieldDex3", }, + ["Adds (5-10) to (15-23) Physical Damage"] = { "LocalAddedPhysicalDamageUniqueOneHandMace5", }, + ["Socketed Gems are Supported by Level 18 Ice Bite"] = { "SupportedByIceBiteUnique__1", }, + ["Gain a Power Charge when you use a Vaal Skill"] = { "GainPowerChargeOnUsingVaalSkillUnique__1", }, + ["Reflects 15 Fire Damage to Melee Attackers"] = { "AttackerTakesFireDamageUniqueBodyInt2", }, + ["Minions have +6% to Damage over Time Multiplier per"] = { "MinionDamageOverTimeMultiplierPerMinionAbyssJewelUnique__1", }, + ["Cover Enemies in Ash when they Hit you"] = { "CoverInAshWhenHitUnique__1", }, + ["(12-16)% increased Attributes"] = { "TalismanIncreasedAllAttributes", }, + ["Summon Raging Spirit has (20-30)% increased Duration"] = { "RagingSpiritDurationUnique__1", }, + ["1% increased Minion Attack and Cast Speed per 10 Devotion"] = { "MinionAttackAndCastSpeedPerDevotion", }, + ["15% increased Movement Speed"] = { "MovementVelocityUniqueBootsStrDex3", "MovementVelocityUnique__7", "MovementVelocityUnique__16", "MovementVelocityUnique__17__", "MovementVelocityUniqueBootsStr1", "MovementVelocityUniqueBootsDexInt2", "MovementVelocityUniqueBootsStrDex4", "MovementVelocityUnique__18", "MovementVelocityUnique__19", "MovementVelocityUniqueBodyStrDex5_", "MovementVelocityUnique__8", }, + ["Battlemage"] = { "BattlemageKeystoneUnique__1", "SpellAddedFireDamageUnique__5", "BattlemageKeystoneUnique__3", "BattlemageKeystoneUnique__2_", "SpellAddedPhysicalDamageUnique__1_", }, + ["Poisonous Hit"] = { "LocalPoisonOnHit", }, + ["Attacks Cost Life instead of Mana"] = { "AttacksHaveBloodMagic__1", }, + ["Implicit Modifier magnitudes are tripled"] = { "LocalTripleImplicitModsUnique__1__", }, + ["Gain Absorption Charges instead of Power Charges"] = { "GainAbsorptionChargesInsteadOfPowerUnique__1", }, + ["+3 to Melee Strike Range while at Maximum Frenzy Charges"] = { "MeleeWeaponRangeAtMaximumFrenzyChargesUber1_", }, + ["+2 to Melee Strike Range while Fortified"] = { "MeleeWeaponRangeWhileFortifiedUber1", }, + ["25% increased Critical Strike Chance per Grand Spectrum"] = { "CriticalStrikeChancePerStackableJewelUnique__1", }, + ["(6-30)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUnique__3", }, + ["Cannot Leech"] = { "CannotLeech", }, + ["+1 Energy Shield gained on Kill per Level"] = { "EnergyShieldGainedOnEnemyDeathPerLevelUniqueSceptre8", }, + ["50% of Fire Damage from Hits taken as Cold Damage"] = { "TalismanFireTakenAsCold", }, + ["Grants Level 20 Queen's Demand Skill"] = { "UniqueStaffGrantQueensDemand___", }, + ["Left ring slot: Projectiles from Spells Fork"] = { "LeftRingSpellProjectilesForkUnique__1_", }, + ["Bathed in the blood of (100-8000) sacrificed in the name of Xibaqua"] = { "UniqueJewelAlternateTreeInRadiusVaal", }, + ["12% increased Cast Speed"] = { "IncreasedCastSpeedUniqueDescentWand1", }, + ["25% chance to inflict Fire Exposure on Hit"] = { "FireExposureOnHitUnique__1", }, + ["You have Vaal Pact while at maximum Endurance Charges"] = { "ChargeBonusVaalPactEnduranceCharges", }, + ["Commissioned (2000-160000) coins to commemorate Cadiro"] = { "UniqueJewelAlternateTreeInRadiusEternal", }, + ["You have Crimson Dance if you have dealt a Critical Strike Recently"] = { "CrimsonDanceIfCritRecentlyUnique__1", }, + ["15% increased Mana Regeneration Rate"] = { "ReducedManaRegenerationUniqueRing27", }, + ["With 40 total Dexterity and Strength in Radius, Prismatic Skills deal 50% less Lightning Damage"] = { "ElementalHitDisableLightningUniqueJewel_1", }, + ["(20-30)% reduced Cast Speed"] = { "ReducedCastSpeedUniqueGlovesStrInt4_", "ReducedCastSpeedUnique__1_", }, + ["Adds (10-20) to (30-50) Cold Damage"] = { "LocalAddedColdDamageUniqueOneHandMace4_", }, + ["+100 to Strength"] = { "StrengthUniqueGlovesStr2", }, + ["(33-37)% increased Spell Damage"] = { "SpellDamageOnWeaponImplicitWand15", }, + ["30% increased Life Recovery from Flasks"] = { "BeltFlaskLifeRecoveryUniqueDescentBelt1", }, + ["Cannot Block while you have no Energy Shield"] = { "CannotBlockWithNoEnergyShieldUnique__1", }, + ["(50-75)% increased Critical Strike Chance"] = { "LocalCriticalStrikeChanceUnique__8", }, + ["50% increased Effect of non-Keystone Passive Skills in Radius"] = { "PassiveEffectivenessJewelUnique__1_", }, + ["While your Passive Skill Tree connects to the Scion's starting location, you gain:"] = { "StarterPassiveJewelUnique__14_", "StarterPassiveTreeJewelUnique__6", }, + ["(8-13)% increased Attack Speed"] = { "IncreasedAttackSpeedUnique_1", }, + ["Summoned Raging Spirits deal (60-80)% increased Damage"] = { "RagingSpiritDamageUnique__2", }, + ["Arrows fired from the first firing points always Pierce"] = { "VolleyFirstPointPierceUnique__1_", }, + ["40% less Burning Damage"] = { "EmberwakeLessBurningDamageUnique__1", }, + ["Grants Level 10 Gluttony of Elements Skill"] = { "GluttonyOfElementsUniqueAmulet23", }, + ["20% increased Quantity of Fish Caught"] = { "FishingQuantityUnique__2", }, + ["Fire Damage is increased by 1% per 5 Intelligence from Allocated Passives in Radius"] = { "IncreasedFireballRadiusUniqueJewel57", }, + ["+1500 Armour if you've Blocked Recently"] = { "GainArmourIfBlockedRecentlyUnique__2", }, + ["Adds (30-40) to (70-80) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__18", }, + ["Critical Strike Chance is increased by Overcapped Lightning Resistance"] = { "CriticalChanceIncreasedByUncappedLightningResistanceUnique__1", }, + ["+2 to Level of Socketed Gems"] = { "LocalIncreaseSocketedGemLevelUnique__11_", "LocalIncreaseSocketedGemLevelUniqueWand8", "LocalIncreaseSocketedGemLevelUnique__6", "LocalIncreaseSocketedGemLevelUnique__1", "UniqueSpecialCorruptionSocketedGemLevel", "LocalIncreaseSocketedGemLevelUniqueRing39", }, + ["Grants Level 12 Summon Stone Golem Skill"] = { "GrantsLevel12StoneGolem", }, + ["(50-75)% increased Duration of Poisons you inflict during Flask effect"] = { "FlaskPoisonDurationUnique__1", }, + ["+(12-16)% to Chaos Resistance"] = { "ChaosResistUniqueQuiver9", }, + ["+30% chance to Suppress Spell Damage"] = { "ChanceToSuppressSpellsUniqueBodyDex1", }, + ["(20-30)% increased Rarity of Items found"] = { "ItemFoundRarityIncreaseUniqueStrDexHelmet1", "ItemFoundRarityIncreaseUniqueHelmetWreath1", "ItemFoundRarityIncreaseImplicitDemigodsBelt1", "ItemFoundRarityIncreaseUniqueBootsDemigods1", "ItemFoundRarityIncreaseUniqueBootsDexInt1", }, + ["Modifiers to Minimum Frenzy Charges instead apply to Minimum Affliction Charges"] = { "MinimumAfflictionChargeModifiersEqualsFrenzyUnique__1", }, + ["+(30-60) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__31", }, + ["20% chance to Impale on Spell Hit"] = { "ChanceToImpaleWithSpellsUnique__1", }, + ["(20-30)% more Maximum Life"] = { "MoreMaximumReservedLifeUnique__1", }, + ["(30-40)% less Energy Shield Recharge Rate"] = { "LessRechargeRateSoullessEleganceUnique__1", }, + ["+12% Chance to Block Attack Damage while wielding a Staff"] = { "StaffBlockPercentUniqueStaff9", }, + ["(170-190)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__17_", "LocalIncreasedPhysicalDamagePercentUnique__9", }, + ["Adds (50-70) to (135-165) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__7", }, + ["Adds (25-30) to (40-45) Fire Damage to Spells and Attacks"] = { "AddedFireDamageUnique__3", }, + ["+(60-75) to Intelligence"] = { "IntelligenceUniqueRing13", }, + ["Adds (7-8) to (15-16) Fire Damage to Attacks"] = { "AddedFireDamageUniqueBelt10", }, + ["(140-160)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__33", }, + ["+6 to maximum number of Raging Spirits"] = { "ExtraRagingSpiritsUnique__1", }, + ["Adds (11-16)-(21-25) Physical Damage to Attacks while you have a Bestial Minion"] = { "AddedPhysicalDamageToAttacksBeastialMinionUnique__1", }, + ["(20-40)% increased Projectile Damage"] = { "IncreasedProjectileDamageUniqueBootsDexInt4", }, + ["Adds (145-157) to (196-210) Fire Damage to Hits with this Weapon against Blinded Enemies"] = { "AddedFireDamageAgainstBlindedEnemiesUnique__1_", }, + ["Regenerate (75-125) Life per second while Ignited"] = { "LifeRegeneratedPerMinuteWhileIgnitedUnique__1", }, + ["Purity of Elements has no Reservation"] = { "PurityOfElementsNoReservationUnique__1_", }, + ["+(1-5)% to all maximum Elemental Resistances"] = { "MaximumElementalResistanceUnique__1__", }, + ["Gain a Frenzy Charge on reaching Maximum Power Charges"] = { "WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1", }, + ["Melee Attacks have (20-40)% chance to Poison on Hit"] = { "PoisonOnMeleeHitUnique__1", }, + ["30% chance to Avoid Elemental Ailments while Phasing"] = { "ChanceToDodgeSpellsWhilePhasing_Unique_1", }, + ["Socketed Projectile Spells fire 4 additional Projectiles"] = { "SocketedGemsAdditionalProjectilesUnique__1__", }, + ["30% increased Area Damage"] = { "AreaDamageUnique__1", "AreaDamageImplicitMace1", }, + ["+(10-20) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUniqueBodyInt5", "LocalIncreasedEnergyShieldUniqueBootsInt2", }, + ["(30-50)% increased Projectile Speed"] = { "ProjectileSpeedUnique__8", }, + ["Immune to Freeze, Chill, Curses and Stuns during Flask Effect"] = { "FlaskImmuneToStunFreezeCursesUnique__1", }, + ["Summoned Arbalists' Projectiles Split into 3"] = { "SummonArbalistNumberOfSplits__", }, + ["30% chance to Avoid being Chilled during Flask effect"] = { "AvoidChillUniqueFlask8", }, + ["30% increased Projectile Speed"] = { "ProjectileSpeedUnique__2", "ProjectileSpeedUnique__5__", "ProjectileSpeedUnique___1", "ProjectileSpeedUniqueAmulet5", }, + ["Adds 2 to 3 Fire Damage to Spells and Attacks"] = { "AddedFireDamageUniqueBodyInt5", }, + ["(300-400)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergyShieldUnique__22", "LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt4", }, + ["Passives granting Cold Resistance or all Elemental Resistances in Radius"] = { "ColdResistConvertedToDodgeChanceScaledJewelUnique__1", "ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1", }, + ["(8-12)% increased Quantity of Items found during Flask effect"] = { "FlaskItemQuantityUniqueFlask1", }, + ["Despair has no Reservation if Cast as an Aura"] = { "DespairReservationCostUnique__1", }, + ["+5% Chance to Block Spell Damage per Power Charge"] = { "ChanceToBlockSpellsPerPowerChargeUnique__2_", }, + ["Shocks you inflict spread to other Enemies within a Radius of 15"] = { "ShockProliferationUnique__1", }, + ["Enemy Hits inflict Temporal Chains on you"] = { "EnemyTemporalChainsOnHitUnique__1", }, + ["10% chance to Shock"] = { "ChanceToShockUnique__1", "ChanceToShockUniqueBow10", }, + ["Trigger Level 10 Consecrate when you deal a Critical Strike"] = { "TriggeredConsecrateUnique__1", }, + ["(140-160)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__27", "LocalIncreasedPhysicalDamagePercentUnique__5", }, + ["+2 to Level of Socketed Vaal Gems"] = { "LocalIncreaseSocketedVaalGemLevelUnique__1", "LocalIncreaseSocketedVaalGemLevelUniqueGlovesStrDex4", }, + ["Projectile Attack Skills have (40-60)% increased Critical Strike Chance"] = { "ProjectileAttackCriticalStrikeChanceUnique__1", }, + ["+(350-400) to Accuracy Rating"] = { "IncreasedAccuracyUnique__2", "IncreasedAccuracyUniqueBow7", }, + ["Minions have +29% to Chaos Resistance"] = { "MinionChaosResistanceUnique__2__", }, + ["Area contains a Blight Encounter"] = { "MapAdditionalBlightEnchantment", }, + ["Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items"] = { "HitsIgnoreChaosResistanceAllElderItemsUnique__1", }, + ["Summoned Arbalists gain (30-40)% of Physical Damage as Extra Cold Damage"] = { "SummonArbalistPhysicalDamagePercentToAddAsCold_", }, + ["(15-20)% increased Evasion Rating"] = { "GlobalEvasionRatingPercentUnique__1", }, + ["Adds (25-30) to (40-45) Cold Damage to Spells and Attacks"] = { "AddedColdDamageUnique__4", }, + ["50% increased Flask Mana Recovery rate"] = { "FlaskManaRecoveryRateUniqueBodyStrDex1", }, + ["+(160-180) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__24_", }, + ["(120-160)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique__4", }, + ["+3 to Level of all Physical Spell Skill Gems"] = { "GlobalPhysicalSpellGemsLevelUnique__1", }, + ["(60-80)% increased Chaos Damage"] = { "IncreasedChaosDamageUnique__4", }, + ["Enemies Taunted by you take 10% increased Damage"] = { "TauntedEnemiesTakeIncreasedDamage_", }, + ["8% of Physical Damage from Hits taken as Fire Damage"] = { "PhysicalDamageTakenAsFirePercentUnique__1", }, + ["Gain (5-10)% of Maximum Mana as Extra Maximum Energy Shield"] = { "GainManaAsExtraEnergyShieldUnique__1", }, + ["(25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by at least 5 Poisons"] = { "GainFrenzyChargeOnKillVsEnemiesWith5PoisonsUnique__1", }, + ["(12-20)% increased Cast Speed"] = { "IncreasedCastSpeedUnique__10", }, + ["Trigger Level 20 Darktongue's Kiss when you Cast a Curse Skill"] = { "GrantsDarktongueKissUnique__1", }, + ["+(40-60)% to Cold Resistance"] = { "ColdResistUnique__33", }, + ["+(700-1000) to Evasion Rating while in Sand Stance"] = { "EvasionRatingSandStanceUnique__1", }, + ["25% chance to double Stun Duration"] = { "ChanceForDoubleStunDurationImplicitMace_1", }, + ["Socketed Gems are Supported by Level 10 Innervate"] = { "SupportedByInnervateUnique__2", }, + ["+(8-12)% to Chaos Resistance"] = { "ChaosResistUniqueDagger8", }, + ["8% Chance to Block Spell Damage"] = { "SpellBlockUniqueTwoHandAxe6", "SpellBlockUniqueShieldInt4", }, + ["(3-5)% increased Movement Speed"] = { "MovementVelocityUnique__9_", "ChanceToDodgeUniqueRing37", }, + ["(10-20)% increased Area Damage"] = { "AreaDamageUniqueOneHandMace7", }, + ["Only affects Passives in Small Ring"] = { "JewelRingRadiusValuesUnique__1", }, + ["Bleeding cannot be inflicted on you"] = { "ChanceToAvoidBleedingUnique__2_", "BleedingImmunityUnique__1", "BleedingImmunityUnique__2", }, + ["+6 Life and Mana gained for each Enemy hit"] = { "LifeAndManaOnHitImplicitMarakethClaw1", }, + ["(15-25)% increased Poison Duration if you have at least 150 Intelligence"] = { "PoisonDurationWithOver150IntelligenceUnique__1", }, + ["5% chance to Blind Enemies on Hit with Attacks"] = { "AttacksBlindOnHitChanceUnique__1", }, + ["Hits with this Weapon deal (30-60)% increased Damage to Frozen Enemies"] = { "LocalElementalDamageAgainstFrozenEnemiesUnique__1", }, + ["Adds (49-98) to (101-140) Chaos Damage"] = { "LocalChaosDamageUniqueOneHandSword3", }, + ["With at least 40 Dexterity in Radius, Galvanic Arrow has 25% increased Area of Effect"] = { "ShrapnelShotThresholdJewel_1", }, + ["60% increased Critical Strike Chance against Chilled Enemies"] = { "GlobalCriticalStrikeChanceAgainstChilledUnique__1", }, + ["Regenerate 250 Energy Shield per second if all Equipped items are Corrupted"] = { "EnergyShieldRegenerationPerMinuteWhileAllCorruptedItemsUnique__1", }, + ["+15 to Maximum Mana per 10 Dexterity on Unallocated Passives in Radius"] = { "FlatManaPerUnallocatedDexterityJewelUnique__1", }, + ["Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value"] = { "SpellDamageModifiersApplyToAttackDamageUniqueHelmetInt7", }, + ["Adds (242-260) to (268-285) Physical Damage"] = { "LocalAddedPhysicalDamageUnique__33_", }, + ["Projectiles from Spells cannot Pierce"] = { "SpellsCannotPierceUnique__1__", }, + ["Grants Level 15 Blood Offering Skill"] = { "DisplayGrantsBloodOfferingUnique__1_", }, + ["20% reduced Flask Charges gained"] = { "FlaskChargesUniqueJewel___8", }, + ["Melee Critical Strikes Poison the Enemy"] = { "CausesPoisonOnCritUnique__1", }, + ["+5 to maximum Life"] = { "LifePerPointToClassStartUnique__1_", }, + ["16% increased Mana Reservation Efficiency of Skills"] = { "ReducedManaReservationsCostUniqueHelmetDex5", "ManaReservationEfficiencyUniqueHelmetDex5_", }, + ["Sap Enemies when you Block their Damage"] = { "ChanceToInflictSapOnEnemyOnBlockImplicitE1", }, + ["+(10-30) to all Attributes"] = { "AllAttributesUniqueRing6", }, + ["25% chance to Ignite"] = { "ChanceToIgniteUnique__5", }, + ["(150-180)% increased Armour and Energy Shield"] = { "LocalIncreasedArmourAndEnergySheildUniqueGlovesStrInt2", }, + ["Adds 2 to 3 Physical Damage to Attacks per Level"] = { "PhysicalDamageToAttacksPerLevelUnique__2", }, + ["Socketed Gems deal 63 to 94 Added Fire Damage"] = { "SupportFlatAddedFireDamageUnique__1", }, + ["4% additional Physical Damage Reduction per Keystone"] = { "PhysicalDamageReductionPerKeystoneUnique__1", }, + ["Gain (3-5)% of Physical Damage as Extra Chaos Damage per Elder Item Equipped"] = { "PhysicalDamagePercentAddedAsChaosPerElderItemUnique__1", }, + ["Grants Level 25 Bear Trap Skill"] = { "GrantsBearTrapUniqueShieldDexInt1", }, + ["Adds 1 to 200 Lightning Damage"] = { "AddedLocalLightningDamageUniqueClaw1", }, + ["(4-6)% chance to throw up to 4 additional Traps"] = { "ChanceToThrowFourAdditionalTrapsUnique__1", }, + ["(5-10)% of Damage taken Recouped as Mana"] = { "PercentDamageGoesToManaUniqueBootsDex3", "PercentDamageGoesToManaUniqueHelmetStrInt3", }, + ["+8 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw3_1", "LifeGainPerTargetImplicitClaw2", }, + ["Grants Level 20 Hatred Skill"] = { "HatredSkillUniqueDescentClaw1", }, + ["(50-80)% increased Ward"] = { "LocalIncreasedWardPercentUnique__4_", }, + ["Minions are Aggressive"] = { "MinionLargerAggroRadiusUnique__1", }, + ["Poison you inflict is Reflected to you if you have fewer than 100 Poisons on you"] = { "ReflectPoisonsToSelfUnique__1", }, + ["Critical Strikes deal no Damage"] = { "CriticalStrikesDealNoDamageUnique__1", }, + ["Frostblink has 50% increased Duration"] = { "FrostblinkDurationUnique__1_", }, + ["+5 Life gained on Kill"] = { "LifeGainedFromEnemyDeathUniqueDagger11", }, + ["(20-30)% increased Elemental Damage with Attack Skills"] = { "WeaponElementalDamageImplicitQuiver13New", "WeaponElementalDamageUniqueRing10", }, + ["33% of Chaos Damage taken does not bypass Energy Shield"] = { "ChaosDamageDoesNotBypassEnergyShieldPercentUnique__1", }, + ["+20% Chance to Block Attack Damage if you have Blocked Spell Damage Recently"] = { "AttackBlockIfBlockedSpellRecentlyUnique__1_", }, + ["+200 to Strength"] = { "StrengthUnique__12", }, + ["(5-15)% increased Attributes"] = { "AllAttributesPercentUnique__2", }, + ["Deal Triple Damage with Elemental Skills"] = { "ElementalSkillsTripleDamageUnique__1", }, + ["Immune to Elemental Ailments while affected by Glorious Madness"] = { "ElementalAilmentImmunityGloriousMadnessUnique1", }, + ["4% increased Brand Damage per 10 Devotion"] = { "BrandDamagePerDevotion", }, + ["Adds (54-64) to (96-107) Fire Damage to Spells while no Life is Reserved"] = { "AddedFireDamageWhileNoLifeReservedUnique__1", }, + ["Summoned Golems have (30-45)% increased Cooldown Recovery Rate"] = { "GolemsSkillsCooldownRecoveryUnique__1_", }, + ["Area can contain Breaches"] = { "MapAdditionalBreachEnchantment3__", "MapAdditionalBreachEnchantment2", "MapAdditionalBreachEnchantment1", "MapAdditionalBreachEnchantment5", }, + ["(50-75)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__15", "LocalIncreasedPhysicalDamagePercentUniqueOneHandMace1", }, + ["+(260-300) to Armour"] = { "IncreasedPhysicalDamageReductionRatingUniqueRing12", "IncreasedPhysicalDamageReductionRatingUnique__2", }, + ["(140-200)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace1", }, + ["+(210-240)% to Global Critical Strike Multiplier"] = { "CriticalMultiplierUniqueAmulet17", }, + ["Enemies Killed with Attack or Spell Hits Explode, dealing 10% of their Life as Fire Damage"] = { "EnemiesExplodeOnDeathUniqueTwoHandMace7", }, + ["(25-30)% increased Damage while Leeching"] = { "IncreasedDamageWhileLeechingLifeUniqueJewel19", }, + ["2% increased Movement Speed per Frenzy Charge"] = { "MovementVelocityPerFrenzyChargeUniqueBootsDex4", "MovementVelocityPerFrenzyChargeUniqueDescentOneHandSword1_", }, + ["10% reduced Movement Speed"] = { "MovementSkillCooldownReducedMoveSpeedImplicitR2_", "MovementSkillCooldownReducedMoveSpeedImplicitR3_", "MovementSkillCooldownReducedMoveSpeedImplicitR1", "ReducedMovementVelocityUnique__1", "ReducedMovementVelocityUnique__2", "MovementVelocityUniqueTwoHandMace3", }, + ["Minions have +40% to Fire Resistance"] = { "MinionFireResistUnique__1", }, + ["Your Maximum Frenzy Charges is equal to your Maximum Power Charges"] = { "MaximumFrenzyChargesEqualToMaximumPowerChargesUnique__1", }, + ["(40-80)% increased Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUniqueShieldInt2", }, + ["Consumes Maximum Charges to use"] = { "FlaskVaalConsumeMaximumChargesUnique__1", }, + ["(20-40)% increased Fire Damage"] = { "FireDamagePercentBodyStr1", }, + ["10% chance to Ignite"] = { "ChanceToIgniteUniqueBodyInt2", "IncreasedChanceToIgniteUniqueRing31", "ChanceToIgniteUnique__2", "ChanceToIgniteUniqueRing38", "ChanceToIgniteUnique__3", }, + ["If you've Warcried Recently, you and nearby allies have 20% increased Attack, Cast and Movement Speed"] = { "AttackCastMoveOnWarcryRecentlyUnique____1", }, + ["Adds (20-24) to (33-36) Fire Damage"] = { "GlobalAddedFireDamageUnique__1", }, + ["With at least 40 Dexterity in Radius, Dual Strike Hits Intimidate Enemies for"] = { "DualStrikeThresholdJewelAxe", }, + ["50% chance to Trigger Socketed Spells on Killing a Shocked Enemy"] = { "CastSocketedSpellsOnShockedEnemyKillUnique__1", }, + ["Adds (13-18) to (26-32) Physical Damage to Attacks"] = { "AddedPhysicalDamageUnique__10", }, + ["(25-30)% increased Fire Damage"] = { "FireDamagePercentUnique__4", "FireDamagePercentUniqueRing18", }, + ["75% of Damage taken bypasses Ward"] = { "DamageBypassesWardPercentUnique__1", }, + ["20% chance for Energy Shield Recharge to start when you Block"] = { "EnergyShieldRechargeOnBlockUnique__1", }, + ["You have Onslaught while Fortified"] = { "OnslaughtWhileFortifiedUnique__1", }, + ["(15-25)% increased Quantity of Items Dropped by Slain Maimed Enemies"] = { "IIQFromMaimedEnemiesUnique_1", }, + ["+(50-60) to maximum Mana"] = { "IncreasedManaUnique__13", }, + ["You have Vaal Pact if you've dealt a Critical Strike Recently"] = { "VaalPactIfCritRecentlyUnique__1", }, + ["100% increased Global Defences"] = { "AllDefencesUnique__2", "AllDefencesUnique__3", }, + ["(125-150)% increased Critical Strike Chance for Spells"] = { "SpellCriticalStrikeChanceUniqueGlovesInt6", }, + ["Attacks with this Weapon have 50% chance to inflict Bleeding while you do not have Avatar of Fire"] = { "ChanceToBleedWithoutAvatarOfFireUnique__1", }, + ["(10-20)% of Lightning Damage taken as Fire Damage"] = { "LightningHitAndDoTDamageTakenAsFireUnique__1", }, + ["Grants Level 20 Snipe Skill"] = { "GrantsLevel20SnipeUnique__1", }, + ["Socketed Gems are Supported by Level 1 Mana Leech"] = { "DisplaySupportedByManaLeechUnique__1", }, + ["(100-140)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__31", }, + ["Adds 3 to 9 Lightning Damage to Spells per Power Charge"] = { "AddedLightningDamagePerPowerChargeUnique__1", }, + ["Area is inhabited by 10 additional Rogue Exiles"] = { "MapAreaContainsExiles__", }, + ["(140-180)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUniqueClaw1", "LocalIncreasedPhysicalDamagePercentUnique__41___", "LocalIncreasedPhysicalDamageUniqueOneHandMace4", }, + ["Minions Recover 20% of Life on Killing a Poisoned Enemy"] = { "MinionsRecoverLifeOnKillingPoisonedEnemyUnique__1_", }, + ["Socketed Gems are Supported by Level 10 Controlled Destruction"] = { "ControlledDestructionSupportUnique__1New_", "ControlledDestructionSupportUnique__1", }, + ["10% increased Experience Gain for Corrupted Gems"] = { "IncreasedCorruptedGemExperienceUniqueCorruptedJewel9", }, + ["25% chance that if you would gain Power Charges, you instead gain up to"] = { "ChanceToGainMaximumPowerChargesUnique__1_", }, + ["(90-150)% increased Armour"] = { "LocalIncreasedPhysicalDamageReductionRatingPercentUnique8_", }, + ["While your Passive Skill Tree connects to the Ranger's starting location, you gain:"] = { "StarterPassiveJewelUnique__10__", "StarterPassiveTreeJewelUnique__2", }, + ["+10% to Lightning Resistance"] = { "LightningResistUniqueHelmetDexInt1", }, + ["You can catch Exotic Fish"] = { "FishingExoticFishUniqueFishingRod1", }, + ["-(25-15) to Intelligence"] = { "IntelligenceUnique__24", }, + ["Nearby Enemies are Crushed while you have at least 25 Rage"] = { "EnemiesCrushedWithRageUnique__1_", }, + ["Gain Adrenaline for 3 seconds when Ward Breaks"] = { "AdrenalineOnWardBreakUnique__1", }, + ["Cannot Cast Spells"] = { "CannotCastSpellsUnique__1", }, + ["3% increased Effect of non-Damaging Ailments on Enemies per 10 Devotion"] = { "AilmentEffectPerDevotion", }, + ["+(10-20) Life gained on Kill"] = { "LifeGainedFromEnemyDeathUniqueBootsStrInt1", }, + ["With 5 Corrupted Items Equipped: Gain Soul Eater for 10 seconds on Vaal Skill use"] = { "CorruptThresholdSoulEaterOnVaalSkillUseUniqueCorruptedJewel11", }, + ["Adds (8-12) to (15-20) Physical Damage to Attacks"] = { "AddedPhysicalDamageUniqueShieldDex6", "AddedPhysicalDamageUnique__8", }, + ["1 to 4 Added Physical Damage with Bow Attacks"] = { "AddedPhysicalDamageImplicitQuiverDescent", "AddedPhysicalDamageImplicitQuiver6_", }, + ["(20-30)% chance to gain an Endurance Charge on Hitting an Enemy with no Armour"] = { "EnduranceChargeNoArmourUnique__1_", }, + ["Penetrate 1% Elemental Resistances per Frenzy Charge"] = { "ElementalPenetrationPerFrenzyChargeUniqueGlovesStrDex6", }, + ["With at least 40 Strength in Radius, 20% increased"] = { "GlacialHammerThresholdJewel__1", }, + ["Socketed Curse Gems have 80% increased Reservation Efficiency"] = { "ReducedReservationForSocketedCurseGemsUnique__2", }, + ["+(15-50) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldUnique__20", }, + ["Adds 19 to 43 Chaos Damage to Attacks"] = { "AddedChaosDamageUniqueAmulet23", }, + ["Lethe Shade"] = { "KeystoneLetheShadeUnique_1", }, + ["(300-400)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__20", "LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt2", }, + ["Area is inhabited by 5 additional Invasion Bosses"] = { "MapAreaContainsInvasionBosses", }, + ["+(40-60) Life gained for each Enemy hit by your Attacks"] = { "LifeGainPerTargetUniqueRing7", }, + ["Creates Chilled Ground on Use"] = { "UtilityFlaskChilledGround", }, + ["Adds (15-25) to (40-50) Cold Damage to Spells and Attacks"] = { "AddedColdDamageToSpellsAndAttacksUnique__1", }, + ["Skills fire 2 additional Projectiles during Flask Effect"] = { "FlaskAdditionalProjectilesDuringEffectUnique__1", }, + ["Regenerate 0.3% of Life per second per Endurance Charge"] = { "ChargeBonusLifeRegenerationPerEnduranceCharge", }, + ["25% chance to gain a Frenzy Charge on Kill"] = { "FrenzyChargeOnKillChanceUnique__2", }, + ["Golems have (16-20)% increased Attack and Cast Speed"] = { "GolemAttackAndCastSpeedUnique__1", }, + ["+(30-35)% to Fire Resistance"] = { "FireResistUniqueBelt9", }, + ["Avatar of Fire"] = { "KeystoneAvatarOfFireUnique__1", }, + ["Projectiles have 4% chance to be able to Chain when colliding with terrain per"] = { "ChainOffTerrainChancePerRangedAbyssJewelUnique__1__", }, + ["Increases and Reductions to Minion Damage also affect you at 150% of their value"] = { "MinionDamageAlsoAffectsYouUnique__1", }, + ["(140-170)% increased Physical Damage"] = { "LocalIncreasedPhysicalDamagePercentUnique__22", }, + ["9% increased Movement Speed"] = { "MovementVelocityImplicitShield3", }, + ["(120-170)% increased Evasion and Energy Shield"] = { "LocalIncreasedEvasionAndEnergyShieldUnique__13", }, + ["+40 to Armour"] = { "ArmourPerPointToClassStartUnique__1", }, + ["+(60-80) to maximum Energy Shield"] = { "LocalIncreasedEnergyShieldPercentUniqueIntHelmet1", "LocalIncreasedEnergyShieldUnique__23", "IncreasedEnergyShieldImplicitBelt2", }, + ["50% increased Evasion Rating if you have been Hit Recently"] = { "IncreasedEvasionIfHitRecentlyUnique___1", }, + ["-1 Dexterity per 1 Dexterity on Allocated Passives in Radius"] = { "AdditionalDexterityPerAllocatedDexterityJewelUnique__1", }, + ["10% chance to gain an Endurance, Frenzy or Power Charge when any"] = { "RandomChargeOnTrapTriggerUnique__1", }, + ["Recover (3-5)% of Life on Kill"] = { "MaximumLifeOnKillPercentUnique__3__", }, + ["-1 to Maximum Frenzy Charges"] = { "ReducedMaximumFrenzyChargesUniqueCorruptedJewel16", "ReducedMaximumFrenzyChargesUnique__1", }, + ["+60% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently"] = { "CritMultiIfDealtNonCritRecentlyUnique__2", }, + ["(15-25)% increased Global Critical Strike Chance"] = { "CriticalStrikeChanceUnique__5__", }, + ["+40 Life gained for each Enemy hit by Attacks"] = { "LifeGainPerTargetImplicit2Claw9_", "LifeGainPerTargetImplicit2Claw11_", }, + ["Curse Enemies with Vulnerability on Block, with 20% increased Effect"] = { "VulnerabilityOnBlockUniqueStaff9", "VulnerabilityOnBlockUniqueShieldStrDex3", }, + ["50% of Lightning Damage from Hits taken as Fire Damage"] = { "TalismanLightningTakenAsFire", }, + ["You have Onslaught while at maximum Endurance Charges"] = { "OnslaughtWithMaxEnduranceChargesUnique__1", }, + ["(40-50)% increased Damage with Hits and Ailments against Blinded Enemies"] = { "DamageAgainstBlindedEnemiesUnique__1", }, + ["You gain Onslaught for 1 seconds on Killing Taunted Enemies"] = { "OnslaughtOnKillingTauntedEnemyUnique__1", }, + ["Gain +50 Life when you Taunt an Enemy"] = { "LifeGainedOnTauntingEnemyUnique__1", }, + +} \ No newline at end of file diff --git a/src/Data/Uniques/Special/Uniques.lua b/src/Data/Uniques/Special/Uniques.lua index 09ed0c603b..5eb16de188 100644 --- a/src/Data/Uniques/Special/Uniques.lua +++ b/src/Data/Uniques/Special/Uniques.lua @@ -2,6562 +2,6758 @@ -- Item data (c) Grinding Gear Games return { - ["StrengthUniqueRing2"] = { affix = "", "+(10-20) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthImplicitAmulet1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 7, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthImplicitBelt1"] = { affix = "", "+(25-35) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueHelmetDexInt1"] = { affix = "", "+20 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueTwoHandMace1"] = { affix = "", "+10 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueAmulet5"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueIntHelmet3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueBootsInt1"] = { affix = "", "+(5-10) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueDagger2"] = { affix = "", "+25 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueGlovesDex1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueBelt1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueBelt2"] = { affix = "", "+(40-50) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 20, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueBelt4"] = { affix = "", "+25 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueGlovesStr2"] = { affix = "", "+100 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueTwoHandAxe3"] = { affix = "", "+(15-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueBodyStrInt3"] = { affix = "", "+(30-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueGlovesStrDex3"] = { affix = "", "+10 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueHelmetStrDex3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueClaw5_"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueRing8"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueBootsDexInt2"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueTwoHandAxe5"] = { affix = "", "+10 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueTwoHandSword5"] = { affix = "", "+(40-50) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueBelt7"] = { affix = "", "+(40-55) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueSceptre6"] = { affix = "", "+(50-70) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueBodyStr4"] = { affix = "", "+(10-20) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueQuiver6"] = { affix = "", "+(15-25) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueOneHandSword8"] = { affix = "", "+(35-50) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueGlovesStrInt2"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueRing31__"] = { affix = "", "+(15-25) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueClaw9"] = { affix = "", "+(10-15) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUniqueRing36"] = { affix = "", "+(30-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__1"] = { affix = "", "+30 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique___2"] = { affix = "", "+(30-50) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__4"] = { affix = "", "+30 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__5"] = { affix = "", "+(20-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__6"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__7_"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__8"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__9"] = { affix = "", "+(20-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__10"] = { affix = "", "+(20-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__11"] = { affix = "", "+(30-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__12"] = { affix = "", "+200 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__13_"] = { affix = "", "+(60-120) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__14"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__15"] = { affix = "", "+20 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__16"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 65, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__17"] = { affix = "", "+(20-30) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 62, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__18"] = { affix = "", "+(30-50) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__19_"] = { affix = "", "+(20-40) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__20_"] = { affix = "", "+20 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["StrengthUnique__21"] = { affix = "", "+(10-20) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 50, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["PercentageStrengthUniqueBootsStrInt2"] = { affix = "", "(15-18)% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUniqueJewel29"] = { affix = "", "(4-6)% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUnique__1"] = { affix = "", "100% reduced Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUnique__2"] = { affix = "", "(4-6)% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUnique__3"] = { affix = "", "10% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthUnique__4_"] = { affix = "", "10% reduced Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageStrengthImplicitMace1"] = { affix = "", "10% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityImplicitAmulet1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 7, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityImplicitQuiver1"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 15, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueRing3"] = { affix = "", "+10 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBodyDex1"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsInt1"] = { affix = "", "+(5-10) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsInt2"] = { affix = "", "+5 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsInt3"] = { affix = "", "+10 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueGlovesDex2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueGlovesStrDex1"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueAmulet7"] = { affix = "", "+10 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueHelmetStrDex2"] = { affix = "", "+(50-65) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsDex1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueDagger3"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueShieldStrInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBow4"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBow6"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsDex3"] = { affix = "", "+15 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBow7"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBodyDex4"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueHelmetDex4"] = { affix = "", "+(50-70) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueGlovesStrDex3"] = { affix = "", "+10 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueGlovesInt4__"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueGlovesDexInt4"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueHelmetStrDex3"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueRing8"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsDex4_"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsDexInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBelt7"] = { affix = "", "+(40-55) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueQuiver6"] = { affix = "", "+(35-45) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueQuiver7"] = { affix = "", "+30 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsDex8"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueJewel8"] = { affix = "", "+20 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueDagger11"] = { affix = "", "+(10-15) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueDagger12"] = { affix = "", "+20 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueClaw9"] = { affix = "", "+(10-15) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 53, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUniqueBootsDex9"] = { affix = "", "+(25-35) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__2"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 57, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__3"] = { affix = "", "+(30-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__4"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__5"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__6"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__7"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__8"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__9"] = { affix = "", "+25 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__10_"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__11"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__12"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__13"] = { affix = "", "+20 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__14"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 65, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__15"] = { affix = "", "+(25-35) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__16"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__17"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 62, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__18"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__19"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 54, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__20__"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["DexterityUnique__21_"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 50, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["PercentageDexterityUniqueBodyDex7"] = { affix = "", "15% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUniqueJewel29"] = { affix = "", "(4-6)% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUnique__1"] = { affix = "", "100% reduced Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUnique__2"] = { affix = "", "(4-6)% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUnique__3"] = { affix = "", "(8-12)% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUnique__4"] = { affix = "", "(5-10)% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageDexterityUnique__5"] = { affix = "", "15% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueOneHandSword2"] = { affix = "", "+10 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceImplicitAmulet1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 7, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueRing4"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBootsInt1"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBootsInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueGlovesInt2"] = { affix = "", "+20 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBelt1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueWand1"] = { affix = "", "+10 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBootsDex1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueWand2"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBootsDex3"] = { affix = "", "+15 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBodyInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueShieldDex3"] = { affix = "", "+(40-60) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBodyStrInt3"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueGlovesInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueGlovesInt5"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueHelmetInt5"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueHelmetInt6"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueHelmetWard1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueRing13"] = { affix = "", "+(60-75) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueOneHandAxe1"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueSceptre5"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueGlovesStr3"] = { affix = "", "+(60-80) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueQuiver6"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueShieldInt4"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueStaff8"] = { affix = "", "+(80-120) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueBelt11"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueWand8"] = { affix = "", "+(10-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueHelmetInt9"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueDagger10_"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUniqueRing34"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["Intelligence__1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__3"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__4"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__5"] = { affix = "", "+40 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__6"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__7"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__8"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__9"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__10"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__11"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__12"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__13"] = { affix = "", "+20 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__14"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 65, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__15_"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__16"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 60, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__17"] = { affix = "", "+(40-70) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__18"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__19"] = { affix = "", "+(30-50) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__20"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__21"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__22_"] = { affix = "", "+(30-50) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__23"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__24"] = { affix = "", "-(25-15) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 28, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__25"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__26_"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__27"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["IntelligenceUnique__28"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 50, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUniqueStaff12_"] = { affix = "", "(14-18)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUniqueJewel29"] = { affix = "", "(10-15)% reduced Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUnique__1"] = { affix = "", "100% reduced Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUnique__2"] = { affix = "", "(4-6)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUnique__3"] = { affix = "", "(8-12)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["PercentageIntelligenceUnique__4"] = { affix = "", "(5-8)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesImplicitAmulet1"] = { affix = "", "+(10-16) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueAmulet8"] = { affix = "", "+(80-100) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueBelt3"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 20, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueAmulet9"] = { affix = "", "+(20-40) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesImplicitWreath1"] = { affix = "", "+(16-24) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueRing6"] = { affix = "", "+(10-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueHelmetStr3"] = { affix = "", "+(20-25) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesTestUniqueAmulet1"] = { affix = "", "+500 to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueBodyStr3"] = { affix = "", "+(40-50) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueTwoHandMace7"] = { affix = "", "+(25-50) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesImplicitDemigodRing1"] = { affix = "", "+(8-12) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 16, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesImplicitDemigodOneHandSword1"] = { affix = "", "+(16-24) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueRing26"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueHelmetStrInt5"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueStaff10"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUniqueAmulet22"] = { affix = "", "+(5-10) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__1"] = { affix = "", "+(30-50) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__2"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__3"] = { affix = "", "+(10-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__4"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__5"] = { affix = "", "+(25-75) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__6"] = { affix = "", "+(8-24) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__7"] = { affix = "", "+(15-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 57, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__8_"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__9"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__10_"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__11"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__12"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__13_"] = { affix = "", "+20 to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__14"] = { affix = "", "+(15-25) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__15"] = { affix = "", "+(25-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__16_"] = { affix = "", "+(15-25) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__17_"] = { affix = "", "+(10-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 65, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__18"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__19"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__20"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__21"] = { affix = "", "+(25-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 85, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__22_"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 60, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesUnique__23"] = { affix = "", "+(5-10) to all Attributes", statOrderKey = "742", statOrder = { 742 }, level = 50, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IncreasedLifeImplicitShield1"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeImplicitShield2"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeImplicitShield3"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueRing1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueOneHandSword1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueHelmetStr1"] = { affix = "", "+(25-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeImplicitRing1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 2, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeImplicitBelt1"] = { affix = "", "+(25-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 10, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStr1"] = { affix = "", "+500 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueAmulet4"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldDex2"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldStr1"] = { affix = "", "+(160-180) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsInt4"] = { affix = "", "+20 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldStr2"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueTwoHandAxe4"] = { affix = "", "+100 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyDexInt1"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueHelmetDex4"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyInt5"] = { affix = "", "+6 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueGlovesInt3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ReducedLifeUniqueGlovesDexInt4"] = { affix = "", "-20 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueHelmetStrDex4"] = { affix = "", "+(200-220) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueAmulet14"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 40, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueTwoHandMace6"] = { affix = "", "+(35-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyDex6"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueHelmetDex5"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrDex3_"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldStrInt6"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrDex2"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsDex6"] = { affix = "", "+(35-45) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueRing19"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBelt7"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBelt8"] = { affix = "", "+(75-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 63, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStr2"] = { affix = "", "+(12-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueDescentShield1"] = { affix = "", "+15 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueDescentHelmet1"] = { affix = "", "+10 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueWand4"] = { affix = "", "+(15-20) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeImplicitGlovesDemigods1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueOneHandAxe3"] = { affix = "", "+(10-15) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsStrDex3"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueGlovesDexInt5"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueHelmetStrDex5"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueGlovesStrDex4"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueQuiver3"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsDex7"] = { affix = "", "+(55-75) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueGlovesStr3"] = { affix = "", "+(60-75) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrDexInt1"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrInt5"] = { affix = "", "+(80-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsStr2"] = { affix = "", "+(150-200) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldDexInt1"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldDex5"] = { affix = "", "+(70-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrDex4"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueGlovesStrInt2"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldDex6"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueQuiver9"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBelt13"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrDex5"] = { affix = "", "+(160-200) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueRing28"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueAmulet19"] = { affix = "", "+(40-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 77, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueRing32"] = { affix = "", "+(0-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 82, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeFireResistUniqueBelt14"] = { affix = "", "+(70-85) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 65, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyDexInt3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueAmulet22"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 25, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStr6"] = { affix = "", "+(60-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBodyStrInt6"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueOneHandMace7"] = { affix = "", "+70 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldStr4"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldStr5"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsStr3_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueShieldStrInt5"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__15"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__4"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__5"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__6"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueAmulet25"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__1"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__2"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique___7"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__8"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__9"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__10"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__11"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__12_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUniqueBootsDex9__"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__14"] = { affix = "", "+(45-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__13"] = { affix = "", "+(40-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__16"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__17"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__18"] = { affix = "", "+(35-45) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__19"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__20"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__21"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__22"] = { affix = "", "+(100-150) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__23"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__24"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__25"] = { affix = "", "+(25-35) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__26"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__27"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__28"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__29"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__30"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__31"] = { affix = "", "+(65-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__32"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__33"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__34"] = { affix = "", "+(200-240) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__35"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__36_"] = { affix = "", "+(40-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__37"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__38"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__39"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__40"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__41"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__42_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__43"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__44"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__45"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__46"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__47"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__48"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__49_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__50"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__51"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__52"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__53"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 75, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__54"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__55"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__56"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__57"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__58"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__59"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__60"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__61"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__62"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__63_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__64"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__65"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 81, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__66"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__67_"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__68_"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__69"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__70"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__71"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__72_"] = { affix = "", "+(100-120) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__73"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__74"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__75"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__76"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__77"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__78"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__79"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__80_"] = { affix = "", "+(20-60) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__81"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__82"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__83"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__84"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__85_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__86_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__87"] = { affix = "", "+23 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 25, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__88"] = { affix = "", "+(50-175) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__89"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__90"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__91"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__92_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__93"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__94"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__95"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__96__"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__97"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__98"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__99"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__100"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__101"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__102"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__103"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 77, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__104_"] = { affix = "", "+100 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__105"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__106_"] = { affix = "", "+(120-160) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__107"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__108"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__109_"] = { affix = "", "+(45-65) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__110"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeUnique__111__"] = { affix = "", "+(40-70) to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedManaImplicitRing1"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 2, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaImplicitArmour1"] = { affix = "", "+(20-25) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueAmulet1"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBow1"] = { affix = "", "+(80-100) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueTwoHandSword2"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueQuiver1"] = { affix = "", "+(10-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueQuiver1a"] = { affix = "", "+(10-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueDexHelmet1"] = { affix = "", "+(15-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueIntHelmet3"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueGlovesStr1"] = { affix = "", "(10-15)% reduced maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueHelmetInt4"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBootsInt4"] = { affix = "", "+20 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueShieldInt2"] = { affix = "", "+(15-25) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueDagger4"] = { affix = "", "+(40-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBodyInt5"] = { affix = "", "+6 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBootsInt5"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueGlovesInt3"] = { affix = "", "+(60-80) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueAmulet10"] = { affix = "", "+100 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueWand3"] = { affix = "", "+(40-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBelt5"] = { affix = "", "+(45-55) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueRing14"] = { affix = "", "+(25-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueHelmetStrInt3"] = { affix = "", "+(100-120) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueClaw7"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueRing20"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueHelmetDexInt3"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBodyDexInt2"] = { affix = "", "+(100-150) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueSceptre6"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueWand4"] = { affix = "", "+(15-20) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBootsStrDex4"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBootsStrDex3"] = { affix = "", "+(10-20) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueRing17"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueHelmetStrDex5_"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBodyInt9"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueRing29"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueHelmetInt8"] = { affix = "", "+(30-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueAmulet19"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueTwoHandAxe9"] = { affix = "", "+(100-150) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueBodyStrInt6"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUniqueOneHandMace7"] = { affix = "", "+70 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__3"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__1"] = { affix = "", "+(60-120) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__2"] = { affix = "", "+30 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__4"] = { affix = "", "+(80-120) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__5"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__6"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__7"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 24, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__8"] = { affix = "", "+(30-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__9"] = { affix = "", "+(50-80) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__10"] = { affix = "", "+(150-200) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__12"] = { affix = "", "+(20-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__13"] = { affix = "", "+(50-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__14"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__15"] = { affix = "", "+(1-75) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__16"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__17"] = { affix = "", "+(80-100) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__18"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__19"] = { affix = "", "+500 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__20_"] = { affix = "", "+(120-160) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedManaUnique__21"] = { affix = "", "+(40-70) to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedEnergyShieldImplicitBelt1"] = { affix = "", "+(9-20) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 2, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldImplicitBelt2"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 99, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueClaw1"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueDagger4"] = { affix = "", "+50 to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueGlovesInt6"] = { affix = "", "+15 to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldImplicitRing1"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 25, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueAmulet14"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 40, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueBelt5"] = { affix = "", "+(60-70) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 70, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueRing18"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 25, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueBodyStrDexInt1"] = { affix = "", "+(70-80) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueQuiver7"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueBelt11"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueRing27"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUniqueRing35"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique___1"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__2"] = { affix = "", "+35 to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__3"] = { affix = "", "+(70-100) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__4"] = { affix = "", "+(75-80) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__5"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__6"] = { affix = "", "+250 to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__7"] = { affix = "", "+(80-120) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__8"] = { affix = "", "+(40-45) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__9"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldUnique__10"] = { affix = "", "+(60-70) to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBootsDex1"] = { affix = "", "+(100-150) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyInt5"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyInt9"] = { affix = "", "(200-220)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBootsDex8"] = { affix = "", "+(15-30) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetStrInt5_"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesStr4"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueShieldInt5"] = { affix = "", "+(70-90) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBootsDexInt4"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShiledUniqueBootsInt6"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergySheildUnique__1"] = { affix = "", "+(8-16) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergySheildUnique__2_"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__3"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique___4"] = { affix = "", "+20 to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__5"] = { affix = "", "+(40-50) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__6"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__7"] = { affix = "", "+(150-200) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__8"] = { affix = "", "+(110-130) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 65, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__9"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__10"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__11"] = { affix = "", "+(30-45) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__12"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__13_"] = { affix = "", "+40 to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__14"] = { affix = "", "+(50-80) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__15"] = { affix = "", "+(130-160) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__16"] = { affix = "", "+(90-110) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__17__"] = { affix = "", "+(30-50) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__18_"] = { affix = "", "+(64-96) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__19"] = { affix = "", "+(180-200) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__20"] = { affix = "", "+(15-50) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__21"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__22"] = { affix = "", "+(130-150) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__23"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__24_"] = { affix = "", "+(160-180) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__25"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__26"] = { affix = "", "+(40-80) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__27_"] = { affix = "", "+(50-90) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__28"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__29"] = { affix = "", "+(15-20) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__30__"] = { affix = "", "+(150-200) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUnique__31"] = { affix = "", "+(30-60) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["AddedPhysicalDamageImplicitRing1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 2, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageImplicitRing2"] = { affix = "", "Adds (3-4) to (10-14) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 100, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageImplicitQuiver1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 7, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageImplicitQuiver6_"] = { affix = "", "1 to 4 Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 7, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageImplicitQuiverDescent"] = { affix = "", "1 to 4 Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageImplicitQuiver11"] = { affix = "", "6 to 12 Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 35, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueBelt4"] = { affix = "", "Adds 5 to 15 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueBodyStr2"] = { affix = "", "Adds 2 to 4 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueBodyDex2"] = { affix = "", "Your Attacks deal -3 Physical Damage", statOrderKey = "1926", statOrder = { 1926 }, level = 1, group = "DewathsHidePhysicalDamageDealt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["AddedPhysicalDamageUniqueBodyDex4"] = { affix = "", "Adds 5 to 12 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueHelmetStr3"] = { affix = "", "Adds 40 to 60 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueRing8"] = { affix = "", "Adds 5 to 9 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Adds 20 to 30 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueQuiver3"] = { affix = "", "(10-14) to (19-24) Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueQuiver8"] = { affix = "", "6 to 10 Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueShieldDex6"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueJewel9"] = { affix = "", "Adds 3 to 7 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueQuiver9"] = { affix = "", "(8-10) to (14-16) Added Physical Damage with Bow Attacks", statOrderKey = "1572", statOrder = { 1572 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueShieldStrDex3"] = { affix = "", "Adds 4 to 8 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueRing37"] = { affix = "", "Adds (5-10) to (11-15) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueBootsStr3"] = { affix = "", "Adds (2-5) to (7-10) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique___1"] = { affix = "", "Adds 5 to 10 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUniqueAmulet25"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__2"] = { affix = "", "Adds (5-15) to (25-50) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__3"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__4"] = { affix = "", "Adds 1 to (15-20) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__5"] = { affix = "", "Adds (3-6) to (10-12) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (4-10) to (14-36) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__7"] = { affix = "", "Adds (12-15) to (24-28) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__8"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__9_"] = { affix = "", "Adds (5-7) to (11-12) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageUnique__10"] = { affix = "", "Adds (13-18) to (26-32) Physical Damage to Attacks", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__1"] = { affix = "", "Adds (15-20) to (30-40) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueSceptre9"] = { affix = "", "Adds (8-13) to (26-31) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueTwoHandAxe3"] = { affix = "", "Adds 5 to 10 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueRapier2"] = { affix = "", "Adds 10 to 15 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "Adds 2 to 10 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueTwoHandMace6"] = { affix = "", "Adds (43-56) to (330-400) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueTwoHandMace7"] = { affix = "", "Adds 5 to 25 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword5"] = { affix = "", "Adds (60-70) to (71-80) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandAxe3"] = { affix = "", "Adds (10-15) to (25-30) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueTwoHandAxe7"] = { affix = "", "Adds (205-220) to (250-270) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueStaff7"] = { affix = "", "Adds (135-145) to (160-175) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDescentOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDescentClaw1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandAxe5"] = { affix = "", "Adds (11-14) to (18-23) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueBow7"] = { affix = "", "Adds (25-35) to (36-45) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueBow5"] = { affix = "", "Adds (15-20) to (25-30) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueTwoHandSword8"] = { affix = "", "Adds (65-75) to (100-110) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "Adds (5-10) to (15-23) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueSceptre10"] = { affix = "", "Adds (35-46) to (85-128) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "Adds (5-10) to (13-20) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueWand9"] = { affix = "", "Adds (5-8) to (13-17) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__6"] = { affix = "", "Adds (60-80) to (150-180) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__7"] = { affix = "", "Adds (50-70) to (135-165) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__8"] = { affix = "", "Adds (35-40) to (55-60) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__9"] = { affix = "", "Adds (24-30) to (34-40) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__10"] = { affix = "", "Adds (5-8) to (15-20) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__11"] = { affix = "", "Adds (30-38) to (40-50) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__12"] = { affix = "", "Adds (30-45) to (80-100) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__13"] = { affix = "", "Adds (25-35) to (50-65) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__14"] = { affix = "", "Adds (40-50) to (130-150) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__15"] = { affix = "", "Adds (90-115) to (230-260) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__16_"] = { affix = "", "Adds (15-30) to (70-95) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__17_"] = { affix = "", "Adds (10-20) to (30-35) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 50, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__18"] = { affix = "", "Adds (30-40) to (70-80) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 40, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__19"] = { affix = "", "Adds (15-25) to (50-60) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 45, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__20_"] = { affix = "", "Adds (10-20) to (30-40) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 46, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__21"] = { affix = "", "Adds (90-110) to (145-170) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__22"] = { affix = "", "Adds (110-125) to (245-265) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__23_"] = { affix = "", "Adds (35-50) to (100-125) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__24"] = { affix = "", "Adds (60-80) to (270-320) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__25"] = { affix = "", "Adds (8-13) to (20-30) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__26"] = { affix = "", "Adds (70-80) to (340-375) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__27"] = { affix = "", "Adds (80-115) to (150-205) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__28"] = { affix = "", "Adds (160-185) to (200-225) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__29___"] = { affix = "", "Adds (95-115) to (240-265) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__30_"] = { affix = "", "Adds (45-60) to (100-120) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__31"] = { affix = "", "Adds (220-240) to (270-300) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__32"] = { affix = "", "Adds (94-98) to (115-121) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 77, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__33_"] = { affix = "", "Adds (242-260) to (268-285) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 75, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__34"] = { affix = "", "Adds (11-14) to (17-21) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__35"] = { affix = "", "Adds (83-91) to (123-130) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__36"] = { affix = "", "Adds (70-85) to (110-118) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__37"] = { affix = "", "Adds (42-47) to (66-71) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhyiscalDamageUnique__38"] = { affix = "", "Adds (25-35) to (45-55) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 75, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhyiscalDamageUnique__39"] = { affix = "", "Adds (85-110) to (135-150) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhyiscalDamageUnique__40__"] = { affix = "", "Adds (16-22) to (40-45) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhyiscalDamageUnique__41_"] = { affix = "", "Adds (40-65) to (70-100) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedFireDamageImplicitQuiver1"] = { affix = "", "Adds 2 to 4 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 2, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageImplicitQuiver10"] = { affix = "", "4 to 8 Added Fire Damage with Bow Attacks", statOrderKey = "1582", statOrder = { 1582 }, level = 28, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueQuiver1a"] = { affix = "", "5 to 10 Added Fire Damage with Bow Attacks", statOrderKey = "1582", statOrder = { 1582 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueBootsStrDex1"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueGlovesInt1"] = { affix = "", "Adds 4 to 8 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueAmulet7"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueBodyInt5"] = { affix = "", "Adds 2 to 3 Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUniqueRing10"] = { affix = "", "Adds (8-15) to (20-28) Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueRing20"] = { affix = "", "Adds (20-25) to (30-50) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUniqueBelt10"] = { affix = "", "Adds (7-8) to (15-16) Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueRing31"] = { affix = "", "Adds (8-10) to (12-14) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUniqueRing28"] = { affix = "", "Adds (12-15) to (25-30) Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueShieldStr3"] = { affix = "", "Adds (12-15) to (30-35) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUniqueShieldDemigods"] = { affix = "", "Adds 10 to 20 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUniqueRing36"] = { affix = "", "Adds (8-12) to (20-30) Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageUnique__1_"] = { affix = "", "Adds (16-20) to (25-30) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUnique__2"] = { affix = "", "Adds (19-22) to (30-35) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUnique__3"] = { affix = "", "Adds (25-30) to (40-45) Fire Damage to Spells and Attacks", statOrderKey = "927", statOrder = { 927 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageUnique__4"] = { affix = "", "Adds 40 to 75 Fire Damage to Attacks", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedColdDamageImplicitQuiver1"] = { affix = "", "Adds 2 to 3 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 2, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueBodyDex1"] = { affix = "", "(105-145) to (160-200) Added Cold Damage with Bow Attacks", statOrderKey = "1590", statOrder = { 1590 }, level = 47, group = "SpecificWeaponColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueDexHelmet1"] = { affix = "", "Adds 6 to 12 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 15, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueBodyInt5"] = { affix = "", "Adds 2 to 3 Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageUniqueBow9"] = { affix = "", "Adds (48-60) to (72-90) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueRing18"] = { affix = "", "Adds (20-25) to (30-50) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageUniqueBelt10"] = { affix = "", "Adds (5-6) to (12-14) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueRing30"] = { affix = "", "Adds (7-10) to (15-20) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageUniqueGlovesStrInt3_"] = { affix = "", "Adds (30-36) to (44-50) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUniqueShieldStrDex3"] = { affix = "", "Adds 12 to 15 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__2"] = { affix = "", "Adds (16-20) to (25-30) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageUnique__3"] = { affix = "", "Adds (19-22) to (30-35) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageUnique__4"] = { affix = "", "Adds (25-30) to (40-45) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageUnique__5"] = { affix = "", "Adds (26-32) to (42-48) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__6"] = { affix = "", "Adds (12-15) to (25-30) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__7"] = { affix = "", "Adds (30-40) to (80-100) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__8"] = { affix = "", "Adds (11-15) to (23-28) Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__9"] = { affix = "", "Adds 30 to 65 Cold Damage to Attacks", statOrderKey = "924", statOrder = { 924 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageUnique__10"] = { affix = "", "Adds (15-20) to (25-35) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedLightningDamageImplicitQuiver1"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 2, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueHelmetStrInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageUniqueBootsStrInt1"] = { affix = "", "Adds 1 to 120 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueGlovesInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueGlovesDexInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueDagger3"] = { affix = "", "Adds 3 to 30 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLocalLightningDamageUniqueClaw1"] = { affix = "", "Adds 1 to 200 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBow8"] = { affix = "", "Adds 1 to 85 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBodyInt5_"] = { affix = "", "Adds 1 to 4 Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageUniqueGlovesDexInt3"] = { affix = "", "Adds 1 to 100 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBodyInt8"] = { affix = "", "Adds 1 to 40 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBow9"] = { affix = "", "Adds 1 to (120-150) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBodyStrDex2"] = { affix = "", "Adds 1 to (20-30) Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueRing19"] = { affix = "", "Adds 1 to (50-70) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 25, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageUniqueBelt10"] = { affix = "", "Adds 1 to (30-34) Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUniqueBelt12"] = { affix = "", "Adds 1 to (30-50) Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 55, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUniqueOneHandSword6"] = { affix = "", "Adds 1 to (550-650) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageUnique__1"] = { affix = "", "Adds (1-3) to (42-47) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageUnique__3"] = { affix = "", "Adds 10 to 130 Lightning Damage to Attacks", statOrderKey = "933", statOrder = { 933 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedChaosDamageUniqueRing1"] = { affix = "", "Adds 1 to 3 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUniqueBootsStrDex4"] = { affix = "", "Adds (6-9) to (12-16) Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUniqueBootsStrInt2"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUniqueQuiver7"] = { affix = "", "Adds (13-18) to (26-32) Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUniqueAmulet23"] = { affix = "", "Adds 19 to 43 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 25, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUniqueBow12"] = { affix = "", "Adds (50-80) to (130-180) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageUnique__1"] = { affix = "", "Adds 12 to 24 Chaos Damage to Attacks", statOrderKey = "939", statOrder = { 939 }, level = 25, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LifeLeechUniqueRing2"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueRing2"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechImplicitClaw1"] = { affix = "", "8% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadImplicitClaw1"] = { affix = "", "1.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechImplicitClaw2"] = { affix = "", "10% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadImplicitClaw2"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueTwoHandMace1"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueTwoHandMace1"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueGlovesStrDex1"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueGlovesStrDex1"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueBelt1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueShieldDex2"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueShieldDex2"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueAmulet9"] = { affix = "", "(6-10)% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueAmulet9"] = { affix = "", "(1.2-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueTwoHandAxe4"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueTwoHandAxe4"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueClaw3"] = { affix = "", "6% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueClaw3"] = { affix = "", "1.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueClaw6"] = { affix = "", "15% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueClaw6"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueRing12"] = { affix = "", "(3-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueRing12"] = { affix = "", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueHelmetInt7"] = { affix = "", "(2-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueHelmetInt7"] = { affix = "", "(0.4-0.8)% of Attack Damage Leeched as Life", statOrderKey = "1203", statOrder = { 1203 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeLeechUniqueBodyStr3"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueBodyStr3"] = { affix = "", "1% of Attack Damage Leeched as Life", statOrderKey = "1203", statOrder = { 1203 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeLeechUniqueBodyStrDex3"] = { affix = "", "(2-3)% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueBodyStrDex3"] = { affix = "", "(0.4-0.6)% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechUniqueBodyStrInt5"] = { affix = "", "(4-5)% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueBodyStrInt5"] = { affix = "", "(0.8-1)% of Attack Damage Leeched as Life", statOrderKey = "1203", statOrder = { 1203 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeLeechUniqueShieldDex5"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueShieldDex5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueHelmetDexInt6"] = { affix = "", "(0.4-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUnique__2"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUnique__3"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriad__1"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUnique__4"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUnique__5"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUnique__6"] = { affix = "", "(0.8-1)% of Physical Attack Damage Leeched as Life", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["AxeBonus1"] = { affix = "Butcher's", "5% increased Physical Damage with Axes", "2% increased Attack Speed with Axes", "3% increased Accuracy Rating with Axes", statOrderKey = "861,970,987", statOrder = { 861, 970, 987 }, level = 6, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["StaffBonus1"] = { affix = "Monk's", "5% increased Physical Damage with Staves", "2% increased Attack Speed with Staves", "3% increased Accuracy Rating with Staves", statOrderKey = "865,971,988", statOrder = { 865, 971, 988 }, level = 8, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["ClawBonus1"] = { affix = "Feline", "5% increased Physical Damage with Claws", "2% increased Attack Speed with Claws", "3% increased Accuracy Rating with Claws", statOrderKey = "873,972,989", statOrder = { 873, 972, 989 }, level = 10, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["DaggerBonus1"] = { affix = "Assassin's", "5% increased Physical Damage with Daggers", "2% increased Attack Speed with Daggers", "3% increased Accuracy Rating with Daggers", statOrderKey = "879,973,990", statOrder = { 879, 973, 990 }, level = 7, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["MaceBonus1"] = { affix = "Crusher's", "5% increased Physical Damage with Maces or Sceptres", "2% increased Attack Speed with Maces or Sceptres", "3% increased Accuracy Rating with Maces or Sceptres", statOrderKey = "885,974,991", statOrder = { 885, 974, 991 }, level = 5, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["BowBonus1"] = { affix = "Archer's", "5% increased Physical Damage with Bows", "2% increased Attack Speed with Bows", "3% increased Accuracy Rating with Bows", statOrderKey = "891,975,992", statOrder = { 891, 975, 992 }, level = 3, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["SwordBonus1"] = { affix = "Blademaster's", "5% increased Physical Damage with Swords", "2% increased Attack Speed with Swords", "3% increased Accuracy Rating with Swords", statOrderKey = "896,976,993", statOrder = { 896, 976, 993 }, level = 2, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["WandBonus1"] = { affix = "Magician's", "5% increased Physical Damage with Wands", "2% increased Attack Speed with Wands", "3% increased Accuracy Rating with Wands", statOrderKey = "903,977,994", statOrder = { 903, 977, 994 }, level = 4, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["AccuracyPercentImplicitSword1"] = { affix = "", "40% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyPercentImplicitSword2"] = { affix = "", "30% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyPercentImplicit2HSword1"] = { affix = "", "60% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyPercentImplicit2HSword2_"] = { affix = "", "45% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyPercentUniqueBow5"] = { affix = "", "(15-30)% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyPercentUniqueClaw9"] = { affix = "", "15% reduced Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyPercentUnique__1"] = { affix = "", "100% reduced Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StaffBlockPercentImplicitStaff1"] = { affix = "", "+18% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentImplicitStaff2"] = { affix = "", "+20% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentImplicitStaff3"] = { affix = "", "+25% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUniqueStaff7"] = { affix = "", "+6% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUniqueStaff9"] = { affix = "", "+12% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUnique__1"] = { affix = "", "+15% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 36, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUnique__2_"] = { affix = "", "+10% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUnique__3"] = { affix = "", "+(12-16)% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUnique__4_"] = { affix = "", "+5% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffBlockPercentUnique__5"] = { affix = "", "+15% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StaffSpellBlockPercentImplicitStaff__1"] = { affix = "", "+20% Chance to Block Spell Damage while wielding a Staff", statOrderKey = "723", statOrder = { 723 }, level = 1, group = "StaffSpellBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentUniqueHelmetStrDex4"] = { affix = "", "6% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentUniqueAmulet16"] = { affix = "", "8% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentUniqueDescentStaff1"] = { affix = "", "16% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentUniqueQuiver4"] = { affix = "", "(20-24)% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 35, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentMarakethDaggerImplicit1"] = { affix = "", "4% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentMarakethDaggerImplicit2_"] = { affix = "", "6% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockPercentUnique__1"] = { affix = "", "(8-12)% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ElementalDamagePercentImplicitSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptre2"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptre3"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew1"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew2"] = { affix = "", "12% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew3"] = { affix = "", "12% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew4"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew5"] = { affix = "", "14% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew6"] = { affix = "", "16% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew7"] = { affix = "", "16% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew8"] = { affix = "", "22% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew9"] = { affix = "", "18% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew10"] = { affix = "", "18% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew11"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew12___"] = { affix = "", "22% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew13"] = { affix = "", "24% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew14"] = { affix = "", "24% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew15"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew16"] = { affix = "", "26% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew17"] = { affix = "", "26% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew18"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew19"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew20"] = { affix = "", "32% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew21__"] = { affix = "", "32% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitSceptreNew22"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentImplicitAtlasRing_"] = { affix = "", "(15-25)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 100, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentUnique__1"] = { affix = "", "(15-50)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercentUnique__2"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["IncreasedPhysicalDamagePercentImplicitBelt1"] = { affix = "", "(12-24)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 2, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe1"] = { affix = "", "8% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe2"] = { affix = "", "12% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueRing1"] = { affix = "", "5% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueHelmetStr1"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueQuiver2"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 7, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueBelt2"] = { affix = "", "(25-40)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueShieldStrDex1"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueHelmetStrDex2"] = { affix = "", "10% reduced Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueGlovesStr2"] = { affix = "", "10% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueBelt9d"] = { affix = "", "(20-30)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueDescentClaw1"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueShieldDexInt1"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueBelt13"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueJewel9"] = { affix = "", "10% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueBootsDexInt4"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUniqueSwordImplicit1"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__1"] = { affix = "", "(8-12)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__2"] = { affix = "", "(8-12)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__3"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 55, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__4"] = { affix = "", "100% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__5"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__6"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercentUnique__7"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword2"] = { affix = "", "150% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1"] = { affix = "", "50% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow1"] = { affix = "", "(150-175)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow3"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace1"] = { affix = "", "(140-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace2"] = { affix = "", "200% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword1"] = { affix = "", "(120-150)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDagger2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe2"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword3"] = { affix = "", "(180-220)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueRapier1"] = { affix = "", "(250-300)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueWand1"] = { affix = "", "(250-275)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace3"] = { affix = "", "(200-230)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDagger3"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace1"] = { affix = "", "(50-75)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow4"] = { affix = "", "30% less Damage", statOrderKey = "1916", statOrder = { 1916 }, level = 1, group = "QuillRainWeaponDamageFinalPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow5"] = { affix = "", "(130-150)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace4"] = { affix = "", "150% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow6"] = { affix = "", "(200-260)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow7"] = { affix = "", "(110-125)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw1"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueSceptre1"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw2"] = { affix = "", "(75-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe4"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw3"] = { affix = "", "(150-170)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5"] = { affix = "", "(200-220)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueRapier2"] = { affix = "", "(120-150)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw5"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueClaw6"] = { affix = "", "(100-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalReducedPhysicalDamagePercentUniqueBow8"] = { affix = "", "No Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword4"] = { affix = "", "(250-300)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe5"] = { affix = "", "(120-160)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword5"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueSceptre5"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueBow10"] = { affix = "", "(50-70)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace7"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1"] = { affix = "", "100% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDescentBow1"] = { affix = "", "100% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace3"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDagger9"] = { affix = "", "(250-270)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8"] = { affix = "", "(230-260)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe5"] = { affix = "", "(130-150)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword7"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe8"] = { affix = "", "(120-140)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8"] = { affix = "", "(30-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueStaff9"] = { affix = "", "100% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueSceptre9"] = { affix = "", "20% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueOneHandMace4"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueOneHandSceptre10"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "(80-95)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageUniqueClaw8"] = { affix = "", "(160-180)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueWand9"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9"] = { affix = "", "(170-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDagger11"] = { affix = "", "(50-70)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueDagger12"] = { affix = "", "(20-40)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique13"] = { affix = "", "(120-160)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe8"] = { affix = "", "(30-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword12"] = { affix = "", "(20-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword13"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace6"] = { affix = "", "(300-360)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7"] = { affix = "", "(160-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace8"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueStaff14"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueSceptre2"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace8"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__1"] = { affix = "", "(110-130)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__2"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhyiscalDamagePercentUnique__3"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__4"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__5"] = { affix = "", "(140-160)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__6"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__7"] = { affix = "", "(130-160)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__8"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__9"] = { affix = "", "(170-190)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__10"] = { affix = "", "(100-120)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__11_"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__12"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__13"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__14"] = { affix = "", "(35-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__15"] = { affix = "", "(50-75)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__16"] = { affix = "", "(260-310)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__17_"] = { affix = "", "(170-190)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__18"] = { affix = "", "(220-250)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__19"] = { affix = "", "(200-300)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__20"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__21"] = { affix = "", "(70-90)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__22"] = { affix = "", "(140-170)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__23"] = { affix = "", "(200-240)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__24"] = { affix = "", "(280-320)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__25"] = { affix = "", "(170-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__26"] = { affix = "", "100% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__27"] = { affix = "", "(140-160)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__28__"] = { affix = "", "(150-170)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__29"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__30"] = { affix = "", "(185-215)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__31"] = { affix = "", "(180-220)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__32"] = { affix = "", "(30-60)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__33"] = { affix = "", "(140-152)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__34___"] = { affix = "", "(180-210)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__35"] = { affix = "", "(180-210)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__36_"] = { affix = "", "(140-170)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__37__"] = { affix = "", "(40-50)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__38"] = { affix = "", "(265-330)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__39"] = { affix = "", "(140-175)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__40"] = { affix = "", "(200-250)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__41___"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__42"] = { affix = "", "(230-260)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUnique__43"] = { affix = "", "(200-250)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalReducedPhysicalDamagePercentUniqueTwoHandSword6"] = { affix = "", "No Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalReducedPhysicalDamagePercentUniqueWand6"] = { affix = "", "No Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalReducedPhysicalDamagePercentUniqueOneHandSword7"] = { affix = "", "No Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalReducedPhysicalDamagePercentUnique__1"] = { affix = "", "No Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalReducedPhysicalDamagePercentUnique__2"] = { affix = "", "No Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["IncreasedPhysicalDamagePercentOnLowLifeUniqueOneHandSword1"] = { affix = "", "100% increased Damage when on Low Life", statOrderKey = "777", statOrder = { 777 }, level = 1, group = "PhysicalDamagePercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ReducedPhysicalDamagePercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "50% reduced Damage when on Low Life", statOrderKey = "777", statOrder = { 777 }, level = 1, group = "PhysicalDamagePercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LocalAddedPhysicalDamageUniqueBow1"] = { affix = "", "Adds (6-12) to (20-32) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueTwoHandMace3"] = { affix = "", "Adds 30 to 40 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueClaw3"] = { affix = "", "Adds 10 to 12 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageOneHandAxe1"] = { affix = "", "Adds 10 to 20 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDescentDagger1"] = { affix = "", "Adds 1 to 4 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDescentOneHandAxe1"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDescentStaff1"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDagger2"] = { affix = "", "Adds 12 to 24 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDagger8"] = { affix = "", "Adds (50-60) to (120-140) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueSceptre7"] = { affix = "", "Adds (65-85) to (100-160) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword9"] = { affix = "", "Adds (30-50) to (65-80) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword10"] = { affix = "", "Adds (3-6) to (33-66) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueBow11"] = { affix = "", "Adds (12-16) to (20-24) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDagger11"] = { affix = "", "Adds (1-2) to (3-5) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueDagger12"] = { affix = "", "Adds (3-6) to (9-13) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueClaw9"] = { affix = "", "Adds (2-6) to (16-22) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandAxe7"] = { affix = "", "Adds (5-15) to (20-25) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandAxe8"] = { affix = "", "Adds (5-9) to (13-17) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword12"] = { affix = "", "Adds (3-4) to (5-8) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandSword13"] = { affix = "", "Adds (5-8) to (10-14) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUniqueOneHandMace8"] = { affix = "", "Adds 10 to 15 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique14"] = { affix = "", "Adds (10-16) to (12-30) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage__1"] = { affix = "", "Adds (7-10) to (15-25) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__2_"] = { affix = "", "Adds (25-50) to (85-125) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__3"] = { affix = "", "Adds 20 to 50 Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__4"] = { affix = "", "Adds (18-22) to (36-44) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__5"] = { affix = "", "Adds (8-12) to (16-24) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (26-32) to (36-42) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageUnique__7_"] = { affix = "", "Adds (75-92) to (125-154) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueBodyStrInt1"] = { affix = "", "60% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueIntHelmet1"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueBootsInt1"] = { affix = "", "+(10-16) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueShieldInt1"] = { affix = "", "(120-160)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueShieldInt2"] = { affix = "", "(40-80)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueBodyInt8"] = { affix = "", "(125-150)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBootsInt2"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesInt1"] = { affix = "", "+18 to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesInt2"] = { affix = "", "+32 to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetInt4"] = { affix = "", "(180-200)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBootsInt4"] = { affix = "", "(40-60)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyInt1"] = { affix = "", "(100-150)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyInt3"] = { affix = "", "(210-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyInt4"] = { affix = "", "(120-160)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueBootsInt5"] = { affix = "", "(140-180)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyInt7"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesInt4"] = { affix = "", "(40-60)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesInt5"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesInt6"] = { affix = "", "(180-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueGlovesDexInt3"] = { affix = "", "+(25-30) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetInt5_"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetInt6"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "1105", statOrder = { 1105 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetInt7"] = { affix = "", "(120-150)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueShieldInt3"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueBodyStrDexInt1g"] = { affix = "", "(270-300)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldUniqueHelmetInt10"] = { affix = "", "(130-170)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUniqueBootsInt6"] = { affix = "", "(50-80)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent__1"] = { affix = "", "(250-300)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent__2"] = { affix = "", "(210-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercent___3"] = { affix = "", "(110-130)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique___4_"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(150-200)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__6"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__7"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__8"] = { affix = "", "(475-600)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__9"] = { affix = "", "(240-260)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__10"] = { affix = "", "(150-180)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__11"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__12"] = { affix = "", "(120-150)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__13"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__14"] = { affix = "", "(130-150)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__15_"] = { affix = "", "(200-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__16"] = { affix = "", "(150-180)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__17"] = { affix = "", "(120-140)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 84, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__18"] = { affix = "", "(220-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 82, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__19"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__20_"] = { affix = "", "(100-130)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__21"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__22"] = { affix = "", "(200-230)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__23"] = { affix = "", "(240-280)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__24"] = { affix = "", "(180-230)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__25_"] = { affix = "", "(200-250)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__26"] = { affix = "", "(60-80)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__27"] = { affix = "", "(80-120)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__28__"] = { affix = "", "(100-150)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentUnique__29"] = { affix = "", "(80-130)% increased Energy Shield", statOrderKey = "1106", statOrder = { 1106 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercentUniqueOneHandSword2"] = { affix = "", "(40-50)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrInt1"] = { affix = "", "60% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr1"] = { affix = "", "+(15-25) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr1"] = { affix = "", "(50-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr1"] = { affix = "", "+(10-20) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr2"] = { affix = "", "(40-60)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr2"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr3"] = { affix = "", "(120-150)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr3"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStrDex3"] = { affix = "", "+(200-300) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr3"] = { affix = "", "(180-220)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStrDex2"] = { affix = "", "+(5-10) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2"] = { affix = "", "+(180-220) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr5"] = { affix = "", "+(400-600) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueGlovesStr3"] = { affix = "", "(200-220)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStrDexInt1a"] = { affix = "", "(380-420)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueHelmetStrDex6"] = { affix = "", "(100-150)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBootsStr3"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(100-140)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique6"] = { affix = "", "(90-140)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique7"] = { affix = "", "(120-180)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique8_"] = { affix = "", "(90-150)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__2"] = { affix = "", "+(120-160) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__3"] = { affix = "", "(600-650)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__4"] = { affix = "", "(120-160)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__5"] = { affix = "", "(130-170)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__7"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__8"] = { affix = "", "(50-100)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__10"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__11"] = { affix = "", "(130-150)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__12"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__15"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__16"] = { affix = "", "(300-350)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__17"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__18"] = { affix = "", "(150-180)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__19"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__20"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__21"] = { affix = "", "(50-80)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__22"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__23"] = { affix = "", "(120-150)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingTransformedUnique__1"] = { affix = "", "+2000 to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 38, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUnique__1"] = { affix = "", "+(100-120) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingUnique__2"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "1088", statOrder = { 1088 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex1"] = { affix = "", "(140-220)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueDexHelmet2"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1"] = { affix = "", "(80-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex1"] = { affix = "", "+(40-50) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueShieldDex1"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDex1"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDex3"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex2"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex3"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex4"] = { affix = "", "(50-70)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex3"] = { affix = "", "+(30-50) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueShieldDex3"] = { affix = "", "(180-200)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex2"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex5"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex5"] = { affix = "", "(200-250)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex6"] = { affix = "", "150% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUniqueBodyDex6"] = { affix = "", "+(240-380) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyDex6"] = { affix = "", "(200-240)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDex5"] = { affix = "", "+(20-30) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3"] = { affix = "", "(160-200)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDex6"] = { affix = "", "(160-200)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex4"] = { affix = "", "+(40-60) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUniqueBodyDex7"] = { affix = "", "+(120-180) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUnique__1"] = { affix = "", "+(100-150) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUnique__2"] = { affix = "", "+(600-700) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUnique__3"] = { affix = "", "+(400-500) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUnique__4"] = { affix = "", "+(350-500) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUnique__5"] = { affix = "", "+(80-120) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueShieldDex4"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueGlovesDexInt5"] = { affix = "", "(150-180)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsDex7"] = { affix = "", "180% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyStrDexInt1c"] = { affix = "", "(380-420)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueShieldDex5"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex5"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvationRatingPercentUniqueBootsDex9"] = { affix = "", "(20-40)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__1"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__2"] = { affix = "", "(120-160)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__3"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__4"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__5"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__6"] = { affix = "", "(320-380)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__7"] = { affix = "", "(100-130)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__8"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__9"] = { affix = "", "(130-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__10"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__11"] = { affix = "", "(450-500)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__12"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__13"] = { affix = "", "(110-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__14"] = { affix = "", "(120-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__15_"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__16"] = { affix = "", "(60-120)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__17"] = { affix = "", "(120-150)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingPercentUnique__18"] = { affix = "", "(170-250)% increased Evasion Rating", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt1"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt1"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2"] = { affix = "", "(60-80)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt1"] = { affix = "", "(20-60)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2"] = { affix = "", "(180-220)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt3"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt4"] = { affix = "", "(300-400)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5"] = { affix = "", "(80-100)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt3"] = { affix = "", "(140-160)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt4"] = { affix = "", "(120-140)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt6"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1e"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1h"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt5"] = { affix = "", "(220-240)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt3"] = { affix = "", "(160-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergySheildUniqueGlovesStrInt2"] = { affix = "", "(150-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt5"] = { affix = "", "(60-100)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt6"] = { affix = "", "(70-80)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__1"] = { affix = "", "(120-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt6"] = { affix = "", "(150-170)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__2"] = { affix = "", "(50-75)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__3"] = { affix = "", "(140-190)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__4"] = { affix = "", "200% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__5"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__6"] = { affix = "", "(240-300)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__7"] = { affix = "", "(60-140)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__8"] = { affix = "", "(200-250)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__9_"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__10_"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__11"] = { affix = "", "(150-190)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__12"] = { affix = "", "(140-220)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__13_"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__14"] = { affix = "", "(250-300)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__15"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__16"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__17_"] = { affix = "", "(100-140)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__18_"] = { affix = "", "(200-250)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__19"] = { affix = "", "333% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__20"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__21"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__22"] = { affix = "", "(300-400)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__23_"] = { affix = "", "(70-130)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__24"] = { affix = "", "(120-160)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEnergyShieldUnique__25"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1099", statOrder = { 1099 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueStrDexHelmet1"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex2"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex1"] = { affix = "", "(100-120)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex2"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex4"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueBootsStrDex3"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex2"] = { affix = "", "(90-120)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex5"] = { affix = "", "(60-80)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex4"] = { affix = "", "(120-140)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueBodyStrDexInt1b"] = { affix = "", "(200-220)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex4"] = { affix = "", "(160-200)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex5"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex5"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex6"] = { affix = "", "(90-110)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex3"] = { affix = "", "(90-130)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__1"] = { affix = "", "(120-160)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__2"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__3_"] = { affix = "", "(40-70)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__4"] = { affix = "", "(200-250)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__5_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__6"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__7"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__8_"] = { affix = "", "(100-140)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__9"] = { affix = "", "(170-200)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__10_"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__11"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__12"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__13"] = { affix = "", "(150-300)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__14"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__15_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__16__"] = { affix = "", "(300-400)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__17_"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedArmourAndEvasionUnique__18"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt1"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt3"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt2"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1d"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1f"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "(245-280)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueGlovesDexInt6"] = { affix = "", "(100-130)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt3"] = { affix = "", "(220-250)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt6"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "(120-140)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__2"] = { affix = "", "(90-110)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__3"] = { affix = "", "(230-260)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__4"] = { affix = "", "(140-170)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__5"] = { affix = "", "(140-180)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__6_"] = { affix = "", "(100-120)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__7"] = { affix = "", "(130-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__8"] = { affix = "", "(80-100)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__9"] = { affix = "", "(500-600)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__10"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__11_"] = { affix = "", "(160-180)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__12"] = { affix = "", "(180-220)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__13"] = { affix = "", "(120-170)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__14"] = { affix = "", "(160-200)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__15"] = { affix = "", "(260-300)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__16"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__17"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__18"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__19___"] = { affix = "", "(250-300)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__20"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__21_"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__22"] = { affix = "", "(140-180)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__23"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__24"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__25"] = { affix = "", "(400-500)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__26"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__27"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__28"] = { affix = "", "(80-120)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__29"] = { affix = "", "(350-400)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__30_"] = { affix = "", "(500-600)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__31"] = { affix = "", "(100-140)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEvasionAndEnergyShieldUnique__32_"] = { affix = "", "(160-220)% increased Evasion and Energy Shield", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedArmourEvasionEnergyShieldUnique__1_"] = { affix = "", "(250-350)% increased Armour, Evasion and Energy Shield", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueHelmetInt2"] = { affix = "", "+(30-50) to maximum Energy Shield", "(10-15)% increased Stun and Block Recovery", statOrderKey = "1105,1412", statOrder = { 1105, 1412 }, level = 1, group = "IncreasedEnergyShieldAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3"] = { affix = "", "(100-140)% increased Energy Shield", "(10-15)% increased Stun and Block Recovery", statOrderKey = "1106,1412", statOrder = { 1106, 1412 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUnique__1"] = { affix = "", "+(100-120) to maximum Energy Shield", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1105,1412", statOrder = { 1105, 1412 }, level = 1, group = "IncreasedEnergyShieldAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecoveryUniqueStrHelmet2"] = { affix = "", "(100-120)% increased Armour", "10% increased Stun and Block Recovery", statOrderKey = "1088,1412", statOrder = { 1088, 1412 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1"] = { affix = "", "(200-250)% increased Armour", "20% increased Stun and Block Recovery", statOrderKey = "1088,1412", statOrder = { 1088, 1412 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["LocalIncreasedEvasionPercentAndStunRecoveryUniqueDexHelmet1"] = { affix = "", "70% increased Evasion Rating", "15% increased Stun and Block Recovery", statOrderKey = "1097,1412", statOrder = { 1097, 1412 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalAddedFireDamageUniqueTwoHandAxe1"] = { affix = "", "Adds (16-21) to (32-38) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 37, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueRapier1"] = { affix = "", "Adds 3 to 7 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueBow6"] = { affix = "", "Adds 25 to 50 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueTwoHandSword6"] = { affix = "", "Adds (425-475) to (550-600) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueDescentOneHandMace1"] = { affix = "", "Adds 3 to 6 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueStaff13"] = { affix = "", "Adds (10-15) to (20-25) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUniqueOneHandAxe7"] = { affix = "", "Adds (5-15) to (20-25) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__2"] = { affix = "", "Adds (10-14) to (18-22) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__3"] = { affix = "", "Adds (315-360) to (450-540) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__4"] = { affix = "", "Adds (223-250) to (264-280) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__5__"] = { affix = "", "Adds (130-160) to (220-240) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageUnique__6"] = { affix = "", "Adds (30-45) to (60-80) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageImplicitE1_"] = { affix = "", "Adds (40-48) to (60-72) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 30, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageImplicitE2_"] = { affix = "", "Adds (70-84) to (110-124) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 50, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageImplicitE3_"] = { affix = "", "Adds (105-116) to (160-172) Fire Damage", statOrderKey = "918", statOrder = { 918 }, level = 70, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedColdDamageUniqueTwoHandMace2"] = { affix = "", "Adds 11 to 23 Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 19, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueTwoHandSword2"] = { affix = "", "Adds 35 to 70 Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 18, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueClaw5"] = { affix = "", "Adds 25 to 50 Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueDescentOneHandAxe1"] = { affix = "", "Adds 2 to 4 Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueOneHandMace4_"] = { affix = "", "Adds (10-20) to (30-50) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueStaff13"] = { affix = "", "Adds (10-15) to (20-25) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUniqueStaff14"] = { affix = "", "Adds (25-35) to (45-60) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__2"] = { affix = "", "Adds (26-32) to (36-42) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__3"] = { affix = "", "Adds (30-38) to (40-50) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__4"] = { affix = "", "Adds (120-140) to (180-210) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__5"] = { affix = "", "Adds (80-100) to (160-200) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__6_"] = { affix = "", "Adds (310-350) to (460-500) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__7"] = { affix = "", "Adds (160-190) to (280-320) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__8"] = { affix = "", "Adds (130-150) to (270-300) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageUnique__9_"] = { affix = "", "Adds (385-440) to (490-545) Cold Damage", statOrderKey = "925", statOrder = { 925 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedLightningDamageUniqueOneHandSword3"] = { affix = "", "Adds 1 to (210-250) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUniqueBow10"] = { affix = "", "Adds 1 to (275-325) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUniqueDescentTwoHandSword1_"] = { affix = "", "Adds 1 to 9 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUniqueOneHandSword7"] = { affix = "", "Adds 1 to (40-50) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUniqueStaff14"] = { affix = "", "Adds (1-10) to (70-90) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUnique__2"] = { affix = "", "Adds 1 to (35-45) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (45-55) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (50-60) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageUnique__5"] = { affix = "", "Adds 1 to (60-70) Lightning Damage", statOrderKey = "934", statOrder = { 934 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["IncreasedPhysicalDamageReductionRatingPercentUniqueJewel50"] = { affix = "", "(15-20)% increased Armour", statOrderKey = "1087", statOrder = { 1087 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(10-15)% increased Armour", statOrderKey = "1087", statOrder = { 1087 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedEvasionRatingPercentUnique__1_"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "1096", statOrder = { 1096 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingPercentUnique__2"] = { affix = "", "(15-25)% increased Evasion Rating", statOrderKey = "1096", statOrder = { 1096 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEnergyShieldPercentUniqueJewel51"] = { affix = "", "(3-6)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercentUnique__1"] = { affix = "", "20% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercentUnique__2_"] = { affix = "", "(4-6)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercentUnique__3"] = { affix = "", "(6-10)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercentUnique__4"] = { affix = "", "5% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(6-10)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldPercentUniqueAmulet13"] = { affix = "", "50% reduced maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 20, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldPercentUniqueRing16"] = { affix = "", "(5-10)% reduced maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEvasionRatingUniqueQuiver1"] = { affix = "", "+(80-100) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueAmulet7"] = { affix = "", "+(100-150) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueRapier1"] = { affix = "", "+(20-40) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueOneHandSword4"] = { affix = "", "+(400-500) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueAmulet17"] = { affix = "", "+(80-100) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueQuiver3_"] = { affix = "", "+350 to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueOneHandSword9"] = { affix = "", "+(180-200) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUniqueRing30"] = { affix = "", "+(200-300) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUnique___1"] = { affix = "", "+110 to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUnique__2"] = { affix = "", "+300 to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUnique__3"] = { affix = "", "+(1000-1500) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUnique__4"] = { affix = "", "+(300-500) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingUnique__5_"] = { affix = "", "+(600-700) to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUniqueBodyInt5"] = { affix = "", "+(10-20) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalIncreasedEvasionRatingUniqueBootsDex8"] = { affix = "", "+(30-50) to Evasion Rating", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUniqueRing12"] = { affix = "", "+(260-300) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUniqueAmulet16"] = { affix = "", "+(400-500) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUniqueQuiver4"] = { affix = "", "+(400-450) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUniqueBelt9"] = { affix = "", "+(300-350) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUniqueJewel9"] = { affix = "", "+50 to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__1"] = { affix = "", "+(450-500) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__3"] = { affix = "", "+(400-500) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__2"] = { affix = "", "+(260-300) to Armour", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__4"] = { affix = "", "+(350-400) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__5"] = { affix = "", "+(180-200) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__6_"] = { affix = "", "+(800-1200) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedPhysicalDamageReductionRatingUnique__7"] = { affix = "", "+(600-700) to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["MovementVelocityMarakethBowImplicit1"] = { affix = "", "6% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityMarakethBowImplicit2"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityImplicitShield1"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityImplicitShield2"] = { affix = "", "6% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityImplicitShield3"] = { affix = "", "9% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueTwoHandSword1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueAmulet5"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueIntHelmet2"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsInt1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrDex1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsInt2"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDexInt1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStr1"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueGlovesStrDex2"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueShieldStr1"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityImplicitArmour1"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueTwoHandSword3"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueHelmetStrDex2"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueTwoHandMace3"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDex1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDex2"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsInt4"] = { affix = "", "(5-15)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBow7"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBodyDex4"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueHelmetStrDex1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueClaw3"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBodyDex5"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsInt5"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueHelmetDex6"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueHelmetInt6"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVeolcityUniqueAmulet12"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVeolcityUniqueBootsDex4"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVeolcityUniqueBodyDex6"] = { affix = "", "25% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVeolcityUniqueBootsDemigods1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique___6"] = { affix = "", "50% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDexInt2"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityDescent2Boots1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrDex4"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBodyDex7"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrDex3"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueOneHandAxe3"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrInt2_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDex7"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsA1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsW1"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueOneHandSword9"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrInt3"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityVictorAmulet"] = { affix = "", "(3-6)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 16, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBodyStrDex5_"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBodyStr5"] = { affix = "", "20% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueAmulet20"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueJewel43"] = { affix = "", "4% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueOneHandAxe7"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsDexInt4"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStrDex5"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsStr3"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUniqueBootsInt6"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__2"] = { affix = "", "(5-10)% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__3"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__4"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique___5"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__7"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__8"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__9_"] = { affix = "", "(3-5)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__10"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__11"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__12"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__13"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__14"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__15"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__16"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__17__"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__18"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__19"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__20_"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__21"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__22"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__23_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__24"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__25"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__26"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__27"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__28"] = { affix = "", "(20-30)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__29"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__30"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__31"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__32"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__33_"] = { affix = "", "(5-10)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__34"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__35"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__36_"] = { affix = "", "(5-8)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__37"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__38"] = { affix = "", "(1-20)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__39_"] = { affix = "", "(20-30)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__40"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__42"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__43"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__44"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__45"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__46"] = { affix = "", "(8-12)% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityUnique__47_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ReducedMovementVelocityUnique__1"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ReducedMovementVelocityUnique__2"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ReducedMovementVelocityUnique__3"] = { affix = "", "3% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ReducedMovementVelocityUniqueOneHandMace7"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ReducedMovementVelocityUniqueCorruptedJewel2_"] = { affix = "", "15% reduced Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["SpellDamageImplicitShield1"] = { affix = "", "(5-10)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageImplicitShield2"] = { affix = "", "(10-15)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageImplicitShield3"] = { affix = "", "(15-20)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageImplicitArmour1"] = { affix = "", "(3-10)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageImplicitGloves1"] = { affix = "", "(12-16)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueHelmetDexInt1"] = { affix = "", "(15-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueGlovesInt2"] = { affix = "", "(50-60)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueShieldInt1"] = { affix = "", "(40-60)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueShieldStrInt1"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueWand1"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueStaff2"] = { affix = "", "(50-60)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueSceptre2"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueBodyInt7"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueSceptre5"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueDescentWand1"] = { affix = "", "20% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueWand4"] = { affix = "", "(20-28)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueStaff6"] = { affix = "", "(120-160)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueWand7"] = { affix = "", "(20-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueHelmetInt8"] = { affix = "", "(80-100)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueDagger10"] = { affix = "", "(40-60)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SpellDamageUniqueStaff12"] = { affix = "", "(50-70)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueStaff11_"] = { affix = "", "(40-60)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueCorruptedJewel3_"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUniqueRing35"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__1"] = { affix = "", "(0-30)% reduced Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__2"] = { affix = "", "(60-80)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__3"] = { affix = "", "40% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__4"] = { affix = "", "(20-45)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__5"] = { affix = "", "(75-90)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__6"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__7"] = { affix = "", "(40-50)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__8_"] = { affix = "", "(100-140)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__9"] = { affix = "", "(70-100)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__10"] = { affix = "", "(30-50)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__11"] = { affix = "", "(20-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 85, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__12"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageUnique__13"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponUniqueDagger1"] = { affix = "", "(50-70)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponUniqueDagger4"] = { affix = "", "(60-70)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponUniqueWand3"] = { affix = "", "80% reduced Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponUniqueTwoHandAxe9"] = { affix = "", "(100-200)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand1"] = { affix = "", "(8-12)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand2"] = { affix = "", "(10-14)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand3"] = { affix = "", "(11-15)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand4"] = { affix = "", "(13-17)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand5"] = { affix = "", "(15-19)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand6"] = { affix = "", "(17-21)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand7"] = { affix = "", "(18-22)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand8"] = { affix = "", "(20-24)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand9"] = { affix = "", "(22-26)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand10"] = { affix = "", "(24-28)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand11"] = { affix = "", "(26-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand12"] = { affix = "", "(27-31)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand13"] = { affix = "", "(29-33)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand14"] = { affix = "", "(31-35)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand15"] = { affix = "", "(33-37)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand16"] = { affix = "", "(35-39)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand17"] = { affix = "", "(36-40)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponImplicitWand18"] = { affix = "", "(38-42)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["WeaponElementalDamageUniqueShieldStrInt4"] = { affix = "", "(10-20)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUniqueRing10"] = { affix = "", "(20-30)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUniqueBelt5"] = { affix = "", "(10-20)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUniqueRing21"] = { affix = "", "30% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageImplicitBow1"] = { affix = "", "(20-24)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageImplicitBow2"] = { affix = "", "(25-28)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageImplicitBow3"] = { affix = "", "(29-32)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageImplicitSword1"] = { affix = "", "30% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUniqueBelt10"] = { affix = "", "10% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUnique__1"] = { affix = "", "(4-12)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUnique__2"] = { affix = "", "(20-40)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUnique__3"] = { affix = "", "(40-55)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUnique__4"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageUnique__5"] = { affix = "", "(25-30)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["ThisWeaponsWeaponElementalDamageUniqueWand6"] = { affix = "", "Attacks with this Weapon have (100-115)% increased Elemental Damage", statOrderKey = "2350", statOrder = { 2350 }, level = 1, group = "ThisWeaponWeaponElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["ManaLeechUniqueOneHandSword2"] = { affix = "", "(3-5)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueOneHandSword2"] = { affix = "", "(0.6-1)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueTwoHandSword2"] = { affix = "", "3% of Physical Attack Damage Leeched as Mana", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueTwoHandSword2"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Mana", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueAmulet3"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueAmulet3"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechStrDexHelmet1"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadStrDexHelmet1"] = { affix = "", "0.4% of Attack Damage Leeched as Mana", statOrderKey = "1231", statOrder = { 1231 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaLeechUniqueGlovesStrDex1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueGlovesStrDex1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueBelt1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueTwoHandMace4"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueTwoHandMace4"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueHelmetInt7"] = { affix = "", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueHelmetInt7"] = { affix = "", "(0.2-0.4)% of Attack Damage Leeched as Mana", statOrderKey = "1231", statOrder = { 1231 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaLeechUniqueRing17"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueRing17"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueGlovesDexInt6"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueGlovesDexInt6"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechUniqueBodyStr6"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUniqueBodyStr6"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUnique__1"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadUnique__2"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ItemFoundQuantityIncreaseUniqueGlovesInt1"] = { affix = "", "(5-10)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 14, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreaseUniqueBelt3"] = { affix = "", "(6-8)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreaseUniqueBootsDex2"] = { affix = "", "(14-20)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreaseUniqueRing7"] = { affix = "", "(10-16)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreaseUniqueShieldInt4"] = { affix = "", "(4-8)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreaseUniqueBodyStr5"] = { affix = "", "(10-15)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreaseUniqueRing32"] = { affix = "", "(-10-10)% reduced Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityReduceUniqueCorruptedJewel1"] = { affix = "", "10% reduced Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundQuantityIncreasedUnique__1"] = { affix = "", "5% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseImplicitRing1"] = { affix = "", "(6-15)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseImplicitAmulet1"] = { affix = "", "(12-20)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 10, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueRing3"] = { affix = "", "(50-70)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueAmulet6"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueStrDexHelmet1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueBootsDexInt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueGlovesStrDex2"] = { affix = "", "(40-50)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueTwoHandAxe2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityDecreaseUniqueRapier1"] = { affix = "", "20% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityDecreaseUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityDecreaseUniqueRing10"] = { affix = "", "(10-20)% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueHelmetDex3"] = { affix = "", "10% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueHelmetWreath1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueRing6"] = { affix = "", "(10-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueHelmetDex6"] = { affix = "", "(20-25)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueRapier2"] = { affix = "", "20% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityDecreaseUniqueOneHandSword4"] = { affix = "", "50% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueBootsDemigods1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueShieldStrDex2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseImplicitDemigodsBelt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueRingDemigods1"] = { affix = "", "(16-24)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 16, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueBodyStr5"] = { affix = "", "(30-50)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueRing32_"] = { affix = "", "(-40-40)% reduced Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUniqueShieldDemigods"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUnique__1"] = { affix = "", "10% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUnique__2"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUnique__3"] = { affix = "", "(6-30)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUnique__4_"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemFoundRarityIncreaseUnique__5"] = { affix = "", "(15-25)% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedEnergyShieldDelayUniqueBodyInt1"] = { affix = "", "10% faster start of Energy Shield Recharge", statOrderKey = "1108", statOrder = { 1108 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldDelayUniqueDagger4"] = { affix = "", "10% faster start of Energy Shield Recharge", statOrderKey = "1108", statOrder = { 1108 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldDelayUniqueQuiver7"] = { affix = "", "80% faster start of Energy Shield Recharge", statOrderKey = "1108", statOrder = { 1108 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldDelayUniqueBelt11"] = { affix = "", "50% increased Energy Shield Recharge Rate", statOrderKey = "1111", statOrder = { 1111 }, level = 28, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldDelayUniqueCorruptedJewel15"] = { affix = "", "20% faster start of Energy Shield Recharge", statOrderKey = "1108", statOrder = { 1108 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedEnergyShieldDelayUniqueHelmetInt4"] = { affix = "", "50% reduced Energy Shield Recharge Rate", statOrderKey = "1111", statOrder = { 1111 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldDelayUnique__1"] = { affix = "", "(30-50)% faster start of Energy Shield Recharge", statOrderKey = "1108", statOrder = { 1108 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReducedEnergyShieldDelayImplicit1_"] = { affix = "", "(10-15)% faster start of Energy Shield Recharge", statOrderKey = "1108", statOrder = { 1108 }, level = 93, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedCastSpeedImplicitMarakethWand1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedImplicitMarakethWand2"] = { affix = "", "14% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueAmulet1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueStaff1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueIntHelmet2"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueGlovesInt2"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueGlovesStr1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueWand1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueStaff2"] = { affix = "", "(10-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueGlovesInt4"] = { affix = "", "10% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueWand3"] = { affix = "", "(10-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueAmulet16"] = { affix = "", "10% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueClaw7"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueDescentWand1"] = { affix = "", "12% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueSceptre6"] = { affix = "", "(15-18)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueWand4"] = { affix = "", "(5-8)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueGlovesDemigods1"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueStaff5"] = { affix = "", "18% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueSceptre7"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueWand7"] = { affix = "", "(25-30)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueRing27"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["ReducedCastSpeedUniqueBootsDex5"] = { affix = "", "10% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["ReducedCastSpeedUniqueHelmetInt8"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["ReducedCastSpeedUniqueHelmetStrInt6"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["ReducedCastSpeedUniqueGlovesStrInt4_"] = { affix = "", "(20-30)% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["ReducedCastSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueAmulet20"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueStaff12"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueWand10"] = { affix = "", "10% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueTwoHandMace8"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUniqueRing38"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__1"] = { affix = "", "(4-8)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__2"] = { affix = "", "(14-18)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__3"] = { affix = "", "(30-40)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__4"] = { affix = "", "(4-6)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__5"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__6"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__7"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__8"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__9"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__10"] = { affix = "", "(12-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__11__"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__12"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__13"] = { affix = "", "(25-30)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__14"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__15_"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__16"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__17"] = { affix = "", "(1-20)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__18_"] = { affix = "", "(5-7)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__19__"] = { affix = "", "(8-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__20"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__21"] = { affix = "", "(7-12)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedUnique__22"] = { affix = "", "(15-25)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedFishing__Unique1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "995", statOrder = { 995 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring", "caster", "speed" }, }, - ["LocalIncreasedAttackSpeedImplicitMarakethOneHandMace1"] = { affix = "", "4% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedImplicitMarakethOneHandMace2"] = { affix = "", "6% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow1"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow2"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandSword1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandSword3"] = { affix = "", "20% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueRapier1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandMace3"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueDagger3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandMace1"] = { affix = "", "45% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow4"] = { affix = "", "100% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow5"] = { affix = "", "20% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandMace4"] = { affix = "", "50% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow6"] = { affix = "", "(10-14)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueClaw1"] = { affix = "", "(20-30)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueSceptre1"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueClaw2"] = { affix = "", "20% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow8"] = { affix = "", "(36-50)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueClaw3"] = { affix = "", "5% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandAxe1"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow9"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedOneHandSword3"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow10"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandSword6"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandAxe2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueDescentDagger1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueDescentBow1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueDescentOneHandMace1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandAxe7"] = { affix = "", "(12-16)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueSceptre7"] = { affix = "", "(11-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueWand6"] = { affix = "", "(10-18)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow11"] = { affix = "", "(10-14)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword6"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword7"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueStaff7"] = { affix = "", "(12-16)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword8"] = { affix = "", "(22-27)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword9"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandSword8"] = { affix = "", "(6-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueStaff9"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueSceptre9"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueBow12"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword11"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueClaw8"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueWand9"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandAxe9"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalReducedAttackSpeedUniqueDagger9"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueDagger12"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueClaw9"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandAxe7"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword12"] = { affix = "", "15% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandSword13_"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalReducedAttackSpeedUniqueOneHandMace6"] = { affix = "", "20% reduced Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalReducedAttackSpeedUnique__1"] = { affix = "", "50% reduced Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalReducedAttackSpeedUnique__2"] = { affix = "", "15% reduced Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalReducedAttackSpeedUnique__3"] = { affix = "", "(25-30)% reduced Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueOneHandMace8"] = { affix = "", "10% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUniqueTwoHandMace8_"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__2"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__1"] = { affix = "", "(4-8)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__3"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__4"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__5"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__6"] = { affix = "", "(14-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__7"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__8"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__9"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__10"] = { affix = "", "(8-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__11"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__12"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__13"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__14"] = { affix = "", "(17-25)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__15"] = { affix = "", "(16-22)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__16"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__17"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__18"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__19"] = { affix = "", "(5-8)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__20"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__21"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__22"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__23"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__24"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__25"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__26_"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__27"] = { affix = "", "(5-8)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__28"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__29"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__30"] = { affix = "", "(20-30)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__31"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__32"] = { affix = "", "(6-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__33"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__34"] = { affix = "", "(14-18)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__35"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedUnique__36"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "963", statOrder = { 963 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedImplicitShield1"] = { affix = "", "6% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedImplicitShield2"] = { affix = "", "12% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedImplicitShield3"] = { affix = "", "18% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueQuiver1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueIntHelmet2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueBootsDexInt1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesDex2"] = { affix = "", "5% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesStrDex1"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesStr1"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueHelmetStrDex2"] = { affix = "", "16% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesStr2"] = { affix = "", "(5-15)% reduced Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueHelmetDex4"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueBodyDex5"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesDexInt3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueHelmetDex6"] = { affix = "", "15% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueBodyStr3"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesDemigods1"] = { affix = "", "(10-16)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueBodyDex7"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueQuiver3"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueQuiver5"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 4, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueQuiver6"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 10, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueQuiver7"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueGlovesStrDex5"] = { affix = "", "(6-9)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueShieldDex6"] = { affix = "", "(6-10)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueShieldDexInt2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueQuiver9"] = { affix = "", "10% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueRing27"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueShieldInt5"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["ReducedAttackSpeedUniqueAmulet16"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["ReducedAttackSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["ReducedAttackSpeedUnique__1"] = { affix = "", "30% reduced Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueAmulet20"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUniqueRing37"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUnique_1"] = { affix = "", "(8-13)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUnique__3_"] = { affix = "", "(1-20)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedUnique__4_"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedTransformedUnique__1"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "960", statOrder = { 960 }, level = 30, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, - ["IncreasedAccuracyUniqueBow2"] = { affix = "", "+30 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueTwoHandAxe1"] = { affix = "", "+(150-250) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueTwoHandSword1"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueAmulet5"] = { affix = "", "+100 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 7, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueStrDexHelmet1"] = { affix = "", "+500 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueGlovesDexInt1"] = { affix = "", "+(50-80) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueAmulet7"] = { affix = "", "+(100-150) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueTwoHandMace3"] = { affix = "", "-100 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueBow4"] = { affix = "", "+(25-50) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueBow7"] = { affix = "", "+(350-400) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueRing12"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueHelmetInt7"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueTwoHandAxe5"] = { affix = "", "+(120-150) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["ReducedAccuracyUniqueTwoHandSword5"] = { affix = "", "-150 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueAmulet17_"] = { affix = "", "+(80-120) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueDescentBow1"] = { affix = "", "+30 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueRing17"] = { affix = "", "+333 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueWand6"] = { affix = "", "+(340-400) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueOneHandSword9"] = { affix = "", "+(280-300) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueTwoHandSword7"] = { affix = "", "+(90-120) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUniqueSceptre8"] = { affix = "", "+(160-220) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__1"] = { affix = "", "+(300-400) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__2"] = { affix = "", "+(350-400) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__3"] = { affix = "", "+1000 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__4"] = { affix = "", "+(800-1000) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__5"] = { affix = "", "+(300-400) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__6"] = { affix = "", "+(150-250) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__7_"] = { affix = "", "+(200-300) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__8"] = { affix = "", "+(350-500) to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracyUnique__9____"] = { affix = "", "-5000 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LifeRegenerationUniqueRing1"] = { affix = "", "Regenerate (2-4) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationImplicitAmulet1"] = { affix = "", "Regenerate (2-4) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 2, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationImplicitAmulet2"] = { affix = "", "Regenerate (1.2-1.6)% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 93, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationUniqueShieldDex2"] = { affix = "", "Regenerate (5-7.5) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueTwoHandAxe4"] = { affix = "", "Regenerate 20 Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueWreath1"] = { affix = "", "Regenerate 2 Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueShieldStrInt5"] = { affix = "", "Regenerate (15-20) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueBootsDex5"] = { affix = "", "Regenerate (1.7-2.7) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueBelt8"] = { affix = "", "Regenerate (66.7-75) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueGlovesStrDex5"] = { affix = "", "Regenerate (3-4) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueRing26"] = { affix = "", "Regenerate (13-17) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueRing33"] = { affix = "", "Regenerate (10-15) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUniqueAmulet25"] = { affix = "", "Regenerate (16-24) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUnique__1"] = { affix = "", "Regenerate (50-70) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationUnique__2__"] = { affix = "", "Regenerate (50-70) Life per second", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["ManaRegenerationImplicitAmulet1"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 2, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationImplicitAmulet2"] = { affix = "", "(48-56)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 97, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationImplicitDemigodsBelt1"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueRing5"] = { affix = "", "50% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueDexHelmet2"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueIntHelmet2"] = { affix = "", "30% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBootsInt2"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBootsDex2"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueAmulet10"] = { affix = "", "(80-100)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 20, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueRing14"] = { affix = "", "(45-65)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBootsDex5"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBelt6"] = { affix = "", "20% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBodyDexInt2"] = { affix = "", "(40-50)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBootsStrDex4"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueOneHandMace3"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueBow11"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueGlovesStrInt2"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueRingDemigod1"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 16, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueRing26"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueHelmetStrInt5"] = { affix = "", "20% reduced Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueRing33"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueAmulet21"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueJewel30"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueJewel43"] = { affix = "", "10% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueRing34"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUniqueShieldInt5"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__1"] = { affix = "", "(15-25)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__2"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__3"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__4"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__5"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__6"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__7"] = { affix = "", "(45-50)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__8"] = { affix = "", "(40-45)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__9___"] = { affix = "", "(80-100)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__10"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__11___"] = { affix = "", "(40-60)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__12"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__13"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationUnique__14___"] = { affix = "", "60% reduced Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ReducedManaRegenerationUniqueRing27"] = { affix = "", "15% increased Mana Regeneration Rate", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["BaseManaRegenerationUniqueBodyDexInt2"] = { affix = "", "Regenerate 1% of Mana per second", statOrderKey = "1126", statOrder = { 1126 }, level = 1, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["StunThresholdReductionImlicitMarakethOneHandSword1"] = { affix = "", "8% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionImlicitMarakethOneHandSword2"] = { affix = "", "12% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionImplicitMace1"] = { affix = "", "10% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionImplicitMace2"] = { affix = "", "15% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionImplicitMace3_"] = { affix = "", "20% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueTwoHandMace1"] = { affix = "", "15% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueQuiver2"] = { affix = "", "(10-15)% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueGlovesDexInt2"] = { affix = "", "10% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueClaw2_"] = { affix = "", "25% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1955", statOrder = { 1955 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StunThresholdReductionUniqueClaw6"] = { affix = "", "10% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1955", statOrder = { 1955 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StunThresholdReductionUniqueTwoHandSword5"] = { affix = "", "25% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1955", statOrder = { 1955 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StunThresholdReductionUniqueQuiver8"] = { affix = "", "(20-25)% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueOneHandMace5"] = { affix = "", "(15-25)% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1955", statOrder = { 1955 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StunThresholdReductionUniqueStaff11"] = { affix = "", "(15-20)% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueOneHandMace6"] = { affix = "", "(10-20)% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUniqueBootsStr3"] = { affix = "", "(5-10)% reduced Enemy Stun Threshold", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdReductionUnique__1___"] = { affix = "", "(20-30)% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "1955", statOrder = { 1955 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["CriticalStrikeChanceImplicitDagger1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "1009", statOrder = { 1009 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitDagger2"] = { affix = "", "40% increased Global Critical Strike Chance", statOrderKey = "1010", statOrder = { 1010 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitDagger3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1011", statOrder = { 1011 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitDaggerNew1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitDaggerNew2"] = { affix = "", "40% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitDaggerNew3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitQuiver13"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 57, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitMarakethStaff1"] = { affix = "", "80% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitMarakethStaff2"] = { affix = "", "100% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueOneHandSword2"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueGlovesDex2"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueRapier1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueDagger3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueBodyInt4"] = { affix = "", "100% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueHelmetDex4"] = { affix = "", "25% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueHelmetDex6"] = { affix = "", "(60-75)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueWand3"] = { affix = "", "(50-65)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceImplicitRing1"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 25, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueRing11_"] = { affix = "", "(30-35)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 35, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueAmulet17"] = { affix = "", "(200-250)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueGlovesStr3"] = { affix = "", "(25-35)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueGlovesDexInt6"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueBow9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["CriticalSrikeChanceUniqueSceptre7"] = { affix = "", "(30-40)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueAmulet18"] = { affix = "", "(250-350)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUniqueWand10"] = { affix = "", "(40-60)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUnique__1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUnique__2"] = { affix = "", "(20-60)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUnique__3"] = { affix = "", "(50-70)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeChanceUnique__4_"] = { affix = "", "(120-160)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe1"] = { affix = "", "50% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe2"] = { affix = "", "50% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueBow11"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueClaw2"] = { affix = "", "25% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceImplicitBow1"] = { affix = "", "(30-50)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueStaff7"] = { affix = "", "(10-20)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueOneHandSword8"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueOneHandMace4"] = { affix = "", "(15-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniquSceptre10"] = { affix = "", "(25-50)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueOneHandSword10"] = { affix = "", "(44-66)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueWand9"] = { affix = "", "(10-20)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueDagger11"] = { affix = "", "30% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__1"] = { affix = "", "(26-32)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__2"] = { affix = "", "(22-30)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique14"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__3"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__4"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__5"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__6"] = { affix = "", "(40-60)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__7"] = { affix = "", "(20-35)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__8"] = { affix = "", "(50-75)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__10"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__11"] = { affix = "", "(20-25)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__12"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__13"] = { affix = "", "(70-90)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__14"] = { affix = "", "(80-100)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__15"] = { affix = "", "(25-35)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__16"] = { affix = "", "(8-12)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__17_"] = { affix = "", "(22-28)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__18"] = { affix = "", "(60-80)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__19"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUnique__20"] = { affix = "", "(20-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["FireResistImplicitRing1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 20, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistImplicitAmulet1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueDexHelmet2"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueAmulet4"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBootsDexInt1"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueAmulet7"] = { affix = "", "+20% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBelt3"] = { affix = "", "+20% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBootsDex2"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueOneHandMace1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBodyDex3"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBodyInt2"] = { affix = "", "+(30-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueShieldStr3"] = { affix = "", "+(35-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueShieldStrInt5"] = { affix = "", "+(20-25)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueAmulet13"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueAmulet16"] = { affix = "", "+(30-45)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueHelmetInt7"] = { affix = "", "-30% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceBodyDex6"] = { affix = "", "+(6-10)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueOneHandSword4"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBelt6"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBelt9"] = { affix = "", "+(30-35)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueRing15"] = { affix = "", "+(25-35)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBootsStrInt3"] = { affix = "", "+(50-60)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBelt13"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBodyStr5"] = { affix = "", "-10% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueRing32"] = { affix = "", "+(-25-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBelt14"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 65, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueShieldStrDex3"] = { affix = "", "+(30-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueOneHandAxe7_"] = { affix = "", "+(15-25)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUniqueBootsStr3_"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__2"] = { affix = "", "+(15-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__3"] = { affix = "", "-10% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__4"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__5"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__6"] = { affix = "", "+30% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__7_"] = { affix = "", "+(26-32)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__8"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__9"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__10"] = { affix = "", "-30% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__11"] = { affix = "", "-50% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__12"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__13"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__14"] = { affix = "", "+(20-25)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__15"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__16"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__18"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__19"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__20_"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__21"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__22_"] = { affix = "", "-(30-20)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__23_"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__24"] = { affix = "", "+(15-25)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__25"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistUnique__26"] = { affix = "", "+(40-60)% to Fire Resistance", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["ColdResistImplicitRing1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueAmulet3"] = { affix = "", "+25% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistDexHelmet2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueStrHelmet2"] = { affix = "", "+30% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueGlovesDex1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBelt1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBelt4"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueShieldDex1"] = { affix = "", "+50% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueHelmetDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBodyStrInt3"] = { affix = "", "+(50-75)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueGlovesStrDex3"] = { affix = "", "+(40-50)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueAmulet13"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueOneHandAxe1_"] = { affix = "", "+(20-25)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceBodyDex6"] = { affix = "", "+(26-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBootsDexInt2"] = { affix = "", "+20% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBodyDex7"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueShieldInt3"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueGlovesStrDex4"] = { affix = "", "+40% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBelt9"] = { affix = "", "+(30-35)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueQuiver5"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueRing24"] = { affix = "", "+(25-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBootsDex8"] = { affix = "", "+20% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBelt13"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueRing28"] = { affix = "", "+(10-15)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBodyStr5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueGlovesStrInt3"] = { affix = "", "+(40-50)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueRing32"] = { affix = "", "+(-25-50)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBelt14"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueShieldDex7"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUniqueBootsStrDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__3"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 23, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__4"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__5"] = { affix = "", "+75% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__6"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__7"] = { affix = "", "+(32-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__8"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__9"] = { affix = "", "-40% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__10"] = { affix = "", "+(30-50)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__11"] = { affix = "", "+(35-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__12"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__13"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__14"] = { affix = "", "-30% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__15"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__16"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__17"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__18"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__19"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__20"] = { affix = "", "+(20-25)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__21"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__22_"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 80, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__23"] = { affix = "", "+(25-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__24"] = { affix = "", "+(25-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__25"] = { affix = "", "+(25-35)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__26"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__27"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__28"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__29"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__30"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__31_"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__32"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistUnique__33"] = { affix = "", "+(40-60)% to Cold Resistance", statOrderKey = "1174", statOrder = { 1174 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["LightningResistImplicitRing1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 15, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueHelmetDexInt1"] = { affix = "", "+10% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueDexHelmet1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueStrDexHelmet1"] = { affix = "", "+30% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueShieldInt1"] = { affix = "", "+25% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueShieldDex2"] = { affix = "", "+30% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueOneHandMace1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBodyInt1"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBootsStrDex2"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueAmulet15"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceBodyDex6"] = { affix = "", "+(11-25)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBodyStrDex2"] = { affix = "", "-60% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueDescentTwoHandSword1"] = { affix = "", "+40% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueShieldInt3"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBelt9"] = { affix = "", "+(30-35)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBelt11"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBodyStr5"] = { affix = "", "-20% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueRing32"] = { affix = "", "+(-25-50)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueRing35"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueBootsDexInt4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUniqueHelmetInt10"] = { affix = "", "+(25-35)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__1"] = { affix = "", "+(15-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__2"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__3"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__5"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__6"] = { affix = "", "+(15-20)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__7"] = { affix = "", "+(35-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__8"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__10"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__11"] = { affix = "", "+(20-25)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__12"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__13"] = { affix = "", "+(1-50)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__14"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__15"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__16"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__17_"] = { affix = "", "+(25-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__18"] = { affix = "", "+(25-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__19_"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__20"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__21"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__22"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__23_"] = { affix = "", "+75% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistUnique__24"] = { affix = "", "+(40-60)% to Lightning Resistance", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["ChaosResistUniqueHelmetStrInt2"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueBodyInt8"] = { affix = "", "+(40-50)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistImplicitRing1"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 38, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistImplicitBoots1"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 85, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueAmulet15_"] = { affix = "", "+(8-10)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueRing12"] = { affix = "", "+(15-20)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistHelmetStrDex2"] = { affix = "", "+(15-25)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueRing16"] = { affix = "", "+(40-50)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueDagger8"] = { affix = "", "+(8-12)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueBootsStrInt2"] = { affix = "", "+(9-12)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueHelmetDexInt5"] = { affix = "", "+(24-30)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueWand7"] = { affix = "", "+(5-10)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueHelmetStrInt5"] = { affix = "", "+(43-61)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueQuiver9"] = { affix = "", "+(12-16)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueBow12"] = { affix = "", "+(7-11)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUniqueAmulet23"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistDemigodsTorchImplicit"] = { affix = "", "+(11-19)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__1"] = { affix = "", "+11% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__2"] = { affix = "", "+(8-16)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__3"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__4"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__5"] = { affix = "", "+60% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__6"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__7"] = { affix = "", "+(15-25)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__8"] = { affix = "", "-(20-10)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__9"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__10"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__11"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__12"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__13"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__14"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__15"] = { affix = "", "+(23-31)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__16"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__17"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__18_"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__19"] = { affix = "", "+(29-41)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__20_"] = { affix = "", "+(23-31)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__21"] = { affix = "", "+(19-29)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistUnique__22"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["FireAndLightningResistImplicitRing1"] = { affix = "", "+(12-16)% to Fire and Lightning Resistances", statOrderKey = "2223", statOrder = { 2223 }, level = 25, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, - ["ColdAndLightningResistImplicitRing1"] = { affix = "", "+(12-16)% to Cold and Lightning Resistances", statOrderKey = "2224", statOrder = { 2224 }, level = 25, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, - ["FireAndColdResistImplicitRing1"] = { affix = "", "+(12-16)% to Fire and Cold Resistances", statOrderKey = "2222", statOrder = { 2222 }, level = 25, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["FireAndLightningResistImplicitBoots1"] = { affix = "", "+(8-12)% to Fire and Lightning Resistances", statOrderKey = "2223", statOrder = { 2223 }, level = 78, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, - ["ColdAndLightningResistImplicitBoots1"] = { affix = "", "+(8-12)% to Cold and Lightning Resistances", statOrderKey = "2224", statOrder = { 2224 }, level = 78, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, - ["FireAndColdResistImplicitBoots1_"] = { affix = "", "+(8-12)% to Fire and Cold Resistances", statOrderKey = "2222", statOrder = { 2222 }, level = 78, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["FireAndColdResistUnique__1"] = { affix = "", "+(15-25)% to Fire and Cold Resistances", statOrderKey = "2222", statOrder = { 2222 }, level = 75, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["FireAndColdResistUnique__2"] = { affix = "", "+(20-30)% to Fire and Cold Resistances", statOrderKey = "2222", statOrder = { 2222 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["FireAndColdResistUnique__3"] = { affix = "", "+(25-30)% to Fire and Cold Resistances", statOrderKey = "2222", statOrder = { 2222 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["FireAndColdResistUnique__4_"] = { affix = "", "+(10-20)% to Fire and Cold Resistances", statOrderKey = "2222", statOrder = { 2222 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["ColdAndLightningResistUnique__1"] = { affix = "", "+(20-25)% to Cold and Lightning Resistances", statOrderKey = "2224", statOrder = { 2224 }, level = 81, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, - ["ColdAndLightningResistUnique__2"] = { affix = "", "+(15-20)% to Cold and Lightning Resistances", statOrderKey = "2224", statOrder = { 2224 }, level = 1, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, - ["FireAndLightningResistUnique__1"] = { affix = "", "+(20-30)% to Fire and Lightning Resistances", statOrderKey = "2223", statOrder = { 2223 }, level = 1, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, - ["FireAndLightningResistUnique__2"] = { affix = "", "+(20-30)% to Fire and Lightning Resistances", statOrderKey = "2223", statOrder = { 2223 }, level = 1, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, - ["AllResistancesImplicitShield1"] = { affix = "", "+4% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplicitShield2"] = { affix = "", "+8% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplicitShield3"] = { affix = "", "+12% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplicitArmour1"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplicitRing1"] = { affix = "", "+(8-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplicitVictorAmulet"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 16, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing3"] = { affix = "", "-20% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueAmulet2"] = { affix = "", "+20% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 10, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing4"] = { affix = "", "+5% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueIntHelmet3"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueHelmetStrInt1"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBootsStr1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueGlovesStrDex2"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueShieldStrInt1"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBodyStrInt2"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueAmulet9"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueShieldStrInt2"] = { affix = "", "+25% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueHelmetDex3"] = { affix = "", "+(30-40)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueShieldStrInt4"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueShieldDex3"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBodyDexInt1"] = { affix = "", "+(9-12)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing6"] = { affix = "", "+(10-30)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 30, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBootsInt5"] = { affix = "", "+20% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRapier2"] = { affix = "", "+(40-60)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing7"] = { affix = "", "+(16-24)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing9"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueAmulet14"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueTwoHandMace6_"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplictBootsDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesImplictHelmetDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBodyStrDex1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing21"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBelt8"] = { affix = "", "-(25-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBodyStrDexInt1"] = { affix = "", "+(20-24)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueHelmetDexInt4"] = { affix = "", "+(26-30)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBeltDemigods1"] = { affix = "", "+(16-24)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueDagger9"] = { affix = "", "+(6-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueRing25"] = { affix = "", "-20% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 7, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBelt10"] = { affix = "", "+(6-8)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 32, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueShieldDexInt2"] = { affix = "", "-50% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueBelt13"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistajcesUniqueStaff10"] = { affix = "", "+(5-7)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueAmulet23"] = { affix = "", "-(10-5)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUniqueJewel8"] = { affix = "", "+6% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesDescentUniqueQuiver1"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__1"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__2"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__3"] = { affix = "", "+(14-18)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__4"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__5"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__6"] = { affix = "", "-(20-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__7"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__8"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__9"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__10"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__11__"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__12"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__13"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 75, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__14"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__15"] = { affix = "", "+(12-18)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__16"] = { affix = "", "+(10-16)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__17"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__18"] = { affix = "", "-(20-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__19"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__20"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__21"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__22_"] = { affix = "", "-(15-10)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesUnique__23__"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesDemigodsImplicit"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1162", statOrder = { 1162 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["CriticalMultiplierImplicitSword1"] = { affix = "", "+25% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierImplicitSword2"] = { affix = "", "+35% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierImplicitSword3"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierImplicitSword2H1"] = { affix = "", "+25% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierImplicitSwordM2"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierImplicitBow1"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueGlovesDex2"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueGlovesDexInt2"] = { affix = "", "+30% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueGlovesDexInt4"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueHelmetStr3"] = { affix = "", "+60% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueRing8"] = { affix = "", "-50% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueAmulet17"] = { affix = "", "+(210-240)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 50, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueDescentDagger1"] = { affix = "", "+45% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueDagger8"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueRing17"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueGlovesDexInt6_"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUniqueAmulet18"] = { affix = "", "Your Critical Strikes do not deal extra Damage", statOrderKey = "2096", statOrder = { 2096 }, level = 29, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUnique__1"] = { affix = "", "+(27-33)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUnique__2"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUnique__3__"] = { affix = "", "+(23-28)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierUnique__4____"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["StunRecoveryImplicitBelt1"] = { affix = "", "(15-25)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 20, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueBootsStrDex1"] = { affix = "", "20% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueHelmetInt6"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueBootsStrDex3"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueHelmetStrInt4"] = { affix = "", "(20-22)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueGlovesStrInt1"] = { affix = "", "(40-60)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueQuiver4"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueAmulet18"] = { affix = "", "40% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueClaw8"] = { affix = "", "25% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUniqueOneHandSword13"] = { affix = "", "(30-40)% reduced Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUnique__1_"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUnique__2"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunRecoveryUnique__3"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationImplicitBelt1"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 20, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationImplicitMace1"] = { affix = "", "30% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationImplicitMace2"] = { affix = "", "45% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationImplicitQuiver9"] = { affix = "", "(25-35)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 20, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueTwoHandMace1"] = { affix = "", "(40-50)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueTwoHandMace2"] = { affix = "", "(10-20)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueQuiver2"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueTwoHandMace3"] = { affix = "", "(40-50)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueGlovesInt4_"] = { affix = "", "50% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueGlovesDexInt3"] = { affix = "", "10% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueTwoHandSword5"] = { affix = "", "400% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueQuiver8"] = { affix = "", "(60-80)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUniqueOneHandMace6"] = { affix = "", "(30-50)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunDurationUnique__1"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpellCriticalStrikeChanceUniqueDagger1"] = { affix = "", "(80-100)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUniqueGlovesInt5"] = { affix = "", "(75-100)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUniqueGlovesInt6"] = { affix = "", "(125-150)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUniqueHelmetInt6"] = { affix = "", "(20-25)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUniqueShieldInt3"] = { affix = "", "(25-35)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUniqueBootsStrDex5"] = { affix = "", "(50-70)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUnique__1"] = { affix = "", "(100-140)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUnique__2"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUnique__3"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceUnique__4"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "1007", statOrder = { 1007 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, - ["ProjectileSpeedUniqueAmulet5"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUniqueBow4_"] = { affix = "", "(50-100)% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUniqueQuiver2"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUniqueQuiver4"] = { affix = "", "(20-30)% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUniqueQuiver8"] = { affix = "", "25% reduced Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique___1"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__2"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__3"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__4"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__5__"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__6"] = { affix = "", "(20-30)% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__7"] = { affix = "", "(30-40)% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileSpeedUnique__8"] = { affix = "", "(30-50)% increased Projectile Speed", statOrderKey = "1314", statOrder = { 1314 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["LifeGainPerTargetUniqueRing2"] = { affix = "", "+(2-4) Life gained for each Enemy hit by your Attacks", statOrderKey = "1262", statOrder = { 1262 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueOneHandSword1"] = { affix = "", "+2 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueDagger2"] = { affix = "", "+10 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicitClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicitClaw2"] = { affix = "", "+8 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicitClaw3"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicitClaw4"] = { affix = "", "+22 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw2"] = { affix = "", "+6 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw3"] = { affix = "", "+7 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw3_1"] = { affix = "", "+8 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw4"] = { affix = "", "+12 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw4_1"] = { affix = "", "+19 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw5"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw5_1"] = { affix = "", "+20 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw6"] = { affix = "", "+25 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw7"] = { affix = "", "+24 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw8"] = { affix = "", "+44 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw9_"] = { affix = "", "+40 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw10"] = { affix = "", "+46 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw11_"] = { affix = "", "+40 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw12"] = { affix = "", "+50 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicit2Claw13"] = { affix = "", "+46 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetImplicitQuiver8"] = { affix = "", "+(3-4) Life gained for each Enemy hit by your Attacks", statOrderKey = "1262", statOrder = { 1262 }, level = 13, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueSceptre2"] = { affix = "", "+(6-10) Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueRapier2"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueRing7"] = { affix = "", "+(40-60) Life gained for each Enemy hit by your Attacks", statOrderKey = "1262", statOrder = { 1262 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueQuiver6_"] = { affix = "", "+(2-3) Life gained for each Enemy hit by your Attacks", statOrderKey = "1262", statOrder = { 1262 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueOneHandSword7"] = { affix = "", "+2 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUniqueDescentClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetUnique__1"] = { affix = "", "+7 Life gained for each Enemy hit by your Attacks", statOrderKey = "1262", statOrder = { 1262 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, - ["LoseLifePerTargetUnique__1"] = { affix = "", "Lose (20-25) Life for each Enemy hit by your Attacks", statOrderKey = "1262", statOrder = { 1262 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, - ["FireDamagePercentUniqueStaff1_"] = { affix = "", "(70-90)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueStrHelmet2"] = { affix = "", "(30-40)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueBodyInt4"] = { affix = "", "(25-35)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueHelmetInt5"] = { affix = "", "50% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueRing18"] = { affix = "", "(25-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentBodyStr1"] = { affix = "", "(20-40)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueBelt9a"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueRing24"] = { affix = "", "(15-25)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 14, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueSceptre9"] = { affix = "", "30% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueWand10"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueRing36"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUniqueRing38"] = { affix = "", "(30-40)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique___2"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__3"] = { affix = "", "(18-25)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__4"] = { affix = "", "(25-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique___5"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__6"] = { affix = "", "(50-70)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 45, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique___7"] = { affix = "", "25% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique____8"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__9"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__10"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__11"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentUnique__12___"] = { affix = "", "100% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ColdDamagePercentUniqueHelmetInt4"] = { affix = "", "30% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUniqueStaff2"] = { affix = "", "(40-50)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUniqueHelmetStrInt3"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUniqueRing19"] = { affix = "", "(25-30)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUniqueBelt9b"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__2"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__3"] = { affix = "", "(30-50)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__4"] = { affix = "", "(18-25)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__5"] = { affix = "", "(30-50)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__6"] = { affix = "", "(20-25)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__7"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__8"] = { affix = "", "30% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__9"] = { affix = "", "(20-40)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique___10"] = { affix = "", "(10-20)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique___11"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__12"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__13"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__14"] = { affix = "", "(5-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentUnique__15"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["LightningDamageUniqueWand1"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamageUniqueHelmetDexInt1"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUniqueHelmetStrInt3"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUniqueRing20"] = { affix = "", "(25-30)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUniqueBelt9c"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUniqueStaff8"] = { affix = "", "(30-50)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUniqueRing29"] = { affix = "", "20% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUniqueRing34"] = { affix = "", "(15-25)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__2"] = { affix = "", "(15-20)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__3"] = { affix = "", "35% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__4"] = { affix = "", "100% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 40, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__5"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__6"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__7"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentUnique__8"] = { affix = "", "(30-40)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LifeGainedFromEnemyDeathUniqueTwoHandAxe1"] = { affix = "", "+20 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "+30 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueBootsStrInt1"] = { affix = "", "+(10-20) Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueTwoHandAxe2"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueTwoHandMace7"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "+(15-20) Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueOneHandAxe3"] = { affix = "", "+(5-7) Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueBodyStrDexInt1"] = { affix = "", "+100 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 94, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUniqueDagger11"] = { affix = "", "+5 Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUnique__1"] = { affix = "", "+(15-25) Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeathUnique__2"] = { affix = "", "+(20-30) Life gained on Kill", statOrderKey = "1270", statOrder = { 1270 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ManaGainedFromEnemyDeathUniqueBow2"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueRing4"] = { affix = "", "+5 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueTwoHandSword3"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueTwoHandAxe5"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueShieldInt3"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUniqueBodyStrDexInt1"] = { affix = "", "+100 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUnique__1"] = { affix = "", "+30 Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeathUnique__2"] = { affix = "", "+(20-40) Mana gained on Kill", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LocalCriticalStrikeChanceUniqueOneHandMace1"] = { affix = "", "25% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueOneHandSword4"] = { affix = "", "(90-110)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueDescentDagger1"] = { affix = "", "100% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueDagger8"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueWand6_"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueSceptre9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueOneHandAxe8_"] = { affix = "", "(30-50)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueStaff14"] = { affix = "", "(20-35)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChanceUniqueTwoHandMace6"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1012", statOrder = { 1012 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, - ["LocalCriticalMultiplierUniqueBow3"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["LocalCriticalMultiplierUniqueClaw2"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["LocalCriticalMultiplierUniqueDagger4"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["LocalCriticalMultiplierUniqueOneHandSword4"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["FlaskIncreasedRecoverySpeedUniqueFlask3"] = { affix = "", "(5-20)% increased Recovery rate", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoverySpeedUnique___1"] = { affix = "", "(80-120)% increased Recovery rate", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryAmountUniqueFlask4"] = { affix = "", "(30-50)% increased Amount Recovered", "100% increased Recovery rate", statOrderKey = "524,525", statOrder = { 524, 525 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryAmountUnique__1"] = { affix = "", "(30-50)% increased Amount Recovered", "50% reduced Recovery rate", statOrderKey = "524,525", statOrder = { 524, 525 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedDuration1"] = { affix = "Saturated", "33% reduced Recovery rate", statOrderKey = "525", statOrder = { 525 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskFullInstantRecoveryUnique__1"] = { affix = "", "(65-75)% reduced Amount Recovered", "Instant Recovery", statOrderKey = "524,535", statOrder = { 524, 535 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskExtraLifeUnique__1"] = { affix = "", "50% increased Life Recovered", statOrderKey = "519", statOrder = { 519 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["FlaskFreezeImmunityUnique__1"] = { affix = "", "Grants Immunity to Chill for 4 seconds if used while Chilled", "Grants Immunity to Freeze for 4 seconds if used while Frozen", statOrderKey = "566,566.1", statOrder = { 566, 566.1 }, level = 1, group = "FlaskDispellChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, - ["FlaskDispellsBurningUnique__1"] = { affix = "", "Grants Immunity to Ignite for 4 seconds if used while Ignited", "Removes all Burning when used", statOrderKey = "567,567.1", statOrder = { 567, 567.1 }, level = 1, group = "FlaskDispellBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, - ["FlaskExtraChargesUnique__1"] = { affix = "", "+45 to Maximum Charges", statOrderKey = "507", statOrder = { 507 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesAddedIncreasePercentUnique_1"] = { affix = "", "(40-60)% increased Charge Recovery", statOrderKey = "515", statOrder = { 515 }, level = 1, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesAddedIncreasePercentUnique__2"] = { affix = "", "(20-30)% increased Charge Recovery", statOrderKey = "515", statOrder = { 515 }, level = 1, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskBuffManaLeechWhileHealing"] = { affix = "of Craving", "2% of Physical Attack Damage Leeched as Mana during Flask effect", statOrderKey = "608", statOrder = { 608 }, level = 12, group = "FlaskBuffWhileHealing", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana", "physical", "attack" }, }, - ["FlaskChanceRechargeOnCritUnique__1"] = { affix = "", "50% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "512", statOrder = { 512 }, level = 50, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, - ["FlaskEffectDurationUnique__1"] = { affix = "", "(25-50)% increased Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskEffectDurationUnique__2"] = { affix = "", "(60-80)% reduced Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskEffectDurationUnique__3"] = { affix = "", "(30-50)% increased Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskEffectDurationUnique__4"] = { affix = "", "100% increased Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskEffectDurationUnique__6"] = { affix = "", "(40-60)% reduced Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskEffectDurationUnique__7"] = { affix = "", "(20-40)% increased Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique___1"] = { affix = "", "500% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique___2"] = { affix = "", "(125-150)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__3"] = { affix = "", "50% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__4"] = { affix = "", "(-10-10)% reduced Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__5"] = { affix = "", "(125-150)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__6_"] = { affix = "", "(80-100)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__7"] = { affix = "", "100% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__8"] = { affix = "", "(175-200)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__9_"] = { affix = "", "(40-50)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargesUsedUnique__10"] = { affix = "", "(-10-10)% reduced Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskExtraChargesUnique__2_"] = { affix = "", "+(-40-90) to Maximum Charges", statOrderKey = "507", statOrder = { 507 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskExtraChargesUnique__3"] = { affix = "", "+90 to Maximum Charges", statOrderKey = "507", statOrder = { 507 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedDurationUnique__2"] = { affix = "", "90% reduced Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskIncreasedDurationUnique1", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskBuffReducedManaCostWhileHealingUnique__1"] = { affix = "", "10% increased Mana Cost of Skills during Flask Effect", statOrderKey = "638", statOrder = { 638 }, level = 1, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskBuffWardWhileHealingUnique__1"] = { affix = "", "50% reduced Ward during Flask effect", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "defences" }, }, - ["FlaskWardUnbreakableDuringEffectUnique__1"] = { affix = "", "Ward does not Break during Flask effect", statOrderKey = "595", statOrder = { 595 }, level = 1, group = "FlaskWardUnbreakableDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "defences" }, }, - ["GlobalColdSpellGemsLevelUnique__1"] = { affix = "", "+3 to Level of all Cold Spell Skill Gems", statOrderKey = "1155", statOrder = { 1155 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["LocalIncreaseSocketedLightningGemLevelUniqueStaff8"] = { affix = "", "+2 to Level of all Lightning Spell Skill Gems", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["LocalIncreaseSocketedLightningGemLevelUnique__1"] = { affix = "", "+(1-3) to Level of Socketed Lightning Gems", statOrderKey = "52", statOrder = { 52 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "gem" }, }, - ["LocalIncreaseSocketedChaosGemLevelUnique__1"] = { affix = "", "+2 to Level of all Chaos Spell Skill Gems", statOrderKey = "1157", statOrder = { 1157 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelUnique__1"] = { affix = "", "+3 to Level of all Physical Spell Skill Gems", statOrderKey = "1153", statOrder = { 1153 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalVaalGemsLevelImplicit1_"] = { affix = "", "+1 to Level of all Vaal Skill Gems", statOrderKey = "7543", statOrder = { 7543 }, level = 1, group = "GlobalAttributeTypeGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedProjectileGemLevel1"] = { affix = "", "+1 to Level of Socketed Projectile Gems", statOrderKey = "57", statOrder = { 57 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedSpellGemLevel1"] = { affix = "", "+1 to Level of Socketed Spell Gems", statOrderKey = "54", statOrder = { 54 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, - ["LocalIncreaseSocketedSpellGemLevelUniqueWand4"] = { affix = "", "+1 to Level of Socketed Spell Gems", statOrderKey = "54", statOrder = { 54 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, - ["LocalIncreaseSocketedMinionGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, - ["LocalIncreaseSocketedMinionGemLevelUnique__2_"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, - ["LocalIncreaseSocketedMinionGemLevelUnique__3"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, - ["LocalIncreaseSocketedMinionGemLevelUnique__4"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, - ["LocalIncreaseSocketedMinionGemLevelUnique__5____"] = { affix = "", "+3 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, - ["LocalIncreaseSocketedSpellGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Spell Gems", statOrderKey = "54", statOrder = { 54 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, - ["LocalIncreaseSocketedFireGemLevelUniqueStaff1"] = { affix = "", "+2 to Level of all Fire Spell Skill Gems", statOrderKey = "1154", statOrder = { 1154 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["LocalIncreaseSocketedFireGemLevelUniqueDagger10"] = { affix = "", "+1 to Level of all Fire Spell Skill Gems", statOrderKey = "1154", statOrder = { 1154 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["LocalIncreaseSocketedFireGemLevelUniqueStaff13"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, - ["LocalIncreaseSocketedFireGemLevelUnique__1_"] = { affix = "", "+2 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, - ["LocalIncreaseSocketedFireGemLevelUnique__2"] = { affix = "", "+2 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, - ["LocalIncreaseSocketedBowGemLevelUniqueBow2"] = { affix = "", "+1 to Level of Socketed Bow Gems", statOrderKey = "58", statOrder = { 58 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, - ["LocalIncreaseSocketedColdGemLevelUniqueDexHelmet2"] = { affix = "", "+1 to Level of Socketed Cold Gems", statOrderKey = "51", statOrder = { 51 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, - ["LocalIncreaseSocketedColdGemLevelUniqueStaff13"] = { affix = "", "+1 to Level of Socketed Cold Gems", statOrderKey = "51", statOrder = { 51 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, - ["LocalIncreaseSocketedColdGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Cold Gems", statOrderKey = "51", statOrder = { 51 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, - ["LocalIncreaseSocketedFireGemLevelUniqueDexHelmet2"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, - ["LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUnique__4"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUnique__5"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedMeleeGemLevelUniqueRapier1"] = { affix = "", "+1 to Level of Socketed Melee Gems", statOrderKey = "59", statOrder = { 59 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, - ["LocalIncreaseSocketedColdGemLevelUniqueStaff2"] = { affix = "", "+2 to Level of all Cold Spell Skill Gems", statOrderKey = "1155", statOrder = { 1155 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["LocalIncreaseSocketedGemLevelUniqueSceptre1"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedFireGemLevelUniqueBodyInt4"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, - ["LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, - ["LocalIncreaseSocketedMeleeGemLevelUniqueTwoHandMace5"] = { affix = "", "+1 to Level of Socketed Melee Gems", statOrderKey = "59", statOrder = { 59 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, - ["LocalIncreaseSocketedMinionGemLevelUniqueTwoHandMace5"] = { affix = "", "+1 to Level of Socketed Minion Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, - ["LocalIncreaseSocketedAuraGemLevelUniqueHelmetDex5"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, - ["LocalIncreaseSocketedAuraGemLevelUniqueBodyDexInt4"] = { affix = "", "+1 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, - ["LocalIncreaseSocketedAuraGemLevelUnique___1"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, - ["LocalIncreaseSocketedAuraGemLevelUnique___2___"] = { affix = "", "+5 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, - ["LocalIncreaseSocketedAuraGemLevelUnique___3"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, - ["LocalIncreaseSocketedColdGemLevelUniqueClaw5"] = { affix = "", "+1 to Level of Socketed Cold Gems", statOrderKey = "51", statOrder = { 51 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, - ["LocalIncreaseSocketedGemLevelUniqueRing23"] = { affix = "", "+5 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 57, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUniqueHelmetDexInt5"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUniqueRing39"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUniqueWand8"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUniqueTwoHandAxe9"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUnique__2"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUnique___3"] = { affix = "", "+1 to Level of all Spell Skill Gems", statOrderKey = "1152", statOrder = { 1152 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, - ["LocalIncreaseSocketedGemLevelUnique__6"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUnique__7"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUnique__8"] = { affix = "", "+(1-2) to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUnique__9"] = { affix = "", "+(5-8) to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemLevelUnique__10"] = { affix = "", "+(1-2) to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedDexterityGemLevelUniqueClaw8"] = { affix = "", "+1 to Level of Socketed Dexterity Gems", statOrderKey = "43", statOrder = { 43 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGolemLevelUniqueRing35"] = { affix = "", "+3 to Level of Socketed Golem Gems", statOrderKey = "78", statOrder = { 78 }, level = 55, group = "LocalSocketedGolemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGolemLevelUniqueRing36"] = { affix = "", "+3 to Level of Socketed Golem Gems", statOrderKey = "78", statOrder = { 78 }, level = 55, group = "LocalSocketedGolemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGolemLevelUniqueRing37"] = { affix = "", "+3 to Level of Socketed Golem Gems", statOrderKey = "78", statOrder = { 78 }, level = 55, group = "LocalSocketedGolemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldInt5"] = { affix = "", "+3 to Level of Socketed Warcry Gems", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldStr4"] = { affix = "", "+1 to Level of Socketed Warcry Gems", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldDex7"] = { affix = "", "+1 to Level of Socketed Warcry Gems", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreasedAccuracyUnique__1"] = { affix = "", "+(330-350) to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracyUnique__2"] = { affix = "", "(15-25)% increased Attack Speed", "+(400-500) to Accuracy Rating", statOrderKey = "963,1526", statOrder = { 963, 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAccuracySwordImplicit1"] = { affix = "", "+45 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit2"] = { affix = "", "+165 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit3"] = { affix = "", "+190 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit4"] = { affix = "", "+240 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit5"] = { affix = "", "+330 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit6"] = { affix = "", "+350 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit7"] = { affix = "", "+400 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit8"] = { affix = "", "+460 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracySwordImplicit9"] = { affix = "", "+475 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit1"] = { affix = "", "+60 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit2"] = { affix = "", "+120 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit3"] = { affix = "", "+185 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit4"] = { affix = "", "+250 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit5"] = { affix = "", "+305 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit6"] = { affix = "", "+360 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit7"] = { affix = "", "+400 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit8"] = { affix = "", "+435 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["IncreasedAccuracy2hSwordImplicit9"] = { affix = "", "+470 to Accuracy Rating", statOrderKey = "1526", statOrder = { 1526 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["CannotBeFrozen"] = { affix = "", "Cannot be Frozen", statOrderKey = "1361", statOrder = { 1361 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["CannotBeFrozenUnique__1"] = { affix = "", "Cannot be Frozen", statOrderKey = "1361", statOrder = { 1361 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["BlockingBlocksSpellsUniqueAmulet1"] = { affix = "", "15% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 7, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockingBlocksSpellsUnique__1"] = { affix = "", "6% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockingBlocksSpellsUnique__2"] = { affix = "", "(8-9)% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUniqueAmulet1"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUnique__1"] = { affix = "", "+(2-4)% Chance to Block Spell Damage", statOrderKey = "730", statOrder = { 730 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUnique__2"] = { affix = "", "(4-6)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUnique__3_"] = { affix = "", "(16-22)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["CullingStrike"] = { affix = "", "Culling Strike", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CullingStrikeUniqueDescentTwoHandSword1"] = { affix = "", "Culling Strike", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BlockRecoveryImplicitShield1"] = { affix = "", "60% increased Block Recovery", statOrderKey = "737", statOrder = { 737 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockRecoveryImplicitShield2"] = { affix = "", "120% increased Block Recovery", statOrderKey = "737", statOrder = { 737 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockRecoveryImplicitShield3"] = { affix = "", "180% increased Block Recovery", statOrderKey = "737", statOrder = { 737 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AlwaysHits"] = { affix = "", "Hits can't be Evaded", statOrderKey = "1545", statOrder = { 1545 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["AlwaysHitsUnique__1"] = { affix = "", "Hits can't be Evaded", statOrderKey = "1545", statOrder = { 1545 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["AlwaysHitsUnique__2"] = { affix = "", "Your hits can't be Evaded", statOrderKey = "1546", statOrder = { 1546 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AlwaysHitsUniqueGlovesDexInt4"] = { affix = "", "Your hits can't be Evaded", statOrderKey = "1546", statOrder = { 1546 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["HitsCauseMonsterFleeUniqueRing1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HitsCauseMonsterFleeUniqueBootsStrInt1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HitsCauseMonsterFleeUnique__1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumEnduranceChargeUniqueRing2"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["MaximumEnduranceChargeUniqueBodyStr3"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["MaximumEnduranceChargeUniqueBodyStrDex3"] = { affix = "", "+2 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["MaximumEnduranceChargeUnique__1_"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ReducedMaximumEnduranceChargeUniqueCorruptedJewel17"] = { affix = "", "-1 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ReducedMaximumEnduranceChargeUnique__1"] = { affix = "", "-1 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ReducedMaximumEnduranceChargeUnique__2"] = { affix = "", "-2 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["AddPowerChargeOnCrit1__"] = { affix = "", "Gain a Power Charge for each Enemy you hit with a Critical Strike", statOrderKey = "1998", statOrder = { 1998 }, level = 1, group = "AddPowerChargeOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ActorSizeUniqueAmulet2"] = { affix = "", "20% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUniqueHelmetDex6"] = { affix = "", "10% reduced Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUniqueAmulet12"] = { affix = "", "10% reduced Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUniqueBeltDemigods1"] = { affix = "", "10% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUniqueRingDemigods1"] = { affix = "", "3% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUnique__1"] = { affix = "", "3% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUnique__2"] = { affix = "", "15% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUnique__3"] = { affix = "", "10% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ActorSizeUnique__4"] = { affix = "", "5% increased Character Size", statOrderKey = "1559", statOrder = { 1559 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumManaUniqueBodyStrInt1"] = { affix = "", "50% reduced maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueRing5"] = { affix = "", "20% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 14, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueTwoHandMace5"] = { affix = "", "25% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueAmulet10"] = { affix = "", "(16-24)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueStaff4"] = { affix = "", "(10-20)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueStaff5"] = { affix = "", "18% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueStaff6"] = { affix = "", "50% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUniqueJewel54"] = { affix = "", "(15-20)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__1"] = { affix = "", "(7-10)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique___2"] = { affix = "", "(20-30)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__3"] = { affix = "", "(10-20)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__4"] = { affix = "", "(4-6)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__5"] = { affix = "", "(9-15)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__6"] = { affix = "", "(6-10)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__7"] = { affix = "", "(15-20)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaUnique__8"] = { affix = "", "(16-20)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumManaImplicitAtlasRing_"] = { affix = "", "(8-10)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 100, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumLifeUniqueOneHandSword2"] = { affix = "", "10% reduced maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueAmulet6"] = { affix = "", "20% reduced maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueBelt4"] = { affix = "", "10% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeShieldInt1"] = { affix = "", "10% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueBodyInt3"] = { affix = "", "10% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueRing16"] = { affix = "", "(5-10)% reduced maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueBodyStrDex1"] = { affix = "", "(30-40)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueStaff4"] = { affix = "", "(10-20)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueShieldDexInt2"] = { affix = "", "(10-20)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueGlovesStrInt3"] = { affix = "", "(12-16)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUniqueJewel52"] = { affix = "", "(6-8)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__1"] = { affix = "", "(8-12)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__2"] = { affix = "", "4% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__3"] = { affix = "", "10% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__4_"] = { affix = "", "(4-8)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__5"] = { affix = "", "(15-25)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__6"] = { affix = "", "(4-8)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 25, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__7"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__8"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__9"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__10_"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__11"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__12"] = { affix = "", "(4-7)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__13"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__14"] = { affix = "", "5% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 62, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__15"] = { affix = "", "(6-8)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__16"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__17"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__18"] = { affix = "", "(7-10)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__19"] = { affix = "", "(7-12)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__20___"] = { affix = "", "(10-15)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__21"] = { affix = "", "(5-10)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeUnique__22"] = { affix = "", "(12-15)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeImplicitAtlasRing"] = { affix = "", "(5-7)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 100, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AreaOfEffectImplicitMarakethTwoHandMace1"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectImplicitMarakethTwoHandMace2"] = { affix = "", "20% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectImplicitTwoHandMace1__"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectImplicitTwoHandMace2_"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueDagger1"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueDescentStaff1"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueQuiver6"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 13, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "20% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueShieldDexInt2"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueOneHandMace7"] = { affix = "", "(15-25)% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUniqueShieldDex7"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__1"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__2_"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__3"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__4_"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__5"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__6"] = { affix = "", "(10-15)% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaOfEffectUnique__7_"] = { affix = "", "30% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BurnDamageUniqueStaff1"] = { affix = "", "70% increased Burning Damage", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["BurnDamageUniqueDescentOneHandMace1"] = { affix = "", "25% increased Burning Damage", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["BurnDamageUniqueRing15"] = { affix = "", "(60-80)% increased Burning Damage", statOrderKey = "1392", statOrder = { 1392 }, level = 14, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["BurnDamageUniqueCorruptedJewel1"] = { affix = "", "(20-30)% increased Burning Damage", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["BurnDamageUnique__1"] = { affix = "", "(20-30)% increased Burning Damage", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["CannotCrit"] = { affix = "", "Never deal Critical Strikes", statOrderKey = "1682", statOrder = { 1682 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ManaCostIncreaseUniqueTwoHandAxe4"] = { affix = "", "50% increased Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaCostIncreaseUniqueGlovesInt6"] = { affix = "", "(40-80)% increased Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaCostIncreasedUniqueWand7"] = { affix = "", "40% increased Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaCostIncreasedUniqueHelmetStrInt6"] = { affix = "", "75% increased Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaCostReductionUnique__1"] = { affix = "", "(6-8)% reduced Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaCostReductionUnique__2_"] = { affix = "", "(10-20)% reduced Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["SocketedGemsHaveReducedManaCostUniqueHelmetDexInt5"] = { affix = "", "Socketed Gems have 50% reduced Mana Cost", statOrderKey = "308", statOrder = { 308 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, - ["SocketedGemsHaveReducedManaCostUniqueDescentClaw1"] = { affix = "", "Socketed Gems have 50% reduced Mana Cost", statOrderKey = "308", statOrder = { 308 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, - ["BloodMagic"] = { affix = "", "Blood Magic", statOrderKey = "7650", statOrder = { 7650 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["CannotEvade"] = { affix = "", "Cannot Evade Enemy Attacks", statOrderKey = "1428", statOrder = { 1428 }, level = 1, group = "CannotEvade", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["AdditionalArrowsUniqueBow3"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1312", statOrder = { 1312 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AdditionalArrowsUniqueTransformed__1"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1312", statOrder = { 1312 }, level = 55, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AdditionalArrowsUnique__1"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrderKey = "1312", statOrder = { 1312 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AdditionalArrowsUnique__2"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrderKey = "1312", statOrder = { 1312 }, level = 77, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MinionRunSpeedUniqueAmulet3"] = { affix = "", "Minions have (10-15)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUniqueWand2"] = { affix = "", "Minions have (20-30)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUniqueJewel16"] = { affix = "", "Minions have (5-10)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUnique__1"] = { affix = "", "Minions have 10% reduced Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUnique__2"] = { affix = "", "Minions have (80-100)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 48, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUnique__3"] = { affix = "", "Minions have (25-45)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUnique__4"] = { affix = "", "Minions have (10-20)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 78, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUnique__5"] = { affix = "", "Minions have (40-50)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedUnique__6"] = { affix = "", "Minions have (15-25)% increased Movement Speed", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionLifeUniqueAmulet3"] = { affix = "", "Minions have (10-15)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUniqueTwoHandSword4"] = { affix = "", "Minions have (30-40)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUniqueTwoHandMace5"] = { affix = "", "Minions have (20-40)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUniqueBodyInt9"] = { affix = "", "Minions have 20% reduced maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUniqueRing33"] = { affix = "", "Minions have 15% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUniqueJewel18"] = { affix = "", "Minions have (5-15)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUnique__1"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUnique__2"] = { affix = "", "Minions have (10-20)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUnique__3_"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUnique__4__"] = { affix = "", "Minions have 10% reduced maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeUnique__5_"] = { affix = "", "Minions have (20-40)% reduced maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionDamageImplicitHelmet1"] = { affix = "", "Minions deal (15-20)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 78, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUniqueAmulet3"] = { affix = "", "Minions deal (10-15)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUniqueWand2"] = { affix = "", "Minions deal (50-70)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUniqueTwoHandSword4"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUniqueBodyInt9"] = { affix = "", "Minions deal 15% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUniqueJewel1"] = { affix = "", "Minions deal (8-12)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__1"] = { affix = "", "Minions deal (8-12)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__2"] = { affix = "", "Minions deal (20-30)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__3_"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique4"] = { affix = "", "Minions deal (10-15)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__5"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__6"] = { affix = "", "Minions deal (35-45)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__7"] = { affix = "", "Minions deal (60-80)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageUnique__8_"] = { affix = "", "Minions deal (40-60)% increased Damage", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionAttackAndCastSpeedUnique__1"] = { affix = "", "Minions have (12-16)% increased Attack Speed", "Minions have (12-16)% increased Cast Speed", statOrderKey = "2329,2330", statOrder = { 2329, 2330 }, level = 1, group = "MinionAttackSpeedAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionChaosResistanceUnique___1"] = { affix = "", "Minions have +17% to Chaos Resistance", statOrderKey = "2335", statOrder = { 2335 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, - ["MinionChaosResistanceUnique__2__"] = { affix = "", "Minions have +29% to Chaos Resistance", statOrderKey = "2335", statOrder = { 2335 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, - ["MinionChaosResistanceUnique__3"] = { affix = "", "Minions have +(-17-17)% to Chaos Resistance", statOrderKey = "2335", statOrder = { 2335 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, - ["MinionAttackBlockChanceUnique__1"] = { affix = "", "Minions have +(10-12)% Chance to Block Attack Damage", statOrderKey = "2325", statOrder = { 2325 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, - ["MinionSpellBlockChanceUnique__1_"] = { affix = "", "Minions have +(10-12)% Chance to Block Spell Damage", statOrderKey = "2326", statOrder = { 2326 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, - ["MinionAttackDodgeChanceUnique__1"] = { affix = "", "Minions have (10-12)% chance to Dodge Attack Hits", statOrderKey = "2474", statOrder = { 2474 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, - ["MinionSpellDodgeChanceUnique__1_"] = { affix = "", "Minions have (10-12)% chance to Dodge Spell Hits", statOrderKey = "6825", statOrder = { 6825 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, - ["CannotBeStunned"] = { affix = "", "Cannot be Stunned", statOrderKey = "1677", statOrder = { 1677 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBeStunnedUnique__1_"] = { affix = "", "Cannot be Stunned", statOrderKey = "1677", statOrder = { 1677 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalCurseOnEnemiesUnique__1"] = { affix = "", "You can apply an additional Curse", statOrderKey = "1672", statOrder = { 1672 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["AdditionalCurseOnEnemiesUnique__2"] = { affix = "", "You can apply an additional Curse", statOrderKey = "1672", statOrder = { 1672 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["AdditionalCurseOnEnemiesUnique__3"] = { affix = "", "You can apply one fewer Curse", statOrderKey = "1672", statOrder = { 1672 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ConvertPhysicalToFireUniqueQuiver1_"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrderKey = "1464", statOrder = { 1464 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireUniqueShieldStr3"] = { affix = "", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1464", statOrder = { 1464 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireUniqueOneHandSword4"] = { affix = "", "100% of Physical Damage Converted to Fire Damage", statOrderKey = "1464", statOrder = { 1464 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrderKey = "1464", statOrder = { 1464 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireUnique__2_"] = { affix = "", "30% of Physical Damage Converted to Fire Damage", statOrderKey = "1464", statOrder = { 1464 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["BeltReducedFlaskChargesGainedUnique__1"] = { affix = "", "30% reduced Flask Charges gained", statOrderKey = "1686", statOrder = { 1686 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargesGainedUnique__1_"] = { affix = "", "(15-25)% increased Flask Charges gained", statOrderKey = "1686", statOrder = { 1686 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargedUsedUnique__1"] = { affix = "", "(10-20)% increased Flask Charges used", statOrderKey = "1687", statOrder = { 1687 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDurationUnique__2"] = { affix = "", "60% increased Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDurationUnique__3___"] = { affix = "", "(10-20)% increased Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltReducedFlaskDurationUniqueDescentBelt1"] = { affix = "", "30% reduced Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDurationUnique__1"] = { affix = "", "60% increased Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 14, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["IncreasedFlaskDurationUnique__1"] = { affix = "", "(20-30)% reduced Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltFlaskLifeRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Life Recovery from Flasks", statOrderKey = "1561", statOrder = { 1561 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["FlaskLifeRecoveryRateUniqueJewel46"] = { affix = "", "8% increased Life Recovery from Flasks", statOrderKey = "1561", statOrder = { 1561 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["FlaskLifeRecoveryUniqueAmulet25"] = { affix = "", "100% increased Life Recovery from Flasks", statOrderKey = "1561", statOrder = { 1561 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskManaRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Mana Recovery from Flasks", statOrderKey = "1562", statOrder = { 1562 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryUnique__1"] = { affix = "", "(20-30)% increased Mana Recovery from Flasks", statOrderKey = "1562", statOrder = { 1562 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskManaRecoveryUniqueBodyDex7"] = { affix = "", "(20-25)% increased Mana Recovery from Flasks", statOrderKey = "1562", statOrder = { 1562 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskManaRecoveryUniqueShieldInt3"] = { affix = "", "15% increased Mana Recovery from Flasks", statOrderKey = "1562", statOrder = { 1562 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskLifeRecoveryRateUniqueBelt4"] = { affix = "", "25% increased Flask Life Recovery rate", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["FlaskLifeRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Life Recovery rate", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["FlaskLifeRecoveryRateUniqueSceptre5"] = { affix = "", "10% reduced Flask Life Recovery rate", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["FlaskManaRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Mana Recovery rate", statOrderKey = "1693", statOrder = { 1693 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskManaRecoveryRateUniqueSceptre5"] = { affix = "", "(30-40)% increased Flask Mana Recovery rate", statOrderKey = "1693", statOrder = { 1693 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["BeltIncreasedFlaskChargesGainedUniqueBelt2"] = { affix = "", "50% increased Flask Charges gained", statOrderKey = "1686", statOrder = { 1686 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDurationUniqueBelt3"] = { affix = "", "20% increased Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["IncreasedChillDurationUniqueBodyDex1"] = { affix = "", "25% increased Chill Duration on Enemies", statOrderKey = "1371", statOrder = { 1371 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["IncreasedChillDurationUniqueBodyStrInt3"] = { affix = "", "150% increased Chill Duration on Enemies", statOrderKey = "1371", statOrder = { 1371 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["IncreasedChillDurationUniqueQuiver5"] = { affix = "", "(30-40)% increased Chill Duration on Enemies", statOrderKey = "1371", statOrder = { 1371 }, level = 13, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["IncreasedChillDurationUnique__1"] = { affix = "", "(35-50)% increased Chill Duration on Enemies", statOrderKey = "1371", statOrder = { 1371 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["Acrobatics"] = { affix = "", "Acrobatics", statOrderKey = "7645", statOrder = { 7645 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "block", "dodge", "energy_shield", "defences" }, }, - ["HasNoSockets"] = { affix = "", "Has no Sockets", statOrderKey = "27", statOrder = { 27 }, level = 1, group = "ForceSpecificSockets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBeShocked"] = { affix = "", "Cannot be Shocked", statOrderKey = "1364", statOrder = { 1364 }, level = 1, group = "ReducedShockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AttackerTakesDamageShieldImplicit1"] = { affix = "", "Reflects (2-5) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 5, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit2"] = { affix = "", "Reflects (5-12) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 12, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit3"] = { affix = "", "Reflects (10-23) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 20, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit4"] = { affix = "", "Reflects (24-35) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 27, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit5"] = { affix = "", "Reflects (36-50) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 33, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit6"] = { affix = "", "Reflects (51-70) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 39, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit7"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 45, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit8"] = { affix = "", "Reflects (91-120) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 49, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit9"] = { affix = "", "Reflects (121-150) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 54, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit10"] = { affix = "", "Reflects (151-180) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 58, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit11"] = { affix = "", "Reflects (181-220) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 62, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit12"] = { affix = "", "Reflects (221-260) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 66, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageShieldImplicit13"] = { affix = "", "Reflects (261-300) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 70, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageUniqueIntHelmet1"] = { affix = "", "Reflects 5 Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageUnique__1"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesColdDamageGlovesDex1"] = { affix = "", "Reflects 10 Cold Damage to Melee Attackers", statOrderKey = "1706", statOrder = { 1706 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AttackerTakesDamageUniqueHelmetDex3"] = { affix = "", "Reflects 4 Physical Damage to Melee Attackers", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageUniqueHelmetDexInt6"] = { affix = "", "Reflects 100 to 150 Physical Damage to Melee Attackers", statOrderKey = "1700", statOrder = { 1700 }, level = 1, group = "AttackerTakesDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["TakesDamageWhenAttackedUniqueIntHelmet1"] = { affix = "", "+5 Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "TakesDamageWhenAttacked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["PainAttunement"] = { affix = "", "Pain Attunement", statOrderKey = "7672", statOrder = { 7672 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["IncreasedExperienceUniqueIntHelmet3"] = { affix = "", "5% increased Experience gain", statOrderKey = "1147", statOrder = { 1147 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedExperienceUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Experience gain", statOrderKey = "1147", statOrder = { 1147 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedExperienceUniqueSceptre1"] = { affix = "", "3% increased Experience gain", statOrderKey = "1147", statOrder = { 1147 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedExperienceUniqueRing14"] = { affix = "", "2% increased Experience gain", statOrderKey = "1147", statOrder = { 1147 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToAvoidFreezeAndChillUniqueDexHelmet5"] = { affix = "", "25% chance to Avoid being Chilled", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToAvoidChillUniqueDescentOneHandAxe1"] = { affix = "", "50% chance to Avoid being Chilled", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["CannotBeChilledUniqueBodyStrInt3"] = { affix = "", "Cannot be Chilled", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["CannotBeChilledUnique__1"] = { affix = "", "Cannot be Chilled", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToAvoidChilledUnique__1"] = { affix = "", "50% chance to Avoid being Chilled", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["CannotBeFrozenOrChilledUnique__1"] = { affix = "", "Cannot be Chilled", "Cannot be Frozen", statOrderKey = "1360,1361", statOrder = { 1360, 1361 }, level = 31, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedManaCostOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "20% reduced Mana Cost of Skills when on Low Life", statOrderKey = "1401", statOrder = { 1401 }, level = 1, group = "ReducedManaCostOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ElementalResistsOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "+20% to all Elemental Resistances while on Low Life", statOrderKey = "1165", statOrder = { 1165 }, level = 1, group = "ElementalResistsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["EvasionOnLowLifeUniqueAmulet4"] = { affix = "", "+100 to Evasion Rating while on Low Life", statOrderKey = "1092", statOrder = { 1092 }, level = 1, group = "EvasionOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LifeRegenerationOnLowLifeUniqueAmulet4"] = { affix = "", "Regenerate 1% of Life per second while on Low Life", statOrderKey = "1454", statOrder = { 1454 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationOnLowLifeUniqueBodyStrInt2"] = { affix = "", "Regenerate 2% of Life per second while on Low Life", statOrderKey = "1454", statOrder = { 1454 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationOnLowLifeUniqueShieldStrInt3_"] = { affix = "", "Regenerate 3% of Life per second while on Low Life", statOrderKey = "1454", statOrder = { 1454 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ItemRarityOnLowLifeUniqueBootsInt1"] = { affix = "", "100% increased Rarity of Items found when on Low Life", statOrderKey = "1143", statOrder = { 1143 }, level = 1, group = "ItemRarityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MovementVelocityOnLowLifeUniqueBootsStrDex1"] = { affix = "", "40% reduced Movement Speed when on Low Life", statOrderKey = "1317", statOrder = { 1317 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnLowLifeUniqueGlovesDexInt1"] = { affix = "", "20% increased Movement Speed when on Low Life", statOrderKey = "1317", statOrder = { 1317 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnLowLifeUniqueRapier1"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrderKey = "1317", statOrder = { 1317 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnFullLifeUniqueBootsInt3"] = { affix = "", "20% increased Movement Speed when on Full Life", statOrderKey = "1318", statOrder = { 1318 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnFullLifeUniqueTwoHandAxe2"] = { affix = "", "15% increased Movement Speed when on Full Life", statOrderKey = "1318", statOrder = { 1318 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnLowLifeUniqueBootsDex3"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrderKey = "1317", statOrder = { 1317 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnLowLifeUniqueShieldStrInt5"] = { affix = "", "10% increased Movement Speed when on Low Life", statOrderKey = "1317", statOrder = { 1317 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnLowLifeUniqueRing9"] = { affix = "", "(6-8)% increased Movement Speed when on Low Life", statOrderKey = "1317", statOrder = { 1317 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityOnFullLifeUniqueAmulet13"] = { affix = "", "10% increased Movement Speed when on Full Life", statOrderKey = "1318", statOrder = { 1318 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ElementalDamageUniqueBootsStr1"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueIntHelmet3"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueRing21"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 38, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueDescentBelt1"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueSceptre7"] = { affix = "", "(80-100)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueHelmetInt9"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueRingVictors"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueJewel10"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUniqueStaff13"] = { affix = "", "(30-50)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUnique__1"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUnique__2_"] = { affix = "", "(20-30)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUnique__3"] = { affix = "", "(30-40)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamageUnique__4"] = { affix = "", "(7-10)% increased Elemental Damage", statOrderKey = "1486", statOrder = { 1486 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ConvertPhysicalToColdUniqueGlovesDex1"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrderKey = "1466", statOrder = { 1466 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdUniqueQuiver5"] = { affix = "", "Gain 20% of Physical Damage as Extra Cold Damage", statOrderKey = "1443", statOrder = { 1443 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1466", statOrder = { 1466 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdUnique__1"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1466", statOrder = { 1466 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdUnique__2"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrderKey = "1466", statOrder = { 1466 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1468", statOrder = { 1468 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicaltoLightningUnique__1"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1468", statOrder = { 1468 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicaltoLightningUnique__2"] = { affix = "", "30% of Physical Damage Converted to Lightning Damage", statOrderKey = "1468", statOrder = { 1468 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicaltoLightningUnique__3"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1468", statOrder = { 1468 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicaltoLightningUnique__4"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1468", statOrder = { 1468 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["AttackSpeedOnFullLifeUniqueGlovesStr1"] = { affix = "", "30% increased Attack Speed when on Full Life", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["AttackSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "15% increased Attack Speed when on Full Life", statOrderKey = "784", statOrder = { 784 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["Conduit"] = { affix = "", "Conduit", statOrderKey = "7653", statOrder = { 7653 }, level = 1, group = "Conduit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["PhysicalAttackDamageReducedUniqueAmulet8"] = { affix = "", "-4 Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 25, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueBelt3"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueBodyStr2"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueBodyDex2"] = { affix = "", "-3 Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueBodyDex3"] = { affix = "", "-(7-5) Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueBelt8"] = { affix = "", "-(50-40) Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageReducedUniqueShieldDexInt1"] = { affix = "", "-(18-14) Physical Damage taken from Attack Hits", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["AdditionalBlockChanceUniqueShieldStrDex1"] = { affix = "", "+(3-6)% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldDex1"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldDex2"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldStr1"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldStrInt4"] = { affix = "", "+6% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldStrInt6"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueDescentShield1_"] = { affix = "", "+3% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldDex4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldStrDex2"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldDex5"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldInt4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUniqueShieldStr4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SubtractedBlockChanceUniqueShieldStrInt8"] = { affix = "", "-10% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__1"] = { affix = "", "+(3-5)% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__2"] = { affix = "", "+6% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__3"] = { affix = "", "+(6-10)% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__4"] = { affix = "", "+6% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__5"] = { affix = "", "+5% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__6"] = { affix = "", "+(3-4)% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChanceUnique__7__"] = { affix = "", "+(8-12)% Chance to Block", statOrderKey = "1746", statOrder = { 1746 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockOnLowLifeUniqueShieldStrDex1"] = { affix = "", "36% Chance to Block Spell Damage while on Low Life", statOrderKey = "728", statOrder = { 728 }, level = 1, group = "BlockPercentAppliedToSpellsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockUniqueShieldInt1"] = { affix = "", "(12-18)% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockUniqueShieldStrInt1"] = { affix = "", "(21-24)% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockUniqueBootsInt5"] = { affix = "", "(6-8)% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockUniqueTwoHandAxe6"] = { affix = "", "8% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockUniqueDescentShieldStr1"] = { affix = "", "30% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockUniqueShieldInt4"] = { affix = "", "8% Chance to Block Spell Damage", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageOnLowLifeUniqueShieldStrDex1_"] = { affix = "", "+30% Chance to Block Spell Damage while on Low Life", statOrderKey = "721", statOrder = { 721 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUniqueShieldInt1"] = { affix = "", "(10-15)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUniqueShieldStrInt1"] = { affix = "", "(15-20)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUniqueBootsInt5"] = { affix = "", "(4-6)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "blue_herring" }, }, - ["SpellBlockPercentageUniqueTwoHandAxe6"] = { affix = "", "(7-10)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUniqueShieldInt4"] = { affix = "", "10% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["MaximumColdResistUniqueShieldDex1"] = { affix = "", "+5% to maximum Cold Resistance", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistUnique__1_"] = { affix = "", "+(-3-3)% to maximum Cold Resistance", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumFireResistUniqueShieldStrInt5"] = { affix = "", "+5% to maximum Fire Resistance", statOrderKey = "1166", statOrder = { 1166 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistUnique__1"] = { affix = "", "+(-3-3)% to maximum Fire Resistance", statOrderKey = "1166", statOrder = { 1166 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumLightningResistUniqueStaff8c"] = { affix = "", "+5% to maximum Lightning Resistance", statOrderKey = "1177", statOrder = { 1177 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistUnique__1"] = { affix = "", "+(-3-3)% to maximum Lightning Resistance", statOrderKey = "1177", statOrder = { 1177 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MeleeAttackerTakesColdDamageUniqueShieldDex1"] = { affix = "", "Reflects (25-50) Cold Damage to Melee Attackers", statOrderKey = "1706", statOrder = { 1706 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["RangedAttackDamageReducedUniqueShieldStr1"] = { affix = "", "-25 Physical Damage taken from Projectile Attacks", statOrderKey = "1743", statOrder = { 1743 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["RangedAttackDamageReducedUniqueShieldStr2"] = { affix = "", "-(80-50) Physical Damage taken from Projectile Attacks", statOrderKey = "1743", statOrder = { 1743 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["GainFrenzyChargeOnCriticalHit"] = { affix = "", "Gain a Frenzy Charge on Critical Strike", statOrderKey = "1346", statOrder = { 1346 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "critical" }, }, - ["DisableOffhandSlot"] = { affix = "", "Uses both hand slots", statOrderKey = "704", statOrder = { 704 }, level = 1, group = "DisableOffhandSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisableOffHandSlotUnique__1"] = { affix = "", "Uses both hand slots", statOrderKey = "704", statOrder = { 704 }, level = 1, group = "DisableOffhandSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBlockAttacks"] = { affix = "", "Cannot Block Attacks", statOrderKey = "1754", statOrder = { 1754 }, level = 1, group = "CannotBlockAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["IncreasedMaximumResistsUniqueShieldStrInt1"] = { affix = "", "+4% to all maximum Resistances", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["IncreasedMaximumResistsUnique__1"] = { affix = "", "+(1-4)% to all maximum Resistances", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["IncreasedMaximumColdResistUniqueShieldStrInt4"] = { affix = "", "+5% to maximum Cold Resistance", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ItemActsAsConcentratedAOESupportUniqueHelmetInt4"] = { affix = "", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrderKey = "222", statOrder = { 222 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsConcentratedAOESupportUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Concentrated Effect", statOrderKey = "222", statOrder = { 222 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsConcentratedAOESupportUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Concentrated Effect", statOrderKey = "222", statOrder = { 222 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsConcentratedAOESupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 5 Concentrated Effect", statOrderKey = "222", statOrder = { 222 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsFirePenetrationSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Fire Penetration", statOrderKey = "233", statOrder = { 233 }, level = 1, group = "DisplaySocketedGemsGetFirePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ItemActsAsFireDamageSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrderKey = "230", statOrder = { 230 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ItemActsAsColdToFireSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Cold to Fire", statOrderKey = "231", statOrder = { 231 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ItemActsAsColdToFireSupportUniqueStaff13"] = { affix = "", "Socketed Gems are Supported by Level 5 Cold to Fire", statOrderKey = "231", statOrder = { 231 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ItemActsAsColdToFireSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 30 Cold to Fire", statOrderKey = "231", statOrder = { 231 }, level = 75, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ShareEnduranceChargesWithParty"] = { affix = "", "Share Endurance Charges with nearby party members", statOrderKey = "1756", statOrder = { 1756 }, level = 1, group = "ShareEnduranceChargesWithParty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["GainEnduranceChargeWhenCriticallyHit"] = { affix = "", "Gain an Endurance Charge when you take a Critical Strike", statOrderKey = "1353", statOrder = { 1353 }, level = 1, group = "GainEnduranceChargeWhenCriticallyHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "critical" }, }, - ["BlindingHitUniqueWand1"] = { affix = "", "10% chance to Blind Enemies on hit", statOrderKey = "1759", statOrder = { 1759 }, level = 1, group = "BlindingHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsSupportBlindUniqueWand1"] = { affix = "", "Socketed Gems are supported by Level 20 Blind", statOrderKey = "238", statOrder = { 238 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsSupportBlindUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are supported by Level 18 Blind", statOrderKey = "238", statOrder = { 238 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsSupportBlindUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are supported by Level 6 Blind", statOrderKey = "238", statOrder = { 238 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemActsAsSupportBlindUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Blind", statOrderKey = "238", statOrder = { 238 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedFreezeDurationUniqueShieldStrInt3"] = { affix = "", "50% reduced Freeze Duration on you", statOrderKey = "1389", statOrder = { 1389 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeDurationOnSelfUnique__1"] = { affix = "", "10000% increased Freeze Duration on you", statOrderKey = "1389", statOrder = { 1389 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FacebreakerUnarmedMoreDamage"] = { affix = "", "(600-800)% more Physical Damage with Unarmed Melee Attacks", statOrderKey = "1897", statOrder = { 1897 }, level = 1, group = "FacebreakerPhysicalUnarmedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandMace3"] = { affix = "", "Socketed Gems are Supported by Level 15 Pulverise", statOrderKey = "154", statOrder = { 154 }, level = 1, group = "SupportedByPulverise", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandAxe5"] = { affix = "", "Socketed Gems are Supported by Level 20 Increased Area of Effect", statOrderKey = "83", statOrder = { 83 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SocketedGemsGetIncreasedAreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "Socketed Gems are Supported by Level 5 Increased Area of Effect", statOrderKey = "83", statOrder = { 83 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SocketedGemsGetIncreasedAreaOfEffectUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrderKey = "183", statOrder = { 183 }, level = 1, group = "SupportedByIntensify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["EnemiesCantLifeLeech"] = { affix = "", "Enemies Cannot Leech Life From you", statOrderKey = "1901", statOrder = { 1901 }, level = 1, group = "EnemiesCantLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ExtraGore"] = { affix = "", "Extra gore", statOrderKey = "7718", statOrder = { 7718 }, level = 1, group = "ExtraGore", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OneSocketEachColourUnique"] = { affix = "", "Has one socket of each colour", statOrderKey = "37", statOrder = { 37 }, level = 1, group = "ForceSpecificSockets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BlockWhileDualWieldingUniqueDagger3"] = { affix = "", "+12% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockWhileDualWieldingUniqueTwoHandAxe6"] = { affix = "", "+(8-12)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockWhileDualWieldingUniqueOneHandSword5"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockWhileDualWieldingUniqueDagger9"] = { affix = "", "+5% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockWhileDualWieldingUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlockWhileDualWieldingUnique__2_"] = { affix = "", "+18% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["MaximumMinionCountUniqueBootsInt4"] = { affix = "", "+1 to Level of all Raise Zombie Gems", "+1 to Level of all Raise Spectre Gems", statOrderKey = "1159,1160", statOrder = { 1159, 1160 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "minion", "gem" }, }, - ["MaximumMinionCountUniqueTwoHandSword4"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+2 to maximum number of Skeletons", statOrderKey = "1662,1663,6966", statOrder = { 1662, 1663, 6966 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueTwoHandSword4Updated"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrderKey = "1662,1663,1664", statOrder = { 1662, 1663, 1664 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueSceptre5"] = { affix = "", "+1 to maximum number of Spectres", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueBootsStrInt2"] = { affix = "", "+2 to maximum number of Skeletons", statOrderKey = "6966", statOrder = { 6966 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueBootsStrInt2Updated"] = { affix = "", "+1 to maximum number of Skeletons", statOrderKey = "1664", statOrder = { 1664 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueBodyInt9"] = { affix = "", "+1 to maximum number of Spectres", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", "(7-10)% increased Skeleton Cast Speed", "(3-5)% increased Skeleton Movement Speed", statOrderKey = "7260,7261,7262", statOrder = { 7260, 7261, 7262 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MaximumMinionCountUnique__1__"] = { affix = "", "+2 to maximum number of Spectres", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SkeletonMovementSpeedUniqueJewel1"] = { affix = "", "(3-5)% increased Skeleton Movement Speed", statOrderKey = "7262", statOrder = { 7262 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["SkeletonAttackSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", statOrderKey = "7260", statOrder = { 7260 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, - ["SkeletonCastSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Cast Speed", statOrderKey = "7261", statOrder = { 7261 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "minion" }, }, - ["SocketedemsHaveBloodMagicUniqueShieldStrInt2"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "281", statOrder = { 281 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemsHaveBloodMagicUniqueOneHandSword7"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "281", statOrder = { 281 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemsHaveBloodMagicUnique__1"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "281", statOrder = { 281 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, - ["SocketedItemsHaveChanceToFleeUniqueClaw6"] = { affix = "", "Socketed Gems have 10% chance to cause Enemies to Flee on Hit", statOrderKey = "289", statOrder = { 289 }, level = 1, group = "DisplaySocketedGemGetsFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["AttackerTakesLightningDamageUniqueBodyInt1"] = { affix = "", "Reflects 1 to 250 Lightning Damage to Melee Attackers", statOrderKey = "1703", statOrder = { 1703 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AttackerTakesLightningDamageUnique___1"] = { affix = "", "Reflects 1 to 150 Lightning Damage to Melee Attackers", statOrderKey = "1703", statOrder = { 1703 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["PhysicalDamageConvertToChaosUniqueBow5"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1470", statOrder = { 1470 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageConvertToChaosUniqueClaw2"] = { affix = "", "(10-20)% of Physical Damage Converted to Chaos Damage", statOrderKey = "1470", statOrder = { 1470 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageConvertToChaosBodyStrInt4"] = { affix = "", "30% of Physical Damage Converted to Chaos Damage", statOrderKey = "1470", statOrder = { 1470 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageConvertedToChaosPerLevelUnique__1"] = { affix = "", "1% of Physical Damage Converted to Chaos Damage per Level", statOrderKey = "4128", statOrder = { 4128 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["MaximumMinionCountUniqueWand2"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+2 to maximum number of Skeletons", statOrderKey = "1662,1663,6966", statOrder = { 1662, 1663, 6966 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumMinionCountUniqueWand2Updated"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrderKey = "1662,1663,1664", statOrder = { 1662, 1663, 1664 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["LifeReservationUniqueWand2"] = { affix = "", "Cannot be used with Chaos Inoculation", "Reserves 30% of Life", statOrderKey = "706,1900", statOrder = { 706, 1900 }, level = 1, group = "ReservesLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LocalIncreaseSocketedStrengthGemLevelUniqueTwoHandAxe3"] = { affix = "", "+1 to Level of Socketed Strength Gems", statOrderKey = "42", statOrder = { 42 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["ChaosTakenOnES"] = { affix = "", "Chaos Damage does not bypass Energy Shield", statOrderKey = "1968", statOrder = { 1968 }, level = 1, group = "ChaosTakenOnES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["PhysicalDamagePercentTakesAsChaosDamageUniqueBow5"] = { affix = "", "25% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "1911", statOrder = { 1911 }, level = 1, group = "PhysicalDamagePercentTakesAsChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, - ["PhysicalBowDamageCloseRangeUniqueBow6"] = { affix = "", "50% More Damage with Arrow Hits at Close Range", statOrderKey = "1903", statOrder = { 1903 }, level = 1, group = "PhysicalBowDamageAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["KnockbackCloseRangeUniqueBow6"] = { affix = "", "Bow Knockback at Close Range", statOrderKey = "1904", statOrder = { 1904 }, level = 1, group = "KnockbackAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PercentDamageGoesToManaUniqueBootsDex3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrderKey = "1915", statOrder = { 1915 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["PercentDamageGoesToManaUniqueHelmetStrInt3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrderKey = "1915", statOrder = { 1915 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["PercentDamageGoesToManaUnique__1"] = { affix = "", "8% of Damage taken Recouped as Mana", statOrderKey = "1915", statOrder = { 1915 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["ChanceToIgniteUniqueBodyInt2"] = { affix = "", "10% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUniqueTwoHandSword6"] = { affix = "", "20% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUniqueDescentOneHandMace1"] = { affix = "", "30% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUniqueBootsStrInt3"] = { affix = "", "(10-15)% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUniqueRing38"] = { affix = "", "10% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUnique__1"] = { affix = "", "(16-22)% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUnique__2"] = { affix = "", "10% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUnique__3"] = { affix = "", "10% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUnique__4"] = { affix = "", "(6-10)% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUnique__5"] = { affix = "", "25% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteUnique__6"] = { affix = "", "(10-15)% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["BurnDurationUniqueBodyInt2"] = { affix = "", "(30-50)% increased Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["BurnDurationUniqueDescentOneHandMace1"] = { affix = "", "500% increased Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["BurnDurationUniqueRing31"] = { affix = "", "15% increased Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["BurnDurationUniqueWand10"] = { affix = "", "25% reduced Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["BurnDurationUnique__1"] = { affix = "", "33% increased Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["BurnDurationUnique__2"] = { affix = "", "10000% increased Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["PhysicalDamageTakenAsFirePercentUniqueBodyInt2"] = { affix = "", "20% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1907", statOrder = { 1907 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFirePercentUnique__1"] = { affix = "", "8% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1907", statOrder = { 1907 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, - ["AttackerTakesFireDamageUniqueBodyInt2"] = { affix = "", "Reflects 15 Fire Damage to Melee Attackers", statOrderKey = "1707", statOrder = { 1707 }, level = 1, group = "AttackerTakesFireDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AvoidIgniteUniqueBodyDex3"] = { affix = "", "Cannot be Ignited", statOrderKey = "1362", statOrder = { 1362 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteUnique__1"] = { affix = "", "Cannot be Ignited", statOrderKey = "1362", statOrder = { 1362 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3"] = { affix = "", "(10-15)% increased Physical Damage with Ranged Weapons", statOrderKey = "1503", statOrder = { 1503 }, level = 1, group = "RangedWeaponPhysicalDamagePlusPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["PhysicalDamageTakenPercentToReflectUniqueBodyStr2"] = { affix = "", "40% of Melee Physical Damage taken reflected to Attacker", statOrderKey = "1917", statOrder = { 1917 }, level = 1, group = "PhysicalDamageTakenPercentToReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AdditionalBlockUniqueBodyDex2"] = { affix = "", "+5% Chance to Block Attack Damage", statOrderKey = "1918", statOrder = { 1918 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockUnique__1"] = { affix = "", "+(2-4)% Chance to Block Attack Damage", statOrderKey = "1918", statOrder = { 1918 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockUnique__2"] = { affix = "", "15% Chance to Block Attack Damage", statOrderKey = "717", statOrder = { 717 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ArrowPierceUniqueBow7"] = { affix = "", "Arrows Pierce all Targets", statOrderKey = "4091", statOrder = { 4091 }, level = 1, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AdditionalArrowPierceImplicitQuiver12_"] = { affix = "", "Arrows Pierce an additional Target", statOrderKey = "1310", statOrder = { 1310 }, level = 45, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["LeechEnergyShieldInsteadofLife"] = { affix = "", "Leech Energy Shield instead of Life", statOrderKey = "5447", statOrder = { 5447 }, level = 1, group = "LeechEnergyShieldInsteadofLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["BlockWhileDualWieldingClawsUniqueClaw1"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding Claws", statOrderKey = "734", statOrder = { 734 }, level = 1, group = "BlockWhileDualWieldingClaws", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ArmourPercent VsProjectilesUniqueShieldStr2"] = { affix = "", "200% increased Armour against Projectiles", statOrderKey = "1923", statOrder = { 1923 }, level = 1, group = "ArmourPercent VsProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["BlockVsProjectilesUniqueShieldStr2"] = { affix = "", "+25% Chance to Block Projectile Attack Damage", statOrderKey = "1924", statOrder = { 1924 }, level = 1, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["CannotLeech"] = { affix = "", "Cannot Leech", statOrderKey = "1925", statOrder = { 1925 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, - ["SocketedItemsHaveReducedReservationUniqueShieldStrInt2"] = { affix = "", "Socketed Gems have 25% reduced Reservation", statOrderKey = "282", statOrder = { 282 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["SocketedItemsHaveReducedReservationUniqueBodyDexInt4"] = { affix = "", "Socketed Gems have 30% reduced Reservation", statOrderKey = "282", statOrder = { 282 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["SocketedItemsHaveReducedReservationUnique__1"] = { affix = "", "Socketed Gems have 20% reduced Reservation", statOrderKey = "282", statOrder = { 282 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["SocketedItemsHaveIncreasedReservationUnique__1"] = { affix = "", "Socketed Gems have 10% increased Reservation", statOrderKey = "282", statOrder = { 282 }, level = 57, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["ChanceToFreezeUniqueStaff2"] = { affix = "", "8% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUniqueQuiver5"] = { affix = "", "(7-10)% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUniqueRing30"] = { affix = "", "10% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUnique__1"] = { affix = "", "5% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUnique__2"] = { affix = "", "2% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUnique__3"] = { affix = "", "10% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUnique__4"] = { affix = "", "10% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeUnique__5"] = { affix = "", "20% chance to Freeze", statOrderKey = "1531", statOrder = { 1531 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FrozenMonstersTakeIncreasedDamage"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrderKey = "1921", statOrder = { 1921 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["FrozenMonstersTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrderKey = "1921", statOrder = { 1921 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedIntelligenceRequirementsUniqueSceptre1"] = { affix = "", "60% increased Intelligence Requirement", statOrderKey = "710", statOrder = { 710 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedIntelligenceRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Intelligence Requirement", statOrderKey = "710", statOrder = { 710 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AddedIntelligenceRequirementsUnique__1"] = { affix = "", "+257 Intelligence Requirement", statOrderKey = "709", statOrder = { 709 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedGemsHaveAddedChaosDamageUniqueBodyInt3"] = { affix = "", "Socketed Gems are Supported by Level 15 Added Chaos Damage", statOrderKey = "227", statOrder = { 227 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SocketedGemsHaveAddedChaosDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Chaos Damage", statOrderKey = "227", statOrder = { 227 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SocketedGemsHaveAddedChaosDamageUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 25 Added Chaos Damage", statOrderKey = "227", statOrder = { 227 }, level = 50, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["EnergyShieldGainedOnBlockUniqueShieldStrInt4"] = { affix = "", "Replenishes Energy Shield by 2% of Armour when you Block", statOrderKey = "1928", statOrder = { 1928 }, level = 1, group = "EnergyShieldGainedOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, - ["LocalPoisonOnHit"] = { affix = "", "Poisonous Hit", statOrderKey = "1929", statOrder = { 1929 }, level = 1, group = "LocalPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["SkeletonDurationUniqueTwoHandSword4"] = { affix = "", "(150-200)% increased Skeleton Duration", statOrderKey = "1298", statOrder = { 1298 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SkeletonDurationUniqueJewel1_"] = { affix = "", "(10-20)% reduced Skeleton Duration", statOrderKey = "1298", statOrder = { 1298 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["IncreasedStrengthRequirementsUniqueTwoHandSword4"] = { affix = "", "25% increased Strength Requirement", statOrderKey = "716", statOrder = { 716 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedStrengthRequirementsUniqueTwoHandMace5"] = { affix = "", "20% reduced Strength Requirement", statOrderKey = "716", statOrder = { 716 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedStrengthRequirementUniqueBodyStr5"] = { affix = "", "30% reduced Strength Requirement", statOrderKey = "716", statOrder = { 716 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedStrengthRequirementUniqueStaff8"] = { affix = "", "40% increased Strength Requirement", statOrderKey = "716", statOrder = { 716 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedStrengthREquirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Strength Requirement", statOrderKey = "716", statOrder = { 716 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StrengthRequirementsUniqueOneHandMace3"] = { affix = "", "+200 Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StrengthRequirementsUnique__1"] = { affix = "", "+100 Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StrengthRequirementsUnique__2"] = { affix = "", "+200 Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StrengthRequirementsUnique__3_"] = { affix = "", "+(500-700) Strength Requirement", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IntelligenceRequirementsUniqueOneHandMace3"] = { affix = "", "+300 Intelligence Requirement", statOrderKey = "709", statOrder = { 709 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IntelligenceRequirementsUniqueBow12"] = { affix = "", "+212 Intelligence Requirement", statOrderKey = "709", statOrder = { 709 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DexterityRequirementsUnique__1"] = { affix = "", "+160 Dexterity Requirement", statOrderKey = "707", statOrder = { 707 }, level = 1, group = "DexterityRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StrengthIntelligenceRequirementsUnique__1"] = { affix = "", "+600 Strength and Intelligence Requirement", statOrderKey = "714", statOrder = { 714 }, level = 1, group = "StrengthIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpellDamageTakenOnLowManaUniqueBodyInt4"] = { affix = "", "15% increased Spell Damage taken when on Low Mana", statOrderKey = "1931", statOrder = { 1931 }, level = 1, group = "SpellDamageTakenOnLowMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["EvasionOnFullLifeUniqueBodyDex4"] = { affix = "", "+500 to Evasion Rating while on Full Life", statOrderKey = "1093", statOrder = { 1093 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["EvasionOnFullLifeUnique__1_"] = { affix = "", "+1500 to Evasion Rating while on Full Life", statOrderKey = "1093", statOrder = { 1093 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["ReflectCurses"] = { affix = "", "Hex Reflection", statOrderKey = "1936", statOrder = { 1936 }, level = 1, group = "ReflectCurses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["FlaskCurseImmunityUnique___1"] = { affix = "", "Removes Curses on use", statOrderKey = "564", statOrder = { 564 }, level = 1, group = "FlaskCurseImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster", "curse" }, }, - ["CausesBleedingUniqueTwoHandAxe4"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "1941", statOrder = { 1941 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUniqueTwoHandAxe4Updated"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUniqueTwoHandAxe7"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1940", statOrder = { 1940 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUniqueTwoHandAxe7Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUniqueOneHandAxe5"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1940", statOrder = { 1940 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUniqueOneHandAxe5Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUnique__1"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1940", statOrder = { 1940 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUnique__1Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUnique__2"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1940", statOrder = { 1940 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CausesBleedingUnique__2Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["CauseseBleedingOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Bleeding on Critical Strike", statOrderKey = "5891", statOrder = { 5891 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, }, - ["CausesBleedingOnCritUniqueDagger11"] = { affix = "", "50% chance to cause Bleeding on Critical Strike", statOrderKey = "5897", statOrder = { 5897 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AttacksDealNoPhysicalDamage"] = { affix = "", "Attacks deal no Physical Damage", statOrderKey = "1938", statOrder = { 1938 }, level = 1, group = "AttacksDealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["GoldenLightBeam"] = { affix = "", "Golden Radiance", statOrderKey = "1953", statOrder = { 1953 }, level = 1, group = "GoldenLightBeam", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBeStunnedOnLowLife"] = { affix = "", "Cannot be Stunned when on Low Life", statOrderKey = "1678", statOrder = { 1678 }, level = 1, group = "CannotBeStunnedOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AuraEffectUniqueShieldInt2"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["AuraEffectOnMinionsUniqueShieldInt2"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills on your Minions", statOrderKey = "1647", statOrder = { 1647 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "aura" }, }, - ["AuraEffectUnique__1"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["AuraEffectUnique__2____"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["AuraEffectOnMinionsUnique__1_"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills on your Minions", statOrderKey = "1647", statOrder = { 1647 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "aura" }, }, - ["AreaDamageUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area Damage", statOrderKey = "1537", statOrder = { 1537 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AreaDamageUniqueDescentOneHandSword1"] = { affix = "", "10% increased Area Damage", statOrderKey = "1537", statOrder = { 1537 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AreaDamageUniqueOneHandMace7"] = { affix = "", "(10-20)% increased Area Damage", statOrderKey = "1537", statOrder = { 1537 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AreaDamageImplicitMace1"] = { affix = "", "30% increased Area Damage", statOrderKey = "1537", statOrder = { 1537 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AreaDamageUnique__1"] = { affix = "", "30% increased Area Damage", statOrderKey = "1537", statOrder = { 1537 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUniqueRing6"] = { affix = "", "(10-30)% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 30, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUniqueRing8"] = { affix = "", "10% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUniqueHelmetDexInt2"] = { affix = "", "30% reduced Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUniqueStaff4"] = { affix = "", "(40-50)% increased Global Damage", statOrderKey = "754", statOrder = { 754 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUniqueSceptre8"] = { affix = "", "(40-60)% increased Global Damage", statOrderKey = "754", statOrder = { 754 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUniqueBelt11"] = { affix = "", "10% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUnique__1"] = { affix = "", "10% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUnique__2"] = { affix = "", "(20-25)% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUnique__3"] = { affix = "", "(250-300)% increased Global Damage", statOrderKey = "754", statOrder = { 754 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AllDamageUnique__4"] = { affix = "", "(30-40)% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LightRadiusUniqueSceptre2"] = { affix = "", "25% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBootsStrDex2"] = { affix = "", "25% reduced Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueRing9_"] = { affix = "", "31% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBodyInt8"] = { affix = "", "25% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBodyStrInt4"] = { affix = "", "25% reduced Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueRing11"] = { affix = "", "(10-15)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueAmulet17"] = { affix = "", "(10-15)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 50, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBelt6"] = { affix = "", "25% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBodyStr4"] = { affix = "", "25% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBootsStrDex3"] = { affix = "", "20% reduced Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueHelmetStrInt4"] = { affix = "", "40% reduced Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueBodyStrInt5"] = { affix = "", "(20-30)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueRing15"] = { affix = "", "10% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueHelmetStrDex6"] = { affix = "", "40% reduced Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueStaff10_"] = { affix = "", "20% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUniqueShieldDemigods"] = { affix = "", "20% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__1"] = { affix = "", "20% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__2"] = { affix = "", "(10-30)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__3"] = { affix = "", "20% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__4"] = { affix = "", "20% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__5"] = { affix = "", "(15-25)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__6"] = { affix = "", "50% reduced Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightRadiusUnique__7_"] = { affix = "", "(15-25)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnfeebleOnHitUniqueShieldStr3"] = { affix = "", "25% chance to Curse Non-Cursed Enemies with Enfeeble on Hit, with 80% increased Effect", statOrderKey = "4626", statOrder = { 4626 }, level = 1, group = "EnfeebleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["GroundTarOnCritTakenUniqueShieldInt2"] = { affix = "", "Spreads Tar when you take a Critical Strike", statOrderKey = "1969", statOrder = { 1969 }, level = 1, group = "GroundTarOnCritTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["GroundTarOnHitTakenUnique__1"] = { affix = "", "20% chance to spread Tar when Hit", statOrderKey = "5149", statOrder = { 5149 }, level = 1, group = "GroundTarOnHitTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["SpellsHaveCullingStrikeUniqueDagger4"] = { affix = "", "Your Spells have Culling Strike", statOrderKey = "1983", statOrder = { 1983 }, level = 1, group = "SpellsHaveCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["EvasionRatingPercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "150% increased Global Evasion Rating when on Low Life", statOrderKey = "1986", statOrder = { 1986 }, level = 1, group = "EvasionRatingPercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["LocalLifeLeechIsInstantUniqueClaw3"] = { affix = "", "Life Leech from Hits with this Weapon is instant", statOrderKey = "1988", statOrder = { 1988 }, level = 1, group = "LocalLifeLeechIsInstant", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ReducedManaReservationsCostUniqueHelmetDex5"] = { affix = "", "8% reduced Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedManaReservationsCostUniqueOneHandSword11"] = { affix = "", "5% reduced Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedManaReservationsCostUnique__1"] = { affix = "", "40% increased Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedManaReservationsCostUnique__2"] = { affix = "", "10% increased Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedManaReservationsCostUniqueJewel44"] = { affix = "", "2% reduced Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedManaReservationCostUnique__1"] = { affix = "", "6% reduced Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedManaReservationCostUnique__2"] = { affix = "", "(6-10)% reduced Reservation of Skills", statOrderKey = "1730", statOrder = { 1730 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireResistOnLowLifeUniqueShieldStrInt5"] = { affix = "", "+25% to Fire Resistance while on Low Life", statOrderKey = "1170", statOrder = { 1170 }, level = 1, group = "FireResistOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["AvoidIgniteOnLowLifeUniqueShieldStrInt5"] = { affix = "", "Cannot be Ignited while on Low Life", statOrderKey = "1363", statOrder = { 1363 }, level = 1, group = "AvoidIgniteOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SocketedGemsGetElementalProliferationUniqueBodyInt5"] = { affix = "", "Socketed Gems are Supported by Level 5 Elemental Proliferation", statOrderKey = "234", statOrder = { 234 }, level = 1, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SocketedGemsGetElementalProliferationUniqueSceptre7"] = { affix = "", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrderKey = "234", statOrder = { 234 }, level = 94, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SkillEffectDurationUniqueTwoHandMace5"] = { affix = "", "15% increased Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedSkillEffectDurationUniqueAmulet20"] = { affix = "", "(10-15)% reduced Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 63, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SkillEffectDurationUnique__1"] = { affix = "", "(10-15)% increased Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SkillEffectDurationUnique__2_"] = { affix = "", "(-10-10)% reduced Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SkillEffectDurationUniqueJewel44"] = { affix = "", "4% increased Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SkillEffectDurationUnique__3"] = { affix = "", "30% increased Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 75, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SkillEffectDurationThresholdJewel"] = { affix = "", "(15-20)% reduced Spark Duration", statOrderKey = "7294", statOrder = { 7294 }, level = 1, group = "SparkSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["LocalIncreaseSocketedMovementGemLevelUniqueBodyDex5"] = { affix = "", "+2 to Level of Socketed Movement Gems", statOrderKey = "63", statOrder = { 63 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["MovementVelocityPerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "5% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityPerFrenzyChargeUniqueBodyDexInt3"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityPerFrenzyChargeUniqueDescentOneHandSword1_"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChanceToDodgePerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "2% chance to Dodge Attack Hits per Frenzy Charge", statOrderKey = "1997", statOrder = { 1997 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["MaximumFrenzyChargesUniqueBootsStrDex2_"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["MaximumFrenzyChargesUniqueBodyStr3"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["MaximumFrenzyChargesUniqueDescentOneHandSword1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ReducedMaximumFrenzyChargesUniqueCorruptedJewel16"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ReducedMaximumFrenzyChargesUnique__1"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ReducedMaximumFrenzyChargesUnique__2_"] = { affix = "", "-2 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["WeaponPhysicalDamagePerStrength"] = { affix = "", "1% increased Area of Effect per 20 Intelligence", statOrderKey = "1994", statOrder = { 1994 }, level = 1, group = "WeaponPhysicalDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackSpeedPerDexterity"] = { affix = "", "1% increased Attack Speed per 10 Dexterity", statOrderKey = "1995", statOrder = { 1995 }, level = 1, group = "AttackSpeedPerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAreaOfEffectPerIntelligence"] = { affix = "", "16% increased Physical Weapon Damage per 10 Strength", statOrderKey = "1996", statOrder = { 1996 }, level = 1, group = "IncreasedAreaOfEffectPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["FrenzyChargeDurationUniqueBootsStrDex2"] = { affix = "", "40% reduced Frenzy Charge Duration", statOrderKey = "1629", statOrder = { 1629 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["FrenzyChargeDurationUnique__1"] = { affix = "", "20% reduced Frenzy Charge Duration", statOrderKey = "1629", statOrder = { 1629 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["AdditionalTotemsUniqueBodyInt7"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrderKey = "1751", statOrder = { 1751 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalTotemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrderKey = "1751", statOrder = { 1751 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TotemLifeUniqueBodyInt7"] = { affix = "", "50% increased Totem Life", statOrderKey = "1293", statOrder = { 1293 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TotemLifeUnique__1"] = { affix = "", "(14-20)% increased Totem Life", statOrderKey = "1293", statOrder = { 1293 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TotemLifeUnique__2_"] = { affix = "", "(30-50)% increased Totem Life", statOrderKey = "1293", statOrder = { 1293 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DisplaySocketedGemGetsSpellTotemBodyInt7"] = { affix = "", "Socketed Gems are Supported by Level 20 Spell Totem", statOrderKey = "232", statOrder = { 232 }, level = 1, group = "DisplaySocketedGemGetsSpellTotemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemGetsIncreasedDurationGlovesInt4_"] = { affix = "", "Socketed Gems are Supported by Level 10 Increased Duration", statOrderKey = "229", statOrder = { 229 }, level = 1, group = "DisplaySocketedGemGetsIncreasedDurationLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["RandomlyCursedWhenTotemsDieUniqueBodyInt7"] = { affix = "", "Inflicts a random Hex on you when your Totems die, with 80% more Effect", statOrderKey = "2002", statOrder = { 2002 }, level = 1, group = "RandomlyCursedWhenTotemsDie", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["DisplaySocketedGemGetsAddedLightningDamageGlovesDexInt3"] = { affix = "", "Socketed Gems are Supported by Level 18 Added Lightning Damage", statOrderKey = "235", statOrder = { 235 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ShockDurationUniqueGlovesDexInt3"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrderKey = "5509", statOrder = { 5509 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockDurationUniqueStaff8"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrderKey = "5509", statOrder = { 5509 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration on Enemies", statOrderKey = "1372", statOrder = { 1372 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockDurationUnique__2"] = { affix = "", "50% increased Duration of Lightning Ailments", statOrderKey = "5509", statOrder = { 5509 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IncreasedPhysicalDamageTakenUniqueHelmetStr3"] = { affix = "", "(40-50)% increased Physical Damage taken", statOrderKey = "1738", statOrder = { 1738 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["IncreasedPhysicalDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Physical Damage taken", statOrderKey = "1738", statOrder = { 1738 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["IncreasedPhysicalDamageTakenUniqueBootsDex8"] = { affix = "", "20% increased Physical Damage taken", statOrderKey = "1738", statOrder = { 1738 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["IncreasedLocalAttributeRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Attribute Requirements", statOrderKey = "705", statOrder = { 705 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedLocalAttributeRequirementsUnique__1"] = { affix = "", "800% increased Attribute Requirements", statOrderKey = "705", statOrder = { 705 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TemporalChainsOnHitUniqueGlovesInt3"] = { affix = "", "Curse Enemies with Temporal Chains on Hit", statOrderKey = "1972", statOrder = { 1972 }, level = 1, group = "TemporalChainsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3"] = { affix = "", "+(100-125)% to Melee Critical Strike Multiplier", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["DisablesOtherRingSlot"] = { affix = "", "Can't use other Rings", statOrderKey = "1149", statOrder = { 1149 }, level = 1, group = "DisablesOtherRingSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalItemAttributeRequirementsUniqueAmulet10"] = { affix = "", "Items and Gems have 25% reduced Attribute Requirements", statOrderKey = "2003", statOrder = { 2003 }, level = 20, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalItemAttributeRequirementsUniqueAmulet19"] = { affix = "", "Items and Gems have 10% reduced Attribute Requirements", statOrderKey = "2003", statOrder = { 2003 }, level = 45, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalItemAttributeRequirementsUnique__1_"] = { affix = "", "Items and Gems have 100% reduced Attribute Requirements", statOrderKey = "2003", statOrder = { 2003 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalItemAttributeRequirementsUnique__2"] = { affix = "", "Items and Gems have 50% increased Attribute Requirements", statOrderKey = "2003", statOrder = { 2003 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedCurseEffectUniqueRing7"] = { affix = "", "50% reduced Effect of Curses on you", statOrderKey = "1674", statOrder = { 1674 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ReducedCurseEffectUniqueRing26"] = { affix = "", "40% reduced Effect of Curses on you", statOrderKey = "1674", statOrder = { 1674 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["IncreasedCurseEffectUnique__1"] = { affix = "", "50% increased Effect of Curses on you", statOrderKey = "1674", statOrder = { 1674 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ReducedCurseEffectUnique__1"] = { affix = "", "20% reduced Effect of Curses on you", statOrderKey = "1674", statOrder = { 1674 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ManaGainPerTargetUniqueRing7"] = { affix = "", "+30 Mana gained for each Enemy hit by your Attacks", statOrderKey = "1266", statOrder = { 1266 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaGainPerTargetUniqueTwoHandAxe9"] = { affix = "", "+30 Mana gained for each Enemy hit by Attacks", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaGainPerTargetUnique__1"] = { affix = "", "+(2-3) Mana gained for each Enemy hit by Attacks", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaGainPerTargetUnique__2"] = { affix = "", "+2 Mana gained for each Enemy hit by Attacks", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["DisplaySocketedGemGetsChancetoFleeUniqueShieldDex4"] = { affix = "", "Socketed Gems are supported by Level 10 Chance to Flee", statOrderKey = "257", statOrder = { 257 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3"] = { affix = "", "Socketed Gems are supported by Level 2 Chance to Flee", statOrderKey = "257", statOrder = { 257 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["EnemyCriticalStrikeMultiplierUniqueRing8"] = { affix = "", "You take 50% reduced Extra Damage from Critical Strikes", statOrderKey = "1059", statOrder = { 1059 }, level = 1, group = "EnemyCriticalMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["PlayerLightAlternateColourUniqueRing9"] = { affix = "", "Emits a golden glow", statOrderKey = "2005", statOrder = { 2005 }, level = 1, group = "PlayerLightAlternateColour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChaosResistanceOnLowLifeUniqueRing9"] = { affix = "", "+(20-25)% to Chaos Resistance when on Low Life", statOrderKey = "2006", statOrder = { 2006 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["EnemyHitsRollLowDamageUniqueRing9"] = { affix = "", "Enemy hits on you roll low Damage", statOrderKey = "2004", statOrder = { 2004 }, level = 1, group = "EnemyHitsRollLowDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Attacks", statOrderKey = "237", statOrder = { 237 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are Supported by Level 12 Faster Attacks", statOrderKey = "237", statOrder = { 237 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemGetsFasterAttackUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 13 Faster Attacks", statOrderKey = "237", statOrder = { 237 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsGetsFasterAttackUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Attacks", statOrderKey = "237", statOrder = { 237 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemGetsMeleePhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 18 Melee Physical Damage", statOrderKey = "236", statOrder = { 236 }, level = 1, group = "DisplaySocketedGemGetsMeleePhysicalDamageLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ChanceToGainEnduranceChargeOnBlockUniqueHelmetStrDex4"] = { affix = "", "20% chance to gain an Endurance Charge when you Block", statOrderKey = "1626", statOrder = { 1626 }, level = 1, group = "MonsterCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "endurance_charge" }, }, - ["ChanceToGainEnduranceChargeOnBlockUniqueDescentShield1"] = { affix = "", "50% chance to gain an Endurance Charge when you Block", statOrderKey = "1626", statOrder = { 1626 }, level = 1, group = "MonsterCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "endurance_charge" }, }, - ["EnemyExtraDamageRollsOnLowLifeUniqueRing9"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Low Life", statOrderKey = "2007", statOrder = { 2007 }, level = 1, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemyExtraDamageRollsOnFullLifeUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Full Life", statOrderKey = "4875", statOrder = { 4875 }, level = 68, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["EnemyExtraDamageRollsWithLightningDamageUnique__1"] = { affix = "", "Lightning Damage of Enemies Hitting you is Lucky", statOrderKey = "4846", statOrder = { 4846 }, level = 37, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["ItemDropsOnDeathUniqueAmulet12"] = { affix = "", "Item drops on death", statOrderKey = "2009", statOrder = { 2009 }, level = 1, group = "ItemDropsOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LightningDamageOnChargeExpiryUniqueAmulet12"] = { affix = "", "Deal 1 to 1000 Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge", statOrderKey = "2008", statOrder = { 2008 }, level = 1, group = "LightningDamageOnChargeExpiry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AttackerTakesChaosDamageUniqueBodyStrInt4"] = { affix = "", "Reflects 30 Chaos Damage to Melee Attackers", statOrderKey = "1709", statOrder = { 1709 }, level = 1, group = "AttackerTakesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedMaximumPowerChargesUniqueWand3"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedMaximumPowerChargesUniqueStaff7"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedMaximumPowerChargesUnique__2"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedMaximumPowerChargesUnique__1"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedMaximumPowerChargesUnique__3"] = { affix = "", "+2 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ReducedMaximumPowerChargesUniqueCorruptedJewel18"] = { affix = "", "-1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ReducedMaximumPowerChargesUnique__1"] = { affix = "", "-1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedPowerChargeDurationUniqueWand3"] = { affix = "", "15% increased Power Charge Duration", statOrderKey = "1644", statOrder = { 1644 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PowerChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Power Charge Duration", statOrderKey = "1644", statOrder = { 1644 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedPowerChargeDurationUnique__1"] = { affix = "", "(80-100)% increased Power Charge Duration", statOrderKey = "1644", statOrder = { 1644 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedSpellDamagePerPowerChargeUniqueWand3"] = { affix = "", "25% increased Spell Damage per Power Charge", statOrderKey = "1642", statOrder = { 1642 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["IncreasedSpellDamagePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Spell Damage per Power Charge", statOrderKey = "1642", statOrder = { 1642 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["IncreasedSpellDamagePerPowerChargeUnique__1"] = { affix = "", "(12-16)% increased Spell Damage per Power Charge", statOrderKey = "1642", statOrder = { 1642 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["ConsecratedGroundOnBlockUniqueBodyInt8"] = { affix = "", "100% chance to create Consecrated Ground when you Block", statOrderKey = "2024", statOrder = { 2024 }, level = 1, group = "ConsecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["DesecratedGroundOnBlockUniqueBodyStrInt4"] = { affix = "", "100% chance to create Desecrated Ground when you Block", statOrderKey = "2025", statOrder = { 2025 }, level = 1, group = "DesecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["DisableChestSlot"] = { affix = "", "Can't use Chest armour", statOrderKey = "2034", statOrder = { 2034 }, level = 1, group = "DisableChestSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalIncreaseSocketedElementalGemUniqueGlovesInt6"] = { affix = "", "+1 to Level of Socketed Elemental Gems", statOrderKey = "81", statOrder = { 81 }, level = 1, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "gem" }, }, - ["LocalIncreaseSocketedElementalGemUnique___1"] = { affix = "", "+2 to Level of Socketed Elemental Gems", statOrderKey = "81", statOrder = { 81 }, level = 50, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "gem" }, }, - ["EnergyShieldGainedFromEnemyDeathUniqueGlovesInt6"] = { affix = "", "+(15-20) Energy Shield gained on Kill", statOrderKey = "2022", statOrder = { 2022 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "+(10-15) Energy Shield gained on Kill", statOrderKey = "2022", statOrder = { 2022 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldGainedFromEnemyDeathUnique__1"] = { affix = "", "+(15-25) Energy Shield gained on Kill", statOrderKey = "2022", statOrder = { 2022 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedClawDamageOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Claw Physical Damage when on Low Life", statOrderKey = "2035", statOrder = { 2035 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["IncreasedClawDamageOnLowLifeUnique__1__"] = { affix = "", "200% increased Damage with Claws while on Low Life", statOrderKey = "4473", statOrder = { 4473 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["IncreasedAccuracyWhenOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Accuracy Rating when on Low Life", statOrderKey = "2036", statOrder = { 2036 }, level = 1, group = "IncreasedAccuracyWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedWhenOnLowLifeUnique__1"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedWhenOnLowLifeUniqueDescentHelmet1"] = { affix = "", "30% increased Attack Speed when on Low Life", statOrderKey = "783", statOrder = { 783 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["ReducedProjectileDamageUniqueAmulet12"] = { affix = "", "40% reduced Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ReducedProjectileDamageTakenUniqueAmulet12"] = { affix = "", "20% reduced Damage taken from Projectiles", statOrderKey = "2170", statOrder = { 2170 }, level = 1, group = "ProjectileDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NoItemRarity"] = { affix = "", "You cannot increase the Rarity of Items found", statOrderKey = "2000", statOrder = { 2000 }, level = 1, group = "NoItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NoItemQuantity"] = { affix = "", "You cannot increase the Quantity of Items found", statOrderKey = "2001", statOrder = { 2001 }, level = 1, group = "NoItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotDieToElementalReflect"] = { affix = "", "You cannot be killed by reflected Elemental Damage", statOrderKey = "2094", statOrder = { 2094 }, level = 1, group = "CannotDieToElementalReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MeleeAttacksUsableWithoutManaUniqueOneHandAxe1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrderKey = "2103", statOrder = { 2103 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["MeleeAttacksUsableWithoutManaUnique__1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrderKey = "2103", statOrder = { 2103 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["HybridStrDex"] = { affix = "", "+(16-24) to Strength and Dexterity", statOrderKey = "746", statOrder = { 746 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["HybridStrInt"] = { affix = "", "+(16-24) to Strength and Intelligence", statOrderKey = "747", statOrder = { 747 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["HybridDexInt"] = { affix = "", "+(16-24) to Dexterity and Intelligence", statOrderKey = "748", statOrder = { 748 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["HybridStrDexUnique__1"] = { affix = "", "+(30-50) to Strength and Dexterity", statOrderKey = "746", statOrder = { 746 }, level = 1, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IncreasedMeleeWeaponAndUnarmedRangeUniqueAmulet13"] = { affix = "", "+2 to Melee Strike Range", statOrderKey = "1985", statOrder = { 1985 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["IncreasedMeleeWeaponAndUnarmedRangeUniqueJewel42"] = { affix = "", "+1 to Melee Strike Range", statOrderKey = "1985", statOrder = { 1985 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe7_"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeUnique__1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeUnique___2"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeEssence1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["EnduranceChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Endurance Charge Duration", statOrderKey = "1627", statOrder = { 1627 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["EnduranceChargeDurationUniqueBodyStrInt4"] = { affix = "", "30% increased Endurance Charge Duration", statOrderKey = "1627", statOrder = { 1627 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["FrenzyChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 20, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["FrenzyChargeOnKillChanceUniqueBootsDex4"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["FrenzyChargeOnKillChanceUniqueDescentOneHandSword1"] = { affix = "", "33% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["FrenzyChargeOnKillChanceUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["FrenzyChargeOnKillChanceUnique__2"] = { affix = "", "25% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["FrenzyChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["PowerChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PowerChargeOnKillChanceUniqueDescentDagger1"] = { affix = "", "15% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PowerChargeOnKillChanceUniqueUniqueShieldInt3"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PowerChargeOnKillChanceUnique__1"] = { affix = "", "(25-35)% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PowerChargeOnKillChanceProphecy_"] = { affix = "", "30% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["EnduranceChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain an Endurance Charge on Kill", statOrderKey = "2068", statOrder = { 2068 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["EnduranceChargeOnPowerChargeExpiryUniqueAmulet14"] = { affix = "", "Gain an Endurance Charge when you lose a Power Charge", statOrderKey = "2071", statOrder = { 2071 }, level = 1, group = "EnduranceChargeOnPowerChargeExpiry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChillAndFreezeBasedOffEnergyShieldBelt5Unique"] = { affix = "", "Chill Effect and Freeze Duration on you are based on 100% of Energy Shield", statOrderKey = "2042", statOrder = { 2042 }, level = 70, group = "ChillAndFreezeDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["MeleeDamageOnFullLifeUniqueAmulet13"] = { affix = "", "60% increased Melee Damage when on Full Life", statOrderKey = "2073", statOrder = { 2073 }, level = 1, group = "MeleeDamageOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ConsecrateOnCritChanceToCreateUniqueRing11"] = { affix = "", "Creates Consecrated Ground on Critical Strike", statOrderKey = "2074", statOrder = { 2074 }, level = 1, group = "ConsecrateOnCritChanceToCreate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ProjectileSpeedPerFrenzyChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Speed per Frenzy Charge", statOrderKey = "2075", statOrder = { 2075 }, level = 1, group = "ProjectileSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ProjectileDamagePerPowerChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Damage per Power Charge", statOrderKey = "2076", statOrder = { 2076 }, level = 1, group = "ProjectileDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["RightRingSlotNoManaRegenUniqueRing13"] = { affix = "", "Right ring slot: You cannot Regenerate Mana", statOrderKey = "2082", statOrder = { 2082 }, level = 38, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["RightRingSlotEnergyShieldRegenUniqueRing13"] = { affix = "", "Right ring slot: Regenerate 3% of Energy Shield per second", statOrderKey = "2083", statOrder = { 2083 }, level = 38, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LeftRingSlotManaRegenUniqueRing13"] = { affix = "", "Left ring slot: 100% increased Mana Regeneration Rate", statOrderKey = "2088", statOrder = { 2088 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LeftRingSlotNoEnergyShieldRegenUniqueRing13"] = { affix = "", "Left ring slot: You cannot Recharge or Regenerate Energy Shield", statOrderKey = "2086", statOrder = { 2086 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate 1% of Energy Shield per second", statOrderKey = "2081", statOrder = { 2081 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldRegenerationUnique__2"] = { affix = "", "Regenerate 1% of Energy Shield per second", statOrderKey = "2081", statOrder = { 2081 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnergyShieldRegenerationUnique__3"] = { affix = "", "Regenerate 2% of Energy Shield per second", statOrderKey = "2081", statOrder = { 2081 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["FlatEnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate (80-100) Energy Shield per second", statOrderKey = "2080", statOrder = { 2080 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LifeLeechAnyDamageUnique__1"] = { affix = "", "1% of Damage Leeched as Life", statOrderKey = "1200", statOrder = { 1200 }, level = 1, group = "LifeLeechAnyDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["KilledMonsterItemRarityOnCritUniqueRing11"] = { affix = "", "(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Strike", statOrderKey = "2077", statOrder = { 2077 }, level = 1, group = "KilledMonsterItemRarityOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["OnslaughtBuffOnKillUniqueRing12"] = { affix = "", "You gain Onslaught for 4 seconds on Kill", statOrderKey = "2078", statOrder = { 2078 }, level = 58, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaughtBuffOnKillUniqueDagger12"] = { affix = "", "You gain Onslaught for 3 seconds on Kill", statOrderKey = "2078", statOrder = { 2078 }, level = 1, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackAndCastSpeedPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "4% reduced Attack and Cast Speed per Frenzy Charge", statOrderKey = "1551", statOrder = { 1551 }, level = 1, group = "AttackAndCastSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["LifeRegenerationPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "Regenerate 0.8% of Life per second per Frenzy Charge", statOrderKey = "2066", statOrder = { 2066 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnemiesOnLowLifeTakeMoreDamagePerFrenzyChargeUniqueBootsDex4"] = { affix = "", "(20-30)% increased Damage per Frenzy Charge with Hits against Enemies on Low Life", statOrderKey = "2234", statOrder = { 2234 }, level = 1, group = "EnemiesOnLowLifeTakeMoreDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AvoidIgniteUniqueOneHandSword4"] = { affix = "", "Cannot be Ignited", statOrderKey = "1362", statOrder = { 1362 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IncreasedMovementVelictyWhileCursedUniqueOneHandSword4"] = { affix = "", "30% increased Movement Speed while Cursed", statOrderKey = "2065", statOrder = { 2065 }, level = 1, group = "MovementVelocityWhileCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ShieldBlockChanceUniqueAmulet16"] = { affix = "", "+10% Chance to Block Attack Damage while holding a Shield", statOrderKey = "718", statOrder = { 718 }, level = 1, group = "GlobalShieldBlockChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ReflectDamageToAttackersOnBlockUniqueAmulet16"] = { affix = "", "Reflects 240 to 300 Physical Damage to Attackers on Block", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, - ["ReflectDamageToAttackersOnBlockUniqueDescentStaff1"] = { affix = "", "Reflects 8 to 14 Physical Damage to Attackers on Block", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, - ["ReflectDamageToAttackersOnBlockUniqueDescentShield1"] = { affix = "", "Reflects 4 to 8 Physical Damage to Attackers on Block", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, - ["ReflectDamageToAttackersOnBlockUniqueShieldDex5"] = { affix = "", "Reflects 1 to 1000 Physical Damage to Attackers on Block", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, - ["ReflectDamageToAttackersOnBlockUniqueStaff9"] = { affix = "", "Reflects (22-44) Physical Damage to Attackers on Block", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, - ["GainLifeOnBlockUniqueAmulet16"] = { affix = "", "+(34-48) Life gained when you Block", statOrderKey = "1279", statOrder = { 1279 }, level = 1, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, - ["GainManaOnBlockUniqueAmulet16"] = { affix = "", "+(18-24) Mana gained when you Block", statOrderKey = "1280", statOrder = { 1280 }, level = 57, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "mana" }, }, - ["GainManaOnBlockUnique__1"] = { affix = "", "+(30-50) Mana gained when you Block", statOrderKey = "1280", statOrder = { 1280 }, level = 1, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "mana" }, }, - ["ZombieLifeUniqueSceptre3"] = { affix = "", "Raised Zombies have +5000 to maximum Life", statOrderKey = "2040", statOrder = { 2040 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["ZombieDamageUniqueSceptre3"] = { affix = "", "Raised Zombies deal (80-100)% more Physical Damage", statOrderKey = "7634", statOrder = { 7634 }, level = 1, group = "ZombieDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, - ["ZombieChaosElementalResistsUniqueSceptre3"] = { affix = "", "Raised Zombies have +(25-30)% to all Resistances", statOrderKey = "2041", statOrder = { 2041 }, level = 1, group = "ZombieChaosElementalResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance", "minion" }, }, - ["ZombieSizeUniqueSceptre3_"] = { affix = "", "25% increased Raised Zombie Size", statOrderKey = "2098", statOrder = { 2098 }, level = 1, group = "ZombieSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ZombiesExplodeEnemiesOnHitUniqueSceptre3"] = { affix = "", "Enemies Killed by Zombies' Hits Explode, dealing 20% of their Life as Fire Damage", statOrderKey = "2100", statOrder = { 2100 }, level = 1, group = "ZombiesExplodeEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["NumberOfZombiesSummonedPercentageUniqueSceptre3"] = { affix = "", "50% reduced maximum number of Raised Zombies", statOrderKey = "2039", statOrder = { 2039 }, level = 1, group = "NumberOfZombiesSummonedPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["IncreasedIntelligencePerUniqueUniqueRing14"] = { affix = "", "2% increased Intelligence for each Unique Item Equipped", statOrderKey = "2043", statOrder = { 2043 }, level = 1, group = "IncreasedIntelligencePerUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IncreasedChanceForMonstersToDropWisdomScrollsUniqueRing14"] = { affix = "", "3% chance for Slain monsters to drop an additional Scroll of Wisdom", statOrderKey = "2046", statOrder = { 2046 }, level = 1, group = "IncreasedChanceForMonstersToDropWisdomScrolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ConvertColdToFireUniqueRing15"] = { affix = "", "40% of Cold Damage Converted to Fire Damage", statOrderKey = "1476", statOrder = { 1476 }, level = 1, group = "ConvertColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, }, - ["IgnitedEnemiesTurnToAshUniqueRing15"] = { affix = "", "Ignited Enemies Killed by your Hits are destroyed", statOrderKey = "2044", statOrder = { 2044 }, level = 1, group = "IgnitedEnemiesTurnToAsh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UndyingRageOnCritUniqueTwoHandMace6"] = { affix = "", "You gain Onslaught for 4 seconds on Critical Strike", statOrderKey = "2097", statOrder = { 2097 }, level = 1, group = "UndyingRageOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NoBonusesFromCriticalStrikes"] = { affix = "", "Your Critical Strikes do not deal extra Damage", statOrderKey = "2096", statOrder = { 2096 }, level = 1, group = "NoBonusesFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["FlaskItemRarityUniqueFlask1"] = { affix = "", "(20-30)% increased Rarity of Items found during Flask effect", statOrderKey = "654", statOrder = { 654 }, level = 1, group = "FlaskItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskItemQuantityUniqueFlask1"] = { affix = "", "(8-12)% increased Quantity of Items found during Flask effect", statOrderKey = "653", statOrder = { 653 }, level = 1, group = "FlaskItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskLightRadiusUniqueFlask1"] = { affix = "", "25% increased Light Radius during Flask effect", statOrderKey = "657", statOrder = { 657 }, level = 1, group = "FlaskLightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskMaximumElementalResistancesUniqueFlask1"] = { affix = "", "+4% to all maximum Elemental Resistances during Flask effect", statOrderKey = "643", statOrder = { 643 }, level = 1, group = "FlaskMaximumElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, }, - ["FlaskElementalResistancesUniqueFlask1_"] = { affix = "", "+50% to Elemental Resistances during Flask Effect", statOrderKey = "661", statOrder = { 661 }, level = 1, group = "FlaskElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, }, - ["SpellDamageModifiersApplyToAttackDamageUniqueHelmetInt7"] = { affix = "", "Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value", statOrderKey = "2106", statOrder = { 2106 }, level = 1, group = "SpellDamageModifiersApplyToAttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ConvertFireToChaosUniqueBodyInt4"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrderKey = "1479", statOrder = { 1479 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["ConvertFireToChaosUniqueBodyInt4Updated"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrderKey = "1478", statOrder = { 1478 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["ConvertFireToChaosUniqueDagger10"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrderKey = "1479", statOrder = { 1479 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["ConvertFireToChaosUniqueDagger10Updated"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrderKey = "1478", statOrder = { 1478 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["MovementVelicityPerEvasionUniqueBodyDex6"] = { affix = "", "1% increased Movement Speed per 600 Evasion Rating, up to 75%", statOrderKey = "2093", statOrder = { 2093 }, level = 1, group = "MovementVelicityPerEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["PhysicalDamageCanChillUniqueOneHandAxe1"] = { affix = "", "Your Physical Damage can Chill", statOrderKey = "2301", statOrder = { 2301 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["PhysicalDamageCanChillUniqueDescentOneHandAxe1"] = { affix = "", "Your Physical Damage can Chill", statOrderKey = "2301", statOrder = { 2301 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ItemQuantityWhenFrozenUniqueBow9"] = { affix = "", "15% increased Quantity of Items Dropped by Slain Frozen Enemies", statOrderKey = "2114", statOrder = { 2114 }, level = 1, group = "ItemQuantityWhenFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemRarityWhenShockedUniqueBow9"] = { affix = "", "30% increased Rarity of Items Dropped by Slain Shocked Enemies", statOrderKey = "2116", statOrder = { 2116 }, level = 1, group = "ItemRarityWhenShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ManaLeechPerPowerChargeUniqueBelt5"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana per Power Charge", statOrderKey = "1241", statOrder = { 1241 }, level = 88, group = "ManaLeechPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadPerPowerChargeUniqueBelt5_"] = { affix = "", "0.2% of Attack Damage Leeched as Mana per Power Charge", statOrderKey = "6115", statOrder = { 6115 }, level = 88, group = "ManaLeechPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["LocalChaosDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalChaosDamageUniqueTwoHandSword7"] = { affix = "", "Adds (60-68) to (90-102) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageUnique___1"] = { affix = "", "Adds 1 to 59 Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageUnique__2"] = { affix = "", "Adds (53-67) to (71-89) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["ChaosDegenerationAuraPlayersUniqueBodyStr3"] = { affix = "", "450 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDegenerationAuraNonPlayersUniqueBodyStr3"] = { affix = "", "250 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDegenerationAuraNonPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDegenerationAuraPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["UniqueWingsOfEntropyCountsAsDualWielding"] = { affix = "", "Counts as Dual Wielding", statOrderKey = "2118", statOrder = { 2118 }, level = 1, group = "CountsAsDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChaosDegenerationOnKillUniqueBodyStr3"] = { affix = "", "You take 450 Chaos Damage per second for 3 seconds on Kill", statOrderKey = "2113", statOrder = { 2113 }, level = 1, group = "ChaosDegenerationOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ItemBloodFootstepsUniqueBodyStr3"] = { affix = "", "Gore Footprints", statOrderKey = "7715", statOrder = { 7715 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, - ["DisplayChaosDegenerationAuraUniqueBodyStr3"] = { affix = "", "Deals 450 Chaos Damage per second to nearby Enemies", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DisplayChaosDegenerationAuraUnique__1"] = { affix = "", "Deals 50 Chaos Damage per second to nearby Enemies", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ItemBloodFootstepsUniqueBootsDex4"] = { affix = "", "Gore Footprints", statOrderKey = "7715", statOrder = { 7715 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, - ["ItemSilverFootstepsUniqueHelmetStrDex2"] = { affix = "", "Mercury Footprints", statOrderKey = "7720", statOrder = { 7720 }, level = 1, group = "ItemSilverFootsteps", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemBloodFootstepsUnique__1"] = { affix = "", "Gore Footprints", statOrderKey = "7715", statOrder = { 7715 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, - ["MaximumBlockChanceUniqueAmulet16"] = { affix = "", "+3% to maximum Chance to Block Attack Damage", statOrderKey = "1494", statOrder = { 1494 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["MaximumBlockChanceUnique__1"] = { affix = "", "-10% to maximum Chance to Block Attack Damage", statOrderKey = "1494", statOrder = { 1494 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["FasterBurnFromAttacksUniqueOneHandSword4"] = { affix = "", "Ignites you inflict deal Damage 50% faster", statOrderKey = "2015", statOrder = { 2015 }, level = 1, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["CannotLeechMana"] = { affix = "", "Cannot Leech Mana", statOrderKey = "2019", statOrder = { 2019 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotLeechManaUnique__1_"] = { affix = "", "Cannot Leech Mana", statOrderKey = "2019", statOrder = { 2019 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemiesCannotLeechMana"] = { affix = "", "Enemies Cannot Leech Mana From you", statOrderKey = "1902", statOrder = { 1902 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotLeechOnLowLife"] = { affix = "", "Cannot Leech when on Low Life", statOrderKey = "2021", statOrder = { 2021 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MeleeDamageIncreaseUniqueHelmetStrDex3"] = { affix = "", "20% increased Melee Damage", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["MeleeDamageUniqueAmulet12"] = { affix = "", "(30-40)% increased Melee Damage", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["MeleeDamageImplicitGloves1"] = { affix = "", "(16-20)% increased Melee Damage", statOrderKey = "795", statOrder = { 795 }, level = 78, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["MeleeDamageUnique__1"] = { affix = "", "(20-25)% increased Melee Damage", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["MeleeDamageUnique__2"] = { affix = "", "(25-40)% increased Melee Damage", statOrderKey = "795", statOrder = { 795 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["DamageAuraUniqueHelmetDexInt2"] = { affix = "", "15% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IronReflexes"] = { affix = "", "Iron Reflexes", statOrderKey = "7667", statOrder = { 7667 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["ChanceToIgniteUniqueOneHandSword4"] = { affix = "", "30% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["DisplayDamageAuraUniqueHelmetDexInt2"] = { affix = "", "You and nearby allies gain 15% increased Damage", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "DisplayDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MainHandAddedFireDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Fire Damage in Main Hand", statOrderKey = "919", statOrder = { 919 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["MainHandAddedFireDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Fire Damage in Main Hand", statOrderKey = "919", statOrder = { 919 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["OffHandAddedChaosDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Chaos Damage in Off Hand", statOrderKey = "941", statOrder = { 941 }, level = 1, group = "OffHandAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["OffHandAddedColdDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Cold Damage in Off Hand", statOrderKey = "926", statOrder = { 926 }, level = 1, group = "OffHandAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["ChaosDamageCanShockUniqueBow10"] = { affix = "", "Your Chaos Damage can Shock", statOrderKey = "2292", statOrder = { 2292 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, }, - ["ConvertLightningDamageToChaosUniqueBow10"] = { affix = "", "60% of Lightning Damage Converted to Chaos Damage", statOrderKey = "1475", statOrder = { 1475 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["ConvertLightningDamageToChaosUniqueBow10Updated"] = { affix = "", "60% of Lightning Damage Converted to Chaos Damage", statOrderKey = "1474", statOrder = { 1474 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["MaximumShockOverrideUniqueBow10"] = { affix = "", "Your Shocks can increase Damage taken by up to a maximum of 100%", statOrderKey = "7538", statOrder = { 7538 }, level = 1, group = "MaximumShockOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AttacksShockAsIfDealingMoreDamageUniqueBow10"] = { affix = "", "Shock Enemies as though dealing 300% more Damage", statOrderKey = "2346", statOrder = { 2346 }, level = 1, group = "WeaponShockAsIfDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AttacksShockAsIfDealingMoreDamageUnique__2"] = { affix = "", "Shock Enemies as though dealing 300% more Damage", statOrderKey = "2346", statOrder = { 2346 }, level = 1, group = "WeaponShockAsIfDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["EnemiesExplodeOnDeathUniqueTwoHandMace7"] = { affix = "", "Enemies Killed with Attack or Spell Hits Explode, dealing 10% of their Life as Fire Damage", statOrderKey = "2126", statOrder = { 2126 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DisplaySocketedGemGetsReducedManaCostUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Inspiration", statOrderKey = "253", statOrder = { 253 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsGetFasterCastUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Casting", statOrderKey = "258", statOrder = { 258 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByFasterCastUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Casting", statOrderKey = "258", statOrder = { 258 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["FlaskRemovePercentageOfEnergyShieldUniqueFlask2"] = { affix = "", "Removes 80% of your maximum Energy Shield on use", statOrderKey = "541", statOrder = { 541 }, level = 1, group = "FlaskRemovePercentageOfEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, - ["FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2"] = { affix = "", "You take 50% of your maximum Life as Chaos Damage on use", statOrderKey = "542", statOrder = { 542 }, level = 1, group = "FlaskTakeChaosDamagePercentageOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, - ["FlaskGainFrenzyChargeUniqueFlask2"] = { affix = "", "You gain a Frenzy Charge on use", statOrderKey = "554", statOrder = { 554 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "frenzy_charge" }, }, - ["FlaskGainPowerChargeUniqueFlask2"] = { affix = "", "You gain a Power Charge on use", statOrderKey = "555", statOrder = { 555 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "power_charge" }, }, - ["FlaskGainEnduranceChargeUniqueFlask2"] = { affix = "", "You gain an Endurance Charge on use", statOrderKey = "553", statOrder = { 553 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "flask" }, }, - ["FlaskGainEnduranceChargeUnique__1_"] = { affix = "", "You gain an Endurance Charge on use", statOrderKey = "553", statOrder = { 553 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "flask" }, }, - ["CanOnlyDealDamageWithThisWeapon"] = { affix = "", "You can only deal Damage with this Weapon or Ignite", statOrderKey = "2134", statOrder = { 2134 }, level = 1, group = "CanOnlyDealDamageWithThisWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LocalFlaskChargesUsedUniqueFlask2"] = { affix = "", "(250-300)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LocalFlaskChargesUsedUniqueFlask9"] = { affix = "", "(70-100)% increased Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LocalFlaskChargesUsedUnique__2"] = { affix = "", "(10-20)% reduced Charges used", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LeftRingSlotElementalReflectDamageTakenUniqueRing10"] = { affix = "", "Left ring slot: You and your Minions take 80% reduced Reflected Elemental Damage", statOrderKey = "2131", statOrder = { 2131 }, level = 57, group = "LeftRingSlotElementalReflectDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["RightRingSlotPhysicalReflectDamageTakenUniqueRing10"] = { affix = "", "Right ring slot: You and your Minions take 80% reduced Reflected Physical Damage", statOrderKey = "2132", statOrder = { 2132 }, level = 1, group = "RightRingSlotPhysicalReflectDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["DamageCannotBeReflectedUnique__1"] = { affix = "", "Damage cannot be Reflected", statOrderKey = "4636", statOrder = { 4636 }, level = 1, group = "ReflectedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedEnemyFireResistanceUniqueHelmetInt5"] = { affix = "", "Damage Penetrates 25% Fire Resistance", statOrderKey = "2400", statOrder = { 2400 }, level = 1, group = "EnemyFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["UsingFlasksDispelsBurningUniqueHelmetInt5"] = { affix = "", "Removes Burning when you use a Flask", statOrderKey = "2177", statOrder = { 2177 }, level = 1, group = "UsingFlasksDispelsBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, - ["DamageRemovedFromManaBeforeLifeTestMod"] = { affix = "", "30% of Damage is taken from Mana before Life", statOrderKey = "2119", statOrder = { 2119 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["ChanceToShockUniqueBow10"] = { affix = "", "10% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUniqueOneHandSword7"] = { affix = "", "(15-20)% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUniqueDescentTwoHandSword1"] = { affix = "", "9% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUniqueStaff8"] = { affix = "", "15% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUniqueRing29"] = { affix = "", "25% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUniqueGlovesStr4"] = { affix = "", "30% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUnique__1"] = { affix = "", "10% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUnique__2_"] = { affix = "", "50% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUnique__3"] = { affix = "", "(5-10)% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockUnique__4_"] = { affix = "", "(10-15)% chance to Shock", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["FishingLineStrengthUnique__1"] = { affix = "", "100% increased Fishing Line Strength", statOrderKey = "2266", statOrder = { 2266 }, level = 1, group = "FishingLineStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingPoolConsumptionUnique__1__"] = { affix = "", "50% increased Fishing Pool Consumption", statOrderKey = "2267", statOrder = { 2267 }, level = 1, group = "FishingPoolConsumption", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingLureTypeUniqueFishingRod1"] = { affix = "", "Siren Worm Bait", statOrderKey = "2268", statOrder = { 2268 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingLureTypeUnique__1__"] = { affix = "", "Thaumaturgical Lure", statOrderKey = "2268", statOrder = { 2268 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingCastDistanceUnique__1__"] = { affix = "", "20% increased Fishing Range", statOrderKey = "2270", statOrder = { 2270 }, level = 1, group = "FishingCastDistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingQuantityUniqueFishingRod1"] = { affix = "", "(40-50)% reduced Quantity of Fish Caught", statOrderKey = "2271", statOrder = { 2271 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingQuantityUnique__2"] = { affix = "", "20% increased Quantity of Fish Caught", statOrderKey = "2271", statOrder = { 2271 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingQuantityUnique__1"] = { affix = "", "(10-20)% increased Quantity of Fish Caught", statOrderKey = "2271", statOrder = { 2271 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingRarityUniqueFishingRod1"] = { affix = "", "(50-60)% increased Rarity of Fish Caught", statOrderKey = "2272", statOrder = { 2272 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingRarityUnique__1"] = { affix = "", "40% increased Rarity of Fish Caught", statOrderKey = "2272", statOrder = { 2272 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FishingRarityUnique__2_"] = { affix = "", "(20-30)% increased Rarity of Fish Caught", statOrderKey = "2272", statOrder = { 2272 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedSpellDamagePerBlockChanceUniqueClaw7"] = { affix = "", "8% increased Spell Damage per 5% Chance to Block Attack Damage", statOrderKey = "2159", statOrder = { 2159 }, level = 1, group = "SpellDamagePerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["LifeGainedOnSpellHitUniqueClaw7"] = { affix = "", "+(5-8) Life gained for each Enemy hit by your Spells", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["LifeGainedOnSpellHitUniqueDescentClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by your Spells", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["LoseLifeOnSpellHitUnique__1"] = { affix = "", "Lose (10-15) Life for each Enemy hit by your Spells", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["AttackSpeedPerGreenSocketUniqueOneHandSword5"] = { affix = "", "12% increased Global Attack Speed per Green Socket", statOrderKey = "2143", statOrder = { 2143 }, level = 1, group = "AttackSpeedPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["PhysicalDamgePerRedSocketUniqueOneHandSword5"] = { affix = "", "25% increased Global Physical Damage with Weapons per Red Socket", statOrderKey = "2140", statOrder = { 2140 }, level = 1, group = "PhysicalDamgePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["ManaLeechFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2148", statOrder = { 2148 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2149", statOrder = { 2149 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUnique"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2149", statOrder = { 2149 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["MeleeRangePerWhiteSocketUniqueOneHandSword5"] = { affix = "", "+2 to Melee Strike Range per White Socket", statOrderKey = "2154", statOrder = { 2154 }, level = 1, group = "MeleeRangePerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MeleeDamageTakenUniqueAmulet12"] = { affix = "", "60% increased Damage taken from Melee Attacks", statOrderKey = "2169", statOrder = { 2169 }, level = 1, group = "MeleeDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ArmourAsLifeRegnerationOnBlockUniqueShieldStrInt6"] = { affix = "", "Regenerate 2% of your Armour as Life over 1 second when you Block", statOrderKey = "2255", statOrder = { 2255 }, level = 1, group = "ArmourAsLifeRegnerationOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, - ["LoseEnergyShieldOnBlockUniqueShieldStrInt6"] = { affix = "", "Lose 10% of your Energy Shield when you Block", statOrderKey = "2161", statOrder = { 2161 }, level = 1, group = "LoseEnergyShieldOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, - ["ChaosDamageAsPortionOfDamageUniqueRing16"] = { affix = "", "Gain 20% of Physical Damage as Extra Chaos Damage", statOrderKey = "1445", statOrder = { 1445 }, level = 87, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ChaosDamageAsPortionOfDamageUnique__1"] = { affix = "", "Gain (13-15)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1445", statOrder = { 1445 }, level = 1, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ChaosDamageAsPortionOfFireDamageUnique__1"] = { affix = "", "Gain 5% of Fire Damage as Extra Chaos Damage", statOrderKey = "1451", statOrder = { 1451 }, level = 1, group = "ChaosDamageAsPortionOfFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["ChaosDamageAsPortionOfColdDamageUnique__1"] = { affix = "", "Gain 5% of Cold Damage as Extra Chaos Damage", statOrderKey = "1450", statOrder = { 1450 }, level = 1, group = "ChaosDamageAsPortionOfColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["ChaosDamageAsPortionOfLightningDamageUnique__1"] = { affix = "", "Gain 5% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1448", statOrder = { 1448 }, level = 1, group = "ChaosDamageAsPortionOfLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["PhysicalDamageTakenAsLightningPercentUniqueBodyStrDex2"] = { affix = "", "30% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1909", statOrder = { 1909 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, - ["MainHandChanceToIgniteUniqueOneHandAxe2"] = { affix = "", "25% chance to Ignite when in Main Hand", statOrderKey = "2190", statOrder = { 2190 }, level = 1, group = "MainHandChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["OffHandChillDurationUniqueOneHandAxe2"] = { affix = "", "100% increased Chill Duration on Enemies when in Off Hand", statOrderKey = "2191", statOrder = { 2191 }, level = 1, group = "OffHandChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["BurningDamageToChilledEnemiesUniqueOneHandAxe2"] = { affix = "", "100% increased Damage with Ignite inflicted on Chilled Enemies", statOrderKey = "5376", statOrder = { 5376 }, level = 1, group = "BurningDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["TrapThrowSpeedUniqueBootsDex6"] = { affix = "", "(14-18)% increased Trap Throwing Speed", statOrderKey = "1438", statOrder = { 1438 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["TrapThrowSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Trap Throwing Speed", statOrderKey = "1438", statOrder = { 1438 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSpeedOnTrapThrowUniqueBootsDex6"] = { affix = "", "30% increased Movement Speed for 9 seconds on Throwing a Trap", statOrderKey = "2195", statOrder = { 2195 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSpeedOnTrapThrowUnique__1"] = { affix = "", "15% increased Movement Speed for 9 seconds on Throwing a Trap", statOrderKey = "2195", statOrder = { 2195 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["DisplaySupportedByTrapUniqueBootsDex6"] = { affix = "", "Socketed Gems are Supported by Level 11 Trap", statOrderKey = "223", statOrder = { 223 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByTrapUniqueStaff4"] = { affix = "", "Socketed Gems are Supported by Level 8 Trap", statOrderKey = "223", statOrder = { 223 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap", statOrderKey = "223", statOrder = { 223 }, level = 40, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["TrapDurationUniqueBelt6"] = { affix = "", "80% reduced Trap Duration", statOrderKey = "1434", statOrder = { 1434 }, level = 47, group = "TrapDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TrapDurationUnique__1"] = { affix = "", "10% reduced Trap Duration", statOrderKey = "1434", statOrder = { 1434 }, level = 1, group = "TrapDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TrapDamageUniqueBelt6"] = { affix = "", "(30-40)% increased Trap Damage", statOrderKey = "756", statOrder = { 756 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["TrapDamageUniqueShieldDexInt1"] = { affix = "", "(18-28)% increased Trap Damage", statOrderKey = "756", statOrder = { 756 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["TrapDamageUnique___1"] = { affix = "", "(15-25)% increased Trap Damage", statOrderKey = "756", statOrder = { 756 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChanceToFreezeShockIgniteUniqueRing21"] = { affix = "", "10% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToFreezeShockIgniteUniqueDescentWand1"] = { affix = "", "4% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToFreezeShockIgniteUniqueHelmetDexInt4"] = { affix = "", "5% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToFreezeShockIgniteUniqueAmulet19"] = { affix = "", "5% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToFreezeShockIgniteDescentUniqueQuiver1"] = { affix = "", "10% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToFreezeShockIgniteUnique__1"] = { affix = "", "(5-10)% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["DamageWhileIgnitedUniqueRing18"] = { affix = "", "30% increased Damage while Ignited", statOrderKey = "2226", statOrder = { 2226 }, level = 1, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageWhileIgnitedUnique__1"] = { affix = "", "(50-70)% increased Damage while Ignited", statOrderKey = "2226", statOrder = { 2226 }, level = 85, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ArmourWhileFrozenUniqueRing18"] = { affix = "", "+5000 to Armour while Frozen", statOrderKey = "2227", statOrder = { 2227 }, level = 1, group = "ArmourWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["ManaLeechOnShockedEnemiesUniqueRing19"] = { affix = "", "5% of Damage against Shocked Enemies Leeched as Mana", statOrderKey = "1239", statOrder = { 1239 }, level = 1, group = "ManaLeechOnShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaLeechPermyriadOnShockedEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Mana against Frozen Enemies", statOrderKey = "6117", statOrder = { 6117 }, level = 1, group = "ManaLeechOnShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["EnergyShieldLeechPermyriadOnFrozenEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Energy Shield against Frozen Enemies", statOrderKey = "4883", statOrder = { 4883 }, level = 1, group = "EnergyShieldLeechPermyriadOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LifeLeechOnFrozenEnemiesUniqueRing19"] = { affix = "", "5% of Damage against Frozen Enemies Leeched as Life", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeLeechPermyriadOnFrozenEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1216", statOrder = { 1216 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DamageOnRareMonstersUniqueBelt7"] = { affix = "", "(20-30)% increased Damage with Hits against Rare monsters", statOrderKey = "2231", statOrder = { 2231 }, level = 1, group = "DamageOnRareMonsters", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageOnMagicMonstersUnique__1_"] = { affix = "", "(20-30)% increased Damage with Hits against Magic monsters", statOrderKey = "4675", statOrder = { 4675 }, level = 1, group = "DamageOnMagicMonsters", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamagePerStatusAilmentOnEnemiesUniqueRing21"] = { affix = "", "20% increased Damage with Hits and Ailments per Freeze, Shock or Ignite on Enemy", statOrderKey = "801", statOrder = { 801 }, level = 1, group = "DamagePerStatusAilmentOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ShrineBuffEffectUniqueHelmetDexInt3"] = { affix = "", "75% increased Effect of Shrine Buffs on you", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ShrineBuffEffectUnique__1"] = { affix = "", "(50-75)% increased Effect of Shrine Buffs on you", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ShrineEffectDurationUniqueHelmetDexInt3"] = { affix = "", "50% increased Duration of Shrine Effects on you", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "ShrineEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalFlaskLifeOnFlaskDurationEndUniqueFlask3"] = { affix = "", "Recover Full Life at the end of the Flask Effect", statOrderKey = "537", statOrder = { 537 }, level = 1, group = "LocalFlaskLifeOnFlaskDurationEnd", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["LocalFlaskNoManaCostWhileHealingUniqueFlask4"] = { affix = "", "Your Skills Cost no Mana during Flask effect", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "LocalFlaskNoManaCostWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["ShockNearbyEnemyOnShockedKillUniqueRing20"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrderKey = "2238", statOrder = { 2238 }, level = 25, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockNearbyEnemyOnShockedKillUniqueDescentTwoHandSword1_"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrderKey = "2238", statOrder = { 2238 }, level = 1, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IgniteNearbyEnemyOnIgnitedKillUniqueRing20"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrderKey = "2239", statOrder = { 2239 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteNearbyEnemyOnIgnitedKillUnique__1"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrderKey = "2239", statOrder = { 2239 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["GainRareMonsterModsOnKillUniqueBelt7_"] = { affix = "", "When you Kill a Rare monster, you gain its Modifiers for 20 seconds", statOrderKey = "2240", statOrder = { 2240 }, level = 1, group = "GainRareMonsterModsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainMagicMonsterModsOnKillUnique__1_"] = { affix = "", "20% chance when you Kill a Magic Monster to gain", "its Non-Bloodline Modifiers for 20 seconds", statOrderKey = "5070,5070.1", statOrder = { 5070, 5070.1 }, level = 1, group = "GainMagicMonsterModsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AddedManaRegenerationUniqueBelt8"] = { affix = "", "Regenerate (8-10) Mana per second", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AddedManaRegenerationUniqueDescentWand1"] = { affix = "", "Regenerate 2 Mana per second", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AddedManaRegenerationUniqueJewel10"] = { affix = "", "Regenerate 3 Mana per second", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AddedManaRegenerationUnique__1"] = { affix = "", "Regenerate (3-6) Mana per second", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AddedManaRegenerationUnique__2"] = { affix = "", "Regenerate (8-10) Mana per second", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ArmourWhileNotIgnitedFrozenShockedBelt8"] = { affix = "", "40% increased Armour while not Ignited, Frozen or Shocked", statOrderKey = "2241", statOrder = { 2241 }, level = 1, group = "ArmourWhileNotIgnitedFrozenShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["ManaShield"] = { affix = "", "Mind Over Matter", statOrderKey = "7668", statOrder = { 7668 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["DamageTakenFromManaBeforeLifeUniqueBodyDexInt2"] = { affix = "", "10% of Damage is taken from Mana before Life", statOrderKey = "2119", statOrder = { 2119 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["ElementalResistancePerEnduranceChargeDescentShield1"] = { affix = "", "+3% to all Elemental Resistances per Endurance Charge", statOrderKey = "1163", statOrder = { 1163 }, level = 1, group = "ElementalResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["CastSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "9% increased Cast Speed when on Full Life", statOrderKey = "1505", statOrder = { 1505 }, level = 1, group = "CastSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["CastSpeedOnLowLifeUniqueDescentHelmet1"] = { affix = "", "20% increased Cast Speed when on Low Life", statOrderKey = "1504", statOrder = { 1504 }, level = 1, group = "CastSpeedOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["MaximumCriticalStrikeChanceUniqueAmulet17"] = { affix = "", "50% maximum Critical Strike Chance", statOrderKey = "2168", statOrder = { 2168 }, level = 1, group = "MaximumCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["DamagePerStrengthInMainHandUniqueSceptre6"] = { affix = "", "1% increased Damage per 8 Strength when in Main Hand", statOrderKey = "2199", statOrder = { 2199 }, level = 1, group = "DamagePerStrengthInMainHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ArmourPerStrengthInOffHandUniqueSceptre6"] = { affix = "", "1% increased Armour per 16 Strength when in Off Hand", statOrderKey = "2200", statOrder = { 2200 }, level = 1, group = "ArmourPerStrengthInOffHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["DisplaySocketedGemsSupportedByIronWillUniqueSceptre6"] = { affix = "", "Socketed Gems are Supported by Level 30 Iron Will", statOrderKey = "259", statOrder = { 259 }, level = 1, group = "DisplaySocketedGemsSupportedByIronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsSupportedByIronWillUniqueOneHandMace3"] = { affix = "", "Socketed Gems have Iron Will", statOrderKey = "292", statOrder = { 292 }, level = 1, group = "DisplaySocketedGemsSupportedByIronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LessCriticalStrikeChanceAmulet17"] = { affix = "", "-40% less Critical Strike Chance", statOrderKey = "2248", statOrder = { 2248 }, level = 1, group = "CriticalStrikeChanceFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ChanceToDodgeUniqueBodyStrDex3"] = { affix = "", "6% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeUniqueBootsDex7"] = { affix = "", "8% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeUniqueJewel46"] = { affix = "", "2% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeUniqueBodyDex1"] = { affix = "", "10% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeUniqueRing37"] = { affix = "", "(3-5)% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeUnique__1"] = { affix = "", "(6-10)% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeImplicitShield1"] = { affix = "", "2% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeImplicitShield2"] = { affix = "", "4% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsUniqueBodyDex1"] = { affix = "", "10% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsUnique__1"] = { affix = "", "(6-10)% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsUnique__2"] = { affix = "", "10% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsUnique__3_"] = { affix = "", "(7-8)% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsImplicitShield1"] = { affix = "", "2% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsImplicitShield2"] = { affix = "", "4% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 1, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["EnduranceChargeOnKillUniqueBodyStrDex3"] = { affix = "", "You gain an Endurance Charge on Kill", statOrderKey = "2251", statOrder = { 2251 }, level = 1, group = "EnduranceChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["LoseEnduranceChargesWhenHitUniqueBodyStrDex3"] = { affix = "", "You lose all Endurance Charges when Hit", statOrderKey = "2249", statOrder = { 2249 }, level = 1, group = "LoseEnduranceChargesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["GainOnslaughtWhenHitUniqueBodyStrDex3"] = { affix = "", "You gain Onslaught for 5 seconds per Endurance Charge when Hit", statOrderKey = "2264", statOrder = { 2264 }, level = 1, group = "GainOnslaughtWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RegenerateLifeOnCastUniqueWand4"] = { affix = "", "Regenerate (6-8) Life over 1 second when you Cast a Spell", statOrderKey = "2254", statOrder = { 2254 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["PhasingUniqueBootsStrDex4"] = { affix = "", "Phasing", statOrderKey = "2244", statOrder = { 2244 }, level = 1, group = "Phasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CullingCriticalStrikes"] = { affix = "", "Critical Strikes have Culling Strike", statOrderKey = "2853", statOrder = { 2853 }, level = 1, group = "CullingCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["IncreasedFireDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Fire Damage taken", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, - ["ReducedFireDamageTakenUnique__1"] = { affix = "", "-20 Fire Damage taken from Hits", statOrderKey = "1734", statOrder = { 1734 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, - ["FrenzyChargeOnIgniteUniqueTwoHandSword6"] = { affix = "", "Gain a Frenzy Charge if an Attack Ignites an Enemy", statOrderKey = "2259", statOrder = { 2259 }, level = 1, group = "FrenzyChargeOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["CullingAgainstBurningEnemiesUniqueTwoHandSword6"] = { affix = "", "Culling Strike against Burning Enemies", statOrderKey = "2258", statOrder = { 2258 }, level = 1, group = "CullingAgainstBurningEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChaosDamageTakenUniqueBodyStr4"] = { affix = "", "-(40-30) Chaos Damage taken", statOrderKey = "2261", statOrder = { 2261 }, level = 1, group = "ChaosDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["IncreasedCurseDurationUniqueShieldDex4"] = { affix = "", "Curse Skills have 100% increased Skill Effect Duration", statOrderKey = "4625", statOrder = { 4625 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["IncreasedCurseDurationUniqueShieldStrDex2"] = { affix = "", "Curse Skills have 25% increased Skill Effect Duration", statOrderKey = "4625", statOrder = { 4625 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["IncreasedCurseDurationUniqueHelmetInt9"] = { affix = "", "Curse Skills have (30-50)% increased Skill Effect Duration", statOrderKey = "4625", statOrder = { 4625 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["IncreaseSocketedCurseGemLevelUniqueShieldDex4"] = { affix = "", "+1 to Level of Socketed Curse Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, - ["IncreaseSocketedCurseGemLevelUniqueHelmetInt9"] = { affix = "", "+2 to Level of Socketed Curse Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, - ["IncreaseSocketedCurseGemLevelUnique__1"] = { affix = "", "+1 to Level of Socketed Curse Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, - ["IncreaseSocketedCurseGemLevelUnique__2"] = { affix = "", "+3 to Level of Socketed Curse Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, - ["PoisonSpreadAndHealOnPoisonedKillUniqueDagger8"] = { affix = "", "On Killing a Poisoned Enemy, nearby Enemies are Poisoned", "and nearby Allies Regenerate 200 Life per second", statOrderKey = "2273,2274", statOrder = { 2273, 2274 }, level = 82, group = "PoisonSpreadAndHealOnPoisonedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "resource", "life", "chaos", "ailment" }, }, - ["IncreasedSelfCurseDurationUniqueShieldStrDex2"] = { affix = "", "100% increased Duration of Curses on you", statOrderKey = "1675", statOrder = { 1675 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ReducedSelfCurseDurationUniqueShieldDex3"] = { affix = "", "50% reduced Duration of Curses on you", statOrderKey = "1675", statOrder = { 1675 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3"] = { affix = "", "+50% to Chaos Resistance during any Flask Effect", statOrderKey = "2718", statOrder = { 2718 }, level = 1, group = "ChaosResistanceWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos", "resistance" }, }, - ["SetElementalResistancesUniqueHelmetStrInt4"] = { affix = "", "Elemental Resistances are Zero", statOrderKey = "2257", statOrder = { 2257 }, level = 1, group = "SetElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AllDefencesUniqueHelmetStrInt4_"] = { affix = "", "(18-22)% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["AllDefencesVictorAmulet"] = { affix = "", "(5-10)% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["AllDefencesUnique__1"] = { affix = "", "5% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["AllDefencesUnique__2"] = { affix = "", "100% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["AllDefencesUnique__3"] = { affix = "", "100% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["AllDefencesUnique__4"] = { affix = "", "(15-20)% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["DodgeImplicitMarakethSword1"] = { affix = "", "4% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["DodgeImplicitMarakethSword2"] = { affix = "", "6% chance to Dodge Attack Hits", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["AllDefensesImplicitJetRing"] = { affix = "", "(5-10)% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["LightningDamageOnBlockUniqueHelmetStrInt4"] = { affix = "", "Reflects 1 to (180-220) Lightning Damage to Attackers on Block", statOrderKey = "2038", statOrder = { 2038 }, level = 1, group = "LightningDamageOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DuplicatesRingStats"] = { affix = "", "Duplicates your other ring", statOrderKey = "2276", statOrder = { 2276 }, level = 1, group = "DuplicatesRingStats", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DegenerationDamageUniqueDagger8"] = { affix = "", "30% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageEssence_1"] = { affix = "", "(14-20)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageUnique__1"] = { affix = "", "25% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageUnique__2"] = { affix = "", "(20-30)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageUnique__3"] = { affix = "", "(30-40)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageUnique__4__"] = { affix = "", "(8-12)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageUnique__5"] = { affix = "", "(20-30)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DegenerationDamageImplicit1"] = { affix = "", "(14-18)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 85, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["FishingExoticFishUniqueFishingRod1"] = { affix = "", "You can catch Exotic Fish", statOrderKey = "2277", statOrder = { 2277 }, level = 1, group = "CannotCatchExoticFish", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireShocksUniqueHelmetDexInt4"] = { affix = "", "Your Fire Damage can Shock but not Ignite", statOrderKey = "2279", statOrder = { 2279 }, level = 1, group = "FireShocks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "ailment" }, }, - ["ColdIgnitesUniqueHelmetDexInt4_"] = { affix = "", "Your Cold Damage can Ignite but not Freeze or Chill", statOrderKey = "2280", statOrder = { 2280 }, level = 1, group = "ColdIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, }, - ["LightningFreezesUniqueHelmetDexInt4"] = { affix = "", "Your Lightning Damage can Freeze but not Shock", statOrderKey = "2281", statOrder = { 2281 }, level = 1, group = "LightningFreezes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "ailment" }, }, - ["SocketedCursesAreReflectedUniqueGlovesStrInt1"] = { affix = "", "Hexes applied by Socketed Curse Skills are Reflected back to you", statOrderKey = "291", statOrder = { 291 }, level = 1, group = "SocketedCursesAreReflected", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, - ["ChillImmunityWhenChilledUniqueGlovesStrInt1"] = { affix = "", "You cannot be Chilled for 3 seconds after being Chilled", statOrderKey = "2315", statOrder = { 2315 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeImmunityWhenFrozenUniqueGlovesStrInt1"] = { affix = "", "You cannot be Frozen for 3 seconds after being Frozen", statOrderKey = "2317", statOrder = { 2317 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["IgniteImmunityWhenIgnitedUniqueGlovesStrInt1"] = { affix = "", "You cannot be Ignited for 3 seconds after being Ignited", statOrderKey = "2318", statOrder = { 2318 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ShockImmunityWhenShockedUniqueGlovesStrInt1"] = { affix = "", "You cannot be Shocked for 3 seconds after being Shocked", statOrderKey = "2319", statOrder = { 2319 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["GrantFrenzyChargesToAlliesOnDeathUniqueGlovesStrInt1"] = { affix = "", "You grant (4-6) Frenzy Charges to allies on Death", statOrderKey = "2321", statOrder = { 2321 }, level = 1, group = "GrantFrenzyChargesToAlliesOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["PowerChargeOnNonCritUniqueRing17"] = { affix = "", "Gain a Power Charge on Non-Critical Strike", statOrderKey = "2322", statOrder = { 2322 }, level = 1, group = "PowerChargeOnNonCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ConsumeAllPowerChargesOnCritUniqueRing17"] = { affix = "", "Lose all Power Charges on Critical Strike", statOrderKey = "2323", statOrder = { 2323 }, level = 75, group = "ConsumeAllPowerChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["CastSocketedLightningSpellsOnHit"] = { affix = "", "Trigger a Socketed Lightning Spell on Hit, with a 0.15 second Cooldown", "Socketed Lightning Spells have no Cost if Triggered", statOrderKey = "498,498.1", statOrder = { 498, 498.1 }, level = 1, group = "CastSocketedLightningSpellsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster" }, }, - ["UndyingBreathCurseAuraUniqueStaff5"] = { affix = "", "18% increased Effect of Curses on you", statOrderKey = "1674", statOrder = { 1674 }, level = 1, group = "UndyingBreathCurseAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["UndyingBreathCurseAuraDisplayUniqueStaff5"] = { affix = "", "Nearby Enemies have 18% increased Effect of Curses on them", statOrderKey = "2121", statOrder = { 2121 }, level = 1, group = "UndyingBreathCurseAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "aura", "curse" }, }, - ["UndyingBreathDamageAuraUniqueStaff5"] = { affix = "", "18% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "UndyingBreathDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["UndyingBreathDamageAuraDisplayUniqueStaff5"] = { affix = "", "Nearby allies gain 18% increased Damage", statOrderKey = "2328", statOrder = { 2328 }, level = 1, group = "UndyingBreathDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["CurseAreaOfEffectUniqueStaff5"] = { affix = "", "18% increased Area of Effect of Hex Skills", statOrderKey = "1727", statOrder = { 1727 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseAreaOfEffectUniqueQuiver5"] = { affix = "", "40% reduced Area of Effect of Hex Skills", statOrderKey = "1727", statOrder = { 1727 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseAreaOfEffectUnique__1"] = { affix = "", "60% increased Area of Effect of Hex Skills", statOrderKey = "1727", statOrder = { 1727 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseAreaOfEffectUnique__2_"] = { affix = "", "60% increased Area of Effect of Hex Skills", statOrderKey = "1727", statOrder = { 1727 }, level = 76, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["AuraIncreasedIncreasedAreaOfEffectUniqueStaff5"] = { affix = "", "18% increased Area of Effect of Aura Skills", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["DamageTakenUniqueStaff5"] = { affix = "", "18% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["AuraEffectGlobalUnique__1"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["AttackSpeedPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "2% increased Attack Speed per Frenzy Charge", statOrderKey = "1552", statOrder = { 1552 }, level = 1, group = "AttackSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["AccuracyRatingPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "6% increased Accuracy Rating per Frenzy Charge", statOrderKey = "1553", statOrder = { 1553 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["FrenzyChargeDurationPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "10% reduced Frenzy Charge Duration per Frenzy Charge", statOrderKey = "1554", statOrder = { 1554 }, level = 1, group = "FrenzyChargeDurationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["PoisonDotMultiplierPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "+5% to Damage over Time Multiplier for Poison per Frenzy Charge", statOrderKey = "7051", statOrder = { 7051 }, level = 1, group = "PoisonDotMultiplierPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["AtMaximumFrenzyChargesPoisonUniqueGlovesDexInt5"] = { affix = "", "While at maximum Frenzy Charges, Attacks Poison Enemies", statOrderKey = "1555", statOrder = { 1555 }, level = 1, group = "AtMaximumFrenzyChargesPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["AtMaximumFrenzyChargesChanceToPoisonUnique_1_"] = { affix = "", "Attacks have 60% chance to Poison while at maximum Frenzy Charges", statOrderKey = "1556", statOrder = { 1556 }, level = 1, group = "AtMaximumFrenzyChargesPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["NecromanticAegisUniqueHelmetStrDex5"] = { affix = "", "All bonuses from an Equipped Shield apply to your Minions instead of you", statOrderKey = "1695", statOrder = { 1695 }, level = 1, group = "NecromanticAegis", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MinionBlockChanceUniqueHelmetStrDex5"] = { affix = "", "Minions have +10% Chance to Block Attack Damage", statOrderKey = "2325", statOrder = { 2325 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, - ["MinionLifeRegenerationUniqueHelmetStrDex5"] = { affix = "", "Minions Regenerate 2% of Life per second", statOrderKey = "2333", statOrder = { 2333 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeRegenerationUnique__1"] = { affix = "", "Minions Regenerate 1% of Life per second", statOrderKey = "2333", statOrder = { 2333 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["MinionArmourUniqueHelmetStrDex5"] = { affix = "", "Minions have +(300-350) to Armour", statOrderKey = "2327", statOrder = { 2327 }, level = 1, group = "MinionArmour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "minion" }, }, - ["IncreasedAccuracyPercentImplicitQuiver7"] = { affix = "", "(20-30)% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 5, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentUnique__1"] = { affix = "", "(30-40)% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["DisplaySocketedSkillsChainUniqueOneHandMace3"] = { affix = "", "Socketed Gems Chain 1 additional times", statOrderKey = "293", statOrder = { 293 }, level = 1, group = "DisplaySocketedSkillsChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["LocalIncreaseSocketedVaalGemLevelUniqueGlovesStrDex4"] = { affix = "", "+2 to Level of Socketed Vaal Gems", statOrderKey = "68", statOrder = { 68 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal", "gem" }, }, - ["LocalIncreaseSocketedVaalGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Vaal Gems", statOrderKey = "68", statOrder = { 68 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal", "gem" }, }, - ["RingHasOneSocket"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 7, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["QuiverHasOneSocket"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 57, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HasSixSocketsUnique__1"] = { affix = "", "Has 6 Sockets", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HasOneSocketUnique__1"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HasOneSocketUnique__2"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HasTwoSocketsUnique__1"] = { affix = "", "Has 2 Sockets", statOrderKey = "29", statOrder = { 29 }, level = 57, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedProjectileDamageUniqueQuiver4"] = { affix = "", "(15-20)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUniqueStaff10"] = { affix = "", "(60-100)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUniqueBootsDexInt4"] = { affix = "", "(20-40)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique__5"] = { affix = "", "20% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique__1"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique__2"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique___3"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique___4"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique__6"] = { affix = "", "30% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique__7"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique___8"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique___9"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedProjectileDamageUnique___10_"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["SpellBlockPercentageUniqueQuiver4"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockPercentageUniqueShieldDex6"] = { affix = "", "(8-12)% Chance to Block Spell Damage", statOrderKey = "732", statOrder = { 732 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SupportedByEchoUniqueStaff6"] = { affix = "", "Socketed Gems are Supported by Level 30 Greater Spell Echo", statOrderKey = "121", statOrder = { 121 }, level = 1, group = "DisplaySupportedByGreaterEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByEchoUniqueWand8"] = { affix = "", "Socketed Gems are Supported by Level 10 Spell Echo", statOrderKey = "184", statOrder = { 184 }, level = 1, group = "DisplaySupportedByEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByEchoUniqueWand8New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Spell Echo", statOrderKey = "252", statOrder = { 252 }, level = 1, group = "DisplaySupportedByEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SpellDodgeUniqueBootsDex7_"] = { affix = "", "(14-16)% chance to Dodge Spell Hits", statOrderKey = "1668", statOrder = { 1668 }, level = 85, group = "SpellDodgePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["FireDamageLifeLeechPerMyriadUniqueBelt9a_"] = { affix = "", "100% of Fire Damage Leeched as Life", statOrderKey = "1206", statOrder = { 1206 }, level = 85, group = "FireDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageLifeLeechPermyriadUniqueBelt9aNew"] = { affix = "", "0.6% of Fire Damage Leeched as Life", statOrderKey = "1207", statOrder = { 1207 }, level = 85, group = "FireDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["ColdDamageLifeLeechPerMyriadUniqueBelt9b"] = { affix = "", "100% of Cold Damage Leeched as Life", statOrderKey = "1208", statOrder = { 1208 }, level = 85, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageLifeLeechPermyriadUniqueBelt9bNew"] = { affix = "", "0.6% of Cold Damage Leeched as Life", statOrderKey = "1209", statOrder = { 1209 }, level = 85, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["LightningDamageLifeLeechPerMyriadUniqueBelt9c"] = { affix = "", "100% of Lightning Damage Leeched as Life", statOrderKey = "1210", statOrder = { 1210 }, level = 85, group = "LightningDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageLifeLeechPermyriadUniqueBelt9cNew"] = { affix = "", "0.6% of Lightning Damage Leeched as Life", statOrderKey = "1211", statOrder = { 1211 }, level = 85, group = "LightningDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["PhysicalDamageLifeLeechPerMyriadUniqueBelt9d"] = { affix = "", "100% of Physical Damage Leeched as Life", statOrderKey = "1204", statOrder = { 1204 }, level = 85, group = "PhysicalDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageLifeLeechPermyriadUniqueBelt9dNew"] = { affix = "", "0.6% of Physical Damage Leeched as Life", statOrderKey = "1205", statOrder = { 1205 }, level = 85, group = "PhysicalDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical" }, }, - ["IgniteChanceWhileUsingFlaskUniqueBelt9a"] = { affix = "", "(20-30)% chance to Ignite during any Flask Effect", statOrderKey = "2343", statOrder = { 2343 }, level = 85, group = "ChanceToIgnightWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, - ["FreezeChanceWhileUsingFlaskUniqueBelt9b"] = { affix = "", "(20-30)% chance to Freeze during any Flask Effect", statOrderKey = "2344", statOrder = { 2344 }, level = 85, group = "ChanceToFreezeWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, - ["ShockChanceWhileUsingFlaskUniqueBelt9c"] = { affix = "", "(20-30)% chance to Shock during any Flask Effect", statOrderKey = "2345", statOrder = { 2345 }, level = 85, group = "ChanceToShockWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, - ["ReducedStunThresholdWhileUsingFlaskUniqueBelt9d"] = { affix = "", "25% reduced Enemy Stun Threshold during any Flask Effect", statOrderKey = "2348", statOrder = { 2348 }, level = 85, group = "ReducedStunThresholdWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["AddedChaosDamageAsPercentOfPhysicalWhileUsingFlaskUniqueFlask5"] = { affix = "", "Gain (5-8)% of Physical Damage as Extra Chaos Damage during effect", statOrderKey = "660", statOrder = { 660 }, level = 85, group = "AddedChaosDamageAsPercentOfPhysicalWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["AddedChaosDamageAsPercentOfElementalWhileUsingFlaskUniqueFlask5"] = { affix = "", "Gain (5-8)% of Elemental Damage as Extra Chaos Damage during effect", statOrderKey = "652", statOrder = { 652 }, level = 85, group = "AddedChaosDamageAsPercentOfElementalWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, - ["ElementalDamagePercentAddedAsChaosUnique__1"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1452", statOrder = { 1452 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, - ["ElementalDamagePercentAddedAsChaosUnique__2"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1452", statOrder = { 1452 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, - ["ElementalDamagePercentAddedAsChaosUnique__3"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1452", statOrder = { 1452 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, - ["ElementalDamagePercentAddedAsChaosUnique__4"] = { affix = "", "Gain (5-8)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1452", statOrder = { 1452 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, - ["ChaosDamageLifeLeechPerMyriadWhileUsingFlaskUniqueFlask5"] = { affix = "", "1000% of Chaos Damage Leeched as Life during Flask effect", statOrderKey = "670", statOrder = { 670 }, level = 85, group = "ChaosDamageLifeLeechWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "chaos" }, }, - ["ChaosDamageLifeLeechPermyriadWhileUsingFlaskUniqueFlask5New"] = { affix = "", "2% of Chaos Damage Leeched as Life during Flask effect", statOrderKey = "656", statOrder = { 656 }, level = 85, group = "ChaosDamageLifeLeechWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "chaos" }, }, - ["FireDamageLifeLeechCorrupted"] = { affix = "", "100% of Fire Damage Leeched as Life", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "FireDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["ColdDamageLifeLeechCorrupted_"] = { affix = "", "100% of Cold Damage Leeched as Life", statOrderKey = "1208", statOrder = { 1208 }, level = 1, group = "ColdDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["LightningDamageLifeLeechCorrupted"] = { affix = "", "100% of Lightning Damage Leeched as Life", statOrderKey = "1210", statOrder = { 1210 }, level = 1, group = "LightningDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["DamageConversionFireUnique__1"] = { affix = "", "60% of Physical Damage Converted to Fire Damage", statOrderKey = "1464", statOrder = { 1464 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["AdditionalTrapsUnique__1"] = { affix = "", "Can have up to 1 additional Trap placed at a time", statOrderKey = "1752", statOrder = { 1752 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalTrapsUnique__2__"] = { affix = "", "Can have 5 fewer Traps placed at a time", statOrderKey = "1752", statOrder = { 1752 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalTrapsThresholdJewel"] = { affix = "", "Can have up to 1 additional Trap placed at a time", statOrderKey = "1752", statOrder = { 1752 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PierceCurruption"] = { affix = "", "Arrows Pierce 1 additional Target", statOrderKey = "3945", statOrder = { 3945 }, level = 1, group = "ArrowPierce", weightKey = { "bow", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["PierceChanceUniqueJewel41"] = { affix = "", "Projectiles Pierce an additional Target", statOrderKey = "7095", statOrder = { 7095 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalPierceUniqueJewel__1"] = { affix = "", "Projectiles Pierce an additional Target", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CurseOnHitTemporalChainsUnique__1"] = { affix = "", "Curse Enemies with Temporal Chains on Hit, with 40% increased Effect", statOrderKey = "1973", statOrder = { 1973 }, level = 1, group = "CurseOnHitLevelTemporalChains", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseOnHitCriticalWeaknessUnique__1"] = { affix = "", "Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy", statOrderKey = "437", statOrder = { 437 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseOnHitCriticalWeaknessUniqueNewUnique__1"] = { affix = "", "Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy", statOrderKey = "471", statOrder = { 471 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["SupportedByCastOnStunUnique___1"] = { affix = "", "Socketed Gems are supported by Level 10 Cast when Stunned", statOrderKey = "241", statOrder = { 241 }, level = 15, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByMeleeSplashUnique__1_"] = { affix = "", "Socketed Gems are supported by Level 25 Melee Splash", statOrderKey = "239", statOrder = { 239 }, level = 1, group = "SupportedByMelee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByAddedFireDamageUnique__1_"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrderKey = "230", statOrder = { 230 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["PuritySkillUniqueAmulet22"] = { affix = "", "Grants Level 10 Purity of Elements Skill", statOrderKey = "369", statOrder = { 369 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HatredSkillUniqueDescentClaw1"] = { affix = "", "Grants Level 20 Hatred Skill", statOrderKey = "373", statOrder = { 373 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ChanceToBeCritJewelUnique__1"] = { affix = "", "Hits have (140-200)% increased Critical Strike Chance against you", statOrderKey = "2547", statOrder = { 2547 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ChanceToBeCritJewelUpdatedUnique__1"] = { affix = "", "Hits have (140-200)% increased Critical Strike Chance against you", statOrderKey = "2545", statOrder = { 2545 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["SilenceImmunityUnique__1"] = { affix = "", "You cannot be Cursed with Silence", statOrderKey = "2509", statOrder = { 2509 }, level = 36, group = "PlayerCurseImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["UniqueSpecialCorruptionAreaOfEffect_"] = { affix = "", "(15-25)% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionSkillEffectDuration"] = { affix = "", "(15-25)% increased Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionSocketedGemsManaMultiplier_"] = { affix = "", "Socketed Skill Gems get a 80% Cost & Reservation Multiplier", statOrderKey = "284", statOrder = { 284 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, - ["UniqueSpecialCorruptionCooldownRecoverySpeed__"] = { affix = "", "(8-12)% increased Cooldown Recovery Rate", statOrderKey = "4102", statOrder = { 4102 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionItemQuantity_"] = { affix = "", "(5-7)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionAdditionalProjectile"] = { affix = "", "Skills fire an additional Projectile", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionAuraEffect"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["UniqueSpecialCorruptionCurseEffect___"] = { affix = "", "(10-15)% increased Effect of your Curses", statOrderKey = "2047", statOrder = { 2047 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["UniqueSpecialCorruptionSocketedGemLevel"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["UniqueSpecialCorruptionAllMinCharges"] = { affix = "", "+1 to Minimum Endurance, Frenzy and Power Charges", statOrderKey = "6809", statOrder = { 6809 }, level = 1, group = "MinimumEndurancePowerFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "power_charge", "frenzy_charge" }, }, - ["UniqueSpecialCorruptionNearbyEnemiesBlinded"] = { affix = "", "Nearby Enemies are Blinded", statOrderKey = "2814", statOrder = { 2814 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionNearbyEnemiesMalediction"] = { affix = "", "Nearby Enemies have Malediction", statOrderKey = "2816", statOrder = { 2816 }, level = 1, group = "NearbyEnemiesHaveMalediction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSpecialCorruptionNearbyEnemiesCrushed"] = { affix = "", "Nearby Enemies are Crushed", statOrderKey = "2815", statOrder = { 2815 }, level = 1, group = "NearbyEnemiesAreCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikesLeechInstantlyUniqueGlovesStr3"] = { affix = "", "Life and Mana Leech from Critical Strikes are instant", statOrderKey = "1989", statOrder = { 1989 }, level = 94, group = "CriticalStrikesLeechIsInstant", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["LocalArmourAndEvasionAndEnergyShieldUniqueBodyStrDexInt1i"] = { affix = "", "(270-340)% increased Armour, Evasion and Energy Shield", statOrderKey = "1102", statOrder = { 1102 }, level = 94, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, }, - ["MinionUnholyMightOnKillUniqueBodyInt9"] = { affix = "", "Minions gain Unholy Might for 10 seconds on Kill", statOrderKey = "2340", statOrder = { 2340 }, level = 1, group = "MinionUnholyMightOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ArrowPierceAppliesToProjectileDamageUniqueQuiver3"] = { affix = "", "Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce", statOrderKey = "3942", statOrder = { 3942 }, level = 45, group = "ArrowPierceAppliesToProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ArrowDamageAgainstPiercedTargetsUnique__1"] = { affix = "", "Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce", statOrderKey = "3941", statOrder = { 3941 }, level = 45, group = "ArrowDamageAgainstPiercedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["OnslaughtOnVaalSkillUseUniqueGlovesStrDex4"] = { affix = "", "You gain Onslaught for 5 seconds on using a Vaal Skill", statOrderKey = "2341", statOrder = { 2341 }, level = 1, group = "OnslaughtOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["ElementalDamageLeechedAsLifeUniqueSceptre7"] = { affix = "", "100% of Elemental Damage Leeched as Life", statOrderKey = "1213", statOrder = { 1213 }, level = 1, group = "ElementalDamageLeechedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ElementalDamageLeechedAsLifePermyriadUniqueSceptre7_"] = { affix = "", "0.2% of Elemental Damage Leeched as Life", statOrderKey = "1214", statOrder = { 1214 }, level = 1, group = "ElementalDamageLeechedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrderKey = "69", statOrder = { 69 }, level = 94, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedSupportGemLevelUniqueStaff12"] = { affix = "", "+1 to Level of Socketed Support Gems", statOrderKey = "69", statOrder = { 69 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedSupportGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrderKey = "69", statOrder = { 69 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["AdditionalChainUniqueOneHandMace3"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalChainUnique__1"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalChainUnique__2"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CurseTransferOnKillUniqueQuiver5"] = { affix = "", "Hexes on Slain Enemies are transferred to a nearby Enemy", statOrderKey = "2355", statOrder = { 2355 }, level = 5, group = "CurseTransferOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["AdditionalMeleeDamageToBurningEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Ignited Enemies", statOrderKey = "800", statOrder = { 800 }, level = 1, group = "MeleeDamageToBurningEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["AdditionalMeleeDamageToShockedEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Shocked Enemies", statOrderKey = "798", statOrder = { 798 }, level = 1, group = "MeleeDamageToShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["AdditionalMeleeDamageToFrozenEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Frozen Enemies", statOrderKey = "796", statOrder = { 796 }, level = 1, group = "MeleeDamageToFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ProjectileShockChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Shock", statOrderKey = "2125", statOrder = { 2125 }, level = 1, group = "ProjectileShockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ProjectileFreezeChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Freeze", statOrderKey = "2124", statOrder = { 2124 }, level = 1, group = "ProjectileFreezeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ProjectileIgniteChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Ignite", statOrderKey = "2123", statOrder = { 2123 }, level = 1, group = "ProjectileIgniteChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SupportedByLifeLeechUniqueBodyStrInt5"] = { affix = "", "Socketed Gems are supported by Level 15 Life Leech", statOrderKey = "247", statOrder = { 247 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Life Leech", statOrderKey = "247", statOrder = { 247 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByChanceToBleedUnique__1"] = { affix = "", "Socketed Gems are supported by Level 1 Chance to Bleed", statOrderKey = "248", statOrder = { 248 }, level = 1, group = "SupportedByChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ElementalDamageTakenAsChaosUniqueBodyStrInt5"] = { affix = "", "25% of Elemental Damage from Hits taken as Chaos Damage", statOrderKey = "1913", statOrder = { 1913 }, level = 1, group = "ElementalDamageTakenAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos" }, }, - ["ArcaneVisionUniqueBodyStrInt5"] = { affix = "", "Light Radius is based on Energy Shield instead of Life", statOrderKey = "2163", statOrder = { 2163 }, level = 1, group = "ArcaneVision", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PhysicalDamageFromBeastsUniqueBodyDex6"] = { affix = "", "-(50-40) Physical Damage taken from Hits by Animals", statOrderKey = "2349", statOrder = { 2349 }, level = 1, group = "PhysicalDamageFromBeasts", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["WeaponLightningDamageUniqueOneHandMace3"] = { affix = "", "(80-100)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["WeaponPhysicalDamageAddedAsRandomElementUniqueBow11"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2356", statOrder = { 2356 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["WeaponPhysicalDamageAddedAsRandomElementDescentUniqueQuiver1"] = { affix = "", "Gain 25% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2356", statOrder = { 2356 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["WeaponPhysicalDamageAddedAsRandomElementUnique__1__"] = { affix = "", "Gain 300% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2356", statOrder = { 2356 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["WeaponPhysicalDamageAddedAsColdOrLightningUnique__1"] = { affix = "", "Hits with this Weapon gain (75-100)% of Physical Damage as Extra Cold or Lightning Damage", statOrderKey = "3758", statOrder = { 3758 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "lightning", "attack" }, }, - ["DamageTakenPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "1% increased Damage taken per Frenzy Charge", statOrderKey = "2351", statOrder = { 2351 }, level = 1, group = "DamageTakenPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreaseLightningDamagePerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "(15-20)% increased Lightning Damage per Frenzy Charge", statOrderKey = "2352", statOrder = { 2352 }, level = 1, group = "IncreaseLightningDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LifeGainedOnEnemyDeathPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "+20 Life gained on Kill per Frenzy Charge", statOrderKey = "2353", statOrder = { 2353 }, level = 1, group = "LifeGainedOnEnemyDeathPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["CannotBeKnockedBack"] = { affix = "", "Cannot be Knocked Back", statOrderKey = "1067", statOrder = { 1067 }, level = 1, group = "CannotBeKnockedBack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnwaveringStance"] = { affix = "", "Unwavering Stance", statOrderKey = "7685", statOrder = { 7685 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["ReducedEnergyShieldRegenerationRateUniqueQuiver7"] = { affix = "", "40% reduced Energy Shield Recharge Rate", statOrderKey = "1111", statOrder = { 1111 }, level = 81, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalFlaskInstantRecoverPercentOfLifeUniqueFlask6"] = { affix = "", "Recover (75-100)% of Life on use", statOrderKey = "543", statOrder = { 543 }, level = 1, group = "LocalFlaskInstantRecoverPercentOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6"] = { affix = "", "25% of Maximum Life taken as Chaos Damage per second", statOrderKey = "544", statOrder = { 544 }, level = 1, group = "LocalFlaskChaosDamageWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, - ["PowerChargeOnKnockbackUniqueStaff7"] = { affix = "", "10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage", statOrderKey = "2358", statOrder = { 2358 }, level = 1, group = "PowerChargeOnKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "attack" }, }, - ["GrantsBearTrapUniqueShieldDexInt1"] = { affix = "", "Grants Level 25 Bear Trap Skill", statOrderKey = "352", statOrder = { 352 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["PowerChargeOnTrapThrowChanceUniqueShieldDexInt1"] = { affix = "", "25% chance to gain a Power Charge when you Throw a Trap", statOrderKey = "2359", statOrder = { 2359 }, level = 1, group = "PowerChargeOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["CritChancePercentPerStrengthUniqueOneHandSword8_"] = { affix = "", "1% increased Critical Strike Chance per 8 Strength", statOrderKey = "2360", statOrder = { 2360 }, level = 1, group = "CritChancePercentPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["IncreasedAttackSpeedWhileIgnitedUniqueRing24"] = { affix = "", "20% increased Attack Speed while Ignited", statOrderKey = "2361", statOrder = { 2361 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Attack Speed while Ignited", statOrderKey = "2361", statOrder = { 2361 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedCastSpeedWhileIgnitedUniqueRing24"] = { affix = "", "20% increased Cast Speed while Ignited", statOrderKey = "2362", statOrder = { 2362 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedWhileIgnitedUniqueJewel20_"] = { affix = "", "(10-20)% increased Cast Speed while Ignited", statOrderKey = "2362", statOrder = { 2362 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["IncreasedChanceToIgniteUniqueRing24"] = { affix = "", "(5-10)% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IncreasedChanceToIgniteUniqueRing31"] = { affix = "", "10% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IncreasedChanceToBeIgnitedUniqueRing24"] = { affix = "", "+25% chance to be Ignited", statOrderKey = "2367", statOrder = { 2367 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IncreasedChanceToBeIgnitedUnique__1"] = { affix = "", "+25% chance to be Ignited", statOrderKey = "2367", statOrder = { 2367 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IncreasedChanceToIgniteUnique__1"] = { affix = "", "2% chance to Ignite", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["CausesPoisonOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Poison on Critical Strike", statOrderKey = "5985", statOrder = { 5985 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, }, - ["CausesPoisonOnCritUnique__1"] = { affix = "", "Melee Critical Strikes Poison the Enemy", statOrderKey = "2196", statOrder = { 2196 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, }, - ["BlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(8-12)% Chance to Block Attack Damage during Flask effect", statOrderKey = "644", statOrder = { 644 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, - ["BlockIncreasedDuringFlaskEffectUnique__1"] = { affix = "", "+(35-50)% Chance to Block Attack Damage during Flask effect", statOrderKey = "644", statOrder = { 644 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, - ["SpellBlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(4-6)% Chance to Block Spell Damage during Flask effect", statOrderKey = "662", statOrder = { 662 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, - ["SpellBlockIncreasedDuringFlaskEffectUnique__1_"] = { affix = "", "+(20-30)% Chance to Block Spell Damage during Flask effect", statOrderKey = "662", statOrder = { 662 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, - ["EvasionRatingIncreasesWeaponDamageUniqueOneHandSword9"] = { affix = "", "1% increased Attack Damage per 450 Evasion Rating", statOrderKey = "2366", statOrder = { 2366 }, level = 1, group = "EvasionRatingIncreasesWeaponDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["IncreasedDamageToIgnitedTargetsUniqueBootsStrInt3"] = { affix = "", "(25-40)% increased Damage against Ignited Enemies", statOrderKey = "2372", statOrder = { 2372 }, level = 1, group = "IncreasedDamageToIgnitedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MovementVelocityWhileOnFullEnergyShieldUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed while on Full Energy Shield", statOrderKey = "2388", statOrder = { 2388 }, level = 1, group = "MovementSpeedWhileOnFullEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChanceForEnemyToFleeOnBlockUniqueShieldDex4"] = { affix = "", "10% Chance to Cause Monster to Flee on Block", statOrderKey = "2379", statOrder = { 2379 }, level = 1, group = "ChanceForEnemyToFleeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["IncreasedChaosDamageUniqueBodyStrDex4"] = { affix = "", "(50-80)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUniqueCorruptedJewel2"] = { affix = "", "(15-20)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUniqueShieldDex7"] = { affix = "", "(20-30)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUnique__1"] = { affix = "", "(30-35)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUnique__2"] = { affix = "", "(80-100)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUnique__3"] = { affix = "", "(7-13)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUnique__4"] = { affix = "", "(60-80)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUnique__4_2"] = { affix = "", "(20-30)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageUnique__5"] = { affix = "", "(20-40)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageImplicit1_"] = { affix = "", "(17-23)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 100, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedLifeLeechRateUniqueBodyStrDex4"] = { affix = "", "100% increased total Recovery per second from Life Leech", statOrderKey = "1659", statOrder = { 1659 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifeLeechRateUniqueAmulet20"] = { affix = "", "30% increased total Recovery per second from Life, Mana, or Energy Shield Leech", statOrderKey = "5475", statOrder = { 5475 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, - ["IncreasedLifeLeechRateUnique__1"] = { affix = "", "50% increased total Recovery per second from Life Leech", statOrderKey = "1659", statOrder = { 1659 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ReducedLifeLeechRateUniqueJewel19"] = { affix = "", "(10-20)% reduced total Recovery per second from Life Leech", statOrderKey = "1659", statOrder = { 1659 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SpellAddedChaosDamageUniqueWand7"] = { affix = "", "Adds (90-130) to (140-190) Chaos Damage to Spells", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageUnique__1"] = { affix = "", "Adds (48-56) to (73-84) Chaos Damage to Spells", statOrderKey = "957", statOrder = { 957 }, level = 81, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageUnique__2"] = { affix = "", "Adds (16-21) to (31-36) Chaos Damage to Spells", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["HealOnRampageUniqueGlovesStrDex5"] = { affix = "", "Recover 20% of Life on Rampage", statOrderKey = "2373", statOrder = { 2373 }, level = 1, group = "HealOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DispelStatusAilmentsOnRampageUniqueGlovesStrInt2"] = { affix = "", "Removes Elemental Ailments on Rampage", statOrderKey = "2374", statOrder = { 2374 }, level = 1, group = "DispelStatusAilmentsOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, - ["PhysicalDamageImmunityOnRampageUniqueGlovesStrInt2"] = { affix = "", "Gain Immunity to Physical Damage for 1.5 seconds on Rampage", statOrderKey = "2375", statOrder = { 2375 }, level = 1, group = "PhysicalDamageImmunityOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["VaalSoulsOnRampageUniqueGlovesStrDex5"] = { affix = "", "Kills grant an additional Vaal Soul if you have Rampaged Recently", statOrderKey = "5031", statOrder = { 5031 }, level = 1, group = "VaalSoulsOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["GroundSmokeOnRampageUniqueGlovesDexInt6"] = { affix = "", "Creates a Smoke Cloud on Rampage", statOrderKey = "2386", statOrder = { 2386 }, level = 1, group = "GroundSmokeOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PhasingOnRampageUniqueGlovesDexInt6"] = { affix = "", "Enemies do not block your movement for 4 seconds on Rampage", statOrderKey = "2387", statOrder = { 2387 }, level = 1, group = "PhasingOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalChanceToBlindOnHitUniqueSceptre8"] = { affix = "", "10% Global chance to Blind Enemies on hit", statOrderKey = "2377", statOrder = { 2377 }, level = 1, group = "BlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeRegenerationPerLevelUniqueTwoHandSword7"] = { affix = "", "Regenerate 0.2 Life per second per Level", statOrderKey = "2380", statOrder = { 2380 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["CriticalStrikeChancePerLevelUniqueTwoHandAxe8"] = { affix = "", "3% increased Global Critical Strike Chance per Level", statOrderKey = "2381", statOrder = { 2381 }, level = 1, group = "CriticalStrikeChancePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["AttackDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Attack Damage per Level", statOrderKey = "2382", statOrder = { 2382 }, level = 1, group = "AttackDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["SpellDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Spell Damage per Level", statOrderKey = "2383", statOrder = { 2383 }, level = 1, group = "SpellDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["FlaskChargesOnCritUniqueTwoHandAxe8"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike", statOrderKey = "2384", statOrder = { 2384 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, - ["LifeLeechOnCritUniqueTwoHandAxe8"] = { affix = "", "600% of Damage Leeched as Life on Critical Strike", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, - ["LifeLeechOnCritPermyriadUniqueTwoHandAxe8"] = { affix = "", "1.2% of Damage Leeched as Life on Critical Strike", statOrderKey = "1222", statOrder = { 1222 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, - ["ChanceToReflectChaosDamageToSelfUniqueTwoHandSword7_"] = { affix = "", "Enemies you Attack have 20% chance to Reflect 35 to 50 Chaos Damage to you", statOrderKey = "2389", statOrder = { 2389 }, level = 1, group = "ChanceToReflectChaosDamageToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SimulatedRampageStrDex5"] = { affix = "", "Rampage", statOrderKey = "7644", statOrder = { 7644 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SimulatedRampageDexInt6"] = { affix = "", "Rampage", statOrderKey = "7644", statOrder = { 7644 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SimulatedRampageStrInt2"] = { affix = "", "Rampage", statOrderKey = "7644", statOrder = { 7644 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SimulatedRampageUnique__1"] = { affix = "", "Rampage", statOrderKey = "7644", statOrder = { 7644 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SimulatedRampageUnique__2"] = { affix = "", "Rampage", statOrderKey = "7644", statOrder = { 7644 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SimulatedRampageUnique__3_"] = { affix = "", "Rampage", statOrderKey = "7644", statOrder = { 7644 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BlindImmunityUniqueSceptre8"] = { affix = "", "Cannot be Blinded", statOrderKey = "2393", statOrder = { 2393 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BlindImmunityUnique__1"] = { affix = "", "Cannot be Blinded", statOrderKey = "2393", statOrder = { 2393 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ManaGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "+1 Mana gained on Kill per Level", statOrderKey = "2391", statOrder = { 2391 }, level = 1, group = "ManaGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["EnergyShieldGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "+1 Energy Shield gained on Kill per Level", statOrderKey = "2392", statOrder = { 2392 }, level = 1, group = "EnergyShieldGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalIncreaseSocketedActiveSkillGemLevelUniqueTwoHandSword7_"] = { affix = "", "+1 to Level of Socketed Active Skill Gems", statOrderKey = "70", statOrder = { 70 }, level = 1, group = "IncreaseSkillGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["IncreasedChaosDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Elemental Damage per Level", statOrderKey = "2395", statOrder = { 2395 }, level = 1, group = "ChaosDamagePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["IncreasedElementalDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Chaos Damage per Level", statOrderKey = "2396", statOrder = { 2396 }, level = 1, group = "ElementalDamagePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["LifeGainedOnEnemyDeathPerLevelUniqueTwoHandSword7"] = { affix = "", "+1 Life gained on Kill per Level", statOrderKey = "2390", statOrder = { 2390 }, level = 1, group = "LifeGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["UnholyMightOnRampageUniqueGlovesDexInt6"] = { affix = "", "Gain Unholy Might for 3 seconds on Rampage", statOrderKey = "2394", statOrder = { 2394 }, level = 1, group = "UnholyMightOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReduceGlobalFlatManaCostUnique__1"] = { affix = "", "-(8-4) to Total Mana Cost of Skills", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreaseGlobalFlatManaCostUnique__1"] = { affix = "", "+50 to Total Mana Cost of Skills", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreaseGlobalFlatManaCostUnique__2"] = { affix = "", "+(40-80) to Total Mana Cost of Skills", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreaseGlobalFlatManaCostUnique__3_"] = { affix = "", "+40 to Total Mana Cost of Skills", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ReducedLifeRegenerationPercentUniqueOneHandAxe5"] = { affix = "", "50% reduced Life Regeneration rate", statOrderKey = "1122", statOrder = { 1122 }, level = 1, group = "IncreaseLifeRegenPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IgniteDurationUnique__1"] = { affix = "", "20% reduced Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteDurationUnique__2"] = { affix = "", "90% reduced Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteDurationUnique__3_"] = { affix = "", "50% reduced Ignite Duration on Enemies", statOrderKey = "1374", statOrder = { 1374 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SocketedGemsGetBloodMagicUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Lifetap", statOrderKey = "136", statOrder = { 136 }, level = 1, group = "SupportedByBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["MapAnarchyExiles"] = { affix = "", "Area is inhabited by 3 additional Rogue Exiles", statOrderKey = "1806", statOrder = { 1806 }, level = 0, group = "MapAnarchyLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HarvestInfusedMapAnarchyExiles"] = { affix = "", "Area is inhabited by 12 additional Rogue Exiles", statOrderKey = "1806", statOrder = { 1806 }, level = 0, group = "MapAnarchyLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedGemHasElementalEquilibriumUniqueRing25"] = { affix = "", "Socketed Gems have Elemental Equilibrium", statOrderKey = "335", statOrder = { 335 }, level = 1, group = "SocketedGemHasElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental_damage", "damage", "elemental", "gem" }, }, - ["SocketedGemHasSecretsOfSufferingUnique__1"] = { affix = "", "Socketed Gems have Secrets of Suffering", statOrderKey = "337", statOrder = { 337 }, level = 1, group = "SocketedGemHasSecretsOfSuffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental", "fire", "cold", "lightning", "critical", "ailment", "gem" }, }, - ["ImmuneToElementalAilmentsWhileLifeAndManaCloseUnique__1"] = { affix = "", "Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500", statOrderKey = "7523", statOrder = { 7523 }, level = 1, group = "ImmuneToElementalAilmentsWhileLifeAndManaClose", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, - ["FireResistanceWhenSocketedWithRedGemUniqueRing25"] = { affix = "", "+(75-100)% to Fire Resistance when Socketed with a Red Gem", statOrderKey = "1169", statOrder = { 1169 }, level = 1, group = "FireResistanceWhenSocketedWithRedGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance", "gem" }, }, - ["LightningResistanceWhenSocketedWithBlueGemUniqueRing25"] = { affix = "", "+(75-100)% to Lightning Resistance when Socketed with a Blue Gem", statOrderKey = "1180", statOrder = { 1180 }, level = 1, group = "LightningResistanceWhenSocketedWithBlueGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance", "gem" }, }, - ["ColdResistanceWhenSocketedWithGreenGemUniqueRing25"] = { affix = "", "+(75-100)% to Cold Resistance when Socketed with a Green Gem", statOrderKey = "1175", statOrder = { 1175 }, level = 1, group = "ColdResistanceWhenSocketedWithGreenGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance", "gem" }, }, - ["LightningPenetrationUniqueStaff8"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrderKey = "2402", statOrder = { 2402 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningPenetrationUnique__1"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrderKey = "2402", statOrder = { 2402 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["FirePenetrationUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance", statOrderKey = "2400", statOrder = { 2400 }, level = 81, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ManaLeechFromLightningDamageUniqueStaff8"] = { affix = "", "200% of Lightning Damage Leeched as Mana", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "LightningManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, - ["ManaLeechPermyriadFromLightningDamageUniqueStaff8"] = { affix = "", "0.4% of Lightning Damage Leeched as Mana", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "LightningManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, - ["AllSocketsAreWhiteUniqueRing25"] = { affix = "", "All Sockets are White", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "AllSocketsAreWhite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PunishmentOnMeleeBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Punishment when you Block their Melee Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2405", statOrder = { 2405 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, - ["TemporalChainsOnProjectileBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2406", statOrder = { 2406 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, - ["ElementalWeaknessOnSpellBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Elemental Weakness when you Block their Spell Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2407", statOrder = { 2407 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, - ["SocketedGemsGetIncreasedItemQuantityUniqueShieldInt4"] = { affix = "", "Enemies slain by Socketed Gems drop 10% increased item quantity", statOrderKey = "290", statOrder = { 290 }, level = 1, group = "SocketedGemsGetIncreasedItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["VulnerabilityOnBlockUniqueStaff9"] = { affix = "", "Curse Enemies with Vulnerability on Block, with 20% increased Effect", statOrderKey = "2403", statOrder = { 2403 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, - ["VulnerabilityOnBlockUniqueShieldStrDex3"] = { affix = "", "Curse Enemies with Vulnerability on Block, with 20% increased Effect", statOrderKey = "2403", statOrder = { 2403 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, - ["HealAlliesOnDeathUniqueShieldDexInt2"] = { affix = "", "Nearby allies Recover 1% of your Maximum Life when you Die", statOrderKey = "2409", statOrder = { 2409 }, level = 1, group = "HealAlliesOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SelfShockDurationUniqueBelt12_"] = { affix = "", "100% increased Shock Duration on you", statOrderKey = "1388", statOrder = { 1388 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SelfShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration on you", statOrderKey = "1388", statOrder = { 1388 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SelfShockDurationUnique__2"] = { affix = "", "50% increased Shock Duration on you", statOrderKey = "1388", statOrder = { 1388 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShocksReflectToSelfUniqueBelt12"] = { affix = "", "Shocks you cause are reflected back to you", statOrderKey = "2197", statOrder = { 2197 }, level = 1, group = "ShockReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShocksReflectToSelfUnique__1"] = { affix = "", "Shocks you cause are reflected back to you", statOrderKey = "2197", statOrder = { 2197 }, level = 1, group = "ShockReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["MovementVelocityWhileShockedUniqueBelt12"] = { affix = "", "15% increased Movement Speed while Shocked", statOrderKey = "2230", statOrder = { 2230 }, level = 1, group = "MovementWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["DamageIncreaseWhileShockedUniqueBelt12"] = { affix = "", "60% increased Damage while Shocked", statOrderKey = "2198", statOrder = { 2198 }, level = 1, group = "DamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageOnLowLifeUniqueHelmetStrInt5"] = { affix = "", "20% increased Damage when on Low Life", statOrderKey = "777", statOrder = { 777 }, level = 1, group = "DamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["SocketedGemsSupportedByCastOnDeathUniqueHelmetStrInt5"] = { affix = "", "Socketed Gems are supported by Level 20 Cast on Death", statOrderKey = "242", statOrder = { 242 }, level = 1, group = "DisplaySupportedByCastOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["IncreaseDamageOnBlindedEnemiesUniqueQuiver9_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2235", statOrder = { 2235 }, level = 69, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreaseDamageOnBlindedEnemiesUnique__1"] = { affix = "", "(25-40)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2235", statOrder = { 2235 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["SmokeCloudWhenHitUniqueQuiver9"] = { affix = "", "25% chance to create a Smoke Cloud when Hit", statOrderKey = "2027", statOrder = { 2027 }, level = 1, group = "SmokeCloudWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10"] = { affix = "", "30% increased Elemental Damage with Attack Skills during any Flask Effect", statOrderKey = "2179", statOrder = { 2179 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "attack" }, }, - ["IncreasedDamageToShockedTargetsUniqueRing29"] = { affix = "", "40% increased Damage with Hits against Shocked Enemies", statOrderKey = "799", statOrder = { 799 }, level = 1, group = "IncreasedDamageToShockedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LifeLeechVsShockedEnemiesUniqueRing29"] = { affix = "", "100% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1215", statOrder = { 1215 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeLeechPermyriadVsShockedEnemiesUniqueRing29"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1216", statOrder = { 1216 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AddedPhysicalDamageVsFrozenEnemiesUniqueRing30"] = { affix = "", "Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies", statOrderKey = "829", statOrder = { 829 }, level = 1, group = "AddedPhysicalDamageOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["ReducedChillDurationOnSelfUniqueRing30"] = { affix = "", "20% reduced Chill Duration on you", statOrderKey = "1387", statOrder = { 1387 }, level = 25, group = "ReducedChillDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChillDurationOnSelfUnique__1"] = { affix = "", "10000% increased Chill Duration on you", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "ReducedChillDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["LifeGainOnHitVsIgnitedEnemiesUniqueRing31"] = { affix = "", "+(4-5) Life gained for each Ignited Enemy hit by your Attacks", statOrderKey = "1265", statOrder = { 1265 }, level = 37, group = "LifeGainOnHitVsIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SocketedRedGemsHaveAddedFireDamageUniqueTwoHandSword8_"] = { affix = "", "Socketed Red Gems get 10% Physical Damage as Extra Fire Damage", statOrderKey = "286", statOrder = { 286 }, level = 1, group = "SocketedRedGemsHaveAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "gem" }, }, - ["SocketedMeleeGemsHaveIncreasedAoEUniqueTwoHandSword8"] = { affix = "", "Socketed Melee Gems have 15% increased Area of Effect", statOrderKey = "285", statOrder = { 285 }, level = 1, group = "SocketedMeleeGemsHaveIncreasedAoE", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, - ["ReducedCriticalStrikeDamageTakenUniqueBelt13"] = { affix = "", "You take 30% reduced Extra Damage from Critical Strikes", statOrderKey = "1059", statOrder = { 1059 }, level = 1, group = "ReducedCriticalStrikeDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["PhysicalDamageConvertedToFireVsBurningEnemyUniqueSceptre9"] = { affix = "", "50% of Physical Damage Converted to Fire Damage against Ignited Enemies", statOrderKey = "1681", statOrder = { 1681 }, level = 1, group = "PhysicalDamageConvertedToFireVsBurningEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalTakenAsColdUniqueFlask8"] = { affix = "", "(10-15)% of Physical Damage from Hits taken as Cold Damage during Flask effect", statOrderKey = "611", statOrder = { 611 }, level = 1, group = "PhysicalTakenAsColdFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdUniqueFlask8"] = { affix = "", "Gain (10-15)% of Physical Damage as Extra Cold Damage during effect", statOrderKey = "612", statOrder = { 612 }, level = 1, group = "PhysicalAddedAsColdFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdUniqueOneHandSword12"] = { affix = "", "Gain (25-30)% of Physical Damage as Extra Cold Damage", statOrderKey = "1443", statOrder = { 1443 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdUnique__1"] = { affix = "", "Gain 50% of Physical Damage as Extra Cold Damage", statOrderKey = "1443", statOrder = { 1443 }, level = 35, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdUnique__2"] = { affix = "", "Gain (10-15)% of Physical Damage as Extra Cold Damage", statOrderKey = "1443", statOrder = { 1443 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["AvoidChillUniqueFlask8"] = { affix = "", "30% chance to Avoid being Chilled during Flask effect", statOrderKey = "613", statOrder = { 613 }, level = 1, group = "AvoidChillFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, - ["AvoidFreezeUniqueFlask8"] = { affix = "", "30% chance to Avoid being Frozen during Flask effect", statOrderKey = "615", statOrder = { 615 }, level = 1, group = "AvoidFreezeFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, - ["IncreasedSelfBurnDurationUniqueRing28"] = { affix = "", "100% increased Ignite Duration on you", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SelfBurnDurationUnique__1"] = { affix = "", "10000% increased Ignite Duration on you", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["FireDamageTakenCausesExtraPhysicalDamageUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage taken causes extra Physical Damage", statOrderKey = "1914", statOrder = { 1914 }, level = 1, group = "FireDamageTakenCausesExtraPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ReducedChanceToBlockUnique__1"] = { affix = "", "30% reduced Chance to Block Attack and Spell Damage", statOrderKey = "736", statOrder = { 736 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChillEffectivenessOnSelfUniqueRing28"] = { affix = "", "75% reduced Effect of Chill on you", statOrderKey = "1187", statOrder = { 1187 }, level = 30, group = "ChillEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["TemporalChainsEffectivenessOnSelfUniqueRing27"] = { affix = "", "Temporal Chains has 50% reduced Effect on you", statOrderKey = "1186", statOrder = { 1186 }, level = 28, group = "TemporalChainsEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["TemporalChainsEffectivenessOnSelfUnique__1"] = { affix = "", "Unaffected by Temporal Chains", statOrderKey = "7528", statOrder = { 7528 }, level = 80, group = "TemporalChainsEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["PhysicalDamageOnSkillUseUniqueHelmetInt8"] = { affix = "", "Your Skills deal you 400% of Mana Spent on Skill Mana Costs as Physical Damage", statOrderKey = "1719", statOrder = { 1719 }, level = 1, group = "PhysicalDamageOnSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedFireDamageTakenUniqueBodyStrDex5"] = { affix = "", "20% increased Fire Damage taken", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, - ["FireDamageTakenConvertedToPhysicalUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrderKey = "1906", statOrder = { 1906 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, - ["FireDamageTakenConvertedToPhysicalUnique__1"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrderKey = "1905", statOrder = { 1905 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, - ["LocalAddedFireDamageAgainstIgnitedEnemiesUniqueSceptre9"] = { affix = "", "Adds 15 to 25 Fire Damage to Attacks against Ignited Enemies", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "AddedFireDamageVsIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["CastSocketedMinionSpellsOnKillUniqueBow12"] = { affix = "", "Trigger Socketed Minion Spells on Kill with this Weapon", "Minion Spells Triggered by this Item have a 0.25 second Cooldown with 5 Uses", statOrderKey = "434,434.1", statOrder = { 434, 434.1 }, level = 1, group = "CastSocketedMinionSpellsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "minion" }, }, - ["IncreasedMinionDamagePerDexterityUniqueBow12"] = { affix = "", "Minions deal 1% increased Damage per 5 Dexterity", statOrderKey = "1484", statOrder = { 1484 }, level = 1, group = "IncreasedMinionDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["CastSocketedSpellsOnShockedEnemyKillUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells on Killing a Shocked Enemy", statOrderKey = "433", statOrder = { 433 }, level = 1, group = "CastSocketedSpellsOnShockedEnemyKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["MaxPowerChargesIsZeroUniqueAmulet19"] = { affix = "", "Cannot gain Power Charges", statOrderKey = "2432", statOrder = { 2432 }, level = 1, group = "MaxPowerChargesIsZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedDamagePerCurseUniqueHelmetInt9"] = { affix = "", "(10-20)% increased Damage with Hits and Ailments per Curse on Enemy", statOrderKey = "2431", statOrder = { 2431 }, level = 1, group = "DamageToEnemiesPerCurse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["StealChargesOnHitPercentUniqueGlovesStrDex6"] = { affix = "", "10% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2410", statOrder = { 2410 }, level = 1, group = "StealCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["StealChargesOnHitPercentUnique__1"] = { affix = "", "25% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2410", statOrder = { 2410 }, level = 1, group = "StealCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["IncreasedPhysicalDamagePerEnduranceChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Physical Damage per Endurance Charge", statOrderKey = "1641", statOrder = { 1641 }, level = 1, group = "IncreasedPhysicalDamagePerEndurance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "10% increased Physical Damage per Endurance Charge", statOrderKey = "1641", statOrder = { 1641 }, level = 1, group = "IncreasedPhysicalDamagePerEndurance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedDamageVsFullLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Full Life", statOrderKey = "2414", statOrder = { 2414 }, level = 1, group = "DamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedDamageVsLowLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Low Life", statOrderKey = "2415", statOrder = { 2415 }, level = 1, group = "DamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ElementalPenetrationPerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "Penetrate 1% Elemental Resistances per Frenzy Charge", statOrderKey = "2413", statOrder = { 2413 }, level = 1, group = "ElementalPenetrationPerFrenzy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ChargeDurationUniqueBodyDexInt3"] = { affix = "", "100% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2443", statOrder = { 2443 }, level = 1, group = "ChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["ElementalStatusAilmentDurationUniqueAmulet19"] = { affix = "", "20% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1376", statOrder = { 1376 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ElementalStatusAilmentDurationDescentUniqueQuiver1"] = { affix = "", "50% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1376", statOrder = { 1376 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ElementalStatusAilmentDurationUnique__1_"] = { affix = "", "(10-15)% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1376", statOrder = { 1376 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["CanOnlyKillFrozenEnemiesUniqueGlovesStrInt3"] = { affix = "", "Your Hits can only Kill Frozen Enemies", statOrderKey = "2438", statOrder = { 2438 }, level = 1, group = "CanOnlyKillFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FreezeDurationUniqueGlovesStrInt3"] = { affix = "", "25% increased Freeze Duration on Enemies", statOrderKey = "1373", statOrder = { 1373 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeChillDurationUnique__1"] = { affix = "", "10000% increased Chill Duration on Enemies", "10000% increased Freeze Duration on Enemies", statOrderKey = "1371,1373", statOrder = { 1371, 1373 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeDurationUnique__1"] = { affix = "", "30% increased Freeze Duration on Enemies", statOrderKey = "1373", statOrder = { 1373 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ElementalPenetrationMarakethSceptreImplicit1"] = { affix = "", "Damage Penetrates 4% Elemental Resistances", statOrderKey = "2399", statOrder = { 2399 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalPenetrationMarakethSceptreImplicit2"] = { affix = "", "Damage Penetrates 6% Elemental Resistances", statOrderKey = "2399", statOrder = { 2399 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["MinonAreaOfEffectUniqueRing33"] = { affix = "", "Minions have 10% increased Area of Effect", statOrderKey = "2441", statOrder = { 2441 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MinionAreaOfEffectUnique__1"] = { affix = "", "Minions have (6-8)% increased Area of Effect", statOrderKey = "2441", statOrder = { 2441 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PhysicalDamageToSelfOnMinionDeathUniqueRing33"] = { affix = "", "350 Physical Damage taken on Minion Death", statOrderKey = "2444", statOrder = { 2444 }, level = 25, group = "SelfPhysicalDamageOnMinionDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageToSelfOnMinionDeathESPercentUniqueRing33_"] = { affix = "", "8% of Maximum Energy Shield taken as Physical Damage on Minion Death", statOrderKey = "2440", statOrder = { 2440 }, level = 1, group = "SelfPhysicalDamageOnMinionDeathPerES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DealNoPhysicalDamageUniqueBelt14"] = { affix = "", "Deal no Physical Damage", statOrderKey = "2213", statOrder = { 2213 }, level = 65, group = "DealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DealNoNonPhysicalDamageUniqueBelt__1"] = { affix = "", "Deal no Non-Physical Damage", statOrderKey = "2214", statOrder = { 2214 }, level = 65, group = "DealNoNonPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["RangedAttacksConsumeAmmoUniqueBelt__1"] = { affix = "", "Attacks that Fire Projectiles Consume up to 1 additional Steel Shard", statOrderKey = "4045", statOrder = { 4045 }, level = 1, group = "RangedAttacksConsumeAmmo", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AdditionalProjectilesAfterAmmoConsumedUniqueBelt__1"] = { affix = "", "Skills Fire 3 additional Projectiles for 4 seconds after", "you consume a total of 12 Steel Shards", statOrderKey = "7273,7273.1", statOrder = { 7273, 7273.1 }, level = 1, group = "AdditionalProjectilesAfterAmmoConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["LifeLeechFromAttacksAgainstChilledEnemiesUniqueBelt14"] = { affix = "", "300% of Attack Damage Leeched as Life against Chilled Enemies", statOrderKey = "1219", statOrder = { 1219 }, level = 65, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeLeechPermyriadFromAttacksAgainstChilledEnemiesUniqueBelt14"] = { affix = "", "1% of Attack Damage Leeched as Life against Chilled Enemies", statOrderKey = "1220", statOrder = { 1220 }, level = 65, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["FasterBurnFromAttacksEnemiesUniqueBelt14"] = { affix = "", "Ignites you inflict with Attacks deal Damage 35% faster", statOrderKey = "2017", statOrder = { 2017 }, level = 65, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack", "ailment" }, }, - ["SocketedGemsProjectilesNovaUniqueStaff10"] = { affix = "", "Socketed Gems fire Projectiles in a circle", statOrderKey = "340", statOrder = { 340 }, level = 1, group = "DisplaySocketedGemsNova", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemsAdditionalProjectilesUniqueStaff10_"] = { affix = "", "Socketed Gems fire 4 additional Projectiles", statOrderKey = "339", statOrder = { 339 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemsAdditionalProjectilesUniqueWand9"] = { affix = "", "Socketed Gems fire an additional Projectile", statOrderKey = "339", statOrder = { 339 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemsReducedDurationUniqueStaff10"] = { affix = "", "Socketed Gems have 70% reduced Skill Effect Duration", statOrderKey = "341", statOrder = { 341 }, level = 1, group = "DisplaySocketedGemReducedDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SupportedByReducedManaUniqueBodyDexInt4"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrderKey = "253", statOrder = { 253 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByGenerosityUniqueBodyDexInt4_"] = { affix = "", "Socketed Gems are Supported by Level 30 Generosity", statOrderKey = "254", statOrder = { 254 }, level = 1, group = "DisplaySocketedGemGenerosity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["IncreasedAuraEffectUniqueBodyDexInt4"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["IncreasedAuraEffectUniqueJewel45"] = { affix = "", "3% increased effect of Non-Curse Auras from your Skills", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["IncreasedAuraRadiusUniqueBodyDexInt4"] = { affix = "", "(20-40)% increased Area of Effect of Aura Skills", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["IncreasedAuraRadiusUnique__1"] = { affix = "", "20% increased Area of Effect of Aura Skills", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["ChaosDamagePoisonsUniqueDagger10"] = { affix = "", "Your Chaos Damage Poisons Enemies", statOrderKey = "2448", statOrder = { 2448 }, level = 1, group = "ChaosDamagePoisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChaosDamageChanceToPoisonUnique__1"] = { affix = "", "Your Chaos Damage has 60% chance to Poison Enemies", statOrderKey = "2449", statOrder = { 2449 }, level = 1, group = "ChaosDamagePoisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["IncreasedElementalDamagePerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Elemental Damage per Frenzy Charge", statOrderKey = "1640", statOrder = { 1640 }, level = 1, group = "IncreasedElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["MinesMultipleDetonationUniqueStaff11"] = { affix = "", "Mines can be Detonated an additional time", statOrderKey = "2450", statOrder = { 2450 }, level = 1, group = "MinesMultipleDetonation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainOnslaughtWhenCullingEnemyUniqueOneHandAxe6"] = { affix = "", "You gain Onslaught for 3 seconds on Culling Strike", statOrderKey = "2445", statOrder = { 2445 }, level = 1, group = "OnslaughtBuffOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalAddedPhysicalDamageUniqueOneHandAxe6"] = { affix = "", "Adds (3-5) to (7-10) Physical Damage", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "793", statOrder = { 793 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LifeLeechUniqueOneHandAxe6"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadUniqueOneHandAxe6"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["CannotBeChilledWhenOnslaughtUniqueOneHandAxe6"] = { affix = "", "Cannot be Chilled during Onslaught", statOrderKey = "2447", statOrder = { 2447 }, level = 1, group = "CannotBeChilledWhenOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["LifeRegenerationRatePercentageUniqueAmulet21"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 20, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentageUniqueShieldStrInt3"] = { affix = "", "Regenerate 3% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentageUniqueJewel24"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationAuraUniqueAmulet21"] = { affix = "", "40% increased Mana Regeneration Rate", "Regenerate 2% of Life per second", statOrderKey = "1128,1453", statOrder = { 1128, 1453 }, level = 1, group = "ShapersSeedAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["LifeRegenerationRatePercentUniqueShieldStr5"] = { affix = "", "You and your Totems Regenerate 0.5% of Life per second for each Summoned Totem", statOrderKey = "7604", statOrder = { 7604 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentUnique__1"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentUnique__2"] = { affix = "", "Regenerate 5% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentUnique__3"] = { affix = "", "Regenerate 1% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentUnique__4_"] = { affix = "", "Regenerate 1% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRatePercentImplicitUnique__5"] = { affix = "", "Regenerate (1-2)% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["RemoteMineLayingSpeedUniqueStaff11"] = { affix = "", "(40-60)% increased Mine Throwing Speed", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["RemoteMineLayingSpeedUnique__1"] = { affix = "", "(10-15)% reduced Mine Throwing Speed", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["RemoteMineArmingSpeedUnique__1"] = { affix = "", "Mines have (40-50)% increased Detonation Speed", statOrderKey = "6775", statOrder = { 6775 }, level = 1, group = "MineArmingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["LessMineDamageUniqueStaff11"] = { affix = "", "35% less Mine Damage", statOrderKey = "759", statOrder = { 759 }, level = 1, group = "LessMineDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["SupportedByRemoteMineUniqueStaff11"] = { affix = "", "Socketed Gems are Supported by Level 10 Blastchain Mine", statOrderKey = "256", statOrder = { 256 }, level = 1, group = "SupportedByRemoteMineLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ColdWeaponDamageUniqueOneHandMace4"] = { affix = "", "(30-40)% increased Cold Damage with Attack Skills", statOrderKey = "4499", statOrder = { 4499 }, level = 1, group = "ColdWeaponDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedLightningDamageWhileUnarmedUniqueGlovesStr4_"] = { affix = "", "Adds (150-225) to (525-600) Lightning Damage to Unarmed Melee Hits", statOrderKey = "1898", statOrder = { 1898 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamagetoSpellsWhileUnarmedUniqueGlovesStr4"] = { affix = "", "Adds (90-135) to (315-360) Lightning Damage to Spells while Unarmed", statOrderKey = "1899", statOrder = { 1899 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["GainEnergyShieldOnKillShockedEnemyUniqueGlovesStr4"] = { affix = "", "+(200-250) Energy Shield gained on Killing a Shocked Enemy", statOrderKey = "2023", statOrder = { 2023 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["GainEnergyShieldOnKillShockedEnemyUnique__1_"] = { affix = "", "+(90-120) Energy Shield gained on Killing a Shocked Enemy", statOrderKey = "2023", statOrder = { 2023 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["CannotKnockBackUniqueOneHandMace5_"] = { affix = "", "Cannot Knock Enemies Back", statOrderKey = "2427", statOrder = { 2427 }, level = 1, group = "CannotKnockBack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChillOnAttackStunUniqueOneHandMace5"] = { affix = "", "All Attack Damage Chills when you Stun", statOrderKey = "2428", statOrder = { 2428 }, level = 1, group = "ChillOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, - ["DisplayLifeRegenerationAuraUniqueAmulet21"] = { affix = "", "Nearby Allies gain 2% of Life Regenerated per second", statOrderKey = "2416", statOrder = { 2416 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DisplayManaRegenerationAuaUniqueAmulet21"] = { affix = "", "Nearby Allies gain 40% increased Mana Regeneration Rate", statOrderKey = "2421", statOrder = { 2421 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedRarityWhenSlayingFrozenUniqueOneHandMace4"] = { affix = "", "40% increased Rarity of Items Dropped by Frozen Enemies", statOrderKey = "2117", statOrder = { 2117 }, level = 1, group = "MonsterDroppedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SwordPhysicalDamageToAddAsFireUniqueOneHandSword10"] = { affix = "", "Gain (66-99)% of Sword Physical Damage as Extra Fire Damage", statOrderKey = "2457", statOrder = { 2457 }, level = 1, group = "SwordPhysicalDamageToAddAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, - ["CannotBeBuffedByAlliedAurasUniqueOneHandSword11"] = { affix = "", "Allies' Aura Buffs do not affect you", statOrderKey = "2435", statOrder = { 2435 }, level = 1, group = "CannotBeBuffedByAlliedAuras", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["AurasCannotBuffAlliesUniqueOneHandSword11"] = { affix = "", "Your Aura Buffs do not affect allies", statOrderKey = "2437", statOrder = { 2437 }, level = 1, group = "AurasCannotBuffAllies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["IncreasedBuffEffectivenessUniqueOneHandSword11"] = { affix = "", "10% increased Effect of Buffs on you", statOrderKey = "1646", statOrder = { 1646 }, level = 1, group = "BuffEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedBuffEffectivenessBodyInt12"] = { affix = "", "30% increased Effect of Buffs on you", statOrderKey = "1646", statOrder = { 1646 }, level = 1, group = "BuffEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemyKnockbackDirectionReversedUniqueGlovesStr5_"] = { affix = "", "Knockback direction is reversed", statOrderKey = "2434", statOrder = { 2434 }, level = 1, group = "EnemyKnockbackDirectionReversed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisplaySupportedByKnockbackUniqueGlovesStr5"] = { affix = "", "Socketed Gems are Supported by Level 10 Knockback", statOrderKey = "260", statOrder = { 260 }, level = 1, group = "DisplaySupportedByKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["LifeRegenPerMinutePerEnduranceChargeUniqueBodyDexInt3"] = { affix = "", "Regenerate (20-30) Life per second per Endurance Charge", statOrderKey = "2426", statOrder = { 2426 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenPerMinutePerEnduranceChargeUnique__1"] = { affix = "", "Regenerate (100-140) Life per second per Endurance Charge", statOrderKey = "2426", statOrder = { 2426 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MonstersFleeOnFlaskUseUniqueFlask9"] = { affix = "", "75% chance to cause Enemies to Flee on use", statOrderKey = "562", statOrder = { 562 }, level = 1, group = "MonstersFleeOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["PhysicalDamageOnFlaskUseUniqueFlask9"] = { affix = "", "(7-10)% more Melee Physical Damage during effect", statOrderKey = "669", statOrder = { 669 }, level = 1, group = "PhysicalDamageOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "damage", "physical", "attack" }, }, - ["KnockbackOnFlaskUseUniqueFlask9"] = { affix = "", "Adds Knockback to Melee Attacks during Flask effect", statOrderKey = "610", statOrder = { 610 }, level = 1, group = "KnockbackOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "attack" }, }, - ["CausesBleedingImplicitMarakethRapier1"] = { affix = "", "Causes Bleeding on Hit", statOrderKey = "1939", statOrder = { 1939 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["LifeAndManaOnHitImplicitMarakethClaw1"] = { affix = "", "+6 Life and Mana gained for each Enemy hit", statOrderKey = "1264", statOrder = { 1264 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, - ["LifeAndManaOnHitImplicitMarakethClaw2"] = { affix = "", "+10 Life and Mana gained for each Enemy hit", statOrderKey = "1264", statOrder = { 1264 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, - ["LifeAndManaOnHitImplicitMarakethClaw3"] = { affix = "", "+14 Life and Mana gained for each Enemy hit", statOrderKey = "1264", statOrder = { 1264 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, - ["LifeAndManaOnHitSeparatedImplicitMarakethClaw1"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", "+6 Mana gained for each Enemy hit by Attacks", statOrderKey = "1260,1267", statOrder = { 1260, 1267 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, - ["LifeAndManaOnHitSeparatedImplicitMarakethClaw2"] = { affix = "", "+28 Life gained for each Enemy hit by Attacks", "+10 Mana gained for each Enemy hit by Attacks", statOrderKey = "1260,1267", statOrder = { 1260, 1267 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, - ["LifeAndManaOnHitSeparatedImplicitMarakethClaw3"] = { affix = "", "+38 Life gained for each Enemy hit by Attacks", "+14 Mana gained for each Enemy hit by Attacks", statOrderKey = "1260,1267", statOrder = { 1260, 1267 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, - ["LifeAndManaLeechImplicitMarakethClaw1"] = { affix = "", "0.8% of Physical Attack Damage Leeched as Life and Mana", statOrderKey = "1196", statOrder = { 1196 }, level = 1, group = "LifeAndManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "physical", "attack" }, }, - ["IcestormUniqueStaff12"] = { affix = "", "Grants Level 1 Icestorm Skill", statOrderKey = "387", statOrder = { 387 }, level = 1, group = "IcestormActiveSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["PowerChargeOnMeleeStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun with Melee Damage", statOrderKey = "2193", statOrder = { 2193 }, level = 1, group = "PowerChargeOnMeleeStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PowerChargeOnStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun", statOrderKey = "2194", statOrder = { 2194 }, level = 1, group = "PowerChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["UnholyMightOnMeleeCritUniqueSceptre10"] = { affix = "", "Gain Unholy Might for 2 seconds on Melee Critical Strike", statOrderKey = "2337", statOrder = { 2337 }, level = 1, group = "UnholyMightOnMeleeCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["UnholyMightOnCritUniqueSceptre10"] = { affix = "", "Gain Unholy Might for 4 seconds on Critical Strike", statOrderKey = "2339", statOrder = { 2339 }, level = 1, group = "UnholyMightOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ChanceToAvoidElementalStatusAilmentsUniqueAmulet22"] = { affix = "", "5% chance to Avoid Elemental Ailments", statOrderKey = "1359", statOrder = { 1359 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidElementalStatusAilmentsUniqueJewel46"] = { affix = "", "3% chance to Avoid Elemental Ailments", statOrderKey = "1359", statOrder = { 1359 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToBePiercedUniqueBodyStr6"] = { affix = "", "Enemy Projectiles Pierce you", statOrderKey = "7092", statOrder = { 7092 }, level = 1, group = "ProjectilesAlwaysPierceYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IronWillUniqueGlovesStrInt4__"] = { affix = "", "Iron Will", statOrderKey = "7691", statOrder = { 7691 }, level = 1, group = "IronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["GluttonyOfElementsUniqueAmulet23"] = { affix = "", "Grants Level 10 Gluttony of Elements Skill", statOrderKey = "370", statOrder = { 370 }, level = 1, group = "DisplayGluttonyOfElements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["SocketedGemsSupportedByPierceUniqueBodyStr6"] = { affix = "", "Socketed Gems are Supported by Level 15 Pierce", statOrderKey = "267", statOrder = { 267 }, level = 1, group = "DisplaySupportedByPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["LifeRegenPerActiveBuffUniqueBodyInt12"] = { affix = "", "Regenerate (12-20) Life per second per Buff on you", statOrderKey = "5483", statOrder = { 5483 }, level = 1, group = "LifeRegenPerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ProjectileDamageJewelUniqueJewel41"] = { affix = "", "10% increased Projectile Damage", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "DamageForm", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["PhysicalDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DamageOverTimeUnique___1"] = { affix = "", "(8-12)% increased Damage over Time", statOrderKey = "772", statOrder = { 772 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AttackAndCastSpeedJewelUniqueJewel43"] = { affix = "", "4% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__1"] = { affix = "", "(10-15)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 75, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__2"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__3"] = { affix = "", "(6-9)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__4"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__5"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__6"] = { affix = "", "(5-7)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUnique__7"] = { affix = "", "(5-8)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["StrengthDexterityUnique__1"] = { affix = "", "+20 to Strength and Dexterity", statOrderKey = "746", statOrder = { 746 }, level = 1, group = "StrengthDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthDexterityImplicitSword_1"] = { affix = "", "+50 to Strength and Dexterity", statOrderKey = "746", statOrder = { 746 }, level = 1, group = "StrengthDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthIntelligenceUnique__1"] = { affix = "", "+20 to Strength and Intelligence", statOrderKey = "747", statOrder = { 747 }, level = 1, group = "StrengthIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthIntelligenceUnique__2"] = { affix = "", "+(10-30) to Strength and Intelligence", statOrderKey = "747", statOrder = { 747 }, level = 1, group = "StrengthIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityIntelligenceUnique__1__"] = { affix = "", "+20 to Dexterity and Intelligence", statOrderKey = "748", statOrder = { 748 }, level = 1, group = "DexterityIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["LifeLeechJewel"] = { affix = "Hungering", "(1-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "LifeLeech", weightKey = { "not_str", "default", }, weightVal = { 0, 500 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["ManaLeechJewel"] = { affix = "Thirsting", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "ManaLeech", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["SpellLifeLeechJewel"] = { affix = "Transfusing", "1% of Spell Damage Leeched as Life", statOrderKey = "1201", statOrder = { 1201 }, level = 1, group = "LifeLeech", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["SpellManaLeechJewel"] = { affix = "Siphoning", "1% of Spell Damage Leeched as Mana", statOrderKey = "1229", statOrder = { 1229 }, level = 1, group = "ManaLeech", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "caster" }, }, - ["PercentIncreasedAccuracyJewelUnique__1"] = { affix = "", "20% increased Global Accuracy Rating", statOrderKey = "983", statOrder = { 983 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["TrapCritChanceUnique__1"] = { affix = "", "(100-120)% increased Critical Strike Chance with Traps", statOrderKey = "1022", statOrder = { 1022 }, level = 1, group = "FormCritChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ManaCostReductionUniqueJewel44"] = { affix = "", "3% reduced Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaCostIncreasedUniqueCorruptedJewel3"] = { affix = "", "50% increased Mana Cost of Skills", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["KnockbackChanceUnique__1"] = { affix = "", "10% chance to Knock Enemies Back on hit", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "Knockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionElementalResistancesUnique__1"] = { affix = "", "Minions have +(7-10)% to all Elemental Resistances", statOrderKey = "2334", statOrder = { 2334 }, level = 1, group = "MinionElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance", "minion" }, }, - ["ReducedTotemDamageUniqueJewel26"] = { affix = "", "(30-50)% reduced Totem Damage", statOrderKey = "755", statOrder = { 755 }, level = 1, group = "TotemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["TotemDamageUnique__1_"] = { affix = "", "40% increased Totem Damage", statOrderKey = "755", statOrder = { 755 }, level = 1, group = "TotemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["JewelStrToDex"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrderKey = "2465", statOrder = { 2465 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelStrToDexUniqueJewel13"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrderKey = "2465", statOrder = { 2465 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueJewel13"] = { affix = "", "+(16-24) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["JewelDexToInt"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrderKey = "2468", statOrder = { 2468 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelDexToIntUniqueJewel11"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrderKey = "2468", statOrder = { 2468 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueJewel11"] = { affix = "", "+(16-24) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["JewelIntToStr"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrderKey = "2469", statOrder = { 2469 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelIntToStrUniqueJewel34"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrderKey = "2469", statOrder = { 2469 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueJewel34"] = { affix = "", "+(16-24) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["JewelStrToInt"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrderKey = "2466", statOrder = { 2466 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelStrToIntUniqueJewel35"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrderKey = "2466", statOrder = { 2466 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligenceUniqueJewel35"] = { affix = "", "+(16-24) to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, - ["JewelIntToDex"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrderKey = "2470", statOrder = { 2470 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelIntToDexUniqueJewel36"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrderKey = "2470", statOrder = { 2470 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityUniqueJewel36"] = { affix = "", "+(16-24) to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, - ["JewelDexToStr"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrderKey = "2467", statOrder = { 2467 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["JewelDexToStrUniqueJewel37"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrderKey = "2467", statOrder = { 2467 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StrengthUniqueJewel37"] = { affix = "", "+(16-24) to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, - ["ReducedAttackAndCastSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeedUniqueRing39"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["LifeLeechLocal1"] = { affix = "Remora's", "(1-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 9, group = "LifeLeech", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocal2"] = { affix = "Lamprey's", "(3-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 25, group = "LifeLeech", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocal3"] = { affix = "Vampire's", "(5-6)% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 72, group = "LifeLeech", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocalUniqueOneHandMace8"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1190", statOrder = { 1190 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechLocalPermyriadUniqueOneHandMace8__"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["ManaLeechLocal1"] = { affix = "Thirsty", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1226", statOrder = { 1226 }, level = 9, group = "ManaLeech", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["AoEKnockBackOnFlaskUseUniqueFlask9_"] = { affix = "", "Knocks Back Enemies in an Area when you use a Flask", statOrderKey = "561", statOrder = { 561 }, level = 1, group = "AoEKnockBackOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["AttacksCostNoManaUniqueTwoHandAxe9"] = { affix = "", "Your Attacks do not cost Mana", statOrderKey = "1404", statOrder = { 1404 }, level = 1, group = "AttacksCostNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["CannotLeechOrRegenerateManaUniqueTwoHandAxe9"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrderKey = "2020", statOrder = { 2020 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["CannotLeechOrRegenerateManaUnique__1_"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrderKey = "2020", statOrder = { 2020 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["ResoluteTechniqueUniqueTwoHandAxe9"] = { affix = "", "Resolute Technique", statOrderKey = "7690", statOrder = { 7690 }, level = 1, group = "ResoluteTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["JewelUniqueAllocateDisconnectedPassives"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrderKey = "703", statOrder = { 703 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelRingRadiusValuesUnique__1"] = { affix = "", "Only affects Passives in Small Ring", statOrderKey = "5", statOrder = { 5 }, level = 1, group = "JewelRingRadiusValues", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AllocateDisconnectedPassivesDonutUnique__1"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrderKey = "703", statOrder = { 703 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AvoidStunUniqueRingVictors"] = { affix = "", "(10-20)% chance to Avoid being Stunned", statOrderKey = "1367", statOrder = { 1367 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AvoidStunUnique__1"] = { affix = "", "30% chance to Avoid being Stunned", statOrderKey = "1367", statOrder = { 1367 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AvoidElementalAilmentsUnique__1_"] = { affix = "", "30% chance to Avoid Elemental Ailments", statOrderKey = "1359", statOrder = { 1359 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["LocalChanceToBleedImplicitMarakethRapier1"] = { affix = "", "15% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["LocalChanceToBleedImplicitMarakethRapier2"] = { affix = "", "20% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["LocalChanceToBleedUniqueDagger12"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["LocalChanceToBleedUniqueOneHandMace8"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["LocalChanceToBleedUnique__1__"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedUnique__1_"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrderKey = "1948", statOrder = { 1948 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedUnique__2__"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrderKey = "1948", statOrder = { 1948 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedUnique__3_"] = { affix = "", "Attacks have 15% chance to cause Bleeding", statOrderKey = "1948", statOrder = { 1948 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["StealRareModUniqueJewel3"] = { affix = "", "With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain 1 of its Modifiers for 20 seconds", statOrderKey = "2475", statOrder = { 2475 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnarmedAreaOfEffectUniqueJewel4"] = { affix = "", "(10-15)% increased Area of Effect while Unarmed", statOrderKey = "2471", statOrder = { 2471 }, level = 1, group = "UnarmedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnarmedStrikeRangeUniqueJewel__1_"] = { affix = "", "+(3-4) to Melee Strike Range while Unarmed", statOrderKey = "2493", statOrder = { 2493 }, level = 1, group = "UnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["UniqueJewelMeleeToBow"] = { affix = "", "Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers", statOrderKey = "2482", statOrder = { 2482 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ChaosDamageIncreasedPerIntUniqueJewel2"] = { affix = "", "5% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius", statOrderKey = "2486", statOrder = { 2486 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["PassivesApplyToMinionsUniqueJewel7"] = { affix = "", "Passives in Radius apply to Minions instead of you", statOrderKey = "2487", statOrder = { 2487 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SpellDamagePerIntelligenceUniqueStaff12"] = { affix = "", "1% increased Spell Damage per 10 Intelligence", statOrderKey = "2160", statOrder = { 2160 }, level = 1, group = "SpellDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Culling Strike", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyAlliesHaveCullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyAlliesHaveCriticalStrikeMultiplierUnique__1"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["LifeOnCorpseRemovalUniqueJewel14"] = { affix = "", "Recover 2% of Life when you Consume a corpse", statOrderKey = "2472", statOrder = { 2472 }, level = 1, group = "LifeOnCorpseRemoval", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TotemLifePerStrengthUniqueJewel15"] = { affix = "", "3% increased Totem Life per 10 Strength Allocated in Radius", statOrderKey = "2473", statOrder = { 2473 }, level = 1, group = "TotemLifePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TotemsCannotBeStunnedUniqueJewel15"] = { affix = "", "Totems cannot be Stunned", statOrderKey = "2479", statOrder = { 2479 }, level = 1, group = "TotemsCannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionDodgeChanceUniqueJewel16"] = { affix = "", "Minions have (2-5)% chance to Dodge Attack Hits", statOrderKey = "2474", statOrder = { 2474 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, - ["MinionDodgeChanceUnique__1"] = { affix = "", "Minions have (6-10)% chance to Dodge Attack Hits", statOrderKey = "2474", statOrder = { 2474 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge", "minion" }, }, - ["FireDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (3-5) to (8-12) Fire Attack Damage per Buff on you", statOrderKey = "831", statOrder = { 831 }, level = 1, group = "FireDamagePerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["FireSpellDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (2-3) to (5-8) Fire Spell Damage per Buff on you", statOrderKey = "832", statOrder = { 832 }, level = 1, group = "FireDamagePerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["MinionLifeRecoveryOnBlockUniqueJewel18"] = { affix = "", "Minions Recover 2% of their Life when they Block", statOrderKey = "2478", statOrder = { 2478 }, level = 1, group = "MinionLifeRecoveryOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life", "minion" }, }, - ["IncreasedDamageWhileLeechingLifeUniqueJewel19"] = { affix = "", "(25-30)% increased Damage while Leeching", statOrderKey = "2480", statOrder = { 2480 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedDamageWhileLeechingUnique__1"] = { affix = "", "(30-40)% increased Damage while Leeching", statOrderKey = "2480", statOrder = { 2480 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedDamageWhileLeechingUnique__2__"] = { affix = "", "(15-25)% increased Damage while Leeching", statOrderKey = "2480", statOrder = { 2480 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MovementVelocityWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrderKey = "2229", statOrder = { 2229 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityWhileIgnitedUnique__1"] = { affix = "", "10% increased Movement Speed while Ignited", statOrderKey = "2229", statOrder = { 2229 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityWhileIgnitedUnique__2"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrderKey = "2229", statOrder = { 2229 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["FortifyOnMeleeHitUniqueJewel22"] = { affix = "", "10% chance to Fortify on Melee hit", statOrderKey = "1760", statOrder = { 1760 }, level = 1, group = "FortifyOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["DamageTakenUniqueJewel24"] = { affix = "", "10% increased Damage taken", statOrderKey = "1735", statOrder = { 1735 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedDamagePerMagicItemJewel25"] = { affix = "", "(20-25)% increased Damage for each Magic Item Equipped", statOrderKey = "2494", statOrder = { 2494 }, level = 1, group = "IncreasedDamagePerMagicItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AdditionalTotemProjectilesUniqueJewel26"] = { affix = "", "Totems fire 2 additional Projectiles", statOrderKey = "2496", statOrder = { 2496 }, level = 1, group = "AdditionalTotemProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnholyMightOnMeleeKillUniqueJewel28"] = { affix = "", "5% chance to Gain Unholy Might for 4 seconds on Melee Kill", statOrderKey = "2498", statOrder = { 2498 }, level = 1, group = "UnholyMightOnMeleeKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["SpellDamageWithNoManaReservedUniqueJewel30"] = { affix = "", "(40-60)% increased Spell Damage while no Mana is Reserved", statOrderKey = "2499", statOrder = { 2499 }, level = 1, group = "SpellDamageWithNoManaReserved", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["AllAttributesPerAssignedKeystoneUniqueJewel32"] = { affix = "", "4% increased Attributes per allocated Keystone", statOrderKey = "2502", statOrder = { 2502 }, level = 1, group = "AllAttributesPerAssignedKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["LifeOnHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "+3 Life gained for each Elemental Ailment on Enemies hit by your Attacks", statOrderKey = "2489", statOrder = { 2489 }, level = 1, group = "LifeOnHitPerStatusAilmentOnEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["LifeOnSpellHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "+3 Life gained for each Elemental Ailment on Enemies hit by your Spells", statOrderKey = "2490", statOrder = { 2490 }, level = 1, group = "LifeOnSpellHitPerStatusAilmentOnEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have Culling Strike", statOrderKey = "1984", statOrder = { 1984 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have 30% increased Item Rarity", statOrderKey = "1141", statOrder = { 1141 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9"] = { affix = "", "Nearby Allies have +50% to Critical Strike Multiplier", statOrderKey = "5918", statOrder = { 5918 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["DisplayNearbyAlliesHaveFortifyTwoHandAxe9"] = { affix = "", "Nearby Allies have Fortify", statOrderKey = "5920", statOrder = { 5920 }, level = 1, group = "Fortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalVaalSoulOnKillUniqueCorruptedJewel4_"] = { affix = "", "(20-30)% chance to gain an additional Vaal Soul on Kill", statOrderKey = "2519", statOrder = { 2519 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["VaalSkillDurationUniqueCorruptedJewel5"] = { affix = "", "(15-20)% increased Vaal Skill Effect Duration", statOrderKey = "2520", statOrder = { 2520 }, level = 1, group = "VaalSkillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["VaalSkillRefundChanceUniqueCorruptedJewel5"] = { affix = "", "Vaal Skills have (15-20)% chance to regain consumed Souls when used", statOrderKey = "7545", statOrder = { 7545 }, level = 1, group = "VaalSkillRefundChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["VaalSkillCriticalStrikeChanceCorruptedJewel6"] = { affix = "", "(80-120)% increased Vaal Skill Critical Strike Chance", statOrderKey = "2522", statOrder = { 2522 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical", "vaal" }, }, - ["VaalSkillCriticalStrikeMultiplierCorruptedJewel6"] = { affix = "", "+(22-30)% to Vaal Skill Critical Strike Multiplier", statOrderKey = "2523", statOrder = { 2523 }, level = 1, group = "VaalSkillCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "vaal" }, }, - ["AttackDamageUniqueJewel42"] = { affix = "", "8% increased Attack Damage", statOrderKey = "760", statOrder = { 760 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["IncreasedFlaskEffectUniqueJewel45"] = { affix = "", "Flasks applied to you have 8% increased Effect", statOrderKey = "2164", statOrder = { 2164 }, level = 1, group = "FlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["CurseEffectivenessUniqueJewel45"] = { affix = "", "4% increased Effect of your Curses", statOrderKey = "2047", statOrder = { 2047 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseEffectivenessUnique__2_"] = { affix = "", "(15-20)% increased Effect of your Curses", statOrderKey = "2047", statOrder = { 2047 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseEffectivenessUnique__3_"] = { affix = "", "(10-15)% increased Effect of your Curses", statOrderKey = "2047", statOrder = { 2047 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CurseEffectivenessUnique__4"] = { affix = "", "(25-35)% increased Effect of your Curses", statOrderKey = "2047", statOrder = { 2047 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ManaCostOfTotemAurasUniqueCorruptedJewel8"] = { affix = "", "60% reduced Cost of Aura Skills that summon Totems", statOrderKey = "2525", statOrder = { 2525 }, level = 1, group = "ManaCostOfTotemAuras", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AdditionalVaalSoulOnShatterUniqueCorruptedJewel7"] = { affix = "", "50% chance to gain an additional Vaal Soul per Enemy Shattered", statOrderKey = "2524", statOrder = { 2524 }, level = 1, group = "AdditionalVaalSoulOnShatter", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["IncreasedCorruptedGemExperienceUniqueCorruptedJewel9"] = { affix = "", "10% increased Experience Gain for Corrupted Gems", statOrderKey = "2526", statOrder = { 2526 }, level = 1, group = "IncreasedCorruptedGemExperience", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["CorruptThresholdSoulEaterOnVaalSkillUseUniqueCorruptedJewel11"] = { affix = "", "With 5 Corrupted Items Equipped: Gain Soul Eater for 10 seconds on Vaal Skill use", statOrderKey = "2529", statOrder = { 2529 }, level = 1, group = "CorruptThresholdSoulEaterOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["CorruptThresholdPhysBypassesESUniqueCorruptedJewel12"] = { affix = "", "With 5 Corrupted Items Equipped: 50% of Chaos Damage does not bypass Energy Shield, and 50% of Physical Damage bypasses Energy Shield", statOrderKey = "2528", statOrder = { 2528 }, level = 1, group = "CorruptThresholdPhysBypassesES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences", "chaos" }, }, - ["CorruptThresholdLifeLeechUsesChaosDamageUniqueCorruptedJewel10"] = { affix = "", "With 5 Corrupted Items Equipped: Life Leech recovers based on your Chaos Damage instead", statOrderKey = "2527", statOrder = { 2527 }, level = 1, group = "CorruptThresholdLifeLeechUsesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, - ["ManaGainedOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Recover 1% of Mana on Kill", statOrderKey = "1277", statOrder = { 1277 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LifeLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of Life on Kill", statOrderKey = "1276", statOrder = { 1276 }, level = 1, group = "LifeLostOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnergyShieldLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of Energy Shield on Kill", statOrderKey = "1278", statOrder = { 1278 }, level = 1, group = "EnergyShieldLostOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["PunishmentSelfCurseOnKillUniqueCorruptedJewel13"] = { affix = "", "(20-30)% chance to Curse you with Punishment on Kill, with 40% increased Effect", statOrderKey = "2536", statOrder = { 2536 }, level = 1, group = "PunishmentSelfCurseOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["AdditionalCurseOnSelfUniqueCorruptedJewel13"] = { affix = "", "An additional Curse can be applied to you", statOrderKey = "1673", statOrder = { 1673 }, level = 1, group = "AdditionalCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["IncreasedDamagePerCurseOnSelfCorruptedJewel13_"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrderKey = "778", statOrder = { 778 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageTakenOnFullESUniqueCorruptedJewel15"] = { affix = "", "10% increased Damage taken while on Full Energy Shield", statOrderKey = "1741", statOrder = { 1741 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageTakenOnFullESUnique__1"] = { affix = "", "15% increased Damage taken while on Full Energy Shield", statOrderKey = "1741", statOrder = { 1741 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ConvertLightningToColdUniqueRing34"] = { affix = "", "40% of Lightning Damage Converted to Cold Damage", statOrderKey = "1473", statOrder = { 1473 }, level = 25, group = "ConvertLightningToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "lightning" }, }, - ["SpellChanceToShockFrozenEnemiesUniqueRing34"] = { affix = "", "Your spells have 100% chance to Shock against Frozen Enemies", statOrderKey = "2347", statOrder = { 2347 }, level = 1, group = "SpellChanceToShockFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster", "ailment" }, }, - ["ClawPhysDamageAndEvasionPerDexUniqueJewel47"] = { affix = "", "1% increased Evasion Rating per 3 Dexterity Allocated in Radius", "1% increased Claw Physical Damage per 3 Dexterity Allocated in Radius", "1% increased Melee Physical Damage with Unarmed Attacks per 3 Dexterity Allocated in Radius", statOrderKey = "2538,2539,2554", statOrder = { 2538, 2539, 2554 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "physical_damage", "defences", "damage", "physical", "attack" }, }, - ["ColdAndPhysicalNodesInRadiusSwapPropertiesUniqueJewel48_"] = { affix = "", "Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage", "Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage", statOrderKey = "2541,2542", statOrder = { 2541, 2542 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["AllDamageInRadiusBecomesFireUniqueJewel49"] = { affix = "", "Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage", statOrderKey = "2540", statOrder = { 2540 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["EnergyShieldInRadiusIncreasesArmourUniqueJewel50"] = { affix = "", "Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value", statOrderKey = "2543", statOrder = { 2543 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["LifeInRadiusBecomesEnergyShieldAtHalfValueUniqueJewel51"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield", statOrderKey = "2544", statOrder = { 2544 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LifePerIntelligenceInRadusUniqueJewel52"] = { affix = "", "Adds 1 to Maximum Life per 3 Intelligence Allocated in Radius", statOrderKey = "2549", statOrder = { 2549 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AddedLightningDamagePerDexInRadiusUniqueJewel53"] = { affix = "", "Adds 1 to 2 Lightning Damage to Attacks", "Adds 1 maximum Lightning Damage to Attacks per 1 Dexterity Allocated in Radius", statOrderKey = "933,2548", statOrder = { 933, 2548 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LifePassivesBecomeManaPassivesInRadiusUniqueJewel54"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value", statOrderKey = "2552", statOrder = { 2552 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["DexterityAndIntelligenceGiveStrengthMeleeBonusInRadiusUniqueJewel55"] = { affix = "", "Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus", statOrderKey = "2553", statOrder = { 2553 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LifeGainOnEndurangeChargeConsumptionUniqueBodyStrInt6"] = { affix = "", "Gain 100 Life when you lose an Endurance Charge", statOrderKey = "2430", statOrder = { 2430 }, level = 1, group = "LifeGainOnEnduranceChargeConsumption", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SummonTotemCastSpeedUnique__1"] = { affix = "", "(14-20)% increased Totem Placement speed", statOrderKey = "2029", statOrder = { 2029 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedUnique__2"] = { affix = "", "(30-50)% increased Totem Placement speed", statOrderKey = "2029", statOrder = { 2029 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedImplicit1"] = { affix = "", "(20-30)% increased Totem Placement speed", statOrderKey = "2029", statOrder = { 2029 }, level = 93, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AttackDamageAgainstBleedingUniqueDagger11"] = { affix = "", "40% increased Attack Damage against Bleeding Enemies", statOrderKey = "1949", statOrder = { 1949 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["AttackDamageAgainstBleedingUniqueOneHandMace8"] = { affix = "", "30% increased Attack Damage against Bleeding Enemies", statOrderKey = "1949", statOrder = { 1949 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["AttackDamageAgainstBleedingUnique__1__"] = { affix = "", "(25-40)% increased Attack Damage against Bleeding Enemies", statOrderKey = "1949", statOrder = { 1949 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["FlammabilityOnHitUniqueOneHandAxe7"] = { affix = "", "Curse Enemies with Flammability on Hit", statOrderKey = "2172", statOrder = { 2172 }, level = 1, group = "FlammabilityOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["FlammabilityOnHitUnique__1"] = { affix = "", "Curse Enemies with Flammability on Hit, with 40% increased Effect", statOrderKey = "1981", statOrder = { 1981 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["LightningWarpSkillUniqueOneHandAxe8"] = { affix = "", "Grants Level 1 Lightning Warp Skill", statOrderKey = "413", statOrder = { 413 }, level = 1, group = "LightningWarpSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["StunAvoidanceUniqueOneHandSword13"] = { affix = "", "20% chance to Avoid being Stunned", statOrderKey = "1367", statOrder = { 1367 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunAvoidanceUnique___1"] = { affix = "", "20% chance to Avoid being Stunned", statOrderKey = "1367", statOrder = { 1367 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SupportedByMultistrikeUniqueOneHandSword13"] = { affix = "", "Socketed Gems are supported by Level 1 Multistrike", statOrderKey = "245", statOrder = { 245 }, level = 1, group = "SupportedByMultistrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["MeleeDamageAgainstBleedingEnemiesUniqueOneHandMace6"] = { affix = "", "30% increased Melee Damage against Bleeding Enemies", statOrderKey = "1950", statOrder = { 1950 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["MeleeDamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "50% increased Melee Damage against Bleeding Enemies", statOrderKey = "1950", statOrder = { 1950 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["SpellAddedFireDamageUniqueWand10"] = { affix = "", "Adds (4-6) to (8-12) Fire Damage to Spells", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage to Spells", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageUnique__2_"] = { affix = "", "Adds (20-30) to 40 Fire Damage to Spells", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageUnique__3"] = { affix = "", "Adds (4-6) to (7-9) Fire Damage to Spells", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageUnique__4"] = { affix = "", "Adds (2-3) to (5-6) Fire Damage to Spells", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageUnique__5"] = { affix = "", "Battlemage", statOrderKey = "7649", statOrder = { 7649 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpellAddedFireDamageUnique__6_"] = { affix = "", "Adds (7-8) to (15-16) Fire Damage to Spells", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedColdDamageUniqueBootsStrDex5"] = { affix = "", "Adds (25-30) to (40-50) Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUnique__2"] = { affix = "", "Adds (20-30) to 40 Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUnique__3"] = { affix = "", "Adds (2-3) to (5-6) Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUnique__4"] = { affix = "", "Adds (40-60) to (90-110) Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUnique__5"] = { affix = "", "Adds (35-39) to (54-60) Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUnique__6__"] = { affix = "", "Adds (5-6) to (12-14) Cold Damage to Spells", statOrderKey = "955", statOrder = { 955 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__2"] = { affix = "", "Adds (30-40) to (60-70) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (10-12) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (60-70) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__5"] = { affix = "", "Adds (26-35) to (95-105) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__6_"] = { affix = "", "Adds (13-18) to (50-56) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUnique__7"] = { affix = "", "Adds 1 to (30-34) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageTwoHandUniqueStaff8d"] = { affix = "", "Adds (5-15) to (100-140) Lightning Damage to Spells", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["IncreasedDamagePerCurseOnSelfUniqueCorruptedJewel8"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrderKey = "778", statOrder = { 778 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LocalAddedChaosDamageImplicitE1"] = { affix = "", "Adds (23-33) to (45-60) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 30, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageImplicitE2"] = { affix = "", "Adds (38-48) to (70-90) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 50, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageImplicitE3_"] = { affix = "", "Adds (40-55) to (80-98) Chaos Damage", statOrderKey = "940", statOrder = { 940 }, level = 70, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["DamageWithMovementSkillsUniqueClaw9"] = { affix = "", "20% increased Damage with Movement Skills", statOrderKey = "980", statOrder = { 980 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DamageWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(35-50)% increased Damage with Movement Skills", statOrderKey = "980", statOrder = { 980 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AttackSpeedWithMovementSkillsUniqueClaw9"] = { affix = "", "15% increased Attack Speed with Movement Skills", statOrderKey = "981", statOrder = { 981 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["AttackSpeedWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(10-20)% increased Attack Speed with Movement Skills", statOrderKey = "981", statOrder = { 981 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["LifeGainedOnKillingIgnitedEnemiesUniqueWand10_"] = { affix = "", "+10 Life gained on Killing Ignited Enemies", statOrderKey = "1275", statOrder = { 1275 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedOnKillingIgnitedEnemiesUnique__1"] = { affix = "", "+(20-30) Life gained on Killing Ignited Enemies", statOrderKey = "1275", statOrder = { 1275 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DamageTakenFromSkeletonsUniqueOneHandSword12_"] = { affix = "", "10% increased Damage taken from Skeletons", statOrderKey = "1744", statOrder = { 1744 }, level = 1, group = "DamageTakenFromSkeletons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageTakenFromGhostsUniqueOneHandSword12"] = { affix = "", "10% increased Damage taken from Ghosts", statOrderKey = "1745", statOrder = { 1745 }, level = 1, group = "DamageTakenFromGhosts", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBeShockedWhileFrozenUniqueStaff14"] = { affix = "", "You cannot be Shocked while Frozen", statOrderKey = "2320", statOrder = { 2320 }, level = 1, group = "CannotBeShockedWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["LifeLeechPhysicalAgainstBleedingEnemiesUniqueOneHandMace8"] = { affix = "", "3% of Attack Damage Leeched as Life against Bleeding Enemies", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "LifeLeechPhysicalAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DisplaySocketedGemsSupportedByMinionLifeUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Minion Life", statOrderKey = "261", statOrder = { 261 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsSupportedByLesserMultipleProjectilesUniqueRing36"] = { affix = "", "Socketed Gems are Supported by Level 12 Lesser Multiple Projectiles", statOrderKey = "262", statOrder = { 262 }, level = 1, group = "DisplaySocketedGemsSupportedByLesserMultipleProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsSupportedByIncreasedMinionDamageUniqueRing36"] = { affix = "", "Socketed Gems are Supported by Level 17 Minion Damage", statOrderKey = "263", statOrder = { 263 }, level = 1, group = "DisplaySocketedGemsSupportedByIncreasedMinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsSupportedByIncreasedCriticalDamageUniqueRing37_"] = { affix = "", "Socketed Gems are Supported by Level 16 Increased Critical Damage", statOrderKey = "264", statOrder = { 264 }, level = 1, group = "DisplaySocketedGemsSupportedByIncreasedCriticalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySocketedGemsSupportedByMinionSpeedUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 16 Minion Speed", statOrderKey = "265", statOrder = { 265 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ManaGainedOnHitAgainstTauntedEnemyUniqueShieldInt5"] = { affix = "", "Gain +3 Mana when you hit a Taunted Enemy", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ManaOnHitVsTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LifeGainedOnTauntingEnemyUniqueShieldStr4"] = { affix = "", "Gain +10 Life when you Taunt an Enemy", statOrderKey = "1302", statOrder = { 1302 }, level = 1, group = "LifeGainedOnTauntingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeGainedOnTauntingEnemyUnique__1"] = { affix = "", "Gain +50 Life when you Taunt an Enemy", statOrderKey = "1302", statOrder = { 1302 }, level = 1, group = "LifeGainedOnTauntingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedTauntDurationUniqueShieldStr4"] = { affix = "", "20% increased Taunt Duration", statOrderKey = "1301", statOrder = { 1301 }, level = 1, group = "TauntDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaughtOnKillingTauntedEnemyUniqueShieldDex7"] = { affix = "", "You gain Onslaught for 2 seconds on Killing Taunted Enemies", statOrderKey = "2079", statOrder = { 2079 }, level = 1, group = "OnslaughtOnKillingTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaughtOnKillingTauntedEnemyUnique__1"] = { affix = "", "You gain Onslaught for 1 seconds on Killing Taunted Enemies", statOrderKey = "2079", statOrder = { 2079 }, level = 1, group = "OnslaughtOnKillingTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TotemAreaOfEffectUniqueShieldStr5"] = { affix = "", "15% increased Area of Effect for Skills used by Totems", statOrderKey = "2032", statOrder = { 2032 }, level = 1, group = "TotemAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeLeechFromTotemSkillsUniqueShieldStr5"] = { affix = "", "1% of Damage Leeched as Life for Skills used by Totems", statOrderKey = "2033", statOrder = { 2033 }, level = 1, group = "LifeLeechFromTotemSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AnimateWeaponDurationUniqueTwoHandMace8"] = { affix = "", "30% less Animate Weapon Duration", statOrderKey = "2219", statOrder = { 2219 }, level = 1, group = "AnimateWeaponDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["NumberOfAdditionalAnimateWeaponCopiesUniqueTwoHandMace8"] = { affix = "", "Weapons you Animate create an additional copy", statOrderKey = "2221", statOrder = { 2221 }, level = 1, group = "NumberOfAdditionalAnimateWeaponCopies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["DamageYouReflectGainedAsLifeUniqueHelmetDexInt6"] = { affix = "", "30% of Damage you Reflect to Enemies when Hit is gained as Life", statOrderKey = "2133", statOrder = { 2133 }, level = 1, group = "DamageYouReflectGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["DamageYouReflectGainedAsLifeUnique__1"] = { affix = "", "10% of Damage you Reflect to Enemies when Hit is gained as Life", statOrderKey = "2133", statOrder = { 2133 }, level = 1, group = "DamageYouReflectGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ImmuneToChilledGroundUniqueBootsStrDex5"] = { affix = "", "Unaffected by Chilled Ground", statOrderKey = "7513", statOrder = { 7513 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ImmuneToBurningGroundUniqueBootsStr3"] = { affix = "", "Unaffected by Burning Ground", statOrderKey = "7510", statOrder = { 7510 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, - ["ImmuneToShockedGroundUniqueBootsDexInt4"] = { affix = "", "Unaffected by Shocked Ground", statOrderKey = "7526", statOrder = { 7526 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ImmuneToDesecratedGroundUniqueBootsInt6"] = { affix = "", "Unaffected by Desecrated Ground", statOrderKey = "7517", statOrder = { 7517 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["ShockedGroundWhenHitUniqueHelmetInt10"] = { affix = "", "20% chance to create Shocked Ground when Hit", statOrderKey = "2028", statOrder = { 2028 }, level = 1, group = "ShockedGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ShockedGroundWhenHitUnique__1"] = { affix = "", "Trigger Level 10 Shock Ground when Hit", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "ShockedGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AddedLightningDamageToSpellsAndAttacksUniqueHelmetInt10"] = { affix = "", "Adds 1 to (60-80) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (3-15) to (80-100) Lightning Damage to Spells and Attacks", statOrderKey = "959", statOrder = { 959 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["RandomCurseOnHitChanceUniqueHelmetInt10"] = { affix = "", "20% chance to Curse non-Cursed Enemies with a random Hex on Hit", statOrderKey = "7141", statOrder = { 7141 }, level = 1, group = "RandomCurseOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CanInflictMultipleIgnitesUniqueRing38"] = { affix = "", "You can inflict an additional Ignite on an Enemy", statOrderKey = "6954", statOrder = { 6954 }, level = 1, group = "CanInflictMultipleIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["EmberwakeLessBurningDamageUniqueRing38"] = { affix = "", "Ignited Enemies Burn (50-65)% slower", statOrderKey = "2016", statOrder = { 2016 }, level = 1, group = "EmberwakeLessBurningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["GainPhasingOnVaalSkillUseUnique__1"] = { affix = "", "You gain Phasing for 10 seconds on using a Vaal Skill", statOrderKey = "2342", statOrder = { 2342 }, level = 1, group = "GainPhasingOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["MovementSpeedWhilePhasedUnique__1"] = { affix = "", "15% increased Movement Speed while Phasing", statOrderKey = "2050", statOrder = { 2050 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSpeedWhilePhasedUnique__2"] = { affix = "", "10% increased Movement Speed while Phasing", statOrderKey = "2050", statOrder = { 2050 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["LifePerRedSocket"] = { affix = "", "+30 to Maximum Life per Red Socket", statOrderKey = "2138", statOrder = { 2138 }, level = 1, group = "LifePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnergyShieldPerBlueSocket"] = { affix = "", "+30 to Maximum Energy Shield per Blue Socket", statOrderKey = "2146", statOrder = { 2146 }, level = 1, group = "EnergyShieldPerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ManaPerGreenSocket"] = { affix = "", "+30 to Maximum Mana per Green Socket", statOrderKey = "2142", statOrder = { 2142 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LifePerRedSocketUniqueRing39"] = { affix = "", "+100 to Maximum Life per Red Socket", statOrderKey = "2138", statOrder = { 2138 }, level = 1, group = "LifePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnergyShieldPerBlueSocketUniqueRing39"] = { affix = "", "+100 to Maximum Energy Shield per Blue Socket", statOrderKey = "2146", statOrder = { 2146 }, level = 1, group = "EnergyShieldPerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ManaPerGreenSocketUniqueRing39"] = { affix = "", "+100 to Maximum Mana per Green Socket", statOrderKey = "2142", statOrder = { 2142 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedDamageOnZeroEnergyShieldUniqueShieldStrInt8"] = { affix = "", "(20-30)% increased Damage while you have no Energy Shield", statOrderKey = "2156", statOrder = { 2156 }, level = 1, group = "IncreasedDamageOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedArmourOnZeroEnergyShieldUnique__1"] = { affix = "", "100% increased Global Armour while you have no Energy Shield", statOrderKey = "2157", statOrder = { 2157 }, level = 1, group = "IncreasedArmourOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["UnholyMightOnBlockChanceUniqueShieldStrInt8"] = { affix = "", "30% chance to gain Unholy Might on block for 3 seconds", statOrderKey = "2464", statOrder = { 2464 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["UnholyMightOnBlockChanceUnique__1"] = { affix = "", "Gain Unholy Might on block for 10 seconds", statOrderKey = "2464", statOrder = { 2464 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["IncreasedDamageOnBurningGroundUniqueBootsInt6"] = { affix = "", "50% increased Damage on Burning Ground", statOrderKey = "1649", statOrder = { 1649 }, level = 1, group = "IncreasedDamageOnBurningGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LifeRegenerationPercentOnChilledGroundUniqueBootsInt6"] = { affix = "", "Regenerate 2% of Life per second on Chilled Ground", statOrderKey = "1650", statOrder = { 1650 }, level = 1, group = "LifeRegenerationPercentOnChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MovementVelocityOnShockedGroundUniqueBootsInt6_"] = { affix = "", "20% increased Movement Speed on Shocked Ground", statOrderKey = "1648", statOrder = { 1648 }, level = 1, group = "MovementVelocityOnShockedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChaosDamageLifeLeechPermyriadUniqueShieldStrInt8"] = { affix = "", "0.4% of Chaos Damage Leeched as Life", statOrderKey = "1212", statOrder = { 1212 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, - ["ChaosDamageLifeLeechPermyriadUnique__1"] = { affix = "", "0.2% of Chaos Damage Leeched as Life", statOrderKey = "1212", statOrder = { 1212 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, - ["ChaosDamageLifeLeechPermyriadUnique__2"] = { affix = "", "0.5% of Chaos Damage Leeched as Life", statOrderKey = "1212", statOrder = { 1212 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, - ["PhysicalDamageAddedAsChaosUniqueShiledStrInt8"] = { affix = "", "Gain (5-10)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1445", statOrder = { 1445 }, level = 1, group = "PhysicalDamageAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ItemQuantityPerWhiteSocketUniqueRing39_"] = { affix = "", "15% increased Item Quantity per White Socket", statOrderKey = "2150", statOrder = { 2150 }, level = 75, group = "ItemQuantityPerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChaosDamageDoesNotBypassESDuringFlaskEffectUnique__1"] = { affix = "", "Chaos Damage does not bypass Energy Shield during effect", statOrderKey = "614", statOrder = { 614 }, level = 1, group = "ChaosDamageDoesNotBypassESDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUseUnique__1"] = { affix = "", "Removes all but one Life on use", "Removed life is Regenerated as Energy Shield over 2 seconds", statOrderKey = "2559,2559.1", statOrder = { 2559, 2559.1 }, level = 1, group = "RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["TalismanHasOneSocket_"] = { affix = "", "Has 1 Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TalismanIncreasedMana"] = { affix = "", "(20-30)% increased maximum Mana", statOrderKey = "1125", statOrder = { 1125 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["TalismanIncreasedFireDamage"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["TalismanIncreasedColdDamage"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "922", statOrder = { 922 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["TalismanIncreasedLightningDamage"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["TalismanIncreasedPhysicalDamage"] = { affix = "", "(20-30)% increased Global Physical Damage", statOrderKey = "792", statOrder = { 792 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["TalismanIncreasedChaosDamage"] = { affix = "", "(19-31)% increased Chaos Damage", statOrderKey = "937", statOrder = { 937 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["TalismanAdditionalZombie"] = { affix = "", "+1 to maximum number of Raised Zombies", statOrderKey = "1662", statOrder = { 1662 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["TalismanIncreasedCriticalChance"] = { affix = "", "(40-50)% increased Global Critical Strike Chance", statOrderKey = "1008", statOrder = { 1008 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["TalismanIncreasedStrength"] = { affix = "", "(8-14)% increased Strength", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["TalismanIncreasedDexterity"] = { affix = "", "(8-14)% increased Dexterity", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["TalismanIncreasedIntelligence"] = { affix = "", "(8-14)% increased Intelligence", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["TalismanIncreasedEnergyShield"] = { affix = "", "(15-25)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["TalismanIncreasedLife"] = { affix = "", "(8-12)% increased maximum Life", statOrderKey = "1117", statOrder = { 1117 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TalismanIncreasedItemQuantity"] = { affix = "", "(6-10)% increased Quantity of Items found", statOrderKey = "1136", statOrder = { 1136 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TalismanIncreasedAllAttributes"] = { affix = "", "(12-16)% increased Attributes", statOrderKey = "749", statOrder = { 749 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesPercentUnique__1"] = { affix = "", "(5-7)% increased Attributes", statOrderKey = "749", statOrder = { 749 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AllAttributesPercentUnique__2"] = { affix = "", "(5-15)% increased Attributes", statOrderKey = "749", statOrder = { 749 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["TalismanIncreasedDamage"] = { affix = "", "(25-35)% increased Damage", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["TalismanIncreasedCriticalStrikeMultiplier_"] = { affix = "", "+(24-36)% to Global Critical Strike Multiplier", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["TalismanDamageDealtAddedAsRandomElement"] = { affix = "", "Gain (6-12)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2357", statOrder = { 2357 }, level = 1, group = "PhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental" }, }, - ["TalismanIncreasedAreaOfEffect"] = { affix = "", "(5-8)% increased Area of Effect", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TalismanFireTakenAsCold"] = { affix = "", "50% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2591", statOrder = { 2591 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, - ["FireDamageTakenAsColdUnique___1"] = { affix = "", "20% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2591", statOrder = { 2591 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, - ["FireDamageTakenAsColdUnique___2_"] = { affix = "", "30% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2591", statOrder = { 2591 }, level = 62, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, - ["TalismanFireTakenAsLightning"] = { affix = "", "50% of Fire Damage from Hits taken as Lightning Damage", statOrderKey = "2592", statOrder = { 2592 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning" }, }, - ["TalismanColdTakenAsFire"] = { affix = "", "50% of Cold Damage from Hits taken as Fire Damage", statOrderKey = "2593", statOrder = { 2593 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, - ["TalismanColdTakenAsLightning"] = { affix = "", "50% of Cold Damage from Hits taken as Lightning Damage", statOrderKey = "2594", statOrder = { 2594 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning" }, }, - ["TalismanLightningTakenAsCold"] = { affix = "", "50% of Lightning Damage from Hits taken as Cold Damage", statOrderKey = "2597", statOrder = { 2597 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning" }, }, - ["TalismanLightningTakenAsFire"] = { affix = "", "50% of Lightning Damage from Hits taken as Fire Damage", statOrderKey = "2595", statOrder = { 2595 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning" }, }, - ["TalismanReducedPhysicalDamageTaken_"] = { affix = "", "(4-6)% additional Physical Damage Reduction", statOrderKey = "1769", statOrder = { 1769 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["TalismanIncreasedSkillEffectDuration"] = { affix = "", "(20-25)% increased Skill Effect Duration", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TalismanPercentLifeRegeneration"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TalismanChanceToFreezeShockIgnite_"] = { affix = "", "(4-6)% chance to Freeze, Shock and Ignite", statOrderKey = "2225", statOrder = { 2225 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["TalismanFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["TalismanPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["TalismanEnduranceChargeOnKill_"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrderKey = "2068", statOrder = { 2068 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["TalismanGlobalDefensesPercent"] = { affix = "", "(15-25)% increased Global Defences", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["TalismanFishBiteSensitivity"] = { affix = "", "(30-40)% increased Fish Bite Sensitivity", statOrderKey = "2994", statOrder = { 2994 }, level = 1, group = "FishingBiteSensitivity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, - ["FishBiteSensitivityUnique__1"] = { affix = "", "(20-40)% increased Fish Bite Sensitivity", statOrderKey = "2994", statOrder = { 2994 }, level = 48, group = "FishingBiteSensitivity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, - ["TalismanAttackAndCastSpeed"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrderKey = "1549", statOrder = { 1549 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["TalismanSpellDamage"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "785", statOrder = { 785 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["TalismanAttackDamage"] = { affix = "", "(20-30)% increased Attack Damage", statOrderKey = "760", statOrder = { 760 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["TalismanPierceChance"] = { affix = "", "Projectiles Pierce (25-35) additional Targets", statOrderKey = "7466", statOrder = { 7466 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TalismanAdditionalPierce"] = { affix = "", "Projectiles Pierce 2 additional Targets", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageTakeFromManaBeforeLifePerPowerChargeUnique__1"] = { affix = "", "1% of Damage is taken from Mana before Life per Power Charge", statOrderKey = "2580", statOrder = { 2580 }, level = 40, group = "DamageTakeFromManaBeforeLifePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeUnique__1"] = { affix = "", "10% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["CriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "40% reduced Critical Strike Chance per Power Charge", statOrderKey = "2581", statOrder = { 2581 }, level = 1, group = "CriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["IncreasedFireballRadiusUniqueJewel57"] = { affix = "", "Fire Damage is increased by 1% per 5 Intelligence from Allocated Passives in Radius", statOrderKey = "2562", statOrder = { 2562 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AdditionalGlacialCascadeSequenceUniqueJewel58"] = { affix = "", "Cold Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius", "Physical Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius", "Glacial Cascade gains an additional Burst with 60 Intelligence from Passives in Radius", statOrderKey = "2563,2564,2570", statOrder = { 2563, 2564, 2570 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["AnimateBowsAndWandsUnique____70"] = { affix = "", "With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 12 Ranged Weapons", statOrderKey = "2671", statOrder = { 2671 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ExtraArrowForSplitArrowUniqueJewel60"] = { affix = "", "Projectile Damage is increased by 1% per 5 Dexterity from Allocated Passives in Radius", "Split Arrow fires an additional arrow with 50 Dexterity from Passives in Radius", statOrderKey = "2569,2572", statOrder = { 2569, 2572 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["FlaskChargeRecoveryDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Flask Charges gained during any Flask Effect", statOrderKey = "2598", statOrder = { 2598 }, level = 1, group = "FlaskChargeRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargeRecoveryDuringFlaskEffectUnique__2"] = { affix = "", "30% reduced Flask Charges gained during any Flask Effect", statOrderKey = "2598", statOrder = { 2598 }, level = 1, group = "FlaskChargeRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["ManaRegenerationDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Mana Regeneration Rate during any Flask Effect", statOrderKey = "2599", statOrder = { 2599 }, level = 14, group = "ManaRegenerationDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["EnemiesLoseLifePlayerLeechesUnique__1"] = { affix = "", "200% of Life Leech applies to Enemies as Chaos Damage", statOrderKey = "2600", statOrder = { 2600 }, level = 55, group = "EnemiesLoseLifePlayerLeeches", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "resource", "life", "damage", "chaos" }, }, - ["MovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "15% increased Movement Speed during any Flask Effect", statOrderKey = "2601", statOrder = { 2601 }, level = 1, group = "MovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "speed" }, }, - ["NoExtraBleedDamageWhileMovingUniqueAmulet25"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "2607", statOrder = { 2607 }, level = 69, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["NoExtraBleedDamageWhileMovingUnique__1"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "2607", statOrder = { 2607 }, level = 1, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AttacksHaveBloodMagic__1"] = { affix = "", "Attacks Cost Life instead of Mana", statOrderKey = "7693", statOrder = { 7693 }, level = 1, group = "AttacksHaveBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["SocketedTrapSkillsCreateSmokeCloudWhenDetonated__1"] = { affix = "", "Traps from Socketed Skills create a Smoke Cloud when triggered", statOrderKey = "342", statOrder = { 342 }, level = 1, group = "SocketedTrapSkillsCreateSmokeCloudWhenDetonated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireDamageToBlindEnemies__1"] = { affix = "", "(30-50)% increased Fire Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2636", statOrder = { 2636 }, level = 1, group = "FireDamageToBlindEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SpellDamageTakenFromBlindEnemies__1"] = { affix = "", "30% reduced Spell Damage taken from Blinded Enemies", statOrderKey = "2637", statOrder = { 2637 }, level = 1, group = "SpellDamageTakenFromBlindEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["GlacialHammerThresholdJewel__1"] = { affix = "", "With at least 40 Strength in Radius, 20% increased", "Rarity of Items dropped by Enemies Shattered by Glacial Hammer", statOrderKey = "2642,2642.1", statOrder = { 2642, 2642.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["SpectralThrowThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 5% increased Damage each time it Hits", statOrderKey = "2643", statOrder = { 2643 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ViperStrikeThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, Viper Strike deals 2% increased Damage with Hits and Poison for each Poison on the Enemy", statOrderKey = "2645", statOrder = { 2645 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ViperStrikeThresholdJewel__2"] = { affix = "", "With at least 40 Dexterity in Radius, Viper Strike has a 10% chance per Poison on Enemy to grant Unholy Might for 4 seconds on Hit", statOrderKey = "6078", statOrder = { 6078 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["HeavyStrikeThresholdJewel___1"] = { affix = "", "With at least 40 Strength in Radius, Heavy Strike has a ", "20% chance to deal Double Damage", statOrderKey = "2646,2646.1", statOrder = { 2646, 2646.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ShrapnelShotThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Galvanic Arrow has 25% increased Area of Effect", "With at least 40 Dexterity in Radius, Galvanic Arrow deals 50% increased Area Damage", statOrderKey = "2770,6069", statOrder = { 2770, 6069 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["BurningArrowThresholdJewel_2"] = { affix = "", "With at least 40 Dexterity in Radius, Burning Arrow can inflict", "an additional Ignite on an Enemy and cannot apply its Burning Debuff", statOrderKey = "2762,2762.1", statOrder = { 2762, 2762.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack", "ailment" }, }, - ["CleaveThresholdJewel_1"] = { affix = "", "With at least 40 Strength in Radius, Cleave grants Fortify on Hit", "With at least 40 Strength in Radius, Cleave has +1 to Radius per Nearby", "Enemy, up to +10", statOrderKey = "2764,2765,2765.1", statOrder = { 2764, 2765, 2765.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["FreezingPulseThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Freezing Pulse fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, 25% increased Freezing Pulse Damage if", "you've Shattered an Enemy Recently", statOrderKey = "2773,2774,2774.1", statOrder = { 2773, 2774, 2774.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["IceShotThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, Ice Shot Pierces 50 additional Targets", "With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect", statOrderKey = "6052,6053", statOrder = { 6052, 6053 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["IceShotThresholdJewel__2"] = { affix = "", "With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect", "With at least 40 Dexterity in Radius, Ice Shot Pierces 3 additional Targets", statOrderKey = "6053,6054", statOrder = { 6053, 6054 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MoltenStrikeThresholdJewel_1"] = { affix = "", "With at least 40 Strength in Radius, Molten Strike fires 2 additional Projectiles", "With at least 40 Strength in Radius, Molten Strike has 25% increased Area of Effect", statOrderKey = "6064,6065", statOrder = { 6064, 6065 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MoltenStrikeThresholdJewel__2"] = { affix = "", "With at least 40 Strength in Radius, Molten Strike Projectiles Chain on impacting ground", "With at least 40 Strength in Radius, Molten Strike Projectiles Chain +1 time", "With at least 40 Strength in Radius, Molten Strike fires 50% less Projectiles", statOrderKey = "5966,5967,5968", statOrder = { 5966, 5967, 5968 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["FrostBladesThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Melee Damage", "dealt by Frost Blades Penetrates 15% Cold Resistance", "With at least 40 Dexterity in Radius, Frost Blades has 25% increased Projectile Speed", statOrderKey = "6045,6045.1,6046", statOrder = { 6045, 6045.1, 6046 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack", "speed" }, }, - ["DualStrikeThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has a 20% chance", "to deal Double Damage with the Main-Hand Weapon", "With at least 40 Dexterity in Radius, Dual Strike deals Off-Hand Splash Damage", "to surrounding targets", statOrderKey = "6031,6031.1,6033,6033.1", statOrder = { 6031, 6031.1, 6033, 6033.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["DualStrikeThresholdJewelAxe"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike Hits Intimidate Enemies for", "4 seconds while wielding an Axe", statOrderKey = "6030,6030.1", statOrder = { 6030, 6030.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["DualStrikeThresholdJewelClaw"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has (10-15)% increased Attack", "Speed while wielding a Claw", statOrderKey = "6028,6028.1", statOrder = { 6028, 6028.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["DualStrikeThresholdJewelDagger"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has +(20-30)% to Critical Strike", "Multiplier while wielding a Dagger", statOrderKey = "6029,6029.1", statOrder = { 6029, 6029.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["DualStrikeThresholdJewelMace"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike deals Splash Damage", "to surrounding targets while wielding a Mace", statOrderKey = "6032,6032.1", statOrder = { 6032, 6032.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["DualStrikeThresholdJewelSword_"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has (20-30)% increased", "Accuracy Rating while wielding a Sword", statOrderKey = "6027,6027.1", statOrder = { 6027, 6027.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["DualStrikeThresholdJewel__2_"] = { affix = "", "(10-15)% increased Attack Damage", statOrderKey = "760", statOrder = { 760 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["FrostboltThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Frostbolt fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, Frostbolt Projectiles gain 40% increased Projectile Speed per second", statOrderKey = "6047,6048", statOrder = { 6047, 6048 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["EtherealKnivesThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Ethereal Knives fires 5 additional Projectiles", "With at least 40 Dexterity in Radius, Ethereal Knives fires Projectiles in a circle", statOrderKey = "2766,2767", statOrder = { 2766, 2767 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["LightningTendrilsThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, each Lightning Tendrils Repeat has 4% increased Area of Effect per Enemy Hit", statOrderKey = "6059", statOrder = { 6059 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["MagmaOrbThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Rolling Magma fires an additional Projectile", "With at least 40 Intelligence in Radius, Rolling Magma", "has 10% increased Area of Effect per Chain", statOrderKey = "6060,6061,6061.1", statOrder = { 6060, 6061, 6061.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["MagmaOrbThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Rolling Magma deals 50% less Damage", "With at least 40 Intelligence in Radius, Rolling Magma deals 40% more Damage per Chain", "With at least 40 Intelligence in Radius, Rolling Magma", "has 10% increased Area of Effect per Chain", statOrderKey = "5964,5965,6061,6061.1", statOrder = { 5964, 5965, 6061, 6061.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["GlacialHammerThresholdJewel_2"] = { affix = "", "With at least 40 Strength in Radius, Glacial Hammer deals", "Cold-only Splash Damage to surrounding targets", "With at least 40 Strength in Radius, 25% of Glacial", "Hammer Physical Damage Converted to Cold Damage", statOrderKey = "2768,2768.1,2769,2769.1", statOrder = { 2768, 2768.1, 2769, 2769.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "attack" }, }, - ["BlightThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Blight has 25% increased Area of Effect after 1 second of Channelling", statOrderKey = "6015", statOrder = { 6015 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["BlightThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration", statOrderKey = "6012,6013", statOrder = { 6012, 6013 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["BlightThresholdJewel_3"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration", statOrderKey = "6011,6013", statOrder = { 6011, 6013 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RaiseZombieThresholdJewel1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised", "Zombies' Slam Attack has 100% increased Cooldown Recovery Rate", "With at least 40 Intelligence in Radius, Raised Zombies' Slam", "Attack deals 30% increased Damage", statOrderKey = "6079,6079.1,6080,6080.1", statOrder = { 6079, 6079.1, 6080, 6080.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SparkThresholdJewel1"] = { affix = "", "With at least 40 Intelligence in Radius, 2 additional Spark Projectiles", statOrderKey = "2772", statOrder = { 2772 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["SparkThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Spark fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, Spark fires Projectiles in a circle", statOrderKey = "6071,6072", statOrder = { 6071, 6072 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["FireTrapThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Fire Trap throws up to 1 additional Trap", statOrderKey = "6044", statOrder = { 6044 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["SplitArrowThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Split Arrow fires Projectiles in Parallel", statOrderKey = "6077", statOrder = { 6077 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["GlacialCascadeThresholdJewel1"] = { affix = "", "With 40 Intelligence in Radius, Glacial Cascade has an additional Burst", "With 40 Intelligence in Radius, 20% of Glacial Cascade Physical Damage", "Converted to Cold Damage", statOrderKey = "6049,6050,6050.1", statOrder = { 6049, 6050, 6050.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["CausticArrowThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow deals 30% reduced Damage with Hits", statOrderKey = "6018", statOrder = { 6018 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["CausticArrowThresholdJewel2"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow deals 40% increased Damage over Time", statOrderKey = "6017", statOrder = { 6017 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["CausticArrowThresholdJewel3"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow has a 50% chance on Hit to Poison Enemies on Caustic Ground", statOrderKey = "6016", statOrder = { 6016 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["SpectralShieldThrowThresholdJewel1_"] = { affix = "", "+0.2% to Off Hand Critical Strike Chance per 10 Maximum Energy Shield on Shield", statOrderKey = "6971", statOrder = { 6971 }, level = 1, group = "OffHandCritChancePerEsOnShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["SpectralShieldThrowThresholdJewel2"] = { affix = "", "+4% to Off Hand Critical Strike Multiplier per 10 Maximum Energy Shield on Shield", statOrderKey = "6972", statOrder = { 6972 }, level = 1, group = "OffHandCritMultiPerEsOnShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["IncreasedStunThresholdUnique__1_"] = { affix = "", "20% increased Stun Threshold", statOrderKey = "2689", statOrder = { 2689 }, level = 1, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StunThresholdBasedOnManaUnique__1"] = { affix = "", "Stun Threshold is based on 500% of your Mana instead of Life", statOrderKey = "2688", statOrder = { 2688 }, level = 1, group = "StunThresholdBasedOnMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PowerChargeOnCriticalStrikeChanceUnique__1"] = { affix = "", "25% chance to gain a Power Charge on Critical Strike", statOrderKey = "1348", statOrder = { 1348 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "critical" }, }, - ["NoLifeRegenerationUnique___1"] = { affix = "", "You have no Life Regeneration", statOrderKey = "1767", statOrder = { 1767 }, level = 1, group = "NoLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["NeverBlockUnique__1"] = { affix = "", "Cannot Block", statOrderKey = "2682", statOrder = { 2682 }, level = 1, group = "NeverBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["LocalShieldHasNoBlockChanceUnique__1"] = { affix = "", "No Chance to Block", statOrderKey = "2683", statOrder = { 2683 }, level = 1, group = "LocalShieldHasNoBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["LocalFlaskOnslaughtPerFrenzyChargeUnique__1"] = { affix = "", "Gain Onslaught for 3 seconds per Frenzy Charge on use", statOrderKey = "556", statOrder = { 556 }, level = 1, group = "LocalFlaskOnslaughtPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["GrantUniqueBuff__1"] = { affix = "", "Gain Her Blessing for 3 seconds when you Ignite an Enemy", statOrderKey = "2695", statOrder = { 2695 }, level = 66, group = "HerBlessingOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["UniqueConditionOnBuff__1"] = { affix = "", "Cannot be Frozen, Chilled or Ignited with Her Blessing", statOrderKey = "2697", statOrder = { 2697 }, level = 66, group = "AvoidAilmentsDuringHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, }, - ["UniqueConditionOnBuff__2"] = { affix = "", "20% increased Attack and Movement Speed with Her Blessing", statOrderKey = "2698", statOrder = { 2698 }, level = 66, group = "AttackAndMoveSpeedDuringHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["UniqueEffectOnBuff__3"] = { affix = "", "33% chance to Blind nearby Enemies when gaining Her Blessing", statOrderKey = "2696", statOrder = { 2696 }, level = 66, group = "BlindOnGainingHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RallyingCryThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, 10% of Damage taken Recouped as Mana if you've Warcried Recently", statOrderKey = "2678", statOrder = { 2678 }, level = 1, group = "RallyingCryThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["VigilantStrikeThresholdJewel__1"] = { affix = "", "With at least 40 Strength in Radius, Vigilant Strike", "Fortifies you and Nearby Allies for 8 seconds", statOrderKey = "2665,2665.1", statOrder = { 2665, 2665.1 }, level = 1, group = "VigilantStrikeThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ColdsnapThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Cold Snap grants Power Charges instead of Frenzy Charges when Enemies die in its Area", "With at least 40 Intelligence in Radius, Cold Snap's Cooldown can be bypassed by Power Charges instead of Frenzy Charges", statOrderKey = "6022,6022.1", statOrder = { 6022, 6022.1 }, level = 1, group = "ColdSnapThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["FireballThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball Projectiles gain Area as they travel farther, up to 50% increased Area of Effect", statOrderKey = "2667", statOrder = { 2667 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["FireballThresholdJewel__2_"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball Projectiles gain Radius as they travel farther, up to +4 Radius", statOrderKey = "2668", statOrder = { 2668 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["FireballThresholdJewel__3"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball cannot ignite", "With at least 40 Intelligence in Radius, Fireball has +(30-50)% chance to inflict scorch", statOrderKey = "5962,5963", statOrder = { 5962, 5963 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["ShockNearbyEnemiesDuringFlaskEffect___1"] = { affix = "", "Shocks nearby Enemies during Flask effect, causing 10% increased Damage taken", statOrderKey = "683", statOrder = { 683 }, level = 85, group = "ShockNearbyEnemiesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, - ["ShockSelfDuringFlaskEffect__1"] = { affix = "", "You are Shocked during Flask effect, causing 50% increased Damage taken", statOrderKey = "684", statOrder = { 684 }, level = 1, group = "ShockSelfDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, - ["LightningLifeLeechDuringFlaskEffect__1"] = { affix = "", "20% of Lightning Damage Leeched as Life during Flask effect", statOrderKey = "691", statOrder = { 691 }, level = 1, group = "LightningLifeLeechDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "elemental", "lightning" }, }, - ["LightningManaLeechDuringFlaskEffect__1"] = { affix = "", "20% of Lightning Damage Leeched as Mana during Flask effect", statOrderKey = "692", statOrder = { 692 }, level = 1, group = "LightningManaLeechDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana", "elemental", "lightning" }, }, - ["LeechInstantDuringFlaskEffect__1"] = { affix = "", "Life and Mana Leech are instant during effect", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "LeechInstantDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["AddedLightningDamageDuringFlaskEffect__1"] = { affix = "", "Adds (10-15) to (55-65) Lightning Damage to Attacks during Flask effect", statOrderKey = "689", statOrder = { 689 }, level = 1, group = "AddedLightningDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedSpellLightningDamageDuringFlaskEffect__1"] = { affix = "", "Adds (10-15) to (55-65) Lightning Damage to Spells during Flask effect", statOrderKey = "690", statOrder = { 690 }, level = 1, group = "AddedSpellLightningDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["PhysicalToLightningDuringFlaskEffect__1"] = { affix = "", "50% of Physical Damage Converted to Lightning during Flask effect", statOrderKey = "685", statOrder = { 685 }, level = 1, group = "PhysicalToLightningDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["LightningPenetrationDuringFlaskEffect__1"] = { affix = "", "Damage Penetrates 6% Lightning Resistance during Flask effect", statOrderKey = "686", statOrder = { 686 }, level = 1, group = "LightningPenetrationDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "lightning" }, }, - ["MinionAttackAndCastSpeedPerSkeleton__1"] = { affix = "", "2% increased Minion Attack and Cast Speed per Skeleton you own", statOrderKey = "2690", statOrder = { 2690 }, level = 1, group = "MinionAttackAndCastSpeedPerSkeleton", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionDurationPerZombie__1"] = { affix = "", "2% increased Minion Duration per Raised Zombie", statOrderKey = "2691", statOrder = { 2691 }, level = 1, group = "MinionDurationPerZombie", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionDamagePerSpectre__1"] = { affix = "", "(8-12)% increased Minion Damage per Raised Spectre", statOrderKey = "2692", statOrder = { 2692 }, level = 1, group = "MinionDamagePerSpectre", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionLifeRegenerationPerRagingSpirit__1"] = { affix = "", "Minions Regenerate (1.5-2.5)% of Life per second", statOrderKey = "2333", statOrder = { 2333 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["ExplodeOnKillChaosUnique__1"] = { affix = "", "Enemies you Kill have a 20% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage", statOrderKey = "2722", statOrder = { 2722 }, level = 1, group = "ExplodeOnKillChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ReduceManaCostPerEnduranceChargeUnique__1"] = { affix = "", "4% reduced Mana Cost per Endurance Charge", statOrderKey = "2684", statOrder = { 2684 }, level = 1, group = "ReduceManaCostPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["RampageWhileAtMaxEnduranceChargesUnique__1"] = { affix = "", "Gain Rampage while at Maximum Endurance Charges", statOrderKey = "2685", statOrder = { 2685 }, level = 1, group = "RampageWhileAtMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LoseEnduranceChargesOnRampageEndUnique___1"] = { affix = "", "Lose all Endurance Charges when Rampage ends", statOrderKey = "2686", statOrder = { 2686 }, level = 1, group = "LoseEnduranceChargesOnRampageEnd", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["IncreasedDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "40% increased Damage with Hits against Frozen Enemies", statOrderKey = "797", statOrder = { 797 }, level = 1, group = "IncreasedDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["PhysicalDamageWhileFrozenUnique___1"] = { affix = "", "100% increased Global Physical Damage while Frozen", statOrderKey = "2760", statOrder = { 2760 }, level = 1, group = "PhysicalDamageWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttacksThatStunCauseBleedingUnique__1"] = { affix = "", "Causes Bleeding when you Stun", statOrderKey = "1943", statOrder = { 1943 }, level = 1, group = "AttacksThatStunCauseBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["GrantEnemiesUnholyMightOnKillUnique__1"] = { affix = "", "5% chance to grant Unholy Might to nearby Enemies on Kill", statOrderKey = "2801", statOrder = { 2801 }, level = 1, group = "GrantEnemiesUnholyMightOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GrantEnemiesOnslaughtOnKillUnique__1"] = { affix = "", "5% chance to grant Onslaught to nearby Enemies on Kill", statOrderKey = "2800", statOrder = { 2800 }, level = 1, group = "GrantEnemiesOnslaughtOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnholyMightOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Unholy Might for 10 seconds on Kill", statOrderKey = "4412", statOrder = { 4412 }, level = 1, group = "UnholyMightOnKillPercentChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaugtOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Onslaught for 10 seconds on Kill", statOrderKey = "4406", statOrder = { 4406 }, level = 1, group = "OnslaugtOnKillPercentChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumLifeOnKillPercentUnique__1"] = { affix = "", "Recover 1% of Life on Kill", statOrderKey = "1271", statOrder = { 1271 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeOnKillPercentUnique__2"] = { affix = "", "Recover (1-3)% of Life on Kill", statOrderKey = "1271", statOrder = { 1271 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeOnKillPercentUnique__3__"] = { affix = "", "Recover (3-5)% of Life on Kill", statOrderKey = "1271", statOrder = { 1271 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeOnKillPercentUnique__4_"] = { affix = "", "Recover 1% of Life on Kill", statOrderKey = "1271", statOrder = { 1271 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumManaOnKillPercentUnique__1"] = { affix = "", "Recover (1-3)% of Mana on Kill", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MaximumEnergyShieldOnKillPercentUnique__1"] = { affix = "", "Recover (3-5)% of Energy Shield on Kill", statOrderKey = "1272", statOrder = { 1272 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["MaximumEnergyShieldOnKillPercentUnique__2"] = { affix = "", "Recover 1% of Energy Shield on Kill", statOrderKey = "1272", statOrder = { 1272 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["BurningArrowThresholdJewelUnique__1"] = { affix = "", "With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Burning Ground if it Ignites an Enemy", "With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Tar if it does not Ignite an Enemy", statOrderKey = "2761,2763", statOrder = { 2761, 2763 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["DisplayManifestWeaponUnique__1"] = { affix = "", "Triggers Level 15 Manifest Dancing Dervish on Rampage", "Manifested Dancing Dervish disables both weapon slots", "Manifested Dancing Dervish dies when Rampage ends", statOrderKey = "2756,2757,2758", statOrder = { 2756, 2757, 2758 }, level = 1, group = "DisplayManifestWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["BarrageThresholdUnique__1"] = { affix = "", "With at least 40 Dexterity in Radius, Barrage fires an additional 6 projectiles simultaneously on the first and final attacks", statOrderKey = "2680", statOrder = { 2680 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["GroundSlamThresholdUnique__1"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam", "has a 50% increased angle", statOrderKey = "2674,2674.1", statOrder = { 2674, 2674.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["GroundSlamThresholdUnique__2"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam has a 35% chance", "to grant an Endurance Charge when you Stun an Enemy", statOrderKey = "2673,2673.1", statOrder = { 2673, 2673.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["SummonSkeletonsThresholdUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Summon Skeletons can Summon up to 15 Skeleton Mages", statOrderKey = "2663", statOrder = { 2663 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["AdditionalSnipeTotemsPerDexterityUnique__1"] = { affix = "", "Siege Ballista has +1 to maximum number of Summoned Totems per 200 Dexterity", statOrderKey = "2812", statOrder = { 2812 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AdditionalShrapnelBallistaePerStrengthUnique__1"] = { affix = "", "Shrapnel Ballista has +1 to maximum number of Summoned Totems per 200 Strength", statOrderKey = "2811", statOrder = { 2811 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AddedDamagePerDexterityUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity", statOrderKey = "2813", statOrder = { 2813 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedDamagePerStrengthUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Strength", statOrderKey = "4020", statOrder = { 4020 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["DisplayBlindAuraUnique__1"] = { affix = "", "Nearby Enemies are Blinded", statOrderKey = "2814", statOrder = { 2814 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisplayNearbyEnemiesAreSlowedUnique__1"] = { affix = "", "Nearby Enemies are Hindered, with 25% reduced Movement Speed", statOrderKey = "2820", statOrder = { 2820 }, level = 1, group = "NearbyEnemiesAreSlowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "aura" }, }, - ["DisplaySupportedByHypothermiaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Hypothermia", statOrderKey = "268", statOrder = { 268 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Ice Bite", statOrderKey = "269", statOrder = { 269 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByIceBiteUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 10 Ice Bite", statOrderKey = "269", statOrder = { 269 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByColdPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Cold Penetration", statOrderKey = "270", statOrder = { 270 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByManaLeechUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Mana Leech", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByAddedColdDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Cold Damage", statOrderKey = "272", statOrder = { 272 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByReducedManaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "273", statOrder = { 273 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByReducedManaUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "273", statOrder = { 273 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByBonechillUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Bonechill", statOrderKey = "91", statOrder = { 91 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["FlaskConsumesFrenzyChargesUnique__1"] = { affix = "", "Consumes Frenzy Charges on use", statOrderKey = "550", statOrder = { 550 }, level = 1, group = "FlaskConsumesFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "frenzy_charge" }, }, - ["CriticalChanceAgainstBlindedEnemiesUnique__1"] = { affix = "", "(120-140)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "2823", statOrder = { 2823 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalChanceAgainstBlindedEnemiesUnique__2__"] = { affix = "", "(30-50)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "2823", statOrder = { 2823 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["DamageAgainstNearEnemiesUnique__1"] = { affix = "", "(60-80)% increased Damage with Hits and Ailments against Hindered Enemies", statOrderKey = "3511", statOrder = { 3511 }, level = 1, group = "DamageAgainstNearEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["BeltSoulEaterDuringFlaskEffect__1"] = { affix = "", "Gain Soul Eater during any Flask Effect", statOrderKey = "2843", statOrder = { 2843 }, level = 57, group = "BeltSoulEaterDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["BeltSoulsRemovedOnFlaskUse__1"] = { affix = "", "Lose Souls gained from Soul Eater when you use a Flask", statOrderKey = "2844", statOrder = { 2844 }, level = 1, group = "BeltSoulsRemovedOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FireDamageToNearbyEnemiesOnKillUnique"] = { affix = "", "Trigger Level 1 Fire Burst on Kill", statOrderKey = "442", statOrder = { 442 }, level = 1, group = "DamageToNearbyEnemiesOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedAurasReserveNoManaUnique__1"] = { affix = "", "Socketed Gems have no Reservation", statOrderKey = "283", statOrder = { 283 }, level = 48, group = "SocketedAurasReserveNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["ItemGrantsIllusoryWarpUnique__1"] = { affix = "", "Grants Level 20 Illusory Warp Skill", statOrderKey = "351", statOrder = { 351 }, level = 1, group = "ItemGrantsIllusoryWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LocalDoubleImplicitMods"] = { affix = "", "Implicit Modifier magnitudes are doubled", statOrderKey = "22", statOrder = { 22 }, level = 65, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalTripleImplicitModsUnique__1__"] = { affix = "", "Implicit Modifier magnitudes are tripled", statOrderKey = "22", statOrder = { 22 }, level = 1, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnarmedDamageVsBleedingEnemiesUnique__1"] = { affix = "", "100% increased Damage with Unarmed Attacks against Bleeding Enemies", statOrderKey = "2979", statOrder = { 2979 }, level = 1, group = "UnarmedDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ClawDamageModsAlsoAffectUnarmedUnique__1"] = { affix = "", "Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills", statOrderKey = "2982", statOrder = { 2982 }, level = 1, group = "ClawDamageModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["BaseUnarmedCriticalStrikeChanceUnique__1"] = { affix = "", "+7% to Unarmed Melee Attack Critical Strike Chance", statOrderKey = "2981", statOrder = { 2981 }, level = 1, group = "BaseUnarmedCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["LifeGainVsBleedingEnemiesUnique__1"] = { affix = "", "Gain +30 Life when you Hit a Bleeding Enemy", statOrderKey = "2980", statOrder = { 2980 }, level = 1, group = "LifeGainVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SummonWolfOnKillUnique__1"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "464", statOrder = { 464 }, level = 62, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SummonWolfOnKillUnique__1New"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "464", statOrder = { 464 }, level = 62, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SummonWolfOnKillUnique__2_"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "464", statOrder = { 464 }, level = 1, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SummonWolfOnCritUnique__1"] = { affix = "", "20% chance to Trigger Level 25 Summon Spectral Wolf on Critical Strike with this Weapon", statOrderKey = "426", statOrder = { 426 }, level = 1, group = "SummonWolfOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, - ["SwordPhysicalAttackSpeedUnique__1"] = { affix = "", "35% increased Attack Speed with Swords", statOrderKey = "976", statOrder = { 976 }, level = 80, group = "SwordAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["AxePhysicalDamageUnique__1"] = { affix = "", "80% increased Physical Damage with Axes", statOrderKey = "861", statOrder = { 861 }, level = 80, group = "AxePhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["DualWieldingPhysicalDamageUnique__1"] = { affix = "", "40% increased Physical Attack Damage while Dual Wielding", statOrderKey = "837", statOrder = { 837 }, level = 1, group = "DualWieldingPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["ProjectilesForkUnique____1"] = { affix = "", "Arrows Fork", statOrderKey = "2992", statOrder = { 2992 }, level = 70, group = "ProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ClawAttackSpeedModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills", statOrderKey = "2983", statOrder = { 2983 }, level = 1, group = "ClawAttackSpeedModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["ClawCritModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Critical Strike Chance also apply to Unarmed Critical Strike Chance with Melee Skills", statOrderKey = "2984", statOrder = { 2984 }, level = 35, group = "ClawCritModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["EnergyShieldDelayDuringFlaskEffect__1"] = { affix = "", "30% slower start of Energy Shield Recharge during any Flask Effect", statOrderKey = "2988", statOrder = { 2988 }, level = 35, group = "EnergyShieldDelayDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, - ["ESRechargeRateDuringFlaskEffect__1"] = { affix = "", "400% increased Energy Shield Recharge Rate during any Flask Effect", statOrderKey = "2990", statOrder = { 2990 }, level = 1, group = "ESRechargeRateDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, - ["IncreasedColdDamagePerBlockChanceUnique__1"] = { affix = "", "1% increased Cold Damage per 1% Chance to Block Attack Damage", statOrderKey = "2995", statOrder = { 2995 }, level = 74, group = "IncreasedColdDamagePerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["IncreasedManaPerSpellBlockChanceUnique__1"] = { affix = "", "1% increased Maximum Mana per 2% Chance to Block Spell Damage", statOrderKey = "2996", statOrder = { 2996 }, level = 1, group = "IncreasedManaPerSpellBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedArmourWhileChilledOrFrozenUnique__1"] = { affix = "", "300% increased Armour while Chilled or Frozen", statOrderKey = "2997", statOrder = { 2997 }, level = 1, group = "IncreasedArmourWhileChilledOrFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["AddedColdDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (15-25) to (40-50) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageToSpellsAndAttacksUnique__2"] = { affix = "", "Adds (5-7) to (13-15) Cold Damage to Spells and Attacks", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["UtilityFlaskSmokeCloud"] = { affix = "", "Creates a Smoke Cloud on Use", statOrderKey = "563", statOrder = { 563 }, level = 1, group = "UtilityFlaskSmokeCloud", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["UtilityFlaskConsecrate"] = { affix = "", "Creates Consecrated Ground on Use", statOrderKey = "545", statOrder = { 545 }, level = 1, group = "UtilityFlaskConsecrate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["UtilityFlaskChilledGround"] = { affix = "", "Creates Chilled Ground on Use", statOrderKey = "546", statOrder = { 546 }, level = 1, group = "UtilityFlaskChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["UtilityFlaskTaunt_"] = { affix = "", "Taunts nearby Enemies on use", statOrderKey = "560", statOrder = { 560 }, level = 1, group = "UtilityFlaskTaunt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["UtilityFlaskWard"] = { affix = "", "Restores Ward on use", statOrderKey = "572", statOrder = { 572 }, level = 1, group = "UtilityFlaskWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["SummonsWormsOnUse"] = { affix = "", "2 Enemy Writhing Worms escape the Flask when used", "Writhing Worms are destroyed when Hit", statOrderKey = "573,573.1", statOrder = { 573, 573.1 }, level = 1, group = "SummonsWormsOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["PowerChargeOnHitUnique__1"] = { affix = "", "20% chance to gain a Power Charge on Hit", statOrderKey = "1352", statOrder = { 1352 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["LosePowerChargesOnMaxPowerChargesUnique__1"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrderKey = "3013", statOrder = { 3013 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["LosePowerChargesOnMaxPowerChargesUnique__2"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrderKey = "3013", statOrder = { 3013 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["LoseEnduranceChargesOnMaxEnduranceChargesUnique__1_"] = { affix = "", "You lose all Endurance Charges on reaching maximum Endurance Charges", statOrderKey = "2174", statOrder = { 2174 }, level = 1, group = "LoseEnduranceChargesOnMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ShockOnMaxPowerChargesUnique__1"] = { affix = "", "Shocks you when you reach Maximum Power Charges", statOrderKey = "3014", statOrder = { 3014 }, level = 1, group = "ShockOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["MoltenBurstOnMeleeHitUnique__1"] = { affix = "", "20% chance to Trigger Level 16 Molten Burst on Melee Hit", statOrderKey = "456", statOrder = { 456 }, level = 1, group = "MoltenBurstOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["PenetrateEnemyFireResistUnique__1"] = { affix = "", "Damage Penetrates 20% Fire Resistance", statOrderKey = "2400", statOrder = { 2400 }, level = 1, group = "PenetrateEnemyFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["LocalFlaskPetrifiedUnique__1"] = { affix = "", "Petrified during Flask Effect", statOrderKey = "630", statOrder = { 630 }, level = 1, group = "LocalFlaskPetrified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LocalFlaskPhysicalDamageReductionUnique__1"] = { affix = "", "(40-50)% additional Physical Damage Reduction during Flask Effect", statOrderKey = "618", statOrder = { 618 }, level = 1, group = "LocalFlaskPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical" }, }, - ["LightningDegenAuraUniqueDisplay__1"] = { affix = "", "Nearby Enemies take 50 Lightning Damage per second", statOrderKey = "2579", statOrder = { 2579 }, level = 1, group = "LightningDegenAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["CannotBeAffectedByFlasksUnique__1"] = { affix = "", "Flasks do not apply to you", statOrderKey = "3158", statOrder = { 3158 }, level = 38, group = "CannotBeAffectedByFlasks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlasksApplyToMinionsUnique__1"] = { affix = "", "Flasks apply to your Raised Zombies and Spectres", statOrderKey = "3159", statOrder = { 3159 }, level = 1, group = "FlasksApplyToMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, - ["RepeatingShockwave"] = { affix = "", "Triggers Level 7 Abberath's Fury when Equipped", statOrderKey = "441", statOrder = { 441 }, level = 1, group = "RepeatingShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LifeRegenerationWhileFrozenUnique__1"] = { affix = "", "Regenerate 10% of Life per second while Frozen", statOrderKey = "3152", statOrder = { 3152 }, level = 1, group = "LifeRegenerationWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["KnockbackOnCounterattackChanceUnique__1"] = { affix = "", "100% chance to knockback on Counterattack", statOrderKey = "3034", statOrder = { 3034 }, level = 1, group = "KnockbackOnCounterattack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["EnergyShieldRechargeOnBlockUnique__1"] = { affix = "", "20% chance for Energy Shield Recharge to start when you Block", statOrderKey = "2839", statOrder = { 2839 }, level = 1, group = "EnergyShieldRechargeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, - ["LocalAttacksAlwaysCritUnique__1"] = { affix = "", "All Attacks with this Weapon are Critical Strikes", statOrderKey = "3202", statOrder = { 3202 }, level = 1, group = "AlwaysCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["LocalDoubleDamageToChilledEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage to Chilled Enemies", statOrderKey = "3169", statOrder = { 3169 }, level = 1, group = "DoubleDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["LocalElementalPenetrationUnique__1"] = { affix = "", "Attacks with this Weapon Penetrate 30% Elemental Resistances", statOrderKey = "3170", statOrder = { 3170 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["FlaskZealotsOathUnique__1"] = { affix = "", "Life Recovery from Flasks also applies to Energy Shield during Flask Effect", "Zealot's Oath during Flask effect", statOrderKey = "521,698", statOrder = { 521, 698 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "resource", "life", "defences" }, }, - ["IncreasedDamageAtNoFrenzyChargesUnique__1"] = { affix = "", "(60-80)% increased Damage while you have no Frenzy Charges", statOrderKey = "3174", statOrder = { 3174 }, level = 1, group = "DamageOnNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["CriticalChanceAgainstEnemiesOnFullLifeUnique__1"] = { affix = "", "100% increased Critical Strike Chance against Enemies on Full Life", statOrderKey = "3175", statOrder = { 3175 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeAttackLifeLeechUnique__1"] = { affix = "", "1% of Attack Damage Leeched as Life on Critical Strike", statOrderKey = "3176", statOrder = { 3176 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["AddedPhysicalToMinionAttacksUnique__1"] = { affix = "", "Minions deal (5-8) to (12-16) additional Attack Physical Damage", statOrderKey = "3177", statOrder = { 3177 }, level = 1, group = "AddedPhysicalToMinionAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, - ["AttackPhysicalDamageAddedAsLightningUnique__1"] = { affix = "", "Gain 15% of Physical Attack Damage as Extra Lightning Damage", statOrderKey = "3185", statOrder = { 3185 }, level = 1, group = "LightningDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, }, - ["AttackPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Gain 15% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3183", statOrder = { 3183 }, level = 1, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, - ["AttackPhysicalDamageAddedAsFireUnique__2"] = { affix = "", "Gain (30-40)% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3183", statOrder = { 3183 }, level = 1, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, - ["EnergyShieldPer5StrengthUnique__1"] = { affix = "", "+2 maximum Energy Shield per 5 Strength", statOrderKey = "3186", statOrder = { 3186 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["MaximumGolemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrderKey = "3101", statOrder = { 3101 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumGolemsUnique__2"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrderKey = "3101", statOrder = { 3101 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumGolemsUnique__3"] = { affix = "", "+3 to maximum number of Summoned Golems", statOrderKey = "3101", statOrder = { 3101 }, level = 43, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumGolemsUnique__4_"] = { affix = "", "-1 to maximum number of Summoned Golems", statOrderKey = "3101", statOrder = { 3101 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["GrantsLevel12StoneGolem"] = { affix = "", "Grants Level 12 Summon Stone Golem Skill", statOrderKey = "353", statOrder = { 353 }, level = 1, group = "GrantsStoneGolemSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ZealotsOathUnique__1"] = { affix = "", "Zealot's Oath", statOrderKey = "7677", statOrder = { 7677 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["WeaponCountsAsAllOneHandedWeapons__1"] = { affix = "", "Counts as all One Handed Melee Weapon Types", statOrderKey = "3188", statOrder = { 3188 }, level = 1, group = "CountsAsAllOneHandMeleeWeapons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedGemsSupportedByFortifyUnique____1"] = { affix = "", "Socketed Gems are Supported by Level 12 Fortify", statOrderKey = "255", statOrder = { 255 }, level = 1, group = "DisplaySocketedGemGetsFortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["CannotBePoisonedUnique__1"] = { affix = "", "Cannot be Poisoned", statOrderKey = "2787", statOrder = { 2787 }, level = 1, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["EnergyShieldRecoveryRateUnique__1"] = { affix = "", "(30-40)% increased Energy Shield Recovery rate", statOrderKey = "1114", statOrder = { 1114 }, level = 1, group = "EnergyShieldRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["IncreasedDamageTakenUnique__1"] = { affix = "", "5% increased Damage taken", statOrderKey = "1735", statOrder = { 1735 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskImmuneToDamage__1"] = { affix = "", "You are Immune to Damage during Flask Effect", statOrderKey = "629", statOrder = { 629 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LocalAlwaysCrit"] = { affix = "", "All Attacks with this Weapon are Critical Strikes", statOrderKey = "3202", statOrder = { 3202 }, level = 1, group = "AlwaysCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["IncreasePhysicalDegenDamagePerDexterityUnique__1"] = { affix = "", "2% increased Physical Damage Over Time per 10 Dexterity", statOrderKey = "3205", statOrder = { 3205 }, level = 1, group = "DegenerationDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreaseBleedDurationPerIntelligenceUnique__1"] = { affix = "", "1% increased Bleeding Duration per 12 Intelligence", statOrderKey = "3206", statOrder = { 3206 }, level = 1, group = "BleedDurationPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "ailment" }, }, - ["BleedingEnemiesFleeOnHitUnique__1"] = { affix = "", "30% Chance to cause Bleeding Enemies to Flee on hit", statOrderKey = "3207", statOrder = { 3207 }, level = 1, group = "BleedingEnemiesFleeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToAvoidFireDamageUnique__1"] = { affix = "", "25% chance to Avoid Fire Damage from Hits", statOrderKey = "2791", statOrder = { 2791 }, level = 1, group = "FireDamageAvoidance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, - ["TrapTriggerRadiusUnique__1"] = { affix = "", "(40-60)% increased Trap Trigger Area of Effect", statOrderKey = "1436", statOrder = { 1436 }, level = 1, group = "TrapTriggerRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpreadChilledGroundOnFreezeUnique__1"] = { affix = "", "15% chance to create Chilled Ground when you Freeze an Enemy", statOrderKey = "2824", statOrder = { 2824 }, level = 1, group = "SpreadChilledGroundOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SpreadConsecratedGroundOnShatterUnique__1"] = { affix = "", "Create Consecrated Ground when you Shatter an Enemy", statOrderKey = "3531", statOrder = { 3531 }, level = 1, group = "SpreadConsecratedGroundOnShatter", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToPoisonWithAttacksUnique___1"] = { affix = "", "20% chance to Poison on Hit with Attacks", statOrderKey = "2590", statOrder = { 2590 }, level = 1, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["TrapTriggerTwiceChanceUnique__1"] = { affix = "", "(8-12)% Chance for Traps to Trigger an additional time", statOrderKey = "3204", statOrder = { 3204 }, level = 1, group = "TrapTriggerTwiceChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TrapAndMineAddedPhysicalDamageUnique__1"] = { affix = "", "Traps and Mines deal (3-5) to (10-15) additional Physical Damage", statOrderKey = "3203", statOrder = { 3203 }, level = 1, group = "TrapAndMineDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["FlaskLifeGainOnSkillUseUnique__1"] = { affix = "", "Grants Last Breath when you Use a Skill during Flask Effect, for (450-600)% of Mana Cost", statOrderKey = "616", statOrder = { 616 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["TrapPoisonChanceUnique__1"] = { affix = "", "Traps and Mines have a 25% chance to Poison on Hit", statOrderKey = "3494", statOrder = { 3494 }, level = 1, group = "TrapPoisonChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["SocketedGemsSupportedByBlasphemyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 22 Blasphemy", statOrderKey = "274", statOrder = { 274 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, - ["SocketedGemsSupportedByBlasphemyUnique__2__"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "274", statOrder = { 274 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, - ["ReducedReservationForSocketedCurseGemsUnique__1"] = { affix = "", "Socketed Curse Gems have 12% reduced Reservation", statOrderKey = "343", statOrder = { 343 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, - ["ReducedReservationForSocketedCurseGemsUnique__2"] = { affix = "", "Socketed Curse Gems have 50% reduced Reservation", statOrderKey = "343", statOrder = { 343 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, - ["GrantAlliesPowerChargeOnKillUnique__1"] = { affix = "", "10% chance to grant a Power Charge to nearby Allies on Kill", statOrderKey = "2802", statOrder = { 2802 }, level = 1, group = "GrantAlliesPowerChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["GrantAlliesFrenzyChargeOnHitUnique__1"] = { affix = "", "5% chance to grant a Frenzy Charge to nearby Allies on Hit", statOrderKey = "2803", statOrder = { 2803 }, level = 1, group = "GrantAlliesFrenzyChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["SummonRagingSpiritOnKillUnique__1"] = { affix = "", "10% chance to Trigger Level 8 Summon Raging Spirit on Kill", statOrderKey = "458", statOrder = { 458 }, level = 1, group = "SummonRagingSpiritOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PhysicalDamageConvertedToChaosUnique__1"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1470", statOrder = { 1470 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageConvertedToChaosUnique__2"] = { affix = "", "50% of Physical Damage Converted to Chaos Damage", statOrderKey = "1470", statOrder = { 1470 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["FishDetectionUnique__1_"] = { affix = "", "Glows while in an Area containing a Unique Fish", statOrderKey = "3532", statOrder = { 3532 }, level = 1, group = "FishingDetection", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalMaimOnHitUnique__1"] = { affix = "", "Attacks with this Weapon Maim on hit", statOrderKey = "3536", statOrder = { 3536 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["LocalMaimOnHit2HImplicit_1"] = { affix = "", "25% chance to Maim on Hit", statOrderKey = "5976", statOrder = { 5976 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AlwaysCritShockedEnemiesUnique__1"] = { affix = "", "Always Critically Strike Shocked Enemies", statOrderKey = "3539", statOrder = { 3539 }, level = 1, group = "AlwaysCritShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CannotCritNonShockedEnemiesUnique___1"] = { affix = "", "You cannot deal Critical Strikes against non-Shocked Enemies", statOrderKey = "3540", statOrder = { 3540 }, level = 1, group = "CannotCritNonShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["MinionChanceToBlindOnHitUnique__1"] = { affix = "", "Minions have 15% chance to Blind Enemies on hit", statOrderKey = "3558", statOrder = { 3558 }, level = 1, group = "MinionChanceToBlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MinionBlindImmunityUnique__1"] = { affix = "", "Minions cannot be Blinded", statOrderKey = "3557", statOrder = { 3557 }, level = 1, group = "MinionBlindImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["DisplaySocketedMinionGemsSupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Minion Gems are Supported by Level 16 Life Leech", statOrderKey = "278", statOrder = { 278 }, level = 1, group = "DisplaySocketedMinionGemsSupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "minion", "gem" }, }, - ["MagicItemsDropIdentifiedUnique__1"] = { affix = "", "Found Magic Items drop Identified", statOrderKey = "3559", statOrder = { 3559 }, level = 1, group = "MagicItemsDropIdentified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ManaPerStackableJewelUnique__1"] = { affix = "", "Gain 30 Mana per Grand Spectrum", statOrderKey = "3560", statOrder = { 3560 }, level = 1, group = "ManaPerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ArmourPerStackableJewelUnique__1"] = { affix = "", "Gain 200 Armour per Grand Spectrum", statOrderKey = "3561", statOrder = { 3561 }, level = 1, group = "ArmourPerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["IncreasedDamagePerStackableJewelUnique__1"] = { affix = "", "15% increased Elemental Damage per Grand Spectrum", statOrderKey = "3563", statOrder = { 3563 }, level = 1, group = "IncreasedDamagePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["CriticalStrikeChancePerStackableJewelUnique__1"] = { affix = "", "25% increased Critical Strike Chance per Grand Spectrum", statOrderKey = "3562", statOrder = { 3562 }, level = 1, group = "CriticalStrikeChancePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["AllResistancePerStackableJewelUnique__1"] = { affix = "", "+7% to all Elemental Resistances per Grand Spectrum", statOrderKey = "3564", statOrder = { 3564 }, level = 1, group = "AllResistancePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AddedColdDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Spells per Power Charge", statOrderKey = "1343", statOrder = { 1343 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AddedColdDamagePerPowerChargeUnique__2"] = { affix = "", "Adds 15 to 25 Cold Damage to Spells per Power Charge", statOrderKey = "1343", statOrder = { 1343 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["GainManaOnKillingFrozenEnemyUnique__1"] = { affix = "", "+(20-25) Mana gained on Killing a Frozen Enemy", statOrderKey = "7148", statOrder = { 7148 }, level = 1, group = "GainManaOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["GainPowerChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "50% chance to gain a Power Charge on Killing a Frozen Enemy", statOrderKey = "1342", statOrder = { 1342 }, level = 1, group = "GainPowerChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedDamageIfFrozenRecentlyUnique__1"] = { affix = "", "60% increased Damage if you've Frozen an Enemy Recently", statOrderKey = "4659", statOrder = { 4659 }, level = 44, group = "IncreasedDamageIfFrozenRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AddedLightningDamagePerIntelligenceUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4017", statOrder = { 4017 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamagePerIntelligenceUnique__2"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4017", statOrder = { 4017 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["IncreasedAttackSpeedPerDexterityUnique__1"] = { affix = "", "1% increased Attack Speed per 25 Dexterity", statOrderKey = "4039", statOrder = { 4039 }, level = 1, group = "IncreasedAttackSpeedPerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["MovementVelocityWhileBleedingUnique__1"] = { affix = "", "15% increased Movement Speed while Bleeding", statOrderKey = "6906", statOrder = { 6906 }, level = 1, group = "MovementVelocityWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["IncreasedPhysicalDamageTakenWhileMovingUnique__1"] = { affix = "", "10% increased Physical Damage taken while moving", statOrderKey = "3707", statOrder = { 3707 }, level = 1, group = "IncreasedPhysicalDamageTakenWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["PhysicalDamageReductionWhileNotMovingUnique__1"] = { affix = "", "10% additional Physical Damage Reduction while stationary", statOrderKey = "3705", statOrder = { 3705 }, level = 1, group = "PhysicalDamageReductionWhileNotMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["AddedLightningDamagePerShockedEnemyKilledUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage for each Shocked Enemy you've Killed Recently", statOrderKey = "6795", statOrder = { 6795 }, level = 1, group = "AddedLightningDamagePerShockedEnemyKilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["ColdPenetrationAgainstChilledEnemiesUnique__1"] = { affix = "", "Damage Penetrates 20% Cold Resistance against Chilled Enemies", statOrderKey = "4503", statOrder = { 4503 }, level = 81, group = "ColdPenetrationAgainstChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["GainLifeOnIgnitingEnemyUnique__1"] = { affix = "", "Recover (40-60) Life when you Ignite an Enemy", statOrderKey = "7147", statOrder = { 7147 }, level = 81, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GainLifeOnIgnitingEnemyUnique__2"] = { affix = "", "Recover (20-30) Life when you Ignite an Enemy", statOrderKey = "7147", statOrder = { 7147 }, level = 36, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ReflectsShocksUnique__1"] = { affix = "", "Shock Reflection", statOrderKey = "7163", statOrder = { 7163 }, level = 1, group = "ReflectsShocks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReflectsShockToEnemiesInRadiusUnique__1"] = { affix = "", "Reflect Shocks applied to you to all Nearby Enemies", statOrderKey = "7164", statOrder = { 7164 }, level = 1, group = "ReflectsShockToEnemiesInRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1"] = { affix = "", "Chaos Damage does not bypass Energy Shield while not on Low Life or Low Mana", statOrderKey = "4431", statOrder = { 4431 }, level = 1, group = "ChaosDamageDoesNotBypassESNotLowLifeOrMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["FrenzyChargeOnHitWhileBleedingUnique__1"] = { affix = "", "Gain a Frenzy Charge on Hit while Bleeding", statOrderKey = "5064", statOrder = { 5064 }, level = 1, group = "FrenzyChargeOnHitWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["IncreasedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "(10-15)% increased Cold Damage per Frenzy Charge", statOrderKey = "4490", statOrder = { 4490 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, - ["IncreasedColdDamagePerFrenzyChargeUnique__2"] = { affix = "", "(15-20)% increased Cold Damage per Frenzy Charge", statOrderKey = "4490", statOrder = { 4490 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, - ["OnHitBlindChilledEnemiesUnique__1_"] = { affix = "", "Blind Chilled Enemies on Hit", statOrderKey = "4273", statOrder = { 4273 }, level = 1, group = "OnHitBlindChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainLifeOnBlockUnique__1"] = { affix = "", "Recover 250 Life when you Block", statOrderKey = "1281", statOrder = { 1281 }, level = 1, group = "RecoverLifeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, - ["GrantsLevel30ReckoningUnique__1"] = { affix = "", "Grants Level 30 Reckoning Skill", statOrderKey = "380", statOrder = { 380 }, level = 1, group = "GrantsLevel30Reckoning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["MinionsRecoverLifeOnKillingPoisonedEnemyUnique__1_"] = { affix = "", "Minions Recover 20% of Life on Killing a Poisoned Enemy", statOrderKey = "6873", statOrder = { 6873 }, level = 1, group = "MinionsRecoverLifeOnKillingPoisonedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1"] = { affix = "", "Gain a Frenzy Charge on reaching Maximum Power Charges", statOrderKey = "3015", statOrder = { 3015 }, level = 1, group = "WhenReachingMaxPowerChargesGainAFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["GrantsEnvyUnique__1"] = { affix = "", "Grants Level 15 Envy Skill", statOrderKey = "379", statOrder = { 379 }, level = 87, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsEnvyUnique__2"] = { affix = "", "Grants Level 15 Envy Skill", statOrderKey = "379", statOrder = { 379 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GainArmourIfBlockedRecentlyUnique__1"] = { affix = "", "+1000 Armour if you've Blocked Recently", statOrderKey = "3814", statOrder = { 3814 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["GainArmourIfBlockedRecentlyUnique__2"] = { affix = "", "+1500 Armour if you've Blocked Recently", statOrderKey = "3814", statOrder = { 3814 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["EnemiesBlockedAreIntimidatedUnique__1"] = { affix = "", "Permanently Intimidate Enemies on Block", statOrderKey = "6992", statOrder = { 6992 }, level = 1, group = "EnemiesBlockedAreIntimidated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["MinionsPoisonEnemiesOnHitUnique__1"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrderKey = "2589", statOrder = { 2589 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, }, - ["MinionsPoisonEnemiesOnHitUnique__2"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrderKey = "2589", statOrder = { 2589 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, }, - ["GrantsLevel20BoneNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Bone Nova when you Hit a Bleeding Enemy", statOrderKey = "444", statOrder = { 444 }, level = 1, group = "GrantsLevel20BoneNovaTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["GrantsLevel20IcicleNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Icicle Burst when you Hit a Frozen Enemy", statOrderKey = "483", statOrder = { 483 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["AttacksCauseBleedingOnCursedEnemyHitUnique__1"] = { affix = "", "Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies", statOrderKey = "4049", statOrder = { 4049 }, level = 1, group = "AttacksCauseBleedingOnCursedEnemyHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ReceiveBleedingWhenHitUnique__1_"] = { affix = "", "50% chance to be inflicted with Bleeding when Hit by an Attack", statOrderKey = "7144", statOrder = { 7144 }, level = 1, group = "ReceiveBleedingWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ArmourIncreasedByUncappedFireResistanceUnique__1"] = { affix = "", "Armour is increased by Uncapped Fire Resistance", statOrderKey = "3932", statOrder = { 3932 }, level = 1, group = "ArmourIncreasedByUncappedFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["EvasionIncreasedByUncappedColdResistanceUnique__1"] = { affix = "", "Evasion Rating is increased by Uncapped Cold Resistance", statOrderKey = "4909", statOrder = { 4909 }, level = 1, group = "EvasionIncreasedByUncappedColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["CriticalChanceIncreasedByUncappedLightningResistanceUnique__1"] = { affix = "", "Critical Strike Chance is increased by Lightning Resistance", statOrderKey = "4556", statOrder = { 4556 }, level = 1, group = "CriticalChanceIncreasedByUncappedLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CoverInAshWhenHitUnique__1"] = { affix = "", "Cover Enemies in Ash when they Hit you", statOrderKey = "3896", statOrder = { 3896 }, level = 44, group = "CoverInAshWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikesDealIncreasedLightningDamageUnique__1"] = { affix = "", "50% increased Lightning Damage", statOrderKey = "931", statOrder = { 931 }, level = 87, group = "CriticalStrikesDealIncreasedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["MaximumEnergyShieldAsPercentageOfLifeUnique__1"] = { affix = "", "Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "6731", statOrder = { 6731 }, level = 60, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["GlobalIgniteProlifUnique__1"] = { affix = "", "Ignites you inflict spread to other Enemies within a Radius of 15", statOrderKey = "1724", statOrder = { 1724 }, level = 1, group = "GlobalIgniteProlif", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChillEnemiesWhenHitUnique__1"] = { affix = "", "Chill Enemy for 1 second when Hit, reducing their Action Speed by 30%", statOrderKey = "2555", statOrder = { 2555 }, level = 1, group = "ChillEnemiesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["Roll6LinkedRandomColourSocketsUnique__1"] = { affix = "", "Sockets cannot be modified", statOrderKey = "30", statOrder = { 30 }, level = 1, group = "Roll6LinkedRandomColourSockets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnlySocketCorruptedGemsUnique__1"] = { affix = "", "You can only Socket Corrupted Gems in this item", statOrderKey = "5893", statOrder = { 5893 }, level = 1, group = "OnlySocketCorruptedGems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["CurseLevel10VulnerabilityOnHitUnique__1"] = { affix = "", "25% chance to Curse Enemies with Vulnerability on Hit, with 40% increased Effect", statOrderKey = "1975", statOrder = { 1975 }, level = 1, group = "CurseVulnerabilityOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["FireResistConvertedToBlockChanceScaledJewelUnique__1_"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Attack Damage at 35% of its value", statOrderKey = "6042,6042.1", statOrder = { 6042, 6042.1 }, level = 1, group = "FireResistConvertedToBlockChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ColdResistConvertedToDodgeChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant Chance to Dodge Attack Hits at 35% of its value", statOrderKey = "6020,6020.1", statOrder = { 6020, 6020.1 }, level = 1, group = "ColdResistConvertedToDodgeChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["LightningResistConvertedToSpellBlockChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Spell Damage at 35% of its value", statOrderKey = "6057,6057.1", statOrder = { 6057, 6057.1 }, level = 1, group = "LightningResistConvertedToSpellBlockChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["FireResistAlsoGrantsEnduranceChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain an Endurance Charge on Kill", statOrderKey = "6043,6043.1", statOrder = { 6043, 6043.1 }, level = 1, group = "FireResistAlsoGrantsEnduranceChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Frenzy Charge on Kill", statOrderKey = "6021,6021.1", statOrder = { 6021, 6021.1 }, level = 1, group = "ColdResistAlsoGrantsFrenzyChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Power Charge on Kill", statOrderKey = "6058,6058.1", statOrder = { 6058, 6058.1 }, level = 1, group = "LightningResistAlsoGrantsPowerChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["LightningStrikesOnCritUnique__1"] = { affix = "", "Trigger Level 12 Lightning Bolt when you deal a Critical Strike", statOrderKey = "450", statOrder = { 450 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, - ["LightningStrikesOnCritUnique__2"] = { affix = "", "Trigger Level 20 Lightning Bolt when you deal a Critical Strike", statOrderKey = "450", statOrder = { 450 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, - ["ArcticArmourBuffEffectUnique__1_"] = { affix = "", "25% increased Arctic Armour Buff Effect", statOrderKey = "3428", statOrder = { 3428 }, level = 1, group = "ArcticArmourBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ArcticArmourReservationCostUnique__1"] = { affix = "", "Arctic Armour has 100% reduced Reservation", statOrderKey = "3435", statOrder = { 3435 }, level = 1, group = "ArcticArmourReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionLeechOnPoisonedEnemiesUnique__1"] = { affix = "", "Minions Leech 5% of Damage as Life against Poisoned Enemies", statOrderKey = "6844", statOrder = { 6844 }, level = 1, group = "MinionLeechOnPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["BleedingEnemiesExplodeUnique__1"] = { affix = "", "Bleeding Enemies you Kill Explode, dealing 5% of", "their Maximum Life as Physical Damage", statOrderKey = "2894,2894.1", statOrder = { 2894, 2894.1 }, level = 1, group = "BleedingEnemiesExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["ChilledGroundEffectUnique__1"] = { affix = "", "40% increased Effect of Chilled Ground", statOrderKey = "4464", statOrder = { 4464 }, level = 1, group = "ChilledGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["HeraldOfIceDamageUnique__1_"] = { affix = "", "50% increased Herald of Ice Damage", statOrderKey = "3126", statOrder = { 3126 }, level = 1, group = "HeraldOfIceDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["KeystoneMinionInstabilityUnique__1"] = { affix = "", "Minion Instability", statOrderKey = "7669", statOrder = { 7669 }, level = 1, group = "MinionInstability", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["KeystoneConduitUnique__1__"] = { affix = "", "Conduit", statOrderKey = "7653", statOrder = { 7653 }, level = 1, group = "Conduit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["KeystoneAcrobaticsUnique__1"] = { affix = "", "Acrobatics", statOrderKey = "7645", statOrder = { 7645 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "block", "dodge", "energy_shield", "defences" }, }, - ["KeystoneIronReflexesUnique__1"] = { affix = "", "Iron Reflexes", statOrderKey = "7667", statOrder = { 7667 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["KeystoneResoluteTechniqueUnique__1"] = { affix = "", "Resolute Technique", statOrderKey = "7690", statOrder = { 7690 }, level = 1, group = "ResoluteTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["KeystoneUnwaveringStanceUnique__1"] = { affix = "", "Unwavering Stance", statOrderKey = "7685", statOrder = { 7685 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["KeystoneBloodMagicUnique__1_"] = { affix = "", "Blood Magic", statOrderKey = "7650", statOrder = { 7650 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["KeystonePainAttunementUnique__1"] = { affix = "", "Pain Attunement", statOrderKey = "7672", statOrder = { 7672 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["KeystoneElementalEquilibriumUnique__1"] = { affix = "", "Elemental Equilibrium", statOrderKey = "7658", statOrder = { 7658 }, level = 1, group = "ElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["KeystoneElementalEquilibriumSceptreImplicit1"] = { affix = "", "Elemental Equilibrium", statOrderKey = "7658", statOrder = { 7658 }, level = 1, group = "ElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["KeystoneIronGripUnique__1"] = { affix = "", "Iron Grip", statOrderKey = "7683", statOrder = { 7683 }, level = 1, group = "IronGrip", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["KeystonePointBlankUnique__1"] = { affix = "", "Point Blank", statOrderKey = "7674", statOrder = { 7674 }, level = 1, group = "PointBlank", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["KeystoneArrowDodgingUnique__1"] = { affix = "", "Arrow Dancing", statOrderKey = "7675", statOrder = { 7675 }, level = 1, group = "ArrowDodging", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["KeystonePhaseAcrobaticsUnique__1"] = { affix = "", "Phase Acrobatics", statOrderKey = "7673", statOrder = { 7673 }, level = 1, group = "PhaseAcrobatics", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["KeystoneGhostReaverUnique__1"] = { affix = "", "Ghost Reaver", statOrderKey = "7662", statOrder = { 7662 }, level = 1, group = "KeystoneGhostReaver", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["KeystoneVaalPactUnique__1"] = { affix = "", "Vaal Pact", statOrderKey = "7686", statOrder = { 7686 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["KeystoneZealotsOathUnique__1_"] = { affix = "", "Zealot's Oath", statOrderKey = "7677", statOrder = { 7677 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["KeystoneMindOverMatterUnique__1"] = { affix = "", "Mind Over Matter", statOrderKey = "7668", statOrder = { 7668 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["KeystoneElementalOverloadUnique__1"] = { affix = "", "Elemental Overload", statOrderKey = "7659", statOrder = { 7659 }, level = 1, group = "ElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["KeystoneElementalOverloadSceptreImplicit1_"] = { affix = "", "Elemental Overload", statOrderKey = "7659", statOrder = { 7659 }, level = 1, group = "ElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["KeystoneAvatarOfFireUnique__1"] = { affix = "", "Avatar of Fire", statOrderKey = "7648", statOrder = { 7648 }, level = 1, group = "AvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["KeystoneEldritchBatteryUnique__1"] = { affix = "", "Eldritch Battery", statOrderKey = "7657", statOrder = { 7657 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["KeystoneEldritchBatteryUnique__2"] = { affix = "", "Eldritch Battery", statOrderKey = "7657", statOrder = { 7657 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["KeystoneAncestralBondUnique__1"] = { affix = "", "Ancestral Bond", statOrderKey = "7647", statOrder = { 7647 }, level = 1, group = "AncestralBond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["KeystoneCrimsonDanceUnique__1"] = { affix = "", "Crimson Dance", statOrderKey = "7655", statOrder = { 7655 }, level = 1, group = "CrimsonDance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["KeystonePerfectAgonyUnique__1"] = { affix = "", "Perfect Agony", statOrderKey = "7646", statOrder = { 7646 }, level = 1, group = "PerfectAgony", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "ailment" }, }, - ["KeystoneRunebinderUnique__1"] = { affix = "", "Runebinder", statOrderKey = "7678", statOrder = { 7678 }, level = 1, group = "Runebinder", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["KeystoneWickedWardUnique__1"] = { affix = "", "Wicked Ward", statOrderKey = "7687", statOrder = { 7687 }, level = 1, group = "WickedWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["KeystoneMortalConvictionUnique__1"] = { affix = "", "Mortal Conviction", statOrderKey = "7671", statOrder = { 7671 }, level = 1, group = "MortalConviction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["KeystoneGlancingBlowsUnique__1___"] = { affix = "", "Glancing Blows", statOrderKey = "7663", statOrder = { 7663 }, level = 1, group = "GlancingBlows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["KeystoneCallToArmsUnique__1"] = { affix = "", "Call to Arms", statOrderKey = "7651", statOrder = { 7651 }, level = 1, group = "CallToArms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["KeystoneEternalYouthUnique__1"] = { affix = "", "Eternal Youth", statOrderKey = "7660", statOrder = { 7660 }, level = 1, group = "EternalYouth", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["KeystoneWindDancerUnique__1_"] = { affix = "", "Wind Dancer", statOrderKey = "7688", statOrder = { 7688 }, level = 1, group = "WindDancer", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["KeystoneTheAgnosticUnique__1_"] = { affix = "", "The Agnostic", statOrderKey = "7670", statOrder = { 7670 }, level = 1, group = "TheAgnostic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, - ["KeystoneTheAgnosticUnique__2"] = { affix = "", "The Agnostic", statOrderKey = "7670", statOrder = { 7670 }, level = 1, group = "TheAgnostic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, - ["KeystoneSupremeEgoUnique__1_"] = { affix = "", "Supreme Ego", statOrderKey = "7684", statOrder = { 7684 }, level = 1, group = "SupremeEgo", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["KeystoneSacredBastionUnique__1"] = { affix = "", "Imbalanced Guard", statOrderKey = "7679", statOrder = { 7679 }, level = 1, group = "SacredBastion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["KeystoneTheImpalerUnique__1_"] = { affix = "", "The Impaler", statOrderKey = "7666", statOrder = { 7666 }, level = 1, group = "Impaler", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["KeystoneCorruptedSoulUnique_1"] = { affix = "", "Corrupted Soul", statOrderKey = "7654", statOrder = { 7654 }, level = 1, group = "CorruptedSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "chaos" }, }, - ["KeystoneDoomsdayUnique__1"] = { affix = "", "Doomsday", statOrderKey = "7664", statOrder = { 7664 }, level = 1, group = "Doomsday", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, - ["KeystoneCorruptedSoulUnique__2_"] = { affix = "", "Corrupted Soul", statOrderKey = "7654", statOrder = { 7654 }, level = 1, group = "CorruptedSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "chaos" }, }, - ["KeystoneVaalPactUnique__2"] = { affix = "", "Vaal Pact", statOrderKey = "7686", statOrder = { 7686 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["KeystoneEternalYouthUnique__2_"] = { affix = "", "Eternal Youth", statOrderKey = "7660", statOrder = { 7660 }, level = 1, group = "EternalYouth", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["KeystoneDivineFleshUnique__1_"] = { affix = "", "Divine Flesh", statOrderKey = "7656", statOrder = { 7656 }, level = 1, group = "DivineFlesh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["KeystoneEverlastingSacrificeUnique__1"] = { affix = "", "Everlasting Sacrifice", statOrderKey = "7661", statOrder = { 7661 }, level = 1, group = "EverlastingSacrifice", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "resistance" }, }, - ["KeystoneShepherdOfSoulsUnique__1"] = { affix = "", "Shepherd of Souls", statOrderKey = "5429", statOrder = { 5429 }, level = 1, group = "ShepherdOfSouls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, - ["IncreasedLightningDamageTakenUnique__1"] = { affix = "", "40% increased Lightning Damage taken", statOrderKey = "2806", statOrder = { 2806 }, level = 1, group = "IncreasedLightningDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning" }, }, - ["PercentLightningDamageTakenFromManaBeforeLifeUnique__1"] = { affix = "", "30% of Lightning Damage is taken from Mana before Life", statOrderKey = "3566", statOrder = { 3566 }, level = 1, group = "PercentLightningDamageTakenFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "elemental", "lightning" }, }, - ["PercentManaRecoveredWhenYouShockUnique__1"] = { affix = "", "Recover 3% of Mana when you Shock an Enemy", statOrderKey = "3568", statOrder = { 3568 }, level = 1, group = "PercentManaRecoveredWhenYouShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ChanceToCastOnManaSpentUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells when", "you Spend at least 100 Mana to Use a Skill, with a 0.1 second Cooldown", statOrderKey = "435,435.1", statOrder = { 435, 435.1 }, level = 1, group = "ChanceToCastOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem" }, }, - ["AdditionalChanceToBlockInOffHandUnique_1"] = { affix = "", "+8% Chance to Block Attack Damage when in Off Hand", statOrderKey = "3585", statOrder = { 3585 }, level = 1, group = "AdditionalChanceToBlockInOffHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["CriticalStrikeChanceInMainHandUnique_1"] = { affix = "", "(60-80)% increased Global Critical Strike Chance when in Main Hand", statOrderKey = "3584", statOrder = { 3584 }, level = 1, group = "CriticalStrikeChanceInMainHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalStrikeMultiplierPerGreenSocketUnique_1"] = { affix = "", "+10% to Global Critical Strike Multiplier per Green Socket", statOrderKey = "2144", statOrder = { 2144 }, level = 1, group = "CriticalStrikeMultiplierPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["LifeLeechFromPhysicalAttackDamagePerRedSocket_Unique_1"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Life per Red Socket", statOrderKey = "2139", statOrder = { 2139 }, level = 1, group = "LifeLeechFromPhysicalAttackDamagePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["IncreasedFlaskChargesForOtherFlasksDuringEffectUnique_1"] = { affix = "", "(50-100)% increased Charges gained by Other Flasks during Flask Effect", statOrderKey = "646", statOrder = { 646 }, level = 1, group = "IncreasedFlaskChargesForOtherFlasksDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["CannotGainFlaskChargesDuringFlaskEffectUnique_1"] = { affix = "", "Gains no Charges during Effect of any Overflowing Chalice Flask", statOrderKey = "695", statOrder = { 695 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["IncreasedLightningDamagePer10IntelligenceUnique__1"] = { affix = "", "1% increased Lightning Damage per 10 Intelligence", statOrderKey = "3535", statOrder = { 3535 }, level = 1, group = "IncreasedLightningDamagePer10Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["IncreasedDamagePerEnduranceChargeUnique_1"] = { affix = "", "4% increased Melee Damage per Endurance Charge", statOrderKey = "3575", statOrder = { 3575 }, level = 1, group = "IncreasedDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["CannotBeShockedWhileMaximumEnduranceChargesUnique_1"] = { affix = "", "You cannot be Shocked while at maximum Endurance Charges", statOrderKey = "3578", statOrder = { 3578 }, level = 1, group = "CannotBeShockedWhileMaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IncreasedStunDurationOnSelfUnique_1"] = { affix = "", "50% increased Stun Duration on you", statOrderKey = "3574", statOrder = { 3574 }, level = 1, group = "IncreasedStunDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedDamageIfNotHitRecentlyUnique__1"] = { affix = "", "20% less Damage taken if you have not been Hit Recently", statOrderKey = "3587", statOrder = { 3587 }, level = 1, group = "ReducedDamageIfNotHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedEvasionIfHitRecentlyUnique___1"] = { affix = "", "50% increased Evasion Rating if you have been Hit Recently", statOrderKey = "3588", statOrder = { 3588 }, level = 1, group = "IncreasedEvasionIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["MovementSpeedIfUsedWarcryRecentlyUnique_1"] = { affix = "", "10% increased Movement Speed if you've used a Warcry Recently", statOrderKey = "3579", statOrder = { 3579 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSpeedIfUsedWarcryRecentlyUnique__2"] = { affix = "", "15% increased Movement Speed if you've used a Warcry Recently", statOrderKey = "3579", statOrder = { 3579 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["LifeRegeneratedAfterSavageHitUnique_1"] = { affix = "", "Regenerate 10% of Life per second if you've taken a Savage Hit in the past 1 second", statOrderKey = "3577", statOrder = { 3577 }, level = 1, group = "LifeRegeneratedAfterSavageHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ReducedDamageIfTakenASavageHitRecentlyUnique_1"] = { affix = "", "10% increased Damage taken if you've taken a Savage Hit Recently", statOrderKey = "3573", statOrder = { 3573 }, level = 1, group = "ReducedDamageIfTakenASavageHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemiesUnique___1"] = { affix = "", "20% increased Damage with Hits for each Level higher the Enemy is than you", statOrderKey = "3593", statOrder = { 3593 }, level = 1, group = "IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AdditionalChanceToDodgeIfYouHaveTakenSpellDamageRecentlyUnique_1"] = { affix = "", "(15-20)% chance to Dodge Attack Hits if you've taken Spell Damage Recently", statOrderKey = "3570", statOrder = { 3570 }, level = 1, group = "AdditionalChanceToDodgeIfYouHaveTakenSpellDamageRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["AdditionalChanceToSpellDodgeIfYouHaveTakenAttackDamageRecentlyUnique_1"] = { affix = "", "(15-20)% chance to Dodge Spell Hits if you've taken Attack Damage Recently", statOrderKey = "3569", statOrder = { 3569 }, level = 1, group = "AdditionalChanceToSpellDodgeIfYouHaveTakenAttackDamageRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["IncreasedCostOfMovementSkillsUnique_1"] = { affix = "", "25% increased Movement Skill Mana Cost", statOrderKey = "3583", statOrder = { 3583 }, level = 1, group = "IncreasedCostOfMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["ChanceToDodgeSpellsWhilePhasing_Unique_1"] = { affix = "", "10% chance to Dodge Spell Hits while Phasing", statOrderKey = "2882", statOrder = { 2882 }, level = 1, group = "ChanceToDodgeSpellsWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["IncreasedEvasionWithOnslaughtUnique_1"] = { affix = "", "100% increased Evasion Rating during Onslaught", statOrderKey = "1098", statOrder = { 1098 }, level = 1, group = "IncreasedEvasionWithOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["AttackDamageLifeLeechAgainstBleedingEnemiesUnique_1"] = { affix = "", "1% of Attack Damage Leeched as Life against Bleeding Enemies", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "AttackDamageLifeLeechAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["AttackDamageManaLeechAgainstPoisonedEnemiesUnique_1"] = { affix = "", "1% of Attack Damage Leeched as Mana against Poisoned Enemies", statOrderKey = "3581", statOrder = { 3581 }, level = 1, group = "AttackDamageManaLeechAgainstPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["AttackDamageManaLeechAgainstPoisonedEnemiesUnique_2"] = { affix = "", "0.5% of Attack Damage Leeched as Mana against Poisoned Enemies", statOrderKey = "3581", statOrder = { 3581 }, level = 1, group = "AttackDamageManaLeechAgainstPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["IIQFromMaimedEnemiesUnique_1"] = { affix = "", "(15-25)% increased Quantity of Items Dropped by Slain Maimed Enemies", statOrderKey = "3571", statOrder = { 3571 }, level = 1, group = "IIQFromMaimedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IIRFromMaimedEnemiesUnique_1"] = { affix = "", "(30-40)% increased Rarity of Items Dropped by Slain Maimed Enemies", statOrderKey = "3572", statOrder = { 3572 }, level = 1, group = "IIRFromMaimedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalChainWhileAtMaxFrenzyChargesUnique___1"] = { affix = "", "Skills Chain an additional time while at maximum Frenzy Charges", statOrderKey = "1344", statOrder = { 1344 }, level = 1, group = "AdditionalChainWhileAtMaxFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikesDoNotFreezeUnique___1"] = { affix = "", "Critical Strikes do not inherently Freeze", statOrderKey = "1533", statOrder = { 1533 }, level = 1, group = "CriticalStrikesDoNotFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "critical", "ailment" }, }, - ["ChanceToGainFrenzyChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "20% chance to gain a Frenzy Charge on Killing a Frozen Enemy", statOrderKey = "1341", statOrder = { 1341 }, level = 1, group = "ChanceToGainFrenzyChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["PhasingOnBeginESRechargeUnique___1"] = { affix = "", "You have Phasing if Energy Shield Recharge has started Recently", statOrderKey = "1962", statOrder = { 1962 }, level = 56, group = "GainPhasingFor4SecondsOnBeginESRecharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToDodgeAttacksWhilePhasingUnique___1"] = { affix = "", "6% chance to Dodge Attack Hits while Phasing", statOrderKey = "1963", statOrder = { 1963 }, level = 1, group = "ChanceToDodgeAttacksWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["AdditionalChanceToBlockAgainstTauntedEnemiesUnique_1"] = { affix = "", "+5% Chance to Block Attack Damage from Taunted Enemies", statOrderKey = "3589", statOrder = { 3589 }, level = 1, group = "AdditionalChanceToBlockAgainstTauntedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["IncreasedArmourAndEvasionIfKilledTauntedEnemyRecentlyUnique__1"] = { affix = "", "40% increased Armour and Evasion Rating if you've killed a Taunted Enemy Recently", statOrderKey = "3592", statOrder = { 3592 }, level = 1, group = "IncreasedArmourAndEvasionIfKilledTauntedEnemyRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["SummonMaximumNumberOfSocketedTotemsUnique_1"] = { affix = "", "Socketed Skills Summon your maximum number of Totems in formation", statOrderKey = "287", statOrder = { 287 }, level = 1, group = "SummonMaximumNumberOfSocketedTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["TotemElementalResistPerActiveTotemUnique_1"] = { affix = "", "Totems gain -10% to all Elemental Resistances per Summoned Totem", statOrderKey = "3576", statOrder = { 3576 }, level = 1, group = "TotemElementalResistPerActiveTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["SpellsCastByTotemsHaveReducedCastSpeedPerTotemUnique_1"] = { affix = "", "Totems have 5% increased Cast Speed per Summoned Totem", statOrderKey = "3582", statOrder = { 3582 }, level = 1, group = "SpellsCastByTotemsHaveReducedCastSpeedPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["AttacksByTotemsHaveReducedAttackSpeedPerTotemUnique_1"] = { affix = "", "Totems have 5% increased Attack Speed per Summoned Totem", statOrderKey = "3594", statOrder = { 3594 }, level = 1, group = "AttacksByTotemsHaveReducedAttackSpeedPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedManaRecoveryRateUnique__1"] = { affix = "", "10% increased Mana Recovery rate", statOrderKey = "1130", statOrder = { 1130 }, level = 1, group = "ManaRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AttacksChainInMainHandUnique__1"] = { affix = "", "Attacks Chain an additional time when in Main Hand", statOrderKey = "3595", statOrder = { 3595 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttacksExtraProjectileInOffHandUnique__1"] = { affix = "", "Attacks fire an additional Projectile when in Off Hand", statOrderKey = "3597", statOrder = { 3597 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CounterAttacksAddedColdDamageUnique__1"] = { affix = "", "Adds 250 to 300 Cold Damage to Counterattacks", statOrderKey = "3605", statOrder = { 3605 }, level = 1, group = "CounterAttacksAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["IncreasedGolemDamagePerGolemUnique__1"] = { affix = "", "(16-20)% increased Golem Damage for each Type of Golem you have Summoned", statOrderKey = "3599", statOrder = { 3599 }, level = 1, group = "IncreasedGolemDamagePerGolem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["IncreasedLifeWhileNoCorruptedItemsUnique__1"] = { affix = "", "(8-12)% increased Maximum Life if no Equipped Items are Corrupted", statOrderKey = "3601", statOrder = { 3601 }, level = 1, group = "IncreasedLifeWhileNoCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPerMinuteWhileNoCorruptedItemsUnique__1"] = { affix = "", "Regenerate 100 Life per second if no Equipped Items are Corrupted", statOrderKey = "3602", statOrder = { 3602 }, level = 1, group = "LifeRegenerationPerMinuteWhileNoCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnergyShieldRegenerationPerMinuteWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 250 Energy Shield per second if all Equipped items are Corrupted", statOrderKey = "3603", statOrder = { 3603 }, level = 1, group = "EnergyShieldRegenerationPerMinuteWhileAllCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["BaseManaRegenerationWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 35 Mana per second if all Equipped Items are Corrupted", statOrderKey = "6121", statOrder = { 6121 }, level = 1, group = "BaseManaRegenerationWhileAllCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AddedChaosDamageToAttacksAndSpellsUnique__1"] = { affix = "", "Adds (13-17) to (29-37) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageToAttacksAndSpellsUnique__2"] = { affix = "", "Adds (13-17) to (23-29) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedChaosDamageUnique__1"] = { affix = "", "Adds (17-19) to (23-29) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedChaosDamageUnique__2"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedChaosDamageUnique__3"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedChaosDamageUnique__4__"] = { affix = "", "Adds (48-53) to (58-60) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedChaosDamageUnique__5_"] = { affix = "", "Adds (15-20) to (21-30) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedChaosDamageUnique__6_"] = { affix = "", "Adds (17-23) to (29-31) Chaos Damage", statOrderKey = "938", statOrder = { 938 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["GlobalAddedPhysicalDamageUnique__1_"] = { affix = "", "Adds (12-16) to (20-25) Physical Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "AddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["GlobalAddedPhysicalDamageUnique__2"] = { affix = "", "Adds (8-10) to (13-15) Physical Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "AddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["GlobalAddedFireDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Fire Damage", statOrderKey = "916", statOrder = { 916 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["GlobalAddedFireDamageUnique__2"] = { affix = "", "Adds (22-27) to (34-38) Fire Damage", statOrderKey = "916", statOrder = { 916 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["GlobalAddedFireDamageUnique__3_"] = { affix = "", "Adds (20-25) to (26-35) Fire Damage", statOrderKey = "916", statOrder = { 916 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["GlobalAddedFireDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Fire Damage", statOrderKey = "916", statOrder = { 916 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["GlobalAddedColdDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Cold Damage", statOrderKey = "923", statOrder = { 923 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["GlobalAddedColdDamageUnique__2_"] = { affix = "", "Adds (20-23) to (31-35) Cold Damage", statOrderKey = "923", statOrder = { 923 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["GlobalAddedColdDamageUnique__3"] = { affix = "", "Adds (20-25) to (26-35) Cold Damage", statOrderKey = "923", statOrder = { 923 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["GlobalAddedColdDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Cold Damage", statOrderKey = "923", statOrder = { 923 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["GlobalAddedLightningDamageUnique__1_"] = { affix = "", "Adds (10-13) to (43-47) Lightning Damage", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["GlobalAddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (47-52) Lightning Damage", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["GlobalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (48-60) Lightning Damage", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["GlobalAddedLightningDamageUnique__4"] = { affix = "", "Adds (6-10) to (33-38) Lightning Damage", statOrderKey = "932", statOrder = { 932 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["EnergyShieldRegenerationperMinuteWhileOnLowLifeTransformedUnique__1"] = { affix = "", "Regenerate 2% of Energy Shield per second while on Low Life", statOrderKey = "1319", statOrder = { 1319 }, level = 45, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ReflectPhysicalDamageToSelfOnHitUnique__1"] = { affix = "", "Enemies you Attack Reflect 100 Physical Damage to you", statOrderKey = "1699", statOrder = { 1699 }, level = 1, group = "ReflectPhysicalDamageToSelfOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IgnoreHexproofUnique___1"] = { affix = "", "Your Hexes can affect Hexproof Enemies", statOrderKey = "2049", statOrder = { 2049 }, level = 1, group = "IgnoreHexproof", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "Poison Cursed Enemies on hit", statOrderKey = "3607", statOrder = { 3607 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToPoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "60% chance to Poison on Hit against Cursed Enemies", statOrderKey = "3608", statOrder = { 3608 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToBeShockedUnique__1"] = { affix = "", "+20% chance to be Shocked", statOrderKey = "2368", statOrder = { 2368 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToBeShockedUnique__2"] = { affix = "", "+50% chance to be Shocked", statOrderKey = "2368", statOrder = { 2368 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["GlobalDefensesPerWhiteSocketUnique__1"] = { affix = "", "8% increased Global Defences per White Socket", statOrderKey = "2153", statOrder = { 2153 }, level = 1, group = "GlobalDefensesPerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["ItemQuantityWhileWearingAMagicItemUnique__1"] = { affix = "", "(10-15)% increased Quantity of Items found with a Magic Item Equipped", statOrderKey = "3610", statOrder = { 3610 }, level = 10, group = "ItemQuantityWhileWearingAMagicItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemRarityWhileWearingANormalItemUnique__1"] = { affix = "", "(80-100)% increased Rarity of Items found with a Normal Item Equipped", statOrderKey = "3609", statOrder = { 3609 }, level = 1, group = "ItemRarityWhileWearingANormalItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalAttackTotemsUnique__1"] = { affix = "", "Attack Skills have +1 to maximum number of Summoned Totems", statOrderKey = "3645", statOrder = { 3645 }, level = 1, group = "AdditionalAttackTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MinionColdResistUnique__1"] = { affix = "", "Minions have +40% to Cold Resistance", statOrderKey = "3590", statOrder = { 3590 }, level = 1, group = "MinionColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance", "minion" }, }, - ["MinionFireResistUnique__1"] = { affix = "", "Minions have +40% to Fire Resistance", statOrderKey = "6842", statOrder = { 6842 }, level = 1, group = "MinionFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance", "minion" }, }, - ["MinionPhysicalDamageAddedAsColdUnique__1_"] = { affix = "", "Minions gain 20% of Physical Damage as Extra Cold Damage", statOrderKey = "3591", statOrder = { 3591 }, level = 1, group = "MinionPhysicalDamageAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, }, - ["FlaskStunImmunityUnique__1"] = { affix = "", "Cannot be Stunned during Flask Effect", statOrderKey = "622", statOrder = { 622 }, level = 1, group = "FlaskStunImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["PhasingOnTrapTriggeredUnique__1"] = { affix = "", "30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy", statOrderKey = "3641", statOrder = { 3641 }, level = 1, group = "PhasingOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainEnergyShieldOnTrapTriggeredUnique__1_"] = { affix = "", "Recover 50 Energy Shield when your Trap is triggered by an Enemy", statOrderKey = "3643", statOrder = { 3643 }, level = 1, group = "GainEnergyShieldOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["GainLifeOnTrapTriggeredUnique__1"] = { affix = "", "Recover 100 Life when your Trap is triggered by an Enemy", statOrderKey = "3642", statOrder = { 3642 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GainLifeOnTrapTriggeredUnique__2__"] = { affix = "", "Recover (20-30) Life when your Trap is triggered by an Enemy", statOrderKey = "3642", statOrder = { 3642 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GainFrenzyChargeOnTrapTriggeredUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy", statOrderKey = "3010", statOrder = { 3010 }, level = 1, group = "GainFrenzyChargeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["BleedingImmunityUnique__1"] = { affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "3614", statOrder = { 3614 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["BleedingImmunityUnique__2"] = { affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "3614", statOrder = { 3614 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SelfStatusAilmentDurationUnique__1"] = { affix = "", "50% increased Elemental Ailment Duration on you", statOrderKey = "1382", statOrder = { 1382 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, - ["PoisonOnMeleeHitUnique__1"] = { affix = "", "Melee Attacks have (20-40)% chance to Poison on Hit", statOrderKey = "3658", statOrder = { 3658 }, level = 60, group = "PoisonOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["LifeLeechVsCursedEnemiesUnique__1"] = { affix = "", "1% of Damage Leeched as Life against Cursed Enemies", statOrderKey = "3659", statOrder = { 3659 }, level = 40, group = "LifeLeechVsCursedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MovementSpeedIfKilledRecentlyUnique___1"] = { affix = "", "15% increased Movement Speed if you've Killed Recently", statOrderKey = "3660", statOrder = { 3660 }, level = 40, group = "MovementSpeedIfKilledRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ControlledDestructionSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrderKey = "182", statOrder = { 182 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ControlledDestructionSupportUnique__1New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrderKey = "279", statOrder = { 279 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ColdDamageIgnitesUnique__1"] = { affix = "", "Your Cold Damage can Ignite", statOrderKey = "2304", statOrder = { 2304 }, level = 30, group = "ColdDamageAlsoIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["LifeRegenerationPercentPerEnduranceChargeUnique__1"] = { affix = "", "Regenerate 0.4% of Life per second per Endurance Charge", statOrderKey = "1121", statOrder = { 1121 }, level = 40, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ChanceForDoubleStunDurationUnique__1"] = { affix = "", "50% chance to double Stun Duration", statOrderKey = "2976", statOrder = { 2976 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceForDoubleStunDurationImplicitMace_1"] = { affix = "", "25% chance to double Stun Duration", statOrderKey = "2976", statOrder = { 2976 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PhysicalAddedAsFireUnique__1"] = { affix = "", "Gain (25-35)% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3183", statOrder = { 3183 }, level = 30, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, - ["PhysicalAddedAsFireUnique__2"] = { affix = "", "Gain 70% of Physical Damage as Extra Fire Damage", statOrderKey = "1442", statOrder = { 1442 }, level = 50, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireUnique__3"] = { affix = "", "Gain 20% of Physical Damage as Extra Fire Damage", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["AttackCastMoveOnWarcryRecentlyUnique____1"] = { affix = "", "If you've Warcried Recently, you and nearby allies have 20% increased Attack, Cast and Movement Speed", statOrderKey = "2731", statOrder = { 2731 }, level = 1, group = "AttackCastMoveOnWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["ChaosSkillEffectDurationUnique__1"] = { affix = "", "Chaos Skills have 40% increased Skill Effect Duration", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "ChaosSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["PoisonDurationUnique__1_"] = { affix = "", "(15-20)% increased Poison Duration", statOrderKey = "2585", statOrder = { 2585 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonDurationUnique__2"] = { affix = "", "(20-25)% increased Poison Duration", statOrderKey = "2585", statOrder = { 2585 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["FlaskImmuneToStunFreezeCursesUnique__1"] = { affix = "", "Immune to Freeze, Chill, Curses and Stuns during Flask Effect", statOrderKey = "655", statOrder = { 655 }, level = 1, group = "KiarasDeterminationBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["LocalPhysicalDamageAddedAsEachElementTransformed"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrderKey = "3661", statOrder = { 3661 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["LocalPhysicalDamageAddedAsEachElementTransformed2"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrderKey = "3661", statOrder = { 3661 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["BleedOnMeleeHitChanceUnique__1"] = { affix = "", "Melee Attacks have (30-50)% chance to cause Bleeding", statOrderKey = "1946", statOrder = { 1946 }, level = 1, group = "BleedOnMeleeHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ArmourAndEvasionImplicitBelt1"] = { affix = "", "+(260-320) to Armour and Evasion Rating", statOrderKey = "3665", statOrder = { 3665 }, level = 98, group = "BaseArmourAndEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["PhysicalDamageTakenAsColdUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "1908", statOrder = { 1908 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "cold" }, }, - ["ChaosDamageOverTimeUnique__1"] = { affix = "", "25% reduced Chaos Damage taken over time", statOrderKey = "1457", statOrder = { 1457 }, level = 1, group = "ChaosDamageOverTimeTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["PowerFrenzyOrEnduranceChargeOnKillUnique__1"] = { affix = "", "10% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrderKey = "3023", statOrder = { 3023 }, level = 1, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["CannotLeechFromCriticalStrikesUnique___1"] = { affix = "", "Cannot Leech Life from Critical Strikes", statOrderKey = "3675", statOrder = { 3675 }, level = 1, group = "CannotLeechFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, - ["ChanceToBlindOnCriticalStrikesUnique__1"] = { affix = "", "30% chance to Blind Enemies on Critical Strike", statOrderKey = "3676", statOrder = { 3676 }, level = 1, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ChanceToBlindOnCriticalStrikesUnique__2_"] = { affix = "", "(40-50)% chance to Blind Enemies on Critical Strike", statOrderKey = "3676", statOrder = { 3676 }, level = 38, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["BleedOnMeleeCriticalStrikeUnique__1"] = { affix = "", "50% chance to cause Bleeding on Critical Strike", statOrderKey = "5897", statOrder = { 5897 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["StunDurationBasedOnEnergyShieldUnique__1"] = { affix = "", "Stun Threshold is based on Energy Shield instead of Life", statOrderKey = "3674", statOrder = { 3674 }, level = 48, group = "StunDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TakeNoExtraDamageFromCriticalStrikesUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes", statOrderKey = "3685", statOrder = { 3685 }, level = 1, group = "TakeNoExtraDamageFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ShockedEnemyCastSpeedUnique__1"] = { affix = "", "Enemies you Shock have 30% reduced Cast Speed", statOrderKey = "3686", statOrder = { 3686 }, level = 1, group = "ShockedEnemyCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ShockedEnemyMovementSpeedUnique__1"] = { affix = "", "Enemies you Shock have 20% reduced Movement Speed", statOrderKey = "3687", statOrder = { 3687 }, level = 1, group = "ShockedEnemyMovementSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedBurningDamageIfYouHaveIgnitedRecentlyUnique__1"] = { affix = "", "100% increased Burning Damage if you've Ignited an Enemy Recently", statOrderKey = "3691", statOrder = { 3691 }, level = 1, group = "IncreasedBurningDamageIfYouHaveIgnitedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["RecoverLifePercentOnIgniteUnique__1"] = { affix = "", "Recover 1% of Life when you Ignite an Enemy", statOrderKey = "3692", statOrder = { 3692 }, level = 1, group = "RecoverLifePercentOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedMeleePhysicalDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "100% increased Melee Physical Damage against Ignited Enemies", statOrderKey = "3693", statOrder = { 3693 }, level = 1, group = "IncreasedMeleePhysicalDamageAgainstIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["NormalMonsterItemQuantityUnique__1"] = { affix = "", "(35-50)% increased Quantity of Items Dropped by Slain Normal Enemies", statOrderKey = "6949", statOrder = { 6949 }, level = 38, group = "NormalMonsterItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MagicMonsterItemRarityUnique__1"] = { affix = "", "(100-150)% increased Rarity of Items Dropped by Slain Magic Enemies", statOrderKey = "6091", statOrder = { 6091 }, level = 1, group = "MagicMonsterItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAtlasOnslaught"] = { affix = "", "Monsters have Onslaught", statOrderKey = "1853", statOrder = { 1853 }, level = 1, group = "MapAtlasOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAtlasMultipleProjectiles"] = { affix = "", "Monsters fire 3 additional Projectiles", statOrderKey = "1859", statOrder = { 1859 }, level = 1, group = "MapAtlasMultipleProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAtlasDamage"] = { affix = "", "50% increased Monster Damage", statOrderKey = "1852", statOrder = { 1852 }, level = 1, group = "MapAtlasDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikeChanceForForkingArrowsUnique__1"] = { affix = "", "(150-200)% increased Critical Strike Chance with arrows that Fork", statOrderKey = "3694", statOrder = { 3694 }, level = 1, group = "CriticalStrikeChanceForForkingArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["ArrowsAlwaysCritAfterPiercingUnique___1"] = { affix = "", "Arrows Pierce all Targets after Chaining", statOrderKey = "3697", statOrder = { 3697 }, level = 1, group = "ArrowsAlwaysCritAfterPiercing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ArrowsThatPierceCauseBleedingUnique__1"] = { affix = "", "Arrows that Pierce have 50% chance to inflict Bleeding", statOrderKey = "3696", statOrder = { 3696 }, level = 1, group = "ArrowsThatPierceCauseBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["IncreaseProjectileAttackDamagePerAccuracyUnique__1"] = { affix = "", "1% increased Projectile Attack Damage per 200 Accuracy Rating", statOrderKey = "3700", statOrder = { 3700 }, level = 1, group = "IncreaseProjectileAttackDamagePerAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["AdditionalSpellProjectilesUnique__1"] = { affix = "", "Spells fire an additional Projectile", statOrderKey = "3698", statOrder = { 3698 }, level = 85, group = "AdditionalSpellProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["IncreasedMinionDamageIfYouHitEnemyUnique__1"] = { affix = "", "Minions deal 70% increased Damage if you've Hit Recently", statOrderKey = "6835", statOrder = { 6835 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["MinionDamageAlsoAffectsYouUnique__1"] = { affix = "", "Increases and Reductions to Minion Damage also affect you at 150% of their value", statOrderKey = "3876", statOrder = { 3876 }, level = 1, group = "MinionDamageAlsoAffectsYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["GlobalCriticalStrikeChanceAgainstChilledUnique__1"] = { affix = "", "60% increased Critical Strike Chance against Chilled Enemies", statOrderKey = "5127", statOrder = { 5127 }, level = 1, group = "GlobalCriticalStrikeChanceAgainstChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CastSocketedColdSkillsOnCriticalStrikeUnique__1"] = { affix = "", "Trigger a Socketed Cold Spell on Melee Critical Strike, with a 0.15 second Cooldown", statOrderKey = "499", statOrder = { 499 }, level = 1, group = "CastSocketedColdSpellsOnMeleeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental", "cold", "attack", "caster", "gem" }, }, - ["IncreasedAttackAreaOfEffectUnique__1_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrderKey = "3992", statOrder = { 3992 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["IncreasedAttackAreaOfEffectUnique__2_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrderKey = "3992", statOrder = { 3992 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["PhysicalDamageCanShockUnique__1"] = { affix = "", "Your Physical Damage can Shock", statOrderKey = "2303", statOrder = { 2303 }, level = 1, group = "PhysicalDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["DealNoElementalDamageUnique__1"] = { affix = "", "Deal no Elemental Damage", statOrderKey = "4718", statOrder = { 4718 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DealNoElementalDamageUnique__2"] = { affix = "", "Deal no Elemental Damage", statOrderKey = "4718", statOrder = { 4718 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["TakeFireDamageOnIgniteUnique__1"] = { affix = "", "Take 100 Fire Damage when you Ignite an Enemy", statOrderKey = "4963", statOrder = { 4963 }, level = 1, group = "TakeFireDamageOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageLeechedAsLifeWhileIgnitedUnique__1"] = { affix = "", "2% of Fire Damage Leeched as Life while Ignited", statOrderKey = "5468", statOrder = { 5468 }, level = 1, group = "FireDamageLeechedAsLifeWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["ChanceForSpectersToGainSoulEaterOnKillUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised Spectres have a 50% chance to gain Soul Eater for 20 seconds on Kill", statOrderKey = "6076", statOrder = { 6076 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MovementSkillsDealNoPhysicalDamageUnique__1"] = { affix = "", "Movement Skills deal no Physical Damage", statOrderKey = "6891", statOrder = { 6891 }, level = 1, group = "MovementSkillsDealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["GainPhasingIfKilledRecentlyUnique__1"] = { affix = "", "You have Phasing if you've Killed Recently", statOrderKey = "5092", statOrder = { 5092 }, level = 1, group = "GainPhasingIfKilledRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MovementSkillsCostNoManaUnique__1"] = { affix = "", "Movement Skills Cost no Mana", statOrderKey = "2886", statOrder = { 2886 }, level = 1, group = "MovementSkillsCostNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ProjectileAttackDamageImplicitGloves1"] = { affix = "", "(14-18)% increased Projectile Attack Damage", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "ProjectileAttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ManaPerStrengthUnique__1__"] = { affix = "", "+1 Mana per 4 Strength", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "ManaPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["EnergyShieldPerStrengthUnique__1"] = { affix = "", "1% increased Energy Shield per 10 Strength", statOrderKey = "4886", statOrder = { 4886 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LifePerDexterityUnique__1"] = { affix = "", "+1 Life per 4 Dexterity", statOrderKey = "1523", statOrder = { 1523 }, level = 1, group = "LifePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MeleePhysicalDamagePerDexterityUnique__1_"] = { affix = "", "2% increased Melee Physical Damage per 10 Dexterity", statOrderKey = "6748", statOrder = { 6748 }, level = 1, group = "MeleePhysicalDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AccuracyPerIntelligenceUnique__1"] = { affix = "", "+4 Accuracy Rating per 2 Intelligence", statOrderKey = "1522", statOrder = { 1522 }, level = 1, group = "AccuracyPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["EvasionRatingPerIntelligenceUnique__1"] = { affix = "", "2% increased Evasion Rating per 10 Intelligence", statOrderKey = "4908", statOrder = { 4908 }, level = 1, group = "EvasionRatingPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["ChanceToGainFrenzyChargeOnStunUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when you Stun an Enemy", statOrderKey = "4403", statOrder = { 4403 }, level = 38, group = "ChanceToGainFrenzyChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["VulnerabilityAuraDuringFlaskEffectUnique__1"] = { affix = "", "Grants Level 21 Despair Curse Aura during Flask Effect", statOrderKey = "658", statOrder = { 658 }, level = 60, group = "VulnerabilityAuraDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster", "curse" }, }, - ["PrrojectilesPierceWhilePhasingUnique__1_"] = { affix = "", "Projectiles Pierce all Targets while you have Phasing", statOrderKey = "7097", statOrder = { 7097 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalPierceWhilePhasingUnique__1"] = { affix = "", "Projectiles Pierce 5 additional Targets while you have Phasing", statOrderKey = "7098", statOrder = { 7098 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToAvoidProjectilesWhilePhasingUnique__1"] = { affix = "", "20% chance to Avoid Projectiles while Phasing", statOrderKey = "4074", statOrder = { 4074 }, level = 1, group = "ChanceToAvoidProjectilesWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskAdditionalProjectilesDuringEffectUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles during Flask Effect", statOrderKey = "636", statOrder = { 636 }, level = 85, group = "FlaskAdditionalProjectilesDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskIncreasedAreaOfEffectDuringEffectUnique__1_"] = { affix = "", "(10-20)% increased Area of Effect during Flask Effect", statOrderKey = "620", statOrder = { 620 }, level = 1, group = "FlaskIncreasedAreaOfEffectDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["CelestialFootprintsUnique__1_"] = { affix = "", "Celestial Footprints", statOrderKey = "7716", statOrder = { 7716 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedMinionAttackSpeedUnique__1_"] = { affix = "", "Minions have (10-15)% increased Attack Speed", statOrderKey = "2329", statOrder = { 2329 }, level = 1, group = "MinionAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, - ["GolemPerPrimordialJewel"] = { affix = "", "+1 to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped", statOrderKey = "6964", statOrder = { 6964 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PrimordialJewelCountUnique__1"] = { affix = "", "Primordial", statOrderKey = "7626", statOrder = { 7626 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PrimordialJewelCountUnique__2"] = { affix = "", "Primordial", statOrderKey = "7626", statOrder = { 7626 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PrimordialJewelCountUnique__3"] = { affix = "", "Primordial", statOrderKey = "7626", statOrder = { 7626 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PrimordialJewelCountUnique__4"] = { affix = "", "Primordial", statOrderKey = "7626", statOrder = { 7626 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["GolemLifeUnique__1"] = { affix = "", "Golems have (18-22)% increased Maximum Life", statOrderKey = "5139", statOrder = { 5139 }, level = 1, group = "GolemLifeUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["GolemLifeRegenerationUnique__1"] = { affix = "", "Summoned Golems Regenerate 2% of their Life per second", statOrderKey = "5138", statOrder = { 5138 }, level = 1, group = "GolemLifeRegenerationUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["IncreasedDamageIfGolemSummonedRecently__1"] = { affix = "", "(25-30)% increased Damage if you Summoned a Golem in the past 8 seconds", statOrderKey = "3109", statOrder = { 3109 }, level = 1, group = "IncreasedDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedGolemDamageIfGolemSummonedRecently__1_"] = { affix = "", "Golems Summoned in the past 8 seconds deal (35-45)% increased Damage", statOrderKey = "3110", statOrder = { 3110 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["IncreasedGolemDamageIfGolemSummonedRecentlyUnique__1"] = { affix = "", "Golems Summoned in the past 8 seconds deal (100-125)% increased Damage", statOrderKey = "3110", statOrder = { 3110 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["GolemSkillsCooldownRecoveryUnique__1"] = { affix = "", "Golem Skills have (20-30)% increased Cooldown Recovery Rate", statOrderKey = "2747", statOrder = { 2747 }, level = 1, group = "GolemSkillsCooldownRecoveryUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GolemsSkillsCooldownRecoveryUnique__1_"] = { affix = "", "Summoned Golems have (30-45)% increased Cooldown Recovery Rate", statOrderKey = "2748", statOrder = { 2748 }, level = 1, group = "GolemsSkillsCooldownRecoveryUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["GolemBuffEffectUnique__1"] = { affix = "", "30% increased Effect of Buffs granted by your Golems", statOrderKey = "5136", statOrder = { 5136 }, level = 1, group = "GolemBuffEffectUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GolemAttackAndCastSpeedUnique__1"] = { affix = "", "Golems have (16-20)% increased Attack and Cast Speed", statOrderKey = "5135", statOrder = { 5135 }, level = 1, group = "GolemAttackAndCastSpeedUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["GolemArmourRatingUnique__1"] = { affix = "", "Golems have +(800-1000) to Armour", statOrderKey = "5142", statOrder = { 5142 }, level = 1, group = "GolemArmourRatingUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "minion" }, }, - ["ArmourPerTotemUnique__1"] = { affix = "", "+300 Armour per Summoned Totem", statOrderKey = "3815", statOrder = { 3815 }, level = 1, group = "ArmourPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["SpellDamageIfYouHaveCritRecentlyUnique__1"] = { affix = "", "200% increased Spell Damage if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "7326", statOrder = { 7326 }, level = 1, group = "SpellDamageIfCritPast8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageIfYouHaveCritRecentlyUnique__2"] = { affix = "", "(120-150)% increased Spell Damage if you've dealt a Critical Strike Recently", statOrderKey = "7323", statOrder = { 7323 }, level = 1, group = "SpellDamageIfYouHaveCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["CriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Critical Strikes deal no Damage", statOrderKey = "4610", statOrder = { 4610 }, level = 1, group = "CriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["IncreasedManaRegenerationWhileStationaryUnique__1"] = { affix = "", "60% increased Mana Regeneration Rate while stationary", statOrderKey = "3708", statOrder = { 3708 }, level = 1, group = "IncreasedManaRegenerationWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AddedArmourWhileStationaryUnique__1"] = { affix = "", "+1500 Armour while stationary", statOrderKey = "3706", statOrder = { 3706 }, level = 1, group = "AddedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["SpreadChilledGroundWhenHitByAttackUnique__1"] = { affix = "", "15% chance to create Chilled Ground when Hit with an Attack", statOrderKey = "4465", statOrder = { 4465 }, level = 1, group = "SpreadChilledGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalFlaskUnholyMightUnique__1"] = { affix = "", "Gain Unholy Might during Flask Effect", statOrderKey = "679", statOrder = { 679 }, level = 1, group = "LocalFlaskUnholyMight", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["NonCriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Non-Critical Strikes deal no Damage", statOrderKey = "6938", statOrder = { 6938 }, level = 1, group = "NonCriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["CritMultiIfDealtNonCritRecentlyUnique__1"] = { affix = "", "+25% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently", statOrderKey = "4584", statOrder = { 4584 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CritMultiIfDealtNonCritRecentlyUnique__2"] = { affix = "", "+60% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently", statOrderKey = "4584", statOrder = { 4584 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["EnemiesDestroyedOnKillUnique__1"] = { affix = "", "Enemies you hit are destroyed on Kill", statOrderKey = "4844", statOrder = { 4844 }, level = 1, group = "EnemiesDestroyedOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RecoverPercentMaxLifeOnKillUnique__1"] = { affix = "", "Recover 5% of Life on Kill", statOrderKey = "1271", statOrder = { 1271 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["RecoverPercentMaxLifeOnKillUnique__2"] = { affix = "", "Recover 5% of Life on Kill", statOrderKey = "1271", statOrder = { 1271 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["CriticalMultiplierPerBlockChanceUnique__1"] = { affix = "", "+1% to Critical Strike Multiplier per 1% Chance to Block Attack Damage", statOrderKey = "2604", statOrder = { 2604 }, level = 1, group = "CriticalMultiplierPerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["AttackDamagePerLowestArmourOrEvasionUnique__1"] = { affix = "", "1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating", statOrderKey = "4003", statOrder = { 4003 }, level = 98, group = "AttackDamagePerLowestArmourOrEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["FortifyOnMeleeStunUnique__1"] = { affix = "", "(14-20)% chance to gain Fortify when you Stun an Enemy with Melee Damage", statOrderKey = "4396", statOrder = { 4396 }, level = 1, group = "FortifyOnMeleeStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaughtWhileFortifiedUnique__1"] = { affix = "", "You have Onslaught while you have Fortify", statOrderKey = "5088", statOrder = { 5088 }, level = 1, group = "OnslaughtWhileFortified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemStatsDoubledInBreachImplicit"] = { affix = "", "Properties are doubled while in a Breach", statOrderKey = "5948", statOrder = { 5948 }, level = 1, group = "StatsDoubledInBreach", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonSpidersOnKillUnique__1"] = { affix = "", "100% chance to Trigger Level 1 Raise Spiders on Kill", statOrderKey = "457", statOrder = { 457 }, level = 1, group = "GrantsMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["CannotCastSpellsUnique__1"] = { affix = "", "Cannot Cast Spells", statOrderKey = "4335", statOrder = { 4335 }, level = 1, group = "CannotCastSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["CannotDealSpellDamageUnique__1"] = { affix = "", "Spell Skills deal no Damage", statOrderKey = "7342", statOrder = { 7342 }, level = 1, group = "CannotDealSpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["GoatHoofFootprintsUnique__1"] = { affix = "", "Burning Hoofprints", statOrderKey = "7719", statOrder = { 7719 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireDamagePerStrengthUnique__1"] = { affix = "", "1% increased Fire Damage per 20 Strength", statOrderKey = "4954", statOrder = { 4954 }, level = 1, group = "FireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["GolemLargerAggroRadiusUnique__1"] = { affix = "", "Summoned Golems are Aggressive", statOrderKey = "7638", statOrder = { 7638 }, level = 1, group = "GolemLargerAggroRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MaximumLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "20% of Maximum Life Converted to Energy Shield", statOrderKey = "6732", statOrder = { 6732 }, level = 75, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LocalChanceToPoisonOnHitUnique__1"] = { affix = "", "15% chance to Poison on Hit", statOrderKey = "5986", statOrder = { 5986 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["LocalChanceToPoisonOnHitUnique__2"] = { affix = "", "60% chance to Poison on Hit", statOrderKey = "5986", statOrder = { 5986 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["LocalChanceToPoisonOnHitUnique__3"] = { affix = "", "20% chance to Poison on Hit", statOrderKey = "5986", statOrder = { 5986 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["LocalChanceToPoisonOnHitUnique__4"] = { affix = "", "20% chance to Poison on Hit", statOrderKey = "5986", statOrder = { 5986 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["ChanceToPoisonUnique__1_______"] = { affix = "", "25% chance to Poison on Hit", statOrderKey = "2588", statOrder = { 2588 }, level = 1, group = "PoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["IncreasedSpellDamageWhileShockedUnique__1"] = { affix = "", "50% increased Spell Damage while Shocked", statOrderKey = "7334", statOrder = { 7334 }, level = 1, group = "IncreasedSpellDamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["MaximumResistanceWithNoEnduranceChargesUnique__1__"] = { affix = "", "+2% to all maximum Resistances while you have no Endurance Charges", statOrderKey = "3851", statOrder = { 3851 }, level = 1, group = "MaximumResistanceWithNoEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["OnslaughtWithMaxEnduranceChargesUnique__1"] = { affix = "", "You have Onslaught while at maximum Endurance Charges", statOrderKey = "5084", statOrder = { 5084 }, level = 1, group = "OnslaughtWithMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionsGainYourStrengthUnique__1"] = { affix = "", "Half of your Strength is added to your Minions", statOrderKey = "6870", statOrder = { 6870 }, level = 1, group = "MinionsGainYourStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "attribute" }, }, - ["AdditionalZombiesPerXStrengthUnique__1"] = { affix = "", "+1 to maximum number of Raised Zombies per 500 Strength", statOrderKey = "6967", statOrder = { 6967 }, level = 1, group = "AdditionalZombiesPerXStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ZombiesLeechLifeToYouAt1000StrengthUnique__1"] = { affix = "", "With at least 1000 Strength, (1.5-2)% of Damage dealt by your Raised Zombies is Leeched to you as Life", statOrderKey = "7633", statOrder = { 7633 }, level = 1, group = "ZombiesLeechLifeToYouAt1000Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["ReducedBleedDurationUnique__1_"] = { affix = "", "25% reduced Bleeding Duration", statOrderKey = "4093", statOrder = { 4093 }, level = 1, group = "BleedDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["IncreasedRarityPerRampageStacksUnique__1"] = { affix = "", "1% increased Rarity of Items found per 15 Rampage Kills", statOrderKey = "5427", statOrder = { 5427 }, level = 38, group = "IncreasedRarityPerRampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ImmuneToBurningShockedChilledGroundUnique__1"] = { affix = "", "Immune to Burning Ground, Shocked Ground and Chilled Ground", statOrderKey = "5384", statOrder = { 5384 }, level = 1, group = "ImmuneToBurningShockedChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["MaximumLifePer10DexterityUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Dexterity", statOrderKey = "6727", statOrder = { 6727 }, level = 1, group = "FlatLifePer10Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationWhileMovingUnique__1"] = { affix = "", "Regenerate 100 Life per second while moving", statOrderKey = "5489", statOrder = { 5489 }, level = 1, group = "LifeRegenerationWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SpellsAreDisabledUnique__1"] = { affix = "", "Your Spells are disabled", statOrderKey = "7613", statOrder = { 7613 }, level = 1, group = "SpellsAreDisabled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["MaximumLifePerItemRarityUnique__1"] = { affix = "", "+1 Life per 2% increased Rarity of Items found", statOrderKey = "6729", statOrder = { 6729 }, level = 1, group = "MaxLifePerItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["PercentDamagePerItemQuantityUnique__1"] = { affix = "", "Your Increases and Reductions to Quantity of Items found also apply to Damage", statOrderKey = "4666", statOrder = { 4666 }, level = 1, group = "PercentDamagePerItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ItemQuantityPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% increased Quantity of Items found per Chest opened Recently", statOrderKey = "5426", statOrder = { 5426 }, level = 1, group = "ItemQuantityPerChestOpenedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MovementSpeedPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% reduced Movement Speed per Chest opened Recently", statOrderKey = "6900", statOrder = { 6900 }, level = 1, group = "MovementSpeedPerChestOpenedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["WarcryKnockbackUnique__1"] = { affix = "", "Warcries Knock Back and Interrupt Enemies in a smaller Area", statOrderKey = "7569", statOrder = { 7569 }, level = 1, group = "WarcryKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackAndCastSpeedOnUsingMovementSkillUnique__1"] = { affix = "", "15% increased Attack and Cast Speed if you've used a Movement Skill Recently", statOrderKey = "2887", statOrder = { 2887 }, level = 1, group = "AttackAndCastSpeedOnUsingMovementSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["CannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", statOrderKey = "2609", statOrder = { 2609 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementCannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Movement Speed cannot be modified to below base value", statOrderKey = "2611", statOrder = { 2611 }, level = 1, group = "MovementCannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["EnergyShieldStartsAtZero"] = { affix = "", "Immortal Ambition", statOrderKey = "7682", statOrder = { 7682 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["FlaskElementalPenetrationOfHighestResistUnique__1"] = { affix = "", "During Flask Effect, Damage Penetrates (5-8)% Resistance of each Element for which your Uncapped Elemental Resistance is highest", statOrderKey = "682", statOrder = { 682 }, level = 1, group = "FlaskElementalPenetrationOfHighestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, - ["FlaskElementalDamageTakenOfLowestResistUnique__1"] = { affix = "", "During Flask Effect, 6% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest", statOrderKey = "681", statOrder = { 681 }, level = 1, group = "FlaskElementalDamageTakenOfLowestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["SocketedGemsSupportedByEnduranceChargeOnStunUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrderKey = "280", statOrder = { 280 }, level = 1, group = "DisplaySupportedByEnduranceChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplayGrantsVengeanceUnique__1"] = { affix = "", "Grants Level 15 Vengeance Skill", statOrderKey = "354", statOrder = { 354 }, level = 1, group = "DisplayGrantsVengeance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["CannotLeechLifeUnique__1"] = { affix = "", "Cannot Leech Life", statOrderKey = "2018", statOrder = { 2018 }, level = 1, group = "CannotLeechLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AllResistanceAt200StrengthUnique__1"] = { affix = "", "+(20-25)% to all Elemental Resistances while you have at least 200 Strength", statOrderKey = "3754", statOrder = { 3754 }, level = 1, group = "AllResistanceAt200Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["LifeRegenerationAt400StrengthUnique__1"] = { affix = "", "Regenerate 2% of Life per second with at least 400 Strength", statOrderKey = "5506", statOrder = { 5506 }, level = 1, group = "LifeRegenerationAt400Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationIfHitRecentlyUnique__1"] = { affix = "", "Regenerate 2% of Life per second if you have been Hit Recently", statOrderKey = "5495", statOrder = { 5495 }, level = 1, group = "LifeRegenerationIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AttackBlockIfBlockedSpellRecentlyUnique__1_"] = { affix = "", "+20% Chance to Block Attack Damage if you have Blocked Spell Damage Recently", statOrderKey = "3993", statOrder = { 3993 }, level = 1, group = "AttackBlockIfBlockedSpellRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["SpellBlockIfBlockedAttackRecentlyUnique__1"] = { affix = "", "+20% chance to Block Spell Damage if you have Blocked Attack Damage Recently", statOrderKey = "7317", statOrder = { 7317 }, level = 1, group = "SpellBlockIfBlockedAttackRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AddedChaosDamageWhileUsingAFlaskUnique__1_"] = { affix = "", "Adds (15-20) to (25-30) Chaos Damage to Spells and Attacks during any Flask Effect", statOrderKey = "7314", statOrder = { 7314 }, level = 1, group = "AddedChaosDamageWhileUsingAFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster" }, }, - ["AddedChaosDamageWhileUsingAFlaskUnique__2"] = { affix = "", "Adds (30-40) to (50-60) Chaos Damage to Spells and Attacks during any Flask Effect", statOrderKey = "7314", statOrder = { 7314 }, level = 1, group = "AddedChaosDamageWhileUsingAFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster" }, }, - ["GainPowerChargesOnUsingWarcryUnique__1"] = { affix = "", "Gain 2 Power Charges when you Warcry", statOrderKey = "5022", statOrder = { 5022 }, level = 1, group = "GainPowerChargesOnUsingWarcry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["AttackLeechAgainstTauntedEnemyUnique__1"] = { affix = "", "2% of Attack Damage Leeched as Life against Taunted Enemies", statOrderKey = "5466", statOrder = { 5466 }, level = 1, group = "AttackLeechAgainstTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["WarcryCooldownSpeedUnique__1"] = { affix = "", "50% increased Warcry Cooldown Recovery Rate", statOrderKey = "2746", statOrder = { 2746 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WarcryCooldownSpeedUnique__2"] = { affix = "", "50% increased Warcry Cooldown Recovery Rate", statOrderKey = "2746", statOrder = { 2746 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WarcryEffectUnique__1"] = { affix = "", "25% increased Warcry Buff Effect", statOrderKey = "7570", statOrder = { 7570 }, level = 1, group = "WarcryEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WarcryEffectUnique__2"] = { affix = "", "25% increased Warcry Buff Effect", statOrderKey = "7570", statOrder = { 7570 }, level = 1, group = "WarcryEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OnslaughtOnUsingWarcryUnique__1"] = { affix = "", "Gain Onslaught for 4 seconds when you Warcry", statOrderKey = "5080", statOrder = { 5080 }, level = 1, group = "OnslaughtOnUsingWarcry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AddedColdDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "Adds 40 to 60 Cold Damage against Chilled Enemies", statOrderKey = "6785", statOrder = { 6785 }, level = 1, group = "AddedColdDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageAgainstFrozenEnemiesUnique__2"] = { affix = "", "Adds 60 to 80 Cold Damage against Chilled Enemies", statOrderKey = "6785", statOrder = { 6785 }, level = 1, group = "AddedColdDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["CannotBeShockedWhileChilledUnique__1"] = { affix = "", "Cannot be Shocked while Chilled", statOrderKey = "4075", statOrder = { 4075 }, level = 1, group = "AvoidShockWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockChilledEnemiesUnique__1"] = { affix = "", "50% chance to Shock Chilled Enemies", statOrderKey = "4426", statOrder = { 4426 }, level = 1, group = "ChanceToShockChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidFreezeAndChillIfFireSkillUsedRecentlyUnique__1"] = { affix = "", "Cannot be Chilled or Frozen if you have used a Fire Skill Recently", statOrderKey = "4069", statOrder = { 4069 }, level = 1, group = "AvoidFreezeAndChillIfFireSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["HeraldOfThunderBuffEffectUnique__1"] = { affix = "", "Herald of Thunder has 50% increased Buff Effect", statOrderKey = "5325", statOrder = { 5325 }, level = 1, group = "HeraldOfThunderBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeRegenerationPerLevelUnique__1"] = { affix = "", "Regenerate 1 Life per second per Level", statOrderKey = "2380", statOrder = { 2380 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TotemLeechLifeToYouUnique__1"] = { affix = "", "0.5% of Damage dealt by your Totems is Leeched to you as Life", statOrderKey = "3636", statOrder = { 3636 }, level = 1, group = "TotemLeechLifeToYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TriggeredConsecrateUnique__1"] = { affix = "", "Trigger Level 10 Consecrate when you deal a Critical Strike", statOrderKey = "389", statOrder = { 389 }, level = 1, group = "TriggeredConsecrate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, - ["IncreasedDamageOnConsecratedGroundUnique__1"] = { affix = "", "50% increased Damage while on Consecrated Ground", statOrderKey = "2964", statOrder = { 2964 }, level = 1, group = "IncreasedDamageOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["BlockChanceOnConsecratedGroundUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while on Consecrated Ground", statOrderKey = "3840", statOrder = { 3840 }, level = 1, group = "BlockChanceOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChillEnemiesOnHitWithWeaponUnique__1"] = { affix = "", "Chill Enemies for 1 second on Hit with this Weapon when in Off Hand", statOrderKey = "5900", statOrder = { 5900 }, level = 1, group = "ChillEnemiesOnHitWithWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, - ["SupportFlatAddedFireDamageUnique__1"] = { affix = "", "Socketed Gems deal 63 to 94 Added Fire Damage", statOrderKey = "309", statOrder = { 309 }, level = 1, group = "SupportFlatAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["PhysicalDamageToAttacksPerLevelUnique__1_"] = { affix = "", "Adds 1 to 2 Physical Damage to Attacks per Level", statOrderKey = "4021", statOrder = { 4021 }, level = 1, group = "PhysicalDamageToAttacksPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["PhysicalDamageToAttacksPerLevelUnique__2"] = { affix = "", "Adds 2 to 3 Physical Damage to Attacks per Level", statOrderKey = "4021", statOrder = { 4021 }, level = 1, group = "PhysicalDamageToAttacksPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["RightRingSlotMaximumManaUnique__1"] = { affix = "", "Right ring slot: +100 to maximum Mana", statOrderKey = "2084", statOrder = { 2084 }, level = 1, group = "RightRingSlotMaximumMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LeftRingSlotMaximumEnergyShieldUnique__1"] = { affix = "", "Left ring slot: +100 to maximum Energy Shield", statOrderKey = "2090", statOrder = { 2090 }, level = 1, group = "LeftRingSlotMaximumEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LeftRingSlotFlatManaRegenerationUnique__1"] = { affix = "", "Left ring slot: Regenerate 40 Mana per Second", statOrderKey = "2087", statOrder = { 2087 }, level = 1, group = "LeftRingSlotFlatManaRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["NearbyEnemiesAreIntimidatedUnique__1"] = { affix = "", "Nearby Enemies are Intimidated", statOrderKey = "5922", statOrder = { 5922 }, level = 1, group = "NearbyEnemiesAreIntimidated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyAlliesMovementVelocityUnique__1"] = { affix = "", "10% increased Movement Speed", "10% increased Movement Speed for you and nearby Allies", statOrderKey = "1316,5916", statOrder = { 1316, 5916 }, level = 1, group = "NearbyAlliesMovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["WeaponElementalPenetrationUnique__1"] = { affix = "", "Damage with Weapons Penetrates 5% Elemental Resistance", statOrderKey = "3009", statOrder = { 3009 }, level = 1, group = "WeaponElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["IncreasedElementalDamageIfUsedWarcryRecentlyUnique__1"] = { affix = "", "150% increased Elemental Damage if you've used a Warcry Recently", statOrderKey = "4794", statOrder = { 4794 }, level = 1, group = "IncreasedElementalDamageIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["TriggeredAnimateWeaponUnique__1"] = { affix = "", "25% chance to Trigger Level 20 Animate Weapon on Kill", statOrderKey = "445", statOrder = { 445 }, level = 1, group = "TriggeredAnimateWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["AddedFireDamagePerStrengthUnique__1"] = { affix = "", "Adds 4 to 7 Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "4015", statOrder = { 4015 }, level = 1, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalGolemBuffEffectUnique__1"] = { affix = "", "25% increased Effect of Buffs granted by Socketed Golem Skills", statOrderKey = "73", statOrder = { 73 }, level = 1, group = "LocalGolemBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["LocalGolemLifeAddedAsESUnique__1"] = { affix = "", "Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "77", statOrder = { 77 }, level = 1, group = "LocalGolemLifeAddedAsES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "skill", "resource", "life", "defences", "minion", "gem" }, }, - ["LocalGolemIncreasedAttackAndCastSpeedUnique__1"] = { affix = "", "Socketed Golem Skills have 20% increased Attack and Cast Speed", statOrderKey = "72", statOrder = { 72 }, level = 1, group = "LocalGolemIncreasedAttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "speed", "minion", "gem" }, }, - ["LocalGolemGrantOnslaughtOnSummonUnique__1"] = { affix = "", "Gain Onslaught for 10 seconds when you Cast Socketed Golem Skill", statOrderKey = "76", statOrder = { 76 }, level = 1, group = "LocalGolemGrantsOnslaughtOnSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["LocalGolemTauntOnHitUnique__1_"] = { affix = "", "Socketed Golem Skills have 25% chance to Taunt on Hit", statOrderKey = "74", statOrder = { 74 }, level = 1, group = "LocalGolemTauntOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "minion", "gem" }, }, - ["LocalGolemLifeRegenerationUnique__1"] = { affix = "", "Socketed Golem Skills have Minions Regenerate 5% of Life per second", statOrderKey = "75", statOrder = { 75 }, level = 1, group = "LocalGolemLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "resource", "life", "minion", "gem" }, }, - ["LocalVaalDamageUnique__1_"] = { affix = "", "Socketed Vaal Skills deal 150% more Damage", statOrderKey = "322", statOrder = { 322 }, level = 80, group = "LocalVaalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, - ["LocalVaalSoulRequirementUnique__1"] = { affix = "", "Socketed Vaal Skills require 30% less Souls per Use", statOrderKey = "330", statOrder = { 330 }, level = 80, group = "LocalVaalSoulRequirement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalUsesToStoreUnique__1"] = { affix = "", "Socketed Vaal Skills have 20% chance to regain consumed Souls when used", statOrderKey = "331", statOrder = { 331 }, level = 80, group = "LocalVaalUsesToStore", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalIgnoreMonsterResistancesUnique__1"] = { affix = "", "Hits from Socketed Vaal Skills ignore Enemy Monster Resistances", statOrderKey = "327", statOrder = { 327 }, level = 80, group = "LocalVaalIgnoreMonsterResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalIgnoreMonsterPhysicalReductionUnique__1"] = { affix = "", "Hits from Socketed Vaal Skills ignore Enemy Monster Physical Damage Reduction", statOrderKey = "326", statOrder = { 326 }, level = 80, group = "LocalVaalIgnoreMonsterPhysicalReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "vaal" }, }, - ["LocalVaalElusiveOnUseUnique__1_"] = { affix = "", "Socketed Vaal Skills grant Elusive when Used", statOrderKey = "324", statOrder = { 324 }, level = 80, group = "LocalVaalElusiveOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalTailwindIfUsedRecentlyUnique__1"] = { affix = "", "You have Tailwind if you've used a Socketed Vaal Skill Recently", statOrderKey = "333", statOrder = { 333 }, level = 80, group = "LocalVaalTailwindIfUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalAreaOfEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 60% increased Area of Effect", statOrderKey = "320", statOrder = { 320 }, level = 80, group = "LocalVaalAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalProjectileSpeedUnique__1"] = { affix = "", "Socketed Vaal Skills have 80% increased Projectile Speed", statOrderKey = "328", statOrder = { 328 }, level = 80, group = "LocalVaalProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "vaal" }, }, - ["LocalVaalSkillEffectDurationUnique__1"] = { affix = "", "Socketed Vaal Skills have 80% increased Skill Effect Duration", statOrderKey = "323", statOrder = { 323 }, level = 80, group = "LocalVaalSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalSoulGainPreventionUnique__1"] = { affix = "", "Socketed Vaal Skills have 30% reduced Soul Gain Prevention Duration", statOrderKey = "329", statOrder = { 329 }, level = 80, group = "LocalVaalSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LocalVaalLuckyDamageUnique__1"] = { affix = "", "Damage with Hits from Socketed Vaal Skills is Lucky", statOrderKey = "325", statOrder = { 325 }, level = 80, group = "LocalVaalLuckyDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, - ["LocalVaalAuraEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 50% increased Aura Effect", statOrderKey = "321", statOrder = { 321 }, level = 80, group = "LocalVaalAuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "vaal" }, }, - ["IncreasedDamageToChilledEnemies1"] = { affix = "", "(15-20)% increased Damage with Hits against Chilled Enemies", statOrderKey = "4674", statOrder = { 4674 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedFireDamgeIfHitRecentlyUnique__1"] = { affix = "", "100% increased Fire Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ImmuneToFreezeAndChillWhileIgnitedUnique__1"] = { affix = "", "Immune to Freeze and Chill while Ignited", statOrderKey = "5390", statOrder = { 5390 }, level = 1, group = "ImmuneToFreezeAndChillWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FirePenetrationIfBlockedRecentlyUnique__1"] = { affix = "", "Damage Penetrates 15% of Fire Resistance if you have Blocked Recently", statOrderKey = "4968", statOrder = { 4968 }, level = 1, group = "FirePenetrationIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DisplayGrantsBloodOfferingUnique__1_"] = { affix = "", "Grants Level 15 Blood Offering Skill", statOrderKey = "393", statOrder = { 393 }, level = 1, group = "DisplayGrantsBloodOffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredSummonLesserShrineUnique__1"] = { affix = "", "Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrderKey = "388", statOrder = { 388 }, level = 1, group = "TriggeredSummonLesserShrine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["CastLevel1SummonLesserShrineOnKillUnique"] = { affix = "", "(1-100)% chance to Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrderKey = "388", statOrder = { 388 }, level = 1, group = "CastSummonLesserShrineOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LifeGainedOnStunUnique__1_"] = { affix = "", "Gain 50 Life when you Stun an Enemy", statOrderKey = "5021", statOrder = { 5021 }, level = 40, group = "LifeGainedOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["RyuslathaMinimumDamageModifierUnique__1"] = { affix = "", "(30-40)% less Minimum Physical Attack Damage", statOrderKey = "762", statOrder = { 762 }, level = 1, group = "RyuslathaMinimumDamageModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["RyuslathaMaximumDamageModifierUnique__1_"] = { affix = "", "(30-40)% more Maximum Physical Attack Damage", statOrderKey = "761", statOrder = { 761 }, level = 1, group = "RyuslathaMaximumDamageModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AlwaysIgniteWhileBurningUnique__1"] = { affix = "", "You always Ignite while Burning", statOrderKey = "3883", statOrder = { 3883 }, level = 1, group = "AlwaysIgniteWhileBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["AdditionalBlockWhileNotCursedUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while not Cursed", statOrderKey = "3839", statOrder = { 3839 }, level = 1, group = "AdditionalBlockWhileNotCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalSpellBlockWhileCursedUnique__1"] = { affix = "", "+20% Chance to Block Spell Damage while Cursed", statOrderKey = "3871", statOrder = { 3871 }, level = 1, group = "AdditionalSpellBlockWhileCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["LifePerLevelUnique__1"] = { affix = "", "+1 Maximum Life per Level", statOrderKey = "5476", statOrder = { 5476 }, level = 1, group = "LifePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ManaPerLevelUnique__1"] = { affix = "", "+1 Maximum Mana per Level", statOrderKey = "6118", statOrder = { 6118 }, level = 1, group = "ManaPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["EnergyShieldPerLevelUnique__1"] = { affix = "", "+1 Maximum Energy Shield per Level", statOrderKey = "4885", statOrder = { 4885 }, level = 1, group = "EnergyShieldPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ChaosDegenAuraUnique__1"] = { affix = "", "Grants Level 20 Death Aura Skill", statOrderKey = "386", statOrder = { 386 }, level = 1, group = "ChaosDegenAuraUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HeraldsAlwaysCost45Unique__1"] = { affix = "", "Mana Reservation of Herald Skills is always 45%", statOrderKey = "5312", statOrder = { 5312 }, level = 1, group = "HeraldsAlwaysCost45", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["StunAvoidancePerHeraldUnique__1"] = { affix = "", "35% chance to avoid being Stunned for each Herald Buff affecting you", statOrderKey = "4076", statOrder = { 4076 }, level = 1, group = "StunAvoidancePerHerald", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedDamageIfShockedRecentlyUnique__1"] = { affix = "", "(20-50)% increased Damage if you have Shocked an Enemy Recently", statOrderKey = "4660", statOrder = { 4660 }, level = 1, group = "IncreasedDamageIfShockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ShockedEnemiesExplodeUnique__1_"] = { affix = "", "Shocked Enemies you Kill Explode, dealing 5% of", "their Life as Lightning Damage which cannot Shock", statOrderKey = "7237,7237.1", statOrder = { 7237, 7237.1 }, level = 1, group = "ShockedEnemiesExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["UnaffectedByShockUnique__1"] = { affix = "", "Unaffected by Shock", statOrderKey = "7525", statOrder = { 7525 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["UnaffectedByShockUnique__2"] = { affix = "", "Unaffected by Shock", statOrderKey = "7525", statOrder = { 7525 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["MinionAttackSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Attack Speed per 50 Dexterity", statOrderKey = "6821", statOrder = { 6821 }, level = 1, group = "MinionAttackSpeedPerXDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, - ["MinionMovementSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Movement Speed per 50 Dexterity", statOrderKey = "6852", statOrder = { 6852 }, level = 1, group = "MinionMovementSpeedPerXDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["MinionHitsOnlyKillIgnitedEnemiesUnique__1"] = { affix = "", "Minions' Hits can only Kill Ignited Enemies", statOrderKey = "6872", statOrder = { 6872 }, level = 1, group = "MinionHitsOnlyKillIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PoisonDamageUnique__1"] = { affix = "", "(40-60)% increased Damage with Poison", statOrderKey = "2596", statOrder = { 2596 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["BleedDamageUnique__1_"] = { affix = "", "(40-60)% increased Damage with Bleeding", statOrderKey = "2584", statOrder = { 2584 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["LocalIncreaseSocketedHeraldLevelUnique__1_"] = { affix = "", "+2 to Level of Socketed Herald Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["LocalIncreaseSocketedHeraldLevelUnique__2"] = { affix = "", "+4 to Level of Socketed Herald Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["IncreasedAreaOfSkillsWithNoFrenzyChargesUnique__1_"] = { affix = "", "15% increased Area of Effect while you have no Frenzy Charges", statOrderKey = "1558", statOrder = { 1558 }, level = 1, group = "IncreasedAreaOfSkillsWithNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalCriticalMultiplierWithNoFrenzyChargesUnique__1"] = { affix = "", "+50% Global Critical Strike Multiplier while you have no Frenzy Charges", statOrderKey = "1557", statOrder = { 1557 }, level = 1, group = "GlobalCriticalMultiplierWithNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["AccuracyRatingWithMaxFrenzyChargesUnique__1"] = { affix = "", "+(400-500) to Accuracy Rating while at Maximum Frenzy Charges", statOrderKey = "3825", statOrder = { 3825 }, level = 1, group = "AccuracyRatingWithMaxFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ReducedAttackSpeedOfMovementSkillsUnique__1"] = { affix = "", "Movement Attack Skills have 40% reduced Attack Speed", statOrderKey = "6888", statOrder = { 6888 }, level = 1, group = "ReducedAttackSpeedOfMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedColdDamageIfUsedFireSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Cold Damage if you have used a Fire Skill Recently", statOrderKey = "4486", statOrder = { 4486 }, level = 1, group = "IncreasedColdDamageIfUsedFireSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Fire Damage if you have used a Cold Skill Recently", statOrderKey = "4953", statOrder = { 4953 }, level = 1, group = "IncreasedFireDamageIfUsedColdSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["IncreasedDamagePerPowerChargeUnique__1"] = { affix = "", "5% increased Damage per Power Charge", statOrderKey = "4671", statOrder = { 4671 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChanceToGainMaximumPowerChargesUnique__1_"] = { affix = "", "25% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrderKey = "5075,5075.1", statOrder = { 5075, 5075.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["FireDamageCanPoisonUnique__1"] = { affix = "", "Your Fire Damage can Poison", statOrderKey = "2288", statOrder = { 2288 }, level = 1, group = "FireDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ColdDamageCanPoisonUnique__1_"] = { affix = "", "Your Cold Damage can Poison", statOrderKey = "2287", statOrder = { 2287 }, level = 1, group = "ColdDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["LightningDamageCanPoisonUnique__1"] = { affix = "", "Your Lightning Damage can Poison", statOrderKey = "2289", statOrder = { 2289 }, level = 1, group = "LightningDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["FireSkillsChanceToPoisonUnique__1"] = { affix = "", "Fire Skills have 20% chance to Poison on Hit", statOrderKey = "4972", statOrder = { 4972 }, level = 1, group = "FireSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ColdSkillsChanceToPoisonUnique__1"] = { affix = "", "Cold Skills have 20% chance to Poison on Hit", statOrderKey = "4511", statOrder = { 4511 }, level = 1, group = "ColdSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["LightningSkillsChanceToPoisonUnique__1_"] = { affix = "", "Lightning Skills have 20% chance to Poison on Hit", statOrderKey = "5535", statOrder = { 5535 }, level = 1, group = "LightningSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["GainManaAsExtraEnergyShieldUnique__1"] = { affix = "", "Gain (5-10)% of Maximum Mana as Extra Maximum Energy Shield", statOrderKey = "1679", statOrder = { 1679 }, level = 1, group = "GainManaAsExtraEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["GrantsTouchOfGodUnique__1"] = { affix = "", "Grants Level 20 Doryani's Touch Skill", statOrderKey = "384", statOrder = { 384 }, level = 1, group = "GrantsTouchOfGod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsFrostbiteUnique__1"] = { affix = "", "Grants Level 5 Frostbite Skill", statOrderKey = "362", statOrder = { 362 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsSummonBeastRhoaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Rhoa Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsSummonBeastUrsaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Ursa Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsSummonBeastSnakeUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Snake Skill", statOrderKey = "357", statOrder = { 357 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ChaosResistDoubledUnique__1"] = { affix = "", "Chaos Resistance is doubled", statOrderKey = "4437", statOrder = { 4437 }, level = 1, group = "ChaosResistDoubled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["PlayerFarShotUnique__1"] = { affix = "", "Far Shot", statOrderKey = "7689", statOrder = { 7689 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionSkillManaCostUnique__1_"] = { affix = "", "(10-15)% reduced Mana Cost of Minion Skills", statOrderKey = "6860", statOrder = { 6860 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, - ["MinionSkillManaCostUnique__2"] = { affix = "", "(20-30)% reduced Mana Cost of Minion Skills", statOrderKey = "6860", statOrder = { 6860 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, - ["TriggeredAbyssalCryUnique__1"] = { affix = "", "Trigger Level 1 Intimidating Cry on Hit", statOrderKey = "497", statOrder = { 497 }, level = 1, group = "TriggeredAbyssalCry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredLightningWarpUnique__1__"] = { affix = "", "Trigger Level 15 Lightning Warp on Hit with this Weapon", statOrderKey = "429", statOrder = { 429 }, level = 1, group = "TriggeredLightningWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster" }, }, - ["SummonSkeletonsNumberOfSkeletonsToSummonUnique__1"] = { affix = "", "Summon 4 additional Skeleton Warriors with Summon Skeleton", statOrderKey = "3407", statOrder = { 3407 }, level = 1, group = "SummonSkeletonsNumberOfSkeletonsToSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SummonSkeletonsCooldownTimeUnique__1"] = { affix = "", "+1 second to Summon Skeleton Cooldown", statOrderKey = "7422", statOrder = { 7422 }, level = 1, group = "SummonSkeletonsCooldownTime", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["EnergyShieldRechargeStartsWhenStunnedUnique__1"] = { affix = "", "Energy Shield Recharge starts when you are Stunned", statOrderKey = "4888", statOrder = { 4888 }, level = 1, group = "EnergyShieldRechargeStartsWhenStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["TrapCooldownRecoveryUnique__1"] = { affix = "", "(10-15)% increased Cooldown Recovery Rate for throwing Traps", statOrderKey = "2874", statOrder = { 2874 }, level = 1, group = "TrapCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedExtraDamageFromCritsWithNoPowerChargesUnique__1"] = { affix = "", "You take 50% reduced Extra Damage from Critical Strikes while you have no Power Charges", statOrderKey = "4936", statOrder = { 4936 }, level = 1, group = "ReducedExtraDamageFromCritsWithNoPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["PhysAddedAsChaosWithMaxPowerChargesUnique__1"] = { affix = "", "Gain (8-12)% of Physical Damage as Extra Chaos Damage while at maximum Power Charges", statOrderKey = "2885", statOrder = { 2885 }, level = 1, group = "PhysAddedAsChaosWithMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ScorchingRaySkillUnique__1"] = { affix = "", "Grants Level 25 Scorching Ray Skill", statOrderKey = "377", statOrder = { 377 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["BlightSkillUnique__1"] = { affix = "", "Grants Level 22 Blight Skill", statOrderKey = "381", statOrder = { 381 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique__1"] = { affix = "", "Grants Summon Harbinger of the Arcane Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique__2"] = { affix = "", "Grants Summon Harbinger of Time Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique__3"] = { affix = "", "Grants Summon Harbinger of Focus Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique__4_"] = { affix = "", "Grants Summon Harbinger of Directions Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique__5"] = { affix = "", "Grants Summon Harbinger of Storms Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique__6"] = { affix = "", "Grants Summon Harbinger of Brutality Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique2_1"] = { affix = "", "Grants Summon Greater Harbinger of the Arcane Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique2_2"] = { affix = "", "Grants Summon Greater Harbinger of Time Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique2__3"] = { affix = "", "Grants Summon Greater Harbinger of Focus Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique2_4"] = { affix = "", "Grants Summon Greater Harbinger of Directions Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique2_5"] = { affix = "", "Grants Summon Greater Harbinger of Storms Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["HarbingerSkillOnEquipUnique2_6"] = { affix = "", "Grants Summon Greater Harbinger of Brutality Skill", statOrderKey = "360", statOrder = { 360 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ChannelledSkillDamageUnique__1"] = { affix = "", "Channelling Skills deal (50-70)% increased Damage", statOrderKey = "4429", statOrder = { 4429 }, level = 1, group = "ChannelledSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["VolkuurLessPoisonDurationUnique__1"] = { affix = "", "50% less Poison Duration", statOrderKey = "2586", statOrder = { 2586 }, level = 1, group = "VolkuurLessPoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ProjectileAttackCriticalStrikeChanceUnique__1"] = { affix = "", "Projectile Attack Skills have (40-60)% increased Critical Strike Chance", statOrderKey = "3709", statOrder = { 3709 }, level = 1, group = "ProjectileAttackCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["SupportedByLesserPoisonUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Chance to Poison", statOrderKey = "277", statOrder = { 277 }, level = 1, group = "SupportedByLesserPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByVileToxinsUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrderKey = "276", statOrder = { 276 }, level = 1, group = "SupportedByVileToxins", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByInnervateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Innervate", statOrderKey = "275", statOrder = { 275 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByInnervateUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 10 Innervate", statOrderKey = "275", statOrder = { 275 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Ice Bite", statOrderKey = "269", statOrder = { 269 }, level = 1, group = "SupportedByIceBite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["GrantsVoidGazeUnique__1"] = { affix = "", "Trigger Level 10 Void Gaze when you use a Skill", statOrderKey = "428", statOrder = { 428 }, level = 1, group = "GrantsVoidGaze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["AddedChaosDamageVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "Attacks with this Weapon deal 80-120 added Chaos Damage against", "Enemies affected by at least 5 Poisons", statOrderKey = "6782,6782.1", statOrder = { 6782, 6782.1 }, level = 1, group = "AddedChaosDamageVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["PoisonDurationPerPowerChargeUnique__1"] = { affix = "", "3% increased Poison Duration per Power Charge", statOrderKey = "7055", statOrder = { 7055 }, level = 1, group = "PoisonDurationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonDamagePerFrenzyChargeUnique__1"] = { affix = "", "10% increased Damage with Poison per Frenzy Charge", statOrderKey = "7047", statOrder = { 7047 }, level = 1, group = "PoisonDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["GainFrenzyChargeOnKillVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "(25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by at least 5 Poisons", statOrderKey = "5066", statOrder = { 5066 }, level = 1, group = "GainFrenzyChargeOnKillVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["GainPowerChargeOnKillVsEnemiesWithLessThan5PoisonsUnique__1"] = { affix = "", "(12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons", statOrderKey = "5096", statOrder = { 5096 }, level = 1, group = "GainPowerChargeOnKillVsEnemiesWithLessThan5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PoisonDurationWithOver150IntelligenceUnique__1"] = { affix = "", "(15-25)% increased Poison Duration if you have at least 150 Intelligence", statOrderKey = "7056", statOrder = { 7056 }, level = 1, group = "PoisonDurationWithOver150Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonDamageWithOver300DexterityUnique__1"] = { affix = "", "(75-100)% increased Damage with Poison if you have at least 300 Dexterity", statOrderKey = "7050", statOrder = { 7050 }, level = 1, group = "PoisonDamageWithOver300Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["YouCannotBeHinderedUnique__1"] = { affix = "", "You cannot be Hindered", statOrderKey = "7605", statOrder = { 7605 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring" }, }, - ["YouCannotBeHinderedUnique__2"] = { affix = "", "You cannot be Hindered", statOrderKey = "7605", statOrder = { 7605 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring" }, }, - ["LocalMaimOnHitChanceUnique__1"] = { affix = "", "(15-20)% chance to Maim on Hit", statOrderKey = "5976", statOrder = { 5976 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["BlightSecondarySkillEffectDurationUnique__1"] = { affix = "", "Blight has (20-30)% increased Hinder Duration", statOrderKey = "4228", statOrder = { 4228 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["GlobalCooldownRecoveryUnique__1"] = { affix = "", "(15-20)% increased Cooldown Recovery Rate", statOrderKey = "4102", statOrder = { 4102 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DebuffTimePassedUnique__1"] = { affix = "", "Debuffs on you expire (15-20)% faster", statOrderKey = "4723", statOrder = { 4723 }, level = 1, group = "DebuffTime", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeAndEnergyShieldRecoveryRateUnique_1"] = { affix = "", "(15-20)% increased Energy Shield Recovery rate", "(15-20)% increased Life Recovery rate", statOrderKey = "1114,1123", statOrder = { 1114, 1123 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LocalGrantsStormCascadeOnAttackUnique__1"] = { affix = "", "Trigger Level 20 Storm Cascade when you Attack", statOrderKey = "430", statOrder = { 430 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ProjectileAttacksChanceToBleedBeastialMinionUnique__1_"] = { affix = "", "Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while", "you have a Bestial Minion", statOrderKey = "3710,3710.1", statOrder = { 3710, 3710.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ProjectileAttacksChanceToPoisonBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Poison on Hit while", "you have a Bestial Minion", statOrderKey = "3712,3712.1", statOrder = { 3712, 3712.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["ProjectileAttacksChanceToMaimBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Maim on Hit while", "you have a Bestial Minion", statOrderKey = "3711,3711.1", statOrder = { 3711, 3711.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AddedPhysicalDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (11-16)-(21-25) Physical Damage to Attacks while you have a Bestial Minion", statOrderKey = "3713", statOrder = { 3713 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedChaosDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (13-19)-(23-29) Chaos Damage to Attacks while you have a Bestial Minion", statOrderKey = "3714", statOrder = { 3714 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AttackAndMovementSpeedBeastialMinionUnique__1"] = { affix = "", "(10-15)% increased Attack and Movement Speed while you have a Bestial Minion", statOrderKey = "3715", statOrder = { 3715 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["LifeLeechFromAttackDamageAgainstMaimedEnemiesUnique__1"] = { affix = "", "0.5% of Attack Damage Leeched as Life against Maimed Enemies", statOrderKey = "5465", statOrder = { 5465 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["GrantsDarktongueKissUnique__1"] = { affix = "", "Trigger Level 20 Darktongue's Kiss when you Cast a Curse Skill", statOrderKey = "427", statOrder = { 427 }, level = 1, group = "GrantsDarktongueKiss", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ShockEffectUnique__1"] = { affix = "", "(15-25)% increased Effect of Shock", statOrderKey = "7229", statOrder = { 7229 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockEffectUnique__2"] = { affix = "", "(15-25)% increased Effect of Lightning Ailments", statOrderKey = "5511", statOrder = { 5511 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockEffectUnique__3"] = { affix = "", "30% increased Effect of Lightning Ailments", statOrderKey = "5511", statOrder = { 5511 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["LocalCanSocketIgnoringColourUnique__1"] = { affix = "", "Gems can be Socketed in this Item ignoring Socket Colour", statOrderKey = "38", statOrder = { 38 }, level = 1, group = "LocalCanSocketIgnoringColour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalNoAttributeRequirementsUnique__1"] = { affix = "", "Has no Attribute Requirements", statOrderKey = "712", statOrder = { 712 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalNoAttributeRequirementsUnique__2"] = { affix = "", "Has no Attribute Requirements", statOrderKey = "712", statOrder = { 712 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedGemsInRedSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Red Sockets have +1 to Level", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "SocketedGemsInColouredSocketEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemsInGreenSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Green Sockets have +10% to Quality", statOrderKey = "48", statOrder = { 48 }, level = 1, group = "SocketedGemsInColouredSocketEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemsInBlueSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Blue Sockets gain 25% increased Experience", statOrderKey = "49", statOrder = { 49 }, level = 1, group = "SocketedGemsInColouredSocketEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["GainThaumaturgyBuffRotationUnique__1_"] = { affix = "", "Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence", statOrderKey = "7475", statOrder = { 7475 }, level = 1, group = "GainThaumaturgyBuffRotation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireBeamLengthUnique__1"] = { affix = "", "10% increased Scorching Ray beam length", statOrderKey = "4949", statOrder = { 4949 }, level = 1, group = "FireBeamLength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["GrantsPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Purity of Fire Skill", statOrderKey = "350", statOrder = { 350 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Purity of Ice Skill", statOrderKey = "356", statOrder = { 356 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Purity of Lightning Skill", statOrderKey = "358", statOrder = { 358 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsVaalPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Fire Skill", statOrderKey = "421", statOrder = { 421 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsVaalPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Ice Skill", statOrderKey = "422", statOrder = { 422 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsVaalPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Lightning Skill", statOrderKey = "423", statOrder = { 423 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["SpectreLifeUnique__1___"] = { affix = "", "+1000 to Spectre maximum Life", statOrderKey = "7306", statOrder = { 7306 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["SpectreIncreasedLifeUnique__1"] = { affix = "", "Spectres have (50-100)% increased maximum Life", statOrderKey = "1289", statOrder = { 1289 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["PowerChargeOnManaSpentUnique__1"] = { affix = "", "Gain a Power Charge after Spending a total of 200 Mana", statOrderKey = "5913", statOrder = { 5913 }, level = 1, group = "PowerChargeOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["IncreasedCastSpeedPerPowerChargeUnique__1"] = { affix = "", "2% increased Cast Speed per Power Charge", statOrderKey = "1000", statOrder = { 1000 }, level = 1, group = "IncreasedCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["ManaRegeneratedPerSecondPerPowerChargeUnique__1"] = { affix = "", "Regenerate 2 Mana per Second per Power Charge", statOrderKey = "6129", statOrder = { 6129 }, level = 1, group = "ManaRegeneratedPerSecondPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["GainARandomChargePerSecondWhileStationaryUnique__1"] = { affix = "", "Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary", statOrderKey = "5102", statOrder = { 5102 }, level = 1, group = "GainARandomChargePerSecondWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["LoseAllChargesOnMoveUnique__1"] = { affix = "", "Lose all Frenzy, Endurance, and Power Charges when you Move", statOrderKey = "6083", statOrder = { 6083 }, level = 1, group = "LoseAllChargesOnMove", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["ConsumesSupportGemsUnique"] = { affix = "", "Consumes Socketed Uncorrupted Support Gems when they reach Maximum Level", "Can Consume 4 Uncorrupted Support Gems", "Has not Consumed any Gems", statOrderKey = "39,39.1,39.2", statOrder = { 39, 39.1, 39.2 }, level = 88, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HungryLoopSupportedByAddedFireDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Fire Damage", statOrderKey = "39,230", statOrder = { 39, 230 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByColdPenetration_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cold Penetration", statOrderKey = "39,270", statOrder = { 39, 270 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIceBite"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ice Bite", statOrderKey = "39,269", statOrder = { 39, 269 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByManaLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mana Leech", statOrderKey = "39,271", statOrder = { 39, 271 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAddedColdDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Cold Damage", statOrderKey = "39,272", statOrder = { 39, 272 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByReducedManaCost"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Inspiration", statOrderKey = "39,273", statOrder = { 39, 273 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAdditionalAccuracy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Additional Accuracy", statOrderKey = "39,244", statOrder = { 39, 244 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBloodMagic"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arrogance", statOrderKey = "39,228", statOrder = { 39, 228 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFork"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Fork", statOrderKey = "39,250", statOrder = { 39, 250 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByInnervate_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Innervate", statOrderKey = "39,275", statOrder = { 39, 275 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByLesserPoison_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chance to Poison", statOrderKey = "39,277", statOrder = { 39, 277 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByHypothermia"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hypothermia", statOrderKey = "39,268", statOrder = { 39, 268 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByLifeLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Life Leech", statOrderKey = "39,247", statOrder = { 39, 247 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMeleeSplash_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Melee Splash", statOrderKey = "39,239", statOrder = { 39, 239 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMultistrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Multistrike", statOrderKey = "39,245", statOrder = { 39, 245 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFasterProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Faster Projectiles", statOrderKey = "39,246", statOrder = { 39, 246 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByRemoteMine"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Blastchain Mine", statOrderKey = "39,256", statOrder = { 39, 256 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByRemoteMine2_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 High-Impact Mine", statOrderKey = "39,161", statOrder = { 39, 161 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByStun"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Stun", statOrderKey = "39,243", statOrder = { 39, 243 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCastOnCrit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast On Critical Strike", statOrderKey = "39,240", statOrder = { 39, 240 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCastWhenStunned"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast when Stunned", statOrderKey = "39,241", statOrder = { 39, 241 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByVileToxins_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrderKey = "39,276", statOrder = { 39, 276 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByWeaponElementalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Elemental Damage with Attacks", statOrderKey = "39,251", statOrder = { 39, 251 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedArea"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Area of Effect", statOrderKey = "39,83", statOrder = { 39, 83 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByKnockback"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Knockback", statOrderKey = "39,260", statOrder = { 39, 260 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedMinionLife"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Life", statOrderKey = "39,261", statOrder = { 39, 261 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedMinionSpeed"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Speed", statOrderKey = "39,265", statOrder = { 39, 265 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByLesserMultipleProjectiles_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lesser Multiple Projectiles", statOrderKey = "39,262", statOrder = { 39, 262 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedMinionDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Damage", statOrderKey = "39,263", statOrder = { 39, 263 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedCriticalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Increased Critical Damage", statOrderKey = "39,249", statOrder = { 39, 249 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBlind"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Blind", statOrderKey = "39,238", statOrder = { 39, 238 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEnduranceChargeOnStun"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrderKey = "39,280", statOrder = { 39, 280 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBlasphemy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "39,274", statOrder = { 39, 274 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByTrap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trap", statOrderKey = "39,223", statOrder = { 39, 223 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIronWill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Iron Will", statOrderKey = "39,259", statOrder = { 39, 259 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFasterCast"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Faster Casting", statOrderKey = "39,258", statOrder = { 39, 258 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFlee"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Chance to Flee", statOrderKey = "39,257", statOrder = { 39, 257 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByColdToFire_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cold to Fire", statOrderKey = "39,231", statOrder = { 39, 231 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySpellTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Totem", statOrderKey = "39,232", statOrder = { 39, 232 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByGreaterMultipleProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Greater Multiple Projectiles", statOrderKey = "39,120", statOrder = { 39, 120 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedCriticalStrikes"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Critical Strikes", statOrderKey = "39,128", statOrder = { 39, 128 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByItemQuantity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Item Quantity", statOrderKey = "39,133", statOrder = { 39, 133 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByItemRarity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Item Rarity", statOrderKey = "39,134", statOrder = { 39, 134 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedDuration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Duration", statOrderKey = "39,129", statOrder = { 39, 129 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByChanceToIgnite"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Combustion", statOrderKey = "39,98", statOrder = { 39, 98 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBloodlust"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bloodlust", statOrderKey = "39,89", statOrder = { 39, 89 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByLifeGainOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Life Gain On Hit", statOrderKey = "39,135", statOrder = { 39, 135 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCullingStrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Culling Strike", statOrderKey = "39,101", statOrder = { 39, 101 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPointBlank"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Point Blank", statOrderKey = "39,151", statOrder = { 39, 151 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIronGrip"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Iron Grip", statOrderKey = "39,132", statOrder = { 39, 132 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMeleeDamageOnFullLife"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Damage On Full Life", statOrderKey = "39,140", statOrder = { 39, 140 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByRangedAttackTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ballista Totem", statOrderKey = "39,157", statOrder = { 39, 157 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFirePenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fire Penetration", statOrderKey = "39,115", statOrder = { 39, 115 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByLightningPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lightning Penetration", statOrderKey = "39,137", statOrder = { 39, 137 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByChain"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chain", statOrderKey = "39,96", statOrder = { 39, 96 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMulticast"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Echo", statOrderKey = "39,144", statOrder = { 39, 144 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPowerChargeOnCrit_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Power Charge On Critical Strike", statOrderKey = "39,153", statOrder = { 39, 153 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIncreasedBurningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Burning Damage", statOrderKey = "39,127", statOrder = { 39, 127 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySummonElementalResistance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Army Support", statOrderKey = "39,171", statOrder = { 39, 171 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCurseOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hextouch", statOrderKey = "39,102", statOrder = { 39, 102 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCastOnKill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast On Melee Kill", statOrderKey = "39,94", statOrder = { 39, 94 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMultiTrap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Multiple Traps", statOrderKey = "39,225", statOrder = { 39, 225 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEmpower"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Empower", statOrderKey = "39,110", statOrder = { 39, 110 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySlowerProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Slower Projectiles", statOrderKey = "39,165", statOrder = { 39, 165 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByReducedDuration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Less Duration", statOrderKey = "39,160", statOrder = { 39, 160 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCastOnDamageTaken"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast when Damage Taken", statOrderKey = "39,93", statOrder = { 39, 93 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEnhance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Enhance", statOrderKey = "39,112", statOrder = { 39, 112 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPhysicalProjectileAttackDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Vicious Projectiles", statOrderKey = "39,148", statOrder = { 39, 148 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEnlighten"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Enlighten", statOrderKey = "39,113", statOrder = { 39, 113 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPhysicalToLightning_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Physical To Lightning", statOrderKey = "39,149", statOrder = { 39, 149 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByTrapAndMineDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trap And Mine Damage", statOrderKey = "39,226", statOrder = { 39, 226 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPoison"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Critical Strike Affliction", statOrderKey = "39,152", statOrder = { 39, 152 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByVoidManipulation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Void Manipulation", statOrderKey = "39,180", statOrder = { 39, 180 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByRapidDecay"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swift Affliction", statOrderKey = "39,158", statOrder = { 39, 158 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByClusterTrap_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cluster Trap", statOrderKey = "39,224", statOrder = { 39, 224 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByElementalFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Focus", statOrderKey = "39,108", statOrder = { 39, 108 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMinefield"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minefield", statOrderKey = "39,141", statOrder = { 39, 141 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByTrapCooldown"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Advanced Traps", statOrderKey = "39,175", statOrder = { 39, 175 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCastWhileChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast While Channelling", statOrderKey = "39,95", statOrder = { 39, 95 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByIgniteProliferation__"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ignite Proliferation", statOrderKey = "39,123", statOrder = { 39, 123 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByChanceToBleed"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chance To Bleed", statOrderKey = "39,97", statOrder = { 39, 97 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByDeadlyAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Deadly Ailments", statOrderKey = "39,103", statOrder = { 39, 103 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByDecay"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Decay", statOrderKey = "39,105", statOrder = { 39, 105 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEfficacy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Efficacy", statOrderKey = "39,107", statOrder = { 39, 107 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMaim"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Maim", statOrderKey = "39,138", statOrder = { 39, 138 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByImmolate"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Immolate", statOrderKey = "39,124", statOrder = { 39, 124 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByUnboundAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Unbound Ailments", statOrderKey = "39,177", statOrder = { 39, 177 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBrutality"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Brutality", statOrderKey = "39,92", statOrder = { 39, 92 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByRuthless_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ruthless", statOrderKey = "39,162", statOrder = { 39, 162 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByOnslaught_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Onslaught", statOrderKey = "39,146", statOrder = { 39, 146 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByArcaneSurge"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arcane Surge", statOrderKey = "39,84", statOrder = { 39, 84 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBarrage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Barrage", statOrderKey = "39,87", statOrder = { 39, 87 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByArrowNova"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arrow Nova", statOrderKey = "39,156", statOrder = { 39, 156 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPierce_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Pierce", statOrderKey = "39,266", statOrder = { 39, 266 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFasterAttacks"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Faster Attacks", statOrderKey = "39,237", statOrder = { 39, 237 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMeleePhysicalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Melee Physical Damage", statOrderKey = "39,236", statOrder = { 39, 236 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByGenerosity_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Generosity", statOrderKey = "39,254", statOrder = { 39, 254 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFortify_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fortify", statOrderKey = "39,255", statOrder = { 39, 255 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByElementalProliferation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrderKey = "39,234", statOrder = { 39, 234 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByControlledDestruction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Controlled Destruction", statOrderKey = "39,279", statOrder = { 39, 279 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByConcentratedEffect"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrderKey = "39,222", statOrder = { 39, 222 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCastOnDeath"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast on Death", statOrderKey = "39,242", statOrder = { 39, 242 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAddedLightningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Lightning Damage", statOrderKey = "39,235", statOrder = { 39, 235 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAddedChaosDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Chaos Damage", statOrderKey = "39,227", statOrder = { 39, 227 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByReducedBlockChance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Block Chance Reduction", statOrderKey = "39,159", statOrder = { 39, 159 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByStormBarrier"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Infused Channelling", statOrderKey = "39,170", statOrder = { 39, 170 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByParallelProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Volley", statOrderKey = "39,147", statOrder = { 39, 147 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByGreaterVolley"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Greater Volley", statOrderKey = "39,122", statOrder = { 39, 122 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySpellCascade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Cascade", statOrderKey = "39,167", statOrder = { 39, 167 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySpiritStrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ancestral Call", statOrderKey = "39,169", statOrder = { 39, 169 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySummonGhostOnKill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Summon Phantasm", statOrderKey = "39,172", statOrder = { 39, 172 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMirageArcher_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mirage Archer", statOrderKey = "39,142", statOrder = { 39, 142 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFrenzyPowerOnTrapTrigger"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Charged Traps", statOrderKey = "39,119", statOrder = { 39, 119 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByChaosAttacks"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Withering Touch", statOrderKey = "39,181", statOrder = { 39, 181 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBonechill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bonechill", statOrderKey = "39,91", statOrder = { 39, 91 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMultiTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Multiple Totems", statOrderKey = "39,143", statOrder = { 39, 143 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEnergyLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Energy Leech", statOrderKey = "39,111", statOrder = { 39, 111 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySpellFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Intensify", statOrderKey = "39,168", statOrder = { 39, 168 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByUnleash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Unleash", statOrderKey = "39,178", statOrder = { 39, 178 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByImpale"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Impale", statOrderKey = "39,125", statOrder = { 39, 125 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByPulverise"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Pulverise", statOrderKey = "39,154", statOrder = { 39, 154 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByRage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Rage", statOrderKey = "39,155", statOrder = { 39, 155 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByCloseCombat"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Close Combat", statOrderKey = "39,100", statOrder = { 39, 100 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByShockwave_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Shockwave", statOrderKey = "39,164", statOrder = { 39, 164 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFeedingFrenzy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Feeding Frenzy", statOrderKey = "39,114", statOrder = { 39, 114 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByMeatShield"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Meat Shield", statOrderKey = "39,139", statOrder = { 39, 139 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByDeathmark_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Predator", statOrderKey = "39,104", statOrder = { 39, 104 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByNightblade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Nightblade", statOrderKey = "39,145", statOrder = { 39, 145 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByInfernalLegion_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Infernal Legion", statOrderKey = "39,130", statOrder = { 39, 130 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySwiftAssembly"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swift Assembly", statOrderKey = "39,173", statOrder = { 39, 173 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByChargedMines"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Charged Mines", statOrderKey = "39,99", statOrder = { 39, 99 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedAddedFireDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Fire Damage", statOrderKey = "39,187", statOrder = { 39, 187 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedAncestralCall"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Ancestral Call", statOrderKey = "39,189", statOrder = { 39, 189 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedBrutality"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Brutality", statOrderKey = "39,192", statOrder = { 39, 192 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedBurningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Burning Damage", statOrderKey = "39,193", statOrder = { 39, 193 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedWeaponElementalDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Elemental Damage With Attacks", statOrderKey = "39,219", statOrder = { 39, 219 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedFirePenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Fire Penetration", statOrderKey = "39,202", statOrder = { 39, 202 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedGenerosity_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Generosity", statOrderKey = "39,204", statOrder = { 39, 204 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedMeleePhysicalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Melee Physical Damage", statOrderKey = "39,208", statOrder = { 39, 208 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedMeleeSplash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Melee Splash", statOrderKey = "39,209", statOrder = { 39, 209 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedMultistrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Multistrike", statOrderKey = "39,211", statOrder = { 39, 211 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedAddedColdDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Cold Damage", statOrderKey = "39,186", statOrder = { 39, 186 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedArrowNova"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Arrow Nova", statOrderKey = "39,190", statOrder = { 39, 190 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedCastOnCrit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cast On Critical Strike", statOrderKey = "39,194", statOrder = { 39, 194 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedChain"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Chain", statOrderKey = "39,196", statOrder = { 39, 196 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedColdPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cold Penetration", statOrderKey = "39,197", statOrder = { 39, 197 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedDeadlyAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Deadly Ailments", statOrderKey = "39,200", statOrder = { 39, 200 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedFork"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Fork", statOrderKey = "39,203", statOrder = { 39, 203 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedGreaterMultipleProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Greater Multiple Projectiles", statOrderKey = "39,205", statOrder = { 39, 205 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedSwiftAffliction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Swift Affliction", statOrderKey = "39,214", statOrder = { 39, 214 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedVoidManipulation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Void Manipulation", statOrderKey = "39,218", statOrder = { 39, 218 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedViciousProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Vicious Projectiles", statOrderKey = "39,217", statOrder = { 39, 217 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedAddedChaosDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Chaos Damage", statOrderKey = "39,185", statOrder = { 39, 185 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedAddedLightningDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Lightning Damage", statOrderKey = "39,188", statOrder = { 39, 188 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedBlasphemy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Blasphemy", statOrderKey = "39,191", statOrder = { 39, 191 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedCastWhileChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cast While Channelling", statOrderKey = "39,195", statOrder = { 39, 195 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedControlledDestruction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Controlled Destruction", statOrderKey = "39,198", statOrder = { 39, 198 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedCurseOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Hextouch", statOrderKey = "39,199", statOrder = { 39, 199 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedElementalFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Elemental Focus", statOrderKey = "39,201", statOrder = { 39, 201 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedIncreasedAreaOfEffect_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Increased Area Of Effect", statOrderKey = "39,206", statOrder = { 39, 206 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedLightningPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Lightning Penetration", statOrderKey = "39,207", statOrder = { 39, 207 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedMinionDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Minion Damage", statOrderKey = "39,210", statOrder = { 39, 210 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedSpellCascade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Spell Cascade", statOrderKey = "39,212", statOrder = { 39, 212 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedSpellEcho__"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Spell Echo", statOrderKey = "39,213", statOrder = { 39, 213 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedUnboundAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Unbound Ailments", statOrderKey = "39,215", statOrder = { 39, 215 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByAwakenedUnleash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Unleash", statOrderKey = "39,216", statOrder = { 39, 216 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySecondWind_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Second Wind", statOrderKey = "39,163", statOrder = { 39, 163 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByArchmage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Archmage", statOrderKey = "39,85", statOrder = { 39, 85 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByUrgentOrders"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Urgent Orders", statOrderKey = "39,179", statOrder = { 39, 179 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFistOfWar"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fist of War", statOrderKey = "39,116", statOrder = { 39, 116 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedBySwiftBrand"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swiftbrand", statOrderKey = "39,174", statOrder = { 39, 174 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByElementalPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Penetration", statOrderKey = "39,109", statOrder = { 39, 109 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByImpendingDoom"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Impending Doom", statOrderKey = "39,126", statOrder = { 39, 126 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBloodthirst_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bloodthirst", statOrderKey = "39,90", statOrder = { 39, 90 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFragility_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cruelty", statOrderKey = "39,118", statOrder = { 39, 118 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByLifetap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lifetap", statOrderKey = "39,136", statOrder = { 39, 136 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByFocussedBallista_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Focused Ballista", statOrderKey = "39,117", statOrder = { 39, 117 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByEarthbreaker"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Earthbreaker", statOrderKey = "39,106", statOrder = { 39, 106 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["HungryLoopSupportedByBehead"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Behead", statOrderKey = "39,88", statOrder = { 39, 88 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SocketedGemLevelPer25PlayerLevelsUnique__1"] = { affix = "", "+1 to Level of Socketed Active Skill Gems per 25 Player Levels", statOrderKey = "46", statOrder = { 46 }, level = 1, group = "SocketedGemLevelPer25PlayerLevels", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, - ["TriggerSocketedSpellOnAttackUnique__1"] = { affix = "", "Trigger a Socketed Spell when you Attack with this Weapon, with a 0.15 second Cooldown", statOrderKey = "501", statOrder = { 501 }, level = 1, group = "TriggerSocketedSpellOnAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, - ["AddsPhysicalDamagePer3PlayerLevelsUnique__1_"] = { affix = "", "Adds 3 to 5 Physical Damage to Attacks with this Weapon per 3 Player Levels", statOrderKey = "828", statOrder = { 828 }, level = 1, group = "AddsPhysicalDamagePer3PlayerLevels", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["FlaskPoisonDurationUnique__1"] = { affix = "", "(50-75)% increased Duration of Poisons you inflict during Flask effect", statOrderKey = "641", statOrder = { 641 }, level = 1, group = "FlaskPoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "poison", "chaos", "ailment" }, }, - ["FlaskHitsHaveNoCritMultiUnique__1"] = { affix = "", "Your Critical Strikes do not deal extra Damage during Flask effect", statOrderKey = "640", statOrder = { 640 }, level = 1, group = "FlaskHitsHaveNoCritMulti", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage", "critical" }, }, - ["FlaskGrantsPerfectAgonyUnique__1_"] = { affix = "", "Grants Perfect Agony during Flask effect", statOrderKey = "700", statOrder = { 700 }, level = 1, group = "FlaskGrantsPerfectAgony", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage", "critical", "ailment" }, }, - ["FlaskChanceToPoisonUnique__1"] = { affix = "", "25% chance to Poison on Hit during Flask effect", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "FlaskChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "poison", "chaos", "ailment" }, }, - ["FlaskTakeChaosDamagePerSecondUnique__1"] = { affix = "", "Take 30 Chaos Damage per Second during Flask effect", statOrderKey = "672", statOrder = { 672 }, level = 1, group = "FlaskTakeChaosDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, - ["FlaskTakeChaosDamagePerSecondUnique__2"] = { affix = "", "Take 250 Chaos Damage per Second during Flask effect", statOrderKey = "672", statOrder = { 672 }, level = 1, group = "FlaskTakeChaosDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, - ["FlaskCriticalStrikeDoTMultiplierUnique__1"] = { affix = "", "+(20-30)% to Damage over Time Multiplier for Poison from Critical Strikes during Flask effect", statOrderKey = "647", statOrder = { 647 }, level = 1, group = "FlaskCriticalStrikeDoTMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical", "ailment" }, }, - ["StarterPassiveTreeJewelUnique__1_"] = { affix = "", "While your Passive Skill Tree connects to the Duelist's starting location, you gain:", "1% of Attack Damage Leeched as Life", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["AbyssJewelSocketImplicit"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__1"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__2"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__3"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__4"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__5"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__6_"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__7"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__8"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__9"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__10"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__11_"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__12"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__13"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AbyssJewelSocketUnique__14"] = { affix = "", "Has 6 Abyssal Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StarterPassiveTreeJewelUnique__2"] = { affix = "", "While your Passive Skill Tree connects to the Ranger's starting location, you gain:", "7% increased Movement Speed", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["StarterPassiveTreeJewelUnique__3"] = { affix = "", "While your Passive Skill Tree connects to the Shadow's starting location, you gain:", "+0.5% to Critical Strike Chance", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["StarterPassiveTreeJewelUnique__4"] = { affix = "", "While your Passive Skill Tree connects to the Witch's starting location, you gain:", "0.5% of Mana Regenerated per second", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["StarterPassiveTreeJewelUnique__5"] = { affix = "", "While your Passive Skill Tree connects to the Templar's starting location, you gain:", "Damage Penetrates 5% Elemental Resistances", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["StarterPassiveTreeJewelUnique__6"] = { affix = "", "While your Passive Skill Tree connects to the Scion's starting location, you gain:", "+25 to All Attributes", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["StarterPassiveTreeJewelUnique__7"] = { affix = "", "While your Passive Skill Tree connects to the Marauder's starting location, you gain:", "Melee Skills have 15% increased Area of Effect", statOrderKey = "7533,7533.1", statOrder = { 7533, 7533.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StarterPassiveJewelUnique__8"] = { affix = "", "While your Passive Skill Tree connects to the Marauder's starting location, you gain:", "1% of Life Regenerated per second", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["StarterPassiveJewelUnique__9_"] = { affix = "", "While your Passive Skill Tree connects to the Duelist's starting location, you gain:", "+2 to Melee Strike Range", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StarterPassiveJewelUnique__10__"] = { affix = "", "While your Passive Skill Tree connects to the Ranger's starting location, you gain:", "20% increased Flask Charges gained", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["StarterPassiveJewelUnique__11__"] = { affix = "", "While your Passive Skill Tree connects to the Shadow's starting location, you gain:", "12% increased Attack and Cast Speed", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["StarterPassiveJewelUnique__12__"] = { affix = "", "While your Passive Skill Tree connects to the Witch's starting location, you gain:", "20% increased Skill Effect Duration", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StarterPassiveJewelUnique__13"] = { affix = "", "While your Passive Skill Tree connects to the Templar's starting location, you gain:", "+4% Chance to Block Attack and Spell Damage", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["StarterPassiveJewelUnique__14_"] = { affix = "", "While your Passive Skill Tree connects to the Scion's starting location, you gain:", "30% increased Damage", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedCriticalStrikeChancePerAccuracyRatingUnique__1"] = { affix = "", "2% increased Attack Critical Strike Chance per 200 Accuracy Rating", statOrderKey = "3998", statOrder = { 3998 }, level = 65, group = "IncreasedCriticalStrikeChancePerAccuracyRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["PassiveEffectivenessJewelUnique__1_"] = { affix = "", "50% increased Effect of non-Keystone Passive Skills in Radius", "Notable Passive Skills in Radius grant nothing", statOrderKey = "6067,6068", statOrder = { 6067, 6068 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DegradingMovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Attack, Cast and Movement Speed during Flask Effect", "Reduce Attack, Cast and Movement Speed 10% every second during Flask Effect", statOrderKey = "677,678", statOrder = { 677, 678 }, level = 1, group = "DegradingMovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "attack", "caster", "speed" }, }, - ["TriggeredFireAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Fire Aegis when Equipped", statOrderKey = "448", statOrder = { 448 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredColdAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Cold Aegis when Equipped", statOrderKey = "446", statOrder = { 446 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredLightningAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Lightning Aegis when Equipped", statOrderKey = "449", statOrder = { 449 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredElementalAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Elemental Aegis when Equipped", statOrderKey = "447", statOrder = { 447 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggeredPhysicalAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Physical Aegis when Equipped", statOrderKey = "451", statOrder = { 451 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["SupportedByBlasphemyUnique"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "274", statOrder = { 274 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, - ["GrantCursePillarSkillUnique"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills ignore Curse Limit", statOrderKey = "394,394.1,394.2", statOrder = { 394, 394.1, 394.2 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ReflectPoisonsToSelfUnique__1"] = { affix = "", "Poison you inflict is Reflected to you if you have fewer than 100 Poisons on you", statOrderKey = "7059", statOrder = { 7059 }, level = 1, group = "ReflectPoisonsToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["ReflectBleedingToSelfUnique__1"] = { affix = "", "Bleeding you inflict is Reflected to you", statOrderKey = "4169", statOrder = { 4169 }, level = 1, group = "ReflectBleedingToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChaosResistancePerPoisonOnSelfUnique__1"] = { affix = "", "+1% to Chaos Resistance per Poison on you", statOrderKey = "4438", statOrder = { 4438 }, level = 1, group = "ChaosResistancePerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["DamagePerPoisonOnSelfUnique__1_"] = { affix = "", "15% increased Damage for each Poison on you up to a maximum of 75%", statOrderKey = "4670", statOrder = { 4670 }, level = 1, group = "DamagePerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MovementSpeedPerPoisonOnSelfUnique__1_"] = { affix = "", "10% increased Movement Speed for each Poison on you up to a maximum of 50%", statOrderKey = "6903", statOrder = { 6903 }, level = 1, group = "MovementSpeedPerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["TravelSkillsReflectPoisonUnique__1"] = { affix = "", "Poison you inflict with Travel Skills is Reflected to you if you", "have fewer than 5 Poisons on you", statOrderKey = "7503,7503.1", statOrder = { 7503, 7503.1 }, level = 57, group = "TravelSkillsReflectPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["IncreasedArmourWhileBleedingUnique__1"] = { affix = "", "(30-40)% increased Armour while Bleeding", statOrderKey = "3938", statOrder = { 3938 }, level = 1, group = "IncreasedArmourWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["SpectreCriticalStrikeChanceUnique__1"] = { affix = "", "Spectres have (800-1000)% increased Critical Strike Chance", statOrderKey = "7308", statOrder = { 7308 }, level = 1, group = "SpectreCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, - ["SpectreHaveBaseDurationUnique__1"] = { affix = "", "Spectres have a Base Duration of 20 seconds", "Spectres do not travel between Areas", statOrderKey = "7311,7311.1", statOrder = { 7311, 7311.1 }, level = 1, group = "SpectreHaveBaseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["GainCriticalStrikeChanceOnManaSpentUnique__1"] = { affix = "", "Gain +2% to Critical Strike Chance for 2 seconds after Spending a total of 800 Mana", statOrderKey = "5051", statOrder = { 5051 }, level = 69, group = "GainCriticalStrikeChanceOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["GainHerEmbraceOnIgniteUnique__1"] = { affix = "", "Gain Her Embrace for 3 seconds when you Ignite an Enemy", statOrderKey = "5069", statOrder = { 5069 }, level = 1, group = "GainHerEmbraceOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TakeDamagePerLevelWhileHerEmbraceUnique__1_"] = { affix = "", "While in Her Embrace, take 0.5% of your total Maximum Life and Energy Shield as Fire Damage per second per Level", statOrderKey = "6990", statOrder = { 6990 }, level = 1, group = "TakeDamagePerLevelWhileHerEmbrace", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["GainArmourEqualToManaReservedUnique__1"] = { affix = "", "Gain Armour equal to your Reserved Mana", statOrderKey = "5045", statOrder = { 5045 }, level = 1, group = "GainArmourEqualToManaReserved", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["VaalPactIfCritRecentlyUnique__1"] = { affix = "", "You have Vaal Pact if you've dealt a Critical Strike Recently", statOrderKey = "5110", statOrder = { 5110 }, level = 1, group = "VaalPactIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AdditionalArrowWhileAccuracyIs3000Uber1"] = { affix = "", "Bow Attacks fire an additional Arrow while Main Hand Accuracy Rating is at least 3000", statOrderKey = "6951", statOrder = { 6951 }, level = 1, group = "AdditionalArrowWhileAccuracyIs3000", weightKey = { "bow_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AccuracyRatingIsDoubledUber1"] = { affix = "", "50% more Global Accuracy Rating", statOrderKey = "3820", statOrder = { 3820 }, level = 1, group = "AccuracyRatingIsDoubled", weightKey = { "bow_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MeleePhysicalDamagePerStrengthWhileFortifiedUber1"] = { affix = "", "1% increased Melee Physical Damage per 10 Strength while Fortified", statOrderKey = "6749", statOrder = { 6749 }, level = 1, group = "MeleePhysicalDamagePerStrengthWhileFortified", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["IncreasedEvasionRatingWhileLeechingUber1"] = { affix = "", "20% increased Evasion while Leeching", statOrderKey = "4918", statOrder = { 4918 }, level = 1, group = "IncreasedEvasionRatingWhileLeeching", weightKey = { "claw_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["IncreasedEvasionRatingIfHitEnemyRecentlyUber1"] = { affix = "", "20% increased Evasion if you have Hit an Enemy Recently", statOrderKey = "4916", statOrder = { 4916 }, level = 1, group = "IncreasedEvasionRatingIfHitEnemyRecently", weightKey = { "claw_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["CriticalStrikeMultiplierIfHaventCritRecentlyUber1"] = { affix = "", "+50% to Critical Strike Multiplier if you haven't dealt a Critical Strike Recently", statOrderKey = "4594", statOrder = { 4594 }, level = 1, group = "CriticalStrikeMultiplierIfHaventCritRecently", weightKey = { "dagger_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CriticalStrikeChanceAgainstBleedingEnemiesUber1"] = { affix = "", "70% increased Critical Strike Chance against Bleeding Enemies", statOrderKey = "2605", statOrder = { 2605 }, level = 1, group = "CriticalStrikeChanceAgainstBleedingEnemies", weightKey = { "2h_axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["AreaOfEffectWith500StrengthUber1"] = { affix = "", "30% increased Area of Effect if you have at least 500 Strength", statOrderKey = "3922", statOrder = { 3922 }, level = 1, group = "AreaOfEffectWith500Strength", weightKey = { "mace_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HitsCantBeEvadedIfBlockedRecentlyUber1_"] = { affix = "", "Hits with this Weapon can't be Evaded if you have Blocked Recently", statOrderKey = "5939", statOrder = { 5939 }, level = 1, group = "AlwaysHits", weightKey = { "sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AttackSpeedIfBlockedRecentlyUber1"] = { affix = "", "20% increased Attack Speed if you have Blocked Recently", statOrderKey = "4033", statOrder = { 4033 }, level = 1, group = "AttackSpeedIfBlockedRecently", weightKey = { "sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["AreaOfEffectWhileFortifiedUber1"] = { affix = "", "25% increased Area of Effect while Fortified", statOrderKey = "3917", statOrder = { 3917 }, level = 1, group = "AreaOfEffectWhileFortified", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MeleeWeaponRangeWhileFortifiedUber1"] = { affix = "", "+2 to Melee Strike Range while Fortified", statOrderKey = "6765", statOrder = { 6765 }, level = 1, group = "MeleeWeaponRangeWhileFortified", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["StunDurationPerStrengthUber1"] = { affix = "", "2% increased Stun Duration per 15 Strength", statOrderKey = "7391", statOrder = { 7391 }, level = 1, group = "StunDurationPerStrength", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedStunThresholdWith500StrengthUber1"] = { affix = "", "30% reduced Enemy Stun Threshold while you have at least 500 Strength", statOrderKey = "7393", statOrder = { 7393 }, level = 1, group = "ReducedStunThresholdWith500Strength", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AreaDamagePerStrengthUber1"] = { affix = "", "1% increased Area Damage per 12 Strength", statOrderKey = "3906", statOrder = { 3906 }, level = 1, group = "AreaDamagePerStrength", weightKey = { "2h_mace_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedDamageAgainstTauntedEnemiesUber1"] = { affix = "", "50% increased Damage against Taunted Enemies", statOrderKey = "4676", statOrder = { 4676 }, level = 1, group = "IncreasedDamageAgainstTauntedEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["BleedingDamagePerEnduranceChargeUber1"] = { affix = "", "5% increased Damage with Bleeding per Endurance Charge", statOrderKey = "4163", statOrder = { 4163 }, level = 1, group = "BleedingDamagePerEnduranceCharge", weightKey = { "2h_axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["MovementSpeedWhileFortifiedUber1"] = { affix = "", "15% increased Movement Speed while you have Fortify", statOrderKey = "2737", statOrder = { 2737 }, level = 1, group = "MovementSpeedWhileFortified", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MeleeWeaponRangeAtMaximumFrenzyChargesUber1_"] = { affix = "", "+3 to Melee Strike Range while at Maximum Frenzy Charges", statOrderKey = "6764", statOrder = { 6764 }, level = 1, group = "MeleeWeaponRangeAtMaximumFrenzyCharges", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["BlindEnemiesWhenHitUber1__"] = { affix = "", "20% chance to Blind Enemies when they Hit you", statOrderKey = "4276", statOrder = { 4276 }, level = 1, group = "BlindEnemiesWhenHit", weightKey = { "claw_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PoisonDamageAgainstBleedingEnemiesUber1"] = { affix = "", "50% increased Damage with Poison inflicted on Bleeding Enemies", statOrderKey = "7049", statOrder = { 7049 }, level = 1, group = "PoisonDamageAgainstBleedingEnemies", weightKey = { "dagger_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["ChanceToBleedOnTauntedEnemiesUber1"] = { affix = "", "20% chance to inflict Bleeding on Hit with Attacks against Taunted Enemies", statOrderKey = "4050", statOrder = { 4050 }, level = 1, group = "ChanceToBleedOnTauntedEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AreaOfEffectPerPowerChargeUber1"] = { affix = "", "3% increased Area of Effect per Power Charge", statOrderKey = "1631", statOrder = { 1631 }, level = 1, group = "AreaOfEffectPerPowerCharge", weightKey = { "staff_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BleedDamageAgainstPoisonedEnemiesUber1"] = { affix = "", "50% increased Damage with Bleeding inflicted on Poisoned Enemies", statOrderKey = "4166", statOrder = { 4166 }, level = 1, group = "BleedDamageAgainstPoisonedEnemies", weightKey = { "dagger_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["GainEnduranceChargeOnStunChanceUber1"] = { affix = "", "25% chance to gain an Endurance Charge when you Stun an Enemy", statOrderKey = "4399", statOrder = { 4399 }, level = 1, group = "GainEnduranceChargeOnStunChance", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["FortifyEffectWhileStationaryUber1"] = { affix = "", "20% increased Effect of Fortify on you while Stationary", statOrderKey = "5000", statOrder = { 5000 }, level = 1, group = "FortifyEffectWhileStationary", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FortifyDurationPerStrengthUber1"] = { affix = "", "1% increased Fortify Duration per 10 Strength", statOrderKey = "4999", statOrder = { 4999 }, level = 1, group = "FortifyDurationPerStrength", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReducedElementalDamageTakenPerEnduranceChargeUber1"] = { affix = "", "1% reduced Elemental Damage taken per Endurance Charge", statOrderKey = "4809", statOrder = { 4809 }, level = 1, group = "ReducedElementalDamageTakenPerEnduranceCharge", weightKey = { "sceptre_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["AreaOfEffectIfBlockedRecentlyUber1"] = { affix = "", "20% increased Area of Effect if you have Blocked Recently", statOrderKey = "3912", statOrder = { 3912 }, level = 1, group = "AreaOfEffectIfBlockedRecently", weightKey = { "staff_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalDamagePer12IntelligenceUber1"] = { affix = "", "1% increased Elemental Damage per 12 Intelligence", statOrderKey = "4797", statOrder = { 4797 }, level = 1, group = "ElementalDamagePerIntelligence", weightKey = { "sceptre_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["AdditionalBlockChanceIfCritRecentlyUber1__"] = { affix = "", "+5% Chance to Block Attack Damage if you've dealt a Critical Strike Recently", statOrderKey = "3836", statOrder = { 3836 }, level = 1, group = "AdditionalBlockChanceIfCritRecently", weightKey = { "staff_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ElementalDamagePer12StrengthUber1"] = { affix = "", "1% increased Elemental Damage per 12 Strength", statOrderKey = "4798", statOrder = { 4798 }, level = 1, group = "ElementalDamagePerStrength", weightKey = { "sceptre_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePerPowerChargeUber1"] = { affix = "", "5% increased Elemental Damage per Power charge", statOrderKey = "4799", statOrder = { 4799 }, level = 1, group = "ElementalDamagePerPowerCharge", weightKey = { "sceptre_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["CullingStrikeIfCritRecentlyUber1"] = { affix = "", "Hits with this Weapon have Culling Strike if you have dealt a Critical Strike Recently", statOrderKey = "5905", statOrder = { 5905 }, level = 1, group = "CullingStrikeIfCritRecently", weightKey = { "axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["CritsHaveCullingStrikeUber1"] = { affix = "", "Critical Strikes with this Weapon have Culling Strike", statOrderKey = "5904", statOrder = { 5904 }, level = 1, group = "CritsHaveCullingStrike", weightKey = { "dagger_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["GainEnduranceChargeOnLosingFortifyUber1"] = { affix = "", "Gain an Endurance Charge when you lose Fortify", statOrderKey = "5056", statOrder = { 5056 }, level = 1, group = "GainEnduranceChargeOnLosingFortify", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["LifeGainOnHitWhileLeechingUber1"] = { affix = "", "+(30-50) Life gained for each Enemy Hit by this Weapon while you are Leeching", statOrderKey = "5973", statOrder = { 5973 }, level = 1, group = "LifeGainOnHitWhileLeeching", weightKey = { "claw_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["CannotBeIgnitedWithStrHigherThanDexUnique__1"] = { affix = "", "Cannot be Ignited if Strength is higher than Dexterity", statOrderKey = "4319", statOrder = { 4319 }, level = 1, group = "CannotBeIgnitedWithStrHigherThanDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["CannotBeFrozenWithDexHigherThanIntUnique__1"] = { affix = "", "Cannot be Frozen if Dexterity is higher than Intelligence", statOrderKey = "4316", statOrder = { 4316 }, level = 1, group = "CannotBeFrozenWithDexHigherThanInt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["CannotBeShockedWithIntHigherThanStrUnique__1"] = { affix = "", "Cannot be Shocked if Intelligence is higher than Strength", statOrderKey = "4325", statOrder = { 4325 }, level = 1, group = "CannotBeShockedWithIntHigherThanStr", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IncreasedDamagePerLowestAttributeUnique__1"] = { affix = "", "1% increased Damage per 5 of your lowest Attribute", statOrderKey = "4667", statOrder = { 4667 }, level = 85, group = "IncreasedDamagePerLowestAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["IncreasedAilmentDurationUnique__1"] = { affix = "", "40% increased Duration of Ailments on Enemies", statOrderKey = "1375", statOrder = { 1375 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationUnique__2"] = { affix = "", "30% reduced Duration of Ailments on Enemies", statOrderKey = "1375", statOrder = { 1375 }, level = 88, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["SharedSufferingUnique__1"] = { affix = "", "Shared Suffering", statOrderKey = "7681", statOrder = { 7681 }, level = 1, group = "SharedSuffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CreateSmokeCloudWhenTrapTriggeredUnique__1"] = { affix = "", "Trigger Level 20 Fog of War when your Trap is triggered", statOrderKey = "487", statOrder = { 487 }, level = 1, group = "CreateSmokeCloudWhenTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["FlammabilityReservationCostUnique__1"] = { affix = "", "Flammability has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3453", statOrder = { 3453 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["FrostbiteReservationCostUnique__1"] = { affix = "", "Frostbite has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3454", statOrder = { 3454 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ConductivityReservationCostUnique__1"] = { affix = "", "Conductivity has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3452", statOrder = { 3452 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["VulnerabilityReservationCostUnique__1_"] = { affix = "", "Vulnerability has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3456", statOrder = { 3456 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["DespairReservationCostUnique__1"] = { affix = "", "Despair has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3451", statOrder = { 3451 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["TemporalChainsReservationCostUnique__1"] = { affix = "", "Temporal Chains has 100% reduced Reservation if Cast as an Aura", statOrderKey = "3455", statOrder = { 3455 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ChanceToDodgeWhileOffhandIsEmpty"] = { affix = "", "(15-25)% chance to Dodge Attack Hits while your Off Hand is empty", statOrderKey = "4388", statOrder = { 4388 }, level = 1, group = "ChanceToDodgeWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["IncreasedColdDamageWhileOffhandIsEmpty_"] = { affix = "", "(100-200)% increased Cold Damage while your Off Hand is empty", statOrderKey = "4494", statOrder = { 4494 }, level = 1, group = "IncreasedColdDamageWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DisplayIronReflexesFor8SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Iron Reflexes for 8 seconds", statOrderKey = "7704", statOrder = { 7704 }, level = 1, group = "DisplayIronReflexesFor8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["ArborixMoreDamageAtCloseRangeUnique__1"] = { affix = "", "30% more Damage with Arrow Hits at Close Range while you have Iron Reflexes", statOrderKey = "7710", statOrder = { 7710 }, level = 1, group = "ArborixMoreDamageAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["FarShotWhileYouDoNotHaveIronReflexesUnique__1_"] = { affix = "", "You have Far Shot while you do not have Iron Reflexes", statOrderKey = "7714", statOrder = { 7714 }, level = 1, group = "FarShotWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackCastMovementSpeedWhileYouDoNotHaveIronReflexesUnique__1"] = { affix = "", "30% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes", statOrderKey = "7713", statOrder = { 7713 }, level = 1, group = "AttackCastMovementSpeedWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["ElementalDamageCanShockUnique__1__"] = { affix = "", "Your Elemental Damage can Shock", statOrderKey = "2295", statOrder = { 2295 }, level = 1, group = "ElementalDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["EnemiesTakeIncreasedDamagePerAilmentTypeUnique__1"] = { affix = "", "Enemies take 5% increased Damage for each type of Ailment you have inflicted on them", statOrderKey = "1922", statOrder = { 1922 }, level = 1, group = "EnemiesTakeIncreasedDamagePerAilmentType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["DeathWalk"] = { affix = "", "Triggers Level 20 Death Walk when Equipped", statOrderKey = "463", statOrder = { 463 }, level = 1, group = "DeathWalk", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["DamagePerAbyssJewelTypeUnique__1_"] = { affix = "", "10% increased Damage for each type of Abyss Jewel affecting you", statOrderKey = "3565", statOrder = { 3565 }, level = 1, group = "DamagePerAbyssJewelType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AdditionalPhysicalDamageReductionWhileMovingUnique__1"] = { affix = "", "5% additional Physical Damage Reduction while moving", statOrderKey = "3868", statOrder = { 3868 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["ReducedElementalDamageTakenWhileStationaryUnique__1_"] = { affix = "", "5% reduced Elemental Damage taken while stationary", statOrderKey = "4810", statOrder = { 4810 }, level = 1, group = "ReducedElementalDamageTakenWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["IncreasedLifePerAbyssalJewelUnique__1"] = { affix = "", "1% increased Maximum Life per Abyss Jewel affecting you", statOrderKey = "6734", statOrder = { 6734 }, level = 1, group = "IncreasedLifePerAbyssalJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedManaPerAbyssalJewelUnique__1_"] = { affix = "", "1% increased Maximum Mana per Abyss Jewel affecting you", statOrderKey = "6738", statOrder = { 6738 }, level = 1, group = "IncreasedManaPerAbyssalJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["IncreasedLifePerElderItemUnique__1"] = { affix = "", "+6 to Maximum Life per Elder Item Equipped", statOrderKey = "3720", statOrder = { 3720 }, level = 1, group = "IncreasedLifePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AilmentEffectPerElderItemUnique__1"] = { affix = "", "8% increased Effect of Non-Damaging Ailments per Elder Item Equipped", statOrderKey = "3724", statOrder = { 3724 }, level = 1, group = "AilmentEffectPerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["AilmentDamagePerElderItemUnique__1__"] = { affix = "", "15% increased Damage with Ailments per Elder Item Equipped", statOrderKey = "3721", statOrder = { 3721 }, level = 1, group = "AilmentDamagePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "ailment" }, }, - ["AilmentDamageOverTimeMultiplierPerElderItemUnique__1"] = { affix = "", "+4% to Damage over Time Multiplier for Ailments per Elder Item Equipped", statOrderKey = "3722", statOrder = { 3722 }, level = 1, group = "AilmentDamagePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "ailment" }, }, - ["RemoveAilmentOnFlaskUseIfAllItemsAreElderUnique__1_"] = { affix = "", "Remove an Ailment when you use a Flask if all Equipped Items are Elder Items", statOrderKey = "7178", statOrder = { 7178 }, level = 1, group = "RemoveAilmentOnFlaskUseIfAllItemsAreElder", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "ailment" }, }, - ["StrengthDamageBonus3Per10Unique__1"] = { affix = "", "Strength's Damage Bonus instead grants 3% increased Melee", "Physical Damage per 10 Strength", statOrderKey = "7389,7389.1", statOrder = { 7389, 7389.1 }, level = 1, group = "StrengthDamageBonus3Per10", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["CannotBlockSpellsUnique__1"] = { affix = "", "Cannot Block Spells", statOrderKey = "4334", statOrder = { 4334 }, level = 1, group = "CannotBlockSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "+(80-100) to Evasion Rating and Energy Shield", statOrderKey = "5937", statOrder = { 5937 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__2_"] = { affix = "", "+(120-150) to Evasion Rating and Energy Shield", statOrderKey = "5937", statOrder = { 5937 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, - ["IntimidateOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks", statOrderKey = "5889", statOrder = { 5889 }, level = 1, group = "IntimidateOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MaimOnHitWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks", statOrderKey = "5890", statOrder = { 5890 }, level = 1, group = "MaimOnHitWithRangedAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ArcaneSurgeOnHitWithSpellAbyssJewelUnique__1"] = { affix = "", "With a Hypnotic Eye Jewel Socketed, gain Arcane Surge on Hit with Spells", statOrderKey = "6008", statOrder = { 6008 }, level = 1, group = "ArcaneSurgeOnHitWithSpellAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["MinionAccuracyWithMinionAbyssJewelUnique__1"] = { affix = "", "With a Ghastly Eye Jewel Socketed, Minions have +1000 to Accuracy Rating", statOrderKey = "5983", statOrder = { 5983 }, level = 1, group = "MinionAccuracyWithMinionAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, - ["AbyssJewelEffectUnique__1"] = { affix = "", "75% increased Effect of Socketed Jewels", statOrderKey = "344", statOrder = { 344 }, level = 1, group = "AbyssJewelEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IncreasedArmourWhileStationaryUnique__1"] = { affix = "", "80% increased Armour while stationary", statOrderKey = "3939", statOrder = { 3939 }, level = 1, group = "IncreasedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["NumberOfProjectilesIfHitRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've been Hit Recently", statOrderKey = "6957", statOrder = { 6957 }, level = 1, group = "NumberOfProjectilesIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainIronReflexesWhileStationaryUnique__1"] = { affix = "", "Iron Reflexes while stationary", statOrderKey = "7702", statOrder = { 7702 }, level = 1, group = "GainIronReflexesWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["PlayerFarShotUnique__2"] = { affix = "", "Far Shot", statOrderKey = "7689", statOrder = { 7689 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PlayerFarShotUnique__3"] = { affix = "", "Far Shot", statOrderKey = "7689", statOrder = { 7689 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["KeystonePointBlankUnique__2"] = { affix = "", "Point Blank", statOrderKey = "7674", statOrder = { 7674 }, level = 1, group = "PointBlank", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["NumberOfProjectilesIfUsedAMovementSkillRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've used a Movement Skill Recently", statOrderKey = "6958", statOrder = { 6958 }, level = 1, group = "NumberOfProjectilesIfUsedAMovementSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EvasionRatingWhileMovingUnique__1"] = { affix = "", "80% increased Evasion Rating while moving", statOrderKey = "4919", statOrder = { 4919 }, level = 1, group = "EvasionRatingWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["AddedPhysicalDamageVersusIgnitedEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal (80-100) to (160-200) added Physical Damage to Ignited Enemies", statOrderKey = "4022", statOrder = { 4022 }, level = 1, group = "AddedPhysicalDamageVersusIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedFireDamageVersusBleedingEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal (80-100) to (160-200) added Fire Damage to Bleeding Enemies", statOrderKey = "4016", statOrder = { 4016 }, level = 1, group = "AddedFireDamageVersusBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["GainAvatarOfFireEvery8SecondsUnique__1"] = { affix = "", "Every 8 seconds, gain Avatar of Fire for 4 seconds", statOrderKey = "7700", statOrder = { 7700 }, level = 1, group = "GainAvatarOfFireEvery8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ChanceToBleedIgnitedEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon have 25% chance to inflict Bleeding against Ignited Enemies", statOrderKey = "4048", statOrder = { 4048 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["IncreasedCriticalStrikeChanceWithAvatarOfFireUnique__1"] = { affix = "", "(160-200)% increased Critical Strike Chance while you have Avatar of Fire", statOrderKey = "7708", statOrder = { 7708 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ArmourWithoutAvatarOfFireUnique__1"] = { affix = "", "+2000 Armour while you do not have Avatar of Fire", statOrderKey = "7712", statOrder = { 7712 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["ConvertPhysicalToFireWithAvatarOfFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire while you have Avatar of Fire", statOrderKey = "7709", statOrder = { 7709 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["GainElementalOverloadEvery16SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Elemental Overload for 8 seconds", statOrderKey = "7701", statOrder = { 7701 }, level = 1, group = "GainElementalOverloadEvery16Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["GainResoluteTechniqueWithoutElementalOverloadUnique__1"] = { affix = "", "You have Resolute Technique while you do not have Elemental Overload", statOrderKey = "7703", statOrder = { 7703 }, level = 1, group = "GainResoluteTechniqueWithoutElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["ProjectilesGainPercentOfNonChaosAsChaosUnique__1"] = { affix = "", "Projectiles gain (15-20)% of Non-Chaos Damage as extra Chaos Damage per Chain", statOrderKey = "7091", statOrder = { 7091 }, level = 70, group = "ProjectilesGainPercentOfNonChaosAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ProjectilesGainPercentOfNonChaosAsChaosUnique__2"] = { affix = "", "Projectiles that have Chained gain (20-35)% of Non-Chaos Damage as extra Chaos Damage", statOrderKey = "7090", statOrder = { 7090 }, level = 70, group = "ProjectilesGainPercentOfNonChaosAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DealNoNonElementalDamageUnique__1"] = { affix = "", "Deal no Non-Elemental Damage", statOrderKey = "4720", statOrder = { 4720 }, level = 1, group = "DealNoNonElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["DisplaySupportedByElementalPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Elemental Penetration", statOrderKey = "109", statOrder = { 109 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByElementalPenetrationUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Elemental Penetration", statOrderKey = "109", statOrder = { 109 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["GainSpiritChargeOnKillChanceUnique__1"] = { affix = "", "(15-20)% chance to gain a Spirit Charge on Kill", statOrderKey = "3775", statOrder = { 3775 }, level = 1, group = "GainSpiritChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__1_"] = { affix = "", "Recover (4-5)% of Life when you lose a Spirit Charge", statOrderKey = "3777", statOrder = { 3777 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__2"] = { affix = "", "Recover (2-3)% of Life when you lose a Spirit Charge", statOrderKey = "3777", statOrder = { 3777 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GainESWhenSpiritChargeExpiresOrConsumedUnique__1"] = { affix = "", "Recover (2-3)% of Energy Shield when you lose a Spirit Charge", statOrderKey = "3778", statOrder = { 3778 }, level = 1, group = "GainESWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LocalDisplayGrantLevelXSpiritBurstUnique__1"] = { affix = "", "Trigger Level 20 Spirit Burst when you Use a Skill while you have a Spirit Charge", statOrderKey = "488", statOrder = { 488 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GainSpiritChargeEverySecondUnique__1"] = { affix = "", "Gain a Spirit Charge every second", statOrderKey = "3774", statOrder = { 3774 }, level = 1, group = "GainSpiritChargeEverySecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LoseSpiritChargesOnSavageHitUnique__1_"] = { affix = "", "You lose all Spirit Charges when taking a Savage Hit", statOrderKey = "3776", statOrder = { 3776 }, level = 1, group = "LoseSpiritChargesOnSavageHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__1"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrderKey = "3772", statOrder = { 3772 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__2"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrderKey = "3772", statOrder = { 3772 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainDebilitatingPresenceUnique__1"] = { affix = "", "Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy", statOrderKey = "5052", statOrder = { 5052 }, level = 1, group = "GainDebilitatingPresence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalDisplayGrantLevelXShadeFormUnique__1"] = { affix = "", "20% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill", statOrderKey = "468", statOrder = { 468 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggerShadeFormWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Shade Form when Hit", statOrderKey = "469", statOrder = { 469 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["AddedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "Adds 5 to 8 Physical Damage per Endurance Charge", statOrderKey = "6800", statOrder = { 6800 }, level = 1, group = "AddedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["ChaosResistancePerEnduranceChargeUnique__1_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrderKey = "4436", statOrder = { 4436 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ReducedElementalDamageTakenHitsPerEnduranceChargeUnique__1"] = { affix = "", "1% reduced Elemental Damage taken from Hits per Endurance Charge", statOrderKey = "4806", statOrder = { 4806 }, level = 1, group = "ReducedElementalDamageTakenHitsPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["ArmourPerEnduranceChargeUnique__1"] = { affix = "", "+500 to Armour per Endurance Charge", statOrderKey = "7026", statOrder = { 7026 }, level = 1, group = "ArmourPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["AddedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "12 to 14 Added Cold Damage per Frenzy Charge", statOrderKey = "3671", statOrder = { 3671 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AvoidElementalDamagePerFrenzyChargeUnique__1"] = { affix = "", "2% chance to Avoid Elemental Damage from Hits per Frenzy Charge", statOrderKey = "2790", statOrder = { 2790 }, level = 1, group = "AvoidElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["MovementVelocityPerFrenzyChargeUnique__1"] = { affix = "", "4% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementVelocityPerFrenzyChargeUnique__2"] = { affix = "", "6% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AttackDamageLeechPerFrenzyChargeUnique__1"] = { affix = "", "0.5% of Attack Damage Leeched as Life per Frenzy Charge", statOrderKey = "5464", statOrder = { 5464 }, level = 1, group = "AttackDamageLeechPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["AddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 3 to 9 Lightning Damage to Spells per Power Charge", statOrderKey = "6797", statOrder = { 6797 }, level = 1, group = "AddedLightningDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AdditionalCriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "+0.3% Critical Strike Chance per Power Charge", statOrderKey = "3843", statOrder = { 3843 }, level = 1, group = "AdditionalCriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CriticalMultiplierPerPowerChargeUnique__1"] = { affix = "", "+(6-10)% to Critical Strike Multiplier per Power Charge", statOrderKey = "2699", statOrder = { 2699 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["ChanceToBlockSpellsPerPowerChargeUnique__1"] = { affix = "", "+2% Chance to Block Spell Damage per Power Charge", statOrderKey = "3869", statOrder = { 3869 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChanceToBlockSpellsPerPowerChargeUnique__2_"] = { affix = "", "+5% Chance to Block Spell Damage per Power Charge", statOrderKey = "3869", statOrder = { 3869 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["DamageTakenPerEnduranceChargeWhenHitUnique__1_"] = { affix = "", "200 Fire Damage taken per second per Endurance Charge if you've been Hit Recently", statOrderKey = "7619", statOrder = { 7619 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DamageTakenPerFrenzyChargeMovingUnique__1"] = { affix = "", "200 Cold Damage taken per second per Frenzy Charge while moving", statOrderKey = "7617", statOrder = { 7617 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DamageTakenPerPowerChargeOnCritUnique__1"] = { affix = "", "200 Lightning Damage taken per second per Power Charge if", "your Skills have dealt a Critical Strike Recently", statOrderKey = "7623,7623.1", statOrder = { 7623, 7623.1 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["RaiseSpectreManaCostUnique__1_"] = { affix = "", "(40-50)% reduced Mana Cost of Raise Spectre", statOrderKey = "7131", statOrder = { 7131 }, level = 1, group = "RaiseSpectreManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, - ["VoidShotOnSkillUseUnique__1_"] = { affix = "", "Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows with a Non-Triggered Skill", statOrderKey = "491", statOrder = { 491 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["MaximumVoidArrowsUnique__1"] = { affix = "", "5 Maximum Void Charges", "Gain a Void Charge every 0.5 seconds", statOrderKey = "3748,5914", statOrder = { 3748, 5914 }, level = 1, group = "MaximumVoidArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBeStunnedByAttacksElderItemUnique__1"] = { affix = "", "Cannot be Stunned by Attacks if your other Ring is an Elder Item", statOrderKey = "3719", statOrder = { 3719 }, level = 1, group = "CannotBeStunnedByAttacksElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackDamageShaperItemUnique__1"] = { affix = "", "(60-80)% increased Attack Damage if your other Ring is a Shaper Item", statOrderKey = "3716", statOrder = { 3716 }, level = 1, group = "AttackDamageShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["SpellDamageElderItemUnique__1_"] = { affix = "", "(60-80)% increased Spell Damage if your other Ring is an Elder Item", statOrderKey = "3717", statOrder = { 3717 }, level = 1, group = "SpellDamageElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["CannotBeStunnedBySpellsShaperItemUnique__1"] = { affix = "", "Cannot be Stunned by Spells if your other Ring is a Shaper Item", statOrderKey = "3718", statOrder = { 3718 }, level = 1, group = "CannotBeStunnedBySpellsShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RecoverLifeInstantlyOnManaFlaskUnique__1"] = { affix = "", "Recover (8-10)% of Life when you use a Mana Flask", statOrderKey = "3735", statOrder = { 3735 }, level = 1, group = "RecoverLifeInstantlyOnManaFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["NonInstantManaRecoveryAlsoAffectsLifeUnique__1"] = { affix = "", "Non-instant Mana Recovery from Flasks is also Recovered as Life", statOrderKey = "3736", statOrder = { 3736 }, level = 1, group = "NonInstantManaRecoveryAlsoAffectsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["SpellDamagePer200ManaSpentRecentlyUnique__1__"] = { affix = "", "(20-25)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000%", statOrderKey = "3738", statOrder = { 3738 }, level = 1, group = "SpellDamagePer200ManaSpentRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["ManaCostPer200ManaSpentRecentlyUnique__1"] = { affix = "", "(50-60)% increased Cost of Skills for each 200 total Mana Spent Recently", statOrderKey = "3737", statOrder = { 3737 }, level = 1, group = "ManaCostPer200ManaSpentRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["SiphoningChargeOnSkillUseUnique__1"] = { affix = "", "25% chance to gain a Siphoning Charge when you use a Skill", statOrderKey = "3728", statOrder = { 3728 }, level = 1, group = "SiphoningChargeOnSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumSiphoningChargePerElderOrShaperItemUnique__1"] = { affix = "", "+1 to Maximum Siphoning Charges per Elder or Shaper Item Equipped", statOrderKey = "3727", statOrder = { 3727 }, level = 1, group = "MaximumSiphoningChargePerElderOrShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PhysicalDamageToAttacksPerSiphoningChargeUnique__1"] = { affix = "", "Adds (12-14) to (15-16) Physical Damage to Attacks and Spells per Siphoning Charge", statOrderKey = "3729", statOrder = { 3729 }, level = 1, group = "PhysicalDamageToAttacksPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "attack", "caster" }, }, - ["LifeLeechPerSiphoningChargeUnique__1"] = { affix = "", "0.2% of Damage Leeched as Life per Siphoning Charge", statOrderKey = "3732", statOrder = { 3732 }, level = 1, group = "LifeLeechPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["NonChaosDamageAddedAsChaosPerSiphoningChargeUnique__1"] = { affix = "", "Gain 4% of Non-Chaos Damage as extra Chaos Damage per Siphoning Charge", statOrderKey = "3730", statOrder = { 3730 }, level = 1, group = "NonChaosDamageAddedAsChaosPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AdditionalPhysicalDamageReductionPerSiphoningChargeUnique__1"] = { affix = "", "1% additional Physical Damage Reduction from Hits per Siphoning Charge", statOrderKey = "3731", statOrder = { 3731 }, level = 1, group = "AdditionalPhysicalDamageReductionPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["DamageTakenPerSiphoningChargeOnSkillUseUnique__1"] = { affix = "", "Take 150 Physical Damage per Second per Siphoning Charge if you've used a Skill Recently", statOrderKey = "3733", statOrder = { 3733 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SpellAddedPhysicalDamageUnique__1_"] = { affix = "", "Battlemage", statOrderKey = "7649", statOrder = { 7649 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TentacleSmashOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Tentacle Whip on Kill", statOrderKey = "495", statOrder = { 495 }, level = 100, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "green_herring" }, }, - ["GlimpseOfEternityWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Glimpse of Eternity when Hit", statOrderKey = "494", statOrder = { 494 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["SummonVoidSphereOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill", statOrderKey = "496", statOrder = { 496 }, level = 100, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["PetrificationStatueUnique__1"] = { affix = "", "Grants Level 20 Petrification Statue Skill", statOrderKey = "391", statOrder = { 391 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsCatAspect1"] = { affix = "", "Grants Level 20 Aspect of the Cat Skill", statOrderKey = "402", statOrder = { 402 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsBirdAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Avian Skill", statOrderKey = "398", statOrder = { 398 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsSpiderAspect1"] = { affix = "", "Grants Level 20 Aspect of the Spider Skill", statOrderKey = "419", statOrder = { 419 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsIntimidatingCry1"] = { affix = "", "Grants Level 20 Intimidating Cry Skill", statOrderKey = "412", statOrder = { 412 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsCrabAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Crab Skill", statOrderKey = "403", statOrder = { 403 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring", "skill" }, }, - ["ItemQuantityOnLowLifeUnique__1"] = { affix = "", "(10-16)% increased Quantity of Items found when on Low Life", statOrderKey = "1137", statOrder = { 1137 }, level = 65, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamagePer15DexterityUnique__1"] = { affix = "", "1% increased Damage per 15 Dexterity", statOrderKey = "4662", statOrder = { 4662 }, level = 72, group = "DamagePer15Attributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LifeRegeneratedPerMinuteWhileIgnitedUnique__1"] = { affix = "", "Regenerate (75-125) Life per second while Ignited", statOrderKey = "5488", statOrder = { 5488 }, level = 74, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedElementalDamageIfKilledCursedEnemyRecentlyUnique__1"] = { affix = "", "20% increased Elemental Damage if you've Killed a Cursed Enemy Recently", statOrderKey = "4789", statOrder = { 4789 }, level = 77, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DoubleDamagePer500StrengthUnique__1"] = { affix = "", "6% chance to deal Double Damage per 500 Strength", statOrderKey = "4379", statOrder = { 4379 }, level = 63, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["BestiaryLeague"] = { affix = "", "Areas contain Beasts to hunt", statOrderKey = "6586", statOrder = { 6586 }, level = 1, group = "BestiaryLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RagingSpiritDurationResetOnIgnitedEnemyUnique__1"] = { affix = "", "Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy", statOrderKey = "7127", statOrder = { 7127 }, level = 1, group = "RagingSpiritDurationResetOnIgnitedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["FrenzyChargePer50RampageStacksUnique__1"] = { affix = "", "Gain a Frenzy Charge on every 50th Rampage Kill", statOrderKey = "3767", statOrder = { 3767 }, level = 1, group = "FrenzyChargePer50RampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["AreaOfEffectPer25RampageStacksUnique__1_"] = { affix = "", "2% increased Area of Effect per 25 Rampage Kills", statOrderKey = "3766", statOrder = { 3766 }, level = 1, group = "AreaOfEffectPer25RampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnaffectedByCursesUnique__1"] = { affix = "", "Unaffected by Curses", statOrderKey = "1937", statOrder = { 1937 }, level = 85, group = "UnaffectedByCurses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ChanceToChillAttackersOnBlockUnique__1"] = { affix = "", "(30-40)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "4459", statOrder = { 4459 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, - ["ChanceToChillAttackersOnBlockUnique__2__"] = { affix = "", "Chill Attackers for 4 seconds on Block", statOrderKey = "4459", statOrder = { 4459 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, - ["ChanceToShockAttackersOnBlockUnique__1_"] = { affix = "", "(30-40)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "7228", statOrder = { 7228 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, }, - ["ChanceToShockAttackersOnBlockUnique__2"] = { affix = "", "Shock Attackers for 4 seconds on Block", statOrderKey = "7228", statOrder = { 7228 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, }, - ["SupportedByTrapAndMineDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap And Mine Damage", statOrderKey = "226", statOrder = { 226 }, level = 1, group = "TrapAndMineSupported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByClusterTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Cluster Trap", statOrderKey = "224", statOrder = { 224 }, level = 1, group = "TrapSupported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["AviansMightColdDamageUnique__1"] = { affix = "", "Adds (20-25) to (37-40) Cold Damage while you have Avian's Might", statOrderKey = "6787", statOrder = { 6787 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AviansMightLightningDamageUnique__1_"] = { affix = "", "Adds (1-3) to (55-62) Lightning Damage while you have Avian's Might", statOrderKey = "6798", statOrder = { 6798 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AviansMightDurationUnique__1"] = { affix = "", "+(-2000-2000) seconds to Avian's Might Duration", statOrderKey = "4059", statOrder = { 4059 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GrantAviansAspectToAlliesUnique__1"] = { affix = "", "Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies", statOrderKey = "3952", statOrder = { 3952 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AvianAspectBuffEffectUnique__1"] = { affix = "", "100% increased Aspect of the Avian Buff Effect", statOrderKey = "3951", statOrder = { 3951 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AviansFlightLifeRegenerationUnique__1"] = { affix = "", "Regenerate 100 Life per Second while you have Avian's Flight", statOrderKey = "5490", statOrder = { 5490 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AviansFlightManaRegenerationUnique__1_"] = { affix = "", "Regenerate 12 Mana per Second while you have Avian's Flight", statOrderKey = "6137", statOrder = { 6137 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AviansFlightDurationUnique__1"] = { affix = "", "+(-2000-2000) seconds to Avian's Flight Duration", statOrderKey = "4058", statOrder = { 4058 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GrantsAvianTornadoUnique__1__"] = { affix = "", "Trigger Level 20 Tornado when you gain Avian's Might or Avian's Flight", statOrderKey = "470", statOrder = { 470 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["CatsStealthTriggeredIntimidatingCry"] = { affix = "", "Trigger Level 20 Intimidating Cry when you lose Cat's Stealth", statOrderKey = "484", statOrder = { 484 }, level = 1, group = "CatsStealthTriggeredIntimidatingCry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["MaximumCrabBarriersUnique__1"] = { affix = "", "+5 to Maximum number of Crab Barriers", statOrderKey = "3741", statOrder = { 3741 }, level = 81, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalBlockChance5CrabBarriersUnique__1"] = { affix = "", "+3% Chance to Block Attack Damage while you have at least 5 Crab Barriers", statOrderKey = "3744", statOrder = { 3744 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AdditionalBlockChance10CrabBarriersUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while you have at least 10 Crab Barriers", statOrderKey = "3745", statOrder = { 3745 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["CrabBarriersLostWhenHitUnique__1_"] = { affix = "", "You only lose (5-7) Crab Barriers when you take Physical Damage from a Hit", statOrderKey = "3743", statOrder = { 3743 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamagePerCrabBarrierUnique__1"] = { affix = "", "3% increased Damage per Crab Barrier", statOrderKey = "3742", statOrder = { 3742 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChanceToGainMaximumCrabBarriersUnique__1_"] = { affix = "", "10% chance that if you would gain a Crab Barrier, you instead gain up to", "your maximum number of Crab Barriers", statOrderKey = "3746,3746.1", statOrder = { 3746, 3746.1 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotBeStunned10CrabBarriersUnique__1"] = { affix = "", "Cannot be Stunned if you have at least 10 Crab Barriers", statOrderKey = "3739", statOrder = { 3739 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotLoseCrabBarriersIfLostRecentlyUnique__1"] = { affix = "", "Cannot lose Crab Barriers if you have lost Crab Barriers Recently", statOrderKey = "3740", statOrder = { 3740 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainPhasingWhileCatsStealthUnique__1"] = { affix = "", "You have Phasing while you have Cat's Stealth", statOrderKey = "5094", statOrder = { 5094 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainOnslaughtWhileCatsAgilityUnique__1_"] = { affix = "", "You have Onslaught while you have Cat's Agility", statOrderKey = "5087", statOrder = { 5087 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CatsStealthDurationUnique__1_"] = { affix = "", "+2000 seconds to Cat's Stealth Duration", statOrderKey = "4357", statOrder = { 4357 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CatsAgilityDurationUnique__1"] = { affix = "", "+2000 seconds to Cat's Agility Duration", statOrderKey = "3953", statOrder = { 3953 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CatAspectReservesNoManaUnique__1___"] = { affix = "", "Aspect of the Cat has no Reservation", statOrderKey = "4356", statOrder = { 4356 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["GainMaxFrenzyAndPowerOnCatsStealthUnique__1"] = { affix = "", "Gain up to your maximum number of Frenzy and Power Charges when you gain Cat's Stealth", statOrderKey = "5073", statOrder = { 5073 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge" }, }, - ["GainMaxFrenzyAndEnduranceOnCatsAgilityUnique__1"] = { affix = "", "Gain up to your maximum number of Frenzy and Endurance Charges when you gain Cat's Agility", statOrderKey = "5072", statOrder = { 5072 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge" }, }, - ["AttacksBleedOnHitWithCatsStealthUnique__1_"] = { affix = "", "Attacks always inflict Bleeding while you have Cat's Stealth", statOrderKey = "4046", statOrder = { 4046 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["GainCrimsonDanceWithCatsStealthUnique__1"] = { affix = "", "You have Crimson Dance while you have Cat's Stealth", statOrderKey = "7695", statOrder = { 7695 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["MovementSpeedWithCatsStealthUnique__1"] = { affix = "", "20% increased Movement Speed while you have Cat's Stealth", statOrderKey = "6912", statOrder = { 6912 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AdditionalCriticalStrikeChanceWithCatAspectUnique__1"] = { affix = "", "+1% to Critical Strike Chance while affected by Aspect of the Cat", statOrderKey = "3752", statOrder = { 3752 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["CritsBlindChanceWithCatsStealthUnique__1"] = { affix = "", "Critical Strikes have (10-20)% chance to Blind Enemies while you have Cat's Stealth", statOrderKey = "3753", statOrder = { 3753 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["DamageAgainstBlindedEnemiesUnique__1"] = { affix = "", "(40-50)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "5343", statOrder = { 5343 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChanceToAvoidBleedingUnique__1"] = { affix = "", "(40-50)% chance to avoid Bleeding", statOrderKey = "3615", statOrder = { 3615 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAvoidBleedingUnique__2_"] = { affix = "", "(30-50)% chance to avoid Bleeding", statOrderKey = "3615", statOrder = { 3615 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["DamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "(40-50)% increased Damage with Hits and Ailments against Bleeding Enemies", statOrderKey = "5342", statOrder = { 5342 }, level = 1, group = "DamageAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AccuracyAgainstBleedingEnemiesUnique__1"] = { affix = "", "+(400-500) to Accuracy against Bleeding Enemies", statOrderKey = "3824", statOrder = { 3824 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["CommandmentOfInfernoOnCritUnique__1"] = { affix = "", "Trigger Commandment of Inferno on Critical Strike", statOrderKey = "460", statOrder = { 460 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, - ["MaximumResistancesOverrideUnique__1"] = { affix = "", "Your Maximum Resistances are (76-78)%", statOrderKey = "6979", statOrder = { 6979 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance" }, }, - ["MaximumResistancesOverrideUnique__2"] = { affix = "", "Your Maximum Resistances are (70-72)%", statOrderKey = "6979", statOrder = { 6979 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance" }, }, - ["BurningDamagePerEnemyShockedRecentlyUnique__1_"] = { affix = "", "(4-6)% increased Burning Damage for each time you have Shocked a Non-Shocked Enemy Recently", statOrderKey = "4307", statOrder = { 4307 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedLightningDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies", statOrderKey = "5131", statOrder = { 5131 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamageCanIgniteUnique__1"] = { affix = "", "Your Lightning Damage can Ignite", statOrderKey = "5515", statOrder = { 5515 }, level = 100, group = "LightningDamageCanIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ProjectileAttackDamageAt200DexterityUnique__1"] = { affix = "", "(40-50)% increased Projectile Attack Damage while you have at least 200 Dexterity", statOrderKey = "3755", statOrder = { 3755 }, level = 60, group = "ProjectileAttackDamageAt200Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["CriticalStrikeChanceAt200IntelligenceUnique__1"] = { affix = "", "(50-60)% increased Critical Strike Chance while you have at least 200 Intelligence", statOrderKey = "3756", statOrder = { 3756 }, level = 60, group = "CriticalStrikeChanceAt200Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["AddedFireDamageWhileNoLifeReservedUnique__1"] = { affix = "", "Adds (54-64) to (96-107) Fire Damage to Spells while no Life is Reserved", statOrderKey = "6804", statOrder = { 6804 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedColdDamageWhileNoLifeReservedUnique__1__"] = { affix = "", "Adds (42-54) to (78-88) Cold Damage to Spells while no Life is Reserved", statOrderKey = "6803", statOrder = { 6803 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedLightningDamageWhileNoLifeReservedUnique__1"] = { affix = "", "Adds (5-14) to (160-173) Lightning Damage to Spells while no Life is Reserved", statOrderKey = "6805", statOrder = { 6805 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["OnslaughtOnLowLifeUnique__1"] = { affix = "", "You have Onslaught while on Low Life", statOrderKey = "5086", statOrder = { 5086 }, level = 77, group = "OnslaughtOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["IgnoreEnemyFireResistWhileIgnitedUnique__1"] = { affix = "", "Hits ignore Enemy Monster Fire Resistance while you are Ignited", statOrderKey = "5353", statOrder = { 5353 }, level = 75, group = "IgnoreEnemyFireResistWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["CrimsonDanceIfCritRecentlyUnique__1"] = { affix = "", "You have Crimson Dance if you have dealt a Critical Strike Recently", statOrderKey = "7694", statOrder = { 7694 }, level = 74, group = "CrimsonDanceIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["AnimateGuardianWeaponOnGuardianKillUnique__1_"] = { affix = "", "Trigger Level 20 Animate Guardian's Weapon when Animated Guardian Kills an Enemy", statOrderKey = "466", statOrder = { 466 }, level = 1, group = "AnimateGuardianWeaponOnGuardianKillUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AnimateGuardianWeaponOnAnimatedWeaponKillUnique__1"] = { affix = "", "10% chance to Trigger Level 18 Animate Guardian's Weapon when Animated Weapon Kills an Enemy", statOrderKey = "467", statOrder = { 467 }, level = 1, group = "AnimateGuardianWeaponOnAnimatedWeaponKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannnotHaveNonAnimatedMinionsUnique__1"] = { affix = "", "You cannot have non-Animated Minions", statOrderKey = "7606", statOrder = { 7606 }, level = 1, group = "CannnotHaveNonAnimatedMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["AnimatedGuardianDamagePerAnimatedWeaponUnique__1__"] = { affix = "", "Animated Guardian deals 5% increased Damage per Animated Weapon", statOrderKey = "3892", statOrder = { 3892 }, level = 1, group = "AnimatedGuardianDamagePerAnimatedWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["AnimatedMinionsHaveMeleeSplashUnique__1"] = { affix = "", "Animated Minions' Melee Attacks deal Splash Damage to surrounding targets", statOrderKey = "3893", statOrder = { 3893 }, level = 1, group = "AnimatedMinionsHaveMeleeSplash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["IncreasedAnimatedMinionSplashDamageUnique__1"] = { affix = "", "Animated Minions' Melee Attacks deal 50% less Damage to surrounding targets", statOrderKey = "5144", statOrder = { 5144 }, level = 1, group = "IncreasedAnimatedMinionSplashDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["FireDamageToAttacksPerStrengthUnique__1"] = { affix = "", "Adds 1 to 2 Fire Damage to Attacks per 10 Strength", statOrderKey = "6791", statOrder = { 6791 }, level = 1, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack" }, }, - ["ColdDamageToAttacksPerDexterityUnique__1"] = { affix = "", "Adds 1 to 2 Cold Damage to Attacks per 10 Dexterity", statOrderKey = "6784", statOrder = { 6784 }, level = 1, group = "AddedColdDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack" }, }, - ["LightningDamageToAttacksPerIntelligenceUnique__1"] = { affix = "", "Adds 0 to 3 Lightning Damage to Attacks per 10 Intelligence", statOrderKey = "6796", statOrder = { 6796 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "attack" }, }, - ["AttackSpeedIfCriticalStrikeDealtRecentlyUnique__1"] = { affix = "", "(8-12)% increased Attack Speed if you've dealt a Critical Strike Recently", statOrderKey = "4034", statOrder = { 4034 }, level = 1, group = "AttackSpeedIfCriticalStrikeDealtRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["CastSpeedIfCriticalStrikeDealtRecentlyUnique__1"] = { affix = "", "(8-12)% increased Cast Speed if you've dealt a Critical Strike Recently", statOrderKey = "4351", statOrder = { 4351 }, level = 1, group = "CastSpeedIfCriticalStrikeDealtRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["EffectOfChillIsReversedUnique__1"] = { affix = "", "The Effect of Chill on you is reversed", statOrderKey = "4460", statOrder = { 4460 }, level = 67, group = "EffectOfChillIsReversed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["TriggerSocketedSpellOnBowAttackUnique__1_"] = { affix = "", "Trigger a Socketed Spell when you Attack with a Bow, with a 0.3 second Cooldown", statOrderKey = "296", statOrder = { 296 }, level = 57, group = "TriggerSocketedSpellOnAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, - ["CountAsLowLifeWhenNotOnFullLifeUnique__1"] = { affix = "", "You count as on Low Life while not on Full Life", statOrderKey = "7607", statOrder = { 7607 }, level = 75, group = "CountAsLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedSpiderWebCountUnique__1"] = { affix = "", "Aspect of the Spider can inflict Spider's Web on Enemies an additional time", statOrderKey = "3954", statOrder = { 3954 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AspectOfSpiderDurationUnique__1"] = { affix = "", "(40-50)% increased Aspect of the Spider Debuff Duration", statOrderKey = "7351", statOrder = { 7351 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ESOnHitWebbedEnemiesUnique__1"] = { affix = "", "Gain (15-20) Energy Shield for each Enemy you Hit which is affected by a Spider's Web", statOrderKey = "4879", statOrder = { 4879 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AspectOfSpiderWebIntervalUnique__1"] = { affix = "", "Aspect of the Spider inflicts Spider's Webs and Hinder every 0.5 Seconds instead", statOrderKey = "7353", statOrder = { 7353 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PowerChargeOnHitWebbedEnemyUnique__1"] = { affix = "", "10% chance to gain a Power Charge on hitting an Enemy affected by a Spider's Web", statOrderKey = "4407", statOrder = { 4407 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["PoisonChancePerPowerChargeUnique__1"] = { affix = "", "(6-10)% chance to Poison per Power Charge", statOrderKey = "4424", statOrder = { 4424 }, level = 1, group = "ChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonDamagePerPowerChargeUnique__1"] = { affix = "", "(15-20)% increased Damage with Poison per Power Charge", statOrderKey = "7048", statOrder = { 7048 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["ChaosDamagePerWebOnEnemyUnique__1"] = { affix = "", "Adds (8-10) to (13-15) Chaos Damage for each Spider's Web on the Enemy", statOrderKey = "6779", statOrder = { 6779 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageAgainstEnemiesWith3WebsUnique__1_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Enemies affected by 3 Spider's Webs", statOrderKey = "5347", statOrder = { 5347 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AreaOfEffectAspectOfSpiderUnique__1"] = { affix = "", "(50-70)% increased Aspect of the Spider Area of Effect", statOrderKey = "7352", statOrder = { 7352 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageDealtByWebbedEnemiesUnique__1"] = { affix = "", "Enemies affected by your Spider's Webs deal 10% reduced Damage", statOrderKey = "4651", statOrder = { 4651 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ResistancesOfWebbedEnemiesUnique__1"] = { affix = "", "Enemies affected by your Spider's Webs have -10% to All Resistances", statOrderKey = "7184", statOrder = { 7184 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["NoArmourOrEnergyShieldUnique__1_"] = { affix = "", "You have no Armour or Maximum Energy Shield", statOrderKey = "7608", statOrder = { 7608 }, level = 1, group = "NoArmourOrEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, - ["PoachersMarkCurseOnHitHexproofUnique__1"] = { affix = "", "Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy", statOrderKey = "439", statOrder = { 439 }, level = 61, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["CullingStrikePoachersMarkUnique__1"] = { affix = "", "Culling Strike against Enemies Cursed with Poacher's Mark", statOrderKey = "4616", statOrder = { 4616 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageOnMovementSkillUnique__1"] = { affix = "", "Take (100-200) Physical Damage when you use a Movement Skill", statOrderKey = "7209", statOrder = { 7209 }, level = 1, group = "DamageOnMovementSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["RagingSpiritDamageUnique__1_"] = { affix = "", "Summoned Raging Spirits deal (130-150)% increased Damage", statOrderKey = "3062", statOrder = { 3062 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["RagingSpiritDamageUnique__2"] = { affix = "", "Summoned Raging Spirits deal (60-80)% increased Damage", statOrderKey = "3062", statOrder = { 3062 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["RagingSpiritAlwaysIgniteUnique__1"] = { affix = "", "Summoned Raging Spirits' Hits always Ignite", statOrderKey = "7125", statOrder = { 7125 }, level = 1, group = "RagingSpiritAlwaysIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "minion", "ailment" }, }, - ["ReducedRagingSpiritsAllowedUnique__1"] = { affix = "", "75% reduced Maximum number of Summoned Raging Spirits", statOrderKey = "6991", statOrder = { 6991 }, level = 1, group = "ReducedRagingSpiritsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["BlindingAuraSkillUnique__1"] = { affix = "", "Triggers Level 20 Blinding Aura when Equipped", statOrderKey = "392", statOrder = { 392 }, level = 79, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["AddedFireDamageAgainstBlindedEnemiesUnique__1_"] = { affix = "", "Adds (145-157) to (196-210) Fire Damage to Hits with this Weapon against Blinded Enemies", statOrderKey = "6792", statOrder = { 6792 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["LightRadiusAppliesToAccuracyUnique__1_"] = { affix = "", "Increases and Reductions to Light Radius also apply to Accuracy", statOrderKey = "5507", statOrder = { 5507 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["FirePenetrationAgainstBlindedEnemiesUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance against Blinded Enemies", statOrderKey = "7158", statOrder = { 7158 }, level = 1, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HitsCannotBeEvadedAgainstBlindedEnemiesUnique__1"] = { affix = "", "Your Hits can't be Evaded by Blinded Enemies", statOrderKey = "5350", statOrder = { 5350 }, level = 72, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ManifestExtraDancingDervishCopiesUnique__1_"] = { affix = "", "Manifest Dancing Dervish also manifests a copy of Dancing Dervish", statOrderKey = "6149", statOrder = { 6149 }, level = 82, group = "ManifestExtraDancingDervishCopies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ChillEffectUnique__1"] = { affix = "", "(15-20)% increased Effect of Cold Ailments", statOrderKey = "4481", statOrder = { 4481 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["OnHitWhileCursedTriggeredCurseNovaUnique__1"] = { affix = "", "Trigger Level 20 Elemental Warding on Melee Hit while Cursed", statOrderKey = "479", statOrder = { 479 }, level = 77, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ChanceToBePoisonedUnique__1"] = { affix = "", "+25% chance to be Poisoned", statOrderKey = "2788", statOrder = { 2788 }, level = 1, group = "ChanceToBePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonExpiresSlowerUnique__1"] = { affix = "", "Poisons on you expire 50% slower", statOrderKey = "7060", statOrder = { 7060 }, level = 1, group = "PoisonExpiresSlower", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["MaximumResistancesWhilePoisonedUnique__1"] = { affix = "", "+3% to all maximum Resistances while Poisoned", statOrderKey = "3849", statOrder = { 3849 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["EnergyShieldRegenPerPoisonUnique__1"] = { affix = "", "Regenerate 80 Energy Shield per Second per Poison on you, up to 400 per second", statOrderKey = "4895", statOrder = { 4895 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["BleedOnSelfDealChaosDamageUnique__1"] = { affix = "", "You take Chaos Damage instead of Physical Damage from Bleeding", statOrderKey = "1910", statOrder = { 1910 }, level = 1, group = "BleedOnSelfDealChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, - ["MaximumLifePercentPerCorruptedItemUnique__1_"] = { affix = "", "6% increased Maximum Life for each Corrupted Item Equipped", statOrderKey = "2512", statOrder = { 2512 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumEnergyShieldPercentPerCorruptedItemUnique__1_"] = { affix = "", "8% increased Maximum Energy Shield for each Corrupted Item Equipped", statOrderKey = "2513", statOrder = { 2513 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["AllResistancesPerCorruptedItemUnique__1"] = { affix = "", "-(6-4)% to all Resistances for each Corrupted Item Equipped", statOrderKey = "2518", statOrder = { 2518 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["NoManaRecoveryDuringFlaskEffectUnique__1_"] = { affix = "", "Cannot gain Mana during effect", statOrderKey = "634", statOrder = { 634 }, level = 1, group = "NoManaRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskGainVaalSoulPerSecondUnique__1_"] = { affix = "", "Gain 2 Vaal Souls Per Second during effect", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "FlaskGainVaalSoulPerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskGainVaalSoulsOnUseUnique__1"] = { affix = "", "Gain (10-12) Vaal Souls on use", statOrderKey = "557", statOrder = { 557 }, level = 1, group = "FlaskGainVaalSoulsOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskLoseChargesOnNewAreaUnique__1"] = { affix = "", "Loses all Charges when you enter a new area", statOrderKey = "517", statOrder = { 517 }, level = 1, group = "FlaskLoseChargesOnNewArea", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskVaalSkillDamageUnique__1"] = { affix = "", "(60-80)% increased Damage with Vaal Skills during effect", statOrderKey = "664", statOrder = { 664 }, level = 1, group = "FlaskVaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskVaalSkillDamageUnique__2"] = { affix = "", "Vaal Skills deal (30-40)% more Damage during Effect", statOrderKey = "665", statOrder = { 665 }, level = 1, group = "FlaskVaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskVaalSkillCriticalStrikeChanceUnique__1"] = { affix = "", "Vaal Skills have (60-80)% increased Critical Strike Chance during effect", statOrderKey = "663", statOrder = { 663 }, level = 1, group = "FlaskVaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskVaalSkillCostUnique__1"] = { affix = "", "Vaal Skills require 25% reduced Souls Per Use during effect", statOrderKey = "667", statOrder = { 667 }, level = 1, group = "FlaskVaalSkillCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskVaalSoulPreventionDurationUnique__1_"] = { affix = "", "Vaal Skills used during effect have 10% reduced Soul Gain Prevention Duration", statOrderKey = "668", statOrder = { 668 }, level = 1, group = "FlaskVaalSoulPreventionDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["FlaskVaalNoSoulPreventionUnique__1"] = { affix = "", "Vaal Skills used during effect do not apply Soul Gain Prevention", statOrderKey = "666", statOrder = { 666 }, level = 1, group = "FlaskVaalNoSoulPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["CannotGainFlaskChargesDuringEffectUnique__1"] = { affix = "", "Gains no Charges during Effect of any Soul Ripper Flask", statOrderKey = "696", statOrder = { 696 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskVaalConsumeMaximumChargesUnique__1"] = { affix = "", "Consumes Maximum Charges to use", statOrderKey = "548", statOrder = { 548 }, level = 1, group = "FlaskVaalConsumeMaximumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskVaalGainSoulsAsChargesUnique__1_"] = { affix = "", "Gain Vaal Souls equal to Charges Consumed when used", statOrderKey = "552", statOrder = { 552 }, level = 1, group = "FlaskVaalGainSoulsAsCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, - ["UniqueSelfCurseVulnerabilityLevel10"] = { affix = "", "You are Cursed with Vulnerability, with 40% increased Effect", statOrderKey = "2537", statOrder = { 2537 }, level = 28, group = "UniqueSelfCurseVulnerabilityLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["UniqueSelfCurseVulnerabilityLevel20"] = { affix = "", "You are Cursed with Vulnerability, with 80% increased Effect", statOrderKey = "2537", statOrder = { 2537 }, level = 66, group = "UniqueSelfCurseVulnerabilityLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["EnemiesExtraDamageRollsWhileAffectedByVulnerabilityUnique__1_"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are Cursed with Vulnerability", statOrderKey = "2532", statOrder = { 2532 }, level = 1, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CountAsLowLifeWhileAffectedByVulnerabilityUnique__1"] = { affix = "", "You count as on Low Life while you are Cursed with Vulnerability", statOrderKey = "2535", statOrder = { 2535 }, level = 1, group = "CountAsLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TrapAreaOfEffectUnique__1"] = { affix = "", "Skills used by Traps have (10-20)% increased Area of Effect", statOrderKey = "2892", statOrder = { 2892 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CastSpeedAppliesToTrapSpeedUnique__1"] = { affix = "", "Increases and Reductions to Cast Speed also Apply to Trap Throwing Speed", statOrderKey = "3872", statOrder = { 3872 }, level = 1, group = "CastSpeedAppliesToTrapSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["RandomChargeOnTrapTriggerUnique__1"] = { affix = "", "10% chance to gain an Endurance, Frenzy or Power Charge when any", "of your Traps are Triggered by an Enemy", statOrderKey = "6989,6989.1", statOrder = { 6989, 6989.1 }, level = 1, group = "RandomChargeOnTrapTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["TrapSkillsHaveBloodMagicUnique__1"] = { affix = "", "Skills which throw Traps Cost Life instead of Mana", statOrderKey = "7705", statOrder = { 7705 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotGainEnergyShieldUnique__1"] = { affix = "", "Cannot gain Energy Shield", statOrderKey = "2533", statOrder = { 2533 }, level = 1, group = "CannotGainEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LifeRegenerationWith500EnergyShieldUnique__1"] = { affix = "", "Regenerate 50 Life per second if you have at least 500 Maximum Energy Shield", statOrderKey = "3763", statOrder = { 3763 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationWith1000EnergyShieldUnique__1"] = { affix = "", "Regenerate 100 Life per second if you have at least 1000 Maximum Energy Shield", statOrderKey = "3764", statOrder = { 3764 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRegenerationWith1500EnergyShieldUnique__1"] = { affix = "", "Regenerate 150 Life per second if you have at least 1500 Maximum Energy Shield", statOrderKey = "3765", statOrder = { 3765 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["IncreasedLifePerIntelligenceUnique__1"] = { affix = "", "+1 to Maximum Life per 2 Intelligence", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["NoMaximumLifePerStrengthUnique__1"] = { affix = "", "Strength provides no bonus to Maximum Life", statOrderKey = "1520", statOrder = { 1520 }, level = 1, group = "NoMaximumLifePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["NoMaximumManaPerIntelligenceUnique__1"] = { affix = "", "Intelligence provides no bonus to Maximum Mana", statOrderKey = "1521", statOrder = { 1521 }, level = 1, group = "NoMaximumManaPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LifeRegenerationPer500EnergyShieldUnique__1"] = { affix = "", "Regenerate 1% of Life per second per 500 Maximum Energy Shield", statOrderKey = "5497", statOrder = { 5497 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["SkeletonsTakeFireDamagrPerSecondUnique__1"] = { affix = "", "Summoned Skeletons take (15-30)% of their Maximum Life per second as Fire Damage", statOrderKey = "7432", statOrder = { 7432 }, level = 1, group = "SkeletonsTakeFireDamagrPerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["SkeletonsCoverEnemiesInAshUnique__1"] = { affix = "", "Summoned Skeletons Cover Enemies in Ash on Hit", statOrderKey = "7431", statOrder = { 7431 }, level = 1, group = "SkeletonsCoverEnemiesInAsh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["SkeletonsHaveAvatarOfFireUnique__1_"] = { affix = "", "Summoned Skeletons have Avatar of Fire", statOrderKey = "7692", statOrder = { 7692 }, level = 1, group = "SkeletonsHaveAvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["AreaOfEffectPerEnemyKilledRecentlyUnique__1"] = { affix = "", "1% increased Area of Effect per Enemy killed recently, up to 50%", statOrderKey = "3916", statOrder = { 3916 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ZealotsOathIfHaventBeenHitRecentlyUnique__1"] = { affix = "", "You have Zealot's Oath if you haven't been hit recently", statOrderKey = "7706", statOrder = { 7706 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LifeGainOnHitIfVaalSkillUsedRecentlyUnique__1"] = { affix = "", "10 Life gained for each Enemy Hit if you have used a Vaal Skill Recently", statOrderKey = "5457", statOrder = { 5457 }, level = 1, group = "LifeGainOnHitIfVaalSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MovementVelocityIfVaalSkillUsedRecentlyUnique__1_"] = { affix = "", "10% increased Movement Speed if you have used a Vaal Skill Recently", statOrderKey = "6899", statOrder = { 6899 }, level = 40, group = "MovementVelocityIfVaalSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["GainPowerChargeOnUsingVaalSkillUnique__1"] = { affix = "", "Gain a Power Charge when you use a Vaal Skill", statOrderKey = "5098", statOrder = { 5098 }, level = 1, group = "GainPowerChargeOnUsingVaalSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ChaosDamageCanIgniteChillAndShockUnique__1"] = { affix = "", "Chaos Damage can Ignite, Chill and Shock", statOrderKey = "2309", statOrder = { 2309 }, level = 1, group = "ChaosDamageCanIgniteChillAndShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["GainSoulEaterOnVaalSkillUseUnique__1"] = { affix = "", "Gain Soul Eater for 20 seconds when you use a Vaal Skill", statOrderKey = "5108", statOrder = { 5108 }, level = 88, group = "GainSoulEaterOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["CriticalStrikeMultiplierPerUnallocatedStrengthJewelUnique__1_"] = { affix = "", "+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius", statOrderKey = "2574", statOrder = { 2574 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["AdditionalPhysicalReductionPerAllocatedStrengthJewelUnique__1"] = { affix = "", "1% additional Physical Damage Reduction per 10 Strength on Allocated Passives in Radius", statOrderKey = "2566", statOrder = { 2566 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["AdditionalStrengthPerAllocatedStrengthJewelUnique__1_"] = { affix = "", "-1 Strength per 1 Strength on Allocated Passives in Radius", statOrderKey = "2485", statOrder = { 2485 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["FlatManaPerUnallocatedDexterityJewelUnique__1"] = { affix = "", "+15 to Maximum Mana per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "2575", statOrder = { 2575 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["MovementSpeedPerAllocatedDexterityJewelUnique__1"] = { affix = "", "2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2568", statOrder = { 2568 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AdditionalDexterityPerAllocatedDexterityJewelUnique__1"] = { affix = "", "-1 Dexterity per 1 Dexterity on Allocated Passives in Radius", statOrderKey = "2483", statOrder = { 2483 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["AccuracyRatingPerUnallocatedIntelligenceJewelUnique__1"] = { affix = "", "+125 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "2573", statOrder = { 2573 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["EnergyShieldRegenPerAllocatedIntelligenceJewelUnique__1_"] = { affix = "", "Regenerate 0.4% of Energy Shield per Second for", "every 10 Intelligence on Allocated Passives in Radius", statOrderKey = "2567,2567.1", statOrder = { 2567, 2567.1 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["AdditionalIntelligencePerAllocatedIntelligenceJewelUnique__1__"] = { affix = "", "-1 Intelligence per 1 Intelligence on Allocated Passives in Radius", statOrderKey = "2484", statOrder = { 2484 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["LifeRecoveryRatePerAllocatedStrengthUnique__1_"] = { affix = "", "2% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius", statOrderKey = "6055", statOrder = { 6055 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRatePerAllocatedStrengthUnique__2"] = { affix = "", "3% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius", statOrderKey = "6055", statOrder = { 6055 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRatePerUnallocatedStrengthUnique__1_"] = { affix = "", "2% reduced Life Recovery Rate per 10 Strength on Unallocated Passives in Radius", statOrderKey = "6056", statOrder = { 6056 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["CriticalStrikeMultiplierPerUnallocatedStrengthUnique__1"] = { affix = "", "+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius", statOrderKey = "2574", statOrder = { 2574 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["MovementSpeedPerAllocatedDexterityUnique__1"] = { affix = "", "2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2568", statOrder = { 2568 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSpeedPerAllocatedDexterityUnique__2"] = { affix = "", "3% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2568", statOrder = { 2568 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSpeedPerUnallocatedDexterityUnique__1_"] = { affix = "", "2% reduced Movement Speed per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "6066", statOrder = { 6066 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AccuracyRatingPerUnallocatedDexterityUnique__1_"] = { affix = "", "+125 to Accuracy Rating per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "6010", statOrder = { 6010 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ManaRecoveryRatePerAllocatedIntelligenceUnique__1"] = { affix = "", "2% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius", statOrderKey = "6062", statOrder = { 6062 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRatePerAllocatedIntelligenceUnique__2"] = { affix = "", "3% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius", statOrderKey = "6062", statOrder = { 6062 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRatePerUnallocatedIntelligenceUnique__1"] = { affix = "", "2% reduced Mana Recovery Rate per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "6063", statOrder = { 6063 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["DamageOverTimeMultiplierPerUnallocatedIntelligenceUnique__1___"] = { affix = "", "+3% to Damage over Time Multiplier per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "6026", statOrder = { 6026 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LocalDamageConversionToRandomElementUnique__1"] = { affix = "", "50% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3757", statOrder = { 3757 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["LocalDamageConversionToRandomElementUnique__2_"] = { affix = "", "100% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3757", statOrder = { 3757 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["LocalDamageConversionToRandomElementImplicitE1"] = { affix = "", "100% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3757", statOrder = { 3757 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["LocalAlwaysInflictElementalAilmentsUnique__1"] = { affix = "", "Hits with this Weapon always Ignite, Freeze, and Shock", statOrderKey = "3759", statOrder = { 3759 }, level = 1, group = "LocalAlwaysInflictElementalAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "attack", "ailment" }, }, - ["LocalElementalDamageAgainstIgnitedEnemiesUnique__1_"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Ignited Enemies", statOrderKey = "3760", statOrder = { 3760 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["LocalElementalDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Frozen Enemies", statOrderKey = "3761", statOrder = { 3761 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["LocalElementalDamageAgainstShockedEnemiesUnique__1_"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Shocked Enemies", statOrderKey = "3762", statOrder = { 3762 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["OnslaughtWhileNotOnLowManaUnique__1_"] = { affix = "", "You have Onslaught while not on Low Mana", statOrderKey = "5085", statOrder = { 5085 }, level = 1, group = "OnslaughtWhileNotOnLowMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LoseManaPerSecondUnique__1"] = { affix = "", "Lose (30-40) Mana per Second", statOrderKey = "6108", statOrder = { 6108 }, level = 1, group = "ManaDegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["LoseManaPercentPerSecondUnique__1"] = { affix = "", "Lose 7% of Mana per Second", statOrderKey = "6109", statOrder = { 6109 }, level = 1, group = "ManaDegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["DodgeAndSpellDodgePerMaximumManaUnique__1"] = { affix = "", "2% chance to Dodge Attack and Spell Hits per 500 Maximum Mana, up to 20%", statOrderKey = "4759", statOrder = { 4759 }, level = 1, group = "ChanceToDodgeAndSpellDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["DisplayHasAdditionalModUnique__1"] = { affix = "", "Has an additional Implicit Mod", statOrderKey = "365", statOrder = { 365 }, level = 1, group = "DisplayHasAdditionalMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalDamageUniqueJewel_1"] = { affix = "", "(10-15)% increased Elemental Damage with Attack Skills", statOrderKey = "4811", statOrder = { 4811 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["ElementalHitDisableFireUniqueJewel_1"] = { affix = "", "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills deal 50% less Fire Damage", "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills cannot choose Fire", statOrderKey = "6035,6038", statOrder = { 6035, 6038 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["ElementalHitDisableColdUniqueJewel_1"] = { affix = "", "With 40 total Strength and Intelligence in Radius, Prismatic Skills deal 50% less Cold Damage", "With 40 total Strength and Intelligence in Radius, Prismatic Skills cannot choose Cold", statOrderKey = "6034,6037", statOrder = { 6034, 6037 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["ElementalHitDisableLightningUniqueJewel_1"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Prismatic Skills deal 50% less Lightning Damage", "With 40 total Dexterity and Strength in Radius, Prismatic Skills cannot choose Lightning", statOrderKey = "6036,6039", statOrder = { 6036, 6039 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["TriggerSummonPhantasmOnCorpseConsumeUnique__1"] = { affix = "", "Trigger Level 20 Summon Phantasm Skill when you Consume a corpse", statOrderKey = "490", statOrder = { 490 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CastSpeedPerCorpseConsumedRecentlyUnique__1"] = { affix = "", "3% increased Cast Speed for each corpse Consumed Recently", statOrderKey = "4353", statOrder = { 4353 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["LifeRegenerationIfCorpseConsumedRecentlyUnique__1"] = { affix = "", "If you Consumed a corpse Recently, you and nearby Allies Regenerate 5% of Life per second", statOrderKey = "7599", statOrder = { 7599 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["CannotHaveNonGolemMinionsUnique__1_"] = { affix = "", "You cannot have non-Golem Minions", statOrderKey = "3102", statOrder = { 3102 }, level = 1, group = "CannotHaveNonGolemMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["UniqueTriggerSocketedWarcriesOnEnduranceChargeExpireOrUse"] = { affix = "", "Trigger a Socketed Warcry Skill on losing Endurance Charges, with a 0.25 second Cooldown", statOrderKey = "40", statOrder = { 40 }, level = 1, group = "UniqueTriggerSocketedWarcriesOnEnduranceChargeExpireOrUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueCurseWithSocketedCurseOnHit_"] = { affix = "", "Curse Enemies with Socketed Hex Curse Gem on Hit", statOrderKey = "5910", statOrder = { 5910 }, level = 30, group = "UniqueCurseWithSocketedCurseOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, - ["LessGolemDamageUnique__1"] = { affix = "", "Golems Deal (35-45)% less Damage", statOrderKey = "3111", statOrder = { 3111 }, level = 1, group = "GolemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["LessGolemLifeUnique__1"] = { affix = "", "Golems have (35-45)% less Life", statOrderKey = "3498", statOrder = { 3498 }, level = 1, group = "GolemLifeUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["GolemSizeUnique__1"] = { affix = "", "25% reduced Golem Size", statOrderKey = "3103", statOrder = { 3103 }, level = 1, group = "GolemSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["GolemMovementSpeedUnique__1"] = { affix = "", "Golems have (80-100)% increased Movement Speed", statOrderKey = "5141", statOrder = { 5141 }, level = 1, group = "GolemMovementSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["SacrificeLifeToGainESUnique__1"] = { affix = "", "Sacrifice 5% of Life to gain that much Energy Shield when you Cast a Spell", statOrderKey = "7194", statOrder = { 7194 }, level = 1, group = "SacrificeLifeToGainES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["PhysicalDamageReductionPerKeystoneUnique__1"] = { affix = "", "4% additional Physical Damage Reduction per Keystone", statOrderKey = "3859", statOrder = { 3859 }, level = 1, group = "BenefitPerKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["CannotGainEnduranceChargesUnique__1__"] = { affix = "", "Cannot gain Endurance Charges", statOrderKey = "4097", statOrder = { 4097 }, level = 1, group = "CannotGainEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["GrantsStatsFromNonNotablesInRadiusUnique__1"] = { affix = "", "Grants all bonuses of Unallocated Small Passive Skills in Radius", statOrderKey = "5950", statOrder = { 5950 }, level = 1, group = "GrantsStatsFromNonNotablesInRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AllocatedNonNotablesGrantNothingUnique__1_"] = { affix = "", "Allocated Small Passive Skills in Radius grant nothing", statOrderKey = "5949", statOrder = { 5949 }, level = 1, group = "AllocatedNonNotablesGrantNothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueNearbyAlliesAreLuckyDisplay"] = { affix = "", "Nearby Allies' Damage with Hits is Lucky", statOrderKey = "5919", statOrder = { 5919 }, level = 1, group = "UniqueNearbyAlliesAreLucky", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["UniqueNearbyAlliesAreLucky"] = { affix = "", "Damage with Hits is Lucky", statOrderKey = "4111", statOrder = { 4111 }, level = 1, group = "UniqueNearbyAlliesAreLucky", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["PlaceAdditionalMineWith600IntelligenceUnique__1"] = { affix = "", "Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Intelligence", statOrderKey = "6956", statOrder = { 6956 }, level = 1, group = "PlaceAdditionalMine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PlaceAdditionalMineWith600DexterityUnique__1"] = { affix = "", "Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Dexterity", statOrderKey = "6955", statOrder = { 6955 }, level = 1, group = "PlaceAdditionalMine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BlockChancePer50StrengthUnique__1"] = { affix = "", "+1% Chance to Block Attack Damage per 50 Strength", statOrderKey = "725", statOrder = { 725 }, level = 85, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ExtraRollsSpellBlockUnique__1"] = { affix = "", "Chance to Block Spell Damage is Unlucky", statOrderKey = "731", statOrder = { 731 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChargeBonusEnduranceChargeDuration"] = { affix = "", "(20-40)% increased Endurance Charge Duration", statOrderKey = "1627", statOrder = { 1627 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChargeBonusFrenzyChargeDuration"] = { affix = "", "(20-40)% increased Frenzy Charge Duration", statOrderKey = "1629", statOrder = { 1629 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ChargeBonusPowerChargeDuration"] = { affix = "", "(20-40)% increased Power Charge Duration", statOrderKey = "1644", statOrder = { 1644 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ChargeBonusEnduranceChargeOnKill"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrderKey = "2068", statOrder = { 2068 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChargeBonusFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ChargeBonusPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ChargeBonusMovementVelocityPerEnduranceCharge"] = { affix = "", "1% increased Movement Speed per Endurance Charge", statOrderKey = "6901", statOrder = { 6901 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChargeBonusMovementVelocityPerFrenzyCharge"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChargeBonusMovementVelocityPerPowerCharge"] = { affix = "", "1% increased Movement Speed per Power Charge", statOrderKey = "6904", statOrder = { 6904 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChargeBonusLifeRegenerationPerEnduranceCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Endurance Charge", statOrderKey = "1121", statOrder = { 1121 }, level = 1, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ChargeBonusLifeRegenerationPerFrenzyCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Frenzy Charge", statOrderKey = "2066", statOrder = { 2066 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ChargeBonusLifeRegenerationPerPowerCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Power Charge", statOrderKey = "5500", statOrder = { 5500 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ChargeBonusDamagePerEnduranceCharge"] = { affix = "", "5% increased Damage per Endurance Charge", statOrderKey = "2614", statOrder = { 2614 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChargeBonusDamagePerFrenzyCharge"] = { affix = "", "5% increased Damage per Frenzy Charge", statOrderKey = "2703", statOrder = { 2703 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChargeBonusDamagePerPowerCharge"] = { affix = "", "5% increased Damage per Power Charge", statOrderKey = "4671", statOrder = { 4671 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChargeBonusAddedFireDamagePerEnduranceCharge"] = { affix = "", "(7-9) to (13-14) Fire Damage per Endurance Charge", statOrderKey = "6790", statOrder = { 6790 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ChargeBonusAddedColdDamagePerFrenzyCharge"] = { affix = "", "(6-8) to (12-13) Added Cold Damage per Frenzy Charge", statOrderKey = "3671", statOrder = { 3671 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ChargeBonusAddedLightningDamagePerPowerCharge"] = { affix = "", "(1-2) to (18-20) Lightning Damage per Power Charge", statOrderKey = "6794", statOrder = { 6794 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["ChargeBonusBlockChancePerEnduranceCharge"] = { affix = "", "+1% Chance to Block Attack Damage per Endurance Charge", statOrderKey = "3831", statOrder = { 3831 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChargeBonusBlockChancePerFrenzyCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Frenzy Charge", statOrderKey = "3832", statOrder = { 3832 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChargeBonusBlockChancePerPowerCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Power Charge", statOrderKey = "3833", statOrder = { 3833 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChargeBonusDodgeChancePerEnduranceCharge"] = { affix = "", "1% chance to Dodge Attack Hits per Endurance Charge", statOrderKey = "4385", statOrder = { 4385 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChargeBonusDodgeChancePerFrenzyCharge"] = { affix = "", "1% chance to Dodge Attack Hits per Frenzy Charge", statOrderKey = "1997", statOrder = { 1997 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChargeBonusDodgeChancePerPowerCharge"] = { affix = "", "1% chance to Dodge Attack Hits per Power Charge", statOrderKey = "4386", statOrder = { 4386 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChargeBonusFireDamageAddedAsChaos__"] = { affix = "", "Gain 1% of Fire Damage as Extra Chaos Damage per Endurance Charge", statOrderKey = "4951", statOrder = { 4951 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["ChargeBonusColdDamageAddedAsChaos"] = { affix = "", "Gain 1% of Cold Damage as Extra Chaos Damage per Frenzy Charge", statOrderKey = "4485", statOrder = { 4485 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["ChargeBonusLightningDamageAddedAsChaos"] = { affix = "", "Gain 1% of Lightning Damage as Extra Chaos Damage per Power Charge", statOrderKey = "5517", statOrder = { 5517 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["ChargeBonusArmourPerEnduranceCharge"] = { affix = "", "6% increased Armour per Endurance Charge", statOrderKey = "7028", statOrder = { 7028 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["ChargeBonusEvasionPerFrenzyCharge"] = { affix = "", "8% increased Evasion Rating per Frenzy Charge", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["ChargeBonusEnergyShieldPerPowerCharge"] = { affix = "", "3% increased Energy Shield per Power Charge", statOrderKey = "4887", statOrder = { 4887 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ChargeBonusChanceToGainMaximumEnduranceCharges"] = { affix = "", "15% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges", statOrderKey = "3638", statOrder = { 3638 }, level = 1, group = "ChanceToGainMaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChargeBonusChanceToGainMaximumFrenzyCharges"] = { affix = "", "15% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", statOrderKey = "5074", statOrder = { 5074 }, level = 1, group = "ChanceToGainMaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ChargeBonusChanceToGainMaximumPowerCharges"] = { affix = "", "15% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrderKey = "5075,5075.1", statOrder = { 5075, 5075.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ChargeBonusEnduranceChargeIfHitRecently"] = { affix = "", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrderKey = "5054", statOrder = { 5054 }, level = 1, group = "EnduranceChargeIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChargeBonusFrenzyChargeOnHit__"] = { affix = "", "10% chance to gain a Frenzy Charge on Hit", statOrderKey = "1351", statOrder = { 1351 }, level = 1, group = "FrenzyChargeOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ChargeBonusPowerChargeOnCrit"] = { affix = "", "20% chance to gain a Power Charge on Critical Strike", statOrderKey = "1348", statOrder = { 1348 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "critical" }, }, - ["ChargeBonusAttackAndCastSpeedPerEnduranceCharge"] = { affix = "", "1% increased Attack and Cast Speed per Endurance Charge", statOrderKey = "3975", statOrder = { 3975 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["ChargeBonusAccuracyRatingPerFrenzyCharge"] = { affix = "", "10% increased Accuracy Rating per Frenzy Charge", statOrderKey = "1553", statOrder = { 1553 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["ChargeBonusAttackAndCastSpeedPerPowerCharge"] = { affix = "", "1% increased Attack and Cast Speed per Power Charge", statOrderKey = "3976", statOrder = { 3976 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["ChargeBonusCriticalStrikeChancePerEnduranceCharge"] = { affix = "", "6% increased Critical Strike Chance per Endurance Charge", statOrderKey = "4570", statOrder = { 4570 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ChargeBonusCriticalStrikeChancePerFrenzyCharge"] = { affix = "", "6% increased Critical Strike Chance per Frenzy Charge", statOrderKey = "4571", statOrder = { 4571 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ChargeBonusCriticalStrikeMultiplierPerPowerCharge"] = { affix = "", "+3% to Critical Strike Multiplier per Power Charge", statOrderKey = "2699", statOrder = { 2699 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["ChargeBonusChaosResistancePerEnduranceCharge_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrderKey = "4436", statOrder = { 4436 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ChargeBonusPhysicalDamageReductionPerFrenzyCharge__"] = { affix = "", "1% additional Physical Damage Reduction per Frenzy Charge", statOrderKey = "7020", statOrder = { 7020 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["ChargeBonusPhysicalDamageReductionPerPowerCharge_"] = { affix = "", "1% additional Physical Damage Reduction per Power Charge", statOrderKey = "7022", statOrder = { 7022 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["ChargeBonusMaximumEnduranceCharges"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1322", statOrder = { 1322 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChargeBonusMaximumFrenzyCharges"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["ChargeBonusMaximumPowerCharges"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ChargeBonusIntimidateOnHitEnduranceCharges"] = { affix = "", "Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges", statOrderKey = "5422", statOrder = { 5422 }, level = 1, group = "IntimidateOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChargeBonusOnslaughtOnHitFrenzyCharges_"] = { affix = "", "Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges", statOrderKey = "5081", statOrder = { 5081 }, level = 1, group = "OnslaughtOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChargeBonusArcaneSurgeOnHitPowerCharges"] = { affix = "", "Gain Arcane Surge on Hit with Spells while at maximum Power Charges", statOrderKey = "5036", statOrder = { 5036 }, level = 1, group = "ArcaneSurgeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["ChargeBonusCannotBeStunnedEnduranceCharges__"] = { affix = "", "You cannot be Stunned while at maximum Endurance Charges", statOrderKey = "3457", statOrder = { 3457 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChargeBonusFlaskChargeOnCritFrenzyCharges"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike while at maximum Frenzy Charges", statOrderKey = "5059", statOrder = { 5059 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["ChargeBonusAdditionalCursePowerCharges"] = { affix = "", "You can apply an additional Curse while at maximum Power Charges", statOrderKey = "6953", statOrder = { 6953 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["ChargeBonusVaalPactEnduranceCharges"] = { affix = "", "You have Vaal Pact while at maximum Endurance Charges", statOrderKey = "7698", statOrder = { 7698 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ChargeBonusIronReflexesFrenzyCharges"] = { affix = "", "You have Iron Reflexes while at maximum Frenzy Charges", statOrderKey = "7696", statOrder = { 7696 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, - ["ChargeBonusMindOverMatterPowerCharges"] = { affix = "", "You have Mind over Matter while at maximum Power Charges", statOrderKey = "7697", statOrder = { 7697 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["GlobalEnergyShieldPercentUnique__1"] = { affix = "", "(15-20)% increased maximum Energy Shield", statOrderKey = "1107", statOrder = { 1107 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["GlobalEvasionRatingPercentUnique__1"] = { affix = "", "(15-20)% increased Evasion Rating", statOrderKey = "1096", statOrder = { 1096 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["GlobalEvasionRatingAndArmourPercentUnique__1_"] = { affix = "", "(30-60)% increased Evasion Rating and Armour", statOrderKey = "1089", statOrder = { 1089 }, level = 1, group = "EvasionRatingAndArmourPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "armour", "defences" }, }, - ["GlobalPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(15-20)% increased Armour", statOrderKey = "1087", statOrder = { 1087 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["NearbyEnemiesReducedStunRecoveryUnique__1"] = { affix = "", "10% reduced Stun and Block Recovery", "Nearby Enemies have 10% reduced Stun and Block Recovery", statOrderKey = "1412,2821", statOrder = { 1412, 2821 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyEnemiesGrantIncreasedFlaskChargesUnique__1"] = { affix = "", "Nearby Enemies grant 25% increased Flask Charges", statOrderKey = "2819", statOrder = { 2819 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["NearbyEnemiesHaveIncreasedChanceToBeCritUnique__1"] = { affix = "", "Hits against Nearby Enemies have 50% increased Critical Strike Chance", statOrderKey = "2817", statOrder = { 2817 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["NearbyEnemiesHaveIncreasedChanceToBeCritUnique__2"] = { affix = "", "Hits have 50% increased Critical Strike Chance against you", "Hits against Nearby Enemies have 50% increased Critical Strike Chance", statOrderKey = "2545,2818", statOrder = { 2545, 2818 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["NearbyEnemiesHaveReducedAllResistancesUnique__1"] = { affix = "", "Nearby Enemies have -10% to all Resistances", statOrderKey = "2417", statOrder = { 2417 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, - ["AuraAddedFireDamagePerRedSocketUnique__1"] = { affix = "", "You and Nearby Allies have 64 to 96 added Fire Damage per Red Socket", statOrderKey = "2422", statOrder = { 2422 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AuraAddedColdDamagePerGreenSocketUnique__1"] = { affix = "", "You and Nearby Allies have 56 to 88 added Cold Damage per Green Socket", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AuraAddedLightningDamagePerBlueSocketUnique__1"] = { affix = "", "You and Nearby Allies have 16 to 144 added Lightning Damage per Blue Socket", statOrderKey = "2424", statOrder = { 2424 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AuraAddedChaosDamagePerWhiteSocketUnique__1"] = { affix = "", "You and Nearby Allies have 47 to 61 added Chaos Damage per White Socket", statOrderKey = "2425", statOrder = { 2425 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ArmourPerEvasionRatingOnShieldUnique__1"] = { affix = "", "+5 to Armour per 5 Evasion Rating on Equipped Shield", statOrderKey = "3770", statOrder = { 3770 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["EvasionRatingPerEnergyShieldOnShieldUnique__1"] = { affix = "", "+20 to Evasion Rating per 5 Maximum Energy Shield on Equipped Shield", statOrderKey = "3771", statOrder = { 3771 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["EnergyShieldPerArmourOnShieldUnique__1"] = { affix = "", "+1 to Maximum Energy Shield per 5 Armour on Equipped Shield", statOrderKey = "3769", statOrder = { 3769 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["LifeLeechFromSpellsWith30BlockOnShieldUnique__1_"] = { affix = "", "0.5% of Spell Damage Leeched as Life if Equipped Shield has at least 30% Chance to Block", statOrderKey = "3768", statOrder = { 3768 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["AngerNoReservationUnique__1"] = { affix = "", "Anger has no Reservation", statOrderKey = "3891", statOrder = { 3891 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["ClarityNoReservationUnique__1"] = { affix = "", "Clarity has no Reservation", statOrderKey = "4472", statOrder = { 4472 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["DeterminationNoReservationUnique__1"] = { affix = "", "Determination has no Reservation", statOrderKey = "4733", statOrder = { 4733 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["DisciplineNoReservationUnique__1"] = { affix = "", "Discipline has no Reservation", statOrderKey = "4741", statOrder = { 4741 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["GraceNoReservationUnique__1"] = { affix = "", "Grace has no Reservation", statOrderKey = "5143", statOrder = { 5143 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["HasteNoReservationUnique__1"] = { affix = "", "Haste has no Reservation", statOrderKey = "5159", statOrder = { 5159 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["HatredNoReservationUnique__1_"] = { affix = "", "Hatred has no Reservation", statOrderKey = "5160", statOrder = { 5160 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["PurityOfElementsNoReservationUnique__1_"] = { affix = "", "Purity of Elements has no Reservation", statOrderKey = "7104", statOrder = { 7104 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["PurityOfFireNoReservationUnique__1"] = { affix = "", "Purity of Fire has no Reservation", statOrderKey = "7105", statOrder = { 7105 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["PurityOfIceNoReservationUnique__1_"] = { affix = "", "Purity of Ice has no Reservation", statOrderKey = "7106", statOrder = { 7106 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["PurityOfLightningNoReservationUnique__1"] = { affix = "", "Purity of Lightning has no Reservation", statOrderKey = "7107", statOrder = { 7107 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["VitalityNoReservationUnique__1"] = { affix = "", "Vitality has no Reservation", statOrderKey = "7553", statOrder = { 7553 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["WrathNoReservationUnique__1"] = { affix = "", "Wrath has no Reservation", statOrderKey = "7593", statOrder = { 7593 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["EnvyNoReservationUnique__1"] = { affix = "", "Envy has no Reservation", statOrderKey = "4903", statOrder = { 4903 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["MalevolenceNoReservationUnique__1"] = { affix = "", "Malevolence has no Reservation", statOrderKey = "4729", statOrder = { 4729 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["ZealotryNoReservationUnique__1"] = { affix = "", "Zealotry has no Reservation", statOrderKey = "7630", statOrder = { 7630 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["PrideNoReservationUnique__1"] = { affix = "", "Pride has no Reservation", statOrderKey = "7078", statOrder = { 7078 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["MinionAddedPhysicalDamageUnique__1"] = { affix = "", "Minions deal (45-51) to (66-78) additional Physical Damage", statOrderKey = "3182", statOrder = { 3182 }, level = 1, group = "MinionAddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, - ["DoubleDamageChanceImplicitMace1"] = { affix = "", "5% chance to deal Double Damage", statOrderKey = "4374", statOrder = { 4374 }, level = 1, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AdditionalHolyRelicUnique__1"] = { affix = "", "+1 to maximum number of Summoned Holy Relics", statOrderKey = "4123", statOrder = { 4123 }, level = 78, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["HolyRelicCooldownRecoveryUnique__1"] = { affix = "", "Summoned Holy Relics have (20-25)% reduced Cooldown Recovery Rate", statOrderKey = "5357", statOrder = { 5357 }, level = 1, group = "HolyRelicCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ColdDamageTakenUnique__1"] = { affix = "", "5% reduced Cold Damage taken", statOrderKey = "2807", statOrder = { 2807 }, level = 1, group = "ColdDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, - ["ColdDamageTakenUnique__2"] = { affix = "", "10% increased Cold Damage taken", statOrderKey = "2807", statOrder = { 2807 }, level = 1, group = "ColdDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, - ["OnslaughtEffectUnique__1"] = { affix = "", "(60-100)% increased Onslaught Effect", statOrderKey = "2707", statOrder = { 2707 }, level = 1, group = "OnslaughtEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PhysicalDamageWhileResoluteTechniqueUnique__1__"] = { affix = "", "100% increased Physical Damage while you have Resolute Technique", statOrderKey = "7707", statOrder = { 7707 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedWeaponElementalDamagePercentPerPowerChargeUnique__1"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills per Power Charge", statOrderKey = "4812", statOrder = { 4812 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["ArrowsAlwaysPierceAfterForkingUnique__1__"] = { affix = "", "Arrows Pierce all Targets after Forking", statOrderKey = "3944", statOrder = { 3944 }, level = 1, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ArrowsThatPierceHaveCritMultiUnique__1"] = { affix = "", "Arrows that Pierce have +50% to Critical Strike Multiplier", statOrderKey = "4585", statOrder = { 4585 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SupportedByGreaterVolleyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Greater Volley", statOrderKey = "122", statOrder = { 122 }, level = 1, group = "SupportedByGreaterVolley", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedByIgniteProliferationUnique1"] = { affix = "", "Socketed Gems are Supported by Level 20 Ignite Proliferation", statOrderKey = "123", statOrder = { 123 }, level = 1, group = "SupportedByIgniteProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ChanceToBleedWithoutAvatarOfFireUnique__1"] = { affix = "", "Attacks with this Weapon have 50% chance to inflict Bleeding while you do not have Avatar of Fire", statOrderKey = "7711", statOrder = { 7711 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["FireDamageVersusBleedingEnemiesUnique__1"] = { affix = "", "(70-100)% increased Fire Damage with Hits and Ailments against Bleeding Enemies", statOrderKey = "4957", statOrder = { 4957 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["PhysicalDamageVersusIgnitedEnemiesUnique__1"] = { affix = "", "(70-100)% increased Physical Damage with Hits and Ailments against Ignited Enemies", statOrderKey = "7015", statOrder = { 7015 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageTakenAsRandomElementUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Damage of a Random Element", statOrderKey = "7003", statOrder = { 7003 }, level = 1, group = "PhysicalDamageTakenAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental" }, }, - ["StartEnergyShieldRechargeOnSkillUnique__1"] = { affix = "", "10% chance for Energy Shield Recharge to start when you use a Skill", statOrderKey = "4889", statOrder = { 4889 }, level = 1, group = "StartEnergyShieldRechargeOnSkillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["SpellCriticalStrikeChancePerSpectreUnique__1_"] = { affix = "", "(40-50)% increased Critical Strike Chance for Spells per Raised Spectre", statOrderKey = "7322", statOrder = { 7322 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, - ["GainArcaneSurgeOnCritUnique__1"] = { affix = "", "Gain Arcane Surge when you deal a Critical Strike", statOrderKey = "5034", statOrder = { 5034 }, level = 1, group = "ArcaneSurgeOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["SpectresGainArcaneSurgeWhenYouDoUnique__1_"] = { affix = "", "Your Raised Spectres also gain Arcane Surge when you do", statOrderKey = "7309", statOrder = { 7309 }, level = 1, group = "SpectresGainArcaneSurge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["TriggerFeastOfFleshSkillUnique__1_"] = { affix = "", "Trigger Level 15 Feast of Flesh every 5 seconds", statOrderKey = "474", statOrder = { 474 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["TriggerRandomOfferingSkillUnique__1"] = { affix = "", "Trigger Level 20 Bone Offering, Flesh Offering or Spirit Offering every 5 seconds", "Offering Skills Triggered this way also affect you", statOrderKey = "475,475.1", statOrder = { 475, 475.1 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LeftRingSpellProjectilesForkUnique__1_"] = { affix = "", "Left ring slot: Projectiles from Spells Fork", statOrderKey = "5970", statOrder = { 5970 }, level = 1, group = "LeftRingSpellProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LeftRingSpellProjectilesCannotChainUnique__1"] = { affix = "", "Left ring slot: Projectiles from Spells cannot Chain", statOrderKey = "5969", statOrder = { 5969 }, level = 1, group = "LeftRingSpellProjectilesCannotChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RightRingSpellProjectilesChainUnique__1"] = { affix = "", "Right ring slot: Projectiles from Spells Chain +1 times", statOrderKey = "5988", statOrder = { 5988 }, level = 1, group = "RightRingSpellProjectilesChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RightRingSpellProjectilesCannotForkUnique__1"] = { affix = "", "Right ring slot: Projectiles from Spells cannot Fork", statOrderKey = "5989", statOrder = { 5989 }, level = 1, group = "RightRingSpellProjectilesCannotFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireAndChaosDamageResistanceUnique__1__"] = { affix = "", "+(20-25)% to Fire and Chaos Resistances", statOrderKey = "4943", statOrder = { 4943 }, level = 1, group = "FireAndChaosDamageResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "chaos", "resistance" }, }, - ["TriggerArcaneWakeSkillUnique__1"] = { affix = "", "Trigger Level 20 Arcane Wake after Spending a total of 200 Mana", statOrderKey = "443", statOrder = { 443 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["DoubleDamageWithWeaponUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage", statOrderKey = "5934", statOrder = { 5934 }, level = 1, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["FocusCooldownRecoveryUnique__1_"] = { affix = "", "Focus has (30-50)% increased Cooldown Recovery Rate", statOrderKey = "4994", statOrder = { 4994 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeRegenPerUncorruptedItemUnique__1"] = { affix = "", "Regenerate 15 Life per second for each Uncorrupted Item Equipped", statOrderKey = "2516", statOrder = { 2516 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["TotalManaCostPerCorruptedItemUnique__1"] = { affix = "", "-2 to Total Mana Cost of Skills for each Corrupted Item Equipped", statOrderKey = "3725", statOrder = { 3725 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ChillNearbyEnemiesOnFocusUnique__1_"] = { affix = "", "Chill nearby Enemies when you Focus, causing 30% reduced Action Speed", statOrderKey = "4463", statOrder = { 4463 }, level = 67, group = "ChillNearbyEnemiesOnFocus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["DamageWithHitsAndAilmentsAgainstChilledEnemyUnique__1"] = { affix = "", "(50-70)% increased Damage with Hits and Ailments against Chilled Enemies", statOrderKey = "5344", statOrder = { 5344 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ElementalDamageWhileAffectedBySextantUnique__1"] = { affix = "", "(30-40)% increased Elemental Damage while in an area affected by a Sextant", statOrderKey = "4802", statOrder = { 4802 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePerSextantUnique__1"] = { affix = "", "10% increased Elemental Damage per Sextant affecting the area", statOrderKey = "4800", statOrder = { 4800 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["AttackSpeedPerMapModUnique__1"] = { affix = "", "3% increased Attack Speed for each Map Item Modifier affecting the Area", statOrderKey = "4028", statOrder = { 4028 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["AttackDamagePerMapModUnique__1"] = { affix = "", "6% increased Attack Damage for each Map Item Modifier affecting the Area", statOrderKey = "4002", statOrder = { 4002 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["BleedOnCritUnique__1_"] = { affix = "", "50% chance to inflict Bleeding on Critical Strike with Attacks", statOrderKey = "1944", statOrder = { 1944 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, }, - ["MaimOnCritUnique__1"] = { affix = "", "50% chance to Maim Enemies on Critical Strike with Attacks", statOrderKey = "6095", statOrder = { 6095 }, level = 1, group = "ChanceToMaim", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["EnemiesYouBleedGrantIncreasedFlaskChargesUnique__1_"] = { affix = "", "Enemies you inflict Bleeding on grant (60-100)% increased Flask Charges", statOrderKey = "1951", statOrder = { 1951 }, level = 1, group = "FlaskChargesGained", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["AddedPhysicalDamageVsBleedingEnemiesUnique__1"] = { affix = "", "Adds (100-120) to (150-165) Physical Damage against Bleeding Enemies", statOrderKey = "1952", statOrder = { 1952 }, level = 1, group = "MinimumAddedPhysicalDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["LifeRegenerationIfBlockedRecentlyUnique__1"] = { affix = "", "If you have Blocked Recently, you and nearby Allies Regenerate 5% of Life per second", statOrderKey = "7600", statOrder = { 7600 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GroundTarOnBlockUnique__1"] = { affix = "", "Spreads Tar when you Block", statOrderKey = "5148", statOrder = { 5148 }, level = 79, group = "GroundTarOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["GainShapersPresenceUnique__1"] = { affix = "", "Gain Shaper's Presence for 10 seconds when you kill a Rare or Unique Enemy", statOrderKey = "5106", statOrder = { 5106 }, level = 81, group = "GainShapersPresence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpellsCannotPierceUnique__1__"] = { affix = "", "Projectiles from Spells cannot Pierce", statOrderKey = "7093", statOrder = { 7093 }, level = 1, group = "SpellsCannotPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemiesIgnitedTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Ignited by you during Flask Effect take (7-10)% increased Damage", statOrderKey = "673", statOrder = { 673 }, level = 1, group = "EnemiesIgnitedTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage" }, }, - ["GainChargeOnConsumingIgnitedCorpseUnique__1__"] = { affix = "", "Recharges 1 Charge when you Consume an Ignited corpse", statOrderKey = "509", statOrder = { 509 }, level = 1, group = "GainChargeOnConsumingIgnitedCorpse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["GainChargeOnConsumingIgnitedCorpseUnique__2"] = { affix = "", "Recharges 5 Charges when you Consume an Ignited corpse", statOrderKey = "509", statOrder = { 509 }, level = 1, group = "GainChargeOnConsumingIgnitedCorpse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["RecoverMaximumLifeOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Life when you Kill an Enemy during Flask Effect", statOrderKey = "674", statOrder = { 674 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, - ["RecoverMaximumManaOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Mana when you Kill an Enemy during Flask Effect", statOrderKey = "675", statOrder = { 675 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, - ["RecoverMaximumEnergyShieldOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Energy Shield when you Kill an Enemy during Flask Effect", statOrderKey = "676", statOrder = { 676 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, - ["AlternateFireAilmentUnique__1"] = { affix = "", "25% chance to Scorch Enemies", "Cannot inflict Ignite", statOrderKey = "1529,2011", statOrder = { 1529, 2011 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["AlternateColdAilmentUnique__1"] = { affix = "", "25% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrderKey = "1532,2013", statOrder = { 1532, 2013 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["AlternateLightningAilmentUnique__1__"] = { affix = "", "25% chance to Sap Enemies", "Cannot inflict Shock", statOrderKey = "1536,2014", statOrder = { 1536, 2014 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(40-55)% to Chaos Damage over Time Multiplier", statOrderKey = "819", statOrder = { 819 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ColdDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(25-35)% to Cold Damage over Time Multiplier", statOrderKey = "816", statOrder = { 816 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierUnique__2"] = { affix = "", "+(16-22)% to Cold Damage over Time Multiplier", statOrderKey = "816", statOrder = { 816 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["FireDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(40-60)% to Fire Damage over Time Multiplier", statOrderKey = "811", statOrder = { 811 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierUnique__2_"] = { affix = "", "+(15-25)% to Fire Damage over Time Multiplier", statOrderKey = "811", statOrder = { 811 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierUnique__3"] = { affix = "", "+(8-12)% to Fire Damage over Time Multiplier", statOrderKey = "811", statOrder = { 811 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["CurseCastSpeedUnique__1"] = { affix = "", "Curse Skills have (10-20)% increased Cast Speed", statOrderKey = "1720", statOrder = { 1720 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "curse" }, }, - ["CurseCastSpeedUnique__2"] = { affix = "", "Curse Skills have (8-12)% increased Cast Speed", statOrderKey = "1720", statOrder = { 1720 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "curse" }, }, - ["TriggerSocketedCurseSkillsOnCurseUnique__1_"] = { affix = "", "Trigger Socketed Curse Skill when you cast a Curse Skill, with a 0.25 second Cooldown", statOrderKey = "493", statOrder = { 493 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, - ["EnergyShieldLeechPerCurseUnique__1_"] = { affix = "", "0.2% of Spell Damage Leeched as Energy Shield for each Curse on Enemy", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ElementalDamagePercentAddedAsChaosPerShaperItemUnique__1"] = { affix = "", "Gain (3-5)% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped", statOrderKey = "3726", statOrder = { 3726 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, - ["HitsIgnoreChaosResistanceAllShaperItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items", statOrderKey = "5352", statOrder = { 5352 }, level = 1, group = "HitsIgnoreChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HitsIgnoreChaosResistanceAllElderItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items", statOrderKey = "5351", statOrder = { 5351 }, level = 1, group = "HitsIgnoreChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ColdDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Cold Resistance above 75%", statOrderKey = "4484", statOrder = { 4484 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["LightningDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Lightning Damage per 1% Lightning Resistance above 75%", statOrderKey = "5516", statOrder = { 5516 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["FlaskConsecratedGroundDurationUnique__1"] = { affix = "", "(20-40)% increased Duration", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "FlaskConsecratedGroundDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskConsecratedGroundAreaOfEffectUnique__1_"] = { affix = "", "Consecrated Ground created by this Flask has Tripled Radius", statOrderKey = "547", statOrder = { 547 }, level = 1, group = "FlaskConsecratedGroundAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskConsecratedGroundDamageTakenUnique__1"] = { affix = "", "Consecrated Ground created during Effect applies (7-10)% increased Damage taken to Enemies", statOrderKey = "627", statOrder = { 627 }, level = 1, group = "FlaskConsecratedGroundDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage" }, }, - ["FlaskConsecratedGroundEffectUnique__1_"] = { affix = "", "+(1-2)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect", statOrderKey = "624", statOrder = { 624 }, level = 1, group = "FlaskConsecratedGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, - ["FlaskConsecratedGroundEffectCriticalStrikeUnique__1"] = { affix = "", "(100-150)% increased Critical Strike Chance against Enemies on Consecrated Ground during Flask effect", statOrderKey = "648", statOrder = { 648 }, level = 1, group = "FlaskConsecratedGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, - ["ShockProliferationUnique__1"] = { affix = "", "Shocks you inflict spread to other Enemies within a Radius of 15", statOrderKey = "1725", statOrder = { 1725 }, level = 1, group = "ShockProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationDuringFlaskEffectUnique__1"] = { affix = "", "Shocks you inflict during Flask effect spread to other Enemies in a radius of 20", statOrderKey = "688", statOrder = { 688 }, level = 85, group = "ShockProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, - ["ShockEffectDuringFlaskEffectUnique__1__"] = { affix = "", "(25-40)% increased Effect of Shocks you inflict during Flask effect", statOrderKey = "687", statOrder = { 687 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, - ["ShockOnKillUnique__1"] = { affix = "", "Enemies you kill are Shocked", statOrderKey = "1422", statOrder = { 1422 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["DivineChargeOnHitUnique__1_"] = { affix = "", "+10 to maximum Divine Charges", "Gain a Divine Charge on Hit", statOrderKey = "3779,3780", statOrder = { 3779, 3780 }, level = 1, group = "DivineCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainDivinityOnMaxDivineChargeUnique__1"] = { affix = "", "You gain Divinity for 10 seconds on reaching maximum Divine Charges", "Lose all Divine Charges when you gain Divinity", statOrderKey = "3782,3782.1", statOrder = { 3782, 3782.1 }, level = 1, group = "DivineCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyEnemiesCannotCritUnique__1"] = { affix = "", "Never deal Critical Strikes", "Nearby Enemies cannot deal Critical Strikes", statOrderKey = "1682,5923", statOrder = { 1682, 5923 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["NearbyAlliesCannotBeSlowedUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", "Nearby Allies' Action Speed cannot be modified to below base value", statOrderKey = "2609,5917", statOrder = { 2609, 5917 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ManaReservationPerAttributeUnique__1"] = { affix = "", "1% reduced Reservation of Skills per 250 total Attributes", statOrderKey = "6144", statOrder = { 6144 }, level = 1, group = "ManaReservationReduced", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DefencesPer100StrengthAuraUnique__1"] = { affix = "", "Nearby Allies have (4-6)% increased Defences per 100 Strength you have", statOrderKey = "2418", statOrder = { 2418 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["CriticalMultiplierPer100DexterityAuraUnique__1"] = { affix = "", "Nearby Allies have +(6-8)% to Critical Strike Multiplier per 100 Dexterity you have", statOrderKey = "2419", statOrder = { 2419 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["CastSpeedPer100IntelligenceAuraUnique__1"] = { affix = "", "Nearby Allies have (2-4)% increased Cast Speed per 100 Intelligence you have", statOrderKey = "2420", statOrder = { 2420 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["GrantsAccuracyAuraSkillUnique__1"] = { affix = "", "Grants Level 22 Precision Skill", statOrderKey = "397", statOrder = { 397 }, level = 81, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["PrecisionAuraBonusUnique__1"] = { affix = "", "Precision has 50% less Reservation", statOrderKey = "7068", statOrder = { 7068 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SupportedByBlessingSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Blessing", statOrderKey = "86", statOrder = { 86 }, level = 1, group = "SupportedByBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["TriggerBowSkillsOnBowAttackUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown", statOrderKey = "436", statOrder = { 436 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "gem" }, }, - ["TriggerBowSkillsOnCastUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Cast a Spell while", "wielding a Bow, with a 1 second Cooldown", statOrderKey = "500,500.1", statOrder = { 500, 500.1 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, - ["MaximumLifeLeechAmountUnique__1"] = { affix = "", "50% reduced Maximum Recovery per Life Leech", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumLifeLeechAmountUnique__2"] = { affix = "", "80% reduced Maximum Recovery per Life Leech", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeLeechNotRemovedOnFullLifeUnique__1"] = { affix = "", "Life Leech effects are not removed when Unreserved Life is Filled", statOrderKey = "2626", statOrder = { 2626 }, level = 1, group = "LifeLeechNotRemovedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AttacksBlindOnHitChanceUnique__1"] = { affix = "", "5% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4051", statOrder = { 4051 }, level = 1, group = "BlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, - ["HeraldBonusExtraMod1"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7624", statOrder = { 7624 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusExtraMod2_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7624", statOrder = { 7624 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusExtraMod3_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7624", statOrder = { 7624 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusExtraMod4"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7624", statOrder = { 7624 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusExtraMod5"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "7624", statOrder = { 7624 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusThunderReservation"] = { affix = "", "Herald of Thunder has (15-20)% reduced Reservation", statOrderKey = "3438", statOrder = { 3438 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusThunderLightningDamage"] = { affix = "", "(40-60)% increased Lightning Damage while affected by Herald of Thunder", statOrderKey = "5519", statOrder = { 5519 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HeraldBonusThunderEffect"] = { affix = "", "Herald of Thunder has (40-60)% increased Buff Effect", statOrderKey = "5325", statOrder = { 5325 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusThunderMaxLightningResist"] = { affix = "", "+1% to maximum Lightning Resistance while affected by Herald of Thunder", statOrderKey = "6735", statOrder = { 6735 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HeraldBonusThunderLightningResist_"] = { affix = "", "+(50-60)% to Lightning Resistance while affected by Herald of Thunder", statOrderKey = "5521", statOrder = { 5521 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HeraldBonusAshReservation"] = { affix = "", "Herald of Ash has (15-20)% reduced Reservation", statOrderKey = "3436", statOrder = { 3436 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusAshFireDamage"] = { affix = "", "(40-60)% increased Fire Damage while affected by Herald of Ash", statOrderKey = "4959", statOrder = { 4959 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HeraldBonusAshEffect"] = { affix = "", "Herald of Ash has (40-60)% increased Buff Effect", statOrderKey = "5316", statOrder = { 5316 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusAshMaxFireResist"] = { affix = "", "+1% to maximum Fire Resistance while affected by Herald of Ash", statOrderKey = "6722", statOrder = { 6722 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["HeraldBonusFireResist"] = { affix = "", "+(50-60)% to Fire Resistance while affected by Herald of Ash", statOrderKey = "4960", statOrder = { 4960 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["HeraldBonusIceReservation_"] = { affix = "", "Herald of Ice has (15-20)% reduced Reservation", statOrderKey = "3437", statOrder = { 3437 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusIceColdDamage"] = { affix = "", "(40-60)% increased Cold Damage while affected by Herald of Ice", statOrderKey = "4493", statOrder = { 4493 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HeraldBonusIceEffect_"] = { affix = "", "Herald of Ice has (40-60)% increased Buff Effect", statOrderKey = "5319", statOrder = { 5319 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusMaxColdResist__"] = { affix = "", "+1% to maximum Cold Resistance while affected by Herald of Ice", statOrderKey = "6718", statOrder = { 6718 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["HeraldBonusColdResist"] = { affix = "", "+(50-60)% to Cold Resistance while affected by Herald of Ice", statOrderKey = "4495", statOrder = { 4495 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["HeraldBonusPurityReservation_"] = { affix = "", "Herald of Purity has (15-20)% reduced Reservation", statOrderKey = "5323", statOrder = { 5323 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusPurityPhysicalDamage"] = { affix = "", "(40-60)% increased Physical Damage while affected by Herald of Purity", statOrderKey = "7016", statOrder = { 7016 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HeraldBonusPurityEffect"] = { affix = "", "Herald of Purity has (40-60)% increased Buff Effect", statOrderKey = "5321", statOrder = { 5321 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusPurityMinionDamage"] = { affix = "", "Sentinels of Purity deal (70-100)% increased Damage", statOrderKey = "7216", statOrder = { 7216 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["HeraldBonusPurityPhysicalDamageReduction"] = { affix = "", "4% additional Physical Damage Reduction while affected by Herald of Purity", statOrderKey = "7023", statOrder = { 7023 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["HeraldBonusAgonyReservation"] = { affix = "", "Herald of Agony has (15-20)% reduced Reservation", statOrderKey = "5315", statOrder = { 5315 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusAgonyChaosDamage_"] = { affix = "", "(40-60)% increased Chaos Damage while affected by Herald of Agony", statOrderKey = "4435", statOrder = { 4435 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HeraldBonusAgonyEffect"] = { affix = "", "Herald of Agony has (40-60)% increased Buff Effect", statOrderKey = "5314", statOrder = { 5314 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HeraldBonusAgonyMinionDamage_"] = { affix = "", "Agony Crawler deals (70-100)% increased Damage", statOrderKey = "3877", statOrder = { 3877 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["HeraldBonusAgonyChaosResist_"] = { affix = "", "+(31-43)% to Chaos Resistance while affected by Herald of Agony", statOrderKey = "4440", statOrder = { 4440 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ZombiesCountAsCorpsesUnique__1"] = { affix = "", "Your Raised Zombies count as corpses", statOrderKey = "7134", statOrder = { 7134 }, level = 1, group = "ZombiesCountAsCorpses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ZombiesNeedNoCorpsesUnique__1"] = { affix = "", "Raise Zombie does not require a corpse", statOrderKey = "7132", statOrder = { 7132 }, level = 1, group = "ZombiesNeedNoCorpses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ZombieIncreasedLifeUnique__1"] = { affix = "", "Raised Zombies have (80-100)% increased maximum Life", statOrderKey = "1290", statOrder = { 1290 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["AdditionalPhysicalDamageReductionWhileBleedingUnique__1"] = { affix = "", "(10-15)% additional Physical Damage Reduction while Bleeding", statOrderKey = "3865", statOrder = { 3865 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["DamageTakenGainedAsLifeUnique__1_"] = { affix = "", "(10-20)% of Damage taken Recouped as Life", statOrderKey = "4695", statOrder = { 4695 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MinimumEnduranceChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Endurance Charges while on Low Life", statOrderKey = "6807", statOrder = { 6807 }, level = 1, group = "MinimumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["MinimumPowerChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Power Charges while on Low Life", statOrderKey = "6811", statOrder = { 6811 }, level = 1, group = "MinimumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["SpellCriticalStrikeChanceIfKilledRecentlyUnique__1"] = { affix = "", "(125-175)% increased Critical Strike Chance for Spells if you've Killed Recently", statOrderKey = "4561", statOrder = { 4561 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeMultiplierIfNotKilledRecentlyUnique__1"] = { affix = "", "+(40-60)% to Critical Strike Multiplier for Spells if you haven't Killed Recently", statOrderKey = "4588", statOrder = { 4588 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, - ["RagingSpiritLifeUnique__1"] = { affix = "", "Summoned Raging Spirits have (80-100)% increased maximum Life", statOrderKey = "6857", statOrder = { 6857 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["RagingSpiritDurationUnique__1"] = { affix = "", "Summon Raging Spirit has (20-30)% increased Duration", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "MinionDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["RagingSpiritChaosDamageTakenUnique__1"] = { affix = "", "Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage", statOrderKey = "6858", statOrder = { 6858 }, level = 68, group = "RagingSpiritChaosDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, - ["LosePowerChargeWhenHitUnique__1"] = { affix = "", "Lose a Power Charge when Hit", statOrderKey = "7535", statOrder = { 7535 }, level = 1, group = "LosePowerChargeWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["SpellDamagePerLifeUnique__1"] = { affix = "", "2% increased Spell Damage per 100 Player Maximum Life", statOrderKey = "7328", statOrder = { 7328 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellCriticalStrikeChancePerLifeUnique__1"] = { affix = "", "2% increased Critical Strike Chance for Spells per 100 Player Maximum Life", statOrderKey = "7321", statOrder = { 7321 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, - ["SacrificeLifeOnSpellSkillUnique__1"] = { affix = "", "Sacrifice 4% of your Life when you Use or Trigger a Spell Skill", statOrderKey = "7193", statOrder = { 7193 }, level = 1, group = "SacrificeLifeOnSpellSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, - ["PercentDexterityIfStrengthHigherThanIntelligenceUnique__1"] = { affix = "", "15% increased Dexterity if Strength is higher than Intelligence", statOrderKey = "4734", statOrder = { 4734 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["CriticalStrikeMultiplierIfDexterityHigherThanIntelligenceUnique__1"] = { affix = "", "+(25-40)% to Critical Strike Multiplier if Dexterity is higher than Intelligence", statOrderKey = "4590", statOrder = { 4590 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["ElementalDamagePerDexterityUnique__1"] = { affix = "", "1% increased Elemental Damage per 10 Dexterity", statOrderKey = "4796", statOrder = { 4796 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["LifePer10IntelligenceUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Intelligence", statOrderKey = "6728", statOrder = { 6728 }, level = 1, group = "LifePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GrantsLevel30SmiteUnique__1"] = { affix = "", "Grants Level 30 Smite Skill", statOrderKey = "418", statOrder = { 418 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ElementalAilmentsOnYouInsteadOfAlliesUnique__1"] = { affix = "", "Enemies inflict Elemental Ailments on you instead of nearby Allies", statOrderKey = "5933", statOrder = { 5933 }, level = 1, group = "ElementalAilmentsOnYouInsteadOfAllies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["UnaffectedByPoisonUnique__1_"] = { affix = "", "Unaffected by Poison", statOrderKey = "4133", statOrder = { 4133 }, level = 1, group = "UnaffectedByPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["KeystoneInnerConvictionUnique__1"] = { affix = "", "Inner Conviction", statOrderKey = "7676", statOrder = { 7676 }, level = 1, group = "KeystoneInnerConviction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge", "damage" }, }, - ["FasterPoisonDamageUnique__1"] = { affix = "", "Poisons you inflict deal Damage 20% faster", statOrderKey = "4942", statOrder = { 4942 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["TriggerRainOfArrowsOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Rain of Arrows when you Attack with a Bow", statOrderKey = "485", statOrder = { 485 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["TriggerToxicRainOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Toxic Rain when you Attack with a Bow", statOrderKey = "505", statOrder = { 505 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["CursesRemainOnDeathUnique__1_"] = { affix = "", "Non-Aura Curses you inflict are not removed from Dying Enemies", statOrderKey = "4631", statOrder = { 4631 }, level = 1, group = "CursesRemainOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["EnemiesNearCursesBlindAndExplodeUnique__1"] = { affix = "", "Enemies near corpses affected by your Curses are Blinded", "Enemies Killed near corpses affected by your Curses explode, dealing", "3% of their Life as Physical Damage", statOrderKey = "4850,4850.1,4850.2", statOrder = { 4850, 4850.1, 4850.2 }, level = 1, group = "EnemiesNearCursesBlindAndExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["WarcryCooldownIs2SecondsUnique__1"] = { affix = "", "Warcry Skills' Cooldown Time is 4 seconds", statOrderKey = "7578", statOrder = { 7578 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikeMultiplierIs250Unique__1"] = { affix = "", "Your Critical Strike Multiplier is 300%", statOrderKey = "4586", statOrder = { 4586 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["RageOnAttackCritUnique__1"] = { affix = "", "Gain 1 Rage on Critical Hit with attacks, no more than once every 0.5 seconds", statOrderKey = "5428", statOrder = { 5428 }, level = 1, group = "RageOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, - ["PhysicalAddedAsFirePerRageUnique__1"] = { affix = "", "Gain 1% of Physical Damage as Extra Fire Damage per 1 Rage", statOrderKey = "7008", statOrder = { 7008 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["LocalChanceForPoisonDamage300FinalInflictedWithThisWeaponUnique__1_"] = { affix = "", "20% chance for Poisons inflicted with this Weapon to deal 300% more Damage", statOrderKey = "5896", statOrder = { 5896 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, - ["AttackDamageWhileHoldingShieldUnique__1"] = { affix = "", "(10-15)% increased Attack Damage while holding a Shield", statOrderKey = "768", statOrder = { 768 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["DisplayCowardsTrialWavesOfMonsters"] = { affix = "", "Contains waves of Monsters", statOrderKey = "4745", statOrder = { 4745 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DisplayCowardsTrialWavesOfUndeadMonsters"] = { affix = "", "Contains additional waves of Undead Monsters", statOrderKey = "4746", statOrder = { 4746 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraGhosts___"] = { affix = "", "Area contains additional waves of Ghosts", statOrderKey = "6269", statOrder = { 6269 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraPhantasms"] = { affix = "", "Area contains additional waves of Phantasms", statOrderKey = "6271", statOrder = { 6271 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraZombies"] = { affix = "", "Area contains additional waves of Zombies", statOrderKey = "6275", statOrder = { 6275 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraRagingSpirits"] = { affix = "", "Area contains additional waves of Raging Spirits", statOrderKey = "6272", statOrder = { 6272 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraRhoas___"] = { affix = "", "Area contains additional waves of Bone Rhoas", statOrderKey = "6273", statOrder = { 6273 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraOriathCitizens"] = { affix = "", "Area contains additional waves of Oriathan Zombies", statOrderKey = "6270", statOrder = { 6270 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CowardsTrialExtraSkeletonCannons"] = { affix = "", "Area contains additional waves of Ravager Maws", statOrderKey = "6274", statOrder = { 6274 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueJewelAlternateTreeInRadiusVaal"] = { affix = "", "Bathed in the blood of (100-8000) sacrificed in the name of Xibaqua", "Passives in radius are Conquered by the Vaal", "Historic", statOrderKey = "3,3.1,7625", statOrder = { 3, 3.1, 7625 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, - ["UniqueJewelAlternateTreeInRadiusKarui"] = { affix = "", "Commanded leadership over (10000-18000) warriors under Kaom", "Passives in radius are Conquered by the Karui", "Historic", statOrderKey = "3,3.1,7625", statOrder = { 3, 3.1, 7625 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, - ["UniqueJewelAlternateTreeInRadiusMaraketh"] = { affix = "", "Denoted service of (500-8000) dekhara in the akhara of Balbala", "Passives in radius are Conquered by the Maraketh", "Historic", statOrderKey = "3,3.1,7625", statOrder = { 3, 3.1, 7625 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, - ["UniqueJewelAlternateTreeInRadiusTemplar"] = { affix = "", "Carved to glorify (2000-10000) new faithful converted by High Templar Maxarius", "Passives in radius are Conquered by the Templars", "Historic", statOrderKey = "3,3.1,7625", statOrder = { 3, 3.1, 7625 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, - ["UniqueJewelAlternateTreeInRadiusEternal"] = { affix = "", "Commissioned (2000-160000) coins to commemorate Cadiro", "Passives in radius are Conquered by the Eternal Empire", "Historic", statOrderKey = "3,3.1,7625", statOrder = { 3, 3.1, 7625 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, - ["TotemDamagePerDevotion"] = { affix = "", "4% increased Totem Damage per 10 Devotion", statOrderKey = "7486", statOrder = { 7486 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["BrandDamagePerDevotion"] = { affix = "", "4% increased Brand Damage per 10 Devotion", statOrderKey = "7251", statOrder = { 7251 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["ChannelledSkillDamagePerDevotion"] = { affix = "", "Channelling Skills deal 4% increased Damage per 10 Devotion", statOrderKey = "4430", statOrder = { 4430 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["AreaDamagePerDevotion"] = { affix = "", "4% increased Area Damage per 10 Devotion", statOrderKey = "3905", statOrder = { 3905 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ElementalDamagePerDevotion_"] = { affix = "", "4% increased Elemental Damage per 10 Devotion", statOrderKey = "4795", statOrder = { 4795 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalResistancesPerDevotion"] = { affix = "", "+2% to all Elemental Resistances per 10 Devotion", statOrderKey = "4824", statOrder = { 4824 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["AilmentEffectPerDevotion"] = { affix = "", "3% increased Effect of non-Damaging Ailments on Enemies per 10 Devotion", statOrderKey = "6945", statOrder = { 6945 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["ElementalAilmentSelfDurationPerDevotion_"] = { affix = "", "4% reduced Elemental Ailment Duration on you per 10 Devotion", statOrderKey = "7208", statOrder = { 7208 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["CurseSelfDurationPerDevotion"] = { affix = "", "4% reduced Duration of Curses on you per 10 Devotion", statOrderKey = "7207", statOrder = { 7207 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["MinionAttackAndCastSpeedPerDevotion"] = { affix = "", "1% increased Minion Attack and Cast Speed per 10 Devotion", statOrderKey = "6818", statOrder = { 6818 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionAccuracyRatingPerDevotion_"] = { affix = "", "Minions have +60 to Accuracy Rating per 10 Devotion", statOrderKey = "6813", statOrder = { 6813 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, - ["AddedManaRegenerationPerDevotion"] = { affix = "", "Regenerate 0.6 Mana per Second per 10 Devotion", statOrderKey = "6128", statOrder = { 6128 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ReducedManaCostPerDevotion"] = { affix = "", "1% reduced Mana Cost of Skills per 10 Devotion", statOrderKey = "6107", statOrder = { 6107 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AuraEffectPerDevotion"] = { affix = "", "1% increased effect of Non-Curse Auras per 10 Devotion", statOrderKey = "6939", statOrder = { 6939 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["ShieldDefencesPerDevotion"] = { affix = "", "3% increased Defences from Equipped Shield per 10 Devotion", statOrderKey = "7227", statOrder = { 7227 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["DealNoChaosDamageUnique_1"] = { affix = "", "Deal no Chaos Damage", statOrderKey = "4104", statOrder = { 4104 }, level = 1, group = "DealNoChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["LightRadiusToDamageUnique_1"] = { affix = "", "Increases and Reductions to Light Radius also apply to Damage", statOrderKey = "1957", statOrder = { 1957 }, level = 1, group = "LightRadiusModifiersApplyToDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LightRadiusToAreaOfEffectUnique__1"] = { affix = "", "Increases and Reductions to Light Radius also apply to Area of Effect at 50% of their value", statOrderKey = "1956", statOrder = { 1956 }, level = 1, group = "LightRadiusModifiersApplyToAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CanRollMinionModifiersImplicitWandAtlas1"] = { affix = "", "Can roll Minion Modifiers", statOrderKey = "10", statOrder = { 10 }, level = 1, group = "CanRollMinionModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "weapon_can_roll_minion_modifiers", }, modTags = { "minion" }, }, - ["MinionPhysicalToFirePerRedSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Fire Damage per Red Socket", statOrderKey = "2141", statOrder = { 2141 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "minion" }, }, - ["MinionPhysicalToColdPerGreenSocket_"] = { affix = "", "Minions convert 25% of Physical Damage to Cold Damage per Green Socket", statOrderKey = "2145", statOrder = { 2145 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, }, - ["MinionPhysicalToLightningPerBlueSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Lightning Damage per Blue Socket", statOrderKey = "2147", statOrder = { 2147 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "minion" }, }, - ["MinionPhysicalToChaosPerWhiteSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Chaos Damage per White Socket", statOrderKey = "2151", statOrder = { 2151 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "minion" }, }, - ["MinionChanceToFreezeShockIgnite"] = { affix = "", "Minions have (5-10)% chance to Freeze, Shock and Ignite", statOrderKey = "6826", statOrder = { 6826 }, level = 1, group = "MinionChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "minion", "ailment" }, }, - ["NonChilledEnemiesBleedAndChillUnique__1_"] = { affix = "", "Non-Chilled Enemies you inflict Bleeding on are Chilled", statOrderKey = "6936", statOrder = { 6936 }, level = 1, group = "NonChilledEnemiesBleedAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChilledWhileBleedingUnique__1_"] = { affix = "", "You are Chilled while you are Bleeding", statOrderKey = "4466", statOrder = { 4466 }, level = 1, group = "ChilledWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["BleedingEnemiesShatterOnKillUnique__1"] = { affix = "", "Bleeding Enemies you Kill with Hits Shatter", statOrderKey = "7218", statOrder = { 7218 }, level = 1, group = "BleedingEnemiesShatterOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NonChilledEnemiesPoisonAndChillUnique__1"] = { affix = "", "Non-Chilled Enemies you Poison are Chilled", statOrderKey = "6937", statOrder = { 6937 }, level = 1, group = "NonChilledEnemiesPoisonAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChilledWhilePoisonedUnique__1"] = { affix = "", "You are Chilled when you are Poisoned", statOrderKey = "4467", statOrder = { 4467 }, level = 1, group = "ChilledWhilePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["PoisonedEnemiesShatterOnKillUnique__1"] = { affix = "", "Poisoned Enemies you Kill with Hits Shatter", statOrderKey = "7219", statOrder = { 7219 }, level = 1, group = "PoisonedEnemiesShatterOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamagePerZombieUnique__1"] = { affix = "", "(5-8)% increased Damage per Raised Zombie", statOrderKey = "4635", statOrder = { 4635 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ElementalDamageTakenPerZombieUnique__1"] = { affix = "", "1% less Elemental Damage taken per Raised Zombie", statOrderKey = "4805", statOrder = { 4805 }, level = 1, group = "ElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["LoseFrenzyChargeOnTravelSkillUnique__1"] = { affix = "", "(20-25)% chance to lose a Frenzy Charge when you use a Travel Skill", statOrderKey = "3785", statOrder = { 3785 }, level = 1, group = "LoseFrenzyChargeOnTravelSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["LosePowerChargeOnElusiveGainUnique__1_"] = { affix = "", "(20-25)% chance to lose a Power Charge when you gain Elusive", statOrderKey = "3786", statOrder = { 3786 }, level = 1, group = "LosePowerChargeOnElusiveGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ElusiveBuffEffectPerPowerChargeUnique__1"] = { affix = "", "(7-10)% increased Effect of Elusive on you per Power Charge", statOrderKey = "3784", statOrder = { 3784 }, level = 1, group = "ElusiveBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TravelSkillCooldownRecoveryPerFrenzyChargeUnique__1"] = { affix = "", "(7-10)% increased Cooldown Recovery Rate of Travel Skills per Frenzy Charge", statOrderKey = "3783", statOrder = { 3783 }, level = 1, group = "TravelSkillCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumFrenzyChargesEqualToMaximumPowerChargesUnique__1"] = { affix = "", "Your Maximum Frenzy Charges is equal to your Maximum Power Charges", statOrderKey = "1328", statOrder = { 1328 }, level = 75, group = "MaximumFrenzyChargesEqualToMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["MinionAttacksTauntOnHitChanceUnique__1"] = { affix = "", "Minions have 5% chance to Taunt on Hit with Attacks", statOrderKey = "2847", statOrder = { 2847 }, level = 55, group = "TauntOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, - ["MinionCausticCloudOnDeathUnique__1_"] = { affix = "", "Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second", statOrderKey = "2855", statOrder = { 2855 }, level = 1, group = "MinionCausticCloudOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, - ["MinionBurningCloudOnDeathUnique__1"] = { affix = "", "Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second", statOrderKey = "6841", statOrder = { 6841 }, level = 55, group = "MinionBurningCloudOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["TotemReflectFireDamageUnique__1_"] = { affix = "", "Totems Reflect 25% of their maximum Life as Fire Damage to nearby Enemies when Hit", statOrderKey = "3196", statOrder = { 3196 }, level = 1, group = "TotemReflectFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["MinionAddedColdDamageUnique__1"] = { affix = "", "Minions deal (5-9) to (11-15) additional Cold Damage", statOrderKey = "3179", statOrder = { 3179 }, level = 1, group = "MinionAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, - ["MineDamageLeechedToYouUnique__1"] = { affix = "", "1% of Damage dealt by your Mines is Leeched to you as Life", statOrderKey = "3635", statOrder = { 3635 }, level = 1, group = "MineDamageLeechedToYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LifeEnergyShieldRecoveryRateUnique__1"] = { affix = "", "(20-30)% reduced Recovery rate of Life and Energy Shield", statOrderKey = "5448", statOrder = { 5448 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LifeAndEnergyShieldRecoveryRatePerPowerChargeUnique__1"] = { affix = "", "5% increased Recovery rate of Life and Energy Shield per Power Charge", statOrderKey = "5451", statOrder = { 5451 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, - ["LosePowerChargeIfNotDetonatedRecentlyUnique__1"] = { affix = "", "Lose a Power Charge each second if you have not Detonated Mines Recently", statOrderKey = "6090", statOrder = { 6090 }, level = 1, group = "LosePowerChargeIfNotDetonatedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["NotablesGrantMinionDamageTakenUnique__1_"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: Minions take 20% increased Damage", statOrderKey = "7641,7641.1", statOrder = { 7641, 7641.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["NotablesGrantMinionMovementSpeedUnique__1_"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: Minions have 25% reduced Movement Speed", statOrderKey = "7642,7642.1", statOrder = { 7642, 7642.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, - ["PassivesGrantTrapMineAddedPhysicalUnique__1_"] = { affix = "", "Passive Skills in Radius also grant: Traps and Mines deal (2-3) to (4-6) added Physical Damage", statOrderKey = "7643", statOrder = { 7643 }, level = 1, group = "PassivesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PassivesGrantUnarmedAttackSpeedUnique__1_"] = { affix = "", "Passive Skills in Radius also grant: 1% increased Unarmed Attack Speed with Melee Skills", statOrderKey = "6070", statOrder = { 6070 }, level = 1, group = "PassivesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["MovementVelocityOverrideUnique__1"] = { affix = "", "Your Movement Speed is 150% of its base value", statOrderKey = "6893", statOrder = { 6893 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["TravelSkillCooldownRecoveryUnique__1_"] = { affix = "", "(50-80)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "3773", statOrder = { 3773 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageRemovedFromSpectresUnique__1"] = { affix = "", "10% of Damage from Hits is taken from your Spectres' Life before you", statOrderKey = "4691", statOrder = { 4691 }, level = 1, group = "DamageRemovedFromMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MinionElementalDamageAddedAsChaosUnique__1"] = { affix = "", "Minions gain (15-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "6839", statOrder = { 6839 }, level = 1, group = "MinionElementalDamageAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos", "minion" }, }, - ["LifeRegenerationPerZombieUnique__1"] = { affix = "", "Regenerate 0.6% of Life per second for each Raised Zombie", statOrderKey = "5501", statOrder = { 5501 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ManaRegenerationPerSpectreUnique__1"] = { affix = "", "30% increased Mana Regeneration Rate per Raised Spectre", statOrderKey = "6141", statOrder = { 6141 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AttackBlockPerSkeletonUnique__1"] = { affix = "", "+1% Chance to Block Attack Damage per Summoned Skeleton", statOrderKey = "3834", statOrder = { 3834 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["AttackAndCastSpeedPerRagingSpiritUnique__1"] = { affix = "", "2% increased Attack and Cast Speed per Summoned Raging Spirit", statOrderKey = "3977", statOrder = { 3977 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["SupportedByMeatShieldUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Meat Shield", statOrderKey = "139", statOrder = { 139 }, level = 1, group = "SupportedByMeatShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ReviveEnemiesOnKillUnique__1"] = { affix = "", "Create a Blighted Spore when your Skills or Minions Kill a Rare Monster", statOrderKey = "4547", statOrder = { 4547 }, level = 1, group = "ReviveEnemiesOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireResistanceOverrideUnique__1__"] = { affix = "", "Fire Resistance is 75%", statOrderKey = "1167", statOrder = { 1167 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["ColdResistanceOverrideUnique__1"] = { affix = "", "Cold Resistance is 75%", statOrderKey = "1173", statOrder = { 1173 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["LightningResistanceOverrideUnique__1_"] = { affix = "", "Lightning Resistance is 75%", statOrderKey = "1178", statOrder = { 1178 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["ReducedFireResistanceUnique__1"] = { affix = "", "(50-55)% reduced Fire Resistance", statOrderKey = "1171", statOrder = { 1171 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["ReducedColdResistanceUnique__1"] = { affix = "", "(50-55)% reduced Cold Resistance", statOrderKey = "1176", statOrder = { 1176 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["ReducedLightningResistanceUnique__1"] = { affix = "", "(50-55)% reduced Lightning Resistance", statOrderKey = "1181", statOrder = { 1181 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["ManaRegenerationRateWhileMovingUnique__1"] = { affix = "", "(30-40)% increased Mana Regeneration Rate while moving", statOrderKey = "6142", statOrder = { 6142 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["FungalAroundWhenStationaryUnique__1_"] = { affix = "", "You have Fungal Ground around you while stationary", statOrderKey = "5018", statOrder = { 5018 }, level = 1, group = "FungalAroundWhenStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TriggerFungalGroundOnKillUnique__1_"] = { affix = "", "Trigger Level 10 Contaminate when you Kill an Enemy", statOrderKey = "462", statOrder = { 462 }, level = 1, group = "TriggerFungalGroundOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemiesOnFungalGroundExplodeUnique__1"] = { affix = "", "Enemies on Fungal Ground you Kill Explode, dealing 5% of their Life as Chaos Damage", statOrderKey = "4848", statOrder = { 4848 }, level = 1, group = "EnemiesOnFungalGroundExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["FrostblinkDurationUnique__1_"] = { affix = "", "Frostblink has 50% increased Duration", statOrderKey = "5362", statOrder = { 5362 }, level = 1, group = "FrostblinkDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["GrantsFrostblinkSkillUnique__1"] = { affix = "", "Grants Level 10 Frostblink Skill", statOrderKey = "349", statOrder = { 349 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["AttackSkillsHavePhysToExtraFireDamagePerSocketedRedGemUniqueTwoHandSword8"] = { affix = "", "Attack Skills gain 5% of Physical Damage as Extra Fire Damage per Socketed Red Gem", statOrderKey = "2137", statOrder = { 2137 }, level = 1, group = "SocketedRedGemsHaveAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack", "gem" }, }, - ["VaalPactIfAllSocketedGemsAreRedUniqueTwoHandSword8"] = { affix = "", "You have Vaal Pact while all Socketed Gems are Red", statOrderKey = "7699", statOrder = { 7699 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "gem" }, }, - ["MultipleEnchantmentsAllowedUnique__1"] = { affix = "", "Can have a second Enchantment Modifier", statOrderKey = "6", statOrder = { 6 }, level = 1, group = "MultipleEnchantmentsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AdditionalProjectilesUnique__1__"] = { affix = "", "Skills fire 2 additional Projectiles", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ProjectileModifiersApplyToSplitsUnique__1"] = { affix = "", "Modifiers to number of Projectiles instead apply", "to the number of targets Projectiles Split towards", statOrderKey = "6879,6879.1", statOrder = { 6879, 6879.1 }, level = 50, group = "ProjectileModifiersApplyToSplits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumLifeManaEnergyShieldUnique__1"] = { affix = "", "(9-21)% increased maximum Life, Mana and Global Energy Shield", statOrderKey = "1116", statOrder = { 1116 }, level = 1, group = "MaximumLifeManaEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, - ["TransfigurationOfBodyUnique__1"] = { affix = "", "Transfiguration of Body", statOrderKey = "3874", statOrder = { 3874 }, level = 1, group = "TransfigurationOfBody", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["TransfigurationOfMindUnique__1"] = { affix = "", "Transfiguration of Mind", statOrderKey = "3875", statOrder = { 3875 }, level = 1, group = "TransfigurationOfMind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["TransfigurationOfSoulUnique__1_"] = { affix = "", "Transfiguration of Soul", statOrderKey = "3873", statOrder = { 3873 }, level = 1, group = "TransfigurationOfSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["MaximumEnergyShieldPerReservedLifeUnique__1"] = { affix = "", "+30 to maximum Energy Shield per 100 Reserved Life", statOrderKey = "1112", statOrder = { 1112 }, level = 1, group = "MaximumEnergyShieldPerReservedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ChaosDamageRemovedFromManaBeforeLifeUnique__1___"] = { affix = "", "Chaos Damage is taken from Mana before Life", statOrderKey = "4433", statOrder = { 4433 }, level = 1, group = "ChaosDamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "chaos" }, }, - ["DrainAllManaLightningDamageUnique__1"] = { affix = "", "When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage", "equal to 25% of Sacrificed Mana for 4 seconds", statOrderKey = "6975,6975.1", statOrder = { 6975, 6975.1 }, level = 1, group = "DrainAllManaLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "resource", "mana", "damage", "elemental", "lightning" }, }, - ["MultipleOfferingsAllowedUnique__1_"] = { affix = "", "You can have an Offering of each type", statOrderKey = "3882", statOrder = { 3882 }, level = 62, group = "MultipleOfferingsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OfferingDurationUnique__1"] = { affix = "", "Offering Skills have 50% reduced Duration", statOrderKey = "6974", statOrder = { 6974 }, level = 1, group = "OfferingDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumBlockChanceIfNotBlockedRecentlyUnique__1"] = { affix = "", "You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently", statOrderKey = "6713", statOrder = { 6713 }, level = 1, group = "MaximumBlockChanceIfNotBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["PhasingIfBlockedRecentlyUnique__1"] = { affix = "", "You have Phasing if you have Blocked Recently", statOrderKey = "6996", statOrder = { 6996 }, level = 1, group = "PhasingIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AvoidElementalDamagePhasingUnique__1"] = { affix = "", "+(8-15)% chance to Avoid Elemental Damage from Hits while Phasing", statOrderKey = "4068", statOrder = { 4068 }, level = 1, group = "AvoidElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["ApplyAilmentsMoreDamageUnique__1"] = { affix = "", "Inflict non-Damaging Ailments as though dealing (100-200)% more Damage", statOrderKey = "6947", statOrder = { 6947 }, level = 1, group = "ApplyAilmentsMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["CriticalStrikesNotAlwaysApplyAilmentsUnique__1"] = { affix = "", "Critical Strikes do not inherently apply non-Damaging Ailments", statOrderKey = "4611", statOrder = { 4611 }, level = 1, group = "CriticalStrikesNotAlwaysApplyAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical", "ailment" }, }, - ["PermanentPhantasmUnique__1"] = { affix = "", "Summoned Phantasms have no Duration", statOrderKey = "7426", statOrder = { 7426 }, level = 1, group = "PermanentPhantasm", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["PhantasmGrantsBuffUnique__1"] = { affix = "", "Each Summoned Phantasm grants you Phantasmal Might", statOrderKey = "7425", statOrder = { 7425 }, level = 1, group = "PhantasmGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["CorruptUntilFiveImplicits"] = { affix = "", "Can be modified while Corrupted", "Can have up to 5 Implicit Modifiers while Item has this Modifier", statOrderKey = "4,7", statOrder = { 4, 7 }, level = 1, group = "CorruptionIntertactions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ModifyableWhileCorruptedUnique__1"] = { affix = "", "Can be modified while Corrupted", statOrderKey = "4", statOrder = { 4 }, level = 1, group = "CorruptionIntertactions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionsUseFlaskOnSummonUnique__1__"] = { affix = "", "Your Minions use your Flasks when summoned", statOrderKey = "1685", statOrder = { 1685 }, level = 50, group = "MinionsUseFlaskOnSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, - ["MinionFlaskChargesUsedUnique__1"] = { affix = "", "Minions have (25-40)% reduced Flask Charges used", statOrderKey = "1689", statOrder = { 1689 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, - ["MinionFlaskDurationUnique__1"] = { affix = "", "Minions have (50-80)% increased Flask Effect Duration", statOrderKey = "1691", statOrder = { 1691 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, - ["StrikeSkillMemoryUseUnique__1_______"] = { affix = "", "Strike Skills also target the previous location they were Used", statOrderKey = "6762", statOrder = { 6762 }, level = 50, group = "StrikeSkillMemory", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["NovaSkillsTargetLocationUnique__1__"] = { affix = "", "Nova Spells deal 30% less Damage to Players", "Nova Spells Cast at the targeted location instead of around you", statOrderKey = "6950,6950.1", statOrder = { 6950, 6950.1 }, level = 50, group = "NovaSkillsTargetLocation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["AttackAndCastSpeedFortifyUnique__1"] = { affix = "", "(15-25)% increased Attack and Cast Speed while you have Fortify", statOrderKey = "1763", statOrder = { 1763 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["AlternateFortifyUnique__1_"] = { affix = "", "Fortify Buffs you create instead grant 30% more Evasion Rating", statOrderKey = "1762", statOrder = { 1762 }, level = 65, group = "AlternateFortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonDoubleOnCritUnique__1"] = { affix = "", "Triggers Level 20 Reflection when Equipped", statOrderKey = "486", statOrder = { 486 }, level = 1, group = "SummonDoubleOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FireExposureOnHitUnique__1"] = { affix = "", "25% chance to inflict Fire Exposure on Hit", statOrderKey = "4117", statOrder = { 4117 }, level = 1, group = "ExposureOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ColdExposureOnHitUnique__1"] = { affix = "", "25% chance to inflict Cold Exposure on Hit", statOrderKey = "4116", statOrder = { 4116 }, level = 1, group = "ExposureOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyEnemiesIncreasedFireColdResistUnique__1_"] = { affix = "", "50% increased Fire Resistance", "50% increased Cold Resistance", "Nearby Enemies have 50% increased Fire and Cold Resistances", statOrderKey = "1171,1176,5912", statOrder = { 1171, 1176, 5912 }, level = 1, group = "NearbyEnemiesIncreasedFireColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, }, - ["MetamorphosisItemisedBossDifficult"] = { affix = "", "50% more Life", "50% more Damage", statOrderKey = "4299,4766", statOrder = { 4299, 4766 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToImpaleUnique__1"] = { affix = "", "10% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4053", statOrder = { 4053 }, level = 1, group = "ImpaleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["MapAddsExtraSynthesisMods"] = { affix = "", "Map has (3-5) additional random Modifiers", statOrderKey = "6156", statOrder = { 6156 }, level = 1, group = "MapAddsExtraSynthesisMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAddsExtraSynthesisModsCortexReplica"] = { affix = "", "Map has (6-8) additional random Modifiers", statOrderKey = "6156", statOrder = { 6156 }, level = 1, group = "MapAddsExtraSynthesisMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAddsExtraSynthesisSpecialMods"] = { affix = "", "Map has (2-4) additional Synthesis Global Modifiers", statOrderKey = "6157", statOrder = { 6157 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAddsExtraSynthesisSpecialModsCortex"] = { affix = "", "Map has (4-6) additional Synthesis Global Modifiers", statOrderKey = "6157", statOrder = { 6157 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAddsExtraSynthesisSpecialModsCortexReplica"] = { affix = "", "Map has (4-6) additional Synthesis Global Modifiers", statOrderKey = "6157", statOrder = { 6157 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NovaSpellsAreaOfEffectUnique__1"] = { affix = "", "Nova Spells have 20% less Area of Effect", statOrderKey = "5992", statOrder = { 5992 }, level = 50, group = "NovaSpellsAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["RingAttackSpeedUnique__1"] = { affix = "", "20% less Attack Speed", statOrderKey = "5991", statOrder = { 5991 }, level = 1, group = "RingAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["IncreasedAilmentEffectOnEnemiesUnique__1"] = { affix = "", "(15-20)% increased Effect of Non-Damaging Ailments", statOrderKey = "6942", statOrder = { 6942 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesUnique_2"] = { affix = "", "(20-40)% increased Effect of Non-Damaging Ailments", statOrderKey = "6942", statOrder = { 6942 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, - ["ChillingAreasAlsoGrantLightningDamageTakenUnique__1"] = { affix = "", "Enemies in your Chilling Areas take (25-35)% increased Lightning Damage", statOrderKey = "4468", statOrder = { 4468 }, level = 1, group = "ChillingAreasAlsoGrantLightningDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["ChanceToSapVsEnemiesInChillingAreasUnique__1"] = { affix = "", "(20-30)% chance to Sap Enemies in Chilling Areas", statOrderKey = "4425", statOrder = { 4425 }, level = 1, group = "ChanceToSapVsEnemiesInChillingAreas", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["Allow2ActiveBannersUnique__1"] = { affix = "", "You can have two different Banners at the same time", statOrderKey = "2436", statOrder = { 2436 }, level = 1, group = "Allow2ActiveBanners", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BannerFortifyDurationUnique__1"] = { affix = "", "Dread Banner has (100-200)% increased Fortify duration", statOrderKey = "4082", statOrder = { 4082 }, level = 1, group = "BannerFortifyDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BannerAdrenalineDurationUnique__1"] = { affix = "", "War Banner has (100-200)% increased Adrenaline duration", statOrderKey = "4081", statOrder = { 4081 }, level = 1, group = "BannerAdrenalineDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BannerTauntDurationUnique__1_"] = { affix = "", "Defiance Banner has (100-200)% increased Taunt duration", statOrderKey = "4085", statOrder = { 4085 }, level = 1, group = "BannerTauntDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["Add1StageToBannersOnMeleeHitUpTo5PerSecondUnique__1"] = { affix = "", "Banners you are carrying gain 1 Stage on Melee Hit, up to 5 per second", statOrderKey = "4080", statOrder = { 4080 }, level = 1, group = "Add1StageToBannersOnMeleeHitUpTo5PerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GrantsLevel20SnipeUnique__1"] = { affix = "", "Grants Level 20 Snipe Skill", statOrderKey = "23", statOrder = { 23 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GrantsLevel20SnipeSupportUnique__1"] = { affix = "", "Socketed Non-Channelling Bow Skills are Triggered by Snipe", "Socketed Triggered Bow Skills gain a 0.05 second Cooldown", statOrderKey = "166,166.1", statOrder = { 166, 166.1 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SupportedBowSkillsDealMoreDamageUnique__1"] = { affix = "", "Socketed Triggered Bow Skills deal 40% less Damage", statOrderKey = "297", statOrder = { 297 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "gem" }, }, - ["ChanceToDodgeAttacksWhileChannellingUnique__1"] = { affix = "", "(7-10)% chance to Dodge Attack Hits while Channelling", statOrderKey = "4014", statOrder = { 4014 }, level = 1, group = "ChanceToDodgeWhileChannelling", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dodge" }, }, - ["ChanceToDodgeSpellsWhileChannellingUnique__1"] = { affix = "", "(7-10)% chance to Dodge Spell Hits while Channelling", statOrderKey = "7337", statOrder = { 7337 }, level = 1, group = "ChanceToDodgeWhileChannelling", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "spell_dodge_mod", }, modTags = { "dodge" }, }, - ["JewelExpansionPassiveNodesUnique__1"] = { affix = "", "Adds 4 Passive Skills", statOrderKey = "3816", statOrder = { 3816 }, level = 1, group = "JewelExpansionPassiveNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelExpansionJewelNodesLarge1"] = { affix = "of Potential", "1 Added Passive Skill is a Jewel Socket", statOrderKey = "5951", statOrder = { 5951 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelExpansionJewelNodesLarge2___"] = { affix = "of Possibility", "2 Added Passive Skills are Jewel Sockets", statOrderKey = "5951", statOrder = { 5951 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelExpansionJewelNodesMedium"] = { affix = "of Potential", "1 Added Passive Skill is a Jewel Socket", statOrderKey = "5951", statOrder = { 5951 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelExpansionKeystoneDiscipleOfKitava_"] = { affix = "", "Adds Disciple of Kitava", statOrderKey = "5953", statOrder = { 5953 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "damage" }, }, - ["JewelExpansionLoneMessenger_"] = { affix = "", "Adds Lone Messenger", statOrderKey = "5956", statOrder = { 5956 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion", "aura" }, }, - ["JewelExpansionNaturesPatience"] = { affix = "", "Adds Nature's Patience", statOrderKey = "5957", statOrder = { 5957 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["JewelExpansionSecretsOfSuffering"] = { affix = "", "Adds Secrets of Suffering", statOrderKey = "5959", statOrder = { 5959 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "critical", "ailment" }, }, - ["JewelExpansionKineticism"] = { affix = "", "Adds Kineticism", statOrderKey = "5955", statOrder = { 5955 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["JewelExpansionVeteransAwareness_"] = { affix = "", "Adds Veteran's Awareness", statOrderKey = "5960", statOrder = { 5960 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental" }, }, - ["JewelExpansionHollowPalmTechnique"] = { affix = "", "Adds Hollow Palm Technique", statOrderKey = "5954", statOrder = { 5954 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["ExpansionJewel3JewelSockets"] = { affix = "", "Adds 3 Jewel Socket Passive Skills", statOrderKey = "5952", statOrder = { 5952 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ExpansionJewelEmptyPassiveUnique__1"] = { affix = "", "Adds 1 Small Passive Skill which grants nothing", statOrderKey = "6051", statOrder = { 6051 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ExpansionJewelEmptyPassiveUnique__2"] = { affix = "", "Adds 3 Small Passive Skills which grant nothing", statOrderKey = "6051", statOrder = { 6051 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ExpansionJewelEmptyPassiveUnique_3_"] = { affix = "", "Adds 5 Small Passive Skills which grant nothing", statOrderKey = "6051", statOrder = { 6051 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ExpansionJewelEmptyPassiveUnique__4"] = { affix = "", "Adds 7 Small Passive Skills which grant nothing", statOrderKey = "6051", statOrder = { 6051 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalIncreasedEffectPathToClassStartUnique__1"] = { affix = "", "This Jewel's Socket has 25% increased effect per Allocated Passive Skill between", "it and your Class' starting location", statOrderKey = "2,2.1", statOrder = { 2, 2.1 }, level = 1, group = "LocalIncreasedEffectPathToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SupportSkitterBotAilmentAuraReplaceWithCurse____1"] = { affix = "", "Left Ring Slot: Your Chilling Skitterbot's Aura applies Socketed Hex Curse instead", "Right Ring Slot: Your Shocking Skitterbot's Aura applies Socketed Hex Curse instead", statOrderKey = "5971,5990", statOrder = { 5971, 5990 }, level = 65, group = "UniqueSkitterBotAilmentAuraReplace", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "minion", "curse" }, }, - ["AttackLightningDamageMaximumManaUnique__1__"] = { affix = "", "Attack Skills have Added Lightning Damage equal to 6% of maximum Mana", statOrderKey = "4027", statOrder = { 4027 }, level = 1, group = "AttackLightningDamageMaximumMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LoseManaOnAttackSkillUnique__1"] = { affix = "", "Lose 3% of Mana when you use an Attack Skill", statOrderKey = "6089", statOrder = { 6089 }, level = 1, group = "LoseManaOnAttackSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["StrengthPerPointToClassStartUnique__1"] = { affix = "", "+5 to Strength", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "StrengthPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["DexterityPerPointToClassStartUnique__1"] = { affix = "", "+5 to Dexterity", statOrderKey = "744", statOrder = { 744 }, level = 1, group = "DexterityPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["IntelligencePerPointToClassStartUnique__1"] = { affix = "", "+5 to Intelligence", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "IntelligencePerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["LifePerPointToClassStartUnique__1_"] = { affix = "", "+5 to maximum Life", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "LifePerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ManaPerPointToClassStartUnique__1"] = { affix = "", "+5 to maximum Mana", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "ManaPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["EnergyShieldPerPointToClassStartUnique__1"] = { affix = "", "+5 to maximum Energy Shield", statOrderKey = "1104", statOrder = { 1104 }, level = 1, group = "EnergyShieldPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ArmourPerPointToClassStartUnique__1"] = { affix = "", "+40 to Armour", statOrderKey = "1085", statOrder = { 1085 }, level = 1, group = "ArmourPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["EvasionPerPointToClassStartUnique__1"] = { affix = "", "+40 to Evasion Rating", statOrderKey = "1091", statOrder = { 1091 }, level = 1, group = "EvasionPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["AccuracyPerPointToClassStartUnique__1"] = { affix = "", "+40 to Accuracy Rating", statOrderKey = "982", statOrder = { 982 }, level = 1, group = "AccuracyPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["EnemiesExplodeOnDeathChaosGloriousMadnessUnique1"] = { affix = "", "Enemies you Kill while affected by Glorious Madness have a 40% chance to Explode, dealing a quarter of their Life as Chaos Damage", statOrderKey = "7618", statOrder = { 7618 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AllDamageCanPoisonGloriousMadnessUnique___1"] = { affix = "", "All Damage inflicts Poison while affected by Glorious Madness", statOrderKey = "7615", statOrder = { 7615 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["FortifyEffectSelfGloriousMadnessUnique1"] = { affix = "", "60% increased Effect of Fortify on you while affected by Glorious Madness", statOrderKey = "7620", statOrder = { 7620 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DoubleDamageChanceGloriousMadnessUnique_1"] = { affix = "", "20% chance to deal Double Damage while affected by Glorious Madness", statOrderKey = "7616", statOrder = { 7616 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ElementalConfluxesGloriousMadnessUnique1"] = { affix = "", "You have Igniting, Chilling and Shocking Conflux while affected by Glorious Madness", statOrderKey = "7621", statOrder = { 7621 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalAilmentImmunityGloriousMadnessUnique1"] = { affix = "", "Immune to Elemental Ailments while affected by Glorious Madness", statOrderKey = "7622", statOrder = { 7622 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["MovementSpeedUnique_42"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["GrantEmbraceMadnessSkillUnique1"] = { affix = "", "Grants Level 1 Embrace Madness Skill", statOrderKey = "407", statOrder = { 407 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LocalAfflictionJewelDisplaySmallNodesGrantNothingUnique_1"] = { affix = "", "Added Small Passive Skills grant Nothing", statOrderKey = "5546", statOrder = { 5546 }, level = 1, group = "LocalAfflictionJewelDisplaySmallNodesGrantNothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackSpeedAfterSavageHitTakenUnique__1"] = { affix = "", "40% increased Attack Speed if you've taken a Savage Hit Recently", statOrderKey = "2860", statOrder = { 2860 }, level = 1, group = "AttackSpeedAfterSavageHitTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["FrenzyChargeOnCritCloseRangeUnique__1"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Critical Strike at Close Range", statOrderKey = "5062", statOrder = { 5062 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "critical" }, }, - ["BleedDotMultiplierPerFrenzyChargeUnique__1_"] = { affix = "", "+4% to Damage over Time Multiplier for Bleeding per Frenzy Charge", statOrderKey = "4167", statOrder = { 4167 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterBleedPerFrenzyChargeUnique__1"] = { affix = "", "Bleeding you inflict deals Damage 4% faster per Frenzy Charge", statOrderKey = "4940", statOrder = { 4940 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["CriticalBleedDotMultiplierUnique__1_"] = { affix = "", "+(30-40)% to Damage over Time Multiplier for Bleeding from Critical Strikes", statOrderKey = "809", statOrder = { 809 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["BleedDotMultiplier2HImplicit1"] = { affix = "", "+20% to Damage over Time Multiplier for Bleeding", statOrderKey = "808", statOrder = { 808 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["LocalWitherOnHitChanceUnique__1"] = { affix = "", "(20-25)% chance to inflict Withered for 2 seconds on Hit with this Weapon", statOrderKey = "3801", statOrder = { 3801 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalWitherOnHitChanceUnique__2"] = { affix = "", "Inflict Withered for 2 seconds on Hit with this Weapon", statOrderKey = "3801", statOrder = { 3801 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WitherOnHitChanceUnique__1"] = { affix = "", "(20-25)% chance to inflict Withered for 2 seconds on Hit", statOrderKey = "3787", statOrder = { 3787 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotPenetrateResistancesUnique__1"] = { affix = "", "Your Hits cannot Penetrate or ignore Elemental Resistances", statOrderKey = "4339", statOrder = { 4339 }, level = 1, group = "CannotPenetrateResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["WitherGrantsElementalDamageTakenUnique__1__"] = { affix = "", "Enemies take 4% increased Elemental Damage from your Hits for", "each Withered you have inflicted on them", statOrderKey = "3788,3788.1", statOrder = { 3788, 3788.1 }, level = 1, group = "WitherGrantsElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ActivateHeraldOfThunderOnShockUnique__1"] = { affix = "", "Herald of Thunder also creates a storm when you Shock an Enemy", statOrderKey = "4550", statOrder = { 4550 }, level = 1, group = "ActivateHeraldOfThunderOnShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TakeDamageWhenHeraldOfThunderHitsUnique__1__"] = { affix = "", "Take 250 Lightning Damage when Herald of Thunder Hits an Enemy", statOrderKey = "7464", statOrder = { 7464 }, level = 1, group = "TakeDamageWhenHeraldOfThunderHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HeraldOfThunderBoltFrequencyUnique__1"] = { affix = "", "Herald of Thunder's Storms Hit Enemies with (30-50)% increased Frequency", statOrderKey = "5324", statOrder = { 5324 }, level = 1, group = "HeraldOfThunderBoltFrequency", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["RagingSpiritFireSplashDamageUnique__1"] = { affix = "", "Summoned Raging Spirits' Melee Strikes deal Fire-only Splash", "Damage to Surrounding Targets", statOrderKey = "7418,7418.1", statOrder = { 7418, 7418.1 }, level = 1, group = "MeleeSplash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring", "elemental", "fire", "minion" }, }, - ["FragileRegrowthLifeRegenerationUnique__1"] = { affix = "", "Maximum 10 Fragile Regrowth", "42% of Life Regenerated per second per Fragile Regrowth", "Lose all Fragile Regrowth when Hit", "Gain 1 Fragile Regrowth each second ", statOrderKey = "3790,3791,3792,5114", statOrder = { 3790, 3791, 3792, 5114 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["FragileRegrowthLifeRegenerationUnique__2_"] = { affix = "", "Maximum 5 Fragile Regrowth", "42% of Life Regenerated per second per Fragile Regrowth", "Gain up to maximum Fragile Regrowth when Hit", "Lose 1 Fragile Regrowth each second ", statOrderKey = "3790,3791,5109,5114", statOrder = { 3790, 3791, 5109, 5114 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["MaximumESLeechAmountUnique__1_"] = { affix = "", "50% reduced Maximum Recovery per Energy Shield Leech", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ESLeechFromAttacksNotRemovedOnFullESUnique__1"] = { affix = "", "Energy Shield Leech Effects from Attacks are not removed at Full Energy Shield", statOrderKey = "4880", statOrder = { 4880 }, level = 1, group = "ESLeechNotRemovedOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["EnemiesKilledApplyImpaleDamageUnique__1"] = { affix = "", "50% chance for Impales on Enemies you Kill to Reflect Damage to surrounding Enemies", statOrderKey = "5430", statOrder = { 5430 }, level = 1, group = "EnemiesKilledApplyImpaleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["ArmourAppliesToLightningDamageUnique__1_"] = { affix = "", "Armour also applies to Lightning Damage taken from Hits", statOrderKey = "4090", statOrder = { 4090 }, level = 1, group = "ArmourAppliesToLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "elemental", "lightning" }, }, - ["LightningResistNoReductionUnique__1_"] = { affix = "", "Lightning Resistance does not affect Lightning Damage taken", statOrderKey = "5531", statOrder = { 5531 }, level = 1, group = "LightningResistNoReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["DealNoNonLightningDamageUnique__1_"] = { affix = "", "Deal no Non-Lightning Damage", statOrderKey = "2217", statOrder = { 2217 }, level = 1, group = "DealNoNonLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["NearbyEnemyLightningResistanceEqualUnique__1"] = { affix = "", "Nearby Enemies have Lightning Resistance equal to yours", statOrderKey = "6926", statOrder = { 6926 }, level = 1, group = "NearbyEnemyLightningResistanceEqual", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SupportedByIntensifyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrderKey = "131", statOrder = { 131 }, level = 1, group = "SupportedByIntensify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ShockedGroundWhileMovingUnique__1_"] = { affix = "", "Drops Shocked Ground while moving, lasting 2 seconds", statOrderKey = "3703", statOrder = { 3703 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__1_"] = { affix = "", "Trigger Level 1 Gore Shockwave on Melee Hit if you have at least 150 Strength", statOrderKey = "482", statOrder = { 482 }, level = 1, group = "SupportedByShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__2"] = { affix = "", "Trigger Level 5 Gore Shockwave on Melee Hit if you have at least 150 Strength", statOrderKey = "482", statOrder = { 482 }, level = 1, group = "SupportedByShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, - ["ProjectileDamageBloodStanceUnique__1"] = { affix = "", "(40-60)% increased Projectile Damage while in Blood Stance", statOrderKey = "7362", statOrder = { 7362 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["LifeRegenerationBloodStanceUnique__1"] = { affix = "", "(150-200) Life Regenerated per Second while in Blood Stance", statOrderKey = "7361", statOrder = { 7361 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["AreaOfEffectSandStanceUnique__1"] = { affix = "", "(20-30)% increased Area of Effect while in Sand Stance", statOrderKey = "7366", statOrder = { 7366 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EvasionRatingSandStanceUnique__1"] = { affix = "", "+(700-1000) to Evasion Rating while in Sand Stance", statOrderKey = "7363", statOrder = { 7363 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["MaxRagePerEquippedSwordUnique__1____"] = { affix = "", "+25 to Maximum Rage while wielding a Sword", statOrderKey = "6740", statOrder = { 6740 }, level = 1, group = "MaxRagePerEquippedSword", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BleedDotMultiplierPerRagePerEquippedAxeUnique__1"] = { affix = "", "+1% to Damage over Time Multiplier for Bleeding per Rage while wielding an Axe", statOrderKey = "4164", statOrder = { 4164 }, level = 1, group = "BleedDotMultiplierPerRagePerEquippedAxe", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["LifeManaESLeechRateUnique__1"] = { affix = "", "30% increased total Recovery per second from Life, Mana, or Energy Shield Leech", statOrderKey = "5475", statOrder = { 5475 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, - ["RandomSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level (15-25) (1-140)", statOrderKey = "220", statOrder = { 220 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["RandomSupportUnique__2"] = { affix = "", "Socketed Gems are Supported by Level (15-25) (1-140)", statOrderKey = "221", statOrder = { 221 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["RandomSupportUnique__3"] = { affix = "", "Socketed Gems are Supported by Level (1-10) (1-140)", statOrderKey = "220", statOrder = { 220 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["RandomSupportUnique__4_"] = { affix = "", "Socketed Gems are Supported by Level (25-35) (1-140)", statOrderKey = "221", statOrder = { 221 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["GrantsDashUnique__1_"] = { affix = "", "Grants Level 30 Dash Skill", statOrderKey = "404", statOrder = { 404 }, level = 1, group = "GrantsDash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["DisableTravelSkillsExceptDashUnique__1"] = { affix = "", "Travel Skills other than Dash are Disabled", statOrderKey = "7614", statOrder = { 7614 }, level = 1, group = "DisableTravelSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ArrowsIfHaventUsedDashRecentlyUnique__1"] = { affix = "", "Bow Attacks fire 2 additional Arrows if you haven't Cast Dash recently", statOrderKey = "1313", statOrder = { 1313 }, level = 1, group = "ArrowsIfHaventUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AttackSpeedIfHaventUsedDashRecentlyUnique__1"] = { affix = "", "(20-30)% increased Attack Speed if you haven't Cast Dash recently", statOrderKey = "4035", statOrder = { 4035 }, level = 1, group = "AttackSpeedIfHaventUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["MovementSpeedIfUsedDashRecentlyUnique__1"] = { affix = "", "(20-30)% increased Movement Speed if you've Cast Dash recently", statOrderKey = "6897", statOrder = { 6897 }, level = 1, group = "MovementSpeedIfUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["EvasionRatingIfUsedDashRecentlyUnique__1"] = { affix = "", "(100-160)% increased Evasion Rating if you've Cast Dash recently", statOrderKey = "4914", statOrder = { 4914 }, level = 1, group = "EvasionRatingIfUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, - ["MinionLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "Minions Convert 2% of their Maximum Life to Maximum Energy", "Shield per 1% Chaos Resistance they have", statOrderKey = "3793,3793.1", statOrder = { 3793, 3793.1 }, level = 1, group = "MinionLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences", "minion" }, }, - ["MinionChaosDamageDoesNotBypassESUnique__1"] = { affix = "", "Chaos Damage does not bypass Minions' Energy Shield", statOrderKey = "3794", statOrder = { 3794 }, level = 1, group = "MinionChaosDamageDoesNotBypassES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "minion" }, }, - ["MinionHitsIgnoreResistanceWithESUnique__1_"] = { affix = "", "While Minions have Energy Shield, their Hits Ignore Monster Elemental Resistances", statOrderKey = "3796", statOrder = { 3796 }, level = 1, group = "MinionHitsIgnoreResistanceWithES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "minion" }, }, - ["MinionEnergyShieldRechargeDelayUnique__1"] = { affix = "", "Minions have (50-100)% faster start of Energy Shield Recharge", statOrderKey = "3795", statOrder = { 3795 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "minion" }, }, - ["DamageBypassEnergyShieldBlockUnique__1"] = { affix = "", "Damage from Blocked Hits cannot bypass Energy Shield", "Damage from Unblocked hits always bypasses Energy Shield", statOrderKey = "4637,4637.1", statOrder = { 4637, 4637.1 }, level = 1, group = "DamageBypassEnergyShieldBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NoEnergyShieldUnique__1"] = { affix = "", "Has no Energy Shield", statOrderKey = "713", statOrder = { 713 }, level = 1, group = "LocalNoEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["CannotBlockWithNoEnergyShieldUnique__1"] = { affix = "", "Cannot Block while you have no Energy Shield", statOrderKey = "2155", statOrder = { 2155 }, level = 1, group = "CannotBlockWithNoEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["BlindReflectedToSelfUnique__1"] = { affix = "", "Blind you inflict is Reflected to you", statOrderKey = "4278", statOrder = { 4278 }, level = 1, group = "BlindReflectedToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BlindDoesNotAffectLightRadiusUnique__1"] = { affix = "", "Blind does not affect your Light Radius", statOrderKey = "4275", statOrder = { 4275 }, level = 1, group = "BlindDoesNotAffectLightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NotablesGrantManaCostAndSpellDamageUnique1"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: 10% increased Mana Cost of Skills and 20% increased Spell Damage", statOrderKey = "7640,7640.1", statOrder = { 7640, 7640.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["UnleashSealGainFrequencyUnique__1"] = { affix = "", "Skills Supported by Unleash have (30-50)% increased Seal gain frequency", statOrderKey = "7435", statOrder = { 7435 }, level = 1, group = "UnleashSealGainFrequency", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UnholyMightOnZeroEnergyShieldUnique__1"] = { affix = "", "You have Unholy Might while you have no Energy Shield", statOrderKey = "2158", statOrder = { 2158 }, level = 1, group = "UnholyMightOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ProfaneGroundInsteadOfConsecratedGround__1_"] = { affix = "", "Create Profane Ground instead of Consecrated Ground", statOrderKey = "4551", statOrder = { 4551 }, level = 1, group = "CreateProfaneGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["StalkingPustuleOnKillUnique__1"] = { affix = "", "Trigger Level 1 Stalking Pustule on Kill", statOrderKey = "489", statOrder = { 489 }, level = 50, group = "StalkingPustuleOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["BlindDoesNotAffectHitChanceUnique__1"] = { affix = "", "Blind does not affect your Chance to Hit", statOrderKey = "4274", statOrder = { 4274 }, level = 1, group = "BlindDoesNotAffectHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaledictionOnBlindWhileBlindedUnique__1"] = { affix = "", "Enemies Blinded by you while you are Blinded have Malediction", statOrderKey = "4839", statOrder = { 4839 }, level = 1, group = "MaledictionOnBlindWhileBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackImpaleChanceUnique__1"] = { affix = "", "(10-20)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4053", statOrder = { 4053 }, level = 1, group = "ImpaleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, - ["GrantsBrandDetonateUnique__1"] = { affix = "", "Grants Level 20 Brandsurge Skill", statOrderKey = "400", statOrder = { 400 }, level = 85, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["BrandDurationUnique__1"] = { affix = "", "Brand Skills have (50-100)% increased Duration", statOrderKey = "7252", statOrder = { 7252 }, level = 1, group = "BrandDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["SummonAdditionalBrandUnique__1"] = { affix = "", "Skills which create Brands create an additional Brand", statOrderKey = "3852", statOrder = { 3852 }, level = 1, group = "SummonAdditionalBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["AttackSpeedChangedStanceUnique__1"] = { affix = "", "(25-30)% increased Attack Speed if you've changed Stance Recently", statOrderKey = "7367", statOrder = { 7367 }, level = 72, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["WarcryInfiniteEnemyPowerUnique__1__"] = { affix = "", "Warcries have infinite Power", statOrderKey = "7573", statOrder = { 7573 }, level = 1, group = "WarcryInfiniteEnemyPower", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["KeystoneCallToArmsUnique__2_"] = { affix = "", "Call to Arms", statOrderKey = "7651", statOrder = { 7651 }, level = 1, group = "CallToArms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WarcryGrantsArcaneSurgeUnique__1"] = { affix = "", "Warcries grant Arcane Surge to you and Allies, with 10% increased effect per 5 power, up to 50%", statOrderKey = "3900", statOrder = { 3900 }, level = 1, group = "WarcryGrantsArcaneSurge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WarcryTauntChaosExplosionUnique__1_"] = { affix = "", "Enemies Taunted by your Warcries Explode on death, dealing 8% of their maximum Life as Chaos Damage", statOrderKey = "4855", statOrder = { 4855 }, level = 1, group = "WarcryTauntChaosExplosion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["Curse25PercentHinderEnemyUnique__1"] = { affix = "", "Enemies Cursed by you are Hindered with 25% reduced Movement", "Speed if 25% of Curse Duration expired", statOrderKey = "7581,7581.1", statOrder = { 7581, 7581.1 }, level = 77, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["Curse50PercentCurseEffectUnique__1"] = { affix = "", "Your Curses have 25% increased Effect if 50% of Curse Duration expired", statOrderKey = "7583", statOrder = { 7583 }, level = 1, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["Curse75PercentEnemyDamageTakenUnique__1__"] = { affix = "", "Enemies Cursed by you take 25% increased Damage if 75% of Curse Duration expired", statOrderKey = "7584", statOrder = { 7584 }, level = 1, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "curse" }, }, - ["SpellsAlwaysCritFinalRepeatUnique__1_"] = { affix = "", "Spell Skills always deal Critical Strikes on final Repeat", statOrderKey = "7340", statOrder = { 7340 }, level = 80, group = "SpellsAlwaysCritFinalRepeat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["SpellsNeverCritExceptFinalRepeatUnique__1"] = { affix = "", "Spell Skills cannot deal Critical Strikes except on final Repeat", statOrderKey = "7343", statOrder = { 7343 }, level = 1, group = "SpellsNeverCritExceptFinalRepeat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["SpellsCriticalMultiplierFinalRepeatUnique__1"] = { affix = "", "Spell Skills have +(20-30)% to Critical Strike Multiplier on final Repeat", statOrderKey = "7341", statOrder = { 7341 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["NonCriticalStrikesLessDamageUnique__1"] = { affix = "", "Non-critical strikes deal 80% less Damage", statOrderKey = "2135", statOrder = { 2135 }, level = 1, group = "NonCriticalDamageMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MaximumRageUnique__1"] = { affix = "", "+20 to Maximum Rage", statOrderKey = "7114", statOrder = { 7114 }, level = 85, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumRageUnique__2"] = { affix = "", "+5 to Maximum Rage", statOrderKey = "7114", statOrder = { 7114 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumRageImplicitE1"] = { affix = "", "+10 to Maximum Rage", statOrderKey = "7114", statOrder = { 7114 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["PhysicalDamagePerRageUnique__1"] = { affix = "", "(4-6)% increased Physical Damage per 10 Rage", statOrderKey = "7014", statOrder = { 7014 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["EnemiesCrushedWithRageUnique__1_"] = { affix = "", "Nearby Enemies are Crushed while you have at least 25 Rage", statOrderKey = "6921", statOrder = { 6921 }, level = 1, group = "Crushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapDoesntConsumeSextantCharge_"] = { affix = "", "Does not consume Sextant Uses", statOrderKey = "6287", statOrder = { 6287 }, level = 1, group = "MapDoesntConsumeSextantCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapGainsRandomZanaMod"] = { affix = "", "Map has an additional random Modifier from Zana's Crafting Bench", statOrderKey = "6558", statOrder = { 6558 }, level = 1, group = "MapGainsRandomZanaMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapBossSurroundedByTormentedSpirits"] = { affix = "", "Map Boss is surrounded by Tormented Spirits", statOrderKey = "6219", statOrder = { 6219 }, level = 1, group = "MapBossSurroundedByTormentedSpirits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapHarbingerPortalAdditionalFragments__"] = { affix = "", "Unique Boss drops an additional Harbinger Scroll", statOrderKey = "6328", statOrder = { 6328 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelImplicitLifeRegeneration"] = { affix = "", "Regenerate 0.1% of Life per second", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "JewelImplicitLifeRegeneration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["JewelImplicitEnergyShieldRechargeRate"] = { affix = "", "(3-6)% increased Energy Shield Recharge Rate", statOrderKey = "1111", statOrder = { 1111 }, level = 1, group = "JewelImplicitEnergyShieldRechargeRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["JewelImplicitTotemPlacementSpeed"] = { affix = "", "(4-6)% increased Totem Placement speed", statOrderKey = "2029", statOrder = { 2029 }, level = 1, group = "JewelImplicitTotemPlacementSpeed", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["JewelImplicitDamageTakenGainedAsMana"] = { affix = "", "1% of Damage taken Recouped as Mana", statOrderKey = "1915", statOrder = { 1915 }, level = 1, group = "JewelImplicitDamageTakenGainedAsMana", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, - ["JewelImplicitLifeLeechRate"] = { affix = "", "20% increased total Recovery per second from Life Leech", statOrderKey = "1659", statOrder = { 1659 }, level = 1, group = "JewelImplicitLifeLeechRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["JewelImplicitManaLeechRate"] = { affix = "", "20% increased total Recovery per second from Mana Leech", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "JewelImplicitManaLeechRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["JewelImplicitAuraAreaOfEffect"] = { affix = "", "(3-6)% increased Area of Effect of Aura Skills", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "JewelImplicitAuraAreaOfEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["JewelImplicitMinionLife___"] = { affix = "", "Minions have (3-5)% increased maximum Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "JewelImplicitMinionLife", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, - ["JewelImplicitMovementSpeed"] = { affix = "", "1% increased Movement Speed", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "JewelImplicitMovementSpeed", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["JewelImplicitLightRadius"] = { affix = "", "(3-6)% increased Light Radius", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "JewelImplicitLightRadius", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelImplicitFlaskDuration"] = { affix = "", "1% increased Flask Effect Duration", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "JewelImplicitFlaskDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["JewelImplicitReducedChillEffect"] = { affix = "", "10% reduced Effect of Chill on you", statOrderKey = "1187", statOrder = { 1187 }, level = 1, group = "JewelImplicitReducedChillEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["JewelImplicitReducedFreezeDuration_"] = { affix = "", "10% reduced Freeze Duration on you", statOrderKey = "1389", statOrder = { 1389 }, level = 1, group = "JewelImplicitReducedFreezeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["JewelImplicitReducedShockEffect"] = { affix = "", "10% reduced Effect of Shock on you", statOrderKey = "7236", statOrder = { 7236 }, level = 1, group = "JewelImplicitReducedShockEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["JewelImplicitReducedIgniteDuration_"] = { affix = "", "10% reduced Ignite Duration on you", statOrderKey = "1390", statOrder = { 1390 }, level = 1, group = "JewelImplicitReducedIgniteDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["JewelImplicitChanceToAvoidStun"] = { affix = "", "10% chance to Avoid being Stunned", statOrderKey = "1367", statOrder = { 1367 }, level = 1, group = "JewelImplicitChanceToAvoidStun", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["JewelImplicitChanceToAvoidChill"] = { affix = "", "10% chance to Avoid being Chilled", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "JewelImplicitChanceToAvoidChill", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["JewelImplicitChanceToAvoidFreeze"] = { affix = "", "10% chance to Avoid being Frozen", statOrderKey = "1361", statOrder = { 1361 }, level = 1, group = "JewelImplicitChanceToAvoidFreeze", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["JewelImplicitChanceToAvoidShock"] = { affix = "", "10% chance to Avoid being Shocked", statOrderKey = "1364", statOrder = { 1364 }, level = 1, group = "JewelImplicitChanceToAvoidShock", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["JewelImplicitChanceToAvoidIgnite"] = { affix = "", "10% chance to Avoid being Ignited", statOrderKey = "1362", statOrder = { 1362 }, level = 1, group = "JewelImplicitChanceToAvoidIgnite", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["JewelImplicitChanceToAvoidPoison"] = { affix = "", "10% chance to Avoid being Poisoned", statOrderKey = "1365", statOrder = { 1365 }, level = 1, group = "JewelImplicitChanceToAvoidPoison", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["JewelImplicitReducedElementalReflect"] = { affix = "", "10% reduced Reflected Elemental Damage taken", statOrderKey = "2129", statOrder = { 2129 }, level = 1, group = "JewelImplicitReducedElementalReflect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["JewelImplicitReducedPhysicalReflect"] = { affix = "", "10% reduced Reflected Physical Damage taken", statOrderKey = "2130", statOrder = { 2130 }, level = 1, group = "JewelImplicitReducedPhysicalReflect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["JewelImplicitFrenzyChargeDuration__"] = { affix = "", "10% increased Frenzy Charge Duration", statOrderKey = "1629", statOrder = { 1629 }, level = 1, group = "JewelImplicitFrenzyChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["JewelImplicitPowerChargeDuration"] = { affix = "", "10% increased Power Charge Duration", statOrderKey = "1644", statOrder = { 1644 }, level = 1, group = "JewelImplicitPowerChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["JewelImplicitEnduranceChargeDuration"] = { affix = "", "10% increased Endurance Charge Duration", statOrderKey = "1627", statOrder = { 1627 }, level = 1, group = "JewelImplicitEnduranceChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["VolleyFirstPointPierceUnique__1_"] = { affix = "", "Arrows fired from the first firing points always Pierce", statOrderKey = "3797", statOrder = { 3797 }, level = 1, group = "VolleyFirstPointPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["VolleySecondPointForkUnique__1"] = { affix = "", "Arrows fired from the second firing points Fork", statOrderKey = "3798", statOrder = { 3798 }, level = 1, group = "VolleySecondPointFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["VolleyThirdPointReturnUnique__1__"] = { affix = "", "Arrows fired from the third firing points Return to you", statOrderKey = "3799", statOrder = { 3799 }, level = 1, group = "VolleyThirdPointReturn", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["VolleyFourthPointChainUnique__1"] = { affix = "", "Arrows fired from the fourth firing points Chain +2 times", statOrderKey = "3800", statOrder = { 3800 }, level = 1, group = "VolleyFourthPointChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["HarvestAlternateWeaponQualityLocalCriticalStrikeChance__"] = { affix = "", "Quality does not increase Physical Damage", "1% increased Critical Strike Chance per 4% Quality", statOrderKey = "1426,5903", statOrder = { 1426, 5903 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "critical" }, }, - ["HarvestAlternateWeaponQualityAccuracyRatingIncrease_"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Accuracy per 2% Quality", statOrderKey = "1426,5545", statOrder = { 1426, 5545 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HarvestAlternateWeaponQualityLocalIncreasedAttackSpeed"] = { affix = "", "Quality does not increase Physical Damage", "1% increased Attack Speed per 8% Quality", statOrderKey = "1426,5887", statOrder = { 1426, 5887 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["HarvestAlternateWeaponQualityLocalMeleeWeaponRange_"] = { affix = "", "Quality does not increase Physical Damage", "+1 Weapon Range per 10% Quality", statOrderKey = "1426,6082", statOrder = { 1426, 6082 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HarvestAlternateWeaponQualityElementalDamagePercent"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Elemental Damage per 2% Quality", statOrderKey = "1426,5935", statOrder = { 1426, 5935 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, - ["HarvestAlternateWeaponQualityAreaOfEffect_"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Area of Effect per 4% Quality", statOrderKey = "1426,5884", statOrder = { 1426, 5884 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HarvestAlternateArmourQualityIncreasedLife"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Maximum Life per 2% Quality", statOrderKey = "1425,5979", statOrder = { 1425, 5979 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "defences" }, }, - ["HarvestAlternateArmourQualityIncreasedMana"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Maximum Mana per 2% Quality", statOrderKey = "1425,5981", statOrder = { 1425, 5981 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "defences" }, }, - ["HarvestAlternateArmourQualityStrength"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Strength per 2% Quality", statOrderKey = "1425,6009", statOrder = { 1425, 6009 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, - ["HarvestAlternateArmourQualityDexterity"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Dexterity per 2% Quality", statOrderKey = "1425,5909", statOrder = { 1425, 5909 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, - ["HarvestAlternateArmourQualityIntelligence_"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Intelligence per 2% Quality", statOrderKey = "1425,5944", statOrder = { 1425, 5944 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, - ["HarvestAlternateArmourQualityFireResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Fire Resistance per 2% Quality", statOrderKey = "1425,5938", statOrder = { 1425, 5938 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "fire", "resistance" }, }, - ["HarvestAlternateArmourQualityColdResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Cold Resistance per 2% Quality", statOrderKey = "1425,5901", statOrder = { 1425, 5901 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "cold", "resistance" }, }, - ["HarvestAlternateArmourQualityLightningResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Lightning Resistance per 2% Quality", statOrderKey = "1425,5975", statOrder = { 1425, 5975 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "lightning", "resistance" }, }, - ["SummonedSkeletonWarriorsGetWeaponStatsInMainHandUnique__1"] = { affix = "", "Summoned Skeleton Warriors wield a copy of this Weapon while in your Main Hand", statOrderKey = "3802", statOrder = { 3802 }, level = 1, group = "SummonSkeletonsWarriorsGetWeaponStats", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SkeletonWarriorsTripleDamageUnique__1_"] = { affix = "", "Summoned Skeleton Warriors deal Triple Damage with this", "Weapon if you've Hit with this Weapon Recently", statOrderKey = "3803,3803.1", statOrder = { 3803, 3803.1 }, level = 1, group = "SkeletonWarriorsTripleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GrantsUnholyMightUnique__1"] = { affix = "", "Unholy Might", statOrderKey = "2336", statOrder = { 2336 }, level = 1, group = "UnholyMightBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyEnemiesAreChilledUnique__1"] = { affix = "", "Nearby Enemies are Chilled", statOrderKey = "5921", statOrder = { 5921 }, level = 1, group = "NearbyEnemiesAreChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeChilledEnemiesMoreDamageUnique__1_"] = { affix = "", "Freeze Chilled Enemies as though dealing (50-100)% more Damage", statOrderKey = "5003", statOrder = { 5003 }, level = 1, group = "FreezeChilledEnemiesMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["AllDamageCanFreezeUnique__1"] = { affix = "", "All Damage can Freeze", statOrderKey = "3878", statOrder = { 3878 }, level = 1, group = "AllDamageCanFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["CriticalStrikeMultiplierIfGainedPowerChargeUnique__1_"] = { affix = "", "+(30-40)% to Critical Strike Multiplier if you've gained a Power Charge Recently", statOrderKey = "4593", statOrder = { 4593 }, level = 85, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["PowerChargeDurationFinalUnique__1__"] = { affix = "", "90% less Power Charge Duration", statOrderKey = "7063", statOrder = { 7063 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["ElementalDamageTakenUnique__1"] = { affix = "", "(40-50)% increased Elemental Damage taken", statOrderKey = "2710", statOrder = { 2710 }, level = 1, group = "ElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["DisplaySupportedByImmolateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Immolate", statOrderKey = "124", statOrder = { 124 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["DisplaySupportedByUnboundAilmentsUnique__1__"] = { affix = "", "Socketed Gems are Supported by Level 1 Unbound Ailments", statOrderKey = "177", statOrder = { 177 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["FireHitAndDoTDamageTakenAsLightningUnique__1"] = { affix = "", "40% of Fire Damage taken as Lightning", statOrderKey = "4967", statOrder = { 4967 }, level = 1, group = "DamageTakenAsLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ColdHitAndDoTDamageTakenAsLightningUnique__1"] = { affix = "", "40% of Cold Damage taken as Lightning", statOrderKey = "4501", statOrder = { 4501 }, level = 1, group = "DamageTakenAsLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemyShockedConvertedToLightningUnique__1"] = { affix = "", "Enemies Shocked by you have (10-15)% of Physical Damage they deal converted to Lightning", statOrderKey = "4853", statOrder = { 4853 }, level = 1, group = "EnemyShockedConvertedToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnemyIgnitedConvertedToFireUnique__1"] = { affix = "", "Enemies Ignited by you have (10-15)% of Physical Damage they deal converted to Fire", statOrderKey = "4847", statOrder = { 4847 }, level = 1, group = "EnemyIgnitedConvertedToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeGainOnHitCursedEnemyUnique__1"] = { affix = "", "(20-28) Life gained for each Cursed Enemy hit by your Attacks", statOrderKey = "5458", statOrder = { 5458 }, level = 61, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, - ["ManaGainOnHitCursedEnemyUnique__1"] = { affix = "", "(10-14) Mana gained for each Cursed Enemy hit by your Attacks", statOrderKey = "6111", statOrder = { 6111 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["CullingStrikeCursedEnemyUnique__1_"] = { affix = "", "You have Culling Strike against Cursed Enemies", statOrderKey = "4617", statOrder = { 4617 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["NearbyEnemiesAvoidProjectilesUnique__1"] = { affix = "", "Projectiles cannot collide with Enemies at Close Range", statOrderKey = "6922", statOrder = { 6922 }, level = 1, group = "NearbyEnemiesAvoidProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ScorchingBrittleSappingConfluxUnique__1"] = { affix = "", "You have Scorching Conflux, Brittle Conflux and Sapping Conflux while your two highest Attributes are equal", statOrderKey = "5105", statOrder = { 5105 }, level = 85, group = "ScorchingBrittleSappingConflux", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotIgniteChillFreezeShockUnique__1"] = { affix = "", "Cannot Ignite, Chill, Freeze or Shock", statOrderKey = "6933", statOrder = { 6933 }, level = 1, group = "CannotIgniteChillFreezeShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CorpseWalk"] = { affix = "", "Triggers Level 20 Corpse Walk when Equipped", statOrderKey = "461", statOrder = { 461 }, level = 1, group = "CorpseWalk", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["GainAreaOfEffectPluspercentOnManaSpentUnique__1"] = { affix = "", "Gain 40% increased Area of Effect for 2 seconds after Spending a total of 800 Mana", statOrderKey = "5044", statOrder = { 5044 }, level = 69, group = "GainAreaOfEffectPluspercentOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeRegenerationPerNearbyCorpseUnique__1"] = { affix = "", "For each nearby corpse, Regenerate 0.25% Life per second, up to 3%", statOrderKey = "5499", statOrder = { 5499 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["GainEnduranceChargesWhenHitUnique__1_"] = { affix = "", "Gain an Endurance Charge when you are Hit", statOrderKey = "2173", statOrder = { 2173 }, level = 1, group = "GainEnduranceChargesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["LoseLifeIfHitRecentlyUnique__1"] = { affix = "", "Lose 2% of Life per second if you have been Hit Recently", statOrderKey = "5473", statOrder = { 5473 }, level = 1, group = "LoseLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["PerfectAgonyIfCritRecentlyUnique__1"] = { affix = "", "You have Perfect Agony if you've dealt a Critical Strike recently", statOrderKey = "5091", statOrder = { 5091 }, level = 1, group = "PerfectAgonyIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "ailment" }, }, - ["BrandDamageUnique__1"] = { affix = "", "40% increased Brand Damage", statOrderKey = "7250", statOrder = { 7250 }, level = 1, group = "BrandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["AdditionalBrandUnique__1"] = { affix = "", "You can Cast an additional Brand", statOrderKey = "4132", statOrder = { 4132 }, level = 1, group = "AdditionalBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["CriticalStrikeChancePerBrandUnique__1___"] = { affix = "", "20% increased Critical Strike Chance per Brand", statOrderKey = "4569", statOrder = { 4569 }, level = 1, group = "CriticalStrikeChancePerBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, - ["MaximumDoomUnique__1___"] = { affix = "", "Hexes you inflict have +15 to maximum Doom", statOrderKey = "4623", statOrder = { 4623 }, level = 1, group = "MaximumDoom", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, - ["DamageAgainstMarkedEnemiesUnique__1"] = { affix = "", "(30-50)% increased Damage with Hits and Ailments against Marked Enemy", statOrderKey = "4647", statOrder = { 4647 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["MarkCastSpeedUnique__1"] = { affix = "", "Mark Skills have (10-15)% increased Cast Speed", statOrderKey = "1722", statOrder = { 1722 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "curse" }, }, - ["TransferMarkOnDeathUnique__1"] = { affix = "", "Your Mark transfers to another Enemy when Marked Enemy dies", statOrderKey = "7612", statOrder = { 7612 }, level = 1, group = "TransferMarkOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskEldritchBatteryUnique__1"] = { affix = "", "Life Recovery from Flasks also applies to Energy Shield during Flask Effect", "Eldritch Battery during Flask effect", statOrderKey = "521,699", statOrder = { 521, 699 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "resource", "life", "defences" }, }, - ["GrantsDeathWishUnique__1__"] = { affix = "", "Grants Level 20 Death Wish Skill", statOrderKey = "405", statOrder = { 405 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["EnemyTemporalChainsOnHitUnique__1"] = { affix = "", "Enemy Hits inflict Temporal Chains on you", statOrderKey = "4859", statOrder = { 4859 }, level = 1, group = "EnemyTemporalChainsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainRageOnLosingTemporalChainsUnique__1__"] = { affix = "", "When you lose Temporal Chains you gain maximum Rage", statOrderKey = "5071", statOrder = { 5071 }, level = 1, group = "GainRageOnLosingTemporalChains", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ImmuneToCursesWithRageUnique__1"] = { affix = "", "Immune to Curses while you have at least 25 Rage", statOrderKey = "5385", statOrder = { 5385 }, level = 1, group = "ImmuneToCursesWithRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WeaponCritChanceOverrideUnique__1__"] = { affix = "", "Critical Strike Chance is (20-30)% for Hits with this Weapon", statOrderKey = "6081", statOrder = { 6081 }, level = 1, group = "WeaponCritChanceIs", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["NoIntelligenceUnique__1_"] = { affix = "", "You have no Intelligence", statOrderKey = "5418", statOrder = { 5418 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, - ["FlaskLifeRecoveryAlliesUnique__1_"] = { affix = "", "100% of Life Recovery from Flasks is applied to nearby Allies instead of You", statOrderKey = "5477", statOrder = { 5477 }, level = 1, group = "FlaskLifeRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["DamageIfConsumedCorpseUnique__1__"] = { affix = "", "(20-40)% increased Damage if you have Consumed a corpse Recently", statOrderKey = "3652", statOrder = { 3652 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["HexExpiresMaxDoomUnique__1"] = { affix = "", "Hexes expire 0.5 seconds after reaching maximum Doom", statOrderKey = "5334", statOrder = { 5334 }, level = 48, group = "HexExpiresMaxDoom", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, - ["DoubleDoomEffectUnique__1"] = { affix = "", "Hexes you inflict have their Effect increased by twice their Doom instead", statOrderKey = "4771", statOrder = { 4771 }, level = 1, group = "DoubleDoomEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HexDoomGainUnique__1"] = { affix = "", "Hexes have (-20-20)% reduced Doom gain rate", statOrderKey = "5328", statOrder = { 5328 }, level = 1, group = "HexDoomGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GlobalAddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "(1-2) to (36-40) Lightning Damage per Power Charge", statOrderKey = "6794", statOrder = { 6794 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HasMassiveShrineBuffUnique__1"] = { affix = "", "You have Lesser Massive Shrine Buff", statOrderKey = "5158", statOrder = { 5158 }, level = 1, group = "HasShrineBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["HasBrutalShrineBuffUnique__1"] = { affix = "", "You have Lesser Brutal Shrine Buff", statOrderKey = "5157", statOrder = { 5157 }, level = 1, group = "HasShrineBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedSkillsDoubleDamageUnique__1_"] = { affix = "", "Socketed Skills deal Double Damage", statOrderKey = "314", statOrder = { 314 }, level = 1, group = "SocketedSkillsDoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TotalRecoveryLifeLeechDoubledUnique__1"] = { affix = "", "Total Recovery per second from Life Leech is Doubled", statOrderKey = "7480", statOrder = { 7480 }, level = 55, group = "LifeLeechSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DamageLeechWith5ChargesUnique__1"] = { affix = "", "0.5% of Damage Leeched as Life while you have at least 5 total Endurance, Frenzy and Power Charges", statOrderKey = "5463", statOrder = { 5463 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ReflectElementalAilmentsToSelfUnique__1"] = { affix = "", "Elemental Ailments you inflict are Reflected to you", statOrderKey = "4786", statOrder = { 4786 }, level = 1, group = "ReflectElementalAilmentsToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ProlifElementalAilmentsFromSelfUnique__1__"] = { affix = "", "Elemental Ailments inflicted on you spread to Enemies in a radius of 25", statOrderKey = "4785", statOrder = { 4785 }, level = 1, group = "ProlifElementalAilmentsFromSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalDamagePerPowerChargeUnique__1"] = { affix = "", "(3-5)% increased Elemental Damage per Power charge", statOrderKey = "4799", statOrder = { 4799 }, level = 1, group = "ElementalDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["LosePowerChargesOnBlockUnique__1"] = { affix = "", "Lose all Power Charges when you Block", statOrderKey = "6086", statOrder = { 6086 }, level = 1, group = "LosePowerChargesOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainPowerChargesNotLostRecentlyUnique__1_"] = { affix = "", "Gain a Power Charge every Second if you haven't lost Power Charges Recently", statOrderKey = "5099", statOrder = { 5099 }, level = 1, group = "GainPowerChargesNotLostRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedGemQualityUnique__1"] = { affix = "", "+(30-50)% to Quality of Socketed Gems", statOrderKey = "79", statOrder = { 79 }, level = 1, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["SocketedGemQualityUnique__2_"] = { affix = "", "+30% to Quality of Socketed Gems", statOrderKey = "79", statOrder = { 79 }, level = 57, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, - ["NearbyEnemiesAreBlindedPhysicalAegisUnique__1"] = { affix = "", "Nearby Enemies are Blinded while Physical Aegis is not depleted", statOrderKey = "6920", statOrder = { 6920 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikeChanceWithoutPhysicalAegisUnique__1"] = { affix = "", "(50-70)% increased Critical Strike Chance while Physical Aegis is depleted", statOrderKey = "4582", statOrder = { 4582 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackAndCastSpeedWithoutPhysicalAegisUnique__1"] = { affix = "", "(8-15)% increased Attack and Cast Speed while Physical Aegis is depleted", statOrderKey = "3982", statOrder = { 3982 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpellsGainIntensityUnique__1"] = { affix = "", "Spells which have gained Intensity Recently gain 1 Intensity every 500 Seconds", statOrderKey = "7274", statOrder = { 7274 }, level = 1, group = "SpellsIntensityModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SpellsLoseIntensityUnique__1"] = { affix = "", "Spells which have gained Intensity Recently lose 1 Intensity every 500 Seconds", statOrderKey = "7275", statOrder = { 7275 }, level = 1, group = "SpellsIntensityModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikeChancePerIntensityUnique__1"] = { affix = "", "Spells have 10% reduced Critical Strike Chance per Intensity", statOrderKey = "4572", statOrder = { 4572 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CriticalStrikeChancePerIntensityUnique__2"] = { affix = "", "Spells have 30% increased Critical Strike Chance per Intensity", statOrderKey = "4572", statOrder = { 4572 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeFlaskPassiveChargeGainUnique__1_"] = { affix = "", "Life Flasks gain 1 Charge every 3 seconds", statOrderKey = "5454", statOrder = { 5454 }, level = 1, group = "LifeFlaskPassiveChargeGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalDamageLowestResistUnique__1"] = { affix = "", "Elemental Damage you Deal with Hits is Resisted by lowest Elemental Resistance instead", statOrderKey = "4804", statOrder = { 4804 }, level = 1, group = "ElementalDamageLowestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, - ["ReducedAttackSpeedWhilePhasingUnique__1"] = { affix = "", "30% reduced Attack Speed while Phasing", statOrderKey = "4043", statOrder = { 4043 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["PhysicalDamageAddedAsRandomWhileIgnitedUnique__1"] = { affix = "", "Gain (30-40)% of Physical Damage as Extra Damage of a random Element while you are Ignited ", statOrderKey = "7010", statOrder = { 7010 }, level = 1, group = "PhysicalDamageAddedAsRandomWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalPenetrationWhileChilledUnique__1___"] = { affix = "", "Damage Penetrates (8-10)% Elemental Resistances while you are Chilled ", statOrderKey = "4820", statOrder = { 4820 }, level = 1, group = "ElementalPenetrationWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ElementalDamageLuckyWhileShockedUnique__1__"] = { affix = "", "Elemental Damage with Hits is Lucky while you are Shocked", statOrderKey = "4787", statOrder = { 4787 }, level = 1, group = "ElementalDamageLuckyWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["DischargeThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Discharge has 60% less Area of Effect", "With at least 40 Intelligence in Radius, Discharge Cooldown is 250 ms", "With at least 40 Intelligence in Radius, Discharge deals 60% less Damage", statOrderKey = "6023,6024,6025", statOrder = { 6023, 6024, 6025 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["DisplaySupportedByUnleashUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Unleash", statOrderKey = "178", statOrder = { 178 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["CanHaveEveryInfluenceTypeImplicitE1"] = { affix = "", "Implicit Modifiers Cannot Be Changed", "Has Elder, Shaper and all Conqueror Influences", statOrderKey = "13,5945", statOrder = { 13, 5945 }, level = 87, group = "HasEveryInfluenceType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["WarcriesExertAnAdditionalAttackImplicitE1_"] = { affix = "", "Warcries Exert 1 additional Attack", statOrderKey = "7574", statOrder = { 7574 }, level = 1, group = "WarcriesExertAnAdditionalAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["UniqueSecretBladeGrantHiddenBlade"] = { affix = "", "Trigger Level 20 Unseen Strike every 0.5 seconds while Phasing", statOrderKey = "455", statOrder = { 455 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LifeRecoveryRateUnique__1"] = { affix = "", "(20-25)% increased Life Recovery rate", statOrderKey = "1123", statOrder = { 1123 }, level = 1, group = "LifeRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnergyShieldRegenerationWhileShockedUnique__1"] = { affix = "", "Regenerate 5% of Energy Shield per second while Shocked", statOrderKey = "2442", statOrder = { 2442 }, level = 1, group = "EnergyShieldRegenerationWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["StrUniqueShieldTriggerShieldShatterOnBlock"] = { affix = "", "Trigger Level 20 Shield Shatter when you Block", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["UniqueStaffTriggerAtziriStormCall__1____"] = { affix = "", "Queen's Demand can Trigger Level 20 Storm of Judgement", statOrderKey = "473", statOrder = { 473 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["UniqueStaffTriggerAtziriStormFlameblast__1"] = { affix = "", "Queen's Demand can Trigger Level 20 Flames of Judgement", statOrderKey = "472", statOrder = { 472 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["UniqueStaffGrantQueensDemand___"] = { affix = "", "Grants Level 20 Queen's Demand Skill", statOrderKey = "431", statOrder = { 431 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["UniqueWandGrantsBloodSacrament__1"] = { affix = "", "Grants Level 1 Blood Sacrament Skill", statOrderKey = "367", statOrder = { 367 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ImmuneToChillUnique__1"] = { affix = "", "Immune to Chill", statOrderKey = "2316", statOrder = { 2316 }, level = 1, group = "ImmuneToChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ImmuneToChillUnique__2__"] = { affix = "", "Immune to Chill", statOrderKey = "2316", statOrder = { 2316 }, level = 1, group = "ImmuneToChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ColdDamageCannotFreeze"] = { affix = "", "Your Cold Damage cannot Freeze", statOrderKey = "2307", statOrder = { 2307 }, level = 1, group = "ColdDamageCannotFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["FasterIgniteDamageUnique__1"] = { affix = "", "Ignites you inflict deal Damage (35-45)% faster", statOrderKey = "2015", statOrder = { 2015 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["MaximumLifeLeechRateUnique__1"] = { affix = "", "40% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1253", statOrder = { 1253 }, level = 80, group = "MaximumLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["FleshAndStoneManaReservationUnique__1_"] = { affix = "", "Flesh and Stone has 100% reduced Reservation", statOrderKey = "4284", statOrder = { 4284 }, level = 1, group = "FleshAndStoneManaReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["KeystoneHollowPalmTechniqueUnique__1"] = { affix = "", "Hollow Palm Technique", statOrderKey = "7665", statOrder = { 7665 }, level = 1, group = "KeystoneHollowPalmTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, - ["ElusiveEffectUnique__1"] = { affix = "", "(10-30)% increased Elusive Effect", statOrderKey = "4831", statOrder = { 4831 }, level = 1, group = "ElusiveEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MovementSpeedIfHitRecentlyUnique__1_"] = { affix = "", "10% increased Movement Speed if you've Hit an Enemy Recently", statOrderKey = "6895", statOrder = { 6895 }, level = 1, group = "MovementSpeedIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["GrantsWintertideBrandUnique__1"] = { affix = "", "Grants Level 22 Wintertide Brand Skill", statOrderKey = "395", statOrder = { 395 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["WintertideBrandChillEffectUnique__1_"] = { affix = "", "Wintertide Brand has (20-30)% increased Chill Effect", statOrderKey = "7587", statOrder = { 7587 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToAvoidPoisonUnique__1"] = { affix = "", "25% chance to Avoid being Poisoned", statOrderKey = "1365", statOrder = { 1365 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["PhysicalDamageCanFreezeUnique__1_"] = { affix = "", "Your Physical Damage can Freeze", statOrderKey = "2302", statOrder = { 2302 }, level = 1, group = "PhysicalDamageCanFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "elemental", "cold", "ailment" }, }, - ["ElusiveOnCriticalStrikeUnique__1"] = { affix = "", "Gain Elusive on Critical Strike", statOrderKey = "3678", statOrder = { 3678 }, level = 1, group = "ElusiveOnCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["SupportedByArrowNovaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Arrow Nova", statOrderKey = "156", statOrder = { 156 }, level = 1, group = "SupportedByArrowNova", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["CriticalStrikeChanceAgainstBleedingEnemiesUnique__1"] = { affix = "", "(100-150)% increased Critical Strike Chance against Bleeding Enemies", statOrderKey = "2605", statOrder = { 2605 }, level = 1, group = "CriticalStrikeChanceAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["DealNoColdDamageUnique__1"] = { affix = "", "Deal no Cold Damage", statOrderKey = "2215", statOrder = { 2215 }, level = 1, group = "DealNoColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["OneHandedMeleeCriticalStrikeMultiplierUnique__1"] = { affix = "", "+(60-100)% to Critical Strike Multiplier with One Handed Melee Weapons", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "MeleeTypeCritMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["PhysicalDamageTakenAsChaosUnique__1"] = { affix = "", "10% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "1911", statOrder = { 1911 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, - ["ChanceToBeFrozenShockedIgnitedUnique__1"] = { affix = "", "+10% chance to be Frozen, Shocked and Ignited", statOrderKey = "2369", statOrder = { 2369 }, level = 1, group = "ChanceToBeFrozenShockedIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["CallOfSteelAreaOfEffectUnique__1"] = { affix = "", "Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect", statOrderKey = "7372", statOrder = { 7372 }, level = 1, group = "CallOfSteelAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CallOfSteelAreaOfEffectUnique__2___"] = { affix = "", "Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect", statOrderKey = "7372", statOrder = { 7372 }, level = 1, group = "CallOfSteelAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CallOfSteelReflectDamageUnique__1"] = { affix = "", "Call of Steel causes (20-25)% increased Reflected Damage", statOrderKey = "7374", statOrder = { 7374 }, level = 1, group = "CallOfSteelReflectDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CallOfSteelReflectDamageUnique__2"] = { affix = "", "Call of Steel causes (20-25)% increased Reflected Damage", statOrderKey = "7374", statOrder = { 7374 }, level = 1, group = "CallOfSteelReflectDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CallOfSteelUseSpeedUnique__1"] = { affix = "", "Call of Steel has (80-100)% increased Use Speed", statOrderKey = "7373", statOrder = { 7373 }, level = 1, group = "CallOfSteelUseSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CallOfSteelUseSpeedUnique__2"] = { affix = "", "Call of Steel has (80-100)% increased Use Speed", statOrderKey = "7373", statOrder = { 7373 }, level = 1, group = "CallOfSteelUseSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SecretsOfSufferingKeystoneSceptreImplicit1"] = { affix = "", "Secrets of Suffering", statOrderKey = "7680", statOrder = { 7680 }, level = 1, group = "SecretsOfSufferingKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ManaCostTotalNonChannelledUnique__1__"] = { affix = "", "Non-Channelling Skills have -9 to Total Mana Cost", statOrderKey = "7270", statOrder = { 7270 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_mana_cost_mod", }, modTags = { "resource", "mana" }, }, - ["TriggerFlameDashOnSocketedSkillUseImplicitE1"] = { affix = "", "Trigger Level 10 Flame Dash when you use a Socketed Skill", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TriggerFlameDashOnSocketedSkillUseImplicitE2"] = { affix = "", "Trigger Level 20 Flame Dash when you use a Socketed Skill", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TriggerFlameDashOnSocketedSkillUseImplicitE3_"] = { affix = "", "Trigger Level 30 Flame Dash when you use a Socketed Skill", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainRandomChargeEvery6SecondsImplicitE1"] = { affix = "", "Gain an Endurance, Frenzy or Power Charge every 6 seconds", statOrderKey = "5023", statOrder = { 5023 }, level = 1, group = "GainRandomChargesEvery6Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE1"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(66-80) to maximum Energy Shield", statOrderKey = "332,1104", statOrder = { 332, 1104 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE2"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(100-120) to maximum Energy Shield", statOrderKey = "332,1104", statOrder = { 332, 1104 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE3"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(140-165) to maximum Energy Shield", statOrderKey = "332,1104", statOrder = { 332, 1104 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AttackCriticalStrikesIgnoreElementalResistancesImplicitE1"] = { affix = "", "Attack Critical Strikes ignore Enemy Monster Elemental Resistances", statOrderKey = "3999", statOrder = { 3999 }, level = 1, group = "AttackCriticalStrikesIgnoreElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalMaximumQualityImplicitE1"] = { affix = "", "+20% to Maximum Quality", statOrderKey = "5982", statOrder = { 5982 }, level = 1, group = "LocalMaximumQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CannotUseFlaskInFifthSlotImplicitE1_"] = { affix = "", "Flasks applied to you have 20% increased Effect", "Can't use Flask in Fifth Slot", statOrderKey = "2164,4345", statOrder = { 2164, 4345 }, level = 30, group = "CannotUseFlaskInFifthSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumPowerandEnduranceChargesImplicitE1"] = { affix = "", "+1 to Maximum Power Charges and Maximum Endurance Charges", statOrderKey = "6739", statOrder = { 6739 }, level = 1, group = "MaximumPowerandEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonTauntingContraptionOnFlaskUseImplicitE1"] = { affix = "", "Trigger Level 20 Summon Taunting Contraption when you use a Flask", statOrderKey = "492", statOrder = { 492 }, level = 70, group = "SummonTauntingContraptionOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionChanceToMaimOnHitUnique__1_"] = { affix = "", "Minions have 5% chance to Maim Enemies on Hit with Attacks", statOrderKey = "6846", statOrder = { 6846 }, level = 1, group = "MinionChanceToMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, - ["PhysicalDamagePercentAddedAsChaosPerElderItemUnique__1"] = { affix = "", "Gain (3-5)% of Physical Damage as Extra Chaos Damage per Elder Item Equipped", statOrderKey = "5089", statOrder = { 5089 }, level = 1, group = "PhysicalDamagePercentAddedAsChaosPerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["AddedChaosDamageToAttacksPer50StrengthUnique__1"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks per 80 Strength", statOrderKey = "6781", statOrder = { 6781 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["CannotDealNonChaosDamageUnique__1_"] = { affix = "", "Cannot deal non-Chaos Damage", statOrderKey = "4719", statOrder = { 4719 }, level = 1, group = "CannotDealNonChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["TravelSkillMoreDamageUnique__1"] = { affix = "", "Socketed Travel Skills deal 80% more Damage", statOrderKey = "5932", statOrder = { 5932 }, level = 1, group = "TravelSkillMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["DamageTakenWhilePhasingUnique__1"] = { affix = "", "10% increased Damage taken while Phasing", statOrderKey = "4707", statOrder = { 4707 }, level = 1, group = "DamageTakenWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ProjectilesChainWhilePhasingUnique__1_"] = { affix = "", "Projectiles Chain +1 times while you have Phasing", statOrderKey = "6952", statOrder = { 6952 }, level = 1, group = "ProjectilesChainWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Minions gain 20% of Physical Damage as Extra Fire Damage", statOrderKey = "6855", statOrder = { 6855 }, level = 1, group = "MinionPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "has_damage_taken_as_mod", "physical", "elemental", "fire", "minion" }, }, - ["ChaosDamageCanIgniteUnique__1"] = { affix = "", "Your Chaos Damage can Ignite", statOrderKey = "4100", statOrder = { 4100 }, level = 1, group = "ChaosDamageCanIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "poison", "damage", "elemental", "fire", "chaos", "ailment" }, }, - ["ChanceToIgniteWithChaosSkillsUnique__1"] = { affix = "", "Chaos Skills have 20% chance to Ignite", statOrderKey = "4447", statOrder = { 4447 }, level = 1, group = "ChanceToIgniteWithChaosSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "fire", "chaos", "ailment" }, }, - ["UniqueVolkuursGuidanceIgniteDurationFinal"] = { affix = "", "50% less Ignite Duration", statOrderKey = "7537", statOrder = { 7537 }, level = 1, group = "UniqueVolkuursGuidanceIgniteDurationFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ManaRegenerationAuraUnique__1"] = { affix = "", "30% increased Mana Regeneration Rate", "You and nearby Allies have 30% increased Mana Regeneration Rate", statOrderKey = "1128,5915", statOrder = { 1128, 5915 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["AvoidPhysicalDamageWhilePhasingUnique__1"] = { affix = "", "+(8-15)% chance to Avoid Physical Damage from Hits while Phasing", statOrderKey = "4072", statOrder = { 4072 }, level = 1, group = "AvoidPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["GrantsAlliesFrenzyChargeOnKillUnique__1_"] = { affix = "", "10% chance to grant a Frenzy Charge to nearby Allies on Kill", statOrderKey = "4414", statOrder = { 4414 }, level = 1, group = "GrantsAlliesFrenzyChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, - ["GrantsAlliesEnduranceChargeOnHitUnique__1"] = { affix = "", "5% chance to grant an Endurance Charge to nearby Allies on Hit", statOrderKey = "4413", statOrder = { 4413 }, level = 1, group = "GrantsAlliesEnduranceChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, - ["ChanceToImpaleWithSpellsUnique__1"] = { affix = "", "20% chance to Impale on Spell Hit", statOrderKey = "7347", statOrder = { 7347 }, level = 1, group = "ChanceToImpaleWithSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "caster" }, }, - ["ImpaleEffectUnique__1"] = { affix = "", "20% increased Impale Effect", statOrderKey = "5397", statOrder = { 5397 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["ImpaleEffectUnique__2"] = { affix = "", "5% increased Impale Effect", statOrderKey = "5397", statOrder = { 5397 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["AttackDamagePer450ArmourUnique__1__"] = { affix = "", "1% increased Attack Damage per 450 Armour", statOrderKey = "4004", statOrder = { 4004 }, level = 1, group = "AttackDamagePer450Armour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, - ["ZombiesTakeFireDamagePerSecondUnique__1_"] = { affix = "", "Raised Zombies take (15-30)% of their Maximum Life per second as Fire Damage", statOrderKey = "7136", statOrder = { 7136 }, level = 1, group = "ZombiesTakeFireDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["ZombiesHaveAvatarOfFireUnique__1"] = { affix = "", "Raised Zombies have Avatar of Fire", statOrderKey = "7137", statOrder = { 7137 }, level = 1, group = "ZombiesHaveAvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["ZombiesCoverInAshOnHitUnique__1"] = { affix = "", "Raised Zombies Cover Enemies in Ash on Hit", statOrderKey = "7135", statOrder = { 7135 }, level = 1, group = "ZombiesCoverInAshOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["LifeLeechPermyriadOnFrozenEnemiesUnique__1"] = { affix = "", "1% of Damage against Frozen Enemies Leeched as Life", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnduranceChargeIfAttackFreezesUnique__1"] = { affix = "", "Gain an Endurance Charge if an Attack Freezes an Enemy", statOrderKey = "5053", statOrder = { 5053 }, level = 1, group = "EnduranceChargeIfAttackFreezes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "elemental", "cold", "attack", "ailment" }, }, - ["PowerChargeOnHittingFrozenEnemyUnique__1"] = { affix = "", "50% chance to gain a Power Charge when you Hit a Frozen Enemy", statOrderKey = "5095", statOrder = { 5095 }, level = 1, group = "PowerChargeOnHittingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["TakeColdDamageOnMaximumPowerChargesUnique__1____"] = { affix = "", "Take 500 Cold Damage on reaching Maximum Power Charges", statOrderKey = "7205", statOrder = { 7205 }, level = 1, group = "TakeColdDamageOnMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["MovementVelocityWhileChilledUnique__1_"] = { affix = "", "(10-20)% increased Movement Speed while Chilled", statOrderKey = "6918", statOrder = { 6918 }, level = 1, group = "MovementVelocityWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AttackSpeedWhileChilledUnique__1"] = { affix = "", "(10-20)% increased Attack Speed while Chilled", statOrderKey = "4041", statOrder = { 4041 }, level = 1, group = "AttackSpeedWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, - ["CastSpeedWhileChilledUnique__1"] = { affix = "", "(10-20)% increased Cast Speed while Chilled", statOrderKey = "4355", statOrder = { 4355 }, level = 1, group = "CastSpeedWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, - ["ReflectFireDamageOnBlockUnique__1___"] = { affix = "", "Reflects (22-44) Fire Damage to Attackers on Block", statOrderKey = "4964", statOrder = { 4964 }, level = 1, group = "ReflectFireDamageOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental_damage", "damage", "elemental", "fire" }, }, - ["DealNoDamageWhenNotOnLowLifeUnique__1"] = { affix = "", "Deal no Damage when not on Low Life", statOrderKey = "4717", statOrder = { 4717 }, level = 1, group = "DealNoDamageWhenNotOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["TriggeredFieryImpactOnHitWithWeaponImplicitE1"] = { affix = "", "Trigger Level 10 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "480", statOrder = { 480 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TriggeredFieryImpactOnHitWithWeaponImplicitE2_"] = { affix = "", "Trigger Level 15 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "480", statOrder = { 480 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["TriggeredFieryImpactOnHitWithWeaponImplicitE3"] = { affix = "", "Trigger Level 20 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "480", statOrder = { 480 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaxPrefixMaxSuffixImplicitE1__"] = { affix = "", "-1 Prefix Modifier allowed", "+1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", statOrderKey = "8,9,13", statOrder = { 8, 9, 13 }, level = 30, group = "MaxPrefixMaxSuffix", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaxPrefixMaxSuffixImplicitE2_"] = { affix = "", "+1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", statOrderKey = "8,9,13", statOrder = { 8, 9, 13 }, level = 30, group = "MaxPrefixMaxSuffix", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaxPrefixMaxSuffixModEffectImplicitE1"] = { affix = "", "-1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", "25% increased Explicit Modifier magnitudes", statOrderKey = "8,9,13,21", statOrder = { 8, 9, 13, 21 }, level = 30, group = "MaxPrefixMaxSuffixModEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalAllDamageCanPoisonImplicitE1_"] = { affix = "", "All Damage from Hits with This Weapon can Poison", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "LocalAllDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToInflictScorchOnEnemyOnBlockImplicitE1"] = { affix = "", "Scorch Enemies when you Block their Damage", statOrderKey = "4421", statOrder = { 4421 }, level = 1, group = "ChanceToInflictScorchOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToInflictBrittleOnEnemyOnBlockImplicitE1"] = { affix = "", "Inflict Brittle on Enemies when you Block their Damage", statOrderKey = "4419", statOrder = { 4419 }, level = 1, group = "ChanceToInflictBrittleOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChanceToInflictSapOnEnemyOnBlockImplicitE1"] = { affix = "", "Sap Enemies when you Block their Damage", statOrderKey = "4420", statOrder = { 4420 }, level = 1, group = "ChanceToInflictSapOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ItemNecroticFootprintsUnique__1s"] = { affix = "", "Necrotic Footprints ", statOrderKey = "6932", statOrder = { 6932 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChaosResistanceWhileStationaryUnique__1"] = { affix = "", "+30% to Chaos Resistance while stationary", statOrderKey = "4439", statOrder = { 4439 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["PowerChargeOnHitWhilePoisonedUnique__1"] = { affix = "", "Gain a Power Charge on Hit while Poisoned", statOrderKey = "3829", statOrder = { 3829 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["MovementSpeedWhilePoisonedUnique__1"] = { affix = "", "15% increased Movement Speed while Poisoned", statOrderKey = "6911", statOrder = { 6911 }, level = 1, group = "MovementSpeedWhilePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["ChanceToBePoisonedBySpellsUnique__1_"] = { affix = "", "50% chance for Spell Hits against you to inflict Poison ", statOrderKey = "7338", statOrder = { 7338 }, level = 1, group = "ChanceToBePoisonedBySpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["SpiritMinionRefreshOnUniqueHitUnique__1"] = { affix = "", "Summoned Phantasms have 10% chance to refresh their Duration when they Hit a Unique Enemy", "Summoned Raging Spirits have 10% chance to refresh their Duration when they Hit a Unique Enemy", statOrderKey = "6994,7126", statOrder = { 6994, 7126 }, level = 1, group = "SpiritMinionRefreshOnUniqueHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["MovementVelocityPerPowerChargeUnique__1__"] = { affix = "", "5% increased Movement Speed per Power Charge", statOrderKey = "6904", statOrder = { 6904 }, level = 1, group = "MovementVelocityPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, - ["LifeRegenerationPerPowerChargeUnique__1__"] = { affix = "", "Regenerate 0.5% of Life per second per Power Charge", statOrderKey = "5500", statOrder = { 5500 }, level = 1, group = "LifeRegenerationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["LocalFlaskAttackAndCastSpeedWhileHealingUnique__1"] = { affix = "", "(5-15)% increased Attack Speed during Flask effect", "(5-15)% increased Cast Speed during Flask effect", statOrderKey = "599,600", statOrder = { 599, 600 }, level = 1, group = "LocalFlaskAttackAndCastSpeedWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["IncreasedElementalResistancesUnique__1"] = { affix = "", "(18-22)% increased Elemental Resistances ", statOrderKey = "4803", statOrder = { 4803 }, level = 1, group = "IncreasedElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["DefencesAreZeroUnique__1_"] = { affix = "", "Defences are Zero", statOrderKey = "4724", statOrder = { 4724 }, level = 1, group = "DefencesAreZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["ChaosResistanceIsZeroUnique__1"] = { affix = "", "Chaos Resistance is Zero", statOrderKey = "7631", statOrder = { 7631 }, level = 1, group = "ChaosResistanceIsZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, - ["ElementalDamageDuringFlaskEffectUnique__1"] = { affix = "", "30% increased Elemental Damage during any Flask Effect", statOrderKey = "3624", statOrder = { 3624 }, level = 1, group = "ElementalDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, - ["SupportedByCastOnDamageTakenUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 12 Cast when Damage Taken", statOrderKey = "93", statOrder = { 93 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ShieldArmourIncreaseUnique__1"] = { affix = "", "50% increased Defences from Equipped Shield", statOrderKey = "1499", statOrder = { 1499 }, level = 1, group = "ShieldArmourIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["AddedFireDamageIfBlockedRecentlyUnique__1"] = { affix = "", "Adds 45 to 75 Fire Damage if you've Blocked Recently", statOrderKey = "3673", statOrder = { 3673 }, level = 1, group = "AddedFireDamageIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamagePer100LowestOfLifeOrManaUnique__1"] = { affix = "", "(3-4) to (7-8) added Fire Damage per 100 of Maximum Life or Maximum Mana, whichever is lower", statOrderKey = "6789", statOrder = { 6789 }, level = 1, group = "AddedFireDamagePer100LowestOfLifeOrMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["TauntedEnemiesTakeIncreasedDamage_"] = { affix = "", "Enemies Taunted by you take 10% increased Damage", statOrderKey = "2630", statOrder = { 2630 }, level = 1, group = "TauntedEnemiesTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["ChaosDamageCanChill"] = { affix = "", "Your Chaos Damage can Chill", statOrderKey = "2290", statOrder = { 2290 }, level = 1, group = "ChaosDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "cold", "chaos", "ailment" }, }, - ["ElementalDamageIfCritRecently"] = { affix = "", "(120-150)% increased Elemental Damage if you've dealt a Critical Strike Recently", statOrderKey = "4793", statOrder = { 4793 }, level = 1, group = "ElementalDamageIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SupportedByMultiTotemUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Multiple Totems", statOrderKey = "143", statOrder = { 143 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["AttackAdditionalProjectilesUnique__1"] = { affix = "", "Attacks fire an additional Projectile", statOrderKey = "3596", statOrder = { 3596 }, level = 1, group = "AttackAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ExtraMaximumPhantasmsUnique__1"] = { affix = "", "+3 to maximum number of Summoned Phantasms", statOrderKey = "4125", statOrder = { 4125 }, level = 1, group = "ExtraMaximumPhantasms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["ExtraRagingSpiritsUnique__1"] = { affix = "", "+6 to maximum number of Raging Spirits", statOrderKey = "1665", statOrder = { 1665 }, level = 1, group = "ExtraRagingSpirits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["HungryLoopSupportedByPinpoint"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Pinpoint", statOrderKey = "39,150", statOrder = { 39, 150 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["SpellBlockIfNotBlockedRecentlyUnique__1"] = { affix = "", "+75% Chance to Block Spell Damage if you have not Blocked Recently", statOrderKey = "3870", statOrder = { 3870 }, level = 1, group = "SpellBlockIfNotBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["LocalEnergyShieldRegenerationIfCritRecentlyUnique__1"] = { affix = "", "Regenerate 20% of Energy Shield per second if you've dealt a Critical Strike with this weapon Recently", statOrderKey = "5936", statOrder = { 5936 }, level = 1, group = "LocalEnergyShieldRegenerationIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, - ["ColdDamagePerMissingColdResistanceUnique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Missing Cold Resistance, up to a maximum of 300%", statOrderKey = "4491", statOrder = { 4491 }, level = 1, group = "ColdDamagePerMissingColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["FireDamagePerMissingFireResistanceUnique__1"] = { affix = "", "(15-20)% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300%", statOrderKey = "4956", statOrder = { 4956 }, level = 1, group = "FireDamagePerMissingFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HyrrisTruthHatredManaReservationFinalUnique__1"] = { affix = "", "Hatred has 50% less Reservation", statOrderKey = "7183", statOrder = { 7183 }, level = 1, group = "HyrrisTruthHatredManaReservationFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, - ["GrantsHatredUnique__1__"] = { affix = "", "Grants Level 22 Hatred Skill", statOrderKey = "373", statOrder = { 373 }, level = 81, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["ColdDamageLifeLeechUnique__1"] = { affix = "", "(0.8-1)% of Cold Damage Leeched as Life", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["WingsOfEntropyMainHandAttackSpeedFinalUnique__1_"] = { affix = "", "(50-70)% more Main Hand attack speed", statOrderKey = "6098", statOrder = { 6098 }, level = 1, group = "WingsOfEntropyMainHandAttackSpeedFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["OffHandBaseCriticalStrikeChanceUnique__1"] = { affix = "", "+(8-10)% to Off Hand Critical Strike Chance", statOrderKey = "3853", statOrder = { 3853 }, level = 1, group = "OffHandBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlammabilityOnBlockChanceUnique__1"] = { affix = "", "Curse Enemies with Flammability on Block, with 20% increased Effect", statOrderKey = "2404", statOrder = { 2404 }, level = 1, group = "FlammabilityOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "curse" }, }, - ["AttackProjectilesForkUnique__1"] = { affix = "", "Projectiles from Attacks Fork", statOrderKey = "4023", statOrder = { 4023 }, level = 1, group = "AttackProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AttackProjectilesForkExtraTimesUnique__1"] = { affix = "", "Projectiles from Attacks Fork an additional time", statOrderKey = "4024", statOrder = { 4024 }, level = 1, group = "AttackProjectilesForkExtraTimes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ImpalePhysicalReductionPenaltyUnique__1"] = { affix = "", "Impale Damage dealt to Enemies Impaled by you Overwhelms 10% Physical Damage Reduction", statOrderKey = "2398", statOrder = { 2398 }, level = 1, group = "ImpalePhysicalReductionPenalty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, - ["MinionLargerAggroRadiusUnique__1"] = { affix = "", "Minions are Aggressive", statOrderKey = "7639", statOrder = { 7639 }, level = 1, group = "MinionLargerAggroRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, - ["HungryLoopSupportedByTrinity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trinity", statOrderKey = "39,176", statOrder = { 39, 176 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["LoseLifePercentOnCritUnique__1"] = { affix = "", "Lose (10-15)% of Life when you deal a Critical Strike", statOrderKey = "6088", statOrder = { 6088 }, level = 1, group = "LoseLifePercentOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, - ["LoseEnergyShieldPercentOnCritUnique__1"] = { affix = "", "Lose (10-15)% of Energy Shield when you deal a Critical Strike", statOrderKey = "6087", statOrder = { 6087 }, level = 1, group = "LoseEnergyShieldPercentOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "critical" }, }, - ["DamageOverTimeMultiplierIfCrit8SecondsUnique__1_"] = { affix = "", "+(40-60)% to Damage over Time Multiplier if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "4767", statOrder = { 4767 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, - ["LifeRegenerationIfCrit8SecondsUnique__1"] = { affix = "", "(2-2.5)% of Life Regenerated per Second if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "5494", statOrder = { 5494 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, - ["ArmourPerStrengthUnique__1_"] = { affix = "", "10% reduced Armour per 50 Strength", statOrderKey = "3937", statOrder = { 3937 }, level = 65, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, - ["EnemiesIgniteChaosDamageUnique__1"] = { affix = "", "Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite", statOrderKey = "4867", statOrder = { 4867 }, level = 62, group = "EnemiesIgniteChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["EnemiesIgniteWitherNeverExpiresUnique__1"] = { affix = "", "Withered does not expire on Enemies Ignited by you", statOrderKey = "4868", statOrder = { 4868 }, level = 1, group = "EnemiesIgniteWitherNeverExpires", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["GrantsVampiricIconSkillUnique__1"] = { affix = "", "Grants Level 20 Thirst for Blood Skill", statOrderKey = "424", statOrder = { 424 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LocalBleedDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(25-35)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon", statOrderKey = "5892", statOrder = { 5892 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SacrificialZealOnSkillUseUnique__1_"] = { affix = "", "Gain Sacrificial Zeal when you use a Skill, dealing you 150% of the Skill's Mana Cost as Physical Damage per Second", statOrderKey = "5104", statOrder = { 5104 }, level = 1, group = "SacrificialZeal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ArmourPenetrationSacrificialZealUnique__1"] = { affix = "", "Hits Overwhelm (10-15)% of Physical Damage Reduction while you have Sacrificial Zeal", statOrderKey = "6981", statOrder = { 6981 }, level = 1, group = "ArmourPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["RightRingMagicHexproofUnique__1"] = { affix = "", "You are Hexproof if you have a Magic Ring in right slot", statOrderKey = "5335", statOrder = { 5335 }, level = 1, group = "RightRingMagicHexproof", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, - ["LeftRingMagicNoCritDamageUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes if you have a Magic Ring in left slot", statOrderKey = "7211", statOrder = { 7211 }, level = 1, group = "LeftRingMagicNoCritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["AnyRingMagicDamageExtraRollUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you have a Magic Ring Equipped", statOrderKey = "4874", statOrder = { 4874 }, level = 1, group = "AnyRingMagicDamageExtraRoll", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SocketedGemsApplyExposureReducedResistsImplicitR1"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "307,1162", statOrder = { 307, 1162 }, level = 15, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["SocketedGemsApplyExposureReducedResistsImplicitR2"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "307,1162", statOrder = { 307, 1162 }, level = 45, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["SocketedGemsApplyExposureReducedResistsImplicitR3___"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "307,1162", statOrder = { 307, 1162 }, level = 75, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, - ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR1"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "1918,4094", statOrder = { 1918, 4094 }, level = 20, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR2__"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "1918,4094", statOrder = { 1918, 4094 }, level = 50, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR3"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "1918,4094", statOrder = { 1918, 4094 }, level = 80, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, - ["MovementSkillCooldownReducedMoveSpeedImplicitR1"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1316,6889", statOrder = { 1316, 6889 }, level = 20, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSkillCooldownReducedMoveSpeedImplicitR2_"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1316,6889", statOrder = { 1316, 6889 }, level = 50, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["MovementSkillCooldownReducedMoveSpeedImplicitR3_"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1316,6889", statOrder = { 1316, 6889 }, level = 80, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR1_"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "4018,4298", statOrder = { 4018, 4298 }, level = 20, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR2_"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "4018,4298", statOrder = { 4018, 4298 }, level = 50, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR3"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "4018,4298", statOrder = { 4018, 4298 }, level = 80, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MainHandOffHandDamage1_"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "840,841", statOrder = { 840, 841 }, level = 10, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MainHandOffHandDamage2"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "840,841", statOrder = { 840, 841 }, level = 40, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["MainHandOffHandDamage3_"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "840,841", statOrder = { 840, 841 }, level = 70, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["GainManaOnManaPaidManaCost1"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "1125,4410", statOrder = { 1125, 4410 }, level = 10, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["GainManaOnManaPaidManaCost2"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "1125,4410", statOrder = { 1125, 4410 }, level = 40, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["GainManaOnManaPaidManaCost3____"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "1125,4410", statOrder = { 1125, 4410 }, level = 70, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["ExertedDamageWarcryCooldown1"] = { affix = "", "Exerted Attacks deal (25-30)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "4833,7572", statOrder = { 4833, 7572 }, level = 10, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ExertedDamageWarcryCooldown2"] = { affix = "", "Exerted Attacks deal (30-40)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "4833,7572", statOrder = { 4833, 7572 }, level = 40, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["ExertedDamageWarcryCooldown3"] = { affix = "", "Exerted Attacks deal (40-50)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "4833,7572", statOrder = { 4833, 7572 }, level = 70, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, - ["FortifyEffectCrushed1"] = { affix = "", "-15% additional Physical Damage Reduction", "(10-15)% increased Effect of Fortify on you", "You are Crushed", statOrderKey = "1769,2986,5931", statOrder = { 1769, 2986, 5931 }, level = 15, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FortifyEffectCrushed2_"] = { affix = "", "-15% additional Physical Damage Reduction", "(10-15)% increased Effect of Fortify on you", "You are Crushed", statOrderKey = "1769,2986,5931", statOrder = { 1769, 2986, 5931 }, level = 45, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FortifyEffectCrushed3_"] = { affix = "", "-15% additional Physical Damage Reduction", "(10-15)% increased Effect of Fortify on you", "You are Crushed", statOrderKey = "1769,2986,5931", statOrder = { 1769, 2986, 5931 }, level = 75, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["AddedColdDamageColdPenetration1"] = { affix = "", "Adds (3-4) to (5-6) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "923,2401", statOrder = { 923, 2401 }, level = 15, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageColdPenetration2"] = { affix = "", "Adds (15-20) to (28-35) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "923,2401", statOrder = { 923, 2401 }, level = 45, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageColdPenetration3"] = { affix = "", "Adds (75-85) to (115-128) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "923,2401", statOrder = { 923, 2401 }, level = 75, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["GrantsUnhingeUnique__1"] = { affix = "", "Grants Level 20 Unhinge Skill", statOrderKey = "420", statOrder = { 420 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["PhysicalChaosDamageTakenNotUnhingedUnique__1_"] = { affix = "", "(15-25)% less Physical and Chaos Damage Taken while Sane", statOrderKey = "7001", statOrder = { 7001 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, - ["RegenerateLifeNotUnhingedUnique__1"] = { affix = "", "Regenerate 10% Life over one second when Hit while Sane", statOrderKey = "7166", statOrder = { 7166 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["CriticalStrikeChanceFinalUnhingedUnique__1"] = { affix = "", "(40-60)% more Critical Strike Chance while Insane", statOrderKey = "4560", statOrder = { 4560 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["EnemiesExplodeOnKillUnhingedUnique__1_"] = { affix = "", "Enemies Killed by your Hits are destroyed while Insane", statOrderKey = "4845", statOrder = { 4845 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["CurseAurasAffectYouUnique__1"] = { affix = "", "Curse Auras from Socketed Skills also affect you", statOrderKey = "304", statOrder = { 304 }, level = 70, group = "CurseAurasAffectYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem", "curse" }, }, - ["HitAndAilmentDamageCursedEnemiesUnique__1"] = { affix = "", "(15-25)% increased Damage with Hits and Ailments against Cursed Enemies", statOrderKey = "5345", statOrder = { 5345 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "curse" }, }, - ["ScorchedGroundWhileMovingUnique__1"] = { affix = "", "Drops Scorched Ground while moving, lasting 4 seconds", statOrderKey = "3702", statOrder = { 3702 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ScorchEffectUnique__1"] = { affix = "", "(30-50)% increased Effect of Scorch", statOrderKey = "7199", statOrder = { 7199 }, level = 1, group = "ScorchEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["ScorchedEnemiesDegenExplodeUnique__1_"] = { affix = "", "(30-40)% chance when you Kill a Scorched Enemy to Burn Each surrounding", "Enemy for 4 seconds, dealing 8% of the Killed Enemy's Life as Fire Damage per second", statOrderKey = "7200,7200.1", statOrder = { 7200, 7200.1 }, level = 87, group = "ScorchedEnemiesDegenExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["AttackSpeedFrenzyChargeNotGainedUnique__1"] = { affix = "", "(20-25)% increased Attack Speed if you haven't gained a Frenzy Charge Recently", statOrderKey = "4036", statOrder = { 4036 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, - ["CriticalStrikeChancePowerChargeNotGainedUnique__1"] = { affix = "", "(60-80)% increased Critical Strike Chance if you haven't gained a Power Charge Recently", statOrderKey = "4566", statOrder = { 4566 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["ExtendFrenzyPowerChargeDurationCullUnique__1"] = { affix = "", "+3 seconds to Duration of Frenzy and Power Charges on Culling Strike", statOrderKey = "5006", statOrder = { 5006 }, level = 1, group = "ExtendChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeGainOnCullUnique__1"] = { affix = "", "Gain (120-150) Life on Culling Strike", statOrderKey = "5459", statOrder = { 5459 }, level = 1, group = "LifeGainOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["ManaGainOnCullUnique__1_"] = { affix = "", "Gain (10-20) Mana on Culling Strike", statOrderKey = "6112", statOrder = { 6112 }, level = 1, group = "ManaGainOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, - ["GainBrutalChargesInsteadOfEnduranceUnique__1"] = { affix = "", "Gain Brutal Charges instead of Endurance Charges", statOrderKey = "5048", statOrder = { 5048 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainAfflictionChargesInsteadOfFrenzyUnique__1"] = { affix = "", "Gain Affliction Charges instead of Frenzy Charges", statOrderKey = "5029", statOrder = { 5029 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainAbsorptionChargesInsteadOfPowerUnique__1"] = { affix = "", "Gain Absorption Charges instead of Power Charges", statOrderKey = "5024", statOrder = { 5024 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumBrutalChargesEqualsEnduranceUnique__1__"] = { affix = "", "Maximum Brutal Charges is equal to Maximum Endurance Charges", statOrderKey = "1325", statOrder = { 1325 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumAfflictionChargesEqualsFrenzyUnique__1"] = { affix = "", "Maximum Affliction Charges is equal to Maximum Frenzy Charges", statOrderKey = "1330", statOrder = { 1330 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MaximumAbsorptionChargesEqualsPowerUnique__1_"] = { affix = "", "Maximum Absorption Charges is equal to Maximum Power Charges", statOrderKey = "1335", statOrder = { 1335 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinimumBrutalChargeModifiersEqualsEnduranceUnique__1"] = { affix = "", "Modifiers to Minimum Endurance Charges instead apply to Minimum Brutal Charges", statOrderKey = "1324", statOrder = { 1324 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinimumAfflictionChargeModifiersEqualsFrenzyUnique__1"] = { affix = "", "Modifiers to Minimum Frenzy Charges instead apply to Minimum Affliction Charges", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinimumAbsorptionChargeModifiersEqualsPowerUnique__1"] = { affix = "", "Modifiers to Minimum Power Charges instead apply to Minimum Absorption Charges", statOrderKey = "1334", statOrder = { 1334 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MinionsCrazyOnCritUnique__1__"] = { affix = "", "Minions can hear the whispers for 5 seconds after they deal a Critical Strike", statOrderKey = "6871", statOrder = { 6871 }, level = 1, group = "MinionsCrazyOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, - ["MinionCriticalStrikeChanceMaximumPowerChargeUnique__1"] = { affix = "", "Minions have 50% increased Critical Strike Chance per Maximum Power Charge you have", statOrderKey = "6831", statOrder = { 6831 }, level = 1, group = "MinionCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, - ["PhysicalDamageTakenAsLightningDescentTwoHandSword1"] = { affix = "", "50% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1909", statOrder = { 1909 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, - ["LocalDisplayYouAndNearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", "You and Nearby Allies have 30% increased Item Rarity", statOrderKey = "1140,1142", statOrder = { 1140, 1142 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BattlemageKeystoneUnique__1"] = { affix = "", "Battlemage", statOrderKey = "7649", statOrder = { 7649 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BattlemageKeystoneUnique__2_"] = { affix = "", "Battlemage", statOrderKey = "7649", statOrder = { 7649 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["BattlemageKeystoneUnique__3"] = { affix = "", "Battlemage", statOrderKey = "7649", statOrder = { 7649 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["ChainOffTerrainChancePerRangedAbyssJewelUnique__1__"] = { affix = "", "Projectiles have 4% chance to be able to Chain when colliding with terrain per", "Searching Eye Jewel affecting you, up to a maximum of 20%", statOrderKey = "7081,7081.1", statOrder = { 7081, 7081.1 }, level = 1, group = "ChainOffTerrainChancePerRangedAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MainHandCriticalStrikeChancePerMeleeAbyssJewelUnique__1"] = { affix = "", "20% increased Main Hand Critical Strike Chance per", "Murderous Eye Jewel affecting you, up to a maximum of 100%", statOrderKey = "6099,6099.1", statOrder = { 6099, 6099.1 }, level = 1, group = "MainHandCriticalStrikeChancePerMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["OffHandCriticalStrikeMultiplierPerMeleeAbyssJewelUnique__1__"] = { affix = "", "+10% to Off Hand Critical Strike Multiplier per", "Murderous Eye Jewel affecting you, up to a maximum of +50%", statOrderKey = "6973,6973.1", statOrder = { 6973, 6973.1 }, level = 1, group = "OffHandCriticalStrikeMultiplierPerMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["MinionDamageOverTimeMultiplierPerMinionAbyssJewelUnique__1"] = { affix = "", "Minions have +6% to Damage over Time Multiplier per", "Ghastly Eye Jewel affecting you, up to a maximum of +30%", statOrderKey = "6834,6834.1", statOrder = { 6834, 6834.1 }, level = 1, group = "MinionDamageOverTimeMultiplierPerMinionAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, - ["ArcaneSurgeEffectPerCasterAbyssJewelUnique__1"] = { affix = "", "8% increased Effect of Arcane Surge on you per", "Hypnotic Eye Jewel affecting you, up to a maximum of 40%", statOrderKey = "2704,2704.1", statOrder = { 2704, 2704.1 }, level = 1, group = "ArcaneSurgeEffectPerCasterAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, - ["MapAdditionalBlightEnchantment"] = { affix = "", "Area contains a Blight Encounter", statOrderKey = "6482", statOrder = { 6482 }, level = 1, group = "MapAdditionalBlightEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "map_has_blight_encounter", }, modTags = { }, }, - ["MapAdditionalBreachEnchantment1"] = { affix = "", "Area can contain Breaches", "Area contains an additional Breach", statOrderKey = "2053,6229", statOrder = { 2053, 6229 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAdditionalBreachEnchantment2"] = { affix = "", "Area can contain Breaches", "Area contains 2 additional Breaches", statOrderKey = "2053,6229", statOrder = { 2053, 6229 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAdditionalBreachEnchantment3__"] = { affix = "", "Area can contain Breaches", "Area contains 3 additional Breaches", statOrderKey = "2053,6229", statOrder = { 2053, 6229 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["MapAdditionalBreachEnchantment5"] = { affix = "", "Area can contain Breaches", "Area contains 5 additional Breaches", statOrderKey = "2053,6229", statOrder = { 2053, 6229 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GrantsCallOfSteelSkillUnique__1_"] = { affix = "", "Grants Call of Steel", statOrderKey = "401", statOrder = { 401 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["LocalVeiledModEffectUnique__1"] = { affix = "", "(60-90)% increased Unveiled Modifier magnitudes", statOrderKey = "20", statOrder = { 20 }, level = 85, group = "LocalVeiledModEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LocalFreezeAsThoughDealingMoreDamageUnique__1"] = { affix = "", "Hits with this Weapon Freeze Enemies as though dealing (150-200)% more Damage", statOrderKey = "5940", statOrder = { 5940 }, level = 1, group = "LocalFreezeAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, - ["LocalShockAsThoughDealingMoreDamageUnique__1"] = { affix = "", "Hits with this Weapon Shock Enemies as though dealing (150-200)% more Damage", statOrderKey = "5941", statOrder = { 5941 }, level = 1, group = "LocalShockAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "attack", "ailment" }, }, - ["LocalWeaponMoreIgniteDamageUnique__1"] = { affix = "", "Ignites inflicted with this Weapon deal (50-75)% more Damage", statOrderKey = "5942", statOrder = { 5942 }, level = 1, group = "LocalWeaponMoreIgniteDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack", "ailment" }, }, - ["ChanceToThrowFourAdditionalTrapsUnique__1"] = { affix = "", "(4-6)% chance to throw up to 4 additional Traps", statOrderKey = "4427", statOrder = { 4427 }, level = 1, group = "ChanceToThrowFourAdditionalTraps", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["GainMaximumPowerChargesOnVaalSkillUseUnique__1"] = { affix = "", "Gain up to maximum Power Charges when you use a Vaal Skill", statOrderKey = "5076", statOrder = { 5076 }, level = 1, group = "GainMaximumPowerChargesOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "vaal" }, }, - ["GainRandomChargeOnVaalSkillUseUnique__1_"] = { affix = "", "Gain an Endurance Charge, Frenzy Charge, and Power Charge when you use a Vaal Skill", statOrderKey = "5068", statOrder = { 5068 }, level = 1, group = "GainRandomChargeOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "frenzy_charge", "endurance_charge", "vaal" }, }, - ["CountOnFullLifeWhileAffectedByVulnerabilityUnique__1"] = { affix = "", "You count as on Full Life while you are Cursed with Vulnerability", statOrderKey = "2534", statOrder = { 2534 }, level = 1, group = "CountOnFullLifeWhileAffectedByVulnerability", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["VaalAttacksUseRageInsteadOfSoulsUnique__1_"] = { affix = "", "Vaal Attack Skills you Use yourself Cost Rage instead of requiring Souls", statOrderKey = "2109", statOrder = { 2109 }, level = 90, group = "VaalAttacksUseRageInsteadOfSouls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["CannotGainRageDuringSoulGainPreventionUnique__1__"] = { affix = "", "You cannot gain Rage during Soul Gain Prevention", statOrderKey = "4337", statOrder = { 4337 }, level = 1, group = "CannotGainRageDuringSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["SupportedByRageUnique__1__"] = { affix = "", "Socketed Gems are Supported by Level 30 Rage", statOrderKey = "155", statOrder = { 155 }, level = 1, group = "SupportedByMelee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, - ["ReducedRageCostUnique__1"] = { affix = "", "(10-25)% reduced Rage Cost of Skills", statOrderKey = "1399", statOrder = { 1399 }, level = 1, group = "RageCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["LifeAndReducedFireResistanceUnique__1"] = { affix = "", "(30-40)% increased maximum Life and reduced Fire Resistance", statOrderKey = "1131", statOrder = { 1131 }, level = 1, group = "LifeAndReducedFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, - ["ManaAndReducedColdResistanceUnique__1"] = { affix = "", "(30-40)% increased maximum Mana and reduced Cold Resistance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "ManaAndReducedColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning", "resistance" }, }, - ["EnergyShieldAndReducedLightningResistanceUnique__1"] = { affix = "", "(30-40)% increased Global maximum Energy Shield and reduced Lightning Resistance", statOrderKey = "1133", statOrder = { 1133 }, level = 1, group = "EnergyShieldAndReducedLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "cold", "resistance" }, }, - ["VaalSkillDamageUnique__1"] = { affix = "", "(80-120)% increased Damage with Vaal Skills", statOrderKey = "2510", statOrder = { 2510 }, level = 1, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, - ["VaalSoulGainPreventionUnique__1__"] = { affix = "", "(6-8)% reduced Soul Gain Prevention Duration", statOrderKey = "2521", statOrder = { 2521 }, level = 1, group = "VaalSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, - ["LuckyCriticalsOnLowLifeUnique__1___"] = { affix = "", "Your Critical Strike Chance is Lucky while on Low Life", statOrderKey = "4933", statOrder = { 4933 }, level = 1, group = "LuckyCriticalsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, - ["UltimatumTrialDifficultyDamage2__"] = { affix = "", "10% increased Monster Damage", statOrderKey = "1852", statOrder = { 1852 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["UltimatumTrialDifficultyDamage3"] = { affix = "", "20% increased Monster Damage", statOrderKey = "1852", statOrder = { 1852 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["UltimatumTrialDifficultyDamage4_"] = { affix = "", "30% increased Monster Damage", statOrderKey = "1852", statOrder = { 1852 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["UltimatumTrialDifficultyDamage5_"] = { affix = "", "50% increased Monster Damage", statOrderKey = "1852", statOrder = { 1852 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, - ["UltimatumTrialDifficultyLife2_"] = { affix = "", "30% more Monster Life", statOrderKey = "1841", statOrder = { 1841 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["UltimatumTrialDifficultyLife3"] = { affix = "", "70% more Monster Life", statOrderKey = "1841", statOrder = { 1841 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["UltimatumTrialDifficultyLife4_"] = { affix = "", "120% more Monster Life", statOrderKey = "1841", statOrder = { 1841 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["UltimatumTrialDifficultyLife5"] = { affix = "", "200% more Monster Life", statOrderKey = "1841", statOrder = { 1841 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, - ["EnergyShieldAdditiveModifiersInsteadApplyToWardUnique__"] = { affix = "", "Increases and Reductions to Maximum Energy Shield instead apply to Ward", statOrderKey = "4876", statOrder = { 4876 }, level = 1, group = "EnergyShieldAdditiveModifiersInsteadApplyToWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["GlobalAddedChaosDamageWardUnique__"] = { affix = "", "Gain Added Chaos Damage equal to 25% of Ward", statOrderKey = "1570", statOrder = { 1570 }, level = 1, group = "GlobalAddedChaosDamageWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, - ["LocalIncreasedWardPercentUnique__1_"] = { affix = "", "(33-48)% increased Ward", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercentUnique__2"] = { affix = "", "(25-35)% increased Ward", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercentUnique__3"] = { affix = "", "(30-50)% increased Ward", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercentUnique__4_"] = { affix = "", "(50-80)% increased Ward", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["DamageBypassesWardPercentUnique__1"] = { affix = "", "75% of Damage bypasses Ward", statOrderKey = "4103", statOrder = { 4103 }, level = 1, group = "DamageBypassesWardPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["WardDelayRecoveryUnique__1"] = { affix = "", "(20-30)% faster Restoration of Ward", statOrderKey = "1077", statOrder = { 1077 }, level = 1, group = "WardDelayRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["WardDelayRecoveryUnique__2"] = { affix = "", "(30-50)% slower Restoration of Ward", statOrderKey = "1077", statOrder = { 1077 }, level = 1, group = "WardDelayRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, - ["GrantsSummonArbalistsSkillUnique__1_"] = { affix = "", "Triggers Level 20 Summon Arbalists when Equipped", statOrderKey = "453", statOrder = { 453 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, - ["AdrenalineOnWardBreakUnique__1"] = { affix = "", "Gain Adrenaline for 3 seconds when Ward Breaks", statOrderKey = "5028", statOrder = { 5028 }, level = 1, group = "AdrenalineOnWardBreak", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskChargesFromKillsFinalUnique__1_"] = { affix = "", "80% less Flask Charges gained from Kills", statOrderKey = "4988", statOrder = { 4988 }, level = 1, group = "FlaskChargesFromKillsFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["FlaskChargePerSecondUniqueEnemyUnique__1___"] = { affix = "", "Flasks gain 1 Charge per second if you've Hit a Unique Enemy Recently", statOrderKey = "5060", statOrder = { 5060 }, level = 1, group = "FlaskChargePerSecondUniqueEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, - ["SummonArbalistNumberOfArbalistsAllowed"] = { affix = "", "+1 to number of Summoned Arbalists", statOrderKey = "6962", statOrder = { 6962 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistNumberOfAdditionalProjectiles_"] = { affix = "", "Summoned Arbalists fire (2-4) additional Projectiles", statOrderKey = "7408", statOrder = { 7408 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistAttackSpeed_"] = { affix = "", "Summoned Arbalists have (10-20)% increased Attack Speed", statOrderKey = "7395", statOrder = { 7395 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistTargetsToPierce"] = { affix = "", "Summoned Arbalists' Projectiles Pierce 2 additional Targets", statOrderKey = "7417", statOrder = { 7417 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistProjectilesFork"] = { affix = "", "Summoned Arbalists' Projectiles Fork", statOrderKey = "7416", statOrder = { 7416 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistChains_"] = { affix = "", "Summoned Arbalists' Projectiles Chain +2 times", statOrderKey = "7396", statOrder = { 7396 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistNumberOfSplits__"] = { affix = "", "Summoned Arbalists' Projectiles Split into 3", statOrderKey = "7409", statOrder = { 7409 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistChanceToDealDoubleDamage___"] = { affix = "", "Summoned Arbalists have (10-20)% chance to deal Double Damage", statOrderKey = "7399", statOrder = { 7399 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistChanceToMaimfor4secondsOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Maim for 4 seconds on Hit", statOrderKey = "7405", statOrder = { 7405 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistChanceToIntimidateFor4SecondsOnHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Intimidate for 4 seconds on Hit", statOrderKey = "7404", statOrder = { 7404 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistChanceToUnnerveFor4SecondsOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Unnerve for 4 seconds on Hit", statOrderKey = "7407", statOrder = { 7407 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistChanceToInflictFireExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Fire Exposure on Hit", statOrderKey = "7402", statOrder = { 7402 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistChanceToInflictColdExposureonHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Cold Exposure on Hit", statOrderKey = "7401", statOrder = { 7401 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistChanceToInflictLightningExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Lightning Exposure on Hit", statOrderKey = "7403", statOrder = { 7403 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistChanceToCrushOnHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Crush on Hit", statOrderKey = "7398", statOrder = { 7398 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistPhysicalDamagePercentToConvertToFire"] = { affix = "", "Summoned Arbalists Convert (30-50)% of Physical Damage to Fire Damage", statOrderKey = "7414", statOrder = { 7414 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistPhysicalDamagePercentToConvertToCold_"] = { affix = "", "Summoned Arbalists Convert (30-50)% of Physical Damage to Cold Damage", statOrderKey = "7413", statOrder = { 7413 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistPhysicalDamagePercentToConvertToLightning"] = { affix = "", "Summoned Arbalists Convert (30-50)% of Physical Damage to Lightning Damage", statOrderKey = "7415", statOrder = { 7415 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistPhysicalDamagePercentToAddAsFire"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Fire Damage", statOrderKey = "7411", statOrder = { 7411 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistPhysicalDamagePercentToAddAsCold_"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Cold Damage", statOrderKey = "7410", statOrder = { 7410 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistPhysicalDamagePercentToAddAsLightning"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Lightning Damage", statOrderKey = "7412", statOrder = { 7412 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistChanceToBleedPercent_"] = { affix = "", "Summoned Arbalists' Attacks have (30-50)% chance to inflict Bleeding", statOrderKey = "7397", statOrder = { 7397 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistChanceToPoisonPercent"] = { affix = "", "Summoned Arbalists have (30-50)% chance to Poison", statOrderKey = "7406", statOrder = { 7406 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["SummonArbalistChanceToIgniteFreezeShockPercent"] = { affix = "", "Summoned Arbalists have (15-25)% chance to Freeze, Shock, and Ignite", statOrderKey = "7400", statOrder = { 7400 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskMoreWardUnique1"] = { affix = "", "70% less Ward during Flask Effect", statOrderKey = "642", statOrder = { 642 }, level = 1, group = "FlaskMoreWardUnique1", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskFireColdLightningExposureOnNearbyEnemiesUnique1"] = { affix = "", "Inflict Fire, Cold and Lightning Exposure on nearby Enemies when used", statOrderKey = "558", statOrder = { 558 }, level = 1, group = "FlaskFireColdLightningExposureOnNearbyEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskNonDamagingAilmentIncreasedEffectUnique__1"] = { affix = "", "(20-30)% increased Effect of Non-Damaging Ailments you inflict during Flask Effect", statOrderKey = "635", statOrder = { 635 }, level = 1, group = "FlaskNonDamagingAilmentIncreasedEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskEnduranceChargePerSecondUnique1"] = { affix = "", "Gain 1 Endurance Charge per Second during Flask Effect", statOrderKey = "628", statOrder = { 628 }, level = 1, group = "FlaskEnduranceChargePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskLoseAllEnduranceChargesGainLifePerLostChargeUnique1"] = { affix = "", "Recover 4% of Life per Endurance Charge on use", "Lose all Endurance Charges on use", statOrderKey = "559,559.1", statOrder = { 559, 559.1 }, level = 1, group = "FlaskLoseAllEnduranceChargesGainLifePerLostCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskCullingStrikeUnique1"] = { affix = "", "Culling Strike during Flask Effect", statOrderKey = "626", statOrder = { 626 }, level = 1, group = "FlaskCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskRemoveEffectWhenWardBreaksUnique1"] = { affix = "", "Flask Effect is removed when Ward Breaks", statOrderKey = "536", statOrder = { 536 }, level = 1, group = "FlaskRemoveEffectWhenWardBreaks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, - ["FlaskDebilitateNearbyEnemiesWhenEffectEndsUnique_1"] = { affix = "", "Debilitate nearby Enemies for 2 Seconds when Flask Effect ends", statOrderKey = "531", statOrder = { 531 }, level = 1, group = "FlaskDebilitateNearbyEnemiesWhenEffectEnds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthUniqueRing2"] = { affix = "", "+(10-20) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthImplicitAmulet1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 7, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthImplicitBelt1"] = { affix = "", "+(25-35) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueHelmetDexInt1"] = { affix = "", "+20 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandMace1"] = { affix = "", "+10 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueAmulet5"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueIntHelmet3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsInt1"] = { affix = "", "+(5-10) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueDagger2"] = { affix = "", "+25 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesDex1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt1"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt2"] = { affix = "", "+(40-50) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 20, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt4"] = { affix = "", "+25 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesStr2"] = { affix = "", "+100 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandAxe3"] = { affix = "", "+(15-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBodyStrInt3"] = { affix = "", "+(30-40) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesStrDex3"] = { affix = "", "+10 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueHelmetStrDex3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueClaw5_"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueRing8"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBootsDexInt2"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandAxe5"] = { affix = "", "+10 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueTwoHandSword5"] = { affix = "", "+(40-50) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBelt7"] = { affix = "", "+(40-55) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueSceptre6"] = { affix = "", "+(50-70) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueBodyStr4"] = { affix = "", "+(10-20) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueQuiver6"] = { affix = "", "+(15-25) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueOneHandSword8"] = { affix = "", "+(35-50) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueGlovesStrInt2"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueRing31__"] = { affix = "", "+(15-25) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueClaw9"] = { affix = "", "+(10-15) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUniqueRing36"] = { affix = "", "+(30-40) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__1"] = { affix = "", "+30 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique___2"] = { affix = "", "+(30-50) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__3"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__4"] = { affix = "", "+30 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__5"] = { affix = "", "+(20-40) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__6"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__7_"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__8"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__9"] = { affix = "", "+(20-40) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__10"] = { affix = "", "+(20-40) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__11"] = { affix = "", "+(30-40) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__12"] = { affix = "", "+200 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__13_"] = { affix = "", "+(60-120) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__14"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__15"] = { affix = "", "+20 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__16"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 65, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__17"] = { affix = "", "+(20-30) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 62, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__18"] = { affix = "", "+(30-50) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__19_"] = { affix = "", "+(20-40) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__20_"] = { affix = "", "+20 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__21"] = { affix = "", "+(10-20) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 50, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["StrengthUnique__22"] = { affix = "", "+(20-50) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["PercentageStrengthUniqueBootsStrInt2"] = { affix = "", "(15-18)% increased Strength", statOrderKey = "866", statOrder = { 866 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Strength", statOrderKey = "866", statOrder = { 866 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUniqueJewel29"] = { affix = "", "(4-6)% increased Strength", statOrderKey = "866", statOrder = { 866 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__1"] = { affix = "", "100% reduced Strength", statOrderKey = "866", statOrder = { 866 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__2"] = { affix = "", "(4-6)% increased Strength", statOrderKey = "866", statOrder = { 866 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__3"] = { affix = "", "10% increased Strength", statOrderKey = "866", statOrder = { 866 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthUnique__4_"] = { affix = "", "10% reduced Strength", statOrderKey = "866", statOrder = { 866 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageStrengthImplicitMace1"] = { affix = "", "10% increased Strength", statOrderKey = "866", statOrder = { 866 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityImplicitAmulet1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 7, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityImplicitQuiver1"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 15, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueRing3"] = { affix = "", "+10 to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBodyDex1"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsInt1"] = { affix = "", "+(5-10) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsStrDex1"] = { affix = "", "+(40-60) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsInt2"] = { affix = "", "+5 to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsInt3"] = { affix = "", "+10 to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesDex2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesStrDex1"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueAmulet7"] = { affix = "", "+10 to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetStrDex2"] = { affix = "", "+(50-65) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueDagger3"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueShieldStrInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBow4"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBow6"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex3"] = { affix = "", "+15 to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBow7"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBodyDex4"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetDex4"] = { affix = "", "+(50-70) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesStrDex3"] = { affix = "", "+10 to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesInt4__"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueGlovesDexInt4"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetStrDex3"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueRing8"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex4_"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDexInt2"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBelt7"] = { affix = "", "+(40-55) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueQuiver6"] = { affix = "", "+(35-45) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueQuiver7"] = { affix = "", "+30 to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex8"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueJewel8"] = { affix = "", "+20 to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueDagger11"] = { affix = "", "+(10-15) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueDagger12"] = { affix = "", "+20 to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueClaw9"] = { affix = "", "+(10-15) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__1"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 53, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUniqueBootsDex9"] = { affix = "", "+(25-35) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__2"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 57, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__3"] = { affix = "", "+(30-50) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__4"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__5"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__6"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__7"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__8"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__9"] = { affix = "", "+25 to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__10_"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__11"] = { affix = "", "+(40-50) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__12"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__13"] = { affix = "", "+20 to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__14"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 65, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__15"] = { affix = "", "+(25-35) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__16"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__17"] = { affix = "", "+(20-30) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 62, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__18"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__19"] = { affix = "", "+(30-40) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 54, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__20__"] = { affix = "", "+(20-40) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__21_"] = { affix = "", "+(10-20) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 50, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__22"] = { affix = "", "+(30-50) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["DexterityUnique__23"] = { affix = "", "+(20-50) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["PercentageDexterityUniqueBodyDex7"] = { affix = "", "15% increased Dexterity", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Dexterity", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUniqueJewel29"] = { affix = "", "(4-6)% increased Dexterity", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__1"] = { affix = "", "100% reduced Dexterity", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__2"] = { affix = "", "(4-6)% increased Dexterity", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__3"] = { affix = "", "(8-12)% increased Dexterity", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__4"] = { affix = "", "(10-15)% increased Dexterity", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageDexterityUnique__5"] = { affix = "", "15% increased Dexterity", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueOneHandSword2"] = { affix = "", "+10 to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceImplicitAmulet1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 7, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueRing4"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsInt1"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesInt2"] = { affix = "", "+20 to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBelt1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueWand1"] = { affix = "", "+10 to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsDex1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueWand2"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBootsDex3"] = { affix = "", "+15 to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBodyInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueShieldDex3"] = { affix = "", "+(40-60) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBodyStrInt3"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesInt3"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesInt5"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetInt5"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetInt6"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetWard1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueRing13"] = { affix = "", "+(60-75) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueOneHandAxe1"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueSceptre5"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueGlovesStr3"] = { affix = "", "+(60-80) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueQuiver6"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueShieldInt4"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueStaff8"] = { affix = "", "+(80-120) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueBelt11"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueWand8"] = { affix = "", "+(10-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueHelmetInt9"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueDagger10_"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUniqueRing34"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["Intelligence__1"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__3"] = { affix = "", "+(15-25) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__4"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__5"] = { affix = "", "+40 to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__6"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__7"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__8"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__9"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__10"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__11"] = { affix = "", "+(40-50) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__12"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__13"] = { affix = "", "+20 to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__14"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 65, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__15_"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__16"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 60, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__17"] = { affix = "", "+(40-70) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__18"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__19"] = { affix = "", "+(30-50) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__20"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__21"] = { affix = "", "+(5-10) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__22_"] = { affix = "", "+(30-50) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__23"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__24"] = { affix = "", "-(25-15) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 28, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__25"] = { affix = "", "+(20-40) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__26_"] = { affix = "", "+(30-40) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__27"] = { affix = "", "+(20-30) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__28"] = { affix = "", "+(10-20) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 50, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["IntelligenceUnique__29"] = { affix = "", "+(20-50) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUniqueHelmetStrDex6"] = { affix = "", "(5-15)% increased Intelligence", statOrderKey = "868", statOrder = { 868 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUniqueStaff12_"] = { affix = "", "(14-18)% increased Intelligence", statOrderKey = "868", statOrder = { 868 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUniqueJewel29"] = { affix = "", "(10-15)% reduced Intelligence", statOrderKey = "868", statOrder = { 868 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__1"] = { affix = "", "100% reduced Intelligence", statOrderKey = "868", statOrder = { 868 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__2"] = { affix = "", "(4-6)% increased Intelligence", statOrderKey = "868", statOrder = { 868 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__3"] = { affix = "", "(8-12)% increased Intelligence", statOrderKey = "868", statOrder = { 868 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["PercentageIntelligenceUnique__4"] = { affix = "", "(5-8)% increased Intelligence", statOrderKey = "868", statOrder = { 868 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitAmulet1"] = { affix = "", "+(10-16) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueAmulet8"] = { affix = "", "+(80-100) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueBelt3"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 20, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueAmulet9"] = { affix = "", "+(20-40) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitWreath1"] = { affix = "", "+(16-24) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueRing6"] = { affix = "", "+(10-30) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueHelmetStr3"] = { affix = "", "+(20-25) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesTestUniqueAmulet1"] = { affix = "", "+500 to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueBodyStr3"] = { affix = "", "+(40-50) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueTwoHandMace7"] = { affix = "", "+(25-50) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitDemigodRing1"] = { affix = "", "+(8-12) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 16, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesImplicitDemigodOneHandSword1"] = { affix = "", "+(16-24) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueRing26"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 25, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueHelmetStrInt5"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueStaff10"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUniqueAmulet22"] = { affix = "", "+(5-10) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__1"] = { affix = "", "+(30-50) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__2"] = { affix = "", "+(10-15) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__3"] = { affix = "", "+(10-20) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__4"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__5"] = { affix = "", "+(25-75) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__6"] = { affix = "", "+(8-24) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__7"] = { affix = "", "+(15-30) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 57, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__8_"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__9"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__10_"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__11"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__12"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__13_"] = { affix = "", "+20 to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__14"] = { affix = "", "+(15-25) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__15"] = { affix = "", "+(25-30) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__16_"] = { affix = "", "+(15-25) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__17_"] = { affix = "", "+(10-20) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 65, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__18"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__19"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__20"] = { affix = "", "+(15-20) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__21"] = { affix = "", "+(25-30) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 85, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__22_"] = { affix = "", "+(20-30) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 60, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesUnique__23"] = { affix = "", "+(5-10) to all Attributes", statOrderKey = "858", statOrder = { 858 }, level = 50, group = "AllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IncreasedLifeImplicitShield1"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitShield2"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitShield3"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueOneHandSword1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetStr1"] = { affix = "", "+(25-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitRing1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 2, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitBelt1"] = { affix = "", "+(25-40) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 10, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr1"] = { affix = "", "+500 to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet4"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDex2"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr1"] = { affix = "", "+(160-180) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsInt4"] = { affix = "", "+20 to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr2"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueTwoHandAxe4"] = { affix = "", "+100 to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyDexInt1"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetDex4"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyInt5"] = { affix = "", "+6 to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesInt3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReducedLifeUniqueGlovesDexInt4"] = { affix = "", "-20 to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetStrDex4"] = { affix = "", "+(200-220) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet14"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 40, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueTwoHandMace6"] = { affix = "", "+(35-40) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyDex6"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetDex5"] = { affix = "", "+(10-20) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex3_"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStrInt6"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex2"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex6"] = { affix = "", "+(35-45) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing19"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt7"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt8"] = { affix = "", "+(75-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 63, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr2"] = { affix = "", "+(12-20) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueDescentShield1"] = { affix = "", "+15 to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueDescentHelmet1"] = { affix = "", "+10 to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueWand4"] = { affix = "", "+(15-20) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeImplicitGlovesDemigods1"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueOneHandAxe3"] = { affix = "", "+(10-15) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsStrDex3"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesDexInt5"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueHelmetStrDex5"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesStrDex4"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueQuiver3"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex7"] = { affix = "", "+(55-75) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesStr3"] = { affix = "", "+(60-75) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDexInt1"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrInt5"] = { affix = "", "+(80-90) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsStr2"] = { affix = "", "+(150-200) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDexInt1"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDex5"] = { affix = "", "+(70-90) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex4"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueGlovesStrInt2"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldDex6"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStrDex7"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueQuiver9"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBelt13"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrDex5"] = { affix = "", "+(160-200) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing28"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet19"] = { affix = "", "+(40-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 77, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueRing32"] = { affix = "", "+(0-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 82, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeFireResistUniqueBelt14"] = { affix = "", "+(70-85) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 65, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyDexInt3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet22"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 25, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStr6"] = { affix = "", "+(60-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrInt6"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBodyStrInt7"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueOneHandMace7"] = { affix = "", "+70 to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr4"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStr5"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsStr3_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueShieldStrInt5"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__15"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__4"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__5"] = { affix = "", "+(20-40) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__6"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueAmulet25"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__1"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__2"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__3"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique___7"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__8"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__9"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__10"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__11"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__12_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUniqueBootsDex9__"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__14"] = { affix = "", "+(45-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__13"] = { affix = "", "+(40-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__16"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__17"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__18"] = { affix = "", "+(35-45) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__19"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__20"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__21"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__22"] = { affix = "", "+(100-150) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 50, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__23"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__24"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__25"] = { affix = "", "+(25-35) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__26"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__27"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__28"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__29"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__30"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__31"] = { affix = "", "+(65-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__32"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__33"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__34"] = { affix = "", "+(200-240) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__35"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__36_"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__37"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__38"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__39"] = { affix = "", "+(20-30) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__40"] = { affix = "", "+(30-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__41"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__42_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__43"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__44"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__45"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__46"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__47"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__48"] = { affix = "", "+(30-40) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__49_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__50"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__51"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__52"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__53"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 75, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__54"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__55"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__56"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__57"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__58"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__59"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__60"] = { affix = "", "+(60-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__61"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__62"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__63_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__64"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__65"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 81, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__66"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__67_"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__68_"] = { affix = "", "+(50-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__69"] = { affix = "", "+(30-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__70"] = { affix = "", "+(90-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__71"] = { affix = "", "+(40-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__72_"] = { affix = "", "+(100-120) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__73"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__74"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__75"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__76"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__77"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__78"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__79"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__80_"] = { affix = "", "+(20-60) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__81"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__82"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__83"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__84"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__85_"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__86_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__87"] = { affix = "", "+23 to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 25, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__88"] = { affix = "", "+(50-175) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__89"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__90"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__91"] = { affix = "", "+(70-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__92_"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__93"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__94"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__95"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__96__"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__97"] = { affix = "", "+(50-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__98"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__99"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__100"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__101"] = { affix = "", "+(60-90) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__102"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__103"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 77, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__104_"] = { affix = "", "+100 to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__105"] = { affix = "", "+(60-80) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__106_"] = { affix = "", "+(120-160) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__107"] = { affix = "", "+(40-50) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__108"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__109_"] = { affix = "", "+(45-65) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__110"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__111__"] = { affix = "", "+(40-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__112"] = { affix = "", "+(80-100) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeUnique__113"] = { affix = "", "+(50-70) to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedManaImplicitRing1"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 2, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaImplicitArmour1"] = { affix = "", "+(20-25) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet1"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBow1"] = { affix = "", "+(80-100) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueTwoHandSword2"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueQuiver1"] = { affix = "", "+(10-30) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueQuiver1a"] = { affix = "", "+(10-30) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueDexHelmet1"] = { affix = "", "+(15-30) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueIntHelmet3"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueGlovesStr1"] = { affix = "", "(10-15)% reduced maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetInt4"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsInt4"] = { affix = "", "+20 to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueShieldInt2"] = { affix = "", "+(15-25) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueDagger4"] = { affix = "", "+(40-50) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyInt5"] = { affix = "", "+6 to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsInt5"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueGlovesInt3"] = { affix = "", "+(60-80) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet10"] = { affix = "", "+100 to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueWand3"] = { affix = "", "+(40-50) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBelt5"] = { affix = "", "+(45-55) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing14"] = { affix = "", "+(25-30) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetDexInt2"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetStrInt3"] = { affix = "", "+(100-120) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueClaw7"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing20"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetDexInt3"] = { affix = "", "+(30-40) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyDexInt2"] = { affix = "", "+(100-150) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueSceptre6"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueWand4"] = { affix = "", "+(15-20) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsStrDex4"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBootsStrDex3"] = { affix = "", "+(10-20) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing17"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetStrDex5_"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyInt9"] = { affix = "", "+(20-30) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet18"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueRing29"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueHelmetInt8"] = { affix = "", "+(30-60) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueAmulet19"] = { affix = "", "+(20-40) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueTwoHandAxe9"] = { affix = "", "+(100-150) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueBodyStrInt6"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUniqueOneHandMace7"] = { affix = "", "+70 to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__3"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__1"] = { affix = "", "+(60-120) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__2"] = { affix = "", "+30 to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__4"] = { affix = "", "+(80-120) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__5"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__6"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__7"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 24, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__8"] = { affix = "", "+(30-60) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 28, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__9"] = { affix = "", "+(50-80) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__10"] = { affix = "", "+(150-200) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__12"] = { affix = "", "+(20-50) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__13"] = { affix = "", "+(50-60) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__14"] = { affix = "", "+(40-60) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__15"] = { affix = "", "+(1-75) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__16"] = { affix = "", "+(30-50) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__17"] = { affix = "", "+(80-100) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__18"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__19"] = { affix = "", "+500 to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__20_"] = { affix = "", "+(120-160) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__21"] = { affix = "", "+(40-70) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaUnique__22__"] = { affix = "", "+(50-70) to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedEnergyShieldImplicitBelt1"] = { affix = "", "+(9-20) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 2, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldImplicitBelt2"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 99, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueClaw1"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueDagger4"] = { affix = "", "+50 to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueGlovesInt6"] = { affix = "", "+15 to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldImplicitRing1"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 25, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueAmulet14"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 40, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueBelt5"] = { affix = "", "+(60-70) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 70, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueRing18"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 25, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueBodyStrDexInt1"] = { affix = "", "+(70-80) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueQuiver7"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueBelt11"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueRing27"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUniqueRing35"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique___1"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__2"] = { affix = "", "+35 to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__3"] = { affix = "", "+(70-100) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__4"] = { affix = "", "+(75-80) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__5"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__6"] = { affix = "", "+250 to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__7"] = { affix = "", "+(80-120) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__8"] = { affix = "", "+(40-45) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__9"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldUnique__10"] = { affix = "", "+(60-70) to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_energy_shield_mod", }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsDex1"] = { affix = "", "+(100-150) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt5"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt9"] = { affix = "", "(200-220)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsDex8"] = { affix = "", "+(15-30) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetStrInt5_"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesStr4"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueShieldInt5"] = { affix = "", "+(70-90) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsDexInt4"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShiledUniqueBootsInt6"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergySheildUnique__1"] = { affix = "", "+(8-16) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergySheildUnique__2_"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__3"] = { affix = "", "+(15-25) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique___4"] = { affix = "", "+20 to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__5"] = { affix = "", "+(40-50) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__6"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__7"] = { affix = "", "+(150-200) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__8"] = { affix = "", "+(110-130) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 65, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__9"] = { affix = "", "+(100-120) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__10"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__11"] = { affix = "", "+(30-45) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__12"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__13_"] = { affix = "", "+40 to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__14"] = { affix = "", "+(50-80) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__15"] = { affix = "", "+(130-160) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__16"] = { affix = "", "+(90-110) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__17__"] = { affix = "", "+(30-50) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__18_"] = { affix = "", "+(64-96) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__19"] = { affix = "", "+(180-200) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__20"] = { affix = "", "+(15-50) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__21"] = { affix = "", "+(80-100) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__22"] = { affix = "", "+(130-150) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__23"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__24_"] = { affix = "", "+(160-180) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__25"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__26"] = { affix = "", "+(40-80) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__27_"] = { affix = "", "+(50-90) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__28"] = { affix = "", "+(50-70) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__29"] = { affix = "", "+(15-20) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__30__"] = { affix = "", "+(150-200) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUnique__31"] = { affix = "", "+(30-60) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["AddedPhysicalDamageImplicitRing1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 2, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitRing2"] = { affix = "", "Adds (3-4) to (10-14) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 100, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 7, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver1New"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 5, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver6New"] = { affix = "", "Adds (7-9) to (13-16) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 39, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver12New"] = { affix = "", "Adds (12-15) to (24-27) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 77, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver6_"] = { affix = "", "1 to 4 Added Physical Damage with Bow Attacks", statOrderKey = "1705", statOrder = { 1705 }, level = 7, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiverDescent"] = { affix = "", "1 to 4 Added Physical Damage with Bow Attacks", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageImplicitQuiver11"] = { affix = "", "6 to 12 Added Physical Damage with Bow Attacks", statOrderKey = "1705", statOrder = { 1705 }, level = 35, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBelt4"] = { affix = "", "Adds 5 to 15 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBodyStr2"] = { affix = "", "Adds 2 to 4 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBodyDex2"] = { affix = "", "Your Attacks deal -3 Physical Damage", statOrderKey = "2087", statOrder = { 2087 }, level = 1, group = "DewathsHidePhysicalDamageDealt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["AddedPhysicalDamageUniqueBodyDex4"] = { affix = "", "Adds 5 to 12 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueHelmetStr3"] = { affix = "", "Adds 40 to 60 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueRing8"] = { affix = "", "Adds 5 to 9 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Adds 20 to 30 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver3"] = { affix = "", "(10-14) to (19-24) Added Physical Damage with Bow Attacks", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver8"] = { affix = "", "6 to 10 Added Physical Damage with Bow Attacks", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueShieldDex6"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueJewel9"] = { affix = "", "Adds 3 to 7 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueQuiver9"] = { affix = "", "(8-10) to (14-16) Added Physical Damage with Bow Attacks", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueShieldStrDex3"] = { affix = "", "Adds 4 to 8 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueRing37"] = { affix = "", "Adds (5-10) to (11-15) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueBootsStr3"] = { affix = "", "Adds (2-5) to (7-10) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique___1"] = { affix = "", "Adds 5 to 10 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUniqueAmulet25"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__2"] = { affix = "", "Adds (5-15) to (25-50) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__3"] = { affix = "", "Adds 10 to 20 Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__4"] = { affix = "", "Adds 1 to (15-20) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__5"] = { affix = "", "Adds (3-6) to (10-12) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (4-10) to (14-36) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__7"] = { affix = "", "Adds (12-15) to (24-28) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__8"] = { affix = "", "Adds (8-12) to (15-20) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__9_"] = { affix = "", "Adds (5-7) to (11-12) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__10"] = { affix = "", "Adds (13-18) to (26-32) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageUnique__11__"] = { affix = "", "Adds (2-3) to (22-26) Physical Damage to Attacks", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__1"] = { affix = "", "Adds (15-20) to (30-40) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueSceptre9"] = { affix = "", "Adds (8-13) to (26-31) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandAxe3"] = { affix = "", "Adds 5 to 10 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueRapier2"] = { affix = "", "Adds 10 to 15 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "Adds 2 to 10 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandMace6"] = { affix = "", "Adds (43-56) to (330-400) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandMace7"] = { affix = "", "Adds 5 to 25 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword5"] = { affix = "", "Adds (60-70) to (71-80) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe3"] = { affix = "", "Adds (10-15) to (25-30) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandAxe7"] = { affix = "", "Adds (205-220) to (250-270) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueStaff7"] = { affix = "", "Adds (135-145) to (160-175) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentClaw1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe5"] = { affix = "", "Adds (11-14) to (18-23) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueBow7"] = { affix = "", "Adds (25-35) to (36-45) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueBow5"] = { affix = "", "Adds (15-20) to (25-30) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandSword8"] = { affix = "", "Adds (65-75) to (100-110) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "Adds (5-10) to (15-23) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueSceptre10"] = { affix = "", "Adds (35-46) to (85-128) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "Adds (5-10) to (13-20) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueWand9"] = { affix = "", "Adds (5-8) to (13-17) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__6"] = { affix = "", "Adds (60-80) to (150-180) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__7"] = { affix = "", "Adds (50-70) to (135-165) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__8"] = { affix = "", "Adds (35-40) to (55-60) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__9"] = { affix = "", "Adds (24-30) to (34-40) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__10"] = { affix = "", "Adds (5-8) to (15-20) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__11"] = { affix = "", "Adds (30-38) to (40-50) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__12"] = { affix = "", "Adds (30-45) to (80-100) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__13"] = { affix = "", "Adds (25-35) to (50-65) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__14"] = { affix = "", "Adds (40-50) to (130-150) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__15"] = { affix = "", "Adds (90-115) to (230-260) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__16_"] = { affix = "", "Adds (10-16) to (45-60) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__17_"] = { affix = "", "Adds (6-12) to (20-25) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 50, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__18"] = { affix = "", "Adds (30-40) to (70-80) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 40, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__19"] = { affix = "", "Adds (15-25) to (50-60) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 45, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__20_"] = { affix = "", "Adds (10-20) to (30-40) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 46, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__21"] = { affix = "", "Adds (90-110) to (145-170) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__22"] = { affix = "", "Adds (80-95) to (220-240) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__23_"] = { affix = "", "Adds (35-50) to (100-125) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__24"] = { affix = "", "Adds (60-80) to (270-320) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__25"] = { affix = "", "Adds (8-13) to (20-30) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__26"] = { affix = "", "Adds (70-80) to (340-375) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__27"] = { affix = "", "Adds (80-115) to (150-205) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__28"] = { affix = "", "Adds (160-185) to (200-225) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__29___"] = { affix = "", "Adds (80-100) to (200-225) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__30_"] = { affix = "", "Adds (45-60) to (100-120) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__31"] = { affix = "", "Adds (220-240) to (270-300) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__32"] = { affix = "", "Adds (94-98) to (115-121) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 77, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__33_"] = { affix = "", "Adds (242-260) to (268-285) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 75, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__34"] = { affix = "", "Adds (11-14) to (17-21) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__35"] = { affix = "", "Adds (83-91) to (123-130) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__36"] = { affix = "", "Adds (70-85) to (110-118) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__37"] = { affix = "", "Adds (42-47) to (66-71) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__38"] = { affix = "", "Adds (25-35) to (45-55) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 75, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__39"] = { affix = "", "Adds (85-110) to (135-150) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__40__"] = { affix = "", "Adds (16-22) to (40-45) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhyiscalDamageUnique__41_"] = { affix = "", "Adds (40-65) to (70-100) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedFireDamageImplicitQuiver1"] = { affix = "", "Adds 2 to 4 Fire Damage to Attacks", statOrderKey = "1037", statOrder = { 1037 }, level = 2, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageImplicitQuiver2New"] = { affix = "", "Adds 3 to 5 Fire Damage to Attacks", statOrderKey = "1037", statOrder = { 1037 }, level = 12, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageImplicitQuiver9New"] = { affix = "", "Adds (12-15) to (24-27) Fire Damage to Attacks", statOrderKey = "1037", statOrder = { 1037 }, level = 57, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageImplicitQuiver10"] = { affix = "", "4 to 8 Added Fire Damage with Bow Attacks", statOrderKey = "1715", statOrder = { 1715 }, level = 28, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueQuiver1a"] = { affix = "", "5 to 10 Added Fire Damage with Bow Attacks", statOrderKey = "1715", statOrder = { 1715 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueBootsStrDex1"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueGlovesInt1"] = { affix = "", "Adds 4 to 8 Fire Damage to Attacks", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueAmulet7"] = { affix = "", "Adds 12 to 24 Fire Damage to Attacks", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueBodyInt5"] = { affix = "", "Adds 2 to 3 Fire Damage to Spells and Attacks", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueRing10"] = { affix = "", "Adds (8-15) to (20-28) Fire Damage to Attacks", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueRing20"] = { affix = "", "Adds (20-25) to (30-50) Fire Damage to Spells and Attacks", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueBelt10"] = { affix = "", "Adds (7-8) to (15-16) Fire Damage to Attacks", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueRing31"] = { affix = "", "Adds (8-10) to (12-14) Fire Damage to Spells and Attacks", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueRing28"] = { affix = "", "Adds (12-15) to (25-30) Fire Damage to Attacks", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueShieldStr3"] = { affix = "", "Adds (12-15) to (30-35) Fire Damage to Spells and Attacks", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUniqueShieldDemigods"] = { affix = "", "Adds 10 to 20 Fire Damage to Attacks", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUniqueRing36"] = { affix = "", "Adds (8-12) to (20-30) Fire Damage to Attacks", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageUnique__1_"] = { affix = "", "Adds (16-20) to (25-30) Fire Damage to Spells and Attacks", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUnique__2"] = { affix = "", "Adds (19-22) to (30-35) Fire Damage to Spells and Attacks", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUnique__3"] = { affix = "", "Adds (25-30) to (40-45) Fire Damage to Spells and Attacks", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageUnique__4"] = { affix = "", "Adds 40 to 75 Fire Damage to Attacks", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedColdDamageImplicitQuiver1"] = { affix = "", "Adds 2 to 3 Cold Damage to Attacks", statOrderKey = "1044", statOrder = { 1044 }, level = 2, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueBodyDex1"] = { affix = "", "(105-145) to (160-200) Added Cold Damage with Bow Attacks", statOrderKey = "1723", statOrder = { 1723 }, level = 47, group = "SpecificWeaponColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueDexHelmet1"] = { affix = "", "Adds 6 to 12 Cold Damage to Attacks", statOrderKey = "1044", statOrder = { 1044 }, level = 15, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueBodyInt5"] = { affix = "", "Adds 2 to 3 Cold Damage to Spells and Attacks", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUniqueBow9"] = { affix = "", "Adds (48-60) to (72-90) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueRing18"] = { affix = "", "Adds (20-25) to (30-50) Cold Damage to Spells and Attacks", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUniqueBelt10"] = { affix = "", "Adds (5-6) to (12-14) Cold Damage to Attacks", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueRing30"] = { affix = "", "Adds (7-10) to (15-20) Cold Damage to Spells and Attacks", statOrderKey = "1048", statOrder = { 1048 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUniqueGlovesStrInt3_"] = { affix = "", "Adds (30-36) to (44-50) Cold Damage to Attacks", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUniqueShieldStrDex3"] = { affix = "", "Adds 12 to 15 Cold Damage to Attacks", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Attacks", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__2"] = { affix = "", "Adds (16-20) to (25-30) Cold Damage to Spells and Attacks", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__3"] = { affix = "", "Adds (19-22) to (30-35) Cold Damage to Spells and Attacks", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__4"] = { affix = "", "Adds (25-30) to (40-45) Cold Damage to Spells and Attacks", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageUnique__5"] = { affix = "", "Adds (26-32) to (42-48) Cold Damage to Attacks", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__6"] = { affix = "", "Adds (12-15) to (25-30) Cold Damage to Attacks", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__7"] = { affix = "", "Adds (30-40) to (80-100) Cold Damage to Attacks", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__8"] = { affix = "", "Adds (11-15) to (23-28) Cold Damage to Attacks", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__9"] = { affix = "", "Adds 30 to 65 Cold Damage to Attacks", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageUnique__10"] = { affix = "", "Adds (15-20) to (25-35) Cold Damage to Spells and Attacks", statOrderKey = "1048", statOrder = { 1048 }, level = 25, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedLightningDamageImplicitQuiver1"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks", statOrderKey = "1053", statOrder = { 1053 }, level = 2, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueHelmetStrInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Spells and Attacks", statOrderKey = "1079", statOrder = { 1079 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUniqueBootsStrInt1"] = { affix = "", "Adds 1 to 120 Lightning Damage to Attacks", statOrderKey = "1053", statOrder = { 1053 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueGlovesInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrderKey = "1053", statOrder = { 1053 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueGlovesDexInt1"] = { affix = "", "Adds 1 to 13 Lightning Damage to Attacks", statOrderKey = "1053", statOrder = { 1053 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueDagger3"] = { affix = "", "Adds 3 to 30 Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLocalLightningDamageUniqueClaw1"] = { affix = "", "Adds 1 to 200 Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBow8"] = { affix = "", "Adds 1 to 85 Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBodyInt5_"] = { affix = "", "Adds 1 to 4 Lightning Damage to Spells and Attacks", statOrderKey = "1079", statOrder = { 1079 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUniqueGlovesDexInt3"] = { affix = "", "Adds 1 to 100 Lightning Damage to Attacks", statOrderKey = "1053", statOrder = { 1053 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBodyInt8"] = { affix = "", "Adds 1 to 40 Lightning Damage to Attacks", statOrderKey = "1053", statOrder = { 1053 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBow9"] = { affix = "", "Adds 1 to (120-150) Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBodyStrDex2"] = { affix = "", "Adds 1 to (20-30) Lightning Damage to Attacks", statOrderKey = "1053", statOrder = { 1053 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueRing19"] = { affix = "", "Adds 1 to (50-70) Lightning Damage to Spells and Attacks", statOrderKey = "1079", statOrder = { 1079 }, level = 25, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUniqueBelt10"] = { affix = "", "Adds 1 to (30-34) Lightning Damage to Attacks", statOrderKey = "1053", statOrder = { 1053 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUniqueBelt12"] = { affix = "", "Adds 1 to (30-50) Lightning Damage to Attacks", statOrderKey = "1053", statOrder = { 1053 }, level = 55, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueOneHandSword6"] = { affix = "", "Adds 1 to (550-650) Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageUnique__1"] = { affix = "", "Adds (1-3) to (42-47) Lightning Damage to Spells and Attacks", statOrderKey = "1079", statOrder = { 1079 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (68-72) Lightning Damage to Spells and Attacks", statOrderKey = "1079", statOrder = { 1079 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageUnique__3"] = { affix = "", "Adds 10 to 130 Lightning Damage to Attacks", statOrderKey = "1053", statOrder = { 1053 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedChaosDamageUniqueRing1"] = { affix = "", "Adds 1 to 3 Chaos Damage to Attacks", statOrderKey = "1059", statOrder = { 1059 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBootsStrDex4"] = { affix = "", "Adds (6-9) to (12-16) Chaos Damage to Attacks", statOrderKey = "1059", statOrder = { 1059 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBootsStrInt2"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks", statOrderKey = "1059", statOrder = { 1059 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueQuiver7"] = { affix = "", "Adds (13-18) to (26-32) Chaos Damage to Attacks", statOrderKey = "1059", statOrder = { 1059 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueAmulet23"] = { affix = "", "Adds 19 to 43 Chaos Damage to Attacks", statOrderKey = "1059", statOrder = { 1059 }, level = 25, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUniqueBow12"] = { affix = "", "Adds (50-80) to (130-180) Chaos Damage", statOrderKey = "1060", statOrder = { 1060 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageUnique__1"] = { affix = "", "Adds 12 to 24 Chaos Damage to Attacks", statOrderKey = "1059", statOrder = { 1059 }, level = 25, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LifeLeechUniqueRing2"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueRing2"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechImplicitClaw1"] = { affix = "", "8% of Physical Attack Damage Leeched as Life", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadImplicitClaw1"] = { affix = "", "1.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechImplicitClaw2"] = { affix = "", "10% of Physical Attack Damage Leeched as Life", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadImplicitClaw2"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueTwoHandMace1"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueTwoHandMace1"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueGlovesStrDex1"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueGlovesStrDex1"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBelt1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueShieldDex2"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueShieldDex2"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueAmulet9"] = { affix = "", "(6-10)% of Physical Attack Damage Leeched as Life", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueAmulet9"] = { affix = "", "(1.2-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueTwoHandAxe4"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueTwoHandAxe4"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueClaw3"] = { affix = "", "6% of Physical Attack Damage Leeched as Life", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueClaw3"] = { affix = "", "1.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueClaw6"] = { affix = "", "15% of Physical Attack Damage Leeched as Life", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueClaw6"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueRing12"] = { affix = "", "(3-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueRing12"] = { affix = "", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueHelmetInt7"] = { affix = "", "(2-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueHelmetInt7"] = { affix = "", "(0.4-0.8)% of Attack Damage Leeched as Life", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueBodyStr3"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBodyStr3"] = { affix = "", "1% of Attack Damage Leeched as Life", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueBodyStrDex3"] = { affix = "", "(2-3)% of Physical Attack Damage Leeched as Life", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBodyStrDex3"] = { affix = "", "(0.4-0.6)% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechUniqueBodyStrInt5"] = { affix = "", "(4-5)% of Physical Attack Damage Leeched as Life", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueBodyStrInt5"] = { affix = "", "(0.8-1)% of Attack Damage Leeched as Life", statOrderKey = "1323", statOrder = { 1323 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechUniqueShieldDex5"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueShieldDex5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueHelmetDexInt6"] = { affix = "", "(0.4-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__2"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__3"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriad__1"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__4"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__5"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUnique__6"] = { affix = "", "(0.8-1)% of Physical Attack Damage Leeched as Life", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["AxeBonus1"] = { affix = "Butcher's", "5% increased Physical Damage with Axes", "2% increased Attack Speed with Axes", "3% increased Accuracy Rating with Axes", statOrderKey = "981,1090,1107", statOrder = { 981, 1090, 1107 }, level = 6, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["StaffBonus1"] = { affix = "Monk's", "5% increased Physical Damage with Staves", "2% increased Attack Speed with Staves", "3% increased Accuracy Rating with Staves", statOrderKey = "985,1091,1108", statOrder = { 985, 1091, 1108 }, level = 8, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["ClawBonus1"] = { affix = "Feline", "5% increased Physical Damage with Claws", "2% increased Attack Speed with Claws", "3% increased Accuracy Rating with Claws", statOrderKey = "993,1092,1109", statOrder = { 993, 1092, 1109 }, level = 10, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["DaggerBonus1"] = { affix = "Assassin's", "5% increased Physical Damage with Daggers", "2% increased Attack Speed with Daggers", "3% increased Accuracy Rating with Daggers", statOrderKey = "999,1093,1110", statOrder = { 999, 1093, 1110 }, level = 7, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["MaceBonus1"] = { affix = "Crusher's", "5% increased Physical Damage with Maces or Sceptres", "2% increased Attack Speed with Maces or Sceptres", "3% increased Accuracy Rating with Maces or Sceptres", statOrderKey = "1005,1094,1111", statOrder = { 1005, 1094, 1111 }, level = 5, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["BowBonus1"] = { affix = "Archer's", "5% increased Physical Damage with Bows", "2% increased Attack Speed with Bows", "3% increased Accuracy Rating with Bows", statOrderKey = "1011,1095,1112", statOrder = { 1011, 1095, 1112 }, level = 3, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["SwordBonus1"] = { affix = "Blademaster's", "5% increased Physical Damage with Swords", "2% increased Attack Speed with Swords", "3% increased Accuracy Rating with Swords", statOrderKey = "1016,1096,1113", statOrder = { 1016, 1096, 1113 }, level = 2, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["WandBonus1"] = { affix = "Magician's", "5% increased Physical Damage with Wands", "2% increased Attack Speed with Wands", "3% increased Accuracy Rating with Wands", statOrderKey = "1023,1097,1114", statOrder = { 1023, 1097, 1114 }, level = 4, group = "SpecificWeaponBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["AccuracyPercentImplicitSword1"] = { affix = "", "40% increased Global Accuracy Rating", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentImplicitSword2"] = { affix = "", "30% increased Global Accuracy Rating", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentImplicit2HSword1"] = { affix = "", "60% increased Global Accuracy Rating", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentImplicit2HSword2_"] = { affix = "", "45% increased Global Accuracy Rating", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentUniqueBow5"] = { affix = "", "(15-30)% increased Global Accuracy Rating", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentUniqueClaw9"] = { affix = "", "15% reduced Global Accuracy Rating", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyPercentUnique__1"] = { affix = "", "100% reduced Global Accuracy Rating", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StaffBlockPercentImplicitStaff1"] = { affix = "", "+18% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "835", statOrder = { 835 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentImplicitStaff2"] = { affix = "", "+20% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "835", statOrder = { 835 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentImplicitStaff3"] = { affix = "", "+25% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "835", statOrder = { 835 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUniqueStaff7"] = { affix = "", "+6% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "835", statOrder = { 835 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUniqueStaff9"] = { affix = "", "+12% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "835", statOrder = { 835 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__1"] = { affix = "", "+15% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "835", statOrder = { 835 }, level = 36, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__2_"] = { affix = "", "+10% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "835", statOrder = { 835 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__3"] = { affix = "", "+(12-16)% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "835", statOrder = { 835 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__4_"] = { affix = "", "+5% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "835", statOrder = { 835 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffBlockPercentUnique__5"] = { affix = "", "+15% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "835", statOrder = { 835 }, level = 1, group = "StaffBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StaffSpellBlockPercentImplicitStaff__1"] = { affix = "", "+20% Chance to Block Spell Damage while wielding a Staff", statOrderKey = "834", statOrder = { 834 }, level = 1, group = "StaffSpellBlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueHelmetStrDex4"] = { affix = "", "6% Chance to Block Attack Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueAmulet16"] = { affix = "", "8% Chance to Block Attack Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueDescentStaff1"] = { affix = "", "16% Chance to Block Attack Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUniqueQuiver4"] = { affix = "", "(20-24)% Chance to Block Attack Damage", statOrderKey = "825", statOrder = { 825 }, level = 35, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentMarakethDaggerImplicit1"] = { affix = "", "4% Chance to Block Attack Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentMarakethDaggerImplicit2_"] = { affix = "", "6% Chance to Block Attack Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockPercentUnique__1"] = { affix = "", "(8-12)% Chance to Block Attack Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ElementalDamagePercentImplicitSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptre2"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptre3"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew1"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew2"] = { affix = "", "12% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew3"] = { affix = "", "12% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew4"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew5"] = { affix = "", "14% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew6"] = { affix = "", "16% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew7"] = { affix = "", "16% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew8"] = { affix = "", "22% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew9"] = { affix = "", "18% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew10"] = { affix = "", "18% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew11"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew12___"] = { affix = "", "22% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew13"] = { affix = "", "24% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew14"] = { affix = "", "24% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew15"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew16"] = { affix = "", "26% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew17"] = { affix = "", "26% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew18"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew19"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew20"] = { affix = "", "32% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew21__"] = { affix = "", "32% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitSceptreNew22"] = { affix = "", "40% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentImplicitAtlasRing_"] = { affix = "", "(15-25)% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 100, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentUnique__1"] = { affix = "", "(15-50)% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercentUnique__2"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["IncreasedPhysicalDamagePercentImplicitBelt1"] = { affix = "", "(12-24)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 2, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe1"] = { affix = "", "8% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentImplicitMarakethOneHandAxe2"] = { affix = "", "12% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueRing1"] = { affix = "", "5% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueHelmetStr1"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueQuiver2"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 7, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt2"] = { affix = "", "(25-40)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueShieldStrDex1"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueHelmetStrDex2"] = { affix = "", "10% reduced Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueGlovesStr2"] = { affix = "", "10% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt9d"] = { affix = "", "(20-30)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueDescentClaw1"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueShieldDexInt1"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBelt13"] = { affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueJewel9"] = { affix = "", "10% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueBootsDexInt4"] = { affix = "", "20% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUniqueSwordImplicit1"] = { affix = "", "30% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__1"] = { affix = "", "(8-12)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__2"] = { affix = "", "(8-12)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__3"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 55, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__4"] = { affix = "", "100% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__5"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__6"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercentUnique__7"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword2"] = { affix = "", "150% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1"] = { affix = "", "50% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow1"] = { affix = "", "(90-105)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow3"] = { affix = "", "(90-105)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace1"] = { affix = "", "(140-200)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace2"] = { affix = "", "200% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword1"] = { affix = "", "(120-150)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger2"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe2"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword3"] = { affix = "", "(180-220)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueRapier1"] = { affix = "", "(250-300)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueWand1"] = { affix = "", "(250-275)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace3"] = { affix = "", "(200-230)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger3"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace1"] = { affix = "", "(50-75)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow4"] = { affix = "", "30% less Damage", statOrderKey = "2077", statOrder = { 2077 }, level = 1, group = "QuillRainWeaponDamageFinalPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow5"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe3"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace4"] = { affix = "", "150% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow6"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow7"] = { affix = "", "(70-80)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw1"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueSceptre1"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw2"] = { affix = "", "(75-100)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe4"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw3"] = { affix = "", "(150-170)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace5"] = { affix = "", "(200-220)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueRapier2"] = { affix = "", "(120-150)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw4"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw5"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueClaw6"] = { affix = "", "(100-120)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueBow8"] = { affix = "", "No Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword4"] = { affix = "", "(250-300)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe5"] = { affix = "", "(120-160)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword5"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueSceptre5"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueBow10"] = { affix = "", "(50-70)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace7"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDescentStaff1"] = { affix = "", "100% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDescentBow1"] = { affix = "", "100% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace3"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger9"] = { affix = "", "(250-270)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8"] = { affix = "", "(230-260)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe5"] = { affix = "", "(130-150)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword7"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe8"] = { affix = "", "(120-140)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8"] = { affix = "", "(30-50)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueStaff9"] = { affix = "", "100% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueSceptre9"] = { affix = "", "20% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandMace4"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandMace5"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandSceptre10"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueOneHandSword11"] = { affix = "", "(80-95)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageUniqueClaw8"] = { affix = "", "(160-180)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueWand9"] = { affix = "", "(80-120)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9"] = { affix = "", "(190-240)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger11"] = { affix = "", "(50-70)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueDagger12"] = { affix = "", "(20-40)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique13"] = { affix = "", "(120-160)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe8"] = { affix = "", "(30-50)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword12"] = { affix = "", "(20-50)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandSword13"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace6"] = { affix = "", "(300-360)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7"] = { affix = "", "(160-200)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandMace8"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueStaff14"] = { affix = "", "(80-100)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueSceptre2"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace8"] = { affix = "", "(150-200)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__1"] = { affix = "", "(110-130)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__2"] = { affix = "", "(100-125)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhyiscalDamagePercentUnique__3"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__4"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__5"] = { affix = "", "(140-160)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__6"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__7"] = { affix = "", "(130-160)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__8"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__9"] = { affix = "", "(170-190)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__10"] = { affix = "", "(100-120)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__11_"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__12"] = { affix = "", "(40-60)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__13"] = { affix = "", "(100-140)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__14"] = { affix = "", "(35-50)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__15"] = { affix = "", "(50-75)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__16"] = { affix = "", "(260-310)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__17_"] = { affix = "", "(170-190)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__18"] = { affix = "", "(220-250)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__19"] = { affix = "", "(200-300)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__20"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__21"] = { affix = "", "(70-90)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__22"] = { affix = "", "(140-170)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__23"] = { affix = "", "(200-240)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__24"] = { affix = "", "(280-320)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__25"] = { affix = "", "(170-200)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__26"] = { affix = "", "100% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__27"] = { affix = "", "(140-160)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__28__"] = { affix = "", "(150-170)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__29"] = { affix = "", "(180-200)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__30"] = { affix = "", "(185-215)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__31"] = { affix = "", "(180-220)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__32"] = { affix = "", "(30-60)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__33"] = { affix = "", "(140-152)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__34___"] = { affix = "", "(180-210)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__35"] = { affix = "", "(180-210)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__36_"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__37__"] = { affix = "", "(40-50)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__38"] = { affix = "", "(165-195)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__39"] = { affix = "", "(140-175)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__40"] = { affix = "", "(200-250)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__41___"] = { affix = "", "(140-180)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__42"] = { affix = "", "(230-260)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__43"] = { affix = "", "(200-250)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUnique__44"] = { affix = "", "(120-160)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueTwoHandSword6"] = { affix = "", "No Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueWand6"] = { affix = "", "No Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUniqueOneHandSword7"] = { affix = "", "No Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUnique__1"] = { affix = "", "No Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalReducedPhysicalDamagePercentUnique__2"] = { affix = "", "No Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedPhysicalDamagePercentOnLowLifeUniqueOneHandSword1"] = { affix = "", "100% increased Damage when on Low Life", statOrderKey = "897", statOrder = { 897 }, level = 1, group = "PhysicalDamagePercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ReducedPhysicalDamagePercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "50% reduced Damage when on Low Life", statOrderKey = "897", statOrder = { 897 }, level = 1, group = "PhysicalDamagePercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalAddedPhysicalDamageUniqueBow1"] = { affix = "", "Adds (6-12) to (20-32) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword1"] = { affix = "", "Adds 2 to 6 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueTwoHandMace3"] = { affix = "", "Adds 30 to 40 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueClaw3"] = { affix = "", "Adds 10 to 12 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageOneHandAxe1"] = { affix = "", "Adds 10 to 20 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentDagger1"] = { affix = "", "Adds 1 to 4 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentOneHandAxe1"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDescentStaff1"] = { affix = "", "Adds 2 to 4 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger2"] = { affix = "", "Adds 12 to 24 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger8"] = { affix = "", "Adds (50-60) to (120-140) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueSceptre7"] = { affix = "", "Adds (65-85) to (100-160) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword9"] = { affix = "", "Adds (30-50) to (65-80) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword10"] = { affix = "", "Adds (3-6) to (33-66) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueBow11"] = { affix = "", "Adds (12-16) to (20-24) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger11"] = { affix = "", "Adds (1-2) to (3-5) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueDagger12"] = { affix = "", "Adds (3-6) to (9-13) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueClaw9"] = { affix = "", "Adds (2-6) to (16-22) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe7"] = { affix = "", "Adds (5-15) to (20-25) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe8"] = { affix = "", "Adds (5-9) to (13-17) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword12"] = { affix = "", "Adds (3-4) to (5-8) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandSword13"] = { affix = "", "Adds (5-8) to (10-14) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUniqueOneHandMace8"] = { affix = "", "Adds 10 to 15 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique14"] = { affix = "", "Adds (10-16) to (12-30) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage__1"] = { affix = "", "Adds (7-10) to (15-25) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__2_"] = { affix = "", "Adds (25-50) to (85-125) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__3"] = { affix = "", "Adds 20 to 50 Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__4"] = { affix = "", "Adds (18-22) to (36-44) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__5"] = { affix = "", "Adds (8-12) to (16-24) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__6_"] = { affix = "", "Adds (26-32) to (36-42) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageUnique__7_"] = { affix = "", "Adds (75-92) to (125-154) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBodyStrInt1"] = { affix = "", "60% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueIntHelmet1"] = { affix = "", "+(60-80) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBootsInt1"] = { affix = "", "+(10-16) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueShieldInt1"] = { affix = "", "(120-160)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueShieldInt2"] = { affix = "", "(40-80)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBodyInt8"] = { affix = "", "(125-150)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsInt2"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt1"] = { affix = "", "+18 to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt2"] = { affix = "", "+32 to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt4"] = { affix = "", "(140-160)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBootsInt4"] = { affix = "", "(40-60)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt1"] = { affix = "", "(100-150)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt3"] = { affix = "", "(210-250)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt4"] = { affix = "", "(120-160)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBootsInt5"] = { affix = "", "(140-180)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyInt7"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt4"] = { affix = "", "(40-60)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt5"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesInt6"] = { affix = "", "(180-250)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueGlovesDexInt3"] = { affix = "", "+(25-30) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt5_"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt6"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt7"] = { affix = "", "(120-150)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueShieldInt3"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueBodyStrDexInt1g"] = { affix = "", "(270-300)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldUniqueHelmetInt10"] = { affix = "", "(130-170)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUniqueBootsInt6"] = { affix = "", "(50-80)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent__1"] = { affix = "", "(250-300)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent__2"] = { affix = "", "(210-250)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercent___3"] = { affix = "", "(110-130)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique___4_"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(150-200)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__6"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__7"] = { affix = "", "(80-100)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__8"] = { affix = "", "(475-600)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__9"] = { affix = "", "(240-260)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__10"] = { affix = "", "(150-180)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__11"] = { affix = "", "(100-120)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__12"] = { affix = "", "(120-150)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__13"] = { affix = "", "(150-180)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__14"] = { affix = "", "(130-150)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__15_"] = { affix = "", "(200-250)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__16"] = { affix = "", "(150-180)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__17"] = { affix = "", "(120-140)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 84, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__18"] = { affix = "", "(220-250)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 82, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__19"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__20_"] = { affix = "", "(100-130)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__21"] = { affix = "", "(180-220)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__22"] = { affix = "", "(200-230)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__23"] = { affix = "", "(240-280)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__24"] = { affix = "", "(180-230)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__25_"] = { affix = "", "(200-250)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__26"] = { affix = "", "(60-80)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__27"] = { affix = "", "(80-120)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__28__"] = { affix = "", "(100-150)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__29"] = { affix = "", "(80-130)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__30___"] = { affix = "", "(300-350)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentUnique__31____"] = { affix = "", "(140-180)% increased Energy Shield", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUniqueOneHandSword2"] = { affix = "", "(40-50)% increased maximum Energy Shield", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrInt1"] = { affix = "", "60% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr1"] = { affix = "", "+(15-25) to Armour", statOrderKey = "1207", statOrder = { 1207 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr1"] = { affix = "", "(50-80)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr1"] = { affix = "", "+(10-20) to Armour", statOrderKey = "1207", statOrder = { 1207 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr2"] = { affix = "", "(40-60)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr2"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr3"] = { affix = "", "(120-150)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Armour", statOrderKey = "1207", statOrder = { 1207 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr3"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStrDex3"] = { affix = "", "+(200-300) to Armour", statOrderKey = "1207", statOrder = { 1207 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr3"] = { affix = "", "(180-220)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStrDex2"] = { affix = "", "+(5-10) to Armour", statOrderKey = "1207", statOrder = { 1207 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2"] = { affix = "", "+(180-220) to Armour", statOrderKey = "1207", statOrder = { 1207 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr5"] = { affix = "", "+(400-600) to Armour", statOrderKey = "1207", statOrder = { 1207 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueGlovesStr3"] = { affix = "", "(200-220)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStrDexInt1a"] = { affix = "", "(380-420)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueHelmetStrDex6"] = { affix = "", "(100-150)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBootsStr3"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(100-140)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique6"] = { affix = "", "(90-140)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique7"] = { affix = "", "(120-180)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique8_"] = { affix = "", "(90-150)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__2"] = { affix = "", "+(120-160) to Armour", statOrderKey = "1207", statOrder = { 1207 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__3"] = { affix = "", "(350-400)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__4"] = { affix = "", "(120-160)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__5"] = { affix = "", "(130-170)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__7"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__8"] = { affix = "", "(50-100)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__10"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__11"] = { affix = "", "(130-150)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__12"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__13"] = { affix = "", "(100-120)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_"] = { affix = "", "(180-220)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__15"] = { affix = "", "(80-100)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__16"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__17"] = { affix = "", "(150-200)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__18"] = { affix = "", "(150-180)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__19"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__20"] = { affix = "", "(60-80)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__21"] = { affix = "", "(50-80)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__22"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__23"] = { affix = "", "(120-150)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__24"] = { affix = "", "(100-150)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__25"] = { affix = "", "(150-250)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentUnique__26"] = { affix = "", "(80-120)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingTransformedUnique__1"] = { affix = "", "+2000 to Armour", statOrderKey = "1207", statOrder = { 1207 }, level = 38, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUnique__1"] = { affix = "", "+(100-120) to Armour", statOrderKey = "1207", statOrder = { 1207 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingUnique__2"] = { affix = "", "(200-250)% increased Armour", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex1"] = { affix = "", "(140-220)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueDexHelmet2"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1"] = { affix = "", "(80-120)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex1"] = { affix = "", "+(40-50) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex1"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex1"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex1"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex3"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex2"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex3"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex4"] = { affix = "", "(50-70)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex3"] = { affix = "", "+(30-50) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex3"] = { affix = "", "(180-200)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesDex2"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex5"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex5"] = { affix = "", "(200-250)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesStrDex3"] = { affix = "", "+(35-45) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueHelmetDex6"] = { affix = "", "150% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUniqueBodyDex6"] = { affix = "", "+(240-380) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyDex6"] = { affix = "", "(200-240)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex5"] = { affix = "", "+(20-30) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3"] = { affix = "", "(180-220)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex6"] = { affix = "", "(160-200)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex4"] = { affix = "", "+(40-60) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUniqueBodyDex7"] = { affix = "", "+(120-180) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__1"] = { affix = "", "+(100-150) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__2"] = { affix = "", "+(600-700) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__3"] = { affix = "", "+(400-500) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__4"] = { affix = "", "+(350-500) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUnique__5"] = { affix = "", "+(80-120) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex4"] = { affix = "", "(30-50)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueGlovesDexInt5"] = { affix = "", "(150-180)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsDex7"] = { affix = "", "180% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyStrDexInt1c"] = { affix = "", "(380-420)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueShieldDex5"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUniqueBootsStrDex5"] = { affix = "", "(100-150)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvationRatingPercentUniqueBootsDex9"] = { affix = "", "(20-40)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__1"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__2"] = { affix = "", "(120-160)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__3"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__4"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__5"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__6"] = { affix = "", "(300-340)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__7"] = { affix = "", "(100-130)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__8"] = { affix = "", "(80-100)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__9"] = { affix = "", "(130-150)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__10"] = { affix = "", "(100-120)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__11"] = { affix = "", "(450-500)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__12"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__13"] = { affix = "", "(110-150)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__14"] = { affix = "", "(120-150)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__15_"] = { affix = "", "(60-80)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__16"] = { affix = "", "(60-120)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__17"] = { affix = "", "(120-150)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingPercentUnique__18"] = { affix = "", "(170-250)% increased Evasion Rating", statOrderKey = "1217", statOrder = { 1217 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt1"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt1"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2"] = { affix = "", "(60-80)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt1"] = { affix = "", "(20-60)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt2"] = { affix = "", "(180-220)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt3"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt4"] = { affix = "", "(300-400)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt5"] = { affix = "", "(80-100)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt3"] = { affix = "", "(140-160)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt4"] = { affix = "", "(120-140)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt6"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1e"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1h"] = { affix = "", "(200-220)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt5"] = { affix = "", "(220-240)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt3"] = { affix = "", "(160-180)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergySheildUniqueGlovesStrInt2"] = { affix = "", "(150-180)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt5"] = { affix = "", "(60-100)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt6"] = { affix = "", "(70-80)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__1"] = { affix = "", "(120-180)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt6"] = { affix = "", "(150-170)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUniqueBodyStrInt7"] = { affix = "", "(150-170)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__2"] = { affix = "", "(50-75)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__3"] = { affix = "", "(140-190)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__4"] = { affix = "", "200% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__5"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__6"] = { affix = "", "(240-300)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__7"] = { affix = "", "(60-140)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__8"] = { affix = "", "(200-250)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__9_"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__10_"] = { affix = "", "(140-180)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__11"] = { affix = "", "(150-190)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__12"] = { affix = "", "(140-220)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__13_"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__14"] = { affix = "", "(250-300)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__15"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__16"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__17_"] = { affix = "", "(100-140)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__18_"] = { affix = "", "(200-250)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__19"] = { affix = "", "333% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__20"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__21"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__22"] = { affix = "", "(300-400)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__23_"] = { affix = "", "(70-130)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__24"] = { affix = "", "(120-160)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEnergyShieldUnique__25"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrderKey = "1219", statOrder = { 1219 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueStrDexHelmet1"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex2"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex1"] = { affix = "", "(100-120)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex2"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex4"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBootsStrDex3"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex2"] = { affix = "", "(90-120)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueHelmetStrDex5"] = { affix = "", "(60-80)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex4"] = { affix = "", "(120-140)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDexInt1b"] = { affix = "", "(200-220)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex4"] = { affix = "", "(160-200)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex5"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueBodyStrDex5"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueGlovesStrDex6"] = { affix = "", "(90-110)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex3"] = { affix = "", "(90-130)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUniqueShieldStrDex4"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__1"] = { affix = "", "(120-160)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__2"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__3_"] = { affix = "", "(40-70)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__4"] = { affix = "", "(200-250)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__5_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__6"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__7"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__8_"] = { affix = "", "(100-140)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__9"] = { affix = "", "(170-200)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__10_"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__11"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__12"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__13"] = { affix = "", "(150-300)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__14"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__15_"] = { affix = "", "(120-150)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__16__"] = { affix = "", "(300-400)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__17_"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__18"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__19_"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedArmourAndEvasionUnique__20"] = { affix = "", "(200-250)% increased Armour and Evasion", statOrderKey = "1220", statOrder = { 1220 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt1"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt3"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt2"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1d"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyStrDexInt1f"] = { affix = "", "(200-220)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt5"] = { affix = "", "(245-280)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueGlovesDexInt6"] = { affix = "", "(100-130)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt3"] = { affix = "", "(220-250)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt4"] = { affix = "", "(120-150)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt6"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "(120-140)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__2"] = { affix = "", "(90-110)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__3"] = { affix = "", "(230-260)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__4"] = { affix = "", "(140-170)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__5"] = { affix = "", "(140-180)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__6_"] = { affix = "", "(100-120)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__7"] = { affix = "", "(130-150)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__8"] = { affix = "", "(80-100)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__9"] = { affix = "", "(500-600)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__10"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__11_"] = { affix = "", "(160-180)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__12"] = { affix = "", "(180-220)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__13"] = { affix = "", "(120-170)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__14"] = { affix = "", "(160-200)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__15"] = { affix = "", "(260-300)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__16"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__17"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__18"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__19___"] = { affix = "", "(250-300)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__20"] = { affix = "", "(300-400)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__21_"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__22"] = { affix = "", "(140-180)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__23"] = { affix = "", "(200-250)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__24"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__25"] = { affix = "", "(400-500)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__26"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__27"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__28"] = { affix = "", "(80-120)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__29"] = { affix = "", "(350-400)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__30_"] = { affix = "", "(400-500)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__31"] = { affix = "", "(100-140)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__32_"] = { affix = "", "(160-220)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEvasionAndEnergyShieldUnique__33"] = { affix = "", "(140-160)% increased Evasion and Energy Shield", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedArmourEvasionEnergyShieldUnique__1_"] = { affix = "", "(250-350)% increased Armour, Evasion and Energy Shield", statOrderKey = "1222", statOrder = { 1222 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueHelmetInt2"] = { affix = "", "+(30-50) to maximum Energy Shield", "(10-15)% increased Stun and Block Recovery", statOrderKey = "1225,1544", statOrder = { 1225, 1544 }, level = 1, group = "IncreasedEnergyShieldAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3"] = { affix = "", "(100-140)% increased Energy Shield", "(10-15)% increased Stun and Block Recovery", statOrderKey = "1226,1544", statOrder = { 1226, 1544 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecoveryUnique__1"] = { affix = "", "+(100-120) to maximum Energy Shield", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1225,1544", statOrder = { 1225, 1544 }, level = 1, group = "IncreasedEnergyShieldAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecoveryUniqueStrHelmet2"] = { affix = "", "(100-120)% increased Armour", "10% increased Stun and Block Recovery", statOrderKey = "1209,1544", statOrder = { 1209, 1544 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1"] = { affix = "", "(180-220)% increased Armour", "20% increased Stun and Block Recovery", statOrderKey = "1209,1544", statOrder = { 1209, 1544 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["LocalIncreasedEvasionPercentAndStunRecoveryUniqueDexHelmet1"] = { affix = "", "70% increased Evasion Rating", "15% increased Stun and Block Recovery", statOrderKey = "1217,1544", statOrder = { 1217, 1544 }, level = 1, group = "DefencesPercentAndStunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalAddedFireDamageUniqueTwoHandAxe1"] = { affix = "", "Adds (16-21) to (32-38) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 37, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueRapier1"] = { affix = "", "Adds 3 to 7 Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueBow6"] = { affix = "", "Adds 25 to 50 Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueTwoHandSword6"] = { affix = "", "Adds (425-475) to (550-600) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueDescentOneHandMace1"] = { affix = "", "Adds 3 to 6 Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueStaff13"] = { affix = "", "Adds (10-15) to (20-25) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUniqueOneHandAxe7"] = { affix = "", "Adds (5-15) to (20-25) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__2"] = { affix = "", "Adds (10-14) to (18-22) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__3"] = { affix = "", "Adds (315-360) to (450-540) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__4"] = { affix = "", "Adds (223-250) to (264-280) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__5__"] = { affix = "", "Adds (130-160) to (220-240) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageUnique__6"] = { affix = "", "Adds (30-45) to (60-80) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageImplicitE1_"] = { affix = "", "Adds (40-48) to (60-72) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 30, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageImplicitE2_"] = { affix = "", "Adds (70-84) to (110-124) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 50, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageImplicitE3_"] = { affix = "", "Adds (105-116) to (160-172) Fire Damage", statOrderKey = "1038", statOrder = { 1038 }, level = 70, group = "FireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedColdDamageUniqueTwoHandMace2"] = { affix = "", "Adds 11 to 23 Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 19, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueTwoHandSword2"] = { affix = "", "Adds 35 to 70 Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 18, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueClaw5"] = { affix = "", "Adds 25 to 50 Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueDescentOneHandAxe1"] = { affix = "", "Adds 2 to 4 Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueOneHandMace4_"] = { affix = "", "Adds (10-20) to (30-50) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueStaff13"] = { affix = "", "Adds (10-15) to (20-25) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUniqueStaff14"] = { affix = "", "Adds (25-35) to (45-60) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__2"] = { affix = "", "Adds (26-32) to (36-42) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__3"] = { affix = "", "Adds (30-38) to (40-50) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__4"] = { affix = "", "Adds (120-140) to (180-210) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__5"] = { affix = "", "Adds (80-100) to (160-200) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__6_"] = { affix = "", "Adds (310-350) to (460-500) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__7"] = { affix = "", "Adds (160-190) to (280-320) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__8"] = { affix = "", "Adds (130-150) to (270-300) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageUnique__9_"] = { affix = "", "Adds (385-440) to (490-545) Cold Damage", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedLightningDamageUniqueOneHandSword3"] = { affix = "", "Adds 1 to (210-250) Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueBow10"] = { affix = "", "Adds 1 to (275-325) Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueDescentTwoHandSword1_"] = { affix = "", "Adds 1 to 9 Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueOneHandSword7"] = { affix = "", "Adds 1 to (40-50) Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUniqueStaff14"] = { affix = "", "Adds (1-10) to (70-90) Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__2"] = { affix = "", "Adds 1 to (35-45) Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (45-55) Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (50-60) Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageUnique__5"] = { affix = "", "Adds 1 to (60-70) Lightning Damage", statOrderKey = "1054", statOrder = { 1054 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["IncreasedPhysicalDamageReductionRatingPercentUniqueJewel50"] = { affix = "", "(15-20)% increased Armour", statOrderKey = "1208", statOrder = { 1208 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(10-15)% increased Armour", statOrderKey = "1208", statOrder = { 1208 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedEvasionRatingPercentUnique__1_"] = { affix = "", "(60-100)% increased Evasion Rating", statOrderKey = "1216", statOrder = { 1216 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingPercentUnique__2"] = { affix = "", "(15-25)% increased Evasion Rating", statOrderKey = "1216", statOrder = { 1216 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEnergyShieldPercentUniqueJewel51"] = { affix = "", "(3-6)% increased maximum Energy Shield", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__1"] = { affix = "", "20% increased maximum Energy Shield", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__2_"] = { affix = "", "(4-6)% increased maximum Energy Shield", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__3"] = { affix = "", "(6-10)% increased maximum Energy Shield", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__4"] = { affix = "", "5% increased maximum Energy Shield", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldPercentUnique__5"] = { affix = "", "(6-10)% increased maximum Energy Shield", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldPercentUniqueAmulet13"] = { affix = "", "50% reduced maximum Energy Shield", statOrderKey = "1227", statOrder = { 1227 }, level = 20, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldPercentUniqueRing16"] = { affix = "", "(5-10)% reduced maximum Energy Shield", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEvasionRatingUniqueQuiver1"] = { affix = "", "+(80-100) to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueAmulet7"] = { affix = "", "+(100-150) to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueRapier1"] = { affix = "", "+(20-40) to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueOneHandSword4"] = { affix = "", "+(400-500) to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueAmulet17"] = { affix = "", "+(80-100) to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueQuiver3_"] = { affix = "", "+350 to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueOneHandSword9"] = { affix = "", "+(180-200) to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUniqueRing30"] = { affix = "", "+(200-300) to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique___1"] = { affix = "", "+110 to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__2"] = { affix = "", "+300 to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__3"] = { affix = "", "+(1000-1500) to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__4"] = { affix = "", "+(300-500) to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__5_"] = { affix = "", "+(600-700) to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingUnique__6_"] = { affix = "", "+(600-1000) to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_evasion_mod", }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUniqueBodyInt5"] = { affix = "", "+(10-20) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalIncreasedEvasionRatingUniqueBootsDex8"] = { affix = "", "+(30-50) to Evasion Rating", statOrderKey = "1215", statOrder = { 1215 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueRing12"] = { affix = "", "+(260-300) to Armour", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_armour_mod", }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueAmulet16"] = { affix = "", "+(400-500) to Armour", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_armour_mod", }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueQuiver4"] = { affix = "", "+(400-450) to Armour", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_armour_mod", }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueBelt9"] = { affix = "", "+(300-350) to Armour", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_armour_mod", }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUniqueJewel9"] = { affix = "", "+50 to Armour", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_armour_mod", }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__1"] = { affix = "", "+(450-500) to Armour", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_armour_mod", }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__3"] = { affix = "", "+(400-500) to Armour", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_armour_mod", }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__2"] = { affix = "", "+(260-300) to Armour", statOrderKey = "1207", statOrder = { 1207 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__4"] = { affix = "", "+(350-400) to Armour", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_armour_mod", }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__5"] = { affix = "", "+(180-200) to Armour", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_armour_mod", }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__6_"] = { affix = "", "+(800-1200) to Armour", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_armour_mod", }, modTags = { "armour", "defences" }, }, + ["IncreasedPhysicalDamageReductionRatingUnique__7"] = { affix = "", "+(600-700) to Armour", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_armour_mod", }, modTags = { "armour", "defences" }, }, + ["MovementVelocityMarakethBowImplicit1"] = { affix = "", "6% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityMarakethBowImplicit2"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitShield1"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitShield2"] = { affix = "", "6% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitShield3"] = { affix = "", "9% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueTwoHandSword1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueAmulet5"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueIntHelmet2"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt2"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDexInt1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStr1"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueGlovesStrDex2"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueShieldStr1"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityImplicitArmour1"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueTwoHandSword3"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetStrDex2"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueTwoHandMace3"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex2"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt4"] = { affix = "", "(5-15)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBow7"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyDex4"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetStrDex1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueClaw3"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyDex5"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt5"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetDex6"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueHelmetInt6"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueAmulet12"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueBootsDex4"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueBodyDex6"] = { affix = "", "25% reduced Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVeolcityUniqueBootsDemigods1"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique___6"] = { affix = "", "50% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDexInt2"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityDescent2Boots1"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex4"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyDex7"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex3"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueOneHandAxe3"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrInt2_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex7"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsA1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsW1"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueOneHandSword9"] = { affix = "", "3% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrInt3"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityVictorAmulet"] = { affix = "", "(3-6)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 16, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyStrDex5_"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBodyStr5"] = { affix = "", "20% reduced Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueAmulet20"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueJewel43"] = { affix = "", "4% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueOneHandAxe7"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsDexInt4"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStrDex5"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsStr3"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUniqueBootsInt6"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__1"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__2"] = { affix = "", "(5-10)% reduced Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__3"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__4"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique___5"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__7"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__8"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__9_"] = { affix = "", "(3-5)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__10"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__11"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__12"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__13"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__14"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__15"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__16"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__17__"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__18"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__19"] = { affix = "", "15% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__20_"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__21"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__22"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__23_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__24"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__25"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__26"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__27"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__28"] = { affix = "", "(20-30)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__29"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__30"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__31"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__32"] = { affix = "", "(10-15)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__33_"] = { affix = "", "(5-10)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__34"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__35"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__36_"] = { affix = "", "(5-8)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__37"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__38"] = { affix = "", "(1-20)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__39_"] = { affix = "", "(20-30)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__40"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__42"] = { affix = "", "10% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__43"] = { affix = "", "25% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__44"] = { affix = "", "5% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__45"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__46"] = { affix = "", "(8-12)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__47_"] = { affix = "", "20% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityUnique__48"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUnique__1"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUnique__2"] = { affix = "", "10% reduced Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUnique__3"] = { affix = "", "3% reduced Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUniqueOneHandMace7"] = { affix = "", "5% reduced Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ReducedMovementVelocityUniqueCorruptedJewel2_"] = { affix = "", "15% reduced Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["SpellDamageImplicitShield1"] = { affix = "", "(5-10)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitShield2"] = { affix = "", "(10-15)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitShield3"] = { affix = "", "(15-20)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitArmour1"] = { affix = "", "(3-10)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageImplicitGloves1"] = { affix = "", "(12-16)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueHelmetDexInt1"] = { affix = "", "(15-30)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueGlovesInt2"] = { affix = "", "(50-60)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueShieldInt1"] = { affix = "", "(40-60)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueShieldStrInt1"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueWand1"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueStaff2"] = { affix = "", "(50-60)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueSceptre2"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueBodyInt7"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueSceptre5"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueDescentWand1"] = { affix = "", "20% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueWand4"] = { affix = "", "(20-28)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueStaff6"] = { affix = "", "(120-160)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueWand7"] = { affix = "", "(20-40)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueHelmetInt8"] = { affix = "", "(80-100)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueDagger10"] = { affix = "", "(40-60)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SpellDamageUniqueStaff12"] = { affix = "", "(50-70)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueStaff11_"] = { affix = "", "(40-60)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueCorruptedJewel3_"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUniqueRing35"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__1"] = { affix = "", "(0-30)% reduced Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__2"] = { affix = "", "(60-80)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__3"] = { affix = "", "40% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__4"] = { affix = "", "(20-45)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__5"] = { affix = "", "(75-90)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__6"] = { affix = "", "(30-40)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__7"] = { affix = "", "(40-50)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__8_"] = { affix = "", "(100-140)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__9"] = { affix = "", "(70-100)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__10"] = { affix = "", "(30-50)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__11"] = { affix = "", "(20-40)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 85, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__12"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageUnique__13"] = { affix = "", "(20-25)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueDagger1"] = { affix = "", "(50-70)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueDagger4"] = { affix = "", "(60-70)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueWand3"] = { affix = "", "80% reduced Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponUniqueTwoHandAxe9"] = { affix = "", "(100-200)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand1"] = { affix = "", "(8-12)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand2"] = { affix = "", "(10-14)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand3"] = { affix = "", "(11-15)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand4"] = { affix = "", "(13-17)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand5"] = { affix = "", "(15-19)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand6"] = { affix = "", "(17-21)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand7"] = { affix = "", "(18-22)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand8"] = { affix = "", "(20-24)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand9"] = { affix = "", "(22-26)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand10"] = { affix = "", "(24-28)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand11"] = { affix = "", "(26-30)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand12"] = { affix = "", "(27-31)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand13"] = { affix = "", "(29-33)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand14"] = { affix = "", "(31-35)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand15"] = { affix = "", "(33-37)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand16"] = { affix = "", "(35-39)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand17"] = { affix = "", "(36-40)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponImplicitWand18"] = { affix = "", "(38-42)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["WeaponElementalDamageUniqueShieldStrInt4"] = { affix = "", "(10-20)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueRing10"] = { affix = "", "(20-30)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueBelt5"] = { affix = "", "(10-20)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueRing21"] = { affix = "", "30% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitBow1"] = { affix = "", "(20-24)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitBow2"] = { affix = "", "(25-28)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitBow3"] = { affix = "", "(29-32)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitSword1"] = { affix = "", "30% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageImplicitQuiver13New"] = { affix = "", "(20-30)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 83, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUniqueBelt10"] = { affix = "", "10% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__1"] = { affix = "", "(4-12)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__2"] = { affix = "", "(20-40)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__3"] = { affix = "", "(40-55)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__4"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageUnique__5"] = { affix = "", "(25-30)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ThisWeaponsWeaponElementalDamageUniqueWand6"] = { affix = "", "Attacks with this Weapon have (100-115)% increased Elemental Damage", statOrderKey = "2518", statOrder = { 2518 }, level = 1, group = "ThisWeaponWeaponElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ManaLeechUniqueOneHandSword2"] = { affix = "", "(3-5)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1351", statOrder = { 1351 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueOneHandSword2"] = { affix = "", "(0.6-1)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1352", statOrder = { 1352 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueTwoHandSword2"] = { affix = "", "3% of Physical Attack Damage Leeched as Mana", statOrderKey = "1351", statOrder = { 1351 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueTwoHandSword2"] = { affix = "", "0.6% of Physical Attack Damage Leeched as Mana", statOrderKey = "1352", statOrder = { 1352 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueAmulet3"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1349", statOrder = { 1349 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueAmulet3"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechStrDexHelmet1"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1349", statOrder = { 1349 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadStrDexHelmet1"] = { affix = "", "0.4% of Attack Damage Leeched as Mana", statOrderKey = "1356", statOrder = { 1356 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechUniqueGlovesStrDex1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1349", statOrder = { 1349 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueGlovesStrDex1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueBelt1"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1349", statOrder = { 1349 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueBelt1"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueTwoHandMace4"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1351", statOrder = { 1351 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueTwoHandMace4"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1352", statOrder = { 1352 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueHelmetInt7"] = { affix = "", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1349", statOrder = { 1349 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueHelmetInt7"] = { affix = "", "(0.2-0.4)% of Attack Damage Leeched as Mana", statOrderKey = "1356", statOrder = { 1356 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechUniqueRing17"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1349", statOrder = { 1349 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueRing17"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueGlovesDexInt6"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1349", statOrder = { 1349 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueGlovesDexInt6"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechUniqueBodyStr6"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1349", statOrder = { 1349 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUniqueBodyStr6"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUnique__1"] = { affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadUnique__2"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1352", statOrder = { 1352 }, level = 1, group = "ManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ItemFoundQuantityIncreaseUniqueGlovesInt1"] = { affix = "", "(5-10)% increased Quantity of Items found", statOrderKey = "1256", statOrder = { 1256 }, level = 14, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueBelt3"] = { affix = "", "(6-8)% increased Quantity of Items found", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueBootsDex2"] = { affix = "", "(14-20)% increased Quantity of Items found", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueRing7"] = { affix = "", "(10-16)% increased Quantity of Items found", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueShieldInt4"] = { affix = "", "(4-8)% increased Quantity of Items found", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueBodyStr5"] = { affix = "", "(10-15)% increased Quantity of Items found", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreaseUniqueRing32"] = { affix = "", "(-10-10)% reduced Quantity of Items found", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityReduceUniqueCorruptedJewel1"] = { affix = "", "10% reduced Quantity of Items found", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundQuantityIncreasedUnique__1"] = { affix = "", "5% increased Quantity of Items found", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseImplicitRing1"] = { affix = "", "(6-15)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseImplicitAmulet1"] = { affix = "", "(12-20)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 10, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRing3"] = { affix = "", "(50-70)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueAmulet6"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 25, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueStrDexHelmet1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueBootsDexInt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueGlovesStrDex2"] = { affix = "", "(40-50)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueTwoHandAxe2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityDecreaseUniqueRapier1"] = { affix = "", "20% reduced Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityDecreaseUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityDecreaseUniqueRing10"] = { affix = "", "(10-20)% reduced Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueHelmetDex3"] = { affix = "", "10% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueHelmetWreath1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRing6"] = { affix = "", "(10-30)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueHelmetDex6"] = { affix = "", "(20-25)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRapier2"] = { affix = "", "20% reduced Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityDecreaseUniqueOneHandSword4"] = { affix = "", "50% reduced Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueBootsDemigods1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueShieldStrDex2"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseImplicitDemigodsBelt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRingDemigods1"] = { affix = "", "(16-24)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 16, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueBodyStr5"] = { affix = "", "(30-50)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueRing32_"] = { affix = "", "(-40-40)% reduced Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUniqueShieldDemigods"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__1"] = { affix = "", "10% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__2"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__3"] = { affix = "", "(6-30)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__4_"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemFoundRarityIncreaseUnique__5"] = { affix = "", "(15-25)% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedEnergyShieldDelayUniqueBodyInt1"] = { affix = "", "10% faster start of Energy Shield Recharge", statOrderKey = "1228", statOrder = { 1228 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUniqueDagger4"] = { affix = "", "10% faster start of Energy Shield Recharge", statOrderKey = "1228", statOrder = { 1228 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUniqueQuiver7"] = { affix = "", "80% faster start of Energy Shield Recharge", statOrderKey = "1228", statOrder = { 1228 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUniqueBelt11"] = { affix = "", "50% increased Energy Shield Recharge Rate", statOrderKey = "1231", statOrder = { 1231 }, level = 28, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUniqueCorruptedJewel15"] = { affix = "", "20% faster start of Energy Shield Recharge", statOrderKey = "1228", statOrder = { 1228 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedEnergyShieldDelayUniqueHelmetInt4"] = { affix = "", "50% reduced Energy Shield Recharge Rate", statOrderKey = "1231", statOrder = { 1231 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayUnique__1"] = { affix = "", "(30-50)% faster start of Energy Shield Recharge", statOrderKey = "1228", statOrder = { 1228 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReducedEnergyShieldDelayImplicit1_"] = { affix = "", "(10-15)% faster start of Energy Shield Recharge", statOrderKey = "1228", statOrder = { 1228 }, level = 93, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedCastSpeedImplicitMarakethWand1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedImplicitMarakethWand2"] = { affix = "", "14% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueAmulet1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueIntHelmet2"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesInt2"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesStr1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand1"] = { affix = "", "10% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff2"] = { affix = "", "(10-20)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesInt4"] = { affix = "", "10% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand3"] = { affix = "", "(10-20)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueAmulet16"] = { affix = "", "10% reduced Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueClaw7"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueDescentWand1"] = { affix = "", "12% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueSceptre6"] = { affix = "", "(15-18)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand4"] = { affix = "", "(5-8)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueGlovesDemigods1"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff5"] = { affix = "", "18% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueSceptre7"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand7"] = { affix = "", "(25-30)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueRing27"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueBootsDex5"] = { affix = "", "10% reduced Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueHelmetInt8"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueHelmetStrInt6"] = { affix = "", "15% reduced Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUniqueGlovesStrInt4_"] = { affix = "", "(20-30)% reduced Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["ReducedCastSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueAmulet20"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueStaff12"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueWand10"] = { affix = "", "10% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueTwoHandMace8"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUniqueRing38"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__1"] = { affix = "", "(4-8)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__2"] = { affix = "", "(14-18)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__3"] = { affix = "", "(30-40)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__4"] = { affix = "", "(4-6)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__5"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__6"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__7"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__8"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__9"] = { affix = "", "(8-12)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__10"] = { affix = "", "(12-20)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__11__"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__12"] = { affix = "", "(6-10)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__13"] = { affix = "", "(25-30)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__14"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__15_"] = { affix = "", "(5-10)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__16"] = { affix = "", "(15-20)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__17"] = { affix = "", "(1-20)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__18_"] = { affix = "", "(5-7)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__19__"] = { affix = "", "(8-15)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__20"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__21"] = { affix = "", "(7-12)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedUnique__22"] = { affix = "", "(15-25)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedFishing__Unique1"] = { affix = "", "(10-15)% increased Cast Speed", statOrderKey = "1115", statOrder = { 1115 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring", "caster", "speed" }, }, + ["LocalIncreasedAttackSpeedImplicitMarakethOneHandMace1"] = { affix = "", "4% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedImplicitMarakethOneHandMace2"] = { affix = "", "6% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow1"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow2"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword3"] = { affix = "", "20% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueRapier1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandMace3"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDagger3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandMace1"] = { affix = "", "45% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow4"] = { affix = "", "100% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow5"] = { affix = "", "20% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandMace4"] = { affix = "", "50% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow6"] = { affix = "", "(10-14)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw1"] = { affix = "", "(20-30)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueSceptre1"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw2"] = { affix = "", "20% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow8"] = { affix = "", "(36-50)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw3"] = { affix = "", "5% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandAxe1"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow9"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedOneHandSword3"] = { affix = "", "(10-20)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow10"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword6"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandAxe2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDescentDagger1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDescentBow1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDescentOneHandMace1"] = { affix = "", "20% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandAxe7"] = { affix = "", "(12-16)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueSceptre7"] = { affix = "", "(11-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueWand6"] = { affix = "", "(10-18)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow11"] = { affix = "", "(10-14)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword6"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword7"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueStaff7"] = { affix = "", "(12-16)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword8"] = { affix = "", "(22-27)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword9"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandSword8"] = { affix = "", "(6-12)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueStaff9"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueSceptre9"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueBow12"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword11"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw8"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueWand9"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandAxe9"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUniqueDagger9"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueDagger12"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueClaw9"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandAxe7"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword12"] = { affix = "", "15% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandSword13_"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUniqueOneHandMace6"] = { affix = "", "20% reduced Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUnique__1"] = { affix = "", "50% reduced Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUnique__2"] = { affix = "", "15% reduced Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalReducedAttackSpeedUnique__3"] = { affix = "", "(25-30)% reduced Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueOneHandMace8"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUniqueTwoHandMace8_"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__2"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__1"] = { affix = "", "(4-8)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__3"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__4"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__5"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__6"] = { affix = "", "(14-20)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__7"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__8"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__9"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__10"] = { affix = "", "(8-10)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__11"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__12"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__13"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__14"] = { affix = "", "(17-25)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__15"] = { affix = "", "(16-22)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__16"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__17"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__18"] = { affix = "", "(8-14)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__19"] = { affix = "", "(5-8)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__20"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__21"] = { affix = "", "(20-25)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__22"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__23"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__24"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__25"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__26_"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__27"] = { affix = "", "(5-8)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__28"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__29"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__30"] = { affix = "", "(20-30)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__31"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__32"] = { affix = "", "(6-10)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__33"] = { affix = "", "(15-20)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__34"] = { affix = "", "(14-18)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__35"] = { affix = "", "(25-30)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__36"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedUnique__37___"] = { affix = "", "(16-20)% increased Attack Speed", statOrderKey = "1083", statOrder = { 1083 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitShield1"] = { affix = "", "6% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitShield2"] = { affix = "", "12% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitShield3"] = { affix = "", "18% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedImplicitQuiver10New"] = { affix = "", "(8-10)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 62, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueIntHelmet2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBootsDexInt1"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesDex2"] = { affix = "", "5% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStrDex1"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStr1"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueHelmetStrDex2"] = { affix = "", "16% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStr2"] = { affix = "", "(5-15)% reduced Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueHelmetDex4"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBodyDex5"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesDexInt3"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueHelmetDex6"] = { affix = "", "15% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBodyStr3"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesDemigods1"] = { affix = "", "(10-16)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueBodyDex7"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver3"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver5"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 4, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver6"] = { affix = "", "(7-10)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 10, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver7"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueGlovesStrDex5"] = { affix = "", "(6-9)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueShieldDex6"] = { affix = "", "(6-10)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueShieldDexInt2"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueQuiver9"] = { affix = "", "10% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueRing27"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueShieldInt5"] = { affix = "", "(8-12)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUniqueAmulet16"] = { affix = "", "10% reduced Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["ReducedAttackSpeedUnique__1"] = { affix = "", "30% reduced Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueAmulet20"] = { affix = "", "(10-15)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUniqueRing37"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique_1"] = { affix = "", "(8-13)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__3_"] = { affix = "", "(1-20)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedUnique__4_"] = { affix = "", "(7-12)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedTransformedUnique__1"] = { affix = "", "(5-10)% increased Attack Speed", statOrderKey = "1080", statOrder = { 1080 }, level = 30, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "speed" }, }, + ["IncreasedAccuracyUniqueBow2"] = { affix = "", "+30 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandAxe1"] = { affix = "", "+(150-250) to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandSword1"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueAmulet5"] = { affix = "", "+100 to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 7, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueStrDexHelmet1"] = { affix = "", "+500 to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueGlovesDexInt1"] = { affix = "", "+(50-80) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueAmulet7"] = { affix = "", "+(100-150) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandMace3"] = { affix = "", "-100 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueBow4"] = { affix = "", "+(25-50) to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueBow7"] = { affix = "", "+(350-400) to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueRing12"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueHelmetInt7"] = { affix = "", "+(300-350) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandAxe5"] = { affix = "", "+(120-150) to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["ReducedAccuracyUniqueTwoHandSword5"] = { affix = "", "-150 to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueAmulet17_"] = { affix = "", "+(80-120) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueDescentBow1"] = { affix = "", "+30 to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueRing17"] = { affix = "", "+333 to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueWand6"] = { affix = "", "+(340-400) to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueOneHandSword9"] = { affix = "", "+(280-300) to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueTwoHandSword7"] = { affix = "", "+(90-120) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUniqueSceptre8"] = { affix = "", "+(160-220) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__1"] = { affix = "", "+(300-400) to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__2"] = { affix = "", "+(350-400) to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__3"] = { affix = "", "+(600-1000) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__4"] = { affix = "", "+(800-1000) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__5"] = { affix = "", "+(300-400) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__6"] = { affix = "", "+(150-250) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__7_"] = { affix = "", "+(200-300) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__8"] = { affix = "", "+(350-500) to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracyUnique__9____"] = { affix = "", "-5000 to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LifeRegenerationUniqueRing1"] = { affix = "", "Regenerate (2-4) Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationImplicitAmulet1"] = { affix = "", "Regenerate (2-4) Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 2, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationImplicitAmulet2"] = { affix = "", "Regenerate (1.2-1.6)% of Life per second", statOrderKey = "1584", statOrder = { 1584 }, level = 93, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationUniqueShieldDex2"] = { affix = "", "Regenerate (5-7.5) Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueTwoHandAxe4"] = { affix = "", "Regenerate 20 Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueWreath1"] = { affix = "", "Regenerate 2 Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueShieldStrInt5"] = { affix = "", "Regenerate (15-20) Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueBootsDex5"] = { affix = "", "Regenerate (1.7-2.7) Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueBelt8"] = { affix = "", "Regenerate (66.7-75) Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueGlovesStrDex5"] = { affix = "", "Regenerate (3-4) Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueRing26"] = { affix = "", "Regenerate (13-17) Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueRing33"] = { affix = "", "Regenerate (10-15) Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUniqueAmulet25"] = { affix = "", "Regenerate (16-24) Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUnique__1"] = { affix = "", "Regenerate (50-70) Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationUnique__2__"] = { affix = "", "Regenerate (50-70) Life per second", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["ManaRegenerationImplicitAmulet1"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 2, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationImplicitAmulet2"] = { affix = "", "(48-56)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 97, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationImplicitDemigodsBelt1"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing5"] = { affix = "", "50% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueDexHelmet2"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueIntHelmet2"] = { affix = "", "30% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsInt2"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsDex2"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueAmulet10"] = { affix = "", "(80-100)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 20, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing14"] = { affix = "", "(45-65)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsDex5"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBelt6"] = { affix = "", "20% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBodyDexInt2"] = { affix = "", "(40-50)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBootsStrDex4"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueOneHandMace3"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueBow11"] = { affix = "", "60% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueGlovesStrInt2"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRingDemigod1"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 16, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing26"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueHelmetStrInt5"] = { affix = "", "20% reduced Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing33"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueAmulet21"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueJewel30"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueJewel43"] = { affix = "", "10% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueRing34"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUniqueShieldInt5"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__1"] = { affix = "", "(15-25)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__2"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__3"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__4"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__5"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__6"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__7"] = { affix = "", "(45-50)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__8"] = { affix = "", "(40-45)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__9___"] = { affix = "", "(80-100)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__10"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__11___"] = { affix = "", "(40-60)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__12"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__13"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationUnique__14___"] = { affix = "", "60% reduced Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedManaRegenerationUniqueRing27"] = { affix = "", "15% increased Mana Regeneration Rate", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["BaseManaRegenerationUniqueBodyDexInt2"] = { affix = "", "Regenerate 1% of Mana per second", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["StunThresholdReductionImlicitMarakethOneHandSword1"] = { affix = "", "8% reduced Enemy Stun Threshold", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionImlicitMarakethOneHandSword2"] = { affix = "", "12% reduced Enemy Stun Threshold", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionImplicitMace1"] = { affix = "", "10% reduced Enemy Stun Threshold", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionImplicitMace2"] = { affix = "", "15% reduced Enemy Stun Threshold", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionImplicitMace3_"] = { affix = "", "20% reduced Enemy Stun Threshold", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueTwoHandMace1"] = { affix = "", "15% reduced Enemy Stun Threshold", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueQuiver2"] = { affix = "", "(10-15)% reduced Enemy Stun Threshold", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueGlovesDexInt2"] = { affix = "", "10% reduced Enemy Stun Threshold", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueClaw2_"] = { affix = "", "25% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "2117", statOrder = { 2117 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueClaw6"] = { affix = "", "10% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "2117", statOrder = { 2117 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueTwoHandSword5"] = { affix = "", "25% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "2117", statOrder = { 2117 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueQuiver8"] = { affix = "", "(20-25)% reduced Enemy Stun Threshold", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueOneHandMace5"] = { affix = "", "(15-25)% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "2117", statOrder = { 2117 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunThresholdReductionUniqueStaff11"] = { affix = "", "(15-20)% reduced Enemy Stun Threshold", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueOneHandMace6"] = { affix = "", "(10-20)% reduced Enemy Stun Threshold", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUniqueBootsStr3"] = { affix = "", "(5-10)% reduced Enemy Stun Threshold", statOrderKey = "1184", statOrder = { 1184 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdReductionUnique__1___"] = { affix = "", "(20-30)% reduced Enemy Stun Threshold with this Weapon", statOrderKey = "2117", statOrder = { 2117 }, level = 1, group = "LocalStunThresholdReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["CriticalStrikeChanceImplicitDagger1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "1129", statOrder = { 1129 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDagger2"] = { affix = "", "40% increased Global Critical Strike Chance", statOrderKey = "1130", statOrder = { 1130 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDagger3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1131", statOrder = { 1131 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDaggerNew1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDaggerNew2"] = { affix = "", "40% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitDaggerNew3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitQuiver13"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 57, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitQuiver8New"] = { affix = "", "(20-30)% increased Critical Strike Chance with Bows", statOrderKey = "1133", statOrder = { 1133 }, level = 50, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["CriticalStrikeChanceImplicitMarakethStaff1"] = { affix = "", "80% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitMarakethStaff2"] = { affix = "", "100% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueOneHandSword2"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueGlovesDex2"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueRapier1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueDagger3"] = { affix = "", "50% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueBodyInt4"] = { affix = "", "100% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueHelmetDex4"] = { affix = "", "25% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueHelmetDex6"] = { affix = "", "(60-75)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueWand3"] = { affix = "", "(50-65)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceImplicitRing1"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 25, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueRing11_"] = { affix = "", "(30-35)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 35, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueAmulet17"] = { affix = "", "(200-250)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueGlovesStr3"] = { affix = "", "(40-60)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueGlovesDexInt6"] = { affix = "", "(20-30)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueBow9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["CriticalSrikeChanceUniqueSceptre7"] = { affix = "", "(30-40)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueAmulet18"] = { affix = "", "(250-350)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUniqueWand10"] = { affix = "", "(40-60)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__1"] = { affix = "", "30% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__2"] = { affix = "", "(20-60)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__3"] = { affix = "", "(50-70)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__4_"] = { affix = "", "(120-160)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeChanceUnique__5__"] = { affix = "", "(15-25)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe1"] = { affix = "", "50% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceImplicitMarakethTwoHandAxe2"] = { affix = "", "50% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueBow11"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueClaw2"] = { affix = "", "25% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceImplicitBow1"] = { affix = "", "(30-50)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueStaff7"] = { affix = "", "(10-20)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandSword8"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandMace4"] = { affix = "", "(15-40)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniquSceptre10"] = { affix = "", "(25-50)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandSword10"] = { affix = "", "(44-66)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueWand9"] = { affix = "", "(10-20)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueDagger11"] = { affix = "", "30% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__1"] = { affix = "", "(26-32)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__2"] = { affix = "", "(22-30)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique14"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__3"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__4"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__5"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__6"] = { affix = "", "(40-60)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__7"] = { affix = "", "(20-35)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__8"] = { affix = "", "(50-75)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__10"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__11"] = { affix = "", "(20-25)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__12"] = { affix = "", "(15-25)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__13"] = { affix = "", "(70-90)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__14"] = { affix = "", "(80-100)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__15"] = { affix = "", "(25-35)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__16"] = { affix = "", "(8-12)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__17_"] = { affix = "", "(22-28)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__18"] = { affix = "", "(60-80)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__19"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUnique__20"] = { affix = "", "(20-40)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["FireResistImplicitRing1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 20, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistImplicitAmulet1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueDexHelmet2"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet4"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsDexInt1"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet7"] = { affix = "", "+20% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt3"] = { affix = "", "+20% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsDex2"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueOneHandMace1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyDex3"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyInt2"] = { affix = "", "+(30-50)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStr3"] = { affix = "", "+(35-50)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStrInt5"] = { affix = "", "+(20-25)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet13"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueAmulet16"] = { affix = "", "+(30-45)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueHelmetInt7"] = { affix = "", "-30% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceBodyDex6"] = { affix = "", "+(6-10)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueOneHandSword4"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt6"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt9"] = { affix = "", "+(30-35)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueRing15"] = { affix = "", "+(25-35)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsStrInt3"] = { affix = "", "+(50-60)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt13"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBodyStr5"] = { affix = "", "-10% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueRing32"] = { affix = "", "+(-25-50)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBelt14"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 65, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueShieldStrDex3"] = { affix = "", "+(30-50)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueOneHandAxe7_"] = { affix = "", "+(15-25)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUniqueBootsStr3_"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__2"] = { affix = "", "+(15-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__3"] = { affix = "", "-10% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__4"] = { affix = "", "+(40-50)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__5"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__6"] = { affix = "", "+30% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__7_"] = { affix = "", "+(26-32)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__8"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__9"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__10"] = { affix = "", "-30% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__11"] = { affix = "", "-50% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__12"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__13"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__14"] = { affix = "", "+(20-25)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__15"] = { affix = "", "+(10-20)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__16"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__18"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__19"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__20_"] = { affix = "", "+(30-40)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__21"] = { affix = "", "+(20-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__22_"] = { affix = "", "-(30-20)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__23_"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__24"] = { affix = "", "+(15-25)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__25"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__26"] = { affix = "", "+(40-60)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__27_"] = { affix = "", "+(15-25)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__28_"] = { affix = "", "+(-30-30)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistUnique__29"] = { affix = "", "+(20-40)% to Fire Resistance", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["ColdResistImplicitRing1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueAmulet3"] = { affix = "", "+25% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistDexHelmet2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueStrHelmet2"] = { affix = "", "+30% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesDex1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt4"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 10, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldDex1"] = { affix = "", "+50% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueHelmetDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyStrInt3"] = { affix = "", "+(50-75)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesStrDex3"] = { affix = "", "+(40-50)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueAmulet13"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueOneHandAxe1_"] = { affix = "", "+(20-25)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceBodyDex6"] = { affix = "", "+(26-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBootsDexInt2"] = { affix = "", "+20% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyDex7"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldInt3"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesStrDex4"] = { affix = "", "+40% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt9"] = { affix = "", "+(30-35)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueQuiver5"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueRing24"] = { affix = "", "+(25-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBootsDex8"] = { affix = "", "+20% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt13"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueRing28"] = { affix = "", "+(10-15)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBodyStr5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueGlovesStrInt3"] = { affix = "", "+(40-50)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueRing32"] = { affix = "", "+(-25-50)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBelt14"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueShieldDex7"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUniqueBootsStrDex5"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__3"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 23, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__4"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__2"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__5"] = { affix = "", "+75% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__6"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__7"] = { affix = "", "+(32-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__8"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__9"] = { affix = "", "-40% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__10"] = { affix = "", "+(30-50)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__11"] = { affix = "", "+(35-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__12"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__13"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__14"] = { affix = "", "-30% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__15"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__16"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__17"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__18"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__19"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__20"] = { affix = "", "+(20-25)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__21"] = { affix = "", "+(10-20)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__22_"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 80, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__23"] = { affix = "", "+(25-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__24"] = { affix = "", "+(25-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__25"] = { affix = "", "+(25-35)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__26"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__27"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__28"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__29"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__30"] = { affix = "", "+(30-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__31_"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__32"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__33"] = { affix = "", "+(40-60)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__34"] = { affix = "", "+(15-25)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__35"] = { affix = "", "+(-30-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__36_"] = { affix = "", "+(20-40)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistUnique__37"] = { affix = "", "+(20-30)% to Cold Resistance", statOrderKey = "1294", statOrder = { 1294 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["LightningResistImplicitRing1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 15, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueHelmetDexInt1"] = { affix = "", "+10% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueDexHelmet1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueStrDexHelmet1"] = { affix = "", "+30% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueHelmetStrInt2"] = { affix = "", "+(15-20)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldStrDex1"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldInt1"] = { affix = "", "+25% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldDex2"] = { affix = "", "+30% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueOneHandMace1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyInt1"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyInt5"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBootsStrDex2"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueAmulet15"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceBodyDex6"] = { affix = "", "+(11-25)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyStrDex2"] = { affix = "", "-60% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueDescentTwoHandSword1"] = { affix = "", "+40% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueShieldInt3"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBelt9"] = { affix = "", "+(30-35)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBelt11"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBodyStr5"] = { affix = "", "-20% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueRing32"] = { affix = "", "+(-25-50)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueRing35"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueBootsDexInt4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUniqueHelmetInt10"] = { affix = "", "+(25-35)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__1"] = { affix = "", "+(15-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__2"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__3"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__5"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__6"] = { affix = "", "+(15-20)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__7"] = { affix = "", "+(35-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__8"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__9"] = { affix = "", "-30% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__10"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__11"] = { affix = "", "+(20-25)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__12"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__13"] = { affix = "", "+(1-50)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__14"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__15"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__16"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__17_"] = { affix = "", "+(25-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__18"] = { affix = "", "+(25-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__19_"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__20"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__21"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__22"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__23_"] = { affix = "", "+75% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__24"] = { affix = "", "+(40-60)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistUnique__25"] = { affix = "", "+(-30-30)% to Lightning Resistance", statOrderKey = "1299", statOrder = { 1299 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ChaosResistUniqueHelmetStrInt2"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueBodyInt8"] = { affix = "", "+(40-50)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistImplicitRing1"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 38, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistImplicitBoots1"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 85, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueAmulet15_"] = { affix = "", "+(8-10)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueRing12"] = { affix = "", "+(15-20)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistHelmetStrDex2"] = { affix = "", "+(15-25)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueRing16"] = { affix = "", "+(40-50)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueDagger8"] = { affix = "", "+(8-12)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueBootsStrInt2"] = { affix = "", "+(9-12)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueHelmetDexInt5"] = { affix = "", "+(24-30)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueWand7"] = { affix = "", "+(5-10)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueHelmetStrInt5"] = { affix = "", "+(43-61)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueQuiver9"] = { affix = "", "+(12-16)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueBow12"] = { affix = "", "+(7-11)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUniqueAmulet23"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistDemigodsTorchImplicit"] = { affix = "", "+(11-19)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__1"] = { affix = "", "+11% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__2"] = { affix = "", "+(8-16)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__3"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__4"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__5"] = { affix = "", "+60% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__6"] = { affix = "", "+(17-29)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__7"] = { affix = "", "+(15-25)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__8"] = { affix = "", "-(20-10)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__9"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__10"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__11"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__12"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__13"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__14"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__15"] = { affix = "", "+(23-31)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__16"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__17"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__18_"] = { affix = "", "+(20-30)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__19"] = { affix = "", "+(29-41)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__20_"] = { affix = "", "+(23-31)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__21"] = { affix = "", "+(19-29)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__22"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__23"] = { affix = "", "+(19-29)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistUnique__24"] = { affix = "", "+(-23-23)% to Chaos Resistance", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["FireAndLightningResistImplicitRing1"] = { affix = "", "+(12-16)% to Fire and Lightning Resistances", statOrderKey = "2390", statOrder = { 2390 }, level = 25, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["ColdAndLightningResistImplicitRing1"] = { affix = "", "+(12-16)% to Cold and Lightning Resistances", statOrderKey = "2391", statOrder = { 2391 }, level = 25, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["FireAndColdResistImplicitRing1"] = { affix = "", "+(12-16)% to Fire and Cold Resistances", statOrderKey = "2389", statOrder = { 2389 }, level = 25, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndLightningResistImplicitBoots1"] = { affix = "", "+(8-12)% to Fire and Lightning Resistances", statOrderKey = "2390", statOrder = { 2390 }, level = 78, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["ColdAndLightningResistImplicitBoots1"] = { affix = "", "+(8-12)% to Cold and Lightning Resistances", statOrderKey = "2391", statOrder = { 2391 }, level = 78, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["FireAndColdResistImplicitBoots1_"] = { affix = "", "+(8-12)% to Fire and Cold Resistances", statOrderKey = "2389", statOrder = { 2389 }, level = 78, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__1"] = { affix = "", "+(15-25)% to Fire and Cold Resistances", statOrderKey = "2389", statOrder = { 2389 }, level = 75, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__2"] = { affix = "", "+(20-30)% to Fire and Cold Resistances", statOrderKey = "2389", statOrder = { 2389 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__3"] = { affix = "", "+(25-30)% to Fire and Cold Resistances", statOrderKey = "2389", statOrder = { 2389 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireAndColdResistUnique__4_"] = { affix = "", "+(10-20)% to Fire and Cold Resistances", statOrderKey = "2389", statOrder = { 2389 }, level = 1, group = "FireAndColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["ColdAndLightningResistUnique__1"] = { affix = "", "+(20-25)% to Cold and Lightning Resistances", statOrderKey = "2391", statOrder = { 2391 }, level = 81, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["ColdAndLightningResistUnique__2"] = { affix = "", "+(15-20)% to Cold and Lightning Resistances", statOrderKey = "2391", statOrder = { 2391 }, level = 1, group = "ColdAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["FireAndLightningResistUnique__1"] = { affix = "", "+(20-30)% to Fire and Lightning Resistances", statOrderKey = "2390", statOrder = { 2390 }, level = 1, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["FireAndLightningResistUnique__2"] = { affix = "", "+(20-30)% to Fire and Lightning Resistances", statOrderKey = "2390", statOrder = { 2390 }, level = 1, group = "FireAndLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["AllResistancesImplicitShield1"] = { affix = "", "+4% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitShield2"] = { affix = "", "+8% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitShield3"] = { affix = "", "+12% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitArmour1"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitRing1"] = { affix = "", "+(8-10)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplicitVictorAmulet"] = { affix = "", "+(8-12)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 16, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing3"] = { affix = "", "-20% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet2"] = { affix = "", "+20% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 10, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing4"] = { affix = "", "+5% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueIntHelmet3"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueHelmetStrInt1"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBootsStr1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueGlovesStrDex2"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldStrInt1"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyStrInt2"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet9"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldStrInt2"] = { affix = "", "+25% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueHelmetDex3"] = { affix = "", "+(30-40)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldStrInt4"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldDex3"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyDexInt1"] = { affix = "", "+(9-12)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing6"] = { affix = "", "+(10-30)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 30, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBootsInt5"] = { affix = "", "+20% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRapier2"] = { affix = "", "+(40-60)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing7"] = { affix = "", "+(16-24)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing9"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet14"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueTwoHandMace6_"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplictBootsDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesImplictHelmetDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyStrDex1"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing21"] = { affix = "", "+(20-30)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBelt8"] = { affix = "", "-(25-15)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBodyStrDexInt1"] = { affix = "", "+(20-24)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueHelmetDexInt4"] = { affix = "", "+(26-30)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBeltDemigods1"] = { affix = "", "+(16-24)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueDagger9"] = { affix = "", "+(6-10)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueRing25"] = { affix = "", "-20% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 7, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBelt10"] = { affix = "", "+(6-8)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 32, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueShieldDexInt2"] = { affix = "", "-50% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueBelt13"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistajcesUniqueStaff10"] = { affix = "", "+(5-7)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueAmulet23"] = { affix = "", "-(10-5)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUniqueJewel8"] = { affix = "", "+6% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesDescentUniqueQuiver1"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__1"] = { affix = "", "+15% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__2"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__3"] = { affix = "", "+(14-18)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__4"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__5"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__6"] = { affix = "", "-(20-10)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__7"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__8"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__9"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__10"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__11__"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__12"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__13"] = { affix = "", "+10% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 75, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__14"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__15"] = { affix = "", "+(12-18)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__16"] = { affix = "", "+(10-16)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__17"] = { affix = "", "+(15-20)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__18"] = { affix = "", "-(20-10)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__19"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__20"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__21"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__23__"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesUnique__24_"] = { affix = "", "-(80-70)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesDemigodsImplicit"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["CriticalMultiplierImplicitSword1"] = { affix = "", "+25% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSword2"] = { affix = "", "+35% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSword3"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSword2H1"] = { affix = "", "+25% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitSwordM2"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierImplicitBow1"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDex2"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDexInt2"] = { affix = "", "+30% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDexInt4"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueHelmetStr3"] = { affix = "", "+60% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueRing8"] = { affix = "", "-50% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueAmulet17"] = { affix = "", "+(210-240)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 50, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueDescentDagger1"] = { affix = "", "+45% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueDagger8"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueRing17"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueGlovesDexInt6_"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUniqueAmulet18"] = { affix = "", "Your Critical Strikes do not deal extra Damage", statOrderKey = "2264", statOrder = { 2264 }, level = 29, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__1"] = { affix = "", "+(27-33)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__2"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__3__"] = { affix = "", "+(23-28)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierUnique__4____"] = { affix = "", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["StunRecoveryImplicitBelt1"] = { affix = "", "(15-25)% increased Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 20, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueBootsStrDex1"] = { affix = "", "20% increased Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueHelmetInt6"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueBootsStrDex3"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueHelmetStrInt4"] = { affix = "", "(20-22)% increased Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueGlovesStrInt1"] = { affix = "", "(40-60)% increased Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueQuiver4"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueAmulet18"] = { affix = "", "40% increased Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueClaw8"] = { affix = "", "25% increased Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUniqueOneHandSword13"] = { affix = "", "(30-40)% reduced Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUnique__1_"] = { affix = "", "50% increased Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUnique__2"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunRecoveryUnique__3"] = { affix = "", "(30-40)% increased Stun and Block Recovery", statOrderKey = "1544", statOrder = { 1544 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationImplicitBelt1"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 20, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationImplicitMace1"] = { affix = "", "30% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationImplicitMace2"] = { affix = "", "45% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationImplicitQuiver9"] = { affix = "", "(25-35)% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 20, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandMace1"] = { affix = "", "(40-50)% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandMace2"] = { affix = "", "(10-20)% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueQuiver2"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandMace3"] = { affix = "", "(40-50)% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueGlovesInt4_"] = { affix = "", "50% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueGlovesDexInt3"] = { affix = "", "10% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueTwoHandSword5"] = { affix = "", "400% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueQuiver8"] = { affix = "", "(140-200)% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUniqueOneHandMace6"] = { affix = "", "(30-50)% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunDurationUnique__1"] = { affix = "", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1507", statOrder = { 1507 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellCriticalStrikeChanceUniqueDagger1"] = { affix = "", "(80-100)% increased Critical Strike Chance for Spells", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueGlovesInt5"] = { affix = "", "(75-100)% increased Critical Strike Chance for Spells", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueGlovesInt6"] = { affix = "", "(125-150)% increased Critical Strike Chance for Spells", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueHelmetInt6"] = { affix = "", "(20-25)% increased Critical Strike Chance for Spells", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueShieldInt3"] = { affix = "", "(25-35)% increased Critical Strike Chance for Spells", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUniqueBootsStrDex5"] = { affix = "", "(50-70)% increased Critical Strike Chance for Spells", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__1"] = { affix = "", "(100-140)% increased Critical Strike Chance for Spells", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__2"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__3"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceUnique__4"] = { affix = "", "(60-80)% increased Critical Strike Chance for Spells", statOrderKey = "1127", statOrder = { 1127 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster", "critical" }, }, + ["ProjectileSpeedImplicitQuiver4New"] = { affix = "", "(20-30)% increased Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 25, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueAmulet5"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueBow4_"] = { affix = "", "(50-100)% increased Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueQuiver2"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueQuiver4"] = { affix = "", "(20-30)% increased Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUniqueQuiver8"] = { affix = "", "25% reduced Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique___1"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__2"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__3"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__4"] = { affix = "", "20% reduced Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__5__"] = { affix = "", "30% increased Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__6"] = { affix = "", "(20-30)% increased Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__7"] = { affix = "", "(30-40)% increased Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileSpeedUnique__8"] = { affix = "", "(30-50)% increased Projectile Speed", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["LifeGainPerTargetUniqueRing2"] = { affix = "", "+(2-4) Life gained for each Enemy hit by your Attacks", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueOneHandSword1"] = { affix = "", "+2 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueDagger2"] = { affix = "", "+10 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw2"] = { affix = "", "+8 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw3"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitClaw4"] = { affix = "", "+22 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw2"] = { affix = "", "+6 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw3"] = { affix = "", "+7 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw3_1"] = { affix = "", "+8 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw4"] = { affix = "", "+12 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw4_1"] = { affix = "", "+19 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw5"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw5_1"] = { affix = "", "+20 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw6"] = { affix = "", "+25 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw7"] = { affix = "", "+24 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw8"] = { affix = "", "+44 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw9_"] = { affix = "", "+40 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw10"] = { affix = "", "+46 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw11_"] = { affix = "", "+40 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw12"] = { affix = "", "+50 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicit2Claw13"] = { affix = "", "+46 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitQuiver3New"] = { affix = "", "+(6-8) Life gained for each Enemy hit by your Attacks", statOrderKey = "1387", statOrder = { 1387 }, level = 18, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetImplicitQuiver8"] = { affix = "", "+(3-4) Life gained for each Enemy hit by your Attacks", statOrderKey = "1387", statOrder = { 1387 }, level = 13, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueSceptre2"] = { affix = "", "+(6-10) Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueRapier2"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueRing7"] = { affix = "", "+(40-60) Life gained for each Enemy hit by your Attacks", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueQuiver6_"] = { affix = "", "+(2-3) Life gained for each Enemy hit by your Attacks", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueOneHandSword7"] = { affix = "", "+2 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUniqueDescentClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by Attacks", statOrderKey = "1385", statOrder = { 1385 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetUnique__1"] = { affix = "", "+7 Life gained for each Enemy hit by your Attacks", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["LoseLifePerTargetUnique__1"] = { affix = "", "Lose (20-25) Life for each Enemy hit by your Attacks", statOrderKey = "1387", statOrder = { 1387 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "attack" }, }, + ["FireDamagePercentUniqueStaff1_"] = { affix = "", "(70-90)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueStrHelmet2"] = { affix = "", "(30-40)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueBodyInt4"] = { affix = "", "(25-35)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueHelmetInt5"] = { affix = "", "50% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing18"] = { affix = "", "(25-30)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentBodyStr1"] = { affix = "", "(20-40)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueBelt9a"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing24"] = { affix = "", "(15-25)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 14, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueSceptre9"] = { affix = "", "30% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueWand10"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing36"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUniqueRing38"] = { affix = "", "(30-40)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique___2"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__3"] = { affix = "", "(18-25)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__4"] = { affix = "", "(25-30)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique___5"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__6"] = { affix = "", "(50-70)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 45, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique___7"] = { affix = "", "25% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique____8"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__9"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__10"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__11"] = { affix = "", "(10-15)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentUnique__12___"] = { affix = "", "100% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdDamagePercentUniqueHelmetInt4"] = { affix = "", "30% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueStaff2"] = { affix = "", "(40-50)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueHelmetStrInt3"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueRing19"] = { affix = "", "(25-30)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUniqueBelt9b"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__1"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__2"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__3"] = { affix = "", "(30-50)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__4"] = { affix = "", "(18-25)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__5"] = { affix = "", "(30-50)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__6"] = { affix = "", "(20-25)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__7"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__8"] = { affix = "", "30% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__9"] = { affix = "", "(20-40)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique___10"] = { affix = "", "(10-20)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique___11"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__12"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__13"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__14"] = { affix = "", "(5-15)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentUnique__15"] = { affix = "", "(10-15)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamageUniqueWand1"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamageUniqueHelmetDexInt1"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueHelmetStrInt3"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueRing20"] = { affix = "", "(25-30)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueBelt9c"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueStaff8"] = { affix = "", "(30-50)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueRing29"] = { affix = "", "20% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUniqueRing34"] = { affix = "", "(15-25)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__2"] = { affix = "", "(15-20)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__3"] = { affix = "", "35% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__4"] = { affix = "", "100% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 40, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__5"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__6"] = { affix = "", "(10-15)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__7"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentUnique__8"] = { affix = "", "(30-40)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 70, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LifeGainedFromEnemyDeathUniqueTwoHandAxe1"] = { affix = "", "+20 Life gained on Kill", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "+30 Life gained on Kill", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueBootsStrInt1"] = { affix = "", "+(10-20) Life gained on Kill", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueTwoHandAxe2"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueTwoHandMace7"] = { affix = "", "+10 Life gained on Kill", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "+(15-20) Life gained on Kill", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueOneHandAxe3"] = { affix = "", "+(5-7) Life gained on Kill", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueBodyStrDexInt1"] = { affix = "", "+100 Life gained on Kill", statOrderKey = "1395", statOrder = { 1395 }, level = 94, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUniqueDagger11"] = { affix = "", "+5 Life gained on Kill", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUnique__1"] = { affix = "", "+(15-25) Life gained on Kill", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUnique__2"] = { affix = "", "+(20-30) Life gained on Kill", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeathUnique__3"] = { affix = "", "+(15-25) Life gained on Kill", statOrderKey = "1395", statOrder = { 1395 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaGainedFromEnemyDeathUniqueBow2"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueDagger1"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueRing4"] = { affix = "", "+5 Mana gained on Kill", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueTwoHandSword3"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueTwoHandAxe5"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueShieldInt3"] = { affix = "", "+10 Mana gained on Kill", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUniqueBodyStrDexInt1"] = { affix = "", "+100 Mana gained on Kill", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUnique__1"] = { affix = "", "+30 Mana gained on Kill", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeathUnique__2"] = { affix = "", "+(20-40) Mana gained on Kill", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandMace1"] = { affix = "", "25% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandSword4"] = { affix = "", "(90-110)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueDescentDagger1"] = { affix = "", "100% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueDagger8"] = { affix = "", "(40-50)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueWand6_"] = { affix = "", "(20-30)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueSceptre9"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueOneHandAxe8_"] = { affix = "", "(30-50)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueStaff14"] = { affix = "", "(20-35)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChanceUniqueTwoHandMace6"] = { affix = "", "(30-40)% increased Critical Strike Chance", statOrderKey = "1132", statOrder = { 1132 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack", "critical" }, }, + ["LocalCriticalMultiplierUniqueBow3"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplierUniqueClaw2"] = { affix = "", "+40% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplierUniqueDagger4"] = { affix = "", "+(30-40)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplierUniqueOneHandSword4"] = { affix = "", "+(20-30)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["FlaskIncreasedRecoverySpeedUniqueFlask3"] = { affix = "", "(35-50)% reduced Recovery rate", statOrderKey = "558", statOrder = { 558 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoverySpeedUnique___1"] = { affix = "", "(80-120)% increased Recovery rate", statOrderKey = "558", statOrder = { 558 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmountUniqueFlask4"] = { affix = "", "(30-50)% increased Amount Recovered", "100% increased Recovery rate", statOrderKey = "557,558", statOrder = { 557, 558 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmountUnique__1"] = { affix = "", "(30-50)% increased Amount Recovered", "50% reduced Recovery rate", statOrderKey = "557,558", statOrder = { 557, 558 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedDuration1"] = { affix = "Saturated", "33% reduced Recovery rate", statOrderKey = "558", statOrder = { 558 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 3000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskFullInstantRecoveryUnique__1"] = { affix = "", "(65-75)% reduced Amount Recovered", "Instant Recovery", statOrderKey = "557,569", statOrder = { 557, 569 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskExtraLifeUnique__1"] = { affix = "", "50% increased Life Recovered", statOrderKey = "552", statOrder = { 552 }, level = 1, group = "FlaskRecoveryAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskFreezeImmunityUnique__1"] = { affix = "", "Grants Immunity to Chill for 4 seconds if used while Chilled", "Grants Immunity to Freeze for 4 seconds if used while Frozen", statOrderKey = "602,602.1", statOrder = { 602, 602.1 }, level = 1, group = "FlaskDispellChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["FlaskDispellsBurningUnique__1"] = { affix = "", "Grants Immunity to Ignite for 4 seconds if used while Ignited", "Removes all Burning when used", statOrderKey = "604,604.1", statOrder = { 604, 604.1 }, level = 1, group = "FlaskDispellBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["FlaskExtraChargesUnique__1"] = { affix = "", "+45 to Maximum Charges", statOrderKey = "540", statOrder = { 540 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercentUnique_1"] = { affix = "", "(40-60)% increased Charge Recovery", statOrderKey = "548", statOrder = { 548 }, level = 1, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercentUnique__2"] = { affix = "", "(20-30)% increased Charge Recovery", statOrderKey = "548", statOrder = { 548 }, level = 1, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskBuffManaLeechWhileHealing"] = { affix = "of Craving", "2% of Physical Attack Damage Leeched as Mana during Flask effect", statOrderKey = "653", statOrder = { 653 }, level = 12, group = "FlaskBuffWhileHealing", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana", "physical", "attack" }, }, + ["FlaskChanceRechargeOnCritUnique__1"] = { affix = "", "50% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "545", statOrder = { 545 }, level = 50, group = "FlaskRechargeRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, + ["FlaskEffectIncreasedDurationReducedEffect1"] = { affix = "[UNUSED]", "(35-45)% increased Duration", "25% reduced effect", statOrderKey = "560,635", statOrder = { 560, 635 }, level = 20, group = "FlaskRecoverySpeed", weightKey = { "no_effect_flask_mod", "utility_flask", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectIncreasedDurationReducedEffect2"] = { affix = "[UNUSED]", "(46-55)% increased Duration", "25% reduced effect", statOrderKey = "560,635", statOrder = { 560, 635 }, level = 36, group = "FlaskRecoverySpeed", weightKey = { "no_effect_flask_mod", "utility_flask", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectIncreasedDurationReducedEffect3_"] = { affix = "[UNUSED]", "(56-66)% increased Duration", "25% reduced effect", statOrderKey = "560,635", statOrder = { 560, 635 }, level = 52, group = "FlaskRecoverySpeed", weightKey = { "no_effect_flask_mod", "utility_flask", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectIncreasedDurationReducedEffect4__"] = { affix = "[UNUSED]", "(56-66)% increased Duration", "25% reduced effect", statOrderKey = "560,635", statOrder = { 560, 635 }, level = 68, group = "FlaskRecoverySpeed", weightKey = { "no_effect_flask_mod", "utility_flask", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectIncreasedDurationReducedEffect5"] = { affix = "[UNUSED]", "(56-66)% increased Duration", "25% reduced effect", statOrderKey = "560,635", statOrder = { 560, 635 }, level = 84, group = "FlaskRecoverySpeed", weightKey = { "no_effect_flask_mod", "utility_flask", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__1"] = { affix = "", "(25-50)% increased Duration", statOrderKey = "560", statOrder = { 560 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__2"] = { affix = "", "(60-80)% reduced Duration", statOrderKey = "560", statOrder = { 560 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__3"] = { affix = "", "(30-50)% increased Duration", statOrderKey = "560", statOrder = { 560 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__4"] = { affix = "", "25% increased Duration", statOrderKey = "560", statOrder = { 560 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__6"] = { affix = "", "(70-80)% reduced Duration", statOrderKey = "560", statOrder = { 560 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectDurationUnique__7"] = { affix = "", "(20-40)% increased Duration", statOrderKey = "560", statOrder = { 560 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique___1"] = { affix = "", "500% increased Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique___2"] = { affix = "", "(125-150)% increased Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__3"] = { affix = "", "50% increased Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__4"] = { affix = "", "(-10-10)% reduced Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__5"] = { affix = "", "(125-150)% increased Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__6_"] = { affix = "", "(80-100)% increased Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__7"] = { affix = "", "100% increased Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__8"] = { affix = "", "(175-200)% increased Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__9_"] = { affix = "", "(40-50)% increased Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUsedUnique__10"] = { affix = "", "(-10-10)% reduced Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskExtraChargesUnique__2_"] = { affix = "", "+(-40-90) to Maximum Charges", statOrderKey = "540", statOrder = { 540 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskExtraChargesUnique__3"] = { affix = "", "+90 to Maximum Charges", statOrderKey = "540", statOrder = { 540 }, level = 1, group = "FlaskNumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedDurationUnique__2"] = { affix = "", "90% reduced Duration", statOrderKey = "560", statOrder = { 560 }, level = 1, group = "FlaskIncreasedDurationUnique1", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskBuffReducedManaCostWhileHealingUnique__1"] = { affix = "", "10% increased Mana Cost of Skills during Flask Effect", statOrderKey = "692", statOrder = { 692 }, level = 1, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskBuffWardWhileHealingUnique__1"] = { affix = "", "50% reduced Ward during Flask effect", statOrderKey = "639", statOrder = { 639 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "defences" }, }, + ["FlaskWardUnbreakableDuringEffectUnique__1"] = { affix = "", "Ward does not Break during Flask effect", statOrderKey = "640", statOrder = { 640 }, level = 1, group = "FlaskWardUnbreakableDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "defences" }, }, + ["GlobalColdSpellGemsLevelUnique__1"] = { affix = "", "+3 to Level of all Cold Spell Skill Gems", statOrderKey = "1275", statOrder = { 1275 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["LocalIncreaseSocketedLightningGemLevelUniqueStaff8"] = { affix = "", "+2 to Level of all Lightning Spell Skill Gems", statOrderKey = "1276", statOrder = { 1276 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["LocalIncreaseSocketedLightningGemLevelUnique__1"] = { affix = "", "+(1-3) to Level of Socketed Lightning Gems", statOrderKey = "54", statOrder = { 54 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "gem" }, }, + ["LocalIncreaseSocketedChaosGemLevelUnique__1"] = { affix = "", "+2 to Level of all Chaos Spell Skill Gems", statOrderKey = "1277", statOrder = { 1277 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelUnique__1"] = { affix = "", "+3 to Level of all Physical Spell Skill Gems", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalVaalGemsLevelImplicit1_"] = { affix = "", "+1 to Level of all Vaal Skill Gems", statOrderKey = "8230", statOrder = { 8230 }, level = 1, group = "GlobalAttributeTypeGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedProjectileGemLevel1"] = { affix = "", "+1 to Level of Socketed Projectile Gems", statOrderKey = "59", statOrder = { 59 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedSpellGemLevel1"] = { affix = "", "+1 to Level of Socketed Spell Gems", statOrderKey = "56", statOrder = { 56 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedSpellGemLevelUniqueWand4"] = { affix = "", "+1 to Level of Socketed Spell Gems", statOrderKey = "56", statOrder = { 56 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__2_"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__3"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__4"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUnique__5____"] = { affix = "", "+3 to Level of Socketed Minion Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedSpellGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Spell Gems", statOrderKey = "56", statOrder = { 56 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueStaff1"] = { affix = "", "+2 to Level of all Fire Spell Skill Gems", statOrderKey = "1274", statOrder = { 1274 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueDagger10"] = { affix = "", "+1 to Level of all Fire Spell Skill Gems", statOrderKey = "1274", statOrder = { 1274 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueStaff13"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "52", statOrder = { 52 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUnique__1_"] = { affix = "", "+2 to Level of Socketed Fire Gems", statOrderKey = "52", statOrder = { 52 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUnique__2"] = { affix = "", "+2 to Level of Socketed Fire Gems", statOrderKey = "52", statOrder = { 52 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedBowGemLevelUniqueBow2"] = { affix = "", "+1 to Level of Socketed Bow Gems", statOrderKey = "60", statOrder = { 60 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueDexHelmet2"] = { affix = "", "+1 to Level of Socketed Cold Gems", statOrderKey = "53", statOrder = { 53 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueStaff13"] = { affix = "", "+1 to Level of Socketed Cold Gems", statOrderKey = "53", statOrder = { 53 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Cold Gems", statOrderKey = "53", statOrder = { 53 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueDexHelmet2"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "52", statOrder = { 52 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__4"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__5"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedMeleeGemLevelUniqueRapier1"] = { affix = "", "+1 to Level of Socketed Melee Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueStaff2"] = { affix = "", "+2 to Level of all Cold Spell Skill Gems", statOrderKey = "1275", statOrder = { 1275 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueSceptre1"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedFireGemLevelUniqueBodyInt4"] = { affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "52", statOrder = { 52 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUniqueShieldInt2"] = { affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMeleeGemLevelUniqueTwoHandMace5"] = { affix = "", "+1 to Level of Socketed Melee Gems", statOrderKey = "61", statOrder = { 61 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevelUniqueTwoHandMace5"] = { affix = "", "+1 to Level of Socketed Minion Gems", statOrderKey = "62", statOrder = { 62 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUniqueHelmetDex5"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "63", statOrder = { 63 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUniqueBodyDexInt4"] = { affix = "", "+1 to Level of Socketed Aura Gems", statOrderKey = "63", statOrder = { 63 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUnique___1"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "63", statOrder = { 63 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUnique___2___"] = { affix = "", "+5 to Level of Socketed Aura Gems", statOrderKey = "63", statOrder = { 63 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedAuraGemLevelUnique___3"] = { affix = "", "+(3-5) to Level of Socketed Aura Gems", statOrderKey = "63", statOrder = { 63 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevelUniqueClaw5"] = { affix = "", "+1 to Level of Socketed Cold Gems", statOrderKey = "53", statOrder = { 53 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueRing23"] = { affix = "", "+5 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 57, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueHelmetDexInt5"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueRing39"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueWand8"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUniqueTwoHandAxe9"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__2"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique___3"] = { affix = "", "+1 to Level of all Spell Skill Gems", statOrderKey = "1272", statOrder = { 1272 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__6"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__7"] = { affix = "", "+1 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__8"] = { affix = "", "+(1-2) to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__9"] = { affix = "", "+(5-8) to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__10"] = { affix = "", "+(1-2) to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemLevelUnique__11_"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedDexterityGemLevelUniqueClaw8"] = { affix = "", "+1 to Level of Socketed Dexterity Gems", statOrderKey = "45", statOrder = { 45 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute", "gem" }, }, + ["LocalIncreaseSocketedGolemLevelUniqueRing35"] = { affix = "", "+3 to Level of Socketed Golem Gems", statOrderKey = "80", statOrder = { 80 }, level = 55, group = "LocalSocketedGolemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGolemLevelUniqueRing36"] = { affix = "", "+3 to Level of Socketed Golem Gems", statOrderKey = "80", statOrder = { 80 }, level = 55, group = "LocalSocketedGolemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGolemLevelUniqueRing37"] = { affix = "", "+3 to Level of Socketed Golem Gems", statOrderKey = "80", statOrder = { 80 }, level = 55, group = "LocalSocketedGolemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldInt5"] = { affix = "", "+3 to Level of Socketed Warcry Gems", statOrderKey = "73", statOrder = { 73 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldStr4"] = { affix = "", "+1 to Level of Socketed Warcry Gems", statOrderKey = "73", statOrder = { 73 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedWarcryGemLevelUniqueShieldDex7"] = { affix = "", "+1 to Level of Socketed Warcry Gems", statOrderKey = "73", statOrder = { 73 }, level = 1, group = "LocalSocketedWarcryGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreasedAccuracyUnique__1"] = { affix = "", "+(330-350) to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracyUnique__2"] = { affix = "", "(15-25)% increased Attack Speed", "+(400-500) to Accuracy Rating", statOrderKey = "1083,1658", statOrder = { 1083, 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAccuracySwordImplicit1"] = { affix = "", "+45 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit2"] = { affix = "", "+165 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit3"] = { affix = "", "+190 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit4"] = { affix = "", "+240 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit5"] = { affix = "", "+330 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit6"] = { affix = "", "+350 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit7"] = { affix = "", "+400 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit8"] = { affix = "", "+460 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracySwordImplicit9"] = { affix = "", "+475 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit1"] = { affix = "", "+60 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit2"] = { affix = "", "+120 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit3"] = { affix = "", "+185 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit4"] = { affix = "", "+250 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit5"] = { affix = "", "+305 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit6"] = { affix = "", "+360 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit7"] = { affix = "", "+400 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit8"] = { affix = "", "+435 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["IncreasedAccuracy2hSwordImplicit9"] = { affix = "", "+470 to Accuracy Rating", statOrderKey = "1658", statOrder = { 1658 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["CannotBeFrozen"] = { affix = "", "Cannot be Frozen", statOrderKey = "1489", statOrder = { 1489 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeFrozenUnique__1"] = { affix = "", "Cannot be Frozen", statOrderKey = "1489", statOrder = { 1489 }, level = 1, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["BlockingBlocksSpellsUniqueAmulet1"] = { affix = "", "15% Chance to Block Spell Damage", statOrderKey = "838", statOrder = { 838 }, level = 7, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockingBlocksSpellsUnique__1"] = { affix = "", "6% Chance to Block Spell Damage", statOrderKey = "838", statOrder = { 838 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockingBlocksSpellsUnique__2"] = { affix = "", "(8-9)% Chance to Block Spell Damage", statOrderKey = "838", statOrder = { 838 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueAmulet1"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrderKey = "843", statOrder = { 843 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__1"] = { affix = "", "+(2-4)% Chance to Block Spell Damage", statOrderKey = "841", statOrder = { 841 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__2"] = { affix = "", "(4-6)% Chance to Block Spell Damage", statOrderKey = "843", statOrder = { 843 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUnique__3_"] = { affix = "", "(16-22)% Chance to Block Spell Damage", statOrderKey = "843", statOrder = { 843 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CullingStrike"] = { affix = "", "Culling Strike", statOrderKey = "1673", statOrder = { 1673 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CullingStrikeUniqueDescentTwoHandSword1"] = { affix = "", "Culling Strike", statOrderKey = "1673", statOrder = { 1673 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrderKey = "1673", statOrder = { 1673 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlockRecoveryImplicitShield1"] = { affix = "", "60% increased Block Recovery", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockRecoveryImplicitShield2"] = { affix = "", "120% increased Block Recovery", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockRecoveryImplicitShield3"] = { affix = "", "180% increased Block Recovery", statOrderKey = "849", statOrder = { 849 }, level = 1, group = "BlockRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AlwaysHits"] = { affix = "", "Hits can't be Evaded", statOrderKey = "1677", statOrder = { 1677 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["AlwaysHitsUnique__1"] = { affix = "", "Hits can't be Evaded", statOrderKey = "1677", statOrder = { 1677 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["AlwaysHitsUnique__2"] = { affix = "", "Your hits can't be Evaded", statOrderKey = "1678", statOrder = { 1678 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AlwaysHitsUniqueGlovesDexInt4"] = { affix = "", "Your hits can't be Evaded", statOrderKey = "1678", statOrder = { 1678 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["HitsCauseMonsterFleeUniqueRing1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1676", statOrder = { 1676 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HitsCauseMonsterFleeUniqueBootsStrInt1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1676", statOrder = { 1676 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HitsCauseMonsterFleeUnique__1"] = { affix = "", "10% chance to Cause Monsters to Flee", statOrderKey = "1676", statOrder = { 1676 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumEnduranceChargeUniqueRing2"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1450", statOrder = { 1450 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUniqueBodyStr3"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1450", statOrder = { 1450 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUniqueBodyStrDex3"] = { affix = "", "+2 to Maximum Endurance Charges", statOrderKey = "1450", statOrder = { 1450 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUnique__1_"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1450", statOrder = { 1450 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MaximumEnduranceChargeUnique__2"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1450", statOrder = { 1450 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ReducedMaximumEnduranceChargeUniqueCorruptedJewel17"] = { affix = "", "-1 to Maximum Endurance Charges", statOrderKey = "1450", statOrder = { 1450 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ReducedMaximumEnduranceChargeUnique__1"] = { affix = "", "-1 to Maximum Endurance Charges", statOrderKey = "1450", statOrder = { 1450 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ReducedMaximumEnduranceChargeUnique__2"] = { affix = "", "-2 to Maximum Endurance Charges", statOrderKey = "1450", statOrder = { 1450 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["AddPowerChargeOnCrit1__"] = { affix = "", "Gain a Power Charge for each Enemy you hit with a Critical Strike", statOrderKey = "2167", statOrder = { 2167 }, level = 1, group = "AddPowerChargeOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ActorSizeUniqueAmulet2"] = { affix = "", "20% increased Character Size", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUniqueHelmetDex6"] = { affix = "", "10% reduced Character Size", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUniqueAmulet12"] = { affix = "", "10% reduced Character Size", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUniqueBeltDemigods1"] = { affix = "", "10% increased Character Size", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUniqueRingDemigods1"] = { affix = "", "3% increased Character Size", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUnique__1"] = { affix = "", "3% increased Character Size", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUnique__2"] = { affix = "", "15% increased Character Size", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUnique__3"] = { affix = "", "10% increased Character Size", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ActorSizeUnique__4"] = { affix = "", "5% increased Character Size", statOrderKey = "1692", statOrder = { 1692 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumManaUniqueBodyStrInt1"] = { affix = "", "50% reduced maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueRing5"] = { affix = "", "20% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 14, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueTwoHandMace5"] = { affix = "", "25% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueAmulet10"] = { affix = "", "(16-24)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueStaff4"] = { affix = "", "(10-20)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueStaff5"] = { affix = "", "18% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueStaff6"] = { affix = "", "50% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUniqueJewel54"] = { affix = "", "(15-20)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__1"] = { affix = "", "(7-10)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique___2"] = { affix = "", "(20-30)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__3"] = { affix = "", "(10-20)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__4"] = { affix = "", "(4-6)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__5"] = { affix = "", "(9-15)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__6"] = { affix = "", "(6-10)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__7"] = { affix = "", "(15-20)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaUnique__8"] = { affix = "", "(16-20)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumManaImplicitAtlasRing_"] = { affix = "", "(8-10)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 100, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumLifeUniqueOneHandSword2"] = { affix = "", "10% reduced maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueAmulet6"] = { affix = "", "20% reduced maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueBelt4"] = { affix = "", "10% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeShieldInt1"] = { affix = "", "10% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueBodyInt3"] = { affix = "", "10% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueRing16"] = { affix = "", "(5-10)% reduced maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueBodyStrDex1"] = { affix = "", "(30-40)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueStaff4"] = { affix = "", "(10-20)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueShieldDexInt2"] = { affix = "", "(10-20)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueGlovesStrInt3"] = { affix = "", "(12-16)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUniqueJewel52"] = { affix = "", "(6-8)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__1"] = { affix = "", "(8-12)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__2"] = { affix = "", "4% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__3"] = { affix = "", "10% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__4_"] = { affix = "", "(4-8)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__5"] = { affix = "", "(15-25)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__6"] = { affix = "", "(4-8)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 25, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__7"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__8"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__9"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__10_"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__11"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__12"] = { affix = "", "(4-7)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__13"] = { affix = "", "(4-6)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__14"] = { affix = "", "5% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 62, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__15"] = { affix = "", "(6-8)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__16"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__17"] = { affix = "", "(6-10)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__18"] = { affix = "", "(7-10)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__19"] = { affix = "", "(7-12)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__20___"] = { affix = "", "(10-15)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__21"] = { affix = "", "(5-10)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeUnique__22"] = { affix = "", "(12-15)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeImplicitAtlasRing"] = { affix = "", "(5-7)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 100, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AreaOfEffectImplicitMarakethTwoHandMace1"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectImplicitMarakethTwoHandMace2"] = { affix = "", "20% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectImplicitTwoHandMace1__"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectImplicitTwoHandMace2_"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueDagger1"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueDescentStaff1"] = { affix = "", "15% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueQuiver6"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 13, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "20% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueShieldDexInt2"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueOneHandMace7"] = { affix = "", "(15-25)% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUniqueShieldDex7"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__1"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__2_"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__3"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__4_"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__5"] = { affix = "", "10% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__6"] = { affix = "", "(10-15)% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaOfEffectUnique__7_"] = { affix = "", "30% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BurnDamageUniqueStaff1"] = { affix = "", "70% increased Burning Damage", statOrderKey = "1521", statOrder = { 1521 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUniqueDescentOneHandMace1"] = { affix = "", "25% increased Burning Damage", statOrderKey = "1521", statOrder = { 1521 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUniqueRing15"] = { affix = "", "(60-80)% increased Burning Damage", statOrderKey = "1521", statOrder = { 1521 }, level = 14, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUniqueCorruptedJewel1"] = { affix = "", "(20-30)% increased Burning Damage", statOrderKey = "1521", statOrder = { 1521 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamageUnique__1"] = { affix = "", "(20-30)% increased Burning Damage", statOrderKey = "1521", statOrder = { 1521 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["CannotCrit"] = { affix = "", "Never deal Critical Strikes", statOrderKey = "1813", statOrder = { 1813 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ManaCostIncreaseUniqueTwoHandAxe4"] = { affix = "", "50% increased Mana Cost of Skills", statOrderKey = "1527", statOrder = { 1527 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreaseUniqueGlovesInt6"] = { affix = "", "(40-80)% increased Mana Cost of Skills", statOrderKey = "1527", statOrder = { 1527 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreasedUniqueWand7"] = { affix = "", "40% increased Mana Cost of Skills", statOrderKey = "1527", statOrder = { 1527 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreasedUniqueHelmetStrInt6"] = { affix = "", "75% increased Mana Cost of Skills", statOrderKey = "1527", statOrder = { 1527 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostReductionUnique__1"] = { affix = "", "(6-8)% reduced Mana Cost of Skills", statOrderKey = "1527", statOrder = { 1527 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostReductionUnique__2_"] = { affix = "", "(10-20)% reduced Mana Cost of Skills", statOrderKey = "1527", statOrder = { 1527 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["SocketedGemsHaveReducedManaCostUniqueHelmetDexInt5"] = { affix = "", "Socketed Gems have 50% reduced Mana Cost", statOrderKey = "332", statOrder = { 332 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["SocketedGemsHaveReducedManaCostUniqueDescentClaw1"] = { affix = "", "Socketed Gems have 50% reduced Mana Cost", statOrderKey = "332", statOrder = { 332 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["BloodMagic"] = { affix = "", "Blood Magic", statOrderKey = "8377", statOrder = { 8377 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["CannotEvade"] = { affix = "", "Cannot Evade Enemy Attacks", statOrderKey = "1560", statOrder = { 1560 }, level = 1, group = "CannotEvade", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AdditionalArrowsUniqueBow3"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowsUniqueTransformed__1"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1439", statOrder = { 1439 }, level = 55, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowsUnique__1"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowsUnique__2"] = { affix = "", "Bow Attacks fire 2 additional Arrows", statOrderKey = "1439", statOrder = { 1439 }, level = 77, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MinionRunSpeedUniqueAmulet3"] = { affix = "", "Minions have (10-15)% increased Movement Speed", statOrderKey = "1415", statOrder = { 1415 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUniqueWand2"] = { affix = "", "Minions have (20-30)% increased Movement Speed", statOrderKey = "1415", statOrder = { 1415 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUniqueJewel16"] = { affix = "", "Minions have (5-10)% increased Movement Speed", statOrderKey = "1415", statOrder = { 1415 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__1"] = { affix = "", "Minions have 10% reduced Movement Speed", statOrderKey = "1415", statOrder = { 1415 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__2"] = { affix = "", "Minions have (80-100)% increased Movement Speed", statOrderKey = "1415", statOrder = { 1415 }, level = 48, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__3"] = { affix = "", "Minions have (25-45)% increased Movement Speed", statOrderKey = "1415", statOrder = { 1415 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__4"] = { affix = "", "Minions have (10-20)% increased Movement Speed", statOrderKey = "1415", statOrder = { 1415 }, level = 78, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__5"] = { affix = "", "Minions have (40-50)% increased Movement Speed", statOrderKey = "1415", statOrder = { 1415 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedUnique__6"] = { affix = "", "Minions have (15-25)% increased Movement Speed", statOrderKey = "1415", statOrder = { 1415 }, level = 1, group = "MinionRunSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionLifeUniqueAmulet3"] = { affix = "", "Minions have (10-15)% increased maximum Life", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueTwoHandSword4"] = { affix = "", "Minions have (30-40)% increased maximum Life", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueTwoHandMace5"] = { affix = "", "Minions have (20-40)% increased maximum Life", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueBodyInt9"] = { affix = "", "Minions have 20% reduced maximum Life", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueRing33"] = { affix = "", "Minions have 15% increased maximum Life", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUniqueJewel18"] = { affix = "", "Minions have (5-15)% increased maximum Life", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__1"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__2"] = { affix = "", "Minions have (10-20)% increased maximum Life", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__3_"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__4__"] = { affix = "", "Minions have 10% reduced maximum Life", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeUnique__5_"] = { affix = "", "Minions have (20-40)% reduced maximum Life", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionDamageImplicitHelmet1"] = { affix = "", "Minions deal (15-20)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 78, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueAmulet3"] = { affix = "", "Minions deal (10-15)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueWand2"] = { affix = "", "Minions deal (50-70)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueTwoHandSword4"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueBodyInt9"] = { affix = "", "Minions deal 15% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUniqueJewel1"] = { affix = "", "Minions deal (8-12)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__1"] = { affix = "", "Minions deal (8-12)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__2"] = { affix = "", "Minions deal (20-30)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__3_"] = { affix = "", "Minions deal (60-80)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique4"] = { affix = "", "Minions deal (10-15)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__5"] = { affix = "", "Minions deal (30-40)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__6"] = { affix = "", "Minions deal (35-45)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__7"] = { affix = "", "Minions deal (60-80)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageUnique__8_"] = { affix = "", "Minions deal (40-60)% increased Damage", statOrderKey = "1612", statOrder = { 1612 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionAttackAndCastSpeedUnique__1"] = { affix = "", "Minions have (12-16)% increased Attack Speed", "Minions have (12-16)% increased Cast Speed", statOrderKey = "2497,2498", statOrder = { 2497, 2498 }, level = 1, group = "MinionAttackSpeedAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionChaosResistanceUnique___1"] = { affix = "", "Minions have +17% to Chaos Resistance", statOrderKey = "2503", statOrder = { 2503 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, + ["MinionChaosResistanceUnique__2__"] = { affix = "", "Minions have +29% to Chaos Resistance", statOrderKey = "2503", statOrder = { 2503 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, + ["MinionChaosResistanceUnique__3"] = { affix = "", "Minions have +(-17-17)% to Chaos Resistance", statOrderKey = "2503", statOrder = { 2503 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance", "minion" }, }, + ["MinionAttackBlockChanceUnique__1"] = { affix = "", "Minions have +(10-12)% Chance to Block Attack Damage", statOrderKey = "2493", statOrder = { 2493 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, + ["MinionSpellBlockChanceUnique__1_"] = { affix = "", "Minions have +(10-12)% Chance to Block Spell Damage", statOrderKey = "2494", statOrder = { 2494 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, + ["MinionAttackDodgeChanceUnique__1"] = { affix = "", "Minions have +(10-12)% chance to Suppress Spell Damage", statOrderKey = "7402", statOrder = { 7402 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionSpellDodgeChanceUnique__1_"] = { affix = "", "Minions have +(10-12)% chance to Suppress Spell Damage", statOrderKey = "7402", statOrder = { 7402 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionSuppressSpellChanceUnique__1"] = { affix = "", "Minions have +(20-24)% chance to Suppress Spell Damage", statOrderKey = "7402", statOrder = { 7402 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["CannotBeStunned"] = { affix = "", "Cannot be Stunned", statOrderKey = "1808", statOrder = { 1808 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeStunnedUnique__1_"] = { affix = "", "Cannot be Stunned", statOrderKey = "1808", statOrder = { 1808 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalCurseOnEnemiesUnique__1"] = { affix = "", "You can apply an additional Curse", statOrderKey = "1803", statOrder = { 1803 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnEnemiesUnique__2"] = { affix = "", "You can apply an additional Curse", statOrderKey = "1803", statOrder = { 1803 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnEnemiesUnique__3"] = { affix = "", "You can apply one fewer Curse", statOrderKey = "1803", statOrder = { 1803 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ConvertPhysicalToFireUniqueQuiver1_"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrderKey = "1595", statOrder = { 1595 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUniqueShieldStr3"] = { affix = "", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1595", statOrder = { 1595 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUniqueOneHandSword4"] = { affix = "", "100% of Physical Damage Converted to Fire Damage", statOrderKey = "1595", statOrder = { 1595 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrderKey = "1595", statOrder = { 1595 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireUnique__2_"] = { affix = "", "30% of Physical Damage Converted to Fire Damage", statOrderKey = "1595", statOrder = { 1595 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["BeltReducedFlaskChargesGainedUnique__1"] = { affix = "", "30% reduced Flask Charges gained", statOrderKey = "1817", statOrder = { 1817 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGainedUnique__1_"] = { affix = "", "(15-25)% increased Flask Charges gained", statOrderKey = "1817", statOrder = { 1817 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargedUsedUnique__1"] = { affix = "", "(10-20)% increased Flask Charges used", statOrderKey = "1818", statOrder = { 1818 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__2"] = { affix = "", "60% increased Flask Effect Duration", statOrderKey = "1821", statOrder = { 1821 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__3___"] = { affix = "", "(10-20)% increased Flask Effect Duration", statOrderKey = "1821", statOrder = { 1821 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltReducedFlaskDurationUniqueDescentBelt1"] = { affix = "", "30% reduced Flask Effect Duration", statOrderKey = "1821", statOrder = { 1821 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUnique__1"] = { affix = "", "60% increased Flask Effect Duration", statOrderKey = "1821", statOrder = { 1821 }, level = 14, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["IncreasedFlaskDurationUnique__1"] = { affix = "", "(20-30)% reduced Flask Effect Duration", statOrderKey = "1821", statOrder = { 1821 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltFlaskLifeRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Life Recovery from Flasks", statOrderKey = "1694", statOrder = { 1694 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryRateUniqueJewel46"] = { affix = "", "10% increased Life Recovery from Flasks", statOrderKey = "1694", statOrder = { 1694 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryUniqueAmulet25"] = { affix = "", "100% increased Life Recovery from Flasks", statOrderKey = "1694", statOrder = { 1694 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryUnique__1"] = { affix = "", "(30-40)% increased Life Recovery from Flasks", statOrderKey = "1694", statOrder = { 1694 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskManaRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Mana Recovery from Flasks", statOrderKey = "1695", statOrder = { 1695 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryUnique__1"] = { affix = "", "(20-30)% increased Mana Recovery from Flasks", statOrderKey = "1695", statOrder = { 1695 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryUniqueBodyDex7"] = { affix = "", "(20-25)% increased Mana Recovery from Flasks", statOrderKey = "1695", statOrder = { 1695 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryUniqueShieldInt3"] = { affix = "", "15% increased Mana Recovery from Flasks", statOrderKey = "1695", statOrder = { 1695 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskLifeRecoveryRateUniqueBelt4"] = { affix = "", "25% increased Flask Life Recovery rate", statOrderKey = "1823", statOrder = { 1823 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Life Recovery rate", statOrderKey = "1823", statOrder = { 1823 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskLifeRecoveryRateUniqueSceptre5"] = { affix = "", "10% reduced Flask Life Recovery rate", statOrderKey = "1823", statOrder = { 1823 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["FlaskManaRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Mana Recovery rate", statOrderKey = "1824", statOrder = { 1824 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskManaRecoveryRateUniqueSceptre5"] = { affix = "", "(30-40)% increased Flask Mana Recovery rate", statOrderKey = "1824", statOrder = { 1824 }, level = 1, group = "BeltFlaskRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["BeltIncreasedFlaskChargesGainedUniqueBelt2"] = { affix = "", "50% increased Flask Charges gained", statOrderKey = "1817", statOrder = { 1817 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDurationUniqueBelt3"] = { affix = "", "20% increased Flask Effect Duration", statOrderKey = "1821", statOrder = { 1821 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["IncreasedChillDurationUniqueBodyDex1"] = { affix = "", "25% increased Chill Duration on Enemies", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IncreasedChillDurationUniqueBodyStrInt3"] = { affix = "", "150% increased Chill Duration on Enemies", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IncreasedChillDurationUniqueQuiver5"] = { affix = "", "(30-40)% increased Chill Duration on Enemies", statOrderKey = "1500", statOrder = { 1500 }, level = 13, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IncreasedChillDurationUnique__1"] = { affix = "", "(35-50)% increased Chill Duration on Enemies", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["Acrobatics"] = { affix = "", "Acrobatics", statOrderKey = "8372", statOrder = { 8372 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasNoSockets"] = { affix = "", "Has no Sockets", statOrderKey = "28", statOrder = { 28 }, level = 1, group = "ForceSpecificSockets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeShocked"] = { affix = "", "Cannot be Shocked", statOrderKey = "1492", statOrder = { 1492 }, level = 1, group = "ReducedShockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AttackerTakesDamageShieldImplicit1"] = { affix = "", "Reflects (2-5) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 5, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit2"] = { affix = "", "Reflects (5-12) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 12, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit3"] = { affix = "", "Reflects (10-23) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 20, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit4"] = { affix = "", "Reflects (24-35) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 27, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit5"] = { affix = "", "Reflects (36-50) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 33, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit6"] = { affix = "", "Reflects (51-70) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 39, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit7"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 45, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit8"] = { affix = "", "Reflects (91-120) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 49, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit9"] = { affix = "", "Reflects (121-150) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 54, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit10"] = { affix = "", "Reflects (151-180) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 58, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit11"] = { affix = "", "Reflects (181-220) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 62, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit12"] = { affix = "", "Reflects (221-260) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 66, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageShieldImplicit13"] = { affix = "", "Reflects (261-300) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 70, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUniqueIntHelmet1"] = { affix = "", "Reflects 5 Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUnique__1"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesColdDamageGlovesDex1"] = { affix = "", "Reflects 10 Cold Damage to Melee Attackers", statOrderKey = "1837", statOrder = { 1837 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AttackerTakesDamageUniqueHelmetDex3"] = { affix = "", "Reflects 4 Physical Damage to Melee Attackers", statOrderKey = "1836", statOrder = { 1836 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageUniqueHelmetDexInt6"] = { affix = "", "Reflects 100 to 150 Physical Damage to Melee Attackers", statOrderKey = "1831", statOrder = { 1831 }, level = 1, group = "AttackerTakesDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["TakesDamageWhenAttackedUniqueIntHelmet1"] = { affix = "", "+5 Physical Damage taken from Attack Hits", statOrderKey = "1865", statOrder = { 1865 }, level = 1, group = "TakesDamageWhenAttacked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["PainAttunement"] = { affix = "", "Pain Attunement", statOrderKey = "8403", statOrder = { 8403 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IncreasedExperienceUniqueIntHelmet3"] = { affix = "", "5% increased Experience gain", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedExperienceUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Experience gain", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedExperienceUniqueSceptre1"] = { affix = "", "3% increased Experience gain", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedExperienceUniqueRing14"] = { affix = "", "2% increased Experience gain", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToAvoidFreezeAndChillUniqueDexHelmet5"] = { affix = "", "25% chance to Avoid being Chilled", statOrderKey = "1488", statOrder = { 1488 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidChillUniqueDescentOneHandAxe1"] = { affix = "", "50% chance to Avoid being Chilled", statOrderKey = "1488", statOrder = { 1488 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeChilledUniqueBodyStrInt3"] = { affix = "", "Cannot be Chilled", statOrderKey = "1488", statOrder = { 1488 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeChilledUnique__1"] = { affix = "", "Cannot be Chilled", statOrderKey = "1488", statOrder = { 1488 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidChilledUnique__1"] = { affix = "", "50% chance to Avoid being Chilled", statOrderKey = "1488", statOrder = { 1488 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeFrozenOrChilledUnique__1"] = { affix = "", "Cannot be Chilled", "Cannot be Frozen", statOrderKey = "1488,1489", statOrder = { 1488, 1489 }, level = 31, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedManaCostOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "20% reduced Mana Cost of Skills when on Low Life", statOrderKey = "1530", statOrder = { 1530 }, level = 1, group = "ReducedManaCostOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ElementalResistsOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "+20% to all Elemental Resistances while on Low Life", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "ElementalResistsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["EvasionOnLowLifeUniqueAmulet4"] = { affix = "", "+100 to Evasion Rating while on Low Life", statOrderKey = "1212", statOrder = { 1212 }, level = 1, group = "EvasionOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LifeRegenerationOnLowLifeUniqueAmulet4"] = { affix = "", "Regenerate 1% of Life per second while on Low Life", statOrderKey = "1585", statOrder = { 1585 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationOnLowLifeUniqueBodyStrInt2"] = { affix = "", "Regenerate 2% of Life per second while on Low Life", statOrderKey = "1585", statOrder = { 1585 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationOnLowLifeUniqueShieldStrInt3_"] = { affix = "", "Regenerate 3% of Life per second while on Low Life", statOrderKey = "1585", statOrder = { 1585 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ItemRarityOnLowLifeUniqueBootsInt1"] = { affix = "", "100% increased Rarity of Items found when on Low Life", statOrderKey = "1263", statOrder = { 1263 }, level = 1, group = "ItemRarityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementVelocityOnLowLifeUniqueBootsStrDex1"] = { affix = "", "40% reduced Movement Speed when on Low Life", statOrderKey = "1445", statOrder = { 1445 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueGlovesDexInt1"] = { affix = "", "20% increased Movement Speed when on Low Life", statOrderKey = "1445", statOrder = { 1445 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueRapier1"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrderKey = "1445", statOrder = { 1445 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUniqueBootsInt3"] = { affix = "", "20% increased Movement Speed when on Full Life", statOrderKey = "1446", statOrder = { 1446 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUniqueTwoHandAxe2"] = { affix = "", "15% increased Movement Speed when on Full Life", statOrderKey = "1446", statOrder = { 1446 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueBootsDex3"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrderKey = "1445", statOrder = { 1445 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueShieldStrInt5"] = { affix = "", "10% increased Movement Speed when on Low Life", statOrderKey = "1445", statOrder = { 1445 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnLowLifeUniqueRing9"] = { affix = "", "(6-8)% increased Movement Speed when on Low Life", statOrderKey = "1445", statOrder = { 1445 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityOnFullLifeUniqueAmulet13"] = { affix = "", "10% increased Movement Speed when on Full Life", statOrderKey = "1446", statOrder = { 1446 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ElementalDamageUniqueBootsStr1"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueIntHelmet3"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueRing21"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 38, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueDescentBelt1"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueSceptre7"] = { affix = "", "(80-100)% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueHelmetInt9"] = { affix = "", "20% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueRingVictors"] = { affix = "", "(10-20)% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueJewel10"] = { affix = "", "10% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUniqueStaff13"] = { affix = "", "(30-50)% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__1"] = { affix = "", "30% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__2_"] = { affix = "", "(20-30)% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__3"] = { affix = "", "(30-40)% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamageUnique__4"] = { affix = "", "(7-10)% increased Elemental Damage", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ConvertPhysicalToColdUniqueGlovesDex1"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrderKey = "1597", statOrder = { 1597 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUniqueQuiver5"] = { affix = "", "Gain 20% of Physical Damage as Extra Cold Damage", statOrderKey = "1574", statOrder = { 1574 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1597", statOrder = { 1597 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUnique__1"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1597", statOrder = { 1597 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdUnique__2"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrderKey = "1597", statOrder = { 1597 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__1"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__2"] = { affix = "", "30% of Physical Damage Converted to Lightning Damage", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__3"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicaltoLightningUnique__4"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["AttackSpeedOnFullLifeUniqueGlovesStr1"] = { affix = "", "30% increased Attack Speed when on Full Life", statOrderKey = "904", statOrder = { 904 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AttackSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "15% increased Attack Speed when on Full Life", statOrderKey = "904", statOrder = { 904 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["Conduit"] = { affix = "", "Conduit", statOrderKey = "8380", statOrder = { 8380 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["PhysicalAttackDamageReducedUniqueAmulet8"] = { affix = "", "-4 Physical Damage taken from Attack Hits", statOrderKey = "1865", statOrder = { 1865 }, level = 25, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBelt3"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrderKey = "1865", statOrder = { 1865 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBodyStr2"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrderKey = "1865", statOrder = { 1865 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBodyDex2"] = { affix = "", "-3 Physical Damage taken from Attack Hits", statOrderKey = "1865", statOrder = { 1865 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBodyDex3"] = { affix = "", "-(7-5) Physical Damage taken from Attack Hits", statOrderKey = "1865", statOrder = { 1865 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueBelt8"] = { affix = "", "-(50-40) Physical Damage taken from Attack Hits", statOrderKey = "1865", statOrder = { 1865 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageReducedUniqueShieldDexInt1"] = { affix = "", "-(18-14) Physical Damage taken from Attack Hits", statOrderKey = "1865", statOrder = { 1865 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["AdditionalBlockChanceUniqueShieldStrDex1"] = { affix = "", "+(3-6)% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex1"] = { affix = "", "+5% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex2"] = { affix = "", "+5% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStr1"] = { affix = "", "+5% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrInt4"] = { affix = "", "+6% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrInt6"] = { affix = "", "+5% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueDescentShield1_"] = { affix = "", "+3% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrDex2"] = { affix = "", "+5% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldDex5"] = { affix = "", "+5% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldInt4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStr4"] = { affix = "", "+5% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUniqueShieldStrDex3__"] = { affix = "", "+(3-5)% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SubtractedBlockChanceUniqueShieldStrInt8"] = { affix = "", "-10% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__1"] = { affix = "", "+(3-5)% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__2"] = { affix = "", "+6% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__3"] = { affix = "", "+(6-10)% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__4"] = { affix = "", "+6% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__5"] = { affix = "", "+5% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__6"] = { affix = "", "+(3-4)% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__7__"] = { affix = "", "+(8-12)% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__8_"] = { affix = "", "+(9-13)% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChanceUnique__9"] = { affix = "", "+(20-25)% Chance to Block", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockOnLowLifeUniqueShieldStrDex1"] = { affix = "", "36% Chance to Block Spell Damage while on Low Life", statOrderKey = "839", statOrder = { 839 }, level = 1, group = "BlockPercentAppliedToSpellsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueShieldInt1"] = { affix = "", "(12-18)% Chance to Block Spell Damage", statOrderKey = "838", statOrder = { 838 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueShieldStrInt1"] = { affix = "", "(21-24)% Chance to Block Spell Damage", statOrderKey = "838", statOrder = { 838 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueBootsInt5"] = { affix = "", "(6-8)% Chance to Block Spell Damage", statOrderKey = "838", statOrder = { 838 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueTwoHandAxe6"] = { affix = "", "8% Chance to Block Spell Damage", statOrderKey = "838", statOrder = { 838 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueDescentShieldStr1"] = { affix = "", "30% Chance to Block Spell Damage", statOrderKey = "838", statOrder = { 838 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockUniqueShieldInt4"] = { affix = "", "8% Chance to Block Spell Damage", statOrderKey = "838", statOrder = { 838 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageOnLowLifeUniqueShieldStrDex1_"] = { affix = "", "+30% Chance to Block Spell Damage while on Low Life", statOrderKey = "832", statOrder = { 832 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldInt1"] = { affix = "", "(10-15)% Chance to Block Spell Damage", statOrderKey = "843", statOrder = { 843 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldStrInt1"] = { affix = "", "(15-20)% Chance to Block Spell Damage", statOrderKey = "843", statOrder = { 843 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueBootsInt5"] = { affix = "", "(4-6)% Chance to Block Spell Damage", statOrderKey = "843", statOrder = { 843 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "blue_herring" }, }, + ["SpellBlockPercentageUniqueTwoHandAxe6"] = { affix = "", "(7-10)% Chance to Block Spell Damage", statOrderKey = "843", statOrder = { 843 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldInt4"] = { affix = "", "10% Chance to Block Spell Damage", statOrderKey = "843", statOrder = { 843 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MaximumColdResistUniqueShieldDex1"] = { affix = "", "+5% to maximum Cold Resistance", statOrderKey = "1292", statOrder = { 1292 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistUnique__1_"] = { affix = "", "+(-3-3)% to maximum Cold Resistance", statOrderKey = "1292", statOrder = { 1292 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumFireResistUniqueShieldStrInt5"] = { affix = "", "+5% to maximum Fire Resistance", statOrderKey = "1286", statOrder = { 1286 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistUnique__1"] = { affix = "", "+(-3-3)% to maximum Fire Resistance", statOrderKey = "1286", statOrder = { 1286 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumLightningResistUniqueStaff8c"] = { affix = "", "+5% to maximum Lightning Resistance", statOrderKey = "1297", statOrder = { 1297 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistUnique__1"] = { affix = "", "+(-3-3)% to maximum Lightning Resistance", statOrderKey = "1297", statOrder = { 1297 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MeleeAttackerTakesColdDamageUniqueShieldDex1"] = { affix = "", "Reflects (25-50) Cold Damage to Melee Attackers", statOrderKey = "1837", statOrder = { 1837 }, level = 1, group = "AttackerTakesColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["RangedAttackDamageReducedUniqueShieldStr1"] = { affix = "", "-25 Physical Damage taken from Projectile Attacks", statOrderKey = "1877", statOrder = { 1877 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["RangedAttackDamageReducedUniqueShieldStr2"] = { affix = "", "-(80-50) Physical Damage taken from Projectile Attacks", statOrderKey = "1877", statOrder = { 1877 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["GainFrenzyChargeOnCriticalHit"] = { affix = "", "Gain a Frenzy Charge on Critical Strike", statOrderKey = "1474", statOrder = { 1474 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "critical" }, }, + ["DisableOffhandSlot"] = { affix = "", "Uses both hand slots", statOrderKey = "765", statOrder = { 765 }, level = 1, group = "DisableOffhandSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisableOffHandSlotUnique__1"] = { affix = "", "Uses both hand slots", statOrderKey = "765", statOrder = { 765 }, level = 1, group = "DisableOffhandSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBlockAttacks"] = { affix = "", "Cannot Block Attacks", statOrderKey = "1888", statOrder = { 1888 }, level = 1, group = "CannotBlockAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["IncreasedMaximumResistsUniqueShieldStrInt1"] = { affix = "", "+4% to all maximum Resistances", statOrderKey = "1304", statOrder = { 1304 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["IncreasedMaximumResistsUnique__1"] = { affix = "", "+(1-4)% to all maximum Resistances", statOrderKey = "1304", statOrder = { 1304 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["IncreasedMaximumColdResistUniqueShieldStrInt4"] = { affix = "", "+5% to maximum Cold Resistance", statOrderKey = "1292", statOrder = { 1292 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ItemActsAsConcentratedAOESupportUniqueHelmetInt4"] = { affix = "", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrderKey = "246", statOrder = { 246 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsConcentratedAOESupportUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Concentrated Effect", statOrderKey = "246", statOrder = { 246 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsConcentratedAOESupportUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Concentrated Effect", statOrderKey = "246", statOrder = { 246 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsConcentratedAOESupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 5 Concentrated Effect", statOrderKey = "246", statOrder = { 246 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsFirePenetrationSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Fire Penetration", statOrderKey = "257", statOrder = { 257 }, level = 1, group = "DisplaySocketedGemsGetFirePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsFireDamageSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrderKey = "254", statOrder = { 254 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsColdToFireSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Cold to Fire", statOrderKey = "255", statOrder = { 255 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsColdToFireSupportUniqueStaff13"] = { affix = "", "Socketed Gems are Supported by Level 5 Cold to Fire", statOrderKey = "255", statOrder = { 255 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ItemActsAsColdToFireSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 30 Cold to Fire", statOrderKey = "255", statOrder = { 255 }, level = 75, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ShareEnduranceChargesWithParty"] = { affix = "", "Share Endurance Charges with nearby party members", statOrderKey = "1890", statOrder = { 1890 }, level = 1, group = "ShareEnduranceChargesWithParty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["GainEnduranceChargeWhenCriticallyHit"] = { affix = "", "Gain an Endurance Charge when you take a Critical Strike", statOrderKey = "1481", statOrder = { 1481 }, level = 1, group = "GainEnduranceChargeWhenCriticallyHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "critical" }, }, + ["BlindingHitUniqueWand1"] = { affix = "", "10% chance to Blind Enemies on hit", statOrderKey = "1893", statOrder = { 1893 }, level = 1, group = "BlindingHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUniqueWand1"] = { affix = "", "Socketed Gems are supported by Level 20 Blind", statOrderKey = "262", statOrder = { 262 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are supported by Level 18 Blind", statOrderKey = "262", statOrder = { 262 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are supported by Level 6 Blind", statOrderKey = "262", statOrder = { 262 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemActsAsSupportBlindUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Blind", statOrderKey = "262", statOrder = { 262 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedFreezeDurationUniqueShieldStrInt3"] = { affix = "", "50% reduced Freeze Duration on you", statOrderKey = "1518", statOrder = { 1518 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeDurationOnSelfUnique__1"] = { affix = "", "10000% increased Freeze Duration on you", statOrderKey = "1518", statOrder = { 1518 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FacebreakerUnarmedMoreDamage"] = { affix = "", "(600-800)% more Physical Damage with Unarmed Melee Attacks", statOrderKey = "2058", statOrder = { 2058 }, level = 1, group = "FacebreakerPhysicalUnarmedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandMace3"] = { affix = "", "Socketed Gems are Supported by Level 15 Pulverise", statOrderKey = "174", statOrder = { 174 }, level = 1, group = "SupportedByPulverise", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandAxe5"] = { affix = "", "Socketed Gems are Supported by Level 20 Increased Area of Effect", statOrderKey = "101", statOrder = { 101 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "Socketed Gems are Supported by Level 5 Increased Area of Effect", statOrderKey = "101", statOrder = { 101 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetIncreasedAreaOfEffectUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrderKey = "204", statOrder = { 204 }, level = 1, group = "SupportedByIntensify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["EnemiesCantLifeLeech"] = { affix = "", "Enemies Cannot Leech Life From you", statOrderKey = "2062", statOrder = { 2062 }, level = 1, group = "EnemiesCantLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExtraGore"] = { affix = "", "Extra gore", statOrderKey = "8451", statOrder = { 8451 }, level = 1, group = "ExtraGore", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OneSocketEachColourUnique"] = { affix = "", "Has one socket of each colour", statOrderKey = "39", statOrder = { 39 }, level = 1, group = "ForceSpecificSockets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlockWhileDualWieldingUniqueDagger3"] = { affix = "", "+12% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "844", statOrder = { 844 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUniqueTwoHandAxe6"] = { affix = "", "+(8-12)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "844", statOrder = { 844 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUniqueOneHandSword5"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "844", statOrder = { 844 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUniqueDagger9"] = { affix = "", "+5% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "844", statOrder = { 844 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "844", statOrder = { 844 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlockWhileDualWieldingUnique__2_"] = { affix = "", "+18% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "844", statOrder = { 844 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MaximumMinionCountUniqueBootsInt4"] = { affix = "", "+1 to Level of all Raise Zombie Gems", "+1 to Level of all Raise Spectre Gems", statOrderKey = "1279,1280", statOrder = { 1279, 1280 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "minion", "gem" }, }, + ["MaximumMinionCountUniqueTwoHandSword4"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+2 to maximum number of Skeletons", statOrderKey = "1795,1796,7523", statOrder = { 1795, 1796, 7523 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueTwoHandSword4Updated"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrderKey = "1795,1796,1797", statOrder = { 1795, 1796, 1797 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueSceptre5"] = { affix = "", "+1 to maximum number of Spectres", statOrderKey = "1796", statOrder = { 1796 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueBootsStrInt2"] = { affix = "", "+2 to maximum number of Skeletons", statOrderKey = "7523", statOrder = { 7523 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueBootsStrInt2Updated"] = { affix = "", "+1 to maximum number of Skeletons", statOrderKey = "1797", statOrder = { 1797 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueBodyInt9"] = { affix = "", "+1 to maximum number of Spectres", statOrderKey = "1796", statOrder = { 1796 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", "(7-10)% increased Skeleton Cast Speed", "(3-5)% increased Skeleton Movement Speed", statOrderKey = "7882,7883,7884", statOrder = { 7882, 7883, 7884 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MaximumMinionCountUnique__1__"] = { affix = "", "+2 to maximum number of Spectres", statOrderKey = "1796", statOrder = { 1796 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SkeletonMovementSpeedUniqueJewel1"] = { affix = "", "(3-5)% increased Skeleton Movement Speed", statOrderKey = "7884", statOrder = { 7884 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["SkeletonAttackSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", statOrderKey = "7882", statOrder = { 7882 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["SkeletonCastSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Cast Speed", statOrderKey = "7883", statOrder = { 7883 }, level = 1, group = "SkeletonSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "minion" }, }, + ["SocketedemsHaveBloodMagicUniqueShieldStrInt2"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "305", statOrder = { 305 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsHaveBloodMagicUniqueOneHandSword7"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "305", statOrder = { 305 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsHaveBloodMagicUnique__1"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrderKey = "305", statOrder = { 305 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "63", statOrder = { 63 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "gem" }, }, + ["SocketedItemsHaveChanceToFleeUniqueClaw6"] = { affix = "", "Socketed Gems have 10% chance to cause Enemies to Flee on Hit", statOrderKey = "313", statOrder = { 313 }, level = 1, group = "DisplaySocketedGemGetsFlee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["AttackerTakesLightningDamageUniqueBodyInt1"] = { affix = "", "Reflects 1 to 250 Lightning Damage to Melee Attackers", statOrderKey = "1834", statOrder = { 1834 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AttackerTakesLightningDamageUnique___1"] = { affix = "", "Reflects 1 to 150 Lightning Damage to Melee Attackers", statOrderKey = "1834", statOrder = { 1834 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["PhysicalDamageConvertToChaosUniqueBow5"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1601", statOrder = { 1601 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertToChaosUniqueClaw2"] = { affix = "", "(10-20)% of Physical Damage Converted to Chaos Damage", statOrderKey = "1601", statOrder = { 1601 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertToChaosBodyStrInt4"] = { affix = "", "30% of Physical Damage Converted to Chaos Damage", statOrderKey = "1601", statOrder = { 1601 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertedToChaosPerLevelUnique__1"] = { affix = "", "1% of Physical Damage Converted to Chaos Damage per Level", statOrderKey = "4355", statOrder = { 4355 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["MaximumMinionCountUniqueWand2"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+2 to maximum number of Skeletons", statOrderKey = "1795,1796,7523", statOrder = { 1795, 1796, 7523 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumMinionCountUniqueWand2Updated"] = { affix = "", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrderKey = "1795,1796,1797", statOrder = { 1795, 1796, 1797 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["LifeReservationUniqueWand2"] = { affix = "", "Cannot be used with Chaos Inoculation", "Reserves 30% of Life", statOrderKey = "767,2061", statOrder = { 767, 2061 }, level = 1, group = "ReservesLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LocalIncreaseSocketedStrengthGemLevelUniqueTwoHandAxe3"] = { affix = "", "+1 to Level of Socketed Strength Gems", statOrderKey = "44", statOrder = { 44 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute", "gem" }, }, + ["ChaosTakenOnES"] = { affix = "", "Chaos Damage taken does not bypass Energy Shield", statOrderKey = "2130", statOrder = { 2130 }, level = 1, group = "ChaosTakenOnES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["PhysicalDamagePercentTakesAsChaosDamageUniqueBow5"] = { affix = "", "25% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2072", statOrder = { 2072 }, level = 1, group = "PhysicalDamagePercentTakesAsChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, + ["PhysicalBowDamageCloseRangeUniqueBow6"] = { affix = "", "50% More Damage with Arrow Hits at Close Range", statOrderKey = "2064", statOrder = { 2064 }, level = 1, group = "PhysicalBowDamageAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["KnockbackCloseRangeUniqueBow6"] = { affix = "", "Bow Knockback at Close Range", statOrderKey = "2065", statOrder = { 2065 }, level = 1, group = "KnockbackAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PercentDamageGoesToManaUniqueBootsDex3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrderKey = "2076", statOrder = { 2076 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["PercentDamageGoesToManaUniqueHelmetStrInt3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrderKey = "2076", statOrder = { 2076 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["PercentDamageGoesToManaUnique__1"] = { affix = "", "8% of Damage taken Recouped as Mana", statOrderKey = "2076", statOrder = { 2076 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ChanceToIgniteUniqueBodyInt2"] = { affix = "", "10% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueTwoHandSword6"] = { affix = "", "20% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueDescentOneHandMace1"] = { affix = "", "30% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueBootsStrInt3"] = { affix = "", "(10-15)% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUniqueRing38"] = { affix = "", "10% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__1"] = { affix = "", "(16-22)% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__2"] = { affix = "", "10% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__3"] = { affix = "", "10% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__4"] = { affix = "", "(6-10)% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__5"] = { affix = "", "25% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteUnique__6"] = { affix = "", "(10-15)% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueBodyInt2"] = { affix = "", "(30-50)% increased Ignite Duration on Enemies", statOrderKey = "1503", statOrder = { 1503 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueDescentOneHandMace1"] = { affix = "", "500% increased Ignite Duration on Enemies", statOrderKey = "1503", statOrder = { 1503 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueRing31"] = { affix = "", "15% increased Ignite Duration on Enemies", statOrderKey = "1503", statOrder = { 1503 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUniqueWand10"] = { affix = "", "25% reduced Ignite Duration on Enemies", statOrderKey = "1503", statOrder = { 1503 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUnique__1"] = { affix = "", "33% increased Ignite Duration on Enemies", statOrderKey = "1503", statOrder = { 1503 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["BurnDurationUnique__2"] = { affix = "", "10000% increased Ignite Duration on Enemies", statOrderKey = "1503", statOrder = { 1503 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["PhysicalDamageTakenAsFirePercentUniqueBodyInt2"] = { affix = "", "20% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2068", statOrder = { 2068 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFirePercentUnique__1"] = { affix = "", "8% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2068", statOrder = { 2068 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, + ["AttackerTakesFireDamageUniqueBodyInt2"] = { affix = "", "Reflects 15 Fire Damage to Melee Attackers", statOrderKey = "1838", statOrder = { 1838 }, level = 1, group = "AttackerTakesFireDamageNoRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AvoidIgniteUniqueBodyDex3"] = { affix = "", "Cannot be Ignited", statOrderKey = "1490", statOrder = { 1490 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteUnique__1"] = { affix = "", "Cannot be Ignited", statOrderKey = "1490", statOrder = { 1490 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3"] = { affix = "", "(10-15)% increased Physical Damage with Ranged Weapons", statOrderKey = "1634", statOrder = { 1634 }, level = 1, group = "RangedWeaponPhysicalDamagePlusPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["PhysicalDamageTakenPercentToReflectUniqueBodyStr2"] = { affix = "", "40% of Melee Physical Damage taken reflected to Attacker", statOrderKey = "2078", statOrder = { 2078 }, level = 1, group = "PhysicalDamageTakenPercentToReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AdditionalBlockUniqueBodyDex2"] = { affix = "", "+5% Chance to Block Attack Damage", statOrderKey = "2079", statOrder = { 2079 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockUnique__1"] = { affix = "", "+(2-4)% Chance to Block Attack Damage", statOrderKey = "2079", statOrder = { 2079 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockUnique__2"] = { affix = "", "15% Chance to Block Attack Damage", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ArrowPierceUniqueBow7"] = { affix = "", "Arrows Pierce all Targets", statOrderKey = "4308", statOrder = { 4308 }, level = 1, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowPierceImplicitQuiver12_"] = { affix = "", "Arrows Pierce an additional Target", statOrderKey = "1437", statOrder = { 1437 }, level = 45, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalArrowPierceImplicitQuiver5New"] = { affix = "", "Arrows Pierce an additional Target", statOrderKey = "1437", statOrder = { 1437 }, level = 32, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["LeechEnergyShieldInsteadofLife"] = { affix = "", "Leech Energy Shield instead of Life", statOrderKey = "5908", statOrder = { 5908 }, level = 1, group = "LeechEnergyShieldInsteadofLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["BlockWhileDualWieldingClawsUniqueClaw1"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding Claws", statOrderKey = "845", statOrder = { 845 }, level = 1, group = "BlockWhileDualWieldingClaws", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ArmourPercent VsProjectilesUniqueShieldStr2"] = { affix = "", "200% increased Armour against Projectiles", statOrderKey = "2084", statOrder = { 2084 }, level = 1, group = "ArmourPercent VsProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["BlockVsProjectilesUniqueShieldStr2"] = { affix = "", "+25% Chance to Block Projectile Attack Damage", statOrderKey = "2085", statOrder = { 2085 }, level = 1, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CannotLeech"] = { affix = "", "Cannot Leech", statOrderKey = "2086", statOrder = { 2086 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["SocketedItemsHaveReducedReservationUniqueShieldStrInt2"] = { affix = "", "Socketed Gems have 30% increased Reservation Efficiency", statOrderKey = "306", statOrder = { 306 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedItemsHaveReducedReservationUniqueBodyDexInt4"] = { affix = "", "Socketed Gems have 45% increased Reservation Efficiency", statOrderKey = "306", statOrder = { 306 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedItemsHaveReducedReservationUnique__1"] = { affix = "", "Socketed Gems have 25% increased Reservation Efficiency", statOrderKey = "306", statOrder = { 306 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["SocketedItemsHaveIncreasedReservationUnique__1"] = { affix = "", "Socketed Gems have 20% reduced Reservation Efficiency", statOrderKey = "306", statOrder = { 306 }, level = 57, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["ChanceToFreezeUniqueStaff2"] = { affix = "", "8% chance to Freeze", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUniqueQuiver5"] = { affix = "", "(7-10)% chance to Freeze", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUniqueRing30"] = { affix = "", "10% chance to Freeze", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__1"] = { affix = "", "5% chance to Freeze", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__2"] = { affix = "", "2% chance to Freeze", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__3"] = { affix = "", "10% chance to Freeze", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__4"] = { affix = "", "10% chance to Freeze", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeUnique__5"] = { affix = "", "20% chance to Freeze", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FrozenMonstersTakeIncreasedDamage"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrderKey = "2082", statOrder = { 2082 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["FrozenMonstersTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrderKey = "2082", statOrder = { 2082 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedIntelligenceRequirementsUniqueSceptre1"] = { affix = "", "60% increased Intelligence Requirement", statOrderKey = "771", statOrder = { 771 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedIntelligenceRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Intelligence Requirement", statOrderKey = "771", statOrder = { 771 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedIntelligenceRequirementsUnique__1"] = { affix = "", "+257 Intelligence Requirement", statOrderKey = "770", statOrder = { 770 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsHaveAddedChaosDamageUniqueBodyInt3"] = { affix = "", "Socketed Gems are Supported by Level 15 Added Chaos Damage", statOrderKey = "251", statOrder = { 251 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsHaveAddedChaosDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Chaos Damage", statOrderKey = "251", statOrder = { 251 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsHaveAddedChaosDamageUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 25 Added Chaos Damage", statOrderKey = "251", statOrder = { 251 }, level = 50, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["EnergyShieldGainedOnBlockUniqueShieldStrInt4"] = { affix = "", "Replenishes Energy Shield by 2% of Armour when you Block", statOrderKey = "2089", statOrder = { 2089 }, level = 1, group = "EnergyShieldGainedOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, + ["LocalPoisonOnHit"] = { affix = "", "Poisonous Hit", statOrderKey = "2090", statOrder = { 2090 }, level = 1, group = "LocalPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["SkeletonDurationUniqueTwoHandSword4"] = { affix = "", "(150-200)% increased Skeleton Duration", statOrderKey = "1425", statOrder = { 1425 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SkeletonDurationUniqueJewel1_"] = { affix = "", "(10-20)% reduced Skeleton Duration", statOrderKey = "1425", statOrder = { 1425 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["IncreasedStrengthRequirementsUniqueTwoHandSword4"] = { affix = "", "25% increased Strength Requirement", statOrderKey = "777", statOrder = { 777 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedStrengthRequirementsUniqueTwoHandMace5"] = { affix = "", "20% reduced Strength Requirement", statOrderKey = "777", statOrder = { 777 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedStrengthRequirementUniqueBodyStr5"] = { affix = "", "30% reduced Strength Requirement", statOrderKey = "777", statOrder = { 777 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedStrengthRequirementUniqueStaff8"] = { affix = "", "40% increased Strength Requirement", statOrderKey = "777", statOrder = { 777 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedStrengthREquirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Strength Requirement", statOrderKey = "777", statOrder = { 777 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUniqueOneHandMace3"] = { affix = "", "+200 Strength Requirement", statOrderKey = "776", statOrder = { 776 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__1"] = { affix = "", "+100 Strength Requirement", statOrderKey = "776", statOrder = { 776 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__2"] = { affix = "", "+200 Strength Requirement", statOrderKey = "776", statOrder = { 776 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthRequirementsUnique__3_"] = { affix = "", "+(500-700) Strength Requirement", statOrderKey = "776", statOrder = { 776 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IntelligenceRequirementsUniqueOneHandMace3"] = { affix = "", "+300 Intelligence Requirement", statOrderKey = "770", statOrder = { 770 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IntelligenceRequirementsUniqueBow12"] = { affix = "", "+212 Intelligence Requirement", statOrderKey = "770", statOrder = { 770 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DexterityRequirementsUnique__1"] = { affix = "", "+160 Dexterity Requirement", statOrderKey = "768", statOrder = { 768 }, level = 1, group = "DexterityRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StrengthIntelligenceRequirementsUnique__1"] = { affix = "", "+600 Strength and Intelligence Requirement", statOrderKey = "775", statOrder = { 775 }, level = 1, group = "StrengthIntelligenceRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellDamageTakenOnLowManaUniqueBodyInt4"] = { affix = "", "15% increased Spell Damage taken when on Low Mana", statOrderKey = "2092", statOrder = { 2092 }, level = 1, group = "SpellDamageTakenOnLowMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["EvasionOnFullLifeUniqueBodyDex4"] = { affix = "", "+500 to Evasion Rating while on Full Life", statOrderKey = "1213", statOrder = { 1213 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["EvasionOnFullLifeUnique__1_"] = { affix = "", "+1500 to Evasion Rating while on Full Life", statOrderKey = "1213", statOrder = { 1213 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["ReflectCurses"] = { affix = "", "Hex Reflection", statOrderKey = "2097", statOrder = { 2097 }, level = 1, group = "ReflectCurses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["FlaskCurseImmunityUnique___1"] = { affix = "", "Removes Curses on use", statOrderKey = "598", statOrder = { 598 }, level = 1, group = "FlaskCurseImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster", "curse" }, }, + ["CausesBleedingUniqueTwoHandAxe4"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "2103", statOrder = { 2103 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueTwoHandAxe4Updated"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "2104", statOrder = { 2104 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueTwoHandAxe7"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "2102", statOrder = { 2102 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueTwoHandAxe7Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "2104", statOrder = { 2104 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueOneHandAxe5"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "2102", statOrder = { 2102 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUniqueOneHandAxe5Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "2104", statOrder = { 2104 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__1"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "2102", statOrder = { 2102 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__1Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "2104", statOrder = { 2104 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__2"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "2102", statOrder = { 2102 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CausesBleedingUnique__2Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrderKey = "2104", statOrder = { 2104 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["CauseseBleedingOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Bleeding on Critical Strike", statOrderKey = "6376", statOrder = { 6376 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, }, + ["CausesBleedingOnCritUniqueDagger11"] = { affix = "", "50% chance to cause Bleeding on Critical Strike", statOrderKey = "6382", statOrder = { 6382 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AttacksDealNoPhysicalDamage"] = { affix = "", "Attacks deal no Physical Damage", statOrderKey = "2100", statOrder = { 2100 }, level = 1, group = "AttacksDealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["GoldenLightBeam"] = { affix = "", "Golden Radiance", statOrderKey = "2115", statOrder = { 2115 }, level = 1, group = "GoldenLightBeam", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeStunnedOnLowLife"] = { affix = "", "Cannot be Stunned when on Low Life", statOrderKey = "1809", statOrder = { 1809 }, level = 1, group = "CannotBeStunnedOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AuraEffectUniqueShieldInt2"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3141", statOrder = { 3141 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AuraEffectOnMinionsUniqueShieldInt2"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills on your Minions", statOrderKey = "1780", statOrder = { 1780 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "aura" }, }, + ["AuraEffectUnique__1"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3141", statOrder = { 3141 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AuraEffectUnique__2____"] = { affix = "", "10% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3141", statOrder = { 3141 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AuraEffectOnMinionsUnique__1_"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills on your Minions", statOrderKey = "1780", statOrder = { 1780 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "aura" }, }, + ["AreaDamageUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area Damage", statOrderKey = "1669", statOrder = { 1669 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamageUniqueDescentOneHandSword1"] = { affix = "", "10% increased Area Damage", statOrderKey = "1669", statOrder = { 1669 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamageUniqueOneHandMace7"] = { affix = "", "(10-20)% increased Area Damage", statOrderKey = "1669", statOrder = { 1669 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamageImplicitMace1"] = { affix = "", "30% increased Area Damage", statOrderKey = "1669", statOrder = { 1669 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamageUnique__1"] = { affix = "", "30% increased Area Damage", statOrderKey = "1669", statOrder = { 1669 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueRing6"] = { affix = "", "(10-30)% increased Damage", statOrderKey = "873", statOrder = { 873 }, level = 30, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueRing8"] = { affix = "", "10% increased Damage", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueHelmetDexInt2"] = { affix = "", "30% reduced Damage", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueStaff4"] = { affix = "", "(40-50)% increased Global Damage", statOrderKey = "874", statOrder = { 874 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueSceptre8"] = { affix = "", "(40-60)% increased Global Damage", statOrderKey = "874", statOrder = { 874 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUniqueBelt11"] = { affix = "", "10% increased Damage", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__1"] = { affix = "", "10% increased Damage", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__2"] = { affix = "", "(20-25)% increased Damage", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__3"] = { affix = "", "(250-300)% increased Global Damage", statOrderKey = "874", statOrder = { 874 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AllDamageUnique__4"] = { affix = "", "(30-40)% increased Damage", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LightRadiusUniqueSceptre2"] = { affix = "", "25% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBootsStrDex2"] = { affix = "", "25% reduced Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueRing9_"] = { affix = "", "31% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyInt8"] = { affix = "", "25% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyStrInt4"] = { affix = "", "25% reduced Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueRing11"] = { affix = "", "(10-15)% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueAmulet17"] = { affix = "", "(10-15)% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 50, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBelt6"] = { affix = "", "25% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyStr4"] = { affix = "", "25% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBootsStrDex3"] = { affix = "", "20% reduced Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueHelmetStrInt4"] = { affix = "", "40% reduced Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueBodyStrInt5"] = { affix = "", "(20-30)% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueRing15"] = { affix = "", "10% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueHelmetStrDex6"] = { affix = "", "40% reduced Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueStaff10_"] = { affix = "", "20% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUniqueShieldDemigods"] = { affix = "", "20% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__1"] = { affix = "", "20% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__2"] = { affix = "", "(10-30)% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__3"] = { affix = "", "20% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__4"] = { affix = "", "20% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__5"] = { affix = "", "(15-25)% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__6"] = { affix = "", "50% reduced Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightRadiusUnique__7_"] = { affix = "", "(15-25)% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnfeebleOnHitUniqueShieldStr3"] = { affix = "", "25% chance to Curse Non-Cursed Enemies with Enfeeble on Hit, with 80% increased Effect", statOrderKey = "2141", statOrder = { 2141 }, level = 1, group = "EnfeebleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["GroundTarOnCritTakenUniqueShieldInt2"] = { affix = "", "Spreads Tar when you take a Critical Strike", statOrderKey = "2131", statOrder = { 2131 }, level = 1, group = "GroundTarOnCritTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GroundTarOnHitTakenUnique__1"] = { affix = "", "20% chance to spread Tar when Hit", statOrderKey = "5564", statOrder = { 5564 }, level = 1, group = "GroundTarOnHitTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["SpellsHaveCullingStrikeUniqueDagger4"] = { affix = "", "Your Spells have Culling Strike", statOrderKey = "2152", statOrder = { 2152 }, level = 1, group = "SpellsHaveCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["EvasionRatingPercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "150% increased Global Evasion Rating when on Low Life", statOrderKey = "2155", statOrder = { 2155 }, level = 1, group = "EvasionRatingPercentOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["LocalLifeLeechIsInstantUniqueClaw3"] = { affix = "", "Life Leech from Hits with this Weapon is instant", statOrderKey = "2157", statOrder = { 2157 }, level = 1, group = "LocalLifeLeechIsInstant", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReducedManaReservationsCostUniqueHelmetDex5"] = { affix = "", "16% increased Mana Reservation Efficiency of Skills", statOrderKey = "1863", statOrder = { 1863 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyUniqueHelmetDex5_"] = { affix = "", "16% increased Mana Reservation Efficiency of Skills", statOrderKey = "1859", statOrder = { 1859 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaReservationsCostUniqueOneHandSword11"] = { affix = "", "10% increased Mana Reservation Efficiency of Skills", statOrderKey = "1863", statOrder = { 1863 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyUniqueOneHandSword11"] = { affix = "", "10% increased Mana Reservation Efficiency of Skills", statOrderKey = "1859", statOrder = { 1859 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedManaReservationsCostUnique__1"] = { affix = "", "80% reduced Reservation Efficiency of Skills", statOrderKey = "1864", statOrder = { 1864 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReservationEfficiencyUnique__1_"] = { affix = "", "80% reduced Reservation Efficiency of Skills", statOrderKey = "1861", statOrder = { 1861 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedManaReservationsCostUnique__2"] = { affix = "", "20% reduced Reservation Efficiency of Skills", statOrderKey = "1864", statOrder = { 1864 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReservationEfficiencyUnique__2"] = { affix = "", "20% reduced Reservation Efficiency of Skills", statOrderKey = "1861", statOrder = { 1861 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedManaReservationsCostUniqueJewel44"] = { affix = "", "4% increased Mana Reservation Efficiency of Skills", statOrderKey = "1863", statOrder = { 1863 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyUniqueJewel44_"] = { affix = "", "4% increased Mana Reservation Efficiency of Skills", statOrderKey = "1859", statOrder = { 1859 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedManaReservationCostUnique__1"] = { affix = "", "12% increased Reservation Efficiency of Skills", statOrderKey = "1864", statOrder = { 1864 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReservationEfficiencyUnique__3__"] = { affix = "", "12% increased Reservation Efficiency of Skills", statOrderKey = "1861", statOrder = { 1861 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedManaReservationCostUnique__2"] = { affix = "", "(12-20)% increased Mana Reservation Efficiency of Skills", statOrderKey = "1863", statOrder = { 1863 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReservationEfficiencyUnique__4_"] = { affix = "", "(10-20)% increased Reservation Efficiency of Skills", statOrderKey = "1861", statOrder = { 1861 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaReservationEfficiencyUnique__2"] = { affix = "", "(12-20)% increased Mana Reservation Efficiency of Skills", statOrderKey = "1859", statOrder = { 1859 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["FireResistOnLowLifeUniqueShieldStrInt5"] = { affix = "", "+25% to Fire Resistance while on Low Life", statOrderKey = "1290", statOrder = { 1290 }, level = 1, group = "FireResistOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["AvoidIgniteOnLowLifeUniqueShieldStrInt5"] = { affix = "", "Cannot be Ignited while on Low Life", statOrderKey = "1491", statOrder = { 1491 }, level = 1, group = "AvoidIgniteOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SocketedGemsGetElementalProliferationUniqueBodyInt5"] = { affix = "", "Socketed Gems are Supported by Level 5 Elemental Proliferation", statOrderKey = "258", statOrder = { 258 }, level = 1, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemsGetElementalProliferationUniqueSceptre7"] = { affix = "", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrderKey = "258", statOrder = { 258 }, level = 94, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SkillEffectDurationUniqueTwoHandMace5"] = { affix = "", "15% increased Skill Effect Duration", statOrderKey = "1539", statOrder = { 1539 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedSkillEffectDurationUniqueAmulet20"] = { affix = "", "(10-15)% reduced Skill Effect Duration", statOrderKey = "1539", statOrder = { 1539 }, level = 63, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationUnique__1"] = { affix = "", "(10-15)% increased Skill Effect Duration", statOrderKey = "1539", statOrder = { 1539 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationUnique__2_"] = { affix = "", "(-10-10)% reduced Skill Effect Duration", statOrderKey = "1539", statOrder = { 1539 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationUniqueJewel44"] = { affix = "", "4% increased Skill Effect Duration", statOrderKey = "1539", statOrder = { 1539 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkillEffectDurationUnique__3"] = { affix = "", "30% increased Skill Effect Duration", statOrderKey = "1539", statOrder = { 1539 }, level = 75, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalIncreaseSocketedMovementGemLevelUniqueBodyDex5"] = { affix = "", "+2 to Level of Socketed Movement Gems", statOrderKey = "65", statOrder = { 65 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["MovementVelocityPerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "5% increased Movement Speed per Frenzy Charge", statOrderKey = "1448", statOrder = { 1448 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrderKey = "1448", statOrder = { 1448 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUniqueBodyDexInt3"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrderKey = "1448", statOrder = { 1448 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUniqueDescentOneHandSword1_"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrderKey = "1448", statOrder = { 1448 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChanceToDodgePerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "+2% chance to Suppress Spell Damage per Frenzy Charge", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EvasionRatingPerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "10% increased Evasion Rating per Frenzy Charge", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["MaximumFrenzyChargesUniqueBootsStrDex2_"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1455", statOrder = { 1455 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["MaximumFrenzyChargesUniqueBodyStr3"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1455", statOrder = { 1455 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["MaximumFrenzyChargesUniqueDescentOneHandSword1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1455", statOrder = { 1455 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["MaximumFrenzyChargesUnique__1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1455", statOrder = { 1455 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ReducedMaximumFrenzyChargesUniqueCorruptedJewel16"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrderKey = "1455", statOrder = { 1455 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ReducedMaximumFrenzyChargesUnique__1"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrderKey = "1455", statOrder = { 1455 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ReducedMaximumFrenzyChargesUnique__2_"] = { affix = "", "-2 to Maximum Frenzy Charges", statOrderKey = "1455", statOrder = { 1455 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["WeaponPhysicalDamagePerStrength"] = { affix = "", "1% increased Area of Effect per 20 Intelligence", statOrderKey = "2163", statOrder = { 2163 }, level = 1, group = "WeaponPhysicalDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackSpeedPerDexterity"] = { affix = "", "1% increased Attack Speed per 10 Dexterity", statOrderKey = "2164", statOrder = { 2164 }, level = 1, group = "AttackSpeedPerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAreaOfEffectPerIntelligence"] = { affix = "", "16% increased Physical Weapon Damage per 10 Strength", statOrderKey = "2165", statOrder = { 2165 }, level = 1, group = "IncreasedAreaOfEffectPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["FrenzyChargeDurationUniqueBootsStrDex2"] = { affix = "", "40% reduced Frenzy Charge Duration", statOrderKey = "1762", statOrder = { 1762 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeDurationUnique__1"] = { affix = "", "20% reduced Frenzy Charge Duration", statOrderKey = "1762", statOrder = { 1762 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["AdditionalTotemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrderKey = "1885", statOrder = { 1885 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TotemLifeUniqueBodyInt7"] = { affix = "", "(20-30)% increased Totem Life", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemLifeUnique__1"] = { affix = "", "(14-20)% increased Totem Life", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemLifeUnique__2_"] = { affix = "", "(20-30)% increased Totem Life", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DisplaySocketedGemGetsSpellTotemBodyInt7"] = { affix = "", "Socketed Gems are Supported by Level 20 Spell Totem", statOrderKey = "256", statOrder = { 256 }, level = 1, group = "DisplaySocketedGemGetsSpellTotemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsIncreasedDurationGlovesInt4_"] = { affix = "", "Socketed Gems are Supported by Level 10 Increased Duration", statOrderKey = "253", statOrder = { 253 }, level = 1, group = "DisplaySocketedGemGetsIncreasedDurationLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["RandomlyCursedWhenTotemsDieUniqueBodyInt7"] = { affix = "", "Inflicts a random Hex on you when your Totems die, with 80% more Effect", statOrderKey = "2171", statOrder = { 2171 }, level = 1, group = "RandomlyCursedWhenTotemsDie", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["DisplaySocketedGemGetsAddedLightningDamageGlovesDexInt3"] = { affix = "", "Socketed Gems are Supported by Level 18 Added Lightning Damage", statOrderKey = "259", statOrder = { 259 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ShockDurationUniqueGlovesDexInt3"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrderKey = "5978", statOrder = { 5978 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUniqueStaff8"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrderKey = "5978", statOrder = { 5978 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration on Enemies", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockDurationUnique__2"] = { affix = "", "50% increased Duration of Lightning Ailments", statOrderKey = "5978", statOrder = { 5978 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedPhysicalDamageTakenUniqueHelmetStr3"] = { affix = "", "(40-50)% increased Physical Damage taken", statOrderKey = "1872", statOrder = { 1872 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["IncreasedPhysicalDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Physical Damage taken", statOrderKey = "1872", statOrder = { 1872 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["IncreasedPhysicalDamageTakenUniqueBootsDex8"] = { affix = "", "20% increased Physical Damage taken", statOrderKey = "1872", statOrder = { 1872 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["IncreasedLocalAttributeRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Attribute Requirements", statOrderKey = "766", statOrder = { 766 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedLocalAttributeRequirementsUnique__1"] = { affix = "", "800% increased Attribute Requirements", statOrderKey = "766", statOrder = { 766 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TemporalChainsOnHitUniqueGlovesInt3"] = { affix = "", "Curse Enemies with Temporal Chains on Hit", statOrderKey = "2139", statOrder = { 2139 }, level = 1, group = "TemporalChainsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3"] = { affix = "", "+(100-125)% to Melee Critical Strike Multiplier", statOrderKey = "1169", statOrder = { 1169 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["DisablesOtherRingSlot"] = { affix = "", "Can't use other Rings", statOrderKey = "1269", statOrder = { 1269 }, level = 1, group = "DisablesOtherRingSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUniqueAmulet10"] = { affix = "", "Items and Gems have 25% reduced Attribute Requirements", statOrderKey = "2172", statOrder = { 2172 }, level = 20, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUniqueAmulet19"] = { affix = "", "Items and Gems have 10% reduced Attribute Requirements", statOrderKey = "2172", statOrder = { 2172 }, level = 45, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUnique__1_"] = { affix = "", "Items and Gems have 100% reduced Attribute Requirements", statOrderKey = "2172", statOrder = { 2172 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalItemAttributeRequirementsUnique__2"] = { affix = "", "Items and Gems have 50% increased Attribute Requirements", statOrderKey = "2172", statOrder = { 2172 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedCurseEffectUniqueRing7"] = { affix = "", "50% reduced Effect of Curses on you", statOrderKey = "1805", statOrder = { 1805 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ReducedCurseEffectUniqueRing26"] = { affix = "", "60% reduced Effect of Curses on you", statOrderKey = "1805", statOrder = { 1805 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedCurseEffectUnique__1"] = { affix = "", "50% increased Effect of Curses on you", statOrderKey = "1805", statOrder = { 1805 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ReducedCurseEffectUnique__1"] = { affix = "", "20% reduced Effect of Curses on you", statOrderKey = "1805", statOrder = { 1805 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ManaGainPerTargetUniqueRing7"] = { affix = "", "+30 Mana gained for each Enemy hit by your Attacks", statOrderKey = "1391", statOrder = { 1391 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUniqueTwoHandAxe9"] = { affix = "", "+30 Mana gained for each Enemy hit by Attacks", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUnique__1"] = { affix = "", "+(2-3) Mana gained for each Enemy hit by Attacks", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaGainPerTargetUnique__2"] = { affix = "", "+2 Mana gained for each Enemy hit by Attacks", statOrderKey = "1392", statOrder = { 1392 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["DisplaySocketedGemGetsChancetoFleeUniqueShieldDex4"] = { affix = "", "Socketed Gems are supported by Level 10 Chance to Flee", statOrderKey = "281", statOrder = { 281 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3"] = { affix = "", "Socketed Gems are supported by Level 2 Chance to Flee", statOrderKey = "281", statOrder = { 281 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["EnemyCriticalStrikeMultiplierUniqueRing8"] = { affix = "", "You take 50% reduced Extra Damage from Critical Strikes", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "EnemyCriticalMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["PlayerLightAlternateColourUniqueRing9"] = { affix = "", "Emits a golden glow", statOrderKey = "2174", statOrder = { 2174 }, level = 1, group = "PlayerLightAlternateColour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosResistanceOnLowLifeUniqueRing9"] = { affix = "", "+(20-25)% to Chaos Resistance when on Low Life", statOrderKey = "2175", statOrder = { 2175 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["EnemyHitsRollLowDamageUniqueRing9"] = { affix = "", "Enemy hits on you roll low Damage", statOrderKey = "2173", statOrder = { 2173 }, level = 1, group = "EnemyHitsRollLowDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Attacks", statOrderKey = "261", statOrder = { 261 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are Supported by Level 12 Faster Attacks", statOrderKey = "261", statOrder = { 261 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsFasterAttackUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 13 Faster Attacks", statOrderKey = "261", statOrder = { 261 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsGetsFasterAttackUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Attacks", statOrderKey = "261", statOrder = { 261 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemGetsMeleePhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 18 Melee Physical Damage", statOrderKey = "260", statOrder = { 260 }, level = 1, group = "DisplaySocketedGemGetsMeleePhysicalDamageLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ChanceToGainEnduranceChargeOnBlockUniqueHelmetStrDex4"] = { affix = "", "20% chance to gain an Endurance Charge when you Block", statOrderKey = "1759", statOrder = { 1759 }, level = 1, group = "MonsterCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "endurance_charge" }, }, + ["ChanceToGainEnduranceChargeOnBlockUniqueDescentShield1"] = { affix = "", "50% chance to gain an Endurance Charge when you Block", statOrderKey = "1759", statOrder = { 1759 }, level = 1, group = "MonsterCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "endurance_charge" }, }, + ["EnemyExtraDamageRollsOnLowLifeUniqueRing9"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Low Life", statOrderKey = "2176", statOrder = { 2176 }, level = 1, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemyExtraDamageRollsOnFullLifeUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Full Life", statOrderKey = "5242", statOrder = { 5242 }, level = 68, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["EnemyExtraDamageRollsWithLightningDamageUnique__1"] = { affix = "", "Lightning Damage of Enemies Hitting you is Lucky", statOrderKey = "5207", statOrder = { 5207 }, level = 37, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ItemDropsOnDeathUniqueAmulet12"] = { affix = "", "Item drops on death", statOrderKey = "2178", statOrder = { 2178 }, level = 1, group = "ItemDropsOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightningDamageOnChargeExpiryUniqueAmulet12"] = { affix = "", "Deal 1 to 1000 Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge", statOrderKey = "2177", statOrder = { 2177 }, level = 1, group = "LightningDamageOnChargeExpiry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AttackerTakesChaosDamageUniqueBodyStrInt4"] = { affix = "", "Reflects 30 Chaos Damage to Melee Attackers", statOrderKey = "1840", statOrder = { 1840 }, level = 1, group = "AttackerTakesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedMaximumPowerChargesUniqueWand3"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1460", statOrder = { 1460 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUniqueStaff7"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1460", statOrder = { 1460 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__2"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1460", statOrder = { 1460 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__1"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1460", statOrder = { 1460 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__3"] = { affix = "", "+2 to Maximum Power Charges", statOrderKey = "1460", statOrder = { 1460 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedMaximumPowerChargesUnique__4"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1460", statOrder = { 1460 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ReducedMaximumPowerChargesUniqueCorruptedJewel18"] = { affix = "", "-1 to Maximum Power Charges", statOrderKey = "1460", statOrder = { 1460 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ReducedMaximumPowerChargesUnique__1"] = { affix = "", "-1 to Maximum Power Charges", statOrderKey = "1460", statOrder = { 1460 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedPowerChargeDurationUniqueWand3"] = { affix = "", "15% increased Power Charge Duration", statOrderKey = "1777", statOrder = { 1777 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Power Charge Duration", statOrderKey = "1777", statOrder = { 1777 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedPowerChargeDurationUnique__1"] = { affix = "", "(80-100)% increased Power Charge Duration", statOrderKey = "1777", statOrder = { 1777 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedSpellDamagePerPowerChargeUniqueWand3"] = { affix = "", "25% increased Spell Damage per Power Charge", statOrderKey = "1775", statOrder = { 1775 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IncreasedSpellDamagePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Spell Damage per Power Charge", statOrderKey = "1775", statOrder = { 1775 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IncreasedSpellDamagePerPowerChargeUnique__1"] = { affix = "", "(12-16)% increased Spell Damage per Power Charge", statOrderKey = "1775", statOrder = { 1775 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ConsecratedGroundOnBlockUniqueBodyInt8"] = { affix = "", "100% chance to create Consecrated Ground when you Block", statOrderKey = "2193", statOrder = { 2193 }, level = 1, group = "ConsecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["DesecratedGroundOnBlockUniqueBodyStrInt4"] = { affix = "", "100% chance to create Desecrated Ground when you Block", statOrderKey = "2194", statOrder = { 2194 }, level = 1, group = "DesecratedGroundOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["DisableChestSlot"] = { affix = "", "Can't use Chest armour", statOrderKey = "2203", statOrder = { 2203 }, level = 1, group = "DisableChestSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalIncreaseSocketedElementalGemUniqueGlovesInt6"] = { affix = "", "+1 to Level of Socketed Elemental Gems", statOrderKey = "90", statOrder = { 90 }, level = 1, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "gem" }, }, + ["LocalIncreaseSocketedElementalGemUnique___1"] = { affix = "", "+2 to Level of Socketed Elemental Gems", statOrderKey = "90", statOrder = { 90 }, level = 50, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "gem" }, }, + ["EnergyShieldGainedFromEnemyDeathUniqueGlovesInt6"] = { affix = "", "+(15-20) Energy Shield gained on Kill", statOrderKey = "2191", statOrder = { 2191 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "+(10-15) Energy Shield gained on Kill", statOrderKey = "2191", statOrder = { 2191 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldGainedFromEnemyDeathUnique__1"] = { affix = "", "+(15-25) Energy Shield gained on Kill", statOrderKey = "2191", statOrder = { 2191 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedClawDamageOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Claw Physical Damage when on Low Life", statOrderKey = "2204", statOrder = { 2204 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedClawDamageOnLowLifeUnique__1__"] = { affix = "", "200% increased Damage with Claws while on Low Life", statOrderKey = "4763", statOrder = { 4763 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedAccuracyWhenOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Accuracy Rating when on Low Life", statOrderKey = "2205", statOrder = { 2205 }, level = 1, group = "IncreasedAccuracyWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrderKey = "903", statOrder = { 903 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedWhenOnLowLifeUnique__1"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrderKey = "903", statOrder = { 903 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedWhenOnLowLifeUniqueDescentHelmet1"] = { affix = "", "30% increased Attack Speed when on Low Life", statOrderKey = "903", statOrder = { 903 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["ReducedProjectileDamageUniqueAmulet12"] = { affix = "", "40% reduced Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ReducedProjectileDamageTakenUniqueAmulet12"] = { affix = "", "20% reduced Damage taken from Projectiles", statOrderKey = "2339", statOrder = { 2339 }, level = 1, group = "ProjectileDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NoItemRarity"] = { affix = "", "You cannot increase the Rarity of Items found", statOrderKey = "2169", statOrder = { 2169 }, level = 1, group = "NoItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NoItemQuantity"] = { affix = "", "You cannot increase the Quantity of Items found", statOrderKey = "2170", statOrder = { 2170 }, level = 1, group = "NoItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotDieToElementalReflect"] = { affix = "", "You cannot be killed by reflected Elemental Damage", statOrderKey = "2262", statOrder = { 2262 }, level = 1, group = "CannotDieToElementalReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MeleeAttacksUsableWithoutManaUniqueOneHandAxe1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrderKey = "2271", statOrder = { 2271 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["MeleeAttacksUsableWithoutManaUnique__1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrderKey = "2271", statOrder = { 2271 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["HybridStrDex"] = { affix = "", "+(16-24) to Strength and Dexterity", statOrderKey = "862", statOrder = { 862 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["HybridStrInt"] = { affix = "", "+(16-24) to Strength and Intelligence", statOrderKey = "863", statOrder = { 863 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["HybridDexInt"] = { affix = "", "+(16-24) to Dexterity and Intelligence", statOrderKey = "864", statOrder = { 864 }, level = 20, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["HybridStrDexUnique__1"] = { affix = "", "+(30-50) to Strength and Dexterity", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "HybridStat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IncreasedMeleeWeaponAndUnarmedRangeUniqueAmulet13"] = { affix = "", "+2 to Melee Strike Range", statOrderKey = "2154", statOrder = { 2154 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedMeleeWeaponAndUnarmedRangeUniqueJewel42"] = { affix = "", "+2 to Melee Strike Range", statOrderKey = "2154", statOrder = { 2154 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2335", statOrder = { 2335 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2335", statOrder = { 2335 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe7_"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2335", statOrder = { 2335 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUnique__1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2335", statOrder = { 2335 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeUnique___2"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2335", statOrder = { 2335 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeEssence1"] = { affix = "", "+2 to Weapon Range", statOrderKey = "2335", statOrder = { 2335 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["EnduranceChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Endurance Charge Duration", statOrderKey = "1760", statOrder = { 1760 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["EnduranceChargeDurationUniqueBodyStrInt4"] = { affix = "", "30% increased Endurance Charge Duration", statOrderKey = "1760", statOrder = { 1760 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["FrenzyChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "2235", statOrder = { 2235 }, level = 20, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUniqueBootsDex4"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2235", statOrder = { 2235 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUniqueDescentOneHandSword1"] = { affix = "", "33% chance to gain a Frenzy Charge on Kill", statOrderKey = "2235", statOrder = { 2235 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge on Kill", statOrderKey = "2235", statOrder = { 2235 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceUnique__2"] = { affix = "", "25% chance to gain a Frenzy Charge on Kill", statOrderKey = "2235", statOrder = { 2235 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["FrenzyChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain a Frenzy Charge on Kill", statOrderKey = "2235", statOrder = { 2235 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["PowerChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceUniqueDescentDagger1"] = { affix = "", "15% chance to gain a Power Charge on Kill", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceUniqueUniqueShieldInt3"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceUnique__1"] = { affix = "", "(25-35)% chance to gain a Power Charge on Kill", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnKillChanceProphecy_"] = { affix = "", "30% chance to gain a Power Charge on Kill", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["EnduranceChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain an Endurance Charge on Kill", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["EnduranceChargeOnPowerChargeExpiryUniqueAmulet14"] = { affix = "", "Gain an Endurance Charge when you lose a Power Charge", statOrderKey = "2239", statOrder = { 2239 }, level = 1, group = "EnduranceChargeOnPowerChargeExpiry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChillAndFreezeBasedOffEnergyShieldBelt5Unique"] = { affix = "", "Chill Effect and Freeze Duration on you are based on 100% of Energy Shield", statOrderKey = "2211", statOrder = { 2211 }, level = 70, group = "ChillAndFreezeDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["MeleeDamageOnFullLifeUniqueAmulet13"] = { affix = "", "60% increased Melee Damage when on Full Life", statOrderKey = "2241", statOrder = { 2241 }, level = 1, group = "MeleeDamageOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ConsecrateOnCritChanceToCreateUniqueRing11"] = { affix = "", "Creates Consecrated Ground on Critical Strike", statOrderKey = "2242", statOrder = { 2242 }, level = 1, group = "ConsecrateOnCritChanceToCreate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ProjectileSpeedPerFrenzyChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Speed per Frenzy Charge", statOrderKey = "2243", statOrder = { 2243 }, level = 1, group = "ProjectileSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ProjectileDamagePerPowerChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Damage per Power Charge", statOrderKey = "2244", statOrder = { 2244 }, level = 1, group = "ProjectileDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["RightRingSlotNoManaRegenUniqueRing13"] = { affix = "", "Right ring slot: You cannot Regenerate Mana", statOrderKey = "2250", statOrder = { 2250 }, level = 38, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["RightRingSlotEnergyShieldRegenUniqueRing13"] = { affix = "", "Right ring slot: Regenerate 3% of Energy Shield per second", statOrderKey = "2251", statOrder = { 2251 }, level = 38, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LeftRingSlotManaRegenUniqueRing13"] = { affix = "", "Left ring slot: 100% increased Mana Regeneration Rate", statOrderKey = "2256", statOrder = { 2256 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LeftRingSlotNoEnergyShieldRegenUniqueRing13"] = { affix = "", "Left ring slot: You cannot Recharge or Regenerate Energy Shield", statOrderKey = "2254", statOrder = { 2254 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate 1% of Energy Shield per second", statOrderKey = "2249", statOrder = { 2249 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRegenerationUnique__2"] = { affix = "", "Regenerate 1% of Energy Shield per second", statOrderKey = "2249", statOrder = { 2249 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnergyShieldRegenerationUnique__3"] = { affix = "", "Regenerate 2% of Energy Shield per second", statOrderKey = "2249", statOrder = { 2249 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["FlatEnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate (80-100) Energy Shield per second", statOrderKey = "2248", statOrder = { 2248 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifeLeechAnyDamageUnique__1"] = { affix = "", "1% of Damage Leeched as Life", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "LifeLeechAnyDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["KilledMonsterItemRarityOnCritUniqueRing11"] = { affix = "", "(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Strike", statOrderKey = "2245", statOrder = { 2245 }, level = 1, group = "KilledMonsterItemRarityOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["OnslaughtBuffOnKillUniqueRing12"] = { affix = "", "You gain Onslaught for 4 seconds on Kill", statOrderKey = "2246", statOrder = { 2246 }, level = 58, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtBuffOnKillUniqueDagger12"] = { affix = "", "You gain Onslaught for 3 seconds on Kill", statOrderKey = "2246", statOrder = { 2246 }, level = 1, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackAndCastSpeedPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "4% reduced Attack and Cast Speed per Frenzy Charge", statOrderKey = "1683", statOrder = { 1683 }, level = 1, group = "AttackAndCastSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["LifeRegenerationPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "Regenerate 0.8% of Life per second per Frenzy Charge", statOrderKey = "2234", statOrder = { 2234 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnemiesOnLowLifeTakeMoreDamagePerFrenzyChargeUniqueBootsDex4"] = { affix = "", "(20-30)% increased Damage per Frenzy Charge with Hits against Enemies on Low Life", statOrderKey = "2401", statOrder = { 2401 }, level = 1, group = "EnemiesOnLowLifeTakeMoreDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AvoidIgniteUniqueOneHandSword4"] = { affix = "", "Cannot be Ignited", statOrderKey = "1490", statOrder = { 1490 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedMovementVelictyWhileCursedUniqueOneHandSword4"] = { affix = "", "30% increased Movement Speed while Cursed", statOrderKey = "2233", statOrder = { 2233 }, level = 1, group = "MovementVelocityWhileCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ShieldBlockChanceUniqueAmulet16"] = { affix = "", "+10% Chance to Block Attack Damage while holding a Shield", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "GlobalShieldBlockChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ReflectDamageToAttackersOnBlockUniqueAmulet16"] = { affix = "", "Reflects 240 to 300 Physical Damage to Attackers on Block", statOrderKey = "2206", statOrder = { 2206 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueDescentStaff1"] = { affix = "", "Reflects 8 to 14 Physical Damage to Attackers on Block", statOrderKey = "2206", statOrder = { 2206 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueDescentShield1"] = { affix = "", "Reflects 4 to 8 Physical Damage to Attackers on Block", statOrderKey = "2206", statOrder = { 2206 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueShieldDex5"] = { affix = "", "Reflects 1 to 1000 Physical Damage to Attackers on Block", statOrderKey = "2206", statOrder = { 2206 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["ReflectDamageToAttackersOnBlockUniqueStaff9"] = { affix = "", "Reflects (22-44) Physical Damage to Attackers on Block", statOrderKey = "2206", statOrder = { 2206 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, }, + ["GainLifeOnBlockUniqueAmulet16"] = { affix = "", "+(34-48) Life gained when you Block", statOrderKey = "1404", statOrder = { 1404 }, level = 1, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, + ["GainManaOnBlockUniqueAmulet16"] = { affix = "", "+(18-24) Mana gained when you Block", statOrderKey = "1405", statOrder = { 1405 }, level = 57, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "mana" }, }, + ["GainManaOnBlockUnique__1"] = { affix = "", "+(30-50) Mana gained when you Block", statOrderKey = "1405", statOrder = { 1405 }, level = 1, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "mana" }, }, + ["ZombieLifeUniqueSceptre3"] = { affix = "", "Raised Zombies have +5000 to maximum Life", statOrderKey = "2209", statOrder = { 2209 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["ZombieDamageUniqueSceptre3"] = { affix = "", "Raised Zombies deal (80-100)% more Physical Damage", statOrderKey = "8360", statOrder = { 8360 }, level = 1, group = "ZombieDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["ZombieChaosElementalResistsUniqueSceptre3"] = { affix = "", "Raised Zombies have +(25-30)% to all Resistances", statOrderKey = "2210", statOrder = { 2210 }, level = 1, group = "ZombieChaosElementalResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance", "minion" }, }, + ["ZombieSizeUniqueSceptre3_"] = { affix = "", "25% increased Raised Zombie Size", statOrderKey = "2266", statOrder = { 2266 }, level = 1, group = "ZombieSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ZombiesExplodeEnemiesOnHitUniqueSceptre3"] = { affix = "", "Enemies Killed by Zombies' Hits Explode, dealing 20% of their Life as Fire Damage", statOrderKey = "2268", statOrder = { 2268 }, level = 1, group = "ZombiesExplodeEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["NumberOfZombiesSummonedPercentageUniqueSceptre3"] = { affix = "", "50% reduced maximum number of Raised Zombies", statOrderKey = "2208", statOrder = { 2208 }, level = 1, group = "NumberOfZombiesSummonedPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["IncreasedIntelligencePerUniqueUniqueRing14"] = { affix = "", "2% increased Intelligence for each Unique Item Equipped", statOrderKey = "2212", statOrder = { 2212 }, level = 1, group = "IncreasedIntelligencePerUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IncreasedChanceForMonstersToDropWisdomScrollsUniqueRing14"] = { affix = "", "3% chance for Slain monsters to drop an additional Scroll of Wisdom", statOrderKey = "2215", statOrder = { 2215 }, level = 1, group = "IncreasedChanceForMonstersToDropWisdomScrolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ConvertColdToFireUniqueRing15"] = { affix = "", "40% of Cold Damage Converted to Fire Damage", statOrderKey = "1607", statOrder = { 1607 }, level = 1, group = "ConvertColdToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, }, + ["IgnitedEnemiesTurnToAshUniqueRing15"] = { affix = "", "Ignited Enemies Killed by your Hits are destroyed", statOrderKey = "2213", statOrder = { 2213 }, level = 1, group = "IgnitedEnemiesTurnToAsh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UndyingRageOnCritUniqueTwoHandMace6"] = { affix = "", "You gain Onslaught for 4 seconds on Critical Strike", statOrderKey = "2265", statOrder = { 2265 }, level = 1, group = "UndyingRageOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NoBonusesFromCriticalStrikes"] = { affix = "", "Your Critical Strikes do not deal extra Damage", statOrderKey = "2264", statOrder = { 2264 }, level = 1, group = "NoBonusesFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["FlaskItemRarityUniqueFlask1"] = { affix = "", "(20-30)% increased Rarity of Items found during Flask effect", statOrderKey = "715", statOrder = { 715 }, level = 1, group = "FlaskItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskItemQuantityUniqueFlask1"] = { affix = "", "(8-12)% increased Quantity of Items found during Flask effect", statOrderKey = "714", statOrder = { 714 }, level = 1, group = "FlaskItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskLightRadiusUniqueFlask1"] = { affix = "", "25% increased Light Radius during Flask effect", statOrderKey = "718", statOrder = { 718 }, level = 1, group = "FlaskLightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskMaximumElementalResistancesUniqueFlask1"] = { affix = "", "+4% to all maximum Elemental Resistances during Flask effect", statOrderKey = "704", statOrder = { 704 }, level = 1, group = "FlaskMaximumElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, }, + ["FlaskElementalResistancesUniqueFlask1_"] = { affix = "", "+50% to Elemental Resistances during Flask Effect", statOrderKey = "722", statOrder = { 722 }, level = 1, group = "FlaskElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, }, + ["SpellDamageModifiersApplyToAttackDamageUniqueHelmetInt7"] = { affix = "", "Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value", statOrderKey = "2274", statOrder = { 2274 }, level = 1, group = "SpellDamageModifiersApplyToAttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ConvertFireToChaosUniqueBodyInt4"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrderKey = "1610", statOrder = { 1610 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ConvertFireToChaosUniqueBodyInt4Updated"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrderKey = "1609", statOrder = { 1609 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ConvertFireToChaosUniqueDagger10"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrderKey = "1610", statOrder = { 1610 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ConvertFireToChaosUniqueDagger10Updated"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrderKey = "1609", statOrder = { 1609 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["MovementVelicityPerEvasionUniqueBodyDex6"] = { affix = "", "1% increased Movement Speed per 600 Evasion Rating, up to 75%", statOrderKey = "2261", statOrder = { 2261 }, level = 1, group = "MovementVelicityPerEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["PhysicalDamageCanChillUniqueOneHandAxe1"] = { affix = "", "Your Physical Damage can Chill", statOrderKey = "2469", statOrder = { 2469 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["PhysicalDamageCanChillUniqueDescentOneHandAxe1"] = { affix = "", "Your Physical Damage can Chill", statOrderKey = "2469", statOrder = { 2469 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ItemQuantityWhenFrozenUniqueBow9"] = { affix = "", "15% increased Quantity of Items Dropped by Slain Frozen Enemies", statOrderKey = "2282", statOrder = { 2282 }, level = 1, group = "ItemQuantityWhenFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemRarityWhenShockedUniqueBow9"] = { affix = "", "30% increased Rarity of Items Dropped by Slain Shocked Enemies", statOrderKey = "2284", statOrder = { 2284 }, level = 1, group = "ItemRarityWhenShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaLeechPerPowerChargeUniqueBelt5"] = { affix = "", "1% of Physical Attack Damage Leeched as Mana per Power Charge", statOrderKey = "1366", statOrder = { 1366 }, level = 88, group = "ManaLeechPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadPerPowerChargeUniqueBelt5_"] = { affix = "", "0.2% of Attack Damage Leeched as Mana per Power Charge", statOrderKey = "6602", statOrder = { 6602 }, level = 88, group = "ManaLeechPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["LocalChaosDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Chaos Damage", statOrderKey = "1060", statOrder = { 1060 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalChaosDamageUniqueTwoHandSword7"] = { affix = "", "Adds (60-68) to (90-102) Chaos Damage", statOrderKey = "1060", statOrder = { 1060 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageUnique___1"] = { affix = "", "Adds 1 to 59 Chaos Damage", statOrderKey = "1060", statOrder = { 1060 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageUnique__2"] = { affix = "", "Adds (53-67) to (71-89) Chaos Damage", statOrderKey = "1060", statOrder = { 1060 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["ChaosDegenerationAuraPlayersUniqueBodyStr3"] = { affix = "", "450 Chaos Damage taken per second", statOrderKey = "1587", statOrder = { 1587 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraNonPlayersUniqueBodyStr3"] = { affix = "", "250 Chaos Damage taken per second", statOrderKey = "1587", statOrder = { 1587 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraNonPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrderKey = "1587", statOrder = { 1587 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDegenerationAuraPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrderKey = "1587", statOrder = { 1587 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["UniqueWingsOfEntropyCountsAsDualWielding"] = { affix = "", "Counts as Dual Wielding", statOrderKey = "2286", statOrder = { 2286 }, level = 1, group = "CountsAsDualWielding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosDegenerationOnKillUniqueBodyStr3"] = { affix = "", "You take 450 Chaos Damage per second for 3 seconds on Kill", statOrderKey = "2281", statOrder = { 2281 }, level = 1, group = "ChaosDegenerationOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ItemBloodFootstepsUniqueBodyStr3"] = { affix = "", "Gore Footprints", statOrderKey = "8448", statOrder = { 8448 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["DisplayChaosDegenerationAuraUniqueBodyStr3"] = { affix = "", "Deals 450 Chaos Damage per second to nearby Enemies", statOrderKey = "2280", statOrder = { 2280 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DisplayChaosDegenerationAuraUnique__1"] = { affix = "", "Deals 50 Chaos Damage per second to nearby Enemies", statOrderKey = "2280", statOrder = { 2280 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ItemBloodFootstepsUniqueBootsDex4"] = { affix = "", "Gore Footprints", statOrderKey = "8448", statOrder = { 8448 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["ItemSilverFootstepsUniqueHelmetStrDex2"] = { affix = "", "Mercury Footprints", statOrderKey = "8453", statOrder = { 8453 }, level = 1, group = "ItemSilverFootsteps", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemBloodFootstepsUnique__1"] = { affix = "", "Gore Footprints", statOrderKey = "8448", statOrder = { 8448 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["MaximumBlockChanceUniqueAmulet16"] = { affix = "", "+3% to maximum Chance to Block Attack Damage", statOrderKey = "1625", statOrder = { 1625 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MaximumBlockChanceUnique__1"] = { affix = "", "-10% to maximum Chance to Block Attack Damage", statOrderKey = "1625", statOrder = { 1625 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["FasterBurnFromAttacksUniqueOneHandSword4"] = { affix = "", "Ignites you inflict deal Damage 50% faster", statOrderKey = "2184", statOrder = { 2184 }, level = 1, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["CannotLeechMana"] = { affix = "", "Cannot Leech Mana", statOrderKey = "2188", statOrder = { 2188 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotLeechManaUnique__1_"] = { affix = "", "Cannot Leech Mana", statOrderKey = "2188", statOrder = { 2188 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemiesCannotLeechMana"] = { affix = "", "Enemies Cannot Leech Mana From you", statOrderKey = "2063", statOrder = { 2063 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotLeechOnLowLife"] = { affix = "", "Cannot Leech when on Low Life", statOrderKey = "2190", statOrder = { 2190 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MeleeDamageIncreaseUniqueHelmetStrDex3"] = { affix = "", "20% increased Melee Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageUniqueAmulet12"] = { affix = "", "(30-40)% increased Melee Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageImplicitGloves1"] = { affix = "", "(16-20)% increased Melee Damage", statOrderKey = "915", statOrder = { 915 }, level = 78, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageUnique__1"] = { affix = "", "(20-25)% increased Melee Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageUnique__2"] = { affix = "", "(25-40)% increased Melee Damage", statOrderKey = "915", statOrder = { 915 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["DamageAuraUniqueHelmetDexInt2"] = { affix = "", "15% increased Damage", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IronReflexes"] = { affix = "", "Iron Reflexes", statOrderKey = "8397", statOrder = { 8397 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["ChanceToIgniteUniqueOneHandSword4"] = { affix = "", "30% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["DisplayDamageAuraUniqueHelmetDexInt2"] = { affix = "", "You and nearby allies gain 15% increased Damage", statOrderKey = "2288", statOrder = { 2288 }, level = 1, group = "DisplayDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MainHandAddedFireDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Fire Damage in Main Hand", statOrderKey = "1039", statOrder = { 1039 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["MainHandAddedFireDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Fire Damage in Main Hand", statOrderKey = "1039", statOrder = { 1039 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["OffHandAddedChaosDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Chaos Damage in Off Hand", statOrderKey = "1061", statOrder = { 1061 }, level = 1, group = "OffHandAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["OffHandAddedColdDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Cold Damage in Off Hand", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "OffHandAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["ChaosDamageCanShockUniqueBow10"] = { affix = "", "Your Chaos Damage can Shock", statOrderKey = "2460", statOrder = { 2460 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, }, + ["ConvertLightningDamageToChaosUniqueBow10"] = { affix = "", "60% of Lightning Damage Converted to Chaos Damage", statOrderKey = "1606", statOrder = { 1606 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["ConvertLightningDamageToChaosUniqueBow10Updated"] = { affix = "", "60% of Lightning Damage Converted to Chaos Damage", statOrderKey = "1605", statOrder = { 1605 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["MaximumShockOverrideUniqueBow10"] = { affix = "", "Your Shocks can increase Damage taken by up to a maximum of 100%", statOrderKey = "8223", statOrder = { 8223 }, level = 1, group = "MaximumShockOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AttacksShockAsIfDealingMoreDamageUniqueBow10"] = { affix = "", "Shock Enemies as though dealing 300% more Damage", statOrderKey = "2514", statOrder = { 2514 }, level = 1, group = "WeaponShockAsIfDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AttacksShockAsIfDealingMoreDamageUnique__2"] = { affix = "", "Shock Enemies as though dealing 300% more Damage", statOrderKey = "2514", statOrder = { 2514 }, level = 1, group = "WeaponShockAsIfDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["EnemiesExplodeOnDeathUniqueTwoHandMace7"] = { affix = "", "Enemies Killed with Attack or Spell Hits Explode, dealing 10% of their Life as Fire Damage", statOrderKey = "2294", statOrder = { 2294 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DisplaySocketedGemGetsReducedManaCostUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Inspiration", statOrderKey = "277", statOrder = { 277 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsGetFasterCastUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Casting", statOrderKey = "282", statOrder = { 282 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByFasterCastUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Casting", statOrderKey = "282", statOrder = { 282 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["FlaskRemovePercentageOfEnergyShieldUniqueFlask2"] = { affix = "", "Removes 80% of your maximum Energy Shield on use", statOrderKey = "575", statOrder = { 575 }, level = 1, group = "FlaskRemovePercentageOfEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, + ["FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2"] = { affix = "", "You take 50% of your maximum Life as Chaos Damage on use", statOrderKey = "576", statOrder = { 576 }, level = 1, group = "FlaskTakeChaosDamagePercentageOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["FlaskGainFrenzyChargeUniqueFlask2"] = { affix = "", "Gain (1-3) Frenzy Charge on use", statOrderKey = "588", statOrder = { 588 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "frenzy_charge" }, }, + ["FlaskGainPowerChargeUniqueFlask2"] = { affix = "", "Gain (1-3) Power Charge on use", statOrderKey = "589", statOrder = { 589 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "power_charge" }, }, + ["FlaskGainEnduranceChargeUniqueFlask2"] = { affix = "", "Gain (1-3) Endurance Charge on use", statOrderKey = "587", statOrder = { 587 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "flask" }, }, + ["FlaskGainEnduranceChargeUnique__1_"] = { affix = "", "Gain 1 Endurance Charge on use", statOrderKey = "587", statOrder = { 587 }, level = 1, group = "FlaskGainCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "flask" }, }, + ["CanOnlyDealDamageWithThisWeapon"] = { affix = "", "You can only deal Damage with this Weapon or Ignite", statOrderKey = "2302", statOrder = { 2302 }, level = 1, group = "CanOnlyDealDamageWithThisWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalFlaskChargesUsedUniqueFlask2"] = { affix = "", "(250-300)% increased Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalFlaskChargesUsedUniqueFlask9"] = { affix = "", "(70-100)% increased Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalFlaskChargesUsedUnique__2"] = { affix = "", "(10-20)% reduced Charges per use", statOrderKey = "549", statOrder = { 549 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LeftRingSlotElementalReflectDamageTakenUniqueRing10"] = { affix = "", "Left ring slot: You and your Minions take 80% reduced Reflected Elemental Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 57, group = "LeftRingSlotElementalReflectDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["RightRingSlotPhysicalReflectDamageTakenUniqueRing10"] = { affix = "", "Right ring slot: You and your Minions take 80% reduced Reflected Physical Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 1, group = "RightRingSlotPhysicalReflectDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["DamageCannotBeReflectedUnique__1"] = { affix = "", "Damage cannot be Reflected", statOrderKey = "4950", statOrder = { 4950 }, level = 1, group = "ReflectedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedEnemyFireResistanceUniqueHelmetInt5"] = { affix = "", "Damage Penetrates 25% Fire Resistance", statOrderKey = "2568", statOrder = { 2568 }, level = 1, group = "EnemyFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["UsingFlasksDispelsBurningUniqueHelmetInt5"] = { affix = "", "Removes Burning when you use a Flask", statOrderKey = "2345", statOrder = { 2345 }, level = 1, group = "UsingFlasksDispelsBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["DamageRemovedFromManaBeforeLifeTestMod"] = { affix = "", "30% of Damage is taken from Mana before Life", statOrderKey = "2287", statOrder = { 2287 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ChanceToShockUniqueBow10"] = { affix = "", "10% chance to Shock", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueOneHandSword7"] = { affix = "", "(15-20)% chance to Shock", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueDescentTwoHandSword1"] = { affix = "", "9% chance to Shock", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueStaff8"] = { affix = "", "15% chance to Shock", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueRing29"] = { affix = "", "25% chance to Shock", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUniqueGlovesStr4"] = { affix = "", "30% chance to Shock", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__1"] = { affix = "", "10% chance to Shock", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__2_"] = { affix = "", "50% chance to Shock", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__3"] = { affix = "", "(5-10)% chance to Shock", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockUnique__4_"] = { affix = "", "(10-15)% chance to Shock", statOrderKey = "1667", statOrder = { 1667 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["FishingLineStrengthUnique__1"] = { affix = "", "100% increased Fishing Line Strength", statOrderKey = "2433", statOrder = { 2433 }, level = 1, group = "FishingLineStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingPoolConsumptionUnique__1__"] = { affix = "", "50% increased Fishing Pool Consumption", statOrderKey = "2434", statOrder = { 2434 }, level = 1, group = "FishingPoolConsumption", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingLureTypeUniqueFishingRod1"] = { affix = "", "Siren Worm Bait", statOrderKey = "2435", statOrder = { 2435 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingLureTypeUnique__1__"] = { affix = "", "Thaumaturgical Lure", statOrderKey = "2435", statOrder = { 2435 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingCastDistanceUnique__1__"] = { affix = "", "20% increased Fishing Range", statOrderKey = "2437", statOrder = { 2437 }, level = 1, group = "FishingCastDistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingQuantityUniqueFishingRod1"] = { affix = "", "(40-50)% reduced Quantity of Fish Caught", statOrderKey = "2438", statOrder = { 2438 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingQuantityUnique__2"] = { affix = "", "20% increased Quantity of Fish Caught", statOrderKey = "2438", statOrder = { 2438 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingQuantityUnique__1"] = { affix = "", "(10-20)% increased Quantity of Fish Caught", statOrderKey = "2438", statOrder = { 2438 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingRarityUniqueFishingRod1"] = { affix = "", "(50-60)% increased Rarity of Fish Caught", statOrderKey = "2439", statOrder = { 2439 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingRarityUnique__1"] = { affix = "", "40% increased Rarity of Fish Caught", statOrderKey = "2439", statOrder = { 2439 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FishingRarityUnique__2_"] = { affix = "", "(20-30)% increased Rarity of Fish Caught", statOrderKey = "2439", statOrder = { 2439 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedSpellDamagePerBlockChanceUniqueClaw7"] = { affix = "", "8% increased Spell Damage per 5% Chance to Block Attack Damage", statOrderKey = "2327", statOrder = { 2327 }, level = 1, group = "SpellDamagePerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["LifeGainedOnSpellHitUniqueClaw7"] = { affix = "", "+(5-8) Life gained for each Enemy hit by your Spells", statOrderKey = "1386", statOrder = { 1386 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["LifeGainedOnSpellHitUniqueDescentClaw1"] = { affix = "", "+3 Life gained for each Enemy hit by your Spells", statOrderKey = "1386", statOrder = { 1386 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["LoseLifeOnSpellHitUnique__1"] = { affix = "", "Lose (10-15) Life for each Enemy hit by your Spells", statOrderKey = "1386", statOrder = { 1386 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["AttackSpeedPerGreenSocketUniqueOneHandSword5"] = { affix = "", "12% increased Global Attack Speed per Green Socket", statOrderKey = "2311", statOrder = { 2311 }, level = 1, group = "AttackSpeedPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["PhysicalDamgePerRedSocketUniqueOneHandSword5"] = { affix = "", "25% increased Global Physical Damage with Weapons per Red Socket", statOrderKey = "2308", statOrder = { 2308 }, level = 1, group = "PhysicalDamgePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ManaLeechFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "2% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2316", statOrder = { 2316 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2317", statOrder = { 2317 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUnique"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrderKey = "2317", statOrder = { 2317 }, level = 1, group = "ManaLeechFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["MeleeRangePerWhiteSocketUniqueOneHandSword5"] = { affix = "", "+2 to Melee Strike Range per White Socket", statOrderKey = "2322", statOrder = { 2322 }, level = 1, group = "MeleeRangePerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MeleeDamageTakenUniqueAmulet12"] = { affix = "", "60% increased Damage taken from Melee Attacks", statOrderKey = "2338", statOrder = { 2338 }, level = 1, group = "MeleeDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ArmourAsLifeRegnerationOnBlockUniqueShieldStrInt6"] = { affix = "", "Regenerate 2% of your Armour as Life over 1 second when you Block", statOrderKey = "2422", statOrder = { 2422 }, level = 1, group = "ArmourAsLifeRegnerationOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, + ["LoseEnergyShieldOnBlockUniqueShieldStrInt6"] = { affix = "", "Lose 10% of your Energy Shield when you Block", statOrderKey = "2329", statOrder = { 2329 }, level = 1, group = "LoseEnergyShieldOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, + ["ChaosDamageAsPortionOfDamageUniqueRing16"] = { affix = "", "Gain 20% of Physical Damage as Extra Chaos Damage", statOrderKey = "1576", statOrder = { 1576 }, level = 87, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ChaosDamageAsPortionOfDamageUnique__1"] = { affix = "", "Gain (13-15)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1576", statOrder = { 1576 }, level = 1, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ChaosDamageAsPortionOfFireDamageUnique__1"] = { affix = "", "Gain 5% of Fire Damage as Extra Chaos Damage", statOrderKey = "1582", statOrder = { 1582 }, level = 1, group = "ChaosDamageAsPortionOfFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ChaosDamageAsPortionOfColdDamageUnique__1"] = { affix = "", "Gain 5% of Cold Damage as Extra Chaos Damage", statOrderKey = "1581", statOrder = { 1581 }, level = 1, group = "ChaosDamageAsPortionOfColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["ChaosDamageAsPortionOfLightningDamageUnique__1"] = { affix = "", "Gain 5% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1579", statOrder = { 1579 }, level = 1, group = "ChaosDamageAsPortionOfLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["PhysicalDamageTakenAsLightningPercentUniqueBodyStrDex2"] = { affix = "", "30% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2070", statOrder = { 2070 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, + ["MainHandChanceToIgniteUniqueOneHandAxe2"] = { affix = "", "25% chance to Ignite when in Main Hand", statOrderKey = "2357", statOrder = { 2357 }, level = 1, group = "MainHandChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["OffHandChillDurationUniqueOneHandAxe2"] = { affix = "", "100% increased Chill Duration on Enemies when in Off Hand", statOrderKey = "2358", statOrder = { 2358 }, level = 1, group = "OffHandChillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["BurningDamageToChilledEnemiesUniqueOneHandAxe2"] = { affix = "", "100% increased Damage with Ignite inflicted on Chilled Enemies", statOrderKey = "5826", statOrder = { 5826 }, level = 1, group = "BurningDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["TrapThrowSpeedUniqueBootsDex6"] = { affix = "", "(14-18)% increased Trap Throwing Speed", statOrderKey = "1569", statOrder = { 1569 }, level = 1, group = "TrapAndMineThrowSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["TrapThrowSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Trap Throwing Speed", statOrderKey = "1569", statOrder = { 1569 }, level = 1, group = "TrapAndMineThrowSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedOnTrapThrowUniqueBootsDex6"] = { affix = "", "30% increased Movement Speed for 9 seconds on Throwing a Trap", statOrderKey = "2362", statOrder = { 2362 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedOnTrapThrowUnique__1"] = { affix = "", "15% increased Movement Speed for 9 seconds on Throwing a Trap", statOrderKey = "2362", statOrder = { 2362 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["DisplaySupportedByTrapUniqueBootsDex6"] = { affix = "", "Socketed Gems are Supported by Level 11 Trap", statOrderKey = "247", statOrder = { 247 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByTrapUniqueStaff4"] = { affix = "", "Socketed Gems are Supported by Level 8 Trap", statOrderKey = "247", statOrder = { 247 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap", statOrderKey = "247", statOrder = { 247 }, level = 40, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["TrapDurationUniqueBelt6"] = { affix = "", "80% reduced Trap Duration", statOrderKey = "1565", statOrder = { 1565 }, level = 47, group = "TrapDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TrapDurationUnique__1"] = { affix = "", "10% reduced Trap Duration", statOrderKey = "1565", statOrder = { 1565 }, level = 1, group = "TrapDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TrapDamageUniqueBelt6"] = { affix = "", "(30-40)% increased Trap Damage", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TrapDamageUniqueShieldDexInt1"] = { affix = "", "(18-28)% increased Trap Damage", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TrapDamageUnique___1"] = { affix = "", "(15-25)% increased Trap Damage", statOrderKey = "876", statOrder = { 876 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChanceToFreezeShockIgniteUniqueRing21"] = { affix = "", "10% chance to Freeze, Shock and Ignite", statOrderKey = "2392", statOrder = { 2392 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUniqueDescentWand1"] = { affix = "", "4% chance to Freeze, Shock and Ignite", statOrderKey = "2392", statOrder = { 2392 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUniqueHelmetDexInt4"] = { affix = "", "5% chance to Freeze, Shock and Ignite", statOrderKey = "2392", statOrder = { 2392 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUniqueAmulet19"] = { affix = "", "5% chance to Freeze, Shock and Ignite", statOrderKey = "2392", statOrder = { 2392 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteDescentUniqueQuiver1"] = { affix = "", "10% chance to Freeze, Shock and Ignite", statOrderKey = "2392", statOrder = { 2392 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToFreezeShockIgniteUnique__1"] = { affix = "", "(5-10)% chance to Freeze, Shock and Ignite", statOrderKey = "2392", statOrder = { 2392 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["DamageWhileIgnitedUniqueRing18"] = { affix = "", "30% increased Damage while Ignited", statOrderKey = "2393", statOrder = { 2393 }, level = 1, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageWhileIgnitedUnique__1"] = { affix = "", "(50-70)% increased Damage while Ignited", statOrderKey = "2393", statOrder = { 2393 }, level = 85, group = "DamageWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ArmourWhileFrozenUniqueRing18"] = { affix = "", "+5000 to Armour while Frozen", statOrderKey = "2394", statOrder = { 2394 }, level = 1, group = "ArmourWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["ManaLeechOnShockedEnemiesUniqueRing19"] = { affix = "", "5% of Damage against Shocked Enemies Leeched as Mana", statOrderKey = "1364", statOrder = { 1364 }, level = 1, group = "ManaLeechOnShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaLeechPermyriadOnShockedEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Mana against Frozen Enemies", statOrderKey = "6604", statOrder = { 6604 }, level = 1, group = "ManaLeechOnShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldLeechPermyriadOnFrozenEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Energy Shield against Frozen Enemies", statOrderKey = "5254", statOrder = { 5254 }, level = 1, group = "EnergyShieldLeechPermyriadOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifeLeechOnFrozenEnemiesUniqueRing19"] = { affix = "", "5% of Damage against Frozen Enemies Leeched as Life", statOrderKey = "1342", statOrder = { 1342 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeLeechPermyriadOnFrozenEnemiesUniqueRing19"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1341", statOrder = { 1341 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DamageOnRareMonstersUniqueBelt7"] = { affix = "", "(20-30)% increased Damage with Hits against Rare monsters", statOrderKey = "2398", statOrder = { 2398 }, level = 1, group = "DamageOnRareMonsters", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageOnMagicMonstersUnique__1_"] = { affix = "", "(20-30)% increased Damage with Hits against Magic monsters", statOrderKey = "4997", statOrder = { 4997 }, level = 1, group = "DamageOnMagicMonsters", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamagePerStatusAilmentOnEnemiesUniqueRing21"] = { affix = "", "20% increased Damage with Hits and Ailments per Freeze, Shock or Ignite on Enemy", statOrderKey = "921", statOrder = { 921 }, level = 1, group = "DamagePerStatusAilmentOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ShrineBuffEffectUniqueHelmetDexInt3"] = { affix = "", "75% increased Effect of Shrine Buffs on you", statOrderKey = "2403", statOrder = { 2403 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShrineBuffEffectUnique__1"] = { affix = "", "(50-75)% increased Effect of Shrine Buffs on you", statOrderKey = "2403", statOrder = { 2403 }, level = 1, group = "ShrineBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShrineEffectDurationUniqueHelmetDexInt3"] = { affix = "", "50% increased Duration of Shrine Effects on you", statOrderKey = "2404", statOrder = { 2404 }, level = 1, group = "ShrineEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalFlaskLifeOnFlaskDurationEndUniqueFlask3"] = { affix = "", "Recover Full Life at the end of the Flask Effect", statOrderKey = "571", statOrder = { 571 }, level = 1, group = "LocalFlaskLifeOnFlaskDurationEnd", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["LocalFlaskNoManaCostWhileHealingUniqueFlask4"] = { affix = "", "Your Skills Cost no Mana during Flask effect", statOrderKey = "720", statOrder = { 720 }, level = 1, group = "LocalFlaskNoManaCostWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["ShockNearbyEnemyOnShockedKillUniqueRing20"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrderKey = "2405", statOrder = { 2405 }, level = 25, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockNearbyEnemyOnShockedKillUniqueDescentTwoHandSword1_"] = { affix = "", "When you Kill a Shocked Enemy, inflict an equivalent Shock on each nearby Enemy", statOrderKey = "2405", statOrder = { 2405 }, level = 1, group = "ShockNearbyEnemyOnShockedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IgniteNearbyEnemyOnIgnitedKillUniqueRing20"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrderKey = "2406", statOrder = { 2406 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteNearbyEnemyOnIgnitedKillUnique__1"] = { affix = "", "When you Kill an Ignited Enemy, inflict an equivalent Ignite on each nearby Enemy", statOrderKey = "2406", statOrder = { 2406 }, level = 1, group = "IgniteNearbyEnemyOnIgnitedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["GainRareMonsterModsOnKillUniqueBelt7_"] = { affix = "", "When you Kill a Rare monster, you gain its Modifiers for 60 seconds", statOrderKey = "2407", statOrder = { 2407 }, level = 1, group = "GainRareMonsterModsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainMagicMonsterModsOnKillUnique__1_"] = { affix = "", "20% chance when you Kill a Magic Monster to gain its Modifiers for 60 seconds", statOrderKey = "5479", statOrder = { 5479 }, level = 1, group = "GainMagicMonsterModsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedManaRegenerationUniqueBelt8"] = { affix = "", "Regenerate (8-10) Mana per second", statOrderKey = "1247", statOrder = { 1247 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUniqueDescentWand1"] = { affix = "", "Regenerate 2 Mana per second", statOrderKey = "1247", statOrder = { 1247 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUniqueJewel10"] = { affix = "", "Regenerate 3 Mana per second", statOrderKey = "1247", statOrder = { 1247 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUnique__1"] = { affix = "", "Regenerate (3-6) Mana per second", statOrderKey = "1247", statOrder = { 1247 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationUnique__2"] = { affix = "", "Regenerate (8-10) Mana per second", statOrderKey = "1247", statOrder = { 1247 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ArmourWhileNotIgnitedFrozenShockedBelt8"] = { affix = "", "40% increased Armour while not Ignited, Frozen or Shocked", statOrderKey = "2408", statOrder = { 2408 }, level = 1, group = "ArmourWhileNotIgnitedFrozenShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["ManaShield"] = { affix = "", "Mind Over Matter", statOrderKey = "8400", statOrder = { 8400 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["DamageTakenFromManaBeforeLifeUniqueBodyDexInt2"] = { affix = "", "10% of Damage is taken from Mana before Life", statOrderKey = "2287", statOrder = { 2287 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ElementalResistancePerEnduranceChargeDescentShield1"] = { affix = "", "+3% to all Elemental Resistances per Endurance Charge", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "ElementalResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["CastSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "9% increased Cast Speed when on Full Life", statOrderKey = "1636", statOrder = { 1636 }, level = 1, group = "CastSpeedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["CastSpeedOnLowLifeUniqueDescentHelmet1"] = { affix = "", "20% increased Cast Speed when on Low Life", statOrderKey = "1635", statOrder = { 1635 }, level = 1, group = "CastSpeedOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["MaximumCriticalStrikeChanceUniqueAmulet17"] = { affix = "", "50% maximum Critical Strike Chance", statOrderKey = "2337", statOrder = { 2337 }, level = 1, group = "MaximumCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DamagePerStrengthInMainHandUniqueSceptre6"] = { affix = "", "1% increased Damage per 8 Strength when in Main Hand", statOrderKey = "2366", statOrder = { 2366 }, level = 1, group = "DamagePerStrengthInMainHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ArmourPerStrengthInOffHandUniqueSceptre6"] = { affix = "", "1% increased Armour per 16 Strength when in Off Hand", statOrderKey = "2367", statOrder = { 2367 }, level = 1, group = "ArmourPerStrengthInOffHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["DisplaySocketedGemsSupportedByIronWillUniqueSceptre6"] = { affix = "", "Socketed Gems are Supported by Level 30 Iron Will", statOrderKey = "283", statOrder = { 283 }, level = 1, group = "DisplaySocketedGemsSupportedByIronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByIronWillUniqueOneHandMace3"] = { affix = "", "Socketed Gems have Iron Will", statOrderKey = "316", statOrder = { 316 }, level = 1, group = "DisplaySocketedGemsSupportedByIronWill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LessCriticalStrikeChanceAmulet17"] = { affix = "", "-40% less Critical Strike Chance", statOrderKey = "2415", statOrder = { 2415 }, level = 1, group = "CriticalStrikeChanceFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChanceToDodgeUniqueBootsDex7"] = { affix = "", "+12% chance to Suppress Spell Damage", statOrderKey = "829", statOrder = { 829 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeUniqueJewel46"] = { affix = "", "+3% chance to Suppress Spell Damage", statOrderKey = "829", statOrder = { 829 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToSuppressSpellsUniqueJewel46"] = { affix = "", "+5% chance to Suppress Spell Damage", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeUniqueBodyDex1"] = { affix = "", "+15% chance to Suppress Spell Damage", statOrderKey = "829", statOrder = { 829 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeUniqueRing37"] = { affix = "", "(3-5)% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChanceToDodgeUnique__1"] = { affix = "", "+(6-10)% chance to Suppress Spell Damage", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeImplicitShield1"] = { affix = "", "+3% chance to Suppress Spell Damage", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeImplicitShield2"] = { affix = "", "+5% chance to Suppress Spell Damage", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsUniqueBodyDex1"] = { affix = "", "+15% chance to Suppress Spell Damage", statOrderKey = "829", statOrder = { 829 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToSuppressSpellsUniqueBodyDex1"] = { affix = "", "+30% chance to Suppress Spell Damage", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsUnique__1"] = { affix = "", "+(6-10)% chance to Suppress Spell Damage", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsUnique__2"] = { affix = "", "+20% chance to Suppress Spell Damage", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsUnique__3_"] = { affix = "", "+(10-12)% chance to Suppress Spell Damage", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsImplicitShield1"] = { affix = "", "+3% chance to Suppress Spell Damage", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsImplicitShield2"] = { affix = "", "+5% chance to Suppress Spell Damage", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToSuppressSpellsUnique__1_"] = { affix = "", "+(26-32)% chance to Suppress Spell Damage", statOrderKey = "830", statOrder = { 830 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnduranceChargeOnKillUniqueBodyStrDex3"] = { affix = "", "You gain an Endurance Charge on Kill", statOrderKey = "2418", statOrder = { 2418 }, level = 1, group = "EnduranceChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["LoseEnduranceChargesWhenHitUniqueBodyStrDex3"] = { affix = "", "You lose all Endurance Charges when Hit", statOrderKey = "2416", statOrder = { 2416 }, level = 1, group = "LoseEnduranceChargesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["GainOnslaughtWhenHitUniqueBodyStrDex3"] = { affix = "", "You gain Onslaught for 5 seconds per Endurance Charge when Hit", statOrderKey = "2431", statOrder = { 2431 }, level = 1, group = "GainOnslaughtWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RegenerateLifeOnCastUniqueWand4"] = { affix = "", "Regenerate (6-8) Life over 1 second when you Cast a Spell", statOrderKey = "2421", statOrder = { 2421 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["PhasingUniqueBootsStrDex4"] = { affix = "", "Phasing", statOrderKey = "2411", statOrder = { 2411 }, level = 1, group = "Phasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CullingCriticalStrikes"] = { affix = "", "Critical Strikes have Culling Strike", statOrderKey = "3017", statOrder = { 3017 }, level = 1, group = "CullingCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["IncreasedFireDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Fire Damage taken", statOrderKey = "1873", statOrder = { 1873 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["ReducedFireDamageTakenUnique__1"] = { affix = "", "-20 Fire Damage taken from Hits", statOrderKey = "1868", statOrder = { 1868 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["FrenzyChargeOnIgniteUniqueTwoHandSword6"] = { affix = "", "Gain a Frenzy Charge if an Attack Ignites an Enemy", statOrderKey = "2426", statOrder = { 2426 }, level = 1, group = "FrenzyChargeOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["CullingAgainstBurningEnemiesUniqueTwoHandSword6"] = { affix = "", "Culling Strike against Burning Enemies", statOrderKey = "2425", statOrder = { 2425 }, level = 1, group = "CullingAgainstBurningEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosDamageTakenUniqueBodyStr4"] = { affix = "", "-(40-30) Chaos Damage taken", statOrderKey = "2428", statOrder = { 2428 }, level = 1, group = "ChaosDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["IncreasedCurseDurationUniqueShieldDex4"] = { affix = "", "Curse Skills have 100% increased Skill Effect Duration", statOrderKey = "4936", statOrder = { 4936 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedCurseDurationUniqueShieldStrDex2"] = { affix = "", "Curse Skills have 100% increased Skill Effect Duration", statOrderKey = "4936", statOrder = { 4936 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedCurseDurationUniqueHelmetInt9"] = { affix = "", "Curse Skills have (30-50)% increased Skill Effect Duration", statOrderKey = "4936", statOrder = { 4936 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreaseSocketedCurseGemLevelUniqueShieldDex4"] = { affix = "", "+1 to Level of Socketed Curse Gems", statOrderKey = "66", statOrder = { 66 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["IncreaseSocketedCurseGemLevelUniqueHelmetInt9"] = { affix = "", "+2 to Level of Socketed Curse Gems", statOrderKey = "66", statOrder = { 66 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["IncreaseSocketedCurseGemLevelUnique__1"] = { affix = "", "+1 to Level of Socketed Curse Gems", statOrderKey = "66", statOrder = { 66 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["IncreaseSocketedCurseGemLevelUnique__2"] = { affix = "", "+3 to Level of Socketed Curse Gems", statOrderKey = "66", statOrder = { 66 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["PoisonSpreadAndHealOnPoisonedKillUniqueDagger8"] = { affix = "", "On Killing a Poisoned Enemy, nearby Enemies are Poisoned", "and nearby Allies Regenerate 200 Life per second", statOrderKey = "2440,2441", statOrder = { 2440, 2441 }, level = 82, group = "PoisonSpreadAndHealOnPoisonedKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "resource", "life", "chaos", "ailment" }, }, + ["IncreasedSelfCurseDurationUniqueShieldStrDex2"] = { affix = "", "100% increased Duration of Curses on you", statOrderKey = "1806", statOrder = { 1806 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ReducedSelfCurseDurationUniqueShieldDex3"] = { affix = "", "50% reduced Duration of Curses on you", statOrderKey = "1806", statOrder = { 1806 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3"] = { affix = "", "+50% to Chaos Resistance during any Flask Effect", statOrderKey = "2885", statOrder = { 2885 }, level = 1, group = "ChaosResistanceWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos", "resistance" }, }, + ["SetElementalResistancesUniqueHelmetStrInt4"] = { affix = "", "Elemental Resistances are Zero", statOrderKey = "2424", statOrder = { 2424 }, level = 1, group = "SetElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AllDefencesUniqueHelmetStrInt4_"] = { affix = "", "(18-22)% increased Global Defences", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesVictorAmulet"] = { affix = "", "(5-10)% increased Global Defences", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__1"] = { affix = "", "5% increased Global Defences", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__2"] = { affix = "", "100% increased Global Defences", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__3"] = { affix = "", "100% increased Global Defences", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__4"] = { affix = "", "(15-20)% increased Global Defences", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AllDefencesUnique__5"] = { affix = "", "(10-15)% increased Global Defences", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["DodgeImplicitMarakethSword1"] = { affix = "", "15% chance to Maim on Hit", statOrderKey = "6466", statOrder = { 6466 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DodgeImplicitMarakethSword2"] = { affix = "", "20% chance to Maim on Hit", statOrderKey = "6466", statOrder = { 6466 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AllDefensesImplicitJetRing"] = { affix = "", "(5-10)% increased Global Defences", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["LightningDamageOnBlockUniqueHelmetStrInt4"] = { affix = "", "Reflects 1 to (180-220) Lightning Damage to Attackers on Block", statOrderKey = "2207", statOrder = { 2207 }, level = 1, group = "LightningDamageOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DuplicatesRingStats"] = { affix = "", "Duplicates your other ring", statOrderKey = "2443", statOrder = { 2443 }, level = 1, group = "DuplicatesRingStats", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DegenerationDamageUniqueDagger8"] = { affix = "", "30% increased Damage over Time", statOrderKey = "892", statOrder = { 892 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageEssence_1"] = { affix = "", "(14-20)% increased Damage over Time", statOrderKey = "892", statOrder = { 892 }, level = 1, group = "DegenerationDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__1"] = { affix = "", "25% increased Damage over Time", statOrderKey = "892", statOrder = { 892 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__2"] = { affix = "", "(20-30)% increased Damage over Time", statOrderKey = "892", statOrder = { 892 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__3"] = { affix = "", "(30-40)% increased Damage over Time", statOrderKey = "892", statOrder = { 892 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__4__"] = { affix = "", "(8-12)% increased Damage over Time", statOrderKey = "892", statOrder = { 892 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageUnique__5"] = { affix = "", "(20-30)% increased Damage over Time", statOrderKey = "892", statOrder = { 892 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DegenerationDamageImplicit1"] = { affix = "", "(14-18)% increased Damage over Time", statOrderKey = "892", statOrder = { 892 }, level = 85, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["FishingExoticFishUniqueFishingRod1"] = { affix = "", "You can catch Exotic Fish", statOrderKey = "2444", statOrder = { 2444 }, level = 1, group = "CannotCatchExoticFish", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireShocksUniqueHelmetDexInt4"] = { affix = "", "Your Fire Damage can Shock but not Ignite", statOrderKey = "2446", statOrder = { 2446 }, level = 1, group = "FireShocks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning", "ailment" }, }, + ["ColdIgnitesUniqueHelmetDexInt4_"] = { affix = "", "Your Cold Damage can Ignite but not Freeze or Chill", statOrderKey = "2447", statOrder = { 2447 }, level = 1, group = "ColdIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, }, + ["LightningFreezesUniqueHelmetDexInt4"] = { affix = "", "Your Lightning Damage can Freeze but not Shock", statOrderKey = "2448", statOrder = { 2448 }, level = 1, group = "LightningFreezes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning", "ailment" }, }, + ["SocketedCursesAreReflectedUniqueGlovesStrInt1"] = { affix = "", "Hexes applied by Socketed Curse Skills are Reflected back to you", statOrderKey = "315", statOrder = { 315 }, level = 1, group = "SocketedCursesAreReflected", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["ChillImmunityWhenChilledUniqueGlovesStrInt1"] = { affix = "", "You cannot be Chilled for 3 seconds after being Chilled", statOrderKey = "2483", statOrder = { 2483 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeImmunityWhenFrozenUniqueGlovesStrInt1"] = { affix = "", "You cannot be Frozen for 3 seconds after being Frozen", statOrderKey = "2485", statOrder = { 2485 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["IgniteImmunityWhenIgnitedUniqueGlovesStrInt1"] = { affix = "", "You cannot be Ignited for 3 seconds after being Ignited", statOrderKey = "2486", statOrder = { 2486 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ShockImmunityWhenShockedUniqueGlovesStrInt1"] = { affix = "", "You cannot be Shocked for 3 seconds after being Shocked", statOrderKey = "2487", statOrder = { 2487 }, level = 1, group = "TriggeredStatusImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["GrantFrenzyChargesToAlliesOnDeathUniqueGlovesStrInt1"] = { affix = "", "You grant (4-6) Frenzy Charges to allies on Death", statOrderKey = "2489", statOrder = { 2489 }, level = 1, group = "GrantFrenzyChargesToAlliesOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["PowerChargeOnNonCritUniqueRing17"] = { affix = "", "Gain a Power Charge on Non-Critical Strike", statOrderKey = "2490", statOrder = { 2490 }, level = 1, group = "PowerChargeOnNonCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ConsumeAllPowerChargesOnCritUniqueRing17"] = { affix = "", "Lose all Power Charges on Critical Strike", statOrderKey = "2491", statOrder = { 2491 }, level = 75, group = "ConsumeAllPowerChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["CastSocketedLightningSpellsOnHit"] = { affix = "", "Trigger a Socketed Lightning Spell on Hit, with a 0.25 second Cooldown", "Socketed Lightning Spells have no Cost if Triggered", statOrderKey = "531,531.1", statOrder = { 531, 531.1 }, level = 1, group = "CastSocketedLightningSpellsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster" }, }, + ["UndyingBreathCurseAuraUniqueStaff5"] = { affix = "", "18% increased Effect of Curses on you", statOrderKey = "1805", statOrder = { 1805 }, level = 1, group = "UndyingBreathCurseAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["UndyingBreathCurseAuraDisplayUniqueStaff5"] = { affix = "", "Nearby Enemies have 18% increased Effect of Curses on them", statOrderKey = "2289", statOrder = { 2289 }, level = 1, group = "UndyingBreathCurseAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "aura", "curse" }, }, + ["UndyingBreathDamageAuraUniqueStaff5"] = { affix = "", "18% increased Damage", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "UndyingBreathDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UndyingBreathDamageAuraDisplayUniqueStaff5"] = { affix = "", "Nearby allies gain 18% increased Damage", statOrderKey = "2496", statOrder = { 2496 }, level = 1, group = "UndyingBreathDamageAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["CurseAreaOfEffectUniqueStaff5"] = { affix = "", "18% increased Area of Effect of Hex Skills", statOrderKey = "1856", statOrder = { 1856 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUniqueQuiver5"] = { affix = "", "40% reduced Area of Effect of Hex Skills", statOrderKey = "1856", statOrder = { 1856 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUnique__1"] = { affix = "", "60% increased Area of Effect of Hex Skills", statOrderKey = "1856", statOrder = { 1856 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseAreaOfEffectUnique__2_"] = { affix = "", "60% increased Area of Effect of Hex Skills", statOrderKey = "1856", statOrder = { 1856 }, level = 76, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AuraIncreasedIncreasedAreaOfEffectUniqueStaff5"] = { affix = "", "18% increased Area of Effect of Aura Skills", statOrderKey = "1855", statOrder = { 1855 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["DamageTakenUniqueStaff5"] = { affix = "", "18% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3141", statOrder = { 3141 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AuraEffectGlobalUnique__1"] = { affix = "", "(5-10)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3141", statOrder = { 3141 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AttackSpeedPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "2% increased Attack Speed per Frenzy Charge", statOrderKey = "1684", statOrder = { 1684 }, level = 1, group = "AttackSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AccuracyRatingPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "6% increased Accuracy Rating per Frenzy Charge", statOrderKey = "1685", statOrder = { 1685 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["FrenzyChargeDurationPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "10% reduced Frenzy Charge Duration per Frenzy Charge", statOrderKey = "1686", statOrder = { 1686 }, level = 1, group = "FrenzyChargeDurationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["PoisonDotMultiplierPerFrenzyChargeUniqueGlovesDexInt5"] = { affix = "", "+5% to Damage over Time Multiplier for Poison per Frenzy Charge", statOrderKey = "7625", statOrder = { 7625 }, level = 1, group = "PoisonDotMultiplierPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["AtMaximumFrenzyChargesPoisonUniqueGlovesDexInt5"] = { affix = "", "While at maximum Frenzy Charges, Attacks Poison Enemies", statOrderKey = "1687", statOrder = { 1687 }, level = 1, group = "AtMaximumFrenzyChargesPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["AtMaximumFrenzyChargesChanceToPoisonUnique_1_"] = { affix = "", "Attacks have 60% chance to Poison while at maximum Frenzy Charges", statOrderKey = "1688", statOrder = { 1688 }, level = 1, group = "AtMaximumFrenzyChargesPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["NecromanticAegisUniqueHelmetStrDex5"] = { affix = "", "All bonuses from an Equipped Shield apply to your Minions instead of you", statOrderKey = "1826", statOrder = { 1826 }, level = 1, group = "NecromanticAegis", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionBlockChanceUniqueHelmetStrDex5"] = { affix = "", "Minions have +10% Chance to Block Attack Damage", statOrderKey = "2493", statOrder = { 2493 }, level = 1, group = "MinionBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "minion" }, }, + ["MinionLifeRegenerationUniqueHelmetStrDex5"] = { affix = "", "Minions Regenerate 2% of Life per second", statOrderKey = "2501", statOrder = { 2501 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeRegenerationUnique__1"] = { affix = "", "Minions Regenerate 1% of Life per second", statOrderKey = "2501", statOrder = { 2501 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["MinionArmourUniqueHelmetStrDex5"] = { affix = "", "Minions have +(300-350) to Armour", statOrderKey = "2495", statOrder = { 2495 }, level = 1, group = "MinionArmour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "minion" }, }, + ["IncreasedAccuracyPercentImplicitQuiver7"] = { affix = "", "(20-30)% increased Global Accuracy Rating", statOrderKey = "1103", statOrder = { 1103 }, level = 5, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentImplicitQuiver7New"] = { affix = "", "(20-30)% increased Global Accuracy Rating", statOrderKey = "1103", statOrder = { 1103 }, level = 45, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentUnique__1"] = { affix = "", "(30-40)% increased Global Accuracy Rating", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DisplaySocketedSkillsChainUniqueOneHandMace3"] = { affix = "", "Socketed Gems Chain 1 additional times", statOrderKey = "317", statOrder = { 317 }, level = 1, group = "DisplaySocketedSkillsChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["LocalIncreaseSocketedVaalGemLevelUniqueGlovesStrDex4"] = { affix = "", "+2 to Level of Socketed Vaal Gems", statOrderKey = "70", statOrder = { 70 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal", "gem" }, }, + ["LocalIncreaseSocketedVaalGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Vaal Gems", statOrderKey = "70", statOrder = { 70 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal", "gem" }, }, + ["RingHasOneSocket"] = { affix = "", "Has 1 Socket", statOrderKey = "30", statOrder = { 30 }, level = 7, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["QuiverHasOneSocket"] = { affix = "", "Has 1 Socket", statOrderKey = "30", statOrder = { 30 }, level = 57, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AmuletHasOneSocket"] = { affix = "", "Has 1 Socket", statOrderKey = "30", statOrder = { 30 }, level = 7, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasSixSocketsUnique__1"] = { affix = "", "Has 6 Sockets", statOrderKey = "30", statOrder = { 30 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasOneSocketUnique__1"] = { affix = "", "Has 1 Socket", statOrderKey = "30", statOrder = { 30 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasOneSocketUnique__2"] = { affix = "", "Has 1 Socket", statOrderKey = "30", statOrder = { 30 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasTwoSocketsUnique__1"] = { affix = "", "Has 2 Sockets", statOrderKey = "30", statOrder = { 30 }, level = 57, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasThreeSocketsUnique__1_"] = { affix = "", "Has 3 Sockets", statOrderKey = "30", statOrder = { 30 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedProjectileDamageUniqueQuiver4"] = { affix = "", "(15-20)% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUniqueStaff10"] = { affix = "", "(60-100)% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUniqueBootsDexInt4"] = { affix = "", "(20-40)% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__5"] = { affix = "", "20% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__1"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__2"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___3"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___4"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__6"] = { affix = "", "30% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique__7"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___8"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___9"] = { affix = "", "(7-10)% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedProjectileDamageUnique___10_"] = { affix = "", "(30-50)% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["SpellBlockPercentageUniqueQuiver4"] = { affix = "", "(12-15)% Chance to Block Spell Damage", statOrderKey = "843", statOrder = { 843 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockPercentageUniqueShieldDex6"] = { affix = "", "(8-12)% Chance to Block Spell Damage", statOrderKey = "843", statOrder = { 843 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SupportedByEchoUniqueStaff6"] = { affix = "", "Socketed Gems are Supported by Level 30 Greater Spell Echo", statOrderKey = "140", statOrder = { 140 }, level = 1, group = "DisplaySupportedByGreaterEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByEchoUniqueWand8"] = { affix = "", "Socketed Gems are Supported by Level 10 Spell Echo", statOrderKey = "205", statOrder = { 205 }, level = 1, group = "DisplaySupportedByEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByEchoUniqueWand8New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Spell Echo", statOrderKey = "276", statOrder = { 276 }, level = 1, group = "DisplaySupportedByEcho", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SpellDodgeUniqueBootsDex7_"] = { affix = "", "+(21-24)% chance to Suppress Spell Damage", statOrderKey = "829", statOrder = { 829 }, level = 85, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellDodgeUniqueBootsDex7New"] = { affix = "", "+(20-26)% chance to Suppress Spell Damage", statOrderKey = "830", statOrder = { 830 }, level = 85, group = "ChanceToSuppressSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireDamageLifeLeechPerMyriadUniqueBelt9a_"] = { affix = "", "100% of Fire Damage Leeched as Life", statOrderKey = "1327", statOrder = { 1327 }, level = 85, group = "FireDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageLifeLeechPermyriadUniqueBelt9aNew"] = { affix = "", "0.6% of Fire Damage Leeched as Life", statOrderKey = "1328", statOrder = { 1328 }, level = 85, group = "FireDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ColdDamageLifeLeechPerMyriadUniqueBelt9b"] = { affix = "", "100% of Cold Damage Leeched as Life", statOrderKey = "1330", statOrder = { 1330 }, level = 85, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageLifeLeechPermyriadUniqueBelt9bNew"] = { affix = "", "0.6% of Cold Damage Leeched as Life", statOrderKey = "1331", statOrder = { 1331 }, level = 85, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["LightningDamageLifeLeechPerMyriadUniqueBelt9c"] = { affix = "", "100% of Lightning Damage Leeched as Life", statOrderKey = "1333", statOrder = { 1333 }, level = 85, group = "LightningDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageLifeLeechPermyriadUniqueBelt9cNew"] = { affix = "", "0.6% of Lightning Damage Leeched as Life", statOrderKey = "1334", statOrder = { 1334 }, level = 85, group = "LightningDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["PhysicalDamageLifeLeechPerMyriadUniqueBelt9d"] = { affix = "", "100% of Physical Damage Leeched as Life", statOrderKey = "1324", statOrder = { 1324 }, level = 85, group = "PhysicalDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageLifeLeechPermyriadUniqueBelt9dNew"] = { affix = "", "0.6% of Physical Damage Leeched as Life", statOrderKey = "1325", statOrder = { 1325 }, level = 85, group = "PhysicalDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical" }, }, + ["IgniteChanceWhileUsingFlaskUniqueBelt9a"] = { affix = "", "(20-30)% chance to Ignite during any Flask Effect", statOrderKey = "2511", statOrder = { 2511 }, level = 85, group = "ChanceToIgnightWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["FreezeChanceWhileUsingFlaskUniqueBelt9b"] = { affix = "", "(20-30)% chance to Freeze during any Flask Effect", statOrderKey = "2512", statOrder = { 2512 }, level = 85, group = "ChanceToFreezeWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["ShockChanceWhileUsingFlaskUniqueBelt9c"] = { affix = "", "(20-30)% chance to Shock during any Flask Effect", statOrderKey = "2513", statOrder = { 2513 }, level = 85, group = "ChanceToShockWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ReducedStunThresholdWhileUsingFlaskUniqueBelt9d"] = { affix = "", "25% reduced Enemy Stun Threshold during any Flask Effect", statOrderKey = "2516", statOrder = { 2516 }, level = 85, group = "ReducedStunThresholdWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["AddedChaosDamageAsPercentOfPhysicalWhileUsingFlaskUniqueFlask5"] = { affix = "", "Gain (5-8)% of Physical Damage as Extra Chaos Damage during effect", statOrderKey = "721", statOrder = { 721 }, level = 85, group = "AddedChaosDamageAsPercentOfPhysicalWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["AddedChaosDamageAsPercentOfElementalWhileUsingFlaskUniqueFlask5"] = { affix = "", "Gain (5-8)% of Elemental Damage as Extra Chaos Damage during effect", statOrderKey = "713", statOrder = { 713 }, level = 85, group = "AddedChaosDamageAsPercentOfElementalWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__1"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1583", statOrder = { 1583 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__2"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1583", statOrder = { 1583 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__3"] = { affix = "", "Gain (10-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1583", statOrder = { 1583 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUnique__4"] = { affix = "", "Gain (5-8)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1583", statOrder = { 1583 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["ChaosDamageLifeLeechPerMyriadWhileUsingFlaskUniqueFlask5"] = { affix = "", "1000% of Chaos Damage Leeched as Life during Flask effect", statOrderKey = "731", statOrder = { 731 }, level = 85, group = "ChaosDamageLifeLeechWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "chaos" }, }, + ["ChaosDamageLifeLeechPermyriadWhileUsingFlaskUniqueFlask5New"] = { affix = "", "2% of Chaos Damage Leeched as Life during Flask effect", statOrderKey = "717", statOrder = { 717 }, level = 85, group = "ChaosDamageLifeLeechWhileUsingFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "chaos" }, }, + ["FireDamageLifeLeechCorrupted"] = { affix = "", "100% of Fire Damage Leeched as Life", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "FireDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ColdDamageLifeLeechCorrupted_"] = { affix = "", "100% of Cold Damage Leeched as Life", statOrderKey = "1330", statOrder = { 1330 }, level = 1, group = "ColdDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["LightningDamageLifeLeechCorrupted"] = { affix = "", "100% of Lightning Damage Leeched as Life", statOrderKey = "1333", statOrder = { 1333 }, level = 1, group = "LightningDamageLifeLeech", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["DamageConversionFireUnique__1"] = { affix = "", "60% of Physical Damage Converted to Fire Damage", statOrderKey = "1595", statOrder = { 1595 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_physical_conversion_mod", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["AdditionalTrapsUnique__1"] = { affix = "", "Can have up to 1 additional Trap placed at a time", statOrderKey = "1886", statOrder = { 1886 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalTrapsUnique__2__"] = { affix = "", "Can have 5 fewer Traps placed at a time", statOrderKey = "1886", statOrder = { 1886 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalTrapsThresholdJewel"] = { affix = "", "Can have up to 1 additional Trap placed at a time", statOrderKey = "1886", statOrder = { 1886 }, level = 1, group = "TrapsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PierceCurruption"] = { affix = "", "Arrows Pierce 1 additional Target", statOrderKey = "4153", statOrder = { 4153 }, level = 1, group = "ArrowPierce", weightKey = { "bow", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["PierceChanceUniqueJewel41"] = { affix = "", "Projectiles Pierce an additional Target", statOrderKey = "7681", statOrder = { 7681 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalPierceUniqueJewel__1"] = { affix = "", "Projectiles Pierce an additional Target", statOrderKey = "1436", statOrder = { 1436 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CurseOnHitTemporalChainsUnique__1"] = { affix = "", "Curse Enemies with Temporal Chains on Hit, with 40% increased Effect", statOrderKey = "2142", statOrder = { 2142 }, level = 1, group = "CurseOnHitLevelTemporalChains", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseOnHitCriticalWeaknessUnique__1"] = { affix = "", "Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "470", statOrder = { 470 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseOnHitCriticalWeaknessUniqueNewUnique__1"] = { affix = "", "Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "504", statOrder = { 504 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["SupportedByCastOnStunUnique___1"] = { affix = "", "Socketed Gems are supported by Level 10 Cast when Stunned", statOrderKey = "265", statOrder = { 265 }, level = 15, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByMeleeSplashUnique__1_"] = { affix = "", "Socketed Gems are supported by Level 25 Melee Splash", statOrderKey = "263", statOrder = { 263 }, level = 1, group = "SupportedByMelee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByAddedFireDamageUnique__1_"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrderKey = "254", statOrder = { 254 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["PuritySkillUniqueAmulet22"] = { affix = "", "Grants Level 10 Purity of Elements Skill", statOrderKey = "399", statOrder = { 399 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HatredSkillUniqueDescentClaw1"] = { affix = "", "Grants Level 20 Hatred Skill", statOrderKey = "403", statOrder = { 403 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ChanceToBeCritJewelUnique__1"] = { affix = "", "Hits have (140-200)% increased Critical Strike Chance against you", statOrderKey = "2714", statOrder = { 2714 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChanceToBeCritJewelUpdatedUnique__1"] = { affix = "", "Hits have (140-200)% increased Critical Strike Chance against you", statOrderKey = "2712", statOrder = { 2712 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SilenceImmunityUnique__1"] = { affix = "", "You cannot be Cursed with Silence", statOrderKey = "2676", statOrder = { 2676 }, level = 36, group = "PlayerCurseImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["UniqueSpecialCorruptionAreaOfEffect_"] = { affix = "", "(15-25)% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionSkillEffectDuration"] = { affix = "", "(15-25)% increased Skill Effect Duration", statOrderKey = "1539", statOrder = { 1539 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionSocketedGemsManaMultiplier_"] = { affix = "", "Socketed Skill Gems get a 80% Cost & Reservation Multiplier", statOrderKey = "308", statOrder = { 308 }, level = 1, group = "SocketedGemsHaveReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["UniqueSpecialCorruptionCooldownRecoverySpeed__"] = { affix = "", "(8-12)% increased Cooldown Recovery Rate", statOrderKey = "4321", statOrder = { 4321 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionItemQuantity_"] = { affix = "", "(5-7)% increased Quantity of Items found", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionAdditionalProjectile"] = { affix = "", "Skills fire an additional Projectile", statOrderKey = "1438", statOrder = { 1438 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionAuraEffect"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3141", statOrder = { 3141 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["UniqueSpecialCorruptionCurseEffect___"] = { affix = "", "(10-15)% increased Effect of your Curses", statOrderKey = "2216", statOrder = { 2216 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["UniqueSpecialCorruptionSocketedGemLevel"] = { affix = "", "+2 to Level of Socketed Gems", statOrderKey = "47", statOrder = { 47 }, level = 1, group = "IncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["UniqueSpecialCorruptionAllMinCharges"] = { affix = "", "+1 to Minimum Endurance, Frenzy and Power Charges", statOrderKey = "7350", statOrder = { 7350 }, level = 1, group = "MinimumEndurancePowerFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "power_charge", "frenzy_charge" }, }, + ["UniqueSpecialCorruptionNearbyEnemiesBlinded"] = { affix = "", "Nearby Enemies are Blinded", statOrderKey = "2977", statOrder = { 2977 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionNearbyEnemiesMalediction"] = { affix = "", "Nearby Enemies have Malediction", statOrderKey = "2979", statOrder = { 2979 }, level = 1, group = "NearbyEnemiesHaveMalediction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSpecialCorruptionNearbyEnemiesCrushed"] = { affix = "", "Nearby Enemies are Crushed", statOrderKey = "2978", statOrder = { 2978 }, level = 1, group = "NearbyEnemiesAreCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikesLeechInstantlyUniqueGlovesStr3"] = { affix = "", "Life and Mana Leech from Critical Strikes are instant", statOrderKey = "2158", statOrder = { 2158 }, level = 94, group = "CriticalStrikesLeechIsInstant", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["LocalArmourAndEvasionAndEnergyShieldUniqueBodyStrDexInt1i"] = { affix = "", "(270-340)% increased Armour, Evasion and Energy Shield", statOrderKey = "1222", statOrder = { 1222 }, level = 94, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, }, + ["MinionUnholyMightOnKillUniqueBodyInt9"] = { affix = "", "Minions gain Unholy Might for 10 seconds on Kill", statOrderKey = "2508", statOrder = { 2508 }, level = 1, group = "MinionUnholyMightOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ArrowPierceAppliesToProjectileDamageUniqueQuiver3"] = { affix = "", "Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce", statOrderKey = "4149", statOrder = { 4149 }, level = 45, group = "ArrowPierceAppliesToProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ArrowDamageAgainstPiercedTargetsUnique__1"] = { affix = "", "Arrows deal 50% increased Damage with Hits and Ailments to Targets they Pierce", statOrderKey = "4148", statOrder = { 4148 }, level = 45, group = "ArrowDamageAgainstPiercedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["OnslaughtOnVaalSkillUseUniqueGlovesStrDex4"] = { affix = "", "You gain Onslaught for 5 seconds on using a Vaal Skill", statOrderKey = "2509", statOrder = { 2509 }, level = 1, group = "OnslaughtOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["ElementalDamageLeechedAsLifeUniqueSceptre7"] = { affix = "", "100% of Elemental Damage Leeched as Life", statOrderKey = "1338", statOrder = { 1338 }, level = 1, group = "ElementalDamageLeechedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ElementalDamageLeechedAsLifePermyriadUniqueSceptre7_"] = { affix = "", "0.2% of Elemental Damage Leeched as Life", statOrderKey = "1339", statOrder = { 1339 }, level = 1, group = "ElementalDamageLeechedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrderKey = "71", statOrder = { 71 }, level = 94, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedSupportGemLevelUniqueStaff12"] = { affix = "", "+1 to Level of Socketed Support Gems", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedSupportGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "IncreaseSpecificSocketedGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["AdditionalChainUniqueOneHandMace3"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1435", statOrder = { 1435 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalChainUnique__1"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1435", statOrder = { 1435 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalChainUnique__2"] = { affix = "", "Skills Chain +1 times", statOrderKey = "1435", statOrder = { 1435 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CurseTransferOnKillUniqueQuiver5"] = { affix = "", "Hexes on Slain Enemies are transferred to a nearby Enemy", statOrderKey = "2523", statOrder = { 2523 }, level = 5, group = "CurseTransferOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalMeleeDamageToBurningEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Ignited Enemies", statOrderKey = "920", statOrder = { 920 }, level = 1, group = "MeleeDamageToBurningEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AdditionalMeleeDamageToShockedEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Shocked Enemies", statOrderKey = "918", statOrder = { 918 }, level = 1, group = "MeleeDamageToShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AdditionalMeleeDamageToFrozenEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Frozen Enemies", statOrderKey = "916", statOrder = { 916 }, level = 1, group = "MeleeDamageToFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ProjectileShockChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Shock", statOrderKey = "2293", statOrder = { 2293 }, level = 1, group = "ProjectileShockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ProjectileFreezeChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Freeze", statOrderKey = "2292", statOrder = { 2292 }, level = 1, group = "ProjectileFreezeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ProjectileIgniteChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Ignite", statOrderKey = "2291", statOrder = { 2291 }, level = 1, group = "ProjectileIgniteChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SupportedByLifeLeechUniqueBodyStrInt5"] = { affix = "", "Socketed Gems are supported by Level 15 Life Leech", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Life Leech", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByChanceToBleedUnique__1"] = { affix = "", "Socketed Gems are supported by Level 1 Chance to Bleed", statOrderKey = "272", statOrder = { 272 }, level = 1, group = "SupportedByChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ElementalDamageTakenAsChaosUniqueBodyStrInt5"] = { affix = "", "25% of Elemental Damage from Hits taken as Chaos Damage", statOrderKey = "2074", statOrder = { 2074 }, level = 1, group = "ElementalDamageTakenAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos" }, }, + ["ArcaneVisionUniqueBodyStrInt5"] = { affix = "", "Light Radius is based on Energy Shield instead of Life", statOrderKey = "2331", statOrder = { 2331 }, level = 1, group = "ArcaneVision", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalDamageFromBeastsUniqueBodyDex6"] = { affix = "", "-(50-40) Physical Damage taken from Hits by Animals", statOrderKey = "2517", statOrder = { 2517 }, level = 1, group = "PhysicalDamageFromBeasts", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["WeaponLightningDamageUniqueOneHandMace3"] = { affix = "", "(80-100)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementUniqueBow11"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2524", statOrder = { 2524 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementDescentUniqueQuiver1"] = { affix = "", "Gain 25% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2524", statOrder = { 2524 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["WeaponPhysicalDamageAddedAsRandomElementUnique__1__"] = { affix = "", "Gain 300% of Weapon Physical Damage as Extra Damage of a random Element", statOrderKey = "2524", statOrder = { 2524 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["WeaponPhysicalDamageAddedAsColdOrLightningUnique__1"] = { affix = "", "Hits with this Weapon gain (75-100)% of Physical Damage as Extra Cold or Lightning Damage", statOrderKey = "3920", statOrder = { 3920 }, level = 1, group = "WeaponPhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "lightning", "attack" }, }, + ["DamageTakenPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "1% increased Damage taken per Frenzy Charge", statOrderKey = "2519", statOrder = { 2519 }, level = 1, group = "DamageTakenPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreaseLightningDamagePerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "(15-20)% increased Lightning Damage per Frenzy Charge", statOrderKey = "2520", statOrder = { 2520 }, level = 1, group = "IncreaseLightningDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LifeGainedOnEnemyDeathPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "+20 Life gained on Kill per Frenzy Charge", statOrderKey = "2521", statOrder = { 2521 }, level = 1, group = "LifeGainedOnEnemyDeathPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CannotBeKnockedBack"] = { affix = "", "Cannot be Knocked Back", statOrderKey = "1188", statOrder = { 1188 }, level = 1, group = "CannotBeKnockedBack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnwaveringStance"] = { affix = "", "Unwavering Stance", statOrderKey = "8417", statOrder = { 8417 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["ReducedEnergyShieldRegenerationRateUniqueQuiver7"] = { affix = "", "40% reduced Energy Shield Recharge Rate", statOrderKey = "1231", statOrder = { 1231 }, level = 81, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalFlaskInstantRecoverPercentOfLifeUniqueFlask6"] = { affix = "", "Recover (75-100)% of Life on use", statOrderKey = "577", statOrder = { 577 }, level = 1, group = "LocalFlaskInstantRecoverPercentOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6"] = { affix = "", "25% of Maximum Life taken as Chaos Damage per second", statOrderKey = "578", statOrder = { 578 }, level = 1, group = "LocalFlaskChaosDamageWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["PowerChargeOnKnockbackUniqueStaff7"] = { affix = "", "10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage", statOrderKey = "2526", statOrder = { 2526 }, level = 1, group = "PowerChargeOnKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "attack" }, }, + ["GrantsBearTrapUniqueShieldDexInt1"] = { affix = "", "Grants Level 25 Bear Trap Skill", statOrderKey = "382", statOrder = { 382 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PowerChargeOnTrapThrowChanceUniqueShieldDexInt1"] = { affix = "", "25% chance to gain a Power Charge when you Throw a Trap", statOrderKey = "2527", statOrder = { 2527 }, level = 1, group = "PowerChargeOnTrapThrow", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["CritChancePercentPerStrengthUniqueOneHandSword8_"] = { affix = "", "1% increased Critical Strike Chance per 8 Strength", statOrderKey = "2528", statOrder = { 2528 }, level = 1, group = "CritChancePercentPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["IncreasedAttackSpeedWhileIgnitedUniqueRing24"] = { affix = "", "20% increased Attack Speed while Ignited", statOrderKey = "2529", statOrder = { 2529 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Attack Speed while Ignited", statOrderKey = "2529", statOrder = { 2529 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedCastSpeedWhileIgnitedUniqueRing24"] = { affix = "", "20% increased Cast Speed while Ignited", statOrderKey = "2530", statOrder = { 2530 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedWhileIgnitedUniqueJewel20_"] = { affix = "", "(10-20)% increased Cast Speed while Ignited", statOrderKey = "2530", statOrder = { 2530 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["IncreasedChanceToIgniteUniqueRing24"] = { affix = "", "(5-10)% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToIgniteUniqueRing31"] = { affix = "", "10% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToBeIgnitedUniqueRing24"] = { affix = "", "+25% chance to be Ignited", statOrderKey = "2535", statOrder = { 2535 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToBeIgnitedUnique__1"] = { affix = "", "+25% chance to be Ignited", statOrderKey = "2535", statOrder = { 2535 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IncreasedChanceToIgniteUnique__1"] = { affix = "", "2% chance to Ignite", statOrderKey = "1660", statOrder = { 1660 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["CausesPoisonOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Poison on Critical Strike", statOrderKey = "6475", statOrder = { 6475 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, }, + ["CausesPoisonOnCritUnique__1"] = { affix = "", "Melee Critical Strikes Poison the Enemy", statOrderKey = "2363", statOrder = { 2363 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, }, + ["BlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(8-12)% Chance to Block Attack Damage during Flask effect", statOrderKey = "705", statOrder = { 705 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, + ["BlockIncreasedDuringFlaskEffectUnique__1"] = { affix = "", "+(35-50)% Chance to Block Attack Damage during Flask effect", statOrderKey = "705", statOrder = { 705 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, + ["SpellBlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(4-6)% Chance to Block Spell Damage during Flask effect", statOrderKey = "723", statOrder = { 723 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, + ["SpellBlockIncreasedDuringFlaskEffectUnique__1_"] = { affix = "", "+(20-30)% Chance to Block Spell Damage during Flask effect", statOrderKey = "723", statOrder = { 723 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "flask" }, }, + ["EvasionRatingIncreasesWeaponDamageUniqueOneHandSword9"] = { affix = "", "1% increased Attack Damage per 450 Evasion Rating", statOrderKey = "2534", statOrder = { 2534 }, level = 1, group = "EvasionRatingIncreasesWeaponDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["IncreasedDamageToIgnitedTargetsUniqueBootsStrInt3"] = { affix = "", "(25-40)% increased Damage against Ignited Enemies", statOrderKey = "2540", statOrder = { 2540 }, level = 1, group = "IncreasedDamageToIgnitedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MovementVelocityWhileOnFullEnergyShieldUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed while on Full Energy Shield", statOrderKey = "2556", statOrder = { 2556 }, level = 1, group = "MovementSpeedWhileOnFullEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChanceForEnemyToFleeOnBlockUniqueShieldDex4"] = { affix = "", "10% Chance to Cause Monster to Flee on Block", statOrderKey = "2547", statOrder = { 2547 }, level = 1, group = "ChanceForEnemyToFleeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["IncreasedChaosDamageUniqueBodyStrDex4"] = { affix = "", "(50-80)% increased Chaos Damage", statOrderKey = "1057", statOrder = { 1057 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUniqueCorruptedJewel2"] = { affix = "", "(15-20)% increased Chaos Damage", statOrderKey = "1057", statOrder = { 1057 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUniqueShieldDex7"] = { affix = "", "(20-30)% increased Chaos Damage", statOrderKey = "1057", statOrder = { 1057 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__1"] = { affix = "", "(30-35)% increased Chaos Damage", statOrderKey = "1057", statOrder = { 1057 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__2"] = { affix = "", "(80-100)% increased Chaos Damage", statOrderKey = "1057", statOrder = { 1057 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__3"] = { affix = "", "(7-13)% increased Chaos Damage", statOrderKey = "1057", statOrder = { 1057 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__4"] = { affix = "", "(60-80)% increased Chaos Damage", statOrderKey = "1057", statOrder = { 1057 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__4_2"] = { affix = "", "(20-30)% increased Chaos Damage", statOrderKey = "1057", statOrder = { 1057 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageUnique__5"] = { affix = "", "(20-40)% increased Chaos Damage", statOrderKey = "1057", statOrder = { 1057 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageImplicit1_"] = { affix = "", "(17-23)% increased Chaos Damage", statOrderKey = "1057", statOrder = { 1057 }, level = 100, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedLifeLeechRateUniqueBodyStrDex4"] = { affix = "", "100% increased total Recovery per second from Life Leech", statOrderKey = "1792", statOrder = { 1792 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifeLeechRateUniqueAmulet20"] = { affix = "", "30% increased total Recovery per second from Life, Mana, or Energy Shield Leech", statOrderKey = "5939", statOrder = { 5939 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["IncreasedLifeLeechRateUnique__1"] = { affix = "", "50% increased total Recovery per second from Life Leech", statOrderKey = "1792", statOrder = { 1792 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReducedLifeLeechRateUniqueJewel19"] = { affix = "", "(10-20)% reduced total Recovery per second from Life Leech", statOrderKey = "1792", statOrder = { 1792 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SpellAddedChaosDamageUniqueWand7"] = { affix = "", "Adds (90-130) to (140-190) Chaos Damage to Spells", statOrderKey = "1077", statOrder = { 1077 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageUnique__1"] = { affix = "", "Adds (48-56) to (73-84) Chaos Damage to Spells", statOrderKey = "1077", statOrder = { 1077 }, level = 81, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageUnique__2"] = { affix = "", "Adds (16-21) to (31-36) Chaos Damage to Spells", statOrderKey = "1077", statOrder = { 1077 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["HealOnRampageUniqueGlovesStrDex5"] = { affix = "", "Recover 20% of Life on Rampage", statOrderKey = "2541", statOrder = { 2541 }, level = 1, group = "HealOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DispelStatusAilmentsOnRampageUniqueGlovesStrInt2"] = { affix = "", "Removes Elemental Ailments on Rampage", statOrderKey = "2542", statOrder = { 2542 }, level = 1, group = "DispelStatusAilmentsOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, + ["PhysicalDamageImmunityOnRampageUniqueGlovesStrInt2"] = { affix = "", "Gain Immunity to Physical Damage for 1.5 seconds on Rampage", statOrderKey = "2543", statOrder = { 2543 }, level = 1, group = "PhysicalDamageImmunityOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["VaalSoulsOnRampageUniqueGlovesStrDex5"] = { affix = "", "Kills grant an additional Vaal Soul if you have Rampaged Recently", statOrderKey = "5438", statOrder = { 5438 }, level = 1, group = "VaalSoulsOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["GroundSmokeOnRampageUniqueGlovesDexInt6"] = { affix = "", "Creates a Smoke Cloud on Rampage", statOrderKey = "2554", statOrder = { 2554 }, level = 1, group = "GroundSmokeOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhasingOnRampageUniqueGlovesDexInt6"] = { affix = "", "Enemies do not block your movement for 4 seconds on Rampage", statOrderKey = "2555", statOrder = { 2555 }, level = 1, group = "PhasingOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalChanceToBlindOnHitUniqueSceptre8"] = { affix = "", "10% Global chance to Blind Enemies on hit", statOrderKey = "2545", statOrder = { 2545 }, level = 1, group = "BlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeRegenerationPerLevelUniqueTwoHandSword7"] = { affix = "", "Regenerate 0.2 Life per second per Level", statOrderKey = "2548", statOrder = { 2548 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CriticalStrikeChancePerLevelUniqueTwoHandAxe8"] = { affix = "", "3% increased Global Critical Strike Chance per Level", statOrderKey = "2549", statOrder = { 2549 }, level = 1, group = "CriticalStrikeChancePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AttackDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Attack Damage per Level", statOrderKey = "2550", statOrder = { 2550 }, level = 1, group = "AttackDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["SpellDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Spell Damage per Level", statOrderKey = "2551", statOrder = { 2551 }, level = 1, group = "SpellDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["FlaskChargesOnCritUniqueTwoHandAxe8"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike", statOrderKey = "2552", statOrder = { 2552 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, + ["LifeLeechOnCritUniqueTwoHandAxe8"] = { affix = "", "600% of Damage Leeched as Life on Critical Strike", statOrderKey = "1346", statOrder = { 1346 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["LifeLeechOnCritPermyriadUniqueTwoHandAxe8"] = { affix = "", "1.2% of Damage Leeched as Life on Critical Strike", statOrderKey = "1347", statOrder = { 1347 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["ChanceToReflectChaosDamageToSelfUniqueTwoHandSword7_"] = { affix = "", "Enemies you Attack have 20% chance to Reflect 35 to 50 Chaos Damage to you", statOrderKey = "2557", statOrder = { 2557 }, level = 1, group = "ChanceToReflectChaosDamageToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SimulatedRampageStrDex5"] = { affix = "", "Rampage", statOrderKey = "8371", statOrder = { 8371 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageDexInt6"] = { affix = "", "Rampage", statOrderKey = "8371", statOrder = { 8371 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageStrInt2"] = { affix = "", "Rampage", statOrderKey = "8371", statOrder = { 8371 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageUnique__1"] = { affix = "", "Melee Hits count as Rampage Kills", "Rampage", statOrderKey = "8370,8370.1", statOrder = { 8370, 8370.1 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageUnique__2"] = { affix = "", "Rampage", statOrderKey = "8371", statOrder = { 8371 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SimulatedRampageUnique__3_"] = { affix = "", "Rampage", statOrderKey = "8371", statOrder = { 8371 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlindImmunityUniqueSceptre8"] = { affix = "", "Cannot be Blinded", statOrderKey = "2561", statOrder = { 2561 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlindImmunityUnique__1"] = { affix = "", "Cannot be Blinded", statOrderKey = "2561", statOrder = { 2561 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "+1 Mana gained on Kill per Level", statOrderKey = "2559", statOrder = { 2559 }, level = 1, group = "ManaGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "+1 Energy Shield gained on Kill per Level", statOrderKey = "2560", statOrder = { 2560 }, level = 1, group = "EnergyShieldGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalIncreaseSocketedActiveSkillGemLevelUniqueTwoHandSword7_"] = { affix = "", "+1 to Level of Socketed Active Skill Gems", statOrderKey = "72", statOrder = { 72 }, level = 1, group = "IncreaseSkillGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["IncreasedChaosDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Elemental Damage per Level", statOrderKey = "2563", statOrder = { 2563 }, level = 1, group = "ChaosDamagePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["IncreasedElementalDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Chaos Damage per Level", statOrderKey = "2564", statOrder = { 2564 }, level = 1, group = "ElementalDamagePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["LifeGainedOnEnemyDeathPerLevelUniqueTwoHandSword7"] = { affix = "", "+1 Life gained on Kill per Level", statOrderKey = "2558", statOrder = { 2558 }, level = 1, group = "LifeGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UnholyMightOnRampageUniqueGlovesDexInt6"] = { affix = "", "Gain Unholy Might for 3 seconds on Rampage", statOrderKey = "2562", statOrder = { 2562 }, level = 1, group = "UnholyMightOnRampage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReduceGlobalFlatManaCostUnique__1"] = { affix = "", "-(8-4) to Total Mana Cost of Skills", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreaseGlobalFlatManaCostUnique__1"] = { affix = "", "+50 to Total Mana Cost of Skills", statOrderKey = "1535", statOrder = { 1535 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreaseGlobalFlatManaCostUnique__2"] = { affix = "", "Lose (40-80) Mana when you use a Skill", statOrderKey = "6573", statOrder = { 6573 }, level = 1, group = "LoseManaOnSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreaseGlobalFlatManaCostUnique__3_"] = { affix = "", "Lose 40 Mana when you use a Skill", statOrderKey = "6573", statOrder = { 6573 }, level = 1, group = "LoseManaOnSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedLifeRegenerationPercentUniqueOneHandAxe5"] = { affix = "", "50% reduced Life Regeneration rate", statOrderKey = "1242", statOrder = { 1242 }, level = 1, group = "IncreaseLifeRegenPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreaseSocketedSupportGemQualityUnique__1___"] = { affix = "", "+(5-8)% to Quality of Socketed Support Gems", statOrderKey = "82", statOrder = { 82 }, level = 1, group = "SupportGemQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["IgniteDurationUnique__1"] = { affix = "", "20% reduced Ignite Duration on Enemies", statOrderKey = "1503", statOrder = { 1503 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteDurationUnique__2"] = { affix = "", "90% reduced Ignite Duration on Enemies", statOrderKey = "1503", statOrder = { 1503 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteDurationUnique__3_"] = { affix = "", "50% reduced Ignite Duration on Enemies", statOrderKey = "1503", statOrder = { 1503 }, level = 1, group = "BurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SocketedGemsGetBloodMagicUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Lifetap", statOrderKey = "155", statOrder = { 155 }, level = 1, group = "SupportedByBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["MapAreaContainsInvasionBosses"] = { affix = "", "Area is inhabited by 5 additional Invasion Bosses", statOrderKey = "2226", statOrder = { 2226 }, level = 1, group = "MapInvasionMonsterPacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAnarchyExiles"] = { affix = "", "Area is inhabited by 3 additional Rogue Exiles", statOrderKey = "1962", statOrder = { 1962 }, level = 0, group = "MapAnarchyLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAnarchyExilesCrafted"] = { affix = "", "Area is inhabited by 3 additional Rogue Exiles", statOrderKey = "1962", statOrder = { 1962 }, level = 0, group = "MapAnarchyLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HarvestInfusedMapAnarchyExiles"] = { affix = "", "Area is inhabited by 12 additional Rogue Exiles", statOrderKey = "1962", statOrder = { 1962 }, level = 0, group = "MapAnarchyLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemHasElementalEquilibriumUniqueRing25"] = { affix = "", "Socketed Gems have Elemental Equilibrium", statOrderKey = "363", statOrder = { 363 }, level = 1, group = "SocketedGemHasElementalEquilibrium", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental_damage", "damage", "elemental", "gem" }, }, + ["SocketedGemHasSecretsOfSufferingUnique__1"] = { affix = "", "Socketed Gems have Secrets of Suffering", statOrderKey = "365", statOrder = { 365 }, level = 1, group = "SocketedGemHasSecretsOfSuffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental", "fire", "cold", "lightning", "critical", "ailment", "gem" }, }, + ["ImmuneToElementalAilmentsWhileLifeAndManaCloseUnique__1"] = { affix = "", "Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500", statOrderKey = "8201", statOrder = { 8201 }, level = 1, group = "ImmuneToElementalAilmentsWhileLifeAndManaClose", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, + ["FireResistanceWhenSocketedWithRedGemUniqueRing25"] = { affix = "", "+(75-100)% to Fire Resistance when Socketed with a Red Gem", statOrderKey = "1289", statOrder = { 1289 }, level = 1, group = "FireResistanceWhenSocketedWithRedGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance", "gem" }, }, + ["LightningResistanceWhenSocketedWithBlueGemUniqueRing25"] = { affix = "", "+(75-100)% to Lightning Resistance when Socketed with a Blue Gem", statOrderKey = "1300", statOrder = { 1300 }, level = 1, group = "LightningResistanceWhenSocketedWithBlueGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance", "gem" }, }, + ["ColdResistanceWhenSocketedWithGreenGemUniqueRing25"] = { affix = "", "+(75-100)% to Cold Resistance when Socketed with a Green Gem", statOrderKey = "1295", statOrder = { 1295 }, level = 1, group = "ColdResistanceWhenSocketedWithGreenGem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance", "gem" }, }, + ["LightningPenetrationUniqueStaff8"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrderKey = "2570", statOrder = { 2570 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningPenetrationUnique__1"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrderKey = "2570", statOrder = { 2570 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["FirePenetrationUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance", statOrderKey = "2568", statOrder = { 2568 }, level = 81, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ManaLeechFromLightningDamageUniqueStaff8"] = { affix = "", "200% of Lightning Damage Leeched as Mana", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "LightningManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, + ["ManaLeechPermyriadFromLightningDamageUniqueStaff8"] = { affix = "", "0.4% of Lightning Damage Leeched as Mana", statOrderKey = "1361", statOrder = { 1361 }, level = 1, group = "LightningManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, + ["AllSocketsAreWhiteUniqueRing25"] = { affix = "", "All Sockets are White", statOrderKey = "36", statOrder = { 36 }, level = 1, group = "AllSocketsAreWhite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AllSocketsAreWhiteUniqueShieldStrDex7_"] = { affix = "", "All Sockets are White", statOrderKey = "36", statOrder = { 36 }, level = 1, group = "AllSocketsAreWhite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PunishmentOnMeleeBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Punishment when you Block their Melee Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2573", statOrder = { 2573 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["TemporalChainsOnProjectileBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2574", statOrder = { 2574 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["ElementalWeaknessOnSpellBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Elemental Weakness when you Block their Spell Damage, with 60% increased Effect and ignoring Curse Limit", statOrderKey = "2575", statOrder = { 2575 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["SocketedGemsGetIncreasedItemQuantityUniqueShieldInt4"] = { affix = "", "Enemies slain by Socketed Gems drop 10% increased item quantity", statOrderKey = "314", statOrder = { 314 }, level = 1, group = "SocketedGemsGetIncreasedItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["VulnerabilityOnBlockUniqueStaff9"] = { affix = "", "Curse Enemies with Vulnerability on Block, with 20% increased Effect", statOrderKey = "2571", statOrder = { 2571 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["VulnerabilityOnBlockUniqueShieldStrDex3"] = { affix = "", "Curse Enemies with Vulnerability on Block, with 20% increased Effect", statOrderKey = "2571", statOrder = { 2571 }, level = 1, group = "CurseOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "caster", "curse" }, }, + ["HealAlliesOnDeathUniqueShieldDexInt2"] = { affix = "", "Nearby allies Recover 1% of your Maximum Life when you Die", statOrderKey = "2577", statOrder = { 2577 }, level = 1, group = "HealAlliesOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SelfShockDurationUniqueBelt12_"] = { affix = "", "100% increased Shock Duration on you", statOrderKey = "1517", statOrder = { 1517 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SelfShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration on you", statOrderKey = "1517", statOrder = { 1517 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SelfShockDurationUnique__2"] = { affix = "", "50% increased Shock Duration on you", statOrderKey = "1517", statOrder = { 1517 }, level = 1, group = "SelfShockDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShocksReflectToSelfUniqueBelt12"] = { affix = "", "Shocks you cause are reflected back to you", statOrderKey = "2364", statOrder = { 2364 }, level = 1, group = "ShockReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShocksReflectToSelfUnique__1"] = { affix = "", "Shocks you cause are reflected back to you", statOrderKey = "2364", statOrder = { 2364 }, level = 1, group = "ShockReflect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["MovementVelocityWhileShockedUniqueBelt12"] = { affix = "", "15% increased Movement Speed while Shocked", statOrderKey = "2397", statOrder = { 2397 }, level = 1, group = "MovementWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["DamageIncreaseWhileShockedUniqueBelt12"] = { affix = "", "60% increased Damage while Shocked", statOrderKey = "2365", statOrder = { 2365 }, level = 1, group = "DamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageOnLowLifeUniqueHelmetStrInt5"] = { affix = "", "20% increased Damage when on Low Life", statOrderKey = "897", statOrder = { 897 }, level = 1, group = "DamageOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["SocketedGemsSupportedByCastOnDeathUniqueHelmetStrInt5"] = { affix = "", "Socketed Gems are supported by Level 20 Cast on Death", statOrderKey = "266", statOrder = { 266 }, level = 1, group = "DisplaySupportedByCastOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["IncreaseDamageOnBlindedEnemiesUniqueQuiver9_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2402", statOrder = { 2402 }, level = 69, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreaseDamageOnBlindedEnemiesUnique__1"] = { affix = "", "(25-40)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2402", statOrder = { 2402 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["SmokeCloudWhenHitUniqueQuiver9"] = { affix = "", "25% chance to create a Smoke Cloud when Hit", statOrderKey = "2196", statOrder = { 2196 }, level = 1, group = "SmokeCloudWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10"] = { affix = "", "30% increased Elemental Damage with Attack Skills during any Flask Effect", statOrderKey = "2347", statOrder = { 2347 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "attack" }, }, + ["IncreasedDamageToShockedTargetsUniqueRing29"] = { affix = "", "40% increased Damage with Hits against Shocked Enemies", statOrderKey = "919", statOrder = { 919 }, level = 1, group = "IncreasedDamageToShockedTargets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LifeLeechVsShockedEnemiesUniqueRing29"] = { affix = "", "100% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1340", statOrder = { 1340 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeLeechPermyriadVsShockedEnemiesUniqueRing29"] = { affix = "", "1% of Damage Leeched as Life against Shocked Enemies", statOrderKey = "1341", statOrder = { 1341 }, level = 48, group = "LeechLifeVsShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AddedPhysicalDamageVsFrozenEnemiesUniqueRing30"] = { affix = "", "Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies", statOrderKey = "949", statOrder = { 949 }, level = 1, group = "AddedPhysicalDamageOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ReducedChillDurationOnSelfUniqueRing30"] = { affix = "", "20% reduced Chill Duration on you", statOrderKey = "1516", statOrder = { 1516 }, level = 25, group = "ReducedChillDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChillDurationOnSelfUnique__1"] = { affix = "", "10000% increased Chill Duration on you", statOrderKey = "1516", statOrder = { 1516 }, level = 1, group = "ReducedChillDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["LifeGainOnHitVsIgnitedEnemiesUniqueRing31"] = { affix = "", "+(4-5) Life gained for each Ignited Enemy hit by your Attacks", statOrderKey = "1390", statOrder = { 1390 }, level = 37, group = "LifeGainOnHitVsIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SocketedRedGemsHaveAddedFireDamageUniqueTwoHandSword8_"] = { affix = "", "Socketed Red Gems get 10% Physical Damage as Extra Fire Damage", statOrderKey = "310", statOrder = { 310 }, level = 1, group = "SocketedRedGemsHaveAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "gem" }, }, + ["SocketedMeleeGemsHaveIncreasedAoEUniqueTwoHandSword8"] = { affix = "", "Socketed Melee Gems have 15% increased Area of Effect", statOrderKey = "309", statOrder = { 309 }, level = 1, group = "SocketedMeleeGemsHaveIncreasedAoE", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "gem" }, }, + ["ReducedCriticalStrikeDamageTakenUniqueBelt13"] = { affix = "", "You take 30% reduced Extra Damage from Critical Strikes", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "ReducedCriticalStrikeDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["PhysicalDamageConvertedToFireVsBurningEnemyUniqueSceptre9"] = { affix = "", "50% of Physical Damage Converted to Fire Damage against Ignited Enemies", statOrderKey = "1812", statOrder = { 1812 }, level = 1, group = "PhysicalDamageConvertedToFireVsBurningEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalTakenAsColdUniqueFlask8"] = { affix = "", "(10-15)% of Physical Damage from Hits taken as Cold Damage during Flask effect", statOrderKey = "656", statOrder = { 656 }, level = 1, group = "PhysicalTakenAsColdFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUniqueFlask8"] = { affix = "", "Gain (10-15)% of Physical Damage as Extra Cold Damage during effect", statOrderKey = "657", statOrder = { 657 }, level = 1, group = "PhysicalAddedAsColdFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUniqueOneHandSword12"] = { affix = "", "Gain (25-30)% of Physical Damage as Extra Cold Damage", statOrderKey = "1574", statOrder = { 1574 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUnique__1"] = { affix = "", "Gain 50% of Physical Damage as Extra Cold Damage", statOrderKey = "1574", statOrder = { 1574 }, level = 35, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUnique__2"] = { affix = "", "Gain (10-15)% of Physical Damage as Extra Cold Damage", statOrderKey = "1574", statOrder = { 1574 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["AvoidChillUniqueFlask8"] = { affix = "", "30% chance to Avoid being Chilled during Flask effect", statOrderKey = "658", statOrder = { 658 }, level = 1, group = "AvoidChillFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["AvoidFreezeUniqueFlask8"] = { affix = "", "30% chance to Avoid being Frozen during Flask effect", statOrderKey = "660", statOrder = { 660 }, level = 1, group = "AvoidFreezeFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["IncreasedSelfBurnDurationUniqueRing28"] = { affix = "", "100% increased Ignite Duration on you", statOrderKey = "1519", statOrder = { 1519 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SelfBurnDurationUnique__1"] = { affix = "", "10000% increased Ignite Duration on you", statOrderKey = "1519", statOrder = { 1519 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["FireDamageTakenCausesExtraPhysicalDamageUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage taken causes extra Physical Damage", statOrderKey = "2075", statOrder = { 2075 }, level = 1, group = "FireDamageTakenCausesExtraPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ReducedChanceToBlockUnique__1"] = { affix = "", "30% reduced Chance to Block Attack and Spell Damage", statOrderKey = "848", statOrder = { 848 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChillEffectivenessOnSelfUniqueRing28"] = { affix = "", "75% reduced Effect of Chill on you", statOrderKey = "1307", statOrder = { 1307 }, level = 30, group = "ChillEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["TemporalChainsEffectivenessOnSelfUniqueRing27"] = { affix = "", "Temporal Chains has 50% reduced Effect on you", statOrderKey = "1306", statOrder = { 1306 }, level = 28, group = "TemporalChainsEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["TemporalChainsEffectivenessOnSelfUnique__1"] = { affix = "", "Unaffected by Temporal Chains", statOrderKey = "8206", statOrder = { 8206 }, level = 32, group = "TemporalChainsEffectivenessOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["PhysicalDamageOnSkillUseUniqueHelmetInt8"] = { affix = "", "Your Skills deal you 400% of Mana Spent on Upfront Skill Mana Costs as Physical Damage", statOrderKey = "1848", statOrder = { 1848 }, level = 1, group = "PhysicalDamageOnSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedFireDamageTakenUniqueBodyStrDex5"] = { affix = "", "20% increased Fire Damage taken", statOrderKey = "1873", statOrder = { 1873 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["FireDamageTakenConvertedToPhysicalUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, + ["FireDamageTakenConvertedToPhysicalUnique__1"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrderKey = "2066", statOrder = { 2066 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "fire" }, }, + ["LocalAddedFireDamageAgainstIgnitedEnemiesUniqueSceptre9"] = { affix = "", "Adds 15 to 25 Fire Damage to Attacks against Ignited Enemies", statOrderKey = "950", statOrder = { 950 }, level = 1, group = "AddedFireDamageVsIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["CastSocketedMinionSpellsOnKillUniqueBow12"] = { affix = "", "Trigger Socketed Minion Spells on Kill with this Weapon", "Minion Spells Triggered by this Item have a 0.25 second Cooldown with 5 Uses", statOrderKey = "467,467.1", statOrder = { 467, 467.1 }, level = 1, group = "CastSocketedMinionSpellsOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "minion" }, }, + ["IncreasedMinionDamagePerDexterityUniqueBow12"] = { affix = "", "Minions deal 1% increased Damage per 5 Dexterity", statOrderKey = "1615", statOrder = { 1615 }, level = 1, group = "IncreasedMinionDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["CastSocketedSpellsOnShockedEnemyKillUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells on Killing a Shocked Enemy", statOrderKey = "466", statOrder = { 466 }, level = 1, group = "CastSocketedSpellsOnShockedEnemyKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MaxPowerChargesIsZeroUniqueAmulet19"] = { affix = "", "Cannot gain Power Charges", statOrderKey = "2601", statOrder = { 2601 }, level = 1, group = "MaxPowerChargesIsZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedDamagePerCurseUniqueHelmetInt9"] = { affix = "", "(10-20)% increased Damage with Hits and Ailments per Curse on Enemy", statOrderKey = "2600", statOrder = { 2600 }, level = 1, group = "DamageToEnemiesPerCurse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["StealChargesOnHitPercentUniqueGlovesStrDex6"] = { affix = "", "10% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2578", statOrder = { 2578 }, level = 1, group = "StealCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["StealChargesOnHitPercentUnique__1"] = { affix = "", "25% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2578", statOrder = { 2578 }, level = 1, group = "StealCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["IncreasedPhysicalDamagePerEnduranceChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Physical Damage per Endurance Charge", statOrderKey = "1774", statOrder = { 1774 }, level = 1, group = "IncreasedPhysicalDamagePerEndurance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "10% increased Physical Damage per Endurance Charge", statOrderKey = "1774", statOrder = { 1774 }, level = 1, group = "IncreasedPhysicalDamagePerEndurance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedDamageVsFullLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Full Life", statOrderKey = "2582", statOrder = { 2582 }, level = 1, group = "DamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageVsLowLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Low Life", statOrderKey = "2583", statOrder = { 2583 }, level = 1, group = "DamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalPenetrationPerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "Penetrate 1% Elemental Resistances per Frenzy Charge", statOrderKey = "2581", statOrder = { 2581 }, level = 1, group = "ElementalPenetrationPerFrenzy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ChargeDurationUniqueBodyDexInt3"] = { affix = "", "100% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2612", statOrder = { 2612 }, level = 1, group = "ChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["ElementalStatusAilmentDurationUniqueAmulet19"] = { affix = "", "20% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1505", statOrder = { 1505 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ElementalStatusAilmentDurationDescentUniqueQuiver1"] = { affix = "", "50% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1505", statOrder = { 1505 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ElementalStatusAilmentDurationUnique__1_"] = { affix = "", "(10-15)% increased Duration of Elemental Ailments on Enemies", statOrderKey = "1505", statOrder = { 1505 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["CanOnlyKillFrozenEnemiesUniqueGlovesStrInt3"] = { affix = "", "Your Hits can only Kill Frozen Enemies", statOrderKey = "2607", statOrder = { 2607 }, level = 1, group = "CanOnlyKillFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FreezeDurationUniqueGlovesStrInt3"] = { affix = "", "25% increased Freeze Duration on Enemies", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeChillDurationUnique__1"] = { affix = "", "10000% increased Chill Duration on Enemies", "10000% increased Freeze Duration on Enemies", statOrderKey = "1500,1502", statOrder = { 1500, 1502 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeDurationUnique__1"] = { affix = "", "30% increased Freeze Duration on Enemies", statOrderKey = "1502", statOrder = { 1502 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ElementalPenetrationMarakethSceptreImplicit1"] = { affix = "", "Damage Penetrates 4% Elemental Resistances", statOrderKey = "2567", statOrder = { 2567 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalPenetrationMarakethSceptreImplicit2"] = { affix = "", "Damage Penetrates 6% Elemental Resistances", statOrderKey = "2567", statOrder = { 2567 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["MinonAreaOfEffectUniqueRing33"] = { affix = "", "Minions have 10% increased Area of Effect", statOrderKey = "2610", statOrder = { 2610 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionAreaOfEffectUnique__1"] = { affix = "", "Minions have (6-8)% increased Area of Effect", statOrderKey = "2610", statOrder = { 2610 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PhysicalDamageToSelfOnMinionDeathUniqueRing33"] = { affix = "", "350 Physical Damage taken on Minion Death", statOrderKey = "2613", statOrder = { 2613 }, level = 25, group = "SelfPhysicalDamageOnMinionDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageToSelfOnMinionDeathESPercentUniqueRing33_"] = { affix = "", "8% of Maximum Energy Shield taken as Physical Damage on Minion Death", statOrderKey = "2609", statOrder = { 2609 }, level = 1, group = "SelfPhysicalDamageOnMinionDeathPerES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DealNoPhysicalDamageUniqueBelt14"] = { affix = "", "Deal no Physical Damage", statOrderKey = "2380", statOrder = { 2380 }, level = 65, group = "DealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DealNoNonPhysicalDamageUniqueBelt__1"] = { affix = "", "Deal no Non-Physical Damage", statOrderKey = "2381", statOrder = { 2381 }, level = 65, group = "DealNoNonPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["RangedAttacksConsumeAmmoUniqueBelt__1"] = { affix = "", "Attacks that Fire Projectiles Consume up to 1 additional Steel Shard", statOrderKey = "4257", statOrder = { 4257 }, level = 1, group = "RangedAttacksConsumeAmmo", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalProjectilesAfterAmmoConsumedUniqueBelt__1"] = { affix = "", "Skills Fire 3 additional Projectiles for 4 seconds after", "you consume a total of 12 Steel Shards", statOrderKey = "7895,7895.1", statOrder = { 7895, 7895.1 }, level = 1, group = "AdditionalProjectilesAfterAmmoConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["LifeLeechFromAttacksAgainstChilledEnemiesUniqueBelt14"] = { affix = "", "300% of Attack Damage Leeched as Life against Chilled Enemies", statOrderKey = "1344", statOrder = { 1344 }, level = 65, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeLeechPermyriadFromAttacksAgainstChilledEnemiesUniqueBelt14"] = { affix = "", "1% of Attack Damage Leeched as Life against Chilled Enemies", statOrderKey = "1345", statOrder = { 1345 }, level = 65, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["FasterBurnFromAttacksEnemiesUniqueBelt14"] = { affix = "", "Ignites you inflict with Attacks deal Damage 35% faster", statOrderKey = "2186", statOrder = { 2186 }, level = 65, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack", "ailment" }, }, + ["SocketedGemsProjectilesNovaUniqueStaff10"] = { affix = "", "Socketed Gems fire Projectiles in a circle", statOrderKey = "369", statOrder = { 369 }, level = 1, group = "DisplaySocketedGemsNova", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsProjectilesNovaUnique__1"] = { affix = "", "Socketed Projectile Spells fire Projectiles in a circle", statOrderKey = "370", statOrder = { 370 }, level = 1, group = "DisplaySocketedGemsNova", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsAdditionalProjectilesUniqueStaff10_"] = { affix = "", "Socketed Gems fire 4 additional Projectiles", statOrderKey = "367", statOrder = { 367 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsAdditionalProjectilesUniqueWand9"] = { affix = "", "Socketed Gems fire an additional Projectile", statOrderKey = "367", statOrder = { 367 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsAdditionalProjectilesUnique__1__"] = { affix = "", "Socketed Projectile Spells fire 4 additional Projectiles", statOrderKey = "368", statOrder = { 368 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsReducedDurationUniqueStaff10"] = { affix = "", "Socketed Gems have 70% reduced Skill Effect Duration", statOrderKey = "371", statOrder = { 371 }, level = 1, group = "DisplaySocketedGemReducedDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SupportedByReducedManaUniqueBodyDexInt4"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrderKey = "277", statOrder = { 277 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByGenerosityUniqueBodyDexInt4_"] = { affix = "", "Socketed Gems are Supported by Level 30 Generosity", statOrderKey = "278", statOrder = { 278 }, level = 1, group = "DisplaySocketedGemGenerosity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["IncreasedAuraEffectUniqueBodyDexInt4"] = { affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3141", statOrder = { 3141 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["IncreasedAuraEffectUniqueJewel45"] = { affix = "", "3% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3141", statOrder = { 3141 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["IncreasedAuraRadiusUniqueBodyDexInt4"] = { affix = "", "(20-40)% increased Area of Effect of Aura Skills", statOrderKey = "1855", statOrder = { 1855 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["IncreasedAuraRadiusUnique__1"] = { affix = "", "20% increased Area of Effect of Aura Skills", statOrderKey = "1855", statOrder = { 1855 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["ChaosDamagePoisonsUniqueDagger10"] = { affix = "", "Your Chaos Damage Poisons Enemies", statOrderKey = "2617", statOrder = { 2617 }, level = 1, group = "ChaosDamagePoisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChaosDamageChanceToPoisonUnique__1"] = { affix = "", "Your Chaos Damage has 60% chance to Poison Enemies", statOrderKey = "2618", statOrder = { 2618 }, level = 1, group = "ChaosDamagePoisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["IncreasedElementalDamagePerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Elemental Damage per Frenzy Charge", statOrderKey = "1773", statOrder = { 1773 }, level = 1, group = "IncreasedElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["MinesMultipleDetonationUniqueStaff11"] = { affix = "", "Mines can be Detonated an additional time", statOrderKey = "2619", statOrder = { 2619 }, level = 1, group = "MinesMultipleDetonation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainOnslaughtWhenCullingEnemyUniqueOneHandAxe6"] = { affix = "", "You gain Onslaught for 3 seconds on Culling Strike", statOrderKey = "2614", statOrder = { 2614 }, level = 1, group = "OnslaughtBuffOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe6"] = { affix = "", "Adds (3-5) to (7-10) Physical Damage", statOrderKey = "954", statOrder = { 954 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrderKey = "913", statOrder = { 913 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LifeLeechUniqueOneHandAxe6"] = { affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadUniqueOneHandAxe6"] = { affix = "", "2% of Physical Attack Damage Leeched as Life", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["CannotBeChilledWhenOnslaughtUniqueOneHandAxe6"] = { affix = "", "Cannot be Chilled during Onslaught", statOrderKey = "2616", statOrder = { 2616 }, level = 1, group = "CannotBeChilledWhenOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["LifeRegenerationRatePercentageUniqueAmulet21"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1584", statOrder = { 1584 }, level = 20, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentageUniqueShieldStrInt3"] = { affix = "", "Regenerate 3% of Life per second", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentageUniqueJewel24"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationAuraUniqueAmulet21"] = { affix = "", "40% increased Mana Regeneration Rate", "Regenerate 2% of Life per second", statOrderKey = "1248,1584", statOrder = { 1248, 1584 }, level = 1, group = "ShapersSeedAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["LifeRegenerationRatePercentUniqueShieldStr5"] = { affix = "", "You and your Totems Regenerate 0.5% of Life per second for each Summoned Totem", statOrderKey = "8299", statOrder = { 8299 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__1"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__2"] = { affix = "", "Regenerate 5% of Life per second", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__3"] = { affix = "", "Regenerate 1% of Life per second", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentUnique__4_"] = { affix = "", "Regenerate 1% of Life per second", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRatePercentImplicitUnique__5"] = { affix = "", "Regenerate (1-2)% of Life per second", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["RemoteMineLayingSpeedUniqueStaff11"] = { affix = "", "(40-60)% increased Mine Throwing Speed", statOrderKey = "1570", statOrder = { 1570 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["RemoteMineLayingSpeedUnique__1"] = { affix = "", "(10-15)% reduced Mine Throwing Speed", statOrderKey = "1570", statOrder = { 1570 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["RemoteMineArmingSpeedUnique__1"] = { affix = "", "Mines have (40-50)% increased Detonation Speed", statOrderKey = "7315", statOrder = { 7315 }, level = 1, group = "MineArmingSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["LessMineDamageUniqueStaff11"] = { affix = "", "35% less Mine Damage", statOrderKey = "879", statOrder = { 879 }, level = 1, group = "LessMineDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["SupportedByRemoteMineUniqueStaff11"] = { affix = "", "Socketed Gems are Supported by Level 10 Blastchain Mine", statOrderKey = "280", statOrder = { 280 }, level = 1, group = "SupportedByRemoteMineLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ColdWeaponDamageUniqueOneHandMace4"] = { affix = "", "(30-40)% increased Cold Damage with Attack Skills", statOrderKey = "4790", statOrder = { 4790 }, level = 1, group = "ColdWeaponDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedLightningDamageWhileUnarmedUniqueGlovesStr4_"] = { affix = "", "Adds (150-225) to (525-600) Lightning Damage to Unarmed Melee Hits", statOrderKey = "2059", statOrder = { 2059 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamagetoSpellsWhileUnarmedUniqueGlovesStr4"] = { affix = "", "Adds (90-135) to (315-360) Lightning Damage to Spells while Unarmed", statOrderKey = "2060", statOrder = { 2060 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["GainEnergyShieldOnKillShockedEnemyUniqueGlovesStr4"] = { affix = "", "+(200-250) Energy Shield gained on Killing a Shocked Enemy", statOrderKey = "2192", statOrder = { 2192 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GainEnergyShieldOnKillShockedEnemyUnique__1_"] = { affix = "", "+(90-120) Energy Shield gained on Killing a Shocked Enemy", statOrderKey = "2192", statOrder = { 2192 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["CannotKnockBackUniqueOneHandMace5_"] = { affix = "", "Cannot Knock Enemies Back", statOrderKey = "2596", statOrder = { 2596 }, level = 1, group = "CannotKnockBack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChillOnAttackStunUniqueOneHandMace5"] = { affix = "", "All Attack Damage Chills when you Stun", statOrderKey = "2597", statOrder = { 2597 }, level = 1, group = "ChillOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, + ["DisplayLifeRegenerationAuraUniqueAmulet21"] = { affix = "", "Nearby Allies gain 2% of Life Regenerated per second", statOrderKey = "2584", statOrder = { 2584 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DisplayManaRegenerationAuaUniqueAmulet21"] = { affix = "", "Nearby Allies gain 40% increased Mana Regeneration Rate", statOrderKey = "2590", statOrder = { 2590 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedRarityWhenSlayingFrozenUniqueOneHandMace4"] = { affix = "", "40% increased Rarity of Items Dropped by Frozen Enemies", statOrderKey = "2285", statOrder = { 2285 }, level = 1, group = "MonsterDroppedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SwordPhysicalDamageToAddAsFireUniqueOneHandSword10"] = { affix = "", "Gain (66-99)% of Sword Physical Damage as Extra Fire Damage", statOrderKey = "2626", statOrder = { 2626 }, level = 1, group = "SwordPhysicalDamageToAddAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["CannotBeBuffedByAlliedAurasUniqueOneHandSword11"] = { affix = "", "Allies' Aura Buffs do not affect you", statOrderKey = "2604", statOrder = { 2604 }, level = 1, group = "CannotBeBuffedByAlliedAuras", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["AurasCannotBuffAlliesUniqueOneHandSword11"] = { affix = "", "Your Aura Buffs do not affect allies", statOrderKey = "2606", statOrder = { 2606 }, level = 1, group = "AurasCannotBuffAllies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["IncreasedBuffEffectivenessUniqueOneHandSword11"] = { affix = "", "10% increased Effect of Buffs on you", statOrderKey = "1779", statOrder = { 1779 }, level = 1, group = "BuffEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedBuffEffectivenessBodyInt12"] = { affix = "", "30% increased Effect of Buffs on you", statOrderKey = "1779", statOrder = { 1779 }, level = 1, group = "BuffEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemyKnockbackDirectionReversedUniqueGlovesStr5_"] = { affix = "", "Knockback direction is reversed", statOrderKey = "2603", statOrder = { 2603 }, level = 1, group = "EnemyKnockbackDirectionReversed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplaySupportedByKnockbackUniqueGlovesStr5"] = { affix = "", "Socketed Gems are Supported by Level 10 Knockback", statOrderKey = "284", statOrder = { 284 }, level = 1, group = "DisplaySupportedByKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["LifeRegenPerMinutePerEnduranceChargeUniqueBodyDexInt3"] = { affix = "", "Regenerate (20-30) Life per second per Endurance Charge", statOrderKey = "2595", statOrder = { 2595 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenPerMinutePerEnduranceChargeUnique__1"] = { affix = "", "Regenerate (100-140) Life per second per Endurance Charge", statOrderKey = "2595", statOrder = { 2595 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MonstersFleeOnFlaskUseUniqueFlask9"] = { affix = "", "75% chance to cause Enemies to Flee on use", statOrderKey = "596", statOrder = { 596 }, level = 1, group = "MonstersFleeOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["PhysicalDamageOnFlaskUseUniqueFlask9"] = { affix = "", "(7-10)% more Melee Physical Damage during effect", statOrderKey = "730", statOrder = { 730 }, level = 1, group = "PhysicalDamageOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "damage", "physical", "attack" }, }, + ["KnockbackOnFlaskUseUniqueFlask9"] = { affix = "", "Adds Knockback to Melee Attacks during Flask effect", statOrderKey = "655", statOrder = { 655 }, level = 1, group = "KnockbackOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "attack" }, }, + ["CausesBleedingImplicitMarakethRapier1"] = { affix = "", "Causes Bleeding on Hit", statOrderKey = "2101", statOrder = { 2101 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LifeAndManaOnHitImplicitMarakethClaw1"] = { affix = "", "+6 Life and Mana gained for each Enemy hit", statOrderKey = "1389", statOrder = { 1389 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitImplicitMarakethClaw2"] = { affix = "", "+10 Life and Mana gained for each Enemy hit", statOrderKey = "1389", statOrder = { 1389 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitImplicitMarakethClaw3"] = { affix = "", "+14 Life and Mana gained for each Enemy hit", statOrderKey = "1389", statOrder = { 1389 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw1"] = { affix = "", "+15 Life gained for each Enemy hit by Attacks", "+6 Mana gained for each Enemy hit by Attacks", statOrderKey = "1385,1392", statOrder = { 1385, 1392 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw2"] = { affix = "", "+28 Life gained for each Enemy hit by Attacks", "+10 Mana gained for each Enemy hit by Attacks", statOrderKey = "1385,1392", statOrder = { 1385, 1392 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw3"] = { affix = "", "+38 Life gained for each Enemy hit by Attacks", "+14 Mana gained for each Enemy hit by Attacks", statOrderKey = "1385,1392", statOrder = { 1385, 1392 }, level = 1, group = "LifeAndManaOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "attack" }, }, + ["LifeAndManaLeechImplicitMarakethClaw1"] = { affix = "", "0.8% of Physical Attack Damage Leeched as Life and Mana", statOrderKey = "1316", statOrder = { 1316 }, level = 1, group = "LifeAndManaLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "physical", "attack" }, }, + ["IcestormUniqueStaff12"] = { affix = "", "Grants Level 1 Icestorm Skill", statOrderKey = "417", statOrder = { 417 }, level = 1, group = "IcestormActiveSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PowerChargeOnMeleeStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun with Melee Damage", statOrderKey = "2360", statOrder = { 2360 }, level = 1, group = "PowerChargeOnMeleeStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PowerChargeOnStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun", statOrderKey = "2361", statOrder = { 2361 }, level = 1, group = "PowerChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["UnholyMightOnMeleeCritUniqueSceptre10"] = { affix = "", "Gain Unholy Might for 2 seconds on Melee Critical Strike", statOrderKey = "2505", statOrder = { 2505 }, level = 1, group = "UnholyMightOnMeleeCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["UnholyMightOnCritUniqueSceptre10"] = { affix = "", "Gain Unholy Might for 4 seconds on Critical Strike", statOrderKey = "2507", statOrder = { 2507 }, level = 1, group = "UnholyMightOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChanceToAvoidElementalStatusAilmentsUniqueAmulet22"] = { affix = "", "+5% to all Elemental Resistances", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["ChanceToAvoidElementalStatusAilmentsUniqueJewel46"] = { affix = "", "10% chance to Avoid Elemental Ailments", statOrderKey = "1487", statOrder = { 1487 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToBePiercedUniqueBodyStr6"] = { affix = "", "Enemy Projectiles Pierce you", statOrderKey = "7678", statOrder = { 7678 }, level = 1, group = "ProjectilesAlwaysPierceYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IronWillUniqueGlovesStrInt4__"] = { affix = "", "Iron Will", statOrderKey = "8424", statOrder = { 8424 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GluttonyOfElementsUniqueAmulet23"] = { affix = "", "Grants Level 10 Gluttony of Elements Skill", statOrderKey = "400", statOrder = { 400 }, level = 1, group = "DisplayGluttonyOfElements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SocketedGemsSupportedByPierceUniqueBodyStr6"] = { affix = "", "Socketed Gems are Supported by Level 15 Pierce", statOrderKey = "291", statOrder = { 291 }, level = 1, group = "DisplaySupportedByPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["LifeRegenPerActiveBuffUniqueBodyInt12"] = { affix = "", "Regenerate (12-20) Life per second per Buff on you", statOrderKey = "5948", statOrder = { 5948 }, level = 1, group = "LifeRegenPerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ProjectileDamageJewelUniqueJewel41"] = { affix = "", "10% increased Projectile Damage", statOrderKey = "1632", statOrder = { 1632 }, level = 1, group = "DamageForm", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["PhysicalDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DamageOverTimeUnique___1"] = { affix = "", "(8-12)% increased Damage over Time", statOrderKey = "892", statOrder = { 892 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AttackAndCastSpeedJewelUniqueJewel43"] = { affix = "", "4% increased Attack and Cast Speed", statOrderKey = "1681", statOrder = { 1681 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__1"] = { affix = "", "(10-15)% increased Attack and Cast Speed", statOrderKey = "1681", statOrder = { 1681 }, level = 75, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__2"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1681", statOrder = { 1681 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__3"] = { affix = "", "(6-9)% increased Attack and Cast Speed", statOrderKey = "1681", statOrder = { 1681 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__4"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrderKey = "1681", statOrder = { 1681 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__5"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1681", statOrder = { 1681 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__6"] = { affix = "", "(5-7)% increased Attack and Cast Speed", statOrderKey = "1681", statOrder = { 1681 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUnique__7"] = { affix = "", "(5-8)% increased Attack and Cast Speed", statOrderKey = "1681", statOrder = { 1681 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["StrengthDexterityUnique__1"] = { affix = "", "+20 to Strength and Dexterity", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "StrengthDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthDexterityImplicitSword_1"] = { affix = "", "+50 to Strength and Dexterity", statOrderKey = "862", statOrder = { 862 }, level = 1, group = "StrengthDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthIntelligenceUnique__1"] = { affix = "", "+20 to Strength and Intelligence", statOrderKey = "863", statOrder = { 863 }, level = 1, group = "StrengthIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthIntelligenceUnique__2"] = { affix = "", "+(10-30) to Strength and Intelligence", statOrderKey = "863", statOrder = { 863 }, level = 1, group = "StrengthIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityIntelligenceUnique__1__"] = { affix = "", "+20 to Dexterity and Intelligence", statOrderKey = "864", statOrder = { 864 }, level = 1, group = "DexterityIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["LifeLeechJewel"] = { affix = "Hungering", "(1-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "LifeLeech", weightKey = { "not_str", "default", }, weightVal = { 0, 500 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ManaLeechJewel"] = { affix = "Thirsting", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1349", statOrder = { 1349 }, level = 1, group = "ManaLeech", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SpellLifeLeechJewel"] = { affix = "Transfusing", "1% of Spell Damage Leeched as Life", statOrderKey = "1321", statOrder = { 1321 }, level = 1, group = "LifeLeech", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["SpellManaLeechJewel"] = { affix = "Siphoning", "1% of Spell Damage Leeched as Mana", statOrderKey = "1354", statOrder = { 1354 }, level = 1, group = "ManaLeech", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "caster" }, }, + ["PercentIncreasedAccuracyJewelUnique__1"] = { affix = "", "20% increased Global Accuracy Rating", statOrderKey = "1103", statOrder = { 1103 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["TrapCritChanceUnique__1"] = { affix = "", "(100-120)% increased Critical Strike Chance with Traps", statOrderKey = "1142", statOrder = { 1142 }, level = 1, group = "FormCritChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ManaCostReductionUniqueJewel44"] = { affix = "", "3% reduced Mana Cost of Skills", statOrderKey = "1527", statOrder = { 1527 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaCostIncreasedUniqueCorruptedJewel3"] = { affix = "", "50% increased Mana Cost of Skills", statOrderKey = "1527", statOrder = { 1527 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["KnockbackChanceUnique__1"] = { affix = "", "10% chance to Knock Enemies Back on hit", statOrderKey = "1631", statOrder = { 1631 }, level = 1, group = "Knockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionElementalResistancesUnique__1"] = { affix = "", "Minions have +(7-10)% to all Elemental Resistances", statOrderKey = "2502", statOrder = { 2502 }, level = 1, group = "MinionElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance", "minion" }, }, + ["ReducedTotemDamageUniqueJewel26"] = { affix = "", "(30-50)% reduced Totem Damage", statOrderKey = "875", statOrder = { 875 }, level = 1, group = "TotemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TotemDamageUnique__1_"] = { affix = "", "40% increased Totem Damage", statOrderKey = "875", statOrder = { 875 }, level = 1, group = "TotemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["JewelStrToDex"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrderKey = "2634", statOrder = { 2634 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelStrToDexUniqueJewel13"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrderKey = "2634", statOrder = { 2634 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueJewel13"] = { affix = "", "+(16-24) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["JewelDexToInt"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrderKey = "2637", statOrder = { 2637 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelDexToIntUniqueJewel11"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrderKey = "2637", statOrder = { 2637 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueJewel11"] = { affix = "", "+(16-24) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["JewelIntToStr"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrderKey = "2638", statOrder = { 2638 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelIntToStrUniqueJewel34"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrderKey = "2638", statOrder = { 2638 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueJewel34"] = { affix = "", "+(16-24) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["JewelStrToInt"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrderKey = "2635", statOrder = { 2635 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelStrToIntUniqueJewel35"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrderKey = "2635", statOrder = { 2635 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligenceUniqueJewel35"] = { affix = "", "+(16-24) to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_intelligence_mod", }, modTags = { "attribute" }, }, + ["JewelIntToDex"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrderKey = "2639", statOrder = { 2639 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelIntToDexUniqueJewel36"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrderKey = "2639", statOrder = { 2639 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityUniqueJewel36"] = { affix = "", "+(16-24) to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_dexterity_mod", }, modTags = { "attribute" }, }, + ["JewelDexToStr"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrderKey = "2636", statOrder = { 2636 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["JewelDexToStrUniqueJewel37"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrderKey = "2636", statOrder = { 2636 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StrengthUniqueJewel37"] = { affix = "", "+(16-24) to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_flat_strength_mod", }, modTags = { "attribute" }, }, + ["ReducedAttackAndCastSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack and Cast Speed", statOrderKey = "1681", statOrder = { 1681 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeedUniqueRing39"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrderKey = "1681", statOrder = { 1681 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["LifeLeechLocal1"] = { affix = "Remora's", "(1-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1310", statOrder = { 1310 }, level = 9, group = "LifeLeech", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal2"] = { affix = "Lamprey's", "(3-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1310", statOrder = { 1310 }, level = 25, group = "LifeLeech", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocal3"] = { affix = "Vampire's", "(5-6)% of Physical Attack Damage Leeched as Life", statOrderKey = "1310", statOrder = { 1310 }, level = 72, group = "LifeLeech", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocalUniqueOneHandMace8"] = { affix = "", "5% of Physical Attack Damage Leeched as Life", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechLocalPermyriadUniqueOneHandMace8__"] = { affix = "", "1% of Physical Attack Damage Leeched as Life", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ManaLeechLocal1"] = { affix = "Thirsty", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1351", statOrder = { 1351 }, level = 9, group = "ManaLeech", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["AoEKnockBackOnFlaskUseUniqueFlask9_"] = { affix = "", "Knocks Back Enemies in an Area when you use a Flask", statOrderKey = "595", statOrder = { 595 }, level = 1, group = "AoEKnockBackOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["AttacksCostNoManaUniqueTwoHandAxe9"] = { affix = "", "Your Attacks do not cost Mana", statOrderKey = "1536", statOrder = { 1536 }, level = 1, group = "AttacksCostNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["CannotLeechOrRegenerateManaUniqueTwoHandAxe9"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrderKey = "2189", statOrder = { 2189 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["CannotLeechOrRegenerateManaUnique__1_"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrderKey = "2189", statOrder = { 2189 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ResoluteTechniqueUniqueTwoHandAxe9"] = { affix = "", "Resolute Technique", statOrderKey = "8423", statOrder = { 8423 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["JewelUniqueAllocateDisconnectedPassives"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrderKey = "764", statOrder = { 764 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelRingRadiusValuesUnique__1"] = { affix = "", "Only affects Passives in Small Ring", statOrderKey = "6", statOrder = { 6 }, level = 1, group = "JewelRingRadiusValues", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelRingRadiusValuesUnique__2"] = { affix = "", "Only affects Passives in Massive Ring", statOrderKey = "6", statOrder = { 6 }, level = 1, group = "JewelRingRadiusValues", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AllocateDisconnectedPassivesDonutUnique__1"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrderKey = "764", statOrder = { 764 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvoidStunUniqueRingVictors"] = { affix = "", "(10-20)% chance to Avoid being Stunned", statOrderKey = "1495", statOrder = { 1495 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvoidStunUnique__1"] = { affix = "", "30% chance to Avoid being Stunned", statOrderKey = "1495", statOrder = { 1495 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvoidElementalAilmentsUnique__1_"] = { affix = "", "30% chance to Avoid Elemental Ailments", statOrderKey = "1487", statOrder = { 1487 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["LocalChanceToBleedImplicitMarakethRapier1"] = { affix = "", "15% chance to cause Bleeding on Hit", statOrderKey = "2104", statOrder = { 2104 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedImplicitMarakethRapier2"] = { affix = "", "20% chance to cause Bleeding on Hit", statOrderKey = "2104", statOrder = { 2104 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedUniqueDagger12"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrderKey = "2104", statOrder = { 2104 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedUniqueOneHandMace8"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrderKey = "2104", statOrder = { 2104 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["LocalChanceToBleedUnique__1__"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrderKey = "2104", statOrder = { 2104 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedUnique__1_"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrderKey = "2110", statOrder = { 2110 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedUnique__2__"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrderKey = "2110", statOrder = { 2110 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedUnique__3_"] = { affix = "", "Attacks have 15% chance to cause Bleeding", statOrderKey = "2110", statOrder = { 2110 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["StealRareModUniqueJewel3"] = { affix = "", "With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain 1 of its Modifiers for 20 seconds", statOrderKey = "2643", statOrder = { 2643 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnarmedAreaOfEffectUniqueJewel4"] = { affix = "", "(10-15)% increased Area of Effect while Unarmed", statOrderKey = "2640", statOrder = { 2640 }, level = 1, group = "UnarmedAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnarmedStrikeRangeUniqueJewel__1_"] = { affix = "", "+(3-4) to Melee Strike Range while Unarmed", statOrderKey = "2661", statOrder = { 2661 }, level = 1, group = "UnarmedRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["UniqueJewelMeleeToBow"] = { affix = "", "Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers", statOrderKey = "2650", statOrder = { 2650 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ChaosDamageIncreasedPerIntUniqueJewel2"] = { affix = "", "5% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius", statOrderKey = "2654", statOrder = { 2654 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["PassivesApplyToMinionsUniqueJewel7"] = { affix = "", "Passives in Radius apply to Minions instead of you", statOrderKey = "2655", statOrder = { 2655 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SpellDamagePerIntelligenceUniqueStaff12"] = { affix = "", "1% increased Spell Damage per 10 Intelligence", statOrderKey = "2328", statOrder = { 2328 }, level = 1, group = "SpellDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Culling Strike", statOrderKey = "1673", statOrder = { 1673 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesHaveCullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrderKey = "1673", statOrder = { 1673 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", statOrderKey = "1260", statOrder = { 1260 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesHaveCriticalStrikeMultiplierUnique__1"] = { affix = "", "+50% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LifeOnCorpseRemovalUniqueJewel14"] = { affix = "", "Recover 2% of Life when you Consume a corpse", statOrderKey = "2641", statOrder = { 2641 }, level = 1, group = "LifeOnCorpseRemoval", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemLifePerStrengthUniqueJewel15"] = { affix = "", "3% increased Totem Life per 10 Strength Allocated in Radius", statOrderKey = "2642", statOrder = { 2642 }, level = 1, group = "TotemLifePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemsCannotBeStunnedUniqueJewel15"] = { affix = "", "Totems cannot be Stunned", statOrderKey = "2647", statOrder = { 2647 }, level = 1, group = "TotemsCannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionDodgeChanceUniqueJewel16"] = { affix = "", "Minions have +(2-5)% chance to Suppress Spell Damage", statOrderKey = "7402", statOrder = { 7402 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionDodgeChanceUnique__1"] = { affix = "", "Minions have +(12-15)% chance to Suppress Spell Damage", statOrderKey = "7402", statOrder = { 7402 }, level = 1, group = "MinionDodgeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["FireDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (3-5) to (8-12) Fire Attack Damage per Buff on you", statOrderKey = "951", statOrder = { 951 }, level = 1, group = "FireDamagePerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["FireSpellDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (2-3) to (5-8) Fire Spell Damage per Buff on you", statOrderKey = "952", statOrder = { 952 }, level = 1, group = "FireDamagePerBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["MinionLifeRecoveryOnBlockUniqueJewel18"] = { affix = "", "Minions Recover 2% of their Life when they Block", statOrderKey = "2646", statOrder = { 2646 }, level = 1, group = "MinionLifeRecoveryOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life", "minion" }, }, + ["IncreasedDamageWhileLeechingLifeUniqueJewel19"] = { affix = "", "(25-30)% increased Damage while Leeching", statOrderKey = "2648", statOrder = { 2648 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageWhileLeechingUnique__1"] = { affix = "", "(30-40)% increased Damage while Leeching", statOrderKey = "2648", statOrder = { 2648 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageWhileLeechingUnique__2__"] = { affix = "", "(15-25)% increased Damage while Leeching", statOrderKey = "2648", statOrder = { 2648 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MovementVelocityWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrderKey = "2396", statOrder = { 2396 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityWhileIgnitedUnique__1"] = { affix = "", "10% increased Movement Speed while Ignited", statOrderKey = "2396", statOrder = { 2396 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityWhileIgnitedUnique__2"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrderKey = "2396", statOrder = { 2396 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["FortifyOnMeleeHitUniqueJewel22"] = { affix = "", "Melee Hits have 10% chance to Fortify", statOrderKey = "1894", statOrder = { 1894 }, level = 1, group = "FortifyOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DamageTakenUniqueJewel24"] = { affix = "", "10% increased Damage taken", statOrderKey = "1869", statOrder = { 1869 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedDamagePerMagicItemJewel25"] = { affix = "", "(20-25)% increased Damage for each Magic Item Equipped", statOrderKey = "2662", statOrder = { 2662 }, level = 1, group = "IncreasedDamagePerMagicItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AdditionalTotemProjectilesUniqueJewel26"] = { affix = "", "Totems fire 2 additional Projectiles", statOrderKey = "2664", statOrder = { 2664 }, level = 1, group = "AdditionalTotemProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnholyMightOnMeleeKillUniqueJewel28"] = { affix = "", "5% chance to Gain Unholy Might for 4 seconds on Melee Kill", statOrderKey = "2665", statOrder = { 2665 }, level = 1, group = "UnholyMightOnMeleeKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SpellDamageWithNoManaReservedUniqueJewel30"] = { affix = "", "(40-60)% increased Spell Damage while no Mana is Reserved", statOrderKey = "2666", statOrder = { 2666 }, level = 1, group = "SpellDamageWithNoManaReserved", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["AllAttributesPerAssignedKeystoneUniqueJewel32"] = { affix = "", "4% increased Attributes per allocated Keystone", statOrderKey = "2669", statOrder = { 2669 }, level = 1, group = "AllAttributesPerAssignedKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["LifeOnHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "+3 Life gained for each Elemental Ailment on Enemies hit by your Attacks", statOrderKey = "2657", statOrder = { 2657 }, level = 1, group = "LifeOnHitPerStatusAilmentOnEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["LifeOnSpellHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "+3 Life gained for each Elemental Ailment on Enemies hit by your Spells", statOrderKey = "2658", statOrder = { 2658 }, level = 1, group = "LifeOnSpellHitPerStatusAilmentOnEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["ItemLimitUniqueJewel8"] = { affix = "", "Survival", statOrderKey = "8348", statOrder = { 8348 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemLimitUniqueJewel9"] = { affix = "", "Survival", statOrderKey = "8348", statOrder = { 8348 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemLimitUniqueJewel10"] = { affix = "", "Survival", statOrderKey = "8348", statOrder = { 8348 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have Culling Strike", statOrderKey = "2153", statOrder = { 2153 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have 30% increased Item Rarity", statOrderKey = "1261", statOrder = { 1261 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9"] = { affix = "", "Nearby Allies have +50% to Critical Strike Multiplier", statOrderKey = "6404", statOrder = { 6404 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["DisplayNearbyAlliesHaveFortifyTwoHandAxe9"] = { affix = "", "Nearby Allies have +10 Fortification", statOrderKey = "6406", statOrder = { 6406 }, level = 1, group = "Fortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalVaalSoulOnKillUniqueCorruptedJewel4_"] = { affix = "", "(20-30)% chance to gain an additional Vaal Soul on Kill", statOrderKey = "2686", statOrder = { 2686 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["VaalSkillDurationUniqueCorruptedJewel5"] = { affix = "", "(15-20)% increased Vaal Skill Effect Duration", statOrderKey = "2687", statOrder = { 2687 }, level = 1, group = "VaalSkillDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["VaalSkillRefundChanceUniqueCorruptedJewel5"] = { affix = "", "Vaal Skills have (15-20)% chance to regain consumed Souls when used", statOrderKey = "8232", statOrder = { 8232 }, level = 1, group = "VaalSkillRefundChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["VaalSkillCriticalStrikeChanceCorruptedJewel6"] = { affix = "", "(80-120)% increased Vaal Skill Critical Strike Chance", statOrderKey = "2689", statOrder = { 2689 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical", "vaal" }, }, + ["VaalSkillCriticalStrikeMultiplierCorruptedJewel6"] = { affix = "", "+(22-30)% to Vaal Skill Critical Strike Multiplier", statOrderKey = "2690", statOrder = { 2690 }, level = 1, group = "VaalSkillCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "vaal" }, }, + ["AttackDamageUniqueJewel42"] = { affix = "", "10% increased Attack Damage", statOrderKey = "880", statOrder = { 880 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["IncreasedFlaskEffectUniqueJewel45"] = { affix = "", "Flasks applied to you have 8% increased Effect", statOrderKey = "2332", statOrder = { 2332 }, level = 1, group = "FlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["CurseEffectivenessUniqueJewel45"] = { affix = "", "4% increased Effect of your Curses", statOrderKey = "2216", statOrder = { 2216 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessUnique__2_"] = { affix = "", "(15-20)% increased Effect of your Curses", statOrderKey = "2216", statOrder = { 2216 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessUnique__3_"] = { affix = "", "(5-10)% increased Effect of your Curses", statOrderKey = "2216", statOrder = { 2216 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessUnique__4"] = { affix = "", "(15-25)% increased Effect of your Curses", statOrderKey = "2216", statOrder = { 2216 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ManaCostOfTotemAurasUniqueCorruptedJewel8"] = { affix = "", "60% reduced Cost of Aura Skills that summon Totems", statOrderKey = "2692", statOrder = { 2692 }, level = 1, group = "ManaCostOfTotemAuras", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AdditionalVaalSoulOnShatterUniqueCorruptedJewel7"] = { affix = "", "50% chance to gain an additional Vaal Soul per Enemy Shattered", statOrderKey = "2691", statOrder = { 2691 }, level = 1, group = "AdditionalVaalSoulOnShatter", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["IncreasedCorruptedGemExperienceUniqueCorruptedJewel9"] = { affix = "", "10% increased Experience Gain for Corrupted Gems", statOrderKey = "2693", statOrder = { 2693 }, level = 1, group = "IncreasedCorruptedGemExperience", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["CorruptThresholdSoulEaterOnVaalSkillUseUniqueCorruptedJewel11"] = { affix = "", "With 5 Corrupted Items Equipped: Gain Soul Eater for 10 seconds on Vaal Skill use", statOrderKey = "2696", statOrder = { 2696 }, level = 1, group = "CorruptThresholdSoulEaterOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["CorruptThresholdPhysBypassesESUniqueCorruptedJewel12"] = { affix = "", "With 5 Corrupted Items Equipped: 50% of Chaos Damage taken does not bypass Energy Shield, and 50% of Physical Damage taken bypasses Energy Shield", statOrderKey = "2695", statOrder = { 2695 }, level = 1, group = "CorruptThresholdPhysBypassesES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences", "chaos" }, }, + ["CorruptThresholdLifeLeechUsesChaosDamageUniqueCorruptedJewel10"] = { affix = "", "With 5 Corrupted Items Equipped: Life Leech recovers based on your Chaos Damage instead", statOrderKey = "2694", statOrder = { 2694 }, level = 1, group = "CorruptThresholdLifeLeechUsesChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["ManaGainedOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Recover 1% of Mana on Kill", statOrderKey = "1402", statOrder = { 1402 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LifeLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of Life on Kill", statOrderKey = "1401", statOrder = { 1401 }, level = 1, group = "LifeLostOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of Energy Shield on Kill", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "EnergyShieldLostOnKillPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["PunishmentSelfCurseOnKillUniqueCorruptedJewel13"] = { affix = "", "(20-30)% chance to Curse you with Punishment on Kill, with 40% increased Effect", statOrderKey = "2703", statOrder = { 2703 }, level = 1, group = "PunishmentSelfCurseOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnSelfUniqueCorruptedJewel13"] = { affix = "", "An additional Curse can be applied to you", statOrderKey = "1804", statOrder = { 1804 }, level = 1, group = "AdditionalCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["IncreasedDamagePerCurseOnSelfCorruptedJewel13_"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrderKey = "898", statOrder = { 898 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageTakenOnFullESUniqueCorruptedJewel15"] = { affix = "", "10% increased Damage taken while on Full Energy Shield", statOrderKey = "1875", statOrder = { 1875 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageTakenOnFullESUnique__1"] = { affix = "", "15% increased Damage taken while on Full Energy Shield", statOrderKey = "1875", statOrder = { 1875 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ConvertLightningToColdUniqueRing34"] = { affix = "", "40% of Lightning Damage Converted to Cold Damage", statOrderKey = "1604", statOrder = { 1604 }, level = 25, group = "ConvertLightningToCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "lightning" }, }, + ["SpellChanceToShockFrozenEnemiesUniqueRing34"] = { affix = "", "Your spells have 100% chance to Shock against Frozen Enemies", statOrderKey = "2515", statOrder = { 2515 }, level = 1, group = "SpellChanceToShockFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "caster", "ailment" }, }, + ["ClawPhysDamageAndEvasionPerDexUniqueJewel47"] = { affix = "", "1% increased Evasion Rating per 3 Dexterity Allocated in Radius", "1% increased Claw Physical Damage per 3 Dexterity Allocated in Radius", "1% increased Melee Physical Damage with Unarmed Attacks per 3 Dexterity Allocated in Radius", statOrderKey = "2705,2706,2721", statOrder = { 2705, 2706, 2721 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "physical_damage", "defences", "damage", "physical", "attack" }, }, + ["ColdAndPhysicalNodesInRadiusSwapPropertiesUniqueJewel48_"] = { affix = "", "Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage", "Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage", statOrderKey = "2708,2709", statOrder = { 2708, 2709 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["AllDamageInRadiusBecomesFireUniqueJewel49"] = { affix = "", "Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage", statOrderKey = "2707", statOrder = { 2707 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["EnergyShieldInRadiusIncreasesArmourUniqueJewel50"] = { affix = "", "Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value", statOrderKey = "2710", statOrder = { 2710 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["LifeInRadiusBecomesEnergyShieldAtHalfValueUniqueJewel51"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield", statOrderKey = "2711", statOrder = { 2711 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LifePerIntelligenceInRadusUniqueJewel52"] = { affix = "", "Adds 1 to Maximum Life per 3 Intelligence Allocated in Radius", statOrderKey = "2716", statOrder = { 2716 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AddedLightningDamagePerDexInRadiusUniqueJewel53"] = { affix = "", "Adds 1 to 2 Lightning Damage to Attacks", "Adds 1 maximum Lightning Damage to Attacks per 1 Dexterity Allocated in Radius", statOrderKey = "1053,2715", statOrder = { 1053, 2715 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LifePassivesBecomeManaPassivesInRadiusUniqueJewel54"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value", statOrderKey = "2719", statOrder = { 2719 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["DexterityAndIntelligenceGiveStrengthMeleeBonusInRadiusUniqueJewel55"] = { affix = "", "Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus", statOrderKey = "2720", statOrder = { 2720 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LifeGainOnEndurangeChargeConsumptionUniqueBodyStrInt6"] = { affix = "", "Gain 100 Life when you lose an Endurance Charge", statOrderKey = "2599", statOrder = { 2599 }, level = 1, group = "LifeGainOnEnduranceChargeConsumption", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SummonTotemCastSpeedUnique__1"] = { affix = "", "(14-20)% increased Totem Placement speed", statOrderKey = "2198", statOrder = { 2198 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedUnique__2"] = { affix = "", "(30-50)% increased Totem Placement speed", statOrderKey = "2198", statOrder = { 2198 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedImplicit1"] = { affix = "", "(20-30)% increased Totem Placement speed", statOrderKey = "2198", statOrder = { 2198 }, level = 93, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AttackDamageAgainstBleedingUniqueDagger11"] = { affix = "", "40% increased Attack Damage against Bleeding Enemies", statOrderKey = "2111", statOrder = { 2111 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AttackDamageAgainstBleedingUniqueOneHandMace8"] = { affix = "", "30% increased Attack Damage against Bleeding Enemies", statOrderKey = "2111", statOrder = { 2111 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AttackDamageAgainstBleedingUnique__1__"] = { affix = "", "(25-40)% increased Attack Damage against Bleeding Enemies", statOrderKey = "2111", statOrder = { 2111 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FlammabilityOnHitUniqueOneHandAxe7"] = { affix = "", "Curse Enemies with Flammability on Hit", statOrderKey = "2137", statOrder = { 2137 }, level = 1, group = "FlammabilityOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["FlammabilityOnHitUnique__1"] = { affix = "", "Curse Enemies with Flammability on Hit, with 40% increased Effect", statOrderKey = "2150", statOrder = { 2150 }, level = 1, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["LightningWarpSkillUniqueOneHandAxe8"] = { affix = "", "Grants Level 1 Lightning Warp Skill", statOrderKey = "446", statOrder = { 446 }, level = 1, group = "LightningWarpSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["StunAvoidanceUniqueOneHandSword13"] = { affix = "", "20% chance to Avoid being Stunned", statOrderKey = "1495", statOrder = { 1495 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunAvoidanceUnique___1"] = { affix = "", "20% chance to Avoid being Stunned", statOrderKey = "1495", statOrder = { 1495 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SupportedByMultistrikeUniqueOneHandSword13"] = { affix = "", "Socketed Gems are supported by Level 1 Multistrike", statOrderKey = "269", statOrder = { 269 }, level = 1, group = "SupportedByMultistrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["MeleeDamageAgainstBleedingEnemiesUniqueOneHandMace6"] = { affix = "", "30% increased Melee Damage against Bleeding Enemies", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["MeleeDamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "50% increased Melee Damage against Bleeding Enemies", statOrderKey = "2112", statOrder = { 2112 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["SpellAddedFireDamageUniqueWand10"] = { affix = "", "Adds (4-6) to (8-12) Fire Damage to Spells", statOrderKey = "1074", statOrder = { 1074 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage to Spells", statOrderKey = "1074", statOrder = { 1074 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__2_"] = { affix = "", "Adds (20-30) to 40 Fire Damage to Spells", statOrderKey = "1074", statOrder = { 1074 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__3"] = { affix = "", "Adds (4-6) to (7-9) Fire Damage to Spells", statOrderKey = "1074", statOrder = { 1074 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__4"] = { affix = "", "Adds (2-3) to (5-6) Fire Damage to Spells", statOrderKey = "1074", statOrder = { 1074 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUnique__5"] = { affix = "", "Battlemage", statOrderKey = "8376", statOrder = { 8376 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellAddedFireDamageUnique__6_"] = { affix = "", "Adds (7-8) to (15-16) Fire Damage to Spells", statOrderKey = "1074", statOrder = { 1074 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedColdDamageUniqueBootsStrDex5"] = { affix = "", "Adds (25-30) to (40-50) Cold Damage to Spells", statOrderKey = "1075", statOrder = { 1075 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage to Spells", statOrderKey = "1075", statOrder = { 1075 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__2"] = { affix = "", "Adds (20-30) to 40 Cold Damage to Spells", statOrderKey = "1075", statOrder = { 1075 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__3"] = { affix = "", "Adds (2-3) to (5-6) Cold Damage to Spells", statOrderKey = "1075", statOrder = { 1075 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__4"] = { affix = "", "Adds (40-60) to (90-110) Cold Damage to Spells", statOrderKey = "1075", statOrder = { 1075 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__5"] = { affix = "", "Adds (35-39) to (54-60) Cold Damage to Spells", statOrderKey = "1075", statOrder = { 1075 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUnique__6__"] = { affix = "", "Adds (5-6) to (12-14) Cold Damage to Spells", statOrderKey = "1075", statOrder = { 1075 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage to Spells", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__2"] = { affix = "", "Adds (30-40) to (60-70) Lightning Damage to Spells", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (10-12) Lightning Damage to Spells", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (60-70) Lightning Damage to Spells", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__5"] = { affix = "", "Adds (26-35) to (95-105) Lightning Damage to Spells", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__6_"] = { affix = "", "Adds (13-18) to (50-56) Lightning Damage to Spells", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUnique__7"] = { affix = "", "Adds 1 to (30-34) Lightning Damage to Spells", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHandUniqueStaff8d"] = { affix = "", "Adds (5-15) to (100-140) Lightning Damage to Spells", statOrderKey = "1076", statOrder = { 1076 }, level = 1, group = "SpellAddedElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["IncreasedDamagePerCurseOnSelfUniqueCorruptedJewel8"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrderKey = "898", statOrder = { 898 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalAddedChaosDamageImplicitE1"] = { affix = "", "Adds (23-33) to (45-60) Chaos Damage", statOrderKey = "1060", statOrder = { 1060 }, level = 30, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageImplicitE2"] = { affix = "", "Adds (38-48) to (70-90) Chaos Damage", statOrderKey = "1060", statOrder = { 1060 }, level = 50, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageImplicitE3_"] = { affix = "", "Adds (40-55) to (80-98) Chaos Damage", statOrderKey = "1060", statOrder = { 1060 }, level = 70, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["DamageWithMovementSkillsUniqueClaw9"] = { affix = "", "20% increased Damage with Movement Skills", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DamageWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(35-50)% increased Damage with Movement Skills", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AttackSpeedWithMovementSkillsUniqueClaw9"] = { affix = "", "15% increased Attack Speed with Movement Skills", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AttackSpeedWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(10-20)% increased Attack Speed with Movement Skills", statOrderKey = "1101", statOrder = { 1101 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["LifeGainedOnKillingIgnitedEnemiesUniqueWand10_"] = { affix = "", "+10 Life gained on Killing Ignited Enemies", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedOnKillingIgnitedEnemiesUnique__1"] = { affix = "", "+(20-30) Life gained on Killing Ignited Enemies", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DamageTakenFromSkeletonsUniqueOneHandSword12_"] = { affix = "", "10% increased Damage taken from Skeletons", statOrderKey = "1878", statOrder = { 1878 }, level = 1, group = "DamageTakenFromSkeletons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageTakenFromGhostsUniqueOneHandSword12"] = { affix = "", "10% increased Damage taken from Ghosts", statOrderKey = "1879", statOrder = { 1879 }, level = 1, group = "DamageTakenFromGhosts", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeShockedWhileFrozenUniqueStaff14"] = { affix = "", "You cannot be Shocked while Frozen", statOrderKey = "2488", statOrder = { 2488 }, level = 1, group = "CannotBeShockedWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["LifeLeechPhysicalAgainstBleedingEnemiesUniqueOneHandMace8"] = { affix = "", "3% of Attack Damage Leeched as Life against Bleeding Enemies", statOrderKey = "1348", statOrder = { 1348 }, level = 1, group = "LifeLeechPhysicalAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DisplaySocketedGemsSupportedByMinionLifeUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Minion Life", statOrderKey = "285", statOrder = { 285 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByLesserMultipleProjectilesUniqueRing36"] = { affix = "", "Socketed Gems are Supported by Level 12 Lesser Multiple Projectiles", statOrderKey = "286", statOrder = { 286 }, level = 1, group = "DisplaySocketedGemsSupportedByLesserMultipleProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByIncreasedMinionDamageUniqueRing36"] = { affix = "", "Socketed Gems are Supported by Level 17 Minion Damage", statOrderKey = "287", statOrder = { 287 }, level = 1, group = "DisplaySocketedGemsSupportedByIncreasedMinionDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByIncreasedCriticalDamageUniqueRing37_"] = { affix = "", "Socketed Gems are Supported by Level 16 Increased Critical Damage", statOrderKey = "288", statOrder = { 288 }, level = 1, group = "DisplaySocketedGemsSupportedByIncreasedCriticalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySocketedGemsSupportedByMinionSpeedUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 16 Minion Speed", statOrderKey = "289", statOrder = { 289 }, level = 1, group = "DisplaySocketedGemsSupportedByMinionSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ManaGainedOnHitAgainstTauntedEnemyUniqueShieldInt5"] = { affix = "", "Gain +3 Mana when you hit a Taunted Enemy", statOrderKey = "1430", statOrder = { 1430 }, level = 1, group = "ManaOnHitVsTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LifeGainedOnTauntingEnemyUniqueShieldStr4"] = { affix = "", "Gain +10 Life when you Taunt an Enemy", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "LifeGainedOnTauntingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeGainedOnTauntingEnemyUnique__1"] = { affix = "", "Gain +50 Life when you Taunt an Enemy", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "LifeGainedOnTauntingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedTauntDurationUniqueShieldStr4"] = { affix = "", "20% increased Taunt Duration", statOrderKey = "1428", statOrder = { 1428 }, level = 1, group = "TauntDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtOnKillingTauntedEnemyUniqueShieldDex7"] = { affix = "", "You gain Onslaught for 2 seconds on Killing Taunted Enemies", statOrderKey = "2247", statOrder = { 2247 }, level = 1, group = "OnslaughtOnKillingTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtOnKillingTauntedEnemyUnique__1"] = { affix = "", "You gain Onslaught for 1 seconds on Killing Taunted Enemies", statOrderKey = "2247", statOrder = { 2247 }, level = 1, group = "OnslaughtOnKillingTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TotemAreaOfEffectUniqueShieldStr5"] = { affix = "", "15% increased Area of Effect for Skills used by Totems", statOrderKey = "2201", statOrder = { 2201 }, level = 1, group = "TotemAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeLeechFromTotemSkillsUniqueShieldStr5"] = { affix = "", "1% of Damage Leeched as Life for Skills used by Totems", statOrderKey = "2202", statOrder = { 2202 }, level = 1, group = "LifeLeechFromTotemSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AnimateWeaponDurationUniqueTwoHandMace8"] = { affix = "", "30% less Animate Weapon Duration", statOrderKey = "2386", statOrder = { 2386 }, level = 1, group = "AnimateWeaponDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["NumberOfAdditionalAnimateWeaponCopiesUniqueTwoHandMace8"] = { affix = "", "Weapons you Animate create an additional copy", statOrderKey = "2388", statOrder = { 2388 }, level = 1, group = "NumberOfAdditionalAnimateWeaponCopies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["DamageYouReflectGainedAsLifeUniqueHelmetDexInt6"] = { affix = "", "30% of Damage you Reflect to Enemies when Hit is gained as Life", statOrderKey = "2301", statOrder = { 2301 }, level = 1, group = "DamageYouReflectGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DamageYouReflectGainedAsLifeUnique__1"] = { affix = "", "10% of Damage you Reflect to Enemies when Hit is gained as Life", statOrderKey = "2301", statOrder = { 2301 }, level = 1, group = "DamageYouReflectGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ImmuneToChilledGroundUniqueBootsStrDex5"] = { affix = "", "Unaffected by Chilled Ground", statOrderKey = "8190", statOrder = { 8190 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ImmuneToBurningGroundUniqueBootsStr3"] = { affix = "", "Unaffected by Burning Ground", statOrderKey = "8187", statOrder = { 8187 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["ImmuneToShockedGroundUniqueBootsDexInt4"] = { affix = "", "Unaffected by Shocked Ground", statOrderKey = "8204", statOrder = { 8204 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ImmuneToDesecratedGroundUniqueBootsInt6"] = { affix = "", "Unaffected by Desecrated Ground", statOrderKey = "8195", statOrder = { 8195 }, level = 1, group = "GroundEffectEffectiveness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["ShockedGroundWhenHitUniqueHelmetInt10"] = { affix = "", "20% chance to create Shocked Ground when Hit", statOrderKey = "2197", statOrder = { 2197 }, level = 1, group = "ShockedGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShockedGroundWhenHitUnique__1"] = { affix = "", "Trigger Level 10 Shock Ground when Hit", statOrderKey = "420", statOrder = { 420 }, level = 1, group = "ShockedGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedLightningDamageToSpellsAndAttacksUniqueHelmetInt10"] = { affix = "", "Adds 1 to (60-80) Lightning Damage to Spells and Attacks", statOrderKey = "1079", statOrder = { 1079 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (3-15) to (80-100) Lightning Damage to Spells and Attacks", statOrderKey = "1079", statOrder = { 1079 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["RandomCurseOnHitChanceUniqueHelmetInt10"] = { affix = "", "20% chance to Curse non-Cursed Enemies with a random Hex on Hit", statOrderKey = "7738", statOrder = { 7738 }, level = 1, group = "RandomCurseOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CanInflictMultipleIgnitesUniqueRing38"] = { affix = "", "You can inflict an additional Ignite on an Enemy", statOrderKey = "7511", statOrder = { 7511 }, level = 1, group = "CanInflictMultipleIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["EmberwakeLessBurningDamageUniqueRing38"] = { affix = "", "Ignited Enemies Burn (50-65)% slower", statOrderKey = "2185", statOrder = { 2185 }, level = 1, group = "EmberwakeLessBurningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["EmberwakeLessBurningDamageUnique__1"] = { affix = "", "40% less Burning Damage", statOrderKey = "6483", statOrder = { 6483 }, level = 1, group = "EmberwakeLessBurningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["GainPhasingOnVaalSkillUseUnique__1"] = { affix = "", "You gain Phasing for 10 seconds on using a Vaal Skill", statOrderKey = "2510", statOrder = { 2510 }, level = 1, group = "GainPhasingOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["MovementSpeedWhilePhasedUnique__1"] = { affix = "", "15% increased Movement Speed while Phasing", statOrderKey = "2220", statOrder = { 2220 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedWhilePhasedUnique__2"] = { affix = "", "10% increased Movement Speed while Phasing", statOrderKey = "2220", statOrder = { 2220 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["LifePerRedSocket"] = { affix = "", "+30 to Maximum Life per Red Socket", statOrderKey = "2306", statOrder = { 2306 }, level = 1, group = "LifePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldPerBlueSocket"] = { affix = "", "+30 to Maximum Energy Shield per Blue Socket", statOrderKey = "2314", statOrder = { 2314 }, level = 1, group = "EnergyShieldPerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ManaPerGreenSocket"] = { affix = "", "+30 to Maximum Mana per Green Socket", statOrderKey = "2310", statOrder = { 2310 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LifePerRedSocketUniqueRing39"] = { affix = "", "+100 to Maximum Life per Red Socket", statOrderKey = "2306", statOrder = { 2306 }, level = 1, group = "LifePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldPerBlueSocketUniqueRing39"] = { affix = "", "+100 to Maximum Energy Shield per Blue Socket", statOrderKey = "2314", statOrder = { 2314 }, level = 1, group = "EnergyShieldPerBlueSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ManaPerGreenSocketUniqueRing39"] = { affix = "", "+100 to Maximum Mana per Green Socket", statOrderKey = "2310", statOrder = { 2310 }, level = 1, group = "ManaPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedDamageOnZeroEnergyShieldUniqueShieldStrInt8"] = { affix = "", "(20-30)% increased Damage while you have no Energy Shield", statOrderKey = "2324", statOrder = { 2324 }, level = 1, group = "IncreasedDamageOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedArmourOnZeroEnergyShieldUnique__1"] = { affix = "", "100% increased Global Armour while you have no Energy Shield", statOrderKey = "2325", statOrder = { 2325 }, level = 1, group = "IncreasedArmourOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["UnholyMightOnBlockChanceUniqueShieldStrInt8"] = { affix = "", "30% chance to gain Unholy Might on block for 3 seconds", statOrderKey = "2633", statOrder = { 2633 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["UnholyMightOnBlockChanceUnique__1"] = { affix = "", "Gain Unholy Might on block for 10 seconds", statOrderKey = "2633", statOrder = { 2633 }, level = 1, group = "UnholyMightOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["IncreasedDamageOnBurningGroundUniqueBootsInt6"] = { affix = "", "50% increased Damage on Burning Ground", statOrderKey = "1782", statOrder = { 1782 }, level = 1, group = "IncreasedDamageOnBurningGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LifeRegenerationPercentOnChilledGroundUniqueBootsInt6"] = { affix = "", "Regenerate 2% of Life per second on Chilled Ground", statOrderKey = "1783", statOrder = { 1783 }, level = 1, group = "LifeRegenerationPercentOnChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MovementVelocityOnShockedGroundUniqueBootsInt6_"] = { affix = "", "20% increased Movement Speed on Shocked Ground", statOrderKey = "1781", statOrder = { 1781 }, level = 1, group = "MovementVelocityOnShockedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChaosDamageLifeLeechPermyriadUniqueShieldStrInt8"] = { affix = "", "0.4% of Chaos Damage Leeched as Life", statOrderKey = "1336", statOrder = { 1336 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["ChaosDamageLifeLeechPermyriadUnique__1"] = { affix = "", "0.2% of Chaos Damage Leeched as Life", statOrderKey = "1336", statOrder = { 1336 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["ChaosDamageLifeLeechPermyriadUnique__2"] = { affix = "", "0.5% of Chaos Damage Leeched as Life", statOrderKey = "1336", statOrder = { 1336 }, level = 1, group = "ChaosDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["PhysicalDamageAddedAsChaosImplicitQuiver11New"] = { affix = "", "Gain (10-15)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1576", statOrder = { 1576 }, level = 69, group = "PhysicalDamageAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosUniqueShiledStrInt8"] = { affix = "", "Gain (5-10)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1576", statOrder = { 1576 }, level = 1, group = "PhysicalDamageAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ItemQuantityPerWhiteSocketUniqueRing39_"] = { affix = "", "15% increased Item Quantity per White Socket", statOrderKey = "2318", statOrder = { 2318 }, level = 75, group = "ItemQuantityPerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosDamageDoesNotBypassESDuringFlaskEffectUnique__1"] = { affix = "", "Chaos Damage taken does not bypass Energy Shield during effect", statOrderKey = "659", statOrder = { 659 }, level = 1, group = "ChaosDamageDoesNotBypassESDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUseUnique__1"] = { affix = "", "Removes all but one Life on use", "Removed life is Regenerated as Energy Shield over 2 seconds", statOrderKey = "2726,2726.1", statOrder = { 2726, 2726.1 }, level = 1, group = "RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["TalismanHasOneSocket_"] = { affix = "", "Has 1 Socket", statOrderKey = "30", statOrder = { 30 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanIncreasedMana"] = { affix = "", "(20-30)% increased maximum Mana", statOrderKey = "1245", statOrder = { 1245 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["TalismanIncreasedFireDamage"] = { affix = "", "(20-30)% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["TalismanIncreasedColdDamage"] = { affix = "", "(20-30)% increased Cold Damage", statOrderKey = "1042", statOrder = { 1042 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["TalismanIncreasedLightningDamage"] = { affix = "", "(20-30)% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["TalismanIncreasedPhysicalDamage"] = { affix = "", "(20-30)% increased Global Physical Damage", statOrderKey = "912", statOrder = { 912 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["TalismanIncreasedChaosDamage"] = { affix = "", "(19-31)% increased Chaos Damage", statOrderKey = "1057", statOrder = { 1057 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["TalismanAdditionalZombie"] = { affix = "", "+1 to maximum number of Raised Zombies", statOrderKey = "1795", statOrder = { 1795 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["TalismanIncreasedCriticalChance"] = { affix = "", "(40-50)% increased Global Critical Strike Chance", statOrderKey = "1128", statOrder = { 1128 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["TalismanIncreasedStrength"] = { affix = "", "(8-14)% increased Strength", statOrderKey = "866", statOrder = { 866 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedDexterity"] = { affix = "", "(8-14)% increased Dexterity", statOrderKey = "867", statOrder = { 867 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedIntelligence"] = { affix = "", "(8-14)% increased Intelligence", statOrderKey = "868", statOrder = { 868 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedEnergyShield"] = { affix = "", "(15-25)% increased maximum Energy Shield", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["TalismanIncreasedLife"] = { affix = "", "(8-12)% increased maximum Life", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TalismanIncreasedItemQuantity"] = { affix = "", "(6-10)% increased Quantity of Items found", statOrderKey = "1256", statOrder = { 1256 }, level = 1, group = "Other", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanIncreasedAllAttributes"] = { affix = "", "(12-16)% increased Attributes", statOrderKey = "865", statOrder = { 865 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesPercentUnique__1"] = { affix = "", "(5-7)% increased Attributes", statOrderKey = "865", statOrder = { 865 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AllAttributesPercentUnique__2"] = { affix = "", "(5-15)% increased Attributes", statOrderKey = "865", statOrder = { 865 }, level = 1, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["TalismanIncreasedDamage"] = { affix = "", "(25-35)% increased Damage", statOrderKey = "873", statOrder = { 873 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TalismanIncreasedCriticalStrikeMultiplier_"] = { affix = "", "+(24-36)% to Global Critical Strike Multiplier", statOrderKey = "1156", statOrder = { 1156 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["TalismanDamageDealtAddedAsRandomElement"] = { affix = "", "Gain (6-12)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2525", statOrder = { 2525 }, level = 1, group = "PhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental" }, }, + ["TalismanIncreasedAreaOfEffect"] = { affix = "", "(5-8)% increased Area of Effect", statOrderKey = "1524", statOrder = { 1524 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanFireTakenAsCold"] = { affix = "", "50% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2758", statOrder = { 2758 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["FireDamageTakenAsColdUnique___1"] = { affix = "", "20% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2758", statOrder = { 2758 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["FireDamageTakenAsColdUnique___2_"] = { affix = "", "30% of Fire Damage from Hits taken as Cold Damage", statOrderKey = "2758", statOrder = { 2758 }, level = 62, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["TalismanFireTakenAsLightning"] = { affix = "", "50% of Fire Damage from Hits taken as Lightning Damage", statOrderKey = "2759", statOrder = { 2759 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning" }, }, + ["TalismanColdTakenAsFire"] = { affix = "", "50% of Cold Damage from Hits taken as Fire Damage", statOrderKey = "2760", statOrder = { 2760 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold" }, }, + ["TalismanColdTakenAsLightning"] = { affix = "", "50% of Cold Damage from Hits taken as Lightning Damage", statOrderKey = "2761", statOrder = { 2761 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning" }, }, + ["TalismanLightningTakenAsCold"] = { affix = "", "50% of Lightning Damage from Hits taken as Cold Damage", statOrderKey = "2764", statOrder = { 2764 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "lightning" }, }, + ["TalismanLightningTakenAsFire"] = { affix = "", "50% of Lightning Damage from Hits taken as Fire Damage", statOrderKey = "2762", statOrder = { 2762 }, level = 1, group = "ElementalDamageTakenAsAnotherElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "lightning" }, }, + ["TalismanReducedPhysicalDamageTaken_"] = { affix = "", "(4-6)% additional Physical Damage Reduction", statOrderKey = "1903", statOrder = { 1903 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["TalismanIncreasedSkillEffectDuration"] = { affix = "", "(20-25)% increased Skill Effect Duration", statOrderKey = "1539", statOrder = { 1539 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanPercentLifeRegeneration"] = { affix = "", "Regenerate 2% of Life per second", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TalismanChanceToFreezeShockIgnite_"] = { affix = "", "(4-6)% chance to Freeze, Shock and Ignite", statOrderKey = "2392", statOrder = { 2392 }, level = 1, group = "ChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["TalismanFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "2235", statOrder = { 2235 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["TalismanPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["TalismanEnduranceChargeOnKill_"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["TalismanGlobalDefensesPercent"] = { affix = "", "(15-25)% increased Global Defences", statOrderKey = "2423", statOrder = { 2423 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["TalismanFishBiteSensitivity"] = { affix = "", "(30-40)% increased Fish Bite Sensitivity", statOrderKey = "3158", statOrder = { 3158 }, level = 1, group = "FishingBiteSensitivity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["FishBiteSensitivityUnique__1"] = { affix = "", "(20-40)% increased Fish Bite Sensitivity", statOrderKey = "3158", statOrder = { 3158 }, level = 48, group = "FishingBiteSensitivity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "green_herring" }, }, + ["TalismanAttackAndCastSpeed"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrderKey = "1681", statOrder = { 1681 }, level = 1, group = "AttackCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["TalismanSpellDamage"] = { affix = "", "(20-30)% increased Spell Damage", statOrderKey = "905", statOrder = { 905 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["TalismanAttackDamage"] = { affix = "", "(20-30)% increased Attack Damage", statOrderKey = "880", statOrder = { 880 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["TalismanPierceChance"] = { affix = "", "Projectiles Pierce (25-35) additional Targets", statOrderKey = "8117", statOrder = { 8117 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TalismanAdditionalPierce"] = { affix = "", "Projectiles Pierce 2 additional Targets", statOrderKey = "1436", statOrder = { 1436 }, level = 1, group = "Pierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageTakeFromManaBeforeLifePerPowerChargeUnique__1"] = { affix = "", "1% of Damage is taken from Mana before Life per Power Charge", statOrderKey = "2747", statOrder = { 2747 }, level = 40, group = "DamageTakeFromManaBeforeLifePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeUnique__1"] = { affix = "", "10% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1616", statOrder = { 1616 }, level = 1, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["CriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "40% reduced Critical Strike Chance per Power Charge", statOrderKey = "2748", statOrder = { 2748 }, level = 1, group = "CriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["IncreasedFireballRadiusUniqueJewel57"] = { affix = "", "Fire Damage is increased by 1% per 5 Intelligence from Allocated Passives in Radius", statOrderKey = "2729", statOrder = { 2729 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AdditionalGlacialCascadeSequenceUniqueJewel58"] = { affix = "", "Cold Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius", "Physical Damage is increased by 1% per 8 Intelligence from Allocated Passives in Radius", "Glacial Cascade gains an additional Burst with 60 Intelligence from Passives in Radius", statOrderKey = "2730,2731,2737", statOrder = { 2730, 2731, 2737 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["AnimateBowsAndWandsUnique____70"] = { affix = "", "With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 12 Ranged Weapons", statOrderKey = "2838", statOrder = { 2838 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExtraArrowForSplitArrowUniqueJewel60"] = { affix = "", "Projectile Damage is increased by 1% per 5 Dexterity from Allocated Passives in Radius", "Split Arrow fires an additional arrow with 50 Dexterity from Passives in Radius", statOrderKey = "2736,2739", statOrder = { 2736, 2739 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["FlaskChargeRecoveryDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Flask Charges gained during any Flask Effect", statOrderKey = "2765", statOrder = { 2765 }, level = 1, group = "FlaskChargeRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargeRecoveryDuringFlaskEffectUnique__2"] = { affix = "", "30% reduced Flask Charges gained during any Flask Effect", statOrderKey = "2765", statOrder = { 2765 }, level = 1, group = "FlaskChargeRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["ManaRegenerationDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Mana Regeneration Rate during any Flask Effect", statOrderKey = "2766", statOrder = { 2766 }, level = 14, group = "ManaRegenerationDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["EnemiesLoseLifePlayerLeechesUnique__1"] = { affix = "", "200% of Life Leech applies to Enemies as Chaos Damage", statOrderKey = "2767", statOrder = { 2767 }, level = 55, group = "EnemiesLoseLifePlayerLeeches", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "resource", "life", "damage", "chaos" }, }, + ["MovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "15% increased Movement Speed during any Flask Effect", statOrderKey = "2768", statOrder = { 2768 }, level = 1, group = "MovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "speed" }, }, + ["NoExtraBleedDamageWhileMovingUniqueAmulet25"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "2774", statOrder = { 2774 }, level = 69, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["NoExtraBleedDamageWhileMovingUnique__1"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "2774", statOrder = { 2774 }, level = 1, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AttacksHaveBloodMagic__1"] = { affix = "", "Attacks Cost Life instead of Mana", statOrderKey = "8426", statOrder = { 8426 }, level = 1, group = "AttacksHaveBloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SocketedTrapSkillsCreateSmokeCloudWhenDetonated__1"] = { affix = "", "Traps from Socketed Skills create a Smoke Cloud when triggered", statOrderKey = "373", statOrder = { 373 }, level = 1, group = "SocketedTrapSkillsCreateSmokeCloudWhenDetonated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireDamageToBlindEnemies__1"] = { affix = "", "(30-50)% increased Fire Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "2803", statOrder = { 2803 }, level = 1, group = "FireDamageToBlindEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SpellDamageTakenFromBlindEnemies__1"] = { affix = "", "30% reduced Spell Damage taken from Blinded Enemies", statOrderKey = "2804", statOrder = { 2804 }, level = 1, group = "SpellDamageTakenFromBlindEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GlacialHammerThresholdJewel__1"] = { affix = "", "With at least 40 Strength in Radius, 20% increased", "Rarity of Items dropped by Enemies Shattered by Glacial Hammer", statOrderKey = "2809,2809.1", statOrder = { 2809, 2809.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SpectralThrowThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 5% increased Damage each time it Hits", statOrderKey = "2810", statOrder = { 2810 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ViperStrikeThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, Viper Strike deals 2% increased Damage with Hits and Poison for each Poison on the Enemy", statOrderKey = "2812", statOrder = { 2812 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ViperStrikeThresholdJewel__2"] = { affix = "", "With at least 40 Dexterity in Radius, Viper Strike has a 10% chance per Poison on Enemy to grant Unholy Might for 4 seconds on Hit", statOrderKey = "6559", statOrder = { 6559 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["HeavyStrikeThresholdJewel___1"] = { affix = "", "With at least 40 Strength in Radius, Heavy Strike has a ", "20% chance to deal Double Damage", statOrderKey = "2813,2813.1", statOrder = { 2813, 2813.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ShrapnelShotThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Galvanic Arrow has 25% increased Area of Effect", "With at least 40 Dexterity in Radius, Galvanic Arrow deals 50% increased Area Damage", statOrderKey = "2934,6550", statOrder = { 2934, 6550 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["BurningArrowThresholdJewel_2"] = { affix = "", "Ignited Enemies Killed by your Hits are destroyed", statOrderKey = "2213", statOrder = { 2213 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack", "ailment" }, }, + ["CleaveThresholdJewel_1"] = { affix = "", "With at least 40 Strength in Radius, Hits with Cleave Fortify", "With at least 40 Strength in Radius, Cleave has +1 to Radius per Nearby", "Enemy, up to +10", statOrderKey = "2928,2929,2929.1", statOrder = { 2928, 2929, 2929.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["FreezingPulseThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Freezing Pulse fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, 25% increased Freezing Pulse Damage if", "you've Shattered an Enemy Recently", statOrderKey = "2937,2938,2938.1", statOrder = { 2937, 2938, 2938.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["IceShotThresholdJewel__1"] = { affix = "", "With at least 40 Dexterity in Radius, Ice Shot Pierces 50 additional Targets", "With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect", statOrderKey = "6533,6534", statOrder = { 6533, 6534 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IceShotThresholdJewel__2"] = { affix = "", "With at least 40 Dexterity in Radius, Ice Shot has 25% increased Area of Effect", "With at least 40 Dexterity in Radius, Ice Shot Pierces 3 additional Targets", statOrderKey = "6534,6535", statOrder = { 6534, 6535 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MoltenStrikeThresholdJewel_1"] = { affix = "", "With at least 40 Strength in Radius, Molten Strike fires 2 additional Projectiles", "With at least 40 Strength in Radius, Molten Strike has 25% increased Area of Effect", statOrderKey = "6545,6546", statOrder = { 6545, 6546 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MoltenStrikeThresholdJewel__2"] = { affix = "", "With at least 40 Strength in Radius, Molten Strike Projectiles Chain on impacting ground", "With at least 40 Strength in Radius, Molten Strike Projectiles Chain +1 time", "With at least 40 Strength in Radius, Molten Strike fires 50% less Projectiles", statOrderKey = "6454,6455,6456", statOrder = { 6454, 6455, 6456 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["FrostBladesThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Melee Damage", "dealt by Frost Blades Penetrates 15% Cold Resistance", "With at least 40 Dexterity in Radius, Frost Blades has 25% increased Projectile Speed", statOrderKey = "6526,6526.1,6527", statOrder = { 6526, 6526.1, 6527 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack", "speed" }, }, + ["DualStrikeThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has a 20% chance", "to deal Double Damage with the Main-Hand Weapon", "With at least 40 Dexterity in Radius, Dual Strike deals Off-Hand Splash Damage", "to surrounding targets", statOrderKey = "6512,6512.1,6514,6514.1", statOrder = { 6512, 6512.1, 6514, 6514.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["DualStrikeThresholdJewelAxe"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike Hits Intimidate Enemies for", "4 seconds while wielding an Axe", statOrderKey = "6511,6511.1", statOrder = { 6511, 6511.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DualStrikeThresholdJewelClaw"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has (10-15)% increased Attack", "Speed while wielding a Claw", statOrderKey = "6509,6509.1", statOrder = { 6509, 6509.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["DualStrikeThresholdJewelDagger"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has +(20-30)% to Critical Strike", "Multiplier while wielding a Dagger", statOrderKey = "6510,6510.1", statOrder = { 6510, 6510.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["DualStrikeThresholdJewelMace"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike deals Splash Damage", "to surrounding targets while wielding a Mace", statOrderKey = "6513,6513.1", statOrder = { 6513, 6513.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DualStrikeThresholdJewelSword_"] = { affix = "", "With at least 40 Dexterity in Radius, Dual Strike has (20-30)% increased", "Accuracy Rating while wielding a Sword", statOrderKey = "6508,6508.1", statOrder = { 6508, 6508.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DualStrikeThresholdJewel__2_"] = { affix = "", "(10-15)% increased Attack Damage", statOrderKey = "880", statOrder = { 880 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FrostboltThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Frostbolt fires 2 additional Projectiles", "With at least 40 Intelligence in Radius, Frostbolt Projectiles gain 40% increased Projectile Speed per second", statOrderKey = "6528,6529", statOrder = { 6528, 6529 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["EtherealKnivesThresholdJewel_1"] = { affix = "", "With at least 40 Dexterity in Radius, Ethereal Knives fires Projectiles in a circle", statOrderKey = "2931", statOrder = { 2931 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["LightningTendrilsThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, each Lightning Tendrils Repeat has 4% increased Area of Effect per Enemy Hit", statOrderKey = "6540", statOrder = { 6540 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MagmaOrbThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Rolling Magma fires an additional Projectile", "With at least 40 Intelligence in Radius, Rolling Magma", "has 10% increased Area of Effect per Chain", statOrderKey = "6541,6542,6542.1", statOrder = { 6541, 6542, 6542.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MagmaOrbThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Rolling Magma deals 50% less Damage", "With at least 40 Intelligence in Radius, Rolling Magma deals 40% more Damage per Chain", "With at least 40 Intelligence in Radius, Rolling Magma", "has 10% increased Area of Effect per Chain", statOrderKey = "6452,6453,6542,6542.1", statOrder = { 6452, 6453, 6542, 6542.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["GlacialHammerThresholdJewel_2"] = { affix = "", "With at least 40 Strength in Radius, Glacial Hammer deals", "Cold-only Splash Damage to surrounding targets", "With at least 40 Strength in Radius, 25% of Glacial", "Hammer Physical Damage Converted to Cold Damage", statOrderKey = "2932,2932.1,2933,2933.1", statOrder = { 2932, 2932.1, 2933, 2933.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "attack" }, }, + ["BlightThresholdJewel_1"] = { affix = "", "With at least 40 Intelligence in Radius, Blight has 25% increased Area of Effect after 1 second of Channelling", statOrderKey = "6495", statOrder = { 6495 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["BlightThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration", statOrderKey = "6491,6493", statOrder = { 6491, 6493 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["BlightThresholdJewel_3"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration", statOrderKey = "6490,6493", statOrder = { 6490, 6493 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlightThresholdJewel_4"] = { affix = "", "With at least 40 Intelligence in Radius, Blight inflicts Withered for 2 seconds", "With at least 40 Intelligence in Radius, Blight has 30% reduced Cast Speed", statOrderKey = "6490,6492", statOrder = { 6490, 6492 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RaiseZombieThresholdJewel1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised", "Zombies' Slam Attack has 100% increased Cooldown Recovery Rate", "With at least 40 Intelligence in Radius, Raised Zombies' Slam", "Attack deals 30% increased Damage", statOrderKey = "6560,6560.1,6561,6561.1", statOrder = { 6560, 6560.1, 6561, 6561.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SparkThresholdJewel1"] = { affix = "", "With at least 40 Intelligence in Radius, 2 additional Spark Projectiles", statOrderKey = "2936", statOrder = { 2936 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["SparkThresholdJewel_2"] = { affix = "", "With at least 40 Intelligence in Radius, Spark fires Projectiles in a circle", statOrderKey = "6553", statOrder = { 6553 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["FireTrapThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Fire Trap throws up to 1 additional Trap", statOrderKey = "6525", statOrder = { 6525 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["SplitArrowThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Split Arrow fires Projectiles in Parallel", statOrderKey = "6558", statOrder = { 6558 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["GlacialCascadeThresholdJewel1"] = { affix = "", "With 40 Intelligence in Radius, Glacial Cascade has an additional Burst", "With 40 Intelligence in Radius, 20% of Glacial Cascade Physical Damage", "Converted to Cold Damage", statOrderKey = "6530,6531,6531.1", statOrder = { 6530, 6531, 6531.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["CausticArrowThresholdJewel1"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow deals 30% reduced Damage with Hits", statOrderKey = "6498", statOrder = { 6498 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["CausticArrowThresholdJewel2"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow deals 40% increased Damage over Time", statOrderKey = "6497", statOrder = { 6497 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["CausticArrowThresholdJewel3"] = { affix = "", "With at least 40 Dexterity in Radius, Caustic Arrow has a 50% chance on Hit to Poison Enemies on Caustic Ground", statOrderKey = "6496", statOrder = { 6496 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["SpectralShieldThrowThresholdJewel1_"] = { affix = "", "+0.2% to Off Hand Critical Strike Chance per 10 Maximum Energy Shield on Shield", statOrderKey = "7530", statOrder = { 7530 }, level = 1, group = "OffHandCritChancePerEsOnShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SpectralShieldThrowThresholdJewel2"] = { affix = "", "+4% to Off Hand Critical Strike Multiplier per 10 Maximum Energy Shield on Shield", statOrderKey = "7531", statOrder = { 7531 }, level = 1, group = "OffHandCritMultiPerEsOnShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["IncreasedStunThresholdUnique__1_"] = { affix = "", "20% increased Stun Threshold", statOrderKey = "2856", statOrder = { 2856 }, level = 1, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StunThresholdBasedOnManaUnique__1"] = { affix = "", "Stun Threshold is based on 500% of your Mana instead of Life", statOrderKey = "2855", statOrder = { 2855 }, level = 1, group = "StunThresholdBasedOnMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PowerChargeOnCriticalStrikeChanceUnique__1"] = { affix = "", "25% chance to gain a Power Charge on Critical Strike", statOrderKey = "1476", statOrder = { 1476 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "critical" }, }, + ["NoLifeRegenerationUnique___1"] = { affix = "", "You have no Life Regeneration", statOrderKey = "1901", statOrder = { 1901 }, level = 1, group = "NoLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NeverBlockUnique__1"] = { affix = "", "Cannot Block", statOrderKey = "2849", statOrder = { 2849 }, level = 1, group = "NeverBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LocalShieldHasNoBlockChanceUnique__1"] = { affix = "", "No Chance to Block", statOrderKey = "2850", statOrder = { 2850 }, level = 1, group = "LocalShieldHasNoBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LocalFlaskOnslaughtPerFrenzyChargeUnique__1"] = { affix = "", "Gain Onslaught for 3 seconds per Frenzy Charge on use", statOrderKey = "590", statOrder = { 590 }, level = 1, group = "LocalFlaskOnslaughtPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["GrantUniqueBuff__1"] = { affix = "", "Gain Her Blessing for 3 seconds when you Ignite an Enemy", statOrderKey = "2862", statOrder = { 2862 }, level = 66, group = "HerBlessingOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["UniqueConditionOnBuff__1"] = { affix = "", "Cannot be Frozen, Chilled or Ignited with Her Blessing", statOrderKey = "2864", statOrder = { 2864 }, level = 66, group = "AvoidAilmentsDuringHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, }, + ["UniqueConditionOnBuff__2"] = { affix = "", "20% increased Attack and Movement Speed with Her Blessing", statOrderKey = "2865", statOrder = { 2865 }, level = 66, group = "AttackAndMoveSpeedDuringHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["UniqueEffectOnBuff__3"] = { affix = "", "33% chance to Blind nearby Enemies when gaining Her Blessing", statOrderKey = "2863", statOrder = { 2863 }, level = 66, group = "BlindOnGainingHerBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RallyingCryThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, 10% of Damage taken Recouped as Mana if you've Warcried Recently", statOrderKey = "2845", statOrder = { 2845 }, level = 1, group = "RallyingCryThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["VigilantStrikeThresholdJewel__1"] = { affix = "", "With at least 40 Strength in Radius, Hits with Vigilant Strike Fortify you and Nearby Allies for 8 seconds", statOrderKey = "2832", statOrder = { 2832 }, level = 1, group = "VigilantStrikeThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ColdsnapThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Cold Snap grants Power Charges instead of Frenzy Charges when Enemies die in its Area", "With at least 40 Intelligence in Radius, Cold Snap's Cooldown can be bypassed by Power Charges instead of Frenzy Charges", statOrderKey = "6502,6502.1", statOrder = { 6502, 6502.1 }, level = 1, group = "ColdSnapThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["FireballThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball Projectiles gain Area as they travel farther, up to 50% increased Area of Effect", statOrderKey = "2834", statOrder = { 2834 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["FireballThresholdJewel__2_"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball Projectiles gain Radius as they travel farther, up to +4 Radius", statOrderKey = "2835", statOrder = { 2835 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["FireballThresholdJewel__3"] = { affix = "", "With at least 40 Intelligence in Radius, Fireball cannot ignite", "With at least 40 Intelligence in Radius, Fireball has +(30-50)% chance to inflict scorch", statOrderKey = "6449,6450", statOrder = { 6449, 6450 }, level = 1, group = "FireballThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["ShockNearbyEnemiesDuringFlaskEffect___1"] = { affix = "", "Shocks nearby Enemies during Flask effect, causing 10% increased Damage taken", statOrderKey = "744", statOrder = { 744 }, level = 85, group = "ShockNearbyEnemiesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ShockSelfDuringFlaskEffect__1"] = { affix = "", "You are Shocked during Flask effect, causing 50% increased Damage taken", statOrderKey = "745", statOrder = { 745 }, level = 1, group = "ShockSelfDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["LightningLifeLeechDuringFlaskEffect__1"] = { affix = "", "20% of Lightning Damage Leeched as Life during Flask effect", statOrderKey = "752", statOrder = { 752 }, level = 1, group = "LightningLifeLeechDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "elemental", "lightning" }, }, + ["LightningManaLeechDuringFlaskEffect__1"] = { affix = "", "20% of Lightning Damage Leeched as Mana during Flask effect", statOrderKey = "753", statOrder = { 753 }, level = 1, group = "LightningManaLeechDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana", "elemental", "lightning" }, }, + ["LeechInstantDuringFlaskEffect__1"] = { affix = "", "Life and Mana Leech are instant during effect", statOrderKey = "754", statOrder = { 754 }, level = 1, group = "LeechInstantDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["AddedLightningDamageDuringFlaskEffect__1"] = { affix = "", "Adds (10-15) to (55-65) Lightning Damage to Attacks during Flask effect", statOrderKey = "750", statOrder = { 750 }, level = 1, group = "AddedLightningDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedSpellLightningDamageDuringFlaskEffect__1"] = { affix = "", "Adds (10-15) to (55-65) Lightning Damage to Spells during Flask effect", statOrderKey = "751", statOrder = { 751 }, level = 1, group = "AddedSpellLightningDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["PhysicalToLightningDuringFlaskEffect__1"] = { affix = "", "50% of Physical Damage Converted to Lightning during Flask effect", statOrderKey = "746", statOrder = { 746 }, level = 1, group = "PhysicalToLightningDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["LightningPenetrationDuringFlaskEffect__1"] = { affix = "", "Damage Penetrates 6% Lightning Resistance during Flask effect", statOrderKey = "747", statOrder = { 747 }, level = 1, group = "LightningPenetrationDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "lightning" }, }, + ["MinionAttackAndCastSpeedPerSkeleton__1"] = { affix = "", "2% increased Minion Attack and Cast Speed per Skeleton you own", statOrderKey = "2857", statOrder = { 2857 }, level = 1, group = "MinionAttackAndCastSpeedPerSkeleton", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionDurationPerZombie__1"] = { affix = "", "2% increased Minion Duration per Raised Zombie", statOrderKey = "2858", statOrder = { 2858 }, level = 1, group = "MinionDurationPerZombie", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionDamagePerSpectre__1"] = { affix = "", "(8-12)% increased Minion Damage per Raised Spectre", statOrderKey = "2859", statOrder = { 2859 }, level = 1, group = "MinionDamagePerSpectre", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionLifeRegenerationPerRagingSpirit__1"] = { affix = "", "Minions Regenerate (1.5-2.5)% of Life per second", statOrderKey = "2501", statOrder = { 2501 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["ExplodeOnKillChaosUnique__1"] = { affix = "", "Enemies you Kill have a 20% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage", statOrderKey = "2889", statOrder = { 2889 }, level = 1, group = "ExplodeOnKillChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ReduceManaCostPerEnduranceChargeUnique__1"] = { affix = "", "4% reduced Mana Cost per Endurance Charge", statOrderKey = "2851", statOrder = { 2851 }, level = 1, group = "ReduceManaCostPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["RampageWhileAtMaxEnduranceChargesUnique__1"] = { affix = "", "Gain Rampage while at Maximum Endurance Charges", statOrderKey = "2852", statOrder = { 2852 }, level = 1, group = "RampageWhileAtMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LoseEnduranceChargesOnRampageEndUnique___1"] = { affix = "", "Lose all Endurance Charges when Rampage ends", statOrderKey = "2853", statOrder = { 2853 }, level = 1, group = "LoseEnduranceChargesOnRampageEnd", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["IncreasedDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "40% increased Damage with Hits against Frozen Enemies", statOrderKey = "917", statOrder = { 917 }, level = 1, group = "IncreasedDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["PhysicalDamageWhileFrozenUnique___1"] = { affix = "", "100% increased Global Physical Damage while Frozen", statOrderKey = "2927", statOrder = { 2927 }, level = 1, group = "PhysicalDamageWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttacksThatStunCauseBleedingUnique__1"] = { affix = "", "Causes Bleeding when you Stun", statOrderKey = "2105", statOrder = { 2105 }, level = 1, group = "AttacksThatStunCauseBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["GrantEnemiesUnholyMightOnKillUnique__1"] = { affix = "", "5% chance to grant Unholy Might to nearby Enemies on Kill", statOrderKey = "2964", statOrder = { 2964 }, level = 1, group = "GrantEnemiesUnholyMightOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantEnemiesOnslaughtOnKillUnique__1"] = { affix = "", "5% chance to grant Onslaught to nearby Enemies on Kill", statOrderKey = "2963", statOrder = { 2963 }, level = 1, group = "GrantEnemiesOnslaughtOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnholyMightOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Unholy Might for 10 seconds on Kill", statOrderKey = "4692", statOrder = { 4692 }, level = 1, group = "UnholyMightOnKillPercentChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaugtOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Onslaught for 10 seconds on Kill", statOrderKey = "4686", statOrder = { 4686 }, level = 1, group = "OnslaugtOnKillPercentChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumLifeOnKillPercentUnique__1"] = { affix = "", "Recover 1% of Life on Kill", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__2"] = { affix = "", "Recover (1-3)% of Life on Kill", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__3__"] = { affix = "", "Recover (3-5)% of Life on Kill", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeOnKillPercentUnique__4_"] = { affix = "", "Recover 1% of Life on Kill", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumManaOnKillPercentUnique__1"] = { affix = "", "Recover (1-3)% of Mana on Kill", statOrderKey = "1398", statOrder = { 1398 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MaximumEnergyShieldOnKillPercentUnique__1"] = { affix = "", "Recover (3-5)% of Energy Shield on Kill", statOrderKey = "1397", statOrder = { 1397 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["MaximumEnergyShieldOnKillPercentUnique__2"] = { affix = "", "Recover 1% of Energy Shield on Kill", statOrderKey = "1397", statOrder = { 1397 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["BurningArrowThresholdJewelUnique__1"] = { affix = "", "+10% to Fire Damage over Time Multiplier", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["DisplayManifestWeaponUnique__1"] = { affix = "", "Triggers Level 15 Manifest Dancing Dervishes on Rampage", "Manifested Dancing Dervishes disables both weapon slots", "Manifested Dancing Dervishes die when Rampage ends", statOrderKey = "2923,2924,2925", statOrder = { 2923, 2924, 2925 }, level = 1, group = "DisplayManifestWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["BarrageThresholdUnique__1"] = { affix = "", "With at least 40 Dexterity in Radius, Barrage fires an additional 6 projectiles simultaneously on the first and final attacks", statOrderKey = "2847", statOrder = { 2847 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["GroundSlamThresholdUnique__1"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam", "has a 50% increased angle", statOrderKey = "2841,2841.1", statOrder = { 2841, 2841.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["GroundSlamThresholdUnique__2"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam has a 35% chance", "to grant an Endurance Charge when you Stun an Enemy", statOrderKey = "2840,2840.1", statOrder = { 2840, 2840.1 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["SummonSkeletonsThresholdUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Summon Skeletons can Summon up to 15 Skeleton Mages", statOrderKey = "2830", statOrder = { 2830 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AdditionalSnipeTotemsPerDexterityUnique__1"] = { affix = "", "Siege Ballista has +1 to maximum number of Summoned Totems per 200 Dexterity", statOrderKey = "2975", statOrder = { 2975 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AdditionalShrapnelBallistaePerStrengthUnique__1"] = { affix = "", "Shrapnel Ballista has +1 to maximum number of Summoned Totems per 200 Strength", statOrderKey = "2974", statOrder = { 2974 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AddedDamagePerDexterityUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity", statOrderKey = "2976", statOrder = { 2976 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedDamagePerStrengthUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Strength", statOrderKey = "4232", statOrder = { 4232 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["DisplayBlindAuraUnique__1"] = { affix = "", "Nearby Enemies are Blinded", statOrderKey = "2977", statOrder = { 2977 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayNearbyEnemiesAreSlowedUnique__1"] = { affix = "", "Nearby Enemies are Hindered, with 25% reduced Movement Speed", statOrderKey = "2984", statOrder = { 2984 }, level = 1, group = "NearbyEnemiesAreSlowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "aura" }, }, + ["DisplaySupportedByHypothermiaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Hypothermia", statOrderKey = "292", statOrder = { 292 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Ice Bite", statOrderKey = "293", statOrder = { 293 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByIceBiteUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 10 Ice Bite", statOrderKey = "293", statOrder = { 293 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByColdPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Cold Penetration", statOrderKey = "294", statOrder = { 294 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByManaLeechUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Mana Leech", statOrderKey = "295", statOrder = { 295 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByAddedColdDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Cold Damage", statOrderKey = "296", statOrder = { 296 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByReducedManaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "297", statOrder = { 297 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByReducedManaUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "297", statOrder = { 297 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByBonechillUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Bonechill", statOrderKey = "109", statOrder = { 109 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["FlaskConsumesFrenzyChargesUnique__1"] = { affix = "", "Consumes Frenzy Charges on use", statOrderKey = "584", statOrder = { 584 }, level = 1, group = "FlaskConsumesFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "frenzy_charge" }, }, + ["CriticalChanceAgainstBlindedEnemiesUnique__1"] = { affix = "", "(120-140)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "2987", statOrder = { 2987 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalChanceAgainstBlindedEnemiesUnique__2__"] = { affix = "", "(30-50)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "2987", statOrder = { 2987 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DamageAgainstNearEnemiesUnique__1"] = { affix = "", "(60-80)% increased Damage with Hits and Ailments against Hindered Enemies", statOrderKey = "3674", statOrder = { 3674 }, level = 1, group = "DamageAgainstNearEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BeltSoulEaterDuringFlaskEffect__1"] = { affix = "", "Gain Soul Eater during any Flask Effect", statOrderKey = "3007", statOrder = { 3007 }, level = 57, group = "BeltSoulEaterDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["BeltSoulsRemovedOnFlaskUse__1"] = { affix = "", "Lose Souls gained from Soul Eater when you use a Flask", statOrderKey = "3008", statOrder = { 3008 }, level = 1, group = "BeltSoulsRemovedOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FireDamageToNearbyEnemiesOnKillUnique"] = { affix = "", "Trigger Level 1 Fire Burst on Kill", statOrderKey = "475", statOrder = { 475 }, level = 1, group = "DamageToNearbyEnemiesOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedAurasReserveNoManaUnique__1"] = { affix = "", "Socketed Gems have no Reservation", "Your Blessing Skills are Disabled", statOrderKey = "307,307.1", statOrder = { 307, 307.1 }, level = 48, group = "SocketedAurasReserveNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["ItemGrantsIllusoryWarpUnique__1"] = { affix = "", "Grants Level 20 Illusory Warp Skill", statOrderKey = "381", statOrder = { 381 }, level = 1, group = "ItemGrantsIllusoryWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LocalDoubleImplicitMods"] = { affix = "", "Implicit Modifier magnitudes are doubled", statOrderKey = "23", statOrder = { 23 }, level = 65, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalTripleImplicitModsUnique__1__"] = { affix = "", "Implicit Modifier magnitudes are tripled", statOrderKey = "23", statOrder = { 23 }, level = 1, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnarmedDamageVsBleedingEnemiesUnique__1"] = { affix = "", "100% increased Damage with Unarmed Attacks against Bleeding Enemies", statOrderKey = "3143", statOrder = { 3143 }, level = 1, group = "UnarmedDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ClawDamageModsAlsoAffectUnarmedUnique__1"] = { affix = "", "Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills", statOrderKey = "3147", statOrder = { 3147 }, level = 1, group = "ClawDamageModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["BaseUnarmedCriticalStrikeChanceUnique__1"] = { affix = "", "+7% to Unarmed Melee Attack Critical Strike Chance", statOrderKey = "3146", statOrder = { 3146 }, level = 1, group = "BaseUnarmedCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["LifeGainVsBleedingEnemiesUnique__1"] = { affix = "", "Gain +30 Life when you Hit a Bleeding Enemy", statOrderKey = "3145", statOrder = { 3145 }, level = 1, group = "LifeGainVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SummonWolfOnKillUnique__1"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "497", statOrder = { 497 }, level = 62, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SummonWolfOnKillUnique__1New"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "497", statOrder = { 497 }, level = 62, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SummonWolfOnKillUnique__2_"] = { affix = "", "10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "497", statOrder = { 497 }, level = 1, group = "SummonWolfOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SummonWolfOnCritUnique__1"] = { affix = "", "20% chance to Trigger Level 25 Summon Spectral Wolf on Critical Strike with this Weapon", statOrderKey = "459", statOrder = { 459 }, level = 1, group = "SummonWolfOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, + ["SwordPhysicalAttackSpeedUnique__1"] = { affix = "", "35% increased Attack Speed with Swords", statOrderKey = "1096", statOrder = { 1096 }, level = 80, group = "SwordAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AxePhysicalDamageUnique__1"] = { affix = "", "80% increased Physical Damage with Axes", statOrderKey = "981", statOrder = { 981 }, level = 80, group = "AxePhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["DualWieldingPhysicalDamageUnique__1"] = { affix = "", "40% increased Physical Attack Damage while Dual Wielding", statOrderKey = "957", statOrder = { 957 }, level = 1, group = "DualWieldingPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ProjectilesForkUnique____1"] = { affix = "", "Arrows Fork", statOrderKey = "3156", statOrder = { 3156 }, level = 70, group = "ProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ClawAttackSpeedModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills", statOrderKey = "3148", statOrder = { 3148 }, level = 1, group = "ClawAttackSpeedModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["ClawCritModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Critical Strike Chance also apply to Unarmed Critical Strike Chance with Melee Skills", statOrderKey = "3149", statOrder = { 3149 }, level = 35, group = "ClawCritModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["EnergyShieldDelayDuringFlaskEffect__1"] = { affix = "", "50% slower start of Energy Shield Recharge during any Flask Effect", statOrderKey = "3152", statOrder = { 3152 }, level = 35, group = "EnergyShieldDelayDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, + ["ESRechargeRateDuringFlaskEffect__1"] = { affix = "", "(150-200)% increased Energy Shield Recharge Rate during any Flask Effect", statOrderKey = "3154", statOrder = { 3154 }, level = 1, group = "ESRechargeRateDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, + ["IncreasedColdDamagePerBlockChanceUnique__1"] = { affix = "", "1% increased Cold Damage per 1% Chance to Block Attack Damage", statOrderKey = "3159", statOrder = { 3159 }, level = 74, group = "IncreasedColdDamagePerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["IncreasedManaPerSpellBlockChanceUnique__1"] = { affix = "", "1% increased Maximum Mana per 2% Chance to Block Spell Damage", statOrderKey = "3160", statOrder = { 3160 }, level = 1, group = "IncreasedManaPerSpellBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedArmourWhileChilledOrFrozenUnique__1"] = { affix = "", "300% increased Armour while Chilled or Frozen", statOrderKey = "3161", statOrder = { 3161 }, level = 1, group = "IncreasedArmourWhileChilledOrFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["AddedColdDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (15-25) to (40-50) Cold Damage to Spells and Attacks", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageToSpellsAndAttacksUnique__2"] = { affix = "", "Adds (5-7) to (13-15) Cold Damage to Spells and Attacks", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["UtilityFlaskSmokeCloud"] = { affix = "", "Creates a Smoke Cloud on Use", statOrderKey = "597", statOrder = { 597 }, level = 1, group = "UtilityFlaskSmokeCloud", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskConsecrate"] = { affix = "", "Creates Consecrated Ground on Use", statOrderKey = "579", statOrder = { 579 }, level = 1, group = "UtilityFlaskConsecrate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskChilledGround"] = { affix = "", "Creates Chilled Ground on Use", statOrderKey = "580", statOrder = { 580 }, level = 1, group = "UtilityFlaskChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskTaunt_"] = { affix = "", "Taunts nearby Enemies on use", statOrderKey = "594", statOrder = { 594 }, level = 1, group = "UtilityFlaskTaunt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["UtilityFlaskWard"] = { affix = "", "Restores Ward on use", statOrderKey = "617", statOrder = { 617 }, level = 1, group = "UtilityFlaskWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["SummonsWormsOnUse"] = { affix = "", "2 Enemy Writhing Worms escape the Flask when used", "Writhing Worms are destroyed when Hit", statOrderKey = "618,618.1", statOrder = { 618, 618.1 }, level = 1, group = "SummonsWormsOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["PowerChargeOnHitUnique__1"] = { affix = "", "20% chance to gain a Power Charge on Hit", statOrderKey = "1480", statOrder = { 1480 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LosePowerChargesOnMaxPowerChargesUnique__1"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrderKey = "3177", statOrder = { 3177 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LosePowerChargesOnMaxPowerChargesUnique__2"] = { affix = "", "Lose all Power Charges on reaching Maximum Power Charges", statOrderKey = "3177", statOrder = { 3177 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LoseEnduranceChargesOnMaxEnduranceChargesUnique__1_"] = { affix = "", "You lose all Endurance Charges on reaching maximum Endurance Charges", statOrderKey = "2342", statOrder = { 2342 }, level = 1, group = "LoseEnduranceChargesOnMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ShockOnMaxPowerChargesUnique__1"] = { affix = "", "Shocks you when you reach Maximum Power Charges", statOrderKey = "3178", statOrder = { 3178 }, level = 1, group = "ShockOnMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["MoltenBurstOnMeleeHitUnique__1"] = { affix = "", "20% chance to Trigger Level 16 Molten Burst on Melee Hit", statOrderKey = "489", statOrder = { 489 }, level = 1, group = "MoltenBurstOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["PenetrateEnemyFireResistUnique__1"] = { affix = "", "Damage Penetrates 20% Fire Resistance", statOrderKey = "2568", statOrder = { 2568 }, level = 1, group = "PenetrateEnemyFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["LocalFlaskPetrifiedUnique__1"] = { affix = "", "Petrified during Flask Effect", statOrderKey = "683", statOrder = { 683 }, level = 1, group = "LocalFlaskPetrified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalFlaskPhysicalDamageReductionUnique__1"] = { affix = "", "(40-50)% additional Physical Damage Reduction during Flask Effect", statOrderKey = "667", statOrder = { 667 }, level = 1, group = "LocalFlaskPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "physical" }, }, + ["LightningDegenAuraUniqueDisplay__1"] = { affix = "", "Nearby Enemies take 50 Lightning Damage per second", statOrderKey = "2746", statOrder = { 2746 }, level = 1, group = "LightningDegenAura", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["CannotBeAffectedByFlasksUnique__1"] = { affix = "", "Flasks do not apply to you", statOrderKey = "3321", statOrder = { 3321 }, level = 38, group = "CannotBeAffectedByFlasks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlasksApplyToMinionsUnique__1"] = { affix = "", "Flasks apply to your Raised Zombies and Spectres", statOrderKey = "3322", statOrder = { 3322 }, level = 1, group = "FlasksApplyToMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, + ["RepeatingShockwave"] = { affix = "", "Triggers Level 7 Abberath's Fury when Equipped", statOrderKey = "474", statOrder = { 474 }, level = 1, group = "RepeatingShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LifeRegenerationWhileFrozenUnique__1"] = { affix = "", "Regenerate 10% of Life per second while Frozen", statOrderKey = "3315", statOrder = { 3315 }, level = 1, group = "LifeRegenerationWhileFrozen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["KnockbackOnCounterattackChanceUnique__1"] = { affix = "", "100% chance to knockback on Counterattack", statOrderKey = "3197", statOrder = { 3197 }, level = 1, group = "KnockbackOnCounterattack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EnergyShieldRechargeOnBlockUnique__1"] = { affix = "", "20% chance for Energy Shield Recharge to start when you Block", statOrderKey = "3003", statOrder = { 3003 }, level = 1, group = "EnergyShieldRechargeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "energy_shield", "defences" }, }, + ["LocalAttacksAlwaysCritUnique__1"] = { affix = "", "This Weapon's Critical Strike Chance is 100%", statOrderKey = "3365", statOrder = { 3365 }, level = 1, group = "AlwaysCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["LocalDoubleDamageToChilledEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage to Chilled Enemies", statOrderKey = "3332", statOrder = { 3332 }, level = 1, group = "DoubleDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["LocalElementalPenetrationUnique__1"] = { affix = "", "Attacks with this Weapon Penetrate 30% Elemental Resistances", statOrderKey = "3333", statOrder = { 3333 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["FlaskZealotsOathUnique__1"] = { affix = "", "Life Recovery from Flasks also applies to Energy Shield during Flask Effect", "Zealot's Oath during Flask effect", statOrderKey = "554,759", statOrder = { 554, 759 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "resource", "life", "defences" }, }, + ["IncreasedDamageAtNoFrenzyChargesUnique__1"] = { affix = "", "(60-80)% increased Damage while you have no Frenzy Charges", statOrderKey = "3337", statOrder = { 3337 }, level = 1, group = "DamageOnNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["CriticalChanceAgainstEnemiesOnFullLifeUnique__1"] = { affix = "", "100% increased Critical Strike Chance against Enemies on Full Life", statOrderKey = "3338", statOrder = { 3338 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeAttackLifeLeechUnique__1"] = { affix = "", "1% of Attack Damage Leeched as Life on Critical Strike", statOrderKey = "3339", statOrder = { 3339 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AddedPhysicalToMinionAttacksUnique__1"] = { affix = "", "Minions deal (5-8) to (12-16) additional Attack Physical Damage", statOrderKey = "3340", statOrder = { 3340 }, level = 1, group = "AddedPhysicalToMinionAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["AttackPhysicalDamageAddedAsLightningUnique__1"] = { affix = "", "Gain 15% of Physical Attack Damage as Extra Lightning Damage", statOrderKey = "3348", statOrder = { 3348 }, level = 1, group = "LightningDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, }, + ["AttackPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Gain 15% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3346", statOrder = { 3346 }, level = 1, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["AttackPhysicalDamageAddedAsFireUnique__2"] = { affix = "", "Gain (30-40)% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3346", statOrder = { 3346 }, level = 1, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["EnergyShieldPer5StrengthUnique__1"] = { affix = "", "+2 maximum Energy Shield per 5 Strength", statOrderKey = "3349", statOrder = { 3349 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["MaximumGolemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrderKey = "3264", statOrder = { 3264 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumGolemsUnique__2"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrderKey = "3264", statOrder = { 3264 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumGolemsUnique__3"] = { affix = "", "+3 to maximum number of Summoned Golems", statOrderKey = "3264", statOrder = { 3264 }, level = 43, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumGolemsUnique__4_"] = { affix = "", "-1 to maximum number of Summoned Golems", statOrderKey = "3264", statOrder = { 3264 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GrantsLevel12StoneGolem"] = { affix = "", "Grants Level 12 Summon Stone Golem Skill", statOrderKey = "383", statOrder = { 383 }, level = 1, group = "GrantsStoneGolemSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ZealotsOathUnique__1"] = { affix = "", "Zealot's Oath", statOrderKey = "8408", statOrder = { 8408 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["WeaponCountsAsAllOneHandedWeapons__1"] = { affix = "", "Counts as all One Handed Melee Weapon Types", statOrderKey = "3351", statOrder = { 3351 }, level = 1, group = "CountsAsAllOneHandMeleeWeapons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsSupportedByFortifyUnique____1"] = { affix = "", "Socketed Gems are Supported by Level 12 Fortify", statOrderKey = "279", statOrder = { 279 }, level = 1, group = "DisplaySocketedGemGetsFortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["CannotBePoisonedUnique__1"] = { affix = "", "Cannot be Poisoned", statOrderKey = "2950", statOrder = { 2950 }, level = 1, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["EnergyShieldRecoveryRateUnique__1"] = { affix = "", "(30-40)% increased Energy Shield Recovery rate", statOrderKey = "1234", statOrder = { 1234 }, level = 1, group = "EnergyShieldRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["IncreasedDamageTakenUnique__1"] = { affix = "", "5% increased Damage taken", statOrderKey = "1869", statOrder = { 1869 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskImmuneToDamage__1"] = { affix = "", "You are Immune to Damage during Flask Effect", statOrderKey = "679", statOrder = { 679 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalAlwaysCrit"] = { affix = "", "This Weapon's Critical Strike Chance is 100%", statOrderKey = "3365", statOrder = { 3365 }, level = 1, group = "AlwaysCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["IncreasePhysicalDegenDamagePerDexterityUnique__1"] = { affix = "", "2% increased Physical Damage Over Time per 10 Dexterity", statOrderKey = "3368", statOrder = { 3368 }, level = 1, group = "DegenerationDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreaseBleedDurationPerIntelligenceUnique__1"] = { affix = "", "1% increased Bleeding Duration per 12 Intelligence", statOrderKey = "3369", statOrder = { 3369 }, level = 1, group = "BleedDurationPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "ailment" }, }, + ["BleedingEnemiesFleeOnHitUnique__1"] = { affix = "", "30% Chance to cause Bleeding Enemies to Flee on hit", statOrderKey = "3370", statOrder = { 3370 }, level = 1, group = "BleedingEnemiesFleeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToAvoidFireDamageUnique__1"] = { affix = "", "25% chance to Avoid Fire Damage from Hits", statOrderKey = "2954", statOrder = { 2954 }, level = 1, group = "FireDamageAvoidance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire" }, }, + ["TrapTriggerRadiusUnique__1"] = { affix = "", "(40-60)% increased Trap Trigger Area of Effect", statOrderKey = "1567", statOrder = { 1567 }, level = 1, group = "TrapTriggerRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpreadChilledGroundOnFreezeUnique__1"] = { affix = "", "15% chance to create Chilled Ground when you Freeze an Enemy", statOrderKey = "2988", statOrder = { 2988 }, level = 1, group = "SpreadChilledGroundOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SpreadConsecratedGroundOnShatterUnique__1"] = { affix = "", "Create Consecrated Ground when you Shatter an Enemy", statOrderKey = "3694", statOrder = { 3694 }, level = 1, group = "SpreadConsecratedGroundOnShatter", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToPoisonWithAttacksUnique___1"] = { affix = "", "20% chance to Poison on Hit with Attacks", statOrderKey = "2757", statOrder = { 2757 }, level = 1, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["TrapTriggerTwiceChanceUnique__1"] = { affix = "", "(8-12)% Chance for Traps to Trigger an additional time", statOrderKey = "3367", statOrder = { 3367 }, level = 1, group = "TrapTriggerTwiceChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TrapAndMineAddedPhysicalDamageUnique__1"] = { affix = "", "Traps and Mines deal (3-5) to (10-15) additional Physical Damage", statOrderKey = "3366", statOrder = { 3366 }, level = 1, group = "TrapAndMineDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["FlaskLifeGainOnSkillUseUnique__1"] = { affix = "", "Grants Last Breath when you Use a Skill during Flask Effect, for (450-600)% of Mana Cost", statOrderKey = "661", statOrder = { 661 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["TrapPoisonChanceUnique__1"] = { affix = "", "Traps and Mines have a 25% chance to Poison on Hit", statOrderKey = "3657", statOrder = { 3657 }, level = 1, group = "TrapPoisonChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SocketedGemsSupportedByBlasphemyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 22 Blasphemy", statOrderKey = "298", statOrder = { 298 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, + ["SocketedGemsSupportedByBlasphemyUnique__2__"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "298", statOrder = { 298 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, + ["ReducedReservationForSocketedCurseGemsUnique__1"] = { affix = "", "Socketed Curse Gems have 20% increased Reservation Efficiency", statOrderKey = "374", statOrder = { 374 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["ReducedReservationForSocketedCurseGemsUnique__2"] = { affix = "", "Socketed Curse Gems have 80% increased Reservation Efficiency", statOrderKey = "374", statOrder = { 374 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "gem", "curse" }, }, + ["GrantAlliesPowerChargeOnKillUnique__1"] = { affix = "", "10% chance to grant a Power Charge to nearby Allies on Kill", statOrderKey = "2965", statOrder = { 2965 }, level = 1, group = "GrantAlliesPowerChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["GrantAlliesFrenzyChargeOnHitUnique__1"] = { affix = "", "5% chance to grant a Frenzy Charge to nearby Allies on Hit", statOrderKey = "2966", statOrder = { 2966 }, level = 1, group = "GrantAlliesFrenzyChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["SummonRagingSpiritOnKillUnique__1"] = { affix = "", "10% chance to Trigger Level 8 Summon Raging Spirit on Kill", statOrderKey = "491", statOrder = { 491 }, level = 1, group = "SummonRagingSpiritOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PhysicalDamageConvertedToChaosUnique__1"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1601", statOrder = { 1601 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertedToChaosUnique__2"] = { affix = "", "50% of Physical Damage Converted to Chaos Damage", statOrderKey = "1601", statOrder = { 1601 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["FishDetectionUnique__1_"] = { affix = "", "Glows while in an Area containing a Unique Fish", statOrderKey = "3695", statOrder = { 3695 }, level = 1, group = "FishingDetection", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalMaimOnHitUnique__1"] = { affix = "", "Attacks with this Weapon Maim on hit", statOrderKey = "3699", statOrder = { 3699 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["LocalMaimOnHit2HImplicit_1"] = { affix = "", "25% chance to Maim on Hit", statOrderKey = "6466", statOrder = { 6466 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AlwaysCritShockedEnemiesUnique__1"] = { affix = "", "Always Critically Strike Shocked Enemies", statOrderKey = "3702", statOrder = { 3702 }, level = 1, group = "AlwaysCritShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CannotCritNonShockedEnemiesUnique___1"] = { affix = "", "You cannot deal Critical Strikes against non-Shocked Enemies", statOrderKey = "3703", statOrder = { 3703 }, level = 1, group = "CannotCritNonShockedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["MinionChanceToBlindOnHitUnique__1"] = { affix = "", "Minions have 15% chance to Blind Enemies on hit", statOrderKey = "3721", statOrder = { 3721 }, level = 1, group = "MinionChanceToBlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionBlindImmunityUnique__1"] = { affix = "", "Minions cannot be Blinded", statOrderKey = "3720", statOrder = { 3720 }, level = 1, group = "MinionBlindImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["DisplaySocketedMinionGemsSupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Minion Gems are Supported by Level 16 Life Leech", statOrderKey = "302", statOrder = { 302 }, level = 1, group = "DisplaySocketedMinionGemsSupportedByLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "minion", "gem" }, }, + ["MagicItemsDropIdentifiedUnique__1"] = { affix = "", "Found Magic Items drop Identified", statOrderKey = "3722", statOrder = { 3722 }, level = 1, group = "MagicItemsDropIdentified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaPerStackableJewelUnique__1"] = { affix = "", "Gain 30 Mana per Grand Spectrum", statOrderKey = "3723", statOrder = { 3723 }, level = 1, group = "ManaPerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ArmourPerStackableJewelUnique__1"] = { affix = "", "Gain 200 Armour per Grand Spectrum", statOrderKey = "3724", statOrder = { 3724 }, level = 1, group = "ArmourPerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["IncreasedDamagePerStackableJewelUnique__1"] = { affix = "", "15% increased Elemental Damage per Grand Spectrum", statOrderKey = "3726", statOrder = { 3726 }, level = 1, group = "IncreasedDamagePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["CriticalStrikeChancePerStackableJewelUnique__1"] = { affix = "", "25% increased Critical Strike Chance per Grand Spectrum", statOrderKey = "3725", statOrder = { 3725 }, level = 1, group = "CriticalStrikeChancePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AllResistancePerStackableJewelUnique__1"] = { affix = "", "+7% to all Elemental Resistances per Grand Spectrum", statOrderKey = "3727", statOrder = { 3727 }, level = 1, group = "AllResistancePerStackableJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AddedColdDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Spells per Power Charge", statOrderKey = "1471", statOrder = { 1471 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AddedColdDamagePerPowerChargeUnique__2"] = { affix = "", "Adds 15 to 25 Cold Damage to Spells per Power Charge", statOrderKey = "1471", statOrder = { 1471 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["GainManaOnKillingFrozenEnemyUnique__1"] = { affix = "", "+(20-25) Mana gained on Killing a Frozen Enemy", statOrderKey = "7749", statOrder = { 7749 }, level = 1, group = "GainManaOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainPowerChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "Gain a Power Charge on Killing a Frozen Enemy", statOrderKey = "1470", statOrder = { 1470 }, level = 1, group = "GainPowerChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedDamageIfFrozenRecentlyUnique__1"] = { affix = "", "60% increased Damage if you've Frozen an Enemy Recently", statOrderKey = "4976", statOrder = { 4976 }, level = 44, group = "IncreasedDamageIfFrozenRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AddedLightningDamagePerIntelligenceUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4229", statOrder = { 4229 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamagePerIntelligenceUnique__2"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4229", statOrder = { 4229 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["IncreasedAttackSpeedPerDexterityUnique__1"] = { affix = "", "1% increased Attack Speed per 25 Dexterity", statOrderKey = "4251", statOrder = { 4251 }, level = 1, group = "IncreasedAttackSpeedPerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["MovementVelocityWhileBleedingUnique__1"] = { affix = "", "15% increased Movement Speed while Bleeding", statOrderKey = "7456", statOrder = { 7456 }, level = 1, group = "MovementVelocityWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["IncreasedPhysicalDamageTakenWhileMovingUnique__1"] = { affix = "", "10% increased Physical Damage taken while moving", statOrderKey = "3869", statOrder = { 3869 }, level = 1, group = "IncreasedPhysicalDamageTakenWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["PhysicalDamageReductionWhileNotMovingUnique__1"] = { affix = "", "10% additional Physical Damage Reduction while stationary", statOrderKey = "3867", statOrder = { 3867 }, level = 1, group = "PhysicalDamageReductionWhileNotMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["AddedLightningDamagePerShockedEnemyKilledUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage for each Shocked Enemy you've Killed Recently", statOrderKey = "7336", statOrder = { 7336 }, level = 1, group = "AddedLightningDamagePerShockedEnemyKilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ColdPenetrationAgainstChilledEnemiesUnique__1"] = { affix = "", "Damage Penetrates 20% Cold Resistance against Chilled Enemies", statOrderKey = "4797", statOrder = { 4797 }, level = 81, group = "ColdPenetrationAgainstChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GainLifeOnIgnitingEnemyUnique__1"] = { affix = "", "Recover (40-60) Life when you Ignite an Enemy", statOrderKey = "7748", statOrder = { 7748 }, level = 81, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainLifeOnIgnitingEnemyUnique__2"] = { affix = "", "Recover (20-30) Life when you Ignite an Enemy", statOrderKey = "7748", statOrder = { 7748 }, level = 36, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReflectsShocksUnique__1"] = { affix = "", "Shock Reflection", statOrderKey = "7774", statOrder = { 7774 }, level = 1, group = "ReflectsShocks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReflectsShockToEnemiesInRadiusUnique__1"] = { affix = "", "Reflect Shocks applied to you to all Nearby Enemies", statOrderKey = "7775", statOrder = { 7775 }, level = 1, group = "ReflectsShockToEnemiesInRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1"] = { affix = "", "Chaos Damage taken does not bypass Energy Shield while not on Low Life", statOrderKey = "4713", statOrder = { 4713 }, level = 1, group = "ChaosDamageDoesNotBypassESNotLowLifeOrMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["FrenzyChargeOnHitWhileBleedingUnique__1"] = { affix = "", "Gain a Frenzy Charge on Hit while Bleeding", statOrderKey = "5470", statOrder = { 5470 }, level = 1, group = "FrenzyChargeOnHitWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["IncreasedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "(15-20)% increased Cold Damage per Frenzy Charge", statOrderKey = "4781", statOrder = { 4781 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["IncreasedColdDamagePerFrenzyChargeUnique__2"] = { affix = "", "(15-20)% increased Cold Damage per Frenzy Charge", statOrderKey = "4781", statOrder = { 4781 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["OnHitBlindChilledEnemiesUnique__1_"] = { affix = "", "Blind Chilled Enemies on Hit", statOrderKey = "4507", statOrder = { 4507 }, level = 1, group = "OnHitBlindChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainLifeOnBlockUnique__1"] = { affix = "", "Recover 250 Life when you Block", statOrderKey = "1407", statOrder = { 1407 }, level = 1, group = "RecoverLifeOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "resource", "life" }, }, + ["GrantsLevel30ReckoningUnique__1"] = { affix = "", "Grants Level 30 Reckoning Skill", statOrderKey = "410", statOrder = { 410 }, level = 1, group = "GrantsLevel30Reckoning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["MinionsRecoverLifeOnKillingPoisonedEnemyUnique__1_"] = { affix = "", "Minions Recover 20% of Life on Killing a Poisoned Enemy", statOrderKey = "7417", statOrder = { 7417 }, level = 1, group = "MinionsRecoverLifeOnKillingPoisonedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1"] = { affix = "", "Gain a Frenzy Charge on reaching Maximum Power Charges", statOrderKey = "3179", statOrder = { 3179 }, level = 1, group = "WhenReachingMaxPowerChargesGainAFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["GrantsEnvyUnique__1"] = { affix = "", "Grants Level 25 Envy Skill", statOrderKey = "409", statOrder = { 409 }, level = 87, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsEnvyUnique__2"] = { affix = "", "Grants Level 15 Envy Skill", statOrderKey = "409", statOrder = { 409 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GainArmourIfBlockedRecentlyUnique__1"] = { affix = "", "+1000 Armour if you've Blocked Recently", statOrderKey = "3983", statOrder = { 3983 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["GainArmourIfBlockedRecentlyUnique__2"] = { affix = "", "+1500 Armour if you've Blocked Recently", statOrderKey = "3983", statOrder = { 3983 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EnemiesBlockedAreIntimidatedUnique__1"] = { affix = "", "Permanently Intimidate Enemies on Block", statOrderKey = "7560", statOrder = { 7560 }, level = 1, group = "EnemiesBlockedAreIntimidated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MinionsPoisonEnemiesOnHitUnique__1"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrderKey = "2756", statOrder = { 2756 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, }, + ["MinionsPoisonEnemiesOnHitUnique__2"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrderKey = "2756", statOrder = { 2756 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, }, + ["GrantsLevel20BoneNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Bone Nova when you Hit a Bleeding Enemy", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "GrantsLevel20BoneNovaTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["GrantsLevel20IcicleNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Icicle Burst when you Hit a Frozen Enemy", statOrderKey = "516", statOrder = { 516 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["AttacksCauseBleedingOnCursedEnemyHitUnique__1"] = { affix = "", "Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies", statOrderKey = "4261", statOrder = { 4261 }, level = 1, group = "AttacksCauseBleedingOnCursedEnemyHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ReceiveBleedingWhenHitUnique__1_"] = { affix = "", "50% chance to be inflicted with Bleeding when Hit by an Attack", statOrderKey = "7743", statOrder = { 7743 }, level = 1, group = "ReceiveBleedingWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ArmourIncreasedByUncappedFireResistanceUnique__1"] = { affix = "", "Armour is increased by Overcapped Fire Resistance", statOrderKey = "4137", statOrder = { 4137 }, level = 1, group = "ArmourIncreasedByUncappedFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EvasionIncreasedByUncappedColdResistanceUnique__1"] = { affix = "", "Evasion Rating is increased by Overcapped Cold Resistance", statOrderKey = "5287", statOrder = { 5287 }, level = 1, group = "EvasionIncreasedByUncappedColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["CriticalChanceIncreasedByUncappedLightningResistanceUnique__1"] = { affix = "", "Critical Strike Chance is increased by Overcapped Lightning Resistance", statOrderKey = "4862", statOrder = { 4862 }, level = 1, group = "CriticalChanceIncreasedByUncappedLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CoverInAshWhenHitUnique__1"] = { affix = "", "Cover Enemies in Ash when they Hit you", statOrderKey = "4091", statOrder = { 4091 }, level = 44, group = "CoverInAshWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikesDealIncreasedLightningDamageUnique__1"] = { affix = "", "50% increased Lightning Damage", statOrderKey = "1051", statOrder = { 1051 }, level = 87, group = "CriticalStrikesDealIncreasedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["MaximumEnergyShieldAsPercentageOfLifeUnique__1"] = { affix = "", "Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "7268", statOrder = { 7268 }, level = 60, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["MaximumEnergyShieldAsPercentageOfLifeUnique__2"] = { affix = "", "Gain (5-10)% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "7268", statOrder = { 7268 }, level = 1, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GlobalIgniteProlifUnique__1"] = { affix = "", "Ignites you inflict spread to other Enemies within a Radius of 15", statOrderKey = "1853", statOrder = { 1853 }, level = 1, group = "GlobalIgniteProlif", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChillEnemiesWhenHitUnique__1"] = { affix = "", "Chill Enemy for 1 second when Hit, reducing their Action Speed by 30%", statOrderKey = "2722", statOrder = { 2722 }, level = 1, group = "ChillEnemiesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["Roll6LinkedRandomColourSocketsUnique__1"] = { affix = "", "Sockets cannot be modified", statOrderKey = "31", statOrder = { 31 }, level = 1, group = "Roll6LinkedRandomColourSockets", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnlySocketCorruptedGemsUnique__1"] = { affix = "", "You can only Socket Corrupted Gems in this item", statOrderKey = "6378", statOrder = { 6378 }, level = 1, group = "OnlySocketCorruptedGems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["CurseLevel10VulnerabilityOnHitUnique__1"] = { affix = "", "25% chance to Curse Enemies with Vulnerability on Hit, with 40% increased Effect", statOrderKey = "2144", statOrder = { 2144 }, level = 1, group = "CurseVulnerabilityOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["FireResistConvertedToBlockChanceScaledJewelUnique__1_"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Attack Damage at 35% of its value", statOrderKey = "6523,6523.1", statOrder = { 6523, 6523.1 }, level = 1, group = "FireResistConvertedToBlockChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ColdResistConvertedToDodgeChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant Chance to Suppress Spell Damage at 50% of its value", statOrderKey = "6501,6501.1", statOrder = { 6501, 6501.1 }, level = 1, group = "ColdResistConvertedToDodgeChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightningResistConvertedToSpellBlockChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Spell Damage at 35% of its value", statOrderKey = "6538,6538.1", statOrder = { 6538, 6538.1 }, level = 1, group = "LightningResistConvertedToSpellBlockChanceScaledJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["FireResistAlsoGrantsEnduranceChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain an Endurance Charge on Kill", statOrderKey = "6524,6524.1", statOrder = { 6524, 6524.1 }, level = 1, group = "FireResistAlsoGrantsEnduranceChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Frenzy Charge on Kill", statOrderKey = "6500,6500.1", statOrder = { 6500, 6500.1 }, level = 1, group = "ColdResistAlsoGrantsFrenzyChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Power Charge on Kill", statOrderKey = "6539,6539.1", statOrder = { 6539, 6539.1 }, level = 1, group = "LightningResistAlsoGrantsPowerChargeOnKillJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LightningStrikesOnCritUnique__1"] = { affix = "", "Trigger Level 12 Lightning Bolt when you deal a Critical Strike", statOrderKey = "483", statOrder = { 483 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["LightningStrikesOnCritUnique__2"] = { affix = "", "Trigger Level 20 Lightning Bolt when you deal a Critical Strike", statOrderKey = "483", statOrder = { 483 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["ArcticArmourBuffEffectUnique__1_"] = { affix = "", "25% increased Arctic Armour Buff Effect", statOrderKey = "3591", statOrder = { 3591 }, level = 1, group = "ArcticArmourBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ArcticArmourReservationCostUnique__1"] = { affix = "", "Arctic Armour has no Reservation", statOrderKey = "4102", statOrder = { 4102 }, level = 1, group = "ArcticArmourReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionLeechOnPoisonedEnemiesUnique__1"] = { affix = "", "Minions Leech 5% of Damage as Life against Poisoned Enemies", statOrderKey = "7384", statOrder = { 7384 }, level = 1, group = "MinionLeechOnPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["BleedingEnemiesExplodeUnique__1"] = { affix = "", "Bleeding Enemies you Kill Explode, dealing 5% of", "their Maximum Life as Physical Damage", statOrderKey = "3057,3057.1", statOrder = { 3057, 3057.1 }, level = 1, group = "BleedingEnemiesExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ChilledGroundEffectUnique__1"] = { affix = "", "40% increased Effect of Chilled Ground", statOrderKey = "4749", statOrder = { 4749 }, level = 1, group = "ChilledGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["HeraldOfIceDamageUnique__1_"] = { affix = "", "50% increased Herald of Ice Damage", statOrderKey = "3289", statOrder = { 3289 }, level = 1, group = "HeraldOfIceDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["KeystoneMinionInstabilityUnique__1"] = { affix = "", "Minion Instability", statOrderKey = "8401", statOrder = { 8401 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["KeystoneConduitUnique__1__"] = { affix = "", "Conduit", statOrderKey = "8380", statOrder = { 8380 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["KeystoneAcrobaticsUnique__1"] = { affix = "", "Acrobatics", statOrderKey = "8372", statOrder = { 8372 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneIronReflexesUnique__1"] = { affix = "", "Iron Reflexes", statOrderKey = "8397", statOrder = { 8397 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["KeystoneResoluteTechniqueUnique__1"] = { affix = "", "Resolute Technique", statOrderKey = "8423", statOrder = { 8423 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["KeystoneUnwaveringStanceUnique__1"] = { affix = "", "Unwavering Stance", statOrderKey = "8417", statOrder = { 8417 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["KeystoneBloodMagicUnique__1_"] = { affix = "", "Blood Magic", statOrderKey = "8377", statOrder = { 8377 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["KeystonePainAttunementUnique__1"] = { affix = "", "Pain Attunement", statOrderKey = "8403", statOrder = { 8403 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["KeystoneElementalEquilibriumUnique__1"] = { affix = "", "Elemental Equilibrium", statOrderKey = "8386", statOrder = { 8386 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["KeystoneElementalEquilibriumSceptreImplicit1"] = { affix = "", "Elemental Equilibrium", statOrderKey = "8386", statOrder = { 8386 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["KeystoneIronGripUnique__1"] = { affix = "", "Iron Grip", statOrderKey = "8415", statOrder = { 8415 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["KeystonePointBlankUnique__1"] = { affix = "", "Point Blank", statOrderKey = "8404", statOrder = { 8404 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["KeystoneArrowDodgingUnique__1"] = { affix = "", "Arrow Dancing", statOrderKey = "8406", statOrder = { 8406 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["KeystonePhaseAcrobaticsUnique__1"] = { affix = "", "Acrobatics", statOrderKey = "8372", statOrder = { 8372 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneGhostReaverUnique__1"] = { affix = "", "Ghost Reaver", statOrderKey = "8392", statOrder = { 8392 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["KeystoneVaalPactUnique__1"] = { affix = "", "Vaal Pact", statOrderKey = "8418", statOrder = { 8418 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["KeystoneZealotsOathUnique__1_"] = { affix = "", "Zealot's Oath", statOrderKey = "8408", statOrder = { 8408 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["KeystoneMindOverMatterUnique__1"] = { affix = "", "Mind Over Matter", statOrderKey = "8400", statOrder = { 8400 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["KeystoneElementalOverloadUnique__1"] = { affix = "", "Elemental Overload", statOrderKey = "8387", statOrder = { 8387 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["KeystoneElementalOverloadSceptreImplicit1_"] = { affix = "", "Elemental Overload", statOrderKey = "8387", statOrder = { 8387 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["KeystoneAvatarOfFireUnique__1"] = { affix = "", "Avatar of Fire", statOrderKey = "8375", statOrder = { 8375 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["KeystoneEldritchBatteryUnique__1"] = { affix = "", "Eldritch Battery", statOrderKey = "8385", statOrder = { 8385 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["KeystoneEldritchBatteryUnique__2"] = { affix = "", "Eldritch Battery", statOrderKey = "8385", statOrder = { 8385 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["KeystoneAncestralBondUnique__1"] = { affix = "", "Ancestral Bond", statOrderKey = "8374", statOrder = { 8374 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["KeystoneCrimsonDanceUnique__1"] = { affix = "", "Crimson Dance", statOrderKey = "8382", statOrder = { 8382 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["KeystonePerfectAgonyUnique__1"] = { affix = "", "Perfect Agony", statOrderKey = "8373", statOrder = { 8373 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "ailment" }, }, + ["KeystoneRunebinderUnique__1"] = { affix = "", "Runebinder", statOrderKey = "8409", statOrder = { 8409 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["KeystoneWickedWardUnique__1"] = { affix = "", "Wicked Ward", statOrderKey = "8420", statOrder = { 8420 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["KeystoneMortalConvictionUnique__1"] = { affix = "", "Blood Magic", statOrderKey = "8377", statOrder = { 8377 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["KeystoneGlancingBlowsUnique__1___"] = { affix = "", "Glancing Blows", statOrderKey = "8393", statOrder = { 8393 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["KeystoneCallToArmsUnique__1"] = { affix = "", "Call to Arms", statOrderKey = "8378", statOrder = { 8378 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneEternalYouthUnique__1"] = { affix = "", "Eternal Youth", statOrderKey = "8389", statOrder = { 8389 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["KeystoneWindDancerUnique__1_"] = { affix = "", "Wind Dancer", statOrderKey = "8421", statOrder = { 8421 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["KeystoneTheAgnosticUnique__1_"] = { affix = "", "The Agnostic", statOrderKey = "8402", statOrder = { 8402 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["KeystoneTheAgnosticUnique__2"] = { affix = "", "The Agnostic", statOrderKey = "8402", statOrder = { 8402 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["KeystoneSupremeEgoUnique__1_"] = { affix = "", "Supreme Ego", statOrderKey = "8416", statOrder = { 8416 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["KeystoneSacredBastionUnique__1"] = { affix = "", "Imbalanced Guard", statOrderKey = "8410", statOrder = { 8410 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["KeystoneTheImpalerUnique__1_"] = { affix = "", "The Impaler", statOrderKey = "8396", statOrder = { 8396 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["KeystoneCorruptedSoulUnique_1"] = { affix = "", "Corrupted Soul", statOrderKey = "8381", statOrder = { 8381 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "chaos" }, }, + ["KeystoneDoomsdayUnique__1"] = { affix = "", "Doomsday", statOrderKey = "8394", statOrder = { 8394 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, + ["KeystoneCorruptedSoulUnique__2_"] = { affix = "", "Corrupted Soul", statOrderKey = "8381", statOrder = { 8381 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "chaos" }, }, + ["KeystoneVaalPactUnique__2"] = { affix = "", "Vaal Pact", statOrderKey = "8418", statOrder = { 8418 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["KeystoneEternalYouthUnique__2_"] = { affix = "", "Eternal Youth", statOrderKey = "8389", statOrder = { 8389 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["KeystoneDivineFleshUnique__1_"] = { affix = "", "Divine Flesh", statOrderKey = "8383", statOrder = { 8383 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["KeystoneEverlastingSacrificeUnique__1"] = { affix = "", "Everlasting Sacrifice", statOrderKey = "8390", statOrder = { 8390 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "resistance" }, }, + ["KeystoneShepherdOfSoulsUnique__1"] = { affix = "", "Shepherd of Souls", statOrderKey = "5889", statOrder = { 5889 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, + ["KeystoneLetheShadeUnique_1"] = { affix = "", "Lethe Shade", statOrderKey = "8398", statOrder = { 8398 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["KeystoneGhostDanceUnique__1"] = { affix = "", "Ghost Dance", statOrderKey = "8391", statOrder = { 8391 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "energy_shield", "defences" }, }, + ["KeystoneVersatileCombatantUnique___1"] = { affix = "", "Versatile Combatant", statOrderKey = "8419", statOrder = { 8419 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["KeystoneMagebaneUnique_1"] = { affix = "", "Magebane", statOrderKey = "8399", statOrder = { 8399 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneSolipsismUnique_1"] = { affix = "", "Solipsism", statOrderKey = "8413", statOrder = { 8413 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["KeystoneDivineShieldUnique_1"] = { affix = "", "Divine Shield", statOrderKey = "8384", statOrder = { 8384 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["KeystoneIronWillUnique_1"] = { affix = "", "Iron Will", statOrderKey = "8424", statOrder = { 8424 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["KeystonePreciseTechniqueUnique__1"] = { affix = "", "Precise Technique", statOrderKey = "8405", statOrder = { 8405 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneSupremeDecadenceUnique__1"] = { affix = "", "Supreme Decadence", statOrderKey = "8388", statOrder = { 8388 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedLightningDamageTakenUnique__1"] = { affix = "", "40% increased Lightning Damage taken", statOrderKey = "2969", statOrder = { 2969 }, level = 1, group = "IncreasedLightningDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning" }, }, + ["PercentLightningDamageTakenFromManaBeforeLifeUnique__1"] = { affix = "", "30% of Lightning Damage is taken from Mana before Life", statOrderKey = "3729", statOrder = { 3729 }, level = 1, group = "PercentLightningDamageTakenFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "elemental", "lightning" }, }, + ["PercentManaRecoveredWhenYouShockUnique__1"] = { affix = "", "Recover 3% of Mana when you Shock an Enemy", statOrderKey = "3731", statOrder = { 3731 }, level = 1, group = "PercentManaRecoveredWhenYouShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ChanceToCastOnManaSpentUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells when you Spend at least 100 Mana on an", "Upfront Cost to Use or Trigger a Skill, with a 0.1 second Cooldown", statOrderKey = "468,468.1", statOrder = { 468, 468.1 }, level = 1, group = "ChanceToCastOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem" }, }, + ["AdditionalChanceToBlockInOffHandUnique_1"] = { affix = "", "+8% Chance to Block Attack Damage when in Off Hand", statOrderKey = "3746", statOrder = { 3746 }, level = 1, group = "AdditionalChanceToBlockInOffHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CriticalStrikeChanceInMainHandUnique_1"] = { affix = "", "(60-80)% increased Global Critical Strike Chance when in Main Hand", statOrderKey = "3745", statOrder = { 3745 }, level = 1, group = "CriticalStrikeChanceInMainHand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalStrikeMultiplierPerGreenSocketUnique_1"] = { affix = "", "+10% to Global Critical Strike Multiplier per Green Socket", statOrderKey = "2312", statOrder = { 2312 }, level = 1, group = "CriticalStrikeMultiplierPerGreenSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LifeLeechFromPhysicalAttackDamagePerRedSocket_Unique_1"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Life per Red Socket", statOrderKey = "2307", statOrder = { 2307 }, level = 1, group = "LifeLeechFromPhysicalAttackDamagePerRedSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["IncreasedFlaskChargesForOtherFlasksDuringEffectUnique_1"] = { affix = "", "(50-100)% increased Charges gained by Other Flasks during Flask Effect", statOrderKey = "707", statOrder = { 707 }, level = 1, group = "IncreasedFlaskChargesForOtherFlasksDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["CannotGainFlaskChargesDuringFlaskEffectUnique_1"] = { affix = "", "Gains no Charges during Effect of any Overflowing Chalice Flask", statOrderKey = "756", statOrder = { 756 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["IncreasedLightningDamagePer10IntelligenceUnique__1"] = { affix = "", "1% increased Lightning Damage per 10 Intelligence", statOrderKey = "3698", statOrder = { 3698 }, level = 1, group = "IncreasedLightningDamagePer10Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["IncreasedDamagePerEnduranceChargeUnique_1"] = { affix = "", "4% increased Melee Damage per Endurance Charge", statOrderKey = "3736", statOrder = { 3736 }, level = 1, group = "IncreasedDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["CannotBeShockedWhileMaximumEnduranceChargesUnique_1"] = { affix = "", "You cannot be Shocked while at maximum Endurance Charges", statOrderKey = "3739", statOrder = { 3739 }, level = 1, group = "CannotBeShockedWhileMaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedStunDurationOnSelfUnique_1"] = { affix = "", "50% increased Stun Duration on you", statOrderKey = "3735", statOrder = { 3735 }, level = 1, group = "IncreasedStunDurationOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedDamageIfNotHitRecentlyUnique__1"] = { affix = "", "20% less Damage taken if you have not been Hit Recently", statOrderKey = "3748", statOrder = { 3748 }, level = 1, group = "ReducedDamageIfNotHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedEvasionIfHitRecentlyUnique___1"] = { affix = "", "50% increased Evasion Rating if you have been Hit Recently", statOrderKey = "3749", statOrder = { 3749 }, level = 1, group = "IncreasedEvasionIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["MovementSpeedIfUsedWarcryRecentlyUnique_1"] = { affix = "", "10% increased Movement Speed if you've used a Warcry Recently", statOrderKey = "3740", statOrder = { 3740 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedIfUsedWarcryRecentlyUnique__2"] = { affix = "", "15% increased Movement Speed if you've used a Warcry Recently", statOrderKey = "3740", statOrder = { 3740 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["LifeRegeneratedAfterSavageHitUnique_1"] = { affix = "", "Regenerate 10% of Life per second if you've taken a Savage Hit in the past 1 second", statOrderKey = "3738", statOrder = { 3738 }, level = 1, group = "LifeRegeneratedAfterSavageHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ReducedDamageIfTakenASavageHitRecentlyUnique_1"] = { affix = "", "10% increased Damage taken if you've taken a Savage Hit Recently", statOrderKey = "3734", statOrder = { 3734 }, level = 1, group = "ReducedDamageIfTakenASavageHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemiesUnique___1"] = { affix = "", "20% increased Damage with Hits for each Level higher the Enemy is than you", statOrderKey = "3754", statOrder = { 3754 }, level = 1, group = "IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedCostOfMovementSkillsUnique_1"] = { affix = "", "25% increased Movement Skill Mana Cost", statOrderKey = "3744", statOrder = { 3744 }, level = 1, group = "IncreasedCostOfMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["ChanceToDodgeSpellsWhilePhasing_Unique_1"] = { affix = "", "30% chance to Avoid Elemental Ailments while Phasing", statOrderKey = "4280", statOrder = { 4280 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, + ["IncreasedEvasionWithOnslaughtUnique_1"] = { affix = "", "100% increased Evasion Rating during Onslaught", statOrderKey = "1218", statOrder = { 1218 }, level = 1, group = "IncreasedEvasionWithOnslaught", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AttackDamageLifeLeechAgainstBleedingEnemiesUnique_1"] = { affix = "", "1% of Attack Damage Leeched as Life against Bleeding Enemies", statOrderKey = "1348", statOrder = { 1348 }, level = 1, group = "AttackDamageLifeLeechAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AttackDamageManaLeechAgainstPoisonedEnemiesUnique_1"] = { affix = "", "1% of Attack Damage Leeched as Mana against Poisoned Enemies", statOrderKey = "3742", statOrder = { 3742 }, level = 1, group = "AttackDamageManaLeechAgainstPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["AttackDamageManaLeechAgainstPoisonedEnemiesUnique_2"] = { affix = "", "0.5% of Attack Damage Leeched as Mana against Poisoned Enemies", statOrderKey = "3742", statOrder = { 3742 }, level = 1, group = "AttackDamageManaLeechAgainstPoisonedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["IIQFromMaimedEnemiesUnique_1"] = { affix = "", "(15-25)% increased Quantity of Items Dropped by Slain Maimed Enemies", statOrderKey = "3732", statOrder = { 3732 }, level = 1, group = "IIQFromMaimedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IIRFromMaimedEnemiesUnique_1"] = { affix = "", "(30-40)% increased Rarity of Items Dropped by Slain Maimed Enemies", statOrderKey = "3733", statOrder = { 3733 }, level = 1, group = "IIRFromMaimedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalChainWhileAtMaxFrenzyChargesUnique___1"] = { affix = "", "Skills Chain an additional time while at maximum Frenzy Charges", statOrderKey = "1472", statOrder = { 1472 }, level = 1, group = "AdditionalChainWhileAtMaxFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikesDoNotFreezeUnique___1"] = { affix = "", "Critical Strikes do not inherently Freeze", statOrderKey = "1665", statOrder = { 1665 }, level = 1, group = "CriticalStrikesDoNotFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "critical", "ailment" }, }, + ["ChanceToGainFrenzyChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "20% chance to gain a Frenzy Charge on Killing a Frozen Enemy", statOrderKey = "1469", statOrder = { 1469 }, level = 1, group = "ChanceToGainFrenzyChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["PhasingOnBeginESRechargeUnique___1"] = { affix = "", "You have Phasing if Energy Shield Recharge has started Recently", statOrderKey = "2124", statOrder = { 2124 }, level = 56, group = "GainPhasingFor4SecondsOnBeginESRecharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeAttacksWhilePhasingUnique___1"] = { affix = "", "30% increased Evasion Rating while Phasing", statOrderKey = "2125", statOrder = { 2125 }, level = 1, group = "ChanceToDodgeAttacksWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AdditionalChanceToBlockAgainstTauntedEnemiesUnique_1"] = { affix = "", "+5% Chance to Block Attack Damage from Taunted Enemies", statOrderKey = "3750", statOrder = { 3750 }, level = 1, group = "AdditionalChanceToBlockAgainstTauntedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["IncreasedArmourAndEvasionIfKilledTauntedEnemyRecentlyUnique__1"] = { affix = "", "40% increased Armour and Evasion Rating if you've killed a Taunted Enemy Recently", statOrderKey = "3753", statOrder = { 3753 }, level = 1, group = "IncreasedArmourAndEvasionIfKilledTauntedEnemyRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["SummonMaximumNumberOfSocketedTotemsUnique_1"] = { affix = "", "Socketed Skills Summon your maximum number of Totems in formation", statOrderKey = "311", statOrder = { 311 }, level = 1, group = "SummonMaximumNumberOfSocketedTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["TotemElementalResistPerActiveTotemUnique_1"] = { affix = "", "Totems gain -10% to all Elemental Resistances per Summoned Totem", statOrderKey = "3737", statOrder = { 3737 }, level = 1, group = "TotemElementalResistPerActiveTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["SpellsCastByTotemsHaveReducedCastSpeedPerTotemUnique_1"] = { affix = "", "Totems have 5% increased Cast Speed per Summoned Totem", statOrderKey = "3743", statOrder = { 3743 }, level = 1, group = "SpellsCastByTotemsHaveReducedCastSpeedPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["AttacksByTotemsHaveReducedAttackSpeedPerTotemUnique_1"] = { affix = "", "Totems have 5% increased Attack Speed per Summoned Totem", statOrderKey = "3755", statOrder = { 3755 }, level = 1, group = "AttacksByTotemsHaveReducedAttackSpeedPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedManaRecoveryRateUnique__1"] = { affix = "", "10% increased Mana Recovery rate", statOrderKey = "1250", statOrder = { 1250 }, level = 1, group = "ManaRecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AttacksChainInMainHandUnique__1"] = { affix = "", "Attacks Chain an additional time when in Main Hand", statOrderKey = "3756", statOrder = { 3756 }, level = 1, group = "Chain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttacksExtraProjectileInOffHandUnique__1"] = { affix = "", "Attacks fire an additional Projectile when in Off Hand", statOrderKey = "3758", statOrder = { 3758 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CounterAttacksAddedColdDamageUnique__1"] = { affix = "", "Adds 250 to 300 Cold Damage to Counterattacks", statOrderKey = "3766", statOrder = { 3766 }, level = 1, group = "CounterAttacksAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["IncreasedGolemDamagePerGolemUnique__1"] = { affix = "", "(16-20)% increased Golem Damage for each Type of Golem you have Summoned", statOrderKey = "3760", statOrder = { 3760 }, level = 1, group = "IncreasedGolemDamagePerGolem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["IncreasedLifeWhileNoCorruptedItemsUnique__1"] = { affix = "", "(8-12)% increased Maximum Life if no Equipped Items are Corrupted", statOrderKey = "3762", statOrder = { 3762 }, level = 1, group = "IncreasedLifeWhileNoCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPerMinuteWhileNoCorruptedItemsUnique__1"] = { affix = "", "Regenerate 100 Life per second if no Equipped Items are Corrupted", statOrderKey = "3763", statOrder = { 3763 }, level = 1, group = "LifeRegenerationPerMinuteWhileNoCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldRegenerationPerMinuteWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 250 Energy Shield per second if all Equipped items are Corrupted", statOrderKey = "3764", statOrder = { 3764 }, level = 1, group = "EnergyShieldRegenerationPerMinuteWhileAllCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["BaseManaRegenerationWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 35 Mana per second if all Equipped Items are Corrupted", statOrderKey = "6608", statOrder = { 6608 }, level = 1, group = "BaseManaRegenerationWhileAllCorruptedItems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedChaosDamageToAttacksAndSpellsUnique__1"] = { affix = "", "Adds (13-17) to (29-37) Chaos Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageToAttacksAndSpellsUnique__2"] = { affix = "", "Adds (13-17) to (23-29) Chaos Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__1"] = { affix = "", "Adds (17-19) to (23-29) Chaos Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__2"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__3"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__4__"] = { affix = "", "Adds (48-53) to (58-60) Chaos Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__5_"] = { affix = "", "Adds (15-20) to (21-30) Chaos Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedChaosDamageUnique__6_"] = { affix = "", "Adds (17-23) to (29-31) Chaos Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AddedChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["GlobalAddedPhysicalDamageUnique__1_"] = { affix = "", "Adds (12-16) to (20-25) Physical Damage", statOrderKey = "945", statOrder = { 945 }, level = 1, group = "AddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GlobalAddedPhysicalDamageUnique__2"] = { affix = "", "Adds (8-10) to (13-15) Physical Damage", statOrderKey = "945", statOrder = { 945 }, level = 1, group = "AddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GlobalAddedFireDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Fire Damage", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__2"] = { affix = "", "Adds (22-27) to (34-38) Fire Damage", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__3_"] = { affix = "", "Adds (20-25) to (26-35) Fire Damage", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedFireDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Fire Damage", statOrderKey = "1036", statOrder = { 1036 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GlobalAddedColdDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Cold Damage", statOrderKey = "1043", statOrder = { 1043 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__2_"] = { affix = "", "Adds (20-23) to (31-35) Cold Damage", statOrderKey = "1043", statOrder = { 1043 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__3"] = { affix = "", "Adds (20-25) to (26-35) Cold Damage", statOrderKey = "1043", statOrder = { 1043 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedColdDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Cold Damage", statOrderKey = "1043", statOrder = { 1043 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GlobalAddedLightningDamageUnique__1_"] = { affix = "", "Adds (10-13) to (43-47) Lightning Damage", statOrderKey = "1052", statOrder = { 1052 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (47-52) Lightning Damage", statOrderKey = "1052", statOrder = { 1052 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (48-60) Lightning Damage", statOrderKey = "1052", statOrder = { 1052 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["GlobalAddedLightningDamageUnique__4"] = { affix = "", "Adds (6-10) to (33-38) Lightning Damage", statOrderKey = "1052", statOrder = { 1052 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["EnergyShieldRegenerationperMinuteWhileOnLowLifeTransformedUnique__1"] = { affix = "", "Regenerate 2% of Energy Shield per second while on Low Life", statOrderKey = "1447", statOrder = { 1447 }, level = 45, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ReflectPhysicalDamageToSelfOnHitUnique__1"] = { affix = "", "Enemies you Attack Reflect 100 Physical Damage to you", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "ReflectPhysicalDamageToSelfOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IgnoreHexproofUnique___1"] = { affix = "", "Your Hexes can affect Hexproof Enemies", statOrderKey = "2219", statOrder = { 2219 }, level = 1, group = "IgnoreHexproof", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "Poison Cursed Enemies on hit", statOrderKey = "3768", statOrder = { 3768 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToPoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "60% chance to Poison on Hit against Cursed Enemies", statOrderKey = "3769", statOrder = { 3769 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToBeShockedUnique__1"] = { affix = "", "+20% chance to be Shocked", statOrderKey = "2536", statOrder = { 2536 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToBeShockedUnique__2"] = { affix = "", "+50% chance to be Shocked", statOrderKey = "2536", statOrder = { 2536 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["GlobalDefensesPerWhiteSocketUnique__1"] = { affix = "", "8% increased Global Defences per White Socket", statOrderKey = "2321", statOrder = { 2321 }, level = 1, group = "GlobalDefensesPerWhiteSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["ItemQuantityWhileWearingAMagicItemUnique__1"] = { affix = "", "(10-15)% increased Quantity of Items found with a Magic Item Equipped", statOrderKey = "3771", statOrder = { 3771 }, level = 10, group = "ItemQuantityWhileWearingAMagicItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemRarityWhileWearingANormalItemUnique__1"] = { affix = "", "(80-100)% increased Rarity of Items found with a Normal Item Equipped", statOrderKey = "3770", statOrder = { 3770 }, level = 1, group = "ItemRarityWhileWearingANormalItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalAttackTotemsUnique__1"] = { affix = "", "Attack Skills have +1 to maximum number of Summoned Totems", statOrderKey = "3807", statOrder = { 3807 }, level = 1, group = "AdditionalAttackTotems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MinionColdResistUnique__1"] = { affix = "", "Minions have +40% to Cold Resistance", statOrderKey = "3751", statOrder = { 3751 }, level = 1, group = "MinionColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance", "minion" }, }, + ["MinionFireResistUnique__1"] = { affix = "", "Minions have +40% to Fire Resistance", statOrderKey = "7382", statOrder = { 7382 }, level = 1, group = "MinionFireResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance", "minion" }, }, + ["MinionPhysicalDamageAddedAsColdUnique__1_"] = { affix = "", "Minions gain 20% of Physical Damage as Extra Cold Damage", statOrderKey = "3752", statOrder = { 3752 }, level = 1, group = "MinionPhysicalDamageAddedAsCold", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, }, + ["FlaskStunImmunityUnique__1"] = { affix = "", "Cannot be Stunned during Flask Effect", statOrderKey = "671", statOrder = { 671 }, level = 1, group = "FlaskStunImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["PhasingOnTrapTriggeredUnique__1"] = { affix = "", "30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy", statOrderKey = "3803", statOrder = { 3803 }, level = 1, group = "PhasingOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainEnergyShieldOnTrapTriggeredUnique__1_"] = { affix = "", "Recover 50 Energy Shield when your Trap is triggered by an Enemy", statOrderKey = "3805", statOrder = { 3805 }, level = 1, group = "GainEnergyShieldOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GainLifeOnTrapTriggeredUnique__1"] = { affix = "", "Recover 100 Life when your Trap is triggered by an Enemy", statOrderKey = "3804", statOrder = { 3804 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainLifeOnTrapTriggeredUnique__2__"] = { affix = "", "Recover (20-30) Life when your Trap is triggered by an Enemy", statOrderKey = "3804", statOrder = { 3804 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainFrenzyChargeOnTrapTriggeredUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy", statOrderKey = "3174", statOrder = { 3174 }, level = 1, group = "GainFrenzyChargeOnTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["BleedingImmunityUnique__1"] = { affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "3776", statOrder = { 3776 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["BleedingImmunityUnique__2"] = { affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "3776", statOrder = { 3776 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SelfStatusAilmentDurationUnique__1"] = { affix = "", "50% increased Elemental Ailment Duration on you", statOrderKey = "1511", statOrder = { 1511 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "ailment" }, }, + ["PoisonOnMeleeHitUnique__1"] = { affix = "", "Melee Attacks have (20-40)% chance to Poison on Hit", statOrderKey = "3820", statOrder = { 3820 }, level = 60, group = "PoisonOnMeleeHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LifeLeechVsCursedEnemiesUnique__1"] = { affix = "", "1% of Damage Leeched as Life against Cursed Enemies", statOrderKey = "3821", statOrder = { 3821 }, level = 1, group = "LifeLeechVsCursedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MovementSpeedIfKilledRecentlyUnique___1"] = { affix = "", "15% increased Movement Speed if you've Killed Recently", statOrderKey = "3822", statOrder = { 3822 }, level = 40, group = "MovementSpeedIfKilledRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ControlledDestructionSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrderKey = "203", statOrder = { 203 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ControlledDestructionSupportUnique__1New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrderKey = "303", statOrder = { 303 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ColdDamageIgnitesUnique__1"] = { affix = "", "Your Cold Damage can Ignite", statOrderKey = "2472", statOrder = { 2472 }, level = 30, group = "ColdDamageAlsoIgnites", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["LifeRegenerationPercentPerEnduranceChargeUnique__1"] = { affix = "", "Regenerate 0.2% of Life per second per Endurance Charge", statOrderKey = "1241", statOrder = { 1241 }, level = 40, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AreaOfEffectPerEnduranceChargeUnique__1"] = { affix = "", "2% increased Area of Effect per Endurance Charge", statOrderKey = "4115", statOrder = { 4115 }, level = 1, group = "AreaOfEffectPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceForDoubleStunDurationUnique__1"] = { affix = "", "50% chance to double Stun Duration", statOrderKey = "3139", statOrder = { 3139 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceForDoubleStunDurationImplicitMace_1"] = { affix = "", "25% chance to double Stun Duration", statOrderKey = "3139", statOrder = { 3139 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalAddedAsFireUnique__1"] = { affix = "", "Gain (25-35)% of Physical Attack Damage as Extra Fire Damage", statOrderKey = "3346", statOrder = { 3346 }, level = 30, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["PhysicalAddedAsFireUnique__2"] = { affix = "", "Gain 70% of Physical Damage as Extra Fire Damage", statOrderKey = "1573", statOrder = { 1573 }, level = 50, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireUnique__3"] = { affix = "", "Gain 20% of Physical Damage as Extra Fire Damage", statOrderKey = "1573", statOrder = { 1573 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["AttackCastMoveOnWarcryRecentlyUnique____1"] = { affix = "", "If you've Warcried Recently, you and nearby allies have 20% increased Attack, Cast and Movement Speed", statOrderKey = "2898", statOrder = { 2898 }, level = 1, group = "AttackCastMoveOnWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ChaosSkillEffectDurationUnique__1"] = { affix = "", "Chaos Skills have 40% increased Skill Effect Duration", statOrderKey = "1540", statOrder = { 1540 }, level = 1, group = "ChaosSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["PoisonDurationUnique__1_"] = { affix = "", "(15-20)% increased Poison Duration", statOrderKey = "2752", statOrder = { 2752 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDurationUnique__2"] = { affix = "", "(20-25)% increased Poison Duration", statOrderKey = "2752", statOrder = { 2752 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["FlaskImmuneToStunFreezeCursesUnique__1"] = { affix = "", "Immune to Freeze, Chill, Curses and Stuns during Flask Effect", statOrderKey = "716", statOrder = { 716 }, level = 1, group = "KiarasDeterminationBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["LocalPhysicalDamageAddedAsEachElementTransformed"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrderKey = "3823", statOrder = { 3823 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalPhysicalDamageAddedAsEachElementTransformed2"] = { affix = "", "Gain 100% of Weapon Physical Damage as Extra Damage of each Element", statOrderKey = "3823", statOrder = { 3823 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["BleedOnMeleeHitChanceUnique__1"] = { affix = "", "Melee Attacks have (30-50)% chance to cause Bleeding", statOrderKey = "2108", statOrder = { 2108 }, level = 1, group = "BleedOnMeleeHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ArmourAndEvasionImplicitBelt1"] = { affix = "", "+(260-320) to Armour and Evasion Rating", statOrderKey = "3827", statOrder = { 3827 }, level = 98, group = "BaseArmourAndEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["PhysicalDamageTakenAsColdUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2069", statOrder = { 2069 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "cold" }, }, + ["ChaosDamageOverTimeUnique__1"] = { affix = "", "25% reduced Chaos Damage taken over time", statOrderKey = "1588", statOrder = { 1588 }, level = 1, group = "ChaosDamageOverTimeTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["PowerFrenzyOrEnduranceChargeOnKillUnique__1"] = { affix = "", "10% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrderKey = "3186", statOrder = { 3186 }, level = 1, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["CannotLeechFromCriticalStrikesUnique___1"] = { affix = "", "Cannot Leech Life from Critical Strikes", statOrderKey = "3837", statOrder = { 3837 }, level = 1, group = "CannotLeechFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["ChanceToBlindOnCriticalStrikesUnique__1"] = { affix = "", "30% chance to Blind Enemies on Critical Strike", statOrderKey = "3838", statOrder = { 3838 }, level = 1, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChanceToBlindOnCriticalStrikesUnique__2_"] = { affix = "", "(40-50)% chance to Blind Enemies on Critical Strike", statOrderKey = "3838", statOrder = { 3838 }, level = 38, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["BleedOnMeleeCriticalStrikeUnique__1"] = { affix = "", "50% chance to cause Bleeding on Critical Strike", statOrderKey = "6382", statOrder = { 6382 }, level = 1, group = "CausesBleedingOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["StunDurationBasedOnEnergyShieldUnique__1"] = { affix = "", "Stun Threshold is based on Energy Shield instead of Life", statOrderKey = "3836", statOrder = { 3836 }, level = 48, group = "StunDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TakeNoExtraDamageFromCriticalStrikesUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes", statOrderKey = "3847", statOrder = { 3847 }, level = 1, group = "TakeNoExtraDamageFromCriticalStrikes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ShockedEnemyCastSpeedUnique__1"] = { affix = "", "Enemies you Shock have 30% reduced Cast Speed", statOrderKey = "3848", statOrder = { 3848 }, level = 1, group = "ShockedEnemyCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ShockedEnemyMovementSpeedUnique__1"] = { affix = "", "Enemies you Shock have 20% reduced Movement Speed", statOrderKey = "3849", statOrder = { 3849 }, level = 1, group = "ShockedEnemyMovementSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedBurningDamageIfYouHaveIgnitedRecentlyUnique__1"] = { affix = "", "100% increased Burning Damage if you've Ignited an Enemy Recently", statOrderKey = "3853", statOrder = { 3853 }, level = 1, group = "IncreasedBurningDamageIfYouHaveIgnitedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["RecoverLifePercentOnIgniteUnique__1"] = { affix = "", "Recover 1% of Life when you Ignite an Enemy", statOrderKey = "3854", statOrder = { 3854 }, level = 1, group = "RecoverLifePercentOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedMeleePhysicalDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "100% increased Melee Physical Damage against Ignited Enemies", statOrderKey = "3855", statOrder = { 3855 }, level = 1, group = "IncreasedMeleePhysicalDamageAgainstIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["NormalMonsterItemQuantityUnique__1"] = { affix = "", "(35-50)% increased Quantity of Items Dropped by Slain Normal Enemies", statOrderKey = "7505", statOrder = { 7505 }, level = 38, group = "NormalMonsterItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MagicMonsterItemRarityUnique__1"] = { affix = "", "(100-150)% increased Rarity of Items Dropped by Slain Magic Enemies", statOrderKey = "6574", statOrder = { 6574 }, level = 1, group = "MagicMonsterItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeistContractChestRewardsDuplicated"] = { affix = "", "Heist Chests have a 100% chance to Duplicate their contents", "Monsters have 100% more Life", statOrderKey = "4635,6849", statOrder = { 4635, 6849 }, level = 1, group = "HeistContractChestRewardsDuplicated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeistContractAdditionalIntelligence"] = { affix = "", "Completing a Heist generates 3 additional Reveals", "Heist Chests have 25% chance to contain nothing", statOrderKey = "6845,6846", statOrder = { 6845, 6846 }, level = 1, group = "HeistContractAdditionalIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeistContractNPCPerksDoubled"] = { affix = "", "50% reduced time before Lockdown", "Rogue Perks are doubled", statOrderKey = "5100,6850", statOrder = { 5100, 6850 }, level = 1, group = "HeistContractNPCPerksDoubled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeistContractBetterTargetValue"] = { affix = "", "Rogue Equipment cannot be found", "200% more Rogue's Marker value of primary Heist Target", statOrderKey = "6847,6848", statOrder = { 6847, 6848 }, level = 1, group = "HeistContractBetterTargetValue", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeChanceForForkingArrowsUnique__1"] = { affix = "", "(150-200)% increased Critical Strike Chance with arrows that Fork", statOrderKey = "3856", statOrder = { 3856 }, level = 1, group = "CriticalStrikeChanceForForkingArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["ArrowsAlwaysCritAfterPiercingUnique___1"] = { affix = "", "Arrows Pierce all Targets after Chaining", statOrderKey = "3859", statOrder = { 3859 }, level = 1, group = "ArrowsAlwaysCritAfterPiercing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ArrowsThatPierceCauseBleedingUnique__1"] = { affix = "", "Arrows that Pierce have 50% chance to inflict Bleeding", statOrderKey = "3858", statOrder = { 3858 }, level = 1, group = "ArrowsThatPierceCauseBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["IncreaseProjectileAttackDamagePerAccuracyUnique__1"] = { affix = "", "1% increased Projectile Attack Damage per 200 Accuracy Rating", statOrderKey = "3862", statOrder = { 3862 }, level = 1, group = "IncreaseProjectileAttackDamagePerAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["AdditionalSpellProjectilesUnique__1"] = { affix = "", "Spells fire an additional Projectile", statOrderKey = "3860", statOrder = { 3860 }, level = 85, group = "AdditionalSpellProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["IncreasedMinionDamageIfYouHitEnemyUnique__1"] = { affix = "", "Minions deal 70% increased Damage if you've Hit Recently", statOrderKey = "7375", statOrder = { 7375 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["MinionDamageAlsoAffectsYouUnique__1"] = { affix = "", "Increases and Reductions to Minion Damage also affect you at 150% of their value", statOrderKey = "4058", statOrder = { 4058 }, level = 1, group = "MinionDamageAlsoAffectsYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["GlobalCriticalStrikeChanceAgainstChilledUnique__1"] = { affix = "", "60% increased Critical Strike Chance against Chilled Enemies", statOrderKey = "5538", statOrder = { 5538 }, level = 1, group = "GlobalCriticalStrikeChanceAgainstChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CastSocketedColdSkillsOnCriticalStrikeUnique__1"] = { affix = "", "Trigger a Socketed Cold Spell on Melee Critical Strike, with a 0.25 second Cooldown", statOrderKey = "532", statOrder = { 532 }, level = 1, group = "CastSocketedColdSpellsOnMeleeCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "elemental", "cold", "attack", "caster", "gem" }, }, + ["IncreasedAttackAreaOfEffectUnique__1_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrderKey = "4200", statOrder = { 4200 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["IncreasedAttackAreaOfEffectUnique__2_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrderKey = "4200", statOrder = { 4200 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["PhysicalDamageCanShockUnique__1"] = { affix = "", "Your Physical Damage can Shock", statOrderKey = "2471", statOrder = { 2471 }, level = 1, group = "PhysicalDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["DealNoElementalDamageUnique__1"] = { affix = "", "Deal no Elemental Damage", statOrderKey = "5048", statOrder = { 5048 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DealNoElementalDamageUnique__2"] = { affix = "", "Deal no Elemental Damage", statOrderKey = "5048", statOrder = { 5048 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["TakeFireDamageOnIgniteUnique__1"] = { affix = "", "Take 100 Fire Damage when you Ignite an Enemy", statOrderKey = "5354", statOrder = { 5354 }, level = 1, group = "TakeFireDamageOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageLeechedAsLifeWhileIgnitedUnique__1"] = { affix = "", "2% of Fire Damage Leeched as Life while Ignited", statOrderKey = "5932", statOrder = { 5932 }, level = 1, group = "FireDamageLeechedAsLifeWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ChanceForSpectersToGainSoulEaterOnKillUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised Spectres have a 50% chance to gain Soul Eater for 20 seconds on Kill", statOrderKey = "6557", statOrder = { 6557 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MovementSkillsDealNoPhysicalDamageUnique__1"] = { affix = "", "Movement Skills deal no Physical Damage", statOrderKey = "7440", statOrder = { 7440 }, level = 1, group = "MovementSkillsDealNoPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["GainPhasingIfKilledRecentlyUnique__1"] = { affix = "", "You have Phasing if you've Killed Recently", statOrderKey = "5501", statOrder = { 5501 }, level = 1, group = "GainPhasingIfKilledRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementSkillsCostNoManaUnique__1"] = { affix = "", "Movement Skills Cost no Mana", statOrderKey = "3049", statOrder = { 3049 }, level = 1, group = "MovementSkillsCostNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ProjectileAttackDamageImplicitGloves1"] = { affix = "", "(14-18)% increased Projectile Attack Damage", statOrderKey = "1633", statOrder = { 1633 }, level = 1, group = "ProjectileAttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ManaPerStrengthUnique__1__"] = { affix = "", "+1 Mana per 4 Strength", statOrderKey = "1656", statOrder = { 1656 }, level = 1, group = "ManaPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldPerStrengthUnique__1"] = { affix = "", "1% increased Energy Shield per 10 Strength", statOrderKey = "5257", statOrder = { 5257 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifePerDexterityUnique__1"] = { affix = "", "+1 Life per 4 Dexterity", statOrderKey = "1655", statOrder = { 1655 }, level = 1, group = "LifePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MeleePhysicalDamagePerDexterityUnique__1_"] = { affix = "", "2% increased Melee Physical Damage per 10 Dexterity", statOrderKey = "7287", statOrder = { 7287 }, level = 1, group = "MeleePhysicalDamagePerDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AccuracyPerIntelligenceUnique__1"] = { affix = "", "+4 Accuracy Rating per 2 Intelligence", statOrderKey = "1654", statOrder = { 1654 }, level = 1, group = "AccuracyPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EvasionRatingPerIntelligenceUnique__1"] = { affix = "", "2% increased Evasion Rating per 10 Intelligence", statOrderKey = "5282", statOrder = { 5282 }, level = 1, group = "EvasionRatingPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["ChanceToGainFrenzyChargeOnStunUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when you Stun an Enemy", statOrderKey = "4683", statOrder = { 4683 }, level = 38, group = "ChanceToGainFrenzyChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["VulnerabilityAuraDuringFlaskEffectUnique__1"] = { affix = "", "Grants Level 21 Despair Curse Aura during Flask Effect", statOrderKey = "719", statOrder = { 719 }, level = 60, group = "VulnerabilityAuraDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster", "curse" }, }, + ["PrrojectilesPierceWhilePhasingUnique__1_"] = { affix = "", "Projectiles Pierce all Targets while you have Phasing", statOrderKey = "7683", statOrder = { 7683 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalPierceWhilePhasingUnique__1"] = { affix = "", "Projectiles Pierce 5 additional Targets while you have Phasing", statOrderKey = "7684", statOrder = { 7684 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToAvoidProjectilesWhilePhasingUnique__1"] = { affix = "", "20% chance to Avoid Projectiles while Phasing", statOrderKey = "4288", statOrder = { 4288 }, level = 1, group = "ChanceToAvoidProjectilesWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskAdditionalProjectilesDuringEffectUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles during Flask Effect", statOrderKey = "690", statOrder = { 690 }, level = 85, group = "FlaskAdditionalProjectilesDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskIncreasedAreaOfEffectDuringEffectUnique__1_"] = { affix = "", "(10-20)% increased Area of Effect during Flask Effect", statOrderKey = "669", statOrder = { 669 }, level = 1, group = "FlaskIncreasedAreaOfEffectDuringEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["CelestialFootprintsUnique__1_"] = { affix = "", "Celestial Footprints", statOrderKey = "8449", statOrder = { 8449 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedMinionAttackSpeedUnique__1_"] = { affix = "", "Minions have (10-15)% increased Attack Speed", statOrderKey = "2497", statOrder = { 2497 }, level = 1, group = "MinionAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["GolemPerPrimordialJewel"] = { affix = "", "+1 to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped", statOrderKey = "7521", statOrder = { 7521 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__1"] = { affix = "", "Primordial", statOrderKey = "8350", statOrder = { 8350 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__2"] = { affix = "", "Primordial", statOrderKey = "8350", statOrder = { 8350 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__3"] = { affix = "", "Primordial", statOrderKey = "8350", statOrder = { 8350 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PrimordialJewelCountUnique__4"] = { affix = "", "Primordial", statOrderKey = "8350", statOrder = { 8350 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GolemLifeUnique__1"] = { affix = "", "Golems have (18-22)% increased Maximum Life", statOrderKey = "5552", statOrder = { 5552 }, level = 1, group = "GolemLifeUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["GolemLifeRegenerationUnique__1"] = { affix = "", "Summoned Golems Regenerate 2% of their Life per second", statOrderKey = "5551", statOrder = { 5551 }, level = 1, group = "GolemLifeRegenerationUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["IncreasedDamageIfGolemSummonedRecently__1"] = { affix = "", "(25-30)% increased Damage if you Summoned a Golem in the past 8 seconds", statOrderKey = "3272", statOrder = { 3272 }, level = 1, group = "IncreasedDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedGolemDamageIfGolemSummonedRecently__1_"] = { affix = "", "Golems Summoned in the past 8 seconds deal (35-45)% increased Damage", statOrderKey = "3273", statOrder = { 3273 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["IncreasedGolemDamageIfGolemSummonedRecentlyUnique__1"] = { affix = "", "Golems Summoned in the past 8 seconds deal (100-125)% increased Damage", statOrderKey = "3273", statOrder = { 3273 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["GolemSkillsCooldownRecoveryUnique__1"] = { affix = "", "Golem Skills have (20-30)% increased Cooldown Recovery Rate", statOrderKey = "2914", statOrder = { 2914 }, level = 1, group = "GolemSkillsCooldownRecoveryUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GolemsSkillsCooldownRecoveryUnique__1_"] = { affix = "", "Summoned Golems have (30-45)% increased Cooldown Recovery Rate", statOrderKey = "2915", statOrder = { 2915 }, level = 1, group = "GolemsSkillsCooldownRecoveryUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GolemBuffEffectUnique__1"] = { affix = "", "30% increased Effect of Buffs granted by your Golems", statOrderKey = "5549", statOrder = { 5549 }, level = 1, group = "GolemBuffEffectUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GolemAttackAndCastSpeedUnique__1"] = { affix = "", "Golems have (16-20)% increased Attack and Cast Speed", statOrderKey = "5548", statOrder = { 5548 }, level = 1, group = "GolemAttackAndCastSpeedUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["GolemArmourRatingUnique__1"] = { affix = "", "Golems have +(800-1000) to Armour", statOrderKey = "5555", statOrder = { 5555 }, level = 1, group = "GolemArmourRatingUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "minion" }, }, + ["ArmourPerTotemUnique__1"] = { affix = "", "+300 Armour per Summoned Totem", statOrderKey = "3984", statOrder = { 3984 }, level = 1, group = "ArmourPerTotem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["SpellDamageIfYouHaveCritRecentlyUnique__1"] = { affix = "", "200% increased Spell Damage if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "7952", statOrder = { 7952 }, level = 1, group = "SpellDamageIfCritPast8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageIfYouHaveCritRecentlyUnique__2"] = { affix = "", "(120-150)% increased Spell Damage if you've dealt a Critical Strike Recently", statOrderKey = "7949", statOrder = { 7949 }, level = 1, group = "SpellDamageIfYouHaveCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["CriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Critical Strikes deal no Damage", statOrderKey = "4917", statOrder = { 4917 }, level = 1, group = "CriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["IncreasedManaRegenerationWhileStationaryUnique__1"] = { affix = "", "60% increased Mana Regeneration Rate while stationary", statOrderKey = "3870", statOrder = { 3870 }, level = 1, group = "IncreasedManaRegenerationWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AddedArmourWhileStationaryUnique__1"] = { affix = "", "+1500 Armour while stationary", statOrderKey = "3868", statOrder = { 3868 }, level = 1, group = "AddedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["SpreadChilledGroundWhenHitByAttackUnique__1"] = { affix = "", "15% chance to create Chilled Ground when Hit with an Attack", statOrderKey = "4750", statOrder = { 4750 }, level = 1, group = "SpreadChilledGroundWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalFlaskUnholyMightUnique__1"] = { affix = "", "Gain Unholy Might during Flask Effect", statOrderKey = "740", statOrder = { 740 }, level = 1, group = "LocalFlaskUnholyMight", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["NonCriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Non-Critical Strikes deal no Damage", statOrderKey = "7491", statOrder = { 7491 }, level = 1, group = "NonCriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["CritMultiIfDealtNonCritRecentlyUnique__1"] = { affix = "", "+25% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently", statOrderKey = "4890", statOrder = { 4890 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CritMultiIfDealtNonCritRecentlyUnique__2"] = { affix = "", "+60% to Critical Strike Multiplier if you've dealt a Non-Critical Strike Recently", statOrderKey = "4890", statOrder = { 4890 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["EnemiesDestroyedOnKillUnique__1"] = { affix = "", "Enemies Killed by your Hits are destroyed", statOrderKey = "5205", statOrder = { 5205 }, level = 1, group = "EnemiesDestroyedOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RecoverPercentMaxLifeOnKillUnique__1"] = { affix = "", "Recover 5% of Life on Kill", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["RecoverPercentMaxLifeOnKillUnique__2"] = { affix = "", "Recover 5% of Life on Kill", statOrderKey = "1396", statOrder = { 1396 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CriticalMultiplierPerBlockChanceUnique__1"] = { affix = "", "+1% to Critical Strike Multiplier per 1% Chance to Block Attack Damage", statOrderKey = "2771", statOrder = { 2771 }, level = 1, group = "CriticalMultiplierPerBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["AttackDamagePerLowestArmourOrEvasionUnique__1"] = { affix = "", "1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating", statOrderKey = "4214", statOrder = { 4214 }, level = 98, group = "AttackDamagePerLowestArmourOrEvasion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FortifyOnMeleeStunUnique__1"] = { affix = "", "Melee Hits which Stun Fortify", statOrderKey = "4675", statOrder = { 4675 }, level = 1, group = "FortifyOnMeleeStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtWhileFortifiedUnique__1"] = { affix = "", "You have Onslaught while Fortified", statOrderKey = "5497", statOrder = { 5497 }, level = 1, group = "OnslaughtWhileFortified", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemStatsDoubledInBreachImplicit"] = { affix = "", "Properties are doubled while in a Breach", statOrderKey = "6434", statOrder = { 6434 }, level = 1, group = "StatsDoubledInBreach", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonSpidersOnKillUnique__1"] = { affix = "", "100% chance to Trigger Level 1 Raise Spiders on Kill", statOrderKey = "490", statOrder = { 490 }, level = 1, group = "GrantsMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["CannotCastSpellsUnique__1"] = { affix = "", "Cannot Cast Spells", statOrderKey = "4601", statOrder = { 4601 }, level = 1, group = "CannotCastSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["CannotDealSpellDamageUnique__1"] = { affix = "", "Spell Skills deal no Damage", statOrderKey = "7967", statOrder = { 7967 }, level = 1, group = "CannotDealSpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["GoatHoofFootprintsUnique__1"] = { affix = "", "Burning Hoofprints", statOrderKey = "8452", statOrder = { 8452 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireDamagePerStrengthUnique__1"] = { affix = "", "1% increased Fire Damage per 20 Strength", statOrderKey = "5345", statOrder = { 5345 }, level = 1, group = "FireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GolemLargerAggroRadiusUnique__1"] = { affix = "", "Summoned Golems are Aggressive", statOrderKey = "8364", statOrder = { 8364 }, level = 1, group = "GolemLargerAggroRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MaximumLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "20% of Maximum Life Converted to Energy Shield", statOrderKey = "7269", statOrder = { 7269 }, level = 75, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LocalChanceToPoisonOnHitUnique__1"] = { affix = "", "15% chance to Poison on Hit", statOrderKey = "6476", statOrder = { 6476 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LocalChanceToPoisonOnHitUnique__2"] = { affix = "", "60% chance to Poison on Hit", statOrderKey = "6476", statOrder = { 6476 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LocalChanceToPoisonOnHitUnique__3"] = { affix = "", "20% chance to Poison on Hit", statOrderKey = "6476", statOrder = { 6476 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["LocalChanceToPoisonOnHitUnique__4"] = { affix = "", "20% chance to Poison on Hit", statOrderKey = "6476", statOrder = { 6476 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["ChanceToPoisonUnique__1_______"] = { affix = "", "25% chance to Poison on Hit", statOrderKey = "2755", statOrder = { 2755 }, level = 1, group = "PoisonOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["IncreasedSpellDamageWhileShockedUnique__1"] = { affix = "", "50% increased Spell Damage while Shocked", statOrderKey = "7961", statOrder = { 7961 }, level = 1, group = "IncreasedSpellDamageWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["MaximumResistanceWithNoEnduranceChargesUnique__1__"] = { affix = "", "+2% to all maximum Resistances while you have no Endurance Charges", statOrderKey = "4029", statOrder = { 4029 }, level = 1, group = "MaximumResistanceWithNoEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["OnslaughtWithMaxEnduranceChargesUnique__1"] = { affix = "", "You have Onslaught while at maximum Endurance Charges", statOrderKey = "5493", statOrder = { 5493 }, level = 1, group = "OnslaughtWithMaxEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionsGainYourStrengthUnique__1"] = { affix = "", "Half of your Strength is added to your Minions", statOrderKey = "7413", statOrder = { 7413 }, level = 1, group = "MinionsGainYourStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "attribute" }, }, + ["AdditionalZombiesPerXStrengthUnique__1"] = { affix = "", "+1 to maximum number of Raised Zombies per 500 Strength", statOrderKey = "7524", statOrder = { 7524 }, level = 1, group = "AdditionalZombiesPerXStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ZombiesLeechLifeToYouAt1000StrengthUnique__1"] = { affix = "", "With at least 1000 Strength, (1.5-2)% of Damage dealt by your Raised Zombies is Leeched to you as Life", statOrderKey = "8359", statOrder = { 8359 }, level = 1, group = "ZombiesLeechLifeToYouAt1000Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["ReducedBleedDurationUnique__1_"] = { affix = "", "25% reduced Bleeding Duration", statOrderKey = "4311", statOrder = { 4311 }, level = 1, group = "BleedDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["IncreasedRarityPerRampageStacksUnique__1"] = { affix = "", "1% increased Rarity of Items found per 15 Rampage Kills", statOrderKey = "5887", statOrder = { 5887 }, level = 38, group = "IncreasedRarityPerRampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ImmuneToBurningShockedChilledGroundUnique__1"] = { affix = "", "Immune to Burning Ground, Shocked Ground and Chilled Ground", statOrderKey = "5835", statOrder = { 5835 }, level = 1, group = "ImmuneToBurningShockedChilledGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["MaximumLifePer10DexterityUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Dexterity", statOrderKey = "7264", statOrder = { 7264 }, level = 1, group = "FlatLifePer10Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationWhileMovingUnique__1"] = { affix = "", "Regenerate 100 Life per second while moving", statOrderKey = "5954", statOrder = { 5954 }, level = 1, group = "LifeRegenerationWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SpellsAreDisabledUnique__1"] = { affix = "", "Your Spells are disabled", statOrderKey = "8335", statOrder = { 8335 }, level = 1, group = "SpellsAreDisabled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MaximumLifePerItemRarityUnique__1"] = { affix = "", "+1 Life per 2% increased Rarity of Items found", statOrderKey = "7266", statOrder = { 7266 }, level = 1, group = "MaxLifePerItemRarity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["PercentDamagePerItemQuantityUnique__1"] = { affix = "", "Your Increases and Reductions to Quantity of Items found also apply to Damage", statOrderKey = "4986", statOrder = { 4986 }, level = 1, group = "PercentDamagePerItemQuantity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ItemQuantityPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% increased Quantity of Items found per Chest opened Recently", statOrderKey = "5886", statOrder = { 5886 }, level = 1, group = "ItemQuantityPerChestOpenedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementSpeedPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% reduced Movement Speed per Chest opened Recently", statOrderKey = "7450", statOrder = { 7450 }, level = 1, group = "MovementSpeedPerChestOpenedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["WarcryKnockbackUnique__1"] = { affix = "", "Warcries Knock Back and Interrupt Enemies in a smaller Area", statOrderKey = "8262", statOrder = { 8262 }, level = 1, group = "WarcryKnockback", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackAndCastSpeedOnUsingMovementSkillUnique__1"] = { affix = "", "15% increased Attack and Cast Speed if you've used a Movement Skill Recently", statOrderKey = "3050", statOrder = { 3050 }, level = 1, group = "AttackAndCastSpeedOnUsingMovementSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["CannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", statOrderKey = "2776", statOrder = { 2776 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementCannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Movement Speed cannot be modified to below base value", statOrderKey = "2778", statOrder = { 2778 }, level = 1, group = "MovementCannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["EnergyShieldStartsAtZero"] = { affix = "", "Immortal Ambition", statOrderKey = "8414", statOrder = { 8414 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["FlaskElementalPenetrationOfHighestResistUnique__1"] = { affix = "", "During Flask Effect, Damage Penetrates (5-8)% Resistance of each Element for which your Uncapped Elemental Resistance is highest", statOrderKey = "743", statOrder = { 743 }, level = 1, group = "FlaskElementalPenetrationOfHighestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, + ["FlaskElementalDamageTakenOfLowestResistUnique__1"] = { affix = "", "During Flask Effect, 6% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest", statOrderKey = "742", statOrder = { 742 }, level = 1, group = "FlaskElementalDamageTakenOfLowestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["SocketedGemsSupportedByEnduranceChargeOnStunUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrderKey = "304", statOrder = { 304 }, level = 1, group = "DisplaySupportedByEnduranceChargeOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplayGrantsVengeanceUnique__1"] = { affix = "", "Grants Level 15 Vengeance Skill", statOrderKey = "384", statOrder = { 384 }, level = 1, group = "DisplayGrantsVengeance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["CannotLeechLifeUnique__1"] = { affix = "", "Cannot Leech Life", statOrderKey = "2187", statOrder = { 2187 }, level = 1, group = "CannotLeechLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AllResistanceAt200StrengthUnique__1"] = { affix = "", "+(20-25)% to all Elemental Resistances while you have at least 200 Strength", statOrderKey = "3916", statOrder = { 3916 }, level = 1, group = "AllResistanceAt200Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["LifeRegenerationAt400StrengthUnique__1"] = { affix = "", "Regenerate 2% of Life per second with at least 400 Strength", statOrderKey = "5975", statOrder = { 5975 }, level = 1, group = "LifeRegenerationAt400Strength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationIfHitRecentlyUnique__1"] = { affix = "", "Regenerate 2% of Life per second if you have been Hit Recently", statOrderKey = "5963", statOrder = { 5963 }, level = 1, group = "LifeRegenerationIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AttackBlockIfBlockedSpellRecentlyUnique__1_"] = { affix = "", "+20% Chance to Block Attack Damage if you have Blocked Spell Damage Recently", statOrderKey = "4202", statOrder = { 4202 }, level = 1, group = "AttackBlockIfBlockedSpellRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["SpellBlockIfBlockedAttackRecentlyUnique__1"] = { affix = "", "+20% chance to Block Spell Damage if you have Blocked Attack Damage Recently", statOrderKey = "7943", statOrder = { 7943 }, level = 1, group = "SpellBlockIfBlockedAttackRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AddedChaosDamageWhileUsingAFlaskUnique__1_"] = { affix = "", "Adds (15-20) to (25-30) Chaos Damage to Spells and Attacks during any Flask Effect", statOrderKey = "7939", statOrder = { 7939 }, level = 1, group = "AddedChaosDamageWhileUsingAFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster" }, }, + ["AddedChaosDamageWhileUsingAFlaskUnique__2"] = { affix = "", "Adds (30-40) to (50-60) Chaos Damage to Spells and Attacks during any Flask Effect", statOrderKey = "7939", statOrder = { 7939 }, level = 1, group = "AddedChaosDamageWhileUsingAFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster" }, }, + ["GainPowerChargesOnUsingWarcryUnique__1"] = { affix = "", "Gain 2 Power Charges when you Warcry", statOrderKey = "5429", statOrder = { 5429 }, level = 1, group = "GainPowerChargesOnUsingWarcry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["AttackLeechAgainstTauntedEnemyUnique__1"] = { affix = "", "2% of Attack Damage Leeched as Life against Taunted Enemies", statOrderKey = "5930", statOrder = { 5930 }, level = 1, group = "AttackLeechAgainstTauntedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["WarcryCooldownSpeedUnique__1"] = { affix = "", "50% increased Warcry Cooldown Recovery Rate", statOrderKey = "2913", statOrder = { 2913 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryCooldownSpeedUnique__2"] = { affix = "", "50% increased Warcry Cooldown Recovery Rate", statOrderKey = "2913", statOrder = { 2913 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryEffectUnique__1"] = { affix = "", "25% increased Warcry Buff Effect", statOrderKey = "8263", statOrder = { 8263 }, level = 1, group = "WarcryEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryEffectUnique__2"] = { affix = "", "25% increased Warcry Buff Effect", statOrderKey = "8263", statOrder = { 8263 }, level = 1, group = "WarcryEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OnslaughtOnUsingWarcryUnique__1"] = { affix = "", "Gain Onslaught for 4 seconds when you Warcry", statOrderKey = "5489", statOrder = { 5489 }, level = 1, group = "OnslaughtOnUsingWarcry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedColdDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "Adds 40 to 60 Cold Damage against Chilled Enemies", statOrderKey = "7326", statOrder = { 7326 }, level = 1, group = "AddedColdDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageAgainstFrozenEnemiesUnique__2"] = { affix = "", "Adds 60 to 80 Cold Damage against Chilled Enemies", statOrderKey = "7326", statOrder = { 7326 }, level = 1, group = "AddedColdDamageAgainstFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["CannotBeShockedWhileChilledUnique__1"] = { affix = "", "Cannot be Shocked while Chilled", statOrderKey = "4289", statOrder = { 4289 }, level = 1, group = "AvoidShockWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockChilledEnemiesUnique__1"] = { affix = "", "50% chance to Shock Chilled Enemies", statOrderKey = "4707", statOrder = { 4707 }, level = 1, group = "ChanceToShockChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidFreezeAndChillIfFireSkillUsedRecentlyUnique__1"] = { affix = "", "Cannot be Chilled or Frozen if you have used a Fire Skill Recently", statOrderKey = "4283", statOrder = { 4283 }, level = 1, group = "AvoidFreezeAndChillIfFireSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["HeraldOfThunderBuffEffectUnique__1"] = { affix = "", "Herald of Thunder has 50% increased Buff Effect", statOrderKey = "5768", statOrder = { 5768 }, level = 1, group = "HeraldOfThunderBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeRegenerationPerLevelUnique__1"] = { affix = "", "Regenerate 1 Life per second per Level", statOrderKey = "2548", statOrder = { 2548 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotemLeechLifeToYouUnique__1"] = { affix = "", "0.5% of Damage dealt by your Totems is Leeched to you as Life", statOrderKey = "3798", statOrder = { 3798 }, level = 1, group = "TotemLeechLifeToYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TriggeredConsecrateUnique__1"] = { affix = "", "Trigger Level 10 Consecrate when you deal a Critical Strike", statOrderKey = "419", statOrder = { 419 }, level = 1, group = "TriggeredConsecrate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["IncreasedDamageOnConsecratedGroundUnique__1"] = { affix = "", "50% increased Damage while on Consecrated Ground", statOrderKey = "3127", statOrder = { 3127 }, level = 1, group = "IncreasedDamageOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BlockChanceOnConsecratedGroundUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while on Consecrated Ground", statOrderKey = "4015", statOrder = { 4015 }, level = 1, group = "BlockChanceOnConsecratedGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChillEnemiesOnHitWithWeaponUnique__1"] = { affix = "", "Chill Enemies for 1 second on Hit with this Weapon when in Off Hand", statOrderKey = "6385", statOrder = { 6385 }, level = 1, group = "ChillEnemiesOnHitWithWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, + ["SupportFlatAddedFireDamageUnique__1"] = { affix = "", "Socketed Gems deal 63 to 94 Added Fire Damage", statOrderKey = "333", statOrder = { 333 }, level = 1, group = "SupportFlatAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["PhysicalDamageToAttacksPerLevelUnique__1_"] = { affix = "", "Adds 1 to 2 Physical Damage to Attacks per Level", statOrderKey = "4233", statOrder = { 4233 }, level = 1, group = "PhysicalDamageToAttacksPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["PhysicalDamageToAttacksPerLevelUnique__2"] = { affix = "", "Adds 2 to 3 Physical Damage to Attacks per Level", statOrderKey = "4233", statOrder = { 4233 }, level = 1, group = "PhysicalDamageToAttacksPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["RightRingSlotMaximumManaUnique__1"] = { affix = "", "Right ring slot: +100 to maximum Mana", statOrderKey = "2252", statOrder = { 2252 }, level = 1, group = "RightRingSlotMaximumMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LeftRingSlotMaximumEnergyShieldUnique__1"] = { affix = "", "Left ring slot: +100 to maximum Energy Shield", statOrderKey = "2258", statOrder = { 2258 }, level = 1, group = "LeftRingSlotMaximumEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LeftRingSlotFlatManaRegenerationUnique__1"] = { affix = "", "Left ring slot: Regenerate 40 Mana per Second", statOrderKey = "2255", statOrder = { 2255 }, level = 1, group = "LeftRingSlotFlatManaRegen", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["NearbyEnemiesAreIntimidatedUnique__1"] = { affix = "", "Nearby Enemies are Intimidated", statOrderKey = "6408", statOrder = { 6408 }, level = 1, group = "NearbyEnemiesAreIntimidated", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyAlliesMovementVelocityUnique__1"] = { affix = "", "10% increased Movement Speed", "10% increased Movement Speed for you and nearby Allies", statOrderKey = "1444,6402", statOrder = { 1444, 6402 }, level = 1, group = "NearbyAlliesMovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["WeaponElementalPenetrationUnique__1"] = { affix = "", "Damage with Weapons Penetrates 5% Elemental Resistance", statOrderKey = "3173", statOrder = { 3173 }, level = 1, group = "WeaponElementalPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["IncreasedElementalDamageIfUsedWarcryRecentlyUnique__1"] = { affix = "", "150% increased Elemental Damage if you've used a Warcry Recently", statOrderKey = "5147", statOrder = { 5147 }, level = 1, group = "IncreasedElementalDamageIfUsedWarcryRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["TriggeredAnimateWeaponUnique__1"] = { affix = "", "25% chance to Trigger Level 20 Animate Weapon on Kill", statOrderKey = "478", statOrder = { 478 }, level = 1, group = "TriggeredAnimateWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AddedFireDamagePerStrengthUnique__1"] = { affix = "", "Adds 4 to 7 Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "4227", statOrder = { 4227 }, level = 1, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalGolemBuffEffectUnique__1"] = { affix = "", "25% increased Effect of Buffs granted by Socketed Golem Skills", statOrderKey = "75", statOrder = { 75 }, level = 1, group = "LocalGolemBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["LocalGolemLifeAddedAsESUnique__1"] = { affix = "", "Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "79", statOrder = { 79 }, level = 1, group = "LocalGolemLifeAddedAsES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "skill", "resource", "life", "defences", "minion", "gem" }, }, + ["LocalGolemIncreasedAttackAndCastSpeedUnique__1"] = { affix = "", "Socketed Golem Skills have 20% increased Attack and Cast Speed", statOrderKey = "74", statOrder = { 74 }, level = 1, group = "LocalGolemIncreasedAttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "speed", "minion", "gem" }, }, + ["LocalGolemGrantOnslaughtOnSummonUnique__1"] = { affix = "", "Gain Onslaught for 10 seconds when you Cast Socketed Golem Skill", statOrderKey = "78", statOrder = { 78 }, level = 1, group = "LocalGolemGrantsOnslaughtOnSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["LocalGolemTauntOnHitUnique__1_"] = { affix = "", "Socketed Golem Skills have 25% chance to Taunt on Hit", statOrderKey = "76", statOrder = { 76 }, level = 1, group = "LocalGolemTauntOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "minion", "gem" }, }, + ["LocalGolemLifeRegenerationUnique__1"] = { affix = "", "Socketed Golem Skills have Minions Regenerate 5% of Life per second", statOrderKey = "77", statOrder = { 77 }, level = 1, group = "LocalGolemLifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "resource", "life", "minion", "gem" }, }, + ["LocalVaalDamageUnique__1_"] = { affix = "", "Socketed Vaal Skills deal 150% more Damage", statOrderKey = "349", statOrder = { 349 }, level = 80, group = "LocalVaalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, + ["LocalVaalSoulRequirementUnique__1"] = { affix = "", "Socketed Vaal Skills require 30% less Souls per Use", statOrderKey = "357", statOrder = { 357 }, level = 80, group = "LocalVaalSoulRequirement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalUsesToStoreUnique__1"] = { affix = "", "Socketed Vaal Skills have 20% chance to regain consumed Souls when used", statOrderKey = "358", statOrder = { 358 }, level = 80, group = "LocalVaalUsesToStore", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalIgnoreMonsterResistancesUnique__1"] = { affix = "", "Hits from Socketed Vaal Skills ignore Enemy Monster Resistances", statOrderKey = "354", statOrder = { 354 }, level = 80, group = "LocalVaalIgnoreMonsterResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalIgnoreMonsterPhysicalReductionUnique__1"] = { affix = "", "Hits from Socketed Vaal Skills ignore Enemy Monster Physical Damage Reduction", statOrderKey = "353", statOrder = { 353 }, level = 80, group = "LocalVaalIgnoreMonsterPhysicalReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "vaal" }, }, + ["LocalVaalElusiveOnUseUnique__1_"] = { affix = "", "Socketed Vaal Skills grant Elusive when Used", statOrderKey = "351", statOrder = { 351 }, level = 80, group = "LocalVaalElusiveOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalTailwindIfUsedRecentlyUnique__1"] = { affix = "", "You have Tailwind if you've used a Socketed Vaal Skill Recently", statOrderKey = "361", statOrder = { 361 }, level = 80, group = "LocalVaalTailwindIfUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalAreaOfEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 60% increased Area of Effect", statOrderKey = "347", statOrder = { 347 }, level = 80, group = "LocalVaalAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalProjectileSpeedUnique__1"] = { affix = "", "Socketed Vaal Skills have 80% increased Projectile Speed", statOrderKey = "355", statOrder = { 355 }, level = 80, group = "LocalVaalProjectileSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "vaal" }, }, + ["LocalVaalSkillEffectDurationUnique__1"] = { affix = "", "Socketed Vaal Skills have 80% increased Skill Effect Duration", statOrderKey = "350", statOrder = { 350 }, level = 80, group = "LocalVaalSkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalSoulGainPreventionUnique__1"] = { affix = "", "Socketed Vaal Skills have 30% reduced Soul Gain Prevention Duration", statOrderKey = "356", statOrder = { 356 }, level = 80, group = "LocalVaalSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LocalVaalLuckyDamageUnique__1"] = { affix = "", "Damage with Hits from Socketed Vaal Skills is Lucky", statOrderKey = "352", statOrder = { 352 }, level = 80, group = "LocalVaalLuckyDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, + ["LocalVaalAuraEffectUnique__1"] = { affix = "", "Socketed Vaal Skills have 50% increased Aura Effect", statOrderKey = "348", statOrder = { 348 }, level = 80, group = "LocalVaalAuraEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura", "vaal" }, }, + ["IncreasedDamageToChilledEnemies1"] = { affix = "", "(15-20)% increased Damage with Hits against Chilled Enemies", statOrderKey = "4996", statOrder = { 4996 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedFireDamgeIfHitRecentlyUnique__1"] = { affix = "", "100% increased Fire Damage", statOrderKey = "1035", statOrder = { 1035 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ImmuneToFreezeAndChillWhileIgnitedUnique__1"] = { affix = "", "Immune to Freeze and Chill while Ignited", statOrderKey = "5841", statOrder = { 5841 }, level = 1, group = "ImmuneToFreezeAndChillWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FirePenetrationIfBlockedRecentlyUnique__1"] = { affix = "", "Damage Penetrates 15% of Fire Resistance if you have Blocked Recently", statOrderKey = "5361", statOrder = { 5361 }, level = 1, group = "FirePenetrationIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DisplayGrantsBloodOfferingUnique__1_"] = { affix = "", "Grants Level 15 Blood Offering Skill", statOrderKey = "423", statOrder = { 423 }, level = 1, group = "DisplayGrantsBloodOffering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredSummonLesserShrineUnique__1"] = { affix = "", "Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrderKey = "418", statOrder = { 418 }, level = 1, group = "TriggeredSummonLesserShrine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["CastLevel1SummonLesserShrineOnKillUnique"] = { affix = "", "(1-100)% chance to Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrderKey = "418", statOrder = { 418 }, level = 1, group = "CastSummonLesserShrineOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LifeGainedOnStunUnique__1_"] = { affix = "", "Gain 50 Life when you Stun an Enemy", statOrderKey = "5428", statOrder = { 5428 }, level = 40, group = "LifeGainedOnStun", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["RyuslathaMinimumDamageModifierUnique__1"] = { affix = "", "(30-40)% less Minimum Physical Attack Damage", statOrderKey = "882", statOrder = { 882 }, level = 1, group = "RyuslathaMinimumDamageModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["RyuslathaMaximumDamageModifierUnique__1_"] = { affix = "", "(30-40)% more Maximum Physical Attack Damage", statOrderKey = "881", statOrder = { 881 }, level = 1, group = "RyuslathaMaximumDamageModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AlwaysIgniteWhileBurningUnique__1"] = { affix = "", "You always Ignite while Burning", statOrderKey = "4072", statOrder = { 4072 }, level = 1, group = "AlwaysIgniteWhileBurning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AdditionalBlockWhileNotCursedUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while not Cursed", statOrderKey = "4014", statOrder = { 4014 }, level = 1, group = "AdditionalBlockWhileNotCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalSpellBlockWhileCursedUnique__1"] = { affix = "", "+20% Chance to Block Spell Damage while Cursed", statOrderKey = "4050", statOrder = { 4050 }, level = 1, group = "AdditionalSpellBlockWhileCursed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LifePerLevelUnique__1"] = { affix = "", "+1 Maximum Life per Level", statOrderKey = "5941", statOrder = { 5941 }, level = 1, group = "LifePerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaPerLevelUnique__1"] = { affix = "", "+1 Maximum Mana per Level", statOrderKey = "6605", statOrder = { 6605 }, level = 1, group = "ManaPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldPerLevelUnique__1"] = { affix = "", "+1 Maximum Energy Shield per Level", statOrderKey = "5256", statOrder = { 5256 }, level = 1, group = "EnergyShieldPerLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ChaosDegenAuraUnique__1"] = { affix = "", "Trigger Level 20 Death Aura when Equipped", statOrderKey = "416", statOrder = { 416 }, level = 1, group = "ChaosDegenAuraUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HeraldsAlwaysCost45Unique__1"] = { affix = "", "Mana Reservation of Herald Skills is always 45%", statOrderKey = "5748", statOrder = { 5748 }, level = 1, group = "HeraldsAlwaysCost45", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["StunAvoidancePerHeraldUnique__1"] = { affix = "", "35% chance to avoid being Stunned for each Herald Buff affecting you", statOrderKey = "4290", statOrder = { 4290 }, level = 1, group = "StunAvoidancePerHerald", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedDamageIfShockedRecentlyUnique__1"] = { affix = "", "(20-50)% increased Damage if you have Shocked an Enemy Recently", statOrderKey = "4977", statOrder = { 4977 }, level = 1, group = "IncreasedDamageIfShockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ShockedEnemiesExplodeUnique__1_"] = { affix = "", "Shocked Enemies you Kill Explode, dealing 5% of", "their Life as Lightning Damage which cannot Shock", statOrderKey = "7858,7858.1", statOrder = { 7858, 7858.1 }, level = 1, group = "ShockedEnemiesExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["UnaffectedByShockUnique__1"] = { affix = "", "Unaffected by Shock", statOrderKey = "8203", statOrder = { 8203 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["UnaffectedByShockUnique__2"] = { affix = "", "Unaffected by Shock", statOrderKey = "8203", statOrder = { 8203 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["MinionAttackSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Attack Speed per 50 Dexterity", statOrderKey = "7362", statOrder = { 7362 }, level = 1, group = "MinionAttackSpeedPerXDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["MinionMovementSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Movement Speed per 50 Dexterity", statOrderKey = "7393", statOrder = { 7393 }, level = 1, group = "MinionMovementSpeedPerXDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["MinionHitsOnlyKillIgnitedEnemiesUnique__1"] = { affix = "", "Minions' Hits can only Kill Ignited Enemies", statOrderKey = "7415", statOrder = { 7415 }, level = 1, group = "MinionHitsOnlyKillIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PoisonDamageUnique__1"] = { affix = "", "(40-60)% increased Damage with Poison", statOrderKey = "2763", statOrder = { 2763 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["BleedDamageUnique__1_"] = { affix = "", "(40-60)% increased Damage with Bleeding", statOrderKey = "2751", statOrder = { 2751 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["LocalIncreaseSocketedHeraldLevelUnique__1_"] = { affix = "", "+2 to Level of Socketed Herald Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["LocalIncreaseSocketedHeraldLevelUnique__2"] = { affix = "", "+4 to Level of Socketed Herald Gems", statOrderKey = "64", statOrder = { 64 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["IncreasedAreaOfSkillsWithNoFrenzyChargesUnique__1_"] = { affix = "", "15% increased Area of Effect while you have no Frenzy Charges", statOrderKey = "1691", statOrder = { 1691 }, level = 1, group = "IncreasedAreaOfSkillsWithNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalCriticalMultiplierWithNoFrenzyChargesUnique__1"] = { affix = "", "+50% Global Critical Strike Multiplier while you have no Frenzy Charges", statOrderKey = "1690", statOrder = { 1690 }, level = 1, group = "GlobalCriticalMultiplierWithNoFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["AccuracyRatingWithMaxFrenzyChargesUnique__1"] = { affix = "", "+(400-500) to Accuracy Rating while at Maximum Frenzy Charges", statOrderKey = "3997", statOrder = { 3997 }, level = 1, group = "AccuracyRatingWithMaxFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ReducedAttackSpeedOfMovementSkillsUnique__1"] = { affix = "", "Movement Attack Skills have 40% reduced Attack Speed", statOrderKey = "7437", statOrder = { 7437 }, level = 1, group = "ReducedAttackSpeedOfMovementSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedColdDamageIfUsedFireSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Cold Damage if you have used a Fire Skill Recently", statOrderKey = "4777", statOrder = { 4777 }, level = 1, group = "IncreasedColdDamageIfUsedFireSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Fire Damage if you have used a Cold Skill Recently", statOrderKey = "5344", statOrder = { 5344 }, level = 1, group = "IncreasedFireDamageIfUsedColdSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["IncreasedDamagePerPowerChargeUnique__1"] = { affix = "", "5% increased Damage per Power Charge", statOrderKey = "4992", statOrder = { 4992 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChanceToGainMaximumPowerChargesUnique__1_"] = { affix = "", "25% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrderKey = "5484,5484.1", statOrder = { 5484, 5484.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["FireDamageCanPoisonUnique__1"] = { affix = "", "Your Fire Damage can Poison", statOrderKey = "2456", statOrder = { 2456 }, level = 1, group = "FireDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ColdDamageCanPoisonUnique__1_"] = { affix = "", "Your Cold Damage can Poison", statOrderKey = "2455", statOrder = { 2455 }, level = 1, group = "ColdDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["LightningDamageCanPoisonUnique__1"] = { affix = "", "Your Lightning Damage can Poison", statOrderKey = "2457", statOrder = { 2457 }, level = 1, group = "LightningDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["FireSkillsChanceToPoisonUnique__1"] = { affix = "", "Fire Skills have 20% chance to Poison on Hit", statOrderKey = "5365", statOrder = { 5365 }, level = 1, group = "FireSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ColdSkillsChanceToPoisonUnique__1"] = { affix = "", "Cold Skills have 20% chance to Poison on Hit", statOrderKey = "4805", statOrder = { 4805 }, level = 1, group = "ColdSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["LightningSkillsChanceToPoisonUnique__1_"] = { affix = "", "Lightning Skills have 20% chance to Poison on Hit", statOrderKey = "6006", statOrder = { 6006 }, level = 1, group = "LightningSkillsChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["GainManaAsExtraEnergyShieldUnique__1"] = { affix = "", "Gain (5-10)% of Maximum Mana as Extra Maximum Energy Shield", statOrderKey = "1810", statOrder = { 1810 }, level = 1, group = "GainManaAsExtraEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GrantsTouchOfGodUnique__1"] = { affix = "", "Grants Level 20 Doryani's Touch Skill", statOrderKey = "414", statOrder = { 414 }, level = 1, group = "GrantsTouchOfGod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SpellDamageSuppressedUnique__1"] = { affix = "", "Prevent +3% of Suppressed Spell Damage", statOrderKey = "828", statOrder = { 828 }, level = 56, group = "SpellDamageSuppressed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellDamageSuppressedUnique__2"] = { affix = "", "-10% to amount of Suppressed Spell Damage Prevented", statOrderKey = "828", statOrder = { 828 }, level = 1, group = "SpellDamageSuppressed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsFrostbiteUnique__1"] = { affix = "", "Grants Level 5 Frostbite Skill", statOrderKey = "392", statOrder = { 392 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsSummonBeastRhoaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Rhoa Skill", statOrderKey = "387", statOrder = { 387 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsSummonBeastUrsaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Ursa Skill", statOrderKey = "387", statOrder = { 387 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsSummonBeastSnakeUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Snake Skill", statOrderKey = "387", statOrder = { 387 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ChaosResistDoubledUnique__1"] = { affix = "", "Chaos Resistance is doubled", statOrderKey = "4721", statOrder = { 4721 }, level = 1, group = "ChaosResistDoubled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["PlayerFarShotUnique__1"] = { affix = "", "Far Shot", statOrderKey = "8422", statOrder = { 8422 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionSkillManaCostUnique__1_"] = { affix = "", "(10-15)% reduced Mana Cost of Minion Skills", statOrderKey = "7401", statOrder = { 7401 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, + ["MinionSkillManaCostUnique__2"] = { affix = "", "(20-30)% reduced Mana Cost of Minion Skills", statOrderKey = "7401", statOrder = { 7401 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, + ["TriggeredAbyssalCryUnique__1"] = { affix = "", "Trigger Level 1 Intimidating Cry on Hit", statOrderKey = "530", statOrder = { 530 }, level = 1, group = "TriggeredAbyssalCry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredLightningWarpUnique__1__"] = { affix = "", "Trigger Level 15 Lightning Warp on Hit with this Weapon", statOrderKey = "462", statOrder = { 462 }, level = 1, group = "TriggeredLightningWarp", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster" }, }, + ["SummonSkeletonsNumberOfSkeletonsToSummonUnique__1"] = { affix = "", "Summon 4 additional Skeleton Warriors with Summon Skeleton", statOrderKey = "3570", statOrder = { 3570 }, level = 1, group = "SummonSkeletonsNumberOfSkeletonsToSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SummonSkeletonsCooldownTimeUnique__1"] = { affix = "", "+1 second to Summon Skeleton Cooldown", statOrderKey = "8072", statOrder = { 8072 }, level = 1, group = "SummonSkeletonsCooldownTime", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["EnergyShieldRechargeStartsWhenStunnedUnique__1"] = { affix = "", "Energy Shield Recharge starts when you are Stunned", statOrderKey = "5259", statOrder = { 5259 }, level = 1, group = "EnergyShieldRechargeStartsWhenStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["TrapCooldownRecoveryUnique__1"] = { affix = "", "(10-15)% increased Cooldown Recovery Rate for throwing Traps", statOrderKey = "3038", statOrder = { 3038 }, level = 1, group = "TrapCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedExtraDamageFromCritsWithNoPowerChargesUnique__1"] = { affix = "", "You take 50% reduced Extra Damage from Critical Strikes while you have no Power Charges", statOrderKey = "5322", statOrder = { 5322 }, level = 1, group = "ReducedExtraDamageFromCritsWithNoPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["PhysAddedAsChaosWithMaxPowerChargesUnique__1"] = { affix = "", "Gain (8-12)% of Physical Damage as Extra Chaos Damage while at maximum Power Charges", statOrderKey = "3048", statOrder = { 3048 }, level = 1, group = "PhysAddedAsChaosWithMaxPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ScorchingRaySkillUnique__1"] = { affix = "", "Grants Level 25 Scorching Ray Skill", statOrderKey = "407", statOrder = { 407 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["BlightSkillUnique__1"] = { affix = "", "Grants Level 22 Blight Skill", statOrderKey = "411", statOrder = { 411 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__1"] = { affix = "", "Grants Summon Harbinger of the Arcane Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__2"] = { affix = "", "Grants Summon Harbinger of Time Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__3"] = { affix = "", "Grants Summon Harbinger of Focus Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__4_"] = { affix = "", "Grants Summon Harbinger of Directions Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__5"] = { affix = "", "Grants Summon Harbinger of Storms Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique__6"] = { affix = "", "Grants Summon Harbinger of Brutality Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_1"] = { affix = "", "Grants Summon Greater Harbinger of the Arcane Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_2"] = { affix = "", "Grants Summon Greater Harbinger of Time Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2__3"] = { affix = "", "Grants Summon Greater Harbinger of Focus Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_4"] = { affix = "", "Grants Summon Greater Harbinger of Directions Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_5"] = { affix = "", "Grants Summon Greater Harbinger of Storms Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["HarbingerSkillOnEquipUnique2_6"] = { affix = "", "Grants Summon Greater Harbinger of Brutality Skill", statOrderKey = "390", statOrder = { 390 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ChannelledSkillDamageUnique__1"] = { affix = "", "Channelling Skills deal (50-70)% increased Damage", statOrderKey = "4711", statOrder = { 4711 }, level = 1, group = "ChannelledSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["VolkuurLessPoisonDurationUnique__1"] = { affix = "", "50% less Poison Duration", statOrderKey = "2753", statOrder = { 2753 }, level = 1, group = "VolkuurLessPoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ProjectileAttackCriticalStrikeChanceUnique__1"] = { affix = "", "Projectile Attack Skills have (40-60)% increased Critical Strike Chance", statOrderKey = "3871", statOrder = { 3871 }, level = 1, group = "ProjectileAttackCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["SupportedByLesserPoisonUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Chance to Poison", statOrderKey = "301", statOrder = { 301 }, level = 1, group = "SupportedByLesserPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByVileToxinsUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrderKey = "300", statOrder = { 300 }, level = 1, group = "SupportedByVileToxins", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByInnervateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Innervate", statOrderKey = "299", statOrder = { 299 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByInnervateUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 10 Innervate", statOrderKey = "299", statOrder = { 299 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Ice Bite", statOrderKey = "293", statOrder = { 293 }, level = 1, group = "SupportedByIceBite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["GrantsVoidGazeUnique__1"] = { affix = "", "Trigger Level 10 Void Gaze when you use a Skill", statOrderKey = "461", statOrder = { 461 }, level = 1, group = "GrantsVoidGaze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AddedChaosDamageVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "Attacks with this Weapon deal 80-120 added Chaos Damage against", "Enemies affected by at least 5 Poisons", statOrderKey = "7323,7323.1", statOrder = { 7323, 7323.1 }, level = 1, group = "AddedChaosDamageVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["PoisonDurationPerPowerChargeUnique__1"] = { affix = "", "3% increased Poison Duration per Power Charge", statOrderKey = "7629", statOrder = { 7629 }, level = 1, group = "PoisonDurationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDamagePerFrenzyChargeUnique__1"] = { affix = "", "10% increased Damage with Poison per Frenzy Charge", statOrderKey = "7621", statOrder = { 7621 }, level = 1, group = "PoisonDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["GainFrenzyChargeOnKillVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "(25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by at least 5 Poisons", statOrderKey = "5474", statOrder = { 5474 }, level = 1, group = "GainFrenzyChargeOnKillVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["GainPowerChargeOnKillVsEnemiesWithLessThan5PoisonsUnique__1"] = { affix = "", "(12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons", statOrderKey = "5506", statOrder = { 5506 }, level = 1, group = "GainPowerChargeOnKillVsEnemiesWithLessThan5Poisons", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PoisonDurationWithOver150IntelligenceUnique__1"] = { affix = "", "(15-25)% increased Poison Duration if you have at least 150 Intelligence", statOrderKey = "7630", statOrder = { 7630 }, level = 1, group = "PoisonDurationWithOver150Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDamageWithOver300DexterityUnique__1"] = { affix = "", "(75-100)% increased Damage with Poison if you have at least 300 Dexterity", statOrderKey = "7624", statOrder = { 7624 }, level = 1, group = "PoisonDamageWithOver300Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["YouCannotBeHinderedUnique__1"] = { affix = "", "You cannot be Hindered", statOrderKey = "8308", statOrder = { 8308 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring" }, }, + ["YouCannotBeHinderedUnique__2"] = { affix = "", "You cannot be Hindered", statOrderKey = "8308", statOrder = { 8308 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring" }, }, + ["LocalMaimOnHitChanceUnique__1"] = { affix = "", "(15-20)% chance to Maim on Hit", statOrderKey = "6466", statOrder = { 6466 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["BlightSecondarySkillEffectDurationUnique__1"] = { affix = "", "Blight has (20-30)% increased Hinder Duration", statOrderKey = "4462", statOrder = { 4462 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GlobalCooldownRecoveryUnique__1"] = { affix = "", "(15-20)% increased Cooldown Recovery Rate", statOrderKey = "4321", statOrder = { 4321 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DebuffTimePassedUnique__1"] = { affix = "", "Debuffs on you expire (15-20)% faster", statOrderKey = "5054", statOrder = { 5054 }, level = 1, group = "DebuffTime", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DebuffTimePassedUnique__2"] = { affix = "", "Debuffs on you expire (80-100)% faster", statOrderKey = "5054", statOrder = { 5054 }, level = 1, group = "DebuffTime", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeAndEnergyShieldRecoveryRateUnique_1"] = { affix = "", "(10-15)% increased Energy Shield Recovery rate", "(10-15)% increased Life Recovery rate", statOrderKey = "1234,1243", statOrder = { 1234, 1243 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LocalGrantsStormCascadeOnAttackUnique__1"] = { affix = "", "Trigger Level 20 Storm Cascade when you Attack", statOrderKey = "463", statOrder = { 463 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ProjectileAttacksChanceToBleedBeastialMinionUnique__1_"] = { affix = "", "Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while", "you have a Bestial Minion", statOrderKey = "3872,3872.1", statOrder = { 3872, 3872.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ProjectileAttacksChanceToPoisonBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Poison on Hit while", "you have a Bestial Minion", statOrderKey = "3874,3874.1", statOrder = { 3874, 3874.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["ProjectileAttacksChanceToMaimBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Maim on Hit while", "you have a Bestial Minion", statOrderKey = "3873,3873.1", statOrder = { 3873, 3873.1 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AddedPhysicalDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (11-16)-(21-25) Physical Damage to Attacks while you have a Bestial Minion", statOrderKey = "3875", statOrder = { 3875 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedChaosDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (13-19)-(23-29) Chaos Damage to Attacks while you have a Bestial Minion", statOrderKey = "3876", statOrder = { 3876 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AttackAndMovementSpeedBeastialMinionUnique__1"] = { affix = "", "(10-15)% increased Attack and Movement Speed while you have a Bestial Minion", statOrderKey = "3877", statOrder = { 3877 }, level = 1, group = "StatsWithBeastialMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["LifeLeechFromAttackDamageAgainstMaimedEnemiesUnique__1"] = { affix = "", "0.5% of Attack Damage Leeched as Life against Maimed Enemies", statOrderKey = "5929", statOrder = { 5929 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["GrantsDarktongueKissUnique__1"] = { affix = "", "Trigger Level 20 Darktongue's Kiss when you Cast a Curse Skill", statOrderKey = "460", statOrder = { 460 }, level = 1, group = "GrantsDarktongueKiss", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ShockEffectUnique__1"] = { affix = "", "(15-25)% increased Effect of Shock", statOrderKey = "7850", statOrder = { 7850 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockEffectUnique__2"] = { affix = "", "(15-25)% increased Effect of Lightning Ailments", statOrderKey = "5980", statOrder = { 5980 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockEffectUnique__3"] = { affix = "", "30% increased Effect of Lightning Ailments", statOrderKey = "5980", statOrder = { 5980 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["LocalCanSocketIgnoringColourUnique__1"] = { affix = "", "Gems can be Socketed in this Item ignoring Socket Colour", statOrderKey = "40", statOrder = { 40 }, level = 1, group = "LocalCanSocketIgnoringColour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalNoAttributeRequirementsUnique__1"] = { affix = "", "Has no Attribute Requirements", statOrderKey = "773", statOrder = { 773 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalNoAttributeRequirementsUnique__2"] = { affix = "", "Has no Attribute Requirements", statOrderKey = "773", statOrder = { 773 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsInRedSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Red Sockets have +1 to Level", statOrderKey = "49", statOrder = { 49 }, level = 1, group = "SocketedGemsInColouredSocketEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsInGreenSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Green Sockets have +10% to Quality", statOrderKey = "50", statOrder = { 50 }, level = 1, group = "SocketedGemsInColouredSocketEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemsInBlueSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Blue Sockets gain 25% increased Experience", statOrderKey = "51", statOrder = { 51 }, level = 1, group = "SocketedGemsInColouredSocketEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["GainThaumaturgyBuffRotationUnique__1_"] = { affix = "", "Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence", statOrderKey = "8129", statOrder = { 8129 }, level = 1, group = "GainThaumaturgyBuffRotation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireBeamLengthUnique__1"] = { affix = "", "10% increased Scorching Ray beam length", statOrderKey = "5340", statOrder = { 5340 }, level = 1, group = "FireBeamLength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GrantsPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Purity of Fire Skill", statOrderKey = "380", statOrder = { 380 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Purity of Ice Skill", statOrderKey = "386", statOrder = { 386 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Purity of Lightning Skill", statOrderKey = "388", statOrder = { 388 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsVaalPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Fire Skill", statOrderKey = "454", statOrder = { 454 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsVaalPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Ice Skill", statOrderKey = "455", statOrder = { 455 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsVaalPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Lightning Skill", statOrderKey = "456", statOrder = { 456 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SpectreLifeUnique__1___"] = { affix = "", "+1000 to Spectre maximum Life", statOrderKey = "7932", statOrder = { 7932 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["SpectreIncreasedLifeUnique__1"] = { affix = "", "Spectres have (50-100)% increased maximum Life", statOrderKey = "1416", statOrder = { 1416 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["PowerChargeOnManaSpentUnique__1"] = { affix = "", "Gain a Power Charge after Spending a total of 200 Mana", statOrderKey = "6399", statOrder = { 6399 }, level = 1, group = "PowerChargeOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["IncreasedCastSpeedPerPowerChargeUnique__1"] = { affix = "", "2% increased Cast Speed per Power Charge", statOrderKey = "1120", statOrder = { 1120 }, level = 1, group = "IncreasedCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["ManaRegeneratedPerSecondPerPowerChargeUnique__1"] = { affix = "", "Regenerate 2 Mana per Second per Power Charge", statOrderKey = "6616", statOrder = { 6616 }, level = 1, group = "ManaRegeneratedPerSecondPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainARandomChargePerSecondWhileStationaryUnique__1"] = { affix = "", "Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary", statOrderKey = "5512", statOrder = { 5512 }, level = 1, group = "GainARandomChargePerSecondWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["LoseAllChargesOnMoveUnique__1"] = { affix = "", "Lose all Frenzy, Endurance, and Power Charges when you Move", statOrderKey = "6564", statOrder = { 6564 }, level = 1, group = "LoseAllChargesOnMove", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["ConsumesSupportGemsUnique"] = { affix = "", "Consumes Socketed Uncorrupted Support Gems when they reach Maximum Level", "Can Consume 4 Uncorrupted Support Gems", "Has not Consumed any Gems", statOrderKey = "41,41.1,41.2", statOrder = { 41, 41.1, 41.2 }, level = 88, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HungryLoopSupportedByAddedFireDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Fire Damage", statOrderKey = "41,254", statOrder = { 41, 254 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByColdPenetration_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cold Penetration", statOrderKey = "41,294", statOrder = { 41, 294 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIceBite"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ice Bite", statOrderKey = "41,293", statOrder = { 41, 293 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByManaLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mana Leech", statOrderKey = "41,295", statOrder = { 41, 295 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedColdDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Cold Damage", statOrderKey = "41,296", statOrder = { 41, 296 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReducedManaCost"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Inspiration", statOrderKey = "41,297", statOrder = { 41, 297 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAdditionalAccuracy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Additional Accuracy", statOrderKey = "41,268", statOrder = { 41, 268 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBloodMagic"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arrogance", statOrderKey = "41,252", statOrder = { 41, 252 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFork"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Fork", statOrderKey = "41,274", statOrder = { 41, 274 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByInnervate_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Innervate", statOrderKey = "41,299", statOrder = { 41, 299 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLesserPoison_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chance to Poison", statOrderKey = "41,301", statOrder = { 41, 301 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByHypothermia"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hypothermia", statOrderKey = "41,292", statOrder = { 41, 292 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLifeLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Life Leech", statOrderKey = "41,271", statOrder = { 41, 271 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeleeSplash_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Melee Splash", statOrderKey = "41,263", statOrder = { 41, 263 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMultistrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Multistrike", statOrderKey = "41,269", statOrder = { 41, 269 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFasterProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Faster Projectiles", statOrderKey = "41,270", statOrder = { 41, 270 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRemoteMine"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Blastchain Mine", statOrderKey = "41,280", statOrder = { 41, 280 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRemoteMine2_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 High-Impact Mine", statOrderKey = "41,181", statOrder = { 41, 181 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByStun"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Stun", statOrderKey = "41,267", statOrder = { 41, 267 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnCrit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast On Critical Strike", statOrderKey = "41,264", statOrder = { 41, 264 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastWhenStunned"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast when Stunned", statOrderKey = "41,265", statOrder = { 41, 265 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByVileToxins_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrderKey = "41,300", statOrder = { 41, 300 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByWeaponElementalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Elemental Damage with Attacks", statOrderKey = "41,275", statOrder = { 41, 275 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedArea"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Area of Effect", statOrderKey = "41,101", statOrder = { 41, 101 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByKnockback"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Knockback", statOrderKey = "41,284", statOrder = { 41, 284 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedMinionLife"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Life", statOrderKey = "41,285", statOrder = { 41, 285 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedMinionSpeed"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Speed", statOrderKey = "41,289", statOrder = { 41, 289 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLesserMultipleProjectiles_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lesser Multiple Projectiles", statOrderKey = "41,286", statOrder = { 41, 286 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedMinionDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minion Damage", statOrderKey = "41,287", statOrder = { 41, 287 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedCriticalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Increased Critical Damage", statOrderKey = "41,273", statOrder = { 41, 273 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBlind"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Blind", statOrderKey = "41,262", statOrder = { 41, 262 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnduranceChargeOnStun"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrderKey = "41,304", statOrder = { 41, 304 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBlasphemy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "41,298", statOrder = { 41, 298 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trap", statOrderKey = "41,247", statOrder = { 41, 247 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIronWill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Iron Will", statOrderKey = "41,283", statOrder = { 41, 283 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFasterCast"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Faster Casting", statOrderKey = "41,282", statOrder = { 41, 282 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFlee"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Chance to Flee", statOrderKey = "41,281", statOrder = { 41, 281 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByColdToFire_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cold to Fire", statOrderKey = "41,255", statOrder = { 41, 255 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Totem", statOrderKey = "41,256", statOrder = { 41, 256 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGreaterMultipleProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Greater Multiple Projectiles", statOrderKey = "41,139", statOrder = { 41, 139 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedCriticalStrikes"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Critical Strikes", statOrderKey = "41,147", statOrder = { 41, 147 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByItemQuantity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Item Quantity", statOrderKey = "41,152", statOrder = { 41, 152 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByItemRarity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Item Rarity", statOrderKey = "41,153", statOrder = { 41, 153 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedDuration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Increased Duration", statOrderKey = "41,148", statOrder = { 41, 148 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChanceToIgnite"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Combustion", statOrderKey = "41,116", statOrder = { 41, 116 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBloodlust"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bloodlust", statOrderKey = "41,107", statOrder = { 41, 107 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLifeGainOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Life Gain On Hit", statOrderKey = "41,154", statOrder = { 41, 154 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCullingStrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Culling Strike", statOrderKey = "41,119", statOrder = { 41, 119 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPointBlank"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Point Blank", statOrderKey = "41,171", statOrder = { 41, 171 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIronGrip"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Iron Grip", statOrderKey = "41,151", statOrder = { 41, 151 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeleeDamageOnFullLife"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Damage On Full Life", statOrderKey = "41,160", statOrder = { 41, 160 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRangedAttackTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ballista Totem", statOrderKey = "41,177", statOrder = { 41, 177 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFirePenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fire Penetration", statOrderKey = "41,134", statOrder = { 41, 134 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLightningPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lightning Penetration", statOrderKey = "41,156", statOrder = { 41, 156 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChain"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chain", statOrderKey = "41,114", statOrder = { 41, 114 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMulticast"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Echo", statOrderKey = "41,164", statOrder = { 41, 164 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPowerChargeOnCrit_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Power Charge On Critical Strike", statOrderKey = "41,173", statOrder = { 41, 173 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIncreasedBurningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Burning Damage", statOrderKey = "41,146", statOrder = { 41, 146 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySummonElementalResistance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Army Support", statOrderKey = "41,191", statOrder = { 41, 191 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCurseOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Hextouch", statOrderKey = "41,120", statOrder = { 41, 120 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnKill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast On Melee Kill", statOrderKey = "41,112", statOrder = { 41, 112 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMultiTrap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Multiple Traps", statOrderKey = "41,249", statOrder = { 41, 249 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEmpower"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Empower", statOrderKey = "41,128", statOrder = { 41, 128 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySlowerProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Slower Projectiles", statOrderKey = "41,185", statOrder = { 41, 185 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReducedDuration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Less Duration", statOrderKey = "41,180", statOrder = { 41, 180 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnDamageTaken"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast when Damage Taken", statOrderKey = "41,111", statOrder = { 41, 111 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnhance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Enhance", statOrderKey = "41,130", statOrder = { 41, 130 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPhysicalProjectileAttackDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Vicious Projectiles", statOrderKey = "41,168", statOrder = { 41, 168 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnlighten"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 3 Enlighten", statOrderKey = "41,131", statOrder = { 41, 131 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPhysicalToLightning_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Physical To Lightning", statOrderKey = "41,169", statOrder = { 41, 169 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrapAndMineDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trap And Mine Damage", statOrderKey = "41,250", statOrder = { 41, 250 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPoison"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Critical Strike Affliction", statOrderKey = "41,172", statOrder = { 41, 172 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByVoidManipulation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Void Manipulation", statOrderKey = "41,200", statOrder = { 41, 200 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRapidDecay"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swift Affliction", statOrderKey = "41,178", statOrder = { 41, 178 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByClusterTrap_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cluster Trap", statOrderKey = "41,248", statOrder = { 41, 248 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByElementalFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Focus", statOrderKey = "41,126", statOrder = { 41, 126 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMinefield"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Minefield", statOrderKey = "41,161", statOrder = { 41, 161 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByTrapCooldown"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Advanced Traps", statOrderKey = "41,195", statOrder = { 41, 195 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastWhileChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cast While Channelling", statOrderKey = "41,113", statOrder = { 41, 113 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByIgniteProliferation__"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ignite Proliferation", statOrderKey = "41,142", statOrder = { 41, 142 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChanceToBleed"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Chance To Bleed", statOrderKey = "41,115", statOrder = { 41, 115 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDeadlyAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Deadly Ailments", statOrderKey = "41,121", statOrder = { 41, 121 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDecay"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Decay", statOrderKey = "41,123", statOrder = { 41, 123 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEfficacy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Efficacy", statOrderKey = "41,125", statOrder = { 41, 125 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMaim"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Maim", statOrderKey = "41,157", statOrder = { 41, 157 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByImmolate"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Immolate", statOrderKey = "41,143", statOrder = { 41, 143 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByUnboundAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Unbound Ailments", statOrderKey = "41,197", statOrder = { 41, 197 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBrutality"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Brutality", statOrderKey = "41,110", statOrder = { 41, 110 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRuthless_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ruthless", statOrderKey = "41,182", statOrder = { 41, 182 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByOnslaught_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Onslaught", statOrderKey = "41,166", statOrder = { 41, 166 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByArcaneSurge"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arcane Surge", statOrderKey = "41,102", statOrder = { 41, 102 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBarrage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Barrage", statOrderKey = "41,105", statOrder = { 41, 105 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByArrowNova"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Arrow Nova", statOrderKey = "41,176", statOrder = { 41, 176 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPierce_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Pierce", statOrderKey = "41,290", statOrder = { 41, 290 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFasterAttacks"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Faster Attacks", statOrderKey = "41,261", statOrder = { 41, 261 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeleePhysicalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Melee Physical Damage", statOrderKey = "41,260", statOrder = { 41, 260 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGenerosity_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Generosity", statOrderKey = "41,278", statOrder = { 41, 278 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFortify_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fortify", statOrderKey = "41,279", statOrder = { 41, 279 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByElementalProliferation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrderKey = "41,258", statOrder = { 41, 258 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByControlledDestruction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Controlled Destruction", statOrderKey = "41,303", statOrder = { 41, 303 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByConcentratedEffect"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrderKey = "41,246", statOrder = { 41, 246 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCastOnDeath"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are supported by Level 20 Cast on Death", statOrderKey = "41,266", statOrder = { 41, 266 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedLightningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Lightning Damage", statOrderKey = "41,259", statOrder = { 41, 259 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAddedChaosDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Added Chaos Damage", statOrderKey = "41,251", statOrder = { 41, 251 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByReducedBlockChance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Block Chance Reduction", statOrderKey = "41,179", statOrder = { 41, 179 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByStormBarrier"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Infused Channelling", statOrderKey = "41,190", statOrder = { 41, 190 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByParallelProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Volley", statOrderKey = "41,167", statOrder = { 41, 167 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByGreaterVolley"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Greater Volley", statOrderKey = "41,141", statOrder = { 41, 141 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellCascade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Spell Cascade", statOrderKey = "41,187", statOrder = { 41, 187 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpiritStrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Ancestral Call", statOrderKey = "41,189", statOrder = { 41, 189 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySummonGhostOnKill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Summon Phantasm", statOrderKey = "41,192", statOrder = { 41, 192 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMirageArcher_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mirage Archer", statOrderKey = "41,162", statOrder = { 41, 162 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFrenzyPowerOnTrapTrigger"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Charged Traps", statOrderKey = "41,138", statOrder = { 41, 138 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChaosAttacks"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Withering Touch", statOrderKey = "41,201", statOrder = { 41, 201 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBonechill"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bonechill", statOrderKey = "41,109", statOrder = { 41, 109 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMultiTotem"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Multiple Totems", statOrderKey = "41,163", statOrder = { 41, 163 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEnergyLeech"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Energy Leech", statOrderKey = "41,129", statOrder = { 41, 129 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySpellFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Intensify", statOrderKey = "41,188", statOrder = { 41, 188 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByUnleash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Unleash", statOrderKey = "41,198", statOrder = { 41, 198 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByImpale"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Impale", statOrderKey = "41,144", statOrder = { 41, 144 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByPulverise"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Pulverise", statOrderKey = "41,174", statOrder = { 41, 174 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByRage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Rage", statOrderKey = "41,175", statOrder = { 41, 175 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByCloseCombat"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Close Combat", statOrderKey = "41,118", statOrder = { 41, 118 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByShockwave_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Shockwave", statOrderKey = "41,184", statOrder = { 41, 184 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFeedingFrenzy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Feeding Frenzy", statOrderKey = "41,133", statOrder = { 41, 133 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMeatShield"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Meat Shield", statOrderKey = "41,159", statOrder = { 41, 159 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDeathmark_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Predator", statOrderKey = "41,122", statOrder = { 41, 122 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByNightblade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Nightblade", statOrderKey = "41,165", statOrder = { 41, 165 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByInfernalLegion_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Infernal Legion", statOrderKey = "41,149", statOrder = { 41, 149 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySwiftAssembly"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swift Assembly", statOrderKey = "41,193", statOrder = { 41, 193 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByChargedMines"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Charged Mines", statOrderKey = "41,117", statOrder = { 41, 117 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedFireDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Fire Damage", statOrderKey = "41,208", statOrder = { 41, 208 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAncestralCall"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Ancestral Call", statOrderKey = "41,210", statOrder = { 41, 210 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedBrutality"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Brutality", statOrderKey = "41,213", statOrder = { 41, 213 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedBurningDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Burning Damage", statOrderKey = "41,214", statOrder = { 41, 214 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedWeaponElementalDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Elemental Damage With Attacks", statOrderKey = "41,243", statOrder = { 41, 243 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedFirePenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Fire Penetration", statOrderKey = "41,226", statOrder = { 41, 226 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedGenerosity_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Generosity", statOrderKey = "41,228", statOrder = { 41, 228 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMeleePhysicalDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Melee Physical Damage", statOrderKey = "41,232", statOrder = { 41, 232 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMeleeSplash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Melee Splash", statOrderKey = "41,233", statOrder = { 41, 233 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMultistrike"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Multistrike", statOrderKey = "41,235", statOrder = { 41, 235 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedColdDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Cold Damage", statOrderKey = "41,207", statOrder = { 41, 207 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedArrowNova"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Arrow Nova", statOrderKey = "41,211", statOrder = { 41, 211 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedCastOnCrit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cast On Critical Strike", statOrderKey = "41,215", statOrder = { 41, 215 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedChain"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Chain", statOrderKey = "41,217", statOrder = { 41, 217 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedColdPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cold Penetration", statOrderKey = "41,218", statOrder = { 41, 218 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedDeadlyAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Deadly Ailments", statOrderKey = "41,221", statOrder = { 41, 221 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedFork"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Fork", statOrderKey = "41,227", statOrder = { 41, 227 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedGreaterMultipleProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Greater Multiple Projectiles", statOrderKey = "41,229", statOrder = { 41, 229 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedSwiftAffliction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Swift Affliction", statOrderKey = "41,238", statOrder = { 41, 238 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedVoidManipulation"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Void Manipulation", statOrderKey = "41,242", statOrder = { 41, 242 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedViciousProjectiles"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Vicious Projectiles", statOrderKey = "41,241", statOrder = { 41, 241 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedChaosDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Chaos Damage", statOrderKey = "41,206", statOrder = { 41, 206 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedAddedLightningDamage_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Added Lightning Damage", statOrderKey = "41,209", statOrder = { 41, 209 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedBlasphemy"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Blasphemy", statOrderKey = "41,212", statOrder = { 41, 212 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedCastWhileChannelling"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Cast While Channelling", statOrderKey = "41,216", statOrder = { 41, 216 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedControlledDestruction"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Controlled Destruction", statOrderKey = "41,219", statOrder = { 41, 219 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedCurseOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Hextouch", statOrderKey = "41,220", statOrder = { 41, 220 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedElementalFocus"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Elemental Focus", statOrderKey = "41,222", statOrder = { 41, 222 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedIncreasedAreaOfEffect_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Increased Area Of Effect", statOrderKey = "41,230", statOrder = { 41, 230 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedLightningPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Lightning Penetration", statOrderKey = "41,231", statOrder = { 41, 231 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedMinionDamage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Minion Damage", statOrderKey = "41,234", statOrder = { 41, 234 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedSpellCascade"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Spell Cascade", statOrderKey = "41,236", statOrder = { 41, 236 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedSpellEcho__"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Spell Echo", statOrderKey = "41,237", statOrder = { 41, 237 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedUnboundAilments"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Unbound Ailments", statOrderKey = "41,239", statOrder = { 41, 239 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedUnleash"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 5 Awakened Unleash", statOrderKey = "41,240", statOrder = { 41, 240 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedEmpower"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 4 Awakened Empower", statOrderKey = "41,223", statOrder = { 41, 223 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedEnlighten"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 4 Awakened Enlighten", statOrderKey = "41,225", statOrder = { 41, 225 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByAwakenedEnhance"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 4 Awakened Enhance", statOrderKey = "41,224", statOrder = { 41, 224 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySecondWind_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Second Wind", statOrderKey = "41,183", statOrder = { 41, 183 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByArchmage"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Archmage", statOrderKey = "41,103", statOrder = { 41, 103 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByUrgentOrders"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Urgent Orders", statOrderKey = "41,199", statOrder = { 41, 199 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFistOfWar"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Fist of War", statOrderKey = "41,135", statOrder = { 41, 135 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedBySwiftBrand"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Swiftbrand", statOrderKey = "41,194", statOrder = { 41, 194 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByElementalPenetration"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Elemental Penetration", statOrderKey = "41,127", statOrder = { 41, 127 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByImpendingDoom"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Impending Doom", statOrderKey = "41,145", statOrder = { 41, 145 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBloodthirst_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Bloodthirst", statOrderKey = "41,108", statOrder = { 41, 108 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFragility_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Cruelty", statOrderKey = "41,137", statOrder = { 41, 137 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByLifetap"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Lifetap", statOrderKey = "41,155", statOrder = { 41, 155 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByFocussedBallista_"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Focused Ballista", statOrderKey = "41,136", statOrder = { 41, 136 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEarthbreaker"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Earthbreaker", statOrderKey = "41,124", statOrder = { 41, 124 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByBehead"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Behead", statOrderKey = "41,106", statOrder = { 41, 106 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByMarkOnHit"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Mark On Hit", statOrderKey = "41,158", statOrder = { 41, 158 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByDivineBlessing"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Divine Blessing", statOrderKey = "41,104", statOrder = { 41, 104 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["HungryLoopSupportedByEternalBlessing"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Eternal Blessing", statOrderKey = "41,132", statOrder = { 41, 132 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SocketedGemLevelPer25PlayerLevelsUnique__1"] = { affix = "", "+1 to Level of Socketed Active Skill Gems per 25 Player Levels", statOrderKey = "48", statOrder = { 48 }, level = 1, group = "SocketedGemLevelPer25PlayerLevels", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "gem" }, }, + ["TriggerSocketedSpellOnAttackUnique__1"] = { affix = "", "Trigger a Socketed Spell when you Attack with this Weapon, with a 0.25 second Cooldown", statOrderKey = "534", statOrder = { 534 }, level = 1, group = "TriggerSocketedSpellOnAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["AddsPhysicalDamagePer3PlayerLevelsUnique__1_"] = { affix = "", "Adds 3 to 5 Physical Damage to Attacks with this Weapon per 3 Player Levels", statOrderKey = "948", statOrder = { 948 }, level = 1, group = "AddsPhysicalDamagePer3PlayerLevels", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["FlaskPoisonDurationUnique__1"] = { affix = "", "(50-75)% increased Duration of Poisons you inflict during Flask effect", statOrderKey = "695", statOrder = { 695 }, level = 1, group = "FlaskPoisonDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "poison", "chaos", "ailment" }, }, + ["FlaskHitsHaveNoCritMultiUnique__1"] = { affix = "", "Your Critical Strikes do not deal extra Damage during Flask effect", statOrderKey = "694", statOrder = { 694 }, level = 1, group = "FlaskHitsHaveNoCritMulti", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage", "critical" }, }, + ["FlaskGrantsPerfectAgonyUnique__1_"] = { affix = "", "Grants Perfect Agony during Flask effect", statOrderKey = "761", statOrder = { 761 }, level = 1, group = "FlaskGrantsPerfectAgony", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage", "critical", "ailment" }, }, + ["FlaskChanceToPoisonUnique__1"] = { affix = "", "25% chance to Poison on Hit during Flask effect", statOrderKey = "666", statOrder = { 666 }, level = 1, group = "FlaskChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "poison", "chaos", "ailment" }, }, + ["FlaskTakeChaosDamagePerSecondUnique__1"] = { affix = "", "Take 30 Chaos Damage per Second during Flask effect", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "FlaskTakeChaosDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["FlaskTakeChaosDamagePerSecondUnique__2"] = { affix = "", "Take 250 Chaos Damage per Second during Flask effect", statOrderKey = "733", statOrder = { 733 }, level = 1, group = "FlaskTakeChaosDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, }, + ["FlaskCriticalStrikeDoTMultiplierUnique__1"] = { affix = "", "+(20-30)% to Damage over Time Multiplier for Poison from Critical Strikes during Flask effect", statOrderKey = "708", statOrder = { 708 }, level = 1, group = "FlaskCriticalStrikeDoTMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical", "ailment" }, }, + ["StarterPassiveTreeJewelUnique__1_"] = { affix = "", "While your Passive Skill Tree connects to the Duelist's starting location, you gain:", "1% of Attack Damage Leeched as Life", statOrderKey = "8212,8212.1", statOrder = { 8212, 8212.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AbyssJewelSocketImplicit"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__1"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__2"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__3"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__4"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__5"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__6_"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__7"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__8"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__9"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__10"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__11_"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__12"] = { affix = "", "Has 1 Abyssal Socket", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__13"] = { affix = "", "Has 2 Abyssal Sockets", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AbyssJewelSocketUnique__14"] = { affix = "", "Has 6 Abyssal Sockets", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "AbyssJewelSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StarterPassiveTreeJewelUnique__2"] = { affix = "", "While your Passive Skill Tree connects to the Ranger's starting location, you gain:", "7% increased Movement Speed", statOrderKey = "8212,8212.1", statOrder = { 8212, 8212.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["StarterPassiveTreeJewelUnique__3"] = { affix = "", "While your Passive Skill Tree connects to the Shadow's starting location, you gain:", "+0.5% to Critical Strike Chance", statOrderKey = "8212,8212.1", statOrder = { 8212, 8212.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["StarterPassiveTreeJewelUnique__4"] = { affix = "", "While your Passive Skill Tree connects to the Witch's starting location, you gain:", "0.5% of Mana Regenerated per second", statOrderKey = "8212,8212.1", statOrder = { 8212, 8212.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["StarterPassiveTreeJewelUnique__5"] = { affix = "", "While your Passive Skill Tree connects to the Templar's starting location, you gain:", "Damage Penetrates 5% Elemental Resistances", statOrderKey = "8212,8212.1", statOrder = { 8212, 8212.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["StarterPassiveTreeJewelUnique__6"] = { affix = "", "While your Passive Skill Tree connects to the Scion's starting location, you gain:", "+25 to All Attributes", statOrderKey = "8212,8212.1", statOrder = { 8212, 8212.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["StarterPassiveTreeJewelUnique__7"] = { affix = "", "While your Passive Skill Tree connects to the Marauder's starting location, you gain:", "Melee Skills have 15% increased Area of Effect", statOrderKey = "8212,8212.1", statOrder = { 8212, 8212.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StarterPassiveJewelUnique__8"] = { affix = "", "While your Passive Skill Tree connects to the Marauder's starting location, you gain:", "1% of Life Regenerated per second", statOrderKey = "8213,8213.1", statOrder = { 8213, 8213.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["StarterPassiveJewelUnique__9_"] = { affix = "", "While your Passive Skill Tree connects to the Duelist's starting location, you gain:", "+2 to Melee Strike Range", statOrderKey = "8213,8213.1", statOrder = { 8213, 8213.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StarterPassiveJewelUnique__10__"] = { affix = "", "While your Passive Skill Tree connects to the Ranger's starting location, you gain:", "20% increased Flask Charges gained", statOrderKey = "8213,8213.1", statOrder = { 8213, 8213.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["StarterPassiveJewelUnique__11__"] = { affix = "", "While your Passive Skill Tree connects to the Shadow's starting location, you gain:", "12% increased Attack and Cast Speed", statOrderKey = "8213,8213.1", statOrder = { 8213, 8213.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["StarterPassiveJewelUnique__12__"] = { affix = "", "While your Passive Skill Tree connects to the Witch's starting location, you gain:", "20% increased Skill Effect Duration", statOrderKey = "8213,8213.1", statOrder = { 8213, 8213.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StarterPassiveJewelUnique__13"] = { affix = "", "While your Passive Skill Tree connects to the Templar's starting location, you gain:", "+4% Chance to Block Attack and Spell Damage", statOrderKey = "8213,8213.1", statOrder = { 8213, 8213.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["StarterPassiveJewelUnique__14_"] = { affix = "", "While your Passive Skill Tree connects to the Scion's starting location, you gain:", "30% increased Damage", statOrderKey = "8213,8213.1", statOrder = { 8213, 8213.1 }, level = 1, group = "StarterPassiveJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedCriticalStrikeChancePerAccuracyRatingUnique__1"] = { affix = "", "2% increased Attack Critical Strike Chance per 200 Accuracy Rating", statOrderKey = "4207", statOrder = { 4207 }, level = 65, group = "IncreasedCriticalStrikeChancePerAccuracyRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["PassiveEffectivenessJewelUnique__1_"] = { affix = "", "50% increased Effect of non-Keystone Passive Skills in Radius", "Notable Passive Skills in Radius grant nothing", statOrderKey = "6548,6549", statOrder = { 6548, 6549 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DegradingMovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Attack, Cast and Movement Speed during Flask Effect", "Reduce Attack, Cast and Movement Speed 10% every second during Flask Effect", statOrderKey = "738,739", statOrder = { 738, 739 }, level = 1, group = "DegradingMovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "attack", "caster", "speed" }, }, + ["TriggeredFireAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Fire Aegis when Equipped", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredColdAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Cold Aegis when Equipped", statOrderKey = "479", statOrder = { 479 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredLightningAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Lightning Aegis when Equipped", statOrderKey = "482", statOrder = { 482 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredElementalAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Elemental Aegis when Equipped", statOrderKey = "480", statOrder = { 480 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggeredPhysicalAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Physical Aegis when Equipped", statOrderKey = "484", statOrder = { 484 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SupportedByBlasphemyUnique"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrderKey = "298", statOrder = { 298 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "caster", "gem", "curse" }, }, + ["GrantCursePillarSkillUnique"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills can apply 5 additional Curses", "20% less Effect of Curses from Socketed Hex Skills", statOrderKey = "424,424.1,424.2,424.3", statOrder = { 424, 424.1, 424.2, 424.3 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantCursePillarSkillUnique__"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills can apply 5 additional Curses", statOrderKey = "425,425.1,425.2", statOrder = { 425, 425.1, 425.2 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ReflectPoisonsToSelfUnique__1"] = { affix = "", "Poison you inflict is Reflected to you if you have fewer than 100 Poisons on you", statOrderKey = "7633", statOrder = { 7633 }, level = 1, group = "ReflectPoisonsToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["ReflectBleedingToSelfUnique__1"] = { affix = "", "Bleeding you inflict is Reflected to you", statOrderKey = "4402", statOrder = { 4402 }, level = 1, group = "ReflectBleedingToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChaosResistancePerPoisonOnSelfUnique__1"] = { affix = "", "+1% to Chaos Resistance per Poison on you", statOrderKey = "4722", statOrder = { 4722 }, level = 1, group = "ChaosResistancePerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["DamagePerPoisonOnSelfUnique__1_"] = { affix = "", "15% increased Damage for each Poison on you up to a maximum of 75%", statOrderKey = "4991", statOrder = { 4991 }, level = 1, group = "DamagePerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MovementSpeedPerPoisonOnSelfUnique__1_"] = { affix = "", "10% increased Movement Speed for each Poison on you up to a maximum of 50%", statOrderKey = "7453", statOrder = { 7453 }, level = 1, group = "MovementSpeedPerPoisonOnSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["TravelSkillsReflectPoisonUnique__1"] = { affix = "", "Poison you inflict with Travel Skills is Reflected to you if you", "have fewer than 5 Poisons on you", statOrderKey = "8164,8164.1", statOrder = { 8164, 8164.1 }, level = 57, group = "TravelSkillsReflectPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["IncreasedArmourWhileBleedingUnique__1"] = { affix = "", "(30-40)% increased Armour while Bleeding", statOrderKey = "4145", statOrder = { 4145 }, level = 1, group = "IncreasedArmourWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["SpectreCriticalStrikeChanceUnique__1"] = { affix = "", "Spectres have (800-1000)% increased Critical Strike Chance", statOrderKey = "7934", statOrder = { 7934 }, level = 1, group = "SpectreCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, + ["SpectreHaveBaseDurationUnique__1"] = { affix = "", "Spectres have a Base Duration of 20 seconds", "Spectres do not travel between Areas", statOrderKey = "7937,7937.1", statOrder = { 7937, 7937.1 }, level = 1, group = "SpectreHaveBaseDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GainCriticalStrikeChanceOnManaSpentUnique__1"] = { affix = "", "Gain +2% to Critical Strike Chance for 2 seconds after Spending a total of 800 Mana", statOrderKey = "5457", statOrder = { 5457 }, level = 69, group = "GainCriticalStrikeChanceOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["GainHerEmbraceOnIgniteUnique__1"] = { affix = "", "Gain Her Embrace for 3 seconds when you Ignite an Enemy", statOrderKey = "5478", statOrder = { 5478 }, level = 1, group = "GainHerEmbraceOnIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TakeDamagePerLevelWhileHerEmbraceUnique__1_"] = { affix = "", "While in Her Embrace, take 0.5% of your total Maximum Life and Energy Shield as Fire Damage per second per Level", statOrderKey = "7558", statOrder = { 7558 }, level = 1, group = "TakeDamagePerLevelWhileHerEmbrace", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["GainArmourEqualToManaReservedUnique__1"] = { affix = "", "1% increased Armour per 50 Reserved Mana", statOrderKey = "5426", statOrder = { 5426 }, level = 1, group = "GainArmourEqualToManaReserved", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["VaalPactIfCritRecentlyUnique__1"] = { affix = "", "You have Vaal Pact if you've dealt a Critical Strike Recently", statOrderKey = "5520", statOrder = { 5520 }, level = 1, group = "VaalPactIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AdditionalArrowWhileAccuracyIs3000Uber1"] = { affix = "", "Bow Attacks fire an additional Arrow while Main Hand Accuracy Rating is at least 3000", statOrderKey = "7507", statOrder = { 7507 }, level = 1, group = "AdditionalArrowWhileAccuracyIs3000", weightKey = { "bow_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AccuracyRatingIsDoubledUber1"] = { affix = "", "50% more Global Accuracy Rating", statOrderKey = "3990", statOrder = { 3990 }, level = 1, group = "AccuracyRatingIsDoubled", weightKey = { "bow_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MeleePhysicalDamagePerStrengthWhileFortifiedUber1"] = { affix = "", "1% increased Melee Physical Damage per 10 Strength while Fortified", statOrderKey = "7288", statOrder = { 7288 }, level = 1, group = "MeleePhysicalDamagePerStrengthWhileFortified", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["IncreasedEvasionRatingWhileLeechingUber1"] = { affix = "", "20% increased Evasion while Leeching", statOrderKey = "5298", statOrder = { 5298 }, level = 1, group = "IncreasedEvasionRatingWhileLeeching", weightKey = { "claw_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["IncreasedEvasionRatingIfHitEnemyRecentlyUber1"] = { affix = "", "20% increased Evasion if you have Hit an Enemy Recently", statOrderKey = "5295", statOrder = { 5295 }, level = 1, group = "IncreasedEvasionRatingIfHitEnemyRecently", weightKey = { "claw_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["CriticalStrikeMultiplierIfHaventCritRecentlyUber1"] = { affix = "", "+50% to Critical Strike Multiplier if you haven't dealt a Critical Strike Recently", statOrderKey = "4900", statOrder = { 4900 }, level = 1, group = "CriticalStrikeMultiplierIfHaventCritRecently", weightKey = { "dagger_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CriticalStrikeChanceAgainstBleedingEnemiesUber1"] = { affix = "", "70% increased Critical Strike Chance against Bleeding Enemies", statOrderKey = "2772", statOrder = { 2772 }, level = 1, group = "CriticalStrikeChanceAgainstBleedingEnemies", weightKey = { "2h_axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AreaOfEffectWith500StrengthUber1"] = { affix = "", "30% increased Area of Effect if you have at least 500 Strength", statOrderKey = "4122", statOrder = { 4122 }, level = 1, group = "AreaOfEffectWith500Strength", weightKey = { "mace_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HitsCantBeEvadedIfBlockedRecentlyUber1_"] = { affix = "", "Hits with this Weapon can't be Evaded if you have Blocked Recently", statOrderKey = "6424", statOrder = { 6424 }, level = 1, group = "AlwaysHits", weightKey = { "sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AttackSpeedIfBlockedRecentlyUber1"] = { affix = "", "20% increased Attack Speed if you have Blocked Recently", statOrderKey = "4245", statOrder = { 4245 }, level = 1, group = "AttackSpeedIfBlockedRecently", weightKey = { "sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AreaOfEffectWhileFortifiedUber1"] = { affix = "", "25% increased Area of Effect while Fortified", statOrderKey = "4117", statOrder = { 4117 }, level = 1, group = "AreaOfEffectWhileFortified", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MeleeWeaponRangeWhileFortifiedUber1"] = { affix = "", "+2 to Melee Strike Range while Fortified", statOrderKey = "7305", statOrder = { 7305 }, level = 1, group = "MeleeWeaponRangeWhileFortified", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["StunDurationPerStrengthUber1"] = { affix = "", "2% increased Stun Duration per 15 Strength", statOrderKey = "8040", statOrder = { 8040 }, level = 1, group = "StunDurationPerStrength", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedStunThresholdWith500StrengthUber1"] = { affix = "", "30% reduced Enemy Stun Threshold while you have at least 500 Strength", statOrderKey = "8043", statOrder = { 8043 }, level = 1, group = "ReducedStunThresholdWith500Strength", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AreaDamagePerStrengthUber1"] = { affix = "", "1% increased Area Damage per 12 Strength", statOrderKey = "4105", statOrder = { 4105 }, level = 1, group = "AreaDamagePerStrength", weightKey = { "2h_mace_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedDamageAgainstTauntedEnemiesUber1"] = { affix = "", "50% increased Damage against Taunted Enemies", statOrderKey = "4998", statOrder = { 4998 }, level = 1, group = "IncreasedDamageAgainstTauntedEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BleedingDamagePerEnduranceChargeUber1"] = { affix = "", "5% increased Damage with Bleeding per Endurance Charge", statOrderKey = "4395", statOrder = { 4395 }, level = 1, group = "BleedingDamagePerEnduranceCharge", weightKey = { "2h_axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["MovementSpeedWhileFortifiedUber1"] = { affix = "", "15% increased Movement Speed while Fortified", statOrderKey = "2904", statOrder = { 2904 }, level = 1, group = "MovementSpeedWhileFortified", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MeleeWeaponRangeAtMaximumFrenzyChargesUber1_"] = { affix = "", "+3 to Melee Strike Range while at Maximum Frenzy Charges", statOrderKey = "7304", statOrder = { 7304 }, level = 1, group = "MeleeWeaponRangeAtMaximumFrenzyCharges", weightKey = { "2h_sword_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["BlindEnemiesWhenHitUber1__"] = { affix = "", "20% chance to Blind Enemies when they Hit you", statOrderKey = "4511", statOrder = { 4511 }, level = 1, group = "BlindEnemiesWhenHit", weightKey = { "claw_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PoisonDamageAgainstBleedingEnemiesUber1"] = { affix = "", "50% increased Damage with Poison inflicted on Bleeding Enemies", statOrderKey = "7623", statOrder = { 7623 }, level = 1, group = "PoisonDamageAgainstBleedingEnemies", weightKey = { "dagger_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["ChanceToBleedOnTauntedEnemiesUber1"] = { affix = "", "20% chance to inflict Bleeding on Hit with Attacks against Taunted Enemies", statOrderKey = "4262", statOrder = { 4262 }, level = 1, group = "ChanceToBleedOnTauntedEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AreaOfEffectPerPowerChargeUber1"] = { affix = "", "3% increased Area of Effect per Power Charge", statOrderKey = "1764", statOrder = { 1764 }, level = 1, group = "AreaOfEffectPerPowerCharge", weightKey = { "staff_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BleedDamageAgainstPoisonedEnemiesUber1"] = { affix = "", "50% increased Damage with Bleeding inflicted on Poisoned Enemies", statOrderKey = "4398", statOrder = { 4398 }, level = 1, group = "BleedDamageAgainstPoisonedEnemies", weightKey = { "dagger_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["GainEnduranceChargeOnStunChanceUber1"] = { affix = "", "25% chance to gain an Endurance Charge when you Stun an Enemy", statOrderKey = "4679", statOrder = { 4679 }, level = 1, group = "GainEnduranceChargeOnStunChance", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["FortifyEffectWhileStationaryUber1"] = { affix = "", "+4 to maximum Fortification while stationary", statOrderKey = "7249", statOrder = { 7249 }, level = 1, group = "FortifyEffectWhileStationary", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FortifyDurationPerStrengthUber1"] = { affix = "", "1% increased Fortification Duration per 10 Strength", statOrderKey = "5405", statOrder = { 5405 }, level = 1, group = "FortifyDurationPerStrength", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedElementalDamageTakenPerEnduranceChargeUber1"] = { affix = "", "1% reduced Elemental Damage taken per Endurance Charge", statOrderKey = "5163", statOrder = { 5163 }, level = 1, group = "ReducedElementalDamageTakenPerEnduranceCharge", weightKey = { "sceptre_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["AreaOfEffectIfBlockedRecentlyUber1"] = { affix = "", "20% increased Area of Effect if you have Blocked Recently", statOrderKey = "4112", statOrder = { 4112 }, level = 1, group = "AreaOfEffectIfBlockedRecently", weightKey = { "staff_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamagePer12IntelligenceUber1"] = { affix = "", "1% increased Elemental Damage per 12 Intelligence", statOrderKey = "5150", statOrder = { 5150 }, level = 1, group = "ElementalDamagePerIntelligence", weightKey = { "sceptre_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AdditionalBlockChanceIfCritRecentlyUber1__"] = { affix = "", "+5% Chance to Block Attack Damage if you've dealt a Critical Strike Recently", statOrderKey = "4011", statOrder = { 4011 }, level = 1, group = "AdditionalBlockChanceIfCritRecently", weightKey = { "staff_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ElementalDamagePer12StrengthUber1"] = { affix = "", "1% increased Elemental Damage per 12 Strength", statOrderKey = "5151", statOrder = { 5151 }, level = 1, group = "ElementalDamagePerStrength", weightKey = { "sceptre_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePerPowerChargeUber1"] = { affix = "", "5% increased Elemental Damage per Power charge", statOrderKey = "5152", statOrder = { 5152 }, level = 1, group = "ElementalDamagePerPowerCharge", weightKey = { "sceptre_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["CullingStrikeIfCritRecentlyUber1"] = { affix = "", "Hits with this Weapon have Culling Strike if you have dealt a Critical Strike Recently", statOrderKey = "6390", statOrder = { 6390 }, level = 1, group = "CullingStrikeIfCritRecently", weightKey = { "axe_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["CritsHaveCullingStrikeUber1"] = { affix = "", "Critical Strikes with this Weapon have Culling Strike", statOrderKey = "6389", statOrder = { 6389 }, level = 1, group = "CritsHaveCullingStrike", weightKey = { "dagger_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["GainEnduranceChargeOnLosingFortifyUber1"] = { affix = "", "Gain an Endurance Charge when you stop being Fortified", statOrderKey = "5461", statOrder = { 5461 }, level = 1, group = "GainEnduranceChargeOnLosingFortify", weightKey = { "mace_shaper", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["LifeGainOnHitWhileLeechingUber1"] = { affix = "", "+(30-50) Life gained for each Enemy Hit by this Weapon while you are Leeching", statOrderKey = "6463", statOrder = { 6463 }, level = 1, group = "LifeGainOnHitWhileLeeching", weightKey = { "claw_elder", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["CannotBeIgnitedWithStrHigherThanDexUnique__1"] = { affix = "", "Cannot be Ignited if Strength is higher than Dexterity", statOrderKey = "4584", statOrder = { 4584 }, level = 1, group = "CannotBeIgnitedWithStrHigherThanDex", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["CannotBeFrozenWithDexHigherThanIntUnique__1"] = { affix = "", "Cannot be Frozen if Dexterity is higher than Intelligence", statOrderKey = "4580", statOrder = { 4580 }, level = 1, group = "CannotBeFrozenWithDexHigherThanInt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CannotBeShockedWithIntHigherThanStrUnique__1"] = { affix = "", "Cannot be Shocked if Intelligence is higher than Strength", statOrderKey = "4591", statOrder = { 4591 }, level = 1, group = "CannotBeShockedWithIntHigherThanStr", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedDamagePerLowestAttributeUnique__1"] = { affix = "", "1% increased Damage per 5 of your lowest Attribute", statOrderKey = "4987", statOrder = { 4987 }, level = 85, group = "IncreasedDamagePerLowestAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["IncreasedAilmentDurationUnique__1"] = { affix = "", "40% increased Duration of Ailments on Enemies", statOrderKey = "1504", statOrder = { 1504 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationUnique__2"] = { affix = "", "30% reduced Duration of Ailments on Enemies", statOrderKey = "1504", statOrder = { 1504 }, level = 88, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationUnique__3_"] = { affix = "", "(10-20)% increased Duration of Ailments on Enemies", statOrderKey = "1504", statOrder = { 1504 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["SharedSufferingUnique__1"] = { affix = "", "Shared Suffering", statOrderKey = "8412", statOrder = { 8412 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CreateSmokeCloudWhenTrapTriggeredUnique__1"] = { affix = "", "Trigger Level 20 Fog of War when your Trap is triggered", statOrderKey = "520", statOrder = { 520 }, level = 1, group = "CreateSmokeCloudWhenTrapTriggered", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["FlammabilityReservationCostUnique__1"] = { affix = "", "Flammability has no Reservation if Cast as an Aura", statOrderKey = "5384", statOrder = { 5384 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["FrostbiteReservationCostUnique__1"] = { affix = "", "Frostbite has no Reservation if Cast as an Aura", statOrderKey = "5421", statOrder = { 5421 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ConductivityReservationCostUnique__1"] = { affix = "", "Conductivity has no Reservation if Cast as an Aura", statOrderKey = "4810", statOrder = { 4810 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["VulnerabilityReservationCostUnique__1_"] = { affix = "", "Vulnerability has no Reservation if Cast as an Aura", statOrderKey = "8253", statOrder = { 8253 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["DespairReservationCostUnique__1"] = { affix = "", "Despair has no Reservation if Cast as an Aura", statOrderKey = "5070", statOrder = { 5070 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["TemporalChainsReservationCostUnique__1"] = { affix = "", "Temporal Chains has no Reservation if Cast as an Aura", statOrderKey = "8127", statOrder = { 8127 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["TemporalChainsReservationCostUnique__2"] = { affix = "", "Temporal Chains has no Reservation if Cast as an Aura", statOrderKey = "8127", statOrder = { 8127 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["PunishmentReservationCostUnique__1"] = { affix = "", "Punishment has no Reservation if Cast as an Aura", statOrderKey = "7686", statOrder = { 7686 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["EnfeebleReservationCostUnique__1"] = { affix = "", "Enfeeble has no Reservation if Cast as an Aura", statOrderKey = "5274", statOrder = { 5274 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ElementalWeaknessReservationCostUnique__1"] = { affix = "", "Elemental Weakness has no Reservation if Cast as an Aura", statOrderKey = "5182", statOrder = { 5182 }, level = 1, group = "CurseReservationCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ChanceToDodgeWhileOffhandIsEmpty"] = { affix = "", "+(30-40)% chance to Suppress Spell Damage while your Off Hand is empty", statOrderKey = "7979", statOrder = { 7979 }, level = 1, group = "ChanceToDodgeWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedColdDamageWhileOffhandIsEmpty_"] = { affix = "", "(100-200)% increased Cold Damage while your Off Hand is empty", statOrderKey = "4785", statOrder = { 4785 }, level = 1, group = "IncreasedColdDamageWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DisplayIronReflexesFor8SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Iron Reflexes for 8 seconds", statOrderKey = "8437", statOrder = { 8437 }, level = 1, group = "DisplayIronReflexesFor8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["ArborixMoreDamageAtCloseRangeUnique__1"] = { affix = "", "30% more Damage with Arrow Hits at Close Range while you have Iron Reflexes", statOrderKey = "8443", statOrder = { 8443 }, level = 1, group = "ArborixMoreDamageAtCloseRange", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FarShotWhileYouDoNotHaveIronReflexesUnique__1_"] = { affix = "", "You have Far Shot while you do not have Iron Reflexes", statOrderKey = "8447", statOrder = { 8447 }, level = 1, group = "FarShotWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackCastMovementSpeedWhileYouDoNotHaveIronReflexesUnique__1"] = { affix = "", "30% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes", statOrderKey = "8446", statOrder = { 8446 }, level = 1, group = "AttackCastMovementSpeedWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ElementalDamageCanShockUnique__1__"] = { affix = "", "Your Elemental Damage can Shock", statOrderKey = "2463", statOrder = { 2463 }, level = 1, group = "ElementalDamageCanShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["EnemiesTakeIncreasedDamagePerAilmentTypeUnique__1"] = { affix = "", "Enemies take 5% increased Damage for each type of Ailment you have inflicted on them", statOrderKey = "2083", statOrder = { 2083 }, level = 1, group = "EnemiesTakeIncreasedDamagePerAilmentType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["DeathWalk"] = { affix = "", "Triggers Level 20 Death Walk when Equipped", statOrderKey = "496", statOrder = { 496 }, level = 1, group = "DeathWalk", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DamagePerAbyssJewelTypeUnique__1_"] = { affix = "", "10% increased Damage for each type of Abyss Jewel affecting you", statOrderKey = "3728", statOrder = { 3728 }, level = 1, group = "DamagePerAbyssJewelType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AdditionalPhysicalDamageReductionWhileMovingUnique__1"] = { affix = "", "5% additional Physical Damage Reduction while moving", statOrderKey = "4047", statOrder = { 4047 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["ReducedElementalDamageTakenWhileStationaryUnique__1_"] = { affix = "", "5% reduced Elemental Damage taken while stationary", statOrderKey = "5164", statOrder = { 5164 }, level = 1, group = "ReducedElementalDamageTakenWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["IncreasedLifePerAbyssalJewelUnique__1"] = { affix = "", "1% increased Maximum Life per Abyss Jewel affecting you", statOrderKey = "7271", statOrder = { 7271 }, level = 1, group = "IncreasedLifePerAbyssalJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedManaPerAbyssalJewelUnique__1_"] = { affix = "", "1% increased Maximum Mana per Abyss Jewel affecting you", statOrderKey = "7275", statOrder = { 7275 }, level = 1, group = "IncreasedManaPerAbyssalJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["IncreasedLifePerElderItemUnique__1"] = { affix = "", "+6 to Maximum Life per Elder Item Equipped", statOrderKey = "3882", statOrder = { 3882 }, level = 1, group = "IncreasedLifePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AilmentEffectPerElderItemUnique__1"] = { affix = "", "8% increased Effect of Non-Damaging Ailments per Elder Item Equipped", statOrderKey = "3886", statOrder = { 3886 }, level = 1, group = "AilmentEffectPerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["AilmentDamagePerElderItemUnique__1__"] = { affix = "", "15% increased Damage with Ailments per Elder Item Equipped", statOrderKey = "3883", statOrder = { 3883 }, level = 1, group = "AilmentDamagePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "ailment" }, }, + ["AilmentDamageOverTimeMultiplierPerElderItemUnique__1"] = { affix = "", "+4% to Damage over Time Multiplier for Ailments per Elder Item Equipped", statOrderKey = "3884", statOrder = { 3884 }, level = 1, group = "AilmentDamagePerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "ailment" }, }, + ["RemoveAilmentOnFlaskUseIfAllItemsAreElderUnique__1_"] = { affix = "", "Remove an Ailment when you use a Flask if all Equipped Items are Elder Items", statOrderKey = "7791", statOrder = { 7791 }, level = 1, group = "RemoveAilmentOnFlaskUseIfAllItemsAreElder", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "ailment" }, }, + ["StrengthDamageBonus3Per10Unique__1"] = { affix = "", "Strength's Damage Bonus instead grants 3% increased Melee", "Physical Damage per 10 Strength", statOrderKey = "8037,8037.1", statOrder = { 8037, 8037.1 }, level = 1, group = "StrengthDamageBonus3Per10", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["CannotBlockSpellsUnique__1"] = { affix = "", "Cannot Block Spells", statOrderKey = "4600", statOrder = { 4600 }, level = 1, group = "CannotBlockSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__1"] = { affix = "", "+(80-100) to Evasion Rating and Energy Shield", statOrderKey = "6422", statOrder = { 6422 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["LocalFlatIncreasedEvasionAndEnergyShieldUnique__2_"] = { affix = "", "+(120-150) to Evasion Rating and Energy Shield", statOrderKey = "6422", statOrder = { 6422 }, level = 1, group = "BaseLocalDefences", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "evasion", "defences" }, }, + ["IntimidateOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks", statOrderKey = "6374", statOrder = { 6374 }, level = 1, group = "IntimidateOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MaimOnHitWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks", statOrderKey = "6375", statOrder = { 6375 }, level = 1, group = "MaimOnHitWithRangedAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ArcaneSurgeOnHitWithSpellAbyssJewelUnique__1"] = { affix = "", "With a Hypnotic Eye Jewel Socketed, gain Arcane Surge on Hit with Spells", statOrderKey = "6487", statOrder = { 6487 }, level = 1, group = "ArcaneSurgeOnHitWithSpellAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MinionAccuracyWithMinionAbyssJewelUnique__1"] = { affix = "", "With a Ghastly Eye Jewel Socketed, Minions have +1000 to Accuracy Rating", statOrderKey = "6473", statOrder = { 6473 }, level = 1, group = "MinionAccuracyWithMinionAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, + ["AbyssJewelEffectUnique__1"] = { affix = "", "75% increased Effect of Socketed Abyss Jewels", statOrderKey = "98", statOrder = { 98 }, level = 1, group = "AbyssJewelEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IncreasedArmourWhileStationaryUnique__1"] = { affix = "", "80% increased Armour while stationary", statOrderKey = "4146", statOrder = { 4146 }, level = 1, group = "IncreasedArmourWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["NumberOfProjectilesIfHitRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've been Hit Recently", statOrderKey = "7514", statOrder = { 7514 }, level = 1, group = "NumberOfProjectilesIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainIronReflexesWhileStationaryUnique__1"] = { affix = "", "Iron Reflexes while stationary", statOrderKey = "8435", statOrder = { 8435 }, level = 1, group = "GainIronReflexesWhileStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["PlayerFarShotUnique__2"] = { affix = "", "Far Shot", statOrderKey = "8422", statOrder = { 8422 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PlayerFarShotUnique__3"] = { affix = "", "Far Shot", statOrderKey = "8422", statOrder = { 8422 }, level = 1, group = "FarShot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystonePointBlankUnique__2"] = { affix = "", "Point Blank", statOrderKey = "8404", statOrder = { 8404 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["NumberOfProjectilesIfUsedAMovementSkillRecentlyUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles if you've used a Movement Skill Recently", statOrderKey = "7515", statOrder = { 7515 }, level = 1, group = "NumberOfProjectilesIfUsedAMovementSkillRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EvasionRatingWhileMovingUnique__1"] = { affix = "", "80% increased Evasion Rating while moving", statOrderKey = "5299", statOrder = { 5299 }, level = 1, group = "EvasionRatingWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AddedPhysicalDamageVersusIgnitedEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal (80-100) to (160-200) added Physical Damage to Ignited Enemies", statOrderKey = "4234", statOrder = { 4234 }, level = 1, group = "AddedPhysicalDamageVersusIgnitedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedFireDamageVersusBleedingEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal (80-100) to (160-200) added Fire Damage to Bleeding Enemies", statOrderKey = "4228", statOrder = { 4228 }, level = 1, group = "AddedFireDamageVersusBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["GainAvatarOfFireEvery8SecondsUnique__1"] = { affix = "", "Every 8 seconds, gain Avatar of Fire for 4 seconds", statOrderKey = "8433", statOrder = { 8433 }, level = 1, group = "GainAvatarOfFireEvery8Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ChanceToBleedIgnitedEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon have 25% chance to inflict Bleeding against Ignited Enemies", statOrderKey = "4260", statOrder = { 4260 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["IncreasedCriticalStrikeChanceWithAvatarOfFireUnique__1"] = { affix = "", "(160-200)% increased Critical Strike Chance while you have Avatar of Fire", statOrderKey = "8441", statOrder = { 8441 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ArmourWithoutAvatarOfFireUnique__1"] = { affix = "", "+2000 Armour while you do not have Avatar of Fire", statOrderKey = "8445", statOrder = { 8445 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["ConvertPhysicalToFireWithAvatarOfFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire while you have Avatar of Fire", statOrderKey = "8442", statOrder = { 8442 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["GainElementalOverloadEvery16SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Elemental Overload for 8 seconds", statOrderKey = "8434", statOrder = { 8434 }, level = 1, group = "GainElementalOverloadEvery16Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["GainResoluteTechniqueWithoutElementalOverloadUnique__1"] = { affix = "", "You have Resolute Technique while you do not have Elemental Overload", statOrderKey = "8436", statOrder = { 8436 }, level = 1, group = "GainResoluteTechniqueWithoutElementalOverload", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["ProjectilesGainPercentOfNonChaosAsChaosUnique__1"] = { affix = "", "Projectiles gain (15-20)% of Non-Chaos Damage as extra Chaos Damage per Chain", statOrderKey = "7675", statOrder = { 7675 }, level = 70, group = "ProjectilesGainPercentOfNonChaosAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ProjectilesGainPercentOfNonChaosAsChaosUnique__2"] = { affix = "", "Projectiles that have Chained gain (20-35)% of Non-Chaos Damage as extra Chaos Damage", statOrderKey = "7674", statOrder = { 7674 }, level = 70, group = "ProjectilesGainPercentOfNonChaosAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DealNoNonElementalDamageUnique__1"] = { affix = "", "Deal no Non-Elemental Damage", statOrderKey = "5050", statOrder = { 5050 }, level = 1, group = "DealNoNonElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["DisplaySupportedByElementalPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Elemental Penetration", statOrderKey = "127", statOrder = { 127 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByElementalPenetrationUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Elemental Penetration", statOrderKey = "127", statOrder = { 127 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["GainSpiritChargeOnKillChanceUnique__1"] = { affix = "", "(15-20)% chance to gain a Spirit Charge on Kill", statOrderKey = "3937", statOrder = { 3937 }, level = 1, group = "GainSpiritChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__1_"] = { affix = "", "Recover (4-5)% of Life when you lose a Spirit Charge", statOrderKey = "3939", statOrder = { 3939 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__2"] = { affix = "", "Recover (2-3)% of Life when you lose a Spirit Charge", statOrderKey = "3939", statOrder = { 3939 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainESWhenSpiritChargeExpiresOrConsumedUnique__1"] = { affix = "", "Recover (2-3)% of Energy Shield when you lose a Spirit Charge", statOrderKey = "3940", statOrder = { 3940 }, level = 1, group = "GainESWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LocalDisplayGrantLevelXSpiritBurstUnique__1"] = { affix = "", "Trigger Level 20 Spirit Burst when you Use a Skill while you have a Spirit Charge", statOrderKey = "521", statOrder = { 521 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GainSpiritChargeEverySecondUnique__1"] = { affix = "", "Gain a Spirit Charge every second", statOrderKey = "3936", statOrder = { 3936 }, level = 1, group = "GainSpiritChargeEverySecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LoseSpiritChargesOnSavageHitUnique__1_"] = { affix = "", "You lose all Spirit Charges when taking a Savage Hit", statOrderKey = "3938", statOrder = { 3938 }, level = 1, group = "LoseSpiritChargesOnSavageHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__1"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrderKey = "3934", statOrder = { 3934 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__2"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrderKey = "3934", statOrder = { 3934 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainDebilitatingPresenceUnique__1"] = { affix = "", "Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy", statOrderKey = "8343", statOrder = { 8343 }, level = 1, group = "GainDebilitatingPresence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalDisplayGrantLevelXShadeFormUnique__1"] = { affix = "", "20% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill", statOrderKey = "501", statOrder = { 501 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggerShadeFormWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Shade Form when Hit", statOrderKey = "502", statOrder = { 502 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AddedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "Adds 5 to 8 Physical Damage per Endurance Charge", statOrderKey = "7341", statOrder = { 7341 }, level = 1, group = "AddedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ChaosResistancePerEnduranceChargeUnique__1_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrderKey = "4720", statOrder = { 4720 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ReducedElementalDamageTakenHitsPerEnduranceChargeUnique__1"] = { affix = "", "1% reduced Elemental Damage taken from Hits per Endurance Charge", statOrderKey = "5159", statOrder = { 5159 }, level = 1, group = "ReducedElementalDamageTakenHitsPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["ArmourPerEnduranceChargeUnique__1"] = { affix = "", "+500 to Armour per Endurance Charge", statOrderKey = "7597", statOrder = { 7597 }, level = 1, group = "ArmourPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["AddedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "12 to 14 Added Cold Damage per Frenzy Charge", statOrderKey = "3833", statOrder = { 3833 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AvoidElementalDamagePerFrenzyChargeUnique__1"] = { affix = "", "2% chance to Avoid Elemental Damage from Hits per Frenzy Charge", statOrderKey = "2953", statOrder = { 2953 }, level = 1, group = "AvoidElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["MovementVelocityPerFrenzyChargeUnique__1"] = { affix = "", "4% increased Movement Speed per Frenzy Charge", statOrderKey = "1448", statOrder = { 1448 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementVelocityPerFrenzyChargeUnique__2"] = { affix = "", "6% increased Movement Speed per Frenzy Charge", statOrderKey = "1448", statOrder = { 1448 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AttackDamageLeechPerFrenzyChargeUnique__1"] = { affix = "", "0.5% of Attack Damage Leeched as Life per Frenzy Charge", statOrderKey = "5928", statOrder = { 5928 }, level = 1, group = "AttackDamageLeechPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["AddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 3 to 9 Lightning Damage to Spells per Power Charge", statOrderKey = "7338", statOrder = { 7338 }, level = 1, group = "AddedLightningDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AdditionalCriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "+0.3% Critical Strike Chance per Power Charge", statOrderKey = "4018", statOrder = { 4018 }, level = 1, group = "AdditionalCriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CriticalMultiplierPerPowerChargeUnique__1"] = { affix = "", "+(6-10)% to Critical Strike Multiplier per Power Charge", statOrderKey = "2866", statOrder = { 2866 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["ChanceToBlockSpellsPerPowerChargeUnique__1"] = { affix = "", "+2% Chance to Block Spell Damage per Power Charge", statOrderKey = "4048", statOrder = { 4048 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChanceToBlockSpellsPerPowerChargeUnique__2_"] = { affix = "", "+5% Chance to Block Spell Damage per Power Charge", statOrderKey = "4048", statOrder = { 4048 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["DamageTakenPerEnduranceChargeWhenHitUnique__1_"] = { affix = "", "200 Fire Damage taken per second per Endurance Charge if you've been Hit Recently", statOrderKey = "8341", statOrder = { 8341 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DamageTakenPerFrenzyChargeMovingUnique__1"] = { affix = "", "200 Cold Damage taken per second per Frenzy Charge while moving", statOrderKey = "8339", statOrder = { 8339 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DamageTakenPerPowerChargeOnCritUnique__1"] = { affix = "", "200 Lightning Damage taken per second per Power Charge if", "your Skills have dealt a Critical Strike Recently", statOrderKey = "8345,8345.1", statOrder = { 8345, 8345.1 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["RaiseSpectreManaCostUnique__1_"] = { affix = "", "(40-50)% reduced Mana Cost of Raise Spectre", statOrderKey = "7728", statOrder = { 7728 }, level = 1, group = "RaiseSpectreManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "minion" }, }, + ["VoidShotOnSkillUseUnique__1_"] = { affix = "", "Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows with a Non-Triggered Skill", statOrderKey = "524", statOrder = { 524 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["MaximumVoidArrowsUnique__1"] = { affix = "", "5 Maximum Void Charges", "Gain a Void Charge every 0.5 seconds", statOrderKey = "3910,6400", statOrder = { 3910, 6400 }, level = 1, group = "MaximumVoidArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeStunnedByAttacksElderItemUnique__1"] = { affix = "", "Cannot be Stunned by Attacks if your other Ring is an Elder Item", statOrderKey = "3881", statOrder = { 3881 }, level = 1, group = "CannotBeStunnedByAttacksElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackDamageShaperItemUnique__1"] = { affix = "", "(60-80)% increased Attack Damage if your other Ring is a Shaper Item", statOrderKey = "3878", statOrder = { 3878 }, level = 1, group = "AttackDamageShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["SpellDamageElderItemUnique__1_"] = { affix = "", "(60-80)% increased Spell Damage if your other Ring is an Elder Item", statOrderKey = "3879", statOrder = { 3879 }, level = 1, group = "SpellDamageElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["CannotBeStunnedBySpellsShaperItemUnique__1"] = { affix = "", "Cannot be Stunned by Spells if your other Ring is a Shaper Item", statOrderKey = "3880", statOrder = { 3880 }, level = 1, group = "CannotBeStunnedBySpellsShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RecoverLifeInstantlyOnManaFlaskUnique__1"] = { affix = "", "Recover (8-10)% of Life when you use a Mana Flask", statOrderKey = "3897", statOrder = { 3897 }, level = 1, group = "RecoverLifeInstantlyOnManaFlask", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["NonInstantManaRecoveryAlsoAffectsLifeUnique__1"] = { affix = "", "Non-instant Mana Recovery from Flasks is also Recovered as Life", statOrderKey = "3898", statOrder = { 3898 }, level = 1, group = "NonInstantManaRecoveryAlsoAffectsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["SpellDamagePer200ManaSpentRecentlyUnique__1__"] = { affix = "", "(20-25)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000%", statOrderKey = "3900", statOrder = { 3900 }, level = 1, group = "SpellDamagePer200ManaSpentRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ManaCostPer200ManaSpentRecentlyUnique__1"] = { affix = "", "(50-60)% increased Cost of Skills for each 200 total Mana Spent Recently", statOrderKey = "3899", statOrder = { 3899 }, level = 1, group = "ManaCostPer200ManaSpentRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["SiphoningChargeOnSkillUseUnique__1"] = { affix = "", "25% chance to gain a Siphoning Charge when you use a Skill", statOrderKey = "3890", statOrder = { 3890 }, level = 1, group = "SiphoningChargeOnSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumSiphoningChargePerElderOrShaperItemUnique__1"] = { affix = "", "+1 to Maximum Siphoning Charges per Elder or Shaper Item Equipped", statOrderKey = "3889", statOrder = { 3889 }, level = 1, group = "MaximumSiphoningChargePerElderOrShaperItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalDamageToAttacksPerSiphoningChargeUnique__1"] = { affix = "", "Adds (12-14) to (15-16) Physical Damage to Attacks and Spells per Siphoning Charge", statOrderKey = "3891", statOrder = { 3891 }, level = 1, group = "PhysicalDamageToAttacksPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "attack", "caster" }, }, + ["LifeLeechPerSiphoningChargeUnique__1"] = { affix = "", "0.2% of Damage Leeched as Life per Siphoning Charge", statOrderKey = "3894", statOrder = { 3894 }, level = 1, group = "LifeLeechPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NonChaosDamageAddedAsChaosPerSiphoningChargeUnique__1"] = { affix = "", "Gain 4% of Non-Chaos Damage as extra Chaos Damage per Siphoning Charge", statOrderKey = "3892", statOrder = { 3892 }, level = 1, group = "NonChaosDamageAddedAsChaosPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AdditionalPhysicalDamageReductionPerSiphoningChargeUnique__1"] = { affix = "", "1% additional Physical Damage Reduction from Hits per Siphoning Charge", statOrderKey = "3893", statOrder = { 3893 }, level = 1, group = "AdditionalPhysicalDamageReductionPerSiphoningCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["DamageTakenPerSiphoningChargeOnSkillUseUnique__1"] = { affix = "", "Take 150 Physical Damage per Second per Siphoning Charge if you've used a Skill Recently", statOrderKey = "3895", statOrder = { 3895 }, level = 1, group = "DamageTakenPerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SpellAddedPhysicalDamageUnique__1_"] = { affix = "", "Battlemage", statOrderKey = "8376", statOrder = { 8376 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TentacleSmashOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Tentacle Whip on Kill", statOrderKey = "528", statOrder = { 528 }, level = 100, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "green_herring" }, }, + ["GlimpseOfEternityWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Glimpse of Eternity when Hit", statOrderKey = "527", statOrder = { 527 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["SummonVoidSphereOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill", statOrderKey = "529", statOrder = { 529 }, level = 100, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PetrificationStatueUnique__1"] = { affix = "", "Grants Level 20 Petrification Statue Skill", statOrderKey = "421", statOrder = { 421 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsCatAspect1"] = { affix = "", "Grants Level 20 Aspect of the Cat Skill", statOrderKey = "433", statOrder = { 433 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsBirdAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Avian Skill", statOrderKey = "429", statOrder = { 429 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsSpiderAspect1"] = { affix = "", "Grants Level 20 Aspect of the Spider Skill", statOrderKey = "452", statOrder = { 452 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsIntimidatingCry1"] = { affix = "", "Grants Level 20 Intimidating Cry Skill", statOrderKey = "445", statOrder = { 445 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsCrabAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Crab Skill", statOrderKey = "434", statOrder = { 434 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "blue_herring", "skill" }, }, + ["ItemQuantityOnLowLifeUnique__1"] = { affix = "", "(10-16)% increased Quantity of Items found when on Low Life", statOrderKey = "1257", statOrder = { 1257 }, level = 65, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamagePer15DexterityUnique__1"] = { affix = "", "1% increased Damage per 15 Dexterity", statOrderKey = "4982", statOrder = { 4982 }, level = 72, group = "DamagePer15Attributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LifeRegeneratedPerMinuteWhileIgnitedUnique__1"] = { affix = "", "Regenerate (75-125) Life per second while Ignited", statOrderKey = "5953", statOrder = { 5953 }, level = 74, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedElementalDamageIfKilledCursedEnemyRecentlyUnique__1"] = { affix = "", "20% increased Elemental Damage if you've Killed a Cursed Enemy Recently", statOrderKey = "5142", statOrder = { 5142 }, level = 77, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DoubleDamagePer500StrengthUnique__1"] = { affix = "", "6% chance to deal Double Damage per 500 Strength", statOrderKey = "4666", statOrder = { 4666 }, level = 63, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BestiaryLeague"] = { affix = "", "Areas contain Beasts to hunt", statOrderKey = "7114", statOrder = { 7114 }, level = 1, group = "BestiaryLeague", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RagingSpiritDurationResetOnIgnitedEnemyUnique__1"] = { affix = "", "Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy", statOrderKey = "7723", statOrder = { 7723 }, level = 1, group = "RagingSpiritDurationResetOnIgnitedEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["FrenzyChargePer50RampageStacksUnique__1"] = { affix = "", "Gain a Frenzy Charge on every 50th Rampage Kill", statOrderKey = "3929", statOrder = { 3929 }, level = 1, group = "FrenzyChargePer50RampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["AreaOfEffectPer25RampageStacksUnique__1_"] = { affix = "", "2% increased Area of Effect per 25 Rampage Kills", statOrderKey = "3928", statOrder = { 3928 }, level = 1, group = "AreaOfEffectPer25RampageStacks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnaffectedByCursesUnique__1"] = { affix = "", "Unaffected by Curses", statOrderKey = "2099", statOrder = { 2099 }, level = 85, group = "UnaffectedByCurses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ChanceToChillAttackersOnBlockUnique__1"] = { affix = "", "(30-40)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "4744", statOrder = { 4744 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, + ["ChanceToChillAttackersOnBlockUnique__2__"] = { affix = "", "Chill Attackers for 4 seconds on Block", statOrderKey = "4744", statOrder = { 4744 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, + ["ChanceToShockAttackersOnBlockUnique__1_"] = { affix = "", "(30-40)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "7849", statOrder = { 7849 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, }, + ["ChanceToShockAttackersOnBlockUnique__2"] = { affix = "", "Shock Attackers for 4 seconds on Block", statOrderKey = "7849", statOrder = { 7849 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, }, + ["SupportedByTrapAndMineDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap And Mine Damage", statOrderKey = "250", statOrder = { 250 }, level = 1, group = "TrapAndMineSupported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByClusterTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Cluster Trap", statOrderKey = "248", statOrder = { 248 }, level = 1, group = "TrapSupported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["AviansMightColdDamageUnique__1"] = { affix = "", "Adds (20-25) to (37-40) Cold Damage while you have Avian's Might", statOrderKey = "7328", statOrder = { 7328 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AviansMightLightningDamageUnique__1_"] = { affix = "", "Adds (1-3) to (55-62) Lightning Damage while you have Avian's Might", statOrderKey = "7339", statOrder = { 7339 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AviansMightDurationUnique__1"] = { affix = "", "+(-2000-2000) seconds to Avian's Might Duration", statOrderKey = "4272", statOrder = { 4272 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantAviansAspectToAlliesUnique__1"] = { affix = "", "Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies", statOrderKey = "4160", statOrder = { 4160 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvianAspectBuffEffectUnique__1"] = { affix = "", "100% increased Aspect of the Avian Buff Effect", statOrderKey = "4159", statOrder = { 4159 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AviansFlightLifeRegenerationUnique__1"] = { affix = "", "Regenerate 100 Life per Second while you have Avian's Flight", statOrderKey = "5955", statOrder = { 5955 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AviansFlightManaRegenerationUnique__1_"] = { affix = "", "Regenerate 12 Mana per Second while you have Avian's Flight", statOrderKey = "6624", statOrder = { 6624 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AviansFlightDurationUnique__1"] = { affix = "", "+(-2000-2000) seconds to Avian's Flight Duration", statOrderKey = "4271", statOrder = { 4271 }, level = 1, group = "AvianModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsAvianTornadoUnique__1__"] = { affix = "", "Trigger Level 20 Twister when you gain Avian's Might or Avian's Flight", statOrderKey = "503", statOrder = { 503 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["CatsStealthTriggeredIntimidatingCry"] = { affix = "", "Trigger Level 20 Intimidating Cry when you lose Cat's Stealth", statOrderKey = "517", statOrder = { 517 }, level = 1, group = "CatsStealthTriggeredIntimidatingCry", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["MaximumCrabBarriersUnique__1"] = { affix = "", "+5 to Maximum number of Crab Barriers", statOrderKey = "3903", statOrder = { 3903 }, level = 81, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalBlockChance5CrabBarriersUnique__1"] = { affix = "", "+3% Chance to Block Attack Damage while you have at least 5 Crab Barriers", statOrderKey = "3906", statOrder = { 3906 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AdditionalBlockChance10CrabBarriersUnique__1"] = { affix = "", "+5% Chance to Block Attack Damage while you have at least 10 Crab Barriers", statOrderKey = "3907", statOrder = { 3907 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CrabBarriersLostWhenHitUnique__1_"] = { affix = "", "You only lose (5-7) Crab Barriers when you take Physical Damage from a Hit", statOrderKey = "3905", statOrder = { 3905 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamagePerCrabBarrierUnique__1"] = { affix = "", "3% increased Damage per Crab Barrier", statOrderKey = "3904", statOrder = { 3904 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChanceToGainMaximumCrabBarriersUnique__1_"] = { affix = "", "10% chance that if you would gain a Crab Barrier, you instead gain up to", "your maximum number of Crab Barriers", statOrderKey = "3908,3908.1", statOrder = { 3908, 3908.1 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotBeStunned10CrabBarriersUnique__1"] = { affix = "", "Cannot be Stunned if you have at least 10 Crab Barriers", statOrderKey = "3901", statOrder = { 3901 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotLoseCrabBarriersIfLostRecentlyUnique__1"] = { affix = "", "Cannot lose Crab Barriers if you have lost Crab Barriers Recently", statOrderKey = "3902", statOrder = { 3902 }, level = 1, group = "CrabModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainPhasingWhileCatsStealthUnique__1"] = { affix = "", "You have Phasing while you have Cat's Stealth", statOrderKey = "5503", statOrder = { 5503 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainOnslaughtWhileCatsAgilityUnique__1_"] = { affix = "", "You have Onslaught while you have Cat's Agility", statOrderKey = "5496", statOrder = { 5496 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CatsStealthDurationUnique__1_"] = { affix = "", "+2000 seconds to Cat's Stealth Duration", statOrderKey = "4626", statOrder = { 4626 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CatsAgilityDurationUnique__1"] = { affix = "", "+2000 seconds to Cat's Agility Duration", statOrderKey = "4161", statOrder = { 4161 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CatAspectReservesNoManaUnique__1___"] = { affix = "", "Aspect of the Cat has no Reservation", statOrderKey = "4625", statOrder = { 4625 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainMaxFrenzyAndPowerOnCatsStealthUnique__1"] = { affix = "", "Gain up to your maximum number of Frenzy and Power Charges when you gain Cat's Stealth", statOrderKey = "5482", statOrder = { 5482 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge" }, }, + ["GainMaxFrenzyAndEnduranceOnCatsAgilityUnique__1"] = { affix = "", "Gain up to your maximum number of Frenzy and Endurance Charges when you gain Cat's Agility", statOrderKey = "5481", statOrder = { 5481 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge" }, }, + ["AttacksBleedOnHitWithCatsStealthUnique__1_"] = { affix = "", "Attacks always inflict Bleeding while you have Cat's Stealth", statOrderKey = "4258", statOrder = { 4258 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["GainCrimsonDanceWithCatsStealthUnique__1"] = { affix = "", "You have Crimson Dance while you have Cat's Stealth", statOrderKey = "8428", statOrder = { 8428 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["MovementSpeedWithCatsStealthUnique__1"] = { affix = "", "20% increased Movement Speed while you have Cat's Stealth", statOrderKey = "7463", statOrder = { 7463 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AdditionalCriticalStrikeChanceWithCatAspectUnique__1"] = { affix = "", "+1% to Critical Strike Chance while affected by Aspect of the Cat", statOrderKey = "3914", statOrder = { 3914 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["CritsBlindChanceWithCatsStealthUnique__1"] = { affix = "", "Critical Strikes have (10-20)% chance to Blind Enemies while you have Cat's Stealth", statOrderKey = "3915", statOrder = { 3915 }, level = 1, group = "CatModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DamageAgainstBlindedEnemiesUnique__1"] = { affix = "", "(40-50)% increased Damage with Hits and Ailments against Blinded Enemies", statOrderKey = "5791", statOrder = { 5791 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChanceToAvoidBleedingUnique__1"] = { affix = "", "(40-50)% chance to Avoid Bleeding", statOrderKey = "3777", statOrder = { 3777 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAvoidBleedingUnique__2_"] = { affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "3777", statOrder = { 3777 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["DamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "(40-50)% increased Damage with Hits and Ailments against Bleeding Enemies", statOrderKey = "5790", statOrder = { 5790 }, level = 1, group = "DamageAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AccuracyAgainstBleedingEnemiesUnique__1"] = { affix = "", "+(400-500) to Accuracy against Bleeding Enemies", statOrderKey = "3996", statOrder = { 3996 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["CommandmentOfInfernoOnCritUnique__1"] = { affix = "", "Trigger Commandment of Inferno on Critical Strike", statOrderKey = "493", statOrder = { 493 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "critical" }, }, + ["MaximumResistancesOverrideUnique__1"] = { affix = "", "Your Maximum Resistances are (76-78)%", statOrderKey = "7538", statOrder = { 7538 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance" }, }, + ["MaximumResistancesOverrideUnique__2"] = { affix = "", "Your Maximum Resistances are (70-72)%", statOrderKey = "7538", statOrder = { 7538 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "chaos", "resistance" }, }, + ["BurningDamagePerEnemyShockedRecentlyUnique__1_"] = { affix = "", "(8-12)% increased Burning Damage for each time you have Shocked a Non-Shocked Enemy Recently, up to a maximum of 120%", statOrderKey = "4568", statOrder = { 4568 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedLightningDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies", statOrderKey = "5543", statOrder = { 5543 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamageCanIgniteUnique__1"] = { affix = "", "Your Lightning Damage can Ignite", statOrderKey = "5984", statOrder = { 5984 }, level = 100, group = "LightningDamageCanIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ProjectileAttackDamageAt200DexterityUnique__1"] = { affix = "", "(40-50)% increased Projectile Attack Damage while you have at least 200 Dexterity", statOrderKey = "3917", statOrder = { 3917 }, level = 60, group = "ProjectileAttackDamageAt200Dexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["CriticalStrikeChanceAt200IntelligenceUnique__1"] = { affix = "", "(50-60)% increased Critical Strike Chance while you have at least 200 Intelligence", statOrderKey = "3918", statOrder = { 3918 }, level = 60, group = "CriticalStrikeChanceAt200Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AddedFireDamageWhileNoLifeReservedUnique__1"] = { affix = "", "Adds (54-64) to (96-107) Fire Damage to Spells while no Life is Reserved", statOrderKey = "7345", statOrder = { 7345 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedColdDamageWhileNoLifeReservedUnique__1__"] = { affix = "", "Adds (42-54) to (78-88) Cold Damage to Spells while no Life is Reserved", statOrderKey = "7344", statOrder = { 7344 }, level = 1, group = "AddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedLightningDamageWhileNoLifeReservedUnique__1"] = { affix = "", "Adds (5-14) to (160-173) Lightning Damage to Spells while no Life is Reserved", statOrderKey = "7346", statOrder = { 7346 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["OnslaughtOnLowLifeUnique__1"] = { affix = "", "You have Onslaught while on Low Life", statOrderKey = "5495", statOrder = { 5495 }, level = 77, group = "OnslaughtOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["IgnoreEnemyFireResistWhileIgnitedUnique__1"] = { affix = "", "Hits ignore Enemy Monster Fire Resistance while you are Ignited", statOrderKey = "5802", statOrder = { 5802 }, level = 75, group = "IgnoreEnemyFireResistWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["CrimsonDanceIfCritRecentlyUnique__1"] = { affix = "", "You have Crimson Dance if you have dealt a Critical Strike Recently", statOrderKey = "8427", statOrder = { 8427 }, level = 74, group = "CrimsonDanceIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["AnimateGuardianWeaponOnGuardianKillUnique__1_"] = { affix = "", "Trigger Level 20 Animate Guardian's Weapon when Animated Guardian Kills an Enemy", statOrderKey = "499", statOrder = { 499 }, level = 1, group = "AnimateGuardianWeaponOnGuardianKillUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AnimateGuardianWeaponOnAnimatedWeaponKillUnique__1"] = { affix = "", "10% chance to Trigger Level 18 Animate Guardian's Weapon when Animated Weapon Kills an Enemy", statOrderKey = "500", statOrder = { 500 }, level = 1, group = "AnimateGuardianWeaponOnAnimatedWeaponKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannnotHaveNonAnimatedMinionsUnique__1"] = { affix = "", "You cannot have non-Animated Minions", statOrderKey = "8309", statOrder = { 8309 }, level = 1, group = "CannnotHaveNonAnimatedMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AnimatedGuardianDamagePerAnimatedWeaponUnique__1__"] = { affix = "", "Animated Guardian deals 5% increased Damage per Animated Weapon", statOrderKey = "4086", statOrder = { 4086 }, level = 1, group = "AnimatedGuardianDamagePerAnimatedWeapon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["AnimatedMinionsHaveMeleeSplashUnique__1"] = { affix = "", "Animated Minions' Melee Attacks deal Splash Damage to surrounding targets", statOrderKey = "4088", statOrder = { 4088 }, level = 1, group = "AnimatedMinionsHaveMeleeSplash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["IncreasedAnimatedMinionSplashDamageUnique__1"] = { affix = "", "Animated Minions' Melee Attacks deal 50% less Damage to surrounding targets", statOrderKey = "5559", statOrder = { 5559 }, level = 1, group = "IncreasedAnimatedMinionSplashDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["FireDamageToAttacksPerStrengthUnique__1"] = { affix = "", "Adds 1 to 2 Fire Damage to Attacks per 10 Strength", statOrderKey = "7332", statOrder = { 7332 }, level = 1, group = "GlobalAddedDamagePerAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack" }, }, + ["ColdDamageToAttacksPerDexterityUnique__1"] = { affix = "", "Adds 1 to 2 Cold Damage to Attacks per 10 Dexterity", statOrderKey = "7325", statOrder = { 7325 }, level = 1, group = "GlobalAddedDamagePerAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack" }, }, + ["LightningDamageToAttacksPerIntelligenceUnique__1"] = { affix = "", "Adds 0 to 3 Lightning Damage to Attacks per 10 Intelligence", statOrderKey = "7337", statOrder = { 7337 }, level = 1, group = "GlobalAddedDamagePerAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "attack" }, }, + ["AttackSpeedIfCriticalStrikeDealtRecentlyUnique__1"] = { affix = "", "(8-12)% increased Attack Speed if you've dealt a Critical Strike Recently", statOrderKey = "4246", statOrder = { 4246 }, level = 1, group = "AttackSpeedIfCriticalStrikeDealtRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["CastSpeedIfCriticalStrikeDealtRecentlyUnique__1"] = { affix = "", "(8-12)% increased Cast Speed if you've dealt a Critical Strike Recently", statOrderKey = "4620", statOrder = { 4620 }, level = 1, group = "CastSpeedIfCriticalStrikeDealtRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["EffectOfChillIsReversedUnique__1"] = { affix = "", "The Effect of Chill on you is reversed", statOrderKey = "4745", statOrder = { 4745 }, level = 30, group = "EffectOfChillIsReversed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["TriggerSocketedSpellOnBowAttackUnique__1_"] = { affix = "", "Trigger a Socketed Spell when you Attack with a Bow, with a 0.3 second Cooldown", statOrderKey = "320", statOrder = { 320 }, level = 57, group = "TriggerSocketedSpellOnAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["CountAsLowLifeWhenNotOnFullLifeUnique__1"] = { affix = "", "You count as on Low Life while not on Full Life", statOrderKey = "8311", statOrder = { 8311 }, level = 75, group = "CountAsLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedSpiderWebCountUnique__1"] = { affix = "", "Aspect of the Spider can inflict Spider's Web on Enemies an additional time", statOrderKey = "4162", statOrder = { 4162 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AspectOfSpiderDurationUnique__1"] = { affix = "", "(40-50)% increased Aspect of the Spider Debuff Duration", statOrderKey = "7992", statOrder = { 7992 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ESOnHitWebbedEnemiesUnique__1"] = { affix = "", "Gain (15-20) Energy Shield for each Enemy you Hit which is affected by a Spider's Web", statOrderKey = "5249", statOrder = { 5249 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AspectOfSpiderWebIntervalUnique__1"] = { affix = "", "Aspect of the Spider inflicts Spider's Webs and Hinder every 0.5 Seconds instead", statOrderKey = "7994", statOrder = { 7994 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PowerChargeOnHitWebbedEnemyUnique__1"] = { affix = "", "10% chance to gain a Power Charge on hitting an Enemy affected by a Spider's Web", statOrderKey = "4687", statOrder = { 4687 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["PoisonChancePerPowerChargeUnique__1"] = { affix = "", "(6-10)% chance to Poison per Power Charge", statOrderKey = "4705", statOrder = { 4705 }, level = 1, group = "ChanceToPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDamagePerPowerChargeUnique__1"] = { affix = "", "(15-20)% increased Damage with Poison per Power Charge", statOrderKey = "7622", statOrder = { 7622 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["ChaosDamagePerWebOnEnemyUnique__1"] = { affix = "", "Adds (8-10) to (13-15) Chaos Damage for each Spider's Web on the Enemy", statOrderKey = "7320", statOrder = { 7320 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageAgainstEnemiesWith3WebsUnique__1_"] = { affix = "", "(40-60)% increased Damage with Hits and Ailments against Enemies affected by 3 Spider's Webs", statOrderKey = "5795", statOrder = { 5795 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaOfEffectAspectOfSpiderUnique__1"] = { affix = "", "(50-70)% increased Aspect of the Spider Area of Effect", statOrderKey = "7993", statOrder = { 7993 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageDealtByWebbedEnemiesUnique__1"] = { affix = "", "Enemies affected by your Spider's Webs deal 10% reduced Damage", statOrderKey = "4968", statOrder = { 4968 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ResistancesOfWebbedEnemiesUnique__1"] = { affix = "", "Enemies affected by your Spider's Webs have -10% to All Resistances", statOrderKey = "7801", statOrder = { 7801 }, level = 1, group = "SpiderModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["NoArmourOrEnergyShieldUnique__1_"] = { affix = "", "You have no Armour or Maximum Energy Shield", statOrderKey = "8312", statOrder = { 8312 }, level = 1, group = "NoArmourOrEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "energy_shield", "defences" }, }, + ["PoachersMarkCurseOnHitHexproofUnique__1"] = { affix = "", "Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "472", statOrder = { 472 }, level = 61, group = "CurseOnHitLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["CullingStrikePoachersMarkUnique__1"] = { affix = "", "Culling Strike against Enemies Cursed with Poacher's Mark", statOrderKey = "4925", statOrder = { 4925 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageOnMovementSkillUnique__1"] = { affix = "", "Take (100-200) Physical Damage when you use a Movement Skill", statOrderKey = "7828", statOrder = { 7828 }, level = 1, group = "DamageOnMovementSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["RagingSpiritDamageUnique__1_"] = { affix = "", "Summoned Raging Spirits deal (130-150)% increased Damage", statOrderKey = "3225", statOrder = { 3225 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["RagingSpiritDamageUnique__2"] = { affix = "", "Summoned Raging Spirits deal (60-80)% increased Damage", statOrderKey = "3225", statOrder = { 3225 }, level = 1, group = "RagingSpiritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["RagingSpiritAlwaysIgniteUnique__1"] = { affix = "", "Summoned Raging Spirits' Hits always Ignite", statOrderKey = "7721", statOrder = { 7721 }, level = 1, group = "RagingSpiritAlwaysIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "minion", "ailment" }, }, + ["ReducedRagingSpiritsAllowedUnique__1"] = { affix = "", "75% reduced Maximum number of Summoned Raging Spirits", statOrderKey = "7559", statOrder = { 7559 }, level = 1, group = "ReducedRagingSpiritsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["BlindingAuraSkillUnique__1"] = { affix = "", "Triggers Level 20 Blinding Aura when Equipped", statOrderKey = "422", statOrder = { 422 }, level = 79, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AddedFireDamageAgainstBlindedEnemiesUnique__1_"] = { affix = "", "Adds (145-157) to (196-210) Fire Damage to Hits with this Weapon against Blinded Enemies", statOrderKey = "7333", statOrder = { 7333 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["LightRadiusAppliesToAccuracyUnique__1_"] = { affix = "", "Increases and Reductions to Light Radius also apply to Accuracy", statOrderKey = "5976", statOrder = { 5976 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["FirePenetrationAgainstBlindedEnemiesUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance against Blinded Enemies", statOrderKey = "7767", statOrder = { 7767 }, level = 1, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HitsCannotBeEvadedAgainstBlindedEnemiesUnique__1"] = { affix = "", "Your Hits can't be Evaded by Blinded Enemies", statOrderKey = "5798", statOrder = { 5798 }, level = 72, group = "AlwaysHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ChillEffectUnique__1"] = { affix = "", "(15-20)% increased Effect of Cold Ailments", statOrderKey = "4771", statOrder = { 4771 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["OnHitWhileCursedTriggeredCurseNovaUnique__1"] = { affix = "", "Trigger Level 20 Elemental Warding on Melee Hit while Cursed", statOrderKey = "512", statOrder = { 512 }, level = 77, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ChanceToBePoisonedUnique__1"] = { affix = "", "+25% chance to be Poisoned", statOrderKey = "2951", statOrder = { 2951 }, level = 1, group = "ChanceToBePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonExpiresSlowerUnique__1"] = { affix = "", "Poisons on you expire 50% slower", statOrderKey = "7634", statOrder = { 7634 }, level = 1, group = "PoisonExpiresSlower", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["MaximumResistancesWhilePoisonedUnique__1"] = { affix = "", "+3% to all maximum Resistances while Poisoned", statOrderKey = "4027", statOrder = { 4027 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["EnergyShieldRegenPerPoisonUnique__1"] = { affix = "", "Regenerate 80 Energy Shield per Second per Poison on you, up to 400 per second", statOrderKey = "5268", statOrder = { 5268 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["BleedOnSelfDealChaosDamageUnique__1"] = { affix = "", "You take Chaos Damage instead of Physical Damage from Bleeding", statOrderKey = "2071", statOrder = { 2071 }, level = 1, group = "BleedOnSelfDealChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, + ["MaximumLifePercentPerCorruptedItemUnique__1_"] = { affix = "", "6% increased Maximum Life for each Corrupted Item Equipped", statOrderKey = "2679", statOrder = { 2679 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumEnergyShieldPercentPerCorruptedItemUnique__1_"] = { affix = "", "8% increased Maximum Energy Shield for each Corrupted Item Equipped", statOrderKey = "2680", statOrder = { 2680 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["AllResistancesPerCorruptedItemUnique__1"] = { affix = "", "-(6-4)% to all Resistances for each Corrupted Item Equipped", statOrderKey = "2685", statOrder = { 2685 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["NoManaRecoveryDuringFlaskEffectUnique__1_"] = { affix = "", "Cannot gain Mana during effect", statOrderKey = "688", statOrder = { 688 }, level = 1, group = "NoManaRecoveryDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskGainVaalSoulPerSecondUnique__1_"] = { affix = "", "Gain 2 Vaal Souls Per Second during effect", statOrderKey = "693", statOrder = { 693 }, level = 1, group = "FlaskGainVaalSoulPerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskGainVaalSoulsOnUseUnique__1"] = { affix = "", "Gain (10-12) Vaal Souls on use", statOrderKey = "591", statOrder = { 591 }, level = 1, group = "FlaskGainVaalSoulsOnUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskLoseChargesOnNewAreaUnique__1"] = { affix = "", "Loses all Charges when you enter a new area", statOrderKey = "550", statOrder = { 550 }, level = 1, group = "FlaskLoseChargesOnNewArea", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskVaalSkillDamageUnique__1"] = { affix = "", "(60-80)% increased Damage with Vaal Skills during effect", statOrderKey = "725", statOrder = { 725 }, level = 1, group = "FlaskVaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSkillDamageUnique__2"] = { affix = "", "Vaal Skills deal (30-40)% more Damage during Effect", statOrderKey = "726", statOrder = { 726 }, level = 1, group = "FlaskVaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSkillCriticalStrikeChanceUnique__1"] = { affix = "", "Vaal Skills have (60-80)% increased Critical Strike Chance during effect", statOrderKey = "724", statOrder = { 724 }, level = 1, group = "FlaskVaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSkillCostUnique__1"] = { affix = "", "Non-Aura Vaal Skills require 25% reduced Souls Per Use during Effect", statOrderKey = "728", statOrder = { 728 }, level = 1, group = "FlaskVaalSkillCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalSoulPreventionDurationUnique__1_"] = { affix = "", "Vaal Skills used during effect have 10% reduced Soul Gain Prevention Duration", statOrderKey = "729", statOrder = { 729 }, level = 1, group = "FlaskVaalSoulPreventionDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["FlaskVaalNoSoulPreventionUnique__1"] = { affix = "", "Vaal Skills used during effect do not apply Soul Gain Prevention", statOrderKey = "727", statOrder = { 727 }, level = 1, group = "FlaskVaalNoSoulPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["CannotGainFlaskChargesDuringEffectUnique__1"] = { affix = "", "Gains no Charges during Effect of any Soul Ripper Flask", statOrderKey = "757", statOrder = { 757 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskVaalConsumeMaximumChargesUnique__1"] = { affix = "", "Consumes Maximum Charges to use", statOrderKey = "582", statOrder = { 582 }, level = 1, group = "FlaskVaalConsumeMaximumCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskVaalGainSoulsAsChargesUnique__1_"] = { affix = "", "Gain Vaal Souls equal to Charges Consumed when used", statOrderKey = "586", statOrder = { 586 }, level = 1, group = "FlaskVaalGainSoulsAsCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "vaal" }, }, + ["UniqueSelfCurseVulnerabilityLevel10"] = { affix = "", "You are Cursed with Vulnerability, with 40% increased Effect", statOrderKey = "2704", statOrder = { 2704 }, level = 28, group = "UniqueSelfCurseVulnerabilityLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["UniqueSelfCurseVulnerabilityLevel20"] = { affix = "", "You are Cursed with Vulnerability, with 80% increased Effect", statOrderKey = "2704", statOrder = { 2704 }, level = 66, group = "UniqueSelfCurseVulnerabilityLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["EnemiesExtraDamageRollsWhileAffectedByVulnerabilityUnique__1_"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are Cursed with Vulnerability", statOrderKey = "2699", statOrder = { 2699 }, level = 1, group = "EnemyExtraDamageRolls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CountAsLowLifeWhileAffectedByVulnerabilityUnique__1"] = { affix = "", "You count as on Low Life while you are Cursed with Vulnerability", statOrderKey = "2702", statOrder = { 2702 }, level = 1, group = "CountAsLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TrapAreaOfEffectUnique__1"] = { affix = "", "Skills used by Traps have (10-20)% increased Area of Effect", statOrderKey = "3055", statOrder = { 3055 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CastSpeedAppliesToTrapSpeedUnique__1"] = { affix = "", "Increases and Reductions to Cast Speed also Apply to Trap Throwing Speed", statOrderKey = "4053", statOrder = { 4053 }, level = 1, group = "CastSpeedAppliesToTrapSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["RandomChargeOnTrapTriggerUnique__1"] = { affix = "", "10% chance to gain an Endurance, Frenzy or Power Charge when any", "of your Traps are Triggered by an Enemy", statOrderKey = "7557,7557.1", statOrder = { 7557, 7557.1 }, level = 1, group = "RandomChargeOnTrapTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["TrapSkillsHaveBloodMagicUnique__1"] = { affix = "", "Skills which throw Traps Cost Life instead of Mana", statOrderKey = "8438", statOrder = { 8438 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotGainEnergyShieldUnique__1"] = { affix = "", "Cannot gain Energy Shield", statOrderKey = "2700", statOrder = { 2700 }, level = 1, group = "CannotGainEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifeRegenerationWith500EnergyShieldUnique__1"] = { affix = "", "Regenerate 50 Life per second if you have at least 500 Maximum Energy Shield", statOrderKey = "3925", statOrder = { 3925 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationWith1000EnergyShieldUnique__1"] = { affix = "", "Regenerate 100 Life per second if you have at least 1000 Maximum Energy Shield", statOrderKey = "3926", statOrder = { 3926 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRegenerationWith1500EnergyShieldUnique__1"] = { affix = "", "Regenerate 150 Life per second if you have at least 1500 Maximum Energy Shield", statOrderKey = "3927", statOrder = { 3927 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["IncreasedLifePerIntelligenceUnique__1"] = { affix = "", "+1 to Maximum Life per 2 Intelligence", statOrderKey = "1657", statOrder = { 1657 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NoMaximumLifePerStrengthUnique__1"] = { affix = "", "Strength provides no bonus to Maximum Life", statOrderKey = "1652", statOrder = { 1652 }, level = 1, group = "NoMaximumLifePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NoMaximumLifePerStrengthUnique__2"] = { affix = "", "Strength provides no bonus to Maximum Life", statOrderKey = "1652", statOrder = { 1652 }, level = 1, group = "NoMaximumLifePerStrength", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["NoMaximumManaPerIntelligenceUnique__1"] = { affix = "", "Intelligence provides no inherent bonus to Maximum Mana", statOrderKey = "1653", statOrder = { 1653 }, level = 1, group = "NoMaximumManaPerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LifeRegenerationPer500EnergyShieldUnique__1"] = { affix = "", "Regenerate 1% of Life per second per 500 Maximum Energy Shield", statOrderKey = "5966", statOrder = { 5966 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["SkeletonsTakeFireDamagrPerSecondUnique__1"] = { affix = "", "Summoned Skeletons take (15-30)% of their Maximum Life per second as Fire Damage", statOrderKey = "8082", statOrder = { 8082 }, level = 1, group = "SkeletonsTakeFireDamagrPerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["SkeletonsCoverEnemiesInAshUnique__1"] = { affix = "", "Summoned Skeletons Cover Enemies in Ash on Hit", statOrderKey = "8081", statOrder = { 8081 }, level = 1, group = "SkeletonsCoverEnemiesInAsh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["SkeletonsHaveAvatarOfFireUnique__1_"] = { affix = "", "Summoned Skeletons have Avatar of Fire", statOrderKey = "8425", statOrder = { 8425 }, level = 1, group = "SkeletonsHaveAvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["AreaOfEffectPerEnemyKilledRecentlyUnique__1"] = { affix = "", "1% increased Area of Effect per Enemy killed recently, up to 50%", statOrderKey = "4116", statOrder = { 4116 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ZealotsOathIfHaventBeenHitRecentlyUnique__1"] = { affix = "", "You have Zealot's Oath if you haven't been hit recently", statOrderKey = "8439", statOrder = { 8439 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LifeGainOnHitIfVaalSkillUsedRecentlyUnique__1"] = { affix = "", "10 Life gained for each Enemy Hit if you have used a Vaal Skill Recently", statOrderKey = "5921", statOrder = { 5921 }, level = 1, group = "LifeGainOnHitIfVaalSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MovementVelocityIfVaalSkillUsedRecentlyUnique__1_"] = { affix = "", "10% increased Movement Speed if you have used a Vaal Skill Recently", statOrderKey = "7449", statOrder = { 7449 }, level = 40, group = "MovementVelocityIfVaalSkillUsedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GainPowerChargeOnUsingVaalSkillUnique__1"] = { affix = "", "Gain a Power Charge when you use a Vaal Skill", statOrderKey = "5508", statOrder = { 5508 }, level = 1, group = "GainPowerChargeOnUsingVaalSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChaosDamageCanIgniteChillAndShockUnique__1"] = { affix = "", "Chaos Damage can Ignite, Chill and Shock", statOrderKey = "2477", statOrder = { 2477 }, level = 1, group = "ChaosDamageCanIgniteChillAndShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["GainSoulEaterOnVaalSkillUseUnique__1"] = { affix = "", "Gain Soul Eater for 20 seconds when you use a Vaal Skill", statOrderKey = "5517", statOrder = { 5517 }, level = 88, group = "GainSoulEaterOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["CriticalStrikeMultiplierPerUnallocatedStrengthJewelUnique__1_"] = { affix = "", "+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius", statOrderKey = "2741", statOrder = { 2741 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["AdditionalPhysicalReductionPerAllocatedStrengthJewelUnique__1"] = { affix = "", "1% additional Physical Damage Reduction per 10 Strength on Allocated Passives in Radius", statOrderKey = "2733", statOrder = { 2733 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["AdditionalStrengthPerAllocatedStrengthJewelUnique__1_"] = { affix = "", "-1 Strength per 1 Strength on Allocated Passives in Radius", statOrderKey = "2653", statOrder = { 2653 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["FlatManaPerUnallocatedDexterityJewelUnique__1"] = { affix = "", "+15 to Maximum Mana per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "2742", statOrder = { 2742 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["MovementSpeedPerAllocatedDexterityJewelUnique__1"] = { affix = "", "2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2735", statOrder = { 2735 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AdditionalDexterityPerAllocatedDexterityJewelUnique__1"] = { affix = "", "-1 Dexterity per 1 Dexterity on Allocated Passives in Radius", statOrderKey = "2651", statOrder = { 2651 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["AccuracyRatingPerUnallocatedIntelligenceJewelUnique__1"] = { affix = "", "+125 to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "2740", statOrder = { 2740 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EnergyShieldRegenPerAllocatedIntelligenceJewelUnique__1_"] = { affix = "", "Regenerate 0.4% of Energy Shield per Second for", "every 10 Intelligence on Allocated Passives in Radius", statOrderKey = "2734,2734.1", statOrder = { 2734, 2734.1 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["AdditionalIntelligencePerAllocatedIntelligenceJewelUnique__1__"] = { affix = "", "-1 Intelligence per 1 Intelligence on Allocated Passives in Radius", statOrderKey = "2652", statOrder = { 2652 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["LifeRecoveryRatePerAllocatedStrengthUnique__1_"] = { affix = "", "2% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius", statOrderKey = "6536", statOrder = { 6536 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRatePerAllocatedStrengthUnique__2"] = { affix = "", "3% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius", statOrderKey = "6536", statOrder = { 6536 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRatePerUnallocatedStrengthUnique__1_"] = { affix = "", "2% reduced Life Recovery Rate per 10 Strength on Unallocated Passives in Radius", statOrderKey = "6537", statOrder = { 6537 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CriticalStrikeMultiplierPerUnallocatedStrengthUnique__1"] = { affix = "", "+7% to Critical Strike Multiplier per 10 Strength on Unallocated Passives in Radius", statOrderKey = "2741", statOrder = { 2741 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["MovementSpeedPerAllocatedDexterityUnique__1"] = { affix = "", "2% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2735", statOrder = { 2735 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedPerAllocatedDexterityUnique__2"] = { affix = "", "3% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius", statOrderKey = "2735", statOrder = { 2735 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSpeedPerUnallocatedDexterityUnique__1_"] = { affix = "", "2% reduced Movement Speed per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "6547", statOrder = { 6547 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AccuracyRatingPerUnallocatedDexterityUnique__1_"] = { affix = "", "+125 to Accuracy Rating per 10 Dexterity on Unallocated Passives in Radius", statOrderKey = "6489", statOrder = { 6489 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ManaRecoveryRatePerAllocatedIntelligenceUnique__1"] = { affix = "", "2% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius", statOrderKey = "6543", statOrder = { 6543 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRatePerAllocatedIntelligenceUnique__2"] = { affix = "", "3% increased Mana Recovery Rate per 10 Intelligence on Allocated Passives in Radius", statOrderKey = "6543", statOrder = { 6543 }, level = 1, group = "BonusPerAllocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRatePerUnallocatedIntelligenceUnique__1"] = { affix = "", "2% reduced Mana Recovery Rate per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "6544", statOrder = { 6544 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["DamageOverTimeMultiplierPerUnallocatedIntelligenceUnique__1___"] = { affix = "", "+3% to Damage over Time Multiplier per 10 Intelligence on Unallocated Passives in Radius", statOrderKey = "6507", statOrder = { 6507 }, level = 1, group = "BonusPerUnallocatedAttribute", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LocalDamageConversionToRandomElementUnique__1"] = { affix = "", "50% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3919", statOrder = { 3919 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalDamageConversionToRandomElementUnique__2_"] = { affix = "", "100% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3919", statOrder = { 3919 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalDamageConversionToRandomElementImplicitE1"] = { affix = "", "100% of Physical Damage from Hits with this Weapon is Converted to a random Element", statOrderKey = "3919", statOrder = { 3919 }, level = 1, group = "PhysicalDamageConvertedToRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["LocalAlwaysInflictElementalAilmentsUnique__1"] = { affix = "", "Hits with this Weapon always Ignite, Freeze, and Shock", statOrderKey = "3921", statOrder = { 3921 }, level = 1, group = "LocalAlwaysInflictElementalAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "attack", "ailment" }, }, + ["LocalElementalDamageAgainstIgnitedEnemiesUnique__1_"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Ignited Enemies", statOrderKey = "3922", statOrder = { 3922 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["LocalElementalDamageAgainstFrozenEnemiesUnique__1"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Frozen Enemies", statOrderKey = "3923", statOrder = { 3923 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["LocalElementalDamageAgainstShockedEnemiesUnique__1_"] = { affix = "", "Hits with this Weapon deal (30-60)% increased Damage to Shocked Enemies", statOrderKey = "3924", statOrder = { 3924 }, level = 1, group = "LocalElementalDamageAgainstAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["OnslaughtWhileNotOnLowManaUnique__1_"] = { affix = "", "You have Onslaught while not on Low Mana", statOrderKey = "5494", statOrder = { 5494 }, level = 1, group = "OnslaughtWhileNotOnLowMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LoseManaPerSecondUnique__1"] = { affix = "", "Lose (30-40) Mana per Second", statOrderKey = "6594", statOrder = { 6594 }, level = 1, group = "ManaDegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["LoseManaPercentPerSecondUnique__1"] = { affix = "", "Lose 7% of Mana per Second", statOrderKey = "6595", statOrder = { 6595 }, level = 1, group = "ManaDegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["DodgeAndSpellDodgePerMaximumManaUnique__1"] = { affix = "", "10% increased Evasion Rating per 500 Maximum Mana, up to 100%", statOrderKey = "5284", statOrder = { 5284 }, level = 1, group = "ChanceToDodgeAndSpellDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["DisplayHasAdditionalModUnique__1"] = { affix = "", "Has an additional Implicit Mod", statOrderKey = "395", statOrder = { 395 }, level = 1, group = "DisplayHasAdditionalMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamageUniqueJewel_1"] = { affix = "", "(10-15)% increased Elemental Damage with Attack Skills", statOrderKey = "5165", statOrder = { 5165 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ElementalHitDisableFireUniqueJewel_1"] = { affix = "", "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills deal 50% less Fire Damage", "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills cannot choose Fire", statOrderKey = "6516,6519", statOrder = { 6516, 6519 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["ElementalHitDisableColdUniqueJewel_1"] = { affix = "", "With 40 total Strength and Intelligence in Radius, Prismatic Skills deal 50% less Cold Damage", "With 40 total Strength and Intelligence in Radius, Prismatic Skills cannot choose Cold", statOrderKey = "6515,6518", statOrder = { 6515, 6518 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["ElementalHitDisableLightningUniqueJewel_1"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Prismatic Skills deal 50% less Lightning Damage", "With 40 total Dexterity and Strength in Radius, Prismatic Skills cannot choose Lightning", statOrderKey = "6517,6520", statOrder = { 6517, 6520 }, level = 1, group = "ElementalHitJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["TriggerSummonPhantasmOnCorpseConsumeUnique__1"] = { affix = "", "Trigger Level 20 Summon Phantasm Skill when you Consume a corpse", statOrderKey = "523", statOrder = { 523 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CastSpeedPerCorpseConsumedRecentlyUnique__1"] = { affix = "", "3% increased Cast Speed for each corpse Consumed Recently", statOrderKey = "4622", statOrder = { 4622 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["LifeRegenerationIfCorpseConsumedRecentlyUnique__1"] = { affix = "", "If you Consumed a corpse Recently, you and nearby Allies Regenerate 5% of Life per second", statOrderKey = "8294", statOrder = { 8294 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CannotHaveNonGolemMinionsUnique__1_"] = { affix = "", "You cannot have non-Golem Minions", statOrderKey = "3265", statOrder = { 3265 }, level = 1, group = "CannotHaveNonGolemMinions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["UniqueTriggerSocketedWarcriesOnEnduranceChargeExpireOrUse"] = { affix = "", "Trigger a Socketed Warcry Skill on losing Endurance Charges, with a 0.25 second Cooldown", statOrderKey = "42", statOrder = { 42 }, level = 1, group = "UniqueTriggerSocketedWarcriesOnEnduranceChargeExpireOrUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueCurseWithSocketedCurseOnHit_"] = { affix = "", "Curse Enemies with Socketed Hex Curse Gem on Hit", statOrderKey = "6395", statOrder = { 6395 }, level = 30, group = "UniqueCurseWithSocketedCurseOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, + ["LessGolemDamageUnique__1"] = { affix = "", "Golems Deal (35-45)% less Damage", statOrderKey = "3274", statOrder = { 3274 }, level = 1, group = "GolemDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["LessGolemLifeUnique__1"] = { affix = "", "Golems have (35-45)% less Life", statOrderKey = "3661", statOrder = { 3661 }, level = 1, group = "GolemLifeUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["GolemSizeUnique__1"] = { affix = "", "25% reduced Golem Size", statOrderKey = "3266", statOrder = { 3266 }, level = 1, group = "GolemSize", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["GolemMovementSpeedUnique__1"] = { affix = "", "Golems have (80-100)% increased Movement Speed", statOrderKey = "5554", statOrder = { 5554 }, level = 1, group = "GolemMovementSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["SacrificeLifeToGainESUnique__1"] = { affix = "", "Sacrifice 5% of Life to gain that much Energy Shield when you Cast a Spell", statOrderKey = "7812", statOrder = { 7812 }, level = 1, group = "SacrificeLifeToGainES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["PhysicalDamageReductionPerKeystoneUnique__1"] = { affix = "", "4% additional Physical Damage Reduction per Keystone", statOrderKey = "4038", statOrder = { 4038 }, level = 1, group = "BenefitPerKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["CannotGainEnduranceChargesUnique__1__"] = { affix = "", "Cannot gain Endurance Charges", statOrderKey = "4314", statOrder = { 4314 }, level = 1, group = "CannotGainEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["GrantsStatsFromNonNotablesInRadiusUnique__1"] = { affix = "", "Grants all bonuses of Unallocated Small Passive Skills in Radius", statOrderKey = "6436", statOrder = { 6436 }, level = 1, group = "GrantsStatsFromNonNotablesInRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AllocatedNonNotablesGrantNothingUnique__1_"] = { affix = "", "Allocated Small Passive Skills in Radius grant nothing", statOrderKey = "6435", statOrder = { 6435 }, level = 1, group = "AllocatedNonNotablesGrantNothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueNearbyAlliesAreLuckyDisplay"] = { affix = "", "Nearby Allies' Damage with Hits is Lucky", statOrderKey = "6405", statOrder = { 6405 }, level = 1, group = "UniqueNearbyAlliesAreLucky", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UniqueNearbyAlliesAreLucky"] = { affix = "", "Damage with Hits is Lucky", statOrderKey = "4332", statOrder = { 4332 }, level = 1, group = "UniqueNearbyAlliesAreLucky", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["PlaceAdditionalMineWith600IntelligenceUnique__1"] = { affix = "", "Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Intelligence", statOrderKey = "7513", statOrder = { 7513 }, level = 1, group = "PlaceAdditionalMine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PlaceAdditionalMineWith600DexterityUnique__1"] = { affix = "", "Skills which throw Mines throw up to 1 additional Mine if you have at least 800 Dexterity", statOrderKey = "7512", statOrder = { 7512 }, level = 1, group = "PlaceAdditionalMine", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlockChancePer50StrengthUnique__1"] = { affix = "", "+1% Chance to Block Attack Damage per 50 Strength", statOrderKey = "836", statOrder = { 836 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ExtraRollsSpellBlockUnique__1"] = { affix = "", "Chance to Block Spell Damage is Unlucky", statOrderKey = "842", statOrder = { 842 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChargeBonusEnduranceChargeDuration"] = { affix = "", "(20-40)% increased Endurance Charge Duration", statOrderKey = "1760", statOrder = { 1760 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusFrenzyChargeDuration"] = { affix = "", "(20-40)% increased Frenzy Charge Duration", statOrderKey = "1762", statOrder = { 1762 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusPowerChargeDuration"] = { affix = "", "(20-40)% increased Power Charge Duration", statOrderKey = "1777", statOrder = { 1777 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusEnduranceChargeOnKill"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrderKey = "2236", statOrder = { 2236 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrderKey = "2235", statOrder = { 2235 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrderKey = "2237", statOrder = { 2237 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusMovementVelocityPerEnduranceCharge"] = { affix = "", "1% increased Movement Speed per Endurance Charge", statOrderKey = "7451", statOrder = { 7451 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChargeBonusMovementVelocityPerFrenzyCharge"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrderKey = "1448", statOrder = { 1448 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChargeBonusMovementVelocityPerPowerCharge"] = { affix = "", "1% increased Movement Speed per Power Charge", statOrderKey = "7454", statOrder = { 7454 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChargeBonusLifeRegenerationPerEnduranceCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Endurance Charge", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusLifeRegenerationPerFrenzyCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Frenzy Charge", statOrderKey = "2234", statOrder = { 2234 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusLifeRegenerationPerPowerCharge"] = { affix = "", "Regenerate 0.3% of Life per second per Power Charge", statOrderKey = "5969", statOrder = { 5969 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusDamagePerEnduranceCharge"] = { affix = "", "5% increased Damage per Endurance Charge", statOrderKey = "2781", statOrder = { 2781 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChargeBonusDamagePerFrenzyCharge"] = { affix = "", "5% increased Damage per Frenzy Charge", statOrderKey = "2870", statOrder = { 2870 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChargeBonusDamagePerPowerCharge"] = { affix = "", "5% increased Damage per Power Charge", statOrderKey = "4992", statOrder = { 4992 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChargeBonusAddedFireDamagePerEnduranceCharge"] = { affix = "", "(7-9) to (13-14) Fire Damage per Endurance Charge", statOrderKey = "7331", statOrder = { 7331 }, level = 1, group = "AddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ChargeBonusAddedColdDamagePerFrenzyCharge"] = { affix = "", "(6-8) to (12-13) Added Cold Damage per Frenzy Charge", statOrderKey = "3833", statOrder = { 3833 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ChargeBonusAddedLightningDamagePerPowerCharge"] = { affix = "", "(1-2) to (18-20) Lightning Damage per Power Charge", statOrderKey = "7335", statOrder = { 7335 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ChargeBonusBlockChancePerEnduranceCharge"] = { affix = "", "+1% Chance to Block Attack Damage per Endurance Charge", statOrderKey = "4006", statOrder = { 4006 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChargeBonusBlockChancePerFrenzyCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Frenzy Charge", statOrderKey = "4007", statOrder = { 4007 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChargeBonusBlockChancePerPowerCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Power Charge", statOrderKey = "4008", statOrder = { 4008 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChargeBonusDodgeChancePerEnduranceCharge"] = { affix = "", "+1% chance to Suppress Spell Damage per Endurance Charge", statOrderKey = "7971", statOrder = { 7971 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChargeBonusDodgeChancePerFrenzyCharge"] = { affix = "", "+1% chance to Suppress Spell Damage per Frenzy Charge", statOrderKey = "2166", statOrder = { 2166 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChargeBonusDodgeChancePerPowerCharge"] = { affix = "", "+1% chance to Suppress Spell Damage per Power Charge", statOrderKey = "7973", statOrder = { 7973 }, level = 1, group = "ChanceToDodge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChargeBonusFireDamageAddedAsChaos__"] = { affix = "", "Gain 1% of Fire Damage as Extra Chaos Damage per Endurance Charge", statOrderKey = "5342", statOrder = { 5342 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["ChargeBonusColdDamageAddedAsChaos"] = { affix = "", "Gain 1% of Cold Damage as Extra Chaos Damage per Frenzy Charge", statOrderKey = "4776", statOrder = { 4776 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["ChargeBonusLightningDamageAddedAsChaos"] = { affix = "", "Gain 1% of Lightning Damage as Extra Chaos Damage per Power Charge", statOrderKey = "5986", statOrder = { 5986 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["ChargeBonusArmourPerEnduranceCharge"] = { affix = "", "6% increased Armour per Endurance Charge", statOrderKey = "7599", statOrder = { 7599 }, level = 1, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["ChargeBonusEvasionPerFrenzyCharge"] = { affix = "", "8% increased Evasion Rating per Frenzy Charge", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["ChargeBonusEnergyShieldPerPowerCharge"] = { affix = "", "3% increased Energy Shield per Power Charge", statOrderKey = "5258", statOrder = { 5258 }, level = 1, group = "IncreasedEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ChargeBonusChanceToGainMaximumEnduranceCharges"] = { affix = "", "15% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges", statOrderKey = "3800", statOrder = { 3800 }, level = 1, group = "ChanceToGainMaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusChanceToGainMaximumFrenzyCharges"] = { affix = "", "15% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", statOrderKey = "5483", statOrder = { 5483 }, level = 1, group = "ChanceToGainMaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusChanceToGainMaximumPowerCharges"] = { affix = "", "15% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrderKey = "5484,5484.1", statOrder = { 5484, 5484.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusEnduranceChargeIfHitRecently"] = { affix = "", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrderKey = "5459", statOrder = { 5459 }, level = 1, group = "EnduranceChargeIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusFrenzyChargeOnHit__"] = { affix = "", "10% chance to gain a Frenzy Charge on Hit", statOrderKey = "1479", statOrder = { 1479 }, level = 1, group = "FrenzyChargeOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusPowerChargeOnCrit"] = { affix = "", "20% chance to gain a Power Charge on Critical Strike", statOrderKey = "1476", statOrder = { 1476 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "critical" }, }, + ["ChargeBonusAttackAndCastSpeedPerEnduranceCharge"] = { affix = "", "1% increased Attack and Cast Speed per Endurance Charge", statOrderKey = "4183", statOrder = { 4183 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ChargeBonusAccuracyRatingPerFrenzyCharge"] = { affix = "", "10% increased Accuracy Rating per Frenzy Charge", statOrderKey = "1685", statOrder = { 1685 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["ChargeBonusAttackAndCastSpeedPerPowerCharge"] = { affix = "", "1% increased Attack and Cast Speed per Power Charge", statOrderKey = "4184", statOrder = { 4184 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["ChargeBonusCriticalStrikeChancePerEnduranceCharge"] = { affix = "", "6% increased Critical Strike Chance per Endurance Charge", statOrderKey = "4876", statOrder = { 4876 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChargeBonusCriticalStrikeChancePerFrenzyCharge"] = { affix = "", "6% increased Critical Strike Chance per Frenzy Charge", statOrderKey = "4877", statOrder = { 4877 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ChargeBonusCriticalStrikeMultiplierPerPowerCharge"] = { affix = "", "+3% to Critical Strike Multiplier per Power Charge", statOrderKey = "2866", statOrder = { 2866 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["ChargeBonusChaosResistancePerEnduranceCharge_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrderKey = "4720", statOrder = { 4720 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ChargeBonusPhysicalDamageReductionPerFrenzyCharge__"] = { affix = "", "1% additional Physical Damage Reduction per Frenzy Charge", statOrderKey = "7591", statOrder = { 7591 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["ChargeBonusPhysicalDamageReductionPerPowerCharge_"] = { affix = "", "1% additional Physical Damage Reduction per Power Charge", statOrderKey = "7593", statOrder = { 7593 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["ChargeBonusMaximumEnduranceCharges"] = { affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1450", statOrder = { 1450 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChargeBonusMaximumFrenzyCharges"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1455", statOrder = { 1455 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["ChargeBonusMaximumPowerCharges"] = { affix = "", "+1 to Maximum Power Charges", statOrderKey = "1460", statOrder = { 1460 }, level = 1, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ChargeBonusIntimidateOnHitEnduranceCharges"] = { affix = "", "Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges", statOrderKey = "5881", statOrder = { 5881 }, level = 1, group = "IntimidateOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChargeBonusOnslaughtOnHitFrenzyCharges_"] = { affix = "", "Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges", statOrderKey = "5490", statOrder = { 5490 }, level = 1, group = "OnslaughtOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChargeBonusArcaneSurgeOnHitPowerCharges"] = { affix = "", "Gain Arcane Surge on Hit with Spells while at maximum Power Charges", statOrderKey = "5443", statOrder = { 5443 }, level = 1, group = "ArcaneSurgeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["ChargeBonusCannotBeStunnedEnduranceCharges__"] = { affix = "", "You cannot be Stunned while at maximum Endurance Charges", statOrderKey = "3620", statOrder = { 3620 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChargeBonusFlaskChargeOnCritFrenzyCharges"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike while at maximum Frenzy Charges", statOrderKey = "5464", statOrder = { 5464 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["ChargeBonusAdditionalCursePowerCharges"] = { affix = "", "You can apply an additional Curse while at maximum Power Charges", statOrderKey = "7510", statOrder = { 7510 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["ChargeBonusVaalPactEnduranceCharges"] = { affix = "", "You have Vaal Pact while at maximum Endurance Charges", statOrderKey = "8431", statOrder = { 8431 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ChargeBonusIronReflexesFrenzyCharges"] = { affix = "", "You have Iron Reflexes while at maximum Frenzy Charges", statOrderKey = "8429", statOrder = { 8429 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "evasion", "defences" }, }, + ["ChargeBonusMindOverMatterPowerCharges"] = { affix = "", "You have Mind over Matter while at maximum Power Charges", statOrderKey = "8430", statOrder = { 8430 }, level = 1, group = "ManaShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["GlobalEnergyShieldPercentUnique__1"] = { affix = "", "(15-20)% increased maximum Energy Shield", statOrderKey = "1227", statOrder = { 1227 }, level = 1, group = "EnergyShieldPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GlobalEvasionRatingPercentUnique__1"] = { affix = "", "(15-20)% increased Evasion Rating", statOrderKey = "1216", statOrder = { 1216 }, level = 1, group = "EvasionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["GlobalEvasionRatingAndArmourPercentUnique__1_"] = { affix = "", "(30-60)% increased Evasion Rating and Armour", statOrderKey = "1210", statOrder = { 1210 }, level = 1, group = "EvasionRatingAndArmourPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "armour", "defences" }, }, + ["GlobalPhysicalDamageReductionRatingPercentUnique__1"] = { affix = "", "(15-20)% increased Armour", statOrderKey = "1208", statOrder = { 1208 }, level = 1, group = "IncreasedPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["NearbyEnemiesReducedStunRecoveryUnique__1"] = { affix = "", "10% reduced Stun and Block Recovery", "Nearby Enemies have 10% reduced Stun and Block Recovery", statOrderKey = "1544,2985", statOrder = { 1544, 2985 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesGrantIncreasedFlaskChargesUnique__1"] = { affix = "", "Nearby Enemies grant 25% increased Flask Charges", statOrderKey = "2983", statOrder = { 2983 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["NearbyEnemiesHaveIncreasedChanceToBeCritUnique__1"] = { affix = "", "Hits against Nearby Enemies have 50% increased Critical Strike Chance", statOrderKey = "2981", statOrder = { 2981 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["NearbyEnemiesHaveIncreasedChanceToBeCritUnique__2"] = { affix = "", "Hits have 50% increased Critical Strike Chance against you", "Hits against Nearby Enemies have 50% increased Critical Strike Chance", statOrderKey = "2712,2982", statOrder = { 2712, 2982 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["NearbyEnemiesHaveReducedAllResistancesUnique__1"] = { affix = "", "Nearby Enemies have -10% to all Resistances", "-10% to All Resistances", statOrderKey = "2585,7800", statOrder = { 2585, 7800 }, level = 1, group = "NearbyEnemiesBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resistance" }, }, + ["AuraAddedFireDamagePerRedSocketUnique__1"] = { affix = "", "You and Nearby Allies have 64 to 96 added Fire Damage per Red Socket", statOrderKey = "2591", statOrder = { 2591 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AuraAddedColdDamagePerGreenSocketUnique__1"] = { affix = "", "You and Nearby Allies have 56 to 88 added Cold Damage per Green Socket", statOrderKey = "2592", statOrder = { 2592 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AuraAddedLightningDamagePerBlueSocketUnique__1"] = { affix = "", "You and Nearby Allies have 16 to 144 added Lightning Damage per Blue Socket", statOrderKey = "2593", statOrder = { 2593 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AuraAddedChaosDamagePerWhiteSocketUnique__1"] = { affix = "", "You and Nearby Allies have 47 to 61 added Chaos Damage per White Socket", statOrderKey = "2594", statOrder = { 2594 }, level = 1, group = "AuraAddedDamagePerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ArmourPerEvasionRatingOnShieldUnique__1"] = { affix = "", "+5 to Armour per 5 Evasion Rating on Equipped Shield", statOrderKey = "3932", statOrder = { 3932 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EvasionRatingPerEnergyShieldOnShieldUnique__1"] = { affix = "", "+20 to Evasion Rating per 5 Maximum Energy Shield on Equipped Shield", statOrderKey = "3933", statOrder = { 3933 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["EnergyShieldPerArmourOnShieldUnique__1"] = { affix = "", "+1 to Maximum Energy Shield per 5 Armour on Equipped Shield", statOrderKey = "3931", statOrder = { 3931 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LifeLeechFromSpellsWith30BlockOnShieldUnique__1_"] = { affix = "", "0.5% of Spell Damage Leeched as Life if Equipped Shield has at least 30% Chance to Block", statOrderKey = "3930", statOrder = { 3930 }, level = 1, group = "UniqueShieldBonuses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["AngerNoReservationUnique__1"] = { affix = "", "Anger has no Reservation", statOrderKey = "4085", statOrder = { 4085 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["ClarityNoReservationUnique__1"] = { affix = "", "Clarity has no Reservation", statOrderKey = "4762", statOrder = { 4762 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["DeterminationNoReservationUnique__1"] = { affix = "", "Determination has no Reservation", statOrderKey = "5074", statOrder = { 5074 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["DisciplineNoReservationUnique__1"] = { affix = "", "Discipline has no Reservation", statOrderKey = "5085", statOrder = { 5085 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["GraceNoReservationUnique__1"] = { affix = "", "Grace has no Reservation", statOrderKey = "5558", statOrder = { 5558 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["HasteNoReservationUnique__1"] = { affix = "", "Haste has no Reservation", statOrderKey = "5576", statOrder = { 5576 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["HatredNoReservationUnique__1_"] = { affix = "", "Hatred has no Reservation", statOrderKey = "5579", statOrder = { 5579 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PurityOfElementsNoReservationUnique__1_"] = { affix = "", "Purity of Elements has no Reservation", statOrderKey = "7694", statOrder = { 7694 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PurityOfFireNoReservationUnique__1"] = { affix = "", "Purity of Fire has no Reservation", statOrderKey = "7697", statOrder = { 7697 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PurityOfIceNoReservationUnique__1_"] = { affix = "", "Purity of Ice has no Reservation", statOrderKey = "7700", statOrder = { 7700 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PurityOfLightningNoReservationUnique__1"] = { affix = "", "Purity of Lightning has no Reservation", statOrderKey = "7703", statOrder = { 7703 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["VitalityNoReservationUnique__1"] = { affix = "", "Vitality has no Reservation", statOrderKey = "8243", statOrder = { 8243 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["WrathNoReservationUnique__1"] = { affix = "", "Wrath has no Reservation", statOrderKey = "8288", statOrder = { 8288 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["EnvyNoReservationUnique__1"] = { affix = "", "Envy has no Reservation", statOrderKey = "5277", statOrder = { 5277 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["MalevolenceNoReservationUnique__1"] = { affix = "", "Malevolence has no Reservation", statOrderKey = "5063", statOrder = { 5063 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["ZealotryNoReservationUnique__1"] = { affix = "", "Zealotry has no Reservation", statOrderKey = "8356", statOrder = { 8356 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["PrideNoReservationUnique__1"] = { affix = "", "Pride has no Reservation", statOrderKey = "7660", statOrder = { 7660 }, level = 69, group = "AuraNoReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["MinionAddedPhysicalDamageUnique__1"] = { affix = "", "Minions deal (45-51) to (66-78) additional Physical Damage", statOrderKey = "3345", statOrder = { 3345 }, level = 1, group = "MinionAddedPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["DoubleDamageChanceImplicitMace1"] = { affix = "", "5% chance to deal Double Damage", statOrderKey = "4661", statOrder = { 4661 }, level = 1, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AdditionalHolyRelicUnique__1"] = { affix = "", "+1 to maximum number of Summoned Holy Relics", statOrderKey = "4349", statOrder = { 4349 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["HolyRelicCooldownRecoveryUnique__1"] = { affix = "", "Summoned Holy Relics have (20-25)% reduced Cooldown Recovery Rate", statOrderKey = "5807", statOrder = { 5807 }, level = 1, group = "HolyRelicCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ColdDamageTakenUnique__1"] = { affix = "", "5% reduced Cold Damage taken", statOrderKey = "2970", statOrder = { 2970 }, level = 1, group = "ColdDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["ColdDamageTakenUnique__2"] = { affix = "", "10% increased Cold Damage taken", statOrderKey = "2970", statOrder = { 2970 }, level = 1, group = "ColdDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold" }, }, + ["OnslaughtEffectUnique__1"] = { affix = "", "(60-100)% increased Onslaught Effect", statOrderKey = "2874", statOrder = { 2874 }, level = 1, group = "OnslaughtEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalDamageWhileResoluteTechniqueUnique__1__"] = { affix = "", "100% increased Physical Damage while you have Resolute Technique", statOrderKey = "8440", statOrder = { 8440 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedWeaponElementalDamagePercentPerPowerChargeUnique__1"] = { affix = "", "(20-25)% increased Elemental Damage with Attack Skills per Power Charge", statOrderKey = "5166", statOrder = { 5166 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ArrowsAlwaysPierceAfterForkingUnique__1__"] = { affix = "", "Arrows Pierce all Targets after Forking", statOrderKey = "4152", statOrder = { 4152 }, level = 1, group = "ArrowPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ArrowsThatPierceHaveCritMultiUnique__1"] = { affix = "", "Arrows that Pierce have +50% to Critical Strike Multiplier", statOrderKey = "4891", statOrder = { 4891 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SupportedByGreaterVolleyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Greater Volley", statOrderKey = "141", statOrder = { 141 }, level = 1, group = "SupportedByGreaterVolley", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedByIgniteProliferationUnique1"] = { affix = "", "Socketed Gems are Supported by Level 20 Ignite Proliferation", statOrderKey = "142", statOrder = { 142 }, level = 1, group = "SupportedByIgniteProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ChanceToBleedWithoutAvatarOfFireUnique__1"] = { affix = "", "Attacks with this Weapon have 50% chance to inflict Bleeding while you do not have Avatar of Fire", statOrderKey = "8444", statOrder = { 8444 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["FireDamageVersusBleedingEnemiesUnique__1"] = { affix = "", "(70-100)% increased Fire Damage with Hits and Ailments against Bleeding Enemies", statOrderKey = "5348", statOrder = { 5348 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["PhysicalDamageVersusIgnitedEnemiesUnique__1"] = { affix = "", "(70-100)% increased Physical Damage with Hits and Ailments against Ignited Enemies", statOrderKey = "7586", statOrder = { 7586 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageTakenAsRandomElementUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Damage of a Random Element", statOrderKey = "7573", statOrder = { 7573 }, level = 1, group = "PhysicalDamageTakenAsRandomElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental" }, }, + ["StartEnergyShieldRechargeOnSkillUnique__1"] = { affix = "", "10% chance for Energy Shield Recharge to start when you use a Skill", statOrderKey = "5261", statOrder = { 5261 }, level = 1, group = "StartEnergyShieldRechargeOnSkillChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["SpellCriticalStrikeChancePerSpectreUnique__1_"] = { affix = "", "(40-50)% increased Critical Strike Chance for Spells per Raised Spectre", statOrderKey = "7948", statOrder = { 7948 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, + ["GainArcaneSurgeOnCritUnique__1"] = { affix = "", "Gain Arcane Surge when you deal a Critical Strike", statOrderKey = "5441", statOrder = { 5441 }, level = 1, group = "ArcaneSurgeOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SpectresGainArcaneSurgeWhenYouDoUnique__1_"] = { affix = "", "Your Raised Spectres also gain Arcane Surge when you do", statOrderKey = "7935", statOrder = { 7935 }, level = 1, group = "SpectresGainArcaneSurge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["TriggerFeastOfFleshSkillUnique__1_"] = { affix = "", "Trigger Level 15 Feast of Flesh every 5 seconds", statOrderKey = "507", statOrder = { 507 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["TriggerRandomOfferingSkillUnique__1"] = { affix = "", "Trigger Level 20 Bone Offering, Flesh Offering or Spirit Offering every 5 seconds", "Offering Skills Triggered this way also affect you", statOrderKey = "508,508.1", statOrder = { 508, 508.1 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LeftRingSpellProjectilesForkUnique__1_"] = { affix = "", "Left ring slot: Projectiles from Spells Fork", statOrderKey = "6460", statOrder = { 6460 }, level = 1, group = "LeftRingSpellProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LeftRingSpellProjectilesCannotChainUnique__1"] = { affix = "", "Left ring slot: Projectiles from Spells cannot Chain", statOrderKey = "6459", statOrder = { 6459 }, level = 1, group = "LeftRingSpellProjectilesCannotChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RightRingSpellProjectilesChainUnique__1"] = { affix = "", "Right ring slot: Projectiles from Spells Chain +1 times", statOrderKey = "6479", statOrder = { 6479 }, level = 1, group = "RightRingSpellProjectilesChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RightRingSpellProjectilesCannotForkUnique__1"] = { affix = "", "Right ring slot: Projectiles from Spells cannot Fork", statOrderKey = "6480", statOrder = { 6480 }, level = 1, group = "RightRingSpellProjectilesCannotFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireAndChaosDamageResistanceUnique__1__"] = { affix = "", "+(20-25)% to Fire and Chaos Resistances", statOrderKey = "5332", statOrder = { 5332 }, level = 1, group = "FireAndChaosDamageResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "chaos", "resistance" }, }, + ["TriggerArcaneWakeSkillUnique__1"] = { affix = "", "Trigger Level 20 Arcane Wake after Spending a total of 200 Mana", statOrderKey = "476", statOrder = { 476 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DoubleDamageWithWeaponUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage", statOrderKey = "6419", statOrder = { 6419 }, level = 1, group = "DoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["FocusCooldownRecoveryUnique__1_"] = { affix = "", "Focus has (30-50)% increased Cooldown Recovery Rate", statOrderKey = "5398", statOrder = { 5398 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeRegenPerUncorruptedItemUnique__1"] = { affix = "", "Regenerate 15 Life per second for each Uncorrupted Item Equipped", statOrderKey = "2683", statOrder = { 2683 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["TotalManaCostPerCorruptedItemUnique__1"] = { affix = "", "-2 to Total Mana Cost of Skills for each Corrupted Item Equipped", statOrderKey = "3887", statOrder = { 3887 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ChillNearbyEnemiesOnFocusUnique__1_"] = { affix = "", "Chill nearby Enemies when you Focus, causing 30% reduced Action Speed", statOrderKey = "4748", statOrder = { 4748 }, level = 67, group = "ChillNearbyEnemiesOnFocus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["DamageWithHitsAndAilmentsAgainstChilledEnemyUnique__1"] = { affix = "", "(50-70)% increased Damage with Hits and Ailments against Chilled Enemies", statOrderKey = "5792", statOrder = { 5792 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalDamageWhileAffectedBySextantUnique__1"] = { affix = "", "(30-40)% increased Elemental Damage while in an area affected by a Sextant", statOrderKey = "5155", statOrder = { 5155 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePerSextantUnique__1"] = { affix = "", "10% increased Elemental Damage per Sextant affecting the area", statOrderKey = "5153", statOrder = { 5153 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AttackSpeedPerMapModUnique__1"] = { affix = "", "3% increased Attack Speed for each Map Item Modifier affecting the Area", statOrderKey = "4240", statOrder = { 4240 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["AttackDamagePerMapModUnique__1"] = { affix = "", "6% increased Attack Damage for each Map Item Modifier affecting the Area", statOrderKey = "4211", statOrder = { 4211 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["BleedOnCritUnique__1_"] = { affix = "", "50% chance to inflict Bleeding on Critical Strike with Attacks", statOrderKey = "2106", statOrder = { 2106 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, }, + ["MaimOnCritUnique__1"] = { affix = "", "50% chance to Maim Enemies on Critical Strike with Attacks", statOrderKey = "6578", statOrder = { 6578 }, level = 1, group = "ChanceToMaim", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["EnemiesYouBleedGrantIncreasedFlaskChargesUnique__1_"] = { affix = "", "Enemies you inflict Bleeding on grant (60-100)% increased Flask Charges", statOrderKey = "2113", statOrder = { 2113 }, level = 1, group = "FlaskChargesGained", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["AddedPhysicalDamageVsBleedingEnemiesUnique__1"] = { affix = "", "Adds (100-120) to (150-165) Physical Damage against Bleeding Enemies", statOrderKey = "2114", statOrder = { 2114 }, level = 1, group = "MinimumAddedPhysicalDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["LifeRegenerationIfBlockedRecentlyUnique__1"] = { affix = "", "If you have Blocked Recently, you and nearby Allies Regenerate 5% of Life per second", statOrderKey = "8295", statOrder = { 8295 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GroundTarOnBlockUnique__1"] = { affix = "", "Spreads Tar when you Block", statOrderKey = "5563", statOrder = { 5563 }, level = 79, group = "GroundTarOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["GainShapersPresenceUnique__1"] = { affix = "", "Gain Shaper's Presence for 10 seconds when you kill a Rare or Unique Enemy", statOrderKey = "5515", statOrder = { 5515 }, level = 81, group = "GainShapersPresence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellsCannotPierceUnique__1__"] = { affix = "", "Projectiles from Spells cannot Pierce", statOrderKey = "7679", statOrder = { 7679 }, level = 1, group = "SpellsCannotPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemiesIgnitedTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Ignited by you during Flask Effect take (7-10)% increased Damage", statOrderKey = "734", statOrder = { 734 }, level = 1, group = "EnemiesIgnitedTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage" }, }, + ["GainChargeOnConsumingIgnitedCorpseUnique__1__"] = { affix = "", "Recharges 1 Charge when you Consume an Ignited corpse", statOrderKey = "542", statOrder = { 542 }, level = 1, group = "GainChargeOnConsumingIgnitedCorpse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["GainChargeOnConsumingIgnitedCorpseUnique__2"] = { affix = "", "Recharges 5 Charges when you Consume an Ignited corpse", statOrderKey = "542", statOrder = { 542 }, level = 1, group = "GainChargeOnConsumingIgnitedCorpse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["RecoverMaximumLifeOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Life when you Kill an Enemy during Flask Effect", statOrderKey = "735", statOrder = { 735 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life" }, }, + ["RecoverMaximumManaOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Mana when you Kill an Enemy during Flask Effect", statOrderKey = "736", statOrder = { 736 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana" }, }, + ["RecoverMaximumEnergyShieldOnKillFlaskEffectUnique__1"] = { affix = "", "Recover (1-3)% of Energy Shield when you Kill an Enemy during Flask Effect", statOrderKey = "737", statOrder = { 737 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "defences" }, }, + ["AlternateFireAilmentUnique__1"] = { affix = "", "25% chance to Scorch Enemies", "Cannot inflict Ignite", statOrderKey = "1661,2180", statOrder = { 1661, 2180 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AlternateColdAilmentUnique__1"] = { affix = "", "25% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrderKey = "1664,2182", statOrder = { 1664, 2182 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["AlternateLightningAilmentUnique__1__"] = { affix = "", "25% chance to Sap Enemies", "Cannot inflict Shock", statOrderKey = "1668,2183", statOrder = { 1668, 2183 }, level = 1, group = "AlternateAilment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(40-55)% to Chaos Damage over Time Multiplier", statOrderKey = "939", statOrder = { 939 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ColdDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(25-35)% to Cold Damage over Time Multiplier", statOrderKey = "936", statOrder = { 936 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierUnique__2"] = { affix = "", "+(16-22)% to Cold Damage over Time Multiplier", statOrderKey = "936", statOrder = { 936 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["FireDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(40-60)% to Fire Damage over Time Multiplier", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierUnique__2_"] = { affix = "", "+(15-25)% to Fire Damage over Time Multiplier", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierUnique__3"] = { affix = "", "+(8-12)% to Fire Damage over Time Multiplier", statOrderKey = "931", statOrder = { 931 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["CurseCastSpeedUnique__1"] = { affix = "", "Curse Skills have (10-20)% increased Cast Speed", statOrderKey = "1849", statOrder = { 1849 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "curse" }, }, + ["CurseCastSpeedUnique__2"] = { affix = "", "Curse Skills have (8-12)% increased Cast Speed", statOrderKey = "1849", statOrder = { 1849 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed", "curse" }, }, + ["TriggerSocketedCurseSkillsOnCurseUnique__1_"] = { affix = "", "Trigger Socketed Curse Skill when you cast a Curse Skill, with a 0.25 second Cooldown", statOrderKey = "526", statOrder = { 526 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "caster", "gem", "curse" }, }, + ["EnergyShieldLeechPerCurseUnique__1_"] = { affix = "", "0.2% of Spell Damage Leeched as Energy Shield for each Curse on Enemy", statOrderKey = "1370", statOrder = { 1370 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ElementalDamagePercentAddedAsChaosPerShaperItemUnique__1"] = { affix = "", "Gain (3-5)% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped", statOrderKey = "3888", statOrder = { 3888 }, level = 1, group = "ElementalDamagePercentAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, }, + ["HitsIgnoreChaosResistanceAllShaperItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items", statOrderKey = "5801", statOrder = { 5801 }, level = 1, group = "HitsIgnoreChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HitsIgnoreChaosResistanceAllElderItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items", statOrderKey = "5800", statOrder = { 5800 }, level = 1, group = "HitsIgnoreChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ColdDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Cold Resistance above 75%", statOrderKey = "4775", statOrder = { 4775 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Lightning Damage per 1% Lightning Resistance above 75%", statOrderKey = "5985", statOrder = { 5985 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["FlaskConsecratedGroundDurationUnique__1"] = { affix = "", "(15-30)% reduced Duration", statOrderKey = "560", statOrder = { 560 }, level = 1, group = "FlaskConsecratedGroundDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskConsecratedGroundAreaOfEffectUnique__1_"] = { affix = "", "Consecrated Ground created by this Flask has Tripled Radius", statOrderKey = "581", statOrder = { 581 }, level = 1, group = "FlaskConsecratedGroundAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskConsecratedGroundDamageTakenUnique__1"] = { affix = "", "Consecrated Ground created during Effect applies (7-10)% increased Damage taken to Enemies", statOrderKey = "676", statOrder = { 676 }, level = 1, group = "FlaskConsecratedGroundDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "damage" }, }, + ["FlaskConsecratedGroundEffectUnique__1_"] = { affix = "", "+(1-2)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect", statOrderKey = "673", statOrder = { 673 }, level = 1, group = "FlaskConsecratedGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, + ["FlaskConsecratedGroundEffectCriticalStrikeUnique__1"] = { affix = "", "(100-150)% increased Critical Strike Chance against Enemies on Consecrated Ground during Flask effect", statOrderKey = "709", statOrder = { 709 }, level = 1, group = "FlaskConsecratedGroundEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "critical" }, }, + ["ShockProliferationUnique__1"] = { affix = "", "Shocks you inflict spread to other Enemies within a Radius of 15", statOrderKey = "1854", statOrder = { 1854 }, level = 1, group = "ShockProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationDuringFlaskEffectUnique__1"] = { affix = "", "Shocks you inflict during Flask effect spread to other Enemies in a radius of 20", statOrderKey = "749", statOrder = { 749 }, level = 85, group = "ShockProliferation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ShockEffectDuringFlaskEffectUnique__1__"] = { affix = "", "(25-40)% increased Effect of Shocks you inflict during Flask effect", statOrderKey = "748", statOrder = { 748 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["ShockOnKillUnique__1"] = { affix = "", "Enemies you kill are Shocked", statOrderKey = "1554", statOrder = { 1554 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["DivineChargeOnHitUnique__1_"] = { affix = "", "+10 to maximum Divine Charges", "Gain a Divine Charge on Hit", statOrderKey = "3941,3942", statOrder = { 3941, 3942 }, level = 1, group = "DivineCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainDivinityOnMaxDivineChargeUnique__1"] = { affix = "", "You gain Divinity for 10 seconds on reaching maximum Divine Charges", "Lose all Divine Charges when you gain Divinity", statOrderKey = "3944,3944.1", statOrder = { 3944, 3944.1 }, level = 1, group = "DivineCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesCannotCritUnique__1"] = { affix = "", "Never deal Critical Strikes", "Nearby Enemies cannot deal Critical Strikes", statOrderKey = "1813,6409", statOrder = { 1813, 6409 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["NearbyAlliesCannotBeSlowedUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", "Nearby Allies' Action Speed cannot be modified to below base value", statOrderKey = "2776,6403", statOrder = { 2776, 6403 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ManaReservationPerAttributeUnique__1"] = { affix = "", "2% increased Mana Reservation Efficiency of Skills per 250 total Attributes", statOrderKey = "6633", statOrder = { 6633 }, level = 1, group = "ManaReservationReduced", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyPerAttributeUnique__1"] = { affix = "", "2% increased Mana Reservation Efficiency of Skills per 250 total Attributes", statOrderKey = "6634", statOrder = { 6634 }, level = 1, group = "ManaReservationReduced", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["DefencesPer100StrengthAuraUnique__1"] = { affix = "", "Nearby Allies have (4-6)% increased Defences per 100 Strength you have", statOrderKey = "2587", statOrder = { 2587 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["BlockPer100StrengthAuraUnique__1___"] = { affix = "", "Nearby Allies have 1% Chance to Block Attack Damage per 100 Strength you have", statOrderKey = "2586", statOrder = { 2586 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["CriticalMultiplierPer100DexterityAuraUnique__1"] = { affix = "", "Nearby Allies have +(6-8)% to Critical Strike Multiplier per 100 Dexterity you have", statOrderKey = "2588", statOrder = { 2588 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["CastSpeedPer100IntelligenceAuraUnique__1"] = { affix = "", "Nearby Allies have (2-4)% increased Cast Speed per 100 Intelligence you have", statOrderKey = "2589", statOrder = { 2589 }, level = 1, group = "AuraPerAttributes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["GrantsAccuracyAuraSkillUnique__1"] = { affix = "", "Grants Level 22 Precision Skill", statOrderKey = "428", statOrder = { 428 }, level = 81, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PrecisionReservationEfficiencyUnique__1"] = { affix = "", "Precision has 100% increased Mana Reservation Efficiency", statOrderKey = "7647", statOrder = { 7647 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SupportedByBlessingSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Divine Blessing", statOrderKey = "104", statOrder = { 104 }, level = 1, group = "SupportedByBlessing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["TriggerBowSkillsOnBowAttackUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown", statOrderKey = "469", statOrder = { 469 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "gem" }, }, + ["TriggerBowSkillsOnCastUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Cast a Spell while", "wielding a Bow, with a 1 second Cooldown", statOrderKey = "533,533.1", statOrder = { 533, 533.1 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack", "caster", "gem" }, }, + ["MaximumLifeLeechAmountUnique__1"] = { affix = "", "50% reduced Maximum Recovery per Life Leech", statOrderKey = "1371", statOrder = { 1371 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumLifeLeechAmountUnique__2"] = { affix = "", "80% reduced Maximum Recovery per Life Leech", statOrderKey = "1371", statOrder = { 1371 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeLeechNotRemovedOnFullLifeUnique__1"] = { affix = "", "Life Leech effects are not removed when Unreserved Life is Filled", statOrderKey = "2793", statOrder = { 2793 }, level = 1, group = "LifeLeechNotRemovedOnFullLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AttacksBlindOnHitChanceUnique__1"] = { affix = "", "5% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4263", statOrder = { 4263 }, level = 1, group = "BlindOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_attack_mod", }, modTags = { "attack" }, }, + ["HeraldBonusExtraMod1"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "8346", statOrder = { 8346 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod2_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "8346", statOrder = { 8346 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod3_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "8346", statOrder = { 8346 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod4"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "8346", statOrder = { 8346 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusExtraMod5"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrderKey = "8346", statOrder = { 8346 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusThunderReservation"] = { affix = "", "Herald of Thunder has (30-40)% increased Mana Reservation Efficiency", statOrderKey = "5769", statOrder = { 5769 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusThunderReservationEfficiency"] = { affix = "", "Herald of Thunder has (30-40)% increased Mana Reservation Efficiency", statOrderKey = "5770", statOrder = { 5770 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusThunderLightningDamage"] = { affix = "", "(40-60)% increased Lightning Damage while affected by Herald of Thunder", statOrderKey = "5988", statOrder = { 5988 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HeraldBonusThunderEffect"] = { affix = "", "Herald of Thunder has (40-60)% increased Buff Effect", statOrderKey = "5768", statOrder = { 5768 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusThunderMaxLightningResist"] = { affix = "", "+1% to maximum Lightning Resistance while affected by Herald of Thunder", statOrderKey = "7272", statOrder = { 7272 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HeraldBonusThunderLightningResist_"] = { affix = "", "+(50-60)% to Lightning Resistance while affected by Herald of Thunder", statOrderKey = "5990", statOrder = { 5990 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HeraldBonusAshReservation"] = { affix = "", "Herald of Ash has (30-40)% increased Mana Reservation Efficiency", statOrderKey = "5755", statOrder = { 5755 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusAshReservationEfficiency__"] = { affix = "", "Herald of Ash has (30-40)% increased Mana Reservation Efficiency", statOrderKey = "5756", statOrder = { 5756 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusAshFireDamage"] = { affix = "", "(40-60)% increased Fire Damage while affected by Herald of Ash", statOrderKey = "5350", statOrder = { 5350 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HeraldBonusAshEffect"] = { affix = "", "Herald of Ash has (40-60)% increased Buff Effect", statOrderKey = "5754", statOrder = { 5754 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusAshMaxFireResist"] = { affix = "", "+1% to maximum Fire Resistance while affected by Herald of Ash", statOrderKey = "7258", statOrder = { 7258 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["HeraldBonusFireResist"] = { affix = "", "+(50-60)% to Fire Resistance while affected by Herald of Ash", statOrderKey = "5351", statOrder = { 5351 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["HeraldBonusIceReservation_"] = { affix = "", "Herald of Ice has (30-40)% increased Mana Reservation Efficiency", statOrderKey = "5759", statOrder = { 5759 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusIceReservationEfficiency__"] = { affix = "", "Herald of Ice has (30-40)% increased Mana Reservation Efficiency", statOrderKey = "5760", statOrder = { 5760 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusIceColdDamage"] = { affix = "", "(40-60)% increased Cold Damage while affected by Herald of Ice", statOrderKey = "4784", statOrder = { 4784 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HeraldBonusIceEffect_"] = { affix = "", "Herald of Ice has (40-60)% increased Buff Effect", statOrderKey = "5758", statOrder = { 5758 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusMaxColdResist__"] = { affix = "", "+1% to maximum Cold Resistance while affected by Herald of Ice", statOrderKey = "7254", statOrder = { 7254 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["HeraldBonusColdResist"] = { affix = "", "+(50-60)% to Cold Resistance while affected by Herald of Ice", statOrderKey = "4786", statOrder = { 4786 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["HeraldBonusPurityReservation_"] = { affix = "", "Herald of Purity has (30-40)% increased Mana Reservation Efficiency", statOrderKey = "5764", statOrder = { 5764 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusPurityReservationEfficiency_"] = { affix = "", "Herald of Purity has (30-40)% increased Mana Reservation Efficiency", statOrderKey = "5765", statOrder = { 5765 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusPurityPhysicalDamage"] = { affix = "", "(40-60)% increased Physical Damage while affected by Herald of Purity", statOrderKey = "7587", statOrder = { 7587 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HeraldBonusPurityEffect"] = { affix = "", "Herald of Purity has (40-60)% increased Buff Effect", statOrderKey = "5762", statOrder = { 5762 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusPurityMinionDamage"] = { affix = "", "Sentinels of Purity deal (70-100)% increased Damage", statOrderKey = "7836", statOrder = { 7836 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["HeraldBonusPurityPhysicalDamageReduction"] = { affix = "", "4% additional Physical Damage Reduction while affected by Herald of Purity", statOrderKey = "7594", statOrder = { 7594 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["HeraldBonusAgonyReservation"] = { affix = "", "Herald of Agony has (30-40)% increased Mana Reservation Efficiency", statOrderKey = "5751", statOrder = { 5751 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusAgonyReservationEfficiency"] = { affix = "", "Herald of Agony has (30-40)% increased Mana Reservation Efficiency", statOrderKey = "5752", statOrder = { 5752 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["HeraldBonusAgonyChaosDamage_"] = { affix = "", "(40-60)% increased Chaos Damage while affected by Herald of Agony", statOrderKey = "4719", statOrder = { 4719 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HeraldBonusAgonyEffect"] = { affix = "", "Herald of Agony has (40-60)% increased Buff Effect", statOrderKey = "5750", statOrder = { 5750 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HeraldBonusAgonyMinionDamage_"] = { affix = "", "Agony Crawler deals (70-100)% increased Damage", statOrderKey = "4059", statOrder = { 4059 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["HeraldBonusAgonyChaosResist_"] = { affix = "", "+(31-43)% to Chaos Resistance while affected by Herald of Agony", statOrderKey = "4724", statOrder = { 4724 }, level = 1, group = "HeraldBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ZombiesCountAsCorpsesUnique__1"] = { affix = "", "Your Raised Zombies count as corpses", statOrderKey = "7731", statOrder = { 7731 }, level = 1, group = "ZombiesCountAsCorpses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ZombiesNeedNoCorpsesUnique__1"] = { affix = "", "Raise Zombie does not require a corpse", statOrderKey = "7729", statOrder = { 7729 }, level = 1, group = "ZombiesNeedNoCorpses", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ZombieIncreasedLifeUnique__1"] = { affix = "", "Raised Zombies have (80-100)% increased maximum Life", statOrderKey = "1417", statOrder = { 1417 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["AdditionalPhysicalDamageReductionWhileBleedingUnique__1"] = { affix = "", "(10-15)% additional Physical Damage Reduction while Bleeding", statOrderKey = "4044", statOrder = { 4044 }, level = 1, group = "AdditionalPhysicalDamageReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["DamageTakenGainedAsLifeUnique__1_"] = { affix = "", "(10-20)% of Damage taken Recouped as Life", statOrderKey = "5022", statOrder = { 5022 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeUnique__2"] = { affix = "", "(80-100)% of Damage taken Recouped as Life", statOrderKey = "5022", statOrder = { 5022 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MinimumEnduranceChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Endurance Charges while on Low Life", statOrderKey = "7348", statOrder = { 7348 }, level = 1, group = "MinimumEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["MinimumPowerChargeOnLowLifeUnique__1"] = { affix = "", "+3 to Minimum Power Charges while on Low Life", statOrderKey = "7352", statOrder = { 7352 }, level = 1, group = "MinimumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["SpellCriticalStrikeChanceIfKilledRecentlyUnique__1"] = { affix = "", "(125-175)% increased Critical Strike Chance for Spells if you've Killed Recently", statOrderKey = "4867", statOrder = { 4867 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeMultiplierIfNotKilledRecentlyUnique__1"] = { affix = "", "+(40-60)% to Critical Strike Multiplier for Spells if you haven't Killed Recently", statOrderKey = "4894", statOrder = { 4894 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, + ["RagingSpiritLifeUnique__1"] = { affix = "", "Summoned Raging Spirits have (80-100)% increased maximum Life", statOrderKey = "7398", statOrder = { 7398 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["RagingSpiritDurationUnique__1"] = { affix = "", "Summon Raging Spirit has (20-30)% increased Duration", statOrderKey = "2993", statOrder = { 2993 }, level = 1, group = "MinionDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["RagingSpiritChaosDamageTakenUnique__1"] = { affix = "", "Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage", statOrderKey = "7399", statOrder = { 7399 }, level = 68, group = "RagingSpiritChaosDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["LosePowerChargeWhenHitUnique__1"] = { affix = "", "Lose a Power Charge when Hit", statOrderKey = "8219", statOrder = { 8219 }, level = 1, group = "LosePowerChargeWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["SpellDamagePerLifeUnique__1"] = { affix = "", "2% increased Spell Damage per 100 Player Maximum Life", statOrderKey = "7954", statOrder = { 7954 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellCriticalStrikeChancePerLifeUnique__1"] = { affix = "", "2% increased Critical Strike Chance for Spells per 100 Player Maximum Life", statOrderKey = "7947", statOrder = { 7947 }, level = 1, group = "SpellCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, + ["SacrificeLifeOnSpellSkillUnique__1"] = { affix = "", "Sacrifice 4% of your Life when you Use or Trigger a Spell Skill", statOrderKey = "7811", statOrder = { 7811 }, level = 1, group = "SacrificeLifeOnSpellSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "caster" }, }, + ["PercentDexterityIfStrengthHigherThanIntelligenceUnique__1"] = { affix = "", "15% increased Dexterity if Strength is higher than Intelligence", statOrderKey = "5076", statOrder = { 5076 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["CriticalStrikeMultiplierIfDexterityHigherThanIntelligenceUnique__1"] = { affix = "", "+(25-40)% to Critical Strike Multiplier if Dexterity is higher than Intelligence", statOrderKey = "4896", statOrder = { 4896 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["ElementalDamagePerDexterityUnique__1"] = { affix = "", "1% increased Elemental Damage per 10 Dexterity", statOrderKey = "5149", statOrder = { 5149 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["LifePer10IntelligenceUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Intelligence", statOrderKey = "7265", statOrder = { 7265 }, level = 1, group = "LifePerIntelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GrantsLevel30SmiteUnique__1"] = { affix = "", "Grants Level 30 Smite Skill", statOrderKey = "451", statOrder = { 451 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ElementalAilmentsOnYouInsteadOfAlliesUnique__1"] = { affix = "", "Enemies inflict Elemental Ailments on you instead of nearby Allies", statOrderKey = "6418", statOrder = { 6418 }, level = 1, group = "ElementalAilmentsOnYouInsteadOfAllies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["UnaffectedByPoisonUnique__1_"] = { affix = "", "Unaffected by Poison", statOrderKey = "4361", statOrder = { 4361 }, level = 1, group = "UnaffectedByPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["KeystoneInnerConvictionUnique__1"] = { affix = "", "Inner Conviction", statOrderKey = "8407", statOrder = { 8407 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "power_charge", "damage" }, }, + ["FasterPoisonDamageUnique__1"] = { affix = "", "Poisons you inflict deal Damage 20% faster", statOrderKey = "5329", statOrder = { 5329 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["TriggerRainOfArrowsOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Rain of Arrows when you Attack with a Bow", statOrderKey = "518", statOrder = { 518 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["TriggerToxicRainOnBowAttackUnique__1"] = { affix = "", "Trigger Level 5 Toxic Rain when you Attack with a Bow", statOrderKey = "538", statOrder = { 538 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["CursesRemainOnDeathUnique__1_"] = { affix = "", "Non-Aura Curses you inflict are not removed from Dying Enemies", statOrderKey = "4944", statOrder = { 4944 }, level = 1, group = "CursesRemainOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["EnemiesNearCursesBlindAndExplodeUnique__1"] = { affix = "", "Enemies near corpses affected by your Curses are Blinded", "Enemies Killed near corpses affected by your Curses explode, dealing", "3% of their Life as Physical Damage", statOrderKey = "5214,5214.1,5214.2", statOrder = { 5214, 5214.1, 5214.2 }, level = 1, group = "EnemiesNearCursesBlindAndExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["WarcryCooldownIs2SecondsUnique__1"] = { affix = "", "Warcry Skills' Cooldown Time is 4 seconds", statOrderKey = "8271", statOrder = { 8271 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeMultiplierIs250Unique__1"] = { affix = "", "Your Critical Strike Multiplier is 300%", statOrderKey = "4892", statOrder = { 4892 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["RageOnAttackCritUnique__1"] = { affix = "", "Gain 1 Rage on Critical Hit with attacks, no more than once every 0.5 seconds", statOrderKey = "5888", statOrder = { 5888 }, level = 1, group = "RageOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "critical" }, }, + ["PhysicalAddedAsFirePerRageUnique__1"] = { affix = "", "Gain 1% of Physical Damage as Extra Fire Damage per 1 Rage", statOrderKey = "7578", statOrder = { 7578 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["LocalChanceForPoisonDamage300FinalInflictedWithThisWeaponUnique__1_"] = { affix = "", "20% chance for Poisons inflicted with this Weapon to deal 300% more Damage", statOrderKey = "6381", statOrder = { 6381 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["AttackDamageWhileHoldingShieldUnique__1"] = { affix = "", "(10-15)% increased Attack Damage while holding a Shield", statOrderKey = "888", statOrder = { 888 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["DisplayCowardsTrialWavesOfMonsters"] = { affix = "", "Contains waves of Monsters", statOrderKey = "5097", statOrder = { 5097 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DisplayCowardsTrialWavesOfUndeadMonsters"] = { affix = "", "Contains additional waves of Undead Monsters", statOrderKey = "5098", statOrder = { 5098 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraGhosts___"] = { affix = "", "Area contains additional waves of Ghosts", statOrderKey = "6767", statOrder = { 6767 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraPhantasms"] = { affix = "", "Area contains additional waves of Phantasms", statOrderKey = "6769", statOrder = { 6769 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraZombies"] = { affix = "", "Area contains additional waves of Zombies", statOrderKey = "6773", statOrder = { 6773 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraRagingSpirits"] = { affix = "", "Area contains additional waves of Raging Spirits", statOrderKey = "6770", statOrder = { 6770 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraRhoas___"] = { affix = "", "Area contains additional waves of Bone Rhoas", statOrderKey = "6771", statOrder = { 6771 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraOriathCitizens"] = { affix = "", "Area contains additional waves of Oriathan Zombies", statOrderKey = "6768", statOrder = { 6768 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CowardsTrialExtraSkeletonCannons"] = { affix = "", "Area contains additional waves of Ravager Maws", statOrderKey = "6772", statOrder = { 6772 }, level = 1, group = "CowardsTrial", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueJewelAlternateTreeInRadiusVaal"] = { affix = "", "Bathed in the blood of (100-8000) sacrificed in the name of Xibaqua", "Passives in radius are Conquered by the Vaal", "Historic", statOrderKey = "4,4.1,8347", statOrder = { 4, 4.1, 8347 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusKarui"] = { affix = "", "Commanded leadership over (10000-18000) warriors under Kaom", "Passives in radius are Conquered by the Karui", "Historic", statOrderKey = "4,4.1,8347", statOrder = { 4, 4.1, 8347 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusMaraketh"] = { affix = "", "Denoted service of (500-8000) dekhara in the akhara of Balbala", "Passives in radius are Conquered by the Maraketh", "Historic", statOrderKey = "4,4.1,8347", statOrder = { 4, 4.1, 8347 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusTemplar"] = { affix = "", "Carved to glorify (2000-10000) new faithful converted by High Templar Maxarius", "Passives in radius are Conquered by the Templars", "Historic", statOrderKey = "4,4.1,8347", statOrder = { 4, 4.1, 8347 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["UniqueJewelAlternateTreeInRadiusEternal"] = { affix = "", "Commissioned (2000-160000) coins to commemorate Cadiro", "Passives in radius are Conquered by the Eternal Empire", "Historic", statOrderKey = "4,4.1,8347", statOrder = { 4, 4.1, 8347 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring" }, }, + ["TotemDamagePerDevotion"] = { affix = "", "4% increased Totem Damage per 10 Devotion", statOrderKey = "8145", statOrder = { 8145 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["BrandDamagePerDevotion"] = { affix = "", "4% increased Brand Damage per 10 Devotion", statOrderKey = "7873", statOrder = { 7873 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ChannelledSkillDamagePerDevotion"] = { affix = "", "Channelling Skills deal 4% increased Damage per 10 Devotion", statOrderKey = "4712", statOrder = { 4712 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["AreaDamagePerDevotion"] = { affix = "", "4% increased Area Damage per 10 Devotion", statOrderKey = "4104", statOrder = { 4104 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalDamagePerDevotion_"] = { affix = "", "4% increased Elemental Damage per 10 Devotion", statOrderKey = "5148", statOrder = { 5148 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalResistancesPerDevotion"] = { affix = "", "+2% to all Elemental Resistances per 10 Devotion", statOrderKey = "5178", statOrder = { 5178 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["AilmentEffectPerDevotion"] = { affix = "", "3% increased Effect of non-Damaging Ailments on Enemies per 10 Devotion", statOrderKey = "7497", statOrder = { 7497 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["ElementalAilmentSelfDurationPerDevotion_"] = { affix = "", "4% reduced Elemental Ailment Duration on you per 10 Devotion", statOrderKey = "7827", statOrder = { 7827 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["CurseSelfDurationPerDevotion"] = { affix = "", "4% reduced Duration of Curses on you per 10 Devotion", statOrderKey = "7826", statOrder = { 7826 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["MinionAttackAndCastSpeedPerDevotion"] = { affix = "", "1% increased Minion Attack and Cast Speed per 10 Devotion", statOrderKey = "7359", statOrder = { 7359 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionAccuracyRatingPerDevotion_"] = { affix = "", "Minions have +60 to Accuracy Rating per 10 Devotion", statOrderKey = "7354", statOrder = { 7354 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, + ["AddedManaRegenerationPerDevotion"] = { affix = "", "Regenerate 0.6 Mana per Second per 10 Devotion", statOrderKey = "6615", statOrder = { 6615 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ReducedManaCostPerDevotion"] = { affix = "", "1% reduced Mana Cost of Skills per 10 Devotion", statOrderKey = "6593", statOrder = { 6593 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AuraEffectPerDevotion"] = { affix = "", "1% increased effect of Non-Curse Auras per 10 Devotion", statOrderKey = "7492", statOrder = { 7492 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["ShieldDefencesPerDevotion"] = { affix = "", "3% increased Defences from Equipped Shield per 10 Devotion", statOrderKey = "7847", statOrder = { 7847 }, level = 1, group = "DevotionBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["DealNoChaosDamageUnique_1"] = { affix = "", "Deal no Chaos Damage", statOrderKey = "4323", statOrder = { 4323 }, level = 1, group = "DealNoChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["LightRadiusToDamageUnique_1"] = { affix = "", "Increases and Reductions to Light Radius also apply to Damage", statOrderKey = "2119", statOrder = { 2119 }, level = 1, group = "LightRadiusModifiersApplyToDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LightRadiusToAreaOfEffectUnique__1"] = { affix = "", "Increases and Reductions to Light Radius also apply to Area of Effect at 50% of their value", statOrderKey = "2118", statOrder = { 2118 }, level = 1, group = "LightRadiusModifiersApplyToAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CanRollMinionModifiersImplicitWandAtlas1"] = { affix = "", "Can roll Minion Modifiers", statOrderKey = "11", statOrder = { 11 }, level = 1, group = "CanRollMinionModifiers", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "weapon_can_roll_minion_modifiers", }, modTags = { "minion" }, }, + ["MinionPhysicalToFirePerRedSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Fire Damage per Red Socket", statOrderKey = "2309", statOrder = { 2309 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "minion" }, }, + ["MinionPhysicalToColdPerGreenSocket_"] = { affix = "", "Minions convert 25% of Physical Damage to Cold Damage per Green Socket", statOrderKey = "2313", statOrder = { 2313 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, }, + ["MinionPhysicalToLightningPerBlueSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Lightning Damage per Blue Socket", statOrderKey = "2315", statOrder = { 2315 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "minion" }, }, + ["MinionPhysicalToChaosPerWhiteSocket"] = { affix = "", "Minions convert 25% of Physical Damage to Chaos Damage per White Socket", statOrderKey = "2319", statOrder = { 2319 }, level = 1, group = "MinionConversionPerSocket", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "minion" }, }, + ["MinionChanceToFreezeShockIgnite"] = { affix = "", "Minions have (5-10)% chance to Freeze, Shock and Ignite", statOrderKey = "7366", statOrder = { 7366 }, level = 1, group = "MinionChanceToFreezeShockIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "minion", "ailment" }, }, + ["NonChilledEnemiesBleedAndChillUnique__1_"] = { affix = "", "Non-Chilled Enemies you inflict Bleeding on are Chilled", statOrderKey = "7489", statOrder = { 7489 }, level = 1, group = "NonChilledEnemiesBleedAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChilledWhileBleedingUnique__1_"] = { affix = "", "You are Chilled while you are Bleeding", statOrderKey = "4751", statOrder = { 4751 }, level = 1, group = "ChilledWhileBleeding", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["BleedingEnemiesShatterOnKillUnique__1"] = { affix = "", "Bleeding Enemies you Kill with Hits Shatter", statOrderKey = "7838", statOrder = { 7838 }, level = 1, group = "BleedingEnemiesShatterOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NonChilledEnemiesPoisonAndChillUnique__1"] = { affix = "", "Non-Chilled Enemies you Poison are Chilled", statOrderKey = "7490", statOrder = { 7490 }, level = 1, group = "NonChilledEnemiesPoisonAndChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChilledWhilePoisonedUnique__1"] = { affix = "", "You are Chilled when you are Poisoned", statOrderKey = "4752", statOrder = { 4752 }, level = 1, group = "ChilledWhilePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["PoisonedEnemiesShatterOnKillUnique__1"] = { affix = "", "Poisoned Enemies you Kill with Hits Shatter", statOrderKey = "7839", statOrder = { 7839 }, level = 1, group = "PoisonedEnemiesShatterOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamagePerZombieUnique__1"] = { affix = "", "(5-8)% increased Damage per Raised Zombie", statOrderKey = "4948", statOrder = { 4948 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalDamageTakenPerZombieUnique__1"] = { affix = "", "1% less Elemental Damage taken per Raised Zombie", statOrderKey = "5158", statOrder = { 5158 }, level = 1, group = "ElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["LoseFrenzyChargeOnTravelSkillUnique__1"] = { affix = "", "(20-25)% chance to lose a Frenzy Charge when you use a Travel Skill", statOrderKey = "3947", statOrder = { 3947 }, level = 1, group = "LoseFrenzyChargeOnTravelSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["LosePowerChargeOnElusiveGainUnique__1_"] = { affix = "", "(20-25)% chance to lose a Power Charge when you gain Elusive", statOrderKey = "3948", statOrder = { 3948 }, level = 1, group = "LosePowerChargeOnElusiveGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ElusiveBuffEffectPerPowerChargeUnique__1"] = { affix = "", "(7-10)% increased Effect of Elusive on you per Power Charge", statOrderKey = "3946", statOrder = { 3946 }, level = 1, group = "ElusiveBuffEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TravelSkillCooldownRecoveryPerFrenzyChargeUnique__1"] = { affix = "", "(7-10)% increased Cooldown Recovery Rate of Travel Skills per Frenzy Charge", statOrderKey = "3945", statOrder = { 3945 }, level = 1, group = "TravelSkillCooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumFrenzyChargesEqualToMaximumPowerChargesUnique__1"] = { affix = "", "Your Maximum Frenzy Charges is equal to your Maximum Power Charges", statOrderKey = "1456", statOrder = { 1456 }, level = 75, group = "MaximumFrenzyChargesEqualToMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["MinionAttacksTauntOnHitChanceUnique__1"] = { affix = "", "Minions have 5% chance to Taunt on Hit with Attacks", statOrderKey = "3011", statOrder = { 3011 }, level = 55, group = "TauntOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, + ["MinionCausticCloudOnDeathUnique__1_"] = { affix = "", "Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second", statOrderKey = "3019", statOrder = { 3019 }, level = 1, group = "MinionCausticCloudOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["MinionBurningCloudOnDeathUnique__1"] = { affix = "", "Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second", statOrderKey = "7381", statOrder = { 7381 }, level = 55, group = "MinionBurningCloudOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["TotemReflectFireDamageUnique__1_"] = { affix = "", "Totems Reflect 100% of their maximum Life as Fire Damage to nearby Enemies when Hit", statOrderKey = "3359", statOrder = { 3359 }, level = 1, group = "TotemReflectFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["MinionAddedColdDamageUnique__1"] = { affix = "", "Minions deal (5-9) to (11-15) additional Cold Damage", statOrderKey = "3342", statOrder = { 3342 }, level = 1, group = "MinionAddedColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, + ["MineDamageLeechedToYouUnique__1"] = { affix = "", "1% of Damage dealt by your Mines is Leeched to you as Life", statOrderKey = "3797", statOrder = { 3797 }, level = 1, group = "MineDamageLeechedToYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LifeEnergyShieldRecoveryRateUnique__1"] = { affix = "", "(20-30)% reduced Recovery rate of Life and Energy Shield", statOrderKey = "5909", statOrder = { 5909 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LifeAndEnergyShieldRecoveryRatePerPowerChargeUnique__1"] = { affix = "", "5% increased Recovery rate of Life and Energy Shield per Power Charge", statOrderKey = "5912", statOrder = { 5912 }, level = 1, group = "RecoveryRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, }, + ["LosePowerChargeIfNotDetonatedRecentlyUnique__1"] = { affix = "", "Lose a Power Charge each second if you have not Detonated Mines Recently", statOrderKey = "6572", statOrder = { 6572 }, level = 1, group = "LosePowerChargeIfNotDetonatedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["NotablesGrantMinionDamageTakenUnique__1_"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: Minions take 20% increased Damage", statOrderKey = "8367,8367.1", statOrder = { 8367, 8367.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["NotablesGrantMinionMovementSpeedUnique__1_"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: Minions have 25% reduced Movement Speed", statOrderKey = "8368,8368.1", statOrder = { 8368, 8368.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "minion" }, }, + ["PassivesGrantTrapMineAddedPhysicalUnique__1_"] = { affix = "", "Passive Skills in Radius also grant: Traps and Mines deal (2-3) to (4-6) added Physical Damage", statOrderKey = "8369", statOrder = { 8369 }, level = 1, group = "PassivesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PassivesGrantUnarmedAttackSpeedUnique__1_"] = { affix = "", "Passive Skills in Radius also grant: 1% increased Unarmed Attack Speed with Melee Skills", statOrderKey = "6551", statOrder = { 6551 }, level = 1, group = "PassivesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["MovementVelocityOverrideUnique__1"] = { affix = "", "Your Movement Speed is 150% of its base value", statOrderKey = "7442", statOrder = { 7442 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["TravelSkillCooldownRecoveryUnique__1_"] = { affix = "", "(50-80)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "3935", statOrder = { 3935 }, level = 1, group = "CooldownRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageRemovedFromSpectresUnique__1"] = { affix = "", "10% of Damage from Hits is taken from your Spectres' Life before you", statOrderKey = "5015", statOrder = { 5015 }, level = 1, group = "DamageRemovedFromMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MinionElementalDamageAddedAsChaosUnique__1"] = { affix = "", "Minions gain (15-20)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "7379", statOrder = { 7379 }, level = 1, group = "MinionElementalDamageAddedAsChaos", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos", "minion" }, }, + ["LifeRegenerationPerZombieUnique__1"] = { affix = "", "Regenerate 0.6% of Life per second for each Raised Zombie", statOrderKey = "5970", statOrder = { 5970 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaRegenerationPerSpectreUnique__1"] = { affix = "", "30% increased Mana Regeneration Rate per Raised Spectre", statOrderKey = "6628", statOrder = { 6628 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AttackBlockPerSkeletonUnique__1"] = { affix = "", "+1% Chance to Block Attack Damage per Summoned Skeleton", statOrderKey = "4009", statOrder = { 4009 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["AttackAndCastSpeedPerRagingSpiritUnique__1"] = { affix = "", "2% increased Attack and Cast Speed per Summoned Raging Spirit", statOrderKey = "4185", statOrder = { 4185 }, level = 1, group = "BonusesPerSpecificMinion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["SupportedByMeatShieldUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Meat Shield", statOrderKey = "159", statOrder = { 159 }, level = 1, group = "SupportedByMeatShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ReviveEnemiesOnKillUnique__1"] = { affix = "", "Create a Blighted Spore when your Skills or Minions Kill a Rare Monster", statOrderKey = "4850", statOrder = { 4850 }, level = 1, group = "ReviveEnemiesOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireResistanceOverrideUnique__1__"] = { affix = "", "Fire Resistance is 75%", statOrderKey = "1287", statOrder = { 1287 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["ColdResistanceOverrideUnique__1"] = { affix = "", "Cold Resistance is 75%", statOrderKey = "1293", statOrder = { 1293 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["LightningResistanceOverrideUnique__1_"] = { affix = "", "Lightning Resistance is 75%", statOrderKey = "1298", statOrder = { 1298 }, level = 1, group = "ElementalResistanceOverride", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ReducedFireResistanceUnique__1"] = { affix = "", "(50-55)% reduced Fire Resistance", statOrderKey = "1291", statOrder = { 1291 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["ReducedColdResistanceUnique__1"] = { affix = "", "(50-55)% reduced Cold Resistance", statOrderKey = "1296", statOrder = { 1296 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["ReducedLightningResistanceUnique__1"] = { affix = "", "(50-55)% reduced Lightning Resistance", statOrderKey = "1301", statOrder = { 1301 }, level = 1, group = "IncreasedElementalResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ManaRegenerationRateWhileMovingUnique__1"] = { affix = "", "(30-40)% increased Mana Regeneration Rate while moving", statOrderKey = "6629", statOrder = { 6629 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["FungalAroundWhenStationaryUnique__1_"] = { affix = "", "You have Fungal Ground around you while stationary", statOrderKey = "5424", statOrder = { 5424 }, level = 1, group = "FungalAroundWhenStationary", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggerFungalGroundOnKillUnique__1_"] = { affix = "", "Trigger Level 10 Contaminate when you Kill an Enemy", statOrderKey = "495", statOrder = { 495 }, level = 1, group = "TriggerFungalGroundOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemiesOnFungalGroundExplodeUnique__1"] = { affix = "", "Enemies on Fungal Ground you Kill Explode, dealing 5% of their Life as Chaos Damage", statOrderKey = "5212", statOrder = { 5212 }, level = 1, group = "EnemiesOnFungalGroundExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["FrostblinkDurationUnique__1_"] = { affix = "", "Frostblink has 50% increased Duration", statOrderKey = "5812", statOrder = { 5812 }, level = 1, group = "FrostblinkDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["GrantsFrostblinkSkillUnique__1"] = { affix = "", "Grants Level 10 Frostblink Skill", statOrderKey = "379", statOrder = { 379 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AttackSkillsHavePhysToExtraFireDamagePerSocketedRedGemUniqueTwoHandSword8"] = { affix = "", "Attack Skills gain 5% of Physical Damage as Extra Fire Damage per Socketed Red Gem", statOrderKey = "2305", statOrder = { 2305 }, level = 1, group = "SocketedRedGemsHaveAddedFireDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack", "gem" }, }, + ["VaalPactIfAllSocketedGemsAreRedUniqueTwoHandSword8"] = { affix = "", "You have Vaal Pact while all Socketed Gems are Red", statOrderKey = "8432", statOrder = { 8432 }, level = 1, group = "VaalPact", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "gem" }, }, + ["MultipleEnchantmentsAllowedUnique__1"] = { affix = "", "Can have a second Enchantment Modifier", statOrderKey = "7", statOrder = { 7 }, level = 1, group = "MultipleEnchantmentsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MultipleEnchantmentsAllowedUnique__2"] = { affix = "", "Can have 3 additional Enchantment Modifiers", statOrderKey = "7", statOrder = { 7 }, level = 65, group = "MultipleEnchantmentsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AdditionalProjectilesUnique__1__"] = { affix = "", "Skills fire 2 additional Projectiles", statOrderKey = "1438", statOrder = { 1438 }, level = 1, group = "AdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ProjectileModifiersApplyToSplitsUnique__1"] = { affix = "", "Modifiers to number of Projectiles instead apply", "to the number of targets Projectiles Split towards", statOrderKey = "7426,7426.1", statOrder = { 7426, 7426.1 }, level = 50, group = "ProjectileModifiersApplyToSplits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumLifeManaEnergyShieldUnique__1"] = { affix = "", "(9-21)% increased maximum Life, Mana and Global Energy Shield", statOrderKey = "1236", statOrder = { 1236 }, level = 1, group = "MaximumLifeManaEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["TransfigurationOfBodyUnique__1"] = { affix = "", "Transfiguration of Body", statOrderKey = "4055", statOrder = { 4055 }, level = 1, group = "TransfigurationOfBody", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["TransfigurationOfMindUnique__1"] = { affix = "", "Transfiguration of Mind", statOrderKey = "4056", statOrder = { 4056 }, level = 1, group = "TransfigurationOfMind", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TransfigurationOfSoulUnique__1_"] = { affix = "", "Transfiguration of Soul", statOrderKey = "4054", statOrder = { 4054 }, level = 1, group = "TransfigurationOfSoul", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["MaximumEnergyShieldPerReservedLifeUnique__1"] = { affix = "", "+30 to maximum Energy Shield per 100 Reserved Life", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "MaximumEnergyShieldPerReservedLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ChaosDamageRemovedFromManaBeforeLifeUnique__1___"] = { affix = "", "Chaos Damage is taken from Mana before Life", statOrderKey = "4717", statOrder = { 4717 }, level = 1, group = "ChaosDamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "chaos" }, }, + ["DrainAllManaLightningDamageUnique__1"] = { affix = "", "When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage", "equal to 25% of Sacrificed Mana for 4 seconds", statOrderKey = "7534,7534.1", statOrder = { 7534, 7534.1 }, level = 1, group = "DrainAllManaLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "resource", "mana", "damage", "elemental", "lightning" }, }, + ["MultipleOfferingsAllowedUnique__1_"] = { affix = "", "You can have an Offering of each type", statOrderKey = "4070", statOrder = { 4070 }, level = 62, group = "MultipleOfferingsAllowed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OfferingDurationUnique__1"] = { affix = "", "Offering Skills have 50% reduced Duration", statOrderKey = "7533", statOrder = { 7533 }, level = 1, group = "OfferingDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumBlockChanceIfNotBlockedRecentlyUnique__1"] = { affix = "", "You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently", statOrderKey = "7246", statOrder = { 7246 }, level = 1, group = "MaximumBlockChanceIfNotBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["PhasingIfBlockedRecentlyUnique__1"] = { affix = "", "You have Phasing if you have Blocked Recently", statOrderKey = "7566", statOrder = { 7566 }, level = 1, group = "PhasingIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AvoidElementalDamagePhasingUnique__1"] = { affix = "", "+(8-15)% chance to Avoid Elemental Damage from Hits while Phasing", statOrderKey = "4282", statOrder = { 4282 }, level = 1, group = "AvoidElementalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["ApplyAilmentsMoreDamageUnique__1"] = { affix = "", "Inflict non-Damaging Ailments as though dealing (100-200)% more Damage", statOrderKey = "7499", statOrder = { 7499 }, level = 1, group = "ApplyAilmentsMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["CriticalStrikesNotAlwaysApplyAilmentsUnique__1"] = { affix = "", "Critical Strikes do not inherently apply non-Damaging Ailments", statOrderKey = "4918", statOrder = { 4918 }, level = 1, group = "CriticalStrikesNotAlwaysApplyAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical", "ailment" }, }, + ["PermanentPhantasmUnique__1"] = { affix = "", "Summoned Phantasms have no Duration", statOrderKey = "8076", statOrder = { 8076 }, level = 1, group = "PermanentPhantasm", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["PhantasmGrantsBuffUnique__1"] = { affix = "", "Each Summoned Phantasm grants you Phantasmal Might", statOrderKey = "8075", statOrder = { 8075 }, level = 1, group = "PhantasmGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["CorruptUntilFiveImplicits"] = { affix = "", "Can be modified while Corrupted", "Can have up to 5 Implicit Modifiers while Item has this Modifier", statOrderKey = "5,8", statOrder = { 5, 8 }, level = 1, group = "CorruptionIntertactions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ModifyableWhileCorruptedUnique__1"] = { affix = "", "Can be modified while Corrupted", statOrderKey = "5", statOrder = { 5 }, level = 1, group = "CorruptionIntertactions", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionsUseFlaskOnSummonUnique__1__"] = { affix = "", "Your Minions use your Flasks when summoned", statOrderKey = "1816", statOrder = { 1816 }, level = 50, group = "MinionsUseFlaskOnSummon", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, + ["MinionFlaskChargesUsedUnique__1"] = { affix = "", "Minions have (25-40)% reduced Flask Charges used", statOrderKey = "1820", statOrder = { 1820 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, + ["MinionFlaskDurationUnique__1"] = { affix = "", "Minions have (50-80)% increased Flask Effect Duration", statOrderKey = "1822", statOrder = { 1822 }, level = 1, group = "BeltFlaskDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "minion" }, }, + ["StrikeSkillMemoryUseUnique__1_______"] = { affix = "", "Strike Skills also target the previous location they were Used", statOrderKey = "7302", statOrder = { 7302 }, level = 50, group = "StrikeSkillMemory", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["NovaSkillsTargetLocationUnique__1__"] = { affix = "", "Nova Spells deal 30% less Damage to Players", "Nova Spells Cast at the targeted location instead of around you", statOrderKey = "7506,7506.1", statOrder = { 7506, 7506.1 }, level = 50, group = "NovaSkillsTargetLocation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["AttackAndCastSpeedFortifyUnique__1"] = { affix = "", "(15-25)% increased Attack and Cast Speed while at maximum Fortification", statOrderKey = "1898", statOrder = { 1898 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["AlternateFortifyUnique__1_"] = { affix = "", "You do not inherently take less Damage for having Fortification", "+4% chance to Suppress Spell Damage per Fortification", statOrderKey = "1896,1897", statOrder = { 1896, 1897 }, level = 65, group = "AlternateFortify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAreaContainsExiles__"] = { affix = "", "Area is inhabited by 10 additional Rogue Exiles", statOrderKey = "1962", statOrder = { 1962 }, level = 1, group = "MapExiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonDoubleOnCritUnique__1"] = { affix = "", "Triggers Level 20 Reflection when Equipped", statOrderKey = "519", statOrder = { 519 }, level = 1, group = "SummonDoubleOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FireExposureOnHitUnique__1"] = { affix = "", "25% chance to inflict Fire Exposure on Hit", statOrderKey = "4340", statOrder = { 4340 }, level = 1, group = "ExposureOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ColdExposureOnHitUnique__1"] = { affix = "", "25% chance to inflict Cold Exposure on Hit", statOrderKey = "4339", statOrder = { 4339 }, level = 1, group = "ExposureOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesIncreasedFireColdResistUnique__1_"] = { affix = "", "50% increased Fire Resistance", "50% increased Cold Resistance", "Nearby Enemies have 50% increased Fire and Cold Resistances", statOrderKey = "1291,1296,6398", statOrder = { 1291, 1296, 6398 }, level = 1, group = "NearbyEnemiesIncreasedFireColdResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, }, + ["MetamorphosisItemisedBossDifficult"] = { affix = "", "50% more Life", "50% more Damage", statOrderKey = "4545,5114", statOrder = { 4545, 5114 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToImpaleUnique__1"] = { affix = "", "10% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4266", statOrder = { 4266 }, level = 1, group = "ImpaleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["MapAddsExtraSynthesisMods"] = { affix = "", "Map has (3-5) additional random Modifiers", statOrderKey = "6646", statOrder = { 6646 }, level = 1, group = "MapAddsExtraSynthesisMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAddsExtraSynthesisModsCortexReplica"] = { affix = "", "Map has (6-8) additional random Modifiers", statOrderKey = "6646", statOrder = { 6646 }, level = 1, group = "MapAddsExtraSynthesisMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAddsExtraSynthesisSpecialMods"] = { affix = "", "Map has (2-4) additional Synthesis Global Modifiers", statOrderKey = "6647", statOrder = { 6647 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAddsExtraSynthesisSpecialModsCortex"] = { affix = "", "Map has (4-6) additional Synthesis Global Modifiers", statOrderKey = "6647", statOrder = { 6647 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAddsExtraSynthesisSpecialModsCortexReplica"] = { affix = "", "Map has (4-6) additional Synthesis Global Modifiers", statOrderKey = "6647", statOrder = { 6647 }, level = 1, group = "MapAddsExtraSynthesisSpecialMods", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NovaSpellsAreaOfEffectUnique__1"] = { affix = "", "Nova Spells have 20% less Area of Effect", statOrderKey = "6484", statOrder = { 6484 }, level = 50, group = "NovaSpellsAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["RingAttackSpeedUnique__1"] = { affix = "", "20% less Attack Speed", statOrderKey = "6482", statOrder = { 6482 }, level = 1, group = "RingAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["IncreasedAilmentEffectOnEnemiesUnique__1"] = { affix = "", "(15-20)% increased Effect of Non-Damaging Ailments", statOrderKey = "7494", statOrder = { 7494 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesUnique_2"] = { affix = "", "(20-40)% increased Effect of Non-Damaging Ailments", statOrderKey = "7494", statOrder = { 7494 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, }, + ["ChillingAreasAlsoGrantLightningDamageTakenUnique__1"] = { affix = "", "Enemies in your Chilling Areas take (25-35)% increased Lightning Damage", statOrderKey = "4754", statOrder = { 4754 }, level = 1, group = "ChillingAreasAlsoGrantLightningDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["ChanceToSapVsEnemiesInChillingAreasUnique__1"] = { affix = "", "(20-30)% chance to Sap Enemies in Chilling Areas", statOrderKey = "4706", statOrder = { 4706 }, level = 1, group = "ChanceToSapVsEnemiesInChillingAreas", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["Allow2ActiveBannersUnique__1"] = { affix = "", "You can have two different Banners at the same time", statOrderKey = "2605", statOrder = { 2605 }, level = 1, group = "Allow2ActiveBanners", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BannerFortifyDurationUnique__1"] = { affix = "", "Dread Banner grants an additional +(100-200) to maximum Fortification when placing the Banner", statOrderKey = "5125", statOrder = { 5125 }, level = 1, group = "BannerFortifyDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BannerMaxFortificationUnique__1"] = { affix = "", "Dread Banner grants an additional +(2-4) to maximum Fortification when placing the Banner", statOrderKey = "5124", statOrder = { 5124 }, level = 1, group = "BannerFortifyDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BannerAdrenalineDurationUnique__1"] = { affix = "", "War Banner has (100-200)% increased Adrenaline duration", statOrderKey = "4296", statOrder = { 4296 }, level = 1, group = "BannerAdrenalineDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BannerTauntDurationUnique__1_"] = { affix = "", "Defiance Banner has (100-200)% increased Taunt duration", statOrderKey = "4302", statOrder = { 4302 }, level = 1, group = "BannerTauntDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["Add1StageToBannersOnMeleeHitUpTo5PerSecondUnique__1"] = { affix = "", "Banners you are carrying gain 1 Stage on Melee Hit, up to 5 per second", statOrderKey = "4295", statOrder = { 4295 }, level = 1, group = "Add1StageToBannersOnMeleeHitUpTo5PerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsLevel20SnipeUnique__1"] = { affix = "", "Grants Level 20 Snipe Skill", statOrderKey = "24", statOrder = { 24 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GrantsLevel20SnipeSupportUnique__1"] = { affix = "", "Socketed Non-Channelling Bow Skills are Triggered by Snipe", "Socketed Triggered Bow Skills gain a 0.05 second Cooldown", statOrderKey = "186,186.1", statOrder = { 186, 186.1 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SupportedBowSkillsDealMoreDamageUnique__1"] = { affix = "", "Socketed Triggered Bow Skills deal 40% less Damage", statOrderKey = "321", statOrder = { 321 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "gem" }, }, + ["ChanceToDodgeAttacksWhileChannellingUnique__1"] = { affix = "", "+(7-10)% chance to Suppress Spell Damage while Channelling", statOrderKey = "7976", statOrder = { 7976 }, level = 1, group = "ChanceToDodgeWhileChannelling", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToDodgeSpellsWhileChannellingUnique__1"] = { affix = "", "+(7-10)% chance to Suppress Spell Damage while Channelling", statOrderKey = "7976", statOrder = { 7976 }, level = 1, group = "ChanceToDodgeWhileChannelling", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToSuppressSpellsWhileChannellingUnique__1____"] = { affix = "", "+(14-20)% chance to Suppress Spell Damage while Channelling", statOrderKey = "7976", statOrder = { 7976 }, level = 1, group = "ChanceToDodgeWhileChannelling", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionPassiveNodesUnique__1"] = { affix = "", "Adds 4 Passive Skills", statOrderKey = "3985", statOrder = { 3985 }, level = 1, group = "JewelExpansionPassiveNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionJewelNodesLarge1"] = { affix = "of Potential", "1 Added Passive Skill is a Jewel Socket", statOrderKey = "6438", statOrder = { 6438 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionJewelNodesLarge2___"] = { affix = "of Possibility", "2 Added Passive Skills are Jewel Sockets", statOrderKey = "6438", statOrder = { 6438 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionJewelNodesMedium"] = { affix = "of Potential", "1 Added Passive Skill is a Jewel Socket", statOrderKey = "6438", statOrder = { 6438 }, level = 1, group = "JewelExpansionJewelNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelExpansionKeystoneDiscipleOfKitava_"] = { affix = "", "Adds Disciple of Kitava", statOrderKey = "6440", statOrder = { 6440 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana", "damage" }, }, + ["JewelExpansionLoneMessenger_"] = { affix = "", "Adds Lone Messenger", statOrderKey = "6443", statOrder = { 6443 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion", "aura" }, }, + ["JewelExpansionNaturesPatience"] = { affix = "", "Adds Nature's Patience", statOrderKey = "6444", statOrder = { 6444 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["JewelExpansionSecretsOfSuffering"] = { affix = "", "Adds Secrets of Suffering", statOrderKey = "6446", statOrder = { 6446 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "critical", "ailment" }, }, + ["JewelExpansionKineticism"] = { affix = "", "Adds Kineticism", statOrderKey = "6442", statOrder = { 6442 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["JewelExpansionVeteransAwareness_"] = { affix = "", "Adds Veteran's Awareness", statOrderKey = "6447", statOrder = { 6447 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "elemental" }, }, + ["JewelExpansionHollowPalmTechnique"] = { affix = "", "Adds Hollow Palm Technique", statOrderKey = "6441", statOrder = { 6441 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["ExpansionJewel3JewelSockets"] = { affix = "", "Adds 3 Jewel Socket Passive Skills", statOrderKey = "6439", statOrder = { 6439 }, level = 1, group = "JewelExpansionKeystoneNodes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique__1"] = { affix = "", "Adds 1 Small Passive Skill which grants nothing", statOrderKey = "6532", statOrder = { 6532 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique__2"] = { affix = "", "Adds 3 Small Passive Skills which grant nothing", statOrderKey = "6532", statOrder = { 6532 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique_3_"] = { affix = "", "Adds 5 Small Passive Skills which grant nothing", statOrderKey = "6532", statOrder = { 6532 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ExpansionJewelEmptyPassiveUnique__4"] = { affix = "", "Adds 7 Small Passive Skills which grant nothing", statOrderKey = "6532", statOrder = { 6532 }, level = 1, group = "JewelExpansionEmptyPassive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalIncreasedEffectPathToClassStartUnique__1"] = { affix = "", "This Jewel's Socket has 25% increased effect per Allocated Passive Skill between", "it and your Class' starting location", statOrderKey = "3,3.1", statOrder = { 3, 3.1 }, level = 1, group = "LocalIncreasedEffectPathToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SupportSkitterBotAilmentAuraReplaceWithCurse____1"] = { affix = "", "Left Ring Slot: Your Chilling Skitterbot's Aura applies Socketed Hex Curse instead", "Right Ring Slot: Your Shocking Skitterbot's Aura applies Socketed Hex Curse instead", statOrderKey = "6461,6481", statOrder = { 6461, 6481 }, level = 65, group = "UniqueSkitterBotAilmentAuraReplace", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "minion", "curse" }, }, + ["AttackLightningDamageMaximumManaUnique__1__"] = { affix = "", "Attack Skills have Added Lightning Damage equal to 6% of maximum Mana", statOrderKey = "4239", statOrder = { 4239 }, level = 1, group = "AttackLightningDamageMaximumMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LoseManaOnAttackSkillUnique__1"] = { affix = "", "Lose 3% of Mana when you use an Attack Skill", statOrderKey = "6571", statOrder = { 6571 }, level = 1, group = "LoseManaOnAttackSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["StrengthPerPointToClassStartUnique__1"] = { affix = "", "+5 to Strength", statOrderKey = "859", statOrder = { 859 }, level = 1, group = "StrengthPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["DexterityPerPointToClassStartUnique__1"] = { affix = "", "+5 to Dexterity", statOrderKey = "860", statOrder = { 860 }, level = 1, group = "DexterityPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["IntelligencePerPointToClassStartUnique__1"] = { affix = "", "+5 to Intelligence", statOrderKey = "861", statOrder = { 861 }, level = 1, group = "IntelligencePerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["LifePerPointToClassStartUnique__1_"] = { affix = "", "+5 to maximum Life", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "LifePerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaPerPointToClassStartUnique__1"] = { affix = "", "+5 to maximum Mana", statOrderKey = "1244", statOrder = { 1244 }, level = 1, group = "ManaPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["EnergyShieldPerPointToClassStartUnique__1"] = { affix = "", "+5 to maximum Energy Shield", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "EnergyShieldPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ArmourPerPointToClassStartUnique__1"] = { affix = "", "+40 to Armour", statOrderKey = "1206", statOrder = { 1206 }, level = 1, group = "ArmourPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EvasionPerPointToClassStartUnique__1"] = { affix = "", "+40 to Evasion Rating", statOrderKey = "1211", statOrder = { 1211 }, level = 1, group = "EvasionPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["AccuracyPerPointToClassStartUnique__1"] = { affix = "", "+40 to Accuracy Rating", statOrderKey = "1102", statOrder = { 1102 }, level = 1, group = "AccuracyPerPointToClassStart", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EnemiesExplodeOnDeathChaosGloriousMadnessUnique1"] = { affix = "", "Enemies you Kill while affected by Glorious Madness have a 40% chance to Explode, dealing a quarter of their Life as Chaos Damage", statOrderKey = "8340", statOrder = { 8340 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AllDamageCanPoisonGloriousMadnessUnique___1"] = { affix = "", "All Damage inflicts Poison while affected by Glorious Madness", statOrderKey = "8337", statOrder = { 8337 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["FortifyEffectSelfGloriousMadnessUnique1"] = { affix = "", "+60 to maximum Fortification while affected by Glorious Madness", statOrderKey = "8349", statOrder = { 8349 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DoubleDamageChanceGloriousMadnessUnique_1"] = { affix = "", "20% chance to deal Double Damage while affected by Glorious Madness", statOrderKey = "8338", statOrder = { 8338 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ElementalConfluxesGloriousMadnessUnique1"] = { affix = "", "You have Igniting, Chilling and Shocking Conflux while affected by Glorious Madness", statOrderKey = "8342", statOrder = { 8342 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalAilmentImmunityGloriousMadnessUnique1"] = { affix = "", "Immune to Elemental Ailments while affected by Glorious Madness", statOrderKey = "8344", statOrder = { 8344 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["MovementSpeedUnique_42"] = { affix = "", "30% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GrantEmbraceMadnessSkillUnique1"] = { affix = "", "Grants Level 1 Embrace Madness Skill", statOrderKey = "438", statOrder = { 438 }, level = 1, group = "GloriousMadness", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LocalAfflictionJewelDisplaySmallNodesGrantNothingUnique_1"] = { affix = "", "Added Small Passive Skills grant Nothing", statOrderKey = "6026", statOrder = { 6026 }, level = 1, group = "LocalAfflictionJewelDisplaySmallNodesGrantNothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackSpeedAfterSavageHitTakenUnique__1"] = { affix = "", "40% increased Attack Speed if you've taken a Savage Hit Recently", statOrderKey = "3024", statOrder = { 3024 }, level = 1, group = "AttackSpeedAfterSavageHitTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["FrenzyChargeOnCritCloseRangeUnique__1"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Critical Strike at Close Range", statOrderKey = "5467", statOrder = { 5467 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge", "critical" }, }, + ["BleedDotMultiplierPerFrenzyChargeUnique__1_"] = { affix = "", "+4% to Damage over Time Multiplier for Bleeding per Frenzy Charge", statOrderKey = "4399", statOrder = { 4399 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedPerFrenzyChargeUnique__1"] = { affix = "", "Bleeding you inflict deals Damage 4% faster per Frenzy Charge", statOrderKey = "5327", statOrder = { 5327 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["CriticalBleedDotMultiplierUnique__1_"] = { affix = "", "+(30-40)% to Damage over Time Multiplier for Bleeding from Critical Strikes", statOrderKey = "929", statOrder = { 929 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["BleedDotMultiplier2HImplicit1"] = { affix = "", "+20% to Damage over Time Multiplier for Bleeding", statOrderKey = "928", statOrder = { 928 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["LocalWitherOnHitChanceUnique__1"] = { affix = "", "(20-25)% chance to inflict Withered for 2 seconds on Hit with this Weapon", statOrderKey = "3963", statOrder = { 3963 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalWitherOnHitChanceUnique__2"] = { affix = "", "Inflict Withered for 2 seconds on Hit with this Weapon", statOrderKey = "3963", statOrder = { 3963 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WitherOnHitChanceUnique__1"] = { affix = "", "(20-25)% chance to inflict Withered for 2 seconds on Hit", statOrderKey = "3949", statOrder = { 3949 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotPenetrateResistancesUnique__1"] = { affix = "", "Your Hits cannot Penetrate or ignore Elemental Resistances", statOrderKey = "4607", statOrder = { 4607 }, level = 1, group = "CannotPenetrateResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["WitherGrantsElementalDamageTakenUnique__1__"] = { affix = "", "Enemies take 4% increased Elemental Damage from your Hits for", "each Withered you have inflicted on them", statOrderKey = "3950,3950.1", statOrder = { 3950, 3950.1 }, level = 1, group = "WitherGrantsElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ActivateHeraldOfThunderOnShockUnique__1"] = { affix = "", "Herald of Thunder also creates a storm when you Shock an Enemy", statOrderKey = "4854", statOrder = { 4854 }, level = 1, group = "ActivateHeraldOfThunderOnShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TakeDamageWhenHeraldOfThunderHitsUnique__1__"] = { affix = "", "Take 250 Lightning Damage when Herald of Thunder Hits an Enemy", statOrderKey = "8115", statOrder = { 8115 }, level = 1, group = "TakeDamageWhenHeraldOfThunderHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HeraldOfThunderBoltFrequencyUnique__1"] = { affix = "", "Herald of Thunder's Storms Hit Enemies with (30-50)% increased Frequency", statOrderKey = "5767", statOrder = { 5767 }, level = 1, group = "HeraldOfThunderBoltFrequency", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RagingSpiritFireSplashDamageUnique__1"] = { affix = "", "Summoned Raging Spirits' Melee Strikes deal Fire-only Splash", "Damage to Surrounding Targets", statOrderKey = "8068,8068.1", statOrder = { 8068, 8068.1 }, level = 1, group = "MeleeSplash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "red_herring", "elemental", "fire", "minion" }, }, + ["FragileRegrowthLifeRegenerationUnique__1"] = { affix = "", "Maximum 10 Fragile Regrowth", "42% of Life Regenerated per second per Fragile Regrowth", "Lose all Fragile Regrowth when Hit", "Gain 1 Fragile Regrowth each second", statOrderKey = "3952,3953,3954,5525", statOrder = { 3952, 3953, 3954, 5525 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["FragileRegrowthLifeRegenerationUnique__2_"] = { affix = "", "Maximum 5 Fragile Regrowth", "42% of Life Regenerated per second per Fragile Regrowth", "Gain up to maximum Fragile Regrowth when Hit", "Lose 1 Fragile Regrowth each second", statOrderKey = "3952,3953,5519,5525", statOrder = { 3952, 3953, 5519, 5525 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["MaximumESLeechAmountUnique__1_"] = { affix = "", "50% reduced Maximum Recovery per Energy Shield Leech", statOrderKey = "1373", statOrder = { 1373 }, level = 1, group = "MaximumLeechAmount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ESLeechFromAttacksNotRemovedOnFullESUnique__1"] = { affix = "", "Energy Shield Leech Effects from Attacks are not removed at Full Energy Shield", statOrderKey = "5251", statOrder = { 5251 }, level = 1, group = "ESLeechNotRemovedOnFullES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["EnemiesKilledApplyImpaleDamageUnique__1"] = { affix = "", "50% chance for Impales on Enemies you Kill to Reflect Damage to surrounding Enemies", statOrderKey = "5890", statOrder = { 5890 }, level = 1, group = "EnemiesKilledApplyImpaleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ArmourAppliesToLightningDamageUnique__1_"] = { affix = "", "Armour also applies to Lightning Damage taken from Hits", statOrderKey = "4307", statOrder = { 4307 }, level = 1, group = "ArmourAppliesToLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences", "elemental", "lightning" }, }, + ["LightningResistNoReductionUnique__1_"] = { affix = "", "Lightning Resistance does not affect Lightning Damage taken", statOrderKey = "6002", statOrder = { 6002 }, level = 1, group = "LightningResistNoReduction", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["DealNoNonLightningDamageUnique__1_"] = { affix = "", "Deal no Non-Lightning Damage", statOrderKey = "2384", statOrder = { 2384 }, level = 1, group = "DealNoNonLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["NearbyEnemyLightningResistanceEqualUnique__1"] = { affix = "", "Nearby Enemies have Lightning Resistance equal to yours", statOrderKey = "7477", statOrder = { 7477 }, level = 1, group = "NearbyEnemyLightningResistanceEqual", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SupportedByIntensifyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrderKey = "150", statOrder = { 150 }, level = 1, group = "SupportedByIntensify", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ShockedGroundWhileMovingUnique__1_"] = { affix = "", "Drops Shocked Ground while moving, lasting 2 seconds", statOrderKey = "3865", statOrder = { 3865 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__1_"] = { affix = "", "Trigger Level 1 Gore Shockwave on Melee Hit if you have at least 150 Strength", statOrderKey = "515", statOrder = { 515 }, level = 1, group = "SupportedByShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["TriggerGoreShockwaveOnMeleeHitWith150StrengthUnique__2"] = { affix = "", "Trigger Level 5 Gore Shockwave on Melee Hit if you have at least 150 Strength", statOrderKey = "515", statOrder = { 515 }, level = 1, group = "SupportedByShockwave", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill", "attack" }, }, + ["ProjectileDamageBloodStanceUnique__1"] = { affix = "", "(40-60)% increased Projectile Damage while in Blood Stance", statOrderKey = "8003", statOrder = { 8003 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["LifeRegenerationBloodStanceUnique__1"] = { affix = "", "(150-200) Life Regenerated per Second while in Blood Stance", statOrderKey = "8002", statOrder = { 8002 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["AreaOfEffectSandStanceUnique__1"] = { affix = "", "(20-30)% increased Area of Effect while in Sand Stance", statOrderKey = "8008", statOrder = { 8008 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EvasionRatingSandStanceUnique__1"] = { affix = "", "+(700-1000) to Evasion Rating while in Sand Stance", statOrderKey = "8004", statOrder = { 8004 }, level = 1, group = "IncreasedEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["MaxRagePerEquippedSwordUnique__1____"] = { affix = "", "+25 to Maximum Rage while wielding a Sword", statOrderKey = "7279", statOrder = { 7279 }, level = 1, group = "MaxRagePerEquippedSword", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BleedDotMultiplierPerRagePerEquippedAxeUnique__1"] = { affix = "", "+1% to Damage over Time Multiplier for Bleeding per Rage while wielding an Axe", statOrderKey = "4396", statOrder = { 4396 }, level = 1, group = "BleedDotMultiplierPerRagePerEquippedAxe", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["LifeManaESLeechRateUnique__1"] = { affix = "", "30% increased total Recovery per second from Life, Mana, or Energy Shield Leech", statOrderKey = "5939", statOrder = { 5939 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, }, + ["RandomSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level (1-10) (1-143)", statOrderKey = "244", statOrder = { 244 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["RandomSupportUnique__2"] = { affix = "", "Socketed Gems are Supported by Level (25-35) (1-143)", statOrderKey = "245", statOrder = { 245 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["RandomSupportUnique__3"] = { affix = "", "Socketed Gems are Supported by Level (1-10) (1-143)", statOrderKey = "244", statOrder = { 244 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["RandomSupportUnique__4_"] = { affix = "", "Socketed Gems are Supported by Level (25-35) (1-143)", statOrderKey = "245", statOrder = { 245 }, level = 1, group = "RandomSupport", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["GrantsDashUnique__1_"] = { affix = "", "Grants Level 30 Dash Skill", statOrderKey = "435", statOrder = { 435 }, level = 1, group = "GrantsDash", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DisableTravelSkillsExceptDashUnique__1"] = { affix = "", "Travel Skills other than Dash are Disabled", statOrderKey = "8336", statOrder = { 8336 }, level = 1, group = "DisableTravelSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ArrowsIfHaventUsedDashRecentlyUnique__1"] = { affix = "", "Bow Attacks fire 2 additional Arrows if you haven't Cast Dash recently", statOrderKey = "1441", statOrder = { 1441 }, level = 1, group = "ArrowsIfHaventUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AttackSpeedIfHaventUsedDashRecentlyUnique__1"] = { affix = "", "(20-30)% increased Attack Speed if you haven't Cast Dash recently", statOrderKey = "4247", statOrder = { 4247 }, level = 1, group = "AttackSpeedIfHaventUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["MovementSpeedIfUsedDashRecentlyUnique__1"] = { affix = "", "(20-30)% increased Movement Speed if you've Cast Dash recently", statOrderKey = "7447", statOrder = { 7447 }, level = 1, group = "MovementSpeedIfUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["EvasionRatingIfUsedDashRecentlyUnique__1"] = { affix = "", "(100-160)% increased Evasion Rating if you've Cast Dash recently", statOrderKey = "5293", statOrder = { 5293 }, level = 1, group = "EvasionRatingIfUsedDashRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "evasion", "defences" }, }, + ["MinionLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "Minions Convert 2% of their Maximum Life to Maximum Energy", "Shield per 1% Chaos Resistance they have", statOrderKey = "3955,3955.1", statOrder = { 3955, 3955.1 }, level = 1, group = "MinionLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "resource", "life", "defences", "minion" }, }, + ["MinionChaosDamageDoesNotBypassESUnique__1"] = { affix = "", "Chaos Damage taken does not bypass Minions' Energy Shield", statOrderKey = "3956", statOrder = { 3956 }, level = 1, group = "MinionChaosDamageDoesNotBypassES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "minion" }, }, + ["MinionHitsIgnoreResistanceWithESUnique__1_"] = { affix = "", "While Minions have Energy Shield, their Hits Ignore Monster Elemental Resistances", statOrderKey = "3958", statOrder = { 3958 }, level = 1, group = "MinionHitsIgnoreResistanceWithES", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "minion" }, }, + ["MinionEnergyShieldRechargeDelayUnique__1"] = { affix = "", "Minions have (50-100)% faster start of Energy Shield Recharge", statOrderKey = "3957", statOrder = { 3957 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "minion" }, }, + ["DamageBypassEnergyShieldBlockUnique__1"] = { affix = "", "Damage taken from Blocked Hits cannot bypass Energy Shield", "Damage taken from Unblocked hits always bypasses Energy Shield", statOrderKey = "4951,4951.1", statOrder = { 4951, 4951.1 }, level = 1, group = "DamageBypassEnergyShieldBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NoEnergyShieldUnique__1"] = { affix = "", "Has no Energy Shield", statOrderKey = "774", statOrder = { 774 }, level = 1, group = "LocalNoEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["CannotBlockWithNoEnergyShieldUnique__1"] = { affix = "", "Cannot Block while you have no Energy Shield", statOrderKey = "2323", statOrder = { 2323 }, level = 1, group = "CannotBlockWithNoEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["BlindReflectedToSelfUnique__1"] = { affix = "", "Blind you inflict is Reflected to you", statOrderKey = "4513", statOrder = { 4513 }, level = 1, group = "BlindReflectedToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BlindDoesNotAffectLightRadiusUnique__1"] = { affix = "", "Blind does not affect your Light Radius", statOrderKey = "4509", statOrder = { 4509 }, level = 1, group = "BlindDoesNotAffectLightRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NotablesGrantManaCostAndSpellDamageUnique1"] = { affix = "", "Notable Passive Skills in Radius are Transformed to", "instead grant: 10% increased Mana Cost of Skills and 20% increased Spell Damage", statOrderKey = "8366,8366.1", statOrder = { 8366, 8366.1 }, level = 1, group = "NotablesGrantDifferentBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["UnleashSealGainFrequencyUnique__1"] = { affix = "", "Skills Supported by Unleash have (30-50)% increased Seal gain frequency", statOrderKey = "8086", statOrder = { 8086 }, level = 1, group = "UnleashSealGainFrequency", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UnholyMightOnZeroEnergyShieldUnique__1"] = { affix = "", "You have Unholy Might while you have no Energy Shield", statOrderKey = "2326", statOrder = { 2326 }, level = 1, group = "UnholyMightOnZeroEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ProfaneGroundInsteadOfConsecratedGround__1_"] = { affix = "", "Create Profane Ground instead of Consecrated Ground", statOrderKey = "4855", statOrder = { 4855 }, level = 1, group = "CreateProfaneGround", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["StalkingPustuleOnKillUnique__1"] = { affix = "", "Trigger Level 1 Stalking Pustule on Kill", statOrderKey = "522", statOrder = { 522 }, level = 50, group = "StalkingPustuleOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["BlindDoesNotAffectHitChanceUnique__1"] = { affix = "", "Unaffected by Blind", statOrderKey = "8186", statOrder = { 8186 }, level = 1, group = "BlindDoesNotAffectHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaledictionOnBlindWhileBlindedUnique__1"] = { affix = "", "Enemies Blinded by you while you are Blinded have Malediction", statOrderKey = "5197", statOrder = { 5197 }, level = 1, group = "MaledictionOnBlindWhileBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackImpaleChanceUnique__1"] = { affix = "", "(10-20)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4266", statOrder = { 4266 }, level = 1, group = "ImpaleOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "attack" }, }, + ["GrantsBrandDetonateUnique__1"] = { affix = "", "Grants Level 20 Brandsurge Skill", statOrderKey = "431", statOrder = { 431 }, level = 85, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["BrandDurationUnique__1"] = { affix = "", "Brand Skills have (50-100)% increased Duration", statOrderKey = "7874", statOrder = { 7874 }, level = 1, group = "BrandDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["SummonAdditionalBrandUnique__1"] = { affix = "", "Skills which create Brands create an additional Brand", statOrderKey = "4030", statOrder = { 4030 }, level = 1, group = "SummonAdditionalBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["AttackSpeedChangedStanceUnique__1"] = { affix = "", "(25-30)% increased Attack Speed if you've changed Stance Recently", statOrderKey = "8009", statOrder = { 8009 }, level = 72, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["WarcryInfiniteEnemyPowerUnique__1__"] = { affix = "", "Warcries have infinite Power", statOrderKey = "8266", statOrder = { 8266 }, level = 1, group = "WarcryInfiniteEnemyPower", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneCallToArmsUnique__2_"] = { affix = "", "Call to Arms", statOrderKey = "8378", statOrder = { 8378 }, level = 1, group = "Keystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryGrantsArcaneSurgeUnique__1"] = { affix = "", "Warcries grant Arcane Surge to you and Allies, with 10% increased effect per 5 power, up to 50%", statOrderKey = "4096", statOrder = { 4096 }, level = 1, group = "WarcryGrantsArcaneSurge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcryTauntChaosExplosionUnique__1_"] = { affix = "", "Enemies Taunted by your Warcries Explode on death, dealing 8% of their maximum Life as Chaos Damage", statOrderKey = "5222", statOrder = { 5222 }, level = 1, group = "WarcryTauntChaosExplosion", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["Curse25PercentHinderEnemyUnique__1"] = { affix = "", "Enemies Cursed by you are Hindered with 25% reduced Movement", "Speed if 25% of Curse Duration expired", statOrderKey = "8274,8274.1", statOrder = { 8274, 8274.1 }, level = 77, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["Curse50PercentCurseEffectUnique__1"] = { affix = "", "Your Curses have 25% increased Effect if 50% of Curse Duration expired", statOrderKey = "8276", statOrder = { 8276 }, level = 1, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["Curse75PercentEnemyDamageTakenUnique__1__"] = { affix = "", "Enemies Cursed by you take 25% increased Damage if 75% of Curse Duration expired", statOrderKey = "8277", statOrder = { 8277 }, level = 1, group = "CurseThresholdProperties", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster", "curse" }, }, + ["SpellsAlwaysCritFinalRepeatUnique__1_"] = { affix = "", "Spell Skills always deal Critical Strikes on final Repeat", statOrderKey = "7965", statOrder = { 7965 }, level = 80, group = "SpellsAlwaysCritFinalRepeat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SpellsNeverCritExceptFinalRepeatUnique__1"] = { affix = "", "Spell Skills cannot deal Critical Strikes except on final Repeat", statOrderKey = "7968", statOrder = { 7968 }, level = 1, group = "SpellsNeverCritExceptFinalRepeat", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SpellsCriticalMultiplierFinalRepeatUnique__1"] = { affix = "", "Spell Skills have +(20-30)% to Critical Strike Multiplier on final Repeat", statOrderKey = "7966", statOrder = { 7966 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["NonCriticalStrikesLessDamageUnique__1"] = { affix = "", "Non-critical strikes deal 80% less Damage", statOrderKey = "2303", statOrder = { 2303 }, level = 1, group = "NonCriticalDamageMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MaximumRageUnique__1"] = { affix = "", "+20 to Maximum Rage", statOrderKey = "7710", statOrder = { 7710 }, level = 85, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumRageUnique__2"] = { affix = "", "+5 to Maximum Rage", statOrderKey = "7710", statOrder = { 7710 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumRageImplicitE1"] = { affix = "", "+10 to Maximum Rage", statOrderKey = "7710", statOrder = { 7710 }, level = 1, group = "MaximumRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalDamagePerRageUnique__1"] = { affix = "", "(4-6)% increased Physical Damage per 10 Rage", statOrderKey = "7585", statOrder = { 7585 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["EnemiesCrushedWithRageUnique__1_"] = { affix = "", "Nearby Enemies are Crushed while you have at least 25 Rage", statOrderKey = "7472", statOrder = { 7472 }, level = 1, group = "Crushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapDoesntConsumeSextantCharge_"] = { affix = "", "Does not consume Sextant Uses", statOrderKey = "6784", statOrder = { 6784 }, level = 1, group = "MapDoesntConsumeSextantCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapGainsRandomZanaMod"] = { affix = "", "Map has an additional random Modifier from Kirac's Crafting Bench", statOrderKey = "7087", statOrder = { 7087 }, level = 1, group = "MapGainsRandomZanaMod", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapBossSurroundedByTormentedSpirits"] = { affix = "", "Map Boss is surrounded by Tormented Spirits", statOrderKey = "6714", statOrder = { 6714 }, level = 1, group = "MapBossSurroundedByTormentedSpirits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapHarbingerPortalAdditionalFragments__"] = { affix = "", "Unique Boss drops an additional Harbinger Scroll", statOrderKey = "6838", statOrder = { 6838 }, level = 1, group = "Nothing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelImplicitLifeRegeneration"] = { affix = "", "Regenerate 0.1% of Life per second", statOrderKey = "1584", statOrder = { 1584 }, level = 1, group = "JewelImplicitLifeRegeneration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["JewelImplicitEnergyShieldRechargeRate"] = { affix = "", "(3-6)% increased Energy Shield Recharge Rate", statOrderKey = "1231", statOrder = { 1231 }, level = 1, group = "JewelImplicitEnergyShieldRechargeRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["JewelImplicitTotemPlacementSpeed"] = { affix = "", "(4-6)% increased Totem Placement speed", statOrderKey = "2198", statOrder = { 2198 }, level = 1, group = "JewelImplicitTotemPlacementSpeed", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["JewelImplicitDamageTakenGainedAsMana"] = { affix = "", "1% of Damage taken Recouped as Mana", statOrderKey = "2076", statOrder = { 2076 }, level = 1, group = "JewelImplicitDamageTakenGainedAsMana", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "mana" }, }, + ["JewelImplicitLifeLeechRate"] = { affix = "", "20% increased total Recovery per second from Life Leech", statOrderKey = "1792", statOrder = { 1792 }, level = 1, group = "JewelImplicitLifeLeechRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["JewelImplicitManaLeechRate"] = { affix = "", "20% increased total Recovery per second from Mana Leech", statOrderKey = "1793", statOrder = { 1793 }, level = 1, group = "JewelImplicitManaLeechRate", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["JewelImplicitAuraAreaOfEffect"] = { affix = "", "(3-6)% increased Area of Effect of Aura Skills", statOrderKey = "1855", statOrder = { 1855 }, level = 1, group = "JewelImplicitAuraAreaOfEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, }, + ["JewelImplicitMinionLife___"] = { affix = "", "Minions have (3-5)% increased maximum Life", statOrderKey = "1412", statOrder = { 1412 }, level = 1, group = "JewelImplicitMinionLife", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "minion" }, }, + ["JewelImplicitMovementSpeed"] = { affix = "", "1% increased Movement Speed", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "JewelImplicitMovementSpeed", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["JewelImplicitLightRadius"] = { affix = "", "(3-6)% increased Light Radius", statOrderKey = "2120", statOrder = { 2120 }, level = 1, group = "JewelImplicitLightRadius", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelImplicitFlaskDuration"] = { affix = "", "1% increased Flask Effect Duration", statOrderKey = "1821", statOrder = { 1821 }, level = 1, group = "JewelImplicitFlaskDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["JewelImplicitReducedChillEffect"] = { affix = "", "15% reduced Effect of Chill on you", statOrderKey = "1307", statOrder = { 1307 }, level = 1, group = "JewelImplicitReducedChillEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitReducedFreezeDuration_"] = { affix = "", "15% reduced Freeze Duration on you", statOrderKey = "1518", statOrder = { 1518 }, level = 1, group = "JewelImplicitReducedFreezeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitReducedShockEffect"] = { affix = "", "15% reduced Effect of Shock on you", statOrderKey = "7857", statOrder = { 7857 }, level = 1, group = "JewelImplicitReducedShockEffect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["JewelImplicitReducedIgniteDuration_"] = { affix = "", "15% reduced Ignite Duration on you", statOrderKey = "1519", statOrder = { 1519 }, level = 1, group = "JewelImplicitReducedIgniteDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["JewelImplicitChanceToAvoidStun"] = { affix = "", "15% chance to Avoid being Stunned", statOrderKey = "1495", statOrder = { 1495 }, level = 1, group = "JewelImplicitChanceToAvoidStun", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["JewelImplicitChanceToAvoidChill"] = { affix = "", "15% chance to Avoid being Chilled", statOrderKey = "1488", statOrder = { 1488 }, level = 1, group = "JewelImplicitChanceToAvoidChill", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitChanceToAvoidFreeze"] = { affix = "", "15% chance to Avoid being Frozen", statOrderKey = "1489", statOrder = { 1489 }, level = 1, group = "JewelImplicitChanceToAvoidFreeze", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["JewelImplicitChanceToAvoidShock"] = { affix = "", "15% chance to Avoid being Shocked", statOrderKey = "1492", statOrder = { 1492 }, level = 1, group = "JewelImplicitChanceToAvoidShock", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["JewelImplicitChanceToAvoidIgnite"] = { affix = "", "15% chance to Avoid being Ignited", statOrderKey = "1490", statOrder = { 1490 }, level = 1, group = "JewelImplicitChanceToAvoidIgnite", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["JewelImplicitChanceToAvoidPoison"] = { affix = "", "15% chance to Avoid being Poisoned", statOrderKey = "1493", statOrder = { 1493 }, level = 1, group = "JewelImplicitChanceToAvoidPoison", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["JewelImplicitReducedElementalReflect"] = { affix = "", "10% reduced Reflected Elemental Damage taken", statOrderKey = "2297", statOrder = { 2297 }, level = 1, group = "JewelImplicitReducedElementalReflect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["JewelImplicitReducedPhysicalReflect"] = { affix = "", "10% reduced Reflected Physical Damage taken", statOrderKey = "2298", statOrder = { 2298 }, level = 1, group = "JewelImplicitReducedPhysicalReflect", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["JewelImplicitFrenzyChargeDuration__"] = { affix = "", "10% increased Frenzy Charge Duration", statOrderKey = "1762", statOrder = { 1762 }, level = 1, group = "JewelImplicitFrenzyChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["JewelImplicitPowerChargeDuration"] = { affix = "", "10% increased Power Charge Duration", statOrderKey = "1777", statOrder = { 1777 }, level = 1, group = "JewelImplicitPowerChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["JewelImplicitEnduranceChargeDuration"] = { affix = "", "10% increased Endurance Charge Duration", statOrderKey = "1760", statOrder = { 1760 }, level = 1, group = "JewelImplicitEnduranceChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 1, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["VolleyFirstPointPierceUnique__1_"] = { affix = "", "Arrows fired from the first firing points always Pierce", statOrderKey = "3959", statOrder = { 3959 }, level = 1, group = "VolleyFirstPointPierce", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["VolleySecondPointForkUnique__1"] = { affix = "", "Arrows fired from the second firing points Fork", statOrderKey = "3960", statOrder = { 3960 }, level = 1, group = "VolleySecondPointFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["VolleyThirdPointReturnUnique__1__"] = { affix = "", "Arrows fired from the third firing points Return to you", statOrderKey = "3961", statOrder = { 3961 }, level = 1, group = "VolleyThirdPointReturn", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["VolleyFourthPointChainUnique__1"] = { affix = "", "Arrows fired from the fourth firing points Chain +2 times", statOrderKey = "3962", statOrder = { 3962 }, level = 1, group = "VolleyFourthPointChain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["HarvestAlternateWeaponQualityLocalCriticalStrikeChance__"] = { affix = "", "Quality does not increase Physical Damage", "1% increased Critical Strike Chance per 4% Quality", statOrderKey = "1558,6388", statOrder = { 1558, 6388 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "critical" }, }, + ["HarvestAlternateWeaponQualityAccuracyRatingIncrease_"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Accuracy per 2% Quality", statOrderKey = "1558,6025", statOrder = { 1558, 6025 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HarvestAlternateWeaponQualityLocalIncreasedAttackSpeed"] = { affix = "", "Quality does not increase Physical Damage", "1% increased Attack Speed per 8% Quality", statOrderKey = "1558,6372", statOrder = { 1558, 6372 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["HarvestAlternateWeaponQualityLocalMeleeWeaponRange_"] = { affix = "", "Quality does not increase Physical Damage", "+1 Weapon Range per 10% Quality", statOrderKey = "1558,6563", statOrder = { 1558, 6563 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HarvestAlternateWeaponQualityElementalDamagePercent"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Elemental Damage per 2% Quality", statOrderKey = "1558,6420", statOrder = { 1558, 6420 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, }, + ["HarvestAlternateWeaponQualityAreaOfEffect_"] = { affix = "", "Quality does not increase Physical Damage", "Grants 1% increased Area of Effect per 4% Quality", statOrderKey = "1558,6369", statOrder = { 1558, 6369 }, level = 1, group = "AlternateWeaponQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HarvestAlternateArmourQualityIncreasedLife"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Maximum Life per 2% Quality", statOrderKey = "1557,6469", statOrder = { 1557, 6469 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "defences" }, }, + ["HarvestAlternateArmourQualityIncreasedMana"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Maximum Mana per 2% Quality", statOrderKey = "1557,6471", statOrder = { 1557, 6471 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "defences" }, }, + ["HarvestAlternateArmourQualityStrength"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Strength per 2% Quality", statOrderKey = "1557,6488", statOrder = { 1557, 6488 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, + ["HarvestAlternateArmourQualityDexterity"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Dexterity per 2% Quality", statOrderKey = "1557,6394", statOrder = { 1557, 6394 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, + ["HarvestAlternateArmourQualityIntelligence_"] = { affix = "", "Quality does not increase Defences", "Grants +1 to Intelligence per 2% Quality", statOrderKey = "1557,6430", statOrder = { 1557, 6430 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "attribute" }, }, + ["HarvestAlternateArmourQualityFireResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Fire Resistance per 2% Quality", statOrderKey = "1557,6423", statOrder = { 1557, 6423 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "fire", "resistance" }, }, + ["HarvestAlternateArmourQualityColdResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Cold Resistance per 2% Quality", statOrderKey = "1557,6386", statOrder = { 1557, 6386 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "cold", "resistance" }, }, + ["HarvestAlternateArmourQualityLightningResistance"] = { affix = "", "Quality does not increase Defences", "Grants +1% to Lightning Resistance per 2% Quality", statOrderKey = "1557,6465", statOrder = { 1557, 6465 }, level = 1, group = "AlternateArmourQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "lightning", "resistance" }, }, + ["SummonedSkeletonWarriorsGetWeaponStatsInMainHandUnique__1"] = { affix = "", "Summoned Skeleton Warriors wield a copy of this Weapon while in your Main Hand", statOrderKey = "3964", statOrder = { 3964 }, level = 1, group = "SummonSkeletonsWarriorsGetWeaponStats", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SkeletonWarriorsTripleDamageUnique__1_"] = { affix = "", "Summoned Skeleton Warriors deal Triple Damage with this", "Weapon if you've Hit with this Weapon Recently", statOrderKey = "3965,3965.1", statOrder = { 3965, 3965.1 }, level = 1, group = "SkeletonWarriorsTripleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsUnholyMightUnique__1"] = { affix = "", "Unholy Might", statOrderKey = "2504", statOrder = { 2504 }, level = 1, group = "UnholyMightBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesAreChilledUnique__1"] = { affix = "", "Nearby Enemies are Chilled", statOrderKey = "6407", statOrder = { 6407 }, level = 1, group = "NearbyEnemiesAreChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeChilledEnemiesMoreDamageUnique__1_"] = { affix = "", "Freeze Chilled Enemies as though dealing (50-100)% more Damage", statOrderKey = "5407", statOrder = { 5407 }, level = 1, group = "FreezeChilledEnemiesMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["AllDamageCanFreezeUnique__1"] = { affix = "", "All Damage can Freeze", statOrderKey = "4060", statOrder = { 4060 }, level = 1, group = "AllDamageCanFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["CriticalStrikeMultiplierIfGainedPowerChargeUnique__1_"] = { affix = "", "+(30-40)% to Critical Strike Multiplier if you've gained a Power Charge Recently", statOrderKey = "4899", statOrder = { 4899 }, level = 85, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["PowerChargeDurationFinalUnique__1__"] = { affix = "", "90% less Power Charge Duration", statOrderKey = "7640", statOrder = { 7640 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["ElementalDamageTakenUnique__1"] = { affix = "", "(40-50)% increased Elemental Damage taken", statOrderKey = "2877", statOrder = { 2877 }, level = 1, group = "ElementalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["DisplaySupportedByImmolateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Immolate", statOrderKey = "143", statOrder = { 143 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["DisplaySupportedByUnboundAilmentsUnique__1__"] = { affix = "", "Socketed Gems are Supported by Level 1 Unbound Ailments", statOrderKey = "197", statOrder = { 197 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["FireHitAndDoTDamageTakenAsLightningUnique__1"] = { affix = "", "40% of Fire Damage taken as Lightning Damage", statOrderKey = "5360", statOrder = { 5360 }, level = 1, group = "DamageTakenAsLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ColdHitAndDoTDamageTakenAsLightningUnique__1"] = { affix = "", "40% of Cold Damage taken as Lightning Damage", statOrderKey = "4795", statOrder = { 4795 }, level = 1, group = "DamageTakenAsLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemyShockedConvertedToLightningUnique__1"] = { affix = "", "Enemies Shocked by you have (10-15)% of Physical Damage they deal converted to Lightning", statOrderKey = "5220", statOrder = { 5220 }, level = 1, group = "EnemyShockedConvertedToLightning", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemyIgnitedConvertedToFireUnique__1"] = { affix = "", "Enemies Ignited by you have (10-15)% of Physical Damage they deal converted to Fire", statOrderKey = "5211", statOrder = { 5211 }, level = 1, group = "EnemyIgnitedConvertedToFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeGainOnHitCursedEnemyUnique__1"] = { affix = "", "(20-28) Life gained for each Cursed Enemy hit by your Attacks", statOrderKey = "5922", statOrder = { 5922 }, level = 61, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "attack" }, }, + ["ManaGainOnHitCursedEnemyUnique__1"] = { affix = "", "(10-14) Mana gained for each Cursed Enemy hit by your Attacks", statOrderKey = "6598", statOrder = { 6598 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["CullingStrikeCursedEnemyUnique__1_"] = { affix = "", "You have Culling Strike against Cursed Enemies", statOrderKey = "4926", statOrder = { 4926 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NearbyEnemiesAvoidProjectilesUnique__1"] = { affix = "", "Projectiles cannot collide with Enemies at Close Range", statOrderKey = "7473", statOrder = { 7473 }, level = 1, group = "NearbyEnemiesAvoidProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ScorchingBrittleSappingConfluxUnique__1"] = { affix = "", "You have Scorching Conflux, Brittle Conflux and Sapping Conflux while your two highest Attributes are equal", statOrderKey = "5514", statOrder = { 5514 }, level = 85, group = "ScorchingBrittleSappingConflux", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotIgniteChillFreezeShockUnique__1"] = { affix = "", "Cannot Ignite, Chill, Freeze or Shock", statOrderKey = "7484", statOrder = { 7484 }, level = 1, group = "CannotIgniteChillFreezeShock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CorpseWalk"] = { affix = "", "Triggers Level 20 Corpse Walk when Equipped", statOrderKey = "494", statOrder = { 494 }, level = 1, group = "CorpseWalk", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["GainAreaOfEffectPluspercentOnManaSpentUnique__1"] = { affix = "", "Gain 40% increased Area of Effect for 2 seconds after Spending a total of 800 Mana", statOrderKey = "5451", statOrder = { 5451 }, level = 69, group = "GainAreaOfEffectPluspercentOnManaSpent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeRegenerationPerNearbyCorpseUnique__1"] = { affix = "", "For each nearby corpse, Regenerate 0.25% Life per second, up to 3%", statOrderKey = "5968", statOrder = { 5968 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["GainEnduranceChargesWhenHitUnique__1_"] = { affix = "", "Gain an Endurance Charge when you are Hit", statOrderKey = "2341", statOrder = { 2341 }, level = 1, group = "GainEnduranceChargesWhenHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["LoseLifeIfHitRecentlyUnique__1"] = { affix = "", "Lose 2% of Life per second if you have been Hit Recently", statOrderKey = "5937", statOrder = { 5937 }, level = 1, group = "LoseLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["PerfectAgonyIfCritRecentlyUnique__1"] = { affix = "", "You have Perfect Agony if you've dealt a Critical Strike recently", statOrderKey = "5500", statOrder = { 5500 }, level = 1, group = "PerfectAgonyIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical", "ailment" }, }, + ["BrandDamageUnique__1"] = { affix = "", "40% increased Brand Damage", statOrderKey = "7872", statOrder = { 7872 }, level = 1, group = "BrandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["AdditionalBrandUnique__1"] = { affix = "", "You can Cast an additional Brand", statOrderKey = "4360", statOrder = { 4360 }, level = 1, group = "AdditionalBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["CriticalStrikeChancePerBrandUnique__1___"] = { affix = "", "20% increased Critical Strike Chance per Brand", statOrderKey = "4875", statOrder = { 4875 }, level = 1, group = "CriticalStrikeChancePerBrand", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "critical" }, }, + ["MaximumDoomUnique__1___"] = { affix = "", "Hexes you inflict have +15 to maximum Doom", statOrderKey = "4935", statOrder = { 4935 }, level = 1, group = "MaximumDoom", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, }, + ["DamageAgainstMarkedEnemiesUnique__1"] = { affix = "", "(30-50)% increased Damage with Hits and Ailments against Marked Enemy", statOrderKey = "4964", statOrder = { 4964 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["MarkCastSpeedUnique__1"] = { affix = "", "Mark Skills have (10-15)% increased Cast Speed", statOrderKey = "1851", statOrder = { 1851 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed", "curse" }, }, + ["TransferMarkOnDeathUnique__1"] = { affix = "", "Your Mark transfers to another Enemy when Marked Enemy dies", statOrderKey = "8333", statOrder = { 8333 }, level = 1, group = "TransferMarkOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskEldritchBatteryUnique__1"] = { affix = "", "Life Recovery from Flasks also applies to Energy Shield during Flask Effect", "Eldritch Battery during Flask effect", statOrderKey = "554,760", statOrder = { 554, 760 }, level = 1, group = "FlaskBuffWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "flask", "resource", "life", "defences" }, }, + ["GrantsDeathWishUnique__1__"] = { affix = "", "Grants Level 20 Death Wish Skill", statOrderKey = "436", statOrder = { 436 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["EnemyTemporalChainsOnHitUnique__1"] = { affix = "", "Enemy Hits inflict Temporal Chains on you", statOrderKey = "5226", statOrder = { 5226 }, level = 1, group = "EnemyTemporalChainsOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainRageOnLosingTemporalChainsUnique__1__"] = { affix = "", "When you lose Temporal Chains you gain maximum Rage", statOrderKey = "5480", statOrder = { 5480 }, level = 1, group = "GainRageOnLosingTemporalChains", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ImmuneToCursesWithRageUnique__1"] = { affix = "", "Immune to Curses while you have at least 25 Rage", statOrderKey = "5836", statOrder = { 5836 }, level = 1, group = "ImmuneToCursesWithRage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WeaponCritChanceOverrideUnique__1__"] = { affix = "", "Critical Strike Chance is (20-30)% for Hits with this Weapon", statOrderKey = "6562", statOrder = { 6562 }, level = 1, group = "WeaponCritChanceIs", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["NoIntelligenceUnique__1_"] = { affix = "", "You have no Intelligence", statOrderKey = "5876", statOrder = { 5876 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["FlaskLifeRecoveryAlliesUnique__1_"] = { affix = "", "100% of Life Recovery from Flasks is applied to nearby Allies instead of You", statOrderKey = "5942", statOrder = { 5942 }, level = 1, group = "FlaskLifeRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["DamageIfConsumedCorpseUnique__1__"] = { affix = "", "(20-40)% increased Damage if you have Consumed a corpse Recently", statOrderKey = "3814", statOrder = { 3814 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["HexExpiresMaxDoomUnique__1"] = { affix = "", "Hexes expire 0.5 seconds after reaching maximum Doom", statOrderKey = "5782", statOrder = { 5782 }, level = 48, group = "HexExpiresMaxDoom", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, + ["DoubleDoomEffectUnique__1"] = { affix = "", "Hexes you inflict have their Effect increased by twice their Doom instead", statOrderKey = "5119", statOrder = { 5119 }, level = 1, group = "DoubleDoomEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HexDoomGainUnique__1"] = { affix = "", "Hexes have (-20-20)% reduced Doom gain rate", statOrderKey = "5775", statOrder = { 5775 }, level = 1, group = "HexDoomGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalAddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "(1-2) to (36-40) Lightning Damage per Power Charge", statOrderKey = "7335", statOrder = { 7335 }, level = 1, group = "AddedLightningDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HasMassiveShrineBuffUnique__1"] = { affix = "", "You have Lesser Massive Shrine Buff", statOrderKey = "5573", statOrder = { 5573 }, level = 1, group = "HasShrineBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["HasBrutalShrineBuffUnique__1"] = { affix = "", "You have Lesser Brutal Shrine Buff", statOrderKey = "5572", statOrder = { 5572 }, level = 1, group = "HasShrineBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedSkillsDoubleDamageUnique__1_"] = { affix = "", "Socketed Skills deal Double Damage", statOrderKey = "340", statOrder = { 340 }, level = 1, group = "SocketedSkillsDoubleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TotalRecoveryLifeLeechDoubledUnique__1"] = { affix = "", "Total Recovery per second from Life Leech is Doubled", statOrderKey = "8139", statOrder = { 8139 }, level = 55, group = "LifeLeechSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DamageLeechWith5ChargesUnique__1"] = { affix = "", "0.5% of Damage Leeched as Life while you have at least 5 total Endurance, Frenzy and Power Charges", statOrderKey = "5927", statOrder = { 5927 }, level = 1, group = "LifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReflectElementalAilmentsToSelfUnique__1"] = { affix = "", "Elemental Ailments you inflict are Reflected to you", statOrderKey = "5139", statOrder = { 5139 }, level = 1, group = "ReflectElementalAilmentsToSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ProlifElementalAilmentsFromSelfUnique__1__"] = { affix = "", "Elemental Ailments inflicted on you spread to Enemies in a radius of 25", statOrderKey = "5138", statOrder = { 5138 }, level = 1, group = "ProlifElementalAilmentsFromSelf", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamagePerPowerChargeUnique__1"] = { affix = "", "(3-5)% increased Elemental Damage per Power charge", statOrderKey = "5152", statOrder = { 5152 }, level = 1, group = "ElementalDamagePerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["LosePowerChargesOnBlockUnique__1"] = { affix = "", "Lose all Power Charges when you Block", statOrderKey = "6567", statOrder = { 6567 }, level = 1, group = "LosePowerChargesOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainPowerChargesNotLostRecentlyUnique__1_"] = { affix = "", "Gain a Power Charge every Second if you haven't lost Power Charges Recently", statOrderKey = "5509", statOrder = { 5509 }, level = 1, group = "GainPowerChargesNotLostRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemQualityUnique__1"] = { affix = "", "+(30-50)% to Quality of Socketed Gems", statOrderKey = "81", statOrder = { 81 }, level = 1, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["SocketedGemQualityUnique__2_"] = { affix = "", "+30% to Quality of Socketed Gems", statOrderKey = "81", statOrder = { 81 }, level = 57, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["NearbyEnemiesAreBlindedPhysicalAegisUnique__1"] = { affix = "", "Nearby Enemies are Blinded while Physical Aegis is not depleted", statOrderKey = "7471", statOrder = { 7471 }, level = 1, group = "NearbyEnemiesAreBlinded", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeChanceWithoutPhysicalAegisUnique__1"] = { affix = "", "(50-70)% increased Critical Strike Chance while Physical Aegis is depleted", statOrderKey = "4888", statOrder = { 4888 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackAndCastSpeedWithoutPhysicalAegisUnique__1"] = { affix = "", "(8-15)% increased Attack and Cast Speed while Physical Aegis is depleted", statOrderKey = "4190", statOrder = { 4190 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellsGainIntensityUnique__1"] = { affix = "", "Spells which have gained Intensity Recently gain 1 Intensity every 500 Seconds", statOrderKey = "7896", statOrder = { 7896 }, level = 1, group = "SpellsIntensityModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SpellsLoseIntensityUnique__1"] = { affix = "", "Spells which have gained Intensity Recently lose 1 Intensity every 500 Seconds", statOrderKey = "7897", statOrder = { 7897 }, level = 1, group = "SpellsIntensityModifier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeChancePerIntensityUnique__1"] = { affix = "", "Spells have 10% reduced Critical Strike Chance per Intensity", statOrderKey = "4878", statOrder = { 4878 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CriticalStrikeChancePerIntensityUnique__2"] = { affix = "", "Spells have 30% increased Critical Strike Chance per Intensity", statOrderKey = "4878", statOrder = { 4878 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeFlaskPassiveChargeGainUnique__1_"] = { affix = "", "Life Flasks gain 1 Charge every 3 seconds", statOrderKey = "5915", statOrder = { 5915 }, level = 1, group = "LifeFlaskPassiveChargeGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamageLowestResistUnique__1"] = { affix = "", "Elemental Damage you Deal with Hits is Resisted by lowest Elemental Resistance instead", statOrderKey = "5157", statOrder = { 5157 }, level = 1, group = "ElementalDamageLowestResist", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental" }, }, + ["ReducedAttackSpeedWhilePhasingUnique__1"] = { affix = "", "30% reduced Attack Speed while Phasing", statOrderKey = "4255", statOrder = { 4255 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["PhysicalDamageAddedAsRandomWhileIgnitedUnique__1"] = { affix = "", "Gain (30-40)% of Physical Damage as Extra Damage of a random Element while you are Ignited", statOrderKey = "7580", statOrder = { 7580 }, level = 1, group = "PhysicalDamageAddedAsRandomWhileIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalPenetrationWhileChilledUnique__1___"] = { affix = "", "Damage Penetrates (8-10)% Elemental Resistances while you are Chilled", statOrderKey = "5174", statOrder = { 5174 }, level = 1, group = "ElementalPenetrationWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalDamageLuckyWhileShockedUnique__1__"] = { affix = "", "Elemental Damage with Hits is Lucky while you are Shocked", statOrderKey = "5140", statOrder = { 5140 }, level = 1, group = "ElementalDamageLuckyWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DischargeThresholdJewel__1"] = { affix = "", "With at least 40 Intelligence in Radius, Discharge has 60% less Area of Effect", "With at least 40 Intelligence in Radius, Discharge Cooldown is 250 ms", "With at least 40 Intelligence in Radius, Discharge deals 60% less Damage", statOrderKey = "6503,6504,6505", statOrder = { 6503, 6504, 6505 }, level = 1, group = "PassiveJewelGrantsRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["DisplaySupportedByUnleashUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Unleash", statOrderKey = "198", statOrder = { 198 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["CanHaveEveryInfluenceTypeImplicitE1"] = { affix = "", "Implicit Modifiers Cannot Be Changed", "Has Elder, Shaper and all Conqueror Influences", statOrderKey = "14,6431", statOrder = { 14, 6431 }, level = 87, group = "HasEveryInfluenceType", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["WarcriesExertAnAdditionalAttackImplicitE1_"] = { affix = "", "Warcries Exert 1 additional Attack", statOrderKey = "8267", statOrder = { 8267 }, level = 1, group = "WarcriesExertAnAdditionalAttack", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["UniqueSecretBladeGrantHiddenBlade"] = { affix = "", "Trigger Level 20 Unseen Strike every 0.5 seconds while Phasing", statOrderKey = "488", statOrder = { 488 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LifeRecoveryRateUnique__1"] = { affix = "", "(20-25)% increased Life Regeneration rate", statOrderKey = "1242", statOrder = { 1242 }, level = 1, group = "LifeRegenerationRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldRegenerationWhileShockedUnique__1"] = { affix = "", "Regenerate 5% of Energy Shield per second while Shocked", statOrderKey = "2611", statOrder = { 2611 }, level = 1, group = "EnergyShieldRegenerationWhileShocked", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["StrUniqueShieldTriggerShieldShatterOnBlock"] = { affix = "", "Trigger Level 20 Shield Shatter when you Block", statOrderKey = "510", statOrder = { 510 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["UniqueStaffTriggerAtziriStormCall__1____"] = { affix = "", "Queen's Demand can Trigger Level 20 Storm of Judgement", statOrderKey = "506", statOrder = { 506 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["UniqueStaffTriggerAtziriStormFlameblast__1"] = { affix = "", "Queen's Demand can Trigger Level 20 Flames of Judgement", statOrderKey = "505", statOrder = { 505 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["UniqueStaffGrantQueensDemand___"] = { affix = "", "Grants Level 20 Queen's Demand Skill", statOrderKey = "464", statOrder = { 464 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["UniqueWandGrantsBloodSacrament__1"] = { affix = "", "Grants Level 1 Blood Sacrament Skill", statOrderKey = "397", statOrder = { 397 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ImmuneToChillUnique__1"] = { affix = "", "Immune to Chill", statOrderKey = "2484", statOrder = { 2484 }, level = 1, group = "ImmuneToChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ImmuneToChillUnique__2__"] = { affix = "", "Immune to Chill", statOrderKey = "2484", statOrder = { 2484 }, level = 1, group = "ImmuneToChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ColdDamageCannotFreeze"] = { affix = "", "Your Cold Damage cannot Freeze", statOrderKey = "2475", statOrder = { 2475 }, level = 1, group = "ColdDamageCannotFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["FasterIgniteDamageUnique__1"] = { affix = "", "Ignites you inflict deal Damage (35-45)% faster", statOrderKey = "2184", statOrder = { 2184 }, level = 1, group = "FasterDamageAilments", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["MaximumLifeLeechRateUnique__1"] = { affix = "", "40% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1378", statOrder = { 1378 }, level = 80, group = "MaximumLeechRate", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["FleshAndStoneManaReservationUnique__1_"] = { affix = "", "Flesh and Stone has no Reservation", statOrderKey = "5396", statOrder = { 5396 }, level = 1, group = "FleshAndStoneManaReservation", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KeystoneHollowPalmTechniqueUnique__1"] = { affix = "", "Hollow Palm Technique", statOrderKey = "8395", statOrder = { 8395 }, level = 1, group = "KeystoneHollowPalmTechnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, }, + ["ElusiveEffectUnique__1"] = { affix = "", "(10-30)% increased Elusive Effect", statOrderKey = "5188", statOrder = { 5188 }, level = 1, group = "ElusiveEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MovementSpeedIfHitRecentlyUnique__1_"] = { affix = "", "10% increased Movement Speed if you've Hit an Enemy Recently", statOrderKey = "7445", statOrder = { 7445 }, level = 1, group = "MovementSpeedIfHitRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["GrantsWintertideBrandUnique__1"] = { affix = "", "Grants Level 22 Wintertide Brand Skill", statOrderKey = "426", statOrder = { 426 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["WintertideBrandChillEffectUnique__1_"] = { affix = "", "Wintertide Brand has (20-30)% increased Chill Effect", statOrderKey = "8280", statOrder = { 8280 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidPoisonUnique__1"] = { affix = "", "25% chance to Avoid being Poisoned", statOrderKey = "1493", statOrder = { 1493 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["PhysicalDamageCanFreezeUnique__1_"] = { affix = "", "Your Physical Damage can Freeze", statOrderKey = "2470", statOrder = { 2470 }, level = 1, group = "PhysicalDamageCanFreeze", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "elemental", "cold", "ailment" }, }, + ["ElusiveOnCriticalStrikeUnique__1"] = { affix = "", "Gain Elusive on Critical Strike", statOrderKey = "3840", statOrder = { 3840 }, level = 1, group = "ElusiveOnCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["SupportedByArrowNovaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Arrow Nova", statOrderKey = "176", statOrder = { 176 }, level = 1, group = "SupportedByArrowNova", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["CriticalStrikeChanceAgainstBleedingEnemiesUnique__1"] = { affix = "", "(100-150)% increased Critical Strike Chance against Bleeding Enemies", statOrderKey = "2772", statOrder = { 2772 }, level = 1, group = "CriticalStrikeChanceAgainstBleedingEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["DealNoColdDamageUnique__1"] = { affix = "", "Deal no Cold Damage", statOrderKey = "2382", statOrder = { 2382 }, level = 1, group = "DealNoColdDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["OneHandedMeleeCriticalStrikeMultiplierUnique__1"] = { affix = "", "+(60-100)% to Critical Strike Multiplier with One Handed Melee Weapons", statOrderKey = "1168", statOrder = { 1168 }, level = 1, group = "MeleeTypeCritMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["PhysicalDamageTakenAsChaosUnique__1"] = { affix = "", "10% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2072", statOrder = { 2072 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, + ["ChanceToBeFrozenShockedIgnitedUnique__1"] = { affix = "", "+10% chance to be Frozen, Shocked and Ignited", statOrderKey = "2537", statOrder = { 2537 }, level = 1, group = "ChanceToBeFrozenShockedIgnited", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["CallOfSteelAreaOfEffectUnique__1"] = { affix = "", "Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect", statOrderKey = "8014", statOrder = { 8014 }, level = 1, group = "CallOfSteelAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelAreaOfEffectUnique__2___"] = { affix = "", "Call of Steel deals Reflected Damage with (40-50)% increased Area of Effect", statOrderKey = "8014", statOrder = { 8014 }, level = 1, group = "CallOfSteelAreaOfEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelReflectDamageUnique__1"] = { affix = "", "Call of Steel causes (20-25)% increased Reflected Damage", statOrderKey = "8016", statOrder = { 8016 }, level = 1, group = "CallOfSteelReflectDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelReflectDamageUnique__2"] = { affix = "", "Call of Steel causes (20-25)% increased Reflected Damage", statOrderKey = "8016", statOrder = { 8016 }, level = 1, group = "CallOfSteelReflectDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelUseSpeedUnique__1"] = { affix = "", "Call of Steel has (80-100)% increased Use Speed", statOrderKey = "8015", statOrder = { 8015 }, level = 1, group = "CallOfSteelUseSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CallOfSteelUseSpeedUnique__2"] = { affix = "", "Call of Steel has (80-100)% increased Use Speed", statOrderKey = "8015", statOrder = { 8015 }, level = 1, group = "CallOfSteelUseSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SecretsOfSufferingKeystoneSceptreImplicit1"] = { affix = "", "Secrets of Suffering", statOrderKey = "8411", statOrder = { 8411 }, level = 1, group = "SecretsOfSufferingKeystone", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ManaCostTotalNonChannelledUnique__1__"] = { affix = "", "Non-Channelling Skills have -9 to Total Mana Cost", statOrderKey = "7892", statOrder = { 7892 }, level = 1, group = "IncreaseFlatManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_mana_cost_mod", }, modTags = { "resource", "mana" }, }, + ["TriggerFlameDashOnSocketedSkillUseImplicitE1"] = { affix = "", "Trigger Level 10 Flame Dash when you use a Socketed Skill", statOrderKey = "514", statOrder = { 514 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggerFlameDashOnSocketedSkillUseImplicitE2"] = { affix = "", "Trigger Level 20 Flame Dash when you use a Socketed Skill", statOrderKey = "514", statOrder = { 514 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggerFlameDashOnSocketedSkillUseImplicitE3_"] = { affix = "", "Trigger Level 30 Flame Dash when you use a Socketed Skill", statOrderKey = "514", statOrder = { 514 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainRandomChargeEvery6SecondsImplicitE1"] = { affix = "", "Gain an Endurance, Frenzy or Power Charge every 6 seconds", statOrderKey = "5430", statOrder = { 5430 }, level = 1, group = "GainRandomChargesEvery6Seconds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE1"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(66-80) to maximum Energy Shield", statOrderKey = "360,1224", statOrder = { 360, 1224 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE2"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(100-120) to maximum Energy Shield", statOrderKey = "360,1224", statOrder = { 360, 1224 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnergyShieldLocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkillsImplicitE3"] = { affix = "", "Spend Energy Shield before Mana for Costs of Socketed Skills", "+(140-165) to maximum Energy Shield", statOrderKey = "360,1224", statOrder = { 360, 1224 }, level = 1, group = "LocalDisplaySpendEnergyShieldForCostsBeforeManaForSocketedSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackCriticalStrikesIgnoreElementalResistancesImplicitE1"] = { affix = "", "Attack Critical Strikes ignore Enemy Monster Elemental Resistances", statOrderKey = "4208", statOrder = { 4208 }, level = 1, group = "AttackCriticalStrikesIgnoreElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalMaximumQualityImplicitE1"] = { affix = "", "+20% to Maximum Quality", statOrderKey = "6472", statOrder = { 6472 }, level = 1, group = "LocalMaximumQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CannotUseFlaskInFifthSlotImplicitE1_"] = { affix = "", "Flasks applied to you have 20% increased Effect", "Can't use Flask in Fifth Slot", statOrderKey = "2332,4614", statOrder = { 2332, 4614 }, level = 30, group = "CannotUseFlaskInFifthSlot", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumPowerandEnduranceChargesImplicitE1"] = { affix = "", "+1 to Maximum Power Charges and Maximum Endurance Charges", statOrderKey = "7277", statOrder = { 7277 }, level = 1, group = "MaximumPowerandEnduranceCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonTauntingContraptionOnFlaskUseImplicitE1"] = { affix = "", "Trigger Level 20 Summon Taunting Contraption when you use a Flask", statOrderKey = "525", statOrder = { 525 }, level = 70, group = "SummonTauntingContraptionOnFlaskUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionChanceToMaimOnHitUnique__1_"] = { affix = "", "Minions have 5% chance to Maim Enemies on Hit with Attacks", statOrderKey = "7387", statOrder = { 7387 }, level = 1, group = "MinionChanceToMaimOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "minion" }, }, + ["PhysicalDamagePercentAddedAsChaosPerElderItemUnique__1"] = { affix = "", "Gain (3-5)% of Physical Damage as Extra Chaos Damage per Elder Item Equipped", statOrderKey = "5498", statOrder = { 5498 }, level = 1, group = "PhysicalDamagePercentAddedAsChaosPerElderItem", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["AddedChaosDamageToAttacksPer50StrengthUnique__1"] = { affix = "", "Adds 1 to 80 Chaos Damage to Attacks per 80 Strength", statOrderKey = "7322", statOrder = { 7322 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["CannotDealNonChaosDamageUnique__1_"] = { affix = "", "Cannot deal non-Chaos Damage", statOrderKey = "5049", statOrder = { 5049 }, level = 1, group = "CannotDealNonChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["TravelSkillMoreDamageUnique__1"] = { affix = "", "Socketed Travel Skills deal 80% more Damage", statOrderKey = "346", statOrder = { 346 }, level = 1, group = "TravelSkillMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["DamageTakenWhilePhasingUnique__1"] = { affix = "", "10% increased Damage taken while Phasing", statOrderKey = "5036", statOrder = { 5036 }, level = 1, group = "DamageTakenWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ProjectilesChainWhilePhasingUnique__1_"] = { affix = "", "Projectiles Chain +1 times while you have Phasing", statOrderKey = "7508", statOrder = { 7508 }, level = 1, group = "ProjectilesChainWhilePhasing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Minions gain 20% of Physical Damage as Extra Fire Damage", statOrderKey = "7396", statOrder = { 7396 }, level = 1, group = "MinionPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "has_damage_taken_as_mod", "physical", "elemental", "fire", "minion" }, }, + ["ChaosDamageCanIgniteUnique__1"] = { affix = "", "Your Chaos Damage can Ignite", statOrderKey = "4317", statOrder = { 4317 }, level = 1, group = "ChaosDamageCanIgnite", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "chaos_damage", "poison", "damage", "elemental", "fire", "chaos", "ailment" }, }, + ["ChanceToIgniteWithChaosSkillsUnique__1"] = { affix = "", "Chaos Skills have 20% chance to Ignite", statOrderKey = "4733", statOrder = { 4733 }, level = 1, group = "ChanceToIgniteWithChaosSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "fire", "chaos", "ailment" }, }, + ["UniqueVolkuursGuidanceIgniteDurationFinal"] = { affix = "", "50% less Ignite Duration", statOrderKey = "8221", statOrder = { 8221 }, level = 1, group = "UniqueVolkuursGuidanceIgniteDurationFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ManaRegenerationAuraUnique__1"] = { affix = "", "30% increased Mana Regeneration Rate", "You and nearby Allies have 30% increased Mana Regeneration Rate", statOrderKey = "1248,6401", statOrder = { 1248, 6401 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["AvoidPhysicalDamageWhilePhasingUnique__1"] = { affix = "", "+(8-15)% chance to Avoid Physical Damage from Hits while Phasing", statOrderKey = "4286", statOrder = { 4286 }, level = 1, group = "AvoidPhysicalDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["GrantsAlliesFrenzyChargeOnKillUnique__1_"] = { affix = "", "10% chance to grant a Frenzy Charge to nearby Allies on Kill", statOrderKey = "4694", statOrder = { 4694 }, level = 1, group = "GrantsAlliesFrenzyChargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["GrantsAlliesEnduranceChargeOnHitUnique__1"] = { affix = "", "5% chance to grant an Endurance Charge to nearby Allies on Hit", statOrderKey = "4693", statOrder = { 4693 }, level = 1, group = "GrantsAlliesEnduranceChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["ChanceToImpaleWithSpellsUnique__1"] = { affix = "", "20% chance to Impale on Spell Hit", statOrderKey = "7986", statOrder = { 7986 }, level = 1, group = "ChanceToImpaleWithSpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "caster" }, }, + ["ImpaleEffectUnique__1"] = { affix = "", "20% increased Impale Effect", statOrderKey = "5851", statOrder = { 5851 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["ImpaleEffectUnique__2"] = { affix = "", "5% increased Impale Effect", statOrderKey = "5851", statOrder = { 5851 }, level = 1, group = "ImpaleEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["AttackDamagePer450ArmourUnique__1__"] = { affix = "", "1% increased Attack Damage per 450 Armour", statOrderKey = "4216", statOrder = { 4216 }, level = 1, group = "AttackDamagePer450Armour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack" }, }, + ["ZombiesTakeFireDamagePerSecondUnique__1_"] = { affix = "", "Raised Zombies take (15-30)% of their Maximum Life per second as Fire Damage", statOrderKey = "7733", statOrder = { 7733 }, level = 1, group = "ZombiesTakeFireDamagePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["ZombiesHaveAvatarOfFireUnique__1"] = { affix = "", "Raised Zombies have Avatar of Fire", statOrderKey = "7734", statOrder = { 7734 }, level = 1, group = "ZombiesHaveAvatarOfFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["ZombiesCoverInAshOnHitUnique__1"] = { affix = "", "Raised Zombies Cover Enemies in Ash on Hit", statOrderKey = "7732", statOrder = { 7732 }, level = 1, group = "ZombiesCoverInAshOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["LifeLeechPermyriadOnFrozenEnemiesUnique__1"] = { affix = "", "1% of Damage against Frozen Enemies Leeched as Life", statOrderKey = "1343", statOrder = { 1343 }, level = 1, group = "LifeLeechOnFrozenEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnduranceChargeIfAttackFreezesUnique__1"] = { affix = "", "Gain an Endurance Charge if an Attack Freezes an Enemy", statOrderKey = "5458", statOrder = { 5458 }, level = 1, group = "EnduranceChargeIfAttackFreezes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge", "elemental", "cold", "attack", "ailment" }, }, + ["PowerChargeOnHittingFrozenEnemyUnique__1"] = { affix = "", "50% chance to gain a Power Charge when you Hit a Frozen Enemy", statOrderKey = "5505", statOrder = { 5505 }, level = 1, group = "PowerChargeOnHittingFrozenEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["TakeColdDamageOnMaximumPowerChargesUnique__1____"] = { affix = "", "Take 500 Cold Damage on reaching Maximum Power Charges", statOrderKey = "7824", statOrder = { 7824 }, level = 1, group = "TakeColdDamageOnMaximumPowerCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["MovementVelocityWhileChilledUnique__1_"] = { affix = "", "(10-20)% increased Movement Speed while Chilled", statOrderKey = "7469", statOrder = { 7469 }, level = 1, group = "MovementVelocityWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AttackSpeedWhileChilledUnique__1"] = { affix = "", "(10-20)% increased Attack Speed while Chilled", statOrderKey = "4253", statOrder = { 4253 }, level = 1, group = "AttackSpeedWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "speed" }, }, + ["CastSpeedWhileChilledUnique__1"] = { affix = "", "(10-20)% increased Cast Speed while Chilled", statOrderKey = "4624", statOrder = { 4624 }, level = 1, group = "CastSpeedWhileChilled", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "speed" }, }, + ["ReflectFireDamageOnBlockUnique__1___"] = { affix = "", "Reflects (22-44) Fire Damage to Attackers on Block", statOrderKey = "5355", statOrder = { 5355 }, level = 1, group = "ReflectFireDamageOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "elemental_damage", "damage", "elemental", "fire" }, }, + ["DealNoDamageWhenNotOnLowLifeUnique__1"] = { affix = "", "Deal no Damage when not on Low Life", statOrderKey = "5047", statOrder = { 5047 }, level = 1, group = "DealNoDamageWhenNotOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["TriggeredFieryImpactOnHitWithWeaponImplicitE1"] = { affix = "", "Trigger Level 10 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "513", statOrder = { 513 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggeredFieryImpactOnHitWithWeaponImplicitE2_"] = { affix = "", "Trigger Level 15 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "513", statOrder = { 513 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TriggeredFieryImpactOnHitWithWeaponImplicitE3"] = { affix = "", "Trigger Level 20 Fiery Impact on Melee Hit with this Weapon", statOrderKey = "513", statOrder = { 513 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixImplicitE1__"] = { affix = "", "-1 Prefix Modifier allowed", "+1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", statOrderKey = "9,10,14", statOrder = { 9, 10, 14 }, level = 30, group = "MaxPrefixMaxSuffix", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixImplicitE2_"] = { affix = "", "+1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", statOrderKey = "9,10,14", statOrder = { 9, 10, 14 }, level = 30, group = "MaxPrefixMaxSuffix", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaxPrefixMaxSuffixModEffectImplicitE1"] = { affix = "", "-1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", "Implicit Modifiers Cannot Be Changed", "25% increased Explicit Modifier magnitudes", statOrderKey = "9,10,14,22", statOrder = { 9, 10, 14, 22 }, level = 30, group = "MaxPrefixMaxSuffixModEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalAllDamageCanPoisonImplicitE1_"] = { affix = "", "All Damage from Hits with This Weapon can Poison", statOrderKey = "2091", statOrder = { 2091 }, level = 1, group = "LocalAllDamageCanPoison", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToInflictScorchOnEnemyOnBlockImplicitE1"] = { affix = "", "Scorch Enemies when you Block their Damage", statOrderKey = "4701", statOrder = { 4701 }, level = 1, group = "ChanceToInflictScorchOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToInflictBrittleOnEnemyOnBlockImplicitE1"] = { affix = "", "Inflict Brittle on Enemies when you Block their Damage", statOrderKey = "4699", statOrder = { 4699 }, level = 1, group = "ChanceToInflictBrittleOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChanceToInflictSapOnEnemyOnBlockImplicitE1"] = { affix = "", "Sap Enemies when you Block their Damage", statOrderKey = "4700", statOrder = { 4700 }, level = 1, group = "ChanceToInflictSapOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ItemNecroticFootprintsUnique__1s"] = { affix = "", "Necrotic Footprints", statOrderKey = "7483", statOrder = { 7483 }, level = 1, group = "ItemFootprints", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChaosResistanceWhileStationaryUnique__1"] = { affix = "", "+30% to Chaos Resistance while stationary", statOrderKey = "4723", statOrder = { 4723 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["PowerChargeOnHitWhilePoisonedUnique__1"] = { affix = "", "Gain a Power Charge on Hit while Poisoned", statOrderKey = "4003", statOrder = { 4003 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["MovementSpeedWhilePoisonedUnique__1"] = { affix = "", "15% increased Movement Speed while Poisoned", statOrderKey = "7462", statOrder = { 7462 }, level = 1, group = "MovementSpeedWhilePoisoned", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["ChanceToBePoisonedBySpellsUnique__1_"] = { affix = "", "50% chance for Spell Hits against you to inflict Poison", statOrderKey = "7963", statOrder = { 7963 }, level = 1, group = "ChanceToBePoisonedBySpells", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SpiritMinionRefreshOnUniqueHitUnique__1"] = { affix = "", "Summoned Phantasms have 10% chance to refresh their Duration when they Hit a Unique Enemy", "Summoned Raging Spirits have 10% chance to refresh their Duration when they Hit a Unique Enemy", statOrderKey = "7564,7722", statOrder = { 7564, 7722 }, level = 1, group = "SpiritMinionRefreshOnUniqueHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["MovementVelocityPerPowerChargeUnique__1__"] = { affix = "", "5% increased Movement Speed per Power Charge", statOrderKey = "7454", statOrder = { 7454 }, level = 1, group = "MovementVelocityPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge" }, }, + ["LifeRegenerationPerPowerChargeUnique__1__"] = { affix = "", "Regenerate 0.5% of Life per second per Power Charge", statOrderKey = "5969", statOrder = { 5969 }, level = 1, group = "LifeRegenerationPerPowerCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["LocalFlaskAttackAndCastSpeedWhileHealingUnique__1"] = { affix = "", "(5-15)% increased Attack Speed during Flask effect", "(5-15)% increased Cast Speed during Flask effect", statOrderKey = "644,645", statOrder = { 644, 645 }, level = 1, group = "LocalFlaskAttackAndCastSpeedWhileHealing", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["IncreasedElementalResistancesUnique__1"] = { affix = "", "(18-22)% increased Elemental Resistances", statOrderKey = "5156", statOrder = { 5156 }, level = 1, group = "IncreasedElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["IncreasedElementalResistancesUnique__2_"] = { affix = "", "(60-70)% reduced Elemental Resistances", statOrderKey = "5156", statOrder = { 5156 }, level = 1, group = "IncreasedElementalResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["DefencesAreZeroUnique__1_"] = { affix = "", "Defences are Zero", statOrderKey = "5055", statOrder = { 5055 }, level = 1, group = "DefencesAreZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["ChaosResistanceIsZeroUnique__1"] = { affix = "", "Chaos Resistance is Zero", statOrderKey = "8357", statOrder = { 8357 }, level = 1, group = "ChaosResistanceIsZero", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, }, + ["ElementalDamageDuringFlaskEffectUnique__1"] = { affix = "", "30% increased Elemental Damage during any Flask Effect", statOrderKey = "3786", statOrder = { 3786 }, level = 1, group = "ElementalDamageDuringFlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, + ["SupportedByCastOnDamageTakenUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 12 Cast when Damage Taken", statOrderKey = "111", statOrder = { 111 }, level = 1, group = "SupportedByTrigger", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ShieldArmourIncreaseUnique__1"] = { affix = "", "50% increased Defences from Equipped Shield", statOrderKey = "1630", statOrder = { 1630 }, level = 1, group = "ShieldArmourIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["AddedFireDamageIfBlockedRecentlyUnique__1"] = { affix = "", "Adds 45 to 75 Fire Damage if you've Blocked Recently", statOrderKey = "3835", statOrder = { 3835 }, level = 1, group = "AddedFireDamageIfBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamagePer100LowestOfLifeOrManaUnique__1"] = { affix = "", "(3-4) to (7-8) added Fire Damage per 100 of Maximum Life or Maximum Mana, whichever is lower", statOrderKey = "7330", statOrder = { 7330 }, level = 1, group = "AddedFireDamagePer100LowestOfLifeOrMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["TauntedEnemiesTakeIncreasedDamage_"] = { affix = "", "Enemies Taunted by you take 10% increased Damage", statOrderKey = "2797", statOrder = { 2797 }, level = 1, group = "TauntedEnemiesTakeIncreasedDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["ChaosDamageCanChill"] = { affix = "", "Your Chaos Damage can Chill", statOrderKey = "2458", statOrder = { 2458 }, level = 1, group = "ChaosDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "poison", "elemental", "cold", "chaos", "ailment" }, }, + ["ElementalDamageIfCritRecently"] = { affix = "", "(120-150)% increased Elemental Damage if you've dealt a Critical Strike Recently", statOrderKey = "5146", statOrder = { 5146 }, level = 1, group = "ElementalDamageIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SupportedByMultiTotemUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Multiple Totems", statOrderKey = "163", statOrder = { 163 }, level = 1, group = "Supported", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["AttackAdditionalProjectilesUnique__1"] = { affix = "", "Attacks fire an additional Projectile", statOrderKey = "3757", statOrder = { 3757 }, level = 1, group = "AttackAdditionalProjectiles", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ExtraMaximumPhantasmsUnique__1"] = { affix = "", "+3 to maximum number of Summoned Phantasms", statOrderKey = "4351", statOrder = { 4351 }, level = 1, group = "ExtraMaximumPhantasms", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["ExtraRagingSpiritsUnique__1"] = { affix = "", "+6 to maximum number of Raging Spirits", statOrderKey = "1798", statOrder = { 1798 }, level = 1, group = "ExtraRagingSpirits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["HungryLoopSupportedByPinpoint"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Pinpoint", statOrderKey = "41,170", statOrder = { 41, 170 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["SpellBlockIfNotBlockedRecentlyUnique__1"] = { affix = "", "+75% Chance to Block Spell Damage if you have not Blocked Recently", statOrderKey = "4049", statOrder = { 4049 }, level = 1, group = "SpellBlockIfNotBlockedRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["LocalEnergyShieldRegenerationIfCritRecentlyUnique__1"] = { affix = "", "Regenerate 20% of Energy Shield per second if you've dealt a Critical Strike with this weapon Recently", statOrderKey = "6421", statOrder = { 6421 }, level = 1, group = "LocalEnergyShieldRegenerationIfCritRecently", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["ColdDamagePerMissingColdResistanceUnique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Missing Cold Resistance, up to a maximum of 300%", statOrderKey = "4782", statOrder = { 4782 }, level = 1, group = "ColdDamagePerMissingColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["FireDamagePerMissingFireResistanceUnique__1"] = { affix = "", "(15-20)% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300%", statOrderKey = "5347", statOrder = { 5347 }, level = 1, group = "FireDamagePerMissingFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HyrrisTruthHatredManaReservationFinalUnique__1"] = { affix = "", "Hatred has 100% increased Mana Reservation Efficiency", statOrderKey = "5577", statOrder = { 5577 }, level = 1, group = "HyrrisTruthHatredManaReservationFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["HatredManaReservationEfficiencyUnique__1__"] = { affix = "", "Hatred has 100% increased Mana Reservation Efficiency", statOrderKey = "5578", statOrder = { 5578 }, level = 1, group = "ReducedManaReservationsCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["GrantsHatredUnique__1__"] = { affix = "", "Grants Level 22 Hatred Skill", statOrderKey = "403", statOrder = { 403 }, level = 81, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["ColdDamageLifeLeechUnique__1"] = { affix = "", "(0.8-1)% of Cold Damage Leeched as Life", statOrderKey = "1331", statOrder = { 1331 }, level = 1, group = "ColdDamageLifeLeech", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["WingsOfEntropyMainHandAttackSpeedFinalUnique__1_"] = { affix = "", "(50-70)% more Main Hand attack speed", statOrderKey = "6581", statOrder = { 6581 }, level = 1, group = "WingsOfEntropyMainHandAttackSpeedFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["OffHandBaseCriticalStrikeChanceUnique__1"] = { affix = "", "+(8-10)% to Off Hand Critical Strike Chance", statOrderKey = "4031", statOrder = { 4031 }, level = 1, group = "OffHandBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlammabilityOnBlockChanceUnique__1"] = { affix = "", "Curse Enemies with Flammability on Block, with 20% increased Effect", statOrderKey = "2572", statOrder = { 2572 }, level = 1, group = "FlammabilityOnBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block", "curse" }, }, + ["AttackProjectilesForkUnique__1"] = { affix = "", "Projectiles from Attacks Fork", statOrderKey = "4235", statOrder = { 4235 }, level = 1, group = "AttackProjectilesFork", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AttackProjectilesForkExtraTimesUnique__1"] = { affix = "", "Projectiles from Attacks Fork an additional time", statOrderKey = "4236", statOrder = { 4236 }, level = 1, group = "AttackProjectilesForkExtraTimes", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ImpalePhysicalReductionPenaltyUnique__1"] = { affix = "", "Impale Damage dealt to Enemies Impaled by you Overwhelms 10% Physical Damage Reduction", statOrderKey = "2566", statOrder = { 2566 }, level = 1, group = "ImpalePhysicalReductionPenalty", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical" }, }, + ["MinionLargerAggroRadiusUnique__1"] = { affix = "", "Minions are Aggressive", statOrderKey = "8365", statOrder = { 8365 }, level = 1, group = "MinionLargerAggroRadius", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion" }, }, + ["HungryLoopSupportedByTrinity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trinity", statOrderKey = "41,196", statOrder = { 41, 196 }, level = 1, group = "HungryLoop", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["LoseLifePercentOnCritUnique__1"] = { affix = "", "Lose (10-15)% of Life when you deal a Critical Strike", statOrderKey = "6570", statOrder = { 6570 }, level = 1, group = "LoseLifePercentOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["LoseEnergyShieldPercentOnCritUnique__1"] = { affix = "", "Lose (10-15)% of Energy Shield when you deal a Critical Strike", statOrderKey = "6568", statOrder = { 6568 }, level = 1, group = "LoseEnergyShieldPercentOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences", "critical" }, }, + ["DamageOverTimeMultiplierIfCrit8SecondsUnique__1_"] = { affix = "", "+(40-60)% to Damage over Time Multiplier if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "5115", statOrder = { 5115 }, level = 1, group = "DamageOverTimeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["LifeRegenerationIfCrit8SecondsUnique__1"] = { affix = "", "(2-2.5)% of Life Regenerated per Second if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "5962", statOrder = { 5962 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "critical" }, }, + ["ArmourPerStrengthUnique__1_"] = { affix = "", "10% reduced Armour per 50 Strength", statOrderKey = "4143", statOrder = { 4143 }, level = 65, group = "IncreasedPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "armour", "defences" }, }, + ["EnemiesIgniteChaosDamageUnique__1"] = { affix = "", "Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite", statOrderKey = "5234", statOrder = { 5234 }, level = 62, group = "EnemiesIgniteChaosDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["EnemiesIgniteWitherNeverExpiresUnique__1"] = { affix = "", "Withered does not expire on Enemies Ignited by you", statOrderKey = "5235", statOrder = { 5235 }, level = 1, group = "EnemiesIgniteWitherNeverExpires", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["GrantsVampiricIconSkillUnique__1"] = { affix = "", "Grants Level 20 Thirst for Blood Skill", statOrderKey = "457", statOrder = { 457 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LocalBleedDamageOverTimeMultiplierUnique__1"] = { affix = "", "+(25-35)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon", statOrderKey = "6377", statOrder = { 6377 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SacrificialZealOnSkillUseUnique__1_"] = { affix = "", "Gain Sacrificial Zeal when you use a Skill, dealing you 150% of the Skill's Mana Cost as Physical Damage per Second", statOrderKey = "5513", statOrder = { 5513 }, level = 1, group = "SacrificialZeal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ArmourPenetrationSacrificialZealUnique__1"] = { affix = "", "Hits Overwhelm (10-15)% of Physical Damage Reduction while you have Sacrificial Zeal", statOrderKey = "7540", statOrder = { 7540 }, level = 1, group = "ArmourPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["RightRingMagicHexproofUnique__1"] = { affix = "", "You are Hexproof if you have a Magic Ring in right slot", statOrderKey = "5783", statOrder = { 5783 }, level = 1, group = "RightRingMagicHexproof", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "curse" }, }, + ["LeftRingMagicNoCritDamageUnique__1"] = { affix = "", "Take no Extra Damage from Critical Strikes if you have a Magic Ring in left slot", statOrderKey = "7831", statOrder = { 7831 }, level = 1, group = "LeftRingMagicNoCritDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["AnyRingMagicDamageExtraRollUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you have a Magic Ring Equipped", statOrderKey = "5241", statOrder = { 5241 }, level = 1, group = "AnyRingMagicDamageExtraRoll", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsApplyExposureReducedResistsImplicitR1"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "331,1282", statOrder = { 331, 1282 }, level = 15, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["SocketedGemsApplyExposureReducedResistsImplicitR2"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "331,1282", statOrder = { 331, 1282 }, level = 45, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["SocketedGemsApplyExposureReducedResistsImplicitR3___"] = { affix = "", "Socketed Skills apply Fire, Cold and Lightning Exposure on Hit", "-10% to all Elemental Resistances", statOrderKey = "331,1282", statOrder = { 331, 1282 }, level = 75, group = "SocketedGemsApplyExposureReducedResists", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR1"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "2079,4312", statOrder = { 2079, 4312 }, level = 20, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR2__"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "2079,4312", statOrder = { 2079, 4312 }, level = 50, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["ChanceToBlockAndDamageTakenFromBlockedHitsImplicitR3"] = { affix = "", "+(4-5)% Chance to Block Attack Damage", "You take 20% of Damage from Blocked Hits", statOrderKey = "2079,4312", statOrder = { 2079, 4312 }, level = 80, group = "ChanceToBlockAndDamageTakenFromBlockedHits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "block" }, }, + ["MovementSkillCooldownReducedMoveSpeedImplicitR1"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1444,7438", statOrder = { 1444, 7438 }, level = 20, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSkillCooldownReducedMoveSpeedImplicitR2_"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1444,7438", statOrder = { 1444, 7438 }, level = 50, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["MovementSkillCooldownReducedMoveSpeedImplicitR3_"] = { affix = "", "10% reduced Movement Speed", "(30-40)% increased Cooldown Recovery Rate of Movement Skills", statOrderKey = "1444,7438", statOrder = { 1444, 7438 }, level = 80, group = "MovementSkillCooldownReducedMoveSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR1_"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "4230,4541", statOrder = { 4230, 4541 }, level = 20, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR2_"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "4230,4541", statOrder = { 4230, 4541 }, level = 50, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["AddedLightningDamagePerAccuracyReducedAccuracyImplicitR3"] = { affix = "", "1 to (5-6) Added Attack Lightning Damage per 200 Accuracy Rating", "25% less Accuracy Rating", statOrderKey = "4230,4541", statOrder = { 4230, 4541 }, level = 80, group = "AddedLightningDamagePerAccuracyReducedAccuracy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MainHandOffHandDamage1_"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "960,961", statOrder = { 960, 961 }, level = 10, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MainHandOffHandDamage2"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "960,961", statOrder = { 960, 961 }, level = 40, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["MainHandOffHandDamage3_"] = { affix = "", "25% reduced Attack Damage with Main Hand", "(40-50)% increased Attack Damage with Off Hand", statOrderKey = "960,961", statOrder = { 960, 961 }, level = 70, group = "MainHandOffHandDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["GainManaOnManaPaidManaCost1"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "1245,4690", statOrder = { 1245, 4690 }, level = 10, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainManaOnManaPaidManaCost2"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "1245,4690", statOrder = { 1245, 4690 }, level = 40, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainManaOnManaPaidManaCost3____"] = { affix = "", "30% reduced maximum Mana", "(25-30)% chance when you pay a Skill's Cost to gain that much Mana", statOrderKey = "1245,4690", statOrder = { 1245, 4690 }, level = 70, group = "GainManaOnManaPaidManaCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["ExertedDamageWarcryCooldown1"] = { affix = "", "Exerted Attacks deal (25-30)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "5190,8265", statOrder = { 5190, 8265 }, level = 10, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ExertedDamageWarcryCooldown2"] = { affix = "", "Exerted Attacks deal (30-40)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "5190,8265", statOrder = { 5190, 8265 }, level = 40, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ExertedDamageWarcryCooldown3"] = { affix = "", "Exerted Attacks deal (40-50)% increased Damage", "Warcry Skills have +2 seconds to Cooldown", statOrderKey = "5190,8265", statOrder = { 5190, 8265 }, level = 70, group = "ExertedDamageWarcryCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["FortifyEffectCrushed1"] = { affix = "", "-15% additional Physical Damage Reduction", "You are Crushed", "+(2-3) to maximum Fortification", statOrderKey = "1903,6417,7247", statOrder = { 1903, 6417, 7247 }, level = 15, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FortifyEffectCrushed2_"] = { affix = "", "-15% additional Physical Damage Reduction", "You are Crushed", "+(2-3) to maximum Fortification", statOrderKey = "1903,6417,7247", statOrder = { 1903, 6417, 7247 }, level = 45, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FortifyEffectCrushed3_"] = { affix = "", "-15% additional Physical Damage Reduction", "You are Crushed", "+(2-3) to maximum Fortification", statOrderKey = "1903,6417,7247", statOrder = { 1903, 6417, 7247 }, level = 75, group = "FortifyEffectCrushed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AddedColdDamageColdPenetration1"] = { affix = "", "Adds (3-4) to (5-6) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "1043,2569", statOrder = { 1043, 2569 }, level = 15, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageColdPenetration2"] = { affix = "", "Adds (15-20) to (28-35) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "1043,2569", statOrder = { 1043, 2569 }, level = 45, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageColdPenetration3"] = { affix = "", "Adds (75-85) to (115-128) Cold Damage", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "1043,2569", statOrder = { 1043, 2569 }, level = 75, group = "AddedColdDamageColdPenetration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["GrantsUnhingeUnique__1"] = { affix = "", "Grants Level 20 Unhinge Skill", statOrderKey = "453", statOrder = { 453 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["PhysicalChaosDamageTakenNotUnhingedUnique__1_"] = { affix = "", "(30-40)% less Physical and Chaos Damage Taken while Sane", statOrderKey = "7571", statOrder = { 7571 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "physical", "chaos" }, }, + ["RegenerateLifeNotUnhingedUnique__1"] = { affix = "", "Regenerate 10% Life over one second when Hit while Sane", statOrderKey = "7778", statOrder = { 7778 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["CriticalStrikeChanceFinalUnhingedUnique__1"] = { affix = "", "(40-60)% more Critical Strike Chance while Insane", statOrderKey = "4866", statOrder = { 4866 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["EnemiesExplodeOnKillUnhingedUnique__1_"] = { affix = "", "Enemies Killed by your Hits are destroyed while Insane", statOrderKey = "5206", statOrder = { 5206 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["CurseAurasAffectYouUnique__1"] = { affix = "", "Curse Auras from Socketed Skills also affect you", statOrderKey = "328", statOrder = { 328 }, level = 70, group = "CurseAurasAffectYou", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem", "curse" }, }, + ["HitAndAilmentDamageCursedEnemiesUnique__1"] = { affix = "", "(15-25)% increased Damage with Hits and Ailments against Cursed Enemies", statOrderKey = "5793", statOrder = { 5793 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "curse" }, }, + ["ScorchedGroundWhileMovingUnique__1"] = { affix = "", "Drops Scorched Ground while moving, lasting 4 seconds", statOrderKey = "3864", statOrder = { 3864 }, level = 1, group = "ItemGrantsBuff", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["NearbyEnemiesAreScorchedUnique__1"] = { affix = "", "Nearby Enemies are Scorched", statOrderKey = "2980", statOrder = { 2980 }, level = 1, group = "NearbyEnemiesAreScorched", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ScorchEffectUnique__1"] = { affix = "", "(30-50)% increased Effect of Scorch", statOrderKey = "7817", statOrder = { 7817 }, level = 1, group = "ScorchEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["ScorchedEnemiesDegenExplodeUnique__1_"] = { affix = "", "(30-40)% chance when you Kill a Scorched Enemy to Burn Each surrounding", "Enemy for 4 seconds, dealing 8% of the Killed Enemy's Life as Fire Damage per second", statOrderKey = "7819,7819.1", statOrder = { 7819, 7819.1 }, level = 87, group = "ScorchedEnemiesDegenExplode", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["AttackSpeedFrenzyChargeNotGainedUnique__1"] = { affix = "", "(20-25)% increased Attack Speed if you haven't gained a Frenzy Charge Recently", statOrderKey = "4248", statOrder = { 4248 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "speed" }, }, + ["CriticalStrikeChancePowerChargeNotGainedUnique__1"] = { affix = "", "(60-80)% increased Critical Strike Chance if you haven't gained a Power Charge Recently", statOrderKey = "4872", statOrder = { 4872 }, level = 1, group = "CriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["ExtendFrenzyPowerChargeDurationCullUnique__1"] = { affix = "", "+3 seconds to Duration of Frenzy and Power Charges on Culling Strike", statOrderKey = "5410", statOrder = { 5410 }, level = 1, group = "ExtendChargeDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeGainOnCullUnique__1"] = { affix = "", "Gain (120-150) Life on Culling Strike", statOrderKey = "5923", statOrder = { 5923 }, level = 1, group = "LifeGainOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["ManaGainOnCullUnique__1_"] = { affix = "", "Gain (10-20) Mana on Culling Strike", statOrderKey = "6599", statOrder = { 6599 }, level = 1, group = "ManaGainOnCull", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, }, + ["GainBrutalChargesInsteadOfEnduranceUnique__1"] = { affix = "", "Gain Brutal Charges instead of Endurance Charges", statOrderKey = "5454", statOrder = { 5454 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainAfflictionChargesInsteadOfFrenzyUnique__1"] = { affix = "", "Gain Affliction Charges instead of Frenzy Charges", statOrderKey = "5436", statOrder = { 5436 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainAbsorptionChargesInsteadOfPowerUnique__1"] = { affix = "", "Gain Absorption Charges instead of Power Charges", statOrderKey = "5431", statOrder = { 5431 }, level = 85, group = "GainAlternateChargeInstead", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumBrutalChargesEqualsEnduranceUnique__1__"] = { affix = "", "Maximum Brutal Charges is equal to Maximum Endurance Charges", statOrderKey = "1453", statOrder = { 1453 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumAfflictionChargesEqualsFrenzyUnique__1"] = { affix = "", "Maximum Affliction Charges is equal to Maximum Frenzy Charges", statOrderKey = "1458", statOrder = { 1458 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumAbsorptionChargesEqualsPowerUnique__1_"] = { affix = "", "Maximum Absorption Charges is equal to Maximum Power Charges", statOrderKey = "1463", statOrder = { 1463 }, level = 1, group = "MaximumAlternateChargeEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinimumBrutalChargeModifiersEqualsEnduranceUnique__1"] = { affix = "", "Modifiers to Minimum Endurance Charges instead apply to Minimum Brutal Charges", statOrderKey = "1452", statOrder = { 1452 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinimumAfflictionChargeModifiersEqualsFrenzyUnique__1"] = { affix = "", "Modifiers to Minimum Frenzy Charges instead apply to Minimum Affliction Charges", statOrderKey = "1457", statOrder = { 1457 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinimumAbsorptionChargeModifiersEqualsPowerUnique__1"] = { affix = "", "Modifiers to Minimum Power Charges instead apply to Minimum Absorption Charges", statOrderKey = "1462", statOrder = { 1462 }, level = 1, group = "MinimumAlternateChargeModifiersEqualsBase", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MinionsCrazyOnCritUnique__1__"] = { affix = "", "Minions can hear the whispers for 5 seconds after they deal a Critical Strike", statOrderKey = "7414", statOrder = { 7414 }, level = 1, group = "MinionsCrazyOnCrit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, + ["MinionCriticalStrikeChanceMaximumPowerChargeUnique__1"] = { affix = "", "Minions have 50% increased Critical Strike Chance per Maximum Power Charge you have", statOrderKey = "7371", statOrder = { 7371 }, level = 1, group = "MinionCriticalStrikeChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "minion", "critical" }, }, + ["PhysicalDamageTakenAsLightningDescentTwoHandSword1"] = { affix = "", "50% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2070", statOrder = { 2070 }, level = 1, group = "PhysicalDamageTakenAsElement", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "has_damage_taken_as_mod", }, modTags = { "physical", "elemental", "lightning" }, }, + ["LocalDisplayYouAndNearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", "You and Nearby Allies have 30% increased Item Rarity", statOrderKey = "1260,1262", statOrder = { 1260, 1262 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__1"] = { affix = "", "Battlemage", statOrderKey = "8376", statOrder = { 8376 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__2_"] = { affix = "", "Battlemage", statOrderKey = "8376", statOrder = { 8376 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["BattlemageKeystoneUnique__3"] = { affix = "", "Battlemage", statOrderKey = "8376", statOrder = { 8376 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChainOffTerrainChancePerRangedAbyssJewelUnique__1__"] = { affix = "", "Projectiles have 4% chance to be able to Chain when colliding with terrain per", "Searching Eye Jewel affecting you, up to a maximum of 20%", statOrderKey = "7663,7663.1", statOrder = { 7663, 7663.1 }, level = 1, group = "ChainOffTerrainChancePerRangedAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MainHandCriticalStrikeChancePerMeleeAbyssJewelUnique__1"] = { affix = "", "20% increased Main Hand Critical Strike Chance per", "Murderous Eye Jewel affecting you, up to a maximum of 100%", statOrderKey = "6582,6582.1", statOrder = { 6582, 6582.1 }, level = 1, group = "MainHandCriticalStrikeChancePerMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["OffHandCriticalStrikeMultiplierPerMeleeAbyssJewelUnique__1__"] = { affix = "", "+10% to Off Hand Critical Strike Multiplier per", "Murderous Eye Jewel affecting you, up to a maximum of +50%", statOrderKey = "7532,7532.1", statOrder = { 7532, 7532.1 }, level = 1, group = "OffHandCriticalStrikeMultiplierPerMeleeAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["MinionDamageOverTimeMultiplierPerMinionAbyssJewelUnique__1"] = { affix = "", "Minions have +6% to Damage over Time Multiplier per", "Ghastly Eye Jewel affecting you, up to a maximum of +30%", statOrderKey = "7374,7374.1", statOrder = { 7374, 7374.1 }, level = 1, group = "MinionDamageOverTimeMultiplierPerMinionAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "minion" }, }, + ["ArcaneSurgeEffectPerCasterAbyssJewelUnique__1"] = { affix = "", "8% increased Effect of Arcane Surge on you per", "Hypnotic Eye Jewel affecting you, up to a maximum of 40%", statOrderKey = "2871,2871.1", statOrder = { 2871, 2871.1 }, level = 1, group = "ArcaneSurgeEffectPerCasterAbyssJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster" }, }, + ["MapAdditionalBlightEnchantment"] = { affix = "", "Area contains a Blight Encounter", statOrderKey = "7008", statOrder = { 7008 }, level = 1, group = "MapAdditionalBlightEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, tags = { "map_has_blight_encounter", }, modTags = { }, }, + ["MapAdditionalBreachEnchantment1"] = { affix = "", "Area can contain Breaches", "Area contains an additional Breach", statOrderKey = "2223,6726", statOrder = { 2223, 6726 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAdditionalBreachEnchantment2"] = { affix = "", "Area can contain Breaches", "Area contains 2 additional Breaches", statOrderKey = "2223,6726", statOrder = { 2223, 6726 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAdditionalBreachEnchantment3__"] = { affix = "", "Area can contain Breaches", "Area contains 3 additional Breaches", statOrderKey = "2223,6726", statOrder = { 2223, 6726 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MapAdditionalBreachEnchantment5"] = { affix = "", "Area can contain Breaches", "Area contains 5 additional Breaches", statOrderKey = "2223,6726", statOrder = { 2223, 6726 }, level = 1, group = "MapAdditionalBreachEnchantment", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GrantsCallOfSteelSkillUnique__1_"] = { affix = "", "Grants Call of Steel", statOrderKey = "432", statOrder = { 432 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["LocalVeiledModEffectUnique__1"] = { affix = "", "(60-90)% increased Unveiled Modifier magnitudes", statOrderKey = "21", statOrder = { 21 }, level = 85, group = "LocalVeiledModEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LocalFreezeAsThoughDealingMoreDamageUnique__1"] = { affix = "", "Hits with this Weapon Freeze Enemies as though dealing (150-200)% more Damage", statOrderKey = "6425", statOrder = { 6425 }, level = 1, group = "LocalFreezeAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, }, + ["LocalShockAsThoughDealingMoreDamageUnique__1"] = { affix = "", "Hits with this Weapon Shock Enemies as though dealing (150-200)% more Damage", statOrderKey = "6426", statOrder = { 6426 }, level = 1, group = "LocalShockAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "lightning", "attack", "ailment" }, }, + ["LocalWeaponMoreIgniteDamageUnique__1"] = { affix = "", "Ignites inflicted with this Weapon deal (50-75)% more Damage", statOrderKey = "6427", statOrder = { 6427 }, level = 1, group = "LocalWeaponMoreIgniteDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "fire", "attack", "ailment" }, }, + ["ChanceToThrowFourAdditionalTrapsUnique__1"] = { affix = "", "(4-6)% chance to throw up to 4 additional Traps", statOrderKey = "4709", statOrder = { 4709 }, level = 1, group = "ChanceToThrowFourAdditionalTraps", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainMaximumPowerChargesOnVaalSkillUseUnique__1"] = { affix = "", "Gain up to maximum Power Charges when you use a Vaal Skill", statOrderKey = "5485", statOrder = { 5485 }, level = 1, group = "GainMaximumPowerChargesOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "vaal" }, }, + ["GainRandomChargeOnVaalSkillUseUnique__1_"] = { affix = "", "Gain an Endurance Charge, Frenzy Charge, and Power Charge when you use a Vaal Skill", statOrderKey = "5477", statOrder = { 5477 }, level = 1, group = "GainRandomChargeOnVaalSkillUse", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "power_charge", "frenzy_charge", "endurance_charge", "vaal" }, }, + ["CountOnFullLifeWhileAffectedByVulnerabilityUnique__1"] = { affix = "", "You count as on Full Life while you are Cursed with Vulnerability", statOrderKey = "2701", statOrder = { 2701 }, level = 1, group = "CountOnFullLifeWhileAffectedByVulnerability", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["VaalAttacksUseRageInsteadOfSoulsUnique__1_"] = { affix = "", "Vaal Attack Skills you Use yourself Cost Rage instead of requiring Souls", statOrderKey = "2277", statOrder = { 2277 }, level = 90, group = "VaalAttacksUseRageInsteadOfSouls", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["CannotGainRageDuringSoulGainPreventionUnique__1__"] = { affix = "", "You cannot gain Rage during Soul Gain Prevention", statOrderKey = "4605", statOrder = { 4605 }, level = 1, group = "CannotGainRageDuringSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["SupportedByRageUnique__1__"] = { affix = "", "Socketed Gems are Supported by Level 30 Rage", statOrderKey = "175", statOrder = { 175 }, level = 1, group = "SupportedByMelee", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "support", "gem" }, }, + ["ReducedRageCostUnique__1"] = { affix = "", "(10-25)% reduced Rage Cost of Skills", statOrderKey = "1528", statOrder = { 1528 }, level = 1, group = "RageCost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeAndReducedFireResistanceUnique__1"] = { affix = "", "(30-40)% increased maximum Life and reduced Fire Resistance", statOrderKey = "1251", statOrder = { 1251 }, level = 1, group = "LifeAndReducedFireResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, + ["ManaAndReducedColdResistanceUnique__1"] = { affix = "", "(30-40)% increased maximum Mana and reduced Cold Resistance", statOrderKey = "1252", statOrder = { 1252 }, level = 1, group = "ManaAndReducedColdResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana", "elemental", "lightning", "resistance" }, }, + ["EnergyShieldAndReducedLightningResistanceUnique__1"] = { affix = "", "(30-40)% increased Global maximum Energy Shield and reduced Lightning Resistance", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "EnergyShieldAndReducedLightningResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences", "elemental", "cold", "resistance" }, }, + ["VaalSkillDamageUnique__1"] = { affix = "", "(80-120)% increased Damage with Vaal Skills", statOrderKey = "2677", statOrder = { 2677 }, level = 1, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "vaal" }, }, + ["VaalSoulGainPreventionUnique__1__"] = { affix = "", "(6-8)% reduced Soul Gain Prevention Duration", statOrderKey = "2688", statOrder = { 2688 }, level = 1, group = "VaalSoulGainPrevention", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "vaal" }, }, + ["LuckyCriticalsOnLowLifeUnique__1___"] = { affix = "", "Your Critical Strike Chance is Lucky while on Low Life", statOrderKey = "5319", statOrder = { 5319 }, level = 1, group = "LuckyCriticalsOnLowLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "critical" }, }, + ["UltimatumTrialDifficultyDamage2__"] = { affix = "", "10% increased Monster Damage", statOrderKey = "2008", statOrder = { 2008 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UltimatumTrialDifficultyDamage3"] = { affix = "", "20% increased Monster Damage", statOrderKey = "2008", statOrder = { 2008 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UltimatumTrialDifficultyDamage4_"] = { affix = "", "30% increased Monster Damage", statOrderKey = "2008", statOrder = { 2008 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UltimatumTrialDifficultyDamage5_"] = { affix = "", "50% increased Monster Damage", statOrderKey = "2008", statOrder = { 2008 }, level = 1, group = "MapMonsterDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage" }, }, + ["UltimatumTrialDifficultyLife2_"] = { affix = "", "30% more Monster Life", statOrderKey = "1996", statOrder = { 1996 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UltimatumTrialDifficultyLife3"] = { affix = "", "70% more Monster Life", statOrderKey = "1996", statOrder = { 1996 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UltimatumTrialDifficultyLife4_"] = { affix = "", "120% more Monster Life", statOrderKey = "1996", statOrder = { 1996 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["UltimatumTrialDifficultyLife5"] = { affix = "", "200% more Monster Life", statOrderKey = "1996", statOrder = { 1996 }, level = 1, group = "MapMonsterLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["EnergyShieldAdditiveModifiersInsteadApplyToWardUnique__"] = { affix = "", "Increases and Reductions to Maximum Energy Shield instead apply to Ward", statOrderKey = "5245", statOrder = { 5245 }, level = 1, group = "EnergyShieldAdditiveModifiersInsteadApplyToWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["GlobalAddedChaosDamageWardUnique__"] = { affix = "", "Gain Added Chaos Damage equal to 20% of Ward", statOrderKey = "1703", statOrder = { 1703 }, level = 1, group = "GlobalAddedChaosDamageWard", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos" }, }, + ["LocalIncreasedWardPercentUnique__1_"] = { affix = "", "(33-48)% increased Ward", statOrderKey = "1197", statOrder = { 1197 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentUnique__2"] = { affix = "", "(25-35)% increased Ward", statOrderKey = "1197", statOrder = { 1197 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentUnique__3"] = { affix = "", "(30-50)% increased Ward", statOrderKey = "1197", statOrder = { 1197 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentUnique__4_"] = { affix = "", "(50-80)% increased Ward", statOrderKey = "1197", statOrder = { 1197 }, level = 1, group = "DefencesPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["DamageBypassesWardPercentUnique__1"] = { affix = "", "75% of Damage taken bypasses Ward", statOrderKey = "4322", statOrder = { 4322 }, level = 1, group = "DamageBypassesWardPercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["WardDelayRecoveryUnique__1"] = { affix = "", "(20-30)% faster Restoration of Ward", statOrderKey = "1198", statOrder = { 1198 }, level = 1, group = "WardDelayRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["WardDelayRecoveryUnique__2"] = { affix = "", "(30-50)% slower Restoration of Ward", statOrderKey = "1198", statOrder = { 1198 }, level = 1, group = "WardDelayRecovery", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "defences" }, }, + ["GrantsSummonArbalistsSkillUnique__1_"] = { affix = "", "Triggers Level 20 Summon Arbalists when Equipped", statOrderKey = "486", statOrder = { 486 }, level = 1, group = "GrantedSkill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "skill" }, }, + ["AdrenalineOnWardBreakUnique__1"] = { affix = "", "Gain Adrenaline for 3 seconds when Ward Breaks", statOrderKey = "5435", statOrder = { 5435 }, level = 1, group = "AdrenalineOnWardBreak", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskChargesFromKillsFinalUnique__1_"] = { affix = "", "80% less Flask Charges gained from Kills", statOrderKey = "5386", statOrder = { 5386 }, level = 1, group = "FlaskChargesFromKillsFinal", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargePerSecondUniqueEnemyUnique__1___"] = { affix = "", "Flasks gain 1 Charge per second if you've Hit a Unique Enemy Recently", statOrderKey = "5465", statOrder = { 5465 }, level = 1, group = "FlaskChargePerSecondUniqueEnemy", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["SummonArbalistNumberOfArbalistsAllowed"] = { affix = "", "+1 to number of Summoned Arbalists", statOrderKey = "7519", statOrder = { 7519 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistNumberOfAdditionalProjectiles_"] = { affix = "", "Summoned Arbalists fire (2-4) additional Projectiles", statOrderKey = "8058", statOrder = { 8058 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistAttackSpeed_"] = { affix = "", "Summoned Arbalists have (10-20)% increased Attack Speed", statOrderKey = "8045", statOrder = { 8045 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistTargetsToPierce"] = { affix = "", "Summoned Arbalists' Projectiles Pierce 2 additional Targets", statOrderKey = "8067", statOrder = { 8067 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistProjectilesFork"] = { affix = "", "Summoned Arbalists' Projectiles Fork", statOrderKey = "8066", statOrder = { 8066 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChains_"] = { affix = "", "Summoned Arbalists' Projectiles Chain +2 times", statOrderKey = "8046", statOrder = { 8046 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistNumberOfSplits__"] = { affix = "", "Summoned Arbalists' Projectiles Split into 3", statOrderKey = "8059", statOrder = { 8059 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToDealDoubleDamage___"] = { affix = "", "Summoned Arbalists have (10-20)% chance to deal Double Damage", statOrderKey = "8049", statOrder = { 8049 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToMaimfor4secondsOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Maim for 4 seconds on Hit", statOrderKey = "8055", statOrder = { 8055 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToIntimidateFor4SecondsOnHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Intimidate for 4 seconds on Hit", statOrderKey = "8054", statOrder = { 8054 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToUnnerveFor4SecondsOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Unnerve for 4 seconds on Hit", statOrderKey = "8057", statOrder = { 8057 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictFireExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Fire Exposure on Hit", statOrderKey = "8052", statOrder = { 8052 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictColdExposureonHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Cold Exposure on Hit", statOrderKey = "8051", statOrder = { 8051 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictLightningExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Lightning Exposure on Hit", statOrderKey = "8053", statOrder = { 8053 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToCrushOnHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Crush on Hit", statOrderKey = "8048", statOrder = { 8048 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToConvertToFire"] = { affix = "", "Summoned Arbalists Convert (30-50)% of Physical Damage to Fire Damage", statOrderKey = "8064", statOrder = { 8064 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToConvertToCold_"] = { affix = "", "Summoned Arbalists Convert (30-50)% of Physical Damage to Cold Damage", statOrderKey = "8063", statOrder = { 8063 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToConvertToLightning"] = { affix = "", "Summoned Arbalists Convert (30-50)% of Physical Damage to Lightning Damage", statOrderKey = "8065", statOrder = { 8065 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToAddAsFire"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Fire Damage", statOrderKey = "8061", statOrder = { 8061 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToAddAsCold_"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Cold Damage", statOrderKey = "8060", statOrder = { 8060 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistPhysicalDamagePercentToAddAsLightning"] = { affix = "", "Summoned Arbalists gain (30-40)% of Physical Damage as Extra Lightning Damage", statOrderKey = "8062", statOrder = { 8062 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToBleedPercent_"] = { affix = "", "Summoned Arbalists' Attacks have (30-50)% chance to inflict Bleeding", statOrderKey = "8047", statOrder = { 8047 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToPoisonPercent"] = { affix = "", "Summoned Arbalists have (30-50)% chance to Poison", statOrderKey = "8056", statOrder = { 8056 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SummonArbalistChanceToIgniteFreezeShockPercent"] = { affix = "", "Summoned Arbalists have (15-25)% chance to Freeze, Shock, and Ignite", statOrderKey = "8050", statOrder = { 8050 }, level = 1, group = "ArbalestBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskMoreWardUnique1"] = { affix = "", "70% less Ward during Flask Effect", statOrderKey = "703", statOrder = { 703 }, level = 1, group = "FlaskMoreWardUnique1", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskFireColdLightningExposureOnNearbyEnemiesUnique1"] = { affix = "", "Inflict Fire, Cold and Lightning Exposure on nearby Enemies when used", statOrderKey = "592", statOrder = { 592 }, level = 1, group = "FlaskFireColdLightningExposureOnNearbyEnemies", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskNonDamagingAilmentIncreasedEffectUnique__1"] = { affix = "", "(20-30)% increased Effect of Non-Damaging Ailments you inflict during Flask Effect", statOrderKey = "689", statOrder = { 689 }, level = 1, group = "FlaskNonDamagingAilmentIncreasedEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskEnduranceChargePerSecondUnique1"] = { affix = "", "Gain 1 Endurance Charge per Second during Flask Effect", statOrderKey = "677", statOrder = { 677 }, level = 1, group = "FlaskEnduranceChargePerSecond", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskLoseAllEnduranceChargesGainLifePerLostChargeUnique1"] = { affix = "", "Recover 4% of Life per Endurance Charge on use", "Lose all Endurance Charges on use", statOrderKey = "593,593.1", statOrder = { 593, 593.1 }, level = 1, group = "FlaskLoseAllEnduranceChargesGainLifePerLostCharge", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskCullingStrikeUnique1"] = { affix = "", "Culling Strike during Flask Effect", statOrderKey = "675", statOrder = { 675 }, level = 1, group = "FlaskCullingStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskRemoveEffectWhenWardBreaksUnique1"] = { affix = "", "Flask Effect is removed when Ward Breaks", statOrderKey = "570", statOrder = { 570 }, level = 1, group = "FlaskRemoveEffectWhenWardBreaks", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskDebilitateNearbyEnemiesWhenEffectEndsUnique_1"] = { affix = "", "Debilitate nearby Enemies for 2 Seconds when Flask Effect ends", statOrderKey = "565", statOrder = { 565 }, level = 1, group = "FlaskDebilitateNearbyEnemiesWhenEffectEnds", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemiesKilledCountAsYoursUnique__1"] = { affix = "", "Nearby Enemies Killed by anyone count as being Killed by you instead", statOrderKey = "6396", statOrder = { 6396 }, level = 1, group = "EnemiesKilledCountAsYours", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MagicUtilityFlasksAlwaysApplyUnique__1"] = { affix = "", "Leftmost (2-4) Magic Utility Flasks constantly apply their Flask Effects to you", statOrderKey = "3973", statOrder = { 3973 }, level = 56, group = "MagicUtilityFlasksAlwaysBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MagicUtilityFlasksCannotUseUnique__1____"] = { affix = "", "Magic Utility Flasks cannot be Used", statOrderKey = "3972", statOrder = { 3972 }, level = 1, group = "MagicUtilityFlasksAlwaysBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MagicUtilityFlasksCannotRemoveUnique__1"] = { affix = "", "Magic Utility Flask Effects cannot be removed", statOrderKey = "3974", statOrder = { 3974 }, level = 1, group = "MagicUtilityFlasksAlwaysBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MaximumElementalResistanceUnique__1__"] = { affix = "", "+(1-5)% to all maximum Elemental Resistances", statOrderKey = "1305", statOrder = { 1305 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["BaseBlockDamageTakenUnique__1___"] = { affix = "", "You take 20% of Damage from Blocked Hits", statOrderKey = "4312", statOrder = { 4312 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["DoedresSkinLessCurseEffectUnique__1"] = { affix = "", "20% less Effect of your Curses", statOrderKey = "2217", statOrder = { 2217 }, level = 1, group = "DoedresSkinLessCurseEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChronomanceReservesNoMana"] = { affix = "", "Temporal Rift has no Reservation", statOrderKey = "4756", statOrder = { 4756 }, level = 1, group = "ChronomanceReservesNoMana", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SupportGemsSocketedInOffHandAlsoSupportMainHandSkills"] = { affix = "", "Socketed Support Gems can also Support Skills from your Main Hand", statOrderKey = "100", statOrder = { 100 }, level = 1, group = "SupportGemsSocketedInOffHandAlsoSupportMainHandSkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SupportGemsSocketedInAmuletAlsoSupportBodySkills"] = { affix = "", "Socketed Support Gems can also Support Skills from your Body Armour", statOrderKey = "99", statOrder = { 99 }, level = 90, group = "SupportGemsSocketedInAmuletAlsoSupportBodySkills", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskLifeLeechIsInstantDuringEffect"] = { affix = "Pactbreaker's", "(80-90)% reduced Amount Recovered", "(200-250)% increased Recovery rate", "Life Leech is instant during Flask Effect", statOrderKey = "557,558,685", statOrder = { 557, 558, 685 }, level = 78, group = "FlaskLifeLeechIsInstantDuringEffect", weightKey = { "life_flask", "default", "hybrid_flask", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskLessDurationUnique1"] = { affix = "", "(40-60)% less Duration", statOrderKey = "561", statOrder = { 561 }, level = 1, group = "FlaskRecoverySpeed", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskEffectUniqueJewel_10"] = { affix = "", "Flasks applied to you have 20% reduced Effect", statOrderKey = "2332", statOrder = { 2332 }, level = 1, group = "FlaskEffect", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskDurationUniqueJewel_____8"] = { affix = "", "50% increased Flask Effect Duration", statOrderKey = "1821", statOrder = { 1821 }, level = 1, group = "FlaskDurationUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesUniqueJewel___8"] = { affix = "", "20% reduced Flask Charges gained", statOrderKey = "1817", statOrder = { 1817 }, level = 1, group = "BeltFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, }, + ["FlaskChargesFromKillUniqueJewel_9"] = { affix = "", "80% less Flask Charges gained from Kills", statOrderKey = "8214", statOrder = { 8214 }, level = 1, group = "MonsterSlainFlaskCharges", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskChargeOnHitNonUniqueUniqueJewel____9"] = { affix = "", "Flasks gain 2 Charges when you hit a Non-Unique Enemy, no more than once per second", statOrderKey = "5391", statOrder = { 5391 }, level = 1, group = "FlaskChargeOnHitNonUnique", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["FlaskChargePerSecondInactiveUniqueJewel_10"] = { affix = "", "Flasks gain 3 Charges every 3 seconds while they are inactive", statOrderKey = "5392", statOrder = { 5392 }, level = 1, group = "FlaskChargePerSecondInactive", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ElementalResistanceHighestMaxResistanceUnique__1_"] = { affix = "", "Elemental Resistances are capped by your highest Maximum Elemental Resistance instead", statOrderKey = "5179", statOrder = { 5179 }, level = 1, group = "ElementalResistanceHighestMaxResistance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["EnergyShieldRechargeOnKillUnique__1__"] = { affix = "", "(10-20)% chance for Energy Shield Recharge to start when you Kill an Enemy", statOrderKey = "5260", statOrder = { 5260 }, level = 1, group = "EnergyShieldRechargeOnKill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["LessRechargeRateSoullessEleganceUnique__1"] = { affix = "", "(30-40)% less Energy Shield Recharge Rate", statOrderKey = "8222", statOrder = { 8222 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["GlobalSkillGemLevelUnique__1"] = { affix = "", "+1 to Level of all Skill Gems", statOrderKey = "4067", statOrder = { 4067 }, level = 75, group = "GlobalSkillGemLevel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["GlobalSkillGemQualityUnique__1"] = { affix = "", "+(20-30)% to Quality of all Skill Gems", statOrderKey = "4068", statOrder = { 4068 }, level = 1, group = "GlobalSkillGemQuality", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["GlobalGemExperienceGainUnique__1"] = { affix = "", "(5-10)% increased Experience Gain of Gems", statOrderKey = "1523", statOrder = { 1523 }, level = 1, group = "GlobalGemExperienceGain", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "gem" }, }, + ["ElementalSkillsTripleDamageUnique__1"] = { affix = "", "Deal Triple Damage with Elemental Skills", statOrderKey = "5181", statOrder = { 5181 }, level = 85, group = "BaseChanceToDealTripleDamage", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SocketedGemsMoreDamageForSpellsCastUnique__1"] = { affix = "", "Socketed Projectile Spells deal 150% more Damage with Hits", statOrderKey = "335", statOrder = { 335 }, level = 1, group = "SocketedGemsMoreDamageForSpellsCast", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsAddedCooldownUnique__1__"] = { affix = "", "Socketed Projectile Spells have +4 seconds to Cooldown", statOrderKey = "336", statOrder = { 336 }, level = 1, group = "SocketedGemsAddedCooldown", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedGemsLessDurationUnique__1"] = { affix = "", "Socketed Projectile Spells have 80% less Skill Effect Duration", statOrderKey = "372", statOrder = { 372 }, level = 1, group = "SocketedGemsLessDuration", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttributeModifiersAscendanceUnique__1_"] = { affix = "", "Modifiers to Attributes instead apply to Omniscience", statOrderKey = "869", statOrder = { 869 }, level = 77, group = "SuperAttributeBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attribute" }, }, + ["ElementalResistPerAscendanceUnique__1__"] = { affix = "", "+1% to all Elemental Resistances per 10 Omniscience", statOrderKey = "870", statOrder = { 870 }, level = 1, group = "SuperAttributeBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental", "resistance" }, }, + ["ElementalPenPerAscendanceUnique__1"] = { affix = "", "Penetrate 1% Elemental Resistances per 10 Omniscience", statOrderKey = "871", statOrder = { 871 }, level = 1, group = "SuperAttributeBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AttributeRequirementsAscendanceUnique__1"] = { affix = "", "Attribute Requirements can be satisfied by (15-25)% of Omniscience", statOrderKey = "872", statOrder = { 872 }, level = 1, group = "SuperAttributeBonus", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LeftRingCoveredInAshUnique__1_"] = { affix = "", "Left Ring slot: Cover Enemies in Ash for 5 seconds when you Ignite them", statOrderKey = "6458", statOrder = { 6458 }, level = 100, group = "LeftRingCoveredInAsh", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["RightRingCoveredInFrostUnique__1"] = { affix = "", "Right Ring slot: Cover Enemies in Frost for 5 seconds when you Freeze them", statOrderKey = "6478", statOrder = { 6478 }, level = 1, group = "RightRingCoveredInFrost", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LifeLossReservesLifeUnique__1"] = { affix = "", "Life that would be lost by taking Damage is instead Reserved", "until you take no Damage to Life for 2 seconds", statOrderKey = "7799,7799.1", statOrder = { 7799, 7799.1 }, level = 1, group = "LifeLossReservesLife", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackCorrosionOnHitChanceUnique__1"] = { affix = "", "(20-30)% chance to inflict Corrosion on Hit with Attacks", statOrderKey = "4265", statOrder = { 4265 }, level = 1, group = "CorrosionOnHitChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["EnduranceChargeNoArmourUnique__1_"] = { affix = "", "(20-30)% chance to gain an Endurance Charge on Hitting an Enemy with no Armour", statOrderKey = "5193", statOrder = { 5193 }, level = 1, group = "EnduranceChargeNoArmour", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "endurance_charge" }, }, + ["FrenzyChargeNoEvasionRatingUnique__1"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Hitting an Enemy with no Evasion Rating", statOrderKey = "5411", statOrder = { 5411 }, level = 1, group = "FrenzyChargeNoEvasionRating", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["BowAttacksFrenzyChargesArrowsUnique__1"] = { affix = "", "Lose all Frenzy Charges on reaching Maximum Frenzy Charges to make the next Bow Attack you perform fire that many additional Arrows", statOrderKey = "1440", statOrder = { 1440 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["CriticalStrikeMultiplierFrenzyChargesUnique__1"] = { affix = "", "+(30-50)% Global Critical Strike Multiplier while you have a Frenzy Charge", statOrderKey = "1689", statOrder = { 1689 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "damage", "critical" }, }, + ["FrenzyChargePerEnemyCritUnique__1"] = { affix = "", "(20-40)% chance to gain a Frenzy Charge for each Enemy you hit with a Critical Strike", statOrderKey = "5475", statOrder = { 5475 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "frenzy_charge" }, }, + ["MoreMaximumReservedLifeUnique__1"] = { affix = "", "(20-30)% more Maximum Life", statOrderKey = "8218", statOrder = { 8218 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "life" }, }, + ["PuzzlePieceCleansingFireUnique__1"] = { affix = "", "Allocates 1 if you have the matching modifier on Forbidden Flesh", statOrderKey = "8216", statOrder = { 8216 }, level = 1, group = "PuzzlePieceCleansingFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PuzzlePieceGreatTangleUnique__1"] = { affix = "", "Allocates 1 if you have the matching modifier on Forbidden Flame", statOrderKey = "8217", statOrder = { 8217 }, level = 1, group = "PuzzlePieceGreatTangle", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GlobalNoEnergyShieldUnique__1"] = { affix = "", "Removes all Energy Shield", statOrderKey = "1801", statOrder = { 1801 }, level = 1, group = "NoEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "energy_shield", "defences" }, }, + ["NearbyStationaryEnemiesGainVinesUnique__1"] = { affix = "", "Nearby stationary Enemies gain a Grasping Vine every 0.5 seconds", statOrderKey = "3976", statOrder = { 3976 }, level = 1, group = "NearbyStationaryEnemiesGainVines", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["GainVinesOnCriticalStrikeUnique__1"] = { affix = "", "You gain 3 Grasping Vines when you take a Critical Strike", statOrderKey = "3975", statOrder = { 3975 }, level = 1, group = "GainVinesOnCriticalStrike", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AllDamagePoisonsGraspingVinesUnique__1"] = { affix = "", "All Damage inflicts Poison against Enemies affected by at least 3 Grasping Vines", statOrderKey = "3977", statOrder = { 3977 }, level = 1, group = "AllDamagePoisonsGraspingVines", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ReducedCriticalDamageTakenPoisonUnique__1"] = { affix = "", "You take (30-50)% reduced Extra Damage from Critical Strikes by Poisoned Enemies", statOrderKey = "3978", statOrder = { 3978 }, level = 1, group = "ReducedExtraDamageFromCrits", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["PhysicalHitAndDoTDamageTakenAsFireUnique__1"] = { affix = "", "(10-20)% of Physical Damage taken as Fire Damage", statOrderKey = "7613", statOrder = { 7613 }, level = 1, group = "DamageTakenAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ColdHitAndDoTDamageTakenAsFireUnique__1"] = { affix = "", "(10-20)% of Cold Damage taken as Fire Damage", statOrderKey = "4794", statOrder = { 4794 }, level = 1, group = "DamageTakenAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["LightningHitAndDoTDamageTakenAsFireUnique__1"] = { affix = "", "(10-20)% of Lightning Damage taken as Fire Damage", statOrderKey = "5999", statOrder = { 5999 }, level = 1, group = "DamageTakenAsFire", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ScorchOnEnemiesOnBlockUnique__1"] = { affix = "", "Scorch Enemies in Close Range when you Block", statOrderKey = "7818", statOrder = { 7818 }, level = 1, group = "ChanceToInflictScorchOnEnemyOnBlock", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AttackBlockPerFireDamageTakenUnique__1"] = { affix = "", "-1% Chance to Block Attack Damage for every 200 Fire Damage taken from Hits Recently", statOrderKey = "4201", statOrder = { 4201 }, level = 1, group = "IncreasedBlockChance", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["InfernalCryThresholdJewel"] = { affix = "", "With at least 40 Strength in Radius, Combust is Disabled", "With at least 40 Strength in Radius, Attacks Exerted by Infernal Cry deal (40-60)% more Damage with Ignite", statOrderKey = "6437,6451", statOrder = { 6437, 6451 }, level = 1, group = "InfernalCryThresholdJewel", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "attack" }, }, + ["ChaosDamageDoesNotBypassEnergyShieldPercentUnique__1"] = { affix = "", "33% of Chaos Damage taken does not bypass Energy Shield", statOrderKey = "4318", statOrder = { 4318 }, level = 99, group = "DamageBypassEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["NonChaosDamageBypassEnergyShieldPercentUnique__1"] = { affix = "", "33% of Non-Chaos Damage taken bypasses Energy Shield", statOrderKey = "4346", statOrder = { 4346 }, level = 1, group = "DamageBypassEnergyShield", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["KillEnemyInstantlyExarchDominantUnique__1"] = { affix = "", "Kill Enemies that have 15% or lower Life on Hit if The Searing Exarch is dominant", statOrderKey = "6457", statOrder = { 6457 }, level = 77, group = "KillEnemyInstantlyExarchDominant", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MalignantMadnessCritEaterDominantUnique__1"] = { affix = "", "Critical Strikes inflict Malignant Madness if The Eater of Worlds is dominant", statOrderKey = "6429", statOrder = { 6429 }, level = 77, group = "MalignantMadnessCritEaterDominant", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["SocketedWarcryCooldownCountUnique__1"] = { affix = "", "Socketed Warcry Skills have +1 Cooldown Use", statOrderKey = "359", statOrder = { 359 }, level = 1, group = "SocketedWarcryCooldownCount", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["TakePhysicalDamagePerWarcryExertingUnique__1"] = { affix = "", "When you Attack, take (15-20)% of Life as Physical Damage for", "each Warcry Exerting the Attack", statOrderKey = "7829,7829.1", statOrder = { 7829, 7829.1 }, level = 1, group = "TakePhysicalDamagePerWarcryExerting", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["MoreDamagePerWarcryExertingUnique__1"] = { affix = "", "Skills deal (10-15)% more Damage for each Warcry Exerting them", statOrderKey = "8211", statOrder = { 8211 }, level = 1, group = "MoreDamagePerWarcryExerting", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AllDamageCanChillUnique__1"] = { affix = "", "All Damage with Hits can Chill", statOrderKey = "2450", statOrder = { 2450 }, level = 21, group = "AllDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["AllDamageTakenCanChillUnique__1"] = { affix = "", "All Damage Taken from Hits can Chill you", statOrderKey = "2453", statOrder = { 2453 }, level = 1, group = "AllDamageCanChill", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["ChillHitsCauseShatteringUnique__1"] = { affix = "", "Enemies Chilled by your Hits can be Shattered as though Frozen", statOrderKey = "4755", statOrder = { 4755 }, level = 1, group = "ChillHitsCauseShattering", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemiesChilledIncreasedDamageTakenUnique__1"] = { affix = "", "Enemies Chilled by your Hits increase Damage taken by half of Chill Effect", statOrderKey = "5199", statOrder = { 5199 }, level = 1, group = "EnemiesChilledIncreasedDamageTaken", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, + ["EnemiesChilledLessDamageDealtUnique__1"] = { affix = "", "Enemies Chilled by your Hits lessen their Damage dealt by half of Chill Effect", statOrderKey = "5198", statOrder = { 5198 }, level = 1, group = "EnemiesChilledLessDamageDealt", weightKey = { }, weightVal = { }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, }, } \ No newline at end of file diff --git a/src/Data/Uniques/Special/amulet.lua b/src/Data/Uniques/Special/amulet.lua index 336cf35819..413ba53c3d 100644 --- a/src/Data/Uniques/Special/amulet.lua +++ b/src/Data/Uniques/Special/amulet.lua @@ -28,34 +28,43 @@ IncreasedPhysicalDamageReductionRatingUniqueAmulet16 ]],[[ Araku Tiki Coral Amulet -Upgrade: Upgrades to unique{Ngamahu Tiki} via prophecy{A Forest of False Idols} Implicits: 1 {tags:life}(2-4) Life Regenerated per second {tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life -IncreasedLifeUniqueAmulet18 +IncreasedLifeUniqueAmulet4 FireResistImplicitAmulet1 {tags:life}1% of Life Regenerated per Second while on Low Life ]],[[ Ngamahu Tiki Coral Amulet -Source: Upgraded from unique{Araku Tiki} via prophecy{A Forest of False Idols} +Source: No longer obtainable Requires Level 36 Implicits: 1 {tags:life}(2-4) Life Regenerated per second FireDamagePercentUnique__6 {tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life -IncreasedLifeUniqueAmulet18 +IncreasedLifeUniqueAmulet4 FireResistImplicitAmulet1 {tags:life}1% of Life Regenerated per Second while on Low Life ]],[[ The Ascetic Gold Amulet -Source: prophecy{The Ambitious Bandit III} Requires Level 8 Implicits: 1 ItemFoundRarityIncreaseImplicitAmulet1 -ItemRarityWhileWearingANormalItemUnique__1 -ItemQuantityWhileWearingAMagicItemUnique__1 +(80-100)% increased Rarity of Items found with a Normal Item equipped +(10-15)% increased Quantity of Items found with a Magic Item equipped +]],[[ +Ashes of the Stars +Onyx Amulet +Source: Drops from unique{The Eater of Worlds} +Requires Level 60 +Implicits: 1 +AllAttributesImplicitAmulet1 +GlobalGemExperienceGainUnique__1 +ReservationEfficiencyUnique__4_ +GlobalSkillGemLevelUnique__1 +GlobalSkillGemQualityUnique__1 ]],[[ Astramentis Onyx Amulet @@ -82,12 +91,15 @@ GlobalItemAttributeRequirementsUniqueAmulet10 ]],[[ Replica Atziri's Foible Paua Amulet +Variant: Pre 3.16.0 +Variant: Current League: Heist Requires Level 16 Implicits: 1 {tags:life}Regenerate (1.00-2.00)% of Life per second IncreasedLifeUniqueTwoHandAxe4 -LifeRecoveryRateUnique__1 +{variant:1}{tags:life}(20-25)% increased Life Recovery rate +{variant:2}LifeRecoveryRateUnique__1 GlobalItemAttributeRequirementsUniqueAmulet10 ]],[[ Aul's Uprising @@ -154,10 +166,10 @@ Variant: Current Requires Level 32 Implicits: 1 HybridStrInt -IncreasedLifeUniqueAmulet18 +IncreasedLifeUniqueAmulet4 IncreasedManaUniqueHelmetStrDex5_ IncreasedMaximumPowerChargesUnique__1 -IncreasedManaRegenerationPerPowerChargeUnique__1 +{tags:mana}10% increased Mana Regeneration Rate Per Power Charge {variant:2}IncreasedPowerChargeDurationUnique__1 DamageTakeFromManaBeforeLifePerPowerChargeUnique__1 CriticalStrikeChancePerPowerChargeUnique__1 @@ -190,6 +202,8 @@ ItemFoundRarityIncreaseImplicitAmulet1 ]],[[ Blightwell Clutching Talisman +Variant: Pre 3.16.0 +Variant: Current League: Talisman Hardcore Talisman Tier: 2 Requires Level 28 @@ -198,8 +212,10 @@ TalismanGlobalDefensesPercent IncreasedEnergyShieldUniqueAmulet14 FireResistUnique__2 LightningResistUnique__1 -30% slower start of Energy Shield Recharge during Flask Effect -400% increased Energy Shield Recharge Rate during Flask Effect +{variant:1}30% slower start of Energy Shield Recharge during Flask Effect +{variant:2}50% slower start of Energy Shield Recharge during Flask Effect +{variant:1}400% increased Energy Shield Recharge Rate during Flask Effect +{variant:2}(150-200)% increased Energy Shield Recharge Rate during Flask Effect Corrupted ]],[[ Blood of Corruption @@ -208,9 +224,9 @@ Source: Use currency{Vaal Orb} on unique{Tear of Purity} Requires Level 20 Implicits: 1 StrengthImplicitAmulet1 -GluttonyOfElementsUniqueAmulet23 +Grants level 10 Gluttony of Elements Skill {tags:attack,chaos}Adds 19-43 Chaos Damage to Attacks -AllResistancesUniqueAmulet23 +{tags:jewellery_resistance}−(10-5)% to all Elemental Resistances ChaosResistUniqueAmulet23 Corrupted ]],[[ @@ -256,7 +272,18 @@ AllResistancesUniqueAmulet9 LifeLeechPermyriadUniqueAmulet9 {variant:2}IncreasedDamageWhileLeechingUnique__1 {tags:life}{variant:2}50% increased Life Leeched per second -ExtraGore +Extra Gore +]],[[ +Crystallised Omniscience +Onyx Amulet +Source: Drops from unique{The Searing Exarch} +Requires Level 61 +Implicits: 1 +AllAttributesImplicitAmulet1 +Modifiers to Attributes instead Apply to Omniscience ++1% to All Elemental Resistances per 10 Omniscience +ElementalPenPerAscendanceUnique__1 +AttributeRequirementsAscendanceUnique__1 ]],[[ Daresso's Salute Citrine Amulet @@ -297,7 +324,7 @@ GrantEnemiesOnslaughtOnKillUnique__1 {variant:2}UnholyMightOnKillPercentChanceUnique__1 {variant:1}{tags:caster,attack}5% chance to gain Onslaught for 10 seconds on Kill {variant:2}OnslaugtOnKillPercentChanceUnique__1 -{tags:life}Recover 1% of Maximum Life on Kill +MaximumLifeOnKillPercentUnique__4_ ]],[[ Eye of Chayula Onyx Amulet @@ -425,7 +452,7 @@ HybridDexInt IncreasedEvasionRatingPercentUnique__2 AllResistancesUniqueAmulet14 AdditionalProjectilesUnique__1__ -ProjectileSpeedUniqueQuiver4 +ProjectileSpeedImplicitQuiver4New Modifiers to number of Projectiles instead apply to the number of targets Projectiles Split towards ]],[[ Gloomfang @@ -473,19 +500,24 @@ ColdPenetrationAgainstChilledEnemiesUnique__1 ]],[[ Hinekora's Sight Onyx Amulet -Source: Any prophecy{Prophecy} enemy Requires Level 20 +Variant: Pre 3.16.0 +Variant: Current Implicits: 1 AllAttributesImplicitAmulet1 -IncreasedAccuracyUnique__3 -(6-10)% chance to Dodge Attacks -(6-10)% chance to Dodge Spell Damage +{variant:1}{tags:attack}+1000 to Accuracy Rating +{variant:2}IncreasedAccuracyUnique__3 +{variant:2}IncreasedEvasionRatingUnique__6_ +{variant:1}(12-20)% chance to Suppress Spell Damage +{variant:2}SpellDamageSuppressedUnique__1 BlindImmunityUnique__1 ]],[[ Hyrri's Truth Jade Amulet League: Synthesis Requires Level 64 +Variant: Pre 3.16.0 +Variant: Current Implicits: 1 DexterityImplicitAmulet1 GrantsAccuracyAuraSkillUnique__1 @@ -494,11 +526,14 @@ AddedPhysicalDamageUnique__7 AddedColdDamageUnique__8 CriticalMultiplierUnique__3__ LifeLeechPermyriadUnique__6 -PrecisionAuraBonusUnique__1 +{variant:1}Precision has 50% less Reservation +{variant:2}PrecisionReservationEfficiencyUnique__1 ]],[[ Replica Hyrri's Truth Jade Amulet League: Heist +Variant: Pre 3.16.0 +Variant: Current Requires Level 64 Implicits: 1 DexterityImplicitAmulet1 @@ -508,11 +543,11 @@ AddedPhysicalDamageUnique__7 AddedColdDamageUnique__8 CriticalMultiplierUnique__3__ {tags:life}(0.8-1.0)% of Cold Damage Leeched as Life -HyrrisTruthHatredManaReservationFinalUnique__1 +{variant:1}Hatred has 50% less Reservation +{variant:2}HatredManaReservationEfficiencyUnique__1__ ]],[[ The Ignomon Gold Amulet -Upgrade: Upgrades to unique{The Effigon} via prophecy{Blind Faith} Requires Level 8 Implicits: 1 ItemFoundRarityIncreaseImplicitAmulet1 @@ -524,7 +559,7 @@ FireResistUniqueAmulet7 ]],[[ The Effigon Gold Amulet -Source: Upgraded from unique{The Ignomon} via prophecy{Blind Faith} +Source: No longer obtainable Requires Level 57 Implicits: 1 ItemFoundRarityIncreaseImplicitAmulet1 @@ -573,7 +608,6 @@ Elder Item ]],[[ Karui Ward Jade Amulet -Upgrade: Upgrades to unique{Karui Charge} via prophecy{The Karui Rebellion} Variant: Pre 2.6.0 Variant: Current Requires Level 5 @@ -599,14 +633,14 @@ AreaDamageUnique__1 ]],[[ Karui Charge Jade Amulet -Source: Upgraded from unique{Karui Ward} via prophecy{The Karui Rebellion} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 24 Implicits: 1 DexterityImplicitAmulet1 StrengthImplicitAmulet1 -{variant:1}LocalIncreasedAttackSpeedUniqueSceptre9 +{variant:1}LocalIncreasedAttackSpeedUnique__25 {variant:2}LocalIncreasedAttackSpeedUniqueStaff9 IncreasedAccuracyUniqueAmulet5 {variant:2}IncreasedProjectileDamageUnique__6 @@ -617,10 +651,10 @@ Leadership's Price Onyx Amulet Requires Level 68 Implicits: 1 -{tags:attribute}+(10–16) to all Attributes -{tags:resistance}+(-3–3)% to maximum Fire Resistance -{tags:resistance}+(-3–3)% to maximum Cold Resistance -{tags:resistance}+(-3–3)% to maximum Lightning Resistance +AllAttributesImplicitAmulet1 +MaximumFireResistUnique__1 +MaximumColdResistUnique__1_ +MaximumLightningResistUnique__1 ScorchingBrittleSappingConfluxUnique__1 CannotIgniteChillFreezeShockUnique__1 Corrupted @@ -638,13 +672,17 @@ PoisonDurationPerPowerChargeUnique__1 ]],[[ The Jinxed Juju Citrine Amulet +Variant: Pre 3.16.0 +Variant: Current Requires Level 48 Implicits: 1 HybridStrDex IntelligenceUnique__16 ChaosResistUnique__15 -CurseEffectivenessUnique__3_ -AuraEffectGlobalUnique__1 +{variant:1}UniqueSpecialCorruptionCurseEffect___ +{variant:2}CurseEffectivenessUnique__3_ +{variant:1}UniqueSpecialCorruptionAuraEffect +{variant:2}AuraEffectGlobalUnique__1 DamageRemovedFromSpectresUnique__1 (The damage they take will be divided evenly between them) ]],[[ @@ -691,11 +729,11 @@ League: Talisman Standard, Talisman Hardcore Talisman Tier: 1 Requires Level 12 Implicits: 1 -RingHasOneSocket -LocalIncreaseSocketedGemLevelUnique__1 +AmuletHasOneSocket +LocalIncreaseSocketedGemLevelUnique__11_ SocketedGemsHaveAddedChaosDamageUnique__1 -ItemActsAsSupportBlindUnique__1 -SupportedByCastOnStunUnique___1 +Socketed Gems are Supported by Level 10 Blind +Socketed Gems are Supported by Level 10 Cast when Stunned Corrupted ]],[[ Perquil's Toe @@ -703,7 +741,7 @@ Gold Amulet Requires Level 29 Implicits: 1 ItemFoundRarityIncreaseImplicitAmulet1 -DexterityUnique__11 +DexterityUnique__7 MovementVelocityUnique__36_ Lightning Damage from Enemies Hitting you is Lucky UniqueNearbyAlliesAreLuckyDisplay @@ -756,9 +794,9 @@ Implicits: 2 {variant:1}+(16-24)% to Global Critical Strike Multiplier {variant:2}TalismanIncreasedCriticalStrikeMultiplier_ BaseUnarmedCriticalStrikeChanceUnique__1 -{tags:attack}Modifiers to Claw Damage also apply to Unarmed Attack Damage -{tags:attack,speed}Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed -{tags:attack,critical}Modifiers to Claw Critical Strike Chance also apply to Unarmed Attack Critical Strike Chance +ClawDamageModsAlsoAffectUnarmedUnique__1 +ClawAttackSpeedModsAlsoAffectUnarmed__1 +ClawCritModsAlsoAffectUnarmed__1 Corrupted ]],[[ Sacrificial Heart @@ -804,7 +842,7 @@ HybridStrInt ManaRegenerationUniqueAmulet21 {tags:life}2% of Life Regenerated per Second {variant:1}{tags:life}Nearby Allies gain 1% of Life Regenerated per Second -{variant:2}DisplayLifeRegenerationAuraUniqueAmulet21 +{variant:2}{tags:life}Nearby Allies gain 2% of Life Regenerated per Second DisplayManaRegenerationAuaUniqueAmulet21 ]],[[ Sidhebreath @@ -812,6 +850,7 @@ Paua Amulet Variant: Pre 3.0.0 Variant: Pre 3.8.0 Variant: Current +Implicits: 1 ManaRegenerationImplicitAmulet1 ColdResistUniqueAmulet3 {variant:1,2}ManaLeechPermyriadUniqueAmulet3 @@ -848,11 +887,11 @@ Implicits: 1 FireResistImplicitAmulet1 {variant:3}GrantsFrostblinkSkillUnique__1 ColdDamagePercentUnique__3 -AllResistancesUnique__2 +AllResistancesUniqueBootsStr1 {variant:1}{tags:caster}30% increased Area of Effect of Hex Skills {variant:2,3}CurseAreaOfEffectUnique__1 SilenceImmunityUnique__1 -{variant:1,2}ItemGrantsIllusoryWarpUnique__1 +{variant:1,2}Grants level 20 Illusory Warp Skill {variant:3}FrostblinkDurationUnique__1_ Corrupted ]],[[ @@ -868,6 +907,14 @@ IntelligenceImplicitAmulet1 IncreasedCastSpeedUniqueAmulet1 IncreasedManaUniqueAmulet1 ]],[[ +Stranglegasp +Onyx Amulet +Source: Drops in Blight-ravaged Maps +Requires Level 52 +Implicits: 1 +AllAttributesImplicitAmulet1 +MultipleEnchantmentsAllowedUnique__2 +]],[[ Tavukai Coral Amulet League: Legion @@ -884,13 +931,16 @@ RagingSpiritChaosDamageTakenUnique__1 ]],[[ Tear of Purity Lapis Amulet +Variant: Pre 3.16.0 +Variant: Current Requires Level 20 Implicits: 1 IntelligenceImplicitAmulet1 -PuritySkillUniqueAmulet22 +Grants level 10 Purity of Elements Skill AllAttributesUniqueAmulet22 IncreasedLifeUniqueAmulet22 -ChanceToAvoidElementalStatusAilmentsUniqueAmulet22 +{variant:1}5% chance to avoid Elemental Ailments +{variant:2}ChanceToAvoidElementalStatusAilmentsUniqueAmulet22 ]],[[ Ungil's Harmony Turquoise Amulet @@ -901,11 +951,23 @@ Implicits: 1 HybridDexInt {variant:1}CriticalStrikeChanceUniqueBodyInt4 {variant:2}CriticalStrikeChanceUniqueAmulet18 -IncreasedLifeUniqueAmulet18 +IncreasedLifeUniqueAmulet4 IncreasedManaUniqueAmulet1 StunRecoveryUniqueAmulet18 CriticalMultiplierUniqueAmulet18 ]],[[ +Uul-Netol's Vow +Unset Amulet +Source: Drops from Flawless Breachlords +Requires Level 72 +Implicits: 1 +AmuletHasOneSocket +SupportGemsSocketedInAmuletAlsoSupportBodySkills +FireResistUnique__28_ +ColdResistUnique__35 +LightningResistUnique__25 +ChaosResistUnique__24 +]],[[ Victario's Acuity Turquoise Amulet League: Onslaught @@ -924,19 +986,23 @@ Lapis Amulet League: Breach Source: Drops in Esh Breach or from unique{Esh, Forked Thought} Upgrade: Upgrades to unique{Choir of the Storm} using currency{Blessing of Esh} +Variant: Pre 3.16.0 +Variant: Current Requires Level 40 Implicits: 1 IntelligenceImplicitAmulet1 LightningStrikesOnCritUnique__1 -AllAttributesUniqueRing26 +AllAttributesUniqueHelmetStrInt5 MaximumManaUniqueStaff4 -CriticalChanceIncreasedByUncappedLightningResistanceUnique__1 +{variant:1}Critical Strike Chance is increased by Lightning Resistance +{variant:2}CriticalChanceIncreasedByUncappedLightningResistanceUnique__1 ]],[[ Choir of the Storm Lapis Amulet League: Breach Source: Upgraded from unique{Voice of the Storm} using currency{Blessing of Esh} Variant: Pre 3.0.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 69 Implicits: 1 @@ -944,8 +1010,9 @@ IntelligenceImplicitAmulet1 LightningStrikesOnCritUnique__2 CriticalStrikesDealIncreasedLightningDamageUnique__1 MaximumManaUniqueStaff4 -{variant:1}{tags:jewellery_resistance}-30% to Lightning Resistance -CriticalChanceIncreasedByUncappedLightningResistanceUnique__1 +{variant:1,2}Critical Strike Chance is increased by Lightning Resistance +{variant:1,3}LightningResistUnique__9 +{variant:3}CriticalChanceIncreasedByUncappedLightningResistanceUnique__1 ]],[[ Voll's Devotion Agate Amulet @@ -978,6 +1045,8 @@ IncreasedLifeLeechRateUniqueAmulet20 ]],[[ Willowgift Jade Amulet +Variant: Pre 3.16.0 +Variant: Current Requires Level 52 Implicits: 1 DexterityImplicitAmulet1 @@ -986,6 +1055,7 @@ PercentageDexterityUnique__5 FireResistUnique__22_ ColdResistUniqueAmulet13 AlternateFortifyUnique__1_ +{variant:2}+4% chance to Suppress Spell Damage per Fortification AttackAndCastSpeedFortifyUnique__1 ]],[[ Winterheart @@ -1046,7 +1116,7 @@ Requires Level 70 Implicits: 1 AllAttributesImplicitAmulet1 FireResistUnique__15 -ColdResistUniqueShieldStrDex1 +ColdResistUniqueBelt13 LightningResistUnique__5 IncreasedAilmentDurationUnique__2 ChanceToShockUnique__3 diff --git a/src/Data/Uniques/Special/axe.lua b/src/Data/Uniques/Special/axe.lua index ee3279a635..cf089c06e0 100644 --- a/src/Data/Uniques/Special/axe.lua +++ b/src/Data/Uniques/Special/axe.lua @@ -14,13 +14,12 @@ WeaponCritChanceOverrideUnique__1__ ]],[[ Dreadarc Cleaver -Upgrade: Upgrades to unique{Dreadsurge} via prophecy{Burning Dread} Variant: Pre 2.6.0 Variant: Current Requires Level 16, 48 Str LocalAddedPhysicalDamageUniqueOneHandAxe7 LocalAddedFireDamageUniqueOneHandAxe7 -LocalIncreasedAttackSpeedUniqueOneHandAxe7 +(7-10)% Increased Attack Speed FireResistUniqueOneHandAxe7_ MovementVelocityUniqueOneHandAxe7 {variant:1}FlammabilityOnHitUniqueOneHandAxe7 @@ -28,7 +27,7 @@ MovementVelocityUniqueOneHandAxe7 ]],[[ Dreadsurge Cleaver -Source: Upgraded from unique{Dreadarc} via prophecy{Burning Dread} +Source: No longer obtainable Requires Level 60, 48 Str LocalAddedPhysicalDamageUniqueOneHandAxe7 LocalAddedFireDamageUnique__4 @@ -51,13 +50,12 @@ LocalIncreasedAttackSpeedUniqueOneHandAxe2 {variant:1}Enemies Chilled by you take 40% increased Burning Damage {variant:2}Enemies Chilled by you take 100% increased Burning Damage {variant:3}100% increased Damage with Ignites inflicted on Chilled Enemies -MainHandChanceToIgniteUniqueOneHandAxe2 +25% Chance to Ignite when in Main Hand {variant:1}OffHandChillDurationUniqueOneHandAxe2 {variant:2,3}ChillEnemiesOnHitWithWeaponUnique__1 ]],[[ The Screaming Eagle Jade Hatchet -Upgrade: Upgrades to unique{The Gryphon} via prophecy{The Apex Predator} Variant: Pre 2.0.0 Variant: Current Requires Level 6, 21 Str @@ -66,13 +64,13 @@ Requires Level 6, 21 Str IncreasedLifeUniqueOneHandAxe3 LifeGainedFromEnemyDeathUniqueOneHandAxe3 MovementVelocityUniqueOneHandAxe3 -DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3 +Socketed Gems are supported by level 2 Chance to Flee ]],[[ The Gryphon Jade Hatchet -Source: Upgraded from unique{The Screaming Eagle} via prophecy{The Apex Predator} +Source: No longer obtainable Requires Level 32, 21 Str -DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3 +Socketed Gems are supported by level 2 Chance to Flee LocalIncreasedPhysicalDamagePercentUnique__17_ LocalAddedPhysicalDamageUniqueOneHandAxe3 IncreasedLifeUniqueOneHandAxe3 @@ -100,7 +98,7 @@ Tomahawk Variant: Pre 3.11.0 Variant: Current Requires Level 39, 81 Str, 56 Dex -{variant:1}LightningWarpSkillUniqueOneHandAxe8 +{variant:1}Grants level 1 Lightning Warp Skill {variant:2}TriggeredLightningWarpUnique__1__ {variant:1}LocalIncreasedPhysicalDamagePercentUnique__21 {variant:2}LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe8 @@ -143,7 +141,7 @@ Variant: Pre 1.0.0 Variant: Current Requires Level 59, 119 Str, 82 Dex {variant:1}LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7 -{variant:2}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 +{variant:2}LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1 LocalAddedPhysicalDamageOneHandAxe1 LocalIncreasedAttackSpeedUniqueOneHandAxe1 ColdResistUniqueOneHandAxe1_ @@ -154,7 +152,7 @@ Replica Soul Taker Siege Axe League: Heist Requires Level 59, 119 Str, 82 Dex -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 +LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1 LocalAddedPhysicalDamageOneHandAxe1 LocalCriticalStrikeChanceUnique__18 ColdResistUniqueOneHandAxe1_ @@ -176,7 +174,7 @@ LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7 {variant:2}LocalAddedPhysicalDamageUniqueTwoHandAxe7 LocalIncreasedAttackSpeedUniqueTwoHandAxe7 CausesBleedingUniqueTwoHandAxe7 -LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5 ++2 to Weapon range ]],[[ The Blood Reaper Headsman Axe @@ -231,7 +229,7 @@ Implicits: 1 Adds (7-12) to (16-25) Physical Damage LifeLeechPermyriadUniqueTwoHandAxe4 {variant:2}AttackSpeedAfterSavageHitTakenUnique__1 -Attacks have Blood Magic +AttacksHaveBloodMagic__1 ]],[[ Kaom's Primacy Karui Chopper @@ -242,7 +240,7 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 58, 151 Str, 43 Dex {variant:1,2}(160-220)% increased Physical Damage -{variant:3}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 +{variant:3}LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1 LifeGainedFromEnemyDeathUniqueTwoHandAxe1 {variant:1}LocalAddedFireDamageUniqueTwoHandAxe1 IncreasedAccuracyUniqueTwoHandAxe1 @@ -256,20 +254,22 @@ Source: Vendor recipe Variant: Pre 2.6.0 Variant: Pre 3.6.0 Variant: Pre 3.11.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 66, 140 Str, 86 Dex {variant:1,2}LocalIncreasedPhysicalDamagePercentUnique__43 {variant:3}(250-285)% increased Physical Damage -{variant:4}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9 +{variant:4}LocalIncreasedPhysicalDamagePercentUnique__25 +{variant:5}LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9 LocalIncreasedAttackSpeedUniqueTwoHandAxe9 -{variant:2,3,4}CriticalStrikeChanceUniqueBow9 +{variant:2,3,4,5}LocalCriticalStrikeChanceUnique__10 {variant:1}IncreasedManaUniqueTwoHandAxe9 DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9 {variant:1}Nearby Allies' spells have Culling Strike -{variant:2,3,4}DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9 -{variant:2,3,4}MeleeAttacksUsableWithoutManaUniqueOneHandAxe1 -{variant:3,4}DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9 -{variant:3,4}DisplayNearbyAlliesHaveFortifyTwoHandAxe9 +{variant:2,3,4,5}DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9 +{variant:2,3,4,5}MeleeAttacksUsableWithoutManaUniqueOneHandAxe1 +{variant:3,4,5}DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9 +{variant:3,4,5}DisplayNearbyAlliesHaveFortifyTwoHandAxe9 ]],[[ Kitava's Feast Void Axe @@ -277,18 +277,17 @@ Variant: Pre 3.5.0 Variant: Pre 3.11.0 Variant: Current Requires Level 68, 149 Str, 76 Dex -SupportedByMeleeSplashUnique__1_ +Socketed Gems are supported by level 25 Melee Splash {variant:1}LocalIncreasedPhysicalDamagePercentUniqueRapier1 -{variant:2}LocalIncreasedPhysicalDamagePercentUnique__38 +{variant:2}(265-330)% increased Physical Damage {variant:3}LocalIncreasedPhysicalDamagePercentUnique__23 LifeLeechPermyriadUniqueTwoHandAxe4 ManaLeechUniqueGlovesDexInt6 -Recover 5% of Maximum Life on Kill -EnemiesDestroyedOnKillUnique__1 +RecoverPercentMaxLifeOnKillUnique__1 +Enemies you hit are destroyed on Kill ]],[[ Limbsplit Woodsplitter -Upgrade: Upgrades to unique{The Cauteriser} via prophecy{Severed Limbs} Variant: Pre 3.11.0 Variant: Current Requires Level 13, 36 Str, 17 Dex @@ -301,7 +300,7 @@ NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9 ]],[[ The Cauteriser Woodsplitter -Source: Upgraded from unique{Limbsplit} using prophecy{Severed Limbs} +Source: Drops from any endgame map boss Variant: Pre 3.11.0 Variant: Current Requires Level 40, 36 Str, 17 Dex @@ -330,7 +329,7 @@ Reaper's Pursuit Shadow Axe Requires Level 33, 80 Str, 37 Dex LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe2 -LifeGainedFromEnemyDeathUniqueTwoHandAxe2 ++10 Life Gained on Kill ItemFoundRarityIncreaseUniqueTwoHandAxe2 MovementVelocityOnFullLifeUniqueTwoHandAxe2 NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9 @@ -354,7 +353,7 @@ League: Breach Source: Drops in Uul-Netol Breach or from unique{Uul-Netol, Unburdened Flesh} Upgrade: Upgrades to unique{Uul-Netol's Embrace} using currency{Blessing of Uul-Netol} Requires Level 49, 122 Str, 53 Dex -LocalIncreasedPhysicalDamagePercentUnique__36_ +LocalIncreasedPhysicalDamagePercentUnique__22 LocalReducedAttackSpeedUnique__2 CurseLevel10VulnerabilityOnHitUnique__1 Attacks have 25% chance to cause Bleeding when Hitting Cursed Enemies @@ -378,13 +377,13 @@ Poleaxe Variant: Pre 3.7.0 Variant: Current Requires Level 18, 44 Str, 25 Dex -SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandAxe5 +Socketed Gems are Supported by level 20 Increased Area of Effect LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe5 StrengthUniqueTwoHandAxe5 {variant:1}IncreasedAccuracyUniqueGlovesDexInt1 {variant:2}IncreasedAccuracyUniqueTwoHandAxe5 -ManaGainedFromEnemyDeathUniqueTwoHandAxe5 -LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5 ++10 Mana Gained on Kill ++2 to Weapon range ]],[[ Wings of Entropy Ezomyte Axe @@ -420,7 +419,7 @@ Implicits:1 {variant:1,2}25% of Block Chance applied to Spells {variant:3}7% chance to Block Spell Damage {variant:4}(6-7)% chance to Block Spell Damage -{variant:5}SpellBlockPercentageUniqueTwoHandAxe6 +{variant:5}(7-10)% chance to Block Spell Damage {variant:1}BlockWhileDualWieldingUnique__1 {variant:2,3,4}BlockWhileDualWieldingUniqueOneHandSword5 {variant:5}+(8-10)% Chance to Block Attack Damage while Dual Wielding diff --git a/src/Data/Uniques/Special/belt.lua b/src/Data/Uniques/Special/belt.lua index 859019c53e..7f8a6c9dd8 100644 --- a/src/Data/Uniques/Special/belt.lua +++ b/src/Data/Uniques/Special/belt.lua @@ -5,6 +5,8 @@ return { [[ Arn's Anguish Cloth Belt +Variant: Pre 3.17.0 +Variant: Current League: Ritual Requires Level 68 Implicits: 1 @@ -15,21 +17,23 @@ FireResistUnique__26 MinimumBrutalChargeModifiersEqualsEnduranceUnique__1 MaximumBrutalChargesEqualsEnduranceUnique__1__ GainBrutalChargesInsteadOfEnduranceUnique__1 +{variant:2}ChargeBonusMaximumEnduranceCharges ]],[[ Ascent From Flesh Chain Belt -Source: prophecy{Thaumaturgical History IV} Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 44 Implicits: 1 IncreasedEnergyShieldImplicitBelt1 IncreasedEvasionRatingUnique__2 {variant:1}{tags:jewellery_defense}+(35-45) to maximum Energy Shield -{variant:2}IncreasedEnergyShieldUnique__4 +{variant:2,3}IncreasedEnergyShieldUnique__4 AllResistancesUniqueBelt13 PhasingOnBeginESRechargeUnique___1 -6% chance to Dodge Attacks while Phasing +{variant:1,2}6% increased Evasion while Phasing +{variant:3}30% increased Evasion while Phasing MovementSpeedWhilePhasedUnique__2 ]],[[ Auxium @@ -92,7 +96,7 @@ Implicits: 1 IncreasedLifeImplicitBelt1 AddedPhysicalDamageUnique__9_ StunDurationImplicitBelt1 -Nearby Enemies are Crushed while you have least 25 Rage +EnemiesCrushedWithRageUnique__1_ PhysicalDamagePerRageUnique__1 MaximumRageUnique__1 ]],[[ @@ -143,12 +147,12 @@ Requires Level 22 Implicits: 1 IncreasedEnergyShieldImplicitBelt1 {variant:1}AllDamageUnique__2 -{variant:1}AllAttributesUniqueRing26 +{variant:1}AllAttributesUniqueHelmetStrInt5 {variant:2}AllAttributesUnique__12 {variant:2}CountOnFullLifeWhileAffectedByVulnerabilityUnique__1 MovementVelocityUnique__33_ Damage from Enemies Hitting you is Unlucky while you are Cursed with Vulnerability -UniqueSelfCurseVulnerabilityLevel10 +{tags:caster}You are cursed with Vulnerability, with 40% increased Effect ]],[[ Coward's Legacy Chain Belt @@ -186,7 +190,7 @@ Variant: Current Implicits: 1 AbyssJewelSocketUnique__3 AbyssJewelSocketUnique__3 -{variant:1}50% increased Effect of Socketed Jewels +{variant:1}50% increased Effect of Socketed Abyss Jewels {variant:2}AbyssJewelEffectUnique__1 ]],[[ Doryani's Invitation @@ -203,7 +207,7 @@ Variant: Current (Lightning) Requires Level 68 Implicits: 1 StrengthImplicitBelt1 -{variant:1,5}{tags:physical,attack}(20-30)% increased Physical Damage +{variant:1,5}{tags:physical}(20-30)% increased Physical Damage {variant:2,6}FireDamagePercentUniqueBelt9a {variant:3,7}ColdDamagePercentUniqueBelt9b {variant:4,8}LightningDamagePercentUniqueBelt9c @@ -251,7 +255,7 @@ IncreasedLifeFireResistUniqueBelt14 FireResistUniqueBelt14 ColdResistUniqueBelt14 {variant:1}{tags:attack,life}0.6% of Attack Damage Leeched as Life against Chilled enemies -{variant:2}LifeLeechPermyriadFromAttacksAgainstChilledEnemiesUniqueBelt14 +{variant:2}{tags:attack,life}1% of Attack Damage Leeched as Life against Chilled enemies {variant:1}{tags:jewellery_elemental,attack}Ignites you inflict with Attacks deal Damage 20% faster {variant:2}FasterBurnFromAttacksEnemiesUniqueBelt14 DealNoPhysicalDamageUniqueBelt14 @@ -263,7 +267,7 @@ Requires Level 18 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage ColdResistUnique__3 -BeltIncreasedFlaskDurationUnique__1 +60% increased Flask effect duration DisplayChaosDegenerationAuraUnique__1 IncreasedProjectileDamageUnique__5 30% reduced Flask Charges gained while using a Flask @@ -282,6 +286,8 @@ LifeLeechPermyriadUnique__2 ]],[[ The Flow Untethered Cloth Belt +Variant: Pre 3.16.0 +Variant: Current League: Harbinger Upgrade: Upgrades to unique{The Torrent's Reclamation} via currency{Time-light Scroll} Requires Level 60 @@ -289,8 +295,10 @@ Implicits: 1 StunRecoveryImplicitBelt1 HarbingerSkillOnEquipUnique__2 AttackAndCastSpeedUnique__1 -{tags:life}(15-20)% increased Life Recovery rate -LifeAndEnergyShieldRecoveryRateUnique_1 +{variant:1}{tags:life}(15-20)% increased Life Recovery rate +{variant:2}{tags:life}(10-15)% increased Life Recovery rate +{variant:1}{tags:jewellery_defense}(15-20)% increased Energy Shield Recovery rate +{variant:2}LifeAndEnergyShieldRecoveryRateUnique_1 (15-20)% increased Cooldown Recovery Speed DebuffTimePassedUnique__1 ]],[[ @@ -304,7 +312,7 @@ StunRecoveryImplicitBelt1 HarbingerSkillOnEquipUnique2_2 AttackAndCastSpeedUnique__1 {tags:life}(15-20)% increased Life Recovery rate -LifeAndEnergyShieldRecoveryRateUnique_1 +{tags:jewellery_defense}(15-20)% increased Energy Shield Recovery rate (15-20)% increased Cooldown Recovery Speed DebuffTimePassedUnique__1 ]],[[ @@ -315,7 +323,7 @@ Variant: Current Requires Level 48 Implicits: 1 IncreasedLifeImplicitBelt1 -{variant:1}PoachersMarkCurseOnHitHexproofUnique__1 +{variant:1}Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy IncreasedLifeUniqueGlovesInt3 {variant:1}CullingStrikePoachersMarkUnique__1 {variant:2}CullingStrikeCursedEnemyUnique__1_ @@ -326,6 +334,8 @@ NoArmourOrEnergyShieldUnique__1_ ]],[[ Graven's Secret Cloth Belt +Variant: Pre 3.17.0 +Variant: Current League: Ritual Requires Level 68 Implicits: 1 @@ -336,6 +346,7 @@ LightningResistUnique__24 MinimumAbsorptionChargeModifiersEqualsPowerUnique__1 MaximumAbsorptionChargesEqualsPowerUnique__1_ GainAbsorptionChargesInsteadOfPowerUnique__1 +{variant:2}IncreasedMaximumPowerChargesUnique__1 ]],[[ Headhunter Leather Belt @@ -359,7 +370,7 @@ StrengthUniqueBelt7 DexterityUniqueBelt7 IncreasedLifeUniqueBelt7 DamageOnMagicMonstersUnique__1_ -GainMagicMonsterModsOnKillUnique__1_ +20% chance when you Kill a Magic Monster to gain its Non-Bloodline Modifiers for 20 seconds ]],[[ Hyperboreus @@ -415,11 +426,11 @@ IncreasedLifeImplicitBelt1 IncreasedLifeUniqueBelt8 {tags:life}(67-75) Life Regenerated per second {tags:mana}(8-10) Mana Regenerated per second -{variant:1}-40% to all Elemental Resistances -{variant:3}-(15-25)% to all Elemental Resistances -{variant:1}-10% to all maximum Resistances -{variant:2}-5% to all maximum Resistances -{tags:physical}-(50-40) Physical Damage taken from Attacks +{variant:1}−40% to all Elemental Resistances +{variant:3}−(15-25)% to all Elemental Resistances +{variant:1}−10% to all maximum Resistances +{variant:2}−5% to all maximum Resistances +{tags:physical}−(50-40) Physical Damage taken from Attacks ArmourWhileNotIgnitedFrozenShockedBelt8 ]],[[ Leash of Oblation @@ -434,8 +445,6 @@ OfferingDurationUnique__1 ]],[[ The Magnate Studded Belt -Upgrade: Upgrades to unique{The Nomad} via prophecy{The Great Leader of the North} -Upgrade: Upgrades to unique{The Tactician} via prophecy{The Great Mind of the North} Variant: Pre 2.6.0 Variant: Current Requires Level 16 @@ -448,20 +457,20 @@ BeltIncreasedFlaskChargesGainedUniqueBelt2 ]],[[ The Nomad Studded Belt -Source: Upgraded from unique{The Magnate} via prophecy{The Great Leader of the North} +Source: Drops from any endgame map boss Requires Level 48 Implicits: 1 StunDurationImplicitBelt1 IncreasedPhysicalDamagePercentUniqueBelt2 StrengthUniqueBelt2 -DexterityUnique__11 +DexterityUnique__7 BeltIncreasedFlaskChargesGainedUniqueBelt2 AllResistanceAt200StrengthUnique__1 ProjectileAttackDamageAt200DexterityUnique__1 ]],[[ The Tactician Studded Belt -Source: Upgraded from unique{The Magnate} via prophecy{The Great Mind of the North} +Source: Drops from any endgame map boss Requires Level 48 Implicits: 1 StunDurationImplicitBelt1 @@ -472,13 +481,25 @@ BeltIncreasedFlaskChargesGainedUniqueBelt2 AllResistanceAt200StrengthUnique__1 CriticalStrikeChanceAt200IntelligenceUnique__1 ]],[[ +Mageblood +Heavy Belt +Requires Level 44 +Implicits: 1 +StrengthImplicitBelt1 +DexterityUnique__3 +FireResistUnique__24 +ColdResistUnique__6 +Magic Utility Flask cannot be Used +MagicUtilityFlasksAlwaysApplyUnique__1 +MagicUtilityFlasksCannotRemoveUnique__1 +]],[[ Maligaro's Restraint Chain Belt Requires Level 44 Implicits: 1 IncreasedEnergyShieldImplicitBelt1 AddedLightningDamageUniqueBelt12 -SelfShockDurationUniqueBelt12_ +100% increased Shock Duration on You ShocksReflectToSelfUniqueBelt12 DamageIncreaseWhileShockedUniqueBelt12 MovementVelocityWhileShockedUniqueBelt12 @@ -494,7 +515,7 @@ StrengthImplicitBelt1 {variant:2}AddedPhysicalDamageUniqueBelt4 StrengthUniqueBelt4 MaximumLifeUniqueBelt4 -ColdResistUniqueBelt4 +ColdResistUniqueBelt1 BeltFlaskLifeRecoveryRateUniqueBelt4 ]],[[ Mother's Embrace @@ -511,6 +532,8 @@ MinionFlaskDurationUnique__1 ]],[[ Olesya's Delight Cloth Belt +Variant: Pre 3.17.0 +Variant: Current League: Ritual Requires Level 68 Implicits: 1 @@ -521,6 +544,7 @@ MovementVelocityUnique__46 MinimumAfflictionChargeModifiersEqualsFrenzyUnique__1 MaximumAfflictionChargesEqualsFrenzyUnique__1 GainAfflictionChargesInsteadOfFrenzyUnique__1 +{variant:2}MaximumFrenzyChargesUnique__1 ]],[[ Perandus Blazon Cloth Belt @@ -533,19 +557,22 @@ AllAttributesUniqueBelt3 {variant:1}(8-12)% increased Quantity of Items found {variant:2}ItemFoundQuantityIncreaseUniqueBelt3 FireResistUniqueBelt3 -BeltIncreasedFlaskDurationUniqueBelt3 -{tags:physical}-2 Physical Damage taken from Attacks +20% increased Flask effect duration +{tags:physical}−2 Physical Damage taken from Attacks ]],[[ Perseverance Vanguard Belt +Variant: Pre 3.16.0 +Variant: Current Requires Level 78 Implicits: 1 ArmourAndEvasionImplicitBelt1 MaximumLifeUnique__6 ColdResistUniqueBelt14 AttackDamagePerLowestArmourOrEvasionUnique__1 -FortifyOnMeleeStunUnique__1 -OnslaughtWhileFortifiedUnique__1 +{variant:1}{tags:attack}14-20% chance to gain Fortify when you Stun an Enemy with Melee Damage +{variant:2}FortifyOnMeleeStunUnique__1 +You have Onslaught while you have Fortify ]],[[ Prismweave Rustic Sash @@ -601,7 +628,7 @@ ColdResistUniqueRing24 LifeLeechPermyriadUniqueBelt1 BeltIncreasedFlaskDurationUnique__1 30% reduced Flask Charges gained while using a Flask -EnemiesLoseLifePlayerLeechesUnique__1 +{tags:chaos,life}200% of Life Leech applies to enemies as Chaos Damage {tags:speed}15% increased Movement Speed while using a Flask ]],[[ Ryslatha's Coil @@ -625,7 +652,7 @@ Heavy Belt Requires Level: 44 Implicits: 1 StrengthImplicitBelt1 -IncreasedEnergyShieldPercentUnique__5 +IncreasedEnergyShieldPercentUnique__3 MaximumLifeUnique__16 ChaosResistUnique__17 MinionAttacksTauntOnHitChanceUnique__1 @@ -637,7 +664,7 @@ League: Heist Requires Level 44 Implicits: 1 StrengthImplicitBelt1 -IncreasedEnergyShieldPercentUnique__5 +IncreasedEnergyShieldPercentUnique__3 MaximumLifeUnique__16 FireResistUnique__24 MinionBurningCloudOnDeathUnique__1 @@ -650,13 +677,13 @@ Variant: Current Requires Level 48 Implicits: 1 StunRecoveryImplicitBelt1 -IntelligenceUnique__25 +IntelligenceUniqueDagger10_ MaximumEnergyShieldAsPercentageOfLifeUnique__1 {variant:1}Your Energy Shield starts at zero {variant:1}You cannot Recharge Energy Shield {variant:1}You cannot Regenerate Energy Shield {variant:1}{tags:jewellery_defense}You lose 5% of Energy Shield per second -{variant:1}{tags:resource,life}Life Leech effects are not removed at Full Life +{variant:1}{tags:life}Life Leech effects are not removed at Full Life {variant:1}{tags:life}Life Leech is applied to Energy Shield instead while on Full Life {variant:2}EnergyShieldStartsAtZero ]],[[ @@ -678,7 +705,7 @@ Implicits: 1 IncreasedLifeUniqueGlovesInt3 AllResistancesUniqueGlovesStrDex2 BeltFlaskManaRecoveryUnique__1 -IncreasedFlaskDurationUnique__1 +(20-30)% reduced Flask effect duration Gain Soul Eater during Flask Effect Lose Souls gained from Soul Eater on Flask Use ]],[[ @@ -752,8 +779,8 @@ Heavy Belt League: Ritual Requires Level 52 Implicits: 1 -{tags:jewellery_attribute}+(25-35)% to Strength -{tags:jewellery_defense}+(800-1200)% to Armour +StrengthImplicitBelt1 +IncreasedPhysicalDamageReductionRatingUnique__6_ LifeRegenerationUnique__2__ IncreasedStunThresholdUnique__1_ ArmourPerStrengthUnique__1_ @@ -767,17 +794,17 @@ Implicits: 1 IncreasedLifeImplicitBelt1 MaximumLifeUnique__1 {tags:life}2% of Life Regenerated per second -CannotBeAffectedByFlasksUnique__1 +Flasks do not apply to You FlasksApplyToMinionsUnique__1 ]],[[ Wurm's Molt Leather Belt Requires Level 8 Implicits: 1 -IncreasedLifeImplicitBelt1 +{tags:life}+(25-40) to Maximum Life StrengthUniqueBelt1 IntelligenceUniqueBelt1 -ColdResistUniqueBelt4 +ColdResistUniqueBelt1 LifeLeechPermyriadUniqueBelt1 ManaLeechPermyriadUniqueBelt1 ]], diff --git a/src/Data/Uniques/Special/body.lua b/src/Data/Uniques/Special/body.lua index 1079c3ec55..2d657c4074 100644 --- a/src/Data/Uniques/Special/body.lua +++ b/src/Data/Uniques/Special/body.lua @@ -17,42 +17,49 @@ HasMassiveShrineBuffUnique__1 ]],[[ Bramblejack Plate Vest -Upgrade: Upgrades to unique{Wall of Brambles} via prophecy{The King and the Brambles} AddedPhysicalDamageUniqueBodyStr2 IncreasedLifeUniqueBodyStr2 --2 Physical Damage taken from Attacks +−2 Physical Damage taken from Attacks PhysicalDamageTakenPercentToReflectUniqueBodyStr2 ]],[[ Wall of Brambles Plate Vest -Source: Upgraded from unique{Bramblejack} using prophecy{The King and the Brambles} +Source: No longer obtainable Requires Level 30 AddedPhysicalDamageUniqueBodyStr2 LocalIncreasedPhysicalDamageReductionRatingTransformedUnique__1 IncreasedLifeUniqueBodyStr2 --2 Physical Damage taken from Attacks +−2 Physical Damage taken from Attacks PhysicalDamageTakenPercentToReflectUniqueBodyStr2 ]],[[ The Brass Dome Gladiator Plate Source: Drops from unique{Guardian of the Minotaur} +Variant: Pre 3.16.0 +Variant: Current Requires Level 65, 177 Str -30% reduced Chance to Block Attacks and Spells -LocalIncreasedPhysicalDamageReductionRatingPercentUnique__3 -MovementSkillCooldownReducedMoveSpeedImplicitR2_ -SelfShockDurationUnique__2 +{variant:1}(600-650)% increased Armour +{variant:2}LocalIncreasedPhysicalDamageReductionRatingPercentUnique__3 +{variant:1}30% reduced Chance to Block Attacks and Spells +{variant:1}MovementSkillCooldownReducedMoveSpeedImplicitR2_ +{variant:1}50% increased Shock Duration on You TakeNoExtraDamageFromCriticalStrikesUnique__1 +{variant:2}+(1-5) to all maximum Elemental Resistances +{variant:2}Strength provides no bonus to Maximum Life ]],[[ Craiceann's Carapace Golden Plate +Variant: Pre 3.16.0 +Variant: Current League: Bestiary Source: Drops from unique{Craiceann, First of the Deep} Requires Level 56, 152 Str GrantsCrabAspect1_ -LocalIncreasedPhysicalDamageReductionRatingPercentUnique__16 +{variant:1}(300-350)% increased Armour +{variant:2}LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6 IncreasedLifeUnique__72_ FireAndColdResistUnique__3 -BleedingImmunityUnique__1 +ChanceToAvoidBleedingUnique__2_ MaximumCrabBarriersUnique__1 ]],[[ Death's Oath @@ -63,7 +70,7 @@ Variant: Current Requires Level 62, 180 Str Implicits: 1 AllResistancesImplicitVictorAmulet -{variant:3}ChaosDegenAuraUnique__1 +{variant:3}Grants level 20 Death Aura Skill AllAttributesUniqueBodyStr3 {variant:3}IncreasedLifeUniqueBodyDex6 IncreasedAttackSpeedUniqueBodyStr3 @@ -76,13 +83,16 @@ ItemBloodFootstepsUniqueBodyStr3 ]],[[ Doppelgänger Guise Sadist Garb +Variant: Pre 3.17.0 +Variant: Current League: Ritual Requires Level 68, 103 Dex, 109 Int Implicits: 0 GrantsUnhingeUnique__1 CriticalStrikeChanceFinalUnhingedUnique__1 EnemiesExplodeOnKillUnhingedUnique__1_ -PhysicalChaosDamageTakenNotUnhingedUnique__1_ +{variant:1}(15-25)% less Physical and Chaos Damage Taken while Sane +{variant:2}PhysicalChaosDamageTakenNotUnhingedUnique__1_ RegenerateLifeNotUnhingedUnique__1 ]],[[ Greed's Embrace @@ -90,9 +100,9 @@ Golden Plate Requires Level 56, 106 Str ItemFoundQuantityIncreaseUniqueBodyStr5 ItemFoundRarityIncreaseUniqueBodyStr5 -FireResistUniqueBodyStr5 +−10% to Fire Resistance ColdResistUniqueBodyStr5 -LightningResistUniqueBodyStr5 +−20% to Lightning Resistance MovementVelocityUniqueBodyStr5 ReducedStrengthRequirementUniqueBodyStr5 ]],[[ @@ -122,13 +132,13 @@ Requires Level 59, 160 Str LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6 IncreasedLifeUniqueBodyStr6 ManaLeechPermyriadUniqueBodyStr6 -SocketedGemsSupportedByPierceUniqueBodyStr6 +Socketed Gems are Supported by level 15 Pierce ChanceToBePiercedUniqueBodyStr6 {variant:2}DexterityRequirementsUnique__1 ]],[[ Iron Heart Crusader Plate -Upgrade: Upgrades to unique{The Iron Fortress} via prophecy{Battle Hardened} +Source: No longer obtainable Requires Level 59, 160 Str (80-100)% increased Armour 10% reduced Movement Speed @@ -138,12 +148,11 @@ Strength's Damage Bonus instead grants 3% increased Melee Physical Damage per 10 ]],[[ The Iron Fortress Crusader Plate -Source: Upgraded from unique{Iron Heart} via prophecy{Battle Hardened} -Requires Level 68, 160 Str +Requires Level 59, 160 Str BlockChancePer50StrengthUnique__1 ExtraRollsSpellBlockUnique__1 StrengthUnique__13_ -LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9 +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__15 MovementSkillCooldownReducedMoveSpeedImplicitR2_ Strength's Damage Bonus instead grants 3% increased Melee Physical Damage per 10 Strength ]],[[ @@ -161,7 +170,7 @@ IncreasedLifeUniqueBodyStrDex3_ Allow2ActiveBannersUnique__1 Add1StageToBannersOnMeleeHitUpTo5PerSecondUnique__1 {variant:1}BannerAdrenalineDurationUnique__1 -{variant:2}BannerFortifyDurationUnique__1 +{variant:2}BannerMaxFortificationUnique__1 {variant:3}BannerTauntDurationUnique__1_ ]],[[ Solaris Lorica @@ -171,11 +180,11 @@ Variant: Current Requires Level 17, 53 Str StrengthUniqueBodyStr4 LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 -LightRadiusUniqueBodyInt8 -ChaosTakenOnES -{variant:1}-10 Chaos Damage taken +LightRadiusUniqueBodyStr4 +Chaos Damage does not bypass Energy Shield +{variant:1}−10 Chaos Damage taken {variant:2}-(30-40) Chaos Damage taken -{variant:2}ChaosDamageOverTimeUnique__1 +{variant:2}25% reduced Chaos Damage Taken Over Time ]], -- Body: Evasion [[ @@ -184,17 +193,16 @@ Buckskin Tunic Variant: Pre 2.6.0 Variant: Current Requires Level 17, 53 Dex -{variant:2}ItemActsAsFireDamageSupportUniqueSceptre2 +{variant:2}Socketed Gems are Supported by level 10 Added Fire Damage LocalIncreasedEvasionRatingPercentUniqueBodyDex3 -{variant:2}IncreasedLifeUniqueAmulet4 +{variant:2}IncreasedLifeUnique__20 FireResistUniqueBodyDex3 AvoidIgniteUniqueBodyDex3 RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3 --(5-7) Physical Damage taken from Attacks +−(5-7) Physical Damage taken from Attacks ]],[[ Briskwrap Strapped Leather -Upgrade: Upgrades to unique{Wildwrap} via prophecy{Last of the Wildmen} Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Current @@ -210,7 +218,7 @@ FlaskManaRecoveryUniqueBodyDex7 ]],[[ Wildwrap Strapped Leather -Source: Upgraded from unique{Briskwrap} via prophecy{Last of the Wildmen} +Source: Drops from any endgame map boss Requires Level 57, 32 Dex IncreasedAttackSpeedUniqueBodyDex7 IncreasedEvasionRatingUnique__5_ @@ -249,7 +257,6 @@ IgnoreHexproofUnique___1 ]],[[ Foxshade Wild Leather -Upgrade: Upgrades to unique{Fox's Fortune} via prophecy{Dark Instincts} Variant: Pre 2.6.0 Variant: Current Requires Level 25, 73 Dex @@ -262,7 +269,7 @@ MovementVelocityUniqueBodyDex5 ]],[[ Fox's Fortune Wild Leather -Source: Upgraded from unique{Foxshade} via prophecy{Dark Instincts} +Source: No longer obtainable Requires level 54, 73 Dex AddedPhysicalDamageUniqueBodyDex4 DexterityUniqueBodyDex4 @@ -282,7 +289,7 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 65, 197 Dex {variant:1,2,3}DexterityUniqueBodyDex4 -{variant:4,5,6}DexterityUniqueBodyDex1 +DexterityUniqueBodyDex1 {variant:1,2,3}Adds 13 to 24 Cold Damage to Bow Attacks {variant:4}Adds (50-60) to (70-80) Cold Damage to Bow Attacks {variant:5}Adds (173-188) to (240-262) Cold Damage to Bow Attacks @@ -290,13 +297,11 @@ Requires Level 65, 197 Dex {variant:1}LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1 {variant:2,3,4,5,6}LocalIncreasedEvasionRatingPercentUniqueBodyDex1 IncreasedChillDurationUniqueBodyDex1 -{variant:1,2}Acrobatics -{variant:3,4,5,6}10% chance to Dodge Attacks -{variant:3,4,5,6}10% chance to Dodge Spell Damage +{variant:1,2}KeystonePhaseAcrobaticsUnique__1 +{variant:3,4,5,6}30% chance to Suppress Spell Damage ]],[[ Kintsugi Exquisite Leather -Source: prophecy{Deadly Rivalry V} Requires Level 62, 170 Dex LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 IncreasedLifeUniqueBodyDexInt3 @@ -317,7 +322,7 @@ ColdResistanceBodyDex6 LightningResistanceBodyDex6 MovementVeolcityUniqueBodyDex6 MovementVelicityPerEvasionUniqueBodyDex6 --(50-40) Physical Damage taken when hit by Animals +−(50-40) Physical Damage taken when hit by Animals ]],[[ The Rat Cage Sharkskin Tunic @@ -327,7 +332,7 @@ Variant: Current Requires Level 56, 152 Dex LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 IncreasedLifeUniqueBodyStrDex5 -{variant:1}-5% to maximum Fire Resistance +{variant:1}−5% to maximum Fire Resistance {variant:2}FireResistUnique__11 MovementVelocityUniqueBodyStrDex5_ IncreasedFireDamageTakenUniqueBodyStrDex5 @@ -338,62 +343,59 @@ Coronal Leather League: Breach Source: Drops in Tul Breach or from unique{Tul, Creeping Avalanche} Upgrade: Upgrades to unique{The Perfect Form} using currency{Blessing of Tul} +Variant: Pre 3.16.0 +Variant: Current Requires Level 49, 134 Dex DexterityUnique__5 -LocalIncreasedEvasionRatingPercentUnique__5 +{variant:1}LocalIncreasedEvasionRatingPercentUniqueShieldDex4 +{variant:2}LocalIncreasedEvasionRatingPercentUniqueBodyDex3 IncreasedLifeUniqueShieldStr5 -10% chance to Dodge Spell Damage +{variant:1}10% chance to Suppress Spell Damage +{variant:2}20% chance to Suppress Spell Damage ArcticArmourBuffEffectUnique__1_ -EvasionIncreasedByUncappedColdResistanceUnique__1 +{variant:1}Evasion Rating is increased by Uncapped Cold Resistance +{variant:2}EvasionIncreasedByUncappedColdResistanceUnique__1 ]],[[ The Perfect Form Zodiac Leather League: Breach Source: Upgraded from unique{The Snowblind Grace} using currency{Blessing of Tul} +Variant: Pre 3.16.0 +Variant: Current Requires Level 65, 197 Dex -LocalIncreasedEvasionRatingPercentUnique__5 -IncreasedLifeUnique__37 +{variant:1}LocalIncreasedEvasionRatingPercentUniqueShieldDex4 +{variant:2}LocalIncreasedEvasionRatingPercentUniqueBodyDex3 +{variant:1}IncreasedLifeUnique__23 +{variant:2}IncreasedLifeUniqueBodyStrDex4 ColdResistUnique__14 -PercentageDexterityUnique__4 +{variant:1}(5-10)% increased Dexterity +{variant:2}PercentageDexterityUnique__4 ArcticArmourReservationCostUnique__1 -EvasionIncreasedByUncappedColdResistanceUnique__1 +{variant:1}Evasion Rating is increased by Uncapped Cold Resistance +{variant:2}EvasionIncreasedByUncappedColdResistanceUnique__1 KeystonePhaseAcrobaticsUnique__1 ]],[[ Replica Perfect Form Zodiac Leather League: Heist Requires Level 65, 197 Dex -PercentageDexterityUnique__4 -LocalIncreasedEvasionRatingPercentUnique__5 -IncreasedLifeUnique__37 +(5-10)% increased Dexterity +LocalIncreasedEvasionRatingPercentUniqueShieldDex4 +IncreasedLifeUnique__23 ColdResistUnique__14 FleshAndStoneManaReservationUnique__1_ -EvasionIncreasedByUncappedColdResistanceUnique__1 +Evasion Rating is increased by Uncapped Cold Resistance KeystoneHollowPalmTechniqueUnique__1 ]],[[ -The Queen's Hunger -Vaal Regalia -League: Betrayal -Variant: Pre 3.8.0 -Variant: Current -Requires Level 68, 194 Int -TriggerRandomOfferingSkillUnique__1 -Offering Skills Triggered this way also affect you -{variant:1}Your Offerings have 25% reduced Effect on you -IncreasedCastSpeedUnique__15_ -LocalIncreasedEnergyShieldPercentUnique__20_ -MaximumLifeUnique__16 -]],[[ Yriel's Fostering Exquisite Leather -Source: Drops from The Pale Council Variant: Rhoa Variant: Snake Variant: Ursa Requires Level 62, 170 Dex -{variant:1}GrantsSummonBeastRhoaUnique__1 -{variant:2}GrantsSummonBeastSnakeUnique__1 -{variant:3}GrantsSummonBeastUrsaUnique__1 +{variant:1}Grants level 20 Summon Bestial Rhoa Skill +{variant:2}Grants level 20 Summon Bestial Snake Skill +{variant:3}Grants level 20 Summon Bestial Ursa Skill IncreasedAccuracyUnique__1 LocalIncreasedEvasionRatingPercentUnique__9 IncreasedLifeUniqueBodyStrDexInt1 @@ -418,7 +420,7 @@ LocalIncreasedEnergyShieldPercent___3 {variant:2}IncreasedEnergyShieldUniqueRing27 10% increased Area of Effect of Area Skills IncreasedDamageTakenUnique__1 -EnergyShieldRecoveryRateUnique__1 +(30-40)% increased Energy Shield Recovery Rate ]],[[ Cloak of Flame Scholar's Robe @@ -458,16 +460,16 @@ Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current Requires Level 49, 134 Int -SocketedGemsHaveAddedChaosDamageUniqueBodyInt3 +Socketed Gems are Supported by level 15 Added Chaos Damage IntelligenceUniqueBodyInt3 {variant:1,2,3}MaximumLifeUniqueAmulet6 {variant:4,5}MaximumLifeUniqueBodyInt3 {variant:1}LocalIncreasedEnergyShieldPercentUniqueBodyInt8 -{variant:2}LocalIncreasedEnergyShieldPercentUnique__21 +{variant:2}LocalIncreasedEnergyShieldPercentUnique__19 {variant:3,4}(280-320)% increased Energy Shield {variant:5}LocalIncreasedEnergyShieldUniqueBodyInt3 {variant:1,2,3}BloodMagic -{variant:4,5}Socketed Gems have Blood Magic +{variant:4,5}SocketedemsHaveBloodMagicUniqueShieldStrInt2 ]],[[ Dialla's Malefaction Sage's Robe @@ -484,11 +486,11 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 65, 187 Int Socketed Curse Gems are Supported by Level 20 Blasphemy -GrantCursePillarSkillUnique +GrantCursePillarSkillUnique__ Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned -Hexes from Socketed Skills ignore Curse Limit +Hexes from Socketed Skills can apply 5 additional Curses +(30-40) to Intelligence -(130-150)% increased Energy Shield +LocalIncreasedEnergyShieldPercentUnique__14 {variant:1}(25-33)% reduced Effect of your Curses ]],[[ Fenumus' Shroud @@ -509,7 +511,7 @@ League: Harvest Requires Level 59, 160 Int LocalIncreasedEnergyShieldUniqueBodyInt1 Minions Convert 2% of their Maximum Life to Maximum Energy Shield per 1% Chaos Resistance they have -MinionChaosDamageDoesNotBypassESUnique__1 +Chaos Damage does not bypass Minions' Energy Shield MinionEnergyShieldRechargeDelayUnique__1 MinionHitsIgnoreResistanceWithESUnique__1_ ]],[[ @@ -518,7 +520,7 @@ Savant's Robe League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 56, 152 Int -LocalIncreasedEnergyShieldPercentUnique__24 +{fractured}LocalIncreasedEnergyShieldPercentUnique__24 StrengthIntelligenceRequirementsUnique__1 DivineChargeOnHitUnique__1_ Gain a Divine Charge on Hit @@ -570,7 +572,7 @@ SpellDamageImplicitArmour1 ReducedEnergyShieldDelayUniqueBodyInt1 LightningResistUniqueBodyInt1 AttackerTakesLightningDamageUniqueBodyInt1 -ChaosTakenOnES +Chaos Damage does not bypass Energy Shield ]],[[ Skin of the Loyal Simple Robe @@ -586,15 +588,18 @@ Soul Mantle Spidersilk Robe Variant: Pre 1.2.0 Variant: Pre 2.6.0 +Variant: Pre 3.16.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 49, 134 Int {variant:1,2}Socketed Gems are Supported by level 14 Spell Totem -{variant:3}DisplaySocketedGemGetsSpellTotemBodyInt7 +{variant:3,4,5}Socketed Gems are Supported by level 20 Spell Totem SpellDamageUniqueBodyInt7 LocalIncreasedEnergyShieldUniqueBodyInt7 {variant:1}25% increased Totem Life -{variant:2,3}TotemLifeUniqueBodyInt7 -Can have up to 1 additional Totem summoned at a time +{variant:2,3}50% increased Totem Life +{variant:4,5}TotemLifeUniqueBodyInt7 +{variant:1,2,3,4}Can have up to 1 additional Totem summoned at a time RandomlyCursedWhenTotemsDieUniqueBodyInt7 ]],[[ Tabula Rasa @@ -605,7 +610,7 @@ Thousand Ribbons Simple Robe Variant: Pre 3.0.0 Variant: Current -SocketedGemsGetElementalProliferationUniqueBodyInt5 +Socketed Gems are Supported by level 5 Elemental Proliferation AddedFireDamageUniqueBodyInt5 AddedColdDamageUniqueBodyInt5 AddedLightningDamageUniqueBodyInt5_ @@ -627,9 +632,9 @@ Requires Level 59, 160 Int {variant:1}LocalIncreasedEnergyShieldUniqueBodyInt7 {variant:2,3}LocalIncreasedEnergyShieldUniqueBodyInt9 IncreasedManaUniqueBodyInt9 -MinionLifeUniqueBodyInt9 +Minions have 20% reduced Maximum Life MinionDamageUniqueBodyInt9 -{variant:1,2}MaximumMinionCountUniqueBodyInt9 +{variant:1,2}+1 to Maximum number of Spectres {variant:1}Minions gain Unholy Might for 5 seconds on Kill {variant:2}MinionUnholyMightOnKillUniqueBodyInt9 {variant:3}MinionElementalDamageAddedAsChaosUnique__1 @@ -647,7 +652,7 @@ Requires Level 37, 104 Int {variant:4}LocalIncreasedEnergyShieldPercentUniqueBodyInt8 {variant:1}+(20-25)% to Chaos Resistance {variant:2,3,4}ChaosResistUniqueBodyInt8 -LightRadiusUniqueBodyInt8 +LightRadiusUniqueBodyStr4 {variant:1}25% chance on Block to create Consecrated Ground {variant:2}50% chance on Block to create Consecrated Ground {variant:3,4}100% chance on Block to create Consecrated Ground @@ -661,7 +666,7 @@ LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStrDex1 MaximumLifeUniqueBodyStrDex1 AllResistancesUniqueBodyStrDex1 FlaskLifeRecoveryRateUniqueBodyStrDex1 -ExtraGore +Extra Gore ]],[[ Cherrubim's Maleficence Triumphant Lamellar @@ -680,19 +685,20 @@ Daresso's Defiance Full Dragonscale Variant: Pre 2.6.0 Variant: Pre 3.5.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 63, 115 Str, 94 Dex -LocalIncreasedArmourAndEvasionUniqueBodyStrDex4 +{variant:1,2,3}LocalIncreasedArmourAndEvasionUniqueBodyStrDex4 +{variant:4}LocalIncreasedArmourAndEvasionRatingUniqueBodyStrDex3 {variant:1,2}IncreasedLifeUniqueShieldStr5 -{variant:3}IncreasedLifeUniqueBodyStrDex3_ +{variant:3,4}IncreasedLifeUniqueBodyStrDex3_ LifeLeechPermyriadUniqueBodyStrDex3 -6% Chance to Dodge Attacks LoseEnduranceChargesWhenHitUniqueBodyStrDex3 EnduranceChargeOnKillUniqueBodyStrDex3 {variant:1}You gain Onslaught for 1 second per Endurance Charge when Hit {variant:2}You gain Onslaught for 2 second per Endurance Charge when Hit -{variant:3}You gain Onslaught for 5 second per Endurance Charge when Hit -{variant:3}OnslaughtEffectUnique__1 +{variant:3,4}You gain Onslaught for 5 second per Endurance Charge when Hit +{variant:3,4}OnslaughtEffectUnique__1 ]],[[ Farrul's Fur Triumphant Lamellar @@ -711,7 +717,7 @@ Triumphant Lamellar League: Heist Requires Level 69, 95 Str, 116 Dex LocalIncreasedArmourAndEvasionUnique__7 -IncreasedLifeUniqueHelmetDex4 +IncreasedLifeUniqueBodyStrInt7 +2.00 seconds to Cat's Agility Duration CatAspectReservesNoManaUnique__1___ GainMaxFrenzyAndEnduranceOnCatsAgilityUnique__1 @@ -741,7 +747,7 @@ Requires Level 60, 96 Str, 96 Dex AddedLightningDamageUniqueBodyStrDex2 LocalIncreasedArmourAndEvasionUniqueBodyStrDex2 IncreasedLifeUniqueBodyDexInt3 -LightningResistUniqueBodyStrDex2 +−60% to Lightning Resistance {variant:1}40% of Physical Damage from Hits taken as Lightning Damage {variant:2}PhysicalDamageTakenAsLightningPercentUniqueBodyStrDex2 ]],[[ @@ -803,7 +809,7 @@ Doryani's Prototype Saint's Hauberk League: Harvest Requires Level 67, 109 Str, 94 Int -LocalIncreasedArmourAndEnergyShieldUnique__21 +LocalIncreasedArmourAndEnergyShieldUnique__15 IncreasedLifeUniqueBodyStrDex3_ DealNoNonLightningDamageUnique__1_ ArmourAppliesToLightningDamageUnique__1_ @@ -827,7 +833,6 @@ ZealotsOathUnique__1 ]],[[ Icetomb Latticed Ringmail -Upgrade: Upgrades to unique{Crystal Vault} via prophecy{End of the Light} Variant: Pre 2.0.0 Variant: Current Requires Level 39, 59 Str, 59 Int @@ -842,7 +847,7 @@ IncreasedChillDurationUniqueBodyStrInt3 ]],[[ Crystal Vault Latticed Ringmail -Source: Upgraded from unique{Icetomb} via prophecy{End of the Light} +Source: No longer obtainable Requires Level 49, 59 Str, 59 Int StrengthUniqueBodyStrInt3 IntelligenceUniqueBodyStrInt3 @@ -931,7 +936,7 @@ HasSixSocketsUnique__1 AllAttributesUnique__6 AddedPhysicalDamageUnique__6_ CriticalStrikeChanceUnique__4_ -LocalIncreasedEnergyShieldUnique__7 +LocalIncreasedEnergyShieldUnique__30__ IncreasedLifeUnique__106_ IncreasedManaUnique__20_ ItemFoundRarityIncreaseUnique__3 @@ -944,7 +949,7 @@ Requires Level 58, 84 Str, 84 Int League: Blight SupportedByMeatShieldUnique__1 LocalIncreasedArmourAndEnergyShieldUnique__17_ -IncreasedLifeUnique__37 +IncreasedLifeUnique__23 DamagePerZombieUnique__1 ElementalDamageTakenPerZombieUnique__1 ]],[[ @@ -978,13 +983,16 @@ AddPowerChargeOnCrit1__ [[ Bloodbond Bone Armour +Variant: Pre 3.16.0 +Variant: Current Requires Level 35, 53 Dex, 53 Int Grants Level 15 Blood Offering Skill (100-120)% increased Evasion and Energy Shield (15-25)% increased maximum Life Minions have (20-30)% increased maximum Life 1% of Life Regenerated per second -Minions have (6-10)% chance to Dodge Attacks +{variant:1}Minions have (6-10)% chance to Suppress Spell Damage +{variant:2}Minions have (12-15)% chance to Suppress Spell Damage ]],[[ Carcass Jack Varnished Coat @@ -1114,7 +1122,7 @@ Source: Drops from unique{Saqawal, First of the Sky} Requires Level 65, 107 Dex, 90 Int AllAttributesUnique__5 LightningResistUniqueBodyInt1 -ReducedManaReservationCostUnique__2 +ManaReservationEfficiencyUnique__2 AvianAspectBuffEffectUnique__1 GrantAviansAspectToAlliesUnique__1 LocalFlatIncreasedEvasionAndEnergyShieldUnique__2_ @@ -1149,6 +1157,18 @@ Implicits: 1 IncreasedManaImplicitArmour1 AbyssJewelSocketUnique__14 ]],[[ +Stasis Prison +Carnal Armour +Source: Drops in Uber Timeless Conflict +Requires Level 71, 88 Dex, 122 Int +Implicits: 1 +IncreasedManaImplicitArmour1 +LocalIncreasedEvasionAndEnergyShieldUnique__33 +IncreasedLifeUniqueBodyStrInt7 +ChronomanceReservesNoMana +DamageTakenGainedAsLifeUnique__2 +Debuffs on you Expire (80-100)% faster +]],[[ Tinkerskin Sadist Garb Requires Level 68, 103 Dex, 109 Int @@ -1163,18 +1183,20 @@ GainEnergyShieldOnTrapTriggeredUnique__1_ Victario's Influence Lacquered Garb Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 52, 76 Dex, 76 Int LocalIncreaseSocketedAuraGemLevelUniqueBodyDexInt4 -{variant:1}SocketedItemsHaveReducedReservationUnique__1 -{variant:2}SocketedItemsHaveReducedReservationUniqueBodyDexInt4 +{variant:1}Socketed Gems have 40% increased Mana Reservation Efficiency +{variant:2}Socketed Gems have 60% increased Mana Reservation Efficiency +{variant:3}SocketedItemsHaveReducedReservationUniqueBodyDexInt4 {variant:1}Socketed Gems are Supported by level 1 Generosity -{variant:2}SupportedByGenerosityUniqueBodyDexInt4_ +{variant:2,3}Socketed Gems are Supported by level 30 Generosity LocalIncreasedEvasionAndEnergyShieldUniqueBodyDexInt1 {variant:1}(10-20)% increased Radius of Auras -{variant:2}IncreasedAuraRadiusUniqueBodyDexInt4 +{variant:2,3}IncreasedAuraRadiusUniqueBodyDexInt4 {variant:1}(10-15)% increased effect of Non-Curse Auras you Cast -{variant:2}IncreasedAuraEffectUniqueBodyDexInt4 +{variant:2,3}IncreasedAuraEffectUniqueBodyDexInt4 ]], -- Body: Armour/Evasion/Energy Shield [[ @@ -1219,12 +1241,12 @@ GlobalVaalGemsLevelImplicit1_ {variant:6,15}LocalIncreasedEnergyShieldUniqueBodyStrDexInt1g {variant:7,8,16,17}LocalIncreasedArmourAndEnergyShieldUniqueBodyStrDexInt1h {variant:9,18}LocalArmourAndEvasionAndEnergyShieldUniqueBodyStrDexInt1i -{variant:1,2,3,4,7,10,11,12,13,16}IncreasedLifeUniqueBodyStrDexInt1 +{variant:1,2,3,4,7,10,11,12,13,16}+(90-100) to Maximum Life {variant:5,6,8}+(90-100) to Maximum Energy Shield -{variant:14,15,17}IncreasedEnergyShieldUniqueBodyStrDexInt1 +{variant:14,15,17}+(70-80) to Maximum Energy Shield AllResistancesUniqueBodyStrDexInt1 -LifeGainedFromEnemyDeathUniqueBodyStrDexInt1 -ManaGainedFromEnemyDeathUniqueBodyStrDexInt1 ++100 Life Gained on Kill ++100 Mana Gained on Kill ]],[[ Shadowstitch Sacrificial Garb @@ -1234,10 +1256,10 @@ Variant: Current Requires Level 72, 66 Str, 66 Dex, 66 Int Implicits: 0 DisplayHasAdditionalModUnique__1 -AllAttributesUnique__8_ +AllAttributesUniqueBelt3 {variant:2}LocalIncreasedArmourEvasionEnergyShieldUnique__1_ -Recover (3-5)% of Maximum Life on Kill -Recover (3-5)% of Maximum Energy Shield on Kill +MaximumLifeOnKillPercentUnique__3__ +MaximumEnergyShieldOnKillPercentUnique__1 6% increased Maximum Life for each Equipped Corrupted Item 8% increased Maximum Energy Shield for each Equipped Corrupted Item -(6-4)% to all Resistances for each Equipped Corrupted Item diff --git a/src/Data/Uniques/Special/boots.lua b/src/Data/Uniques/Special/boots.lua index 2563ae0505..7e2ce6f21e 100644 --- a/src/Data/Uniques/Special/boots.lua +++ b/src/Data/Uniques/Special/boots.lua @@ -11,7 +11,7 @@ Requires Level 54, 95 Str LocalIncreasedPhysicalDamageReductionRatingPercentUnique__18 IncreasedLifeUniqueBootsDex9__ ColdResistUnique__24 -MovementVelocityUniqueBootsStrDex5 +MovementVelocityUniqueBootsStrInt3 CannotBeStunned10CrabBarriersUnique__1 CrabBarriersLostWhenHitUnique__1_ ]],[[ @@ -58,7 +58,7 @@ Source: Upgraded from unique{The Infinite Pursuit} using currency{Blessing of Uu Requires Level 68, 120 Str LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 IncreasedLifeUniqueBootsDex9__ -MovementVelocityUniqueBootsStrDex5 +MovementVelocityUniqueBootsStrInt3 FrenzyChargeOnHitWhileBleedingUnique__1 MovementVelocityWhileBleedingUnique__1 PhysicalDamageReductionWhileNotMovingUnique__1 @@ -71,12 +71,12 @@ League: Heist Requires Level 68, 120 Str LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 IncreasedLifeUniqueAmulet25 -MovementVelocityUniqueBootsStrDex5 +MovementVelocityUniqueBootsStrInt3 PowerChargeOnHitWhilePoisonedUnique__1 ChaosResistanceWhileStationaryUnique__1 MovementSpeedWhilePoisonedUnique__1 -Necrotic Footprints -50% chance for Spell Hits against you to inflict Poison +ItemNecroticFootprintsUnique__1s +ChanceToBePoisonedBySpellsUnique__1_ ]],[[ Kaom's Roots Titan Greaves @@ -102,7 +102,7 @@ StunThresholdReductionUniqueBootsStr3 LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBootsStr3 FireResistUniqueBootsStr3_ {variant:1}MovementVeolcityUniqueBootsDemigods1 -{variant:2}MovementVelocityUniqueBootsStrDex5 +{variant:2}MovementVelocityUniqueBootsStrInt3 ImmuneToBurningGroundUniqueBootsStr3 ]],[[ Stormcharger @@ -116,16 +116,19 @@ ShockEffectUnique__2 ]],[[ Torchoak Step Antique Greaves +Variant: Pre 3.16.0 +Variant: Current Requires Level 37, 67 Str LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6 -TotemLifeUnique__2_ -MovementVelocityUniqueBootsStrDex5 +{variant:1}(30-50)% increased Totem Life +{variant:2}TotemLifeUnique__2_ +MovementVelocityUniqueBootsStrInt3 SummonTotemCastSpeedUnique__2 -TotemReflectFireDamageUnique__1_ +{variant:1}Totems Reflect 25% of their maximum Life as Fire Damage to nearby Enemies when Hit +{variant:2}TotemReflectFireDamageUnique__1_ ]],[[ Windscream Reinforced Greaves -Upgrade: Upgrades to unique{Windshriek} via prophecy{Darktongue's Shriek} Variant: Pre 2.6.0 Variant: Current Requires Level 33, 60 Str @@ -133,17 +136,17 @@ LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStr1 AllResistancesUniqueBootsStr1 {variant:1}MovementVelocityUniqueBootsDex2 {variant:2}MovementVelocityUniqueBootsStrDex4 -{variant:1}ElementalDamagePercentImplicitSceptreNew1 +{variant:1}ElementalDamageUniqueDescentBelt1 {variant:2}ElementalDamageUniqueBootsStr1 Enemies can have 1 additional Curse ]],[[ Windshriek Reinforced Greaves -Source: Upgraded from unique{Windscream} via prophecy{Darktongue's Shriek} +Source: Drops from any endgame map boss Requires Level 60, 60 Str -LocalIncreasedPhysicalDamageReductionRatingPercentUnique__14_ +LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6 AllResistancesUniqueBootsStr1 -MovementVelocityUniqueBootsStrDex5 +MovementVelocityUniqueBootsStrInt3 ElementalDamageUniqueBootsStr1 Enemies can have 1 additional Curse CurseAreaOfEffectUnique__1 @@ -164,11 +167,14 @@ GoatHoofFootprintsUnique__1 Atziri's Step Slink Boots Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Apex of Sacrifice} +Variant: Pre 3.16.0 +Variant: Current Requires Level 69, 120 Dex LocalIncreasedEvasionRatingPercentUniqueBootsDex7 IncreasedLifeUniqueBootsDex7 MovementVelocityUniqueBootsInt6 -(14-16)% Chance to Dodge Spell Damage +{variant:1}(21-24)% chance to Suppress Spell Damage +{variant:2}(20-26)% chance to Suppress Spell Damage ]],[[ The Blood Dance Sharkskin Boots @@ -196,7 +202,7 @@ Deerskin Boots Variant: Pre 2.6.0 Variant: Current Requires Level 22, 42 Dex -DisplaySupportedByTrapUniqueBootsDex6 +Socketed Gems are Supported by level 11 Trap LocalIncreasedEvasionRatingPercentUniqueBootsDex6 IncreasedLifeUniqueBootsDex6 TrapThrowSpeedUniqueBootsDex6 @@ -237,7 +243,7 @@ CatsStealthTriggeredIntimidatingCry LocalIncreasedEvasionRatingPercentUnique__13 IncreasedLifeUniqueBootsDex9__ MovementVeolcityUniqueBootsDemigods1 -ChanceToAvoidBleedingUnique__1 +(40-50)% chance to avoid Bleeding MovementSpeedWithCatsStealthUnique__1 ]],[[ Goldwyrm @@ -247,23 +253,25 @@ Variant: Current Requires Level 34, 62 Dex ManaRegenerationUniqueBootsDex2 {variant:1}(20-30)% increased Quantity of Items Found -{variant:2}ItemFoundQuantityIncreaseUniqueBootsDex2 +{variant:2}(14-20)% increased Quantity of Items Found FireResistUniqueBootsDex2 MovementVelocityUniqueBootsDex2 ]],[[ Garukhan's Flight Stealth Boots Variant: Pre 3.5.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 62, 117 Dex DexterityUniqueBootsDex4_ {variant:1}LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1 -{variant:2}LocalIncreasedEvasionRatingPercentUnique__6 +{variant:2}(320-380)% increased Evasion Rating +{variant:3}LocalIncreasedEvasionRatingPercentUnique__6 MovementVelocityUniqueBootsInt6 ImmuneToBurningShockedChilledGroundUnique__1 LifeRegenerationWhileMovingUnique__1 {variant:1}+1 to Maximum Life per 10 Dexterity -{variant:2}MaximumLifePer10DexterityUnique__1 +{variant:2,3}MaximumLifePer10DexterityUnique__1 ]],[[ Seven-League Step Rawhide Boots @@ -285,14 +293,14 @@ LocalIncreasedEvasionRatingPercentUniqueBootsDex1 {variant:3}+(100-160) to maximum Energy Shield {variant:4}LocalIncreasedEnergyShieldUniqueBootsDex1 MovementVelocityUniqueBootsInt6 -EnemiesCantLifeLeech +Enemies Cannot Leech Life From You ]],[[ Temptation Step Shagreen Boots League: Ultimatum Requires Level 55, 97 Dex LocalIncreasedEvasionRatingPercentUnique__18 -ChaosResistUnique__21 +ChaosResistUnique__23 DamagePerPoisonOnSelfUnique__1_ MovementSpeedPerPoisonOnSelfUnique__1_ Poison you inflict with Travel Skills is Reflected to you if you have fewer than 5 Poisons on you @@ -300,18 +308,19 @@ Poison you inflict with Travel Skills is Reflected to you if you have fewer than Three-step Assault Shagreen Boots Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current -Evasion: (198-203) Requires Level 55, 97 Dex DexterityUniqueBootsDex9 LocalIncreasedEvationRatingPercentUniqueBootsDex9 {variant:1}40% increased Evasion Rating while you have Onslaught -{variant:2}100% increased Evasion Rating while you have Onslaught +{variant:2,3}100% increased Evasion Rating while you have Onslaught {variant:1}IncreasedLifeUnique__27 -{variant:2}IncreasedLifeUniqueBootsDex9__ +{variant:2,3}IncreasedLifeUniqueBootsDex9__ {variant:1}MovementVeolcityUniqueBootsDemigods1 -{variant:2}MovementVelocityUniqueBootsStrDex5 -10% chance to Dodge Spells while Phasing +{variant:2,3}MovementVelocityUniqueBootsStrInt3 +{variant:1,2}10% chance to Avoid Elemental Ailments while Phasing +{variant:3}ChanceToDodgeSpellsWhilePhasing_Unique_1 ]],[[ Replica Three-step Assault Shagreen Boots @@ -320,7 +329,7 @@ Requires Level 55, 97 Dex DexterityUniqueBootsDex9 LocalIncreasedEvationRatingPercentUniqueBootsDex9 IncreasedLifeUniqueBootsDex9__ -MovementVelocityUniqueBootsStrDex5 +MovementVelocityUniqueBootsStrInt3 ElusiveEffectUnique__1 MovementSpeedIfHitRecentlyUnique__1_ ]],[[ @@ -335,7 +344,7 @@ LocalIncreasedEvasionRatingPercentUniqueBootsDex3 {variant:1}MovementVelocityOnLowLifeUniqueBootsDex3 {variant:2}MovementVelocityUniqueBootsStrDex4 {variant:2}You and nearby allies have 10% increased Movement Speed -(5-10)% of Damage taken Gained as Mana over 4 seconds when Hit +PercentDamageGoesToManaUniqueBootsDex3 ]], -- Boots: Energy Shield [[ @@ -348,8 +357,8 @@ IncreasedLifeUniqueBootsInt4 IncreasedManaUniqueBootsInt4 LocalIncreasedEnergyShieldUniqueBootsInt4 MovementVelocityUniqueBootsInt4 -{variant:1}MaximumMinionCountUniqueTwoHandSword4Updated -{variant:1}MaximumMinionCountUniqueBodyInt9 +{variant:1}+1 to Maximum number of Raised Zombies +{variant:1}+1 to Maximum number of Spectres {variant:2}MaximumMinionCountUniqueBootsInt4 {variant:2}+1 to Level of all Raise Spectre Gems ]],[[ @@ -368,6 +377,15 @@ Doryani's Delusion Sorcerer Boots League: Delve Source: Drops from unique{The Apex Assembly} in unique{Doryani's Machinarium} +Variant: Purity of Fire: Fire Pre 3.16.0 +Variant: Purity of Fire: Cold Pre 3.16.0 +Variant: Purity of Fire: Lightning Pre 3.16.0 +Variant: Purity of Ice: Fire Pre 3.16.0 +Variant: Purity of Ice: Cold Pre 3.16.0 +Variant: Purity of Ice: Lightning Pre 3.16.0 +Variant: Purity of Lightning: Fire Pre 3.16.0 +Variant: Purity of Lightning: Cold Pre 3.16.0 +Variant: Purity of Lightning: Lightning Pre 3.16.0 Variant: Purity of Fire: Fire Variant: Purity of Fire: Cold Variant: Purity of Fire: Lightning @@ -378,22 +396,22 @@ Variant: Purity of Lightning: Fire Variant: Purity of Lightning: Cold Variant: Purity of Lightning: Lightning Requires Level 67, 120 Int -{variant:1,2,3}GrantsPurityOfFireUnique__1 -{variant:4,5,6}GrantsPurityOfIceUnique__1 -{variant:7,8,9}GrantsPurityOfLightningUnique__1 -{variant:1,4,7}AddedFireDamageUnique__3 -{variant:2,5,8}AddedColdDamageUnique__4 -{variant:3,6,9}AddedLightningDamageUnique__2_ -LocalIncreasedEnergyShieldPercentUnique__21 +{variant:1,2,3,10,11,12}GrantsPurityOfFireUnique__1 +{variant:4,5,6,13,14,15}GrantsPurityOfIceUnique__1 +{variant:7,8,9,16,17,18}GrantsPurityOfLightningUnique__1 +{variant:1,4,7,10,13,16}AddedFireDamageUnique__3 +{variant:2,5,8,11,14,17}AddedColdDamageUnique__4 +{variant:3,6,9,12,15,18}AddedLightningDamageUnique__2_ +{variant:1,2,3,4,5,6,7,8,9}LocalIncreasedEnergyShieldPercentUnique__19 +{variant:10,11,12,13,14,15,16,17,18}LocalIncreasedEnergyShieldPercentUnique__13 IncreasedLifeUniqueAmulet25 MovementVelocityUniqueBootsInt6 ]],[[ Inya's Epiphany Arcanist Slippers -Source: Drops from The Pale Council Requires Level 61, 119 Int IncreasedLifeUniqueBootsDex9__ -MovementVelocityUniqueBootsStrDex5 +MovementVelocityUniqueBootsStrInt3 PercentageIntelligenceUnique__4 IncreasedDamagePerPowerChargeUnique__1 ChanceToGainMaximumPowerChargesUnique__1_ @@ -426,11 +444,10 @@ Requires Level 53, 94 Int {variant:1,3,4,5}AllResistancesUniqueBootsInt5 {variant:2}AllResistancesImplicitShield2 {variant:1,2,3}MovementVeolcityUniqueBootsDemigods1 -{variant:4,5}MovementVelocityUniqueBootsStrDex5 +{variant:4,5}MovementVelocityUniqueBootsStrInt3 ]],[[ Shavronne's Pace Scholar Boots -Upgrade: Upgrades to unique{Shavronne's Gambit} via prophecy{The Flow of Energy} Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Current @@ -447,9 +464,9 @@ DexterityUniqueBootsInt3 ]],[[ Shavronne's Gambit Scholar Boots -Source: Upgraded from unique{Shavronne's Pace} via prophecy{The Flow of Energy} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 32, 54 Int DexterityUniqueBootsInt3 IntelligenceUniqueBootsDex1 @@ -468,7 +485,7 @@ Requires Level 67, 123 Int IncreasedManaUnique__1 MovementVelocityUniqueBootsInt6 PowerChargeOnCriticalStrikeChanceUnique__1 -ReducedManaReservationCostUnique__1 +ReservationEfficiencyUnique__3__ NoLifeRegenerationUnique___1 StunThresholdBasedOnManaUnique__1 ]],[[ @@ -497,7 +514,6 @@ CannotBeFrozenUnique__1 ]],[[ Wondertrap Velvet Slippers -Upgrade: Upgrades to unique{Greedtrap} via prophecy{Greed's Folly} Variant: Pre 1.0.0 Variant: Current Requires Level 9, 21 Int @@ -511,7 +527,7 @@ ItemRarityOnLowLifeUniqueBootsInt1 ]],[[ Greedtrap Velvet Slippers -Source: Upgraded from unique{Wondertrap} via prophecy{Greed's Folly} +Source: No longer obtainable Requires Level 52, 21 Int StrengthUniqueBootsInt1 DexterityUniqueBootsInt1 @@ -531,44 +547,42 @@ Variant: Two-Toned Boots (Evasion/Energy Shield) {variant:3}Two-Toned Boots (Evasion/Energy Shield) League: Delirium Source: Drops from the Simulacrum Encounter -{variant:1}Requires Level 70, 62 Str, 62 Dex -{variant:2}Requires Level 70, 62 Str, 62 Int -{variant:3}Requires Level 70, 62 Dex, 62 Int Implicits: 3 {variant:1}FireAndColdResistImplicitBoots1_ {variant:2}FireAndLightningResistImplicitBoots1 {variant:3}ColdAndLightningResistImplicitBoots1 GrantEmbraceMadnessSkillUnique1 MovementVelocityUniqueBootsInt6 -{variant:1}EnemiesExplodeOnDeathChaosGloriousMadnessUnique1 -{variant:1}AllDamageCanPoisonGloriousMadnessUnique___1 +{variant:1}+15 to maximum Fortification while affected by Glorious Madness +{variant:1}DoubleDamageChanceGloriousMadnessUnique_1 {variant:2}ElementalConfluxesGloriousMadnessUnique1 {variant:2}ElementalAilmentImmunityGloriousMadnessUnique1 -{variant:3}FortifyEffectSelfGloriousMadnessUnique1 -{variant:3}DoubleDamageChanceGloriousMadnessUnique_1 +{variant:3}EnemiesExplodeOnDeathChaosGloriousMadnessUnique1 +{variant:3}AllDamageCanPoisonGloriousMadnessUnique___1 ]],[[ Darkray Vectors Dragonscale Boots Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 65, 62 Str, 62 Dex -{variant:2}LocalIncreasedArmourAndEvasionUnique__3_ +{variant:2,3}LocalIncreasedArmourAndEvasionUnique__3_ LightningResistUniqueBootsStrDex2 MovementVelocityPerFrenzyChargeUniqueBootsStrDex2 +1 to Maximum Frenzy Charge {variant:1}50% reduced Frenzy Charge Duration -{variant:2}FrenzyChargeDurationUniqueBootsStrDex2 +{variant:2,3}FrenzyChargeDurationUniqueBootsStrDex2 LightRadiusUniqueBootsStrDex2 -2% chance to Dodge Attacks per Frenzy Charge +{variant:1,2}2% chance to Suppress Spell Damage per Frenzy Charge +{variant:3}EvasionRatingPerFrenzyChargeUniqueBootsStrDex2 ]],[[ Dusktoe Ironscale Boots -Upgrade: Upgrades to unique{Duskblight} via prophecy{Agony at Dusk} Variant: Pre 2.6.0 Variant: Current Requires Level 18, 19 Str, 19 Dex LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 -{variant:1}IncreasedLifeUniqueHelmetDex5 +{variant:1}IncreasedLifeImplicitShield1 {variant:2}IncreasedLifeUniqueBootsStrDex3 {variant:1}IncreasedManaUniqueBootsStrDex3 MovementVelocityUniqueBootsStrDex4 @@ -582,7 +596,7 @@ Leatherscale Boots Variant: Pre 2.0.0 Requires Level 18, 19 Str, 19 Dex LocalIncreasedArmourAndEvasionUniqueBootsStrDex3 -IncreasedLifeUniqueHelmetDex5 +IncreasedLifeImplicitShield1 IncreasedManaUniqueBootsStrDex3 MovementVelocityUniqueBootsStrDex4 50% increased Stun Recovery @@ -591,7 +605,7 @@ LightRadiusUniqueBootsStrDex3 ]],[[ Duskblight Ironscale Boots -Source: Upgraded from unique{Dusktoe} via prophecy{Agony at Dusk} +Source: Drops from any endgame map boss Variant: Pre 3.11.0 Variant: Current Requires Level 40, 19 Str, 19 Dex @@ -607,12 +621,15 @@ ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3 ]],[[ Legacy of Fury Wyrmscale Boots +Variant: Pre 3.17.0 +Variant: Current League: Ritual -Requires Level 51, 48 Str, 48 Dex +Requires Level 69, 48 Str, 48 Dex LocalIncreasedArmourAndEvasionUnique__18 -AllResistancesUnique__22_ +{variant:1}-(15-10)% to all Elemental Resistances MovementVelocityUniqueBootsInt6 -ScorchedGroundWhileMovingUnique__1 +{variant:1}ScorchedGroundWhileMovingUnique__1 +{variant:2}NearbyEnemiesAreScorchedUnique__1 ScorchEffectUnique__1 (30-40)% chance when you Kill a Scorched Enemy to Burn Each surrounding Enemy for 4 seconds, dealing 8% of the Killed Enemy's Life as Fire Damage per second ]],[[ @@ -656,7 +673,7 @@ Requires Level 42, 40 Str, 40 Dex LocalIncreasedEvasionRatingPercentUniqueBootsDex3 ColdResistUniqueBootsStrDex5 {variant:1}MovementVeolcityUniqueBootsDemigods1 -{variant:2}MovementVelocityUniqueBootsStrDex5 +{variant:2}MovementVelocityUniqueBootsStrInt3 ImmuneToChilledGroundUniqueBootsStrDex5 ]],[[ Saqawal's Talons @@ -680,7 +697,7 @@ AddedChaosDamageUniqueBootsStrInt2 LocalIncreasedPhysicalDamageReductionRatingUniqueBootsStrInt2 ChaosResistUniqueBootsStrInt2 MovementVeolcityUniqueBootsDemigods1 -MaximumMinionCountUniqueBootsStrInt2Updated ++1 to Maximum number of Skeletons PercentageStrengthUniqueBootsStrInt2 ]],[[ Replica Alberon's Warpath @@ -701,10 +718,10 @@ Requires Level 64, 62 Str, 62 Int StrengthUnique__5 LocalIncreasedArmourAndEnergyShieldUnique__4 AllResistancesUniqueBootsStr1 -MovementVelocityUniqueBootsStrDex5 +MovementVelocityUniqueBootsStrInt3 ChargeBonusMaximumEnduranceCharges -SelfStatusAilmentDurationUnique__1 -BleedingImmunityUnique__1 +50% increased Elemental Ailment Duration on You +ChanceToAvoidBleedingUnique__2_ ]],[[ Gang's Momentum Legion Boots @@ -713,7 +730,7 @@ Variant: Current Requires Level 58, 54 Str, 54 Int LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt3 FireResistUniqueBootsStrInt3 -MovementVelocityUniqueBootsStrDex5 +MovementVelocityUniqueBootsStrInt3 {variant:1}(5-7)% chance to Ignite {variant:2}ChanceToIgniteUniqueBootsStrInt3 {variant:1}15% increased Damage against Ignited Enemies @@ -721,9 +738,12 @@ MovementVelocityUniqueBootsStrDex5 ]],[[ March of the Legion Legion Boots +Variant: Pre 3.17.0 +Variant: Current League: Synthesis Requires Level 58, 54 Str, 54 Int -LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2 +{variant:1}LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2 +{variant:2}LocalIncreaseSocketedAuraGemLevelUnique___3 SupportedByBlessingSupportUnique__1 LocalIncreasedArmourAndEnergyShieldUnique__14 AllResistancesUnique__15 @@ -748,7 +768,7 @@ AddedLightningDamageUniqueBootsStrInt1 LocalIncreasedArmourAndEnergyShieldUniqueBootsStrInt1 LifeGainedFromEnemyDeathUniqueBootsStrInt1 {variant:2,3}MovementVelocityUniqueBootsStrDex4 -{variant:1,2}HitsCauseMonsterFleeUniqueBootsStrInt1 +{variant:1,2}10% Chance to Cause Monsters to Flee {variant:3}ShockedGroundWhileMovingUnique__1_ ]], -- Boots: Evasion/Energy Shield @@ -760,12 +780,12 @@ Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current Requires Level 41, 40 Dex, 40 Int -{variant:1}LocalIncreasedEnergyShieldUnique__23 +{variant:1}LocalIncreasedEnergyShieldPercentUniqueIntHelmet1 {variant:2}+(120-150) to maximum Energy Shield {variant:3}LocalIncreasedEnergyShieldUniqueBootsDexInt4 LocalIncreasedPhysicalDamageUniqueSceptre9 {variant:1}MovementVeolcityUniqueBootsDemigods1 -{variant:2,3}MovementVelocityUniqueBootsStrDex5 +{variant:2,3}MovementVelocityUniqueBootsStrInt3 LightningResistUniqueBootsDexInt4 IncreasedProjectileDamageUniqueBootsDexInt4 ImmuneToShockedGroundUniqueBootsDexInt4 @@ -779,7 +799,7 @@ Variant: Two Abyssal Sockets Requires Level 69, 82 Dex, 42 Int {variant:1}AbyssJewelSocketUnique__3 {variant:2}AbyssJewelSocketUnique__4 -DeathWalk +Triggers level 20 Death Walk when Equipped MaximumLifeUnique__13 MovementVelocityUniqueBootsInt6 10% increased Damage for each type of Abyssal Jewel affecting you @@ -791,7 +811,7 @@ Requires Level 55, 52 Dex, 52 Int Implicits: 0 CorpseWalk LocalIncreasedEvasionAndEnergyShieldUnique__28 -MovementVelocityUniqueBootsStrDex5 +MovementVelocityUniqueBootsStrInt3 DamageIfConsumedCorpseUnique__1__ LifeRegenerationPerNearbyCorpseUnique__1 ]],[[ @@ -805,22 +825,25 @@ Upgrade: Upgrades to unique{Omeyocan} via currency{Vial of the Ritual} {variant:1}Requires Level 34, 34 Dex, 34 Int {variant:2}Requires Level 55, 52 Dex, 52 Int IncreasedManaUnique__13 -{variant:1}LightningResistUniqueHelmetStrInt2 +{variant:1}LightningResistUnique__6 {variant:2}LightningResistUnique__18 -MovementVelocityUniqueBootsStrDex5 +MovementVelocityUniqueBootsStrInt3 OnslaughtWhileNotOnLowManaUnique__1_ {variant:1}LoseManaPerSecondUnique__1 {variant:2}KeystoneTheAgnosticUnique__2 ]],[[ Omeyocan Carnal Boots +Variant: Pre 3.16.0 +Variant: Current League: Incursion Source: Upgraded from unique{Dance of the Offered} via currency{Vial of the Ritual} Requires Level 55, 52 Dex, 52 Int MaximumManaUniqueJewel54 LightningResistUnique__18 MovementVelocityUniqueBootsInt6 -DodgeAndSpellDodgePerMaximumManaUnique__1 +{variant:1}2% increased Evasion per 500 Maximum Mana +{variant:2}10% increased Evasion per 500 Maximum Mana OnslaughtWhileNotOnLowManaUnique__1_ Lose 7% of maximum Mana per Second ]],[[ @@ -832,11 +855,24 @@ Requires Level 63, 62 Dex, 62 Int LocalIncreasedEvasionAndEnergyShieldUnique__14 LightningResistUniqueBootsDexInt4 ChaosResistUnique__17 -MovementVelocityUniqueBootsStrDex5 +MovementVelocityUniqueBootsStrInt3 IncreasedSpiderWebCountUnique__1 ESOnHitWebbedEnemiesUnique__1 AspectOfSpiderDurationUnique__1 ]],[[ +Inextricable Fate +Fugitive Boots +Source: Drops from unique{The Eater of Worlds} +Requires Level 70, 56 Dex, 76 Int +Implicits: 1 +ChaosResistImplicitBoots1 +IncreasedLifeUniqueHelmetDex4 +MovementVelocityUniqueBootsInt6 +GainVinesOnCriticalStrikeUnique__1 +NearbyStationaryEnemiesGainVinesUnique__1 +AllDamagePoisonsGraspingVinesUnique__1 +ReducedCriticalDamageTakenPoisonUnique__1 +]],[[ Nomic's Storm Strapped Boots Variant: Pre 2.0.0 @@ -877,28 +913,27 @@ This item can be anointed by Cassia ]],[[ Sundance Clasped Boots -Upgrade: Upgrades to unique{Sunspite} via prophecy{Sun's Punishment} Variant: Pre 2.6.0 Variant: Current Requires Level 27, 27 Dex, 27 Int IncreasedAttackSpeedUniqueBootsDexInt1 LocalIncreasedEvasionRatingPercentUniqueBootsDexInt1 -ItemFoundRarityIncreaseUniqueBootsDemigods1 +ItemFoundRarityIncreaseUniqueBootsDexInt1 FireResistUniqueBootsDexInt1 {variant:1}MovementVelocityUniqueBootsDex2 {variant:2}MovementVeolcityUniqueBootsDemigods1 ]],[[ Sunspite Clasped Boots -Source: Upgraded from unique{Sundance} via prophecy{Sun's Punishment} +Source: No longer obtainable Requires Level 59, 27 Dex, 27 Int IncreasedAttackSpeedUniqueBootsDexInt1 LocalIncreasedEvasionAndEnergyShieldUnique__15 -ItemFoundRarityIncreaseUniqueBootsDemigods1 +ItemFoundRarityIncreaseUniqueBootsDexInt1 FireResistUniqueBootsDexInt1 MovementVeolcityUniqueBootsDemigods1 MovementVelocityWhileIgnitedUnique__2 -IncreasedChanceToBeIgnitedUnique__1 +IncreasedChanceToBeIgnitedUniqueRing24 (75-125) Life Regenerated per second while Ignited ]],[[ Voidwalker @@ -936,8 +971,8 @@ Olroth's Charge Runic Sollerets League: Expedition Requires Level 48, 37 Str, 37 Dex, 37 Int -(50–80)% increased Ward -(30–50)% slower Restoration of Ward +LocalIncreasedWardPercentUnique__4_ +WardDelayRecoveryUnique__2 MovementVeolcityUniqueBootsDemigods1 AdrenalineOnWardBreakUnique__1 ]],[[ @@ -947,9 +982,9 @@ League: Expedition Requires Level 69, 46 Str, 46 Dex, 46 Int HasNoSockets GrantsSummonArbalistsSkillUnique__1_ -MovementVelocityUniqueBootsStrDex5 -Summoned Arbalists have (10–20)% chance to inflict Cold Exposure on Hit -Summoned Arbalists have (10–20)% chance to Intimidate for 4 seconds on Hit -Summoned Arbalists Convert (30–50)% of Physical Damage to Fire Damage +MovementVelocityUniqueBootsStrInt3 +SummonArbalistChanceToInflictColdExposureonHit +SummonArbalistChanceToIntimidateFor4SecondsOnHit +SummonArbalistPhysicalDamagePercentToConvertToFire ]], } diff --git a/src/Data/Uniques/Special/bow.lua b/src/Data/Uniques/Special/bow.lua index 78771b5143..a448734f5c 100644 --- a/src/Data/Uniques/Special/bow.lua +++ b/src/Data/Uniques/Special/bow.lua @@ -8,26 +8,28 @@ Assassin Bow Variant: Pre 3.5.0 Variant: Pre 3.9.0 Variant: Pre 3.11.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 62, 212 Dex Source: Vendor recipe Implicits: 1 {variant:3}CriticalMultiplierImplicitBow1 {variant:1}Adds (60-70) to (180-210) Physical Damage -{variant:2,3,4}LocalAddedPhysicalDamageUnique__29___ +{variant:2,3,4}Adds (95-115) to (240-265) Physical Damage +{variant:5}LocalAddedPhysicalDamageUnique__29___ {variant:1,2,3}LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 {variant:1,2,3}AdditionalArrowsUnique__2 {variant:1,2,3}DisplayIronReflexesFor8SecondsUnique__1 {variant:1,2,3}ArborixMoreDamageAtCloseRangeUnique__1 {variant:1,2,3}AttackCastMovementSpeedWhileYouDoNotHaveIronReflexesUnique__1 {variant:1,2,3}FarShotWhileYouDoNotHaveIronReflexesUnique__1_ -{variant:4}GrantsDashUnique__1_ -{variant:4}ArrowsIfHaventUsedDashRecentlyUnique__1 -{variant:4}AttackSpeedIfHaventUsedDashRecentlyUnique__1 -{variant:4}EvasionRatingIfUsedDashRecentlyUnique__1 -{variant:4}MovementSpeedIfUsedDashRecentlyUnique__1 -{variant:4}DisableTravelSkillsExceptDashUnique__1 -{variant:4}IronReflexes +{variant:4,5}GrantsDashUnique__1_ +{variant:4,5}ArrowsIfHaventUsedDashRecentlyUnique__1 +{variant:4,5}AttackSpeedIfHaventUsedDashRecentlyUnique__1 +{variant:4,5}EvasionRatingIfUsedDashRecentlyUnique__1 +{variant:4,5}MovementSpeedIfUsedDashRecentlyUnique__1 +{variant:4,5}DisableTravelSkillsExceptDashUnique__1 +{variant:4,5}KeystoneIronReflexesUnique__1 ]],[[ Chin Sol Assassin Bow @@ -36,64 +38,82 @@ Variant: Pre 1.2.0 Variant: Pre 2.0.0 Variant: Pre 3.5.0 Variant: Pre 3.9.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 62, 212 Dex Implicits: 2 {variant:2,3}(6-12)% increased Elemental Damage with Attack Skills -{variant:6}CriticalMultiplierImplicitBow1 +{variant:6,7}CriticalMultiplierImplicitBow1 DexterityUniqueBow4 {variant:1,2}LocalIncreasedPhysicalDamagePercentUniqueClaw2 {variant:3,4}(150-180)% increased Physical Damage -{variant:5,6}LocalIncreasedPhysicalDamagePercentUniqueBow6 +{variant:5,6}(200-260)% increased Physical Damage +{variant:7}LocalIncreasedPhysicalDamagePercentUniqueBow6 LocalAddedFireDamageUniqueBow6 {variant:1,2}LocalIncreasedAttackSpeedUniqueClaw3 -{variant:3,4,5,6}LocalIncreasedAttackSpeedUniqueBow11 +{variant:3,4,5,6,7}LocalIncreasedAttackSpeedUniqueBow11 {variant:1,2,3,4}100% More Damage with Arrow Hits at Close Range -{variant:5,6}PhysicalBowDamageCloseRangeUniqueBow6 +{variant:5,6,7}PhysicalBowDamageCloseRangeUniqueBow6 KnockbackCloseRangeUniqueBow6 ]],[[ The Crimson Storm Steelwood Bow League: Betrayal -Variant: Crit Multi while Rare/Unique Nearby -Variant: Attack Speed while Rare/Unique Nearby -Variant: Damage per Power Charge -Variant: Damage per Frenzy Charge -Variant: Damage per Endurance Charge -Variant: Accuracy and Quality -Variant: Attack Speed and Quality -Variant: Attack Speed/Trigger Blood Rage on Kill -Variant: Cast Speed/Trigger Arcane Surge on Kill -Variant: Minion Attack and Cast Speed -Variant: Double Damage -Variant: Double Damage while Focused -Variant: Socketed Spell Trigger +Variant: Crit Multi while Rare/Unique Nearby (Pre 3.17.0) +Variant: Attack Speed while Rare/Unique Nearby (Pre 3.17.0) +Variant: Damage per Power Charge (Pre 3.17.0) +Variant: Damage per Frenzy Charge (Pre 3.17.0) +Variant: Damage per Endurance Charge (Pre 3.17.0) +Variant: Accuracy and Quality (Pre 3.17.0) +Variant: Attack Speed and Quality (Pre 3.17.0) +Variant: Attack Speed/Trigger Blood Rage on Kill (Pre 3.17.0) +Variant: Cast Speed/Trigger Arcane Surge on Kill (Pre 3.17.0) +Variant: Minion Attack and Cast Speed (Pre 3.17.0) +Variant: Double Damage (Pre 3.17.0) +Variant: Double Damage while Focused (Pre 3.17.0) +Variant: Socketed Spell Trigger (Pre 3.17.0) +Variant: Pre 3.17.0 +Variant: Crit Multi while Rare/Unique Nearby (Current) +Variant: Attack Speed while Rare/Unique Nearby (Current) +Variant: Damage per Power Charge (Current) +Variant: Damage per Frenzy Charge (Current) +Variant: Damage per Endurance Charge (Current) +Variant: Accuracy and Quality (Current) +Variant: Attack Speed and Quality (Current) +Variant: Attack Speed/Trigger Blood Rage on Kill (Current) +Variant: Cast Speed/Trigger Arcane Surge on Kill (Current) +Variant: Minion Attack and Cast Speed (Current) +Variant: Double Damage (Current) +Variant: Double Damage while Focused (Current) +Variant: Socketed Spell Trigger (Current) +Variant: Current Requires Level 57, 190 Dex Implicits: 1 (4-6)% increased Movement Speed -LocalIncreasedPhysicalDamagePercentUnique__36_ +{variant:1,2,3,4,5,6,7,8,9,10,11,12,13,14}LocalIncreasedPhysicalDamagePercentUnique__22 +{variant:15,16,17,18,19,20,21,22,23,24,25,26,27,28}LocalIncreasedPhysicalDamagePercentUniqueBow5 LocalCriticalStrikeChanceUnique__15 BleedOnCritUnique__1_ EnemiesYouBleedGrantIncreasedFlaskChargesUnique__1_ AddedPhysicalDamageVsBleedingEnemiesUnique__1 MaimOnCritUnique__1 -{variant:1}{crafted}+(18-45)% Critical Strike Multiplier while there is a Rare or Unique Enemy Nearby -{variant:2}{crafted}(11-22)% increased Attack Speed while a Rare or Unique Enemy is Nearby -{variant:3}{crafted}(5-6)% increased Damage per Power Charge -{variant:4}{crafted}(5-6)% increased Damage per Frenzy Charge -{variant:5}{crafted}(5-6)% increased Damage per Endurance Charge -{variant:6}{crafted}+(30-250) to Accuracy Rating -{variant:7}{crafted}(8-16)% increased Attack Speed -{variant:6,7}{crafted}+(7-18)% to Quality -{variant:8}{crafted}(8-16)% increased Attack Speed -{variant:8}{crafted}10% chance to Trigger Level 1 Blood Rage when you Kill an Enemy -{variant:9}{crafted}(7-13)% increased Cast Speed -{variant:9}{crafted}10% chance to gain Arcane Surge when you Kill an Enemy -{variant:10}{crafted}Minions have (16-28)% increased Attack Speed -{variant:10}{crafted}Minions have (16-28)% increased Cast Speed -{variant:11}{crafted}(4-12)% chance to deal Double Damage -{variant:12}{crafted}(13-36)% chance to deal Double Damage while Focused -{variant:13}{crafted}Trigger a Socketed Spell when you Use a Skill, with a 8 second Cooldown +{variant:1,15}{crafted}+(18-45)% Critical Strike Multiplier while there is a Rare or Unique Enemy Nearby +{variant:2,16}{crafted}(11-22)% increased Attack Speed while a Rare or Unique Enemy is Nearby +{variant:3,17}{crafted}(5-6)% increased Damage per Power Charge +{variant:4,18}{crafted}(5-6)% increased Damage per Frenzy Charge +{variant:5,19}{crafted}(5-6)% increased Damage per Endurance Charge +{variant:6,20}{crafted}+(30-250) to Accuracy Rating +{variant:7,21}{crafted}(8-16)% increased Attack Speed +{variant:6,7,20,21}{crafted}+(7-18)% to Quality +{variant:8,22}{crafted}(8-16)% increased Attack Speed +{variant:8,22}{crafted}10% chance to Trigger Level 1 Blood Rage when you Kill an Enemy +{variant:9,23}{crafted}(7-13)% increased Cast Speed +{variant:9,23}{crafted}10% chance to gain Arcane Surge when you Kill an Enemy +{variant:10,24}{crafted}Minions have (16-28)% increased Attack Speed +{variant:10,24}{crafted}Minions have (16-28)% increased Cast Speed +{variant:11,25}{crafted}(4-12)% chance to deal Double Damage +{variant:12,26}{crafted}(13-36)% chance to deal Double Damage while Focused +{variant:13,27}{crafted}Trigger a Socketed Spell when you Use a Skill, with a 8 second Cooldown ]],[[ Darkscorn Assassin Bow @@ -104,63 +124,67 @@ Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Pre 3.7.0 Variant: Pre 3.9.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 62, 212 Dex Implicits: 2 {variant:1,2}(6-12)% increased Elemental Damage with Attack Skills -{variant:6}CriticalMultiplierImplicitBow1 -{variant:1,2,3}LocalIncreasedPhysicalDamagePercentUniqueBow3 -{variant:4,5,6}LocalIncreasedPhysicalDamagePercentUniqueBow5 +{variant:6,7}CriticalMultiplierImplicitBow1 +{variant:1,2,3}LocalIncreasedPhysicalDamagePercentUnique__2 +{variant:4,5,6}LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe5 +{variant:7}LocalIncreasedPhysicalDamagePercentUniqueBow5 {variant:2}Adds (6-10) to (10-14) Physical Damage {variant:3,4}Adds (10-15) to (15-20) Physical Damage -{variant:5,6}LocalAddedPhysicalDamageUniqueBow5 +{variant:5,6,7}LocalAddedPhysicalDamageUniqueBow5 {variant:1,2,3,4}LocalIncreasedAttackSpeedUniqueBow2 -{variant:5,6}LocalIncreasedAttackSpeedUniqueBow5 +{variant:5,6,7}LocalIncreasedAttackSpeedUniqueBow5 PhysicalDamageConvertToChaosUniqueBow5 (15-30)% increased Accuracy Rating PhysicalDamagePercentTakesAsChaosDamageUniqueBow5 -{variant:5,6}LocalChanceForPoisonDamage300FinalInflictedWithThisWeaponUnique__1_ +{variant:5,6,7}LocalChanceForPoisonDamage300FinalInflictedWithThisWeaponUnique__1_ ]],[[ Death's Harp Death Bow -Upgrade: Upgrades to unique{Death's Opus} via prophecy{The Bowstring's Music} Variant: Pre 1.2.0 Variant: Pre 2.2.0 Variant: Pre 3.0.0 Variant: Pre 3.10.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 32, 107 Dex Implicits: 1 -{variant:2,3,4,5}LocalCriticalStrikeChanceImplicitBow1 -LocalIncreasedPhysicalDamagePercentUniqueBow3 +{variant:2,3,4,5,6}LocalCriticalStrikeChanceImplicitBow1 +{variant:1,2,3,4,5}LocalIncreasedPhysicalDamagePercentUnique__2 +{variant:6}LocalIncreasedPhysicalDamagePercentUniqueBow1 LocalIncreasedAttackSpeedUniqueBow2 {variant:1,2,4}+100% to Global Critical Strike Multiplier {variant:3}+150% to Global Critical Strike Multiplier -{variant:5}LocalCriticalMultiplierUniqueBow3 +{variant:5,6}LocalCriticalMultiplierUniqueBow3 Adds an additional Arrow ]],[[ Death's Opus Death Bow -Source: Upgraded from unique{Death's Harp} via prophecy{The Bowstring's Music} +Source: Drops from any endgame map boss Variant: Pre 1.2.0 Variant: Pre 2.2.0 Variant: Pre 3.0.0 Variant: Pre 3.10.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 44, 107 Dex Implicits: 1 -{variant:2,3,4,5}LocalCriticalStrikeChanceImplicitBow1 -LocalIncreasedPhysicalDamagePercentUniqueBow3 -LocalAddedPhysicalDamageUnique__17_ +{variant:2,3,4,5,6}LocalCriticalStrikeChanceImplicitBow1 +{variant:1,2,3,4,5}LocalIncreasedPhysicalDamagePercentUnique__2 +{variant:6}LocalIncreasedPhysicalDamagePercentUniqueBow1 +Adds (10-20) to (30-35) Physical Damage LocalIncreasedAttackSpeedUniqueBow2 {variant:1,2,4}+100% to Global Critical Strike Multiplier {variant:3}+150% to Global Critical Strike Multiplier -{variant:5}LocalCriticalMultiplierUniqueBow3 +{variant:5,6}LocalCriticalMultiplierUniqueBow3 2 additional Arrows ]],[[ Doomfletch Royal Bow -Upgrade: Upgrades to unique{Doomfletch's Prism} via prophecy{Ancient Doom} Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Pre 3.1.0 @@ -179,7 +203,7 @@ ManaRegenerationUniqueBow11 ]],[[ Doomfletch's Prism Royal Bow -Source: Upgraded from unique{Doomfletch} via prophecy{Ancient Doom} +Source: Drops from any endgame map boss Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Pre 3.1.0 @@ -196,6 +220,16 @@ ManaRegenerationUniqueBow11 {variant:1,2,3}Gain 110% of Bow Physical Damage as Extra Damage of each Element {variant:4}Gain 100% of Bow Physical Damage as Extra Damage of each Element ]],[[ +The Gluttonous Tide +Citadel Bow +Source: Drops from unique{The Eater of Worlds} +Requires Level 58, 185 Dex +LocalIncreasedPhysicalDamagePercentUnique__44 +LocalIncreasedAttackSpeedUnique__37___ +BowAttacksFrenzyChargesArrowsUnique__1 ++(30-50)% to Global Critical Strike Multiplier while you have a Frenzy Charge +(20-40)% chance to gain a Frenzy Charge for each enemy you hit with a Critical Strike +]],[[ Hopeshredder Ranger Bow Source: Drops from unique{The Elder} (Tier 6+) @@ -218,33 +252,38 @@ Decimation Bow Variant: Pre 1.2.0 Variant: Pre 2.6.0 Variant: Pre 3.7.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 53, 170 Dex Implicits: 1 LocalCriticalStrikeChanceImplicitBow1 {variant:1,2}(90-100)% increased Physical Damage -{variant:3,4}LocalIncreasedPhysicalDamagePercentUniqueBow7 -{variant:2,3,4}LocalAddedPhysicalDamageUniqueBow7 +{variant:3,4}(110-125)% increased Physical Damage +{variant:5}LocalIncreasedPhysicalDamagePercentUniqueBow7 +{variant:2,3,4,5}LocalAddedPhysicalDamageUniqueBow7 DexterityUniqueBow7 {variant:1,2,3}+(200-250) to Accuracy Rating -{variant:4}IncreasedAccuracyUniqueBow7 +{variant:4,5}IncreasedAccuracyUniqueBow7 ArrowPierceUniqueBow7 -MovementVelocityUniqueBow7 +MovementVelocityMarakethBowImplicit2 {variant:1,2}CannotLeech -{variant:3,4}CannotLeechLifeUnique__1 +{variant:3,4,5}CannotLeechLifeUnique__1 ]],[[ Replica Infractem Decimation Bow +Variant: Pre 3.17.0 +Variant: Current League: Heist Requires Level 53, 170 Dex Implicits: 1 LocalCriticalStrikeChanceImplicitBow1 DexterityUniqueBow7 -LocalIncreasedPhysicalDamagePercentUniqueBow7 +{variant:1}(110-125)% increased Physical Damage +{variant:2}LocalIncreasedPhysicalDamagePercentUniqueBow7 LocalAddedPhysicalDamageUniqueBow7 -MovementVelocityUniqueBow7 +MovementVelocityMarakethBowImplicit2 IncreasedAccuracyUniqueBow7 -CannotLeechManaUnique__1_ +CannotLeechMana AttackProjectilesForkUnique__1 AttackProjectilesForkExtraTimesUnique__1 ]],[[ @@ -278,17 +317,19 @@ Imperial Bow Variant: Pre 2.0.0 Variant: Pre 2.6.0 Variant: Pre 3.0.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 66, 212 Dex Implicits: 2 {variant:2}(6-12)% increased Elemental Damage with Attack Skills -{variant:3,4}WeaponElementalDamageImplicitBow1 -LocalIncreasedPhysicalDamagePercentUniqueBow1 +{variant:3,4,5}WeaponElementalDamageImplicitBow1 +{variant:1,2,3,4}(150-175)% increased Physical Damage +{variant:5}LocalIncreasedPhysicalDamagePercentUniqueBow1 LocalAddedPhysicalDamageUniqueBow1 LocalIncreasedAttackSpeedUniqueBow1 IncreasedManaUniqueBow1 AlwaysHits -{variant:4}PlayerFarShotUnique__2 +{variant:4,5}PlayerFarShotUnique__2 ]],[[ Null's Inclination Ranger Bow @@ -348,27 +389,28 @@ IncreasedAccuracyUniqueBow4 ]],[[ Reach of the Council Spine Bow -Source: prophecy{The Feral Lord V} Variant: Pre 2.4.0 Variant: Pre 2.6.0 Variant: Pre 3.5.0 Variant: Pre 3.11.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 64, 212 Dex -{variant:4,5}SupportedByGreaterVolleyUnique__1 +{variant:4,5,6}SupportedByGreaterVolleyUnique__1 {variant:1}LocalIncreasedPhysicalDamagePercentUniqueBow10 {variant:2,3}LocalIncreasedPhysicalDamagePercentUnique__37__ -{variant:4,5}LocalIncreasedPhysicalDamagePercentUnique__15 +{variant:4,5,6}LocalIncreasedPhysicalDamagePercentUnique__15 {variant:1}Adds (25-40) to (100-115) Physical Damage -{variant:2,3,4,5}LocalAddedPhysicalDamageUnique__16_ +{variant:2,3,4,5}Adds (15-30) to (70-95) Physical Damage +{variant:6}LocalAddedPhysicalDamageUnique__16_ LocalIncreasedAttackSpeedUnique__24 {variant:1,2}4 additional Arrows {variant:3}2 additional Arrows ProjectileSpeedUnique__4 -{variant:5}VolleyFirstPointPierceUnique__1_ -{variant:5}VolleySecondPointForkUnique__1 -{variant:5}VolleyThirdPointReturnUnique__1__ -{variant:5}VolleyFourthPointChainUnique__1 +{variant:5,6}VolleyFirstPointPierceUnique__1_ +{variant:5,6}VolleySecondPointForkUnique__1 +{variant:5,6}VolleyThirdPointReturnUnique__1__ +{variant:5,6}VolleyFourthPointChainUnique__1 ]],[[ Roth's Reach Recurve Bow @@ -377,15 +419,14 @@ Variant: Current Requires Level 18, 71 Dex Implicits: 1 {variant:2}CriticalMultiplierImplicitBow1 -LocalIncreasedPhyiscalDamagePercentUnique__3 +LocalIncreasedPhysicalDamagePercentUniqueBow5 WeaponElementalDamageUnique__2 LocalIncreasedAttackSpeedUnique__1 AdditionalChainUniqueOneHandMace3 -ProjectileSpeedUnique__5__ +ProjectileSpeedUnique__2 ]],[[ Silverbranch Crude Bow -Upgrade: Upgrades to unique{Silverbough} via prophecy{The Silverwood} Variant: Pre 2.0.0 Variant: Current Requires Level 2 @@ -398,7 +439,7 @@ ManaGainedFromEnemyDeathUniqueBow2 ]],[[ Silverbough Crude Bow -Source: Upgraded from unique{Silverbranch} using prophecy{The Silverwood} +Source: No longer obtainable Requires Level 36 LocalIncreaseSocketedGemLevelUniqueHelmetStrInt2 LocalIncreaseSocketedBowGemLevelUniqueBow2 @@ -412,22 +453,23 @@ Slivertongue Harbinger Bow Source: Drops from unique{Guardian of the Hydra} Variant: Pre 3.5.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 68, 212 Dex Implicits: 1 LocalCriticalStrikeChanceImplicitBow1 {variant:1}Adds (60-75) to (170-220) Physical Damage -{variant:2}LocalAddedPhysicalDamageUnique__22 +{variant:2}Adds (110-125) to (245-265) Physical Damage +{variant:3}LocalAddedPhysicalDamageUnique__22 {variant:1}100% increased Critical Strike Chance with arrows that Fork -{variant:2}CriticalStrikeChanceForForkingArrowsUnique__1 +{variant:2,3}CriticalStrikeChanceForForkingArrowsUnique__1 {variant:1}Arrows that Pierce have 50% chance to cause Bleeding -{variant:2}ArrowsThatPierceHaveCritMultiUnique__1 +{variant:2,3}ArrowsThatPierceHaveCritMultiUnique__1 {variant:1}ArrowsAlwaysCritAfterPiercingUnique___1 -{variant:2}ArrowsAlwaysPierceAfterForkingUnique__1__ +{variant:2,3}ArrowsAlwaysPierceAfterForkingUnique__1__ ]],[[ Storm Cloud Long Bow -Upgrade: Upgrades to unique{The Tempest} via prophecy{The Servant's Heart} Variant: Pre 2.0.0 Variant: Current Requires Level 9, 38 Dex @@ -438,7 +480,7 @@ LocalIncreasedAttackSpeedUniqueBow8 ]],[[ The Tempest Long Bow -Source: Upgraded from unique{Storm Cloud} using prophecy{The Servant's Heart} +Source: Drops from any endgame map boss Requires Level 32, 38 Dex LocalReducedPhysicalDamagePercentUniqueBow8 LightningDamagePercentUnique__4 @@ -453,7 +495,7 @@ Requires Level 64, 212 Dex LocalAddedLightningDamageUniqueBow10 LocalIncreasedAttackSpeedUniqueBow9 ConvertLightningDamageToChaosUniqueBow10Updated -ChanceToShockUniqueBow10 +10% Chance to Shock ChaosDamageCanShockUniqueBow10 {variant:2}AttacksShockAsIfDealingMoreDamageUniqueBow10 {variant:2}MaximumShockOverrideUniqueBow10 @@ -514,10 +556,12 @@ League: Breach Source: Upgraded from unique{Xoph's Inception} using currency{Blessing of Xoph} Variant: Pre 3.3.0 Variant: Pre 3.9.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 64, 185 Dex -{variant:3}SupportedByIgniteProliferationUnique1 -LocalIncreasedPhysicalDamagePercentUniqueRapier1 +{variant:3,4}SupportedByIgniteProliferationUnique1 +{variant:1,2,3}LocalIncreasedPhysicalDamagePercentUniqueRapier1 +{variant:4}LocalIncreasedPhysicalDamagePercentUnique__38 ConvertPhysicalToFireUniqueQuiver1_ ChanceToIgniteUniqueBodyInt2 {variant:1}Ignites your Skills cause spread to other Enemies within a Radius of 12 diff --git a/src/Data/Uniques/Special/claw.lua b/src/Data/Uniques/Special/claw.lua index d4140ed6ca..9fe16f10da 100644 --- a/src/Data/Uniques/Special/claw.lua +++ b/src/Data/Uniques/Special/claw.lua @@ -11,12 +11,12 @@ Requires Level 46, 80 Dex, 80 Int Implicits: 2 {variant:1}+21 Life gained for each Enemy hit by Attacks {variant:2}LifeGainPerTargetImplicit2Claw8 -SocketedGemsSupportedByFortifyUnique____1 +Socketed Gems are Supported by level 12 Fortify LocalIncreasedPhysicalDamagePercentUniqueClaw6 IncreasedEvasionRatingUnique___1 -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__20 IncreasedEnergyShieldUnique__2 -AttackerTakesDamageShieldImplicit7 +AttackerTakesDamageUnique__1 15% Chance to Block ]],[[ Replica Advancing Fortress @@ -28,7 +28,7 @@ LifeGainPerTargetImplicit2Claw8 SupportedByCastOnDamageTakenUnique__1 AdditionalBlockUnique__2 LocalIncreasedPhysicalDamagePercentUniqueClaw6 -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__20 ShieldArmourIncreaseUnique__1 AddedFireDamageIfBlockedRecentlyUnique__1 ]],[[ @@ -77,7 +77,7 @@ Implicits: 3 {variant:3,4,5,6}LifeGainPerTargetImplicit2Claw4_1 {variant:1,2,3,4}SocketedItemsHaveChanceToFleeUniqueClaw6 {variant:4,5}TriggeredAbyssalCryUnique__1 -{variant:1}LocalIncreasedPhyiscalDamagePercentUnique__3 +{variant:1}LocalIncreasedPhysicalDamagePercentUnique__36_ {variant:2,3,4,5,6}LocalIncreasedPhysicalDamagePercentUniqueClaw6 LifeLeechPermyriadUniqueClaw6 {variant:1,2,3,4}StunThresholdReductionUniqueClaw6 @@ -170,7 +170,7 @@ Implicits: 2 {variant:2,3}LifeGainPerTargetImplicit2Claw4 WeaponElementalDamageUnique__4 LocalAddedLightningDamageUnique__4 -LocalIncreasedAttackSpeedUniqueClaw8 +LocalIncreasedAttackSpeedUniqueClaw9 {variant:1,2}Adds 1 to 3 Lightning Damage to Attacks with this Weapon per 10 Intelligence {variant:3}AddedLightningDamagePerIntelligenceUnique__2 ]],[[ @@ -204,7 +204,7 @@ Implicits: 2 {variant:2,3}LifeGainPerTargetImplicit2Claw10 LocalIncreasedPhysicalDamagePercentUnique__6 LocalAddedPhysicalDamageUnique__3 -LocalIncreasedAttackSpeedUniqueClaw8 +LocalIncreasedAttackSpeedUniqueClaw9 {variant:1,2}+(250-350) to Accuracy Rating {variant:3}IncreasedAccuracyUnique__1 100% increased Physical Damage while Frozen @@ -244,7 +244,7 @@ Implicits: 1 LifeLeechPermyriadImplicitClaw1 {variant:1}20% chance to Trigger Level 20 Summon Spectral Wolf on Critical Strike with this Weapon {variant:2}SummonWolfOnCritUnique__1 -LocalIncreasedAttackSpeedUniqueSceptre9 +LocalIncreasedAttackSpeedUnique__25 LocalCriticalStrikeChanceUnique__17_ CriticalMultiplierUniqueDagger8 ]],[[ @@ -278,10 +278,10 @@ Implicits: 2 {variant:1}+21 Life gained for each Enemy hit by Attacks {variant:2,3}LifeGainPerTargetImplicit2Claw8 LocalIncreaseSocketedDexterityGemLevelUniqueClaw8 -{variant:3}DisplaySocketedGemsGetsFasterAttackUnique__1 +{variant:3}Socketed Gems are Supported by level 10 Faster Attacks {variant:1,2}LocalIncreasedPhysicalDamagePercentUniqueClaw6 {variant:3}LocalIncreasedPhysicalDamageUniqueClaw8 -LocalIncreasedAttackSpeedUniqueClaw8 +LocalIncreasedAttackSpeedUniqueClaw9 25% increased Stun Recovery AlwaysHits ]],[[ @@ -290,10 +290,10 @@ Terror Claw Requires Level 70, 113 Dex, 113 Int Implicits: 1 LifeLeechPermyriadImplicitClaw2 -LocalIncreasedPhyiscalDamagePercentUnique__3 +LocalIncreasedPhysicalDamagePercentUnique__36_ LocalAddedPhysicalDamageUnique__13 CausesBleedingUnique__1 -IncreasePhysicalDegenDamagePerDexterityUnique__1 +2% increased Physical Damage over time per 10 Dexterity 1% increased Bleed Duration per 12 Intelligence BleedingEnemiesFleeOnHitUnique__1 ]],[[ @@ -307,7 +307,7 @@ Implicits: 1 LifeLeechPermyriadImplicitClaw2 {variant:1}10% Chance to Cast level 10 Summon Spectral Wolf on Kill LocalAddedPhysicalDamageUnique__23_ -LocalIncreasedAttackSpeedUniqueClaw8 +LocalIncreasedAttackSpeedUniqueClaw9 IncreasedMinionAttackSpeedUnique__1_ MinionDamageAlsoAffectsYouUnique__1 IncreasedMinionDamageIfYouHitEnemyUnique__1 @@ -322,7 +322,7 @@ Implicits: 2 {variant:2}LifeGainPerTargetImplicit2Claw10 LocalAddedPhysicalDamageUnique__14 ColdDamagePercentUniqueHelmetInt4 -CriticalStrikeChanceUniqueBow9 +LocalCriticalStrikeChanceUnique__10 ChanceToGainFrenzyChargeOnKillingFrozenEnemyUnique__1 AdditionalChainWhileAtMaxFrenzyChargesUnique___1 ChanceToFreezeUnique__4 @@ -334,9 +334,9 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 60, 113 Dex, 113 Int Implicits: 1 -LifeGainPerTargetImplicit2Claw9_ +LifeGainPerTargetImplicit2Claw11_ LocalIncreasedPhysicalDamagePercentUniqueClaw3 -LocalIncreasedAttackSpeedUniqueOneHandAxe1 +LocalIncreasedAttackSpeedUnique__21 LocalCriticalStrikeChanceUnique__11 {variant:1}+(180-200) to Accuracy Rating {variant:2}LocalIncreasedAccuracyUnique__1 @@ -356,7 +356,7 @@ StrengthUniqueClaw9 DexterityUniqueClaw9 15% reduced Accuracy Rating LocalAddedPhysicalDamageUniqueClaw9 -LocalIncreasedAttackSpeedUniqueClaw8 +LocalIncreasedAttackSpeedUniqueClaw9 DamageWithMovementSkillsUniqueClaw9 AttackSpeedWithMovementSkillsUniqueClaw9 ]], diff --git a/src/Data/Uniques/Special/dagger.lua b/src/Data/Uniques/Special/dagger.lua index 2986b96071..5f8dc68a72 100644 --- a/src/Data/Uniques/Special/dagger.lua +++ b/src/Data/Uniques/Special/dagger.lua @@ -9,7 +9,7 @@ Requires Level 53, 58 Dex, 123 Int Implicits: 1 CriticalStrikeChanceImplicitDagger2 SummonSpidersOnKillUnique__1 -LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe9 +LocalIncreasedPhysicalDamagePercentUnique__25 LocalAddedPhysicalDamageUnique__25 LocalAddedChaosDamageUnique___1 LocalChanceToPoisonOnHitUnique__1 @@ -40,8 +40,8 @@ CriticalStrikeChanceImplicitDagger1 DexterityUniqueDagger12 LocalIncreasedPhysicalDamagePercentUniqueDagger12 LocalAddedPhysicalDamageUniqueDagger12 -LocalIncreasedAttackSpeedUniqueDagger12 -ExtraGore +LocalIncreasedAttackSpeedUniqueDescentDagger1 +Extra Gore {variant:1}10% chance to cause Bleeding on Hit {variant:2}LocalChanceToBleedUniqueDagger12 ]],[[ @@ -64,7 +64,7 @@ Requires Level 62, 95 Dex, 131 Int Implicits: 1 CriticalStrikeChanceImplicitDagger1 GlobalPhysicalSpellGemsLevelUnique__1 -DealNoElementalDamageUnique__1 +DealNoElementalDamageUnique__2 ]],[[ Replica Cold Iron Point Ezomyte Dagger @@ -111,7 +111,6 @@ SpellDamageOnWeaponUniqueDagger1 ]],[[ Goredrill Skinning Knife -Upgrade: Upgrades to unique{Sanguine Gambol} via prophecy{Crimson Hues} Requires Level 5, 16 Dex Implicits: 1 CriticalStrikeChanceImplicitDagger1 @@ -124,7 +123,7 @@ AttackDamageAgainstBleedingUniqueDagger11 ]],[[ Sanguine Gambol Skinning Knife -Source: Upgraded from unique{Goredrill} via prophecy{Crimson Hues} +Source: No longer obtainable Requires Level 59 Implicits: 1 CriticalStrikeChanceImplicitDagger1 @@ -183,7 +182,7 @@ Requires Level 60, 113 Dex, 113 Int Implicits: 1 CriticalStrikeChanceImplicitDagger1 UniqueSecretBladeGrantHiddenBlade -DexterityUnique__6 +DexterityUnique__20__ LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8 ReducedAttackSpeedWhilePhasingUnique__1 ]],[[ @@ -202,7 +201,7 @@ CriticalStrikeChanceUniqueDagger3 LocalReducedAttackSpeedUniqueDagger9 AllResistancesUniqueDagger9 {variant:1,2}Melee Critical Strikes have 25% chance to cause Bleeding -{variant:3}CausesBleedingOnCritUniqueDagger11 +{variant:3}CauseseBleedingOnCritUniqueDagger9 {variant:1,2}Melee Critical Strikes have 25% chance to Poison the Enemy {variant:3}CausesPoisonOnCritUniqueDagger9 ]],[[ @@ -242,7 +241,7 @@ CriticalStrikeChanceImplicitDagger1 LocalIncreasedPhysicalDamagePercentUniqueDagger2 DexterityUniqueDagger3 AddedLightningDamageUniqueDagger3 -LocalIncreasedAttackSpeedUniqueDagger12 +LocalIncreasedAttackSpeedUniqueDescentDagger1 CriticalStrikeChanceUniqueDagger3 ]],[[ Replica Ungil's Gauche @@ -253,7 +252,7 @@ Implicits: 1 CriticalStrikeChanceImplicitDagger1 BlockWhileDualWieldingUnique__2_ DexterityUniqueDagger3 -LocalIncreasedAttackSpeedUniqueDagger12 +LocalIncreasedAttackSpeedUniqueDescentDagger1 CriticalStrikeChanceUniqueDagger3 ChanceToChillAttackersOnBlockUnique__2__ ChanceToShockAttackersOnBlockUnique__2 @@ -284,6 +283,7 @@ Every 8 seconds, gain Avatar of Fire for 4 seconds White Wind Imperial Skean Variant: Pre 3.11.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 66, 95 Dex, 131 Int Implicits: 1 @@ -291,11 +291,11 @@ CriticalStrikeChanceImplicitDagger1 LocalAddedColdDamageUnique__7 LocalIncreasedAttackSpeedUniqueBow10 {variant:1}+(300-400) to Evasion Rating -{variant:2}IncreasedEvasionRatingUnique__3 -{variant:1}20% chance to Dodge Attacks while your Off Hand is empty -{variant:2}(15-25)% chance to Dodge Attacks while your Off Hand is empty +{variant:2,3}IncreasedEvasionRatingUnique__3 +{variant:1,2}(15-25)% chance to Suppress Spell Damage while your Off Hand is empty +{variant:3}(30-40)% chance to Suppress Spell Damage while your Off Hand is empty {variant:1}100% increased Cold Damage while your Off Hand is empty -{variant:2}IncreasedColdDamageWhileOffhandIsEmpty_ +{variant:2,3}IncreasedColdDamageWhileOffhandIsEmpty_ ]],[[ Widowmaker Boot Blade diff --git a/src/Data/Uniques/Special/flask.lua b/src/Data/Uniques/Special/flask.lua index 069abff732..64632725b1 100644 --- a/src/Data/Uniques/Special/flask.lua +++ b/src/Data/Uniques/Special/flask.lua @@ -8,13 +8,15 @@ Sanctified Life Flask League: Domination, Nemesis Variant: Pre 2.6.0 Variant: Pre 3.15.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 50 -(5-20)% increased Recovery Speed +{variant:1,2,3}(5-20)% increased Recovery Speed +{variant:4}(35-50)% reduced Recovery Speed {variant:1}No Life Recovery Applies during Flask effect {variant:2}100% increased Amount Recovered {variant:3}50% increased Amount Recovered -LocalFlaskLifeOnFlaskDurationEndUniqueFlask3 +Recover Full Life at the end of the Flask effect ]], -- Flask: Mana [[ @@ -29,21 +31,21 @@ Implicits: 0 {variant:3}FlaskRemovePercentageOfEnergyShieldUniqueFlask2 {variant:1,2}You take 10% of your maximum Life as Chaos Damage on use {variant:3}FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2 -{variant:1,2}FlaskGainPowerChargeUniqueFlask2 -{variant:1,2}FlaskGainFrenzyChargeUniqueFlask2 -{variant:1,2}FlaskGainEnduranceChargeUnique__1_ +{variant:1,2}You gain a Power Charge on use +{variant:1,2}You gain a Frenzy Charge on use +{variant:1,2}You gain an Endurance Charge on use {variant:3}You gain (1-3) Power Charges on use {variant:3}You gain (1-3) Frenzy Charges on use {variant:3}You gain (1-3) Endurance Charge on use {variant:1}(50-100)% increased Charges used {variant:2}(120-150)% increased Charges used -{variant:3}LocalFlaskChargesUsedUniqueFlask2 +{variant:3}(250-300)% increased Charges used ]],[[ Lavianga's Spirit Sanctified Mana Flask League: Domination, Nemesis Requires Level 50 -FlaskIncreasedRecoveryAmountUniqueFlask4 +FlaskIncreasedRecoveryAmountUnique__1 100% increased Recovery Speed Your Skills have no Mana Cost during Flask effect ]],[[ @@ -51,7 +53,7 @@ Replica Lavianga's Spirit Sanctified Mana Flask League: Heist Requires Level 50 -FlaskIncreasedRecoveryAmountUniqueFlask4 +FlaskIncreasedRecoveryAmountUnique__1 50% reduced Recovery rate LocalFlaskAttackAndCastSpeedWhileHealingUnique__1 (5-15)% increased Cast Speed during Flask effect @@ -63,7 +65,7 @@ Variant: Pre 3.2.0 Variant: Current League: Perandus Requires Level 18 -FlaskChargesUsedUnique__3 +50% increased Charges used {variant:1}Grants Last Breath when you Use a Skill during Flask Effect, for 800% of Mana Cost {variant:2}FlaskLifeGainOnSkillUseUnique__1 ]], @@ -117,14 +119,16 @@ Sulphur Flask League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Variant: Pre 3.15.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 35 UtilityFlaskConsecrate {variant:1}FlaskEffectDurationUnique__3 {variant:2}FlaskEffectDurationUnique__7 +{variant:3}FlaskConsecratedGroundDurationUnique__1 FlaskConsecratedGroundAreaOfEffectUnique__1_ {variant:1}+(1.0-2.0)% to Critical Strike Chance against Enemies on Consecrated Ground during Effect -{variant:2}(100-150)% increased Critical Strike Chance against Enemies on Consecrated Ground during Effect +{variant:2,3}(100-150)% increased Critical Strike Chance against Enemies on Consecrated Ground during Effect FlaskConsecratedGroundDamageTakenUnique__1 ]],[[ Coralito's Signature @@ -143,11 +147,13 @@ FlaskHitsHaveNoCritMultiUnique__1 Coruscating Elixir Ruby Flask Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 18 Implicits: 0 -{variant:2}FlaskEffectDurationUnique__4 -ChaosDamageDoesNotBypassESDuringFlaskEffectUnique__1 +{variant:2}100% increased Duration +{variant:3}FlaskEffectDurationUnique__4 +Chaos Damage does not bypass Energy Shield during effect RemoveLifeAndAddThatMuchEnergyShieldOnFlaskUseUnique__1 Removed life is regenerated as Energy Shield over 2 seconds ]],[[ @@ -162,40 +168,46 @@ Variant: Item Rarity Variant: Reduced Mana Cost Variant: Movement Speed/Stun Avoidance Variant: Life Regen +Variant: Reduced Reflected Damage Taken Variant: Pre 3.15.0 +Variant: Pre 3.16.0 Crit Chance Variant: Current Requires Level 22 Implicits: 0 -{variant:7}GainChargeOnConsumingIgnitedCorpseUnique__1__ -{variant:8}GainChargeOnConsumingIgnitedCorpseUnique__2 -{variant:7}Enemies Ignited by you during Flask Effect take 10% increased Damage -{variant:8}EnemiesIgnitedTakeIncreasedDamageUnique__1 -{variant:7,8}RecoverMaximumLifeOnKillFlaskEffectUnique__1 -{variant:7,8}RecoverMaximumManaOnKillFlaskEffectUnique__1 -{variant:7,8}RecoverMaximumEnergyShieldOnKillFlaskEffectUnique__1 -{variant:8}FlaskExtraChargesUnique__3 -{variant:8}LocalFlaskChargesUsedUniqueFlask2 -{variant:1}{crafted}(60-80)% increased Critical Strike Chance during Flask Effect +{variant:8}Recharges 1 Charge when you consume an Ignited Corpse +{variant:10}Recharges 5 Charges when you consume an Ignited Corpse +{variant:8}Enemies Ignited by you during Flask Effect take 10% increased Damage +{variant:10}EnemiesIgnitedTakeIncreasedDamageUnique__1 +{variant:8,10}RecoverMaximumLifeOnKillFlaskEffectUnique__1 +{variant:8,10}RecoverMaximumManaOnKillFlaskEffectUnique__1 +{variant:8,10}RecoverMaximumEnergyShieldOnKillFlaskEffectUnique__1 +{variant:10}+90 to maximum charges +{variant:10}(250-300)% increased Charges Used +{variant:9}{crafted}(60-80)% increased Critical Strike Chance during Flask Effect +{variant:1}{crafted}(45-55)% increased Critical Strike Chance during Flask Effect {variant:2}{crafted}15% of Damage Taken from Hits is Leeched as Life during Flask Effect -{variant:3}FlaskItemRarityUniqueFlask1 +{variant:3}{crafted}(20-30)% increased Rarity of Items found during Flask Effect {variant:4}{crafted}(25-20)% reduced Mana Cost of Skills during Flask Effect {variant:5}{crafted}(8-12)% increased Movement Speed during Flask effect {variant:5}{crafted}50% Chance to avoid being Stunned during Flask Effect {variant:6}{crafted}3% of Life Regenerated per second during Flask Effect +{variant:7}{crafted}(60-80)% reduced Reflected Damage taken during Flask Effect ]],[[ Dying Sun Ruby Flask Source: Drops from unique{The Shaper} Variant: Pre 3.0.0 Variant: Pre 3.15.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 68 {variant:2}(-10-10)% increased Charges used -{variant:3}FlaskChargesUsedUnique__5 -{variant:3}FlaskEffectDurationUnique__6 +{variant:3,4}(125-150)% increased Charges used +{variant:3}(40-60)% reduced duration +{variant:4}(40-60)% less duration {variant:1}30% increased Area of Effect during Flask Effect {variant:2}(15-25)% increased Area of Effect during Flask Effect -{variant:3}FlaskIncreasedAreaOfEffectDuringEffectUnique__1_ +{variant:3,4}FlaskIncreasedAreaOfEffectDuringEffectUnique__1_ 2 additional Projectiles during Flask Effect ]],[[ Forbidden Taste @@ -205,13 +217,13 @@ Variant: Pre 2.6.0 Variant: Pre 3.15.0 Variant: Current Requires Level 27 -{variant:1,2}FlaskChargesUsedUnique__3 +{variant:1,2}50% increased Charges used {variant:1}Recover 50% of your maximum Life on use {variant:2}Recover 75% of your maximum Life on use {variant:3,4}Recover (75-100)% of your maximum Life on use {variant:1}15% of maximum Life taken as Chaos Damage per second -{variant:2,3}8% of Maximum Life taken as Chaos Damage per second -{variant:4}LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6 +{variant:2,3}8% of maximum Life taken as Chaos Damage per second +{variant:4}25% of maximum Life taken as Chaos Damage per second ]],[[ Kiara's Determination Silver Flask @@ -234,7 +246,7 @@ Variant: Current Requires Level 27 KnockbackOnFlaskUseUniqueFlask9 MonstersFleeOnFlaskUseUniqueFlask9 -{variant:1}LocalFlaskChargesUsedUniqueFlask9 +{variant:1}(70-100)% increased Charges used {variant:1}30% more Melee Physical Damage during effect {variant:2}(30-35)% more Melee Physical Damage during effect {variant:3}(20-25)% more Melee Physical Damage during effect @@ -279,7 +291,7 @@ Replica Rumi's Concoction Granite Flask League: Heist Requires Level 68 -FlaskGainEnduranceChargeUnique__1_ +You gain an Endurance Charge on use BlockIncreasedDuringFlaskEffectUnique__1 SpellBlockIncreasedDuringFlaskEffectUnique__1_ LocalFlaskPetrifiedUnique__1 @@ -341,10 +353,10 @@ Source: Upgraded from unique{Soul Catcher} via currency{Vial of the Ghost} Variant: Pre 3.10.0 Variant: Current Requires Level 27 -{variant:1}FlaskChargesUsedUnique__7 -{variant:1}FlaskVaalSkillDamageUnique__2 +{variant:1}100% increased Charges used +{variant:1}Vaal Skills deal (30-40)% more Damage during effect {variant:1}FlaskVaalNoSoulPreventionUnique__1 -{variant:1}CannotGainFlaskChargesDuringEffectUnique__1 +{variant:1}Gains no Charges During effect of any Soul Ripper Flask {variant:2}+(-40 to 90) maximum Charges {variant:2}FlaskLoseChargesOnNewAreaUnique__1 {variant:2}FlaskVaalConsumeMaximumChargesUnique__1 @@ -402,8 +414,8 @@ Variant: Current (Penetration) Variant: Current (Spells) Variant: Current (Attacks) Requires Level 68 -{variant:5,6,7,8,9,10,11,12,13,14,15}FlaskChargesUsedUnique__6_ -{variant:16,17,18}FlaskChargesUsedUnique__5 +{variant:5,6,7,8,9,10,11,12,13,14,15}(80-100)% increased Charges used +{variant:16,17,18}(125-150)% increased Charges used {variant:1,2,3,4,5,6,7,8}Shocks nearby Enemies during Flask effect {variant:9,10,11,12,13,14,15,16,17,18}ShockNearbyEnemiesDuringFlaskEffect___1 {variant:1,2,3,4,5,6,7,8}You are Shocked during Flask effect @@ -445,11 +457,11 @@ Variant: Current Requires Level 48 Implicits: 1 UtilityFlaskSmokeCloud -{variant:1,2}FlaskChargesUsedUnique__3 +{variant:1,2}50% increased Charges used {variant:3}(-10-10)% increased Charges used {variant:1}(50-70)% increased Damage Over Time during Flask Effect {variant:2}(25-40)% increased Damage Over Time during Flask Effect -VulnerabilityAuraDuringFlaskEffectUnique__1 +Grants level 21 Despair Curse Aura during Flask Effect ]], -- Flask: Ward [[ @@ -457,7 +469,7 @@ Elixir of the Unbroken Circle Iron Flask League: Expedition Requires Level 40 -(20–40)% increased Duration +FlaskEffectDurationUnique__7 FlaskLoseAllEnduranceChargesGainLifePerLostChargeUnique1 Lose all Endurance Charges on use FlaskEnduranceChargePerSecondUnique1 @@ -474,9 +486,9 @@ Starlight Chalice Iron Flask League: Expedition Requires Level 40 -(20–30)% increased Charge Recovery +FlaskChargesAddedIncreasePercentUnique__2 FlaskFireColdLightningExposureOnNearbyEnemiesUnique1 -(20–30)% increased Effect of Non-Damaging Ailments you inflict during Flask Effect +FlaskNonDamagingAilmentIncreasedEffectUnique__1 ]],[[ Vorana's Preparation Iron Flask diff --git a/src/Data/Uniques/Special/gloves.lua b/src/Data/Uniques/Special/gloves.lua index bcff795197..1f1259c729 100644 --- a/src/Data/Uniques/Special/gloves.lua +++ b/src/Data/Uniques/Special/gloves.lua @@ -7,25 +7,39 @@ Atziri's Acuity Vaal Gauntlets Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} Variant: Pre 3.1.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 75, 100 Str IntelligenceUniqueGlovesStr3 IncreasedLifeUniqueGlovesStr3 LocalIncreasedPhysicalDamageReductionRatingPercentUniqueGlovesStr3 -CriticalStrikeChanceUniqueGlovesStr3 +{variant:2}(25-35)% increased Global Critical Strike Chance +{variant:3}CriticalStrikeChanceUniqueGlovesStr3 {variant:1}CriticalStrikesLeechInstantlyUniqueGlovesStr3 -{variant:2}VaalPactIfCritRecentlyUnique__1 +{variant:2,3}VaalPactIfCritRecentlyUnique__1 ]],[[ Replica Atziri's Acuity Vaal Gauntlets League: Heist Requires Level 63, 100 Str IntelligenceUniqueGlovesStr3 -CriticalStrikeChanceUniqueGlovesStr3 +(25-35)% increased Global Critical Strike Chance LocalIncreasedPhysicalDamageReductionRatingPercentUniqueGlovesStr3 IncreasedLifeUniqueGlovesStr3 PerfectAgonyIfCritRecentlyUnique__1 ]],[[ +Ceaseless Feast +Spiked Gloves +Source: Drops from unique{The Infinite Hunger} +Requires Level 70, 95 Str +Implicits: 1 +MeleeDamageImplicitGloves1 +AddedPhysicalDamageUnique__11__ +LocalIncreasedPhysicalDamageReductionRatingPercentUniqueHelmetStrDex6 +AttackCorrosionOnHitChanceUnique__1 +EnduranceChargeNoArmourUnique__1_ +FrenzyChargeNoEvasionRatingUnique__1 +]],[[ Craiceann's Pincers Titan Gauntlets League: Bestiary @@ -45,7 +59,7 @@ Variant: Pre 3.5.0 Variant: Pre 3.10.0 Variant: Current Requires Level 63, 100 Str -{variant:2,3,4}GrantsTouchOfGodUnique__1 +{variant:2,3,4}Grants level 20 Doryani's Touch Skill {variant:1,2,3}+30 to maximum Energy Shield {variant:4}LocalIncreasedEnergyShieldUniqueGlovesStr4 {variant:1,2,3}ChanceToShockUnique__1 @@ -73,14 +87,14 @@ Goliath Gauntlets Requires Level 53, 76 Str LocalIncreasedPhysicalDamageReductionRatingUniqueGlovesStr5 EnemyKnockbackDirectionReversedUniqueGlovesStr5_ -DisplaySupportedByKnockbackUniqueGlovesStr5 +Socketed Gems are Supported by level 10 Knockback ]],[[ Giantsbane Bronze Gauntlets Requires Level: 23, 36 Str AddedPhysicalDamageUnique__5 StrengthUniqueBodyStrInt3 -LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9 +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__15 KeystoneIronGripUnique__1 ]],[[ Lochtonial Caress @@ -134,7 +148,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 47, 68 Str IncreasedLifeUnique__27 -ProjectileSpeedUnique__5__ +ProjectileSpeedUnique__2 {variant:1}MovementSkillCooldownReducedMoveSpeedImplicitR2_ {variant:2}MovementVelocityUnique__2 KnockbackChanceUnique__1 @@ -152,33 +166,32 @@ EnemiesKilledApplyImpaleDamageUnique__1 ]],[[ Hrimsorrow Goathide Gloves -Upgrade: Upgrades to unique{Hrimburn} via prophecy{Fire and Ice} Variant: Pre 2.6.0 Variant: Current Requires Level 9, 17 Dex -StrengthUniqueGlovesStrInt2 +StrengthUniqueGlovesDex1 {variant:1}50% increased Evasion Rating {variant:2}LocalIncreasedEvasionRatingPercentUniqueGlovesDex1 -{variant:1}ColdResistUniqueShieldStrDex1 +{variant:1}ColdResistUniqueBelt13 {variant:2}ColdResistUniqueGlovesDex1 {variant:2}AddedColdDamageToSpellsAndAttacksUnique__2 -{variant:1}ConvertPhysicalToColdUniqueOneHandAxe8 +{variant:1}ConvertPhysicalToColdUnique__1 {variant:2}ConvertPhysicalToColdUniqueGlovesDex1 AttackerTakesColdDamageGlovesDex1 ]],[[ Hrimburn Goathide Gloves -Source: Upgraded from unique{Hrimsorrow} via prophecy{Fire and Ice} +Source: Drops from any endgame map boss Variant: Pre 2.6.0 Variant: Current Requires Level 24, 17 Dex -StrengthUniqueGlovesStrInt2 +StrengthUniqueGlovesDex1 {variant:1}50% increased Evasion Rating {variant:2}LocalIncreasedEvasionRatingPercentUniqueGlovesDex1 -{variant:1}ColdResistUniqueShieldStrDex1 +{variant:1}ColdResistUniqueBelt13 {variant:2}ColdResistUniqueGlovesDex1 {variant:2}AddedColdDamageToSpellsAndAttacksUnique__2 -{variant:1}ConvertPhysicalToColdUniqueOneHandAxe8 +{variant:1}ConvertPhysicalToColdUnique__1 {variant:2}ConvertPhysicalToColdUniqueGlovesDex1 AttackerTakesColdDamageGlovesDex1 ColdDamageIgnitesUnique__1 @@ -197,7 +210,7 @@ IncreasedAttackSpeedUniqueGlovesDex2 CriticalStrikeChanceUniqueGlovesDex2 {variant:1}+(40-50)% to Global Critical Strike Multiplier {variant:2}+(28-36)% to Global Critical Strike Multiplier -{variant:3}CriticalMultiplierUniqueGlovesDex2 +{variant:3}CriticalMultiplierUniqueGlovesDexInt6_ {variant:4}CriticalStrikeMultiplierIs250Unique__1 LocalIncreasedEvasionRatingPercentUniqueGlovesDex2 ]],[[ @@ -213,12 +226,15 @@ TransferMarkOnDeathUnique__1 ]],[[ Oskarm Nubuck Gloves +Variant: Pre 3.16.0 +Variant: Current Requires Level 52, 50 Dex -CurseOnHitCriticalWeaknessUnique__1 +Trigger Level 10 Assassin's Mark when you Hit a Rare or Unique Enemy (30-40)% increased Accuracy Rating IncreasedLifeUnique__33 ChaosResistUnique__8 -(7-8)% chance to Dodge Spell Damage +{variant:1}(7-8)% chance to Suppress Spell Damage +{variant:2}(10-12)% chance to Suppress Spell Damage IncreasedCriticalStrikeChancePerAccuracyRatingUnique__1 ]],[[ Painseeker @@ -236,7 +252,7 @@ ApplyAilmentsMoreDamageUnique__1 Allelopathy Sorcerer Gloves Requires Level 69, 97 Int -BlightSkillUnique__1 +Grants level 22 Blight Skill DegenerationDamageUnique__2 LocalIncreasedEnergyShieldUniqueGlovesInt5 10% increased Area of Effect of Area Skills @@ -265,27 +281,39 @@ Requires Level 25, 39 Int IntelligenceUniqueGlovesInt5 {variant:1,2}IncreasedLifeImplicitGlovesDemigods1 {variant:3}IncreasedLifeUniqueGlovesInt3 -{variant:1,2}IncreasedManaUniqueIntHelmet3 +{variant:1,2}IncreasedManaUniqueBodyInt9 {variant:3}IncreasedManaUniqueGlovesInt3 {variant:1}TemporalChainsOnHitUniqueGlovesInt3 {variant:2,3}CurseOnHitTemporalChainsUnique__1 {variant:3}CursesRemainOnDeathUnique__1_ -{variant:3}EnemiesNearCursesBlindAndExplodeUnique__1 +{variant:3}Enemies near Corpses affected by your Curses are Blinded {variant:3}Enemies killed near Corpses affected by your Curses explode, dealing {variant:3}3% of their Life as Physical Damage ]],[[ +Black Zenith +Fingerless Silk Gloves +Source: Drops from unique{The Black Star} +Requires Level 70, 95 Int +Implicits: 1 +SpellDamageImplicitGloves1 +SocketedGemsMoreDamageForSpellsCastUnique__1 +SocketedGemsAddedCooldownUnique__1__ +SocketedGemsAdditionalProjectilesUnique__1__ +SocketedGemsProjectilesNovaUnique__1 +SocketedGemsLessDurationUnique__1 +LocalIncreasedEnergyShieldPercentUniqueBootsInt5 +]],[[ Demon Stitcher Satin Gloves League: Delve Requires Level 41, 60 Int -IncreasedCastSpeedUnique__16 +IncreasedCastSpeedUnique__14 IncreasedEnergyShieldUnique__9 IncreasedLifeUniqueGlovesStrDex4 SacrificeLifeToGainESUnique__1 ]],[[ Doedre's Tenure Velvet Gloves -Upgrade: Upgrades to unique{Doedre's Malevolence} via prophecy{The Malevolent Witch} Variant: Pre 2.6.0 Variant: Current Requires Level 12, 21 Int @@ -300,7 +328,7 @@ Requires Level 12, 21 Int ]],[[ Doedre's Malevolence Velvet Gloves -Source: Upgraded from unique{Doedre's Tenure} via prophecy{The Malevolent Witch} +Source: Drops from any endgame map boss Variant: Pre 3.11.0 Variant: Current Requires Level 64, 21 Int @@ -314,10 +342,9 @@ LocalIncreasedEnergyShieldUnique__18_ ]],[[ Grip of the Council Arcanist Gloves -Source: prophecy{The Unbreathing Queen V} Requires Level 60, 95 Int StrengthUnique__4 -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__20 ColdResistUniqueShieldDex7 MinionRunSpeedUnique__1 MinionColdResistUnique__1 @@ -328,7 +355,7 @@ Arcanist Gloves League: Heist Requires Level 60, 95 Int StrengthUnique__4 -IncreasedLifeUniqueAmulet4 +IncreasedLifeUnique__20 FireResistUnique__23_ MinionLifeUnique__4__ MinionFireResistUnique__1 @@ -423,14 +450,23 @@ Requires Level 15 IncreasedAttackSpeedUniqueGlovesStrDex5 LocalIncreasedArmourAndEvasionUniqueGlovesStrDex5 (3-4) Life Regenerated per second -Recover 20% of your Maximum Life on Rampage +HealOnRampageUniqueGlovesStrDex5 VaalSoulsOnRampageUniqueGlovesStrDex5 SimulatedRampageDexInt6 ]],[[ +Gravebind +Hydrascale Gauntlets +Requires Level 59, 45 Str, 45 Dex +Implicits: 0 +LocalIncreasedArmourAndEvasionUnique__7 +ChaosResistUnique__23 ++(15-25) Life gained on kill +EnemiesKilledCountAsYoursUnique__1 +]],[[ Haemophilia Serpentscale Gauntlets Requires Level 43, 34 Str, 34 Dex -StrengthUniqueGlovesStrInt2 +StrengthUniqueGlovesDex1 DegenerationDamageUnique__1 ChanceToBleedUnique__2__ AttackDamageAgainstBleedingUnique__1__ @@ -473,7 +509,7 @@ Variant: Current Two Abyssal Sockets Requires Level: 36, 29 Str, 29 Int {variant:1,3}AbyssJewelSocketUnique__3 {variant:2,4}AbyssJewelSocketUnique__4 -{variant:1,2}IncreasedAttackSpeedUniqueShieldDex6 +{variant:1,2}LocalIncreasedAttackSpeedUnique__32 MaximumLifeUnique__13 IntimidateOnHitWithMeleeAbyssJewelUnique__1 MaimOnHitWithRangedAbyssJewelUnique__1 @@ -505,7 +541,7 @@ AttackSpeedPerMapModUnique__1 Wyrmsign Wyrmscale Gauntlets Requires Level 49, 38 Str, 38 Dex -ItemActsAsConcentratedAOESupportUnique__1 +Socketed Gems are Supported by level 5 Concentrated Effect LocalIncreasedArmourAndEvasionUnique__1 IncreasedLifeUniqueGlovesStrDex4 ReduceManaCostPerEnduranceChargeUnique__1 @@ -542,7 +578,7 @@ Crusader Gloves Requires Level 66, 51 Str, 51 Int ModifyableWhileCorruptedUnique__1 Can have up to 5 Implicit Modifiers while Item has this Modifier -LocalIncreasedArmourAndEnergyShieldUnique__21 +LocalIncreasedArmourAndEnergyShieldUnique__15 MaximumLifeUnique__19 FireAndLightningResistUnique__1 ]],[[ @@ -550,7 +586,7 @@ Null and Void Legion Gloves League: Rampage Requires Level 57, 44 Str, 44 Int -StrengthUniqueGlovesStrInt2 +StrengthUniqueGlovesDex1 LocalIncreasedArmourAndEnergySheildUniqueGlovesStrInt2 IncreasedLifeUniqueGlovesStrDex4 ManaRegenerationUniqueGlovesStrInt2 @@ -564,7 +600,7 @@ League: Synthesis Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 57, 44 Str, 44 Int AllAttributesUnique__14 -LocalIncreasedArmourAndEnergyShieldUnique__21 +LocalIncreasedArmourAndEnergyShieldUnique__15 MaximumLifeLeechAmountUnique__1 AttackAndCastSpeedUnique__4 IncreasedDamageWhileLeechingUnique__2__ @@ -636,7 +672,7 @@ MaximumLifeUniqueGlovesStrInt3 ColdResistUniqueGlovesStrDex3 {variant:2}HeraldOfIceDamageUnique__1_ FreezeDurationUniqueGlovesStrInt3 -CanOnlyKillFrozenEnemiesUniqueGlovesStrInt3 +Your Hits can only Kill Frozen enemies ]],[[ Triad Grip Mesh Gloves @@ -650,7 +686,6 @@ MinionChanceToFreezeShockIgnite ]],[[ Volkuur's Guidance Zealot Gloves -Source: Drops from The Pale Council Variant: Fire Variant: Cold Variant: Lightning @@ -661,7 +696,7 @@ Requires Level 43, 34 Str, 34 Int IncreasedLifeUniqueGlovesStrDex4 {variant:1}FireResistUniqueAmulet13 {variant:2}ColdResistUnique__17 -{variant:3}LightningResistUnique__16 +{variant:3}LightningResistUnique__8 VolkuurLessPoisonDurationUnique__1 {variant:1}FireDamageCanPoisonUnique__1 {variant:2}ColdDamageCanPoisonUnique__1_ @@ -714,8 +749,8 @@ DexterityUnique__5 IncreasedCastSpeedUnique__18_ LocalIncreasedEvasionAndEnergyShieldUnique__27 ZombieIncreasedLifeUnique__1 -ZombiesNeedNoCorpsesUnique__1 -ZombiesCountAsCorpsesUnique__1 +Raise Zombie does not require a Corpse +Your Raised Zombies count as Corpses ]],[[ Architect's Hand Variant: Pre 3.14.0 @@ -742,7 +777,7 @@ Requires Level 45, 35 Dex, 35 Int DexterityUnique__5 LocalIncreasedEvasionAndEnergyShieldUnique__23 TrapThrowSpeedUnique__1_ -Skills which throw Traps have Blood Magic +TrapSkillsHaveBloodMagicUnique__1 TrapAreaOfEffectUnique__1 CastSpeedAppliesToTrapSpeedUnique__1 10% chance to gain an Endurance, Frenzy or Power Charge when any of your Traps is Triggered by an Enemy @@ -752,11 +787,11 @@ Assassin's Mitts Source: Drops from unique{The Elder} Requires Level 58, 45 Dex, 45 Int DexterityUniqueGlovesDexInt4 -LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt6 +LocalIncreasedEvasionAndEnergyShieldUnique__10 IncreasedLifeUnique__67_ IncreasedLifePerElderItemUnique__1 AilmentDamageOverTimeMultiplierPerElderItemUnique__1 -AilmentEffectPerElderItemUnique__1 +8% increased Effect of non-Damaging Ailments per Elder Item Equipped RemoveAilmentOnFlaskUseIfAllItemsAreElderUnique__1_ Elder Item ]],[[ @@ -825,7 +860,7 @@ Murder Mitts Requires Level 67, 51 Dex, 51 Int LocalIncreasedEvasionAndEnergyShieldUnique__8 IncreasedLifeUniqueGlovesInt3 -LifeGainedFromEnemyDeathUnique__1 +LifeGainedFromEnemyDeathUnique__3 EnergyShieldGainedFromEnemyDeathUnique__1 GainThaumaturgyBuffRotationUnique__1_ ]],[[ @@ -839,7 +874,7 @@ Requires Level 31, 25 Dex, 25 Int CriticalStrikeChanceUniqueGlovesDexInt6 {variant:1}+(15-30)% to Global Critical Strike Multiplier {variant:2}+(25-45)% to Global Critical Strike Multiplier -{variant:3}CriticalMultiplierUniqueGlovesDex2 +{variant:3}CriticalMultiplierUniqueGlovesDexInt6_ LocalIncreasedEvasionAndEnergyShieldUniqueGlovesDexInt6 ManaLeechPermyriadUniqueGlovesDexInt6 GroundSmokeOnRampageUniqueGlovesDexInt6 @@ -857,7 +892,7 @@ IncreasedLifeUniqueGlovesDexInt5 AttackSpeedPerFrenzyChargeUniqueGlovesDexInt5 AccuracyRatingPerFrenzyChargeUniqueGlovesDexInt5 FrenzyChargeDurationPerFrenzyChargeUniqueGlovesDexInt5 -{variant:1}AtMaximumFrenzyChargesPoisonUniqueGlovesDexInt5 +{variant:1}While at Maximum Frenzy Charges, Attacks Poison Enemies {variant:2,3}AtMaximumFrenzyChargesChanceToPoisonUnique_1_ {variant:3}PoisonDotMultiplierPerFrenzyChargeUniqueGlovesDexInt5 ]],[[ @@ -878,7 +913,7 @@ Variant: Pre 1.0.0 Variant: Pre 2.6.0 Variant: Current Requires Level 67, 51 Dex, 51 Int -DisplaySocketedGemGetsAddedLightningDamageGlovesDexInt3 +Socketed Gems are Supported by level 18 Added Lightning Damage {variant:1,3}AddedLightningDamageUniqueGlovesDexInt3 {variant:2}AddedLightningDamageUniqueBodyInt8 IncreasedAttackSpeedUniqueGlovesDexInt3 @@ -893,18 +928,21 @@ Runic Gauntlets Requires Level 69, 38 Str, 38 Dex, 38 Int League: Expedition IncreasedLocalAttributeRequirementsUnique__1 -(30–50)% increased Ward -+(15–25)% to all Elemental Resistances -FlaskChargesFromKillsFinalUnique__1_ +LocalIncreasedWardPercentUnique__3 +AllResistancesUnique__21 +FlaskChargesFromKillUniqueJewel_9 FlaskChargePerSecondUniqueEnemyUnique__1___ ]],[[ Nightgrip Runic Gages +Variant: Pre 3.16.0 +Variant: Current League: Expedition Requires Level 48, 31 Str, 31 Dex, 31 Int -(33–48)% increased Ward -+(17–23)% to Chaos Resistance -GlobalAddedChaosDamageWardUnique__ -DamageBypassesWardPercentUnique__1 +LocalIncreasedWardPercentUnique__1_ +ChaosResistUnique__17 +{variant:1}Gain Added Chaos Damage equal to 25% of Ward +{variant:2}GlobalAddedChaosDamageWardUnique__ +75% of Damage bypasses Ward ]], } diff --git a/src/Data/Uniques/Special/helmet.lua b/src/Data/Uniques/Special/helmet.lua index e6e864f5f1..d7ec942682 100644 --- a/src/Data/Uniques/Special/helmet.lua +++ b/src/Data/Uniques/Special/helmet.lua @@ -45,7 +45,6 @@ MinionsGainYourStrengthUnique__1 ]],[[ Ezomyte Peak Iron Hat -Upgrade: Upgrades to unique{Ezomyte Hold} via prophecy{The Bloody Flowers Redux} LocalIncreasedPhysicalDamageUniqueSceptre9 LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr1 IncreasedLifeUniqueHelmetStr1 @@ -53,7 +52,7 @@ CannotEvade ]],[[ Ezomyte Hold Iron Hat -Source: Upgraded from unique{Ezomyte Peak} using prophecy{The Bloody Flowers Redux} +Source: No longer obtainable LocalIncreasedPhysicalDamageUniqueSceptre9 LocalIncreasedPhysicalDamageReductionRatingUniqueHelmetStr1 IncreasedLifeUniqueHelmetStr1 @@ -65,22 +64,28 @@ Siege Helmet League: Breach Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} Upgrade: Upgrades to unique{The Formless Inferno} using currency{Blessing of Xoph} +Variant: Pre 3.16.0 +Variant: Current Requires Level 48, 101 Str LocalIncreasedPhysicalDamageReductionRatingUnique__1 IncreasedLifeUnique__33 -20 Fire Damage taken when Hit -ArmourIncreasedByUncappedFireResistanceUnique__1 +{variant:1}Armour is increased by Uncapped Fire Resistance +{variant:2}ArmourIncreasedByUncappedFireResistanceUnique__1 ]],[[ The Formless Inferno Royal Burgonet League: Breach Source: Upgraded from unique{The Formless Flame} using currency{Blessing of Xoph} +Variant: Pre 3.16.0 +Variant: Current Requires Level 65, 148 Str LocalIncreasedPhysicalDamageReductionRatingPercentUnique__6 IncreasedLifeUnique__33 FireResistUniqueHelmetInt7 PhysicalDamageTakenAsFirePercentUnique__1 -ArmourIncreasedByUncappedFireResistanceUnique__1 +{variant:1}Armour is increased by Uncapped Fire Resistance +{variant:2}ArmourIncreasedByUncappedFireResistanceUnique__1 ]],[[ Hrimnor's Resolve Samnite Helmet @@ -120,7 +125,7 @@ LocalIncreasedEvasionRatingPercentUniqueHelmetDex5 ColdResistUniqueHelmetDex5 ChanceToAvoidFreezeAndChillUniqueDexHelmet5 CannotBeFrozenUnique__1 -ReducedManaReservationsCostUniqueHelmetDex5 +ManaReservationEfficiencyUniqueHelmetDex5_ ]],[[ Replica Alpha's Howl Sinner Tricorne @@ -130,7 +135,7 @@ LocalIncreaseSocketedHeraldLevelUnique__2 LocalIncreasedEvasionRatingPercentUniqueHelmetDex5 ChaosResistUniqueHelmetStrInt2 ChanceToAvoidPoisonUnique__1 -ReducedManaReservationsCostUniqueHelmetDex5 +ManaReservationEfficiencyUniqueHelmetDex5_ YouCannotBeHinderedUnique__2 ]],[[ Assailum @@ -142,8 +147,7 @@ GrantsLevel20SnipeSupportUnique__1 SupportedBowSkillsDealMoreDamageUnique__1 IncreasedAccuracyUnique__8 LocalIncreasedEvasionRatingUnique__4 -ChanceToDodgeAttacksWhileChannellingUnique__1 -ChanceToDodgeSpellsWhileChannellingUnique__1 +(14-20)% chance to Suppress Spell Damage while Channelling ]],[[ Fairgraves' Tricorne Tricorne @@ -164,7 +168,6 @@ AttackerTakesDamageUniqueHelmetDex3 ]],[[ Heatshiver Leather Hood -Upgrade: Upgrades to unique{Frostferno} via prophecy{A Vision of Ice and Fire} Variant: Pre 3.0.0 Variant: Current Requires Level 20, 46 Dex @@ -174,14 +177,14 @@ Requires Level 20, 46 Dex {variant:2}IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1 LocalIncreasedEvasionRatingPercentUniqueHelmetDex5 ManaRegenerationUniqueDexHelmet2 -{variant:1}-(20-10)% to Fire Resistance +{variant:1}−(20-10)% to Fire Resistance {variant:2}FireResistUniqueDexHelmet2 -{variant:1}-(20-10)% to Cold Resistance +{variant:1}−(20-10)% to Cold Resistance {variant:2}ColdResistUniqueHelmetDex5 ]],[[ Frostferno Leather Hood -Source: Upgraded from unique{Heatshiver} via prophecy{A Vision of Ice and Fire} +Source: Drops from any endgame map boss Requires Level 60, 46 Dex LocalIncreaseSocketedFireGemLevelUnique__1_ LocalIncreaseSocketedColdGemLevelUnique__1 @@ -199,7 +202,7 @@ Requires Level 70, 150 Dex {variant:1}+(300-500) to Accuracy Rating {variant:2}IncreasedAccuracyUnique__4 LocalIncreasedEvasionRatingPercentUniqueBodyStrDex5 -IncreasedLifeUnique__37 +IncreasedLifeUnique__23 IncreaseProjectileAttackDamagePerAccuracyUnique__1 ]],[[ Rat's Nest @@ -220,7 +223,7 @@ Requires Level 60, 138 Dex GrantsAvianTornadoUnique__1__ LocalIncreasedEvasionRatingPercentUniqueGlovesDex2 IncreasedLifeUniqueShieldStr5 -LightningResistUnique__16 +LightningResistUnique__8 MovementVeolcityUniqueAmulet12 ]],[[ Starkonja's Head @@ -242,7 +245,6 @@ IncreasedLifeUniqueHelmetDex4 [[ Asenath's Mark Iron Circlet -Upgrade: Upgrades to unique{Asenath's Chant} via prophecy{Song of the Sekhema} Variant: Pre 2.6.0 Variant: Current Requires Level 8, 23 Int @@ -256,7 +258,7 @@ MovementVelocityUniqueIntHelmet2 ]],[[ Asenath's Chant Iron Circlet -Source: Upgraded from unique{Asenath's Mark} via prophecy{Song of the Sekhema} +Source: Drops from any endgame map boss Variant: Pre 3.9.0 Variant: Current Requires Level 45, 23 Int @@ -274,7 +276,7 @@ Solaris Circlet Requires Level 59, 122 Int League: Blight MultipleEnchantmentsAllowedUnique__1 -AllAttributesUnique__8_ +AllAttributesUniqueBelt3 LocalIncreasedEnergyShieldPercentUnique__26 ReducedFireResistanceUnique__1 ReducedColdResistanceUnique__1 @@ -286,7 +288,7 @@ Silken Hood Requires Level 60, 138 Dex League: Blight MultipleEnchantmentsAllowedUnique__1 -AllAttributesUnique__8_ +AllAttributesUniqueBelt3 LocalIncreasedEvasionRatingPercentUniqueGlovesDex2 ReducedFireResistanceUnique__1 ReducedLightningResistanceUnique__1 @@ -298,7 +300,7 @@ Ezomyte Burgonet Requires Level 60, 138 Str League: Blight MultipleEnchantmentsAllowedUnique__1 -AllAttributesUnique__8_ +AllAttributesUniqueBelt3 LocalIncreasedPhysicalDamageReductionRatingUniqueBodyStr4 ReducedColdResistanceUnique__1 ReducedLightningResistanceUnique__1 @@ -322,14 +324,13 @@ Requires Level 69, 154 Int {variant:1}+(200-250) to Accuracy Rating {variant:2}IncreasedAccuracyUniqueHelmetInt7 LocalIncreasedEnergyShieldUniqueHelmetInt7 -FireResistUniqueHelmetInt7 +−30% to Fire Resistance LifeLeechPermyriadUniqueHelmetInt7 ManaLeechPermyriadUniqueHelmetInt7 SpellDamageModifiersApplyToAttackDamageUniqueHelmetInt7 ]],[[ Crown of Thorns Vine Circlet -Upgrade: Upgrades to unique{Martyr's Crown} via prophecy{Pleasure and Pain} Variant: Pre 1.2.0 Variant: Current {variant:1}+(12-24) to maximum Energy Shield @@ -340,9 +341,9 @@ PainAttunement ]],[[ Martyr's Crown Vine Circlet -Source: Upgraded from unique{Crown of Thorns} using prophecy{Pleasure and Pain} +Source: No longer obtainable Variant: Pre 3.0.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 52 {variant:1}+(260-300) to maximum Energy Shield {variant:2}+(170-210) to maximum Energy Shield @@ -355,6 +356,18 @@ Necromancer Circlet League: Betrayal Source: Drops from unique{Catarina, Master of Undeath} Requires Level 54, 112 Int +Variant: Strength and Quality Pre 3.16.0 +Variant: Dexterity and Quality Pre 3.16.0 +Variant: Intelligence and Quality Pre 3.16.0 +Variant: Fire and Chaos Resistances Pre 3.16.0 +Variant: Cold and Chaos Resistances Pre 3.16.0 +Variant: Lightning and Chaos Resistances Pre 3.16.0 +Variant: Strength and Dexterity Pre 3.16.0 +Variant: Dexterity and Intelligence Pre 3.16.0 +Variant: Strength and Intelligence Pre 3.16.0 +Variant: Mine Laying Speed Pre 3.16.0 +Variant: Focus Spell Trigger Pre 3.16.0 +Variant: Focus Ailment Duration Pre 3.16.0 Variant: Strength and Quality Variant: Dexterity and Quality Variant: Intelligence and Quality @@ -368,24 +381,25 @@ Variant: Mine Laying Speed Variant: Focus Spell Trigger Variant: Focus Ailment Duration LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6 -SocketedItemsHaveReducedReservationUnique__1 +{variant:1,2,3,4,5,6,7,8,9,10,12}Socketed Gems have 40% increased Mana Reservation Efficiency +{variant:13,14,15,16,17,18,19,20,21,22,23,24}SocketedItemsHaveReducedReservationUnique__1 TriggerFeastOfFleshSkillUnique__1_ -LocalIncreasedEnergyShieldPercentUnique__21 +LocalIncreasedEnergyShieldPercentUnique__19 StartEnergyShieldRechargeOnSkillUnique__1 KeystoneEldritchBatteryUnique__2 -{variant:1}{crafted}+(10-25) to Strength -{variant:2}{crafted}+(10-25) to Dexterity -{variant:3}{crafted}+(10-25) to Intelligence -{variant:1,2,3}{crafted}+(7-18)% to Quality -{variant:4}{crafted}+(8-15)% to Fire and Chaos Resistances -{variant:5}{crafted}+(8-15)% to Cold and Chaos Resistances -{variant:6}{crafted}+(8-15)% to Lightning and Chaos Resistances -{variant:7}{crafted}+(6-17) to Strength and Dexterity -{variant:8}{crafted}+(6-17) to Dexterity and Intelligence -{variant:9}{crafted}+(6-17) to Strength and Intelligence -{variant:10}{crafted}(7-12)% increased Mine Laying Speed -{variant:11}{crafted}Trigger Socketed Spells when you Focus -{variant:12}{crafted}(81-140)% increased Duration of Ailments you inflict while Focused +{variant:1,13}{crafted}+(10-25) to Strength +{variant:2,14}{crafted}+(10-25) to Dexterity +{variant:3,15}{crafted}+(10-25) to Intelligence +{variant:1,2,3,13,14,15}{crafted}+(7-18)% to Quality +{variant:4,16}{crafted}+(8-15)% to Fire and Chaos Resistances +{variant:5,17}{crafted}+(8-15)% to Cold and Chaos Resistances +{variant:6,18}{crafted}+(8-15)% to Lightning and Chaos Resistances +{variant:7,19}{crafted}+(6-17) to Strength and Dexterity +{variant:8,20}{crafted}+(6-17) to Dexterity and Intelligence +{variant:9,21}{crafted}+(6-17) to Strength and Intelligence +{variant:10,22}{crafted}(7-12)% increased Mine Laying Speed +{variant:11,23}{crafted}Trigger Socketed Spells when you Focus +{variant:12,24}{crafted}(81-140)% increased Duration of Ailments you inflict while Focused ]],[[ Doedre's Scorn Lunaris Circlet @@ -402,10 +416,9 @@ IncreasedDamagePerCurseUniqueHelmetInt9 ]],[[ Eber's Unification Hubris Circlet -Source: Drops from The Pale Council Requires Level 69, 154 Int Implicits: 0 -GrantsVoidGazeUnique__1 +Trigger level 10 Void Gaze when you use a Skill IncreasedManaUnique__9 LocalIncreasedEnergyShieldUniqueHelmetInt7 StunRecoveryUniqueHelmetInt6 @@ -465,10 +478,10 @@ Source: Drops from unique{The Elder} (Uber) Variant: Pre 3.5.0 Variant: Current Requires Level 69, 154 Int -LocalIncreasedEnergyShieldPercentUnique__16 +LocalIncreasedEnergyShieldPercentUnique__13 MaximumManaUnique__6 Recover (8-10)% of maximum Life when you use a Mana Flask -NonInstantManaRecoveryAlsoAffectsLifeUnique__1 +Non-instant Mana recovery from Flasks is also recovered as Life ManaCostPer200ManaSpentRecentlyUnique__1 {variant:1}(50-60)% increased Spell Damage for each 200 total Mana you have Spent Recently, up to 2000% {variant:2}SpellDamagePer200ManaSpentRecentlyUnique__1__ @@ -513,17 +526,19 @@ Rime Gaze Mind Cage Variant: Pre 2.6.0 Variant: Pre 3.5.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 65, 138 Int -{variant:1}ItemActsAsConcentratedAOESupportUniqueRing35 -{variant:2,3}ItemActsAsConcentratedAOESupportUniqueHelmetInt4 +{variant:1}Socketed Gems are Supported by level 15 Concentrated Effect +{variant:2,3,4}Socketed Gems are Supported by level 20 Concentrated Effect ColdDamagePercentUniqueHelmetInt4 IncreasedManaUniqueHelmetInt4 {variant:1}LocalIncreasedEnergyShieldUniqueBodyInt7 -{variant:2,3}LocalIncreasedEnergyShieldUniqueHelmetInt4 +{variant:2,3}(180-200)% increased Energy Shield +{variant:4}LocalIncreasedEnergyShieldUniqueHelmetInt4 {variant:1}50% slower start of Energy Shield Recharge -{variant:2,3}IncreasedEnergyShieldDelayUniqueHelmetInt4 -{variant:3}ColdDamageOverTimeMultiplierUnique__2 +{variant:2,3,4}IncreasedEnergyShieldDelayUniqueHelmetInt4 +{variant:3,4}ColdDamageOverTimeMultiplierUnique__2 ]],[[ Scold's Bridle Mind Cage @@ -534,11 +549,20 @@ ReducedCastSpeedUniqueHelmetInt8 IncreasedManaUniqueHelmetInt8 Your Skills deal you 400% of Mana Cost as Physical Damage ]],[[ +Sudden Dawn +Steel Circlet +Source: Drops from unique{The Black Star} +Requires Level 48, 101 Int +LocalIncreasedEnergyShieldPercentUnique__30___ +IncreasedManaUniqueHelmetStrDex5_ +EnergyShieldRechargeOnKillUnique__1__ +LessRechargeRateSoullessEleganceUnique__1 +]],[[ Thundersight Solaris Circlet Requires Level 59, 122 Int LocalIncreasedEnergyShieldPercentUnique__23 -LightningResistUnique__16 +LightningResistUnique__8 ElementalDamageUnique__3 AlternateLightningAilmentUnique__1__ Cannot inflict Shock @@ -560,7 +584,7 @@ Requires Level 8 LocalNoAttributeRequirementsUnique__1 LightRadiusToAreaOfEffectUnique__1 LightRadiusToDamageUnique_1 -LightRadiusUnique__5 +LightRadiusUnique__7_ DealNoChaosDamageUnique_1 ]],[[ Ylfeban's Trickery @@ -596,11 +620,11 @@ Variant: Pre 1.3.0 Variant: Pre 3.5.0 Variant: Current Requires Level 67, 62 Str, 85 Dex -DisplaySocketedGemGetsMeleePhysicalDamageUniqueHelmetStrDex4 -{variant:1,4}DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4 -{variant:2,3}DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4b -{variant:1,4}ItemActsAsSupportBlindUniqueHelmetStrDex4 -{variant:2,3}ItemActsAsSupportBlindUniqueHelmetStrDex4b +Socketed Gems are Supported by level 18 Melee Physical Damage +{variant:1,4}Socketed Gems are Supported by level 18 Faster Attacks +{variant:2,3}Socketed Gems are Supported by level 12 Faster Attacks +{variant:1,4}Socketed Gems are Supported by level 18 Blind +{variant:2,3}Socketed Gems are Supported by level 6 Blind {variant:1,2}15% Chance to Block {variant:3,4}6% Chance to Block AddedPhysicalDamageUniqueHelmetStrDex4 @@ -624,7 +648,6 @@ LocalIncreasedArmourAndEvasionUnique__7 ]],[[ Deidbell Gilded Sallet -Upgrade: Upgrades to unique{Deidbellow} via prophecy{Dying Cry} Variant: Pre 2.6.0 Variant: Current Requires Level 33, 38 Str, 38 Dex @@ -637,9 +660,9 @@ CannotLeechOnLowLife ]],[[ Deidbellow Gilded Sallet -Source: Upgraded from unique{Deidbell} using prophecy{Dying Cry} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 33, 38 Str, 38 Dex StrengthUniqueIntHelmet3 DexterityUniqueHelmetStrDex3 @@ -709,7 +732,7 @@ Requires Level 68, 62 Str, 91 Int AllAttributesUnique__12 LocalIncreasedArmourAndEnergyShieldUnique__7 IncreasedLifeUniqueAmulet25 -ReducedMaximumPowerChargesUnique__1 +ReducedMaximumPowerChargesUniqueCorruptedJewel18 PhysAddedAsChaosWithMaxPowerChargesUnique__1 ReducedExtraDamageFromCritsWithNoPowerChargesUnique__1 ]],[[ @@ -719,7 +742,7 @@ League: Ritual Requires Level 73, 76 Str, 76 Int Implicits: 1 MinionDamageImplicitHelmet1 -LocalIncreasedArmourAndEnergyShieldUnique__21 +LocalIncreasedArmourAndEnergyShieldUnique__15 MinionLifeUnique__5_ MinionRunSpeedUnique__6 MinionCriticalStrikeChanceMaximumPowerChargeUnique__1 @@ -748,7 +771,7 @@ Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current Requires Level 63, 85 Str, 62 Int -SocketedGemsSupportedByCastOnDeathUniqueHelmetStrInt5 +Socketed Gems are supported by level 20 Cast on Death DamageOnLowLifeUniqueHelmetStrInt5 AllAttributesUniqueHelmetStrInt5 LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt5 @@ -800,7 +823,8 @@ AuraAddedChaosDamagePerWhiteSocketUnique__1 ]],[[ Geofri's Crest Great Crown -Upgrade: Upgrades to unique{Geofri's Legacy} via prophecy{The Bishop's Legacy} +Variant: Pre 3.17.0 +Variant: Current Requires Level 53, 59 Str, 59 Int LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6 LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2 @@ -808,10 +832,12 @@ FireResistUniqueHelmetStrInt2 ColdResistUniqueHelmetStrInt2 LightningResistUniqueHelmetStrInt2 ChaosResistUniqueHelmetStrInt2 +{variant:2}AdditionalHolyRelicUnique__1 +{variant:2}Summoned Holy Relics have (20-25)% reduced Cooldown Recovery Speed ]],[[ Geofri's Legacy Great Crown -Source: Upgraded from unique{Geofri's Crest} via prophecy{The Bishop's Legacy} +Source: No longer obtainable Requires Level 62, 59 Str, 59 Int LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6 LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2 @@ -861,7 +887,7 @@ Variant: Two Abyssal Sockets {variant:2}AbyssJewelSocketUnique__4 Requires Level 53, 59 Str, 59 Int LocalDisplayGrantLevelXSpiritBurstUnique__1 -AllResistancesUnique__2 +AllResistancesUniqueBootsStr1 Recover (4-5)% of Life when a Spirit Charge expires or is consumed GainSpiritChargeOnKillChanceUnique__1 MaximumSpiritChargesPerAbyssJewelEquippedUnique__2 @@ -875,7 +901,7 @@ Variant: Current Requires Level 68, 62 Str, 91 Int AddedChaosDamageToAttacksAndSpellsUnique__1 {variant:1}+(200-250) to maximum Energy Shield -{variant:2,3}LocalIncreasedEnergyShieldUnique__7 +{variant:2,3}LocalIncreasedEnergyShieldUnique__30__ ColdResistUnique__7 LightningResistUniqueHelmetStrInt2 {variant:1,2}Regenerate 100 Energy Shield per second if all Equipped items are Corrupted @@ -895,7 +921,7 @@ Upgrade: Upgrades to unique{Mask of the Stitched Demon} via currency{Vial of Sum {variant:2}LocalIncreasedEnergyShieldUnique__31 {variant:1}LocalIncreasedArmourAndEnergyShieldUniqueHelmetStrInt2 {variant:2}LocalIncreasedArmourAndEnergyShieldUnique__12 -{variant:1}IncreasedLifeUniqueAmulet4 +{variant:1}IncreasedLifeUnique__20 {variant:2}IncreasedLifeUniqueHelmetDex4 Your Energy Shield starts at zero CannotGainEnergyShieldUnique__1 @@ -910,8 +936,8 @@ Source: Upgraded from unique{Mask of the Spirit Drinker} via currency{Vial of Su Requires Level 58, 64 Str, 64 Int IntelligenceUniqueHelmetInt6 LocalIncreasedEnergyShieldUnique__24_ -NoMaximumLifePerStrengthUnique__1 -NoMaximumManaPerIntelligenceUnique__1 +NoMaximumLifePerStrengthUnique__2 +Intelligence provides no bonus to Maximum Mana IncreasedLifePerIntelligenceUnique__1 Your Energy Shield starts at zero CannotGainEnergyShieldUnique__1 @@ -921,10 +947,13 @@ Mask of the Tribunal Magistrate Crown League: Synthesis Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} +Variant: Pre 3.16.0 +Variant: Current Requires Level 58, 64 Str, 64 Int AllAttributesUnique__21 -LocalIncreasedArmourAndEnergyShieldUnique__21 -DefencesPer100StrengthAuraUnique__1 +LocalIncreasedArmourAndEnergyShieldUnique__15 +{variant:1}DefencesPer100StrengthAuraUnique__1 +{variant:2}Nearby Allies have 1% chance to Block Attack Damage per 100 Strength you have CriticalMultiplierPer100DexterityAuraUnique__1 CastSpeedPer100IntelligenceAuraUnique__1 ManaReservationPerAttributeUnique__1 @@ -943,13 +972,17 @@ MinionLargerAggroRadiusUnique__1 Memory Vault Praetor Crown Source: Drops from unique{The Enslaver} +Variant: Pre 3.16.0 +Variant: Current Requires Level 68, 62 Str, 91 Int LocalIncreasedEnergyShieldUnique__15 IncreasedManaUnique__10 ManaRegenerationUniqueBootsStrDex4 FireResistUniqueDexHelmet2 -IncreasedManaReservationsCostUnique__2 -GainArmourEqualToManaReservedUnique__1 +{variant:1}20% reduced Mana Reservation Efficiency of Skills +{variant:2}20% reduced Reservation Efficiency +{variant:1}Gain Armour equal to your Reserved Mana +{variant:2}GainArmourEqualToManaReservedUnique__1 ]],[[ Mindspiral Aventail Helmet @@ -961,14 +994,14 @@ LightningDamagePercentUniqueHelmetStrInt3 {variant:1}IncreasedManaUniqueTwoHandAxe9 {variant:2}IncreasedManaUniqueHelmetStrInt3 {variant:2}GainManaAsExtraEnergyShieldUnique__1 -EnemiesCannotLeechMana +Enemies Cannot Leech Mana From You PercentDamageGoesToManaUniqueHelmetStrInt3 -CannotLeechManaUnique__1_ +CannotLeechMana ]],[[ Speaker's Wreath Prophet Crown Requires Level 63, 85 Str, 62 Int -DexterityUnique__6 +DexterityUnique__20__ SkillEffectDurationUnique__1 MinionAttackSpeedPerXDexUnique__1 MinionMovementSpeedPerXDexUnique__1 @@ -991,7 +1024,7 @@ StunRecoveryUniqueHelmetStrInt4 LightRadiusUniqueHelmetStrInt4 LightningDamageOnBlockUniqueHelmetStrInt4 DefencesAreZeroUnique__1_ -(18-22)% increased Elemental Resistances +IncreasedElementalResistancesUnique__1 ]],[[ Voll's Vision Praetor Crown @@ -999,8 +1032,8 @@ Requires Level 68, 62 Str, 91 Int IncreasedPhysicalDamageReductionRatingUniqueRing12 FireResistUnique__7_ ChaosResistUnique__2 -LightRadiusUnique__3 -IncreasedLifeWhileNoCorruptedItemsUnique__1 +LightRadiusUnique__4 +(8-12)% increased maximum Life if no Equipped Items are Corrupted LifeRegenerationPerMinuteWhileNoCorruptedItemsUnique__1 ]], -- Helmet: Evasion/Energy Shield @@ -1029,7 +1062,7 @@ Skills which Place Mines place up to 1 additional Mine if you have at least 800 Eye of Malice Callous Mask Requires Level 45, 51 Dex, 51 Int -LocalIncreasedEvasionAndEnergyShieldUnique__25 +LocalIncreasedEvasionAndEnergyShieldUnique__30_ FireResistUnique__23_ ColdResistUniqueShieldDex7 ColdExposureOnHitUnique__1 @@ -1076,16 +1109,16 @@ Variant: Aura Effect Variant: Additional Projectile Variant: Malediction Variant: Quantity -{variant:1}AreaOfEffectUniqueOneHandMace7 +{variant:1}UniqueSpecialCorruptionAreaOfEffect_ {variant:2}DisplayBlindAuraUnique__1 {variant:3}UniqueSpecialCorruptionSocketedGemsManaMultiplier_ -{variant:4}CurseEffectivenessUnique__3_ +{variant:4}UniqueSpecialCorruptionCurseEffect___ {variant:5}UniqueSpecialCorruptionSkillEffectDuration {variant:6}UniqueSpecialCorruptionNearbyEnemiesCrushed -{variant:7}LocalIncreaseSocketedGemLevelUnique__1 +{variant:7}LocalIncreaseSocketedGemLevelUnique__11_ {variant:8}UniqueSpecialCorruptionAllMinCharges {variant:9}UniqueSpecialCorruptionCooldownRecoverySpeed__ -{variant:10}AuraEffectGlobalUnique__1 +{variant:10}UniqueSpecialCorruptionAuraEffect {variant:11}UniqueSpecialCorruptionAdditionalProjectile {variant:12}UniqueSpecialCorruptionNearbyEnemiesMalediction {variant:13}UniqueSpecialCorruptionItemQuantity_ @@ -1114,7 +1147,7 @@ Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current Requires Level 38, 44 Dex, 44 Int -{variant:2,3}TriggeredSummonLesserShrineUnique__1 +{variant:2,3}Trigger level 1 Create Lesser Shrine when you Kill an Enemy LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt3 {variant:2}+(40-65) to maximum Energy Shield {variant:3}LocalIncreasedEnergyShieldUnique__11 @@ -1130,15 +1163,17 @@ Heretic's Veil Deicide Mask Variant: Pre 2.6.0 Variant: Pre 3.0.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 67, 73 Dex, 88 Int LocalIncreasedEnergyShieldUnique__5 {variant:1,2}LocalIncreasedEvasionAndEnergyShieldUnique__7 -{variant:3}LocalIncreasedEvasionAndEnergyShieldUnique__2 +{variant:3,4}LocalIncreasedEvasionAndEnergyShieldUnique__2 {variant:1}IncreaseSocketedCurseGemLevelUniqueHelmetInt9 -{variant:2,3}IncreaseSocketedCurseGemLevelUnique__1 +{variant:2,3,4}IncreaseSocketedCurseGemLevelUnique__1 Socketed Curse Gems are Supported by Level 22 Blasphemy -ReducedReservationForSocketedCurseGemsUnique__1 +{variant:1,2,3}Socketed Curse Gems have 24% increased Mana Reservation Efficiency +{variant:4}ReducedReservationForSocketedCurseGemsUnique__1 ]],[[ Leer Cast Festival Mask @@ -1161,10 +1196,10 @@ You and nearby Allies have 30% increased Mana Regeneration Rate ]],[[ Malachai's Simula Iron Mask -Upgrade: Upgrades to unique{Malachai's Awakening} via prophecy{The Nightmare Awakens} Variant: Pre 1.0.0 Variant: Pre 2.0.0 Variant: Pre 3.7.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 17, 21 Dex, 21 Int SpellDamageUniqueHelmetDexInt1 @@ -1174,12 +1209,13 @@ LightningResistUniqueHelmetDexInt1 {variant:1}100% increased Mana Cost of Skills {variant:2}20% increased Mana Cost of Skills BloodMagic -{variant:4}KeystoneMortalConvictionUnique__1 +{variant:4}Mortal Conviction ]],[[ Malachai's Awakening Iron Mask -Source: Upgraded from unique{Malachai's Simula} via prophecy{The Nightmare Awakens} +Source: Drops from any endgame map boss Variant: Pre 3.7.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 60, 21 Dex, 21 Int SpellDamageUniqueHelmetDexInt1 @@ -1189,11 +1225,10 @@ AddedColdDamageWhileNoLifeReservedUnique__1__ AddedFireDamageWhileNoLifeReservedUnique__1 AddedLightningDamageWhileNoLifeReservedUnique__1 BloodMagic -{variant:2}KeystoneMortalConvictionUnique__1 +{variant:2}Mortal Conviction ]],[[ Mind of the Council Harlequin Mask -Source: prophecy{Unbearable Whispers V} Variant: Pre 3.10.0 Variant: Current Requires Level 57, 64 Dex, 64 Int @@ -1204,7 +1239,7 @@ ChanceToShockUnique__1 ChanceToBeShockedUnique__1 PercentLightningDamageTakenFromManaBeforeLifeUnique__1 {variant:1}Recover 3% of Maximum Mana when you Shock an Enemy -{variant:2}AttackLightningDamageMaximumManaUnique__1__ +{variant:2}Attack Skills have added Lightning Damage equal to 6% of maximum Mana {variant:2}LoseManaOnAttackSkillUnique__1 ]],[[ The Tempest's Binding @@ -1215,10 +1250,10 @@ Requires Level 45, 51 Dex, 51 Int SupportedByIceBiteUnique__1 SupportedByInnervateUnique__1 HarbingerSkillOnEquipUnique__5 -IncreasedEvasionRatingUniqueAmulet7 -LocalIncreasedEnergyShieldUniqueHelmetInt5_ +LocalIncreasedEvasionRatingUnique__1 +LocalIncreasedEnergyShieldUniqueHelmetInt6 IncreasedLifeUniqueGlovesInt3 -AllResistancesUnique__2 +AllResistancesUniqueBootsStr1 ]],[[ The Tempest's Liberation Callous Mask @@ -1228,10 +1263,10 @@ Requires Level 60, 51 Dex, 51 Int SupportedByIceBiteUnique__1 SupportedByInnervateUnique__1 HarbingerSkillOnEquipUnique2_5 -IncreasedEvasionRatingUniqueAmulet7 -LocalIncreasedEnergyShieldUniqueHelmetInt5_ +LocalIncreasedEvasionRatingUnique__1 +LocalIncreasedEnergyShieldUniqueHelmetInt6 IncreasedLifeUniqueGlovesInt3 -AllResistancesUnique__2 +AllResistancesUniqueBootsStr1 ]],[[ The Three Dragons Golden Mask @@ -1249,7 +1284,7 @@ LocalIncreaseSocketedGemLevelUniqueHelmetStrDex6 LocalIncreasedEvasionAndEnergyShieldUniqueHelmetDexInt5 LocalIncreasedEnergyShieldUniqueHelmetDexInt5 ChaosResistUniqueHelmetDexInt5 -EnemiesCannotLeechMana +Enemies cannot Leech Mana from You SocketedGemsHaveReducedManaCostUniqueHelmetDexInt5 ]],[[ Viridi's Veil @@ -1282,8 +1317,8 @@ Requires Level 25, 30 Str, 30 Dex, 30 Int IntelligenceUniqueHelmetInt9 LocalIncreasedWardPercentUnique__2 WardDelayRecoveryUnique__1 -LightRadiusUnique__5 -EnergyShieldAdditiveModifiersInsteadApplyToWardUnique__ +LightRadiusUnique__7_ +Increases and Reductions to maximum Energy Shield instead apply to Ward ]],[[ Cadigan's Crown Runic Crown diff --git a/src/Data/Uniques/Special/jewel.lua b/src/Data/Uniques/Special/jewel.lua index 56cb0ccf43..8649b62af5 100644 --- a/src/Data/Uniques/Special/jewel.lua +++ b/src/Data/Uniques/Special/jewel.lua @@ -28,7 +28,7 @@ Spells which have gained Intensity Recently gain 1 Intensity every 0.5 Seconds Apparitions Viridian Jewel MinionRunSpeedUniqueJewel16 -Minions have (2-5)% additional chance to Dodge Attacks +MinionDodgeChanceUniqueJewel16 ]],[[ The Blue Dream Cobalt Jewel @@ -67,7 +67,7 @@ JewelStrToIntUniqueJewel35 Calamitous Visions Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps JewelExpansionLoneMessenger_ ]],[[ Careful Planning @@ -108,6 +108,22 @@ Radius: Large ColdAndPhysicalNodesInRadiusSwapPropertiesUniqueJewel48_ Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage ]],[[ +Dissolution of the Flesh +Prismatic Jewel +Source: Drops from unique{The Searing Exarch} +Limited to: 1 +GlobalNoEnergyShieldUnique__1 +LifeLossReservesLifeUnique__1 +until you take no Damage to Life for 2 seconds +MoreMaximumReservedLifeUnique__1 +]],[[ +Divine Inferno +Crimson Jewel +Limited to: 1 +Radius: Medium +InfernalCryThresholdJewel +With at least 40 Strength in Radius, Attacks Exerted by Infernal Cry deal (40-60)% more Damage with Ignite +]],[[ Efficient Training Crimson Jewel Radius: Large @@ -212,7 +228,7 @@ SummonSkeletonsCooldownTimeUnique__1 The Front Line Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps JewelExpansionVeteransAwareness_ ]],[[ The Golden Rule @@ -265,14 +281,18 @@ ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1 also grant an equal chance to gain a Frenzy Charge on Kill ]],[[ The Green Nightmare +Variant: Pre 3.16.0 +Variant: Current Viridian Jewel League: Breach Source: Upgraded from unique{The Green Dream} using currency{Blessing of Chayula} Limited to: 1 Radius: Large ChaosDamageAsPortionOfColdDamageUnique__1 -ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1 -also grant Chance to Dodge Attack Hits at 35% of its value +{variant:1}ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1 +{variant:1}also grant Chance to Suppress Spell Damage at 35% of its value +{variant:2}ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1 +{variant:2}also grant Chance to Suppress Spell Damage at 50% of its value ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1 also grant an equal chance to gain a Frenzy Charge on Kill ]],[[ @@ -328,7 +348,7 @@ StealRareModUniqueJewel3 The Interrogation Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps JewelExpansionSecretsOfSuffering ]],[[ Intuitive Leap @@ -347,7 +367,7 @@ IncreasedChanceToIgniteUnique__1 Kitava's Teachings Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps JewelExpansionKeystoneDiscipleOfKitava_ ]],[[ Lioneye's Fall @@ -369,7 +389,7 @@ Variant: Impale Effect (Current) {variant:2,5}ImpalePhysicalReductionPenaltyUnique__1 {variant:3,6}ImpaleEffectUnique__2 {variant:1,3,4,6}CallOfSteelAreaOfEffectUnique__2___ -{variant:2,3,5,6}CallOfSteelUseSpeedUnique__1 +{variant:2,3,5,6}CallOfSteelUseSpeedUnique__2 {variant:1,2}Call of Steel causes (40-50)% increased Reflected Damage {variant:4,5}CallOfSteelReflectDamageUnique__1 ]],[[ @@ -380,8 +400,8 @@ UnholyMightOnMeleeKillUniqueJewel28 Mantra of Flames Crimson Jewel Limited to: 1 -FireDamagePerBuffUniqueJewel17 -FireSpellDamagePerBuffUniqueJewel17 +Adds (3-5) to (8-12) Fire Attack Damage per Buff on You +Adds (2-3) to (5-8) Fire Spell Damage per Buff on You ]],[[ Martial Artistry Crimson Jewel @@ -393,6 +413,13 @@ Radius: Small {variant:2}UnarmedStrikeRangeUniqueJewel__1_ {variant:2}PassivesGrantUnarmedAttackSpeedUnique__1_ ]],[[ +Melding of the Flesh +Cobalt Jewel +Source: Drops from unique{The Eater of Worlds} +Limited to: 1 +-(80-70)% to All Elemental Resistances +ElementalResistanceHighestMaxResistanceUnique__1_ +]],[[ Might in All Forms Crimson Jewel Radius: Medium @@ -416,13 +443,13 @@ Spells which have gained Intensity Recently lose 1 Intensity every 0.50 Seconds Natural Affinity Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps JewelExpansionNaturesPatience ]],[[ One With Nothing Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps JewelExpansionHollowPalmTechnique ]],[[ Primordial Eminence @@ -500,22 +527,21 @@ Limited to: 1 Radius: Medium MinionAttackAndCastSpeedUnique__1 Minions have (12-16)% increased Cast Speed -MinionAttackDodgeChanceUnique__1 -MinionSpellDodgeChanceUnique__1_ +Minions have (20-24)% chance to Suppress Spell Damage Notable Passive Skills in Radius are Transformed to instead grant: Minions have 25% reduced Movement Speed ]],[[ Rain of Splinters Crimson Jewel Limited to: 1 ReducedTotemDamageUniqueJewel26 -AdditionalTotemProjectilesUniqueJewel26 +Totems Fire 2 additional Projectiles ]],[[ Reckless Defence Cobalt Jewel Variant: Pre 3.4.0 Variant: Current {variant:1}+6% chance to Block Spell Damage -{variant:2}SpellBlockPercentageUnique__1 +{variant:2}+(2-4)% chance to Block Spell Damage (2-4)% chance to Block Attack Damage ChanceToBeCritJewelUpdatedUnique__1 ]],[[ @@ -551,7 +577,7 @@ also grant an equal chance to gain an Endurance Charge on Kill The Siege Small Cluster Jewel League: Delirium -Source: Drops from the Simulacrum Encounter +Source: Drops from unique Delirium bosses in maps JewelExpansionKineticism ]],[[ Soul's Wick @@ -669,12 +695,14 @@ Variant: Small Ring Variant: Medium Ring Variant: Large Ring Variant: Very Large Ring +Variant: Massive Ring Radius: Variable Implicits: 0 {variant:1}JewelRingRadiusValuesUnique__1 {variant:2}Only affects Passives in Medium Ring {variant:3}Only affects Passives in Large Ring {variant:4}Only affects Passives in Very Large Ring +{variant:5}JewelRingRadiusValuesUnique__2 JewelUniqueAllocateDisconnectedPassives AllResistancesUnique__18 ]],[[ @@ -686,7 +714,7 @@ SkeletonDurationUniqueJewel1_ MinionDamageUniqueJewel1 {variant:1}2% increased Skeleton Attack Speed {variant:2}MaximumMinionCountUniqueJewel1 -{variant:2}SkeletonCastSpeedUniqueJewel1 +{variant:2}(7-10)% increased Skeleton Cast speed {variant:2}SkeletonMovementSpeedUniqueJewel1 ]],[[ Unnatural Instinct @@ -1020,11 +1048,17 @@ ElementalHitDisableLightningUniqueJewel_1 Collateral Damage Viridian Jewel Limited to: 2 +Variant: Pre 3.9.0 +Variant: Current Radius: Medium -(10-15)% increased Physical Damage -With at least 40 Dexterity in Radius, Shrapnel Shot has 25% increased Area of Effect -With at least 40 Dexterity in Radius, Shrapnel Shot's +IncreasedPhysicalDamagePercentUnique__5 +{variant:1}With at least 40 Dexterity in Radius, Shrapnel Shot has 25% increased Area of Effect +{variant:1}With at least 40 Dexterity in Radius, Shrapnel Shot's cone has a 50% chance to deal Double Damage +{variant:2}With at least 40 Dexterity in Radius, Galvanic Arrow deals +50% increased Area Damage +{variant:2}With at least 40 Dexterity in Radius, Galvanic Arrow has +25% increased Area of Effect ]],[[ Dead Reckoning Cobalt Jewel @@ -1040,12 +1074,15 @@ MinionElementalResistancesUnique__1 ]],[[ Seething Fury Viridian Jewel +Variant: Pre 3.16.0 +Variant: Current League: Legion Requires Level: 20 Limited to: 1 Radius: Medium AttackDamageWhileHoldingShieldUnique__1 -SpectralShieldThrowThresholdJewel1_ +{variant:1}SpectralShieldThrowThresholdJewel1_ +{variant:2}+0.15% to Off Hand Critical Strike Chance per 10 Maximum Energy Shield on Shield SpectralShieldThrowThresholdJewel2 ]],[[ Fight for Survival @@ -1059,6 +1096,7 @@ With at least 40 Dexterity in Radius, Frost Blades has 25% increased Projectile ]],[[ First Snow Cobalt Jewel +Source: No longer obtainable Limited to: 2 Radius: Medium (7-10)% increased Projectile Damage @@ -1068,6 +1106,7 @@ you've Shattered an Enemy Recently ]],[[ Frozen Trail Cobalt Jewel +Source: No longer obtainable Limited to: 2 Radius: Medium IncreasedProjectileDamageUnique__7 @@ -1077,8 +1116,9 @@ Speed per second ]],[[ Growing Agony Viridian Jewel +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Limited to: 1 Radius: Medium {variant:1}(4-12)% increased Damage over Time @@ -1088,12 +1128,14 @@ ViperStrikeThresholdJewel__1 ]],[[ Hazardous Research Cobalt Jewel +Variant: Pre 3.17.0 +Variant: Current Limited to: 1 Radius: Medium LightningDamagePercentUniqueHelmetStrInt3 -SparkThresholdJewel_2 +{variant:1}With at least 40 Intelligence in Radius, Spark fires 2 additional Projectiles With at least 40 Intelligence in Radius, Spark fires Projectiles in a Nova -(20-15)% reduced Spark Duration +{variant:1}(20-15)% reduced Spark Duration ]],[[ Inevitability Cobalt Jewel @@ -1158,27 +1200,31 @@ IceShotThresholdJewel__2 ]],[[ Overwhelming Odds Crimson Jewel +Source: No longer obtainable Limited to: 1 Radius: Medium IncreasedPhysicalDamagePercentUnique__5 -CleaveThresholdJewel_1 +With at least 40 Strength in Radius, Cleave grants Fortify on Hit With at least 40 Strength in Radius, Cleave has +1 to Radius per Nearby Enemy, up to +10 ]],[[ Pitch Darkness Viridian Jewel Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Radius: Medium {variant:1}(5-15)% increased Fire Damage -{variant:2}FireDamagePercentUnique____8 +{variant:2,3}FireDamagePercentUnique____8 +{variant:3}BurningArrowThresholdJewelUnique__1 With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Burning Ground if it Ignites an Enemy. -With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Tar if it does not Ignite an Enemy. +{variant:2}With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Tar if it does not Ignite an Enemy. ]],[[ Rapid Expansion Crimson Jewel +Source: No longer obtainable Variant: Pre 2.6.0 Variant: Pre 3.3.0 -Variant: Current +Variant: Pre 3.17.0 Limited to: 2 Radius: Medium {variant:1}(4-12)% increased Physical Damage @@ -1192,13 +1238,14 @@ Radius: Medium Ring of Blades Viridian Jewel Variant: Pre 3.0.0 +Variant: Pre 3.17.0 Variant: Current Limited to: 1 Radius: Medium (10-15)% increased Physical Damage With at least 40 Dexterity in Radius, Ethereal Knives fires Projectiles in a Nova {variant:1}With at least 40 Dexterity in Radius, Ethereal Knives fires 10 additional Projectiles -{variant:2}EtherealKnivesThresholdJewel_1 +{variant:2}With at least 40 Dexterity in Radius, Ethereal Knives fires 5 additional Projectiles ]],[[ Rolling Flames Cobalt Jewel @@ -1246,18 +1293,21 @@ With at least 40 Intelligence in Radius, 10% of Damage taken gained as Mana over Spreading Rot Cobalt Jewel Variant: Pre 3.6.0 +Variant: Pre 3.17.0 Variant: Current -Limited to: 2 +Limited to: 1 Radius: Medium IncreasedChaosDamageUnique__3 -With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration +{variant:1,2}With at least 40 Intelligence in Radius, Blight has 50% increased Hinder Duration +{variant:3}With at least 40 Intelligence in Radius, Blight has 30% reduced Cast Speed {variant:1}With at least 40 Intelligence in Radius, Enemies Hindered by Blight take 25% increased Chaos Damage -{variant:2}BlightThresholdJewel_2 +{variant:2,3}BlightThresholdJewel_2 ]],[[ Steel Spirit Viridian Jewel +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Radius: Medium {variant:1}(6-10)% increased Projectile Damage {variant:2}IncreasedProjectileDamageUnique__7 @@ -1265,12 +1315,14 @@ Radius: Medium {variant:2}With at least 40 Dexterity in Radius, each Spectral Throw Projectile gains 5% increased Damage each time it Hits. ]],[[ Sudden Ignition +Variant: Pre 3.16.0 +Variant: Current Viridian Jewel Limited to: 1 Radius: Medium (10-15)% increased Fire Damage -With at least 40 Dexterity in Radius, Burning -Arrow can inflict an additional Ignite on an Enemy +{variant:1}With at least 40 Dexterity in Radius, Burning Arrow can inflict an additional Ignite on an Enemy +{variant:2}BurningArrowThresholdJewel_2 ]],[[ Unending Hunger Cobalt Jewel @@ -1318,6 +1370,7 @@ Radius: Medium ]],[[ Weight of the Empire Crimson Jewel +Source: No longer obtainable Limited to: 2 Radius: Medium (8-12)% increased Physical Damage @@ -1338,6 +1391,7 @@ Radius: Medium ]],[[ Winter Burial Crimson Jewel +Source: No longer obtainable Limited to: 2 Radius: Medium ColdDamagePercentUniqueHelmetStrInt3 @@ -1380,8 +1434,8 @@ Corrupted Blood Sacrifice Crimson Jewel 1% of maximum Mana gained on Kill -Removes 1% of maximum Life on Kill -Removes 1% of maximum Energy Shield on Kill +Removes 1% of Life on Kill +Removes 1% of Energy Shield on Kill Corrupted ]],[[ Replica Blood Sacrifice @@ -1433,7 +1487,7 @@ Corrupted ]],[[ Fragility Crimson Jewel --1 Maximum Endurance Charges +−1 Maximum Endurance Charges Corrupted ]],[[ Hungry Abyss @@ -1450,12 +1504,12 @@ Corrupted ]],[[ Pacifism Viridian Jewel --1 Maximum Frenzy Charges +−1 Maximum Frenzy Charges Corrupted ]],[[ Powerlessness Cobalt Jewel --1 Maximum Power Charges +−1 Maximum Power Charges Corrupted ]],[[ Sacrificial Harvest @@ -1468,7 +1522,7 @@ Self-Flagellation Viridian Jewel Limited to: 1 AdditionalCurseOnSelfUniqueCorruptedJewel13 -IncreasedDamagePerCurseOnSelfUniqueCorruptedJewel8 +IncreasedDamagePerCurseOnSelfCorruptedJewel13_ Corrupted ]],[[ Vaal Sentencing @@ -1496,7 +1550,7 @@ Crimson Jewel Limited to: 1 ManaCostReductionUniqueJewel44 SkillEffectDurationUniqueJewel44 -ReducedManaReservationsCostUniqueJewel44 +ManaReservationEfficiencyUniqueJewel44_ ]],[[ Replica Conqueror's Efficiency Crimson Jewel @@ -1508,10 +1562,15 @@ ManaCostTotalNonChannelledUnique__1__ ]],[[ Conqueror's Longevity Viridian Jewel +Variant: Pre 3.16.0 +Variant: Current Limited to: 1 -ChanceToAvoidElementalStatusAilmentsUniqueJewel46 -FlaskLifeRecoveryRateUniqueJewel46 -2% chance to Dodge Attacks +{variant:1}3% chance to Avoid Elemental Ailments +{variant:2}ChanceToAvoidElementalStatusAilmentsUniqueJewel46 +{variant:1}8% increased Life Recovery from Flasks +{variant:2}FlaskLifeRecoveryRateUniqueJewel46 +{variant:1}3% chance to Suppress Spell Damage +{variant:2}5% chance to Suppress Spell Damage ]],[[ Conqueror's Potency Cobalt Jewel @@ -1528,27 +1587,46 @@ ProjectileDamageJewelUniqueJewel41 ]],[[ Survival Instincts Viridian Jewel -Limited to: 1 -DexterityUniqueJewel8 -AllResistancesUniqueJewel8 +Limited to: 1 Survival +Variant: Pre 3.16.0 +Variant: Current +{variant:1}DexterityUniqueJewel8 +{variant:1}AllResistancesUniqueJewel8 +{variant:2}FlaskChargesUniqueJewel___8 +{variant:2}FlaskDurationUniqueJewel_____8 +ItemLimitUniqueJewel9 ]],[[ Survival Secrets Cobalt Jewel -Limited to: 1 -3 Mana Regenerated per second -ElementalDamageUniqueJewel10 +Limited to: 1 Survival +Variant: Pre 3.16.0 +Variant: Current +{variant:1}3 Mana Regenerated per second +{variant:1}ElementalDamageUniqueJewel10 +{variant:2}FlaskEffectUniqueJewel_10 +{variant:2}FlaskChargePerSecondInactiveUniqueJewel_10 +ItemLimitUniqueJewel9 ]],[[ Survival Skills Crimson Jewel -Limited to: 1 -IncreasedPhysicalDamagePercentUniqueJewel9 -IncreasedPhysicalDamageReductionRatingUniqueJewel9 +Limited to: 1 Survival +Variant: Pre 3.16.0 +Variant: Current +{variant:1}IncreasedPhysicalDamagePercentUniqueJewel9 +{variant:1}IncreasedPhysicalDamageReductionRatingUniqueJewel9 +{variant:2}FlaskChargeOnHitNonUniqueUniqueJewel____9 +{variant:2}FlaskChargesFromKillUniqueJewel_9 +ItemLimitUniqueJewel9 ]],[[ Warlord's Reach Crimson Jewel +Variant: Pre 3.16.0 +Variant: Current Limited to: 1 -AttackDamageUniqueJewel42 -+1 Melee Strike Range +{variant:1}8% increased Attack Damage +{variant:1}+1 Melee Strike Range +{variant:2}AttackDamageUniqueJewel42 +{variant:2}+2 Melee Strike Range ]], -- Jewel: Labyrinth rewards [[ diff --git a/src/Data/Uniques/Special/mace.lua b/src/Data/Uniques/Special/mace.lua index 5ccaa36d27..8b61041c99 100644 --- a/src/Data/Uniques/Special/mace.lua +++ b/src/Data/Uniques/Special/mace.lua @@ -35,7 +35,6 @@ ChillOnAttackStunUniqueOneHandMace5 ]],[[ Cameria's Maul Gavel -Upgrade: Upgrades to unique{Cameria's Avarice} via prophecy{Cold Greed} Variant: Pre 2.6.0 Variant: Current Requires Level 60, 212 Str @@ -50,7 +49,7 @@ IncreasedRarityWhenSlayingFrozenUniqueOneHandMace4 ]],[[ Cameria's Avarice Gavel -Source: Upgraded from unique{Cameria's Maul} via prophecy{Cold Greed} +Source: Drops from any endgame map boss Requires Level 60, 212 Str Implicits: 1 StunThresholdReductionImplicitMace2 @@ -87,11 +86,11 @@ Implicits: 2 LocalIncreasedPhysicalDamagePercentUniqueOneHandMace8 LocalAddedPhysicalDamageUniqueOneHandMace8 LocalIncreasedAttackSpeedUniqueOneHandMace8 -LifeLeechPermyriadUniqueTwoHandMace1 +1% of Physical Attack Damage leeched as Life {variant:1}10% Chance to cause Bleeding on Hit -{variant:2}LocalChanceToBleedUniqueOneHandMace8 -{variant:1}AttackDamageLifeLeechAgainstBleedingEnemiesUnique_1 -{variant:2}LifeLeechPhysicalAgainstBleedingEnemiesUniqueOneHandMace8 +{variant:2}30% Chance to cause Bleeding on Hit +{variant:1}1% of Attack Damage leeched as Life against Bleeding Enemies +{variant:2}3% of Attack Damage leeched as Life against Bleeding Enemies ]],[[ Frostbreath Ornate Mace @@ -109,7 +108,7 @@ Implicits: 2 LocalIncreasedAttackSpeedUnique__12 FireResistUniqueBootsDex2 IncreasedChillDurationUnique__1 -LocalDoubleDamageToChilledEnemiesUnique__1 +Attacks with this Weapon deal double Damage to Chilled Enemies ]],[[ Replica Frostbreath Ornate Mace @@ -149,7 +148,7 @@ Implicits: 2 {variant:1}20% increased Stun Duration on Enemies {variant:2,3}StunThresholdReductionImplicitMace1 {variant:3}LocalIncreasedPhysicalDamagePercentUniqueOneHandMace7 -{variant:1,2}IncreasedLifeUniqueHelmetDex5 +{variant:1,2}IncreasedLifeImplicitShield1 {variant:1,2}IncreasedManaUniqueBootsStrDex3 {variant:3}IncreasedLifeUniqueOneHandMace7 {variant:3}IncreasedManaUniqueOneHandMace7 @@ -189,7 +188,7 @@ Source: Drops from unique{Synthete Nightmare} in normal{The Cortex} Requires Level 68, 104 Str, 122 Int Implicits: 1 ElementalDamagePercentImplicitSceptreNew18 -IncreasedCastSpeedUnique__16 +{fractured}IncreasedCastSpeedUnique__14 ColdDamagePerResistanceAbove75Unique__1 LightningDamagePerResistanceAbove75Unique__1 ]],[[ @@ -199,7 +198,7 @@ League: Heist Requires Level 68, 104 Str, 122 Int Implicits: 1 ElementalDamagePercentImplicitSceptreNew18 -IncreasedCastSpeedUnique__16 +{fractured}IncreasedCastSpeedUnique__14 ColdDamagePerMissingColdResistanceUnique__1 FireDamagePerMissingFireResistanceUnique__1 ]],[[ @@ -246,7 +245,7 @@ Variant: Pre 2.3.0 Variant: Current Requires Level 10, 22 Str, 22 Int Implicits: 2 -{variant:1}ElementalDamagePercentImplicitSceptreNew1 +{variant:1}ElementalDamageUniqueDescentBelt1 {variant:2}ElementalDamagePercentImplicitSceptreNew2 IncreasedCastSpeedUnique__4 SpellCriticalStrikeChanceUnique__1 @@ -261,8 +260,8 @@ Implicits: 1 ElementalDamagePercentImplicitSceptreNew18 ScorchingRaySkillUnique__1 (12-20)% increased Cast Speed -Recover (1-3)% of Maximum Life on Kill -Recover (1-3)% of Maximum Mana on Kill +MaximumLifeOnKillPercentUnique__2 +MaximumManaOnKillPercentUnique__1 FireBeamLengthUnique__1 ]],[[ Bitterdream @@ -275,12 +274,12 @@ Implicits: 2 {variant:1}15% increased Elemental Damage {variant:2,3}ElementalDamagePercentImplicitSceptreNew8 {variant:3}DisplaySupportedByBonechillUnique__1 -DisplaySupportedByHypothermiaUnique__1 -DisplaySupportedByIceBiteUnique__1 -DisplaySupportedByColdPenetrationUnique__1 -{variant:1,2}DisplaySupportedByManaLeechUnique__1 -DisplaySupportedByAddedColdDamageUnique__1 -DisplaySupportedByReducedManaUnique__1 +Socketed Gems are Supported by level 1 Hypothermia +Socketed Gems are Supported by level 1 Ice Bite +Socketed Gems are Supported by level 1 Cold Penetration +{variant:1,2}Socketed Gems are Supported by level 1 Mana Leech +Socketed Gems are Supported by level 10 Added Cold Damage +Socketed Gems are Supported by level 1 Inspiration ]],[[ Replica Bitterdream Shadow Sceptre @@ -309,7 +308,6 @@ PhantasmGrantsBuffUnique__1 ]],[[ Breath of the Council Carnal Sceptre -Source: prophecy{The Plaguemaw V} Variant: Pre 3.0.0 Variant: Current Requires Level 66, 113 Str, 113 Int @@ -330,15 +328,15 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 28, 51 Str, 51 Int Implicits: 2 -{variant:1}ElementalDamagePercentImplicitSceptreNew1 -{variant:2,3,4}ElementalDamagePercentImplicitSceptreNew7 +{variant:1}ElementalDamageUniqueDescentBelt1 +{variant:2,3,4}ElementalDamagePercentImplicitSceptreNew6 LocalIncreasedPhysicalDamageUniqueSceptre9 {variant:1,2}Adds 15 to 25 Fire Damage against Ignited Enemies LocalAddedPhysicalDamageUniqueSceptre9 {variant:3}Adds 2 to 4 Fire Damage to Attacks per 10 Strength {variant:4}AddedFireDamagePerStrengthUnique__1 FireDamagePercentUniqueSceptre9 -LocalIncreasedAttackSpeedUniqueSceptre9 +LocalIncreasedAttackSpeedUnique__25 LocalCriticalStrikeChanceUniqueTwoHandMace6 ]],[[ Cerberus Limb @@ -349,7 +347,7 @@ Requires Level 47, 81 Str, 81 Int Implicits: 1 ElementalDamagePercentImplicitSceptreNew13 SpellDamageUnique__9 -IncreasedCastSpeedUnique__16 +IncreasedCastSpeedUnique__14 LifeLeechFromSpellsWith30BlockOnShieldUnique__1_ EnergyShieldPerArmourOnShieldUnique__1 ArmourPerEvasionRatingOnShieldUnique__1 @@ -374,7 +372,7 @@ Implicits: 2 {variant:6,7,8}AllDamageUniqueSceptre8 {variant:1,2,3,4,5}7% Global chance to Blind Enemies on hit {variant:6,7,8}GlobalChanceToBlindOnHitUniqueSceptre8 -BlindDoesNotAffectHitChanceUnique__1 +Blind does not affect your Chance to Hit MaledictionOnBlindWhileBlindedUnique__1 {variant:1,2}ManaGainedOnEnemyDeathPerLevelUniqueSceptre8 {variant:1,2}EnergyShieldGainedOnEnemyDeathPerLevelUniqueSceptre8 @@ -389,7 +387,7 @@ Variant: Pre 3.7.0 Variant: Current Requires Level 56, 96 Str, 96 Int Implicits: 2 -{variant:1}ElementalDamagePercentImplicitSceptreNew1 +{variant:1}ElementalDamageUniqueDescentBelt1 {variant:2,3}ElementalDamagePercentImplicitSceptreNew16 {variant:1,2}Adds (30-41) to (80-123) Physical Damage {variant:3}LocalAddedPhysicalDamageUniqueSceptre10 @@ -403,12 +401,12 @@ Variant: Pre 2.3.0 Variant: Current Requires Level 64, 113 Str, 113 Int Implicits: 2 -{variant:1}ElementalDamagePercentImplicitSceptreNew1 +{variant:1}ElementalDamageUniqueDescentBelt1 {variant:2}ElementalDamagePercentImplicitSceptreNew20 StrengthUniqueSceptre6 IncreasedCastSpeedUniqueSceptre6 -IncreasedManaUniqueIntHelmet3 -DisplaySocketedGemsSupportedByIronWillUniqueSceptre6 +IncreasedManaUniqueBodyInt9 +Socketed Gems are Supported by level 30 Iron Will DamagePerStrengthInMainHandUniqueSceptre6 ArmourPerStrengthInOffHandUniqueSceptre6 ]],[[ @@ -419,9 +417,9 @@ Variant: Pre 2.3.0 Variant: Current Requires Level 75, 113 Str, 113 Int Implicits: 2 -{variant:1}ElementalDamagePercentImplicitSceptreNew1 +{variant:1}ElementalDamageUniqueDescentBelt1 {variant:2}ElementalDamagePercentImplicitSceptreNew20 -SocketedGemsGetElementalProliferationUniqueSceptre7 +Socketed Gems are Supported by level 20 Elemental Proliferation LocalAddedPhysicalDamageUniqueSceptre7 LocalIncreasedAttackSpeedUniqueSceptre7 IncreasedCastSpeedUniqueSceptre7 @@ -433,9 +431,9 @@ Earendel's Embrace Grinning Fetish Requires Level 35, 62 Str, 62 Int Implicits: 1 -ElementalDamagePercentImplicitSceptreNew9 -AllAttributesUnique__8_ -MinionDamageUnique__5 +ElementalDamagePercentImplicitSceptreNew10 +AllAttributesUniqueBelt3 +MinionDamageUniqueTwoHandSword4 SkeletonsCoverEnemiesInAshUnique__1 SkeletonsTakeFireDamagrPerSecondUnique__1 SkeletonsHaveAvatarOfFireUnique__1_ @@ -445,9 +443,9 @@ Grinning Fetish League: Heist Requires Level 35, 62 Str, 62 Int Implicits: 1 -ElementalDamagePercentImplicitSceptreNew9 -AllAttributesUnique__8_ -MinionDamageUnique__5 +ElementalDamagePercentImplicitSceptreNew10 +AllAttributesUniqueBelt3 +MinionDamageUniqueTwoHandSword4 ZombiesCoverInAshOnHitUnique__1 Raised Zombies take (15.0-30.0)% of their Maximum Life per second as Fire Damage ZombiesHaveAvatarOfFireUnique__1 @@ -483,9 +481,9 @@ Implicits: 2 {variant:1,2}ElementalDamageUniqueHelmetInt9 {variant:3,4}ElementalDamageUnique__1 {variant:4}LocalIncreaseSocketedFireGemLevelUnique__1_ -{variant:1,2,3}ItemActsAsFireDamageSupportUniqueSceptre2 -{variant:1,2,3}ItemActsAsColdToFireSupportUniqueSceptre2 -ItemActsAsFirePenetrationSupportUniqueSceptre2 +{variant:1,2,3}Socketed Gems are Supported by level 10 Added Fire Damage +{variant:1,2,3}Socketed Gems are Supported by level 10 Cold to Fire +Socketed Gems are Supported by level 10 Fire Penetration {variant:4}Socketed Gems deal 63 to 94 additional Fire Damage SpellDamageUniqueSceptre2 {variant:2,3,4}LocalIncreasedPhysicalDamageUniqueOneHandMace5 @@ -509,7 +507,7 @@ Variant: Pre 2.3.0 Variant: Current Requires Level 62, 113 Str, 113 Int Implicits: 2 -{variant:1}ElementalDamagePercentImplicitSceptreNew1 +{variant:1}ElementalDamageUniqueDescentBelt1 {variant:2}ElementalDamageUnique__1 SpellAddedLightningDamageUnique__2 IncreasedCastSpeedUnique__2 @@ -525,9 +523,9 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 20, 38 Str, 38 Int Implicits: 2 -{variant:1}ElementalDamagePercentImplicitSceptreNew1 +{variant:1}ElementalDamageUniqueDescentBelt1 {variant:2,3}ElementalDamagePercentImplicitSceptreNew5 -LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 IncreasedDamageAgainstFrozenEnemiesUnique__1 ColdDamagePercentUnique__3 {variant:3}ColdDamageOverTimeMultiplierUnique__1 @@ -582,14 +580,13 @@ ConvertPhysicaltoLightningUnique__1 {variant:1,2}ChanceToShockUniqueStaff8 {variant:3}ChanceToShockUnique__2_ {variant:1,2}HitsCauseMonsterFleeUnique__1 -{variant:3}AttacksShockAsIfDealingMoreDamageUnique__2 +{variant:3}AttacksShockAsIfDealingMoreDamageUniqueBow10 LightningPenetrationUnique__1 ShockedEnemyCastSpeedUnique__1 ShockedEnemyMovementSpeedUnique__1 ]],[[ Chober Chaber Great Mallet -Upgrade: Upgrades to unique{Chaber Cairn} via prophecy{Faith Exhumed} Variant: Pre 2.6.0 Variant: Pre 3.0.0 Variant: Current @@ -608,7 +605,7 @@ ReducedStrengthRequirementsUniqueTwoHandMace5 ]],[[ Chaber Cairn Great Mallet -Source: Upgraded from unique{Chober Chaber} via prophecy{Faith Exhumed} +Source: Drops from any endgame map boss Requires Level 60, 131 Str Implicits: 1 StunDurationImplicitMace1 @@ -622,7 +619,6 @@ SkillEffectDurationUnique__3 ]],[[ Geofri's Baptism Brass Maul -Upgrade: Upgrades to unique{Geofri's Devotion} via prophecy{Black Devotion} Variant: Pre 2.6.0 Variant: Current Requires Level 27, 92 Str @@ -636,7 +632,7 @@ CannotCrit ]],[[ Geofri's Devotion Brass Maul -Source: Upgraded from unique{Geofri's Baptism} via prophecy{Black Devotion} +Source: Drops from any endgame map boss Variant: Pre 2.6.0 Variant: Pre 3.11.0 Variant: Current @@ -654,7 +650,6 @@ CannotCrit ]],[[ Hrimnor's Hymn Sledgehammer -Upgrade: Upgrades to unique{Hrimnor's Dirge} via prophecy{Winter's Mournful Melodies} Variant: Pre 2.6.0 Variant: Current Requires Level 17, 62 Str @@ -669,9 +664,9 @@ StunDurationUniqueTwoHandMace1 ]],[[ Hrimnor's Dirge Sledgehammer -Source: Upgraded from unique{Hrimnor's Hymn} using prophecy{Winter's Mournful Melodies} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 36, 62 Str Implicits: 2 {variant:1}40% increased Stun Duration on Enemies @@ -693,7 +688,7 @@ Requires Level 44, 143 Str Implicits: 2 {variant:1}40% increased Stun Duration on Enemies {variant:2}StunDurationImplicitMace2 -{variant:2}TriggeredAnimateWeaponUnique__1 +{variant:2}25% chance to Trigger level 20 Animate Weapon on Kill LocalIncreasedPhysicalDamageUniqueOneHandMace5 LocalIncreasedAttackSpeedUniqueTwoHandMace8_ IncreasedCastSpeedUniqueTwoHandMace8 @@ -747,7 +742,7 @@ Implicits: 3 {variant:2,3}StunDurationImplicitMace1 {variant:4}StunDurationImplicitMace2 {variant:1,2}Socketed Gems are Supported by level 15 Increased Area of Effect -{variant:3,4}SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandMace3 +{variant:3,4}Socketed Gems are Supported by level 15 Pulverise {variant:1,2}LocalIncreasedPhysicalDamagePercentUnique__18 {variant:3}LocalIncreasedPhysicalDamagePercentUniqueOneHandSword8 {variant:4}LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace3 @@ -760,7 +755,6 @@ StunDurationUniqueTwoHandMace1 ]],[[ Quecholli Jagged Maul -Upgrade: Upgrades to unique{Panquetzaliztli} via prophecy{The Fall of an Empire} Variant: Pre 2.6.0 Variant: Current Requires Level 22, 77 Str @@ -775,7 +769,7 @@ Enemies killed explode dealing 10% of their Life as Fire Damage ]],[[ Panquetzaliztli Jagged Maul -Source: Upgraded from unique{Quecholli} via prophecy{The Fall of an Empire} +Source: No longer obtainable Requires Level 61, 77 Str Implicits: 1 StunDurationImplicitMace1 @@ -783,7 +777,7 @@ LocalIncreasedPhysicalDamagePercentUniqueTwoHandMace7 LocalAddedPhysicalDamageUnique__32 AllAttributesUniqueTwoHandMace7 Enemies killed explode dealing 10% of their Life as Fire Damage -Recover 5% of Maximum Life on Kill +RecoverPercentMaxLifeOnKillUnique__1 ]],[[ Tidebreaker Imperial Maul diff --git a/src/Data/Uniques/Special/quiver.lua b/src/Data/Uniques/Special/quiver.lua index 56e0d9aa69..211d0302fd 100644 --- a/src/Data/Uniques/Special/quiver.lua +++ b/src/Data/Uniques/Special/quiver.lua @@ -6,11 +6,11 @@ return { Asphyxia's Wrath Two-Point Arrow Quiver Variant: Pre 3.0.0 -Variant: Current -Requires Level 10 +Variant: Pre 3.17.0 +Requires Level 36 Implicits: 1 -(20-30)% increased Accuracy Rating -{variant:2}GrantsFrostbiteUnique__1 +IncreasedAccuracyPercentImplicitQuiver7New +{variant:2}Grants level 5 Frostbite Skill IncreasedAttackSpeedUniqueQuiver7 ColdResistUniqueQuiver5 IncreasedChillDurationUniqueQuiver5 @@ -19,14 +19,26 @@ ChanceToFreezeUniqueQuiver5 {variant:1}CurseAreaOfEffectUniqueQuiver5 CurseTransferOnKillUniqueQuiver5 ]],[[ +Asphyxia's Wrath +Feathered Arrow Quiver +Requires Level 20 +Implicits: 1 +(20-30)% increased Arrow Speed +Grants level 5 Frostbite Skill +IncreasedAttackSpeedUniqueQuiver7 +ColdResistUniqueQuiver5 +IncreasedChillDurationUniqueQuiver5 +ConvertPhysicalToColdUniqueQuiver5 +ChanceToFreezeUniqueQuiver5 +CurseTransferOnKillUniqueQuiver5 +]],[[ Blackgleam Fire Arrow Quiver -Upgrade: Upgrades to unique{The Signal Fire} via prophecy{Fire and Brimstone} Variant: Pre 2.0.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 22 Implicits: 1 -Adds 4 to 8 Fire Damage to Attacks with Bows +3 to 5 Added Fire Damage with Bow Attacks IncreasedAttackSpeedUniqueQuiver9 IncreasedEvasionRatingUniqueQuiver1 IncreasedManaUniqueQuiver1a @@ -34,14 +46,25 @@ IncreasedManaUniqueQuiver1a {variant:2}ConvertPhysicalToFireUniqueQuiver1_ Adds 5 to 10 Fire Damage to Attacks with Bows ]],[[ +Blackgleam +Blazing Arrow Quiver +Requires Level 45 +Implicits: 1 +(12-15) to (24-27) Added Fire Damage with Bow Attacks +IncreasedAttackSpeedUniqueQuiver9 +IncreasedEvasionRatingUniqueQuiver1 +IncreasedManaUniqueQuiver1a +ConvertPhysicalToFireUniqueQuiver1_ +Adds 5 to 10 Fire Damage to Attacks with Bows +]],[[ The Signal Fire Fire Arrow Quiver Variant: Pre 3.14.0 -Variant: Current -Source: Upgraded from unique{Blackgleam} using prophecy{Fire and Brimstone} +Variant: Pre 3.17.0 +Source: Drops from any endgame map boss Requires Level 24 Implicits: 1 -Adds 4 to 8 Fire Damage to Attacks with Bows +3 to 5 Added Fire Damage with Bow Attacks IncreasedAttackSpeedUniqueQuiver9 IncreasedEvasionRatingUniqueQuiver1 IncreasedManaUniqueQuiver1a @@ -50,26 +73,41 @@ IncreasedManaUniqueQuiver1a ConvertPhysicalToFireUniqueQuiver1_ Adds 5 to 10 Fire Damage to Attacks with Bows ]],[[ +The Signal Fire +Blazing Arrow Quiver +Source: Drops from any endgame map boss +Requires Level 45 +Implicits: 1 +(12-15) to (24-27) Added Fire Damage with Bow Attacks +IncreasedAttackSpeedUniqueQuiver9 +IncreasedEvasionRatingUniqueQuiver1 +IncreasedManaUniqueQuiver1a +PhysicalAddedAsFireUnique__1 +ConvertPhysicalToFireUniqueQuiver1_ +Adds 5 to 10 Fire Damage to Attacks with Bows +]],[[ Craghead Serrated Arrow Quiver -Upgrade: Upgrades to unique{Cragfall} via prophecy{Heavy Blows} +Variant: Pre 3.17.0 +Variant: Current Requires Level 5 Implicits: 1 -Adds 1 to 4 Physical Damage to Attacks with Bows +AddedPhysicalDamageImplicitQuiver6_ StunThresholdReductionUniqueQuiver8 ProjectileSpeedUniqueQuiver8 -StunDurationUniqueQuiver8 +{variant:1}(60-80)% increased Stun Duration on Enemies +{variant:2}StunDurationUniqueQuiver8 Adds 6 to 10 Physical Damage to Attacks with Bows ]],[[ Cragfall Serrated Arrow Quiver -Source: Upgraded from unique{Craghead} using prophecy{Heavy Blows} +Source: No longer obtainable Requires Level 5 Implicits: 1 -Adds 1 to 4 Physical Damage to Attacks with Bows +AddedPhysicalDamageImplicitQuiver6_ StunThresholdReductionUniqueQuiver8 ProjectileSpeedUniqueQuiver8 -StunDurationUniqueQuiver8 +(60-80)% increased Stun Duration on Enemies Adds 6 to 10 Physical Damage to Attacks with Bows ChanceForDoubleStunDurationUnique__1 ]],[[ @@ -77,7 +115,7 @@ Drillneck Penetrating Arrow Quiver Requires Level 36 Implicits: 1 -AdditionalArrowPierceImplicitQuiver12_ +AdditionalArrowPierceImplicitQuiver5New IncreasedAttackSpeedUniqueQuiver7 IncreasedEvasionRatingUniqueQuiver3_ IncreasedLifeUniqueQuiver3 @@ -90,7 +128,7 @@ League: Harbinger Upgrade: Upgrades to unique{The Shattered Divinity} via currency{Fragmentation Scroll} Requires Level 60 Implicits: 1 -StunDurationImplicitQuiver9 +(7-9) to (13-16) Added Physical Damage with Bow Attacks HarbingerSkillOnEquipUnique__4_ HybridStrDexUnique__1 AddedFireDamageUnique__2 @@ -103,7 +141,7 @@ League: Harvest Source: Upgraded from unique{The Fracturing Spinner} via currency{Fragmentation Scroll} Requires Level 60 Implicits: 1 -StunDurationImplicitQuiver9 +(7-9) to (13-16) Added Physical Damage with Bow Attacks HarbingerSkillOnEquipUnique2_4 HybridStrDexUnique__1 AddedFireDamageUnique__2 @@ -112,12 +150,11 @@ FireAndColdResistUnique__1 ]],[[ Hyrri's Bite Sharktooth Arrow Quiver -Upgrade: Upgrades to unique{Hyrri's Demise} via prophecy{A Dishonourable Death} Variant: Pre 2.6.0 Variant: Current -Requires Level 10 +Requires Level 14 Implicits: 1 -LifeGainPerTargetImplicitQuiver8 +LifeGainPerTargetImplicitQuiver3New StrengthUniqueQuiver6 DexterityUniqueQuiver6 IntelligenceUniqueQuiver6 @@ -128,10 +165,10 @@ LifeGainPerTargetUniqueQuiver6_ ]],[[ Hyrri's Demise Sharktooth Arrow Quiver -Source: Upgraded from unique{Hyrri's Bite} via prophecy{A Dishonourable Death} +Source: Drops from any endgame map boss Requires Level 45 Implicits: 1 -LifeGainPerTargetImplicitQuiver8 +LifeGainPerTargetImplicitQuiver3New AllAttributesUnique__7 IncreasedAttackSpeedUniqueQuiver6 LifeGainPerTargetUniqueQuiver6_ @@ -166,11 +203,11 @@ AttacksBlindOnHitChanceUnique__1 Maloney's Nightfall Blunt Arrow Quiver Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 55 Implicits: 1 -StunDurationImplicitQuiver9 -{variant:1}LocalIncreasedAttackSpeedUnique__10 +(7-9) to (13-16) Added Physical Damage with Bow Attacks +{variant:1}IncreasedAttackSpeedImplicitQuiver10New {variant:2}IncreasedAttackSpeedUniqueQuiver9 IncreasedLifeUniqueQuiver9 ChaosResistUniqueQuiver9 @@ -181,11 +218,36 @@ ChaosResistUniqueQuiver9 {variant:1}(20-40)% increased Damage with Hits and Ailments against Blinded Enemies {variant:2}IncreaseDamageOnBlindedEnemiesUniqueQuiver9_ ]],[[ +Maloney's Nightfall +Vile Arrow Quiver +Requires Level 55 +Implicits: 1 +PhysicalDamageAddedAsChaosImplicitQuiver11New +IncreasedAttackSpeedUniqueQuiver9 +IncreasedLifeUniqueQuiver9 +ChaosResistUniqueQuiver9 +Adds (8-10) to (14-16) Physical Damage to Attacks with Bows +SmokeCloudWhenHitUniqueQuiver9 +IncreaseDamageOnBlindedEnemiesUniqueQuiver9_ +]],[[ Rearguard Broadhead Arrow Quiver -Requires Level 28 +Variant: Pre 3.17.0 +Requires Level 49 Implicits: 1 -Adds 6 to 12 Physical Damage to Attacks with Bows +IncreasedAttackSpeedImplicitQuiver10New +IncreasedPhysicalDamageReductionRatingUniqueQuiver4 +ProjectileSpeedUniqueQuiver4 +50% increased Stun Recovery +IncreasedProjectileDamageUniqueQuiver4 +(20-24)% Chance to Block +(12-15)% Chance to Block Spells +]],[[ +Rearguard +Blunt Arrow Quiver +Requires Level 31 +Implicits: 1 +(7-9) to (13-16) Added Physical Damage with Bow Attacks IncreasedPhysicalDamageReductionRatingUniqueQuiver4 ProjectileSpeedUniqueQuiver4 50% increased Stun Recovery @@ -201,7 +263,7 @@ League: Talisman Standard, Talisman Hardcore Source: Drops from unique{Rigwald, The Wolven King} (Level 70+) Requires Level 56 Implicits: 1 -(20-30)% increased Accuracy Rating +IncreasedAccuracyPercentImplicitQuiver7New FireResistUnique__3 LightningResistUnique__2 LifeGainPerTargetUnique__1 @@ -214,7 +276,7 @@ Saemus' Gift Spike-Point Arrow Quiver Requires Level 45 Implicits: 1 -CriticalStrikeChanceImplicitQuiver13 +CriticalStrikeChanceImplicitQuiver8New DexterityImplicitQuiver1 IncreasedCastSpeedUniqueClaw7 IncreasedLifeUnique__27 @@ -224,11 +286,25 @@ IncreasedLightningDamagePer10IntelligenceUnique__1 ]],[[ Scorpion's Call Broadhead Arrow Quiver +Variant: Pre 3.17.0 League: Harvest Requires Level 57 Implicits: 1 -Adds 6 to 12 Physical Damage to Bow Attacks -DexterityUnique__6 +IncreasedAttackSpeedImplicitQuiver10New +DexterityUnique__20__ +LifeRegenerationBloodStanceUnique__1 +ProjectileDamageBloodStanceUnique__1 +EvasionRatingSandStanceUnique__1 +AreaOfEffectSandStanceUnique__1 +(20-30)% increased Attack Speed if you've changed Stance Recently +]],[[ +Scorpion's Call +Heavy Arrow Quiver +League: Harvest +Requires Level 61 +Implicits: 1 +(12-16) to (24-27) Added Physical Damage with Bow Attacks +DexterityUnique__20__ LifeRegenerationBloodStanceUnique__1 ProjectileDamageBloodStanceUnique__1 EvasionRatingSandStanceUnique__1 @@ -237,9 +313,9 @@ AreaOfEffectSandStanceUnique__1 ]],[[ Skirmish Two-Point Arrow Quiver -Requires Level 19 +Requires Level 36 Implicits: 1 -(20-30)% increased Accuracy Rating +IncreasedAccuracyPercentImplicitQuiver7New IntelligenceUniqueQuiver6 IncreasedManaUnique__6 ManaRegenerationImplicitAmulet1 @@ -248,9 +324,21 @@ Attack skills can have 1 additional Totem Summoned at a time ]],[[ Steelworm Broadhead Arrow Quiver +Variant: Pre 3.17.0 Requires Level 52 Implicits: 1 -AddedPhysicalDamageImplicitQuiver11 +IncreasedAttackSpeedImplicitQuiver10New +GrantsCallOfSteelSkillUnique__1_ +GlobalEvasionRatingAndArmourPercentUnique__1_ +DealNoNonPhysicalDamageUniqueBelt__1 +RangedAttacksConsumeAmmoUniqueBelt__1 +Skills Fire 3 additional Projectiles for 4 seconds after you consume a total of 12 Steel Shards +]],[[ +Steelworm +Feathered Arrow Quiver +Requires Level 52 +Implicits: 1 +(20-30)% increased Arrow Speed GrantsCallOfSteelSkillUnique__1_ GlobalEvasionRatingAndArmourPercentUnique__1_ DealNoNonPhysicalDamageUniqueBelt__1 @@ -263,7 +351,7 @@ Variant: Pre 2.5.0 Variant: Current Requires Level 64 Implicits: 1 -CriticalStrikeChanceImplicitQuiver13 +CriticalStrikeChanceImplicitQuiver8New DexterityUniqueQuiver7 AddedChaosDamageUniqueQuiver7 IncreasedAttackSpeedUniqueQuiver7 @@ -277,7 +365,7 @@ Spike-Point Arrow Quiver League: Heist Requires Level 64 Implicits: 1 -CriticalStrikeChanceImplicitQuiver13 +CriticalStrikeChanceImplicitQuiver8New DexterityUniqueQuiver7 AddedPhysicalDamageUnique__10 IncreasedAttackSpeedUniqueQuiver7 @@ -287,17 +375,35 @@ MaximumLifeLeechAmountUnique__2 ]],[[ Voidfletcher Penetrating Arrow Quiver +Variant: Pre 3.17.0 +Elder +Source: Drops from unique{The Elder} (Uber) +Requires Level 68 +Implicits: 1 +AdditionalArrowPierceImplicitQuiver5New +Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows +AddedColdDamageUnique__7 +IncreasedEnergyShieldUnique__7 +ColdResistUnique__3 +ManaGainedFromEnemyDeathUnique__2 +ProjectileSpeedUnique__2 +MaximumVoidArrowsUnique__1 +Gain a Void Charge every 0.5 seconds +Elder Item +]],[[ +Voidfletcher +Primal Arrow Quiver Elder Source: Drops from unique{The Elder} (Uber) Requires Level 68 Implicits: 1 -AdditionalArrowPierceImplicitQuiver12_ +WeaponElementalDamageImplicitQuiver13New Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows AddedColdDamageUnique__7 IncreasedEnergyShieldUnique__7 ColdResistUnique__3 ManaGainedFromEnemyDeathUnique__2 -ProjectileSpeedUnique__5__ +ProjectileSpeedUnique__2 MaximumVoidArrowsUnique__1 Gain a Void Charge every 0.5 seconds Elder Item diff --git a/src/Data/Uniques/Special/ring.lua b/src/Data/Uniques/Special/ring.lua index 4bb75b3f05..a8e902e4d5 100644 --- a/src/Data/Uniques/Special/ring.lua +++ b/src/Data/Uniques/Special/ring.lua @@ -1,4 +1,4 @@ --- Item data (c) Grinding Gear Games +-- Item data (c) Grinding Gear Games return { -- Ring @@ -43,7 +43,7 @@ Implicits: 1 ItemFoundRarityIncreaseImplicitRing1 DexterityUniqueRing3 ItemFoundRarityIncreaseUniqueRing3 -AllResistancesUniqueRing3 +{tags:jewellery_resistance}−20% to all Elemental Resistances ]],[[ Astral Projector Topaz Ring @@ -116,7 +116,7 @@ Amethyst Ring League: Ritual Requires Level 49 Implicits: 1 -{tags:chaos,resistance}+(9-13)% to Chaos Resistance +ChaosResistImplicitRing1 FireDamageOverTimeMultiplierUnique__3 IgniteDurationUnique__3_ ChanceToIgniteUnique__6 @@ -126,7 +126,6 @@ FireAndChaosDamageResistanceUnique__1__ ]],[[ Blackheart Iron Ring -Upgrade: Upgrades to unique{Voidheart} via prophecy{From The Void} Implicits: 1 AddedPhysicalDamageImplicitRing1 {tags:physical}5% increased Physical Damage @@ -137,9 +136,9 @@ HitsCauseMonsterFleeUniqueRing1 ]],[[ Voidheart Iron Ring -Source: Upgraded from unique{Blackheart} using prophecy{From The Void} +Source: No longer obtainable Variant: Pre 2.4.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 48 Implicits: 1 AddedPhysicalDamageImplicitRing1 @@ -155,9 +154,9 @@ HitsCauseMonsterFleeUniqueRing1 ]],[[ Bloodboil Coral Ring -Upgrade: Upgrades to unique{Winterweave} via prophecy{Cold Blooded Fury} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 24 Implicits: 1 IncreasedLifeImplicitRing1 @@ -166,14 +165,13 @@ IncreasedLifeImplicitRing1 IncreasedLifeUniqueRing28 ColdResistUniqueRing28 {variant:1}{tags:jewellery_elemental}45% reduced Effect of Chill on You -{variant:2}ChillEffectivenessOnSelfUniqueRing28 -{variant:1}IncreasedSelfBurnDurationUniqueRing28 +{variant:2}{tags:jewellery_elemental}75% reduced Effect of Chill on You +{variant:1}100% increased Ignite Duration on You {variant:2}MovementVelocityWhileIgnitedUnique__1 ]],[[ Winterweave Coral Ring -Source: Upgraded from unique{Bloodboil} via prophecy{Cold Blooded Fury} -Requires Level 53 +Requires Level 24 Implicits: 1 IncreasedLifeImplicitRing1 AddedFireDamageUniqueRing28 @@ -214,7 +212,7 @@ LightningDamagePercentUniqueRing34 ManaRegenerationUniqueRing34 {variant:1}{tags:jewellery_elemental}50% of Lightning Damage Converted to Cold Damage {variant:2}ConvertLightningToColdUniqueRing34 -SpellChanceToShockFrozenEnemiesUniqueRing34 +Your spells have 100% chance to Shock against Frozen enemies ]],[[ Circle of Anguish Ruby Ring @@ -231,11 +229,11 @@ Variant: Buff Effect (Current) Variant: Max Resistance Variant: Fire Resistance FireResistImplicitRing1 -StrengthUniqueRing8 +{fractured}StrengthUniqueRing8 GlobalAddedFireDamageUnique__3_ FireResistImplicitRing1 -{variant:1}Herald of Ash has (30-40)% reduced Reservation -{variant:2}HeraldBonusAshReservation +{variant:1}Herald of Ash has (60-80)% increased Mana Reservation Efficiency +{variant:2}HeraldBonusAshReservationEfficiency__ {variant:3}HeraldBonusAshFireDamage {variant:4}Herald of Ash has (70-100)% increased Buff Effect {variant:5}HeraldBonusAshEffect @@ -257,11 +255,11 @@ Variant: Buff Effect (Current) Variant: Max Resistance Variant: Cold Resistance ColdResistImplicitRing1 -DexterityUniqueGlovesInt4__ +{fractured}DexterityUniqueGlovesInt4__ GlobalAddedColdDamageUnique__3 ColdResistImplicitRing1 -{variant:1}Herald of Ice has (30-40)% reduced Reservation -{variant:2}HeraldBonusIceReservation_ +{variant:1}Herald of Ice has (60-80)% increased Mana Reservation Efficiency +{variant:2}HeraldBonusIceReservationEfficiency__ {variant:3}HeraldBonusIceColdDamage {variant:4}Herald of Ice has (70-100)% increased Buff Effect {variant:5}HeraldBonusIceEffect_ @@ -283,10 +281,10 @@ Variant: Buff Effect (Current) Variant: Sentinel Damage Variant: Damage Reduction AddedPhysicalDamageImplicitRing1 -AllAttributesUnique__3 +{fractured}AllAttributesUnique__3 GlobalAddedPhysicalDamageUnique__2 IncreasedPhysicalDamageReductionRatingUnique__4 -{variant:1}Herald of Purity has (30-40)% reduced Reservation +{variant:1}Herald of Purity has (60-80)% increased Mana Reservation Efficiency {variant:2}HeraldBonusPurityReservation_ {variant:3}HeraldBonusPurityPhysicalDamage {variant:4}Herald of Purity has (70-100)% increased Buff Effect @@ -308,12 +306,12 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Agony Damage Variant: Chaos Resistance -{tags:chaos,resistance}+(9-13)% to Chaos Resistance -AllAttributesUnique__3 +ChaosResistImplicitRing1 +{fractured}AllAttributesUnique__3 GlobalAddedChaosDamageUnique__5_ ChaosResistImplicitRing1 -{variant:1}Herald of Agony has (30-40)% reduced Reservation -{variant:2}HeraldBonusAgonyReservation +{variant:1}Herald of Agony has (60-80)% increased Mana Reservation Efficiency +{variant:2}HeraldBonusAgonyReservationEfficiency {variant:3}HeraldBonusAgonyChaosDamage_ {variant:4}Herald of Agony has (70-100)% increased Buff Effect {variant:5}HeraldBonusAgonyEffect @@ -335,11 +333,11 @@ Variant: Buff Effect (Current) Variant: Max Resistance Variant: Lightning Resistance LightningResistImplicitRing1 -IntelligenceUnique__7 +{fractured}IntelligenceUnique__7 GlobalAddedLightningDamageUnique__3 LightningResistImplicitRing1 -{variant:1}Herald of Thunder has (30-40)% reduced Reservation -{variant:2}HeraldBonusThunderReservation +{variant:1}Herald of Thunder has (60-80)% increased Mana Reservation Efficiency +{variant:2}HeraldBonusThunderReservationEfficiency {variant:3}HeraldBonusThunderLightningDamage {variant:4}Herald of Thunder has (70-100)% increased Buff Effect {variant:5}HeraldBonusThunderEffect @@ -353,7 +351,7 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 46 Implicits: 1 -{tags:chaos,resistance}+(9-13)% to Chaos Resistance +ChaosResistImplicitRing1 IncreasedAccuracyUniqueRing12 {tags:jewellery_defense}{variant:1}+(60-80) to Armour {variant:2}IncreasedPhysicalDamageReductionRatingUniqueRing12 @@ -369,11 +367,13 @@ Implicits: 1 IncreasedManaImplicitRing1 IntelligenceUniqueRing4 AllResistancesUniqueRing4 -ManaGainedFromEnemyDeathUniqueRing4 +{tags:mana}+5 Mana Gained on Kill {tags:caster}Enemies can have 1 additional Curse ]],[[ Replica Doedre's Damning Paua Ring +Variant: Pre 3.16.0 +Variant: Current League: Heist Implicits: 1 IncreasedManaImplicitRing1 @@ -381,7 +381,8 @@ IntelligenceUniqueRing4 AllResistancesUniqueRing4 ManaGainedFromEnemyDeathUniqueRing4 AdditionalCurseOnEnemiesUnique__3 -CurseEffectivenessUnique__4 +{variant:1}{tags:caster}(25-35)% increased Effect of your Curses +{variant:2}CurseEffectivenessUnique__4 ]],[[ Dream Fragments Sapphire Ring @@ -400,20 +401,22 @@ Emberwake Ruby Ring Variant: Pre 3.0.0 Variant: Pre 3.9.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 16 Implicits: 1 FireResistImplicitRing1 {variant:1}FireDamagePercentUniqueRing24 -{variant:2,3}FireDamagePercentUniqueRing38 +{variant:2,3,4}FireDamagePercentUniqueRing38 IncreasedCastSpeedUniqueRing27 {variant:1}{tags:jewellery_elemental}5% chance to Ignite -{variant:2,3}ChanceToIgniteUniqueRing38 +{variant:2,3,4}ChanceToIgniteUniqueRing38 CanInflictMultipleIgnitesUniqueRing38 {variant:1}CriticalMultiplierUniqueAmulet18 {variant:1}{tags:jewellery_elemental}Ignited Enemies Burn 80% slower {variant:2}{tags:jewellery_elemental}Ignited Enemies Burn 65% slower {variant:3}{tags:jewellery_elemental}Ignited Enemies Burn (65-50)% slower +{variant:4}EmberwakeLessBurningDamageUnique__1 ]],[[ Replica Emberwake Ruby Ring @@ -429,12 +432,15 @@ FasterIgniteDamageUnique__1 ]],[[ Essence Worm Unset Ring +Variant: Pre 3.16.0 +Variant: Current Requires Level 38 Implicits: 1 RingHasOneSocket LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2 -SocketedAurasReserveNoManaUnique__1 -IncreasedManaReservationsCostUnique__1 +Socketed Gems Have no Reservation +{variant:1}80% reduced Mana Reservation Efficiency of Skills +{variant:2}80% reduced Reservation Efficiency ]],[[ Fated End Paua Ring @@ -442,7 +448,7 @@ League: Heist Requires Level 38 Implicits: 1 IncreasedManaImplicitRing1 -IntelligenceUnique__25 +IntelligenceUniqueDagger10_ CurseCastSpeedUnique__2 DoubleDoomEffectUnique__1 HexDoomGainUnique__1 @@ -456,7 +462,7 @@ Variant: Current Requires Level 28 Implicits: 1 CriticalStrikeChanceImplicitRing1 -{variant:2}TriggeredConsecrateUnique__1 +{variant:2}Trigger level 10 Consecrate when you deal a Critical Strike CriticalStrikeChanceUniqueRing11_ LightRadiusUniqueRing11 {variant:1}ConsecrateOnCritChanceToCreateUniqueRing11 @@ -511,7 +517,6 @@ PoisonedEnemiesShatterOnKillUnique__1 ]],[[ Kaom's Sign Coral Ring -Upgrade: Upgrades to unique{Kaom's Way} via prophecy{The King's Path} Variant: Pre 2.0.0 Variant: Current Implicits: 1 @@ -523,28 +528,34 @@ StrengthUniqueRing2 ]],[[ Kaom's Way Coral Ring -Source: Upgraded from unique{Kaom's Sign} using prophecy{The King's Path} +Variant: Pre 3.16.0 +Variant: Current +Source: Drops from any endgame map boss Requires Level 32 Implicits: 1 IncreasedLifeImplicitRing1 StrengthUniqueRing2 -{tags:life}0.4% of maximum Life Regenerated per second per Endurance Charge +{variant:1}{tags:life}0.4% of maximum Life Regenerated per second per Endurance Charge +{variant:2}{tags:life}0.2% of maximum Life Regenerated per second per Endurance Charge +{variant:2}AreaOfEffectPerEnduranceChargeUnique__1 LifeGainPerTargetUniqueRing2 +1 Maximum Endurance Charge ]],[[ Kikazaru Topaz Ring Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 20 Implicits: 1 LightningResistImplicitRing1 AllAttributesUniqueRing26 {variant:1}{tags:life}(13-17) Life Regenerated per second -{variant:2}{tags:life}1 Life Regenerated per second per Level +{variant:2,3}{tags:life}1 Life Regenerated per second per Level ManaRegenerationUniqueRing33 -{variant:1}ReducedCurseEffectUnique__1 -{variant:2}ReducedCurseEffectUniqueRing26 +{variant:1}{tags:caster}20% reduced Effect of Curses on You +{variant:2}{tags:caster}40% reduced Effect of Curses on You +{variant:3}{tags:caster}60% reduced Effect of Curses on You ]],[[ Le Heup of All Iron Ring @@ -584,8 +595,8 @@ Sockets: W Requires Level 5 Implicits: 1 RingHasOneSocket -{variant:1}{tags:jewellery_resistance}-25% to all Elemental Resistances -{variant:2}AllResistancesUniqueRing3 +{variant:1}{tags:jewellery_resistance}−25% to all Elemental Resistances +{variant:2}{tags:jewellery_resistance}−20% to all Elemental Resistances FireResistanceWhenSocketedWithRedGemUniqueRing25 ColdResistanceWhenSocketedWithGreenGemUniqueRing25 LightningResistanceWhenSocketedWithBlueGemUniqueRing25 @@ -619,7 +630,7 @@ Requires Level 80 Implicits: 1 AddedPhysicalDamageImplicitRing2 AddedColdDamageUnique__5 -IncreasedEnergyShieldPercentUnique__5 +IncreasedEnergyShieldPercentUnique__3 MaximumLifeUnique__16 AttackDamageShaperItemUnique__1 CannotBeStunnedByAttacksElderItemUnique__1 @@ -633,7 +644,7 @@ Requires Level 80 Implicits: 1 ElementalDamagePercentImplicitAtlasRing_ SpellAddedLightningDamageUnique__6_ -IncreasedEnergyShieldPercentUnique__5 +IncreasedEnergyShieldPercentUnique__3 MaximumLifeUnique__16 SpellDamageElderItemUnique__1_ CannotBeStunnedBySpellsShaperItemUnique__1 @@ -647,11 +658,11 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 69 Implicits: 1 -{tags:chaos,resistance}+(9-13)% to Chaos Resistance +ChaosResistImplicitRing1 {variant:1}{tags:life}15% reduced maximum Life {variant:2}MaximumLifeUniqueOneHandSword2 {variant:3}MaximumLifeUniqueRing16 -{variant:1{tags:jewellery_defense}}15% reduced maximum Energy Shield +{variant:1}{tags:jewellery_defense}15% reduced maximum Energy Shield {variant:2}{tags:jewellery_defense}10% reduced maximum Energy Shield {variant:3}ReducedEnergyShieldPercentUniqueRing16 ChaosResistUniqueRing16 @@ -673,20 +684,21 @@ Mutewind Seal Unset Ring League: Warbands Variant: Pre 2.6.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 45 Implicits: 1 RingHasOneSocket {variant:1}+2 to Level of Socketed Golem Gems -{variant:2}LocalIncreaseSocketedGolemLevelUniqueRing35 +{variant:2,3}LocalIncreaseSocketedGolemLevelUniqueRing35 {variant:1}DisplaySocketedGemGetsFasterAttackUniqueRing37 -{variant:2}LocalGolemIncreasedAttackAndCastSpeedUnique__1 +{variant:2,3}LocalGolemIncreasedAttackAndCastSpeedUnique__1 AddedPhysicalDamageUniqueRing37 IncreasedAttackSpeedUniqueRing37 -{variant:1}(1-2)% chance to Dodge Attack Hits +{variant:1}(1-2)% increased Movement Speed {variant:2}ChanceToDodgeUniqueRing37 {variant:1}Socketed Gems are Supported by Level 16 Increased Minion Speed -{variant:2}LocalGolemGrantOnslaughtOnSummonUnique__1 +{variant:2,3}LocalGolemGrantOnslaughtOnSummonUnique__1 ]],[[ Ngamahu's Sign Ruby Ring @@ -732,6 +744,19 @@ ManaRegenerationUniqueRing14 {variant:2}IncreasedIntelligencePerUniqueUniqueRing14 3% additional chance for Slain monsters to drop Scrolls of Wisdom ]],[[ +Polaric Devastation +Opal Ring +Source: Drops from unique{The Black Star} +Requires Level 80 +Implicits: 1 +ElementalDamagePercentImplicitAtlasRing_ +CriticalStrikeChanceUnique__5__ +FireResistUnique__23_ +ColdResistUniqueShieldDex7 +IncreasedAilmentDurationUnique__3_ +Left Ring slot: Cover Enemies in Ash for 5 seconds when you Ignite them +Right Ring slot: Cover Enemies in Frost for 5 seconds when you Freeze them +]],[[ Praxis Paua Ring Requires Level 22 @@ -739,7 +764,7 @@ Implicits: 1 IncreasedManaImplicitRing1 IncreasedManaUniqueHelmetInt8 {tags:mana}(3-6) Mana Regenerated per second -{tags:mana}-(4-8) to Mana Cost of Skills +{tags:mana}−(4-8) to Mana Cost of Skills {tags:mana}8% of Damage taken gained as Mana over 4 seconds when Hit ]],[[ Profane Proxy @@ -848,18 +873,21 @@ IncreasedAccuracyUniqueRing17 {variant:3}CriticalMultiplierUniqueRing17 IncreasedManaUniqueRing17 ManaLeechPermyriadUniqueRing17 -PowerChargeOnNonCritUniqueRing17 +Gain a Power Charge on non-Critical Strike ConsumeAllPowerChargesOnCritUniqueRing17 ]],[[ Rotblood Promise Unset Ring League: Ritual +Variant: Pre 3.16.0 +Variant: Current Requires Level 56 Implicits: 1 RingHasOneSocket SupportedByBlasphemyUnique CurseAurasAffectYouUnique__1 -ReducedReservationForSocketedCurseGemsUnique__2 +{variant:1}{tags:caster}Socketed Curse Gems have 100% increased Mana Reservation Efficiency +{variant:2}ReducedReservationForSocketedCurseGemsUnique__2 IntelligenceUnique__7 ReducedCurseEffectUnique__1 HitAndAilmentDamageCursedEnemiesUnique__1 @@ -912,9 +940,9 @@ Requires Level 68 Implicits: 1 ColdResistImplicitRing1 {variant:1}ColdDamagePercentUnique__9 -{variant:2}SpellDamageUnique__11 +{variant:2}SpellDamageUniqueWand7 IncreasedCastSpeedUniqueRing27 -{variant:1}Spells have an additional Projectile +{variant:1}AdditionalSpellProjectilesUnique__1 {variant:2}LeftRingSpellProjectilesCannotChainUnique__1 {variant:2}LeftRingSpellProjectilesForkUnique__1_ {variant:2}RightRingSpellProjectilesChainUnique__1 @@ -956,7 +984,7 @@ Implicits: 1 AllResistancesImplicitRing1 {variant:1}{tags:jewellery_elemental,attack}15% increased Elemental Damage with Attack Skills {variant:2}WeaponElementalDamageUniqueRing21 -{variant:1}AllResistancesUnique__2 +{variant:1}AllResistancesUniqueBootsStr1 {variant:2}AllResistancesUniqueRing21 {variant:1}{tags:jewellery_elemental}15% increased Elemental Damage {variant:2}ElementalDamageUniqueRing21 @@ -978,7 +1006,7 @@ ColdResistImplicitRing1 {variant:1}{tags:jewellery_elemental,attack}Adds (5-6) to (7-9) Cold Damage to Attacks {variant:2}AddedColdDamageUniqueRing30 IncreasedEvasionRatingUniqueRing30 -{variant:1}ReducedChillDurationOnSelfUniqueRing30 +{variant:1}20% reduced Chill Duration on You {variant:2}ChanceToAvoidChilledUnique__1 {variant:1}ChanceToFreezeUnique__1 {variant:2}ChanceToFreezeUniqueRing30 @@ -1010,7 +1038,7 @@ Implicits: 2 DisablesOtherRingSlot {variant:1,2,3}AllResistancesImplicitVictorAmulet {variant:4}AllResistancesUniqueRing7 -ReducedCurseEffectUniqueRing7 +{tags:caster}50% reduced Effect of Curses on You {variant:1,2,3}{tags:attack,life}+(20-30) Life gained for each Enemy hit by your Attacks {variant:4}LifeGainPerTargetUniqueRing7 {variant:1,2,3}{tags:attack,mana}+15 Mana gained for each Enemy hit by your Attacks @@ -1018,25 +1046,28 @@ ReducedCurseEffectUniqueRing7 ]],[[ Timeclasp Moonstone Ring -Upgrade: Upgrades to unique{Timetwist} via prophecy{A Rift in Time} Variant: Pre 2.6.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 22 Implicits: 1 IncreasedEnergyShieldUniqueRing35 IncreasedAttackSpeedUniqueRing27 {variant:1}IncreasedCastSpeedUniqueWand4 -{variant:2}IncreasedCastSpeedUniqueRing27 +{variant:2,3}IncreasedCastSpeedUniqueRing27 {variant:1}{tags:mana}15% reduced Mana Regeneration Rate -{variant:2}ReducedManaRegenerationUniqueRing27 +{variant:2,3}ReducedManaRegenerationUniqueRing27 {variant:1}{tags:jewellery_defense}+(10-25) to maximum Energy Shield {variant:2}IncreasedEnergyShieldUniqueRing35 +{variant:3}IncreasedEnergyShieldUnique__8 {variant:1}{tags:caster}Temporal Chains has 30% reduced Effect on You -{variant:2}TemporalChainsEffectivenessOnSelfUniqueRing27 +{variant:2}{tags:caster}Temporal Chains has 50% reduced Effect on You +{variant:3}(-10-10)% increased Skill Effect Duration +{variant:3}TemporalChainsEffectivenessOnSelfUnique__1 ]],[[ Timetwist Moonstone Ring -Source: Upgraded from unique{Timeclasp} via prophecy{A Rift in Time} +Source: No longer obtainable Requires Level 64 Implicits: 1 IncreasedEnergyShieldUniqueRing35 @@ -1147,7 +1178,7 @@ IncreasedEnergyShieldUniqueRing35 {variant:2}IncreasedEnergyShieldUniqueRing18 {variant:1}FireResistImplicitRing1 {variant:2}FireResistUniqueAmulet13 -ColdResistUnique__9 +{tags:jewellery_resistance}−40% to Cold Resistance StunDurationBasedOnEnergyShieldUnique__1 ]],[[ Venopuncture @@ -1169,15 +1200,26 @@ Requires Level 65 Implicits: 1 ItemFoundRarityIncreaseImplicitRing1 IncreasedLifeUniqueRing32 -(-10 to 10)% increased Quantity of Items found -(-40 to 40)% increased Rarity of Items found -{tags:jewellery_resistance}+(-25 to 50)% to Fire Resistance -{tags:jewellery_resistance}+(-25 to 50)% to Cold Resistance -{tags:jewellery_resistance}+(-25 to 50)% to Lightning Resistance +(−10 to 10)% increased Quantity of Items found +(−40 to 40)% increased Rarity of Items found +{tags:jewellery_resistance}+(−25 to 50)% to Fire Resistance +{tags:jewellery_resistance}+(−25 to 50)% to Cold Resistance +{tags:jewellery_resistance}+(−25 to 50)% to Lightning Resistance ]],[[ Vivinsect Unset Ring League: Betrayal +Variant: Fire and Chaos Resistances Pre 3.16.0 +Variant: Cold and Chaos Resistances Pre 3.16.0 +Variant: Lightning and Chaos Resistances Pre 3.16.0 +Variant: Strength and Dexterity Pre 3.16.0 +Variant: Dexterity and Intelligence Pre 3.16.0 +Variant: Strength and Intelligence Pre 3.16.0 +Variant: Effect of non-Damaging Ailments Pre 3.16.0 +Variant: Focus Shock Nearby Enemies Pre 3.16.0 +Variant: Minimum Frenzy Charges Pre 3.16.0 +Variant: Minimum Power Charges Pre 3.16.0 +Variant: Minimum Endurance Charges Pre 3.16.0 Variant: Fire and Chaos Resistances Variant: Cold and Chaos Resistances Variant: Lightning and Chaos Resistances @@ -1193,21 +1235,22 @@ Requires Level 45 Implicits: 1 RingHasOneSocket LocalIncreaseSocketedAuraGemLevelUnique___2___ -SocketedItemsHaveIncreasedReservationUnique__1 +{variant:1,2,3,4,5,6,7,8,9,10,11}Socketed Gems have 20% reduced Mana Reservation Efficiency +{variant:13,14,15,16,17,18,19,20,21,22}SocketedItemsHaveIncreasedReservationUnique__1 AllAttributesUnique__14 {tags:life}15 Life Regenerated per second for each Uncorrupted Item Equipped TotalManaCostPerCorruptedItemUnique__1 -{variant:1}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Fire and Chaos Resistances -{variant:2}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Cold and Chaos Resistances -{variant:3}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Lightning and Chaos Resistances -{variant:4}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Dexterity -{variant:5}{crafted}{tags:jewellery_attribute}+(6-17) to Dexterity and Intelligence -{variant:6}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Intelligence -{variant:7}{crafted}(11-30)% increased Effect of non-Damaging Ailments on Enemies -{variant:8}{crafted}Shock nearby Enemies for (2-4) Seconds when you Focus -{variant:9}{crafted}+1 to Minimum Frenzy Charges -{variant:10}{crafted}+1 to Minimum Power Charges -{variant:11}{crafted}+1 to Minimum Endurance Charges +{variant:1,12}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Fire and Chaos Resistances +{variant:2,13}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Cold and Chaos Resistances +{variant:3,14}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Lightning and Chaos Resistances +{variant:4,15}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Dexterity +{variant:5,16}{crafted}{tags:jewellery_attribute}+(6-17) to Dexterity and Intelligence +{variant:6,17}{crafted}{tags:jewellery_attribute}+(6-17) to Strength and Intelligence +{variant:7,18}{crafted}(11-30)% increased Effect of non-Damaging Ailments on Enemies +{variant:8,19}{crafted}Shock nearby Enemies for (2-4) Seconds when you Focus +{variant:9,20}{crafted}+1 to Minimum Frenzy Charges +{variant:10,21}{crafted}+1 to Minimum Power Charges +{variant:11,22}{crafted}+1 to Minimum Endurance Charges ]],[[ Voideye Unset Ring diff --git a/src/Data/Uniques/Special/shield.lua b/src/Data/Uniques/Special/shield.lua index 9d161ac07a..73114f1990 100644 --- a/src/Data/Uniques/Special/shield.lua +++ b/src/Data/Uniques/Special/shield.lua @@ -13,7 +13,7 @@ Implicits: 1 {variant:2,3}IncreasedLifeImplicitShield1 LocalIncreasedPhysicalDamageReductionRatingPercentUnique__8 IncreasedLifeUniqueShieldDexInt1 -ReducedMaximumEnduranceChargeUniqueCorruptedJewel17 +-1 to maximum Endurance Charges -10% to maximum Block Chance AdditionalBlockChanceUniqueShieldStrInt4 {variant:1,2}+3% to all maximum Resistances while you have no Endurance Charges @@ -31,7 +31,7 @@ Requires Level 64, 159 Str Implicits: 1 {variant:2}IncreasedLifeImplicitShield3 LocalIncreasedPhysicalDamageReductionRatingPercentUnique__4 -IncreasedLifeUniqueShieldDex6 +IncreasedLifeUniqueShieldStrDex7 AdditionalBlockChanceUniqueShieldStrInt4 GainArmourIfBlockedRecentlyUnique__1 EnemiesBlockedAreIntimidatedUnique__1 @@ -45,7 +45,7 @@ Variant: Current Requires Level 64, 159 Str Implicits: 1 {variant:2}IncreasedLifeImplicitShield3 -GrantsLevel30ReckoningUnique__1 +Grants level 30 Reckoning Skill LocalIncreasedPhysicalDamageReductionRatingPercentUnique__5 IncreasedLifeUnique__31 GainLifeOnBlockUnique__1 @@ -71,20 +71,36 @@ ConvertPhysicalToFireUniqueShieldStr3 {variant:1,2}10% chance to Curse Non-Cursed Enemies with Enfeeble on Hit, with 80% increased Effect {variant:3,4}EnfeebleOnHitUniqueShieldStr3 ]],[[ +Dawnbreaker +Colossal Tower Shield +Source: Drops from unique{The Searing Exarch} +Requires Level 67, 159 Str +Implicits: 1 +IncreasedLifeImplicitShield1 +LocalIncreasedPhysicalDamageReductionRatingPercentUnique__25 +AdditionalBlockChanceUnique__9 +AttackBlockPerFireDamageTakenUnique__1 +(10–20)% of Cold Damage taken as Fire +(10–20)% of Lightning Damage taken as Fire +(10–20)% of Physical Damage taken as Fire +ScorchOnEnemiesOnBlockUnique__1 +]],[[ Lioneye's Remorse Pinnacle Tower Shield Variant: Pre 2.6.0 Variant: Pre 3.0.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 70, 159 Str Implicits: 1 -{variant:3}IncreasedLifeImplicitShield2 -LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1 +{variant:3,4}IncreasedLifeImplicitShield2 +{variant:1,2,3}LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6 +{variant:4}LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1 {variant:1}IncreasedLifeUniqueHelmetDex4 -{variant:2,3}IncreasedLifeUniqueShieldStr1 +{variant:2,3,4}IncreasedLifeUniqueShieldStr1 MovementVelocityUniqueShieldStr1 20% increased Stun Recovery -RangedAttackDamageReducedUniqueShieldStr1 +−25 Physical Damage taken from Projectile Attacks AdditionalBlockChanceUniqueShieldStr4 ]],[[ Lycosidae @@ -97,18 +113,21 @@ Implicits: 1 LocalIncreasedPhysicalDamageReductionRatingPercentUnique__2 IncreasedLifeImplicitShield3 AlwaysHitsUniqueGlovesDexInt4 -AdditionalBlockChanceUnique__1 +AdditionalBlockChanceUniqueShieldStrDex3__ CounterAttacksAddedColdDamageUnique__1 ]],[[ Magna Eclipsis Pinnacle Tower Shield +Variant: Pre 3.16.0 +Variant: Current Source: Vendor recipe Requires Level 70, 159 Str Implicits: 1 IncreasedLifeImplicitShield2 -LocalIncreaseSocketedGemLevelUnique__1 +LocalIncreaseSocketedGemLevelUnique__11_ TriggeredElementalAegisSkillUnique__1_ -LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1 +{variant:1}LocalIncreasedPhysicalDamageReductionRatingPercentUniqueBodyStr6 +{variant:2}LocalIncreasedArmourPercentAndStunRecoveryUniqueShieldStr1 IncreasedLifeUniqueShieldDexInt1 LocalFlatIncreasedEvasionAndEnergyShieldUnique__1 ]],[[ @@ -122,7 +141,7 @@ Variant: Current Requires Level 35, 87 Str Implicits: 1 {variant:3,4}IncreasedLifeImplicitShield2 -{variant:2,3,4}LocalIncreasedPhysicalDamageReductionRatingPercentUnique__9 +{variant:2,3,4}LocalIncreasedPhysicalDamageReductionRatingPercentUnique__15 {variant:1}IncreasedLifeUnique__80_ {variant:2,3,4}IncreasedLifeUniqueShieldStr4 IncreasedTauntDurationUniqueShieldStr4 @@ -144,8 +163,8 @@ Implicits: 1 {variant:3}IncreasedLifeImplicitShield1 LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStr2 IncreasedLifeUniqueShieldStr2 -{variant:1}-10 Physical Damage taken from Projectile Attacks -{variant:2,3}-(50-80) Physical Damage taken from Projectile Attacks +{variant:1}−10 Physical Damage taken from Projectile Attacks +{variant:2,3}−(50-80) Physical Damage taken from Projectile Attacks ArmourPercent VsProjectilesUniqueShieldStr2 +25% additional Block Chance against Projectiles ]],[[ @@ -169,19 +188,22 @@ Tukohama's Fortress Ebony Tower Shield Variant: Pre 3.0.0 Variant: Pre 3.7.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 61, 159 Str Implicits: 1 -{variant:2,3}IncreasedLifeImplicitShield2 +{variant:2,3,4}IncreasedLifeImplicitShield2 TotemDamageUnique__1_ IncreasedLifeUniqueHelmetDex4 Can have up to 1 additional Totem summoned at a time ArmourPerTotemUnique__1 BloodMagic -{variant:3}KeystoneMortalConvictionUnique__1 +{variant:3}Mortal Conviction ]],[[ Replica Tukohama's Fortress Ebony Tower Shield +Variant: Pre 3.17.0 +Variant: Current League: Heist Requires Level 61, 159 Str Implicits: 1 @@ -191,16 +213,16 @@ AdditionalBrandUnique__1 CriticalStrikeChancePerBrandUnique__1___ BrandDamageUnique__1 BloodMagic -KeystoneMortalConvictionUnique__1 +{variant:1}Mortal Conviction ]], -- Shield: Evasion [[ Atziri's Mirror Golden Buckler -Upgrade: Upgrades to unique{Atziri's Reflection} via prophecy{The Queen's Sacrifice} +Upgrade: No longer obtainable Variant: Pre 2.0.0 Variant: Pre 3.0.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 54, 130 Dex Implicits: 1 {variant:3}MovementVelocityImplicitShield2 @@ -215,7 +237,7 @@ ReflectCurses ]],[[ Atziri's Reflection Golden Buckler -Source: Upgraded from unique{Atziri's Mirror} via prophecy{The Queen's Sacrifice} +Source: Drops from unique{Atziri, Queen of the Vaal} in normal{The Alluring Abyss} Requires Level 68, 130 Dex Implicits: 1 MovementVelocityImplicitShield2 @@ -229,27 +251,28 @@ CurseEffectivenessUnique__2_ ]],[[ Chalice of Horrors War Buckler -Upgrade: Upgrades to unique{Thirst for Horrors} via prophecy{Mouth of Horrors} Variant: Pre 2.6.0 Variant: Pre 3.0.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 29, 74 Dex Implicits: 1 -{variant:3}MovementVelocityImplicitShield3 +{variant:3,4}MovementVelocityImplicitShield3 IncreaseSocketedCurseGemLevelUniqueShieldDex4 LocalIncreasedEvasionRatingPercentUniqueShieldDex4 -{variant:2,3}IncreasedLifeUnique__33 -{variant:2,3}LocalIncreasedEnergyShieldUnique__10 -100% increased Curse Duration +{variant:2,3,4}IncreasedLifeUnique__33 +{variant:2,3,4}LocalIncreasedEnergyShieldUnique__10 +{variant:1,2,3}100% increased Curse Duration +{variant:4}LifeLeechVsCursedEnemiesUnique__1 AdditionalBlockChanceUniqueShieldStr4 ChanceForEnemyToFleeOnBlockUniqueShieldDex4 ]],[[ Thirst for Horrors War Buckler -Source: Upgraded from unique{Chalice of Horrors} using prophecy{Mouth of Horrors} +Source: No longer obtainable Variant: Pre 2.6.0 Variant: Pre 3.0.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 32, 74 Dex Implicits: 1 {variant:3}MovementVelocityImplicitShield3 @@ -286,12 +309,11 @@ Implicits: 1 {variant:2}MovementVelocityImplicitShield1 AddedPhysicalDamageUniqueShieldDex6 IncreasedAttackSpeedUniqueShieldDex6 -IncreasedLifeUniqueShieldDex6 +IncreasedLifeUniqueShieldStrDex7 (8-12)% Chance to Block Spells ]],[[ Kaltenhalt Painted Buckler -Upgrade: Upgrades to unique{Kaltensoul} via prophecy{The Snuffed Flame} Variant: Pre 1.0.0 Variant: Pre 2.6.0 Variant: Pre 3.0.0 @@ -309,10 +331,10 @@ AdditionalBlockChanceUniqueShieldStr4 ]],[[ Kaltensoul Painted Buckler -Source: Upgraded from unique{Kaltenhalt} using prophecy{The Snuffed Flame} +Source: No longer obtainable Variant: Pre 2.6.0 Variant: Pre 3.0.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 16, 44 Dex Implicits: 1 {variant:3}MovementVelocityImplicitShield2 @@ -361,7 +383,7 @@ Implicits: 1 {variant:3,4}MovementVelocityImplicitShield2 {variant:1}LocalIncreaseSocketedWarcryGemLevelUniqueShieldStr4 {variant:1}IncreasedChaosDamageUniqueShieldDex7 -{variant:2,3,4}LocalIncreasedEvasionRatingPercentUniqueDexHelmet2 +{variant:2,3,4}(80-100)% Increased Evasion Rating ColdResistUniqueShieldDex7 10% increased Area of Effect of Area Skills {variant:1}OnslaughtOnKillingTauntedEnemyUniqueShieldDex7 @@ -433,7 +455,7 @@ Variant: Armour during Soul Gain Prevention Variant: Level of Socketed Support Gems Requires Level 68, 159 Int SpellDamageUnique__10 -LocalIncreasedEnergyShieldPercentUnique__13 +LocalIncreasedEnergyShieldPercentUnique__21 SpectreIncreasedLifeUnique__1 GainArcaneSurgeOnCritUnique__1 SpectresGainArcaneSurgeWhenYouDoUnique__1_ @@ -477,7 +499,7 @@ Source: Drops in Esh Breach or from unique{Esh, Forked Thought} Upgrade: Upgrades to unique{Esh's Visage} using currency{Blessing of Esh} Requires Level 53, 128 Int IntelligenceUniqueShieldInt4 -IncreasedLifeUnique__36_ +IncreasedLifeUnique__111__ LocalIncreasedEnergyShieldPercentUnique__7 LightningResistUnique__7 AddedLightningDamagePerShockedEnemyKilledUnique__1 @@ -488,16 +510,19 @@ Vaal Spirit Shield League: Breach Source: Upgraded from unique{Esh's Mirror} using currency{Blessing of Esh} Variant: Pre 3.0.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 62, 159 Int Implicits: 2 {variant:1}5% increased Spell Damage -{variant:2}SpellDamageImplicitShield1 -IncreasedLifeUnique__36_ +{variant:2,3}SpellDamageImplicitShield1 +{variant:1,2}IncreasedLifeUnique__111__ +{variant:3}IncreasedLifeUnique__36_ LocalIncreasedEnergyShieldPercentUnique__9 -LightningResistUnique__16 +LightningResistUnique__8 ChaosResistUnique__4 -ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1 +{variant:1,2}Chaos Damage does not bypass Energy Shield while not on Low Life or Low Mana +{variant:3}Chaos Damage does not bypass Energy Shield while not on Low Life ReflectsShockToEnemiesInRadiusUnique__1 ]],[[ The Eternal Apple @@ -522,7 +547,7 @@ Requires Level 41, 100 Int Implicits: 2 {variant:1}15% increased Spell Damage {variant:2,3,4}SpellDamageImplicitShield3 -{variant:1,2}Socketed Trap Skills create a Smoke Cloud when triggered +{Variant:1,2}Socketed Trap Skills create a Smoke Cloud when triggered {variant:3,4}CreateSmokeCloudWhenTrapTriggeredUnique__1 IntelligenceUniqueShieldInt4 {variant:1,2}LocalIncreasedEnergyShieldPercentUnique__27 @@ -544,7 +569,7 @@ Implicits: 2 SpellCriticalStrikeChanceUnique__3 {variant:1,2}LocalIncreasedEnergyShieldPercentAndStunRecoveryUniqueBootsInt3 {variant:3}LocalIncreasedEnergyShieldPercentUnique__8 -{variant:1,2}AdditionalBlockChanceUnique__1 +{variant:1,2}AdditionalBlockChanceUniqueShieldStrDex3__ {variant:3}AdditionalBlockChanceUnique__3 {variant:3}SpellAddedColdDamageUnique__5 +1% to Critical Strike Multiplier per 1% Block Chance @@ -582,7 +607,6 @@ equal to 25% of Sacrificed Mana for 4 seconds ]],[[ Matua Tupuna Tarnished Spirit Shield -Source: Upgrades to unique{Whakatutuki o Matua} via prophecy{The Mentor} Variant: Pre 3.0.0 Variant: Current Requires Level 23, 60 Int @@ -598,7 +622,7 @@ GroundTarOnCritTakenUniqueShieldInt2 ]],[[ Whakatutuki o Matua Tarnished Spirit Shield -Source: Upgraded from unique{Matua Tupuna} via prophecy{The Mentor} +Source: Drops from any endgame map boss Requires Level 63, 60 Int Implicits: 1 SpellDamageImplicitShield1 @@ -635,7 +659,7 @@ Requires Level 49, 118 Int Implicits: 1 SpellDamageImplicitShield2 NoEnergyShieldUnique__1 -IncreasedLifeUnique__36_ +IncreasedLifeUnique__111__ IncreasedManaUnique__21 AddedFireDamagePer100LowestOfLifeOrManaUnique__1 ImmuneToElementalAilmentsWhileLifeAndManaCloseUnique__1 @@ -671,7 +695,7 @@ LocalIncreasedArmourAndEvasionUniqueShieldStrDex1 {variant:1}LightningResistUniqueShieldInt3 {variant:2,3}AllResistancesUniqueHelmetStrInt1 {variant:1,2}+36% chance to Block Spell Damage while on Low Life -{variant:3}SpellBlockPercentageOnLowLifeUniqueShieldStrDex1_ +{variant:3}+30% chance to Block Spell Damage while on Low Life AdditionalBlockChanceUniqueShieldStrDex1 {variant:2,3}20% chance to Block Spells if you've Blocked an Attack Recently {variant:2,3}20% chance to Block Attacks if you've Blocked a Spell Recently @@ -692,6 +716,8 @@ VulnerabilityOnBlockUniqueShieldStrDex3 ]],[[ The Ghastly Theatre Teak Round Shield +Variant: Pre 3.16.0 +Variant: Current League: Heist Requires Level 58, 74 Str, 74 Dex Implicits: 1 @@ -699,11 +725,23 @@ BlockRecoveryImplicitShield3 LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7 TriggeredPhysicalAegisSkillUnique__1 340% increased Armour and Evasion -33% chance to avoid Bleeding +{variant:1}(30-50)% chance to avoid Bleeding +{variant:2}Bleeding cannot be Inflicted on You 12% increased Attack and Cast Speed while Physical Aegis is depleted 50% increased Critical Strike Chance while Physical Aegis is depleted NearbyEnemiesAreBlindedPhysicalAegisUnique__1 ]],[[ +The Oppressor +Elegant Round Shield +Requires Level 70, 85 Str, 85 Dex +Implicits: 1 +BlockRecoveryImplicitShield2 +SpellDamageSuppressedUnique__2 +ChanceToSuppressSpellsUnique__1_ +LocalIncreasedArmourAndEvasionUnique__4 +AdditionalBlockChanceUnique__8_ +BaseBlockDamageTakenUnique__1___ +]],[[ Shattershard Crimson Round Shield League: Heist @@ -714,10 +752,22 @@ LocalIncreasedArmourAndEvasionUnique__15_ IncreasedLifeUniqueHelmetDex4 AdditionalBlockChanceUnique__7__ ]],[[ +The Squire +Elegant Round Shield +Requires Level 70, 85 Str, 85 Dex +Implicits: 1 +BlockRecoveryImplicitShield2 +HasThreeSocketsUnique__1_ +AllSocketsAreWhiteUniqueShieldStrDex7_ +IncreaseSocketedSupportGemQualityUnique__1___ +SupportGemsSocketedInOffHandAlsoSupportMainHandSkills +LocalIncreasedArmourAndEvasionUniqueShieldStrDex4 +AdditionalBlockChanceUniqueShieldStrDex3__ +]],[[ Vix Lunaris Cardinal Round Shield Requires Level: 66, 85 Str, 85 Dex -LocalIncreaseSocketedGemLevelUnique__1 +LocalIncreaseSocketedGemLevelUnique__11_ TriggeredColdAegisSkillUnique__1 LocalIncreasedArmourAndEvasionUnique__4 IncreasedLifeUniqueShieldDexInt1 @@ -725,12 +775,15 @@ CannotBeFrozenUnique__1 ]],[[ Wheel of the Stormsail Rotted Round Shield +Variant: Pre 3.16.0 +Variant: Current Requires Level 5 Implicits: 1 BlockRecoveryImplicitShield1 LocalIncreasedPhysicalDamageReductionRatingUniqueShieldStrDex2 ItemFoundRarityIncreaseUniqueShieldStrDex2 -25% increased Curse Duration +{variant:1}25% increased Curse Duration +{variant:2}100% increased Curse Duration IncreasedSelfCurseDurationUniqueShieldStrDex2 AdditionalBlockChanceUniqueShieldStr4 ]], @@ -766,8 +819,8 @@ ChaosDamageLifeLeechPermyriadUniqueShieldStrInt8 {variant:2}5% Chance to Block {variant:1}IncreasedDamageOnZeroEnergyShieldUniqueShieldStrInt8 {variant:2,3}IncreasedArmourOnZeroEnergyShieldUnique__1 -{variant:1}UnholyMightOnBlockChanceUniqueShieldStrInt8 -{variant:2}UnholyMightOnBlockChanceUnique__1 +{variant:1}30% Chance to gain Unholy Might on Block for 3 seconds +{variant:2}Gain Unholy Might on Block for 10 seconds {variant:3}UnholyMightOnZeroEnergyShieldUnique__1 ProfaneGroundInsteadOfConsecratedGround__1_ ]],[[ @@ -779,7 +832,7 @@ SpellBlockPercentageUnique__3_ LocalIncreasedArmourAndEnergyShieldUniqueShieldStrInt4 MaximumLifeUnique__20___ CannotBlockWithNoEnergyShieldUnique__1 -DamageBypassEnergyShieldBlockUnique__1 +Damage from Blocked Hits cannot bypass Energy Shield Damage from Unblocked hits always bypasses Energy Shield KeystoneGlancingBlowsUnique__1___ ]],[[ @@ -788,7 +841,7 @@ Archon Kite Shield Requires Level: 68, 85 Str, 85 Int Implicits: 1 AllResistancesImplicitShield3 -LocalIncreaseSocketedGemLevelUnique__1 +LocalIncreaseSocketedGemLevelUnique__11_ TriggeredFireAegisSkillUnique__1_ LocalIncreasedArmourAndEnergyShieldUnique__8 IncreasedLifeUniqueShieldDexInt1 @@ -798,15 +851,17 @@ Prism Guardian Archon Kite Shield Variant: Pre 1.1.0 Variant: Pre 2.0.0 +Variant: Pre 3.16.0 Variant: Current Requires Level 68, 85 Str, 85 Int Implicits: 2 {variant:1}+24% to all Elemental Resistances -{variant:2,3}AllResistancesImplicitShield3 +{variant:2,3,4}AllResistancesImplicitShield3 {variant:1,2}+1 to Level of Aura Gems in this item -{variant:3}LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2 +{variant:3,4}LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2 SocketedemsHaveBloodMagicUniqueShieldStrInt2 -SocketedItemsHaveReducedReservationUniqueShieldStrInt2 +{variant:1,2,3}Socketed Gems have 50% increased Mana Reservation Efficiency +{variant:4}SocketedItemsHaveReducedReservationUniqueShieldStrInt2 DexterityUniqueShieldStrInt2 AllResistancesUniqueShieldStrInt2 ]],[[ @@ -860,7 +915,6 @@ CannotBlockAttacks ]],[[ Springleaf Plank Kite Shield -Upgrade: Upgrades to unique{The Oak} via prophecy{Nature's Resilience} Variant: Pre 1.1.0 Variant: Pre 2.0.0 Variant: Pre 2.6.0 @@ -870,7 +924,7 @@ Implicits: 2 {variant:1}AllResistancesImplicitShield2 {variant:2,3,4}AllResistancesImplicitShield1 LocalIncreasedArmourAndEnergyShieldUnique__16 -ReducedFreezeDurationUniqueShieldStrInt3 +50% reduced Freeze Duration on You {variant:3}1% of Life Regenerated per Second {variant:4}3% of Life Regenerated per Second {variant:1,2}6% of Life Regenerated per Second while on Low Life @@ -879,15 +933,15 @@ ReducedFreezeDurationUniqueShieldStrInt3 ]],[[ The Oak Plank Kite Shield -Source: Upgraded from unique{Springleaf} using prophecy{Nature's Resilience} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 40 Implicits: 1 AllResistancesImplicitShield1 LocalIncreasedArmourAndEnergyShieldUnique__16 IncreasedLifeUnique__22 -ReducedFreezeDurationUniqueShieldStrInt3 +50% reduced Freeze Duration on You {variant:1}1% of Life Regenerated per Second {variant:2}3% of Life Regenerated per Second {variant:1}5% of Life Regenerated per Second while on Low Life @@ -902,7 +956,7 @@ Implicits: 1 AllResistancesImplicitShield3 HarbingerSkillOnEquipUnique__3 IncreasedLifeUniqueShieldDexInt1 -AllResistancesUnique__2 +AllResistancesUniqueBootsStr1 GainManaOnBlockUnique__1 AdditionalBlockChanceUniqueShieldStr4 (50-70)% increased Damage with Channelling Skills @@ -916,7 +970,7 @@ Implicits: 1 AllResistancesImplicitShield3 HarbingerSkillOnEquipUnique2__3 IncreasedLifeUniqueShieldDexInt1 -AllResistancesUnique__2 +AllResistancesUniqueBootsStr1 GainManaOnBlockUnique__1 AdditionalBlockChanceUniqueShieldStr4 (50-70)% increased Damage with Channelling Skills @@ -941,7 +995,7 @@ Variant: Current Requires Level 50, 64 Str, 64 Int Implicits: 1 AllResistancesImplicitShield2 -IncreasedLifeUniqueShieldDex6 +IncreasedLifeUniqueShieldStrDex7 LightningResistUnique__2 ChaosResistUnique__1 {variant:1}10% increased Radius of Aura Skills @@ -955,7 +1009,7 @@ League: Heist Requires Level 50, 64 Str, 64 Int Implicits: 1 AllResistancesImplicitShield2 -IncreasedLifeUniqueShieldDex6 +IncreasedLifeUniqueShieldStrDex7 LightningResistUnique__2 ChaosResistUnique__1 AuraEffectUniqueShieldInt2 @@ -966,15 +1020,18 @@ GrantsAlliesFrenzyChargeOnKillUnique__1_ [[ Font of Thunder Mirrored Spiked Shield +Variant: 3.16.0 +Variant: Current League: Heist Requires Level 66, 85 Dex, 85 Int Implicits: 1 ChanceToDodgeImplicitShield2 -LocalIncreasedEvasionAndEnergyShieldUnique__9 +{variant:1}LocalIncreasedEvasionAndEnergyShieldUnique__9 +{variant:2}LocalIncreasedEvasionAndEnergyShieldUnique__25 ManaRegenerationUnique__12 ChanceToBeShockedUnique__2 -ColdHitAndDoTDamageTakenAsLightningUnique__1 -FireHitAndDoTDamageTakenAsLightningUnique__1 +40% of Cold Damage taken as Lightning +40% of Fire Damage taken as Lightning ]],[[ Glitterdisc Burnished Spiked Shield @@ -983,7 +1040,7 @@ Variant: Current Requires Level 27, 36 Dex, 36 Int Implicits: 2 {variant:1}AttackerTakesDamageShieldImplicit3 -{variant:2}4% chance to Dodge Attacks +{variant:2}ChanceToDodgeImplicitShield2 LocalIncreasedEvasionAndEnergyShieldUnique__1 IncreasedLifeUniqueShieldStr2 IncreasedEnergyShieldUnique___1 @@ -1000,13 +1057,13 @@ Variant: Current Requires Level 70, 85 Dex, 85 Int Implicits: 2 {variant:1,2}AttackerTakesDamageShieldImplicit12 -{variant:3,4}4% chance to Dodge Spell Damage +{variant:3,4}ChanceToDodgeImplicitShield2 {variant:1,2,3}Grants level 20 Bear Trap Skill {variant:4}GrantsBearTrapUniqueShieldDexInt1 TrapDamageUniqueShieldDexInt1 (15-25)% increased Physical Damage IncreasedLifeUniqueShieldDexInt1 --(14-18) Physical Damage taken from Attacks +−(14-18) Physical Damage taken from Attacks {variant:1}15% chance to gain a Power Charge on Throwing a Trap {variant:2,3,4}25% chance to gain a Power Charge on Throwing a Trap ]],[[ @@ -1017,7 +1074,7 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 66, 85 Dex, 85 Int Implicits: 1 -4% chance to Dodge Attacks +ChanceToDodgeImplicitShield2 {variant:1}LocalIncreasedEvasionAndEnergyShieldUnique__7 {variant:2}LocalIncreasedEvasionAndEnergyShieldUnique__9 IncreasedLifeUniqueShieldDexInt1 @@ -1033,10 +1090,10 @@ Variant: Current Requires Level 45, 58 Dex, 58 Int Implicits: 2 {variant:1}AttackerTakesDamageShieldImplicit6 -{variant:2,3}2% chance to Dodge Spell Damage +{variant:2,3}ChanceToDodgeImplicitShield1 IncreasedAttackSpeedUniqueShieldDexInt2 MaximumLifeUniqueShieldDexInt2 -AllResistancesUniqueShieldDexInt2 +−50% to all Elemental Resistances 10% increased Area of Effect of Area Skills {variant:1,2}Nearby allies Recover 2% of your Maximum Life when you Die {variant:3}HealAlliesOnDeathUniqueShieldDexInt2 @@ -1047,7 +1104,7 @@ League: Synthesis Source: Drops from unique{Altered/Augmented/Rewritten/Twisted Synthete} Requires Level 62, 85 Dex, 85 Int Implicits: 1 -ChanceToDodgeSpellsImplicitShield1 +ChanceToDodgeImplicitShield1 LocalIncreaseSocketedLightningGemLevelUnique__1 TriggeredLightningAegisSkillUnique__1 IncreasedAttackSpeedUnique__3_ @@ -1061,7 +1118,7 @@ Sovereign Spiked Shield League: Ritual Requires Level 54, 70 Dex, 70 Int Implicits: 1 -ChanceToDodgeSpellsImplicitShield2 +ChanceToDodgeImplicitShield2 LocalIncreasedEvasionAndEnergyShieldUnique__32_ DamageOverTimeMultiplierIfCrit8SecondsUnique__1_ (2.0-2.5)% of Life Regenerated per Second if you've dealt a Critical Strike in the past 8 seconds @@ -1075,7 +1132,7 @@ Implicits: 1 ChanceToDodgeImplicitShield2 SpellDamageUnique__7 IncreasedEnergyShieldImplicitBelt2 -IncreasedLifeUniqueShieldDex6 +IncreasedLifeUniqueShieldStrDex7 AreaOfEffectPerEnemyKilledRecentlyUnique__1 ZealotsOathIfHaventBeenHitRecentlyUnique__1 ]], diff --git a/src/Data/Uniques/Special/staff.lua b/src/Data/Uniques/Special/staff.lua index 46b95e2a80..798187b302 100644 --- a/src/Data/Uniques/Special/staff.lua +++ b/src/Data/Uniques/Special/staff.lua @@ -47,7 +47,7 @@ Implicits: 2 {variant:2}LocalIncreaseSocketedLightningGemLevelUniqueStaff8 IntelligenceUniqueStaff8 LightningDamagePercentUniqueStaff8 -MaximumLightningResistUniqueStaff8c ++5% to Maximum Lightning Resistance IncreasedStrengthRequirementUniqueStaff8 LightningPenetrationUniqueStaff8 ]],[[ @@ -67,6 +67,15 @@ SpellAddedLightningDamageTwoHandUniqueStaff8d IncreasedStrengthRequirementUniqueStaff8 LightningPenetrationUniqueStaff8 ]],[[ +The Annihilating Light +Quarterstaff +Source: Drops from unique{The Searing Exarch} +Requires Level 68, 78 Str, 78 Int +Implicits: 1 +StaffBlockPercentImplicitStaff1 +IncreasedElementalResistancesUnique__2_ +ElementalSkillsTripleDamageUnique__1 +]],[[ Atziri's Rule Judgement Staff Requires Level 68, 113 Str, 113 Int @@ -102,13 +111,6 @@ LocalIncreasedAttackSpeedUniqueStaff9 FlammabilityOnBlockChanceUnique__1 ReflectFireDamageOnBlockUnique__1___ ]],[[ -Cane of Kulemak -Serpentine Staff -Requires Level 68, 85 Str, 85 Int -Implicits: 1 -StaffBlockPercentImplicitStaff2 -LocalVeiledModEffectUnique__1 -]],[[ Cane of Unravelling Ezomyte Staff Variant: Pre 3.5.0 @@ -123,7 +125,7 @@ LocalIncreaseSocketedChaosGemLevelUnique__1 {variant:2,3}IncreasedChaosDamageUnique__4_2 {variant:2,3}ChaosNonAilmentDamageOverTimeMultiplierUnique__1 IncreasedCastSpeedPerPowerChargeUnique__1 -PowerChargeOnManaSpentUnique__1 +Gain a Power Charge after spending a total of 200 Mana 2 Mana Regenerated per Second per Power Charge ]],[[ Disintegrator @@ -221,13 +223,13 @@ Variant: Current Requires Level 66, 113 Str, 113 Int Implicits: 1 18% Chance to Block Attack Damage while wielding a Staff -{variant:1}SupportedByLifeLeechUnique__1 +{variant:1}Socketed Gems are supported by level 10 Life Leech {variant:2}SupportedByChanceToBleedUnique__1 HarbingerSkillOnEquipUnique__6 5% Chance to Block Attack Damage while wielding a Staff {variant:2}CriticalBleedDotMultiplierUnique__1_ LocalAddedPhysicalDamageUnique__28 -CriticalStrikeChanceUniqueBow9 +LocalCriticalStrikeChanceUnique__10 ]],[[ The Yielding Mortality Imperial Staff @@ -241,7 +243,7 @@ HarbingerSkillOnEquipUnique2_6 StaffBlockPercentUnique__4_ CriticalBleedDotMultiplierUnique__1_ LocalAddedPhysicalDamageUnique__28 -CriticalStrikeChanceUniqueBow9 +LocalCriticalStrikeChanceUnique__10 ]],[[ Femurs of the Saints Primordial Staff @@ -253,7 +255,7 @@ Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2,3}StaffBlockPercentImplicitStaff1 LocalIncreaseSocketedMinionGemLevelUnique__4 -{variant:3}MinionDamageUnique__7 +{variant:3}MinionDamageUnique__3_ {variant:3}AttackBlockPerSkeletonUnique__1 {variant:1,2}MinionAttackAndCastSpeedPerSkeleton__1 {variant:1,2}Minions Regenerate (1.5-2.5)% Life per Second @@ -265,13 +267,12 @@ LocalIncreaseSocketedMinionGemLevelUnique__4 ]],[[ Fencoil Gnarled Branch -Upgrade: Upgrades to unique{Mirebough} via prophecy{Trapped in the Tower} Variant: Pre 2.6.0 Variant: Current Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff -DisplaySupportedByTrapUniqueStaff4 +Socketed Gems are Supported by level 8 Trap (40-50)% increased Damage MaximumLifeUniqueStaff4 MaximumManaUniqueStaff4 @@ -298,18 +299,18 @@ LocalIncreasedPhysicalDamagePercentUniqueClaw1 (0-50)% of Physical Damage Converted to Lightning Damage ReflectElementalAilmentsToSelfUnique__1 ElementalDamageLuckyWhileShockedUnique__1__ -Damage Penetrates (8-10)% Elemental Resistances while you are Chilled -Gain (30-40)% of Physical Damage as Extra Damage of a random Element while you are Ignited +ElementalPenetrationWhileChilledUnique__1___ +PhysicalDamageAddedAsRandomWhileIgnitedUnique__1 ]],[[ Mirebough Gnarled Branch -Source: Upgraded from unique{Fencoil} via prophecy{Trapped in the Tower} +Source: No longer obtainable Requires Level 32 Implicits: 1 18% Chance to Block Attack Damage while wielding a Staff DisplaySupportedByTrapUnique__1 SupportedByClusterTrapUnique__1 -SupportedByTrapAndMineDamageUnique__1 +Socketed Gems are Supported by Level 16 Trap and Mine Damage MaximumManaUniqueStaff4 MaximumLifeUniqueStaff4 (40-50)% increased Damage @@ -362,7 +363,7 @@ Implicits: 1 {variant:1}Adds (130-150) to (200-250) Fire Damage to Spells {variant:2}Adds (230-250) to (300-350) Fire Damage to Spells {variant:3}BattlemageKeystoneUnique__1 -DisplayGrantsVengeanceUnique__1 +Grants level 15 Vengeance Skill {variant:1}100% increased Fire Damage if you have been Hit Recently {variant:2,3}FireDamagePercentUnique__12___ ImmuneToFreezeAndChillWhileIgnitedUnique__1 @@ -393,14 +394,13 @@ Implicits: 3 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff {variant:3,4}20% Chance to Block Spell Damage while wielding a Staff -SupportedByEchoUniqueStaff6 +Socketed Gems are Supported by level 30 Greater Spell Echo SpellDamageUniqueStaff6 {variant:1,2,3}100% increased maximum Mana {variant:4}MaximumManaUniqueStaff6 ]],[[ Realmshaper Iron Staff -Upgrade: Upgrades to unique{Realm Ender} via prophecy{The Beginning and the End} Variant: Pre 2.6.0 Variant: Current Requires Level 18, 35 Str, 35 Int @@ -409,16 +409,16 @@ Implicits: 2 {variant:2}18% Chance to Block Attack Damage while wielding a Staff LocalIncreaseSocketedFireGemLevelUniqueStaff13 LocalIncreaseSocketedColdGemLevelUniqueStaff13 -ItemActsAsColdToFireSupportUniqueStaff13 +Socketed Gems are Supported by level 5 Cold to Fire LocalAddedFireDamageUniqueStaff13 LocalAddedColdDamageUniqueStaff13 ElementalDamageUniqueStaff13 ]],[[ Realm Ender Iron Staff -Source: Upgraded from unique{Realmshaper} using prophecy{The Beginning and the End} +Source: No longer obtainable Variant: Pre 2.6.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 40, 35 Str, 35 Int Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff @@ -426,7 +426,7 @@ Implicits: 2 LocalIncreaseSocketedFireGemLevelUniqueStaff13 LocalIncreaseSocketedColdGemLevelUniqueStaff13 LocalIncreaseSocketedElementalGemUnique___1 -ItemActsAsColdToFireSupportUniqueStaff13 +Socketed Gems are Supported by level 5 Cold to Fire LocalAddedFireDamageUniqueStaff13 LocalAddedColdDamageUniqueStaff13 ElementalDamageUniqueStaff13 @@ -469,8 +469,8 @@ Requires Level 49, 85 Str, 85 Int Implicits: 2 {variant:1}18% Chance to Block Attack Damage while wielding a Staff {variant:2}20% Chance to Block Attack Damage while wielding a Staff -AllAttributesUniqueStaff10 -AllResistajcesUniqueStaff10 ++(15-20) to All Attributes ++(5-7)% to All Elemental Resistances IncreasedProjectileDamageUniqueStaff10 LightRadiusUniqueStaff10_ SocketedGemsAdditionalProjectilesUniqueStaff10_ @@ -485,16 +485,15 @@ Requires Level 62, 113 Str, 113 Int Implicits: 2 {variant:1}StaffBlockPercentImplicitStaff1 {variant:2}StaffBlockPercentImplicitStaff2 -TriggerSummonPhantasmOnCorpseConsumeUnique__1 +Trigger Level 20 Summon Phantasm Skill when you Consume a Corpse SpellDamageUnique__8_ IncreasedCastSpeedUniqueWand7 ManaRegenerationUnique__9___ MinionAddedPhysicalDamageUnique__1 -LifeRegenerationIfCorpseConsumedRecentlyUnique__1 +If you Consumed a Corpse Recently, you and nearby Allies regenerate 5% of Life per second ]],[[ The Stormheart Royal Staff -Upgrade: Upgrades to unique{The Stormwall} via prophecy{The Storm Spire} Variant: Pre 2.6.0 Variant: Current Requires Level 28, 51 Str, 51 Int @@ -505,13 +504,13 @@ LocalIncreasedPhysicalDamagePercentUniqueStaff14 LocalAddedColdDamageUniqueStaff14 LocalAddedLightningDamageUniqueStaff14 LocalCriticalStrikeChanceUniqueStaff14 -{variant:1}CannotBeShockedWhileFrozenUniqueStaff14 +{variant:1}You Cannot Be Shocked While Frozen {variant:2}You Cannot Be Shocked While Chilled {variant:2}ChanceToShockChilledEnemiesUnique__1 ]],[[ The Stormwall Royal Staff -Source: Upgraded from unique{The Stormheart} via prophecy{The Storm Spire} +Source: Drops from any endgame map boss Requires Level 60, 51 Str, 51 Int Implicits: 1 18% Chance to Block Attack Damage while wielding a Staff @@ -571,7 +570,7 @@ Implicits: 2 {variant:1}12% Chance to Block Attack Damage while wielding a Staff {variant:2}18% Chance to Block Attack Damage while wielding a Staff LocalIncreaseSocketedSupportGemLevelUniqueStaff12 -IcestormUniqueStaff12 +Grants level 1 Icestorm Skill IncreasedCastSpeedUniqueStaff12 SpellDamagePerIntelligenceUniqueStaff12 PercentageIntelligenceUniqueStaff12_ @@ -597,8 +596,8 @@ Implicits: 2 LocalIncreaseSocketedGemLevelUnique___3 15% Chance to Block SpellDamageUnique__2 -IncreasedEnergyShieldUnique__3 ++(70-100) to Maximum Energy Shield AttackerTakesLightningDamageUnique___1 -EnergyShieldRechargeOnBlockUnique__1 +20% Chance for Energy Shield Recharge to Start when you Block ]], } diff --git a/src/Data/Uniques/Special/sword.lua b/src/Data/Uniques/Special/sword.lua index 577ed947e6..826de1bec6 100644 --- a/src/Data/Uniques/Special/sword.lua +++ b/src/Data/Uniques/Special/sword.lua @@ -44,7 +44,7 @@ Implicits: 2 {variant:1}Adds (15-30) to (35-50) Physical Damage {variant:2}Adds (20-40) to (55-70) Physical Damage {variant:3,4}LocalAddedPhysicalDamageUniqueOneHandSword9 -LocalIncreasedAttackSpeedUniqueOneHandSword9 +LocalIncreasedAttackSpeedUniqueOneHandSword11 IncreasedEvasionRatingUniqueOneHandSword9 MovementVelocityUniqueOneHandSword9 {variant:1,2,3}+(180-200) to Accuracy Rating @@ -78,8 +78,8 @@ Implicits: 2 IntelligenceUniqueOneHandSword2 CriticalStrikeChanceUniqueOneHandSword2 ManaLeechPermyriadUniqueOneHandSword2 -MaximumLifeUniqueOneHandSword2 -IncreasedEnergyShieldPercentUniqueOneHandSword2 +10% reduced Maximum Life +(40-50)% increased Maximum Energy Shield ]],[[ The Goddess Scorned Elegant Sword @@ -131,7 +131,7 @@ Implicits: 1 IncreasedAccuracySwordImplicit9 {variant:1}LocalIncreasedPhysicalDamagePercentUnique__17_ {variant:2}LocalIncreasedPhysicalDamagePercentUnique__30 -LocalIncreasedAttackSpeedUniqueSceptre9 +LocalIncreasedAttackSpeedUnique__25 IncreasedArmourWhileStationaryUnique__1 2 additional Projectiles if you've been Hit Recently KeystonePointBlankUnique__1 @@ -171,8 +171,8 @@ LocalAddedPhysicalDamageUniqueOneHandSword11 {variant:1}LocalIncreasedPhysicalDamagePercentUniqueOneHandSword13 {variant:2}LocalIncreasedPhysicalDamageUniqueOneHandSword11 {variant:1}LocalIncreasedAttackSpeedUniqueTwoHandSword6 -{variant:2}LocalIncreasedAttackSpeedUniqueOneHandSword9 -IncreasedManaReservationsCostUniqueOneHandSword11 +{variant:2}LocalIncreasedAttackSpeedUniqueOneHandSword11 +ManaReservationEfficiencyUniqueOneHandSword11 CannotBeBuffedByAlliedAurasUniqueOneHandSword11 AurasCannotBuffAlliesUniqueOneHandSword11 IncreasedBuffEffectivenessUniqueOneHandSword11 @@ -185,7 +185,7 @@ Requires Level 47, 81 Str, 81 Dex Implicits: 2 {variant:1}18% increased Accuracy Rating {variant:2}IncreasedAccuracySwordImplicit5 -LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 LocalIncreasedAttackSpeedUnique__14 ChaosDamageLifeLeechPermyriadUnique__1 PhysicalDamageConvertToChaosUniqueBow5 @@ -197,7 +197,7 @@ League: Heist Requires Level 47, 81 Str, 81 Dex Implicits: 1 IncreasedAccuracySwordImplicit5 -LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe1 +LocalIncreasedPhysicalDamagePercentUniqueTwoHandAxe1 ChaosDamageLifeLeechPermyriadUnique__1 PhysicalDamageConvertedToChaosUnique__2 PhysicalDamageTakenAsChaosUnique__1 @@ -244,15 +244,6 @@ PhysicalDamageToAttacksPerLevelUnique__2 GainHerEmbraceOnIgniteUnique__1 TakeDamagePerLevelWhileHerEmbraceUnique__1_ ]],[[ -Paradoxica -Vaal Rapier -League: Betrayal -Source: Drops from Bosses in Safehouse -Requires Level 66, 212 Dex -Implicits: 1 -CriticalMultiplierImplicitSword2H1 -DoubleDamageWithWeaponUnique__1 -]],[[ The Princess Sabre Variant: Pre 2.6.0 @@ -333,7 +324,6 @@ LocalIncreasedAttackSpeedOneHandSword3 ]],[[ Redbeak Rusted Sword -Upgrade: Upgrades to unique{Dreadbeak} via prophecy{The Dreaded Rhoa} Variant: Pre 2.6.0 Variant: Current Requires Level 2 @@ -345,11 +335,11 @@ LocalIncreasedPhysicalDamagePercentUniqueOneHandSword1 LocalAddedPhysicalDamageUniqueDescentOneHandSword1 LocalIncreasedAttackSpeedUniqueOneHandSword1 IncreasedLifeUniqueOneHandSword1 -LifeGainPerTargetUniqueOneHandSword7 ++2 Life Gained for each Enemy hit by Attacks ]],[[ Dreadbeak Rusted Sword -Source: Upgraded from unique{Redbeak} via prophecy{The Dreaded Rhoa} +Source: Drops from any endgame map boss Variant: Pre 3.7.0 Variant: Current Requires Level 61 @@ -390,7 +380,7 @@ Requires Level 62, 122 Str, 104 Dex Implicits: 1 AccuracyPercentImplicitSword1 HarbingerSkillOnEquipUnique__1 -LocalGrantsStormCascadeOnAttackUnique__1 +Trigger level 20 Storm Cascade when you Attack SpellDamageUnique__5 LocalIncreasedPhysicalDamagePercentUnique__27 LocalAddedLightningDamageUnique__5 @@ -458,24 +448,27 @@ MinionDamageUnique__2 MinionChaosResistanceUnique___1 {variant:1,2}Minions Poison Enemies on Hit {variant:3}MinionsPoisonEnemiesOnHitUnique__2 -Minions Recover 20% of Maximum Life on Killing a Poisoned Enemy +MinionsRecoverLifeOnKillingPoisonedEnemyUnique__1_ ]],[[ United in Dream Cutlass Source: Upgraded from unique{Severed in Sleep} using currency{Blessing of Chayula} Variant: Pre 2.6.0 Variant: Pre 3.0.0 +Variant: Pre 3.16.0 Variant: Current League: Breach Requires Level 69, 55 Str, 79 Dex Implicits: 2 {variant:1}18% increased Accuracy Rating -{variant:2,3}AccuracyPercentImplicitSword1 -GrantsEnvyUnique__2 -MinionDamageUniqueTwoHandSword4 +{variant:2,3,4}AccuracyPercentImplicitSword1 +{variant:1,2,3}Grants level 15 Envy Skill +{variant:4}Grants level 25 Envy Skill +{variant:1,2,3}MinionDamageUniqueTwoHandSword4 +{variant:4}MinionDamageUnique__3_ MinionChaosResistanceUnique__2__ {variant:1,2}Minions Poison Enemies on Hit -{variant:3}MinionsPoisonEnemiesOnHitUnique__2 +{variant:3,4}MinionsPoisonEnemiesOnHitUnique__2 MinionLeechOnPoisonedEnemiesUnique__1 ]],[[ Story of the Vaal @@ -497,7 +490,7 @@ LocalIncreasedAttackSpeedUniqueTwoHandSword6 {variant:2}LocalShockAsThoughDealingMoreDamageUnique__1 {variant:2}LocalWeaponMoreIgniteDamageUnique__1 LocalDamageConversionToRandomElementUnique__1 -Hits with this Weapon always inflict Elemental Ailments +LocalAlwaysInflictElementalAilmentsUnique__1 ]],[[ Fate of the Vaal Gemstone Sword @@ -512,7 +505,7 @@ IncreasedAccuracy2hSwordImplicit7 {variant:2}LocalIncreasedPhysicalDamagePercentUnique__34___ LocalIncreasedAttackSpeedUniqueTwoHandSword6 LocalDamageConversionToRandomElementUnique__2_ -Hits with this Weapon always inflict Elemental Ailments +LocalAlwaysInflictElementalAilmentsUnique__1 LocalElementalDamageAgainstIgnitedEnemiesUnique__1_ LocalElementalDamageAgainstFrozenEnemiesUnique__1 LocalElementalDamageAgainstShockedEnemiesUnique__1_ @@ -589,7 +582,7 @@ Implicits: 3 {variant:3}CriticalMultiplierImplicitSword2H1 LocalIncreasedPhysicalDamagePercentUnique__27 StrengthUnique__4 -IncreasedManaUnique__2 ++30 to Maximum Mana MovementVelocityUniqueIntHelmet2 ElementalDamageUnique__1 LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1 @@ -653,7 +646,7 @@ LocalAddedLightningDamageUniqueOneHandSword7 LocalIncreasedAttackSpeedUniqueOneHandSword7 LifeGainPerTargetUniqueOneHandSword7 {variant:1,2}5% Chance to Shock -{variant:3}ChanceToShockUniqueOneHandSword7 +{variant:3}(15-20)% Chance to Shock {variant:3}50% increased Herald of Thunder Buff Effect ]],[[ The Goddess Bound @@ -670,7 +663,7 @@ LocalIncreaseSocketedMeleeGemLevelUniqueRapier1 DisableOffhandSlot LocalIncreasedPhysicalDamagePercentUniqueOneHandSword4 LocalAddedFireDamageUniqueRapier1 -LocalIncreasedAttackSpeedUniqueTwoHandSword1 +LocalIncreasedAttackSpeedUniqueTwoHandSword3 CriticalStrikeChanceImplicitDaggerNew1 IncreasedEvasionRatingUniqueRapier1 ItemFoundRarityDecreaseUniqueRapier1 @@ -680,29 +673,30 @@ MovementVelocityOnLowLifeUniqueBootsDex3 [[ The Dancing Dervish Reaver Sword -Upgrade: Upgrades to unique{The Dancing Duo} via prophecy{Dance of Steel} Variant: Pre 2.6.0 Variant: Pre 3.11.0 +Variant: Pre 3.17.0 Variant: Current Requires Level 59, 82 Str, 119 Dex Implicits: 3 {variant:1}18% increased Accuracy Rating {variant:2}AccuracyPercentImplicitSword1 -{variant:3}AccuracyPercentImplicit2HSword1 +{variant:3,4}AccuracyPercentImplicit2HSword1 {variant:1,2}(160-190)% increased Physical Damage -{variant:3}LocalIncreasedPhysicalDamagePercentUnique__7 +{variant:3,4}LocalIncreasedPhysicalDamagePercentUnique__7 LocalIncreasedAttackSpeedUniqueOneHandSword7 MovementVelocityUniqueIntHelmet2 SimulatedRampageDexInt6 +{variant:4}SimulatedRampageUnique__1 DisplayManifestWeaponUnique__1 Manifested Dancing Dervish disables both weapon slots Manifested Dancing Dervish dies when Rampage ends ]],[[ The Dancing Duo Reaver Sword -Source: Upgraded from unique{The Dancing Dervish} via prophecy{Dance of Steel} +Source: No longer obtainable Variant: Pre 3.11.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 65, 82 Str, 119 Dex Implicits: 2 {variant:1}AccuracyPercentImplicitSword1 @@ -715,7 +709,6 @@ SimulatedRampageDexInt6 DisplayManifestWeaponUnique__1 Manifested Dancing Dervish disables both weapon slots Manifested Dancing Dervish dies when Rampage ends -Manifested Dancing Dervish also manifests a copy of Dancing Dervish ]],[[ Doomsower Lion Sword @@ -733,7 +726,7 @@ Implicits: 3 {variant:1,2,3}SocketedRedGemsHaveAddedFireDamageUniqueTwoHandSword8_ {variant:4,5}AttackSkillsHavePhysToExtraFireDamagePerSocketedRedGemUniqueTwoHandSword8 {variant:4,5}VaalPactIfAllSocketedGemsAreRedUniqueTwoHandSword8 -{variant:1,2,3,4}LocalIncreasedPhysicalDamagePercentUniqueBow10 +{variant:1,2,3,4}LocalIncreasedPhysicalDamagePercentUniqueDagger11 {variant:5}LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword8 {variant:1,2}Adds (50-75) to (85-110) Physical Damage {variant:3,4,5}LocalAddedPhysicalDamageUniqueTwoHandSword8 @@ -768,11 +761,11 @@ Implicits: 3 {variant:1}18% increased Accuracy Rating {variant:2}AccuracyPercentImplicitSword1 {variant:3}AccuracyPercentImplicit2HSword1 -Socketed Gems are Supported by level 1 Blood Magic +SocketedGemsGetBloodMagicUnique__1 LocalAddedPhysicalDamageUnique__15 LocalCriticalStrikeChanceUnique__4 ReflectPhysicalDamageToSelfOnHitUnique__1 -LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1 ++2 to Weapon range ]],[[ Kondo's Pride Ezomyte Blade @@ -829,7 +822,6 @@ EnduranceChargeIfAttackFreezesUnique__1 ]],[[ Queen's Decree Ornate Sword -Upgrade: Upgrades to unique{Queen's Escape} via prophecy{The Misunderstood Queen} Variant: Pre 2.6.0 Variant: Pre 3.8.0 Variant: Current @@ -849,7 +841,7 @@ MaximumMinionCountUniqueBootsStrInt2Updated ]],[[ Queen's Escape Ornate Sword -Source: Upgraded from unique{Queen's Decree} using prophecy{The Misunderstood Queen} +Source: Drops from any endgame map boss Variant: Pre 2.6.0 Variant: Pre 3.8.0 Variant: Current @@ -879,7 +871,7 @@ Implicits: 2 {variant:1}18% increased Accuracy Rating {variant:2,3}IncreasedAccuracy2hSwordImplicit5 LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword1 -LocalIncreasedAttackSpeedUniqueTwoHandSword1 +LocalIncreasedAttackSpeedUniqueTwoHandSword3 {variant:1,2}+(150-200) to Accuracy Rating {variant:3}IncreasedAccuracyUniqueTwoHandSword1 MovementVelocityUniqueTwoHandSword1 @@ -913,7 +905,7 @@ Implicits: 2 LocalIncreasedAttackSpeedUnique__19 IncreasedLifeUniqueBodyStrDexInt1 IncreasedAttackAreaOfEffectUnique__2_ -DealNoElementalDamageUnique__1 +DealNoElementalDamageUnique__2 PhysicalDamageCanShockUnique__1 Shaper Item ]],[[ @@ -930,8 +922,8 @@ Implicits: 2 {variant:2}(220-260)% increased Physical Damage {variant:3}LocalIncreasedPhysicalDamagePercentUniqueTwoHandSword3 {variant:2,3}LocalCriticalStrikeChanceUnique__8 -LocalIncreasedAttackSpeedUniqueTwoHandSword1 -ManaGainedFromEnemyDeathUniqueTwoHandSword3 +LocalIncreasedAttackSpeedUniqueTwoHandSword3 ++10 Mana Gained on Kill MovementVelocityUniqueTwoHandSword1 GainFrenzyChargeOnCriticalHit ]],[[ diff --git a/src/Data/Uniques/Special/wand.lua b/src/Data/Uniques/Special/wand.lua index f0bea3f4c4..116ebdc3a9 100644 --- a/src/Data/Uniques/Special/wand.lua +++ b/src/Data/Uniques/Special/wand.lua @@ -14,7 +14,7 @@ Implicits: 2 FireDamagePercentUniqueWand10 SpellAddedFireDamageUniqueWand10 CriticalStrikeChanceUniqueWand10 -LifeGainedOnKillingIgnitedEnemiesUniqueWand10_ ++10 Life Gained on Killing Ignited Enemies BurnDurationUniqueWand10 ]],[[ Apep's Rage @@ -52,7 +52,6 @@ ChanceToIgniteUnique__1 ]],[[ Eclipse Solaris Crystal Wand -Upgrade: Upgrades to unique{Corona Solaris} via prophecy{Blinding Light} Variant: Pre 2.2.0 Variant: Pre 2.3.0 Variant: Pre 3.10.0 @@ -63,27 +62,27 @@ Implicits: 2 {variant:3,4}SpellDamageOnWeaponImplicitWand13 {variant:1,2,3}LocalAddedPhysicalDamageUnique__4 {variant:4}LocalAddedFireDamageUnique__6 -{variant:4}IncreasedAttackSpeedUniqueShieldDex6 +{variant:4}LocalIncreasedAttackSpeedUnique__32 {variant:1}+(18-30)% to Global Critical Strike Multiplier {variant:2,3,4}CriticalMultiplierUnique__1 -LightRadiusUnique__3 +LightRadiusUnique__4 DisplayBlindAuraUnique__1 CriticalChanceAgainstBlindedEnemiesUnique__1 ]],[[ Corona Solaris Crystal Wand -Source: Upgraded from unique{Eclipse Solaris} via prophecy{Blinding Light} +Source: No longer obtainable Variant: Pre 3.10.0 -Variant: Current +Variant: Pre 3.17.0 Requires Level 63, 146 Int Implicits: 1 SpellDamageOnWeaponImplicitWand13 BlindingAuraSkillUnique__1 {variant:1}LocalAddedPhysicalDamageUnique__4 {variant:2}LocalAddedFireDamageUnique__6 -{variant:2}IncreasedAttackSpeedUniqueShieldDex6 +{variant:2}LocalIncreasedAttackSpeedUnique__32 CriticalMultiplierUnique__1 -LightRadiusUnique__3 +LightRadiusUnique__4 CriticalChanceAgainstBlindedEnemiesUnique__1 LightRadiusAppliesToAccuracyUnique__1_ AddedFireDamageAgainstBlindedEnemiesUnique__1_ @@ -114,9 +113,9 @@ IntelligenceUniqueWand2 {variant:3}MinionRunSpeedUniqueWand2 {variant:1,2}Minions deal (10-30)% increased Damage {variant:3}MinionDamageUniqueWand2 -MaximumMinionCountUniqueWand2 -MaximumMinionCountUniqueBodyInt9 -MaximumMinionCountUniqueBootsStrInt2Updated ++1 to Maximum number of Raised Zombies ++1 to Maximum number of Spectres ++1 to Maximum number of Skeletons Reserves 30% of Life LifeReservationUniqueWand2 ]],[[ @@ -145,7 +144,7 @@ Implicits: 2 {variant:1,2}SpellDamageOnWeaponImplicitWand5 {variant:3,4}SpellDamageOnWeaponImplicitWand15 {variant:1,2,3}Socketed Gems are supported by level 5 Blind -{variant:4}ItemActsAsSupportBlindUniqueWand1 +{variant:4}Socketed Gems are supported by level 20 Blind SpellDamageUniqueWand1 {variant:1}125% increased Physical Damage {variant:2,3}175% increased Physical Damage @@ -199,7 +198,6 @@ TriggerSocketedSpellOnAttackUnique__1 ]],[[ Reverberation Rod Spiraled Wand -Upgrade: Upgrades to unique{Amplification Rod} via prophecy{Power Magnified} Variant: Pre 2.3.0 Variant: Pre 3.11.0 Variant: Current @@ -223,7 +221,7 @@ LuckyCriticalsOnLowLifeUnique__1___ ]],[[ Amplification Rod Spiraled Wand -Source: Upgraded from unique{Reverberation Rod} using prophecy{Power Magnified} +Source: Drops from any endgame map boss Variant: Pre 3.11.0 Variant: Current Requires Level 36, 83 Int @@ -288,24 +286,28 @@ Upgrade: Upgrades to unique{Tulfall} using currency{Blessing of Tul} Requires Level 24, 83 Int Implicits: 1 SpellDamageOnWeaponImplicitWand5 -IncreasedCastSpeedUnique__7 -GainPowerChargeOnKillingFrozenEnemyUnique__1 +IncreasedCastSpeedUniqueGlovesStr1 +50% chance to gain a Power Charge on Killing a Frozen Enemy AddedColdDamagePerPowerChargeUnique__1 GainManaOnKillingFrozenEnemyUnique__1 ]],[[ Tulfall Tornado Wand +Variant: Pre 3.16.0 +Variant: Current League: Breach Source: Upgraded from unique{Tulborn} using currency{Blessing of Tul} Requires Level 65, 212 Int Implicits: 1 SpellDamageOnWeaponImplicitWand16 -IncreasedCastSpeedUnique__7 -GainPowerChargeOnKillingFrozenEnemyUnique__1 +IncreasedCastSpeedUniqueGlovesStr1 +{variant:1}50% chance to gain a Power Charge on Killing a Frozen Enemy +{variant:2}GainPowerChargeOnKillingFrozenEnemyUnique__1 AddedColdDamagePerPowerChargeUnique__2 LosePowerChargesOnMaxPowerChargesUnique__2 WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1 -IncreasedColdDamagePerFrenzyChargeUnique__1 +{variant:1}(10-15)% increased Cold Damage per Frenzy Charge +{variant:2}IncreasedColdDamagePerFrenzyChargeUnique__1 ]],[[ Replica Tulfall Tornado Wand @@ -316,7 +318,7 @@ SpellDamageOnWeaponImplicitWand16 IncreasedCastSpeedUnique__22 LosePowerChargesOnMaxPowerChargesUnique__2 WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1 -IncreasedColdDamagePerFrenzyChargeUnique__2 +IncreasedColdDamagePerFrenzyChargeUnique__1 PowerChargeOnHittingFrozenEnemyUnique__1 TakeColdDamageOnMaximumPowerChargesUnique__1____ ]],[[ diff --git a/src/Data/Uniques/amulet.lua b/src/Data/Uniques/amulet.lua index bc9d19ffc6..8be17c0bdd 100644 --- a/src/Data/Uniques/amulet.lua +++ b/src/Data/Uniques/amulet.lua @@ -10,12 +10,12 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 45 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength +{tags:attribute}+(20-30) to Strength {tags:attack,speed}10% reduced Attack Speed {tags:caster,speed}10% reduced Cast Speed -{tags:jewellery_defense}+(400-500) to Armour +{tags:defences}+(400-500) to Armour {variant:1}{tags:life}+(30-40) Life gained when you Block -{variant:2,3}{tags:life}+(34-48) Life gained when you Block +{variant:2,3}{tags:resource,life}+(34-48) Life gained when you Block {variant:1}{tags:mana}+(10-20) Mana gained when you Block {variant:2,3}{tags:mana}+(10-24) Mana gained when you Block {variant:1}{tags:speed}20% reduced Movement Speed @@ -24,15 +24,15 @@ Implicits: 1 {variant:1}10% Chance to Block {variant:2,3}8% Chance to Block {tags:physical}{variant:1}Reflects 200 to 250 Physical Damage to Attackers on Block -{tags:physical}{variant:2,3}Reflects 240 to 300 Physical Damage to Attackers on Block +{variant:2,3}{tags:physical_damage}Reflects 240 to 300 Physical Damage to Attackers on Block ]],[[ Araku Tiki Coral Amulet Implicits: 1 {tags:life}(2-4) Life Regenerated per second {tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life -{tags:life}+(30-50) to maximum Life -{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:resource,life}+(30-50) to maximum Life +{tags:resistance}+(20-30)% to Fire Resistance {tags:life}1% of Life Regenerated per Second while on Low Life ]],[[ Ngamahu Tiki @@ -41,10 +41,10 @@ Source: No longer obtainable Requires Level 36 Implicits: 1 {tags:life}(2-4) Life Regenerated per second -{tags:jewellery_elemental}(50-70)% increased Fire Damage +{tags:elemental_damage}(50-70)% increased Fire Damage {tags:jewellery_defense,life}You gain 100 Evasion Rating when on Low Life -{tags:life}+(30-50) to maximum Life -{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:resource,life}+(30-50) to maximum Life +{tags:resistance}+(20-30)% to Fire Resistance {tags:life}1% of Life Regenerated per Second while on Low Life ]],[[ The Ascetic @@ -60,18 +60,18 @@ Onyx Amulet Source: Drops from unique{The Eater of Worlds} Requires Level 60 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -(5–10)% increased Experience Gain of Gems -(10–20)% increased Reservation Efficiency of Skills +{tags:attribute}+(10-16) to all Attributes +(5-10)% increased Experience Gain of Gems +(10-20)% increased Reservation Efficiency of Skills +1 to Level of all Skill Gems -+(20–30)% to Quality of all Skill Gems ++(20-30)% to Quality of all Skill Gems ]],[[ Astramentis Onyx Amulet Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:jewellery_attribute}+(80-100) to all Attributes +{tags:attribute}+(10-16) to all Attributes +{tags:attribute}+(80-100) to all Attributes {tags:attack,physical}-4 Physical Damage taken from Attacks ]],[[ Atziri's Foible @@ -80,13 +80,13 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 16 Implicits: 1 -{tags:mana}(20-30)% increased Mana Regeneration Rate +{tags:resource,mana}(20-30)% increased Mana Regeneration Rate {variant:1}{tags:mana}+50 to maximum Mana -{variant:2}{tags:mana}+100 to maximum Mana +{variant:2}{tags:resource,mana}+100 to maximum Mana {variant:1}{tags:mana}(8-12)% increased maximum Mana -{variant:2}{tags:mana}(16-24)% increased maximum Mana -{variant:1}{tags:mana}(40-60)% increased Mana Regeneration Rate -{variant:2}{tags:mana}(80-100)% increased Mana Regeneration Rate +{variant:2}{tags:resource,mana}(16-24)% increased maximum Mana +{variant:1}{tags:resource,mana}(40-60)% increased Mana Regeneration Rate +{variant:2}{tags:resource,mana}(80-100)% increased Mana Regeneration Rate Items and Gems have 25% reduced Attribute Requirements ]],[[ Replica Atziri's Foible @@ -97,9 +97,9 @@ League: Heist Requires Level 16 Implicits: 1 {tags:life}Regenerate (1.00-2.00)% of Life per second -{tags:life}+100 to maximum Life +{tags:resource,life}+100 to maximum Life {variant:1}{tags:life}(20-25)% increased Life Recovery rate -{variant:2}{tags:life}(20-25)% increased Life Regeneration rate +{variant:2}{tags:resource,life}(20-25)% increased Life Regeneration rate Items and Gems have 25% reduced Attribute Requirements ]],[[ Aul's Uprising @@ -125,22 +125,22 @@ Variant: Intelligence: Zealotry Variant: Envy Requires Level 55 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{variant:1,2,3,4,5}{tags:jewellery_attribute}+(20-30) to Strength -{variant:6,7,8,9}{tags:jewellery_attribute}+(20-30) to Dexterity -{variant:10,11,12,13,14,15,16}{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:attribute}+(10-16) to all Attributes +{variant:1,2,3,4,5}{tags:attribute}+(20-30) to Strength +{variant:6,7,8,9}{tags:attribute}+(20-30) to Dexterity +{variant:10,11,12,13,14,15,16}{tags:attribute}+(20-30) to Intelligence {variant:17}Grants Level 15 Envy Skill -{variant:1,2,3,4,5}{tags:jewellery_defense}(15-20)% increased Armour -{variant:6,7,8,9}{tags:jewellery_defense}(15-20)% increased Evasion Rating -{variant:10,11,12,13,14,15,16}{tags:jewellery_defense}(15-20)% increased maximum Energy Shield -{variant:17}{tags:jewellery_attribute}+(15-20) to all Attributes -{tags:life}+(50-70) to maximum Life +{variant:1,2,3,4,5}{tags:defences}(15-20)% increased Armour +{variant:6,7,8,9}{tags:defences}(15-20)% increased Evasion Rating +{variant:10,11,12,13,14,15,16}{tags:defences}(15-20)% increased maximum Energy Shield +{variant:17}{tags:attribute}+(15-20) to all Attributes +{tags:resource,life}+(50-70) to maximum Life {variant:1,2,3,4,5}10% reduced Stun and Block Recovery {variant:6,7,8,9}Nearby Enemies grant 25% increased Flask Charges {tags:critical}{variant:10,11,12,13,14,15,16}2% additional Chance to receive a Critical Strike {variant:1,2,3,4,5}Nearby Enemies have 10% reduced Stun and Block Recovery -{tags:critical}{variant:10,11,12,13,14,15,16}Hits against Nearby Enemies have 50% increased Critical Strike Chance -{variant:17}{tags:jewellery_defense}(15-20)% increased Global Defences +{variant:10,11,12,13,14,15,16}{tags:critical}Hits against Nearby Enemies have 50% increased Critical Strike Chance +{variant:17}{tags:defences}(15-20)% increased Global Defences {variant:1}Anger has no Reservation {variant:2}Determination has no Reservation {variant:3}Pride has no Reservation @@ -165,13 +165,13 @@ Variant: Pre 2.5.0 Variant: Current Requires Level 32 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{tags:life}+(30-50) to maximum Life -{tags:mana}+(50-70) to maximum Mana +{tags:attribute}+(16-24) to Strength and Intelligence +{tags:resource,life}+(30-50) to maximum Life +{tags:resource,mana}+(50-70) to maximum Mana +1 to Maximum Power Charges {tags:mana}10% increased Mana Regeneration Rate Per Power Charge {variant:2}(80-100)% increased Power Charge Duration -{tags:mana}1% of Damage is taken from Mana before Life per Power Charge +{tags:resource,life,mana}1% of Damage is taken from Mana before Life per Power Charge {tags:critical}40% reduced Critical Strike Chance per Power Charge ]],[[ Badge of the Brotherhood @@ -179,7 +179,7 @@ Turquoise Amulet Requires Level: 20 Implicits: 1 League: Blight -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence +{tags:attribute}+(16-24) to Dexterity and Intelligence (7-10)% increased Cooldown Recovery of Travel Skills per Frenzy Charge (7-10)% increased Effect of Elusive on you per Power Charge (20-25)% chance to lose a Frenzy Charge when you use a Travel Skill @@ -208,10 +208,10 @@ League: Talisman Hardcore Talisman Tier: 2 Requires Level 28 Implicits: 1 -(15-25)% increased Global Defences -+(20-30) to maximum Energy Shield -+(15-30)% to Fire Resistance -+(15-30)% to Lightning Resistance +{tags:defences}(15-25)% increased Global Defences +{tags:defences}+(20-30) to maximum Energy Shield +{tags:resistance}+(15-30)% to Fire Resistance +{tags:resistance}+(15-30)% to Lightning Resistance {variant:1}30% slower start of Energy Shield Recharge during Flask Effect {variant:2}50% slower start of Energy Shield Recharge during Flask Effect {variant:1}400% increased Energy Shield Recharge Rate during Flask Effect @@ -223,11 +223,11 @@ Amber Amulet Source: Use currency{Vaal Orb} on unique{Tear of Purity} Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength +{tags:attribute}+(20-30) to Strength Grants level 10 Gluttony of Elements Skill {tags:attack,chaos}Adds 19-43 Chaos Damage to Attacks {tags:jewellery_resistance}−(10-5)% to all Elemental Resistances -{tags:chaos,jewellery_resistance}+(17-29)% to Chaos Resistance +{tags:resistance}+(17-29)% to Chaos Resistance Corrupted ]],[[ Bloodgrip @@ -237,12 +237,12 @@ Variant: Current Requires Level 55 Implicits: 1 {tags:life}(2.0-4.0) Life Regenerated per second -{tags:attack,physical}Adds 10 to 20 Physical Damage to Attacks -{tags:life}+(60-70) to maximum Life +{tags:physical_damage,attack}Adds 10 to 20 Physical Damage to Attacks +{tags:resource,life}+(60-70) to maximum Life {variant:1}{tags:life}Regenerate (8.0-12.0) Life per second {variant:2}{tags:life}Regenerate (16.0-24.0) Life per second -{tags:life}100% increased Life Recovery from Flasks -Moving while Bleeding doesn't cause you to take extra Damage +{tags:resource,life}100% increased Life Recovery from Flasks +{tags:attack}Moving while Bleeding doesn't cause you to take extra Damage ]],[[ Bloodgrip Marble Amulet @@ -251,12 +251,12 @@ Variant: Current Requires Level 74 Implicits: 1 {tags:life}(1.2-1.6)% of Life Regenerated per second -{tags:attack,physical}Adds 10 to 20 Physical Damage to Attacks -{tags:life}+(60-70) to maximum Life +{tags:physical_damage,attack}Adds 10 to 20 Physical Damage to Attacks +{tags:resource,life}+(60-70) to maximum Life {variant:1}{tags:life}Regenerate (8.0-12.0) Life per second {variant:2}{tags:life}Regenerate (16.0-24.0) Life per second -{tags:life}100% increased Life Recovery from Flasks -Moving while Bleeding doesn't cause you to take extra Damage +{tags:resource,life}100% increased Life Recovery from Flasks +{tags:attack}Moving while Bleeding doesn't cause you to take extra Damage ]],[[ Carnage Heart Onyx Amulet @@ -264,13 +264,13 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:jewellery_attribute}+(20-40) to all Attributes +{tags:attribute}+(10-16) to all Attributes +{tags:attribute}+(20-40) to all Attributes {tags:life}{variant:1}25% reduced maximum Life {tags:jewellery_defense}{variant:1}25% reduced maximum Energy Shield -{tags:jewellery_resistance}+(10-20)% to all Elemental Resistances -{tags:attack,life,physical}(1.2-2)% of Physical Attack Damage Leeched as Life -{tags:life}{variant:2}(30-40)% increased Damage while Leeching +{tags:resistance}+(10-20)% to all Elemental Resistances +{tags:resource,life,attack}(1.2-2)% of Physical Attack Damage Leeched as Life +{variant:2}(30-40)% increased Damage while Leeching {tags:life}{variant:2}50% increased Life Leeched per second Extra Gore ]],[[ @@ -279,10 +279,10 @@ Onyx Amulet Source: Drops from unique{The Searing Exarch} Requires Level 61 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes +{tags:attribute}+(10-16) to all Attributes Modifiers to Attributes instead Apply to Omniscience +1% to All Elemental Resistances per 10 Omniscience -Penetrate 1% Elemental Resistances per 10 Omniscience +{tags:elemental_damage}Penetrate 1% Elemental Resistances per 10 Omniscience Attribute Requirements can be satisfied by (15-25)% of Omniscience ]],[[ Daresso's Salute @@ -290,24 +290,24 @@ Citrine Amulet League: Anarchy Requires Level 16 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -{tags:jewellery_defense}50% reduced maximum Energy Shield -{tags:jewellery_resistance}+(30-40)% to Fire Resistance -{tags:jewellery_resistance}+(30-40)% to Cold Resistance -{tags:life,speed}10% increased Movement Speed when on Full Life +{tags:attribute}+(16-24) to Strength and Dexterity +{tags:defences}50% reduced maximum Energy Shield +{tags:resistance}+(30-40)% to Fire Resistance +{tags:resistance}+(30-40)% to Cold Resistance +{tags:speed}10% increased Movement Speed when on Full Life {tags:attack}+2 to Melee Weapon and Unarmed range -{tags:attack,life}60% increased Melee Damage when on Full Life +{tags:attack}60% increased Melee Damage when on Full Life ]],[[ The Ephemeral Bond Lapis Amulet League: Heist Requires Level 68 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:mana}(25-40)% increased Mana Regeneration Rate -{tags:jewellery_resistance}+(15-25)% to all Elemental Resistances +{tags:attribute}+(20-30) to Intelligence +{tags:resource,mana}(25-40)% increased Mana Regeneration Rate +{tags:resistance}+(15-25)% to all Elemental Resistances {tags:critical}+(30-40)% to Critical Strike Multiplier if you've gained a Power Charge Recently -{tags:jewellery_elemental}(1-2) to (36-40) Lightning Damage per Power Charge +{tags:elemental_damage}(1-2) to (36-40) Lightning Damage per Power Charge 90% less Power Charge Duration ]],[[ Extractor Mentis @@ -316,23 +316,23 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 16 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{tags:jewellery_attribute}+(30-50) to Strength +{tags:attribute}+(16-24) to Strength and Intelligence +{tags:attribute}+(30-50) to Strength 5% chance to grant Unholy Might to nearby Enemies on Kill 5% chance to grant Onslaught to nearby Enemies on Kill {variant:1}5% chance to gain Unholy Might for 10 seconds on Kill {variant:2}10% chance to gain Unholy Might for 10 seconds on Kill {variant:1}{tags:caster,attack}5% chance to gain Onslaught for 10 seconds on Kill -{variant:2}{tags:caster,attack}10% chance to gain Onslaught for 10 seconds on Kill -{tags:life}Recover 1% of Life on Kill +{variant:2}10% chance to gain Onslaught for 10 seconds on Kill +{tags:resource,life}Recover 1% of Life on Kill ]],[[ Eye of Chayula Onyx Amulet Upgrade: Upgrades to unique{Presence of Chayula} using currency{Blessing of Chayula} Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:life}20% reduced maximum Life +{tags:attribute}+(10-16) to all Attributes +{tags:resource,life}20% reduced maximum Life 30% increased Rarity of Items found Cannot be Stunned ]],[[ @@ -342,22 +342,22 @@ League: Breach Source: Upgraded from unique{Eye of Chayula} using currency{Blessing of Chayula} Requires Level 60 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes +{tags:attribute}+(10-16) to all Attributes 30% increased Rarity of Items found -{tags:chaos,jewellery_resistance}+60% to Chaos Resistance +{tags:resistance}+60% to Chaos Resistance Cannot be Stunned -{tags:jewellery_defense,life}20% of Maximum Life Converted to Energy Shield +{tags:resource,life,defences}20% of Maximum Life Converted to Energy Shield ]],[[ Eye of Innocence Citrine Amulet Source: Drops from unique{Guardian of the Phoenix} Requires Level 68 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -{tags:jewellery_elemental}10% chance to Ignite +{tags:attribute}+(16-24) to Strength and Dexterity +10% chance to Ignite (50-70)% increased Damage while Ignited -{tags:jewellery_elemental}Take 100 Fire Damage when you Ignite an Enemy -{tags:life}2% of Fire Damage Leeched as Life while Ignited +{tags:elemental_damage}Take 100 Fire Damage when you Ignite an Enemy +{tags:resource,life}2% of Fire Damage Leeched as Life while Ignited ]],[[ Eyes of the Greatwolf Greatwolf Talisman @@ -401,9 +401,9 @@ Implicits: 32 {variant:3}(38-62)% increased Chaos Damage {variant:4}(40-60)% increased Attack Damage {variant:5}(40-60)% increased Cold Damage -{variant:6}(40-60)% increased Fire Damage +{variant:6}{tags:elemental_damage}(40-60)% increased Fire Damage {variant:7}(40-60)% increased Lightning Damage -{variant:8}(40-60)% increased Spell Damage +{variant:8}{tags:caster}(40-60)% increased Spell Damage {variant:9}(40-60)% increased Global Physical Damage {variant:10}(40-60)% increased maximum Mana {variant:11}(50-70)% increased Damage @@ -435,8 +435,8 @@ Citrine Amulet League: Harvest Requires Level 61 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -{tags:jewellery_attribute}+(30-50) to Intelligence +{tags:attribute}+(16-24) to Strength and Dexterity +{tags:attribute}+(30-50) to Intelligence {tags:caster,speed}(10-15)% increased Cast Speed (10-15)% increased Area of Effect {tags:caster}Enemies Cursed by you are Hindered with 25% reduced Movement Speed if 25% of Curse Duration expired @@ -448,9 +448,9 @@ Turquoise Amulet League: Metamorph Requires Level 40 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{tags:jewellery_defense}(15-25)% increased Evasion Rating -{tags:jewellery_resistance}+(15-20)% to all Elemental Resistances +{tags:attribute}+(16-24) to Dexterity and Intelligence +{tags:defences}(15-25)% increased Evasion Rating +{tags:resistance}+(15-20)% to all Elemental Resistances Skills fire 2 additional Projectiles {tags:speed}(20-30)% increased Projectile Speed Modifiers to number of Projectiles instead apply to the number of targets Projectiles Split towards @@ -462,14 +462,14 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 77 Implicits: 1 -{tags:mana}(48-56)% increased Mana Regeneration Rate -{tags:life}0.5% of Chaos Damage Leeched as Life -{tags:caster,life}Lose (10-15) Life for each Enemy hit by your Spells -{tags:attack,life}Lose (20-25) Life for each Enemy hit by your Attacks +{tags:resource,mana}(48-56)% increased Mana Regeneration Rate +{tags:resource,life}0.5% of Chaos Damage Leeched as Life +{tags:resource,life,caster}Lose (10-15) Life for each Enemy hit by your Spells +{tags:resource,life,attack}Lose (20-25) Life for each Enemy hit by your Attacks Skills Chain +1 times -{tags:speed}{variant:2}(30-40)% increased Projectile Speed -{variant:1}{tags:chaos}Projectiles gain (15-20)% of Non-Chaos Damage as extra Chaos Damage per Chain -{variant:2}{tags:chaos}Projectiles that have Chained gain (20-35)% of Non-Chaos Damage as extra Chaos Damage +{variant:2}{tags:speed}(30-40)% increased Projectile Speed +{variant:1}{tags:chaos_damage}Projectiles gain (15-20)% of Non-Chaos Damage as extra Chaos Damage per Chain +{variant:2}{tags:chaos_damage}Projectiles that have Chained gain (20-35)% of Non-Chaos Damage as extra Chaos Damage ]],[[ The Halcyon Jade Amulet @@ -478,11 +478,11 @@ Source: Drops in Tul Breach or from unique{Tul, Creeping Avalanche} Upgrade: Upgrades to unique{The Pandemonius} using currency{Blessing of Tul} Requires Level 35 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_elemental}(10-20)% increased Cold Damage -{tags:jewellery_resistance}+(35-40)% to Cold Resistance +{tags:attribute}+(20-30) to Dexterity +{tags:elemental_damage}(10-20)% increased Cold Damage +{tags:resistance}+(35-40)% to Cold Resistance 30% increased Freeze Duration on Enemies -{tags:jewellery_elemental}10% chance to Freeze +10% chance to Freeze 60% increased Damage if you've Frozen an Enemy Recently ]],[[ The Pandemonius @@ -491,12 +491,12 @@ League: Breach Source: Upgraded from unique{The Halcyon} using currency{Blessing of Tul} Requires Level 64 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_elemental}(20-30)% increased Cold Damage -{tags:jewellery_resistance}+(35-40)% to Cold Resistance +{tags:attribute}+(20-30) to Dexterity +{tags:elemental_damage}(20-30)% increased Cold Damage +{tags:resistance}+(35-40)% to Cold Resistance Chill Enemy for 1 second when Hit Blind Chilled Enemies on Hit -{tags:jewellery_elemental}Damage Penetrates 20% Cold Resistance against Chilled Enemies +{tags:elemental_damage}Damage Penetrates 20% Cold Resistance against Chilled Enemies ]],[[ Hinekora's Sight Onyx Amulet @@ -504,10 +504,10 @@ Requires Level 20 Variant: Pre 3.16.0 Variant: Current Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes +{tags:attribute}+(10-16) to all Attributes {variant:1}{tags:attack}+1000 to Accuracy Rating {variant:2}{tags:attack}+(600-1000) to Accuracy Rating -{variant:2}{tags:jewellery_defense}+(600-1000) to Evasion Rating +{variant:2}{tags:defences}+(600-1000) to Evasion Rating {variant:1}(12-20)% chance to Suppress Spell Damage {variant:2}Prevent +3% of Suppressed Spell Damage Cannot be Blinded @@ -519,15 +519,15 @@ Requires Level 64 Variant: Pre 3.16.0 Variant: Current Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:attribute}+(20-30) to Dexterity Grants Level 22 Precision Skill -{tags:jewellery_attribute}+(25-35) to Dexterity -{tags:attack,physical}Adds (12-15) to (24-28) Physical Damage to Attacks -{tags:jewellery_elemental,attack}Adds (11-15) to (23-28) Cold Damage to Attacks -+(23-28)% to Global Critical Strike Multiplier -{tags:attack,life,physical}(0.8-1)% of Physical Attack Damage Leeched as Life +{tags:attribute}+(25-35) to Dexterity +{tags:physical_damage,attack}Adds (12-15) to (24-28) Physical Damage to Attacks +{tags:elemental_damage,attack}Adds (11-15) to (23-28) Cold Damage to Attacks +{tags:critical}+(23-28)% to Global Critical Strike Multiplier +{tags:resource,life,attack}(0.8-1)% of Physical Attack Damage Leeched as Life {variant:1}Precision has 50% less Reservation -{variant:2}Precision has 100% increased Mana Reservation Efficiency +{variant:2}{tags:resource,mana}Precision has 100% increased Mana Reservation Efficiency ]],[[ Replica Hyrri's Truth Jade Amulet @@ -536,26 +536,26 @@ Variant: Pre 3.16.0 Variant: Current Requires Level 64 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:attribute}+(20-30) to Dexterity Grants Level 22 Hatred Skill -{tags:jewellery_attribute}+(25-35) to Dexterity -{tags:attack,physical}Adds (12-15) to (24-28) Physical Damage to Attacks -{tags:jewellery_elemental,attack}Adds (11-15) to (23-28) Cold Damage to Attacks +{tags:attribute}+(25-35) to Dexterity +{tags:physical_damage,attack}Adds (12-15) to (24-28) Physical Damage to Attacks +{tags:elemental_damage,attack}Adds (11-15) to (23-28) Cold Damage to Attacks {tags:critical}+(23-28)% to Global Critical Strike Multiplier {tags:life}(0.8-1.0)% of Cold Damage Leeched as Life {variant:1}Hatred has 50% less Reservation -{variant:2}Hatred has 100% increased Mana Reservation Efficiency +{variant:2}{tags:resource,mana}Hatred has 100% increased Mana Reservation Efficiency ]],[[ The Ignomon Gold Amulet Requires Level 8 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+10 to Dexterity -{tags:jewellery_elemental,attack}Adds 12 to 24 Fire Damage to Attacks +{tags:attribute}+10 to Dexterity +{tags:elemental_damage,attack}Adds 12 to 24 Fire Damage to Attacks {tags:attack}+(100-150) to Accuracy Rating -{tags:jewellery_defense}+(100-150) to Evasion Rating -{tags:jewellery_resistance}+20% to Fire Resistance +{tags:defences}+(100-150) to Evasion Rating +{tags:resistance}+20% to Fire Resistance ]],[[ The Effigon Gold Amulet @@ -563,13 +563,13 @@ Source: No longer obtainable Requires Level 57 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+10 to Dexterity -{tags:jewellery_elemental,attack}Adds 12 to 24 Fire Damage to Attacks +{tags:attribute}+10 to Dexterity +{tags:elemental_damage,attack}Adds 12 to 24 Fire Damage to Attacks {tags:attack}+(100-150) to Accuracy Rating -{tags:jewellery_defense}+(100-150) to Evasion Rating -{tags:jewellery_resistance}+20% to Fire Resistance -Your Hits can't be Evaded by Blinded Enemies -Damage Penetrates 10% Fire Resistance against Blinded Enemies +{tags:defences}+(100-150) to Evasion Rating +{tags:resistance}+20% to Fire Resistance +{tags:attack}Your Hits can't be Evaded by Blinded Enemies +{tags:elemental_damage}Damage Penetrates 10% Fire Resistance against Blinded Enemies ]],[[ Impresence Onyx Amulet @@ -581,28 +581,28 @@ Variant: Lightning Variant: Chaos Requires Level 64 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{variant:1}{tags:attack,physical}Adds (12-16) to (20-25) Physical Damage -{variant:2}{tags:jewellery_elemental}Adds (20-24) to (33-36) Fire Damage -{variant:3}{tags:jewellery_elemental}Adds (20-24) to (33-36) Cold Damage -{variant:4}{tags:jewellery_elemental}Adds (10-13) to (43-47) Lightning Damage -{variant:5}{tags:chaos}Adds (17-19) to (23-29) Chaos Damage -{tags:life}+(50-70) to maximum Life -{variant:1}{tags:jewellery_defense}+(400-500) to Armour -{variant:2}{tags:life}Regenerate 1% of Life per second -{variant:3}{tags:mana}(45-50)% increased Mana Regeneration Rate -{variant:4}{tags:jewellery_defense}Regenerate 1% of Energy Shield per second +{tags:attribute}+(10-16) to all Attributes +{variant:1}{tags:physical_damage}Adds (12-16) to (20-25) Physical Damage +{variant:2}{tags:elemental_damage}Adds (20-24) to (33-36) Fire Damage +{variant:3}{tags:elemental_damage}Adds (20-24) to (33-36) Cold Damage +{variant:4}{tags:elemental_damage}Adds (10-13) to (43-47) Lightning Damage +{variant:5}{tags:chaos_damage}Adds (17-19) to (23-29) Chaos Damage +{tags:resource,life}+(50-70) to maximum Life +{variant:1}{tags:defences}+(400-500) to Armour +{variant:2}{tags:resource,life}Regenerate 1% of Life per second +{variant:3}{tags:resource,mana}(45-50)% increased Mana Regeneration Rate +{variant:4}{tags:defences}Regenerate 1% of Energy Shield per second {variant:5}(30-40)% increased Damage over Time {variant:1}(30-40)% increased Stun and Block Recovery -{variant:2}{tags:jewellery_resistance}+(20-25)% to Fire Resistance -{variant:3}{tags:jewellery_resistance}+(20-25)% to Cold Resistance -{variant:4}{tags:jewellery_resistance}+(20-25)% to Lightning Resistance -{variant:5}{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance -{variant:1}Vulnerability has no Reservation if Cast as an Aura -{variant:2}Flammability has no Reservation if Cast as an Aura -{variant:3}Frostbite has no Reservation if Cast as an Aura -{variant:4}Conductivity has no Reservation if Cast as an Aura -{variant:5}Despair has no Reservation if Cast as an Aura +{variant:2}{tags:resistance}+(20-25)% to Fire Resistance +{variant:3}{tags:resistance}+(20-25)% to Cold Resistance +{variant:4}{tags:resistance}+(20-25)% to Lightning Resistance +{variant:5}{tags:resistance}+(17-23)% to Chaos Resistance +{variant:1}{tags:caster}Vulnerability has no Reservation if Cast as an Aura +{variant:2}{tags:caster}Flammability has no Reservation if Cast as an Aura +{variant:3}{tags:caster}Frostbite has no Reservation if Cast as an Aura +{variant:4}{tags:caster}Conductivity has no Reservation if Cast as an Aura +{variant:5}{tags:caster}Despair has no Reservation if Cast as an Aura Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy Elder Item ]],[[ @@ -612,8 +612,8 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 5 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}+(20-30) to Strength +{tags:attribute}+(20-30) to Dexterity +{tags:attribute}+(20-30) to Strength {tags:attack}+100 to Accuracy Rating {variant:2}30% increased Projectile Damage {tags:speed}30% increased Projectile Speed @@ -624,8 +624,8 @@ Jade Amulet League: Heist Requires Level 5 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:attribute}+(20-30) to Dexterity +{tags:attribute}+(20-30) to Intelligence {tags:attack}+100 to Accuracy Rating {tags:speed}10% increased Movement Speed 30% increased Area of Effect @@ -638,10 +638,10 @@ Variant: Pre 2.6.0 Variant: Pre 3.17.0 Requires Level 24 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}+(20-30) to Strength -{tags:attack,speed}{variant:1}(15-20)% increased Attack Speed -{tags:attack,speed}{variant:2}(5-10)% increased Attack Speed +{tags:attribute}+(20-30) to Dexterity +{tags:attribute}+(20-30) to Strength +{variant:1}{tags:attack,speed}(15-20)% increased Attack Speed +{variant:2}{tags:attack,speed}(5-10)% increased Attack Speed {tags:attack}+100 to Accuracy Rating {variant:2}30% increased Projectile Damage {tags:speed}30% increased Projectile Speed @@ -651,10 +651,10 @@ Leadership's Price Onyx Amulet Requires Level 68 Implicits: 1 -{tags:jewellery_attribute}+(10–16) to all Attributes -{tags:jewellery_resistance}+(-3–3)% to maximum Fire Resistance -{tags:jewellery_resistance}+(-3–3)% to maximum Cold Resistance -{tags:jewellery_resistance}+(-3–3)% to maximum Lightning Resistance +{tags:attribute}+(10-16) to all Attributes +{tags:resistance}+(-3-3)% to maximum Fire Resistance +{tags:resistance}+(-3-3)% to maximum Cold Resistance +{tags:resistance}+(-3-3)% to maximum Lightning Resistance You have Scorching Conflux, Brittle Conflux and Sapping Conflux while your two highest Attributes are equal Cannot Ignite, Chill, Freeze or Shock Corrupted @@ -663,12 +663,12 @@ Maligaro's Cruelty Turquoise Amulet Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{tags:life}(4-8)% increased maximum Life +{tags:attribute}+(16-24) to Dexterity and Intelligence +{tags:resource,life}(4-8)% increased maximum Life (25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by 5 or more Poisons (12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons -{tags:chaos}10% increased Damage with Poison per Frenzy Charge -{tags:chaos}3% increased Poison Duration per Power Charge +{tags:chaos_damage}10% increased Damage with Poison per Frenzy Charge +3% increased Poison Duration per Power Charge ]],[[ The Jinxed Juju Citrine Amulet @@ -676,9 +676,9 @@ Variant: Pre 3.16.0 Variant: Current Requires Level 48 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity -{tags:jewellery_attribute}+(30-40) to Intelligence -{tags:chaos,jewellery_resistance}+(23-31)% to Chaos Resistance +{tags:attribute}+(16-24) to Strength and Dexterity +{tags:attribute}+(30-40) to Intelligence +{tags:resistance}+(23-31)% to Chaos Resistance {variant:1}{tags:caster}(10-15)% increased Effect of your Curses {variant:2}{tags:caster}(5-10)% increased Effect of your Curses {variant:1}(10-15)% increased effect of Non-Curse Auras from your Skills @@ -695,11 +695,11 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 40 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:attribute}+(20-30) to Intelligence {tags:attack}+(80-120) to Accuracy Rating {tags:critical}{variant:1,2,3}+(140-160)% to Global Critical Strike Multiplier -{tags:critical}{variant:4,5}+(210-240)% to Global Critical Strike Multiplier -{tags:jewellery_defense}+(80-100) to Evasion Rating +{variant:4,5}{tags:critical}+(210-240)% to Global Critical Strike Multiplier +{tags:defences}+(80-100) to Evasion Rating (10-15)% increased Light Radius {variant:1,2}Non-critical strikes deal 25% Damage {variant:3,4}Non-critical strikes deal 40% Damage @@ -707,7 +707,7 @@ Implicits: 1 {tags:critical}{variant:2}50% less Critical Strike Chance {tags:critical}{variant:3,4,5}40% less Critical Strike Chance {variant:1,2,3,4}Your Critical Strikes have Culling Strike -{variant:5}Critical Strikes have Culling Strike +{variant:5}{tags:critical}Critical Strikes have Culling Strike ]],[[ Natural Hierarchy Rotfeather Talisman @@ -717,10 +717,10 @@ Requires Level 44 Implicits: 1 (25-35)% increased Damage (10-15)% increased Physical Damage -(25-30)% increased Fire Damage -(20-25)% increased Cold Damage -(15-20)% increased Lightning Damage -(30-35)% increased Chaos Damage +{tags:elemental_damage}(25-30)% increased Fire Damage +{tags:elemental_damage}(20-25)% increased Cold Damage +{tags:elemental_damage}(15-20)% increased Lightning Damage +{tags:chaos_damage}(30-35)% increased Chaos Damage Corrupted ]],[[ Night's Hold @@ -741,7 +741,7 @@ Gold Amulet Requires Level 29 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+(40-50) to Dexterity +{tags:attribute}+(40-50) to Dexterity {tags:speed}(5-8)% increased Movement Speed Lightning Damage from Enemies Hitting you is Lucky Nearby Allies' Damage with Hits is Lucky @@ -756,7 +756,7 @@ Implicits: 1 You cannot have non-Golem Minions 25% reduced Golem Size Golems Deal (35-45)% less Damage -{tags:life}Golems have (35-45)% less Life +{tags:resource,life}Golems have (35-45)% less Life {tags:speed}Golems have (80-100)% increased Movement Speed Primordial ]],[[ @@ -764,19 +764,19 @@ Rashkaldor's Patience Jade Amulet Requires Level 61 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:life}+(40-80) to maximum Life -{tags:mana}+(20-40) to maximum Mana -{tags:jewellery_elemental}20% increased Duration of Elemental Ailments on Enemies +{tags:attribute}+(20-30) to Dexterity +{tags:resource,life}+(40-80) to maximum Life +{tags:resource,mana}+(20-40) to maximum Mana +20% increased Duration of Elemental Ailments on Enemies Items and Gems have 10% reduced Attribute Requirements -{tags:jewellery_elemental}5% chance to Freeze, Shock and Ignite +5% chance to Freeze, Shock and Ignite Cannot gain Power Charges ]],[[ Retaliation Charm Citrine Amulet Requires Level 30 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Dexterity +{tags:attribute}+(16-24) to Strength and Dexterity (25-40)% increased Damage with Hits and Ailments against Blinded Enemies {tags:critical}(30-50)% increased Critical Strike Chance against Blinded Enemies {tags:critical}(40-50)% chance to Blind Enemies on Critical Strike @@ -792,11 +792,11 @@ Talisman Tier: 2 Requires Level 28 Implicits: 2 {variant:1}+(16-24)% to Global Critical Strike Multiplier -{variant:2}+(24-36)% to Global Critical Strike Multiplier -+7% to Unarmed Melee Attack Critical Strike Chance -Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills -Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills -Modifiers to Claw Critical Strike Chance also apply to Unarmed Critical Strike Chance with Melee Skills +{variant:2}{tags:critical}+(24-36)% to Global Critical Strike Multiplier +{tags:critical}+7% to Unarmed Melee Attack Critical Strike Chance +{tags:attack}Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills +{tags:attack,speed}Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills +{tags:attack,critical}Modifiers to Claw Critical Strike Chance also apply to Unarmed Critical Strike Chance with Melee Skills Corrupted ]],[[ Sacrificial Heart @@ -808,12 +808,12 @@ Source: Drops from unique{The Vaal Omnitect} Upgrade: Upgrades to unique{Zerphi's Heart} via currency{Vial of Sacrifice} Requires Level 32 Implicits: 1 -{tags:mana}(20-30)% increased Mana Regeneration Rate -{tags:jewellery_elemental}Adds (22-27) to (34-38) Fire Damage -{tags:jewellery_elemental}Adds (20-23) to (31-35) Cold Damage -{tags:jewellery_elemental}Adds (1-3) to (47-52) Lightning Damage +{tags:resource,mana}(20-30)% increased Mana Regeneration Rate +{tags:elemental_damage}Adds (22-27) to (34-38) Fire Damage +{tags:elemental_damage}Adds (20-23) to (31-35) Cold Damage +{tags:elemental_damage}Adds (1-3) to (47-52) Lightning Damage {variant:1}Gain a Power Charge when you use a Vaal Skill -{tags:life}10 Life gained for each Enemy Hit if you have used a Vaal Skill Recently +{tags:resource,life}10 Life gained for each Enemy Hit if you have used a Vaal Skill Recently {tags:speed}10% increased Movement Speed if you have used a Vaal Skill Recently {variant:2}Gain up to maximum Power Charges when you use a Vaal Skill ]],[[ @@ -825,9 +825,9 @@ Variant: Pre 3.10.0 Variant: Current Requires Level 70 Implicits: 1 -{tags:mana}(20-30)% increased Mana Regeneration Rate -{tags:chaos}Adds (48-53) to (58-60) Chaos Damage -{tags:jewellery_attribute}Items and Gems have 50% increased Attribute Requirements +{tags:resource,mana}(20-30)% increased Mana Regeneration Rate +{tags:chaos_damage}Adds (48-53) to (58-60) Chaos Damage +Items and Gems have 50% increased Attribute Requirements Chaos Damage can Ignite, Chill and Shock {variant:1}Gain Soul Eater for 10 seconds when you use a Vaal Skill {variant:2}Gain Soul Eater for 20 seconds when you use a Vaal Skill @@ -838,12 +838,12 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 16 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{tags:mana}(30-50)% increased Mana Regeneration Rate +{tags:attribute}+(16-24) to Strength and Intelligence +{tags:resource,mana}(30-50)% increased Mana Regeneration Rate {tags:life}2% of Life Regenerated per Second {variant:1}{tags:life}Nearby Allies gain 1% of Life Regenerated per Second {variant:2}{tags:life}Nearby Allies gain 2% of Life Regenerated per Second -{tags:mana}Nearby Allies gain 40% increased Mana Regeneration Rate +{tags:resource,mana}Nearby Allies gain 40% increased Mana Regeneration Rate ]],[[ Sidhebreath Paua Amulet @@ -851,14 +851,14 @@ Variant: Pre 3.0.0 Variant: Pre 3.8.0 Variant: Current Implicits: 1 -{tags:mana}(20-30)% increased Mana Regeneration Rate -{tags:jewellery_resistance}+25% to Cold Resistance -{variant:1,2}0.2% of Physical Attack Damage Leeched as Mana -{tags:life}Minions have (10-15)% increased maximum Life +{tags:resource,mana}(20-30)% increased Mana Regeneration Rate +{tags:resistance}+25% to Cold Resistance +{variant:1,2}{tags:resource,mana,attack}0.2% of Physical Attack Damage Leeched as Mana +{tags:resource,life}Minions have (10-15)% increased maximum Life {tags:speed}Minions have (10-15)% increased Movement Speed {tags:jewellery_elemental}{variant:3}Minions deal 6 to 13 additional Cold Damage {variant:1,2}Minions deal (10-15)% increased Damage -{variant:2,3}{tags:mana}(10-15)% reduced Mana Cost of Minion Skills +{variant:2,3}{tags:resource,mana}(10-15)% reduced Mana Cost of Minion Skills ]],[[ Solstice Vigil Onyx Amulet @@ -867,13 +867,13 @@ Variant: Pre 3.10.0 Variant: Current Requires Level 64 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes +{tags:attribute}+(10-16) to all Attributes {variant:1}(20-25)% increased Damage {variant:2}(30-40)% increased Damage -{tags:life}+(50-70) to maximum Life +{tags:resource,life}+(50-70) to maximum Life {variant:1}{tags:mana}(2-3) Mana Regenerated per second {variant:2}{tags:mana}(8-10) Mana Regenerated per second -{tags:mana}Temporal Chains has no Reservation if Cast as an Aura +{tags:caster}Temporal Chains has no Reservation if Cast as an Aura Gain Shaper's Presence for 10 seconds when you kill a Rare or Unique Enemy ]],[[ Star of Wraeclast @@ -884,10 +884,10 @@ Variant: Pre 3.8.0 Variant: Current Requires Level 28 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:resistance}+(20-30)% to Fire Resistance {variant:3}Grants Level 10 Frostblink Skill -{tags:jewellery_elemental}(30-50)% increased Cold Damage -{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances +{tags:elemental_damage}(30-50)% increased Cold Damage +{tags:resistance}+(10-15)% to all Elemental Resistances {variant:1}{tags:caster}30% increased Area of Effect of Hex Skills {variant:2,3}{tags:caster}60% increased Area of Effect of Hex Skills {tags:caster}You cannot be Cursed with Silence @@ -901,18 +901,18 @@ Variant: Pre 3.4.0 Variant: Current Requires Level 5 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:attribute}+(20-30) to Intelligence {variant:1}+15% chance to Block Spell Damage {variant:2}+(12-15)% chance to Block Spell Damage -{tags:caster}(10-15)% increased Cast Speed -{tags:mana}+(30-50) to maximum Mana +{tags:caster,speed}(10-15)% increased Cast Speed +{tags:resource,mana}+(30-50) to maximum Mana ]],[[ Stranglegasp Onyx Amulet Source: Drops in Blight-ravaged Maps Requires Level 52 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes +{tags:attribute}+(10-16) to all Attributes Can have 3 additional Enchantment Modifiers ]],[[ Tavukai @@ -922,12 +922,12 @@ Source: Drops from Karui Legion Requires Level 54 Implicits: 1 {tags:life}(2.0-4.0) Life regenerated per second -{tags:jewellery_attribute}+(30-40) to Intelligence +{tags:attribute}+(30-40) to Intelligence {tags:chaos,jewellery_resistance}Minions have (-17-17)% to Chaos Resistance Summon Raging Spirit has (20-30)% increased Duration Summoned Raging Spirits deal (60-80)% increased Damage -{tags:life}Summoned Raging Spirits have (80-100)% increased maximum Life -{tags:chaos}Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage +{tags:resource,life}Summoned Raging Spirits have (80-100)% increased maximum Life +{tags:chaos_damage}Summoned Raging Spirits take 20% of their Maximum Life per second as Chaos Damage ]],[[ Tear of Purity Lapis Amulet @@ -935,12 +935,12 @@ Variant: Pre 3.16.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:attribute}+(20-30) to Intelligence Grants level 10 Purity of Elements Skill -{tags:jewellery_attribute}+(5-10) to all Attributes -{tags:life}+(20-40) to maximum Life +{tags:attribute}+(5-10) to all Attributes +{tags:resource,life}+(20-40) to maximum Life {variant:1}5% chance to avoid Elemental Ailments -{variant:2}+5% to all Elemental Resistances +{variant:2}{tags:resistance}+5% to all Elemental Resistances ]],[[ Ungil's Harmony Turquoise Amulet @@ -948,13 +948,13 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 23 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{tags:critical}{variant:1}100% increased Global Critical Strike Chance -{tags:critical}{variant:2}(250-350)% increased Global Critical Strike Chance -{tags:life}+(30-50) to maximum Life -{tags:mana}+(30-50) to maximum Mana +{tags:attribute}+(16-24) to Dexterity and Intelligence +{variant:1}{tags:critical}100% increased Global Critical Strike Chance +{variant:2}{tags:critical}(250-350)% increased Global Critical Strike Chance +{tags:resource,life}+(30-50) to maximum Life +{tags:resource,mana}+(30-50) to maximum Mana 40% increased Stun and Block Recovery -Your Critical Strikes do not deal extra Damage +{tags:critical}Your Critical Strikes do not deal extra Damage ]],[[ Uul-Netol's Vow Unset Amulet @@ -963,19 +963,19 @@ Requires Level 72 Implicits: 1 Has 1 Socket Socketed Support Gems can also Support Skills from your Body Armour -{tags:jewellery_resistance}+(-30-30)% to Fire Resistance -{tags:jewellery_resistance}+(-30-30)% to Cold Resistance -{tags:jewellery_resistance}+(-30-30)% to Lightning Resistance -{tags:chaos,jewellery_resistance}+(-23-23)% to Chaos Resistance +{tags:resistance}+(-30-30)% to Fire Resistance +{tags:resistance}+(-30-30)% to Cold Resistance +{tags:resistance}+(-30-30)% to Lightning Resistance +{tags:resistance}+(-23-23)% to Chaos Resistance ]],[[ Victario's Acuity Turquoise Amulet League: Onslaught Requires Level 16 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence -{tags:jewellery_resistance}+(30-40)% to Lightning Resistance -{tags:chaos,jewellery_resistance}+(8-10)% to Chaos Resistance +{tags:attribute}+(16-24) to Dexterity and Intelligence +{tags:resistance}+(30-40)% to Lightning Resistance +{tags:resistance}+(8-10)% to Chaos Resistance 10% chance to gain a Frenzy Charge on Kill 10% chance to gain a Power Charge on Kill {tags:speed}5% increased Projectile Speed per Frenzy Charge @@ -990,12 +990,12 @@ Variant: Pre 3.16.0 Variant: Current Requires Level 40 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -Trigger Level 12 Lightning Bolt when you deal a Critical Strike -{tags:jewellery_attribute}+(10-15) to all Attributes -{tags:mana}(10-20)% increased maximum Mana +{tags:attribute}+(20-30) to Intelligence +{tags:critical}Trigger Level 12 Lightning Bolt when you deal a Critical Strike +{tags:attribute}+(10-15) to all Attributes +{tags:resource,mana}(10-20)% increased maximum Mana {variant:1}Critical Strike Chance is increased by Lightning Resistance -{variant:2}Critical Strike Chance is increased by Overcapped Lightning Resistance +{variant:2}{tags:critical}Critical Strike Chance is increased by Overcapped Lightning Resistance ]],[[ Choir of the Storm Lapis Amulet @@ -1006,23 +1006,23 @@ Variant: Pre 3.16.0 Variant: Current Requires Level 69 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Intelligence -Trigger Level 20 Lightning Bolt when you deal a Critical Strike -{tags:jewellery_elemental}50% increased Lightning Damage -{tags:mana}(10-20)% increased maximum Mana +{tags:attribute}+(20-30) to Intelligence +{tags:critical}Trigger Level 20 Lightning Bolt when you deal a Critical Strike +{tags:elemental_damage}50% increased Lightning Damage +{tags:resource,mana}(10-20)% increased maximum Mana {variant:1,2}Critical Strike Chance is increased by Lightning Resistance -{variant:1,3}{tags:jewellery_resistance}-30% to Lightning Resistance -{variant:3}Critical Strike Chance is increased by Overcapped Lightning Resistance +{variant:1,3}{tags:resistance}-30% to Lightning Resistance +{variant:3}{tags:critical}Critical Strike Chance is increased by Overcapped Lightning Resistance ]],[[ Voll's Devotion Agate Amulet League: Anarchy, Onslaught Requires Level 32 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Strength and Intelligence -{tags:life}+(30-40) to maximum Life -{tags:jewellery_defense}+(20-30) to maximum Energy Shield -{tags:jewellery_resistance}+(15-20)% to all Elemental Resistances +{tags:attribute}+(16-24) to Strength and Intelligence +{tags:resource,life}+(30-40) to maximum Life +{tags:defences}+(20-30) to maximum Energy Shield +{tags:resistance}+(15-20)% to all Elemental Resistances 30% reduced Endurance Charge Duration 30% reduced Power Charge Duration Gain an Endurance Charge when a Power Charge expires or is consumed @@ -1033,7 +1033,7 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 50 Implicits: 1 -{tags:jewellery_attribute}+(16-24) to Dexterity and Intelligence +{tags:attribute}+(16-24) to Dexterity and Intelligence {variant:1}{tags:attack,speed}(8-12)% increased Attack Speed {variant:2}{tags:attack,speed}(10-15)% increased Attack Speed {variant:1}{tags:caster,speed}(8-12)% increased Cast Speed @@ -1041,7 +1041,7 @@ Implicits: 1 {tags:speed}12% increased Movement Speed {variant:1}(8-12)% reduced Skill Effect Duration {variant:2}(10-15)% reduced Skill Effect Duration -30% increased total Recovery per second from Life, Mana, or Energy Shield Leech +{tags:resource,life,mana,defences}30% increased total Recovery per second from Life, Mana, or Energy Shield Leech ]],[[ Willowgift Jade Amulet @@ -1049,23 +1049,23 @@ Variant: Pre 3.16.0 Variant: Current Requires Level 52 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_attribute}10% reduced Strength -{tags:jewellery_attribute}15% increased Dexterity -{tags:jewellery_resistance}-(30-20)% to Fire Resistance -{tags:jewellery_resistance}+(30-40)% to Cold Resistance +{tags:attribute}+(20-30) to Dexterity +{tags:attribute}10% reduced Strength +{tags:attribute}15% increased Dexterity +{tags:resistance}-(30-20)% to Fire Resistance +{tags:resistance}+(30-40)% to Cold Resistance You do not inherently take less Damage for having Fortification {variant:2}+4% chance to Suppress Spell Damage per Fortification -{tags:caster,attack,speed}(15-25)% increased Attack and Cast Speed while at maximum Fortification +{tags:attack,caster,speed}(15-25)% increased Attack and Cast Speed while at maximum Fortification ]],[[ Winterheart Gold Amulet Requires Level 42 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:life}+(50-70) to maximum Life -{tags:jewellery_resistance}+75% to Cold Resistance +{tags:attribute}+(20-30) to Dexterity +{tags:resource,life}+(50-70) to maximum Life +{tags:resistance}+75% to Cold Resistance Cannot be Chilled {tags:life}20% of Life Regenerated per Second while Frozen ]],[[ @@ -1075,10 +1075,10 @@ League: Heist Requires Level 42 Implicits: 1 (12-20)% increased Rarity of Items found -{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_defense}+(50-70) to maximum Energy Shield -{tags:jewellery_elemental}+75% to Lightning Resistance -{tags:jewellery_defense}Regenerate 5% of Energy Shield per second while Shocked +{tags:attribute}+(20-30) to Dexterity +{tags:defences}+(50-70) to maximum Energy Shield +{tags:resistance}+75% to Lightning Resistance +{tags:defences}Regenerate 5% of Energy Shield per second while Shocked Unaffected by Shock ]],[[ Xoph's Heart @@ -1088,11 +1088,11 @@ Source: Drops in Xoph Breach or from unique{Xoph, Dark Embers} Upgrade: Upgrades to unique{Xoph's Blood} using currency{Blessing of Xoph} Requires Level 35 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength -{tags:jewellery_attribute}+(20-30) to Strength -{tags:jewellery_elemental}25% increased Fire Damage -{tags:life}+(25-35) to maximum Life -{tags:jewellery_resistance}+(20-40)% to Fire Resistance +{tags:attribute}+(20-30) to Strength +{tags:attribute}+(20-30) to Strength +{tags:elemental_damage}25% increased Fire Damage +{tags:resource,life}+(25-35) to maximum Life +{tags:resistance}+(20-40)% to Fire Resistance Cover Enemies in Ash when they Hit you ]],[[ Xoph's Blood @@ -1101,25 +1101,25 @@ League: Breach Source: Upgraded from unique{Xoph's Heart} using currency{Blessing of Xoph} Requires Level 64 Implicits: 1 -{tags:jewellery_attribute}+(20-30) to Strength -{tags:life}10% increased maximum Life -{tags:jewellery_resistance}+(20-40)% to Fire Resistance -{tags:jewellery_attribute}10% increased Strength -{tags:jewellery_elemental}Damage Penetrates 10% Fire Resistance +{tags:attribute}+(20-30) to Strength +{tags:resource,life}10% increased maximum Life +{tags:resistance}+(20-40)% to Fire Resistance +{tags:attribute}10% increased Strength +{tags:elemental_damage}Damage Penetrates 10% Fire Resistance Cover Enemies in Ash when they Hit you -Avatar of Fire +{tags:elemental_damage}Avatar of Fire ]],[[ Yoke of Suffering Onyx Amulet Source: Drops from unique{The Eradicator} (Tier 11+) Requires Level 70 Implicits: 1 -{tags:jewellery_attribute}+(10-16) to all Attributes -{tags:jewellery_resistance}+(10-20)% to Fire Resistance -{tags:jewellery_resistance}+(10-20)% to Cold Resistance -{tags:jewellery_resistance}+(20-40)% to Lightning Resistance +{tags:attribute}+(10-16) to all Attributes +{tags:resistance}+(10-20)% to Fire Resistance +{tags:resistance}+(10-20)% to Cold Resistance +{tags:resistance}+(20-40)% to Lightning Resistance 30% reduced Duration of Ailments on Enemies -{tags:jewellery_elemental}(5-10)% chance to Shock +(5-10)% chance to Shock Enemies take 5% increased Damage for each type of Ailment you have inflicted on them Your Elemental Damage can Shock ]], diff --git a/src/Data/Uniques/belt.lua b/src/Data/Uniques/belt.lua index c4a02a1ae6..5af511c213 100644 --- a/src/Data/Uniques/belt.lua +++ b/src/Data/Uniques/belt.lua @@ -11,9 +11,9 @@ League: Ritual Requires Level 68 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:jewellery_defense}+(600-700) to Armour -{tags:life}(12-15)% increased maximum Life -{tags:jewellery_resistance}+(40-60)% to Fire Resistance +{tags:defences}+(600-700) to Armour +{tags:resource,life}(12-15)% increased maximum Life +{tags:resistance}+(40-60)% to Fire Resistance Modifiers to Minimum Endurance Charges instead apply to Minimum Brutal Charges Maximum Brutal Charges is equal to Maximum Endurance Charges Gain Brutal Charges instead of Endurance Charges @@ -26,11 +26,11 @@ Variant: Pre 3.16.0 Variant: Current Requires Level 44 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_defense}+300 to Evasion Rating +{tags:defences}+(9-20) to maximum Energy Shield +{tags:defences}+300 to Evasion Rating {variant:1}{tags:jewellery_defense}+(35-45) to maximum Energy Shield -{variant:2,3}{tags:jewellery_defense}+(75-80) to maximum Energy Shield -{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances +{variant:2,3}{tags:defences}+(75-80) to maximum Energy Shield +{tags:resistance}+(10-15)% to all Elemental Resistances You have Phasing if Energy Shield Recharge has started Recently {variant:1,2}6% increased Evasion while Phasing {variant:3}30% increased Evasion while Phasing @@ -41,10 +41,10 @@ Chain Belt Variant: Pre 2.6.0 Requires Level 70 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:attack,jewellery_elemental}(10-20)% increased Elemental Damage with Attack Skills -{tags:mana}+(45-55) to maximum Mana -{tags:jewellery_defense}+(60-70) to maximum Energy Shield +{tags:defences}+(9-20) to maximum Energy Shield +{tags:elemental_damage,attack}(10-20)% increased Elemental Damage with Attack Skills +{tags:resource,mana}+(45-55) to maximum Mana +{tags:defences}+(60-70) to maximum Energy Shield {tags:attack,mana,physical}0.2% of Physical Attack Damage Leeched as Mana per Power Charge Chill and Freeze duration on you is based on 65% of Energy Shield ]],[[ @@ -54,12 +54,12 @@ Variant: Pre 3.5.0 Variant: Current Requires Level 70 Implicits: 1 -{tags:jewellery_defense}+(60-80) to maximum Energy Shield -{variant:1}{tags:attack,jewellery_elemental}(10-20)% increased Elemental Damage with Attack Skills -{variant:2}{tags:attack,jewellery_elemental}(20-25)% increased Elemental Damage with Attack Skills per Power Charge -{tags:mana}+(45-55) to maximum Mana -{tags:jewellery_defense}+(60-70) to maximum Energy Shield -{tags:attack,mana,physical}0.2% of Attack Damage Leeched as Mana per Power Charge +{tags:defences}+(60-80) to maximum Energy Shield +{variant:1}{tags:elemental_damage,attack}(10-20)% increased Elemental Damage with Attack Skills +{variant:2}{tags:elemental_damage,attack}(20-25)% increased Elemental Damage with Attack Skills per Power Charge +{tags:resource,mana}+(45-55) to maximum Mana +{tags:defences}+(60-70) to maximum Energy Shield +{tags:resource,mana,attack}0.2% of Attack Damage Leeched as Mana per Power Charge {variant:1}{tags:jewellery_defense}Chill Effect and Freeze duration on you is based on 65% of Energy Shield {variant:2}{tags:jewellery_defense}Chill Effect and Freeze duration on you is based on 100% of Energy Shield ]],[[ @@ -69,20 +69,20 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 22 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield +{tags:defences}+(9-20) to maximum Energy Shield 10% increased Damage -{tags:jewellery_attribute}+(15-25) to Intelligence -{tags:jewellery_defense}+(20-30) to maximum Energy Shield -{variant:2}{tags:jewellery_defense}20% increased maximum Energy Shield -{tags:jewellery_defense}50% increased Energy Shield Recharge Rate +{tags:attribute}+(15-25) to Intelligence +{tags:defences}+(20-30) to maximum Energy Shield +{variant:2}{tags:defences}20% increased maximum Energy Shield +{tags:defences}50% increased Energy Shield Recharge Rate ]],[[ Replica Bated Breath Chain Belt League: Heist Requires Level 22 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_attribute}+(15-25) to Intelligence +{tags:defences}+(9-20) to maximum Energy Shield +{tags:attribute}+(15-25) to Intelligence 10% increased Damage 50% increased Fishing Pool Consumption 20% increased Fishing Range @@ -93,11 +93,11 @@ Leather Belt League: Harvest Requires Level 68 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:attack,physical}Adds (5-7) to (11-12) Physical Damage to Attacks +{tags:resource,life}+(25-40) to maximum Life +{tags:physical_damage,attack}Adds (5-7) to (11-12) Physical Damage to Attacks (20-30)% increased Stun Duration on Enemies Nearby Enemies are Crushed while you have at least 25 Rage -{tags:physical}(4-6)% increased Physical Damage per 10 Rage +{tags:physical_damage}(4-6)% increased Physical Damage per 10 Rage +20 to Maximum Rage ]],[[ Belt of the Deceiver @@ -106,22 +106,22 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength +{tags:attribute}+(25-35) to Strength {variant:1}10% reduced Chance to Block Attacks and Spells {tags:physical}(15-25)% increased Physical Damage {tags:critical}You take 30% reduced Extra Damage from Critical Strikes -{tags:life}+(30-40) to maximum Life -{variant:1}{tags:jewellery_resistance}+(6-10)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances +{tags:resource,life}+(30-40) to maximum Life +{variant:1}{tags:resistance}+(6-10)% to all Elemental Resistances +{variant:2}{tags:resistance}+(10-15)% to all Elemental Resistances {variant:2}Nearby Enemies are Intimidated ]],[[ Bisco's Leash Heavy Belt Requires Level 30 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength +{tags:attribute}+(25-35) to Strength 5% increased Quantity of Items found -{tags:jewellery_resistance}+(20-40)% to Cold Resistance +{tags:resistance}+(20-40)% to Cold Resistance Rampage 1% increased Rarity of Items found per 15 Rampage Kills ]],[[ @@ -130,9 +130,9 @@ Chain Belt League: Heist Requires Level 61 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:life}+(60-80) to maximum Life -{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance +{tags:defences}+(9-20) to maximum Energy Shield +{tags:resource,life}+(60-80) to maximum Life +{tags:resistance}+(17-23)% to Chaos Resistance Enemy Hits inflict Temporal Chains on you When you lose Temporal Chains you gain maximum Rage Immune to Curses while you have at least 25 Rage @@ -145,11 +145,11 @@ League: Incursion Upgrade: Upgrades to unique{Coward's Legacy} via currency{Vial of Consequence} Requires Level 22 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield +{tags:defences}+(9-20) to maximum Energy Shield {variant:1}(20-25)% increased Damage -{variant:1}{tags:jewellery_attribute}+(10-15) to all Attributes -{variant:2}{tags:jewellery_attribute}+(15-20) to all Attributes -{variant:2}{tags:life}You count as on Full Life while you are Cursed with Vulnerability +{variant:1}{tags:attribute}+(10-15) to all Attributes +{variant:2}{tags:attribute}+(15-20) to all Attributes +{variant:2}{tags:resource,life}You count as on Full Life while you are Cursed with Vulnerability {tags:speed}(5-10)% increased Movement Speed Damage from Enemies Hitting you is Unlucky while you are Cursed with Vulnerability {tags:caster}You are cursed with Vulnerability, with 40% increased Effect @@ -160,11 +160,11 @@ League: Incursion Source: Upgraded from unique{Coward's Chains} via currency{Vial of Consequence} Requires Level 52 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_attribute}+(15-20) to all Attributes +{tags:defences}+(9-20) to maximum Energy Shield +{tags:attribute}+(15-20) to all Attributes {tags:speed}(5-10)% increased Movement Speed {tags:caster}50% increased Effect of Curses on you -{tags:life}You count as on Low Life while you are Cursed with Vulnerability +{tags:resource,life}You count as on Low Life while you are Cursed with Vulnerability {tags:caster}You are Cursed with Vulnerability, with 80% increased Effect ]],[[ Cyclopean Coil @@ -172,13 +172,13 @@ Leather Belt Source: Drops from unique{The Elder} Requires Level 68 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:life}+(60-80) to maximum Life -{tags:jewellery_attribute}(5-15)% increased Attributes +{tags:resource,life}+(25-40) to maximum Life +{tags:resource,life}+(60-80) to maximum Life +{tags:attribute}(5-15)% increased Attributes Cannot be Frozen if Dexterity is higher than Intelligence Cannot be Ignited if Strength is higher than Dexterity Cannot be Shocked if Intelligence is higher than Strength -{tags:life}1% increased Damage per 5 of your lowest Attribute +1% increased Damage per 5 of your lowest Attribute Elder Item ]],[[ Darkness Enthroned @@ -206,23 +206,23 @@ Variant: Current (Cold) Variant: Current (Lightning) Requires Level 68 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength +{tags:attribute}+(25-35) to Strength {variant:1,5}{tags:physical}(20-30)% increased Physical Damage -{variant:2,6}{tags:jewellery_elemental}(20-30)% increased Fire Damage -{variant:3,7}{tags:jewellery_elemental}(20-30)% increased Cold Damage -{variant:4,8}{tags:jewellery_elemental}(20-30)% increased Lightning Damage -{variant:2,3,4,6,7,8}{tags:jewellery_defense}+(300-350) to Armour -{variant:1,3,4,5,7,8}{tags:jewellery_resistance}+(30-35)% to Fire Resistance -{variant:1,2,4,5,6,8}{tags:jewellery_resistance}+(30-35)% to Cold Resistance -{variant:1,2,3,5,6,7}{tags:jewellery_resistance}+(30-35)% to Lightning Resistance +{variant:2,6}{tags:elemental_damage}(20-30)% increased Fire Damage +{variant:3,7}{tags:elemental_damage}(20-30)% increased Cold Damage +{variant:4,8}{tags:elemental_damage}(20-30)% increased Lightning Damage +{variant:2,3,4,6,7,8}{tags:defences}+(300-350) to Armour +{variant:1,3,4,5,7,8}{tags:resistance}+(30-35)% to Fire Resistance +{variant:1,2,4,5,6,8}{tags:resistance}+(30-35)% to Cold Resistance +{variant:1,2,3,5,6,7}{tags:resistance}+(30-35)% to Lightning Resistance {variant:1}{tags:life,physical}0.2% of Physical Damage Leeched as Life -{variant:5}{tags:life,physical}0.6% of Physical Damage Leeched as Life +{variant:5}{tags:resource,life}0.6% of Physical Damage Leeched as Life {variant:2}{tags:life,jewellery_elemental}0.2% of Fire Damage Leeched as Life -{variant:6}{tags:life,jewellery_elemental}0.6% of Fire Damage Leeched as Life +{variant:6}{tags:resource,life}0.6% of Fire Damage Leeched as Life {variant:3}{tags:life,jewellery_elemental}0.2% of Cold Damage Leeched as Life -{variant:7}{tags:life,jewellery_elemental}0.6% of Cold Damage Leeched as Life +{variant:7}{tags:resource,life}0.6% of Cold Damage Leeched as Life {variant:4}{tags:life,jewellery_elemental}0.2% of Lightning Damage Leeched as Life -{variant:8}{tags:life,jewellery_elemental}0.6% of Lightning Damage Leeched as Life +{variant:8}{tags:resource,life}0.6% of Lightning Damage Leeched as Life {variant:1,5}Your Flasks grant 25% reduced Enemy Stun Threshold during any Flask Effect {variant:2}Your Flasks grant 10% chance to Ignite during any Flask Effect {variant:6}Your Flasks grant (20-30)% chance to Ignite during any Flask Effect @@ -237,7 +237,7 @@ League: Heist Requires Level 48 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:jewellery_attribute}+(20-30) to all Attributes +{tags:attribute}+(20-30) to all Attributes (15-25)% increased Flask Charges gained (10-20)% increased Flask Charges used (10-20)% increased Flask Effect Duration @@ -250,15 +250,15 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 52 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:life}+(70-85) to maximum Life -{tags:jewellery_resistance}+(20-40)% to Fire Resistance -{tags:jewellery_resistance}+(20-40)% to Cold Resistance +{tags:attribute}+(25-35) to Strength +{tags:resource,life}+(70-85) to maximum Life +{tags:resistance}+(20-40)% to Fire Resistance +{tags:resistance}+(20-40)% to Cold Resistance {variant:1}{tags:attack,life}0.6% of Attack Damage Leeched as Life against Chilled enemies {variant:2}{tags:attack,life}1% of Attack Damage Leeched as Life against Chilled enemies {variant:1}{tags:jewellery_elemental,attack}Ignites you inflict with Attacks deal Damage 20% faster -{variant:2}{tags:jewellery_elemental,attack}Ignites you inflict with Attacks deal Damage 35% faster -Deal no Physical Damage +{variant:2}{tags:elemental_damage,attack}Ignites you inflict with Attacks deal Damage 35% faster +{tags:physical_damage}Deal no Physical Damage ]],[[ Faminebind Rustic Sash @@ -266,9 +266,9 @@ League: Talisman Standard, Talisman Hardcore Requires Level 18 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage -{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:resistance}+(20-30)% to Cold Resistance 60% increased Flask effect duration -Deals 50 Chaos Damage per second to nearby Enemies +{tags:chaos_damage}Deals 50 Chaos Damage per second to nearby Enemies 20% increased Projectile Damage 30% reduced Flask Charges gained while using a Flask ]],[[ @@ -278,9 +278,9 @@ League: Talisman Standard, Talisman Hardcore Requires Level 11 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage -{tags:attack,physical}Adds 5 to 10 Physical Damage to Attacks -{tags:life}+(20-40) to maximum Life -{tags:attack,life,physical}0.2% of Physical Attack Damage Leeched as Life +{tags:physical_damage,attack}Adds 5 to 10 Physical Damage to Attacks +{tags:resource,life}+(20-40) to maximum Life +{tags:resource,life,attack}0.2% of Physical Attack Damage Leeched as Life 50% increased Flask Charges gained while using a Flask {tags:mana}50% increased Mana Regeneration while using a Flask ]],[[ @@ -294,11 +294,11 @@ Requires Level 60 Implicits: 1 (15-25)% increased Stun and Block Recovery Grants Summon Harbinger of Time Skill -{tags:caster,attack,speed}(10-15)% increased Attack and Cast Speed +{tags:attack,caster,speed}(10-15)% increased Attack and Cast Speed {variant:1}{tags:life}(15-20)% increased Life Recovery rate {variant:2}{tags:life}(10-15)% increased Life Recovery rate {variant:1}{tags:jewellery_defense}(15-20)% increased Energy Shield Recovery rate -{variant:2}{tags:jewellery_defense}(10-15)% increased Energy Shield Recovery rate +{variant:2}{tags:resource,life,defences}(10-15)% increased Energy Shield Recovery rate (15-20)% increased Cooldown Recovery Speed Debuffs on you expire (15-20)% faster ]],[[ @@ -310,7 +310,7 @@ Requires Level 60 Implicits: 1 (15-25)% increased Stun and Block Recovery Grants Summon Greater Harbinger of Time Skill -{tags:caster,attack,speed}(10-15)% increased Attack and Cast Speed +{tags:attack,caster,speed}(10-15)% increased Attack and Cast Speed {tags:life}(15-20)% increased Life Recovery rate {tags:jewellery_defense}(15-20)% increased Energy Shield Recovery rate (15-20)% increased Cooldown Recovery Speed @@ -322,15 +322,15 @@ Variant: Pre 3.12.0 Variant: Current Requires Level 48 Implicits: 1 -{tags:life}+(25-40) to maximum Life +{tags:resource,life}+(25-40) to maximum Life {variant:1}Trigger Level 30 Poacher's Mark when you Hit a Rare or Unique Enemy -{tags:life}+(60-80) to maximum Life +{tags:resource,life}+(60-80) to maximum Life {variant:1}Culling Strike against Enemies Cursed with Poacher's Mark {variant:2}You have Culling Strike against Cursed Enemies -{variant:2}(20-28) Life gained for each Cursed Enemy hit by your Attacks -{variant:2}(10-14) Mana gained for each Cursed Enemy hit by your Attacks -{tags:physical}Take (100-200) Physical Damage when you use a Movement Skill -You have no Armour or Maximum Energy Shield +{variant:2}{tags:resource,life,attack}(20-28) Life gained for each Cursed Enemy hit by your Attacks +{variant:2}{tags:resource,mana,attack}(10-14) Mana gained for each Cursed Enemy hit by your Attacks +{tags:physical_damage}Take (100-200) Physical Damage when you use a Movement Skill +{tags:defences}You have no Armour or Maximum Energy Shield ]],[[ Graven's Secret Cloth Belt @@ -341,8 +341,8 @@ Requires Level 68 Implicits: 1 (15-25)% increased Stun and Block Recovery {tags:jewellery_defense}+(60-70) to Energy Shield -{tags:mana}(16-20)% increased maximum Mana -{tags:jewellery_resistance}+(40-60)% to Lightning Resistance +{tags:resource,mana}(16-20)% increased maximum Mana +{tags:resistance}+(40-60)% to Lightning Resistance Modifiers to Minimum Power Charges instead apply to Minimum Absorption Charges Maximum Absorption Charges is equal to Maximum Power Charges Gain Absorption Charges instead of Power Charges @@ -353,10 +353,10 @@ Leather Belt League: Nemesis Requires Level 40 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_attribute}+(40-55) to Strength -{tags:jewellery_attribute}+(40-55) to Dexterity -{tags:life}+(50-60) to maximum Life +{tags:resource,life}+(25-40) to maximum Life +{tags:attribute}+(40-55) to Strength +{tags:attribute}+(40-55) to Dexterity +{tags:resource,life}+(50-60) to maximum Life (20-30)% increased Damage with Hits against Rare monsters When you Kill a Rare monster, you gain its mods for 20 seconds ]],[[ @@ -365,10 +365,10 @@ Leather Belt League: Heist Requires Level 40 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_attribute}+(40-55) to Strength -{tags:jewellery_attribute}+(40-55) to Dexterity -{tags:life}+(50-60) to maximum Life +{tags:resource,life}+(25-40) to maximum Life +{tags:attribute}+(40-55) to Strength +{tags:attribute}+(40-55) to Dexterity +{tags:resource,life}+(50-60) to maximum Life (20-30)% increased Damage with Hits against Magic monsters 20% chance when you Kill a Magic Monster to gain its Non-Bloodline Modifiers for 20 seconds @@ -398,8 +398,8 @@ Variant: Current (Energy Shield Regen) Variant: Current (Lucky Crit Chance while Focused) Requires Level 60 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_resistance}+(30-40)% to Cold Resistance +{tags:resource,life}+(25-40) to maximum Life +{tags:resistance}+(30-40)% to Cold Resistance Chill nearby Enemies when you Focus, causing 30% reduced Action Speed {variant:1,2,3,4,5,6,7,8,9,10}Focus has (15-25)% increased Cooldown Recovery Speed {variant:11,12,13,14,15,16,17,18,19,20}Focus has (30-50)% increased Cooldown Recovery Rate @@ -422,8 +422,8 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 50 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:life}+(75-100) to maximum Life +{tags:resource,life}+(25-40) to maximum Life +{tags:resource,life}+(75-100) to maximum Life {tags:life}(67-75) Life Regenerated per second {tags:mana}(8-10) Mana Regenerated per second {variant:1}−40% to all Elemental Resistances @@ -431,15 +431,15 @@ Implicits: 1 {variant:1}−10% to all maximum Resistances {variant:2}−5% to all maximum Resistances {tags:physical}−(50-40) Physical Damage taken from Attacks -{tags:jewellery_defense}40% increased Armour while not Ignited, Frozen or Shocked +{tags:defences}40% increased Armour while not Ignited, Frozen or Shocked ]],[[ Leash of Oblation Leather Belt Requires Level 49 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_attribute}+(15-20) to all Attributes -{tags:life}+(50-70) to maximum Life +{tags:resource,life}+(25-40) to maximum Life +{tags:attribute}+(15-20) to all Attributes +{tags:resource,life}+(50-70) to maximum Life You can have an Offering of each type Offering Skills have 50% reduced Duration ]],[[ @@ -451,9 +451,9 @@ Requires Level 16 Implicits: 1 (20-30)% increased Stun Duration on Enemies {tags:physical}(25-40)% increased Physical Damage -{tags:jewellery_attribute}+(40-50) to Strength +{tags:attribute}+(40-50) to Strength 50% increased Flask Charges gained -{variant:2}{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength +{variant:2}{tags:resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength ]],[[ The Nomad Studded Belt @@ -461,11 +461,11 @@ Source: Drops from any endgame map boss Requires Level 48 Implicits: 1 (20-30)% increased Stun Duration on Enemies -{tags:physical}(25-40)% increased Global Physical Damage -{tags:jewellery_attribute}+(40-50) to Strength -{tags:jewellery_attribute}+(40-50) to Dexterity +{tags:physical_damage}(25-40)% increased Global Physical Damage +{tags:attribute}+(40-50) to Strength +{tags:attribute}+(40-50) to Dexterity 50% increased Flask Charges gained -{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength +{tags:resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength {tags:attack}(40-50)% increased Projectile Attack Damage while you have at least 200 Dexterity ]],[[ The Tactician @@ -474,21 +474,21 @@ Source: Drops from any endgame map boss Requires Level 48 Implicits: 1 (20-30)% increased Stun Duration on Enemies -{tags:physical}(25-40)% increased Global Physical Damage -{tags:jewellery_attribute}+(40-50) to Strength -{tags:jewellery_attribute}+(40-50) to Intelligence +{tags:physical_damage}(25-40)% increased Global Physical Damage +{tags:attribute}+(40-50) to Strength +{tags:attribute}+(40-50) to Intelligence 50% increased Flask Charges gained -{tags:jewellery_resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength +{tags:resistance}+(20-25)% to all Elemental Resistances while you have at least 200 Strength {tags:critical}(50-60)% increased Critical Strike Chance while you have at least 200 Intelligence ]],[[ Mageblood Heavy Belt Requires Level 44 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:jewellery_attribute}+(30-50) to Dexterity -{tags:jewellery_resistance}+(15-25)% to Fire Resistance -{tags:jewellery_resistance}+(15-25)% to Cold Resistance +{tags:attribute}+(25-35) to Strength +{tags:attribute}+(30-50) to Dexterity +{tags:resistance}+(15-25)% to Fire Resistance +{tags:resistance}+(15-25)% to Cold Resistance Magic Utility Flask cannot be Used Leftmost (2-4) Magic Utility Flasks constantly apply their Flask Effects to you Magic Utility Flask Effects cannot be removed @@ -497,8 +497,8 @@ Maligaro's Restraint Chain Belt Requires Level 44 Implicits: 1 -{tags:jewellery_defense}+(9-20) to maximum Energy Shield -{tags:jewellery_elemental,attack}Adds 1 to (30-50) Lightning Damage to Attacks +{tags:defences}+(9-20) to maximum Energy Shield +{tags:elemental_damage,attack}Adds 1 to (30-50) Lightning Damage to Attacks 100% increased Shock Duration on You Shocks you cause are reflected back to you 60% increased Damage while Shocked @@ -510,22 +510,22 @@ Variant: Pre 2.0.0 Variant: Current Requires Level 8 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{variant:1}{tags:attack,physical}Adds 10 to 20 Physical Damage to Attacks -{variant:2}{tags:attack,physical}Adds 5 to 15 Physical Damage to Attacks -{tags:jewellery_attribute}+25 to Strength -{tags:life}10% increased maximum Life -{tags:jewellery_resistance}+(10-20)% to Cold Resistance -{tags:life}25% increased Flask Life Recovery rate +{tags:attribute}+(25-35) to Strength +{variant:1}{tags:physical_damage,attack}Adds 10 to 20 Physical Damage to Attacks +{variant:2}{tags:physical_damage,attack}Adds 5 to 15 Physical Damage to Attacks +{tags:attribute}+25 to Strength +{tags:resource,life}10% increased maximum Life +{tags:resistance}+(10-20)% to Cold Resistance +{tags:resource,life}25% increased Flask Life Recovery rate ]],[[ Mother's Embrace Heavy Belt League: Metamorph Requires Level 40 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:life}+(50-70) to maximum Life -{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:attribute}+(25-35) to Strength +{tags:resource,life}+(50-70) to maximum Life +{tags:resistance}+(20-30)% to Cold Resistance Your Minions use your Flasks when summoned Minions have (40-25)% reduced Flask Charges used Minions have (50-80)% increased Flask Effect Duration @@ -538,8 +538,8 @@ League: Ritual Requires Level 68 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:jewellery_defense}+(600-700) to Evasion Rating -{tags:jewellery_resistance}+(40-60)% to Cold Resistance +{tags:defences}+(600-700) to Evasion Rating +{tags:resistance}+(40-60)% to Cold Resistance {tags:speed}(8-12)% increased Movement Speed Modifiers to Minimum Frenzy Charges instead apply to Minimum Affliction Charges Maximum Affliction Charges is equal to Maximum Frenzy Charges @@ -553,10 +553,10 @@ Variant: Current Requires Level 16 Implicits: 1 (15-25)% increased Stun Recovery -{tags:jewellery_attribute}+(20-30) to all Attributes +{tags:attribute}+(20-30) to all Attributes {variant:1}(8-12)% increased Quantity of Items found {variant:2}(6-8)% increased Quantity of Items found -{tags:jewellery_resistance}+20% to Fire Resistance +{tags:resistance}+20% to Fire Resistance 20% increased Flask effect duration {tags:physical}−2 Physical Damage taken from Attacks ]],[[ @@ -566,12 +566,12 @@ Variant: Pre 3.16.0 Variant: Current Requires Level 78 Implicits: 1 -{tags:jewellery_defense}+(260-320) to Armour and Evasion Rating -{tags:life}(4-8)% increased maximum Life -{tags:jewellery_resistance}+(20-40)% to Cold Resistance +{tags:defences}+(260-320) to Armour and Evasion Rating +{tags:resource,life}(4-8)% increased maximum Life +{tags:resistance}+(20-40)% to Cold Resistance {tags:attack}1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating {variant:1}{tags:attack}14-20% chance to gain Fortify when you Stun an Enemy with Melee Damage -{variant:2}{tags:attack}Melee Hits which Stun Fortify +{variant:2}Melee Hits which Stun Fortify You have Onslaught while you have Fortify ]],[[ Prismweave @@ -581,37 +581,37 @@ Variant: Current Requires Level 25 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage -10% increased Elemental Damage with Attack Skills +{tags:elemental_damage,attack}10% increased Elemental Damage with Attack Skills {variant:1}{tags:jewellery_elemental,attack}Adds (3-4) to (7-8) Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds (7-8) to (15-16) Fire Damage to Attacks +{variant:2}{tags:elemental_damage,attack}Adds (7-8) to (15-16) Fire Damage to Attacks {variant:1}{tags:jewellery_elemental,attack}Adds (2-3) to (5-7) Cold Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds (5-6) to (12-14) Cold Damage to Attacks +{variant:2}{tags:elemental_damage,attack}Adds (5-6) to (12-14) Cold Damage to Attacks {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (13-17) Lightning Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds 1 to (30-34) Lightning Damage to Attacks -{tags:jewellery_resistance}+(6-8)% to all Elemental Resistances -{tags:jewellery_elemental,attack}30% increased Elemental Damage with Attack Skills during any Flask Effect +{variant:2}{tags:elemental_damage,attack}Adds 1 to (30-34) Lightning Damage to Attacks +{tags:resistance}+(6-8)% to all Elemental Resistances +{tags:elemental_damage,attack}30% increased Elemental Damage with Attack Skills during any Flask Effect ]],[[ Replica Prismweave Rustic Sash League: Heist Requires Level 25 Implicits: 1 -{tags:physical}(12-24)% increased Global Physical Damage -{tags:jewellery_elemental,caster}Adds (7-8) to (15-16) Fire Damage to Spells -{tags:jewellery_elemental,caster}Adds (5-6) to (12-14) Cold Damage to Spells -{tags:jewellery_elemental,caster}Adds 1 to (30-34) Lightning Damage to Spells -{tags:jewellery_resistance}+(6-8)% to all Elemental Resistances -{tags:jewellery_elemental}10% increased Elemental Damage -{tags:jewellery_elemental}30% increased Elemental Damage during any Flask Effect +{tags:physical_damage}(12-24)% increased Global Physical Damage +{tags:elemental_damage,caster}Adds (7-8) to (15-16) Fire Damage to Spells +{tags:elemental_damage,caster}Adds (5-6) to (12-14) Cold Damage to Spells +{tags:elemental_damage,caster}Adds 1 to (30-34) Lightning Damage to Spells +{tags:resistance}+(6-8)% to all Elemental Resistances +{tags:elemental_damage}10% increased Elemental Damage +{tags:elemental_damage}30% increased Elemental Damage during any Flask Effect ]],[[ Pyroshock Clasp Leather Belt League: Heist Requires Level 43 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:jewellery_attribute}+(30-40) to Dexterity -{tags:jewellery_defense}+(300-500) to Evasion Rating +{tags:resource,life}+(25-40) to maximum Life +{tags:attribute}+(30-40) to Dexterity +{tags:defences}+(300-500) to Evasion Rating (10-15)% increased Duration of Elemental Ailments on Enemies Enemies Ignited by you have (10-15)% of Physical Damage they deal converted to Fire Enemies Shocked by you have (10-15)% of Physical Damage they deal converted to Lightning @@ -623,9 +623,9 @@ Source: Vendor recipe Requires Level 44 Implicits: 1 {tags:physical}(12-24)% increased Physical Damage -{tags:life}+(60-80) to maximum Life -{tags:jewellery_resistance}+(25-40)% to Cold Resistance -{tags:attack,life,physical}0.4% of Physical Attack Damage Leeched as Life +{tags:resource,life}+(60-80) to maximum Life +{tags:resistance}+(25-40)% to Cold Resistance +{tags:resource,life,attack}0.4% of Physical Attack Damage Leeched as Life 60% increased Flask Effect Duration 30% reduced Flask Charges gained while using a Flask {tags:chaos,life}200% of Life Leech applies to enemies as Chaos Damage @@ -638,36 +638,36 @@ Variant: Current Requires Level 20 Implicits: 1 (20-30)% increased Stun Duration on Enemies -{variant:2}{tags:life}+(80-100) to maximum Life -{tags:jewellery_attribute}+(20-40) to Strength -{tags:attack,physical}Adds 1 to (15-20) Physical Damage to Attacks -{tags:life}Gain 50 Life when you Stun an Enemy +{variant:2}{tags:resource,life}+(80-100) to maximum Life +{tags:attribute}+(20-40) to Strength +{tags:physical_damage,attack}Adds 1 to (15-20) Physical Damage to Attacks +{tags:resource,life}Gain 50 Life when you Stun an Enemy {variant:1}{tags:attack,physical}20% less Minimum Physical Attack Damage -{variant:2}{tags:attack,physical}(30-40)% less Minimum Physical Attack Damage +{variant:2}{tags:physical_damage,attack}(30-40)% less Minimum Physical Attack Damage {variant:1}{tags:attack,physical}20% more Maximum Physical Attack Damage -{variant:2}{tags:attack,physical}(30-40)% more Maximum Physical Attack Damage +{variant:2}{tags:physical_damage,attack}(30-40)% more Maximum Physical Attack Damage ]],[[ Siegebreaker Heavy Belt Requires Level: 44 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:jewellery_defense}(6-10)% increased maximum Energy Shield -{tags:life}(6-10)% increased maximum Life -{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance -Minions have 5% chance to Taunt on Hit with Attacks -Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second +{tags:attribute}+(25-35) to Strength +{tags:defences}(6-10)% increased maximum Energy Shield +{tags:resource,life}(6-10)% increased maximum Life +{tags:resistance}+(17-23)% to Chaos Resistance +{tags:attack}Minions have 5% chance to Taunt on Hit with Attacks +{tags:chaos_damage}Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second ]],[[ Replica Siegebreaker Heavy Belt League: Heist Requires Level 44 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:jewellery_defense}(6-10)% increased maximum Energy Shield -{tags:life}(6-10)% increased maximum Life -{tags:jewellery_resistance}+(15-25)% to Fire Resistance -Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second +{tags:attribute}+(25-35) to Strength +{tags:defences}(6-10)% increased maximum Energy Shield +{tags:resource,life}(6-10)% increased maximum Life +{tags:resistance}+(15-25)% to Fire Resistance +{tags:elemental_damage}Your Minions spread Burning Ground on Death, dealing 20% of their maximum Life as Fire Damage per second {tags:attack}Minions have 5% chance to Maim Enemies on Hit with Attacks ]],[[ Soul Tether @@ -677,15 +677,15 @@ Variant: Current Requires Level 48 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:jewellery_attribute}+(20-40) to Intelligence -{tags:jewellery_defense,life}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield +{tags:attribute}+(20-40) to Intelligence +{tags:defences}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield {variant:1}Your Energy Shield starts at zero {variant:1}You cannot Recharge Energy Shield {variant:1}You cannot Regenerate Energy Shield {variant:1}{tags:jewellery_defense}You lose 5% of Energy Shield per second {variant:1}{tags:life}Life Leech effects are not removed at Full Life {variant:1}{tags:life}Life Leech is applied to Energy Shield instead while on Full Life -{variant:2}Immortal Ambition +{variant:2}{tags:defences}Immortal Ambition ]],[[ Replica Soul Tether Cloth Belt @@ -693,18 +693,18 @@ League: Heist Requires Level 48 Implicits: 1 (15-25)% increased Stun and Block Recovery -{tags:jewellery_attribute}+(20-40) to Strength -{tags:jewellery_defense}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield -Corrupted Soul +{tags:attribute}+(20-40) to Strength +{tags:defences}Gain (4-6)% of Maximum Life as Extra Maximum Energy Shield +{tags:defences}Corrupted Soul ]],[[ Soulthirst Cloth Belt Requires Level 45 Implicits: 1 (15-25)% increased Stun Recovery -{tags:life}+(60-80) to maximum Life -{tags:jewellery_resistance}+15% to all Elemental Resistances -{tags:mana}(20-30)% increased Mana Recovery from Flasks +{tags:resource,life}+(60-80) to maximum Life +{tags:resistance}+15% to all Elemental Resistances +{tags:resource,mana}(20-30)% increased Mana Recovery from Flasks (20-30)% reduced Flask effect duration Gain Soul Eater during Flask Effect Lose Souls gained from Soul Eater on Flask Use @@ -768,8 +768,8 @@ Requires Level 37 Implicits: 1 (15-25)% increased Stun Recovery (30-40)% increased Trap Damage -{tags:mana}20% increased Mana Regeneration Rate -{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:resource,mana}20% increased Mana Regeneration Rate +{tags:resistance}+(20-30)% to Fire Resistance 80% reduced Trap Duration 25% increased Light Radius Traps trigger at the end of their Duration @@ -779,20 +779,20 @@ Heavy Belt League: Ritual Requires Level 52 Implicits: 1 -{tags:jewellery_attribute}+(25-35) to Strength -{tags:jewellery_defense}+(800-1200) to Armour -{tags:life}Regenerate (50-70) Life per second +{tags:attribute}+(25-35) to Strength +{tags:defences}+(800-1200) to Armour +{tags:resource,life}Regenerate (50-70) Life per second 20% increased Stun Threshold -{tags:jewellery_defense}10% reduced Armour per 50 Strength -Imbalanced Guard +{tags:defences}10% reduced Armour per 50 Strength +{tags:defences}Imbalanced Guard ]],[[ Umbilicus Immortalis Leather Belt League: Perandus Requires Level 30 Implicits: 1 -{tags:life}+(25-40) to maximum Life -{tags:life}(8-12)% increased maximum Life +{tags:resource,life}+(25-40) to maximum Life +{tags:resource,life}(8-12)% increased maximum Life {tags:life}2% of Life Regenerated per second Flasks do not apply to You Flasks apply to your Raised Zombies and Spectres @@ -802,10 +802,10 @@ Leather Belt Requires Level 8 Implicits: 1 {tags:life}+(25-40) to Maximum Life -{tags:jewellery_attribute}+(20-30) to Strength -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:jewellery_resistance}+(10-20)% to Cold Resistance -{tags:attack,life,physical}0.4% of Physical Attack Damage Leeched as Life -{tags:attack,mana,physical}0.4% of Physical Attack Damage Leeched as Mana +{tags:attribute}+(20-30) to Strength +{tags:attribute}+(20-30) to Intelligence +{tags:resistance}+(10-20)% to Cold Resistance +{tags:resource,life,attack}0.4% of Physical Attack Damage Leeched as Life +{tags:resource,mana,attack}0.4% of Physical Attack Damage Leeched as Mana ]], } diff --git a/src/Data/Uniques/body.lua b/src/Data/Uniques/body.lua index 17bc7501a6..7110d62a33 100644 --- a/src/Data/Uniques/body.lua +++ b/src/Data/Uniques/body.lua @@ -134,7 +134,7 @@ Requires Level 59, 160 Str 0.4% of Physical Attack Damage Leeched as Mana Socketed Gems are Supported by level 15 Pierce Enemy Projectiles Pierce you -{Variant:2}+160 Dexterity Requirement +{variant:2}+160 Dexterity Requirement ]],[[ Iron Heart Crusader Plate @@ -289,7 +289,7 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 65, 197 Dex {variant:1,2,3}+(20-30) to Dexterity -{variant:4.5,6}+(40-50) to Dexterity ++(40-50) to Dexterity {variant:1,2,3}Adds 13 to 24 Cold Damage to Bow Attacks {variant:4}Adds (50-60) to (70-80) Cold Damage to Bow Attacks {variant:5}Adds (173-188) to (240-262) Cold Damage to Bow Attacks diff --git a/src/Data/Uniques/boots.lua b/src/Data/Uniques/boots.lua index 54c695e16f..38cba10e0d 100644 --- a/src/Data/Uniques/boots.lua +++ b/src/Data/Uniques/boots.lua @@ -865,13 +865,13 @@ Fugitive Boots Source: Drops from unique{The Eater of Worlds} Requires Level 70, 56 Dex, 76 Int Implicits: 1 -+(13–17)% to Chaos Resistance -+(80–100) to maximum Life ++(13-17)% to Chaos Resistance ++(80-100) to maximum Life 30% increased Movement Speed You gain 3 Grasping Vines when you take a Critical Strike Nearby stationary Enemies gain a Grasping Vine every 0.5 seconds All Damage inflicts Poison against Enemies affected by at least 3 Grasping Vines -You take (30–50)% reduced Extra Damage from Critical Strikes by Poisoned Enemies +You take (30-50)% reduced Extra Damage from Critical Strikes by Poisoned Enemies ]],[[ Nomic's Storm Strapped Boots @@ -971,8 +971,8 @@ Olroth's Charge Runic Sollerets League: Expedition Requires Level 48, 37 Str, 37 Dex, 37 Int -(50–80)% increased Ward -(30–50)% slower Restoration of Ward +(50-80)% increased Ward +(30-50)% slower Restoration of Ward 20% increased Movement Speed Gain Adrenaline for 3 seconds when Ward Breaks ]],[[ @@ -983,8 +983,8 @@ Requires Level 69, 46 Str, 46 Dex, 46 Int Has no Sockets Triggers Level 20 Summon Arbalists when Equipped 25% increased Movement Speed -Summoned Arbalists have (10–20)% chance to inflict Cold Exposure on Hit -Summoned Arbalists have (10–20)% chance to Intimidate for 4 seconds on Hit -Summoned Arbalists Convert (30–50)% of Physical Damage to Fire Damage +Summoned Arbalists have (10-20)% chance to inflict Cold Exposure on Hit +Summoned Arbalists have (10-20)% chance to Intimidate for 4 seconds on Hit +Summoned Arbalists Convert (30-50)% of Physical Damage to Fire Damage ]], } diff --git a/src/Data/Uniques/flask.lua b/src/Data/Uniques/flask.lua index 7f64ae58a2..b65c1e0dbd 100644 --- a/src/Data/Uniques/flask.lua +++ b/src/Data/Uniques/flask.lua @@ -469,7 +469,7 @@ Elixir of the Unbroken Circle Iron Flask League: Expedition Requires Level 40 -(20–40)% increased Duration +(20-40)% increased Duration Recover 4% of Life per Endurance Charge on use Lose all Endurance Charges on use Gain 1 Endurance Charge per Second during Flask Effect @@ -486,9 +486,9 @@ Starlight Chalice Iron Flask League: Expedition Requires Level 40 -(20–30)% increased Charge Recovery +(20-30)% increased Charge Recovery Inflict Fire, Cold and Lightning Exposure on nearby Enemies when used -(20–30)% increased Effect of Non-Damaging Ailments you inflict during Flask Effect +(20-30)% increased Effect of Non-Damaging Ailments you inflict during Flask Effect ]],[[ Vorana's Preparation Iron Flask diff --git a/src/Data/Uniques/gloves.lua b/src/Data/Uniques/gloves.lua index 797cb8eea4..e0659ff767 100644 --- a/src/Data/Uniques/gloves.lua +++ b/src/Data/Uniques/gloves.lua @@ -33,12 +33,12 @@ Spiked Gloves Source: Drops from unique{The Infinite Hunger} Requires Level 70, 95 Str Implicits: 1 -(16–20)% increased Melee Damage -Adds (2–3) to (22–26) Physical Damage to Attacks -(100–150)% increased Armour -(20–30)% chance to inflict Corrosion on Hit with Attacks -(20–30)% chance to gain an Endurance Charge on Hitting an Enemy with no Armour -(20–30)% chance to gain a Frenzy Charge on Hitting an Enemy with no Evasion Rating +(16-20)% increased Melee Damage +Adds (2-3) to (22-26) Physical Damage to Attacks +(100-150)% increased Armour +(20-30)% chance to inflict Corrosion on Hit with Attacks +(20-30)% chance to gain an Endurance Charge on Hitting an Enemy with no Armour +(20-30)% chance to gain a Frenzy Charge on Hitting an Enemy with no Evasion Rating ]],[[ Craiceann's Pincers Titan Gauntlets @@ -928,8 +928,8 @@ Runic Gauntlets Requires Level 69, 38 Str, 38 Dex, 38 Int League: Expedition 800% increased Attribute Requirements -(30–50)% increased Ward -+(15–25)% to all Elemental Resistances +(30-50)% increased Ward ++(15-25)% to all Elemental Resistances 80% less Flask Charges gained from Kills Flasks gain 1 Charge per second if you've Hit a Unique Enemy Recently ]],[[ @@ -939,8 +939,8 @@ Variant: Pre 3.16.0 Variant: Current League: Expedition Requires Level 48, 31 Str, 31 Dex, 31 Int -(33–48)% increased Ward -+(17–23)% to Chaos Resistance +(33-48)% increased Ward ++(17-23)% to Chaos Resistance {variant:1}Gain Added Chaos Damage equal to 25% of Ward {variant:2}Gain Added Chaos Damage equal to 20% of Ward 75% of Damage bypasses Ward diff --git a/src/Data/Uniques/helmet.lua b/src/Data/Uniques/helmet.lua index dfdb56bb65..46e76624ab 100644 --- a/src/Data/Uniques/helmet.lua +++ b/src/Data/Uniques/helmet.lua @@ -553,10 +553,10 @@ Sudden Dawn Steel Circlet Source: Drops from unique{The Black Star} Requires Level 48, 101 Int -(300–350)% increased Energy Shield -+(50–70) to maximum Mana -(10–20)% chance for Energy Shield Recharge to start when you Kill an Enemy -(30–40)% less Energy Shield Recharge Rate +(300-350)% increased Energy Shield ++(50-70) to maximum Mana +(10-20)% chance for Energy Shield Recharge to start when you Kill an Enemy +(30-40)% less Energy Shield Recharge Rate ]],[[ Thundersight Solaris Circlet diff --git a/src/Data/Uniques/jewel.lua b/src/Data/Uniques/jewel.lua index ed445b4d8d..aaffccf4a7 100644 --- a/src/Data/Uniques/jewel.lua +++ b/src/Data/Uniques/jewel.lua @@ -115,7 +115,7 @@ Limited to: 1 Removes all Energy Shield Life that would be lost by taking Damage is instead Reserved until you take no Damage to Life for 2 seconds -(20–30)% more Maximum Life +(20-30)% more Maximum Life ]],[[ Divine Inferno Crimson Jewel @@ -1322,7 +1322,7 @@ Limited to: 1 Radius: Medium (10-15)% increased Fire Damage {variant:1}With at least 40 Dexterity in Radius, Burning Arrow can inflict an additional Ignite on an Enemy -{Variant:2}Ignited Enemies Killed by your Hits are destroyed +{variant:2}Ignited Enemies Killed by your Hits are destroyed ]],[[ Unending Hunger Cobalt Jewel diff --git a/src/Data/Uniques/quiver.lua b/src/Data/Uniques/quiver.lua index 9b1460abf0..5ed5086f4c 100644 --- a/src/Data/Uniques/quiver.lua +++ b/src/Data/Uniques/quiver.lua @@ -408,4 +408,4 @@ Adds (30-40) to (80-100) Cold Damage to Attacks Gain a Void Charge every 0.5 seconds Elder Item ]], -} \ No newline at end of file +} diff --git a/src/Data/Uniques/ring.lua b/src/Data/Uniques/ring.lua index 43f545088b..80ebd9633f 100644 --- a/src/Data/Uniques/ring.lua +++ b/src/Data/Uniques/ring.lua @@ -9,10 +9,10 @@ League: Delve Source: Drops from unique{Aul, the Crystal King} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+20 to Strength -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Fire Resistance +{tags:attribute}+20 to Strength +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Ahkeli's Mountain Ruby Ring @@ -20,10 +20,10 @@ League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+20 to Strength -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Fire Resistance +{tags:attribute}+20 to Strength +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Ahkeli's Valley Ruby Ring @@ -31,17 +31,17 @@ League: Delve Source: Drops from unique{Kurgal, the Blackblooded} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+20 to Strength -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Fire Resistance +{tags:attribute}+20 to Strength +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Andvarius Gold Ring Requires Level 20 Implicits: 1 (6-15)% increased Rarity of Items found -{tags:jewellery_attribute}+10 to Dexterity +{tags:attribute}+10 to Dexterity (50-70)% increased Rarity of Items found {tags:jewellery_resistance}−20% to all Elemental Resistances ]],[[ @@ -50,11 +50,11 @@ Topaz Ring League: Metamorph Requires Level 40 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+(30-50) to Intelligence +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+(30-50) to Intelligence {tags:caster}(20-25)% increased Spell Damage 30% chance to Avoid Elemental Ailments -Nova Spells have 20% less Area of Effect +{tags:caster}Nova Spells have 20% less Area of Effect Nova Spells Cast at the targeted location instead of around you ]],[[ Berek's Grip @@ -65,17 +65,17 @@ Variant: Pre 3.8.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Cold and Lightning Resistances -{variant:1}{tags:jewellery_elemental}(10-15)% increased Cold Damage -{variant:2,3}{tags:jewellery_elemental}(25-30)% increased Cold Damage +{tags:resistance}+(12-16)% to Cold and Lightning Resistances +{variant:1}{tags:elemental_damage}(10-15)% increased Cold Damage +{variant:2,3}{tags:elemental_damage}(25-30)% increased Cold Damage {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (1-50) Lightning Damage to Attacks -{variant:2,3}{tags:jewellery_elemental,attack,caster}Adds 1 to (50-70) Lightning Damage to Spells and Attacks -{tags:life}+(30-40) to maximum Life +{variant:2,3}{tags:elemental_damage,attack,caster}Adds 1 to (50-70) Lightning Damage to Spells and Attacks +{tags:resource,life}+(30-40) to maximum Life {variant:1}{tags:life}1% of Damage Leeched as Life against Frozen Enemies -{variant:2,3}{tags:life}1% of Damage Leeched as Life against Shocked Enemies +{variant:2,3}{tags:resource,life}1% of Damage Leeched as Life against Shocked Enemies {variant:1}{tags:mana}1% of Damage Leeched as Mana against Shocked Enemies -{variant:2}{tags:mana}1% of Damage Leeched as Mana against Frozen Enemies -{variant:3}1% of Damage Leeched as Energy Shield against Frozen Enemies +{variant:2}{tags:resource,mana}1% of Damage Leeched as Mana against Frozen Enemies +{variant:3}{tags:defences}1% of Damage Leeched as Energy Shield against Frozen Enemies ]],[[ Berek's Pass Two-Stone Ring @@ -84,14 +84,14 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Fire and Cold Resistances -{variant:1}{tags:jewellery_elemental}(10-15)% increased Fire Damage -{variant:2}{tags:jewellery_elemental}(25-30)% increased Fire Damage +{tags:resistance}+(12-16)% to Fire and Cold Resistances +{variant:1}{tags:elemental_damage}(10-15)% increased Fire Damage +{variant:2}{tags:elemental_damage}(25-30)% increased Fire Damage {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Cold Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack,caster}Adds (20-25) to (30-50) Cold Damage to Spells and Attacks -{tags:jewellery_defense}+(30-40) to maximum Energy Shield +{variant:2}{tags:elemental_damage,attack,caster}Adds (20-25) to (30-50) Cold Damage to Spells and Attacks +{tags:defences}+(30-40) to maximum Energy Shield 30% increased Damage while Ignited -{tags:jewellery_defense}+5000 to Armour while Frozen +{tags:defences}+5000 to Armour while Frozen ]],[[ Berek's Respite Two-Stone Ring @@ -100,12 +100,12 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Fire and Lightning Resistances +{tags:resistance}+(12-16)% to Fire and Lightning Resistances {variant:1}{tags:jewellery_elemental,attack}Adds 1 to (10-30) Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack,caster}Adds (20-25) to (30-50) Fire Damage to Spells and Attacks -{variant:1}{tags:jewellery_elemental}(10-15)% increased Lightning Damage -{variant:2}{tags:jewellery_elemental}(25-30)% increased Lightning Damage -{tags:mana}+(30-40) to maximum Mana +{variant:2}{tags:elemental_damage,attack,caster}Adds (20-25) to (30-50) Fire Damage to Spells and Attacks +{variant:1}{tags:elemental_damage}(10-15)% increased Lightning Damage +{variant:2}{tags:elemental_damage}(25-30)% increased Lightning Damage +{tags:resource,mana}+(30-40) to maximum Mana {variant:1}Shock a nearby Enemy for 2 seconds on Killing a Shocked Enemy {variant:2}Shocks all nearby Enemies on Killing a Shocked Enemy {variant:1}Ignite a nearby Enemy on Killing an Ignited Enemy @@ -116,21 +116,21 @@ Amethyst Ring League: Ritual Requires Level 49 Implicits: 1 -{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance -{tags:jewellery_elemental}+(8-12)% to Fire Damage over Time Multiplier +{tags:resistance}+(17-23)% to Chaos Resistance +{tags:elemental_damage}+(8-12)% to Fire Damage over Time Multiplier 50% reduced Ignite Duration on Enemies (10-15)% chance to Ignite Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite Withered does not expire on Enemies Ignited by you -{tags:chaos,jewellery_resistance}+(20-25)% to Fire and Chaos Resistances +{tags:resistance}+(20-25)% to Fire and Chaos Resistances ]],[[ Blackheart Iron Ring Implicits: 1 -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks +{tags:physical_damage,attack}Adds 1 to 4 Physical Damage to Attacks {tags:physical}5% increased Physical Damage -{tags:attack,chaos}Adds 1 to 3 Chaos Damage to Attacks -{tags:life}+(20-30) to maximum Life +{tags:chaos_damage,attack}Adds 1 to 3 Chaos Damage to Attacks +{tags:resource,life}+(20-30) to maximum Life {tags:life}(2-4) Life Regenerated per second 10% chance to Cause Monsters to Flee ]],[[ @@ -141,10 +141,10 @@ Variant: Pre 2.4.0 Variant: Pre 3.17.0 Requires Level 48 Implicits: 1 -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks +{tags:physical_damage,attack}Adds 1 to 4 Physical Damage to Attacks {tags:physical}5% increased Physical Damage -{tags:attack,chaos}Adds 1 to 3 Chaos Damage to Attacks -{tags:life}+(20-30) to maximum Life +{tags:chaos_damage,attack}Adds 1 to 3 Chaos Damage to Attacks +{tags:resource,life}+(20-30) to maximum Life {tags:life}(2-4) Life Regenerated per second 10% chance to Cause Monsters to Flee {variant:1}Melee Attacks cause Bleeding @@ -159,11 +159,11 @@ Variant: Pre 2.6.0 Variant: Pre 3.17.0 Requires Level 24 Implicits: 1 -{tags:life}+(20-30) to maximum Life +{tags:resource,life}+(20-30) to maximum Life {variant:1}{tags:jewellery_elemental,attack}Adds (7-10) to (15-20) Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack}Adds (12-15) to (25-30) Fire Damage to Attacks -{tags:life}+(20-40) to maximum Life -{tags:jewellery_resistance}+(10-15)% to Cold Resistance +{variant:2}{tags:elemental_damage,attack}Adds (12-15) to (25-30) Fire Damage to Attacks +{tags:resource,life}+(20-40) to maximum Life +{tags:resistance}+(10-15)% to Cold Resistance {variant:1}{tags:jewellery_elemental}45% reduced Effect of Chill on You {variant:2}{tags:jewellery_elemental}75% reduced Effect of Chill on You {variant:1}100% increased Ignite Duration on You @@ -173,11 +173,11 @@ Winterweave Coral Ring Requires Level 24 Implicits: 1 -{tags:life}+(20-30) to maximum Life -{tags:jewellery_elemental,attack}Adds (12-15) to (25-30) Fire Damage to Attacks -{tags:jewellery_elemental,attack}Adds (12-15) to (25-30) Cold Damage to Attacks -{tags:life}+(20-40) to maximum Life -{tags:jewellery_resistance}+(25-30)% to Cold Resistance +{tags:resource,life}+(20-30) to maximum Life +{tags:elemental_damage,attack}Adds (12-15) to (25-30) Fire Damage to Attacks +{tags:elemental_damage,attack}Adds (12-15) to (25-30) Cold Damage to Attacks +{tags:resource,life}+(20-40) to maximum Life +{tags:resistance}+(25-30)% to Cold Resistance {tags:speed}10% increased Movement Speed while Ignited The Effect of Chill on you is reversed ]],[[ @@ -193,11 +193,11 @@ Has 1 Socket {variant:2}+3 to Level of Socketed Golem Gems {variant:1}Socketed Gems are Supported by Level 15 Concentrated Effect {variant:2}25% increased Effect of Buffs granted by Socketed Golem Skills -{variant:2}{tags:jewellery_defense}Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield +{variant:2}{tags:resource,life,defences}Socketed Golem Skills gain 20% of Maximum Life as Extra Maximum Energy Shield {variant:1}{tags:caster}(10-25)% increased Spell Damage {variant:2}{tags:caster}(20-25)% increased Spell Damage -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{tags:jewellery_resistance}+(20-40)% to Lightning Resistance +{tags:defences}+(15-25) to maximum Energy Shield +{tags:resistance}+(20-40)% to Lightning Resistance {variant:1}Socketed Gems are Supported by Level 15 Increased Minion Life ]],[[ Call of the Brotherhood @@ -206,12 +206,12 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Cold and Lightning Resistances -{tags:jewellery_attribute}+(15-25) to Intelligence -{tags:jewellery_elemental}(15-25)% increased Lightning Damage -{tags:mana}(30-40)% increased Mana Regeneration Rate +{tags:resistance}+(12-16)% to Cold and Lightning Resistances +{tags:attribute}+(15-25) to Intelligence +{tags:elemental_damage}(15-25)% increased Lightning Damage +{tags:resource,mana}(30-40)% increased Mana Regeneration Rate {variant:1}{tags:jewellery_elemental}50% of Lightning Damage Converted to Cold Damage -{variant:2}{tags:jewellery_elemental}40% of Lightning Damage Converted to Cold Damage +{variant:2}{tags:elemental_damage}40% of Lightning Damage Converted to Cold Damage Your spells have 100% chance to Shock against Frozen enemies ]],[[ Circle of Anguish @@ -228,17 +228,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Max Resistance Variant: Fire Resistance -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{fractured}{tags:jewellery_attribute}+(20-30) to Strength -{tags:jewellery_elemental}Adds (20-25) to (26-35) Fire Damage -{tags:jewellery_resistance}+(20-30)% to Fire Resistance +{tags:resistance}+(20-30)% to Fire Resistance +{tags:attribute}{fractured}+(20-30) to Strength +{tags:elemental_damage}Adds (20-25) to (26-35) Fire Damage +{tags:resistance}+(20-30)% to Fire Resistance {variant:1}Herald of Ash has (60-80)% increased Mana Reservation Efficiency -{variant:2}Herald of Ash has (30-40)% increased Mana Reservation Efficiency -{variant:3}{tags:jewellery_elemental}(40-60)% increased Fire Damage while affected by Herald of Ash +{variant:2}{tags:resource,mana}Herald of Ash has (30-40)% increased Mana Reservation Efficiency +{variant:3}{tags:elemental_damage}(40-60)% increased Fire Damage while affected by Herald of Ash {variant:4}Herald of Ash has (70-100)% increased Buff Effect {variant:5}Herald of Ash has (40-60)% increased Buff Effect -{variant:6}{tags:jewellery_resistance}+1% to maximum Fire Resistance while affected by Herald of Ash -{variant:7}{tags:jewellery_resistance}+(50-60)% to Fire Resistance while affected by Herald of Ash +{variant:6}{tags:resistance}+1% to maximum Fire Resistance while affected by Herald of Ash +{variant:7}{tags:resistance}+(50-60)% to Fire Resistance while affected by Herald of Ash ]],[[ Circle of Fear Sapphire Ring @@ -254,17 +254,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Max Resistance Variant: Cold Resistance -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{fractured}{tags:jewellery_attribute}+(20-30) to Dexterity -{tags:jewellery_elemental}Adds (20-25) to (26-35) Cold Damage -{tags:jewellery_resistance}+(20-30)% to Cold Resistance +{tags:resistance}+(20-30)% to Cold Resistance +{tags:attribute}{fractured}+(20-30) to Dexterity +{tags:elemental_damage}Adds (20-25) to (26-35) Cold Damage +{tags:resistance}+(20-30)% to Cold Resistance {variant:1}Herald of Ice has (60-80)% increased Mana Reservation Efficiency -{variant:2}Herald of Ice has (30-40)% increased Mana Reservation Efficiency -{variant:3}{tags:jewellery_elemental}(40-60)% increased Cold Damage while affected by Herald of Ice +{variant:2}{tags:resource,mana}Herald of Ice has (30-40)% increased Mana Reservation Efficiency +{variant:3}{tags:elemental_damage}(40-60)% increased Cold Damage while affected by Herald of Ice {variant:4}Herald of Ice has (70-100)% increased Buff Effect {variant:5}Herald of Ice has (40-60)% increased Buff Effect -{variant:6}{tags:jewellery_resistance}+1% to maximum Cold Resistance while affected by Herald of Ice -{variant:7}{tags:jewellery_resistance}+(50-60)% to Cold Resistance while affected by Herald of Ice +{variant:6}{tags:resistance}+1% to maximum Cold Resistance while affected by Herald of Ice +{variant:7}{tags:resistance}+(50-60)% to Cold Resistance while affected by Herald of Ice ]],[[ Circle of Guilt Iron Ring @@ -280,17 +280,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Sentinel Damage Variant: Damage Reduction -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks -{fractured}{tags:jewellery_attribute}+(10-20) to all Attributes -{tags:physical}Adds (8-10) to (13-15) Physical Damage -{tags:jewellery_defense}+(350-400) to Armour +{tags:physical_damage,attack}Adds 1 to 4 Physical Damage to Attacks +{tags:attribute}{fractured}+(10-20) to all Attributes +{tags:physical_damage}Adds (8-10) to (13-15) Physical Damage +{tags:defences}+(350-400) to Armour {variant:1}Herald of Purity has (60-80)% increased Mana Reservation Efficiency -{variant:2}Herald of Purity has (30-40)% increased Mana Reservation Efficiency -{variant:3}{tags:physical}(40-60)% increased Physical Damage while affected by Herald of Purity +{variant:2}{tags:resource,mana}Herald of Purity has (30-40)% increased Mana Reservation Efficiency +{variant:3}{tags:physical_damage}(40-60)% increased Physical Damage while affected by Herald of Purity {variant:4}Herald of Purity has (70-100)% increased Buff Effect {variant:5}Herald of Purity has (40-60)% increased Buff Effect {variant:6}Sentinels of Purity deal (70-100)% increased Damage -{variant:7}{tags:physical}4% additional Physical Damage Reduction while affected by Herald of Purity +{variant:7}4% additional Physical Damage Reduction while affected by Herald of Purity ]],[[ Circle of Nostalgia Amethyst Ring @@ -306,17 +306,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Agony Damage Variant: Chaos Resistance -{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance -{fractured}{tags:jewellery_attribute}+(10-20) to all Attributes -{tags:chaos}Adds (15-20) to (21-30) Chaos Damage -{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance +{tags:resistance}+(17-23)% to Chaos Resistance +{tags:attribute}{fractured}+(10-20) to all Attributes +{tags:chaos_damage}Adds (15-20) to (21-30) Chaos Damage +{tags:resistance}+(17-23)% to Chaos Resistance {variant:1}Herald of Agony has (60-80)% increased Mana Reservation Efficiency -{variant:2}Herald of Agony has (30-40)% increased Mana Reservation Efficiency -{variant:3}{tags:chaos}(40-60)% increased Chaos Damage while affected by Herald of Agony +{variant:2}{tags:resource,mana}Herald of Agony has (30-40)% increased Mana Reservation Efficiency +{variant:3}{tags:chaos_damage}(40-60)% increased Chaos Damage while affected by Herald of Agony {variant:4}Herald of Agony has (70-100)% increased Buff Effect {variant:5}Herald of Agony has (40-60)% increased Buff Effect {variant:6}Agony Crawler deals (70-100)% increased Damage -{variant:7}{tags:chaos,jewellery_resistance}+(31-43)% to Chaos Resistance while affected by Herald of Agony +{variant:7}{tags:resistance}+(31-43)% to Chaos Resistance while affected by Herald of Agony ]],[[ Circle of Regret Topaz Ring @@ -332,17 +332,17 @@ Variant: Buff Effect (Pre 3.11.0) Variant: Buff Effect (Current) Variant: Max Resistance Variant: Lightning Resistance -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{fractured}{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:jewellery_elemental}Adds 1 to (48-60) Lightning Damage -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}{fractured}+(20-30) to Intelligence +{tags:elemental_damage}Adds 1 to (48-60) Lightning Damage +{tags:resistance}+(20-30)% to Lightning Resistance {variant:1}Herald of Thunder has (60-80)% increased Mana Reservation Efficiency -{variant:2}Herald of Thunder has (30-40)% increased Mana Reservation Efficiency -{variant:3}{tags:jewellery_elemental}(40-60)% increased Lightning Damage while affected by Herald of Thunder +{variant:2}{tags:resource,mana}Herald of Thunder has (30-40)% increased Mana Reservation Efficiency +{variant:3}{tags:elemental_damage}(40-60)% increased Lightning Damage while affected by Herald of Thunder {variant:4}Herald of Thunder has (70-100)% increased Buff Effect {variant:5}Herald of Thunder has (40-60)% increased Buff Effect -{variant:6}{tags:jewellery_resistance}+1% to maximum Lightning Resistance while affected by Herald of Thunder -{variant:7}{tags:jewellery_resistance}+(50-60)% to Lightning Resistance while affected by Herald of Thunder +{variant:6}{tags:resistance}+1% to maximum Lightning Resistance while affected by Herald of Thunder +{variant:7}{tags:resistance}+(50-60)% to Lightning Resistance while affected by Herald of Thunder ]],[[ Death Rush Amethyst Ring @@ -351,22 +351,22 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 46 Implicits: 1 -{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance +{tags:resistance}+(17-23)% to Chaos Resistance {tags:attack}+(300-350) to Accuracy Rating {tags:jewellery_defense}{variant:1}+(60-80) to Armour -{tags:jewellery_defense}{variant:2}+(260-300) to Armour -{variant:2}{tags:life}+(40-50) to maximum Life -{tags:chaos,jewellery_resistance}+(15-20)% to Chaos Resistance -{tags:attack,life,physical}(0.6-0.8)% of Physical Attack Damage Leeched as Life +{variant:2}{tags:defences}+(260-300) to Armour +{variant:2}{tags:resource,life}+(40-50) to maximum Life +{tags:resistance}+(15-20)% to Chaos Resistance +{tags:resource,life,attack}(0.6-0.8)% of Physical Attack Damage Leeched as Life {variant:1}You gain Onslaught for 2 seconds on Kill {variant:2}You gain Onslaught for 4 seconds on Kill ]],[[ Doedre's Damning Paua Ring Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:jewellery_attribute}+(5-10) to Intelligence -{tags:jewellery_resistance}+5% to all Elemental Resistances +{tags:resource,mana}+(20-30) to maximum Mana +{tags:attribute}+(5-10) to Intelligence +{tags:resistance}+5% to all Elemental Resistances {tags:mana}+5 Mana Gained on Kill {tags:caster}Enemies can have 1 additional Curse ]],[[ @@ -376,10 +376,10 @@ Variant: Pre 3.16.0 Variant: Current League: Heist Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:jewellery_attribute}+(5-10) to Intelligence -{tags:jewellery_resistance}+5% to all Elemental Resistances -{tags:mana}+5 Mana gained on Kill +{tags:resource,mana}+(20-30) to maximum Mana +{tags:attribute}+(5-10) to Intelligence +{tags:resistance}+5% to all Elemental Resistances +{tags:resource,mana}+5 Mana gained on Kill {tags:caster}You can apply one fewer Curse {variant:1}{tags:caster}(25-35)% increased Effect of your Curses {variant:2}{tags:caster}(15-25)% increased Effect of your Curses @@ -390,10 +390,10 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 24 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:mana}20% increased maximum Mana -{tags:mana}50% increased Mana Regeneration Rate -{variant:2}{tags:jewellery_resistance}+(30-40)% to Cold Resistance +{tags:resistance}+(20-30)% to Cold Resistance +{tags:resource,mana}20% increased maximum Mana +{tags:resource,mana}50% increased Mana Regeneration Rate +{variant:2}{tags:resistance}+(30-40)% to Cold Resistance Cannot be Frozen {variant:2}Cannot be Chilled ]],[[ @@ -405,30 +405,30 @@ Variant: Pre 3.16.0 Variant: Current Requires Level 16 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{variant:1}{tags:jewellery_elemental}(15-25)% increased Fire Damage -{variant:2,3,4}{tags:jewellery_elemental}(30-40)% increased Fire Damage +{tags:resistance}+(20-30)% to Fire Resistance +{variant:1}{tags:elemental_damage}(15-25)% increased Fire Damage +{variant:2,3,4}{tags:elemental_damage}(30-40)% increased Fire Damage {tags:caster,speed}(5-10)% increased Cast Speed {variant:1}{tags:jewellery_elemental}5% chance to Ignite -{variant:2,3,4}{tags:jewellery_elemental}10% chance to Ignite +{variant:2,3,4}10% chance to Ignite You can inflict an additional Ignite on an Enemy -{variant:1}Your Critical Strikes do not deal extra Damage +{variant:1}{tags:critical}Your Critical Strikes do not deal extra Damage {variant:1}{tags:jewellery_elemental}Ignited Enemies Burn 80% slower {variant:2}{tags:jewellery_elemental}Ignited Enemies Burn 65% slower {variant:3}{tags:jewellery_elemental}Ignited Enemies Burn (65-50)% slower -{variant:4}{tags:jewellery_elemental}40% less Burning Damage +{variant:4}{tags:elemental_damage}40% less Burning Damage ]],[[ Replica Emberwake Ruby Ring League: Heist Requires Level 16 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_elemental}(30-40)% increased Fire Damage +{tags:resistance}+(20-30)% to Fire Resistance +{tags:elemental_damage}(30-40)% increased Fire Damage {tags:caster,speed}(5-10)% increased Cast Speed 90% reduced Ignite Duration on Enemies 10% chance to Ignite -{tags:jewellery_elemental}Ignites you inflict deal Damage (35-45)% faster +{tags:elemental_damage}Ignites you inflict deal Damage (35-45)% faster ]],[[ Essence Worm Unset Ring @@ -447,8 +447,8 @@ Paua Ring League: Heist Requires Level 38 Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:jewellery_attribute}+(20-40) to Intelligence +{tags:resource,mana}+(20-30) to maximum Mana +{tags:attribute}+(20-40) to Intelligence {tags:caster,speed}Curse Skills have (8-12)% increased Cast Speed Hexes you inflict have their Effect increased by twice their Doom instead Hexes have (-20-20)% reduced Doom gain rate @@ -465,7 +465,7 @@ Implicits: 1 {variant:2}Trigger level 10 Consecrate when you deal a Critical Strike {tags:critical}(30-35)% increased Global Critical Strike Chance (10-15)% increased Light Radius -{variant:1}Creates Consecrated Ground on Critical Strike +{variant:1}{tags:critical}Creates Consecrated Ground on Critical Strike {tags:critical}(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Strike {variant:2}50% increased Damage while on Consecrated Ground {variant:2}5% additional Block Chance while on Consecrated Ground @@ -474,12 +474,12 @@ Heartbound Loop Moonstone Ring Requires Level 20 Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield +{tags:defences}+(15-25) to maximum Energy Shield {tags:life}(10-15) Life Regenerated per second -{tags:mana}(20-40)% increased Mana Regeneration Rate -Minions have 15% increased maximum Life +{tags:resource,mana}(20-40)% increased Mana Regeneration Rate +{tags:resource,life}Minions have 15% increased maximum Life Minions have 10% increased Area of Effect of Area Skills -350 Physical Damage taken on Minion Death +{tags:physical_damage}350 Physical Damage taken on Minion Death ]],[[ The Highwayman Gold Ring @@ -507,10 +507,10 @@ Iron Ring Requires Level: 49 Implicits: 1 League: Blight -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks -{tags:jewellery_attribute}+(20-30) to Dexterity +{tags:physical_damage,attack}Adds 1 to 4 Physical Damage to Attacks +{tags:attribute}+(20-30) to Dexterity 25% chance to Poison on Hit -{tags:chaos}(40-60)% increased Damage with Poison +{tags:chaos_damage}(40-60)% increased Damage with Poison You are Chilled while you are Poisoned Non-Chilled Enemies you Poison are Chilled Poisoned Enemies you Kill with Hits Shatter @@ -520,10 +520,10 @@ Coral Ring Variant: Pre 2.0.0 Variant: Current Implicits: 1 -{tags:life}+(20-30) to maximum Life -{tags:jewellery_attribute}+(10-20) to Strength -{variant:1}{tags:attack,life,physical}0.4% of Physical Attack Damage Leeched as Life -{variant:2}{tags:attack,life}+(2-4) Life gained for each Enemy hit by your Attacks +{tags:resource,life}+(20-30) to maximum Life +{tags:attribute}+(10-20) to Strength +{variant:1}{tags:resource,life,attack}0.4% of Physical Attack Damage Leeched as Life +{variant:2}{tags:resource,life,attack}+(2-4) Life gained for each Enemy hit by your Attacks +1 Maximum Endurance Charge ]],[[ Kaom's Way @@ -533,12 +533,12 @@ Variant: Current Source: Drops from any endgame map boss Requires Level 32 Implicits: 1 -{tags:life}+(20-30) to maximum Life -{tags:jewellery_attribute}+(10-20) to Strength +{tags:resource,life}+(20-30) to maximum Life +{tags:attribute}+(10-20) to Strength {variant:1}{tags:life}0.4% of maximum Life Regenerated per second per Endurance Charge {variant:2}{tags:life}0.2% of maximum Life Regenerated per second per Endurance Charge {variant:2}2% increased Area of Effect per Endurance Charge -{tags:attack,life}+(2-4) Life gained for each Enemy hit by your Attacks +{tags:resource,life,attack}+(2-4) Life gained for each Enemy hit by your Attacks +1 Maximum Endurance Charge ]],[[ Kikazaru @@ -548,11 +548,11 @@ Variant: Pre 3.16.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+(10-15) to all Attributes +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+(10-15) to all Attributes {variant:1}{tags:life}(13-17) Life Regenerated per second {variant:2,3}{tags:life}1 Life Regenerated per second per Level -{tags:mana}(20-40)% increased Mana Regeneration Rate +{tags:resource,mana}(20-40)% increased Mana Regeneration Rate {variant:1}{tags:caster}20% reduced Effect of Curses on You {variant:2}{tags:caster}40% reduced Effect of Curses on You {variant:3}{tags:caster}60% reduced Effect of Curses on You @@ -563,15 +563,15 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 24 Implicits: 1 -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks +{tags:physical_damage,attack}Adds 1 to 4 Physical Damage to Attacks {variant:1}(10-20)% increased Damage {variant:2}(10-30)% increased Damage -{variant:1}{tags:jewellery_attribute}+(10-20) to all Attributes -{variant:2}{tags:jewellery_attribute}+(10-30) to all Attributes +{variant:1}{tags:attribute}+(10-20) to all Attributes +{variant:2}{tags:attribute}+(10-30) to all Attributes {variant:1}(10-20)% increased Rarity of Items found {variant:2}(10-30)% increased Rarity of Items found -{variant:1}{tags:jewellery_resistance}+(10-20)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(10-30)% to all Elemental Resistances +{variant:1}{tags:resistance}+(10-20)% to all Elemental Resistances +{variant:2}{tags:resistance}+(10-30)% to all Elemental Resistances ]],[[ Lori's Lantern Prismatic Ring @@ -579,9 +579,9 @@ Variant: Pre 1.0.0 Variant: Current Requires Level 30 Implicits: 2 -{variant:1}{tags:jewellery_resistance}+(8-12)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances -{tags:jewellery_resistance}+10% to all Elemental Resistances +{variant:1}{tags:resistance}+(8-12)% to all Elemental Resistances +{variant:2}{tags:resistance}+(8-10)% to all Elemental Resistances +{tags:resistance}+10% to all Elemental Resistances {tags:speed}(6-8)% increased Movement Speed when on Low Life 31% increased Light Radius {tags:chaos,jewellery_defense,life}+(20-25)% Chaos Resistance when on Low Life @@ -597,11 +597,11 @@ Implicits: 1 Has 1 Socket {variant:1}{tags:jewellery_resistance}−25% to all Elemental Resistances {variant:2}{tags:jewellery_resistance}−20% to all Elemental Resistances -{tags:jewellery_resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem -{tags:jewellery_resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem -{tags:jewellery_resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem +{tags:resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem +{tags:resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem +{tags:resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem All Sockets are White -Socketed Gems have Elemental Equilibrium +{tags:elemental_damage}Socketed Gems have Elemental Equilibrium ]],[[ Replica Malachai's Artifice Unset Ring @@ -609,11 +609,11 @@ League: Heist Requires Level 5 Implicits: 1 Has 1 Socket -Socketed Gems have Secrets of Suffering -{tags:jewellery_resistance}-20% to all Elemental Resistances -{tags:jewellery_resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem -{tags:jewellery_resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem -{tags:jewellery_resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem +{tags:critical}Socketed Gems have Secrets of Suffering +{tags:resistance}-20% to all Elemental Resistances +{tags:resistance}+(75-100)% to Fire Resistance when Socketed with a Red Gem +{tags:resistance}+(75-100)% to Cold Resistance when Socketed with a Green Gem +{tags:resistance}+(75-100)% to Lightning Resistance when Socketed with a Blue Gem All Sockets are White ]],[[ Mark of Submission @@ -628,10 +628,10 @@ Steel Ring Source: Drops from unique{The Elder} (Uber) Requires Level 80 Implicits: 1 -{tags:attack,physical}Adds (3-4) to (10-14) Physical Damage to Attacks -{tags:jewellery_elemental,attack}Adds (26-32) to (42-48) Cold Damage to Attacks -{tags:jewellery_defense}(6-10)% increased maximum Energy Shield -{tags:life}(6-10)% increased maximum Life +{tags:physical_damage,attack}Adds (3-4) to (10-14) Physical Damage to Attacks +{tags:elemental_damage,attack}Adds (26-32) to (42-48) Cold Damage to Attacks +{tags:defences}(6-10)% increased maximum Energy Shield +{tags:resource,life}(6-10)% increased maximum Life {tags:attack}(60-80)% increased Attack Damage if your other Ring is a Shaper Item Cannot be Stunned by Attacks if your other Ring is an Elder Item 20% chance to Trigger Level 20 Tentacle Whip on Kill @@ -642,10 +642,10 @@ Opal Ring Source: Drops from unique{The Elder} (Uber) Requires Level 80 Implicits: 1 -{tags:jewellery_elemental}(15-25)% increased Elemental Damage -{tags:jewellery_elemental,caster}Adds (13-18) to (50-56) Lightning Damage to Spells -{tags:jewellery_defense}(6-10)% increased maximum Energy Shield -{tags:life}(6-10)% increased maximum Life +{tags:elemental_damage}(15-25)% increased Elemental Damage +{tags:elemental_damage,caster}Adds (13-18) to (50-56) Lightning Damage to Spells +{tags:defences}(6-10)% increased maximum Energy Shield +{tags:resource,life}(6-10)% increased maximum Life {tags:caster}(60-80)% increased Spell Damage if your other Ring is an Elder Item Cannot be Stunned by Spells if your other Ring is a Shaper Item 20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill @@ -658,27 +658,27 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 69 Implicits: 1 -{tags:chaos,jewellery_resistance}+(17-23)% to Chaos Resistance +{tags:resistance}+(17-23)% to Chaos Resistance {variant:1}{tags:life}15% reduced maximum Life -{variant:2}{tags:life}10% reduced maximum Life -{variant:3}{tags:life}(5-10)% reduced maximum Life +{variant:2}{tags:resource,life}10% reduced maximum Life +{variant:3}{tags:resource,life}(5-10)% reduced maximum Life {variant:1}{tags:jewellery_defense}15% reduced maximum Energy Shield {variant:2}{tags:jewellery_defense}10% reduced maximum Energy Shield -{variant:3}{tags:jewellery_defense}(5-10)% reduced maximum Energy Shield -{tags:chaos,jewellery_resistance}+(40-50)% to Chaos Resistance -{tags:chaos,physical}Gain 20% of Physical Damage as Extra Chaos Damage +{variant:3}{tags:defences}(5-10)% reduced maximum Energy Shield +{tags:resistance}+(40-50)% to Chaos Resistance +{tags:physical_damage,chaos_damage}Gain 20% of Physical Damage as Extra Chaos Damage ]],[[ Mokou's Embrace Ruby Ring Requires Level 16 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_elemental}(15-25)% increased Fire Damage -{tags:jewellery_resistance}+(25-40)% to Cold Resistance -{tags:jewellery_elemental}(5-10)% chance to Ignite +{tags:resistance}+(20-30)% to Fire Resistance +{tags:elemental_damage}(15-25)% increased Fire Damage +{tags:resistance}+(25-40)% to Cold Resistance +(5-10)% chance to Ignite {tags:attack,speed}20% increased Attack Speed while Ignited {tags:caster,speed}20% increased Cast Speed while Ignited -{tags:jewellery_elemental}+25% chance to be Ignited ++25% chance to be Ignited ]],[[ Mutewind Seal Unset Ring @@ -693,10 +693,10 @@ Has 1 Socket {variant:2,3}+3 to Level of Socketed Golem Gems {variant:1}Socketed Gems are Supported by Level 13 Faster Attacks {variant:2,3}{tags:attack,caster,speed}Socketed Golem Skills have 20% increased Attack and Cast Speed -{tags:attack,physical}Adds (5-10) to (11-15) Physical Damage to Attacks +{tags:physical_damage,attack}Adds (5-10) to (11-15) Physical Damage to Attacks {tags:attack,speed}(5-10)% increased Attack Speed {variant:1}(1-2)% increased Movement Speed -{variant:2}(3-5)% increased Movement Speed +{variant:2}{tags:speed}(3-5)% increased Movement Speed {variant:1}Socketed Gems are Supported by Level 16 Increased Minion Speed {variant:2,3}Gain Onslaught for 10 seconds when you Cast Socketed Golem Skill ]],[[ @@ -707,15 +707,15 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 29 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+(15-25) to Strength +{tags:resistance}+(20-30)% to Fire Resistance +{tags:attribute}+(15-25) to Strength {variant:1}{tags:jewellery_elemental,attack}Adds (8-10) to (12-14) Fire Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack,caster}Adds (8-10) to (12-14) Fire Damage to Spells and Attacks -{variant:1}{tags:life}+(4-5) Life gained for each Ignited Enemy hit by your Attacks -{variant:2}{tags:life}Recover (20-30) Life when you Ignite an Enemy +{variant:2}{tags:elemental_damage,attack,caster}Adds (8-10) to (12-14) Fire Damage to Spells and Attacks +{variant:1}{tags:resource,life}+(4-5) Life gained for each Ignited Enemy hit by your Attacks +{variant:2}{tags:resource,life}Recover (20-30) Life when you Ignite an Enemy 15% increased Ignite Duration on Enemies {variant:1}{tags:jewellery_elemental}5% chance to Ignite -{variant:2}{tags:jewellery_elemental}10% chance to Ignite +{variant:2}10% chance to Ignite ]],[[ The Pariah Unset Ring @@ -725,9 +725,9 @@ Implicits: 1 Has 1 Socket +2 to Level of Socketed Gems {tags:attack,caster,speed}(5-10)% increased Attack and Cast Speed -{tags:life}+100 to Maximum Life per Red Socket -{tags:jewellery_defense}+100 to Maximum Energy Shield per Blue Socket -{tags:mana}+100 to Maximum Mana per Green Socket +{tags:resource,life}+100 to Maximum Life per Red Socket +{tags:defences}+100 to Maximum Energy Shield per Blue Socket +{tags:resource,mana}+100 to Maximum Mana per Green Socket 15% increased Item Quantity per White Socket ]],[[ Perandus Signet @@ -735,13 +735,13 @@ Paua Ring Variant: Pre 2.0.0 Variant: Current Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:mana}+(25-30) to maximum Mana -{tags:mana}(45-65)% increased Mana Regeneration Rate +{tags:resource,mana}+(20-30) to maximum Mana +{tags:resource,mana}+(25-30) to maximum Mana +{tags:resource,mana}(45-65)% increased Mana Regeneration Rate {variant:1}3% increased Experience gain {variant:2}2% increased Experience gain {variant:1}{tags:jewellery_attribute}3% increased Intelligence for each Unique Item Equipped -{variant:2}{tags:jewellery_attribute}2% increased Intelligence for each Unique Item Equipped +{variant:2}{tags:attribute}2% increased Intelligence for each Unique Item Equipped 3% additional chance for Slain monsters to drop Scrolls of Wisdom ]],[[ Polaric Devastation @@ -749,10 +749,10 @@ Opal Ring Source: Drops from unique{The Black Star} Requires Level 80 Implicits: 1 -{tags:jewellery_elemental}(15-25)% increased Elemental Damage +{tags:elemental_damage}(15-25)% increased Elemental Damage {tags:critical}(15-25)% increased Global Critical Strike Chance -{tags:jewellery_resistance}+(20-40)% to Fire Resistance -{tags:jewellery_resistance}+(20-40)% to Cold Resistance +{tags:resistance}+(20-40)% to Fire Resistance +{tags:resistance}+(20-40)% to Cold Resistance (10-20)% increased Duration of Ailments on Enemies Left Ring slot: Cover Enemies in Ash for 5 seconds when you Ignite them Right Ring slot: Cover Enemies in Frost for 5 seconds when you Freeze them @@ -761,8 +761,8 @@ Praxis Paua Ring Requires Level 22 Implicits: 1 -{tags:mana}+(20-30) to maximum Mana -{tags:mana}+(30-60) to maximum Mana +{tags:resource,mana}+(20-30) to maximum Mana +{tags:resource,mana}+(30-60) to maximum Mana {tags:mana}(3-6) Mana Regenerated per second {tags:mana}−(4-8) to Mana Cost of Skills {tags:mana}8% of Damage taken gained as Mana over 4 seconds when Hit @@ -774,8 +774,8 @@ LevelReq: 52 Implicits: 1 Has 1 Socket {tags:caster}+3 to Level of Socketed Curse Gems -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{tags:resistance}+(20-30)% to Cold Resistance +{tags:resistance}+(20-30)% to Lightning Resistance {tags:caster}Left Ring Slot: Your Chilling Skitterbot's Aura applies Socketed Hex Curse instead {tags:caster}Right Ring Slot: Your Shocking Skitterbot's Aura applies Socketed Hex Curse instead ]],[[ @@ -785,10 +785,10 @@ League: Delve Source: Drops from unique{Kurgal, the Blackblooded} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+20 to Intelligence -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+20 to Intelligence +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Putembo's Mountain Topaz Ring @@ -796,10 +796,10 @@ League: Delve Source: Drops from unique{Aul, the Crystal King} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+20 to Intelligence -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+20 to Intelligence +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Putembo's Valley Topaz Ring @@ -807,10 +807,10 @@ League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+20 to Intelligence -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+20 to Intelligence +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Pyre Sapphire Ring @@ -819,12 +819,12 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 11 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_resistance}+(25-35)% to Fire Resistance +{tags:resistance}+(20-30)% to Cold Resistance +{tags:resistance}+(25-35)% to Fire Resistance {variant:1,2}{tags:jewellery_elemental}(25-35)% increased Burning Damage -{variant:3}{tags:jewellery_elemental}(60-80)% increased Burning Damage +{variant:3}{tags:elemental_damage}(60-80)% increased Burning Damage {variant:1}{tags:jewellery_elemental}100% of Cold Damage Converted to Fire Damage -{variant:2,3}{tags:jewellery_elemental}40% of Cold Damage Converted to Fire Damage +{variant:2,3}{tags:elemental_damage}40% of Cold Damage Converted to Fire Damage 10% increased Light Radius Ignited Enemies you hit are destroyed on Kill ]],[[ @@ -838,10 +838,10 @@ Implicits: 1 Has 1 Socket {variant:1}+2 to Level of Socketed Golem Gems {variant:2}+3 to Level of Socketed Golem Gems -{tags:jewellery_attribute}+(30-40) to Strength -{variant:2}{tags:life}+(30-40) to maximum Life -{variant:1}{tags:jewellery_elemental,attack}Adds (8-12) to (20-30) Fire Damage to Attacks -{tags:jewellery_elemental}(20-30)% increased Fire Damage +{tags:attribute}+(30-40) to Strength +{variant:2}{tags:resource,life}+(30-40) to maximum Life +{variant:1}{tags:elemental_damage,attack}Adds (8-12) to (20-30) Fire Damage to Attacks +{tags:elemental_damage}(20-30)% increased Fire Damage {variant:1}Socketed Gems are Supported by Level 12 Lesser Multiple Projectiles {variant:2}Socketed Golem Skills have 25% chance to Taunt on Hit {variant:1}Socketed Gems are Supported by Level 17 Increased Minion Damage @@ -853,10 +853,10 @@ League: Talisman Source: Drops from unique{Rigwald, the Wolven King} (Level 60+) Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(12-16)% to Fire and Cold Resistances -{tags:jewellery_elemental}(20-30)% increased Fire Damage -{tags:jewellery_elemental}(20-30)% increased Cold Damage -{tags:mana}(20-30)% increased Mana Regeneration Rate +{tags:resistance}+(12-16)% to Fire and Cold Resistances +{tags:elemental_damage}(20-30)% increased Fire Damage +{tags:elemental_damage}(20-30)% increased Cold Damage +{tags:resource,mana}(20-30)% increased Mana Regeneration Rate 10% Chance to Trigger Level 10 Summon Spectral Wolf on Kill ]],[[ Romira's Banquet @@ -870,9 +870,9 @@ Implicits: 1 {tags:attack}+333 to Accuracy Rating {tags:critical}{variant:1}+(10-20)% to Global Critical Strike Multiplier {tags:critical}{variant:2}+(10-15)% to Global Critical Strike Multiplier -{tags:critical}{variant:3}+(15-25)% to Global Critical Strike Multiplier -{tags:mana}+(40-60) to maximum Mana -{tags:attack,mana,physical}0.4% of Physical Attack Damage Leeched as Mana +{variant:3}{tags:critical}+(15-25)% to Global Critical Strike Multiplier +{tags:resource,mana}+(40-60) to maximum Mana +{tags:resource,mana,attack}0.4% of Physical Attack Damage Leeched as Mana Gain a Power Charge on non-Critical Strike Lose all Power Charges on Critical Strike ]],[[ @@ -884,11 +884,11 @@ Variant: Current Requires Level 56 Implicits: 1 Has 1 Socket -Socketed Gems are Supported by Level 20 Blasphemy +{tags:caster}Socketed Gems are Supported by Level 20 Blasphemy Curse Auras from Socketed Skills also affect you {variant:1}{tags:caster}Socketed Curse Gems have 100% increased Mana Reservation Efficiency {variant:2}{tags:caster}Socketed Curse Gems have 80% increased Reservation Efficiency -{tags:jewellery_attribute}+(20-30) to Intelligence +{tags:attribute}+(20-30) to Intelligence {tags:caster}20% reduced Effect of Curses on you (15-25)% increased Damage with Hits and Ailments against Cursed Enemies ]],[[ @@ -900,14 +900,14 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 30 Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{tags:jewellery_attribute}+(60-75) to Intelligence +{tags:defences}+(15-25) to maximum Energy Shield +{tags:attribute}+(60-75) to Intelligence Right ring slot: You cannot Regenerate Mana {variant:1}{tags:jewellery_defense}Right ring slot: 4% of Energy Shield Regenerated per second {variant:2,3}{tags:jewellery_defense}Right ring slot: 3% of Energy Shield Regenerated per second -{variant:3}{tags:mana}Right ring slot: +100 to maximum Mana -{variant:3}{tags:jewellery_defense}Left ring slot: +100 to maximum Energy Shield -{variant:1,2}{tags:mana}Left ring slot: 100% increased Mana Regeneration Rate +{variant:3}{tags:resource,mana}Right ring slot: +100 to maximum Mana +{variant:3}{tags:defences}Left ring slot: +100 to maximum Energy Shield +{variant:1,2}{tags:resource,mana}Left ring slot: 100% increased Mana Regeneration Rate {variant:3}{tags:mana}Left ring slot: 40 Mana Regenerated per second Left ring slot: You cannot Recharge or Regenerate Energy Shield ]],[[ @@ -919,9 +919,9 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 45 Implicits: 1 -{tags:life}+(20-30) to maximum Life -{tags:jewellery_elemental,attack}(20-30)% increased Elemental Damage with Attack Skills -{tags:jewellery_elemental,attack}Adds (8-15) to (20-28) Fire Damage to Attacks +{tags:resource,life}+(20-30) to maximum Life +{tags:elemental_damage,attack}(20-30)% increased Elemental Damage with Attack Skills +{tags:elemental_damage,attack}Adds (8-15) to (20-28) Fire Damage to Attacks {variant:1}(20-40)% reduced Rarity of Items found {variant:2,3,4}(10-20)% reduced Rarity of Items found {variant:1,2}Left ring slot: 30% reduced Reflected Elemental Damage taken @@ -938,11 +938,11 @@ Variant: Current Source: Drops from unique{Guardian of the Hydra} Requires Level 68 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{variant:1}{tags:jewellery_elemental}(20-40)% increased Cold Damage +{tags:resistance}+(20-30)% to Cold Resistance +{variant:1}{tags:elemental_damage}(20-40)% increased Cold Damage {variant:2}{tags:caster}(20-40)% increased Spell Damage {tags:caster,speed}(5-10)% increased Cast Speed -{variant:1}Spells fire an additional Projectile +{variant:1}{tags:caster}Spells fire an additional Projectile {variant:2}Left ring slot: Projectiles from Spells cannot Chain {variant:2}Left ring slot: Projectiles from Spells Fork {variant:2}Right ring slot: Projectiles from Spells Chain +1 times @@ -953,11 +953,11 @@ Stormfire Opal Ring Requires Level 80 Implicits: 1 -{tags:jewellery_elemental}(15-25)% increased Elemental Damage -{tags:mana}(40-45)% increased Mana Regeneration Rate -{tags:jewellery_resistance}+(20-30)% to Fire and Lightning Resistances +{tags:elemental_damage}(15-25)% increased Elemental Damage +{tags:resource,mana}(40-45)% increased Mana Regeneration Rate +{tags:resistance}+(20-30)% to Fire and Lightning Resistances {tags:jewellery_elemental}(4-6)% increased Burning Damage for each Enemy you have Shocked Recently -{tags:jewellery_elemental}Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies +{tags:elemental_damage}Adds (1-3) to (62-70) Lightning Damage to Hits against Ignited Enemies Your Lightning Damage can Ignite ]],[[ Storm Secret @@ -965,13 +965,13 @@ Topaz Ring League: Harvest Requires Level 56 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance -{tags:jewellery_attribute}+(20-30) to Intelligence -{tags:jewellery_elemental}(20-30)% increased Lightning Damage -{tags:jewellery_elemental}(10-15)% chance to Shock +{tags:resistance}+(20-30)% to Lightning Resistance +{tags:attribute}+(20-30) to Intelligence +{tags:elemental_damage}(20-30)% increased Lightning Damage +(10-15)% chance to Shock Herald of Thunder also creates a storm when you Shock an Enemy Herald of Thunder's Storms Hit Enemies with (30-50)% increased Frequency -Take 250 Lightning Damage when Herald of Thunder Hits an Enemy +{tags:elemental_damage}Take 250 Lightning Damage when Herald of Thunder Hits an Enemy ]],[[ The Taming Prismatic Ring @@ -981,15 +981,15 @@ Variant: Pre 3.0.0 Variant: Current Requires Level 30 Implicits: 1 -{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances +{tags:resistance}+(8-10)% to all Elemental Resistances {variant:1}{tags:jewellery_elemental,attack}15% increased Elemental Damage with Attack Skills -{variant:2}{tags:jewellery_elemental,attack}30% increased Elemental Damage with Attack Skills -{variant:1}{tags:jewellery_resistance}+(10-15)% to all Elemental Resistances -{variant:2}{tags:jewellery_resistance}+(20-30)% to all Elemental Resistances +{variant:2}{tags:elemental_damage,attack}30% increased Elemental Damage with Attack Skills +{variant:1}{tags:resistance}+(10-15)% to all Elemental Resistances +{variant:2}{tags:resistance}+(20-30)% to all Elemental Resistances {variant:1}{tags:jewellery_elemental}15% increased Elemental Damage -{variant:2}{tags:jewellery_elemental}30% increased Elemental Damage -{variant:1}{tags:jewellery_elemental}5% chance to Freeze, Shock and Ignite -{variant:2}{tags:jewellery_elemental}10% chance to Freeze, Shock and Ignite +{variant:2}{tags:elemental_damage}30% increased Elemental Damage +{variant:1}5% chance to Freeze, Shock and Ignite +{variant:2}10% chance to Freeze, Shock and Ignite {variant:1}{tags:jewellery_elemental}10% increased Damage per Freeze, Shock and Ignite on Enemy {variant:2}{tags:jewellery_elemental}20% increased Damage with Hits and Ailments per Freeze, Shock and Ignite on Enemy ]],[[ @@ -1000,28 +1000,28 @@ Variant: Pre 2.6.0 Variant: Current Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{variant:1}{tags:attack,jewellery_elemental,physical}Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies -{variant:2}{tags:jewellery_elemental}Adds 40 to 60 Cold Damage against Chilled Enemies +{tags:resistance}+(20-30)% to Cold Resistance +{variant:1}{tags:physical_damage,attack}Adds 10 to 15 Physical Damage to Attacks against Frozen Enemies +{variant:2}{tags:elemental_damage}Adds 40 to 60 Cold Damage against Chilled Enemies {variant:1}{tags:jewellery_elemental,attack}Adds (5-6) to (7-9) Cold Damage to Attacks -{variant:2}{tags:jewellery_elemental,attack,caster}Adds (7-10) to (15-20) Cold Damage to Spells and Attacks -{tags:jewellery_defense}+(200-300) to Evasion Rating +{variant:2}{tags:elemental_damage,attack,caster}Adds (7-10) to (15-20) Cold Damage to Spells and Attacks +{tags:defences}+(200-300) to Evasion Rating {variant:1}20% reduced Chill Duration on You {variant:2}50% chance to Avoid being Chilled -{variant:1}{tags:jewellery_elemental}5% chance to Freeze -{variant:2}{tags:jewellery_elemental}10% chance to Freeze +{variant:1}5% chance to Freeze +{variant:2}10% chance to Freeze ]],[[ Replica Tasalio's Sign Sapphire Ring League: Heist Requires Level 20 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_elemental,attack,caster}Adds (15-20) to (25-35) Cold Damage to Spells and Attacks -{tags:jewellery_defense}+(200-300) to Evasion Rating +{tags:resistance}+(20-30)% to Cold Resistance +{tags:elemental_damage,attack,caster}Adds (15-20) to (25-35) Cold Damage to Spells and Attacks +{tags:defences}+(200-300) to Evasion Rating Your Cold Damage cannot Freeze Immune to Chill -{tags:jewellery_elemental}Adds 60 to 80 Cold Damage against Chilled Enemies +{tags:elemental_damage}Adds 60 to 80 Cold Damage against Chilled Enemies ]],[[ Thief's Torment Prismatic Ring @@ -1032,17 +1032,17 @@ Variant: Current Requires Level 30 Implicits: 2 {variant:1}{tags:jewellery_resistance}+(8-12) to all Elemental Resistances -{variant:2,3,4}{tags:jewellery_resistance}+(8-10)% to all Elemental Resistances +{variant:2,3,4}{tags:resistance}+(8-10)% to all Elemental Resistances {variant:1,2}(15-25)% increased Quantity of Items found {variant:3,4}(10-16)% increased Quantity of Items found Can't use other Rings -{variant:1,2,3}{tags:jewellery_resistance}+(8-12)% to all Elemental Resistances -{variant:4}{tags:jewellery_resistance}+(16-24)% to all Elemental Resistances +{variant:1,2,3}{tags:resistance}+(8-12)% to all Elemental Resistances +{variant:4}{tags:resistance}+(16-24)% to all Elemental Resistances {tags:caster}50% reduced Effect of Curses on You {variant:1,2,3}{tags:attack,life}+(20-30) Life gained for each Enemy hit by your Attacks -{variant:4}{tags:attack,life}+(40-60) Life gained for each Enemy hit by your Attacks +{variant:4}{tags:resource,life,attack}+(40-60) Life gained for each Enemy hit by your Attacks {variant:1,2,3}{tags:attack,mana}+15 Mana gained for each Enemy hit by your Attacks -{variant:4}{tags:attack,mana}+30 Mana gained for each Enemy hit by your Attacks +{variant:4}{tags:resource,mana,attack}+30 Mana gained for each Enemy hit by your Attacks ]],[[ Timeclasp Moonstone Ring @@ -1051,32 +1051,32 @@ Variant: Pre 3.17.0 Variant: Current Requires Level 22 Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield +{tags:defences}+(15-25) to maximum Energy Shield {tags:attack,speed}(10-15)% increased Attack Speed {variant:1}{tags:caster,speed}(5-8)% increased Cast Speed {variant:2,3}{tags:caster,speed}(5-10)% increased Cast Speed {variant:1}{tags:mana}15% reduced Mana Regeneration Rate -{variant:2,3}{tags:mana}15% increased Mana Regeneration Rate +{variant:2,3}{tags:resource,mana}15% increased Mana Regeneration Rate {variant:1}{tags:jewellery_defense}+(10-25) to maximum Energy Shield -{variant:2}{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{variant:3}{tags:jewellery_defense}+(40-45) to maximum Energy Shield +{variant:2}{tags:defences}+(15-25) to maximum Energy Shield +{variant:3}{tags:defences}+(40-45) to maximum Energy Shield {variant:1}{tags:caster}Temporal Chains has 30% reduced Effect on You {variant:2}{tags:caster}Temporal Chains has 50% reduced Effect on You {variant:3}(-10-10)% increased Skill Effect Duration -{variant:3}Unaffected by Temporal Chains +{variant:3}{tags:caster}Unaffected by Temporal Chains ]],[[ Timetwist Moonstone Ring Source: No longer obtainable Requires Level 64 Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield +{tags:defences}+(15-25) to maximum Energy Shield {tags:attack,speed}(10-15)% increased Attack Speed {tags:caster,speed}(5-10)% increased Cast Speed -{tags:jewellery_defense}+(30-50) to maximum Energy Shield -{tags:mana}15% increased Mana Regeneration Rate +{tags:defences}+(30-50) to maximum Energy Shield +{tags:resource,mana}15% increased Mana Regeneration Rate (-10-10)% increased Skill Effect Duration -Unaffected by Temporal Chains +{tags:caster}Unaffected by Temporal Chains ]],[[ Triumvirate Authority Unset Ring @@ -1108,7 +1108,7 @@ Has 1 Socket {variant:6}Socketed Vaal Skills grant Elusive when Used {variant:7}You have Tailwind if you've used a Socketed Vaal Skill Recently {variant:8}Socketed Vaal Skills have 60% increased Area of Effect -{variant:9}Socketed Vaal Skills have 80% increased Projectile Speed +{variant:9}{tags:speed}Socketed Vaal Skills have 80% increased Projectile Speed {variant:10}Socketed Vaal Skills have 80% increased Skill Effect Duration {variant:11}Socketed Vaal Skills have 30% reduced Soul Gain Prevention Duration {variant:12}Damage with Hits from Socketed Vaal Skills is Lucky @@ -1121,10 +1121,10 @@ League: Delve Source: Drops from unique{Ahuatotli, the Blind} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_attribute}+20 to Dexterity -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Cold Resistance +{tags:attribute}+20 to Dexterity +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Uzaza's Mountain Sapphire Ring @@ -1132,10 +1132,10 @@ League: Delve Source: Drops from unique{Kurgal, the Blackblooded} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_attribute}+20 to Dexterity -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Cold Resistance +{tags:attribute}+20 to Dexterity +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Uzaza's Valley Sapphire Ring @@ -1143,10 +1143,10 @@ League: Delve Source: Drops from unique{Aul, the Crystal King} Requires Level 49 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Cold Resistance -{tags:jewellery_attribute}+20 to Dexterity -{tags:jewellery_defense}5% increased maximum Energy Shield -{tags:life}5% increased maximum Life +{tags:resistance}+(20-30)% to Cold Resistance +{tags:attribute}+20 to Dexterity +{tags:defences}5% increased maximum Energy Shield +{tags:resource,life}5% increased maximum Life ]],[[ Valako's Sign Topaz Ring @@ -1156,16 +1156,16 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 38 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Lightning Resistance +{tags:resistance}+(20-30)% to Lightning Resistance {variant:1}15% increased Damage with Hits against Shocked Enemies {variant:2,3}40% increased Damage with Hits against Shocked Enemies -{tags:jewellery_elemental}20% increased Lightning Damage -{tags:mana}+(20-40) to maximum Mana +{tags:elemental_damage}20% increased Lightning Damage +{tags:resource,mana}+(20-40) to maximum Mana {variant:1,2}{tags:life}0.2% of Damage Leeched as Life against Shocked Enemies -{variant:3}{tags:life}1% of Damage Leeched as Life against Shocked Enemies +{variant:3}{tags:resource,life}1% of Damage Leeched as Life against Shocked Enemies {variant:1}{tags:jewellery_elemental}5% chance to Shock -{variant:2}{tags:jewellery_elemental}10% chance to Shock -{variant:3}{tags:jewellery_elemental}25% chance to Shock +{variant:2}10% chance to Shock +{variant:3}25% chance to Shock ]],[[ Valyrium Moonstone Ring @@ -1173,11 +1173,11 @@ Variant: Pre 3.11.0 Variant: Current Requires Level 38 Implicits: 1 -{tags:jewellery_defense}+(15-25) to maximum Energy Shield -{variant:1}{tags:jewellery_defense}+(10-20) to maximum Energy Shield -{variant:2}{tags:jewellery_defense}+(30-40) to maximum Energy Shield -{variant:1}{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{variant:2}{tags:jewellery_resistance}+(30-40)% to Fire Resistance +{tags:defences}+(15-25) to maximum Energy Shield +{variant:1}{tags:defences}+(10-20) to maximum Energy Shield +{variant:2}{tags:defences}+(30-40) to maximum Energy Shield +{variant:1}{tags:resistance}+(20-30)% to Fire Resistance +{variant:2}{tags:resistance}+(30-40)% to Fire Resistance {tags:jewellery_resistance}−40% to Cold Resistance Stun Threshold is based on Energy Shield instead of Life ]],[[ @@ -1186,10 +1186,10 @@ Iron Ring Requires Level: 49 Implicits: 1 League: Blight -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks -{tags:jewellery_attribute}+(20-30) to Strength -{tags:attack,physical}25% chance to cause Bleeding on Hit -{tags:attack,physical}(40-60)% increased Damage with Bleeding +{tags:physical_damage,attack}Adds 1 to 4 Physical Damage to Attacks +{tags:attribute}+(20-30) to Strength +{tags:attack}25% chance to cause Bleeding on Hit +{tags:physical_damage,attack}(40-60)% increased Damage with Bleeding You are Chilled while you are Bleeding Non-Chilled Enemies you inflict Bleeding on are Chilled Bleeding Enemies you Kill with Hits Shatter @@ -1199,7 +1199,7 @@ Gold Ring Requires Level 65 Implicits: 1 (6-15)% increased Rarity of Items found -{tags:life}+(0-60) to maximum Life +{tags:resource,life}+(0-60) to maximum Life (−10 to 10)% increased Quantity of Items found (−40 to 40)% increased Rarity of Items found {tags:jewellery_resistance}+(−25 to 50)% to Fire Resistance @@ -1237,9 +1237,9 @@ Has 1 Socket +5 to Level of Socketed Aura Gems {variant:1,2,3,4,5,6,7,8,9,10,11}Socketed Gems have 20% reduced Mana Reservation Efficiency {variant:13,14,15,16,17,18,19,20,21,22}Socketed Gems have 20% reduced Reservation Efficiency -{tags:jewellery_attribute}+(15-25) to all Attributes +{tags:attribute}+(15-25) to all Attributes {tags:life}15 Life Regenerated per second for each Uncorrupted Item Equipped -{tags:mana}-2 to Total Mana Cost of Skills for each Corrupted Item Equipped +{tags:resource,mana}-2 to Total Mana Cost of Skills for each Corrupted Item Equipped {variant:1,12}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Fire and Chaos Resistances {variant:2,13}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Cold and Chaos Resistances {variant:3,14}{crafted}{tags:chaos,jewellery_resistance}+(8-15)% to Lightning and Chaos Resistances @@ -1272,8 +1272,8 @@ The Warden's Brand Iron Ring Requires Level 30 Implicits: 1 -{tags:attack,physical}Adds 1 to 4 Physical Damage to Attacks -{tags:attack,physical}Adds (5-15) to (25-50) Physical Damage to Attacks +{tags:physical_damage,attack}Adds 1 to 4 Physical Damage to Attacks +{tags:physical_damage,attack}Adds (5-15) to (25-50) Physical Damage to Attacks {tags:attack,speed}30% reduced Attack Speed 15% chance to gain a Frenzy Charge when you Stun an Enemy ]],[[ @@ -1282,11 +1282,11 @@ Ruby Ring League: Metamorph Requires Level 16 Implicits: 1 -{tags:jewellery_resistance}+(20-30)% to Fire Resistance -{tags:jewellery_attribute}+(30-50) to Strength +{tags:resistance}+(20-30)% to Fire Resistance +{tags:attribute}+(30-50) to Strength {tags:attack}(20-25)% increased Melee Damage 30% chance to Avoid being Stunned -{tags:speed}20% less Attack Speed -Strike Skills also target the previous location they were Used +{tags:attack,speed}20% less Attack Speed +{tags:attack}Strike Skills also target the previous location they were Used ]], } diff --git a/src/Data/Uniques/shield.lua b/src/Data/Uniques/shield.lua index f5d4874d41..3dafa6b6e6 100644 --- a/src/Data/Uniques/shield.lua +++ b/src/Data/Uniques/shield.lua @@ -76,9 +76,9 @@ Colossal Tower Shield Source: Drops from unique{The Searing Exarch} Requires Level 67, 159 Str Implicits: 1 -+(10–20) to maximum Life -(150–250)% increased Armour -+(20–25)% Chance to Block ++(10-20) to maximum Life +(150-250)% increased Armour ++(20-25)% Chance to Block -1% Chance to Block Attack Damage for every 200 Fire Damage taken from Hits Recently (10–20)% of Cold Damage taken as Fire (10–20)% of Lightning Damage taken as Fire @@ -548,7 +548,7 @@ Implicits: 2 {variant:1}15% increased Spell Damage {variant:2,3,4}(15-20)% increased Spell Damage {Variant:1,2}Socketed Trap Skills create a Smoke Cloud when triggered -{Variant:3,4}Trigger Level 20 Fog of War when your Trap is triggered +{variant:3,4}Trigger Level 20 Fog of War when your Trap is triggered +(20-30) to Intelligence {variant:1,2}(80-120)% increased Energy Shield {variant:3,4}(250-300)% increased Energy Shield diff --git a/src/Export/Scripts/UModsToText.lua b/src/Export/Scripts/UModsToText.lua index f8e3d4f18d..f8d6fddec7 100644 --- a/src/Export/Scripts/UModsToText.lua +++ b/src/Export/Scripts/UModsToText.lua @@ -10,8 +10,8 @@ local catalystTags = { ["resource"] = true, ["caster"] = true, ["attribute"] = true, - ["physical"] = true, - ["chaos"] = true, + ["physical_damage"] = true, + ["chaos_damage"] = true, ["resistance"] = true, ["defences"] = true, ["elemental_damage"] = true, diff --git a/src/Export/Scripts/UTextToMods.lua b/src/Export/Scripts/UTextToMods.lua index 11f9c93672..0e8d4889e3 100644 --- a/src/Export/Scripts/UTextToMods.lua +++ b/src/Export/Scripts/UTextToMods.lua @@ -12,7 +12,7 @@ for _, name in pairs(ItemTypes) do if not specName and line ~= "]],[[" then local variants = line:match("{[vV]ariant:([%d,]+)}") local fractured = line:match("({fractured})") or "" - local modText = line:gsub("{.+}", ""):gsub("{.+}", "") + local modText = line:gsub("{.+}", ""):gsub("{.+}", ""):gsub("–", "-") -- Clean EM dash local possibleMods = modTextMap[modText] local gggMod if possibleMods then From ca43c02d0b0489232f722404b14d32e8523de863 Mon Sep 17 00:00:00 2001 From: Wires77 Date: Sun, 10 Jul 2022 05:40:58 -0500 Subject: [PATCH 13/15] Text clean-up --- src/Export/Scripts/UTextToMods.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Export/Scripts/UTextToMods.lua b/src/Export/Scripts/UTextToMods.lua index 0e8d4889e3..a0eb2dadc7 100644 --- a/src/Export/Scripts/UTextToMods.lua +++ b/src/Export/Scripts/UTextToMods.lua @@ -10,7 +10,7 @@ for _, name in pairs(ItemTypes) do for line in io.lines("../Data/Uniques/"..name..".lua") do local specName, specVal = line:match("^([%a ]+): (.+)$") if not specName and line ~= "]],[[" then - local variants = line:match("{[vV]ariant:([%d,]+)}") + local variants = line:match("{[vV]ariant:([%d,.]+)}") local fractured = line:match("({fractured})") or "" local modText = line:gsub("{.+}", ""):gsub("{.+}", ""):gsub("–", "-") -- Clean EM dash local possibleMods = modTextMap[modText] @@ -24,7 +24,7 @@ for _, name in pairs(ItemTypes) do end out:write(fractured) if variants then - out:write("{variant:" .. variants .. "}") + out:write("{variant:" .. variants:gsub(".", ",") .. "}") end out:write(gggMod, "\n") else From c9f35e1c9ade6ea591d96f7ae712d0fcc85d712c Mon Sep 17 00:00:00 2001 From: Wires77 Date: Sun, 10 Jul 2022 05:48:05 -0500 Subject: [PATCH 14/15] Re-fix a typo --- src/Data/Uniques/body.lua | 2 +- src/Export/Scripts/UTextToMods.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Data/Uniques/body.lua b/src/Data/Uniques/body.lua index 7110d62a33..21065a81fc 100644 --- a/src/Data/Uniques/body.lua +++ b/src/Data/Uniques/body.lua @@ -289,7 +289,7 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 65, 197 Dex {variant:1,2,3}+(20-30) to Dexterity -+(40-50) to Dexterity +{variant:4,5,6}+(40-50) to Dexterity {variant:1,2,3}Adds 13 to 24 Cold Damage to Bow Attacks {variant:4}Adds (50-60) to (70-80) Cold Damage to Bow Attacks {variant:5}Adds (173-188) to (240-262) Cold Damage to Bow Attacks diff --git a/src/Export/Scripts/UTextToMods.lua b/src/Export/Scripts/UTextToMods.lua index a0eb2dadc7..316894b73d 100644 --- a/src/Export/Scripts/UTextToMods.lua +++ b/src/Export/Scripts/UTextToMods.lua @@ -24,7 +24,7 @@ for _, name in pairs(ItemTypes) do end out:write(fractured) if variants then - out:write("{variant:" .. variants:gsub(".", ",") .. "}") + out:write("{variant:" .. variants:gsub("%.", ",") .. "}") end out:write(gggMod, "\n") else From 214228c335605eaeb862d3a11b584aed956160ac Mon Sep 17 00:00:00 2001 From: Wires77 Date: Sun, 10 Jul 2022 05:53:33 -0500 Subject: [PATCH 15/15] PyCharm missed special file --- src/Data/Uniques/Special/body.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/Uniques/Special/body.lua b/src/Data/Uniques/Special/body.lua index 2d657c4074..d0d5dbf369 100644 --- a/src/Data/Uniques/Special/body.lua +++ b/src/Data/Uniques/Special/body.lua @@ -289,7 +289,7 @@ Variant: Pre 3.9.0 Variant: Current Requires Level 65, 197 Dex {variant:1,2,3}DexterityUniqueBodyDex4 -DexterityUniqueBodyDex1 +{variant:4,5,6}DexterityUniqueBodyDex1 {variant:1,2,3}Adds 13 to 24 Cold Damage to Bow Attacks {variant:4}Adds (50-60) to (70-80) Cold Damage to Bow Attacks {variant:5}Adds (173-188) to (240-262) Cold Damage to Bow Attacks